(component): 调整 tag-input 默认宽度

This commit is contained in:
就眠儀式
2022-09-22 20:09:01 +08:00
parent 8b6f727950
commit 42502be232
3 changed files with 4 additions and 4 deletions

View File

@@ -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);