1
0
mirror of synced 2025-12-11 16:48:13 +08:00
Files
vxe-table/styles/list.scss

28 lines
429 B
SCSS

/**Variable**/
.vxe-list {
position: relative;
display: block;
padding: 0;
color: $vxe-font-color;
direction: ltr;
.vxe-list--virtual-wrapper {
position: relative;
overflow: auto;
}
.vxe-list--y-space {
width: 0;
float: left;
}
.vxe-list--virtual-wrapper,
.vxe-list--body {
padding: 0;
margin: 0;
border: 0;
outline: 0;
}
}
.vxe-list--virtual-wrapper {
height: 100px;
}