🐛(input-number): 修复 disabled-input 状态下 btn 层级过低的问题

This commit is contained in:
就眠儀式 2022-11-04 00:24:18 +08:00
parent 4a42c6c162
commit 9bbb99bc74
2 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,7 @@
.layui-input-block,
.layui-input-inline {
.layui-form-danger {
&,
.layui-input {
&, .layui-input {
border-color: #ff5722 !important;
}
}

View File

@ -32,6 +32,7 @@
width: @size;
height: @size;
line-height: @size;
z-index: 1;
}
&[position="right"] {