shu-c-view
Version:
rollup 打包vue@2.7组件库框架
18 lines (16 loc) • 441 B
text/less
/* 滚动 roll-grid */
.base-roll-grid {
> div:nth-child(3) {
> div:nth-child(2) {
height: 0 ; // `vue-seamless-scroll`外面的el-table的`el-table__empty-block`空数据时展示的标签元素
min-height: 0 ;
}
}
/* 去除内部滚动el-table的上下两条边框线 */
.inner-table_box {
border: none ;
}
.inner-table_box::before {
height: 0;
}
}