This commit is contained in:
齐斌 2025-09-24 13:47:22 +08:00
parent 719ec0680d
commit 64c2274ee7
7 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -14,7 +14,7 @@
width: 100px!important;
height: 100px!important;
border-radius: 50%;
background: var(--theme-primary, #865E57);
background: var(--theme-primary, #64641E);
padding: 5px!important;
}

View File

@ -1,16 +1,16 @@
$theme-primary: #865E57;
$theme-darker: rgba(134, 94, 87, 0.5);
$theme-primary: #64641E;
$theme-darker: rgba(100, 100, 30, 0.5);
$theme-dark: #DFD7F2;
$basic-white: #FFFFFF;
$basic-black: #000000;
$text-disabled: #C3C3C3;
$text-basic: #939393;
$text-theme: #865E57;
$text-theme: #64641E;
$border-theme: #C1B2E5;
$input-bg: #777777;
$btn-primary: linear-gradient(to left, #865E57, #212462);
$btn-primary: linear-gradient(to left, #64641E, #212462);
$btn-basic: #EEEAF7;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -4,7 +4,7 @@
<div class="wrap2"
v-if="!state.isCollapse">
浙江丽通商务有限公司
台州视云商务服务有限公司
</div>
</div>
<n-modal v-model:show="showModal"

View File

@ -3,6 +3,6 @@ export const settingConfig= {
sideTheme: 'light',
sideWidth: 210,
layoutMode: 'ltr',
themeColor: '#865E57'
themeColor: '#64641E'
}
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'

View File

@ -5,7 +5,7 @@ export default {
theme: {
extend: {
colors: {
primary: "#865E57",
primary: "#64641E",
mainColor: "#764CF6",
},
},