车间排产

This commit is contained in:
zhangdingyu
2019-10-25 18:25:54 +08:00
parent cc964bc310
commit 52fece3089
4 changed files with 237 additions and 1 deletions

View File

@@ -278,3 +278,15 @@ h3 {
.el-tabs--border-card>.el-tabs__content {
padding: 15px 15px 0px 15px!important;
}
//.el-table__header-wrapper {
// height: 25px!important;
//}
/* 设置表主体的高度 */
.el-table__body td,.el-table__body th{
padding:1px!important;
height: 25px!important;
}
/* 设置表头的高度 */
.el-table__header td,.el-table__header th{
padding:0px!important;
}