diff --git a/public/static/system/css/style.css b/public/static/system/css/style.css index c8164115fd1fa5c17bf4a0e45de1bdf89d7340b8..a1ae7c72d375cc7d2f4f86c40be82e69cec48739 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; }