kmkf-work-order-service-component 0.5.0-alpha.2 → 0.5.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -139,7 +139,7 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref4) {
139
139
  var tabActive = _ref4.tabActive;
140
140
  var dispatch = useAppDispatch();
141
141
 
142
- var _useState = useState(true),
142
+ var _useState = useState(false),
143
143
  _useState2 = _slicedToArray(_useState, 2),
144
144
  open = _useState2[0],
145
145
  setOpen = _useState2[1];
@@ -1,6 +1,5 @@
1
1
  .custom_box {
2
- // height: calc(100vh - 58px);
3
- overflow-x: hidden;
2
+ overflow: hidden;
4
3
  :global(.ant-row) {
5
4
  margin: 0 !important;
6
5
  }
@@ -162,7 +161,6 @@
162
161
  flex-basis: 40px;
163
162
  justify-content: flex-end;
164
163
  width: 100%;
165
- padding: 0 16px;
166
164
  background-color: #fff;
167
165
  }
168
166
  .bottom-actions {
@@ -293,7 +293,7 @@ var PaymentWorkOrderList = function PaymentWorkOrderList(_ref) {
293
293
  })
294
294
  })
295
295
  }), /*#__PURE__*/_jsx("div", {
296
- className: "custom_box_page",
296
+ className: "payment_box_page",
297
297
  children: /*#__PURE__*/_jsx(Pagination, {
298
298
  size: "small",
299
299
  showQuickJumper: true,
@@ -141,7 +141,7 @@
141
141
  height: calc(100vh - 436px);
142
142
  }
143
143
 
144
- .custom_box_page {
144
+ .payment_box_page {
145
145
  display: flex;
146
146
  justify-content: flex-end;
147
147
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.2",
3
+ "version": "0.5.0-alpha.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",