cnhis-design-vue 3.1.9-beta.3 → 3.1.9-beta.6
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.
- package/README.md +22 -22
- package/es/packages/big-table/index.d.ts +2 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +6 -17
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +12 -64
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +21 -4
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +21 -4
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +8 -2
- package/es/packages/button-print/src/utils/print.es.min.mjs +179 -179
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +8 -2
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +11 -6
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +9 -3
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +20 -4
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +12 -2
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +22 -7
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +22 -6
- package/es/packages/field-set/index.mjs +2 -2
- package/es/packages/field-set/src/FieldSet.vue.d.ts +5171 -2473
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +11 -319
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +11 -3
- package/es/packages/field-set/src/OldFieldSet.mjs +4 -0
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
- package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +264 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +264 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +21 -17
- package/es/packages/form-render/src/components/cascader.mjs +1 -1
- package/es/packages/form-render/src/components/select.mjs +40 -27
- package/es/packages/form-table/index.d.ts +28 -4
- package/es/packages/form-table/src/FormTable.vue.d.ts +28 -4
- package/es/packages/form-table/src/components/index.d.ts +28 -4
- package/es/packages/form-table/src/components/table-age.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +8 -2
- package/es/packages/form-table/src/components/table-search.vue.d.ts +8 -2
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +2 -0
- package/es/packages/form-table/src/hooks/useDateType.mjs +1 -1
- package/es/packages/form-table/src/hooks/useSearch.mjs +1 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.css +27 -23
- package/es/packages/index.less +2451 -2448
- package/es/packages/info-header/index.d.ts +20 -4
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +29 -13
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +6 -4
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +20 -4
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +10 -5
- package/es/packages/info-header/style/index.css +0 -3
- package/es/packages/info-header/style/index.less +36 -40
- package/es/packages/map/index.d.ts +8 -2
- package/es/packages/map/src/Map.vue.d.ts +8 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +17 -4
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +17 -4
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +9 -2
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +8 -2
- package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +10 -4
- package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +19 -10
- package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.mjs +2 -1
- package/es/packages/scale-view/src/components/formitem/r-radio.mjs +10 -4
- package/es/packages/scale-view/src/components/formitem/r-select.mjs +6 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +7 -7
- package/es/packages/scale-view/src/hooks/scaleview-init.mjs +4 -3
- package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +85 -64
- package/es/packages/scale-view/src/hooks/use-component.d.ts +18 -4
- package/es/packages/scale-view/style/index.css +27 -20
- package/es/packages/scale-view/style/index.less +308 -301
- package/es/packages/select-label/index.d.ts +20 -4
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +10 -2
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +15 -11
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +10 -2
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +8 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +18 -14
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +16 -2
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +8 -2
- package/es/packages/time-line/src/TimeLine.vue.d.ts +8 -2
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +8 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -0
- package/es/src/utils/utilExpand.mjs +46 -46
- package/global.d.ts +8 -8
- package/package.json +5 -3
- package/yarn-error.log +103 -8659
- package/es/packages/field-set/src/Index.mjs +0 -4
- package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +0 -25
- package/es/packages/field-set/src/index2.mjs +0 -4
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-wrap: wrap;
|
|
4
4
|
width: 100%;
|
|
5
|
+
.n-radio-input {
|
|
6
|
+
width: 14px;
|
|
7
|
+
height: 14px;
|
|
8
|
+
}
|
|
5
9
|
.scale-choice-img-wrap {
|
|
6
10
|
display: inline-block;
|
|
7
11
|
position: relative;
|
|
@@ -74,14 +78,14 @@
|
|
|
74
78
|
display: inline-flex;
|
|
75
79
|
align-items: center;
|
|
76
80
|
margin: 4px 0;
|
|
77
|
-
|
|
81
|
+
.n-radio__label {
|
|
78
82
|
flex: 1;
|
|
79
83
|
display: inline-flex;
|
|
80
84
|
align-items: center;
|
|
81
85
|
white-space: normal;
|
|
82
86
|
}
|
|
83
87
|
}
|
|
84
|
-
>
|
|
88
|
+
> .n-checkbox {
|
|
85
89
|
display: inline-flex;
|
|
86
90
|
align-items: center;
|
|
87
91
|
margin: 4px 0;
|
|
@@ -118,7 +122,7 @@
|
|
|
118
122
|
padding-bottom: 50px;
|
|
119
123
|
box-sizing: border-box;
|
|
120
124
|
color: rgba(0, 0, 0, 0.65);
|
|
121
|
-
|
|
125
|
+
.n-form-item-label {
|
|
122
126
|
font-weight: 700;
|
|
123
127
|
}
|
|
124
128
|
.scale-container {
|
|
@@ -149,7 +153,7 @@
|
|
|
149
153
|
background-color: #dbdcdc;
|
|
150
154
|
}
|
|
151
155
|
}
|
|
152
|
-
|
|
156
|
+
.no-data-tip {
|
|
153
157
|
width: 100%;
|
|
154
158
|
height: 100%;
|
|
155
159
|
}
|
|
@@ -221,309 +225,309 @@
|
|
|
221
225
|
}
|
|
222
226
|
.rich-text-content {
|
|
223
227
|
word-break: break-all;
|
|
224
|
-
|
|
228
|
+
p {
|
|
225
229
|
margin-bottom: 0;
|
|
226
230
|
}
|
|
227
|
-
|
|
231
|
+
img {
|
|
228
232
|
max-width: 100%;
|
|
229
233
|
}
|
|
230
234
|
}
|
|
231
|
-
.n-dialog.n-modal {
|
|
232
|
-
&.c-evatip-dialog-wrap {
|
|
233
|
-
width: 494px !important;
|
|
234
|
-
padding: 0;
|
|
235
|
-
max-height: unset;
|
|
236
|
-
overflow-y: hidden;
|
|
237
|
-
.n-dialog__title {
|
|
238
|
-
height: 52px;
|
|
239
|
-
line-height: 52px;
|
|
240
|
-
padding-left: 16px;
|
|
241
|
-
font-weight: 600;
|
|
242
|
-
border-bottom: 1px solid #e8e8e8;
|
|
243
|
-
}
|
|
244
|
-
.n-base-icon {
|
|
245
|
-
position: absolute;
|
|
246
|
-
right: 16px;
|
|
247
|
-
top: 16px;
|
|
248
|
-
margin: 0;
|
|
249
|
-
color: #666666;
|
|
250
|
-
}
|
|
251
|
-
.n-dialog__content {
|
|
252
|
-
margin: 0;
|
|
253
|
-
}
|
|
254
|
-
.evatip-container {
|
|
255
|
-
min-height: 100px;
|
|
256
|
-
max-height: 60vh;
|
|
257
|
-
overflow-y: auto;
|
|
258
|
-
padding: 26px 16px;
|
|
259
|
-
font-size: 16px;
|
|
260
|
-
color: #2e2e2e;
|
|
261
|
-
p {
|
|
262
|
-
padding: 16px;
|
|
263
|
-
margin-top: 12px;
|
|
264
|
-
margin-bottom: 0;
|
|
265
|
-
font-size: 14px;
|
|
266
|
-
border-radius: 4px;
|
|
267
|
-
border: 1px solid rgba(213, 213, 213, 0.6);
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
.n-dialog__action {
|
|
271
|
-
display: block;
|
|
272
|
-
width: 100%;
|
|
273
|
-
padding: 10px 16px;
|
|
274
|
-
text-align: right;
|
|
275
|
-
border-top: 1px solid #e8e8e8;
|
|
276
|
-
box-sizing: border-box;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
235
|
+
.n-dialog.n-modal {
|
|
236
|
+
&.c-evatip-dialog-wrap {
|
|
237
|
+
width: 494px !important;
|
|
238
|
+
padding: 0;
|
|
239
|
+
max-height: unset;
|
|
240
|
+
overflow-y: hidden;
|
|
241
|
+
.n-dialog__title {
|
|
242
|
+
height: 52px;
|
|
243
|
+
line-height: 52px;
|
|
244
|
+
padding-left: 16px;
|
|
245
|
+
font-weight: 600;
|
|
246
|
+
border-bottom: 1px solid #e8e8e8;
|
|
247
|
+
}
|
|
248
|
+
.n-base-icon {
|
|
249
|
+
position: absolute;
|
|
250
|
+
right: 16px;
|
|
251
|
+
top: 16px;
|
|
252
|
+
margin: 0;
|
|
253
|
+
color: #666666;
|
|
254
|
+
}
|
|
255
|
+
.n-dialog__content {
|
|
256
|
+
margin: 0;
|
|
257
|
+
}
|
|
258
|
+
.evatip-container {
|
|
259
|
+
min-height: 100px;
|
|
260
|
+
max-height: 60vh;
|
|
261
|
+
overflow-y: auto;
|
|
262
|
+
padding: 26px 16px;
|
|
263
|
+
font-size: 16px;
|
|
264
|
+
color: #2e2e2e;
|
|
265
|
+
p {
|
|
266
|
+
padding: 16px;
|
|
267
|
+
margin-top: 12px;
|
|
268
|
+
margin-bottom: 0;
|
|
269
|
+
font-size: 14px;
|
|
270
|
+
border-radius: 4px;
|
|
271
|
+
border: 1px solid rgba(213, 213, 213, 0.6);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
.n-dialog__action {
|
|
275
|
+
display: block;
|
|
276
|
+
width: 100%;
|
|
277
|
+
padding: 10px 16px;
|
|
278
|
+
text-align: right;
|
|
279
|
+
border-top: 1px solid #e8e8e8;
|
|
280
|
+
box-sizing: border-box;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
279
283
|
}
|
|
280
|
-
.c-answerParse {
|
|
281
|
-
padding: 16px;
|
|
282
|
-
color: #2e2e2e;
|
|
283
|
-
border-radius: 8px;
|
|
284
|
-
background: rgba(253, 246, 246, 0.6);
|
|
285
|
-
margin-top: 6px;
|
|
286
|
-
margin-bottom: 12px;
|
|
287
|
-
.answer-res-wrap {
|
|
288
|
-
display: flex;
|
|
289
|
-
justify-content: space-between;
|
|
290
|
-
align-items: center;
|
|
291
|
-
margin-bottom: 16px;
|
|
292
|
-
.answer-res {
|
|
293
|
-
display: inline-flex;
|
|
294
|
-
align-items: center;
|
|
295
|
-
padding: 0 18px;
|
|
296
|
-
line-height: 36px;
|
|
297
|
-
color: #fff;
|
|
298
|
-
background: #f06f64;
|
|
299
|
-
border-radius: 18px;
|
|
300
|
-
font-weight: 700;
|
|
301
|
-
svg {
|
|
302
|
-
margin-right: 8px;
|
|
303
|
-
font-size: 16px;
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
.answer-score {
|
|
307
|
-
font-size: 14px;
|
|
308
|
-
font-weight: 600;
|
|
309
|
-
color: #2e2e2e;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
.correct-answer {
|
|
313
|
-
line-height: 20px;
|
|
314
|
-
margin-bottom: 16px;
|
|
315
|
-
p {
|
|
316
|
-
font-weight: 700;
|
|
317
|
-
display: inline-block;
|
|
318
|
-
}
|
|
319
|
-
span {
|
|
320
|
-
word-break: break-all;
|
|
321
|
-
color: #91c850;
|
|
322
|
-
font-size: 16px;
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
.answer-key {
|
|
326
|
-
line-height: 20px;
|
|
327
|
-
p {
|
|
328
|
-
font-weight: 700;
|
|
329
|
-
line-height: 20px;
|
|
330
|
-
margin-bottom: 16px;
|
|
331
|
-
}
|
|
332
|
-
span {
|
|
333
|
-
word-break: break-all;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
&.answerParse-success {
|
|
337
|
-
background: rgba(234, 251, 228, 0.6);
|
|
338
|
-
.answer-res {
|
|
339
|
-
background: #91c850;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
284
|
+
.c-answerParse {
|
|
285
|
+
padding: 16px;
|
|
286
|
+
color: #2e2e2e;
|
|
287
|
+
border-radius: 8px;
|
|
288
|
+
background: rgba(253, 246, 246, 0.6);
|
|
289
|
+
margin-top: 6px;
|
|
290
|
+
margin-bottom: 12px;
|
|
291
|
+
.answer-res-wrap {
|
|
292
|
+
display: flex;
|
|
293
|
+
justify-content: space-between;
|
|
294
|
+
align-items: center;
|
|
295
|
+
margin-bottom: 16px;
|
|
296
|
+
.answer-res {
|
|
297
|
+
display: inline-flex;
|
|
298
|
+
align-items: center;
|
|
299
|
+
padding: 0 18px;
|
|
300
|
+
line-height: 36px;
|
|
301
|
+
color: #fff;
|
|
302
|
+
background: #f06f64;
|
|
303
|
+
border-radius: 18px;
|
|
304
|
+
font-weight: 700;
|
|
305
|
+
svg {
|
|
306
|
+
margin-right: 8px;
|
|
307
|
+
font-size: 16px;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
.answer-score {
|
|
311
|
+
font-size: 14px;
|
|
312
|
+
font-weight: 600;
|
|
313
|
+
color: #2e2e2e;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
.correct-answer {
|
|
317
|
+
line-height: 20px;
|
|
318
|
+
margin-bottom: 16px;
|
|
319
|
+
p {
|
|
320
|
+
font-weight: 700;
|
|
321
|
+
display: inline-block;
|
|
322
|
+
}
|
|
323
|
+
span {
|
|
324
|
+
word-break: break-all;
|
|
325
|
+
color: #91c850;
|
|
326
|
+
font-size: 16px;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
.answer-key {
|
|
330
|
+
line-height: 20px;
|
|
331
|
+
p {
|
|
332
|
+
font-weight: 700;
|
|
333
|
+
line-height: 20px;
|
|
334
|
+
margin-bottom: 16px;
|
|
335
|
+
}
|
|
336
|
+
span {
|
|
337
|
+
word-break: break-all;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
&.answerParse-success {
|
|
341
|
+
background: rgba(234, 251, 228, 0.6);
|
|
342
|
+
.answer-res {
|
|
343
|
+
background: #91c850;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
342
346
|
}
|
|
343
|
-
.c-evaluateCountdown {
|
|
344
|
-
position: absolute;
|
|
345
|
-
top: 0;
|
|
346
|
-
right: 0;
|
|
347
|
-
min-width: 166px;
|
|
348
|
-
padding: 8px 12px;
|
|
349
|
-
background: #f2f2f4;
|
|
350
|
-
border-radius: 8px;
|
|
351
|
-
color: #212121;
|
|
352
|
-
z-index: 1;
|
|
353
|
-
text-align: center;
|
|
354
|
-
&.evaluateCountdown-hasTime {
|
|
355
|
-
&:hover {
|
|
356
|
-
padding: 8px 32px;
|
|
357
|
-
background: #f1f1f4;
|
|
358
|
-
.countdown {
|
|
359
|
-
line-height: 40px;
|
|
360
|
-
font-size: 26px;
|
|
361
|
-
span {
|
|
362
|
-
line-height: unset;
|
|
363
|
-
}
|
|
364
|
-
svg {
|
|
365
|
-
display: none;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
.answered-wrap {
|
|
369
|
-
display: block;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
.answered-wrap {
|
|
373
|
-
display: none;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
.countdown {
|
|
377
|
-
display: flex;
|
|
378
|
-
align-content: center;
|
|
379
|
-
justify-content: center;
|
|
380
|
-
font-size: 14px;
|
|
381
|
-
color: #000000;
|
|
382
|
-
span {
|
|
383
|
-
line-height: 18px;
|
|
384
|
-
}
|
|
385
|
-
svg {
|
|
386
|
-
margin-left: 8px;
|
|
387
|
-
font-size: 16px;
|
|
388
|
-
color: #969696;
|
|
389
|
-
}
|
|
390
|
-
&.countdown-red {
|
|
391
|
-
color: #ff1818;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
.answered-wrap {
|
|
395
|
-
span {
|
|
396
|
-
color: #2d7aff;
|
|
397
|
-
}
|
|
398
|
-
}
|
|
347
|
+
.c-evaluateCountdown {
|
|
348
|
+
position: absolute;
|
|
349
|
+
top: 0;
|
|
350
|
+
right: 0;
|
|
351
|
+
min-width: 166px;
|
|
352
|
+
padding: 8px 12px;
|
|
353
|
+
background: #f2f2f4;
|
|
354
|
+
border-radius: 8px;
|
|
355
|
+
color: #212121;
|
|
356
|
+
z-index: 1;
|
|
357
|
+
text-align: center;
|
|
358
|
+
&.evaluateCountdown-hasTime {
|
|
359
|
+
&:hover {
|
|
360
|
+
padding: 8px 32px;
|
|
361
|
+
background: #f1f1f4;
|
|
362
|
+
.countdown {
|
|
363
|
+
line-height: 40px;
|
|
364
|
+
font-size: 26px;
|
|
365
|
+
span {
|
|
366
|
+
line-height: unset;
|
|
367
|
+
}
|
|
368
|
+
svg {
|
|
369
|
+
display: none;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
.answered-wrap {
|
|
373
|
+
display: block;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
.answered-wrap {
|
|
377
|
+
display: none;
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
.countdown {
|
|
381
|
+
display: flex;
|
|
382
|
+
align-content: center;
|
|
383
|
+
justify-content: center;
|
|
384
|
+
font-size: 14px;
|
|
385
|
+
color: #000000;
|
|
386
|
+
span {
|
|
387
|
+
line-height: 18px;
|
|
388
|
+
}
|
|
389
|
+
svg {
|
|
390
|
+
margin-left: 8px;
|
|
391
|
+
font-size: 16px;
|
|
392
|
+
color: #969696;
|
|
393
|
+
}
|
|
394
|
+
&.countdown-red {
|
|
395
|
+
color: #ff1818;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
.answered-wrap {
|
|
399
|
+
span {
|
|
400
|
+
color: #2d7aff;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
399
403
|
}
|
|
400
|
-
.c-evaluate-page {
|
|
401
|
-
display: flex;
|
|
402
|
-
align-items: center;
|
|
403
|
-
justify-content: center;
|
|
404
|
-
width: 100%;
|
|
405
|
-
height: 100%;
|
|
406
|
-
.evaluate-container {
|
|
407
|
-
width: 620px;
|
|
408
|
-
padding: 45px 32px;
|
|
409
|
-
text-align: center;
|
|
410
|
-
border-radius: 15px;
|
|
411
|
-
border: 1px solid #e0e0e0;
|
|
412
|
-
.evaluate-name {
|
|
413
|
-
font-size: 20px;
|
|
414
|
-
color: #212121;
|
|
415
|
-
line-height: 28px;
|
|
416
|
-
margin-bottom: 10px;
|
|
417
|
-
max-height: 88px;
|
|
418
|
-
overflow-y: auto;
|
|
419
|
-
word-break: break-all;
|
|
420
|
-
}
|
|
421
|
-
.evaluate-explain {
|
|
422
|
-
padding: 12px 22px 12px 30px;
|
|
423
|
-
margin-bottom: 24px;
|
|
424
|
-
text-align: left;
|
|
425
|
-
border-radius: 8px;
|
|
426
|
-
background: #f2f2f4;
|
|
427
|
-
overflow: hidden;
|
|
428
|
-
> div {
|
|
429
|
-
padding-right: 8px;
|
|
430
|
-
max-height: 206px;
|
|
431
|
-
overflow-y: auto;
|
|
432
|
-
word-break: break-all;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
.evaluate-score {
|
|
436
|
-
display: flex;
|
|
437
|
-
margin-bottom: 24px;
|
|
438
|
-
li + li {
|
|
439
|
-
border-left: 1px solid rgba(213, 213, 213, 0.6);
|
|
440
|
-
}
|
|
441
|
-
li {
|
|
442
|
-
flex: 1;
|
|
443
|
-
div {
|
|
444
|
-
line-height: 50px;
|
|
445
|
-
font-size: 36px;
|
|
446
|
-
color: #000000;
|
|
447
|
-
}
|
|
448
|
-
span {
|
|
449
|
-
line-height: 20px;
|
|
450
|
-
font-size: 14px;
|
|
451
|
-
color: rgba(0, 0, 0, 0.6);
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
.evaluate-time-range {
|
|
456
|
-
font-size: 14px;
|
|
457
|
-
color: #000000;
|
|
458
|
-
line-height: 20px;
|
|
459
|
-
margin-bottom: 20px;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.evaluate-btn {
|
|
463
|
-
width: 380px;
|
|
464
|
-
height: unset;
|
|
465
|
-
padding: 16px 0;
|
|
466
|
-
text-align: center;
|
|
467
|
-
font-size: 18px;
|
|
468
|
-
color: #ffffff;
|
|
469
|
-
border-radius: 8px;
|
|
470
|
-
}
|
|
471
|
-
}
|
|
404
|
+
.c-evaluate-page {
|
|
405
|
+
display: flex;
|
|
406
|
+
align-items: center;
|
|
407
|
+
justify-content: center;
|
|
408
|
+
width: 100%;
|
|
409
|
+
height: 100%;
|
|
410
|
+
.evaluate-container {
|
|
411
|
+
width: 620px;
|
|
412
|
+
padding: 45px 32px;
|
|
413
|
+
text-align: center;
|
|
414
|
+
border-radius: 15px;
|
|
415
|
+
border: 1px solid #e0e0e0;
|
|
416
|
+
.evaluate-name {
|
|
417
|
+
font-size: 20px;
|
|
418
|
+
color: #212121;
|
|
419
|
+
line-height: 28px;
|
|
420
|
+
margin-bottom: 10px;
|
|
421
|
+
max-height: 88px;
|
|
422
|
+
overflow-y: auto;
|
|
423
|
+
word-break: break-all;
|
|
424
|
+
}
|
|
425
|
+
.evaluate-explain {
|
|
426
|
+
padding: 12px 22px 12px 30px;
|
|
427
|
+
margin-bottom: 24px;
|
|
428
|
+
text-align: left;
|
|
429
|
+
border-radius: 8px;
|
|
430
|
+
background: #f2f2f4;
|
|
431
|
+
overflow: hidden;
|
|
432
|
+
> div {
|
|
433
|
+
padding-right: 8px;
|
|
434
|
+
max-height: 206px;
|
|
435
|
+
overflow-y: auto;
|
|
436
|
+
word-break: break-all;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
.evaluate-score {
|
|
440
|
+
display: flex;
|
|
441
|
+
margin-bottom: 24px;
|
|
442
|
+
li + li {
|
|
443
|
+
border-left: 1px solid rgba(213, 213, 213, 0.6);
|
|
444
|
+
}
|
|
445
|
+
li {
|
|
446
|
+
flex: 1;
|
|
447
|
+
div {
|
|
448
|
+
line-height: 50px;
|
|
449
|
+
font-size: 36px;
|
|
450
|
+
color: #000000;
|
|
451
|
+
}
|
|
452
|
+
span {
|
|
453
|
+
line-height: 20px;
|
|
454
|
+
font-size: 14px;
|
|
455
|
+
color: rgba(0, 0, 0, 0.6);
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
.evaluate-time-range {
|
|
460
|
+
font-size: 14px;
|
|
461
|
+
color: #000000;
|
|
462
|
+
line-height: 20px;
|
|
463
|
+
margin-bottom: 20px;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.evaluate-btn {
|
|
467
|
+
width: 380px;
|
|
468
|
+
height: unset;
|
|
469
|
+
padding: 16px 0;
|
|
470
|
+
text-align: center;
|
|
471
|
+
font-size: 18px;
|
|
472
|
+
color: #ffffff;
|
|
473
|
+
border-radius: 8px;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
472
476
|
}
|
|
473
|
-
.c-totalScore-warp {
|
|
474
|
-
padding: 16px;
|
|
475
|
-
margin-bottom: 16px;
|
|
476
|
-
font-weight: 400;
|
|
477
|
-
color: #666666;
|
|
478
|
-
background: #f2f2f4;
|
|
479
|
-
font-size: 14px;
|
|
480
|
-
border-radius: 6px;
|
|
481
|
-
div + div {
|
|
482
|
-
margin-top: 4px;
|
|
483
|
-
}
|
|
484
|
-
span {
|
|
485
|
-
font-weight: 500;
|
|
486
|
-
color: #090909;
|
|
487
|
-
}
|
|
488
|
-
.score-result {
|
|
489
|
-
color: #2d7aff;
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
.text-over-tooltip-components {
|
|
493
|
-
display: inline-block;
|
|
494
|
-
max-width: 98%;
|
|
495
|
-
/* 文字超出宽度显示省略号 单行 */
|
|
496
|
-
|
|
497
|
-
.ellipsis {
|
|
498
|
-
font-size: 14px;
|
|
499
|
-
color: #35393c;
|
|
500
|
-
overflow: hidden;
|
|
501
|
-
text-overflow: ellipsis;
|
|
502
|
-
white-space: nowrap;
|
|
503
|
-
|
|
504
|
-
i {
|
|
505
|
-
font-style: normal;
|
|
506
|
-
word-break: keep-all;
|
|
507
|
-
white-space: nowrap;
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
/* 自定义样式 */
|
|
512
|
-
|
|
513
|
-
.fs20 {
|
|
514
|
-
font-size: 20px;
|
|
515
|
-
font-weight: 600;
|
|
516
|
-
color: green;
|
|
517
|
-
line-height: 22px;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.fs12 {
|
|
521
|
-
font-size: 12px;
|
|
522
|
-
font-weight: 400;
|
|
523
|
-
color: orange;
|
|
524
|
-
line-height: 14px;
|
|
525
|
-
}
|
|
477
|
+
.c-totalScore-warp {
|
|
478
|
+
padding: 16px;
|
|
479
|
+
margin-bottom: 16px;
|
|
480
|
+
font-weight: 400;
|
|
481
|
+
color: #666666;
|
|
482
|
+
background: #f2f2f4;
|
|
483
|
+
font-size: 14px;
|
|
484
|
+
border-radius: 6px;
|
|
485
|
+
div + div {
|
|
486
|
+
margin-top: 4px;
|
|
487
|
+
}
|
|
488
|
+
span {
|
|
489
|
+
font-weight: 500;
|
|
490
|
+
color: #090909;
|
|
491
|
+
}
|
|
492
|
+
.score-result {
|
|
493
|
+
color: #2d7aff;
|
|
494
|
+
}
|
|
526
495
|
}
|
|
496
|
+
.text-over-tooltip-components {
|
|
497
|
+
display: inline-block;
|
|
498
|
+
max-width: 98%;
|
|
499
|
+
/* 文字超出宽度显示省略号 单行 */
|
|
500
|
+
|
|
501
|
+
.ellipsis {
|
|
502
|
+
font-size: 14px;
|
|
503
|
+
color: #35393c;
|
|
504
|
+
overflow: hidden;
|
|
505
|
+
text-overflow: ellipsis;
|
|
506
|
+
white-space: nowrap;
|
|
507
|
+
|
|
508
|
+
i {
|
|
509
|
+
font-style: normal;
|
|
510
|
+
word-break: keep-all;
|
|
511
|
+
white-space: nowrap;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
/* 自定义样式 */
|
|
516
|
+
|
|
517
|
+
.fs20 {
|
|
518
|
+
font-size: 20px;
|
|
519
|
+
font-weight: 600;
|
|
520
|
+
color: green;
|
|
521
|
+
line-height: 22px;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.fs12 {
|
|
525
|
+
font-size: 12px;
|
|
526
|
+
font-weight: 400;
|
|
527
|
+
color: orange;
|
|
528
|
+
line-height: 14px;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
527
531
|
|
|
528
532
|
|
|
529
533
|
.c-scale {
|
|
@@ -536,6 +540,9 @@
|
|
|
536
540
|
width: 100%;
|
|
537
541
|
text-align: left;
|
|
538
542
|
}
|
|
543
|
+
.n-form-item {
|
|
544
|
+
--n-label-height: unset !important;
|
|
545
|
+
}
|
|
539
546
|
}
|
|
540
547
|
|
|
541
548
|
.no-data-tip {
|
|
@@ -627,7 +634,7 @@
|
|
|
627
634
|
.c-map-container {
|
|
628
635
|
width: 100%;
|
|
629
636
|
cursor: pointer;
|
|
630
|
-
|
|
637
|
+
.n-input.map-input {
|
|
631
638
|
.n-input__prefix {
|
|
632
639
|
transform: rotate(180deg);
|
|
633
640
|
.n-icon {
|
|
@@ -648,7 +655,7 @@
|
|
|
648
655
|
|
|
649
656
|
.c-scale-upload {
|
|
650
657
|
width: 100%;
|
|
651
|
-
|
|
658
|
+
.n-upload-file-list {
|
|
652
659
|
display: flex;
|
|
653
660
|
.n-upload-file .n-upload-file-info .n-upload-file-info__action.n-upload-file-info__action--image-card-type {
|
|
654
661
|
box-sizing: border-box;
|
|
@@ -699,7 +706,7 @@
|
|
|
699
706
|
.dragger-upload-text {
|
|
700
707
|
color: rgba(0, 0, 0, 0.65)
|
|
701
708
|
}
|
|
702
|
-
|
|
709
|
+
.n-upload-file-list {
|
|
703
710
|
display: flex;
|
|
704
711
|
flex-direction: column;
|
|
705
712
|
width: 100%;
|
|
@@ -708,7 +715,7 @@
|
|
|
708
715
|
}
|
|
709
716
|
|
|
710
717
|
}
|
|
711
|
-
|
|
718
|
+
.n-upload-trigger {
|
|
712
719
|
width: 100%;
|
|
713
720
|
background: #fafafa;
|
|
714
721
|
border-color: #d5d5d5;
|