From 0e4585550dd457419d967348a7a620de7bceff82 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 24 十一月 2022 16:22:21 +0800
Subject: [PATCH] 1.新增日期选择控制2.对话框弹出控制

---
 src/styles/global.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index f407cab..7565ce7 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -151,3 +151,9 @@
 
 /*scrollbar END*/
 
+.el-table__fixed::before{
+  height: 0 !important;
+}
+.el-table__fixed-right::before{
+  height: 0 !important;
+}

--
Gitblit v1.9.3