zjyt
This commit is contained in:
parent
64c2274ee7
commit
dba0cfdb34
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.5 KiB |
@ -14,7 +14,7 @@
|
|||||||
width: 100px!important;
|
width: 100px!important;
|
||||||
height: 100px!important;
|
height: 100px!important;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--theme-primary, #64641E);
|
background: var(--theme-primary, #C19C54);
|
||||||
padding: 5px!important;
|
padding: 5px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
$theme-primary: #64641E;
|
$theme-primary: #C19C54;
|
||||||
$theme-darker: rgba(100, 100, 30, 0.5);
|
$theme-darker: rgba(193, 156, 84, 0.5);
|
||||||
$theme-dark: #DFD7F2;
|
$theme-dark: #DFD7F2;
|
||||||
$basic-white: #FFFFFF;
|
$basic-white: #FFFFFF;
|
||||||
$basic-black: #000000;
|
$basic-black: #000000;
|
||||||
|
|
||||||
$text-disabled: #C3C3C3;
|
$text-disabled: #C3C3C3;
|
||||||
$text-basic: #939393;
|
$text-basic: #939393;
|
||||||
$text-theme: #64641E;
|
$text-theme: #C19C54;
|
||||||
|
|
||||||
$border-theme: #C1B2E5;
|
$border-theme: #C1B2E5;
|
||||||
|
|
||||||
$input-bg: #777777;
|
$input-bg: #777777;
|
||||||
|
|
||||||
$btn-primary: linear-gradient(to left, #64641E, #212462);
|
$btn-primary: linear-gradient(to left, #C19C54, #212462);
|
||||||
$btn-basic: #EEEAF7;
|
$btn-basic: #EEEAF7;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
<div class="wrap2"
|
<div class="wrap2"
|
||||||
v-if="!state.isCollapse">
|
v-if="!state.isCollapse">
|
||||||
台州视云商务服务有限公司
|
浙江云桐信息科技有限公司 </div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<n-modal v-model:show="showModal"
|
<n-modal v-model:show="showModal"
|
||||||
class="custom-card"
|
class="custom-card"
|
||||||
|
@ -3,6 +3,6 @@ export const settingConfig= {
|
|||||||
sideTheme: 'light',
|
sideTheme: 'light',
|
||||||
sideWidth: 210,
|
sideWidth: 210,
|
||||||
layoutMode: 'ltr',
|
layoutMode: 'ltr',
|
||||||
themeColor: '#64641E'
|
themeColor: '#C19C54'
|
||||||
}
|
}
|
||||||
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'
|
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'
|
||||||
|
@ -5,7 +5,7 @@ export default {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
primary: "#64641E",
|
primary: "#C19C54",
|
||||||
mainColor: "#764CF6",
|
mainColor: "#764CF6",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user