fmzl
This commit is contained in:
parent
e48e44a572
commit
d50275b353
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.0 KiB |
@ -14,7 +14,7 @@
|
||||
width: 100px!important;
|
||||
height: 100px!important;
|
||||
border-radius: 50%;
|
||||
background: var(--theme-primary, #2730D0);
|
||||
background: var(--theme-primary, #179879);
|
||||
padding: 5px!important;
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$theme-primary: #2730D0;
|
||||
$theme-primary: #179879;
|
||||
$theme-darker: #DCA4C7;
|
||||
$theme-dark: #DFD7F2;
|
||||
$basic-white: #FFFFFF;
|
||||
@ -6,11 +6,11 @@ $basic-black: #000000;
|
||||
|
||||
$text-disabled: #C3C3C3;
|
||||
$text-basic: #939393;
|
||||
$text-theme: #2730D0;
|
||||
$text-theme: #179879;
|
||||
|
||||
$border-theme: #C1B2E5;
|
||||
|
||||
$input-bg: #777777;
|
||||
|
||||
$btn-primary: linear-gradient(to left, #2730D0, #212462);
|
||||
$btn-primary: #179879;
|
||||
$btn-basic: #EEEAF7;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -3,6 +3,6 @@ export const settingConfig= {
|
||||
sideTheme: 'light',
|
||||
sideWidth: 210,
|
||||
layoutMode: 'ltr',
|
||||
themeColor: '#2730D0'
|
||||
themeColor: '#179879'
|
||||
}
|
||||
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'
|
||||
|
@ -5,7 +5,7 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "#2730D0",
|
||||
primary: "#179879",
|
||||
mainColor: "#764CF6",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user