From 0a8a2b55bffdd384df7104c51ed16c5ded8852bc Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 13 Jan 2021 16:04:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B5=8C=E5=A5=97=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=85=A8=E9=80=89=E6=A0=B7=E5=BC=8F=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4b3a23ab1e..1fd8c090e6 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -138,7 +138,7 @@ html,body { } /* <-- 表格全选样式 */ -.ms-select-all th:first-child { +.ms-select-all th:first-child.el-table-column--selection { border: 1px solid #DCDFE6; border-radius:5px; padding: 0px; @@ -152,7 +152,7 @@ html,body { overflow: visible; } -.ms-select-all th:first-child>.cell { +.ms-select-all th:first-child.el-table-column--selection>.cell { padding: 5px; width: 35px; }