vhb-table
Version:
一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...
43 lines (41 loc) • 769 B
CSS
/*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-table--footer-wrapper {
color: #606266;
margin-top: -1px; }
.vhb-table--footer-wrapper.body--wrapper {
overflow-x: auto; }
.vhb-footer--column.col--ellipsis > .vhb-cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.vhb-footer--column.col--ellipsis > .vhb-cell .vhb-cell--item {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }