view-ui-plus
Version:
A high quality UI components Library with Vue.js 3
30 lines (25 loc) • 464 B
text/less
.ivu-tag-select{
position: relative;
max-height: 32px;
margin-left: -8px;
overflow: hidden;
line-height: 32px;
user-select: none;
&-expanded{
max-height: 200px;
}
&-option{
display: inline-block;
.ivu-tag{
margin-right: 24px;
}
}
&-expand-btn{
position: absolute;
top: 1px;
right: 0;
}
&-with-expanded{
padding-right: 50px;
}
}