车间排产

This commit is contained in:
zhangdingyu
2019-10-26 18:23:40 +08:00
parent ac3477bf77
commit a398554f26
3 changed files with 61 additions and 50 deletions

View File

@@ -48,11 +48,12 @@
.hover-row td{
background: RGB(236 245 255)!important;
}
.el-table td, .is-leaf{
background-color: rgb(255, 255, 255);
color: black;
font-weight:400
}
//表格行颜色9745
//.el-table td, .is-leaf{
// background-color: rgb(255, 255, 255);
// color: black;
// font-weight:400
//}
.el-table--striped .el-table__body tr.el-table__row--striped td{
background-color: #d8dde6;/*修改斑马线表格背景*/
}