You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
488 B

.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;
}