feat: 优化仪表盘界面样式和交互细节

This commit is contained in:
Ray.Hao
2026-02-24 09:28:34 +08:00
parent eb4c4b7462
commit c617d2943f
8 changed files with 152 additions and 125 deletions

View File

@@ -24,13 +24,13 @@ $tags-view-height: 34px;
:root {
// 菜单
--menu-background: #fff;
--menu-text: #212121;
--menu-text: #606266;
--menu-active-text: var(--el-menu-active-color);
--menu-hover: #e6f4ff;
// 侧边栏 Logo
--sidebar-logo-background: #f5f5f5;
--sidebar-logo-text-color: #333;
--sidebar-logo-text-color: #303133;
}
// SCSS 变量映射(供组件使用)