@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
20 lines (15 loc) • 307 B
text/less
@import '../../style/theme/index.less';
@overflow-prefix-cls: ~'@{prefix}-overflow-list';
.@{overflow-prefix-cls} {
display: flex;
align-items: center;
justify-content: flex-start;
> *:not(:last-child) {
flex-shrink: 0;
}
&-spacer {
flex: 1;
min-width: 0;
height: 1px;
}
}