🐛: 修复 radio 与 checkbox 组件无 from 包裹时隐藏原生元素

This commit is contained in:
就眠儀式
2022-05-08 00:42:35 +08:00
parent ee46a4cfd5
commit 87c3740575
11 changed files with 23 additions and 39 deletions

View File

@@ -178,12 +178,6 @@ a cite {
border-color: var(--global-neutral-color-3);
}
.layui-form input[type="checkbox"],
.layui-form input[type="radio"],
.layui-form select {
display: none;
}
.layui-form-checkbox,
.layui-form-checkbox *,
.layui-form-switch {