@zscreate/h-form-error-correction 0.0.5 → 0.0.7
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.
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
--tw-contain-style:
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.file-upload-container .current-org[data-v-
|
|
108
|
+
.file-upload-container .current-org[data-v-26aca064] {
|
|
109
109
|
margin-bottom: 16px;
|
|
110
110
|
color: rgba(0, 0, 0, 0.45);
|
|
111
111
|
font-size: 14px;
|
|
112
112
|
}
|
|
113
|
-
.file-upload-container .upload-area[data-v-
|
|
113
|
+
.file-upload-container .upload-area[data-v-26aca064] {
|
|
114
114
|
margin-bottom: 20px;
|
|
115
115
|
}
|
|
116
|
-
.file-upload-container .upload-area .upload-dragger[data-v-
|
|
116
|
+
.file-upload-container .upload-area .upload-dragger[data-v-26aca064] {
|
|
117
117
|
border: 2px dashed #d9d9d9;
|
|
118
118
|
border-radius: 4px;
|
|
119
119
|
background: #fafafa;
|
|
@@ -123,31 +123,31 @@
|
|
|
123
123
|
transition: border-color 0.3s;
|
|
124
124
|
width: 100%;
|
|
125
125
|
}
|
|
126
|
-
.file-upload-container .upload-area .upload-dragger[data-v-
|
|
126
|
+
.file-upload-container .upload-area .upload-dragger[data-v-26aca064]:hover {
|
|
127
127
|
border-color: #1890ff;
|
|
128
128
|
}
|
|
129
|
-
.file-upload-container .upload-area .upload-dragger .upload-icon[data-v-
|
|
129
|
+
.file-upload-container .upload-area .upload-dragger .upload-icon[data-v-26aca064] {
|
|
130
130
|
margin-bottom: 8px;
|
|
131
131
|
}
|
|
132
|
-
.file-upload-container .upload-area .upload-dragger .upload-text[data-v-
|
|
132
|
+
.file-upload-container .upload-area .upload-dragger .upload-text[data-v-26aca064] {
|
|
133
133
|
margin: 0;
|
|
134
134
|
color: rgba(0, 0, 0, 0.65);
|
|
135
135
|
font-size: 14px;
|
|
136
136
|
}
|
|
137
|
-
.file-upload-container .file-list-section[data-v-
|
|
137
|
+
.file-upload-container .file-list-section[data-v-26aca064] {
|
|
138
138
|
margin-top: 10px;
|
|
139
139
|
}
|
|
140
|
-
.file-upload-container .file-list-section .file-list-title[data-v-
|
|
140
|
+
.file-upload-container .file-list-section .file-list-title[data-v-26aca064] {
|
|
141
141
|
margin-bottom: 12px;
|
|
142
142
|
font-size: 14px;
|
|
143
143
|
font-weight: 500;
|
|
144
144
|
color: rgba(0, 0, 0, 0.85);
|
|
145
145
|
}
|
|
146
|
-
.file-upload-container .file-list-section .file-list[data-v-
|
|
146
|
+
.file-upload-container .file-list-section .file-list[data-v-26aca064] {
|
|
147
147
|
max-height: 300px;
|
|
148
148
|
overflow-y: auto;
|
|
149
149
|
}
|
|
150
|
-
.file-upload-container .file-list-section .file-list .file-item[data-v-
|
|
150
|
+
.file-upload-container .file-list-section .file-list .file-item[data-v-26aca064] {
|
|
151
151
|
display: flex;
|
|
152
152
|
align-items: center;
|
|
153
153
|
padding: 12px;
|
|
@@ -157,20 +157,20 @@
|
|
|
157
157
|
transition: all 0.3s;
|
|
158
158
|
cursor: pointer;
|
|
159
159
|
}
|
|
160
|
-
.file-upload-container .file-list-section .file-list .file-item[data-v-
|
|
160
|
+
.file-upload-container .file-list-section .file-list .file-item[data-v-26aca064]:hover {
|
|
161
161
|
background: #fafafa;
|
|
162
162
|
border-color: #d9d9d9;
|
|
163
163
|
}
|
|
164
|
-
.file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-
|
|
164
|
+
.file-upload-container .file-list-section .file-list .file-item .file-icon[data-v-26aca064] {
|
|
165
165
|
font-size: 20px;
|
|
166
166
|
color: #1890ff;
|
|
167
167
|
margin-right: 12px;
|
|
168
168
|
}
|
|
169
|
-
.file-upload-container .file-list-section .file-list .file-item .file-info[data-v-
|
|
169
|
+
.file-upload-container .file-list-section .file-list .file-item .file-info[data-v-26aca064] {
|
|
170
170
|
flex: 1;
|
|
171
171
|
min-width: 0;
|
|
172
172
|
}
|
|
173
|
-
.file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-
|
|
173
|
+
.file-upload-container .file-list-section .file-list .file-item .file-info .file-name[data-v-26aca064] {
|
|
174
174
|
font-size: 14px;
|
|
175
175
|
color: rgba(0, 0, 0, 0.85);
|
|
176
176
|
margin-bottom: 4px;
|
|
@@ -178,30 +178,34 @@
|
|
|
178
178
|
text-overflow: ellipsis;
|
|
179
179
|
white-space: nowrap;
|
|
180
180
|
}
|
|
181
|
-
.file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-
|
|
181
|
+
.file-upload-container .file-list-section .file-list .file-item .file-info .file-size[data-v-26aca064] {
|
|
182
182
|
font-size: 12px;
|
|
183
183
|
color: rgba(0, 0, 0, 0.45);
|
|
184
184
|
}
|
|
185
|
-
.file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-
|
|
185
|
+
.file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-26aca064] {
|
|
186
186
|
font-size: 16px;
|
|
187
187
|
color: rgba(0, 0, 0, 0.45);
|
|
188
188
|
cursor: pointer;
|
|
189
189
|
transition: color 0.3s;
|
|
190
190
|
}
|
|
191
|
-
.file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-
|
|
191
|
+
.file-upload-container .file-list-section .file-list .file-item .delete-icon[data-v-26aca064]:hover {
|
|
192
192
|
color: #ff4d4f;
|
|
193
193
|
}
|
|
194
|
+
[data-v-26aca064] .ant-form-item-children input[disabledColor="true"] {
|
|
195
|
+
background-color: #f5f5f5 !important;
|
|
196
|
+
color: #c1b8c1;
|
|
197
|
+
}
|
|
194
198
|
|
|
195
|
-
.formCorrectionLayout[data-v-
|
|
199
|
+
.formCorrectionLayout[data-v-7d4edf88] {
|
|
196
200
|
width: 100%;
|
|
197
201
|
}
|
|
198
|
-
.formCorrectionLayout .formCorrectionLayout-left[data-v-
|
|
202
|
+
.formCorrectionLayout .formCorrectionLayout-left[data-v-7d4edf88] {
|
|
199
203
|
padding-right: 15px;
|
|
200
204
|
}
|
|
201
|
-
.formCorrectionLayout .formCorrectionLayout-right[data-v-
|
|
205
|
+
.formCorrectionLayout .formCorrectionLayout-right[data-v-7d4edf88] {
|
|
202
206
|
padding-left: 10px;
|
|
203
207
|
}
|
|
204
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-
|
|
208
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history[data-v-7d4edf88] {
|
|
205
209
|
background: white;
|
|
206
210
|
border-radius: 4px;
|
|
207
211
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
@@ -209,7 +213,7 @@
|
|
|
209
213
|
flex-direction: column;
|
|
210
214
|
overflow: hidden;
|
|
211
215
|
}
|
|
212
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-
|
|
216
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header[data-v-7d4edf88] {
|
|
213
217
|
padding: 16px;
|
|
214
218
|
border-bottom: 1px solid #f0f0f0;
|
|
215
219
|
font-size: 16px;
|
|
@@ -220,15 +224,15 @@
|
|
|
220
224
|
gap: 8px;
|
|
221
225
|
flex-shrink: 0;
|
|
222
226
|
}
|
|
223
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-
|
|
227
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-header i[data-v-7d4edf88] {
|
|
224
228
|
color: #1890ff;
|
|
225
229
|
}
|
|
226
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-
|
|
230
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list[data-v-7d4edf88] {
|
|
227
231
|
padding: 12px;
|
|
228
232
|
overflow-y: auto;
|
|
229
233
|
flex: 1;
|
|
230
234
|
}
|
|
231
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-
|
|
235
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-7d4edf88] {
|
|
232
236
|
background: #f5f5f5;
|
|
233
237
|
border-radius: 4px;
|
|
234
238
|
padding: 12px;
|
|
@@ -236,88 +240,170 @@
|
|
|
236
240
|
border-left: 3px solid #1890ff;
|
|
237
241
|
transition: all 0.3s;
|
|
238
242
|
}
|
|
239
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-
|
|
243
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-7d4edf88]:hover {
|
|
240
244
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
241
245
|
transform: translateX(2px);
|
|
242
246
|
}
|
|
243
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-
|
|
247
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item[data-v-7d4edf88]:last-child {
|
|
244
248
|
margin-bottom: 0;
|
|
245
249
|
}
|
|
246
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-
|
|
250
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header[data-v-7d4edf88] {
|
|
247
251
|
display: flex;
|
|
248
252
|
justify-content: space-between;
|
|
249
253
|
align-items: center;
|
|
250
254
|
margin-bottom: 8px;
|
|
251
255
|
}
|
|
252
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-
|
|
256
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-field[data-v-7d4edf88] {
|
|
253
257
|
font-weight: 500;
|
|
254
258
|
color: rgba(0, 0, 0, 0.85);
|
|
255
259
|
font-size: 14px;
|
|
256
260
|
}
|
|
257
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-
|
|
261
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-header .history-time[data-v-7d4edf88] {
|
|
258
262
|
font-size: 12px;
|
|
259
263
|
color: rgba(0, 0, 0, 0.45);
|
|
260
264
|
}
|
|
261
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-
|
|
265
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change[data-v-7d4edf88] {
|
|
262
266
|
display: flex;
|
|
263
267
|
flex-direction: column;
|
|
264
268
|
gap: 6px;
|
|
265
269
|
}
|
|
266
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-
|
|
267
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-
|
|
270
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value[data-v-7d4edf88],
|
|
271
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value[data-v-7d4edf88] {
|
|
268
272
|
display: flex;
|
|
269
273
|
align-items: center;
|
|
270
274
|
gap: 8px;
|
|
271
275
|
font-size: 13px;
|
|
272
276
|
}
|
|
273
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-
|
|
274
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-
|
|
277
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .label[data-v-7d4edf88],
|
|
278
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .label[data-v-7d4edf88] {
|
|
275
279
|
color: rgba(0, 0, 0, 0.65);
|
|
276
280
|
min-width: 40px;
|
|
277
281
|
}
|
|
278
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-
|
|
279
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-
|
|
282
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-7d4edf88],
|
|
283
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-7d4edf88] {
|
|
280
284
|
color: rgba(0, 0, 0, 0.85);
|
|
281
285
|
word-break: break-all;
|
|
282
286
|
white-space: pre-line;
|
|
283
287
|
flex: 1;
|
|
284
288
|
}
|
|
285
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-
|
|
289
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .old-value .value[data-v-7d4edf88] {
|
|
286
290
|
text-decoration: line-through;
|
|
287
291
|
color: rgba(0, 0, 0, 0.45);
|
|
288
292
|
}
|
|
289
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-
|
|
293
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .new-value .value[data-v-7d4edf88] {
|
|
290
294
|
color: #52c41a;
|
|
291
295
|
font-weight: 500;
|
|
292
296
|
}
|
|
293
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-
|
|
297
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-change .arrow-icon[data-v-7d4edf88] {
|
|
294
298
|
color: #1890ff;
|
|
295
299
|
align-self: center;
|
|
296
300
|
}
|
|
297
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-
|
|
301
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation[data-v-7d4edf88] {
|
|
298
302
|
display: flex;
|
|
299
303
|
align-items: center;
|
|
300
304
|
gap: 8px;
|
|
301
305
|
font-size: 13px;
|
|
302
306
|
flex-wrap: wrap;
|
|
303
307
|
}
|
|
304
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-
|
|
308
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span[data-v-7d4edf88] {
|
|
305
309
|
color: rgba(0, 0, 0, 0.65);
|
|
306
310
|
}
|
|
307
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-
|
|
311
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .row-count[data-v-7d4edf88] {
|
|
308
312
|
color: #1890ff;
|
|
309
313
|
font-weight: 500;
|
|
310
314
|
margin-left: 4px;
|
|
311
315
|
}
|
|
312
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-
|
|
316
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .history-operation span .deleted-row[data-v-7d4edf88] {
|
|
313
317
|
color: #ff4d4f;
|
|
314
318
|
font-weight: 500;
|
|
315
319
|
}
|
|
316
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .
|
|
320
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section[data-v-7d4edf88] {
|
|
321
|
+
margin-top: 5px;
|
|
322
|
+
padding-top: 12px;
|
|
323
|
+
border-top: 1px dashed #e8e8e8;
|
|
324
|
+
}
|
|
325
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] {
|
|
326
|
+
display: flex;
|
|
327
|
+
justify-content: center;
|
|
328
|
+
}
|
|
329
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group {
|
|
330
|
+
width: 100%;
|
|
331
|
+
display: flex;
|
|
332
|
+
}
|
|
333
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper {
|
|
334
|
+
flex: 1;
|
|
335
|
+
text-align: center;
|
|
336
|
+
height: 32px;
|
|
337
|
+
line-height: 30px;
|
|
338
|
+
font-size: 13px;
|
|
339
|
+
transition: all 0.3s;
|
|
340
|
+
}
|
|
341
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper:hover {
|
|
342
|
+
transform: translateY(-1px);
|
|
343
|
+
}
|
|
344
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:first-child {
|
|
345
|
+
background-color: #52c41a;
|
|
346
|
+
border-color: #52c41a;
|
|
347
|
+
}
|
|
348
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:last-child {
|
|
349
|
+
background-color: #ff4d4f;
|
|
350
|
+
border-color: #ff4d4f;
|
|
351
|
+
}
|
|
352
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .audit-actions[data-v-7d4edf88] .ant-radio-group .ant-radio-button-wrapper i {
|
|
353
|
+
margin-right: 4px;
|
|
354
|
+
}
|
|
355
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit[data-v-7d4edf88] {
|
|
356
|
+
display: flex;
|
|
357
|
+
align-items: center;
|
|
358
|
+
justify-content: center;
|
|
359
|
+
gap: 6px;
|
|
360
|
+
padding: 8px;
|
|
361
|
+
background-color: #f5f5f5;
|
|
362
|
+
border-radius: 4px;
|
|
363
|
+
color: rgba(0, 0, 0, 0.45);
|
|
364
|
+
font-size: 13px;
|
|
365
|
+
}
|
|
366
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .history-list .history-item .history-item-content .audit-section .no-audit i[data-v-7d4edf88] {
|
|
367
|
+
color: #1890ff;
|
|
368
|
+
}
|
|
369
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics[data-v-7d4edf88] {
|
|
370
|
+
padding: 10px 10px;
|
|
371
|
+
background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
|
|
372
|
+
border-top: 1px solid #e8e8e8;
|
|
373
|
+
border-bottom: 1px solid #e8e8e8;
|
|
374
|
+
display: flex;
|
|
375
|
+
justify-content: space-around;
|
|
376
|
+
align-items: center;
|
|
377
|
+
flex-shrink: 0;
|
|
378
|
+
}
|
|
379
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item[data-v-7d4edf88] {
|
|
380
|
+
display: flex;
|
|
381
|
+
flex-direction: column;
|
|
382
|
+
align-items: center;
|
|
383
|
+
gap: 4px;
|
|
384
|
+
}
|
|
385
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-label[data-v-7d4edf88] {
|
|
386
|
+
font-size: 12px;
|
|
387
|
+
color: rgba(0, 0, 0, 0.45);
|
|
388
|
+
}
|
|
389
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value[data-v-7d4edf88] {
|
|
390
|
+
font-size: 20px;
|
|
391
|
+
font-weight: 600;
|
|
392
|
+
}
|
|
393
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.need[data-v-7d4edf88] {
|
|
394
|
+
color: #1890ff;
|
|
395
|
+
}
|
|
396
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.approve[data-v-7d4edf88] {
|
|
397
|
+
color: #52c41a;
|
|
398
|
+
}
|
|
399
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .audit-statistics .stat-item .stat-value.reject[data-v-7d4edf88] {
|
|
400
|
+
color: #ff4d4f;
|
|
401
|
+
}
|
|
402
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials[data-v-7d4edf88] {
|
|
317
403
|
border-top: 1px solid #f0f0f0;
|
|
318
404
|
flex-shrink: 0;
|
|
319
405
|
}
|
|
320
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-
|
|
406
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header[data-v-7d4edf88] {
|
|
321
407
|
padding: 16px;
|
|
322
408
|
font-size: 16px;
|
|
323
409
|
font-weight: 500;
|
|
@@ -327,20 +413,20 @@
|
|
|
327
413
|
gap: 8px;
|
|
328
414
|
background-color: #fafafa;
|
|
329
415
|
}
|
|
330
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-
|
|
416
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-header i[data-v-7d4edf88] {
|
|
331
417
|
color: #1890ff;
|
|
332
418
|
}
|
|
333
|
-
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-
|
|
419
|
+
.formCorrectionLayout .formCorrectionLayout-right .modification-history .evidence-materials .evidence-content[data-v-7d4edf88] {
|
|
334
420
|
padding: 16px;
|
|
335
421
|
}
|
|
336
|
-
.formCorrectionLayout .permission[data-v-
|
|
422
|
+
.formCorrectionLayout .permission[data-v-7d4edf88] {
|
|
337
423
|
background-color: #fafafa;
|
|
338
424
|
border: 1px solid #e8e8e8;
|
|
339
425
|
border-top: none;
|
|
340
426
|
display: flex;
|
|
341
427
|
justify-content: space-between;
|
|
342
428
|
}
|
|
343
|
-
.formCorrectionLayout[data-v-
|
|
429
|
+
.formCorrectionLayout[data-v-7d4edf88] .ant-table-tbody td {
|
|
344
430
|
padding-bottom: 0 !important;
|
|
345
431
|
}
|
|
346
432
|
|