wetrade-design
Version:
一款多语言支持Vue3的UI框架
27 lines (22 loc) • 507 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
@xaxis-prefix-cls: ~'@{wd-prefix}-xAxis';
.@{xaxis-prefix-cls} {
display: flex;
justify-content: space-between;
&__item {
overflow: hidden;
font-size: @xaxis-font-size;
line-height: @xaxis-font-height;
color: @xaxis-item-color;
}
&__ellipsis {
overflow: hidden ;
span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
}
}
}