NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/styles/list.scss
2023-09-14 14:47:11 +08:00

26 lines
385 B
SCSS

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