This commit is contained in:
齐斌 2025-09-24 14:52:07 +08:00
parent dba0cfdb34
commit 1a4a373ef0
7 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

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

View File

@ -1,16 +1,16 @@
$theme-primary: #C19C54;
$theme-darker: rgba(193, 156, 84, 0.5);
$theme-primary: #3367A5;
$theme-darker: rgba(51, 103, 165, 0.5);
$theme-dark: #DFD7F2;
$basic-white: #FFFFFF;
$basic-black: #000000;
$text-disabled: #C3C3C3;
$text-basic: #939393;
$text-theme: #C19C54;
$text-theme: #3367A5;
$border-theme: #C1B2E5;
$input-bg: #777777;
$btn-primary: linear-gradient(to left, #C19C54, #212462);
$btn-primary: linear-gradient(to left, #3367A5, #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>
</div>
<n-modal v-model:show="showModal"
class="custom-card"

View File

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

View File

@ -5,7 +5,7 @@ export default {
theme: {
extend: {
colors: {
primary: "#C19C54",
primary: "#3367A5",
mainColor: "#764CF6",
},
},