gaoluyang
2026-06-03 dcc3a4d842740f7ff6e79a58ddec945f50ea9b5d
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>