From 0ef6cc81b43d14a841932ab76d2e711fc870e35a Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Fri, 5 Nov 2021 09:21:40 +0800 Subject: [PATCH] fix: checkbox not aligned center in group close #4846 --- components/checkbox/style/mixin.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/checkbox/style/mixin.less b/components/checkbox/style/mixin.less index d4b91c756..e50b40529 100644 --- a/components/checkbox/style/mixin.less +++ b/components/checkbox/style/mixin.less @@ -61,7 +61,7 @@ position: absolute; top: 50%; - left: 22%; + left: 21.5%; display: table; width: @check-width; height: @check-height;