cnhis-design-vue 3.1.9-beta.8 → 3.1.9-beta.9
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 +1 -1
- package/es/packages/big-table/index.js +5 -5
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +2 -2
- package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/packages/big-table/src/hooks/useEvent.js +1 -1
- package/es/packages/big-table/src/hooks/useFormat.js +1 -1
- package/es/packages/big-table/src/hooks/useNestTable.js +1 -1
- package/es/packages/big-table/src/hooks/useTableParse.js +1 -1
- package/es/packages/big-table/src/utils.js +2 -2
- package/es/packages/big-table/style/index.css +1 -1
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +2 -2
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +1 -1
- package/es/packages/button-print/index.js +2 -2
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +1 -1
- package/es/packages/chunk-upload/index.js +3 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/chunk-upload/style/index.css +1 -1
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +1 -1
- package/es/packages/drag-layout/index.js +3 -3
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +2 -3
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/editor/index.d.ts +1 -1
- package/es/packages/editor/index.js +2 -2
- package/es/packages/fabric-chart/index.d.ts +1 -1
- package/es/packages/fabric-chart/index.js +2 -2
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/index.js +2 -2
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +9 -9
- package/es/packages/form-render/index.js +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/packages/form-render/src/components/cascader.d.ts +1 -1
- package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/complex.js +1 -1
- package/es/packages/form-render/src/components/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/select.d.ts +1 -1
- package/es/packages/form-render/src/components/slider.js +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/utils/index.d.ts +1 -1
- package/es/packages/form-table/index.d.ts +391 -391
- package/es/packages/form-table/index.js +2 -2
- package/es/packages/form-table/src/FormTable.vue.d.ts +45 -45
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/form-table/src/components/index.d.ts +43 -43
- package/es/packages/form-table/src/components/table-age.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.js +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.js +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useItemDefault.js +5 -5
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useSearch.js +2 -2
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +4 -4
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2421 -2421
- package/es/packages/info-header/index.d.ts +6 -6
- package/es/packages/info-header/index.js +2 -2
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/info-header/style/index.less +36 -36
- package/es/packages/map/index.d.ts +1 -1
- package/es/packages/map/index.js +2 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +1 -1
- package/es/packages/scale-view/index.js +4 -4
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-component.js +2 -2
- package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-event.js +1 -1
- package/es/packages/scale-view/style/index.less +291 -291
- package/es/packages/select-label/index.d.ts +1 -1
- package/es/packages/select-label/index.js +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +1 -1
- package/es/packages/select-person/index.js +2 -2
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +1 -1
- package/es/packages/time-line/index.js +2 -2
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/src/components/player-vod/video-list.js +2 -2
- package/es/src/utils/loadViewer.js +1 -1
- package/es/src/utils/loadVxe.js +1 -1
- package/global.d.ts +8 -8
- package/package.json +1 -1
|
@@ -232,302 +232,302 @@
|
|
|
232
232
|
max-width: 100%;
|
|
233
233
|
}
|
|
234
234
|
}
|
|
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
|
-
}
|
|
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
|
+
}
|
|
283
283
|
}
|
|
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
|
-
}
|
|
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
|
+
}
|
|
346
346
|
}
|
|
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
|
-
}
|
|
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
|
+
}
|
|
403
403
|
}
|
|
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
|
-
}
|
|
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
|
+
}
|
|
476
476
|
}
|
|
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
|
-
}
|
|
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
|
+
}
|
|
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
|
+
}
|
|
495
530
|
}
|
|
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
|
-
}
|
|
531
531
|
|
|
532
532
|
|
|
533
533
|
.c-scale {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
3
|
import './src/SelectLabel.js';
|
|
4
4
|
import './src/LabelFormContent.js';
|
|
5
5
|
import script from './src/SelectLabel.vue_vue_type_script_setup_true_lang.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="lodash" />
|
|
2
2
|
import { nextTick } from 'vue';
|
|
3
|
-
import { handleLabelColor } from '
|
|
3
|
+
import { handleLabelColor } from '../../../../es/src/utils/vexutils';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
item: {
|
|
6
6
|
type: null;
|
package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, watch, openBlock, createElementBlock, unref, createCommentVNode, withDirectives, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, normalizeClass, vShow, nextTick } from 'vue';
|
|
2
2
|
import { useMessage, NTabs, NTabPane, NAnchor, NAnchorLink } from 'naive-ui';
|
|
3
3
|
import './components/label-classify.js';
|
|
4
|
-
import vexutils, { handleLabelColor } from '
|
|
4
|
+
import vexutils, { handleLabelColor } from '../../../src/utils/vexutils';
|
|
5
5
|
import script$1 from './components/label-classify.vue_vue_type_script_setup_true_lang.js';
|
|
6
6
|
|
|
7
7
|
const _hoisted_1 = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="lodash" />
|
|
2
2
|
import { nextTick } from 'vue';
|
|
3
|
-
import { handleLabelColor } from '
|
|
3
|
+
import { handleLabelColor } from '../../../../es/src/utils/vexutils';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
selectedList: {
|
|
6
6
|
type: ArrayConstructor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, onMounted, watch, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, unref, withCtx, renderList, createBlock, normalizeStyle, createTextVNode, toDisplayString, withDirectives, normalizeClass, vShow, createCommentVNode, mergeProps, nextTick } from 'vue';
|
|
2
2
|
import { NSpace, NTag, NIcon, NModal } from 'naive-ui';
|
|
3
3
|
import { AddCircleOutline } from '@vicons/ionicons5';
|
|
4
|
-
import SvgIcon from '
|
|
4
|
+
import SvgIcon from '../../../src/components/SvgIcon';
|
|
5
5
|
import './LabelFormContent.js';
|
|
6
|
-
import vexutils, { handleLabelColor } from '
|
|
6
|
+
import vexutils, { handleLabelColor } from '../../../src/utils/vexutils';
|
|
7
7
|
import script$1 from './LabelFormContent.vue_vue_type_script_setup_true_lang.js';
|
|
8
8
|
|
|
9
9
|
const _hoisted_1 = {
|