From ad5c781bcbe18f7f0a7a54d9cfe17a61687fa32a Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 16 Oct 2024 11:24:30 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8B=93=E6=89=91=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/unitTable/index.less | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/unitTable/index.less b/src/pages/unitTable/index.less index 852cac3..9c68a13 100644 --- a/src/pages/unitTable/index.less +++ b/src/pages/unitTable/index.less @@ -106,6 +106,28 @@ } } } + + .ant-checkbox-inner { + width: 14px; + height: 14px; + } + + .ant-table-header { + .ant-checkbox-checked { + .ant-checkbox-inner:after { + width: 5px !important; + } + } + + .ant-checkbox-inner:after { + width: 8px !important; + } + } + + .ant-checkbox-inner:after { + width: 5px; + height: 8px; + } } }