From b50f31dd8c0cef6eb5e777637920e958662fd053 Mon Sep 17 00:00:00 2001 From: Xulinchuan <2026734208@qq.com> Date: Wed, 11 Jun 2025 17:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BF=AE=E6=94=B9=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/custom.scss | 8 -------- src/store/modules/settings.js | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/assets/styles/custom.scss b/src/assets/styles/custom.scss index c8f92f6..e56764d 100644 --- a/src/assets/styles/custom.scss +++ b/src/assets/styles/custom.scss @@ -304,11 +304,3 @@ justify-content: flex-start; align-items: flex-start; } - -.el-button-gry{ - background-color: #25bf82; - border:none -} -.el-button-gry:hover{ - background-color: #50e2a8 !important; -} diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js index 2913564..4542171 100644 --- a/src/store/modules/settings.js +++ b/src/store/modules/settings.js @@ -14,7 +14,7 @@ const useSettingsStore = defineStore( { state: () => ({ title: '', - theme: storageSetting.theme || '#409EFF', + theme: storageSetting.theme || '#25bf82', sideTheme: storageSetting.sideTheme || sideTheme, showSettings: showSettings, topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,