🐛(component): 修复 select 组件多选情况下显示问题
This commit is contained in:
parent
09dfe2bd52
commit
6d7ebb840a
@ -51,9 +51,6 @@ dl.layui-anim-upbit > dd .layui-form-checkbox,
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid var(--input-border-color);
|
|
||||||
border-right: unset;
|
|
||||||
.layui-multiple-select-badge {
|
.layui-multiple-select-badge {
|
||||||
width: ms-max-content;
|
width: ms-max-content;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
Loading…
Reference in New Issue
Block a user