From e193922cb9e227ee4d144793fb1b42e6ecc11320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=83=E5=BD=A9=E6=9E=AB=E5=8F=B6?= <424235748@qq.com> Date: Wed, 25 Oct 2023 03:27:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96switch=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 七彩枫叶 <424235748@qq.com> --- public/static/system/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/system/css/style.css b/public/static/system/css/style.css index c8164115..a1ae7c72 100644 --- a/public/static/system/css/style.css +++ b/public/static/system/css/style.css @@ -2221,8 +2221,8 @@ a { /* switch选择器 */ .layui-form-switch { - height: 16px; - line-height: 16px; + height: 21px; + line-height: 19px; min-width: 28px; margin-top: 6px; } @@ -2233,7 +2233,7 @@ a { } .layui-form-switch i { - top: 1px; + top: 3px; width: 12px; height: 12px; } -- Gitee