From d1c62ddc4b4b2d79612bf90daad5070c64f5d232 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: Tue, 5 Sep 2023 09:24:15 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E5=BC=80=E5=85=B3=E6=A0=B7?= =?UTF-8?q?=E5=BC=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..159fa0c0 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: 21px; min-width: 28px; margin-top: 6px; } @@ -2233,7 +2233,7 @@ a { } .layui-form-switch i { - top: 1px; + top: 3px; width: 12px; height: 12px; } -- Gitee