From 0d04f07f2af9682e055f137fceb4122c29e7ca39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:31:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Switch=20=E7=BB=84=E4=BB=B6=20small=20?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D=20(#6752?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/reset.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/reset.scss b/frontend/src/styles/reset.scss index d4c8784ac..2dfafce4a 100644 --- a/frontend/src/styles/reset.scss +++ b/frontend/src/styles/reset.scss @@ -20,8 +20,8 @@ body, height: 12px; } -.el-switch--small,.is-checked .el-switch__core::after { - margin-left: 12px !important; +.el-switch--small.is-checked .el-switch__core::after { + margin-left: -13px; } .el-alert__title {