feat: 框架样式调整

This commit is contained in:
rd
2025-08-15 14:32:40 +08:00
parent f11548e9c1
commit ca53964cfb
56 changed files with 206 additions and 157 deletions

View File

@ -9,7 +9,10 @@
html,
body {
background: $color-background;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: $font-family-regular;
font-size: 14px;
-webkit-print-color-adjust: exact;
@ -36,7 +39,7 @@ a {
::-webkit-scrollbar-thumb {
height: 10px;
background-color: #C9CDD4;
background-color: #c9cdd4;
border-radius: 99px;
outline-offset: -2px;
}

View File

@ -1,5 +1,5 @@
$navbar-height: 72px; // 头部高度
$navbar-height: 52px; // 头部高度
$sidebar-width: 220px; // 侧边栏菜单宽度
// 汉字字体
@ -14,7 +14,6 @@ $font-family-manrope-medium: 'Manrope-Medium';
$font-family-manrope-bold: 'Manrope-Bold';
$font-family-manrope-semiBold: 'Manrope-SemiBold';
$color-background: #F7F8FA;
$color-primary: #6d4cfe; // 常规
$color-primary-5: #8A70FE; // hover