From 28e196ded3b02c1efc977fb1c8cba9902aa26d69 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期三, 08 十一月 2023 14:40:39 +0800
Subject: [PATCH] 多选组件

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

diff --git a/web/src/assets/css/custom.css b/web/src/assets/css/custom.css
index 0a2e1c3..70c8fc4 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;

--
Gitblit v1.9.1