feat: 框架样式调整
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/* 强制所有组件使用主色 */
|
||||
|
||||
Reference in New Issue
Block a user