Compare commits

...

8 Commits
main ... czhm

Author SHA1 Message Date
齐斌
06047007b7 fixbug 2025-09-24 15:45:59 +08:00
齐斌
b2a13e2600 czhm 2025-09-24 14:54:57 +08:00
齐斌
1a4a373ef0 wxjy 2025-09-24 14:52:07 +08:00
齐斌
dba0cfdb34 zjyt 2025-09-24 14:48:25 +08:00
齐斌
64c2274ee7 sysw 2025-09-24 13:47:22 +08:00
齐斌
719ec0680d ioco 2025-09-24 13:44:36 +08:00
齐斌
3b3beb7f1c ltsw 2025-09-24 13:39:22 +08:00
齐斌
fe778fb3bc htwh 2025-09-24 13:33:23 +08:00
8 changed files with 9 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

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

View File

@ -1,16 +1,16 @@
$theme-primary: #2730D0;
$theme-darker: rgba(39, 48, 208, 0.5);
$theme-primary: #CD5B6F;
$theme-darker: rgba(205, 91, 111, 0.5);
$theme-dark: #DFD7F2;
$basic-white: #FFFFFF;
$basic-black: #000000;
$text-disabled: #C3C3C3;
$text-basic: #939393;
$text-theme: #2730D0;
$text-theme: #CD5B6F;
$border-theme: #C1B2E5;
$input-bg: #777777;
$btn-primary: linear-gradient(to left, #2730D0, #212462);
$btn-primary: linear-gradient(to left, #CD5B6F, #212462);
$btn-basic: #EEEAF7;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 889 KiB

View File

@ -4,8 +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: '#2730D0'
themeColor: '#CD5B6F'
}
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'

View File

@ -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">

View File

@ -5,7 +5,7 @@ export default {
theme: {
extend: {
colors: {
primary: "#2730D0",
primary: "#CD5B6F",
mainColor: "#764CF6",
},
},