1
0
mirror of synced 2025-12-09 07:08:22 +08:00
Files
vxe-table/styles/list.scss
2023-06-03 01:05:36 +08:00

28 lines
435 B
SCSS

/**Variable**/
.vxe-list {
position: relative;
display: block;
padding: 0;
color: var(--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;
}