gongchunyi
2026-05-28 19f2e3bdbe04e7ea79c6a0bdc8c7318d4837b189
src/layout/components/Sidebar/SidebarItem.vue
@@ -147,12 +147,25 @@
  
  :deep(.nest-menu) {
    .menu-icon {
      width: 22px;
      height: 22px;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      margin-right: 8px;
      opacity: 0.7;
    }
    
    .menu-title { font-size: 13px; }
    .menu-title {
      font-size: 13px;
      opacity: 0.85;
    }
    .el-menu-item.is-active {
      .menu-icon {
        opacity: 1;
      }
      .menu-title {
        opacity: 1;
      }
    }
  }
}
</style>