From 5803eccc2b41936b425ad7f77007601727734a61 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 12 Oct 2020 13:25:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A1=A8=E6=A0=BC=E5=8F=88?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=E8=AE=BE=E7=BD=AE=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit fed5d15589eccd1d035a3d7ddc1f0d25f3a717a0) --- frontend/src/common/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 47be41d8f7..495579dc6a 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -50,7 +50,7 @@ body { /* <-- 表格拖拽表头调整宽度,在 t-bable 上添加 border 属性,并添加 adjust-table 类名*/ .adjust-table td { - border-right-color: white; + border-right: 0; } .adjust-table th { @@ -76,7 +76,7 @@ body { } .adjust-table tr:hover td { - border: 0; + border-right: 0; } /* 表格拖拽表头调整宽度 --> */