@aplus-frontend/ui
Version:
22 lines (20 loc) • 372 B
text/less
@import '../mixins/mixins.less';
.b(tag-group, {
text-wrap: nowrap;
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
align-items: center;
&-ellipsis-text {
&--admin {
font-size: @font-size-base;
// 链接色
color: #333;
}
&--aplus {
font-size: @font-size-base;
// 链接色
color: #182948;
}
}
});