@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
31 lines (30 loc) • 706 B
CSS
/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.arco-overflow-list {
display: flex;
align-items: center;
justify-content: flex-start;
}
.arco-overflow-list > *:not(:last-child) {
flex-shrink: 0;
}
.arco-overflow-list-spacer {
flex: 1;
min-width: 0;
height: 1px;
}