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
- span: 6
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.0-alpha.35",
3
+ "version": "0.4.0-alpha.36",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",