From 35c0c4ff4c895a61e9f4b935646e45d9dfa874a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20`switch`=20=E5=9C=A8?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E5=89=8D=E5=90=8E=E7=9A=84=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E5=B7=AE=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index 44f2f84a..47a681cc 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -846,7 +846,7 @@ a cite{font-style: normal; *cursor:pointer;} .layui-form-switch em{position: relative; top: 0; width: 25px; margin-left: 21px; padding: 0!important; text-align: center!important; color: #999!important; font-style: normal!important; font-size: 12px;} .layui-form-onswitch{border-color: #16b777; background-color: #16b777;} .layui-form-onswitch i{left: 100%; margin-left: -21px; background-color: #fff;} -.layui-form-onswitch em{margin-left: 5px; margin-right: 21px; color: #fff!important;} +.layui-form-onswitch em{margin-left: 0; margin-right: 21px; color: #fff!important;} .layui-checkbox-disabled{border-color: #eee !important;} .layui-checkbox-disabled span{background-color: #eee !important;}