From e74a7c7afc56cf229058091fe2ae143cf0bdb3ca Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 22 May 2025 15:03:27 +0800
Subject: [PATCH] style

---
 src/assets/css/common.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/assets/css/common.css b/src/assets/css/common.css
index c0f8d56..32b3774 100644
--- a/src/assets/css/common.css
+++ b/src/assets/css/common.css
@@ -40,7 +40,7 @@
   min-width: 100px;
   height: 40px;
   line-height: 40px;
-  background-color: #1d91ff;
+  background-color: #f7b328;
   color: rgb(255, 255, 255);
   border-radius: 5px;
   outline: none;
@@ -104,7 +104,7 @@
 /* 左侧边菜单选中的样式,主色调黄色 */
 .menu-active-color {
   background-color: #f5f5f5;
-  border-left: 4px solid #1d91ff;
+  border-left: 4px solid #f7b328;
   font-weight: 500;
 }
 
@@ -434,7 +434,7 @@
 .el-button--primary:hover {
   /* background-color:rgb(252, 213, 53) !important;
   border-color:rgb(252, 213, 53) !important; */
-  background: #1d91ff !important;
+  background: #f7b328 !important;
 }
 
 /* tab选项卡颜色 */
@@ -455,7 +455,7 @@
 }
 
 .el-tabs__active-bar {
-  background-color: #1d91ff !important;
+  background-color: #f7b328 !important;
 }
 
 /* 自定义tab按钮切样样式 */
@@ -480,7 +480,7 @@
 .tabActive {
   /* background-color: #fef6d8;
   color: #c99400; */
-  background-color: #1d91ff;
+  background-color: #f7b328;
   opacity: 0.8;
   color: #fff;
 }

--
Gitblit v1.9.3