kmkf-work-order-service-component 0.4.0-alpha.34 → 0.4.0-alpha.35

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.
@@ -415,7 +415,8 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref4) {
415
415
  wrapperCol: {
416
416
  span: 18
417
417
  },
418
- className: 'customizeFormModalClassName'
418
+ className: 'customizeFormModalClassName',
419
+ layout: 'vertical'
419
420
  },
420
421
  isShowShopList: false,
421
422
  onFormSubmitSuccess: function onFormSubmitSuccess(val) {
@@ -1,5 +1,6 @@
1
1
  .custom_box {
2
- // height: calc(100% - 58px);
2
+ // height: calc(100vh - 58px);
3
+ overflow-x: hidden;
3
4
  :global(.ant-row) {
4
5
  margin: 0 !important;
5
6
  }
@@ -126,7 +127,10 @@
126
127
  }
127
128
 
128
129
  .custom_box_main_fxg {
129
- height: calc(100vh - 446px);
130
+ height: calc(100vh - 412px);
131
+ }
132
+ .custom_box_main_xiaozhi {
133
+ height: calc(100vh - 228px);
130
134
  }
131
135
 
132
136
  .custom_box_main_ks {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.0-alpha.34",
3
+ "version": "0.4.0-alpha.35",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",