kmkf-work-order-service-component 0.4.0-alpha.34 → 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,13 +409,10 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref4) {
|
|
409
409
|
return setTitle(title);
|
410
410
|
},
|
411
411
|
formProps: {
|
412
|
-
labelCol: {
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
span: 18
|
417
|
-
},
|
418
|
-
className: 'customizeFormModalClassName'
|
412
|
+
// labelCol: { span: 6 },
|
413
|
+
// wrapperCol: { span: 18 },
|
414
|
+
className: 'customizeFormModalClassName',
|
415
|
+
layout: 'vertical'
|
419
416
|
},
|
420
417
|
isShowShopList: false,
|
421
418
|
onFormSubmitSuccess: function onFormSubmitSuccess(val) {
|
@@ -1,5 +1,6 @@
|
|
1
1
|
.custom_box {
|
2
|
-
// height: calc(
|
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 -
|
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 {
|