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

View File

@ -13,6 +13,21 @@
/* 修改文字/背景色 */
--arco-text-1: #ed0707 !important; /* 主要文字 */
--arco-bg-1: #f7f8fa !important; /* 页面背景 */
&::before {
width: 100%;
height: 100vh;
background: url('@/assets/img/icon-app-bg.png') center top no-repeat !important;
background-size: cover !important;
bottom: 0;
content: "";
display: block;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: -999;
}
}
/* 强制所有组件使用主色 */