✨(component): 调整 tag-input 默认宽度
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
.layui-tag-input {
|
||||
display: inline-flex;
|
||||
box-sizing: border-box;
|
||||
width: auto;
|
||||
width: 220px;
|
||||
border-width: @tag-input-boeder;
|
||||
border-style: solid;
|
||||
border-color: var(--input-border-color);
|
||||
|
||||
Reference in New Issue
Block a user