From 658edf52629850eacaafa0fc0b5dde7cf5bfbd57 Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Wed, 9 Mar 2022 10:30:29 +0800 Subject: [PATCH] =?UTF-8?q?checkBox=20=E9=80=89=E4=B8=AD=E5=85=A8=E5=B1=80?= =?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/assets/scss/global.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/scss/global.scss b/src/assets/scss/global.scss index dd056bd..69c53b0 100644 --- a/src/assets/scss/global.scss +++ b/src/assets/scss/global.scss @@ -347,7 +347,11 @@ a:hover{ text-decoration: none; } - +/*重写checkbox的样式*/ +.el-checkbox__inner::after { + left: 3px; + top: -0.5px; +}