feat: 紧凑布局

This commit is contained in:
砂糖
2025-09-29 11:13:20 +08:00
parent af815e00ee
commit 457eceb647
9 changed files with 433 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ $panGreen: #30B08F;
// 默认主题变量
$menuText: #bfcbd9;
$menuActiveText: #409eff;
$menuActiveText: #2bf;
$menuBg: #304156;
$menuHover: #263445;
@@ -18,7 +18,7 @@ $menuHover: #263445;
$menuLightBg: #ffffff;
$menuLightHover: #f0f1f5;
$menuLightText: #303133;
$menuLightActiveText: #409EFF;
$menuLightActiveText: #2bf;
// 基础变量
$base-sidebar-width: 200px;
@@ -32,7 +32,7 @@ $base-sub-menu-background: #1f2d3d;
$base-sub-menu-hover: #001528;
// 组件变量
$--color-primary: #409EFF;
$--color-primary: #2bf;
$--color-success: #67C23A;
$--color-warning: #E6A23C;
$--color-danger: #F56C6C;