From 246fca269240098849029c231ae6d3fb7e4541e9 Mon Sep 17 00:00:00 2001
From: pany <939630029@qq.com>
Date: Tue, 26 Mar 2024 09:39:32 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20element=20plus=20ta?=
 =?UTF-8?q?ble=20=E5=8F=B3=E4=BE=A7=E6=93=8D=E4=BD=9C=E6=A0=8F=E9=80=8F?=
 =?UTF-8?q?=E6=98=8E=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/styles/element-plus.scss                 | 2 +-
 src/styles/theme/dark-blue/element-plus.css  | 4 ++--
 src/styles/theme/dark-blue/element-plus.scss | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss
index acd07ac..8e555e1 100644
--- a/src/styles/element-plus.scss
+++ b/src/styles/element-plus.scss
@@ -8,7 +8,7 @@
   }
   // 行元素
   tr {
-    background-color: transparent;
+    background-color: var(--el-bg-color-overlay);
   }
 }
 
diff --git a/src/styles/theme/dark-blue/element-plus.css b/src/styles/theme/dark-blue/element-plus.css
index 7f31578..f711d8c 100644
--- a/src/styles/theme/dark-blue/element-plus.css
+++ b/src/styles/theme/dark-blue/element-plus.css
@@ -25,8 +25,8 @@ html.dark-blue {
   --el-border-color-light: #01efb755;
   --el-border-color-lighter: #01efb755;
   /** fill-color */
-  --el-fill-color: #01efb710;
-  --el-fill-color-light: #01efb710;
+  --el-fill-color: #032659;
+  --el-fill-color-light: #032659;
   --el-fill-color-blank: #031e47;
   /** bg-color */
   --el-bg-color: #021633;
diff --git a/src/styles/theme/dark-blue/element-plus.scss b/src/styles/theme/dark-blue/element-plus.scss
index faa2d98..5fa87ea 100644
--- a/src/styles/theme/dark-blue/element-plus.scss
+++ b/src/styles/theme/dark-blue/element-plus.scss
@@ -79,8 +79,8 @@ $border: map.merge(
 $fill-color: () !default;
 $fill-color: map.merge(
   (
-    "": #01efb710,
-    "light": #01efb710,
+    "": #032659,
+    "light": #032659,
     "blank": #031e47
   ),
   $fill-color