vxe-pc-ui
Version:
A vue based PC component library
28 lines (27 loc) • 488 B
CSS
.vxe-list {
position: relative;
display: block;
padding: 0;
color: var(--vxe-ui-font-color);
font-family: var(--vxe-ui-font-family);
direction: ltr;
}
.vxe-list .vxe-list--virtual-wrapper {
position: relative;
overflow: auto;
outline: 0;
}
.vxe-list .vxe-list--y-space {
width: 0;
float: left;
}
.vxe-list .vxe-list--virtual-wrapper,
.vxe-list .vxe-list--body {
padding: 0;
margin: 0;
border: 0;
outline: 0;
}
.vxe-list--virtual-wrapper {
height: 100px;
}