kmkf-work-order-service-component 0.0.1-alpha.13 → 0.0.1-alpha.14

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.
@@ -452,7 +452,7 @@ var CustomizeFormModal = function CustomizeFormModal(props, ref) {
452
452
 
453
453
  return /*#__PURE__*/_jsx(Drawer, {
454
454
  title: (templateDetail === null || templateDetail === void 0 ? void 0 : templateDetail.name) || '工单录入',
455
- width: '100%',
455
+ width: '90%',
456
456
  open: visible,
457
457
  onClose: closeModal,
458
458
  footer: renderFooter(),
@@ -22,8 +22,8 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
22
  * @Description:
23
23
  * @Author: litian
24
24
  * @Date: 2022-09-09 16:58:00
25
- * @LastEditors: litian
26
- * @LastEditTime: 2022-09-22 16:37:15
25
+ * @LastEditors: wangzhenggui jianjia.wzg@raycloud.com
26
+ * @LastEditTime: 2022-10-09 10:03:00
27
27
  */
28
28
  import React, { useImperativeHandle, forwardRef, useState } from 'react';
29
29
  import { Drawer } from 'antd';
@@ -106,6 +106,7 @@ function RecordModal(props, ref) {
106
106
 
107
107
  return /*#__PURE__*/_jsx(Drawer, {
108
108
  title: "\u8BB0\u5F55",
109
+ width: '90%',
109
110
  visible: visible,
110
111
  onClose: function onClose() {
111
112
  return setVisible(false);
@@ -120,6 +120,7 @@ var RecordLog = function RecordLog(props, ref) {
120
120
 
121
121
  return /*#__PURE__*/_jsx(Drawer, {
122
122
  visible: visible,
123
+ width: '90%',
123
124
  title: "\u64CD\u4F5C\u8BB0\u5F55",
124
125
  onClose: function onClose() {
125
126
  return setVisible(false);
@@ -56,9 +56,9 @@
56
56
  left: 0;
57
57
  z-index: 3;
58
58
  height: 70px;
59
+ padding: 4px;
59
60
  overflow: auto;
60
61
  background-color: #fff;
61
- padding: 4px;
62
62
  &:hover {
63
63
  height: 200px;
64
64
  box-shadow: 3px 3px 5px #eee;
@@ -114,7 +114,6 @@
114
114
  width: 130px;
115
115
  margin-right: 8px;
116
116
  }
117
-
118
117
 
119
118
  .custom_box_search_buyer {
120
119
  flex: none;
@@ -257,4 +256,4 @@
257
256
 
258
257
  .formDefault {
259
258
  display: none;
260
- }
259
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.0.1-alpha.13",
3
+ "version": "0.0.1-alpha.14",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",