统一修改颜色

This commit is contained in:
Xulinchuan 2025-06-11 17:04:13 +08:00
parent 4c89454c3f
commit b50f31dd8c
2 changed files with 1 additions and 9 deletions

View File

@ -304,11 +304,3 @@
justify-content: flex-start; justify-content: flex-start;
align-items: flex-start; align-items: flex-start;
} }
.el-button-gry{
background-color: #25bf82;
border:none
}
.el-button-gry:hover{
background-color: #50e2a8 !important;
}

View File

@ -14,7 +14,7 @@ const useSettingsStore = defineStore(
{ {
state: () => ({ state: () => ({
title: '', title: '',
theme: storageSetting.theme || '#409EFF', theme: storageSetting.theme || '#25bf82',
sideTheme: storageSetting.sideTheme || sideTheme, sideTheme: storageSetting.sideTheme || sideTheme,
showSettings: showSettings, showSettings: showSettings,
topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav, topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,