From cca7fa810f13f2a578070e5d93bd72084b0bf5bc Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 31 七月 2024 14:50:18 +0800
Subject: [PATCH] feat:考核详情

---
 src/assets/styles/index.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css
index 0bb57a7..84eb5cd 100644
--- a/src/assets/styles/index.css
+++ b/src/assets/styles/index.css
@@ -168,8 +168,8 @@
   left: 0;
   z-index: 1001;
   overflow: hidden;
-  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
-  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
+  -webkit-box-shadow: 2px 0 2px rgba(0, 21, 41, 0.35);
+  box-shadow: 2px 0 2px rgba(0, 21, 41, 0.35);
 }
 
 #app .sidebar-container .horizontal-collapse-transition {

--
Gitblit v1.8.0