Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c649219e88 | ||
|
568690b86f | ||
|
6b8c842179 | ||
|
dd53f0fd4e | ||
|
d50275b353 |
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.6 KiB |
@ -14,7 +14,7 @@
|
||||
width: 100px!important;
|
||||
height: 100px!important;
|
||||
border-radius: 50%;
|
||||
background: var(--theme-primary, #2730D0);
|
||||
background: var(--theme-primary, #94B68D);
|
||||
padding: 5px!important;
|
||||
}
|
||||
|
||||
|
@ -1,16 +1,16 @@
|
||||
$theme-primary: #2730D0;
|
||||
$theme-darker: #DCA4C7;
|
||||
$theme-primary: #94B68D;
|
||||
$theme-darker: rgba(148, 182, 141, 0.5);
|
||||
$theme-dark: #DFD7F2;
|
||||
$basic-white: #FFFFFF;
|
||||
$basic-black: #000000;
|
||||
|
||||
$text-disabled: #C3C3C3;
|
||||
$text-basic: #939393;
|
||||
$text-theme: #2730D0;
|
||||
$text-theme: #94B68D;
|
||||
|
||||
$border-theme: #C1B2E5;
|
||||
|
||||
$input-bg: #777777;
|
||||
|
||||
$btn-primary: linear-gradient(to left, #2730D0, #212462);
|
||||
$btn-primary: #94B68D;
|
||||
$btn-basic: #EEEAF7;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.0 MiB |
@ -4,7 +4,7 @@
|
||||
|
||||
<div class="wrap2"
|
||||
v-if="!state.isCollapse">
|
||||
常熟常艺达文化艺术交流有限公司
|
||||
常熟市虞美文华展览服务有限公司
|
||||
</div>
|
||||
</div>
|
||||
<n-modal v-model:show="showModal"
|
||||
|
@ -3,6 +3,6 @@ export const settingConfig= {
|
||||
sideTheme: 'light',
|
||||
sideWidth: 210,
|
||||
layoutMode: 'ltr',
|
||||
themeColor: '#2730D0'
|
||||
themeColor: '#94B68D'
|
||||
}
|
||||
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="center">
|
||||
<div class="content-login">
|
||||
<div class="wrap1">
|
||||
<div class="wrap1_1">系统登陆</div>
|
||||
<div class="wrap1_1">系统登录</div>
|
||||
<!-- <div class="wrap1_2">{{ state.title }}!</div> -->
|
||||
</div>
|
||||
<div class="wrap2">
|
||||
|
@ -5,7 +5,7 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "#2730D0",
|
||||
primary: "#94B68D",
|
||||
mainColor: "#764CF6",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user