From 3d222ea4162984fe88842c1c7bb6f5f01cd015c7 Mon Sep 17 00:00:00 2001 From: zsmj Date: Wed, 26 Oct 2022 14:29:45 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-13193=20style:=20=E8=B0=83=E4=B8=80?= =?UTF-8?q?=E4=B8=8Bchecobox=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/single/input/checkbox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/base/single/input/checkbox.less b/src/less/base/single/input/checkbox.less index 155c14441..50156c323 100644 --- a/src/less/base/single/input/checkbox.less +++ b/src/less/base/single/input/checkbox.less @@ -11,7 +11,7 @@ position: absolute; display: table; top: 45%; - left: 20%; + left: 18%; border: 2px solid transparent; border: calc(var(--css-scale, 1) * 2px) solid transparent; border-top: 0;