kmkf-work-order-service-component 0.4.0-alpha.35 → 0.4.0-alpha.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -409,12 +409,8 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref4) {
|
|
409
409
|
return setTitle(title);
|
410
410
|
},
|
411
411
|
formProps: {
|
412
|
-
labelCol: {
|
413
|
-
|
414
|
-
},
|
415
|
-
wrapperCol: {
|
416
|
-
span: 18
|
417
|
-
},
|
412
|
+
// labelCol: { span: 6 },
|
413
|
+
// wrapperCol: { span: 18 },
|
418
414
|
className: 'customizeFormModalClassName',
|
419
415
|
layout: 'vertical'
|
420
416
|
},
|