From 404bd17f83c0054388e4a02ff31dbc37c27a4b11 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期五, 29 三月 2024 16:09:29 +0800
Subject: [PATCH] 样式修改

---
 web/src/assets/css/theme-light.css |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/web/src/assets/css/theme-light.css b/web/src/assets/css/theme-light.css
index 9fcc43b..d8633d9 100644
--- a/web/src/assets/css/theme-light.css
+++ b/web/src/assets/css/theme-light.css
@@ -346,7 +346,7 @@
   border-right: none;
 }
 .zt.light ::-webkit-scrollbar {
-  width: 5px;
+  width: 10px;
   height: 10px;
 }
 
@@ -483,12 +483,14 @@
   color:#fff;
 }
 .zt.light .el-table{
-  box-shadow: 0 3px 12px 0 rgba(72, 119, 232, 0.13);
+  /*box-shadow: 0 3px 12px 0 rgba(72, 119, 232, 0.13);*/
   border-radius: 4px;
-  border: solid 1px #e0e5f2;
+  border: none;
 }
 .zt.light .el-tab-pane .el-form{
   background: #fff;
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
 .zt.light .el-tab-pane .el-button.form-title{
   padding-left:20px;

--
Gitblit v1.9.1