🐛(input / layer): 接受 issues 提议

This commit is contained in:
就眠儀式
2022-06-04 18:42:22 +08:00
parent 11ce9e3875
commit 27e41f8708
7 changed files with 14 additions and 7 deletions

View File

@@ -25,6 +25,10 @@
border-radius: var(--input-border-radius);
}
.layui-input-wrapper:focus-within {
border-color: var(--global-checked-color);
}
.layui-input-prefix {
display: flex;
flex: none;