kmkf-work-order-service-component 0.5.0-alpha.4 → 0.5.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -374,7 +374,8 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref4) {
374
374
  children: /*#__PURE__*/_jsxs("div", {
375
375
  className: "custom_box",
376
376
  style: {
377
- display: tabActive === 'custom' ? 'block' : 'none'
377
+ display: tabActive === 'custom' ? 'flex' : 'none',
378
+ flexDirection: 'column'
378
379
  },
379
380
  children: [/*#__PURE__*/_jsxs("div", {
380
381
  className: "custom-top",
@@ -130,27 +130,13 @@
130
130
  flex: auto 1 1;
131
131
  flex-direction: column;
132
132
  justify-content: space-between;
133
- height: calc(100vh - 214px);
134
- overflow: auto;
135
133
  }
136
134
 
137
135
  .custom_box_main {
138
136
  margin-top: 8px;
139
- padding-bottom: 40px;
140
137
  background-color: #fafafa;
141
138
  }
142
139
 
143
- .custom_box_main_fxg {
144
- height: calc(100vh - 412px);
145
- }
146
- .custom_box_main_xiaozhi {
147
- height: calc(100vh - 228px);
148
- }
149
-
150
- .custom_box_main_ks {
151
- height: calc(100vh - 538px); // TODO: ks顶部多144px
152
- }
153
-
154
140
  .custom_box_main_empty {
155
141
  display: flex;
156
142
  align-items: center;
@@ -103,12 +103,6 @@
103
103
  }
104
104
  }
105
105
 
106
- .custom_box_main {
107
- height: calc(100vh - 338px);
108
- overflow: auto;
109
- background-color: #fafafa;
110
- }
111
-
112
106
  .custom_box_main_fxg {
113
107
  height: calc(100vh - 446px);
114
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.4",
3
+ "version": "0.5.0-alpha.6",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",