From 95bcba6c69de34c785148209c08f06b755543cb7 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Mon, 3 Mar 2025 19:40:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=B3=BB=E7=BB=9F=E9=85=8D?= =?UTF-8?q?=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/public/index.html | 2 +- acupuncture-后台/public/index.html | 2 +- acupuncture-后台/src/assets/styles/variables.scss | 8 ++++---- acupuncture-后台/src/store/modules/settings.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/acupuncture-前台/public/index.html b/acupuncture-前台/public/index.html index 7e18816c..912f3f57 100644 --- a/acupuncture-前台/public/index.html +++ b/acupuncture-前台/public/index.html @@ -124,7 +124,7 @@ top: 0; width: 51%; height: 100%; - background: #7171C6; + background: #70483E; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); diff --git a/acupuncture-后台/public/index.html b/acupuncture-后台/public/index.html index 7e18816c..912f3f57 100644 --- a/acupuncture-后台/public/index.html +++ b/acupuncture-后台/public/index.html @@ -124,7 +124,7 @@ top: 0; width: 51%; height: 100%; - background: #7171C6; + background: #70483E; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); diff --git a/acupuncture-后台/src/assets/styles/variables.scss b/acupuncture-后台/src/assets/styles/variables.scss index e27750dd..387016c9 100644 --- a/acupuncture-后台/src/assets/styles/variables.scss +++ b/acupuncture-后台/src/assets/styles/variables.scss @@ -9,17 +9,17 @@ $yellow: #fec171; $panGreen: #30b08f; // 默认菜单主题风格 -$base-menu-color: #bfcbd9; +$base-menu-color: #fff; $base-menu-color-active: #f4f4f5; -$base-menu-background: #304156; +$base-menu-background: #70483e; $base-logo-title-color: #ffffff; $base-menu-light-color: rgba(0, 0, 0, 0.7); $base-menu-light-background: #ffffff; $base-logo-light-title-color: #001529; -$base-sub-menu-background: #1f2d3d; -$base-sub-menu-hover: #001528; +$base-sub-menu-background: #70483e; +$base-sub-menu-hover: #69443a; // 自定义暗色菜单风格 /** diff --git a/acupuncture-后台/src/store/modules/settings.js b/acupuncture-后台/src/store/modules/settings.js index a2f117a6..be14ed2d 100644 --- a/acupuncture-后台/src/store/modules/settings.js +++ b/acupuncture-后台/src/store/modules/settings.js @@ -13,7 +13,7 @@ const { const storageSetting = JSON.parse(localStorage.getItem("layout-setting")) || ""; const state = { title: "", - theme: storageSetting.theme || "#5698FF", + theme: storageSetting.theme || "#C6A268", sideTheme: storageSetting.sideTheme || sideTheme, showSettings: showSettings, topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,