From 78faf02e22d431622b57d1f9a84727141b7e18c5 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 16 Oct 2024 11:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= 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; + } } }