From 2748e2d70970fc577e8621aad44a498ba8b7ef2c Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期四, 23 十一月 2023 09:38:36 +0800
Subject: [PATCH] Changes

---
 web/src/assets/css/custom.css |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/web/src/assets/css/custom.css b/web/src/assets/css/custom.css
index 0a2e1c3..6c180e6 100644
--- a/web/src/assets/css/custom.css
+++ b/web/src/assets/css/custom.css
@@ -165,9 +165,9 @@
   position: relative;
 }
 
-body .el-table__fixed-body-wrapper{
-  top: 34px !important;
-}
+/*body .el-table__fixed-body-wrapper{*/
+/*  top: 34px !important;*/
+/*}*/
 
 .el-tooltip__popper{
   font-size: 14px; max-width:50%
@@ -289,9 +289,9 @@
   overflow-y: auto;
 }
 
-.zt .dialog-column-2 .el-dialog {
-  width: 75% !important;
-}
+/*.zt .dialog-column-2 .el-dialog {*/
+/*  width: 75% !important;*/
+/*}*/
 
 .el-table__fixed-right {
   height: 100% !important;
@@ -318,3 +318,12 @@
   text-overflow: ellipsis;
   line-height: 34px;
 }
+.DAlign {
+  text-align: center;
+}
+.el-border-left {
+  border-left: 1px solid rgba(0, 0, 0, .2);
+}
+.el-border-bottom {
+  border-bottom: 1px solid rgba(0, 0, 0, .2);
+}

--
Gitblit v1.9.1