From f7c6dc512cb35d8a4e7069d03b9076baa67701ab Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 23 十一月 2022 09:10:12 +0800
Subject: [PATCH] 1.解决固定表格滚动条高低像素差

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

diff --git a/src/styles/global.css b/src/styles/global.css
index f407cab..af5ecb4 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -151,3 +151,10 @@
 
 /*scrollbar END*/
 
+/*瑙e喅鍥哄畾婊氬姩鏉¢珮浣庡儚绱犲樊*/
+.el-table__fixed::before{
+  height: 0 !important;
+}
+.el-table__fixed-right::before{
+  height: 0 !important;
+}

--
Gitblit v1.9.3