diff --git a/src/views/productionSchedulingPlan/basic/components/addEquipment.vue b/src/views/productionSchedulingPlan/basic/components/addEquipment.vue index e3674c69..2dd206f8 100644 --- a/src/views/productionSchedulingPlan/basic/components/addEquipment.vue +++ b/src/views/productionSchedulingPlan/basic/components/addEquipment.vue @@ -1,12 +1,5 @@ @@ -56,24 +35,11 @@ *设备名称 @@ -91,23 +57,10 @@ *设备分类 @@ -118,20 +71,9 @@ :rules="formRules.processId"--> @@ -142,20 +84,9 @@ @@ -176,25 +107,18 @@ @@ -299,15 +178,8 @@ *设备顺序 @@ -488,8 +360,7 @@ export default { if (item.endNum && nextItem.startNum) { if (parseFloat(item.endNum) !== parseFloat(nextItem.startNum)) { this.$message.error( - `第${i + 1}行,第${j + 1}组的结束值 (${item.endNum}) 必须等于第${ - j + 2 + `第${i + 1}行,第${j + 1}组的结束值 (${item.endNum}) 必须等于第${j + 2 }组的开始值 (${nextItem.startNum})` ); return false; @@ -754,7 +625,8 @@ export default { font-size: 14px; line-height: 1.5; } -:deep(.el-table .el-table__cell) { + +:deep(.el-table .el-table__body .el-table__cell) { height: 50px !important; padding: 0 !important; line-height: 50px !important; @@ -763,4 +635,12 @@ export default { .ability-row { margin-bottom: 10px; } + +:deep(.ability-input-group) { + .el-form-item__content { + div { + margin: auto; + } + } +} \ No newline at end of file