From 2fb76d69e8294ea6d5f911bd8d6e25f1709d785b Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 22 Mar 2021 21:14:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/common/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 54f0383933..0bda463e1a 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -65,7 +65,7 @@ html,body { border-right: 0 !important; } -.adjust-table th { +.adjust-table th:not([class*="el-table-column--selection"]) { border-right-color: white !important; }