vxe-table
Version:
一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、模态窗口、自定义模板、渲染器、贼灵活的配置项、扩展接口等...
43 lines (41 loc) • 662 B
CSS
/*font*/
/*size*/
/*icon*/
/*color*/
/*input/radio/checkbox*/
/*popup*/
/*table*/
/*filter*/
/*menu*/
/*loading*/
/*validate*/
/*grid*/
/*toolbar*/
/*tooltip*/
/*modal*/
/*checkbox*/
/*radio*/
/*button*/
/*input*/
/*textarea*/
/*form*/
/*select*/
/*switch*/
.vxe-list {
position: relative;
display: block;
padding: 0; }
.vxe-list .vxe-list--virtual-wrapper {
position: relative;
overflow: auto; }
.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; }