!50 优化switch组件大小

Merge pull request !50 from 七彩枫叶/N/A
This commit is contained in:
meystack
2023-10-25 03:58:40 +00:00
committed by Gitee

View File

@@ -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;
}