UNPKG

vhb-table

Version:

一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...

47 lines (45 loc) 721 B
/*font*/ /*size*/ /*icon*/ /*color*/ /*input/radio/checkbox*/ /*popup*/ /*table*/ /*filter*/ /*menu*/ /*loading*/ /*validate*/ /*grid*/ /*toolbar*/ /*tooltip*/ /*pager*/ /*modal*/ /*checkbox*/ /*radio*/ /*button*/ /*input*/ /*textarea*/ /*form*/ /*select*/ /*switch*/ /*pulldown*/ .vhb-list { position: relative; display: block; padding: 0; color: #606266; direction: ltr; } .vhb-list .vhb-list--virtual-wrapper { position: relative; overflow: auto; } .vhb-list .vhb-list--y-space { width: 0; float: left; } .vhb-list .vhb-list--virtual-wrapper, .vhb-list .vhb-list--body { padding: 0; margin: 0; border: 0; outline: 0; } .vhb-list--virtual-wrapper { height: 100px; }