yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
31 lines (30 loc) • 536 B
text/less
@import '../../../theme/styles/default';
.ad-tag-select {
user-select: none;
margin-left: -8px;
position: relative;
overflow: hidden;
max-height: 32px;
line-height: 32px;
transition: all 0.3s;
display: block;
&.expanded {
transition: all 0.3s;
max-height: 200px;
}
&.has-expand {
padding-right: 50px;
}
.ant-tag {
padding: 0 8px;
margin-right: 24px;
}
.trigger {
position: absolute;
top: 0;
right: 0;
i {
font-size: 12px;
}
}
}