From 29a37b2f549da78c655abf8897f6ae98c0de4109 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期三, 23 十月 2024 15:43:22 +0800
Subject: [PATCH] 完成创建工单时对工单进行白名单判断

---
 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 84eb5cd..2f544c7 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 2px rgba(0, 21, 41, 0.35);
-  box-shadow: 2px 0 2px rgba(0, 21, 41, 0.35);
+  -webkit-box-shadow: 0px -7px 2px rgba(0, 21, 41, 0.35);
+  box-shadow: 0px -7px 2px rgba(0, 21, 41, 0.35);
 }
 
 #app .sidebar-container .horizontal-collapse-transition {

--
Gitblit v1.8.0