fast-element-ui
Version:
Vue项目快速开发组件框架,使用element-ui为基础库二次封装构建。
30 lines (29 loc) • 653 B
text/less
/* .el-select-dropdown__list{
padding: 0px !important;
} */
.fast-combogrid-panel-cls .el-table--small td, .el-table--small th{
padding: 3px 0px ;
}
/* .el-select-dropdown__wrap{
max-height: 350px !important;
} */
.fast-combogrid-panel-content-cls .el-container{
overflow: hidden;
}
.fast-combogrid-panel-cls{
font-weight: normal ;
/* height: 100%; */
}
/* .el-select-dropdown__wrap{
max-height: 375px;
} */
.fast-combogrid-panel-cls .el-table__header tr,
.el-table__header th {
padding: 0;
height: 36px;
}
/* .el-table__body tr,
.el-table__body td {
padding: 0;
height: 30px;
} */