🐛(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

@@ -31,7 +31,7 @@
},
"dependencies": {
"@layui/icons-vue": "^1.0.9",
"@layui/layer-vue": "^1.3.14",
"@layui/layer-vue": "^1.3.16",
"@vueuse/core": "^8.5.0",
"animate.css": "^4.1.1",
"async-validator": "^4.1.1",

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;