cnhis-design-vue 3.1.9-beta.6 → 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/_virtual/{_commonjsHelpers.mjs → _commonjsHelpers.js} +0 -0
- package/es/_virtual/{css.escape.mjs → css.escape.js} +0 -0
- package/es/_virtual/{inherits.mjs → inherits.js} +0 -0
- package/es/_virtual/{inherits_browser.mjs → inherits_browser.js} +0 -0
- package/es/node_modules/css.escape/{css.escape.mjs → css.escape.js} +2 -2
- package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/{index.mjs → index.js} +0 -0
- package/es/node_modules/date-fns/esm/_lib/requiredArgs/{index.mjs → index.js} +0 -0
- package/es/node_modules/date-fns/esm/compareAsc/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/differenceInCalendarDays/{index.mjs → index.js} +3 -3
- package/es/node_modules/date-fns/esm/differenceInCalendarMonths/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/differenceInDays/{index.mjs → index.js} +3 -3
- package/es/node_modules/date-fns/esm/differenceInMonths/{index.mjs → index.js} +5 -5
- package/es/node_modules/date-fns/esm/endOfDay/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/endOfMonth/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/isLastDayOfMonth/{index.mjs → index.js} +4 -4
- package/es/node_modules/date-fns/esm/startOfDay/{index.mjs → index.js} +2 -2
- package/es/node_modules/date-fns/esm/toDate/{index.mjs → index.js} +1 -1
- package/es/node_modules/diagram-js/lib/command/{CommandInterceptor.mjs → CommandInterceptor.js} +1 -1
- package/es/node_modules/diagram-js/lib/draw/{BaseRenderer.mjs → BaseRenderer.js} +0 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/{PopupMenu.mjs → PopupMenu.js} +3 -3
- package/es/node_modules/diagram-js/lib/features/rules/{RuleProvider.mjs → RuleProvider.js} +2 -2
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/{MoveCanvas.mjs → MoveCanvas.js} +5 -5
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/{index.mjs → index.js} +1 -1
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomScroll.mjs → ZoomScroll.js} +4 -4
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomUtil.mjs → ZoomUtil.js} +1 -1
- package/es/node_modules/diagram-js/lib/util/{ClickTrap.mjs → ClickTrap.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{Cursor.mjs → Cursor.js} +1 -1
- package/es/node_modules/diagram-js/lib/util/{Event.mjs → Event.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{Math.mjs → Math.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{Mouse.mjs → Mouse.js} +3 -3
- package/es/node_modules/diagram-js/lib/util/{Platform.mjs → Platform.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{PositionUtil.mjs → PositionUtil.js} +0 -0
- package/es/node_modules/diagram-js/lib/util/{RenderUtil.mjs → RenderUtil.js} +1 -1
- package/es/node_modules/diagram-js/lib/util/{SvgTransformUtil.mjs → SvgTransformUtil.js} +1 -1
- package/es/node_modules/ids/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/node_modules/inherits/{inherits.mjs → inherits.js} +3 -3
- package/es/node_modules/inherits/{inherits_browser.mjs → inherits_browser.js} +1 -1
- package/es/node_modules/inherits-browser/dist/{index.es.mjs → index.es.js} +0 -0
- package/es/node_modules/min-dash/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/node_modules/min-dom/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/node_modules/tiny-svg/dist/{index.esm.mjs → index.esm.js} +0 -0
- package/es/packages/big-table/index.d.ts +2 -4
- package/es/packages/big-table/index.js +17 -0
- package/es/packages/big-table/src/{BigTable.mjs → BigTable.js} +2 -2
- package/es/packages/big-table/src/BigTable.vue.d.ts +1 -3
- package/es/packages/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.mjs → BigTable.vue_vue_type_script_setup_true_lang.js} +32 -23
- package/es/packages/big-table/src/{bigTableEmits.mjs → bigTableEmits.js} +0 -0
- package/es/packages/big-table/src/{bigTableProps.mjs → bigTableProps.js} +0 -0
- package/es/packages/big-table/src/{bigTableState.mjs → bigTableState.js} +0 -0
- package/es/packages/big-table/src/components/{NoData.mjs → NoData.js} +2 -2
- package/es/packages/big-table/src/components/{NoData.vue_vue_type_script_setup_true_lang.mjs → NoData.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/big-table/src/components/edit-form/{edit-date.mjs → edit-date.js} +0 -0
- package/es/packages/big-table/src/components/edit-form/{edit-input.mjs → edit-input.js} +0 -0
- package/es/packages/big-table/src/components/edit-form/{edit-select-table.mjs → edit-select-table.js} +2 -2
- package/es/packages/big-table/src/components/edit-form/{edit-select.mjs → edit-select.js} +1 -1
- package/es/packages/big-table/src/hooks/{useBatchEditing.mjs → useBatchEditing.js} +0 -0
- package/es/packages/big-table/src/hooks/{useEdit.mjs → useEdit.js} +3 -3
- package/es/packages/big-table/src/hooks/{useEvent.mjs → useEvent.js} +2 -2
- package/es/packages/big-table/src/hooks/{useFormat.mjs → useFormat.js} +1 -1
- package/es/packages/big-table/src/hooks/{useNestTable.mjs → useNestTable.js} +1 -1
- package/es/packages/big-table/src/hooks/{useTableParse.mjs → useTableParse.js} +1 -1
- package/es/packages/big-table/src/{utils.mjs → 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.mjs → index.js} +4 -4
- package/es/packages/bpmn-workflow/src/{BpmnWorkflow.d.mjs → BpmnWorkflow.d.js} +0 -0
- package/es/packages/bpmn-workflow/src/{BpmnWorkflow.mjs → BpmnWorkflow.js} +2 -2
- package/es/packages/bpmn-workflow/src/{BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs → BpmnWorkflow.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{BpmnRenderer.mjs → BpmnRenderer.js} +8 -8
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomContextPadProvider.mjs → CustomContextPadProvider.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPalette.mjs → CustomPalette.js} +1 -1
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPathMap.mjs → CustomPathMap.js} +0 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRenderer.mjs → CustomRenderer.js} +3 -3
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRules.mjs → CustomRules.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{index.mjs → index.js} +6 -6
- package/es/packages/bpmn-workflow/src/custom/customModeler/{index.mjs → index.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/{CustomPopupMenu.mjs → CustomPopupMenu.js} +2 -2
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/{customViewerRenderer.mjs → customViewerRenderer.js} +4 -4
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/{zoomScroll.mjs → zoomScroll.js} +1 -1
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/{no-task2.mjs → no-task2.js} +0 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/{customTranslate.mjs → customTranslate.js} +0 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/{zh.mjs → zh.js} +0 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/bpmn-workflow/types/{BpmnViewer.d.mjs → BpmnViewer.d.js} +0 -0
- package/es/packages/bpmn-workflow/types/{ModelingModule.d.mjs → ModelingModule.d.js} +0 -0
- package/es/packages/bpmn-workflow/types/{MoveCanvasModule.d.mjs → MoveCanvasModule.d.js} +0 -0
- package/es/packages/button-print/index.d.ts +1 -1
- package/es/packages/button-print/{index.mjs → index.js} +4 -4
- package/es/packages/button-print/src/{ButtonPrint.mjs → ButtonPrint.js} +2 -2
- package/es/packages/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.mjs → ButtonPrint.vue_vue_type_script_setup_true_lang.js} +3 -3
- package/es/packages/button-print/src/components/{IdentityVerification.mjs → IdentityVerification.js} +2 -2
- package/es/packages/button-print/src/components/{IdentityVerification.vue_vue_type_script_setup_true_lang.mjs → IdentityVerification.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/button-print/src/utils/{print.es.min.mjs → print.es.min.js} +0 -0
- 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.mjs → index.js} +4 -4
- package/es/packages/chunk-upload/src/{chunk-upload-new.mjs → chunk-upload-new.js} +2 -2
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1 -3
- package/es/packages/chunk-upload/src/{chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs → chunk-upload-new.vue_vue_type_script_setup_true_lang.js} +2 -2
- package/es/packages/chunk-upload/src/hooks/{upload-computed.mjs → upload-computed.js} +0 -0
- package/es/packages/chunk-upload/src/hooks/{upload-data.mjs → upload-data.js} +0 -0
- package/es/packages/chunk-upload/src/hooks/{vod-computed.mjs → vod-computed.js} +0 -0
- package/es/packages/chunk-upload/src/hooks/{vod-data.mjs → vod-data.js} +0 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/{index.mjs → index.js} +3 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.mjs → vod-chunk-upload.js} +2 -2
- 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.mjs → vod-chunk-upload.vue_vue_type_script_setup_true_lang.js} +8 -8
- package/es/packages/chunk-upload/src/{vod-upload-modal.mjs → vod-upload-modal.js} +2 -2
- 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 +13 -0
- package/es/packages/drag-layout/src/{DragFormLeftItem.mjs → DragFormLeftItem.js} +2 -2
- package/es/packages/drag-layout/src/{DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs → DragFormLeftItem.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/drag-layout/src/{DragFormRightItem.mjs → DragFormRightItem.js} +2 -2
- package/es/packages/drag-layout/src/{DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs → DragFormRightItem.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/drag-layout/src/{DragLayout.mjs → DragLayout.js} +2 -2
- 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.mjs → DragLayout.vue_vue_type_script_setup_true_lang.js} +5 -5
- 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 +10 -0
- package/es/packages/editor/src/{Editor.mjs → Editor.js} +0 -0
- package/es/packages/fabric-chart/index.d.ts +71 -0
- package/es/packages/fabric-chart/index.js +11 -0
- package/es/packages/fabric-chart/src/FabricChart.js +4 -0
- package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +80 -0
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +59 -0
- package/es/packages/fabric-chart/style/index.css +0 -0
- package/es/packages/fabric-chart/style/index.less +0 -0
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/{index.mjs → index.js} +4 -4
- package/es/packages/field-set/src/{FieldSet.mjs → FieldSet.js} +2 -2
- package/es/packages/field-set/src/{FieldSet.vue_vue_type_script_setup_true_lang.mjs → FieldSet.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/field-set/src/{NewFieldSet.mjs → NewFieldSet.js} +2 -2
- package/es/packages/field-set/src/{NewFieldSet.vue_vue_type_script_setup_true_lang.mjs → NewFieldSet.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/field-set/src/{OldFieldSet.mjs → OldFieldSet.js} +2 -2
- package/es/packages/field-set/src/{OldFieldSet.vue_vue_type_script_setup_true_lang.mjs → OldFieldSet.vue_vue_type_script_setup_true_lang.js} +0 -0
- 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 +22 -0
- package/es/packages/form-render/src/{FormRender.mjs → FormRender.js} +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/packages/form-render/src/{FormRender.vue_vue_type_script_setup_true_lang.mjs → FormRender.vue_vue_type_script_setup_true_lang.js} +9 -9
- package/es/packages/form-render/src/components/cascader.d.ts +1 -1
- package/es/packages/form-render/src/components/{cascader.mjs → cascader.js} +4 -4
- package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/{checkbox.mjs → checkbox.js} +1 -1
- package/es/packages/form-render/src/components/{collapse.mjs → collapse.js} +0 -0
- package/es/packages/form-render/src/components/{combination.mjs → combination.js} +3 -3
- package/es/packages/form-render/src/components/{complex.mjs → complex.js} +1 -1
- package/es/packages/form-render/src/components/{date.mjs → date.js} +0 -0
- package/es/packages/form-render/src/components/{formItem.mjs → formItem.js} +0 -0
- package/es/packages/form-render/src/components/index.js +16 -0
- package/es/packages/form-render/src/components/{input.mjs → input.js} +1 -1
- package/es/packages/form-render/src/components/{inputGroup.mjs → inputGroup.js} +0 -0
- package/es/packages/form-render/src/components/{inputNumber.mjs → inputNumber.js} +1 -1
- package/es/packages/form-render/src/components/{labelSelect.mjs → labelSelect.js} +0 -0
- package/es/packages/form-render/src/components/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/{radio.mjs → radio.js} +1 -1
- package/es/packages/form-render/src/components/select.d.ts +1 -1
- package/es/packages/form-render/src/components/{select.mjs → select.js} +3 -3
- package/es/packages/form-render/src/components/{slider.mjs → slider.js} +1 -1
- package/es/packages/form-render/src/components/{switch.mjs → switch.js} +1 -1
- package/es/packages/form-render/src/components/{textarea.mjs → textarea.js} +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +1 -1
- package/es/packages/form-render/src/constants/{index.mjs → index.js} +0 -0
- package/es/packages/form-render/src/hooks/index.js +11 -0
- package/es/packages/form-render/src/hooks/{useAsyncQueue.mjs → useAsyncQueue.js} +2 -2
- package/es/packages/form-render/src/hooks/{useBusinessBinding.mjs → useBusinessBinding.js} +2 -2
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/packages/form-render/src/hooks/{useChangeContext.mjs → useChangeContext.js} +0 -0
- package/es/packages/form-render/src/hooks/{useCommonLog.mjs → useCommonLog.js} +1 -1
- package/es/packages/form-render/src/hooks/{useFieldList2Schema.mjs → useFieldList2Schema.js} +3 -3
- package/es/packages/form-render/src/hooks/{useFieldVisitor.mjs → useFieldVisitor.js} +1 -1
- package/es/packages/form-render/src/hooks/{useFormField.mjs → useFormField.js} +0 -0
- package/es/packages/form-render/src/hooks/{useFormItemDeps.mjs → useFormItemDeps.js} +1 -1
- package/es/packages/form-render/src/hooks/{useFormRequest.mjs → useFormRequest.js} +0 -0
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/hooks/{useFormValidator.mjs → useFormValidator.js} +1 -1
- package/es/packages/form-render/src/hooks/{useTypeNormalize.mjs → useTypeNormalize.js} +0 -0
- package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/{fieldItem.mjs → fieldItem.js} +0 -0
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/types/{index.mjs → index.js} +0 -0
- package/es/packages/form-render/src/utils/index.d.ts +4 -2
- package/es/packages/form-render/src/utils/{index.mjs → index.js} +3 -3
- package/es/packages/form-table/index.d.ts +391 -391
- package/es/packages/form-table/{index.mjs → index.js} +4 -4
- package/es/packages/form-table/src/{FormTable.mjs → FormTable.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.mjs → 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/{index.mjs → index.js} +29 -29
- package/es/packages/form-table/src/components/{table-age.mjs → table-age.js} +2 -2
- 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.mjs → table-age.vue_vue_type_script_setup_true_lang.js} +3 -3
- package/es/packages/form-table/src/components/{table-date-picker.mjs → table-date-picker.js} +2 -2
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/{table-date-picker.vue_vue_type_script_setup_true_lang.mjs → table-date-picker.vue_vue_type_script_setup_true_lang.js} +2 -2
- package/es/packages/form-table/src/components/{table-digital.mjs → table-digital.js} +2 -2
- 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.mjs → table-digital.vue_vue_type_script_setup_true_lang.js} +3 -3
- package/es/packages/form-table/src/components/{table-input-password.mjs → table-input-password.js} +2 -2
- 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.mjs → table-input-password.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/form-table/src/components/{table-input.mjs → table-input.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.mjs → table-input.vue_vue_type_script_setup_true_lang.js} +3 -3
- package/es/packages/form-table/src/components/{table-month-picker.mjs → table-month-picker.js} +2 -2
- 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.mjs → table-month-picker.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/form-table/src/components/{table-search-more.mjs → table-search-more.js} +2 -2
- package/es/packages/form-table/src/components/{table-search-more.vue_vue_type_script_setup_true_lang.mjs → table-search-more.vue_vue_type_script_setup_true_lang.js} +2 -2
- package/es/packages/form-table/src/components/{table-search.mjs → table-search.js} +2 -2
- package/es/packages/form-table/src/components/{table-search.vue_vue_type_script_setup_true_lang.mjs → table-search.vue_vue_type_script_setup_true_lang.js} +2 -2
- package/es/packages/form-table/src/components/{table-select-multiple.mjs → table-select-multiple.js} +2 -2
- 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.mjs → table-select-multiple.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/form-table/src/components/{table-select.mjs → table-select.js} +2 -2
- 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.mjs → table-select.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/form-table/src/components/{table-textarea.mjs → table-textarea.js} +2 -2
- 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.mjs → table-textarea.vue_vue_type_script_setup_true_lang.js} +2 -2
- package/es/packages/form-table/src/components/{table-time-picker.mjs → table-time-picker.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.mjs → table-time-picker.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/form-table/src/components/{table-tree-select.mjs → table-tree-select.js} +2 -2
- 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.mjs → table-tree-select.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/form-table/src/components/{text-over-tooltip.mjs → text-over-tooltip.js} +2 -2
- package/es/packages/form-table/src/components/{text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs → text-over-tooltip.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/configs/{index.mjs → index.js} +0 -0
- package/es/packages/form-table/src/hooks/index.js +5 -0
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useBoundDate.mjs → useBoundDate.js} +0 -0
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useDateType.mjs → useDateType.js} +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useFormCommon.mjs → useFormCommon.js} +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/{useFormEvent.mjs → useFormEvent.js} +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/{useItemDefault.mjs → useItemDefault.js} +5 -5
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/{useSearch.mjs → useSearch.js} +2 -2
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/hooks/{useValidate.mjs → useValidate.js} +0 -0
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/form-table/src/types/{index.mjs → index.js} +0 -0
- 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 +14 -0
- package/es/packages/grid/src/{Grid.mjs → Grid.js} +1 -1
- package/es/packages/grid/src/{hooks.mjs → hooks.js} +0 -0
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.css +2 -2
- package/es/packages/index.d.ts +2 -1
- package/es/packages/index.js +78 -0
- package/es/packages/index.less +2421 -2421
- package/es/packages/info-header/index.d.ts +6 -6
- package/es/packages/info-header/{index.mjs → index.js} +4 -4
- package/es/packages/info-header/src/{HiddenContent.mjs → HiddenContent.js} +2 -2
- package/es/packages/info-header/src/{HiddenContent.vue_vue_type_script_setup_true_lang.mjs → HiddenContent.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/info-header/src/{InfoHeader.mjs → InfoHeader.js} +2 -2
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/packages/info-header/src/{InfoHeader.vue_vue_type_script_setup_true_lang.mjs → InfoHeader.vue_vue_type_script_setup_true_lang.js} +3 -3
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/info-header/src/{SlotRender.mjs → SlotRender.js} +0 -0
- package/es/packages/info-header/style/index.less +36 -36
- package/es/packages/map/index.d.ts +1 -1
- package/es/packages/map/{index.mjs → index.js} +4 -4
- package/es/packages/map/src/{Map.mjs → Map.js} +2 -2
- package/es/packages/map/src/{Map.vue_vue_type_script_setup_true_lang.mjs → Map.vue_vue_type_script_setup_true_lang.js} +0 -0
- 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.mjs → index.js} +10 -10
- package/es/packages/scale-view/src/{ScaleView.mjs → ScaleView.js} +2 -2
- package/es/packages/scale-view/src/{ScaleView.vue_vue_type_script_setup_true_lang.mjs → ScaleView.vue_vue_type_script_setup_true_lang.js} +19 -19
- package/es/packages/scale-view/src/components/{AnswerParse.mjs → AnswerParse.js} +2 -2
- package/es/packages/scale-view/src/components/{AnswerParse.vue_vue_type_script_setup_true_lang.mjs → AnswerParse.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/scale-view/src/components/{EvaluateCountdown.mjs → EvaluateCountdown.js} +2 -2
- package/es/packages/scale-view/src/components/{EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs → EvaluateCountdown.vue_vue_type_script_setup_true_lang.js} +2 -2
- package/es/packages/scale-view/src/components/{EvaluatePage.mjs → EvaluatePage.js} +2 -2
- package/es/packages/scale-view/src/components/{EvaluatePage.vue_vue_type_script_setup_true_lang.mjs → EvaluatePage.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/scale-view/src/components/{NoData.mjs → NoData.js} +2 -2
- package/es/packages/scale-view/src/components/{NoData.vue_vue_type_script_setup_true_lang.mjs → NoData.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/scale-view/src/components/{ScaleScore.mjs → ScaleScore.js} +0 -0
- package/es/packages/scale-view/src/components/composables/{choose-common.mjs → choose-common.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{address.mjs → address.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{r-address.mjs → r-address.js} +2 -2
- package/es/packages/scale-view/src/components/formitem/{r-cascader.mjs → r-cascader.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{r-checkbox.mjs → r-checkbox.js} +2 -2
- package/es/packages/scale-view/src/components/formitem/{r-collection.mjs → r-collection.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{r-datetime.mjs → r-datetime.js} +1 -1
- package/es/packages/scale-view/src/components/formitem/{r-input.mjs → r-input.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{r-map.mjs → r-map.js} +2 -2
- package/es/packages/scale-view/src/components/formitem/{r-radio.mjs → r-radio.js} +1 -1
- package/es/packages/scale-view/src/components/formitem/{r-select.mjs → r-select.js} +0 -0
- package/es/packages/scale-view/src/components/formitem/{r-upload.mjs → r-upload.js} +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip.mjs → TextOverTooltip.js} +2 -2
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/packages/scale-view/src/hooks/{scaleview-computed.mjs → scaleview-computed.js} +3 -3
- package/es/packages/scale-view/src/hooks/{scaleview-init.mjs → scaleview-init.js} +7 -7
- package/es/packages/scale-view/src/hooks/{scaleview-props.mjs → scaleview-props.js} +0 -0
- package/es/packages/scale-view/src/hooks/{scaleview-state.mjs → scaleview-state.js} +0 -0
- package/es/packages/scale-view/src/hooks/{scaleview-submit.mjs → scaleview-submit.js} +3 -3
- package/es/packages/scale-view/src/hooks/{scaleview-validate.mjs → scaleview-validate.js} +2 -2
- package/es/packages/scale-view/src/hooks/{use-component.mjs → use-component.js} +12 -12
- package/es/packages/scale-view/src/hooks/{use-evaluate.mjs → use-evaluate.js} +1 -1
- package/es/packages/scale-view/src/hooks/{use-event.mjs → use-event.js} +1 -1
- package/es/packages/scale-view/src/hooks/{use-noData.mjs → use-noData.js} +0 -0
- package/es/packages/scale-view/src/utils/{judge-types.mjs → judge-types.js} +0 -0
- 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.mjs → index.js} +6 -6
- package/es/packages/select-label/src/{LabelFormContent.mjs → LabelFormContent.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.mjs → LabelFormContent.vue_vue_type_script_setup_true_lang.js} +3 -3
- package/es/packages/select-label/src/{SelectLabel.mjs → SelectLabel.js} +2 -2
- 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.mjs → SelectLabel.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/select-label/src/components/{label-classify.mjs → label-classify.js} +2 -2
- package/es/packages/select-label/src/components/{label-classify.vue_vue_type_script_setup_true_lang.mjs → label-classify.vue_vue_type_script_setup_true_lang.js} +0 -0
- 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.mjs → index.js} +4 -4
- package/es/packages/select-person/src/{SearchTree.mjs → SearchTree.js} +2 -2
- package/es/packages/select-person/src/{SearchTree.vue_vue_type_script_setup_true_lang.mjs → SearchTree.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/select-person/src/{SelectPerson.mjs → SelectPerson.js} +2 -2
- package/es/packages/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.mjs → SelectPerson.vue_vue_type_script_setup_true_lang.js} +4 -4
- package/es/packages/select-person/src/utils/{index.mjs → index.js} +0 -0
- 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.mjs → index.js} +4 -4
- package/es/packages/time-line/src/{TimeLine.mjs → TimeLine.js} +2 -2
- package/es/packages/time-line/src/{TimeLine.vue_vue_type_script_setup_true_lang.mjs → TimeLine.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/{SelectPage.mjs → SelectPage.js} +2 -2
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/src/components/SelectPage/{SelectPage.vue_vue_type_script_setup_true_lang.mjs → SelectPage.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/src/components/SelectPage/{index.mjs → index.js} +3 -3
- package/es/src/components/SvgIcon/{SvgIcon.mjs → SvgIcon.js} +2 -2
- package/es/src/components/SvgIcon/{SvgIcon.vue_vue_type_script_setup_true_lang.mjs → SvgIcon.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/src/components/SvgIcon/{index.mjs → index.js} +3 -3
- package/es/src/components/TextOverTooltip/{TextOverTooltip.mjs → TextOverTooltip.js} +2 -2
- package/es/src/components/TextOverTooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +1 -1
- package/es/src/components/TextOverTooltip/{index.mjs → index.js} +3 -3
- package/es/src/components/player-vod/{index.mjs → index.js} +2 -2
- package/es/src/components/player-vod/{index.vue_vue_type_script_setup_true_lang.mjs → index.vue_vue_type_script_setup_true_lang.js} +0 -0
- package/es/src/components/player-vod/{player.mjs → player.js} +0 -0
- package/es/src/components/player-vod/{video-list.mjs → video-list.js} +3 -3
- package/es/src/components/player-vod/{video-modal.mjs → video-modal.js} +1 -1
- package/es/src/core/{create.mjs → create.js} +1 -1
- package/es/src/global/{variable.mjs → variable.js} +0 -0
- package/es/src/types/{index.mjs → index.js} +0 -0
- package/es/src/utils/{anime.mjs → anime.js} +0 -0
- package/es/src/utils/{clickoutside.mjs → clickoutside.js} +0 -0
- package/es/src/utils/{crypto.mjs → crypto.js} +0 -0
- package/es/src/utils/{index.mjs → index.js} +0 -0
- package/es/src/utils/{loadViewer.mjs → loadViewer.js} +1 -1
- package/es/src/utils/{loadVxe.mjs → loadVxe.js} +1 -1
- package/es/src/utils/{utilExpand.mjs → utilExpand.js} +0 -0
- package/es/src/utils/{vexutils.mjs → vexutils.js} +0 -0
- package/global.d.ts +8 -8
- package/package.json +4 -3
- package/es/packages/big-table/index.mjs +0 -17
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +0 -1
- package/es/packages/drag-layout/index.mjs +0 -13
- package/es/packages/editor/index.mjs +0 -10
- package/es/packages/form-render/index.mjs +0 -22
- package/es/packages/form-render/src/components/index.mjs +0 -16
- package/es/packages/form-render/src/hooks/index.mjs +0 -11
- package/es/packages/form-table/src/hooks/index.mjs +0 -5
- package/es/packages/grid/index.mjs +0 -14
- package/es/packages/index.mjs +0 -75
- package/memory-log.ts +0 -62
- package/sync-w.sh +0 -13
- package/yarn-error.log +0 -122
package/es/packages/index.less
CHANGED
|
@@ -1,1736 +1,1736 @@
|
|
|
1
|
-
.big-table-filter-wrap {
|
|
2
|
-
position: fixed;
|
|
3
|
-
z-index: 99998;
|
|
4
|
-
transform: translateX(-2%);
|
|
5
|
-
margin-top: -6px;
|
|
6
|
-
|
|
7
|
-
min-width: 280px;
|
|
8
|
-
border-radius: 4px;
|
|
9
|
-
background-color: #fff;
|
|
10
|
-
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
11
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
12
|
-
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-wrap: wrap;
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
transition: width 2s;
|
|
18
|
-
|
|
19
|
-
.sort-list {
|
|
20
|
-
margin-top: 6px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sort-item {
|
|
24
|
-
line-height: 32px;
|
|
25
|
-
padding: 0 13px;
|
|
26
|
-
display: flex;
|
|
27
|
-
align-items: center;
|
|
28
|
-
|
|
29
|
-
&:hover,
|
|
30
|
-
&.active {
|
|
31
|
-
background: #f2f2f2;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.sort-icon {
|
|
36
|
-
width: 16px;
|
|
37
|
-
height: 16px;
|
|
38
|
-
background-size: contain;
|
|
39
|
-
display: inline-block;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/*
|
|
43
|
-
.sort-icon-asc {
|
|
44
|
-
background-image: url('../img/icon-asc.png');
|
|
45
|
-
}
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
|
-
.sort-text {
|
|
49
|
-
margin-left: 11px;
|
|
50
|
-
font-size: 14px;
|
|
51
|
-
line-height: 32px;
|
|
52
|
-
color: rgba(0, 0, 0, 0.8);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.sort-icon-desc {
|
|
56
|
-
background-image: url('
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.filter-header {
|
|
60
|
-
padding: 0 13px;
|
|
61
|
-
cursor: initial;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.filter-header-icon {
|
|
65
|
-
border-top-color: #333;
|
|
66
|
-
border-right-color: #333;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.filter-header-text {
|
|
70
|
-
margin-left: 11px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.check-search-wrap {
|
|
74
|
-
padding: 8px 0;
|
|
75
|
-
width: 100%;
|
|
76
|
-
background: #f7f7f7;
|
|
77
|
-
display: flex;
|
|
78
|
-
justify-content: center;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.check-seach-input {
|
|
82
|
-
line-height: 32px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.checkbox-box {
|
|
86
|
-
padding-right: 3px;
|
|
87
|
-
width: 100%;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.checkbox-wrap {
|
|
91
|
-
padding-left: 13px;
|
|
92
|
-
padding-right: 3px;
|
|
93
|
-
background: #fff;
|
|
94
|
-
display: flex;
|
|
95
|
-
flex-direction: column;
|
|
96
|
-
overflow-y: auto;
|
|
97
|
-
|
|
98
|
-
&::-webkit-scrollbar {
|
|
99
|
-
width: 4px;
|
|
100
|
-
height: 4px;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&::-webkit-scrollbar-thumb {
|
|
104
|
-
background-color: #d5d5d5;
|
|
105
|
-
border-radius: 4px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
&::-webkit-scrollbar-track {
|
|
109
|
-
background-color: #fff;
|
|
110
|
-
border-radius: 4px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
&::-webkit-scrollbar-corner {
|
|
114
|
-
background-color: #000;
|
|
115
|
-
border-radius: 4px;
|
|
116
|
-
width: 4px;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.checkbox-wrap--search {
|
|
121
|
-
padding-right: 10px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.checkbox-btn-wrap {
|
|
125
|
-
display: flex;
|
|
126
|
-
padding: 9px 10px 19px 14px;
|
|
127
|
-
|
|
128
|
-
.checkbox-btn {
|
|
129
|
-
width: 56px;
|
|
130
|
-
padding: 0;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.checkbox-btn + .checkbox-btn {
|
|
134
|
-
margin-left: 8px;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.checkbox-btn-status {
|
|
138
|
-
.checkbox-btn {
|
|
139
|
-
border: 0;
|
|
140
|
-
border-radius: 0;
|
|
141
|
-
width: initial;
|
|
142
|
-
margin: 0 13px;
|
|
143
|
-
position: relative;
|
|
144
|
-
|
|
145
|
-
&:hover::after {
|
|
146
|
-
display: block;
|
|
147
|
-
content: '';
|
|
148
|
-
position: absolute;
|
|
149
|
-
bottom: 5px;
|
|
150
|
-
width: 100%;
|
|
151
|
-
height: 1px;
|
|
152
|
-
background-color: #5585f5;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.arrows-icon {
|
|
159
|
-
position: absolute;
|
|
160
|
-
bottom: -1px;
|
|
161
|
-
right: -1px;
|
|
162
|
-
font-size: 15px;
|
|
163
|
-
cursor: nw-resize;
|
|
164
|
-
width: 25px;
|
|
165
|
-
height: 20px;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
body {
|
|
170
|
-
> .vxe-table--tooltip-wrapper {
|
|
171
|
-
display: none !important;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.custom-big-table {
|
|
176
|
-
position: relative;
|
|
177
|
-
|
|
178
|
-
.img-wrap {
|
|
179
|
-
padding: 2px 0;
|
|
180
|
-
line-height: 1;
|
|
181
|
-
height: 100%;
|
|
182
|
-
display: flex;
|
|
183
|
-
align-items: center;
|
|
184
|
-
|
|
185
|
-
img {
|
|
186
|
-
max-height: 100%;
|
|
187
|
-
object-fit: contain;
|
|
188
|
-
cursor: pointer;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
&.img-circle {
|
|
192
|
-
img {
|
|
193
|
-
width: 28px;
|
|
194
|
-
border-radius: 50%;
|
|
195
|
-
object-fit: contain;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.bigTable-qr-span {
|
|
201
|
-
position: relative;
|
|
202
|
-
display: inline-block;
|
|
203
|
-
height: 100%;
|
|
204
|
-
|
|
205
|
-
.bigTable-qr-img {
|
|
206
|
-
max-height: 96%;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
> span {
|
|
210
|
-
position: absolute;
|
|
211
|
-
top: 0;
|
|
212
|
-
left: 0;
|
|
213
|
-
justify-content: center;
|
|
214
|
-
align-items: center;
|
|
215
|
-
width: 100%;
|
|
216
|
-
height: 100%;
|
|
217
|
-
background: rgba(0, 0, 0, 0.7);
|
|
218
|
-
color: #fff;
|
|
219
|
-
display: none;
|
|
220
|
-
cursor: pointer;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
&:hover {
|
|
224
|
-
> span {
|
|
225
|
-
display: inline-flex;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/* 行内表单样式 */
|
|
231
|
-
|
|
232
|
-
.base-form {
|
|
233
|
-
overflow: hidden !important;
|
|
234
|
-
display: flex;
|
|
235
|
-
align-items: center;
|
|
236
|
-
width: 100%;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.base-form-content {
|
|
240
|
-
width: 100%;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
textarea {
|
|
244
|
-
height: 32px;
|
|
245
|
-
margin-bottom: 0;
|
|
246
|
-
resize: none;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.formItem-select-multiple {
|
|
250
|
-
display: flex;
|
|
251
|
-
align-items: center;
|
|
252
|
-
width: 100%;
|
|
253
|
-
line-height: 40px;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
/* 行内表单样式 */
|
|
257
|
-
|
|
258
|
-
&.mt {
|
|
259
|
-
margin-top: 26px;
|
|
260
|
-
height: calc(100% - 78px) !important;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
&.expand-padding {
|
|
264
|
-
.vxe-table .vxe-body--expanded-cell {
|
|
265
|
-
padding-left: 66px !important;
|
|
266
|
-
padding-right: 66px !important;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
th.vxe-header--column {
|
|
271
|
-
cursor: pointer;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.row-btn {
|
|
275
|
-
margin-right: 10px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.vxe-table {
|
|
279
|
-
transform: translateZ(0);
|
|
280
|
-
|
|
281
|
-
.vxe-table--empty-content {
|
|
282
|
-
width: 100%;
|
|
283
|
-
height: 100%;
|
|
284
|
-
|
|
285
|
-
> div {
|
|
286
|
-
width: 100%;
|
|
287
|
-
height: 100%;
|
|
288
|
-
|
|
289
|
-
.no-data-tip {
|
|
290
|
-
display: inline-flex;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.col--checkbox,
|
|
296
|
-
.col--seq {
|
|
297
|
-
.vxe-cell {
|
|
298
|
-
padding: 0;
|
|
299
|
-
|
|
300
|
-
.vxe-checkbox--label {
|
|
301
|
-
padding-left: 0;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.vxe-cell .vxe-tree-cell {
|
|
307
|
-
height: 100%;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.scan-multi-delete {
|
|
311
|
-
color: #F06F64;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.vxe-table--header {
|
|
315
|
-
background-color: #f2f2f2;
|
|
316
|
-
|
|
317
|
-
.vxe-header--column .vxe-cell--title {
|
|
318
|
-
height: 100%;
|
|
319
|
-
line-height: unset;
|
|
320
|
-
width: 100%;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.vxe-table--footer-wrapper.body--wrapper,
|
|
325
|
-
.vxe-table--body-wrapper {
|
|
326
|
-
&::-webkit-scrollbar {
|
|
327
|
-
width: 10px;
|
|
328
|
-
height: 10px;
|
|
329
|
-
background-color: #f2f2f2;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
333
|
-
background-color: #b2b2b2;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.vxe-footer--row .vxe-footer--column {
|
|
338
|
-
> .vxe-cell .vxe-cell--item {
|
|
339
|
-
height: 30px;
|
|
340
|
-
line-height: 30px;
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.vxe-cell--checkbox.is--disabled {
|
|
345
|
-
.vxe-checkbox--icon {
|
|
346
|
-
display: none;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.filter-box {
|
|
352
|
-
display: flex;
|
|
353
|
-
align-items: center;
|
|
354
|
-
width: 100%;
|
|
355
|
-
|
|
356
|
-
.text-over-tooltip-components {
|
|
357
|
-
max-width: calc(100% - 20px);
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.vxe-filter--btn {
|
|
361
|
-
border-top-color: #c0c4cc;
|
|
362
|
-
border-right-color: #c0c4cc;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.vxe-filter--btn.active {
|
|
366
|
-
border-top-color: #35393c;
|
|
367
|
-
border-right-color: #35393c;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.vxe-filter--btn.checked {
|
|
371
|
-
border-top-color: #5585f5;
|
|
372
|
-
border-right-color: #5585f5;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.disabled-checked-tips {
|
|
377
|
-
position: absolute;
|
|
378
|
-
left: 6px;
|
|
379
|
-
top: 50%;
|
|
380
|
-
bottom: 0;
|
|
381
|
-
right: 0;
|
|
382
|
-
box-sizing: border-box;
|
|
383
|
-
width: 16px;
|
|
384
|
-
height: 16px;
|
|
385
|
-
margin-top: -8px;
|
|
386
|
-
overflow: hidden;
|
|
387
|
-
border-radius: 50%;
|
|
388
|
-
border: 2px solid #ff1818;
|
|
389
|
-
background: #fff;
|
|
390
|
-
|
|
391
|
-
&::after {
|
|
392
|
-
position: absolute;
|
|
393
|
-
content: '';
|
|
394
|
-
width: 16px;
|
|
395
|
-
height: 2px;
|
|
396
|
-
background-color: #ff1818;
|
|
397
|
-
transform: rotate(45deg);
|
|
398
|
-
transform-origin: 0 2px;
|
|
399
|
-
left: 0;
|
|
400
|
-
top: 0;
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.form-select-table {
|
|
405
|
-
.n-base-select-menu__empty {
|
|
406
|
-
display: none;
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.percent-wrap {
|
|
411
|
-
display: flex;
|
|
412
|
-
flex-direction: column;
|
|
413
|
-
justify-content: center;
|
|
414
|
-
align-items: center;
|
|
415
|
-
text-align: center;
|
|
416
|
-
|
|
417
|
-
.percent-value {
|
|
418
|
-
line-height: 1;
|
|
419
|
-
margin-bottom: -4px;
|
|
420
|
-
margin-top: 4px;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.refresh {
|
|
425
|
-
display: flex;
|
|
426
|
-
align-items: center;
|
|
427
|
-
background-color: #fff;
|
|
428
|
-
box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.13);
|
|
429
|
-
color: #5585f5;
|
|
430
|
-
font-size: 12px;
|
|
431
|
-
height: 27px;
|
|
432
|
-
|
|
433
|
-
position: absolute;
|
|
434
|
-
right: 0;
|
|
435
|
-
top: 6px;
|
|
436
|
-
z-index: 1;
|
|
437
|
-
|
|
438
|
-
padding-left: 14px;
|
|
439
|
-
padding-right: 14px;
|
|
440
|
-
border-top-left-radius: 14px;
|
|
441
|
-
border-bottom-left-radius: 14px;
|
|
442
|
-
|
|
443
|
-
cursor: pointer;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.refresh-row {
|
|
447
|
-
margin-left: 3px;
|
|
448
|
-
margin-bottom: 0;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.check-wrap {
|
|
452
|
-
background: #ffffe9;
|
|
453
|
-
width: 100%;
|
|
454
|
-
line-height: 26px;
|
|
455
|
-
display: flex;
|
|
456
|
-
justify-content: center;
|
|
457
|
-
|
|
458
|
-
position: absolute;
|
|
459
|
-
margin-top: -26px;
|
|
460
|
-
|
|
461
|
-
.check-wrap-title,
|
|
462
|
-
.check-wrap-btn {
|
|
463
|
-
color: #000000;
|
|
464
|
-
font-size: 12px;
|
|
465
|
-
margin-bottom: 0;
|
|
466
|
-
cursor: pointer;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.check-wrap-btn {
|
|
470
|
-
color: #5585f5;
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.domPropsInnerHTML-span {
|
|
475
|
-
height: 100%;
|
|
476
|
-
|
|
477
|
-
img {
|
|
478
|
-
display: inline-block;
|
|
479
|
-
height: var(--tableImageHeight);
|
|
480
|
-
width: var(--tableImageWidth);
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
.no-data-tip {
|
|
487
|
-
display: flex;
|
|
488
|
-
flex-direction: column;
|
|
489
|
-
justify-content: center;
|
|
490
|
-
align-items: center;
|
|
491
|
-
width: 100%;
|
|
492
|
-
height: 100%;
|
|
493
|
-
color: #333333;
|
|
494
|
-
font-size: 22px;
|
|
495
|
-
|
|
496
|
-
> img {
|
|
497
|
-
max-width: 70%;
|
|
498
|
-
width: 260px;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
> p {
|
|
502
|
-
margin-top: 12px;
|
|
503
|
-
margin-bottom: 0;
|
|
504
|
-
font-size: 16px;
|
|
505
|
-
color: rgba(0, 0, 0, 0.8);
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
> span {
|
|
509
|
-
font-size: 14px;
|
|
510
|
-
color: rgba(0, 0, 0, 0.4);
|
|
511
|
-
margin-top: 6px;
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.text-over-tooltip-components {
|
|
516
|
-
display: inline-block;
|
|
517
|
-
max-width: 98%;
|
|
518
|
-
/* 文字超出宽度显示省略号 单行 */
|
|
519
|
-
|
|
520
|
-
.ellipsis {
|
|
521
|
-
font-size: 14px;
|
|
522
|
-
color: #35393c;
|
|
523
|
-
overflow: hidden;
|
|
524
|
-
text-overflow: ellipsis;
|
|
525
|
-
white-space: nowrap;
|
|
526
|
-
|
|
527
|
-
i {
|
|
528
|
-
font-style: normal;
|
|
529
|
-
word-break: keep-all;
|
|
530
|
-
white-space: nowrap;
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
/* 自定义样式 */
|
|
535
|
-
|
|
536
|
-
.fs20 {
|
|
537
|
-
font-size: 20px;
|
|
538
|
-
font-weight: 600;
|
|
539
|
-
color: green;
|
|
540
|
-
line-height: 22px;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
.fs12 {
|
|
544
|
-
font-size: 12px;
|
|
545
|
-
font-weight: 400;
|
|
546
|
-
color: orange;
|
|
547
|
-
line-height: 14px;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.svg-icon {
|
|
552
|
-
width: 1em;
|
|
553
|
-
height: 1em;
|
|
554
|
-
vertical-align: -0.15em;
|
|
555
|
-
fill: currentColor;
|
|
556
|
-
overflow: hidden;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
@primary-color: #5585f5;
|
|
560
|
-
.people-tree {
|
|
561
|
-
display: flex;
|
|
562
|
-
|
|
563
|
-
.people-tree-item {
|
|
564
|
-
width: 50%;
|
|
565
|
-
padding: 22px 12px 0;
|
|
566
|
-
max-height: 376px;
|
|
567
|
-
height: 376px;
|
|
568
|
-
overflow-y: auto;
|
|
569
|
-
|
|
570
|
-
&.people-tree-left {
|
|
571
|
-
display: flex;
|
|
572
|
-
flex-direction: column;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
&:first-child {
|
|
576
|
-
border-right: 1px solid #e8e8e8;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
.tag-item {
|
|
580
|
-
&.isRoot {
|
|
581
|
-
background: rgba(@primary-color, 0.08);
|
|
582
|
-
border: 1px solid rgba(@primary-color, 0.5);
|
|
583
|
-
color: @primary-color;
|
|
584
|
-
|
|
585
|
-
.tag-close {
|
|
586
|
-
color: @primary-color;
|
|
587
|
-
|
|
588
|
-
&:hover {
|
|
589
|
-
color: rgba(@primary-color, 0.6);
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
box-sizing: border-box;
|
|
596
|
-
color: #212121;
|
|
597
|
-
font-size: 14px;
|
|
598
|
-
list-style: none;
|
|
599
|
-
display: inline-flex;
|
|
600
|
-
align-items: center;
|
|
601
|
-
height: 24px;
|
|
602
|
-
line-height: 24px;
|
|
603
|
-
margin-right: 8px;
|
|
604
|
-
margin-bottom: 4px;
|
|
605
|
-
padding: 0 6px;
|
|
606
|
-
white-space: nowrap;
|
|
607
|
-
background: rgba(#d5d5d5, 0.2);
|
|
608
|
-
border: 1px solid rgba(#000000, 0.14);
|
|
609
|
-
border-radius: 4px;
|
|
610
|
-
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
611
|
-
|
|
612
|
-
.tag-close {
|
|
613
|
-
&:hover {
|
|
614
|
-
color: rgba(@primary-color, 0.6);
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
&:active {
|
|
618
|
-
color: #fff;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
display: inline-block;
|
|
622
|
-
font-size: 14px;
|
|
623
|
-
margin-left: 3px;
|
|
624
|
-
color: #969696;
|
|
625
|
-
font-weight: 700;
|
|
626
|
-
cursor: pointer;
|
|
627
|
-
transition: all 0.3s;
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.no-data-tips {
|
|
632
|
-
height: 200px;
|
|
633
|
-
width: 100%;
|
|
634
|
-
display: flex;
|
|
635
|
-
justify-content: center;
|
|
636
|
-
align-items: center;
|
|
637
|
-
font-size: 16px;
|
|
638
|
-
font-weight: 700;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
.c-title {
|
|
642
|
-
font-size: 14px;
|
|
643
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
644
|
-
font-weight: 400;
|
|
645
|
-
color: #212121;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.c-sub-title {
|
|
649
|
-
font-size: 12px;
|
|
650
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
651
|
-
color: #4e4e4e;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.p-title {
|
|
655
|
-
font-size: 14px;
|
|
656
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
657
|
-
font-weight: 500;
|
|
658
|
-
color: #212121;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
&.tags-box {
|
|
662
|
-
display: flex;
|
|
663
|
-
flex-wrap: wrap;
|
|
664
|
-
justify-content: flex-start;
|
|
665
|
-
align-items: flex-start;
|
|
666
|
-
align-content: flex-start;
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.df {
|
|
672
|
-
display: flex;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.search-input-icon {
|
|
676
|
-
color: rgba(0, 0, 0, 0.4);
|
|
677
|
-
margin-bottom: -2px;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.main-tree-container {
|
|
681
|
-
overflow-y: auto;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
.df {
|
|
685
|
-
display: flex;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.search-tree-wrap {
|
|
689
|
-
.search-tree-item {
|
|
690
|
-
display: flex;
|
|
691
|
-
align-items: center;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.name-wrap {
|
|
695
|
-
width: 48px;
|
|
696
|
-
height: 48px;
|
|
697
|
-
background: #7d88b5;
|
|
698
|
-
display: flex;
|
|
699
|
-
align-items: center;
|
|
700
|
-
justify-content: center;
|
|
701
|
-
border-radius: 50%;
|
|
702
|
-
margin-right: 13px;
|
|
703
|
-
|
|
704
|
-
.name {
|
|
705
|
-
font-size: 16px;
|
|
706
|
-
color: #ffffff;
|
|
707
|
-
margin-bottom: 0;
|
|
708
|
-
line-height: 16px;
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.info-wrap {
|
|
713
|
-
overflow: hidden;
|
|
714
|
-
text-overflow: ellipsis;
|
|
715
|
-
white-space: nowrap;
|
|
716
|
-
display: flex;
|
|
717
|
-
flex-direction: column;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.info-wrap-top {
|
|
721
|
-
align-items: flex-end;
|
|
722
|
-
margin: 0;
|
|
723
|
-
margin-bottom: 1px;
|
|
724
|
-
overflow: hidden;
|
|
725
|
-
text-overflow: ellipsis;
|
|
726
|
-
white-space: nowrap;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
.info-wrap-title {
|
|
730
|
-
margin-bottom: 0;
|
|
731
|
-
font-size: 16px;
|
|
732
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
733
|
-
font-weight: 400;
|
|
734
|
-
color: #4e4e4e;
|
|
735
|
-
line-height: 16px;
|
|
736
|
-
|
|
737
|
-
.c-title {
|
|
738
|
-
font-size: 14px;
|
|
739
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
740
|
-
font-weight: 400;
|
|
741
|
-
color: #212121;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
.c-sub-title {
|
|
745
|
-
font-size: 12px;
|
|
746
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
747
|
-
color: #4e4e4e;
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.info-wrap-desc {
|
|
752
|
-
margin-left: 10px;
|
|
753
|
-
margin-bottom: 0;
|
|
754
|
-
font-size: 12px;
|
|
755
|
-
line-height: 17px;
|
|
756
|
-
color: #aeaeae;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.info-wrap-position {
|
|
760
|
-
margin-bottom: 0;
|
|
761
|
-
font-size: 12px;
|
|
762
|
-
color: #7d88b5;
|
|
763
|
-
line-height: 17px;
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
.load-more-btn-wrap {
|
|
768
|
-
display: flex;
|
|
769
|
-
justify-content: center;
|
|
770
|
-
height: 35px;
|
|
771
|
-
line-height: 35px;
|
|
772
|
-
cursor: pointer;
|
|
773
|
-
padding-top: 10px;
|
|
774
|
-
box-sizing: border-box;
|
|
775
|
-
|
|
776
|
-
.search-input-icon {
|
|
777
|
-
font-size: 16px;
|
|
778
|
-
color: rgba(0, 0, 0, 0.4);
|
|
779
|
-
margin-right: 14px;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.load-more-btn {
|
|
783
|
-
font-size: 12px;
|
|
784
|
-
color: #747c8e;
|
|
785
|
-
line-height: 12px;
|
|
786
|
-
}
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.drag-layout-container {
|
|
790
|
-
width: 100%;
|
|
791
|
-
height: 100%;
|
|
792
|
-
flex: 1;
|
|
793
|
-
overflow: hidden;
|
|
794
|
-
overflow-y: auto;
|
|
795
|
-
position: relative;
|
|
796
|
-
display: flex;
|
|
797
|
-
justify-content: flex-start;
|
|
798
|
-
border: 1px solid #d2d9e8;
|
|
799
|
-
text-align: left;
|
|
800
|
-
|
|
801
|
-
.min-height {
|
|
802
|
-
height: calc(100% - 60px);
|
|
803
|
-
overflow: hidden;
|
|
804
|
-
overflow-y: auto;
|
|
805
|
-
|
|
806
|
-
li {
|
|
807
|
-
list-style: none;
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
.border-box {
|
|
812
|
-
position: absolute;
|
|
813
|
-
top: 0;
|
|
814
|
-
left: 30%;
|
|
815
|
-
border-left: 1px solid #d2d9e8;
|
|
816
|
-
height: 100%;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.text-area {
|
|
820
|
-
width: 30%;
|
|
821
|
-
height: 100%;
|
|
822
|
-
overflow-y: auto;
|
|
823
|
-
padding: 0 !important;
|
|
824
|
-
|
|
825
|
-
.info-header {
|
|
826
|
-
display: flex;
|
|
827
|
-
height: 50px;
|
|
828
|
-
line-height: 50px;
|
|
829
|
-
padding: 0 10px;
|
|
830
|
-
margin-bottom: 10px;
|
|
831
|
-
color: #2e2e2e;
|
|
832
|
-
font-size: 18px;
|
|
833
|
-
font-weight: bold;
|
|
834
|
-
background: #e6eaef;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.text-draggable {
|
|
838
|
-
display: flex;
|
|
839
|
-
flex-wrap: wrap;
|
|
840
|
-
justify-content: space-between;
|
|
841
|
-
align-items: flex-start;
|
|
842
|
-
padding: 0 12px 12px;
|
|
843
|
-
box-sizing: border-box;
|
|
844
|
-
align-content: flex-start;
|
|
845
|
-
|
|
846
|
-
li {
|
|
847
|
-
width: 49%;
|
|
848
|
-
text-align: center;
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.form-area {
|
|
854
|
-
position: relative;
|
|
855
|
-
width: 70%;
|
|
856
|
-
height: 100%;
|
|
857
|
-
overflow-y: auto;
|
|
858
|
-
padding: 4px;
|
|
859
|
-
box-sizing: border-box;
|
|
860
|
-
|
|
861
|
-
&::-webkit-scrollbar {
|
|
862
|
-
width: 5px;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.info-header {
|
|
866
|
-
height: 50px;
|
|
867
|
-
margin-bottom: 10px;
|
|
868
|
-
background: unset;
|
|
869
|
-
|
|
870
|
-
display: flex;
|
|
871
|
-
justify-content: flex-end;
|
|
872
|
-
align-items: center;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
.combination-col {
|
|
876
|
-
border: 1px solid #cdc5d3;
|
|
877
|
-
margin-bottom: 10px;
|
|
878
|
-
}
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
.dragForm-select-drop {
|
|
883
|
-
z-index: 2001;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.DragFormRightItem {
|
|
887
|
-
position: relative;
|
|
888
|
-
|
|
889
|
-
.is-edit-class {
|
|
890
|
-
background-color: #f5f5f5 !important;
|
|
891
|
-
border-color: #d9d9d9 !important;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
.combination-item {
|
|
895
|
-
padding: 0px 8px 8px;
|
|
896
|
-
|
|
897
|
-
> div {
|
|
898
|
-
line-height: 35px;
|
|
899
|
-
|
|
900
|
-
&:hover > .form-btn {
|
|
901
|
-
display: flex;
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.form-btn {
|
|
907
|
-
display: none;
|
|
908
|
-
align-items: center;
|
|
909
|
-
position: absolute;
|
|
910
|
-
top: -1px;
|
|
911
|
-
right: 0px;
|
|
912
|
-
height: 100%;
|
|
913
|
-
white-space: nowrap;
|
|
914
|
-
|
|
915
|
-
.quick-reply {
|
|
916
|
-
display: inline-block;
|
|
917
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
918
|
-
font-size: 12px;
|
|
919
|
-
height: 22px;
|
|
920
|
-
line-height: 1.499;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
&:deep(.n-input),
|
|
924
|
-
&:deep(.n-select) {
|
|
925
|
-
margin-left: 5px;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
&:deep(.n-select) {
|
|
929
|
-
top: -3px;
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.right-content {
|
|
934
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
935
|
-
background: #fdfdfd;
|
|
936
|
-
height: 35px;
|
|
937
|
-
line-height: 35px;
|
|
938
|
-
padding: 0 10px;
|
|
939
|
-
position: relative;
|
|
940
|
-
margin-bottom: 10px;
|
|
941
|
-
cursor: pointer;
|
|
942
|
-
|
|
943
|
-
&:hover .form-btn {
|
|
944
|
-
display: flex;
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.blue-border {
|
|
949
|
-
border: 1px solid #5585f5 !important;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.item-opacity {
|
|
953
|
-
opacity: 0.5;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.red {
|
|
957
|
-
color: red;
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
.DragFormLeftItem {
|
|
962
|
-
.left-content {
|
|
963
|
-
width: 100%;
|
|
964
|
-
margin-bottom: 16px;
|
|
965
|
-
overflow: hidden;
|
|
966
|
-
cursor: pointer;
|
|
967
|
-
color: #2e2e2e;
|
|
968
|
-
|
|
969
|
-
.style-box {
|
|
970
|
-
display: flex;
|
|
971
|
-
justify-content: center;
|
|
972
|
-
align-items: center;
|
|
973
|
-
width: 100%;
|
|
974
|
-
height: 60px;
|
|
975
|
-
padding: 0 8px;
|
|
976
|
-
box-sizing: border-box;
|
|
977
|
-
margin-bottom: 8px;
|
|
978
|
-
background: #f3f5f8;
|
|
979
|
-
|
|
980
|
-
&-input {
|
|
981
|
-
width: 85%;
|
|
982
|
-
overflow: hidden;
|
|
983
|
-
text-overflow: ellipsis;
|
|
984
|
-
white-space: nowrap;
|
|
985
|
-
cursor: pointer !important;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
input[type="radio"][disabled],
|
|
989
|
-
input[type="checkbox"][disabled],
|
|
990
|
-
input[type="radio"].disabled,
|
|
991
|
-
input[type="checkbox"].disabled {
|
|
992
|
-
cursor: pointer !important;
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
.c-field-set {
|
|
999
|
-
ul {
|
|
1000
|
-
margin: 0;
|
|
1001
|
-
padding: 0;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.fields-set-content {
|
|
1005
|
-
height: 100%;
|
|
1006
|
-
display: flex;
|
|
1007
|
-
flex-direction: column;
|
|
1008
|
-
overflow: hidden;
|
|
1009
|
-
.fields-table {
|
|
1010
|
-
flex: 1;
|
|
1011
|
-
display: flex;
|
|
1012
|
-
flex-direction: column;
|
|
1013
|
-
overflow: auto;
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
height: 100%;
|
|
1018
|
-
position: relative;
|
|
1019
|
-
.n-spin-container {
|
|
1020
|
-
width: 100%;
|
|
1021
|
-
height: 100%;
|
|
1022
|
-
}
|
|
1023
|
-
.n-spin-content {
|
|
1024
|
-
height: 100%;
|
|
1025
|
-
}
|
|
1026
|
-
.setting-title {
|
|
1027
|
-
background: #f2f2f4;
|
|
1028
|
-
border: 1px solid #f2f2f2;
|
|
1029
|
-
height: 52px;
|
|
1030
|
-
line-height: 52px;
|
|
1031
|
-
span {
|
|
1032
|
-
display: inline-block;
|
|
1033
|
-
}
|
|
1034
|
-
&.seting-title-api {
|
|
1035
|
-
.width-large {
|
|
1036
|
-
width: 15%;
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
}
|
|
1040
|
-
.set-show {
|
|
1041
|
-
min-height: 100px;
|
|
1042
|
-
overflow-y: auto;
|
|
1043
|
-
&.set-show-api {
|
|
1044
|
-
.width-large {
|
|
1045
|
-
width: 15%;
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.left-style.sortable-chosen {
|
|
1050
|
-
background: #fafafa;
|
|
1051
|
-
box-shadow: 0px 0px 10px 0px #d5d5d5;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
li {
|
|
1055
|
-
padding: 5px 0;
|
|
1056
|
-
display: flex;
|
|
1057
|
-
align-items: center;
|
|
1058
|
-
border-bottom: 1px solid #e8e8e8;
|
|
1059
|
-
height: 52px;
|
|
1060
|
-
line-height: 52px;
|
|
1061
|
-
}
|
|
1062
|
-
.alias-style {
|
|
1063
|
-
outline: none;
|
|
1064
|
-
border-radius: 4px 4px 4px 4px;
|
|
1065
|
-
border: solid 1px #d5d5d5;
|
|
1066
|
-
height: 32px;
|
|
1067
|
-
text-indent: 16px;
|
|
1068
|
-
color: #38454f;
|
|
1069
|
-
width: 100%;
|
|
1070
|
-
}
|
|
1071
|
-
.is-sort-style {
|
|
1072
|
-
outline: none;
|
|
1073
|
-
border-radius: 4px 4px 4px 4px;
|
|
1074
|
-
border: solid 1px #d5d5d5;
|
|
1075
|
-
height: 32px;
|
|
1076
|
-
text-indent: 6px;
|
|
1077
|
-
color: #38454f;
|
|
1078
|
-
width: 87px;
|
|
1079
|
-
margin-right: 5px;
|
|
1080
|
-
&:disabled {
|
|
1081
|
-
cursor: not-allowed;
|
|
1082
|
-
background: #f5f5f5;
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
.col-width-style {
|
|
1086
|
-
width: 70px;
|
|
1087
|
-
}
|
|
1088
|
-
.title-item {
|
|
1089
|
-
display: inline-flex;
|
|
1090
|
-
justify-content: flex-start;
|
|
1091
|
-
align-items: center;
|
|
1092
|
-
text-align: left;
|
|
1093
|
-
> span {
|
|
1094
|
-
display: inline-block;
|
|
1095
|
-
max-width: calc(100% - 20px);
|
|
1096
|
-
overflow: hidden;
|
|
1097
|
-
white-space: nowrap;
|
|
1098
|
-
text-overflow: ellipsis;
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
.alias-style {
|
|
1103
|
-
outline: none;
|
|
1104
|
-
border-radius: 4px 4px 4px 4px;
|
|
1105
|
-
border: solid 1px rgba(212, 222, 229, 1);
|
|
1106
|
-
height: 32px;
|
|
1107
|
-
text-indent: 16px;
|
|
1108
|
-
color: #38454f;
|
|
1109
|
-
}
|
|
1110
|
-
.btn-operate {
|
|
1111
|
-
border-top: 1px solid #d5d5d5;
|
|
1112
|
-
padding: 12px 0 12px;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.width-show {
|
|
1116
|
-
display: inline-block;
|
|
1117
|
-
width: 10%;
|
|
1118
|
-
overflow: hidden;
|
|
1119
|
-
white-space: nowrap;
|
|
1120
|
-
text-overflow: ellipsis;
|
|
1121
|
-
}
|
|
1122
|
-
.drag-icon-wrap {
|
|
1123
|
-
width: 5% !important;
|
|
1124
|
-
cursor: pointer;
|
|
1125
|
-
text-align: center;
|
|
1126
|
-
}
|
|
1127
|
-
.width-showed {
|
|
1128
|
-
display: inline-block;
|
|
1129
|
-
width: 15%;
|
|
1130
|
-
overflow: hidden;
|
|
1131
|
-
white-space: nowrap;
|
|
1132
|
-
text-overflow: ellipsis;
|
|
1133
|
-
select {
|
|
1134
|
-
width: 90% !important;
|
|
1135
|
-
}
|
|
1136
|
-
}
|
|
1137
|
-
.width-word {
|
|
1138
|
-
display: inline-block;
|
|
1139
|
-
width: 20%;
|
|
1140
|
-
line-height: 52px;
|
|
1141
|
-
overflow: hidden;
|
|
1142
|
-
white-space: nowrap;
|
|
1143
|
-
input {
|
|
1144
|
-
width: 90% !important;
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
.width-large {
|
|
1148
|
-
display: inline-block;
|
|
1149
|
-
width: 20%;
|
|
1150
|
-
overflow: hidden;
|
|
1151
|
-
white-space: nowrap;
|
|
1152
|
-
text-overflow: ellipsis;
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
.dropdown-button {
|
|
1157
|
-
color: #212121;
|
|
1158
|
-
border-color: #d5d5d5 !important;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.c-dropdown {
|
|
1162
|
-
.n-dropdown-menu-wrapper span.active {
|
|
1163
|
-
color: #5585f5;
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.login-form-button {
|
|
1168
|
-
width: 100%;
|
|
1169
|
-
height: 50px;
|
|
1170
|
-
border-radius: 24px;
|
|
1171
|
-
font-size: 16px;
|
|
1172
|
-
color: #ffffff;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.login-form-button-print {
|
|
1176
|
-
padding-top: 15px;
|
|
1177
|
-
|
|
1178
|
-
.n-input {
|
|
1179
|
-
height: 50px;
|
|
1180
|
-
line-height: 50px;
|
|
1181
|
-
font-size: 14px;
|
|
1182
|
-
color: #757575;
|
|
1183
|
-
border-radius: 6px;
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.c-select-label {
|
|
1188
|
-
.label-disable-wrap {
|
|
1189
|
-
width: 100%;
|
|
1190
|
-
font-size: 14px;
|
|
1191
|
-
line-height: 20px;
|
|
1192
|
-
display: flex;
|
|
1193
|
-
align-items: center;
|
|
1194
|
-
flex-direction: column;
|
|
1195
|
-
|
|
1196
|
-
.label-disable-img {
|
|
1197
|
-
width: 320px;
|
|
1198
|
-
height: 248px;
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
.common-label {
|
|
1202
|
-
padding: 4px 12px;
|
|
1203
|
-
margin-top: 8px !important;
|
|
1204
|
-
border-radius: 4px;
|
|
1205
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1206
|
-
> span {
|
|
1207
|
-
margin-right: 16px;
|
|
1208
|
-
color: rgba(0, 0, 0, 0.9);
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
.form-add-icon-label {
|
|
1212
|
-
margin-bottom: 4px;
|
|
1213
|
-
color: #2d7aff;
|
|
1214
|
-
cursor: pointer;
|
|
1215
|
-
display: inline-flex;
|
|
1216
|
-
align-items: center;
|
|
1217
|
-
}
|
|
1218
|
-
.anticon + .anticon {
|
|
1219
|
-
margin-left: 16px;
|
|
1220
|
-
}
|
|
1221
|
-
.label-disable-wrap {
|
|
1222
|
-
text-align: center;
|
|
1223
|
-
}
|
|
1224
|
-
.n-tag {
|
|
1225
|
-
max-width: 108px;
|
|
1226
|
-
margin: 0 8px 0 0;
|
|
1227
|
-
border: 1px solid rgb(224, 224, 230);
|
|
1228
|
-
.n-base-icon {
|
|
1229
|
-
color: #fff;
|
|
1230
|
-
}
|
|
1231
|
-
.n-tag__content {
|
|
1232
|
-
display: inline-block;
|
|
1233
|
-
align-items: center;
|
|
1234
|
-
max-width: 80px;
|
|
1235
|
-
height: 100%;
|
|
1236
|
-
line-height: 20px;
|
|
1237
|
-
overflow: hidden;
|
|
1238
|
-
text-overflow: ellipsis;
|
|
1239
|
-
white-space: nowrap;
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
.c-label-form-content {
|
|
1245
|
-
width: 100%;
|
|
1246
|
-
height: 100%;
|
|
1247
|
-
border-top: 1px solid #e8e8e8;
|
|
1248
|
-
border-bottom: 1px solid #e8e8e8;
|
|
1249
|
-
.label-wrap {
|
|
1250
|
-
display: flex;
|
|
1251
|
-
width: 100%;
|
|
1252
|
-
height: 100%;
|
|
1253
|
-
.left-label-wrap {
|
|
1254
|
-
width: 140px;
|
|
1255
|
-
height: 404px;
|
|
1256
|
-
max-height: 404px;
|
|
1257
|
-
border-right: 1px solid #e8e8e8;
|
|
1258
|
-
&.total-left-label-wrap {
|
|
1259
|
-
height: calc(100vh - 109px);
|
|
1260
|
-
max-height: calc(100vh - 109px);
|
|
1261
|
-
}
|
|
1262
|
-
&.explicit-label-wrap {
|
|
1263
|
-
width: 100%;
|
|
1264
|
-
height: auto;
|
|
1265
|
-
overflow: hidden;
|
|
1266
|
-
overflow-y: auto;
|
|
1267
|
-
}
|
|
1268
|
-
.n-anchor.n-anchor--block .n-anchor-link {
|
|
1269
|
-
padding: 10px 8px;
|
|
1270
|
-
font-size: 14px;
|
|
1271
|
-
&.n-anchor-link--active {
|
|
1272
|
-
background-color: #f2f2f2;
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
}
|
|
1276
|
-
.right-label-wrap {
|
|
1277
|
-
flex: 1;
|
|
1278
|
-
height: 404px;
|
|
1279
|
-
max-height: 404px;
|
|
1280
|
-
overflow-y: auto;
|
|
1281
|
-
&.total-right-label-wrap {
|
|
1282
|
-
max-height: calc(100vh - 109px);
|
|
1283
|
-
}
|
|
1284
|
-
.label-add {
|
|
1285
|
-
position: relative;
|
|
1286
|
-
top: 2px;
|
|
1287
|
-
height: 30px;
|
|
1288
|
-
line-height: 30px;
|
|
1289
|
-
width: 108px;
|
|
1290
|
-
text-align: center;
|
|
1291
|
-
display: inline-flex;
|
|
1292
|
-
justify-content: center;
|
|
1293
|
-
}
|
|
1294
|
-
.add-input {
|
|
1295
|
-
width: 108px;
|
|
1296
|
-
.n-input__suffix {
|
|
1297
|
-
cursor: pointer;
|
|
1298
|
-
}
|
|
1299
|
-
}
|
|
1300
|
-
}
|
|
1301
|
-
.explicit-continer {
|
|
1302
|
-
width: 100%;
|
|
1303
|
-
border: 1px solid #d5d5d5;
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
.edit-label-type {
|
|
1307
|
-
font-size: 12px;
|
|
1308
|
-
margin-left: 4px;
|
|
1309
|
-
}
|
|
1310
|
-
.edit-label-content {
|
|
1311
|
-
padding: 0 14px;
|
|
1312
|
-
.edit-content {
|
|
1313
|
-
width: 100%;
|
|
1314
|
-
margin-top: 8px;
|
|
1315
|
-
margin-bottom: 10px;
|
|
1316
|
-
.n-tag {
|
|
1317
|
-
max-width: 108px;
|
|
1318
|
-
margin: 0 8px 8px 0;
|
|
1319
|
-
text-align: center;
|
|
1320
|
-
border: 1px solid rgb(224, 224, 230);
|
|
1321
|
-
.n-tag__content {
|
|
1322
|
-
display: inline-flex;
|
|
1323
|
-
align-items: center;
|
|
1324
|
-
span {
|
|
1325
|
-
display: inline-block;
|
|
1326
|
-
width: 80px;
|
|
1327
|
-
height: 100%;
|
|
1328
|
-
line-height: 30px;
|
|
1329
|
-
overflow: hidden;
|
|
1330
|
-
text-overflow: ellipsis;
|
|
1331
|
-
white-space: nowrap;
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.c-chunk-upload-container {
|
|
1340
|
-
width: 100%;
|
|
1341
|
-
height: 100%;
|
|
1342
|
-
box-sizing: border-box;
|
|
1343
|
-
background-color: #fff;
|
|
1344
|
-
overflow: hidden;
|
|
1345
|
-
overflow-y: auto;
|
|
1346
|
-
div.uploader-drop {
|
|
1347
|
-
padding: 0;
|
|
1348
|
-
border: none;
|
|
1349
|
-
}
|
|
1350
|
-
ul,li {
|
|
1351
|
-
list-style: none;
|
|
1352
|
-
margin: 0;
|
|
1353
|
-
padding: 0;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
.uploader-app {
|
|
1357
|
-
min-width: 250px;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
.upload-btn {
|
|
1361
|
-
padding: 20px 0px;
|
|
1362
|
-
.mgl-10 {
|
|
1363
|
-
margin-left: 10px;
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.no-file {
|
|
1368
|
-
position: absolute;
|
|
1369
|
-
top: 50%;
|
|
1370
|
-
left: 50%;
|
|
1371
|
-
transform: translate(-50%, -50%);
|
|
1372
|
-
font-size: 16px;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.uploader-file-actions > span {
|
|
1376
|
-
margin-right: 6px;
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
.c-file-list-conatiner {
|
|
1381
|
-
background-color: #fff;
|
|
1382
|
-
height: 300px;
|
|
1383
|
-
margin-top: 20px;
|
|
1384
|
-
overflow: hidden;
|
|
1385
|
-
overflow-y: auto;
|
|
1386
|
-
|
|
1387
|
-
.uploader-file {
|
|
1388
|
-
height: auto;
|
|
1389
|
-
line-height: initial;
|
|
1390
|
-
border-bottom: none;
|
|
1391
|
-
}
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.c-file-container {
|
|
1395
|
-
.c-f-item {
|
|
1396
|
-
display: flex;
|
|
1397
|
-
|
|
1398
|
-
&-icon {
|
|
1399
|
-
width: 50px;
|
|
1400
|
-
text-align: center;
|
|
1401
|
-
display: flex;
|
|
1402
|
-
justify-content: center;
|
|
1403
|
-
align-items: center;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
&-info {
|
|
1407
|
-
flex: 1;
|
|
1408
|
-
line-height: 20px;
|
|
1409
|
-
|
|
1410
|
-
&-title {
|
|
1411
|
-
line-height: 24px;
|
|
1412
|
-
.title {
|
|
1413
|
-
font-size: 14px;
|
|
1414
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
1415
|
-
font-weight: 500;
|
|
1416
|
-
color: rgba(0, 0, 0, 0.85);
|
|
1417
|
-
}
|
|
1418
|
-
.size {
|
|
1419
|
-
font-size: 12px;
|
|
1420
|
-
color: #9d9d9d;
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
&-time {
|
|
1425
|
-
font-size: 12px;
|
|
1426
|
-
color: #9d9d9d;
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
&-btn {
|
|
1431
|
-
width: 100px;
|
|
1432
|
-
line-height: 40px;
|
|
1433
|
-
i {
|
|
1434
|
-
padding: 0 5px;
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
.c-file-boder-bottom {
|
|
1441
|
-
border-bottom: 1px solid #d5d5d5;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.c-drap-container {
|
|
1445
|
-
position: relative;
|
|
1446
|
-
padding-top: 45px;
|
|
1447
|
-
overflow: hidden;
|
|
1448
|
-
border-radius: 4px;
|
|
1449
|
-
border: 1px dashed #5585f5;
|
|
1450
|
-
background-color: #f9f9f9;
|
|
1451
|
-
text-align: center;
|
|
1452
|
-
height: 180px;
|
|
1453
|
-
line-height: 1.5;
|
|
1454
|
-
color: #5585f5;
|
|
1455
|
-
cursor: pointer;
|
|
1456
|
-
i {
|
|
1457
|
-
font-size: 56px;
|
|
1458
|
-
margin-bottom: 20px;
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
.c-upload {
|
|
1462
|
-
display: flex;
|
|
1463
|
-
flex-wrap: wrap;
|
|
1464
|
-
margin-top: 4px;
|
|
1465
|
-
}
|
|
1466
|
-
.show-list {
|
|
1467
|
-
display: inline-flex;
|
|
1468
|
-
flex-wrap: wrap;
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
.c-uploader-preview-wrap {
|
|
1473
|
-
&.vod-wrap {
|
|
1474
|
-
position: relative;
|
|
1475
|
-
display: inline-block;
|
|
1476
|
-
background-color: #fff;
|
|
1477
|
-
width: 140px;
|
|
1478
|
-
height: 120px;
|
|
1479
|
-
margin-right: 8px;
|
|
1480
|
-
margin-bottom: 8px;
|
|
1481
|
-
border: 1px dashed #eeeeee;
|
|
1482
|
-
border-radius: 4px;
|
|
1483
|
-
background-color: #fff;
|
|
1484
|
-
.vod-uploading {
|
|
1485
|
-
position: relative;
|
|
1486
|
-
width: 100%;
|
|
1487
|
-
height: 100%;
|
|
1488
|
-
background-color: #fafafa;
|
|
1489
|
-
.progress-wrap {
|
|
1490
|
-
padding: 3px;
|
|
1491
|
-
}
|
|
1492
|
-
.uploading-msg {
|
|
1493
|
-
color: #333;
|
|
1494
|
-
font-size: 12px;
|
|
1495
|
-
text-align: center;
|
|
1496
|
-
}
|
|
1497
|
-
.uploading-mask {
|
|
1498
|
-
position: absolute;
|
|
1499
|
-
left: 0;
|
|
1500
|
-
bottom: 0;
|
|
1501
|
-
display: inline-flex;
|
|
1502
|
-
align-items: center;
|
|
1503
|
-
justify-content: center;
|
|
1504
|
-
width: 100%;
|
|
1505
|
-
min-height: 20%;
|
|
1506
|
-
background: rgba(0, 0, 0, 0.3);
|
|
1507
|
-
color: #fff;
|
|
1508
|
-
text-align: center;
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.vod-def-bg {
|
|
1513
|
-
position: relative;
|
|
1514
|
-
width: 100%;
|
|
1515
|
-
height: 100%;
|
|
1516
|
-
display: flex;
|
|
1517
|
-
justify-content: center;
|
|
1518
|
-
align-items: center;
|
|
1519
|
-
background-color: rgba(50, 50, 51, 0.5);
|
|
1520
|
-
.icon-vod-def {
|
|
1521
|
-
font-size: 40px;
|
|
1522
|
-
opacity: 0.3;
|
|
1523
|
-
transform: scale3d(2, 2, 2);
|
|
1524
|
-
transition: all 0.25s ease-out;
|
|
1525
|
-
}
|
|
1526
|
-
.vod-cover-img {
|
|
1527
|
-
height: 100%;
|
|
1528
|
-
width: 100%;
|
|
1529
|
-
object-fit: cover;
|
|
1530
|
-
border-radius: 4px;
|
|
1531
|
-
}
|
|
1532
|
-
.tooltip-wrap {
|
|
1533
|
-
position: absolute;
|
|
1534
|
-
top: 50%;
|
|
1535
|
-
left: 50%;
|
|
1536
|
-
transform: translate(-50%, -50%);
|
|
1537
|
-
display: inline-flex;
|
|
1538
|
-
justify-content: center;
|
|
1539
|
-
align-items: center;
|
|
1540
|
-
width: 120px;
|
|
1541
|
-
height: 40px;
|
|
1542
|
-
color: #fff;
|
|
1543
|
-
background: #22de4b;
|
|
1544
|
-
border-radius: 4px;
|
|
1545
|
-
.upload-img {
|
|
1546
|
-
display: inline-block;
|
|
1547
|
-
width: 20px;
|
|
1548
|
-
height: 20px;
|
|
1549
|
-
margin-right: 10px;
|
|
1550
|
-
}
|
|
1551
|
-
&.error-wrap {
|
|
1552
|
-
flex-direction: column;
|
|
1553
|
-
width: 158px;
|
|
1554
|
-
height: 72px;
|
|
1555
|
-
background: #e02020;
|
|
1556
|
-
span {
|
|
1557
|
-
height: 20px;
|
|
1558
|
-
line-height: 20px;
|
|
1559
|
-
margin-bottom: 8px;
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
&.vod-done {
|
|
1564
|
-
.tooltip-wrap {
|
|
1565
|
-
opacity: 0;
|
|
1566
|
-
&.is-new {
|
|
1567
|
-
animation: fadeOut 2.5s 1 both;
|
|
1568
|
-
@keyframes fadeOut {
|
|
1569
|
-
0% {
|
|
1570
|
-
opacity: 1;
|
|
1571
|
-
}
|
|
1572
|
-
80% {
|
|
1573
|
-
opacity: 1;
|
|
1574
|
-
}
|
|
1575
|
-
100% {
|
|
1576
|
-
opacity: 0;
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
&.vod-done:hover {
|
|
1583
|
-
.icon-wrap {
|
|
1584
|
-
background: rgba(0, 0, 0, 0.2);
|
|
1585
|
-
}
|
|
1586
|
-
.theme_outlined {
|
|
1587
|
-
display: none;
|
|
1588
|
-
}
|
|
1589
|
-
.theme_filled {
|
|
1590
|
-
display: inline-block;
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
.uploader-mask {
|
|
1596
|
-
position: absolute;
|
|
1597
|
-
top: 0;
|
|
1598
|
-
right: 0;
|
|
1599
|
-
bottom: 0;
|
|
1600
|
-
left: 0;
|
|
1601
|
-
display: -webkit-box;
|
|
1602
|
-
display: -webkit-flex;
|
|
1603
|
-
display: flex;
|
|
1604
|
-
-webkit-box-orient: vertical;
|
|
1605
|
-
-webkit-box-direction: normal;
|
|
1606
|
-
-webkit-flex-direction: column;
|
|
1607
|
-
flex-direction: column;
|
|
1608
|
-
-webkit-box-align: center;
|
|
1609
|
-
-webkit-align-items: center;
|
|
1610
|
-
align-items: center;
|
|
1611
|
-
-webkit-box-pack: center;
|
|
1612
|
-
-webkit-justify-content: center;
|
|
1613
|
-
justify-content: center;
|
|
1614
|
-
color: #fff;
|
|
1615
|
-
background-color: rgba(50, 50, 51, 0.88);
|
|
1616
|
-
|
|
1617
|
-
.uploading-msg {
|
|
1618
|
-
font-size: 12px;
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
.uploader-preview-delete {
|
|
1622
|
-
position: absolute;
|
|
1623
|
-
top: -16px;
|
|
1624
|
-
right: -7px;
|
|
1625
|
-
width: 16px;
|
|
1626
|
-
height: 16px;
|
|
1627
|
-
z-index: 10;
|
|
1628
|
-
|
|
1629
|
-
.pre-delete {
|
|
1630
|
-
width: 20px;
|
|
1631
|
-
height: 20px;
|
|
1632
|
-
border-radius: 50%;
|
|
1633
|
-
background: #fff;
|
|
1634
|
-
color: #e02020;
|
|
1635
|
-
font-size: 20px;
|
|
1636
|
-
cursor: pointer;
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
.c-icon-wrap {
|
|
1642
|
-
position: absolute;
|
|
1643
|
-
top: 0;
|
|
1644
|
-
bottom: 0;
|
|
1645
|
-
left: 0;
|
|
1646
|
-
right: 0;
|
|
1647
|
-
width: 100%;
|
|
1648
|
-
height: 100%;
|
|
1649
|
-
background: rgba(0, 0, 0, 0.6);
|
|
1650
|
-
color: #fff;
|
|
1651
|
-
font-size: 28px;
|
|
1652
|
-
z-index: 1;
|
|
1653
|
-
.icon-play {
|
|
1654
|
-
position: relative;
|
|
1655
|
-
top: 50%;
|
|
1656
|
-
left: 50%;
|
|
1657
|
-
transform: translate(-50%, -50%);
|
|
1658
|
-
transition: all 0.25s ease-out;
|
|
1659
|
-
}
|
|
1660
|
-
.theme_outlined {
|
|
1661
|
-
display: inline-block;
|
|
1662
|
-
}
|
|
1663
|
-
.theme_filled {
|
|
1664
|
-
display: none;
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
.c-chunk-uploader-btn {
|
|
1669
|
-
display: table;
|
|
1670
|
-
width: 140px;
|
|
1671
|
-
height: 120px;
|
|
1672
|
-
margin-right: 8px;
|
|
1673
|
-
background: #fafafa;
|
|
1674
|
-
text-align: center;
|
|
1675
|
-
vertical-align: top;
|
|
1676
|
-
border: 1px dashed #d5d5d5;
|
|
1677
|
-
border-radius: 4px;
|
|
1678
|
-
transition: border-color 0.3s ease;
|
|
1679
|
-
-webkit-transition: border-color 0.3s ease;
|
|
1680
|
-
cursor: pointer;
|
|
1681
|
-
&.disable-upload {
|
|
1682
|
-
cursor: not-allowed;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
.chunk-btn-content {
|
|
1686
|
-
display: table-cell;
|
|
1687
|
-
width: 100%;
|
|
1688
|
-
height: 100%;
|
|
1689
|
-
text-align: center;
|
|
1690
|
-
vertical-align: middle;
|
|
1691
|
-
|
|
1692
|
-
.c-uploader-btn {
|
|
1693
|
-
line-height: 1.2;
|
|
1694
|
-
img {
|
|
1695
|
-
width: 32px;
|
|
1696
|
-
height: 32px;
|
|
1697
|
-
}
|
|
1698
|
-
.uploader-icon {
|
|
1699
|
-
font-size: 30px;
|
|
1700
|
-
color: #000000;
|
|
1701
|
-
}
|
|
1702
|
-
.uploader-text {
|
|
1703
|
-
width: 140px;
|
|
1704
|
-
p {
|
|
1705
|
-
color: #585858;
|
|
1706
|
-
margin-bottom: 0px;
|
|
1707
|
-
}
|
|
1708
|
-
span {
|
|
1709
|
-
color: #b6b6b6;
|
|
1710
|
-
font-size: 12px;
|
|
1711
|
-
}
|
|
1712
|
-
.guage-text {
|
|
1713
|
-
color: #585858;
|
|
1714
|
-
font-size: 14px;
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
&:hover {
|
|
1721
|
-
background: #f3f7ff;
|
|
1722
|
-
border-color: #5585f5;
|
|
1723
|
-
.guage-img {
|
|
1724
|
-
content: url('
|
|
1725
|
-
}
|
|
1726
|
-
.c-uploader-btn .uploader-icon,
|
|
1727
|
-
.c-uploader-btn .uploader-text p,
|
|
1728
|
-
.c-uploader-btn .uploader-text span,
|
|
1729
|
-
.c-uploader-btn .uploader-text .guage-text {
|
|
1730
|
-
color: #5585f5;
|
|
1731
|
-
}
|
|
1732
|
-
}
|
|
1733
|
-
}
|
|
1
|
+
.big-table-filter-wrap {
|
|
2
|
+
position: fixed;
|
|
3
|
+
z-index: 99998;
|
|
4
|
+
transform: translateX(-2%);
|
|
5
|
+
margin-top: -6px;
|
|
6
|
+
|
|
7
|
+
min-width: 280px;
|
|
8
|
+
border-radius: 4px;
|
|
9
|
+
background-color: #fff;
|
|
10
|
+
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
11
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
12
|
+
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-wrap: wrap;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
transition: width 2s;
|
|
18
|
+
|
|
19
|
+
.sort-list {
|
|
20
|
+
margin-top: 6px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.sort-item {
|
|
24
|
+
line-height: 32px;
|
|
25
|
+
padding: 0 13px;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
|
|
29
|
+
&:hover,
|
|
30
|
+
&.active {
|
|
31
|
+
background: #f2f2f2;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sort-icon {
|
|
36
|
+
width: 16px;
|
|
37
|
+
height: 16px;
|
|
38
|
+
background-size: contain;
|
|
39
|
+
display: inline-block;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/*
|
|
43
|
+
.sort-icon-asc {
|
|
44
|
+
background-image: url('../img/icon-asc.png');
|
|
45
|
+
}
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
.sort-text {
|
|
49
|
+
margin-left: 11px;
|
|
50
|
+
font-size: 14px;
|
|
51
|
+
line-height: 32px;
|
|
52
|
+
color: rgba(0, 0, 0, 0.8);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sort-icon-desc {
|
|
56
|
+
background-image: url('../src/assets/img/icon-desc.png');
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.filter-header {
|
|
60
|
+
padding: 0 13px;
|
|
61
|
+
cursor: initial;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.filter-header-icon {
|
|
65
|
+
border-top-color: #333;
|
|
66
|
+
border-right-color: #333;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.filter-header-text {
|
|
70
|
+
margin-left: 11px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.check-search-wrap {
|
|
74
|
+
padding: 8px 0;
|
|
75
|
+
width: 100%;
|
|
76
|
+
background: #f7f7f7;
|
|
77
|
+
display: flex;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.check-seach-input {
|
|
82
|
+
line-height: 32px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.checkbox-box {
|
|
86
|
+
padding-right: 3px;
|
|
87
|
+
width: 100%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.checkbox-wrap {
|
|
91
|
+
padding-left: 13px;
|
|
92
|
+
padding-right: 3px;
|
|
93
|
+
background: #fff;
|
|
94
|
+
display: flex;
|
|
95
|
+
flex-direction: column;
|
|
96
|
+
overflow-y: auto;
|
|
97
|
+
|
|
98
|
+
&::-webkit-scrollbar {
|
|
99
|
+
width: 4px;
|
|
100
|
+
height: 4px;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&::-webkit-scrollbar-thumb {
|
|
104
|
+
background-color: #d5d5d5;
|
|
105
|
+
border-radius: 4px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&::-webkit-scrollbar-track {
|
|
109
|
+
background-color: #fff;
|
|
110
|
+
border-radius: 4px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&::-webkit-scrollbar-corner {
|
|
114
|
+
background-color: #000;
|
|
115
|
+
border-radius: 4px;
|
|
116
|
+
width: 4px;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.checkbox-wrap--search {
|
|
121
|
+
padding-right: 10px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.checkbox-btn-wrap {
|
|
125
|
+
display: flex;
|
|
126
|
+
padding: 9px 10px 19px 14px;
|
|
127
|
+
|
|
128
|
+
.checkbox-btn {
|
|
129
|
+
width: 56px;
|
|
130
|
+
padding: 0;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.checkbox-btn + .checkbox-btn {
|
|
134
|
+
margin-left: 8px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.checkbox-btn-status {
|
|
138
|
+
.checkbox-btn {
|
|
139
|
+
border: 0;
|
|
140
|
+
border-radius: 0;
|
|
141
|
+
width: initial;
|
|
142
|
+
margin: 0 13px;
|
|
143
|
+
position: relative;
|
|
144
|
+
|
|
145
|
+
&:hover::after {
|
|
146
|
+
display: block;
|
|
147
|
+
content: '';
|
|
148
|
+
position: absolute;
|
|
149
|
+
bottom: 5px;
|
|
150
|
+
width: 100%;
|
|
151
|
+
height: 1px;
|
|
152
|
+
background-color: #5585f5;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.arrows-icon {
|
|
159
|
+
position: absolute;
|
|
160
|
+
bottom: -1px;
|
|
161
|
+
right: -1px;
|
|
162
|
+
font-size: 15px;
|
|
163
|
+
cursor: nw-resize;
|
|
164
|
+
width: 25px;
|
|
165
|
+
height: 20px;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
body {
|
|
170
|
+
> .vxe-table--tooltip-wrapper {
|
|
171
|
+
display: none !important;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.custom-big-table {
|
|
176
|
+
position: relative;
|
|
177
|
+
|
|
178
|
+
.img-wrap {
|
|
179
|
+
padding: 2px 0;
|
|
180
|
+
line-height: 1;
|
|
181
|
+
height: 100%;
|
|
182
|
+
display: flex;
|
|
183
|
+
align-items: center;
|
|
184
|
+
|
|
185
|
+
img {
|
|
186
|
+
max-height: 100%;
|
|
187
|
+
object-fit: contain;
|
|
188
|
+
cursor: pointer;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
&.img-circle {
|
|
192
|
+
img {
|
|
193
|
+
width: 28px;
|
|
194
|
+
border-radius: 50%;
|
|
195
|
+
object-fit: contain;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.bigTable-qr-span {
|
|
201
|
+
position: relative;
|
|
202
|
+
display: inline-block;
|
|
203
|
+
height: 100%;
|
|
204
|
+
|
|
205
|
+
.bigTable-qr-img {
|
|
206
|
+
max-height: 96%;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
> span {
|
|
210
|
+
position: absolute;
|
|
211
|
+
top: 0;
|
|
212
|
+
left: 0;
|
|
213
|
+
justify-content: center;
|
|
214
|
+
align-items: center;
|
|
215
|
+
width: 100%;
|
|
216
|
+
height: 100%;
|
|
217
|
+
background: rgba(0, 0, 0, 0.7);
|
|
218
|
+
color: #fff;
|
|
219
|
+
display: none;
|
|
220
|
+
cursor: pointer;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
&:hover {
|
|
224
|
+
> span {
|
|
225
|
+
display: inline-flex;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/* 行内表单样式 */
|
|
231
|
+
|
|
232
|
+
.base-form {
|
|
233
|
+
overflow: hidden !important;
|
|
234
|
+
display: flex;
|
|
235
|
+
align-items: center;
|
|
236
|
+
width: 100%;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.base-form-content {
|
|
240
|
+
width: 100%;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
textarea {
|
|
244
|
+
height: 32px;
|
|
245
|
+
margin-bottom: 0;
|
|
246
|
+
resize: none;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.formItem-select-multiple {
|
|
250
|
+
display: flex;
|
|
251
|
+
align-items: center;
|
|
252
|
+
width: 100%;
|
|
253
|
+
line-height: 40px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
/* 行内表单样式 */
|
|
257
|
+
|
|
258
|
+
&.mt {
|
|
259
|
+
margin-top: 26px;
|
|
260
|
+
height: calc(100% - 78px) !important;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
&.expand-padding {
|
|
264
|
+
.vxe-table .vxe-body--expanded-cell {
|
|
265
|
+
padding-left: 66px !important;
|
|
266
|
+
padding-right: 66px !important;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
th.vxe-header--column {
|
|
271
|
+
cursor: pointer;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.row-btn {
|
|
275
|
+
margin-right: 10px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.vxe-table {
|
|
279
|
+
transform: translateZ(0);
|
|
280
|
+
|
|
281
|
+
.vxe-table--empty-content {
|
|
282
|
+
width: 100%;
|
|
283
|
+
height: 100%;
|
|
284
|
+
|
|
285
|
+
> div {
|
|
286
|
+
width: 100%;
|
|
287
|
+
height: 100%;
|
|
288
|
+
|
|
289
|
+
.no-data-tip {
|
|
290
|
+
display: inline-flex;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.col--checkbox,
|
|
296
|
+
.col--seq {
|
|
297
|
+
.vxe-cell {
|
|
298
|
+
padding: 0;
|
|
299
|
+
|
|
300
|
+
.vxe-checkbox--label {
|
|
301
|
+
padding-left: 0;
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.vxe-cell .vxe-tree-cell {
|
|
307
|
+
height: 100%;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.scan-multi-delete {
|
|
311
|
+
color: #F06F64;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.vxe-table--header {
|
|
315
|
+
background-color: #f2f2f2;
|
|
316
|
+
|
|
317
|
+
.vxe-header--column .vxe-cell--title {
|
|
318
|
+
height: 100%;
|
|
319
|
+
line-height: unset;
|
|
320
|
+
width: 100%;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.vxe-table--footer-wrapper.body--wrapper,
|
|
325
|
+
.vxe-table--body-wrapper {
|
|
326
|
+
&::-webkit-scrollbar {
|
|
327
|
+
width: 10px;
|
|
328
|
+
height: 10px;
|
|
329
|
+
background-color: #f2f2f2;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
333
|
+
background-color: #b2b2b2;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.vxe-footer--row .vxe-footer--column {
|
|
338
|
+
> .vxe-cell .vxe-cell--item {
|
|
339
|
+
height: 30px;
|
|
340
|
+
line-height: 30px;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.vxe-cell--checkbox.is--disabled {
|
|
345
|
+
.vxe-checkbox--icon {
|
|
346
|
+
display: none;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.filter-box {
|
|
352
|
+
display: flex;
|
|
353
|
+
align-items: center;
|
|
354
|
+
width: 100%;
|
|
355
|
+
|
|
356
|
+
.text-over-tooltip-components {
|
|
357
|
+
max-width: calc(100% - 20px);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.vxe-filter--btn {
|
|
361
|
+
border-top-color: #c0c4cc;
|
|
362
|
+
border-right-color: #c0c4cc;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.vxe-filter--btn.active {
|
|
366
|
+
border-top-color: #35393c;
|
|
367
|
+
border-right-color: #35393c;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.vxe-filter--btn.checked {
|
|
371
|
+
border-top-color: #5585f5;
|
|
372
|
+
border-right-color: #5585f5;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.disabled-checked-tips {
|
|
377
|
+
position: absolute;
|
|
378
|
+
left: 6px;
|
|
379
|
+
top: 50%;
|
|
380
|
+
bottom: 0;
|
|
381
|
+
right: 0;
|
|
382
|
+
box-sizing: border-box;
|
|
383
|
+
width: 16px;
|
|
384
|
+
height: 16px;
|
|
385
|
+
margin-top: -8px;
|
|
386
|
+
overflow: hidden;
|
|
387
|
+
border-radius: 50%;
|
|
388
|
+
border: 2px solid #ff1818;
|
|
389
|
+
background: #fff;
|
|
390
|
+
|
|
391
|
+
&::after {
|
|
392
|
+
position: absolute;
|
|
393
|
+
content: '';
|
|
394
|
+
width: 16px;
|
|
395
|
+
height: 2px;
|
|
396
|
+
background-color: #ff1818;
|
|
397
|
+
transform: rotate(45deg);
|
|
398
|
+
transform-origin: 0 2px;
|
|
399
|
+
left: 0;
|
|
400
|
+
top: 0;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.form-select-table {
|
|
405
|
+
.n-base-select-menu__empty {
|
|
406
|
+
display: none;
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.percent-wrap {
|
|
411
|
+
display: flex;
|
|
412
|
+
flex-direction: column;
|
|
413
|
+
justify-content: center;
|
|
414
|
+
align-items: center;
|
|
415
|
+
text-align: center;
|
|
416
|
+
|
|
417
|
+
.percent-value {
|
|
418
|
+
line-height: 1;
|
|
419
|
+
margin-bottom: -4px;
|
|
420
|
+
margin-top: 4px;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.refresh {
|
|
425
|
+
display: flex;
|
|
426
|
+
align-items: center;
|
|
427
|
+
background-color: #fff;
|
|
428
|
+
box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.13);
|
|
429
|
+
color: #5585f5;
|
|
430
|
+
font-size: 12px;
|
|
431
|
+
height: 27px;
|
|
432
|
+
|
|
433
|
+
position: absolute;
|
|
434
|
+
right: 0;
|
|
435
|
+
top: 6px;
|
|
436
|
+
z-index: 1;
|
|
437
|
+
|
|
438
|
+
padding-left: 14px;
|
|
439
|
+
padding-right: 14px;
|
|
440
|
+
border-top-left-radius: 14px;
|
|
441
|
+
border-bottom-left-radius: 14px;
|
|
442
|
+
|
|
443
|
+
cursor: pointer;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.refresh-row {
|
|
447
|
+
margin-left: 3px;
|
|
448
|
+
margin-bottom: 0;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.check-wrap {
|
|
452
|
+
background: #ffffe9;
|
|
453
|
+
width: 100%;
|
|
454
|
+
line-height: 26px;
|
|
455
|
+
display: flex;
|
|
456
|
+
justify-content: center;
|
|
457
|
+
|
|
458
|
+
position: absolute;
|
|
459
|
+
margin-top: -26px;
|
|
460
|
+
|
|
461
|
+
.check-wrap-title,
|
|
462
|
+
.check-wrap-btn {
|
|
463
|
+
color: #000000;
|
|
464
|
+
font-size: 12px;
|
|
465
|
+
margin-bottom: 0;
|
|
466
|
+
cursor: pointer;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.check-wrap-btn {
|
|
470
|
+
color: #5585f5;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.domPropsInnerHTML-span {
|
|
475
|
+
height: 100%;
|
|
476
|
+
|
|
477
|
+
img {
|
|
478
|
+
display: inline-block;
|
|
479
|
+
height: var(--tableImageHeight);
|
|
480
|
+
width: var(--tableImageWidth);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
.no-data-tip {
|
|
487
|
+
display: flex;
|
|
488
|
+
flex-direction: column;
|
|
489
|
+
justify-content: center;
|
|
490
|
+
align-items: center;
|
|
491
|
+
width: 100%;
|
|
492
|
+
height: 100%;
|
|
493
|
+
color: #333333;
|
|
494
|
+
font-size: 22px;
|
|
495
|
+
|
|
496
|
+
> img {
|
|
497
|
+
max-width: 70%;
|
|
498
|
+
width: 260px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
> p {
|
|
502
|
+
margin-top: 12px;
|
|
503
|
+
margin-bottom: 0;
|
|
504
|
+
font-size: 16px;
|
|
505
|
+
color: rgba(0, 0, 0, 0.8);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
> span {
|
|
509
|
+
font-size: 14px;
|
|
510
|
+
color: rgba(0, 0, 0, 0.4);
|
|
511
|
+
margin-top: 6px;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.text-over-tooltip-components {
|
|
516
|
+
display: inline-block;
|
|
517
|
+
max-width: 98%;
|
|
518
|
+
/* 文字超出宽度显示省略号 单行 */
|
|
519
|
+
|
|
520
|
+
.ellipsis {
|
|
521
|
+
font-size: 14px;
|
|
522
|
+
color: #35393c;
|
|
523
|
+
overflow: hidden;
|
|
524
|
+
text-overflow: ellipsis;
|
|
525
|
+
white-space: nowrap;
|
|
526
|
+
|
|
527
|
+
i {
|
|
528
|
+
font-style: normal;
|
|
529
|
+
word-break: keep-all;
|
|
530
|
+
white-space: nowrap;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/* 自定义样式 */
|
|
535
|
+
|
|
536
|
+
.fs20 {
|
|
537
|
+
font-size: 20px;
|
|
538
|
+
font-weight: 600;
|
|
539
|
+
color: green;
|
|
540
|
+
line-height: 22px;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.fs12 {
|
|
544
|
+
font-size: 12px;
|
|
545
|
+
font-weight: 400;
|
|
546
|
+
color: orange;
|
|
547
|
+
line-height: 14px;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.svg-icon {
|
|
552
|
+
width: 1em;
|
|
553
|
+
height: 1em;
|
|
554
|
+
vertical-align: -0.15em;
|
|
555
|
+
fill: currentColor;
|
|
556
|
+
overflow: hidden;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
@primary-color: #5585f5;
|
|
560
|
+
.people-tree {
|
|
561
|
+
display: flex;
|
|
562
|
+
|
|
563
|
+
.people-tree-item {
|
|
564
|
+
width: 50%;
|
|
565
|
+
padding: 22px 12px 0;
|
|
566
|
+
max-height: 376px;
|
|
567
|
+
height: 376px;
|
|
568
|
+
overflow-y: auto;
|
|
569
|
+
|
|
570
|
+
&.people-tree-left {
|
|
571
|
+
display: flex;
|
|
572
|
+
flex-direction: column;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
&:first-child {
|
|
576
|
+
border-right: 1px solid #e8e8e8;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.tag-item {
|
|
580
|
+
&.isRoot {
|
|
581
|
+
background: rgba(@primary-color, 0.08);
|
|
582
|
+
border: 1px solid rgba(@primary-color, 0.5);
|
|
583
|
+
color: @primary-color;
|
|
584
|
+
|
|
585
|
+
.tag-close {
|
|
586
|
+
color: @primary-color;
|
|
587
|
+
|
|
588
|
+
&:hover {
|
|
589
|
+
color: rgba(@primary-color, 0.6);
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
box-sizing: border-box;
|
|
596
|
+
color: #212121;
|
|
597
|
+
font-size: 14px;
|
|
598
|
+
list-style: none;
|
|
599
|
+
display: inline-flex;
|
|
600
|
+
align-items: center;
|
|
601
|
+
height: 24px;
|
|
602
|
+
line-height: 24px;
|
|
603
|
+
margin-right: 8px;
|
|
604
|
+
margin-bottom: 4px;
|
|
605
|
+
padding: 0 6px;
|
|
606
|
+
white-space: nowrap;
|
|
607
|
+
background: rgba(#d5d5d5, 0.2);
|
|
608
|
+
border: 1px solid rgba(#000000, 0.14);
|
|
609
|
+
border-radius: 4px;
|
|
610
|
+
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
611
|
+
|
|
612
|
+
.tag-close {
|
|
613
|
+
&:hover {
|
|
614
|
+
color: rgba(@primary-color, 0.6);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
&:active {
|
|
618
|
+
color: #fff;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
display: inline-block;
|
|
622
|
+
font-size: 14px;
|
|
623
|
+
margin-left: 3px;
|
|
624
|
+
color: #969696;
|
|
625
|
+
font-weight: 700;
|
|
626
|
+
cursor: pointer;
|
|
627
|
+
transition: all 0.3s;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.no-data-tips {
|
|
632
|
+
height: 200px;
|
|
633
|
+
width: 100%;
|
|
634
|
+
display: flex;
|
|
635
|
+
justify-content: center;
|
|
636
|
+
align-items: center;
|
|
637
|
+
font-size: 16px;
|
|
638
|
+
font-weight: 700;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.c-title {
|
|
642
|
+
font-size: 14px;
|
|
643
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
644
|
+
font-weight: 400;
|
|
645
|
+
color: #212121;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.c-sub-title {
|
|
649
|
+
font-size: 12px;
|
|
650
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
651
|
+
color: #4e4e4e;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.p-title {
|
|
655
|
+
font-size: 14px;
|
|
656
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
657
|
+
font-weight: 500;
|
|
658
|
+
color: #212121;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
&.tags-box {
|
|
662
|
+
display: flex;
|
|
663
|
+
flex-wrap: wrap;
|
|
664
|
+
justify-content: flex-start;
|
|
665
|
+
align-items: flex-start;
|
|
666
|
+
align-content: flex-start;
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.df {
|
|
672
|
+
display: flex;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.search-input-icon {
|
|
676
|
+
color: rgba(0, 0, 0, 0.4);
|
|
677
|
+
margin-bottom: -2px;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.main-tree-container {
|
|
681
|
+
overflow-y: auto;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.df {
|
|
685
|
+
display: flex;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.search-tree-wrap {
|
|
689
|
+
.search-tree-item {
|
|
690
|
+
display: flex;
|
|
691
|
+
align-items: center;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.name-wrap {
|
|
695
|
+
width: 48px;
|
|
696
|
+
height: 48px;
|
|
697
|
+
background: #7d88b5;
|
|
698
|
+
display: flex;
|
|
699
|
+
align-items: center;
|
|
700
|
+
justify-content: center;
|
|
701
|
+
border-radius: 50%;
|
|
702
|
+
margin-right: 13px;
|
|
703
|
+
|
|
704
|
+
.name {
|
|
705
|
+
font-size: 16px;
|
|
706
|
+
color: #ffffff;
|
|
707
|
+
margin-bottom: 0;
|
|
708
|
+
line-height: 16px;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.info-wrap {
|
|
713
|
+
overflow: hidden;
|
|
714
|
+
text-overflow: ellipsis;
|
|
715
|
+
white-space: nowrap;
|
|
716
|
+
display: flex;
|
|
717
|
+
flex-direction: column;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.info-wrap-top {
|
|
721
|
+
align-items: flex-end;
|
|
722
|
+
margin: 0;
|
|
723
|
+
margin-bottom: 1px;
|
|
724
|
+
overflow: hidden;
|
|
725
|
+
text-overflow: ellipsis;
|
|
726
|
+
white-space: nowrap;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.info-wrap-title {
|
|
730
|
+
margin-bottom: 0;
|
|
731
|
+
font-size: 16px;
|
|
732
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
733
|
+
font-weight: 400;
|
|
734
|
+
color: #4e4e4e;
|
|
735
|
+
line-height: 16px;
|
|
736
|
+
|
|
737
|
+
.c-title {
|
|
738
|
+
font-size: 14px;
|
|
739
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
740
|
+
font-weight: 400;
|
|
741
|
+
color: #212121;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.c-sub-title {
|
|
745
|
+
font-size: 12px;
|
|
746
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
747
|
+
color: #4e4e4e;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.info-wrap-desc {
|
|
752
|
+
margin-left: 10px;
|
|
753
|
+
margin-bottom: 0;
|
|
754
|
+
font-size: 12px;
|
|
755
|
+
line-height: 17px;
|
|
756
|
+
color: #aeaeae;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.info-wrap-position {
|
|
760
|
+
margin-bottom: 0;
|
|
761
|
+
font-size: 12px;
|
|
762
|
+
color: #7d88b5;
|
|
763
|
+
line-height: 17px;
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.load-more-btn-wrap {
|
|
768
|
+
display: flex;
|
|
769
|
+
justify-content: center;
|
|
770
|
+
height: 35px;
|
|
771
|
+
line-height: 35px;
|
|
772
|
+
cursor: pointer;
|
|
773
|
+
padding-top: 10px;
|
|
774
|
+
box-sizing: border-box;
|
|
775
|
+
|
|
776
|
+
.search-input-icon {
|
|
777
|
+
font-size: 16px;
|
|
778
|
+
color: rgba(0, 0, 0, 0.4);
|
|
779
|
+
margin-right: 14px;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.load-more-btn {
|
|
783
|
+
font-size: 12px;
|
|
784
|
+
color: #747c8e;
|
|
785
|
+
line-height: 12px;
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.drag-layout-container {
|
|
790
|
+
width: 100%;
|
|
791
|
+
height: 100%;
|
|
792
|
+
flex: 1;
|
|
793
|
+
overflow: hidden;
|
|
794
|
+
overflow-y: auto;
|
|
795
|
+
position: relative;
|
|
796
|
+
display: flex;
|
|
797
|
+
justify-content: flex-start;
|
|
798
|
+
border: 1px solid #d2d9e8;
|
|
799
|
+
text-align: left;
|
|
800
|
+
|
|
801
|
+
.min-height {
|
|
802
|
+
height: calc(100% - 60px);
|
|
803
|
+
overflow: hidden;
|
|
804
|
+
overflow-y: auto;
|
|
805
|
+
|
|
806
|
+
li {
|
|
807
|
+
list-style: none;
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.border-box {
|
|
812
|
+
position: absolute;
|
|
813
|
+
top: 0;
|
|
814
|
+
left: 30%;
|
|
815
|
+
border-left: 1px solid #d2d9e8;
|
|
816
|
+
height: 100%;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.text-area {
|
|
820
|
+
width: 30%;
|
|
821
|
+
height: 100%;
|
|
822
|
+
overflow-y: auto;
|
|
823
|
+
padding: 0 !important;
|
|
824
|
+
|
|
825
|
+
.info-header {
|
|
826
|
+
display: flex;
|
|
827
|
+
height: 50px;
|
|
828
|
+
line-height: 50px;
|
|
829
|
+
padding: 0 10px;
|
|
830
|
+
margin-bottom: 10px;
|
|
831
|
+
color: #2e2e2e;
|
|
832
|
+
font-size: 18px;
|
|
833
|
+
font-weight: bold;
|
|
834
|
+
background: #e6eaef;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.text-draggable {
|
|
838
|
+
display: flex;
|
|
839
|
+
flex-wrap: wrap;
|
|
840
|
+
justify-content: space-between;
|
|
841
|
+
align-items: flex-start;
|
|
842
|
+
padding: 0 12px 12px;
|
|
843
|
+
box-sizing: border-box;
|
|
844
|
+
align-content: flex-start;
|
|
845
|
+
|
|
846
|
+
li {
|
|
847
|
+
width: 49%;
|
|
848
|
+
text-align: center;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.form-area {
|
|
854
|
+
position: relative;
|
|
855
|
+
width: 70%;
|
|
856
|
+
height: 100%;
|
|
857
|
+
overflow-y: auto;
|
|
858
|
+
padding: 4px;
|
|
859
|
+
box-sizing: border-box;
|
|
860
|
+
|
|
861
|
+
&::-webkit-scrollbar {
|
|
862
|
+
width: 5px;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.info-header {
|
|
866
|
+
height: 50px;
|
|
867
|
+
margin-bottom: 10px;
|
|
868
|
+
background: unset;
|
|
869
|
+
|
|
870
|
+
display: flex;
|
|
871
|
+
justify-content: flex-end;
|
|
872
|
+
align-items: center;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.combination-col {
|
|
876
|
+
border: 1px solid #cdc5d3;
|
|
877
|
+
margin-bottom: 10px;
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.dragForm-select-drop {
|
|
883
|
+
z-index: 2001;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.DragFormRightItem {
|
|
887
|
+
position: relative;
|
|
888
|
+
|
|
889
|
+
.is-edit-class {
|
|
890
|
+
background-color: #f5f5f5 !important;
|
|
891
|
+
border-color: #d9d9d9 !important;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
.combination-item {
|
|
895
|
+
padding: 0px 8px 8px;
|
|
896
|
+
|
|
897
|
+
> div {
|
|
898
|
+
line-height: 35px;
|
|
899
|
+
|
|
900
|
+
&:hover > .form-btn {
|
|
901
|
+
display: flex;
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.form-btn {
|
|
907
|
+
display: none;
|
|
908
|
+
align-items: center;
|
|
909
|
+
position: absolute;
|
|
910
|
+
top: -1px;
|
|
911
|
+
right: 0px;
|
|
912
|
+
height: 100%;
|
|
913
|
+
white-space: nowrap;
|
|
914
|
+
|
|
915
|
+
.quick-reply {
|
|
916
|
+
display: inline-block;
|
|
917
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
918
|
+
font-size: 12px;
|
|
919
|
+
height: 22px;
|
|
920
|
+
line-height: 1.499;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
&:deep(.n-input),
|
|
924
|
+
&:deep(.n-select) {
|
|
925
|
+
margin-left: 5px;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
&:deep(.n-select) {
|
|
929
|
+
top: -3px;
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.right-content {
|
|
934
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
935
|
+
background: #fdfdfd;
|
|
936
|
+
height: 35px;
|
|
937
|
+
line-height: 35px;
|
|
938
|
+
padding: 0 10px;
|
|
939
|
+
position: relative;
|
|
940
|
+
margin-bottom: 10px;
|
|
941
|
+
cursor: pointer;
|
|
942
|
+
|
|
943
|
+
&:hover .form-btn {
|
|
944
|
+
display: flex;
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.blue-border {
|
|
949
|
+
border: 1px solid #5585f5 !important;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.item-opacity {
|
|
953
|
+
opacity: 0.5;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.red {
|
|
957
|
+
color: red;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.DragFormLeftItem {
|
|
962
|
+
.left-content {
|
|
963
|
+
width: 100%;
|
|
964
|
+
margin-bottom: 16px;
|
|
965
|
+
overflow: hidden;
|
|
966
|
+
cursor: pointer;
|
|
967
|
+
color: #2e2e2e;
|
|
968
|
+
|
|
969
|
+
.style-box {
|
|
970
|
+
display: flex;
|
|
971
|
+
justify-content: center;
|
|
972
|
+
align-items: center;
|
|
973
|
+
width: 100%;
|
|
974
|
+
height: 60px;
|
|
975
|
+
padding: 0 8px;
|
|
976
|
+
box-sizing: border-box;
|
|
977
|
+
margin-bottom: 8px;
|
|
978
|
+
background: #f3f5f8;
|
|
979
|
+
|
|
980
|
+
&-input {
|
|
981
|
+
width: 85%;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
984
|
+
white-space: nowrap;
|
|
985
|
+
cursor: pointer !important;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
input[type="radio"][disabled],
|
|
989
|
+
input[type="checkbox"][disabled],
|
|
990
|
+
input[type="radio"].disabled,
|
|
991
|
+
input[type="checkbox"].disabled {
|
|
992
|
+
cursor: pointer !important;
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.c-field-set {
|
|
999
|
+
ul {
|
|
1000
|
+
margin: 0;
|
|
1001
|
+
padding: 0;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.fields-set-content {
|
|
1005
|
+
height: 100%;
|
|
1006
|
+
display: flex;
|
|
1007
|
+
flex-direction: column;
|
|
1008
|
+
overflow: hidden;
|
|
1009
|
+
.fields-table {
|
|
1010
|
+
flex: 1;
|
|
1011
|
+
display: flex;
|
|
1012
|
+
flex-direction: column;
|
|
1013
|
+
overflow: auto;
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
height: 100%;
|
|
1018
|
+
position: relative;
|
|
1019
|
+
.n-spin-container {
|
|
1020
|
+
width: 100%;
|
|
1021
|
+
height: 100%;
|
|
1022
|
+
}
|
|
1023
|
+
.n-spin-content {
|
|
1024
|
+
height: 100%;
|
|
1025
|
+
}
|
|
1026
|
+
.setting-title {
|
|
1027
|
+
background: #f2f2f4;
|
|
1028
|
+
border: 1px solid #f2f2f2;
|
|
1029
|
+
height: 52px;
|
|
1030
|
+
line-height: 52px;
|
|
1031
|
+
span {
|
|
1032
|
+
display: inline-block;
|
|
1033
|
+
}
|
|
1034
|
+
&.seting-title-api {
|
|
1035
|
+
.width-large {
|
|
1036
|
+
width: 15%;
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
.set-show {
|
|
1041
|
+
min-height: 100px;
|
|
1042
|
+
overflow-y: auto;
|
|
1043
|
+
&.set-show-api {
|
|
1044
|
+
.width-large {
|
|
1045
|
+
width: 15%;
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.left-style.sortable-chosen {
|
|
1050
|
+
background: #fafafa;
|
|
1051
|
+
box-shadow: 0px 0px 10px 0px #d5d5d5;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
li {
|
|
1055
|
+
padding: 5px 0;
|
|
1056
|
+
display: flex;
|
|
1057
|
+
align-items: center;
|
|
1058
|
+
border-bottom: 1px solid #e8e8e8;
|
|
1059
|
+
height: 52px;
|
|
1060
|
+
line-height: 52px;
|
|
1061
|
+
}
|
|
1062
|
+
.alias-style {
|
|
1063
|
+
outline: none;
|
|
1064
|
+
border-radius: 4px 4px 4px 4px;
|
|
1065
|
+
border: solid 1px #d5d5d5;
|
|
1066
|
+
height: 32px;
|
|
1067
|
+
text-indent: 16px;
|
|
1068
|
+
color: #38454f;
|
|
1069
|
+
width: 100%;
|
|
1070
|
+
}
|
|
1071
|
+
.is-sort-style {
|
|
1072
|
+
outline: none;
|
|
1073
|
+
border-radius: 4px 4px 4px 4px;
|
|
1074
|
+
border: solid 1px #d5d5d5;
|
|
1075
|
+
height: 32px;
|
|
1076
|
+
text-indent: 6px;
|
|
1077
|
+
color: #38454f;
|
|
1078
|
+
width: 87px;
|
|
1079
|
+
margin-right: 5px;
|
|
1080
|
+
&:disabled {
|
|
1081
|
+
cursor: not-allowed;
|
|
1082
|
+
background: #f5f5f5;
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
.col-width-style {
|
|
1086
|
+
width: 70px;
|
|
1087
|
+
}
|
|
1088
|
+
.title-item {
|
|
1089
|
+
display: inline-flex;
|
|
1090
|
+
justify-content: flex-start;
|
|
1091
|
+
align-items: center;
|
|
1092
|
+
text-align: left;
|
|
1093
|
+
> span {
|
|
1094
|
+
display: inline-block;
|
|
1095
|
+
max-width: calc(100% - 20px);
|
|
1096
|
+
overflow: hidden;
|
|
1097
|
+
white-space: nowrap;
|
|
1098
|
+
text-overflow: ellipsis;
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
.alias-style {
|
|
1103
|
+
outline: none;
|
|
1104
|
+
border-radius: 4px 4px 4px 4px;
|
|
1105
|
+
border: solid 1px rgba(212, 222, 229, 1);
|
|
1106
|
+
height: 32px;
|
|
1107
|
+
text-indent: 16px;
|
|
1108
|
+
color: #38454f;
|
|
1109
|
+
}
|
|
1110
|
+
.btn-operate {
|
|
1111
|
+
border-top: 1px solid #d5d5d5;
|
|
1112
|
+
padding: 12px 0 12px;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.width-show {
|
|
1116
|
+
display: inline-block;
|
|
1117
|
+
width: 10%;
|
|
1118
|
+
overflow: hidden;
|
|
1119
|
+
white-space: nowrap;
|
|
1120
|
+
text-overflow: ellipsis;
|
|
1121
|
+
}
|
|
1122
|
+
.drag-icon-wrap {
|
|
1123
|
+
width: 5% !important;
|
|
1124
|
+
cursor: pointer;
|
|
1125
|
+
text-align: center;
|
|
1126
|
+
}
|
|
1127
|
+
.width-showed {
|
|
1128
|
+
display: inline-block;
|
|
1129
|
+
width: 15%;
|
|
1130
|
+
overflow: hidden;
|
|
1131
|
+
white-space: nowrap;
|
|
1132
|
+
text-overflow: ellipsis;
|
|
1133
|
+
select {
|
|
1134
|
+
width: 90% !important;
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
.width-word {
|
|
1138
|
+
display: inline-block;
|
|
1139
|
+
width: 20%;
|
|
1140
|
+
line-height: 52px;
|
|
1141
|
+
overflow: hidden;
|
|
1142
|
+
white-space: nowrap;
|
|
1143
|
+
input {
|
|
1144
|
+
width: 90% !important;
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
.width-large {
|
|
1148
|
+
display: inline-block;
|
|
1149
|
+
width: 20%;
|
|
1150
|
+
overflow: hidden;
|
|
1151
|
+
white-space: nowrap;
|
|
1152
|
+
text-overflow: ellipsis;
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.dropdown-button {
|
|
1157
|
+
color: #212121;
|
|
1158
|
+
border-color: #d5d5d5 !important;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.c-dropdown {
|
|
1162
|
+
.n-dropdown-menu-wrapper span.active {
|
|
1163
|
+
color: #5585f5;
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.login-form-button {
|
|
1168
|
+
width: 100%;
|
|
1169
|
+
height: 50px;
|
|
1170
|
+
border-radius: 24px;
|
|
1171
|
+
font-size: 16px;
|
|
1172
|
+
color: #ffffff;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.login-form-button-print {
|
|
1176
|
+
padding-top: 15px;
|
|
1177
|
+
|
|
1178
|
+
.n-input {
|
|
1179
|
+
height: 50px;
|
|
1180
|
+
line-height: 50px;
|
|
1181
|
+
font-size: 14px;
|
|
1182
|
+
color: #757575;
|
|
1183
|
+
border-radius: 6px;
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.c-select-label {
|
|
1188
|
+
.label-disable-wrap {
|
|
1189
|
+
width: 100%;
|
|
1190
|
+
font-size: 14px;
|
|
1191
|
+
line-height: 20px;
|
|
1192
|
+
display: flex;
|
|
1193
|
+
align-items: center;
|
|
1194
|
+
flex-direction: column;
|
|
1195
|
+
|
|
1196
|
+
.label-disable-img {
|
|
1197
|
+
width: 320px;
|
|
1198
|
+
height: 248px;
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
.common-label {
|
|
1202
|
+
padding: 4px 12px;
|
|
1203
|
+
margin-top: 8px !important;
|
|
1204
|
+
border-radius: 4px;
|
|
1205
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1206
|
+
> span {
|
|
1207
|
+
margin-right: 16px;
|
|
1208
|
+
color: rgba(0, 0, 0, 0.9);
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
.form-add-icon-label {
|
|
1212
|
+
margin-bottom: 4px;
|
|
1213
|
+
color: #2d7aff;
|
|
1214
|
+
cursor: pointer;
|
|
1215
|
+
display: inline-flex;
|
|
1216
|
+
align-items: center;
|
|
1217
|
+
}
|
|
1218
|
+
.anticon + .anticon {
|
|
1219
|
+
margin-left: 16px;
|
|
1220
|
+
}
|
|
1221
|
+
.label-disable-wrap {
|
|
1222
|
+
text-align: center;
|
|
1223
|
+
}
|
|
1224
|
+
.n-tag {
|
|
1225
|
+
max-width: 108px;
|
|
1226
|
+
margin: 0 8px 0 0;
|
|
1227
|
+
border: 1px solid rgb(224, 224, 230);
|
|
1228
|
+
.n-base-icon {
|
|
1229
|
+
color: #fff;
|
|
1230
|
+
}
|
|
1231
|
+
.n-tag__content {
|
|
1232
|
+
display: inline-block;
|
|
1233
|
+
align-items: center;
|
|
1234
|
+
max-width: 80px;
|
|
1235
|
+
height: 100%;
|
|
1236
|
+
line-height: 20px;
|
|
1237
|
+
overflow: hidden;
|
|
1238
|
+
text-overflow: ellipsis;
|
|
1239
|
+
white-space: nowrap;
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.c-label-form-content {
|
|
1245
|
+
width: 100%;
|
|
1246
|
+
height: 100%;
|
|
1247
|
+
border-top: 1px solid #e8e8e8;
|
|
1248
|
+
border-bottom: 1px solid #e8e8e8;
|
|
1249
|
+
.label-wrap {
|
|
1250
|
+
display: flex;
|
|
1251
|
+
width: 100%;
|
|
1252
|
+
height: 100%;
|
|
1253
|
+
.left-label-wrap {
|
|
1254
|
+
width: 140px;
|
|
1255
|
+
height: 404px;
|
|
1256
|
+
max-height: 404px;
|
|
1257
|
+
border-right: 1px solid #e8e8e8;
|
|
1258
|
+
&.total-left-label-wrap {
|
|
1259
|
+
height: calc(100vh - 109px);
|
|
1260
|
+
max-height: calc(100vh - 109px);
|
|
1261
|
+
}
|
|
1262
|
+
&.explicit-label-wrap {
|
|
1263
|
+
width: 100%;
|
|
1264
|
+
height: auto;
|
|
1265
|
+
overflow: hidden;
|
|
1266
|
+
overflow-y: auto;
|
|
1267
|
+
}
|
|
1268
|
+
.n-anchor.n-anchor--block .n-anchor-link {
|
|
1269
|
+
padding: 10px 8px;
|
|
1270
|
+
font-size: 14px;
|
|
1271
|
+
&.n-anchor-link--active {
|
|
1272
|
+
background-color: #f2f2f2;
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
.right-label-wrap {
|
|
1277
|
+
flex: 1;
|
|
1278
|
+
height: 404px;
|
|
1279
|
+
max-height: 404px;
|
|
1280
|
+
overflow-y: auto;
|
|
1281
|
+
&.total-right-label-wrap {
|
|
1282
|
+
max-height: calc(100vh - 109px);
|
|
1283
|
+
}
|
|
1284
|
+
.label-add {
|
|
1285
|
+
position: relative;
|
|
1286
|
+
top: 2px;
|
|
1287
|
+
height: 30px;
|
|
1288
|
+
line-height: 30px;
|
|
1289
|
+
width: 108px;
|
|
1290
|
+
text-align: center;
|
|
1291
|
+
display: inline-flex;
|
|
1292
|
+
justify-content: center;
|
|
1293
|
+
}
|
|
1294
|
+
.add-input {
|
|
1295
|
+
width: 108px;
|
|
1296
|
+
.n-input__suffix {
|
|
1297
|
+
cursor: pointer;
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
.explicit-continer {
|
|
1302
|
+
width: 100%;
|
|
1303
|
+
border: 1px solid #d5d5d5;
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
.edit-label-type {
|
|
1307
|
+
font-size: 12px;
|
|
1308
|
+
margin-left: 4px;
|
|
1309
|
+
}
|
|
1310
|
+
.edit-label-content {
|
|
1311
|
+
padding: 0 14px;
|
|
1312
|
+
.edit-content {
|
|
1313
|
+
width: 100%;
|
|
1314
|
+
margin-top: 8px;
|
|
1315
|
+
margin-bottom: 10px;
|
|
1316
|
+
.n-tag {
|
|
1317
|
+
max-width: 108px;
|
|
1318
|
+
margin: 0 8px 8px 0;
|
|
1319
|
+
text-align: center;
|
|
1320
|
+
border: 1px solid rgb(224, 224, 230);
|
|
1321
|
+
.n-tag__content {
|
|
1322
|
+
display: inline-flex;
|
|
1323
|
+
align-items: center;
|
|
1324
|
+
span {
|
|
1325
|
+
display: inline-block;
|
|
1326
|
+
width: 80px;
|
|
1327
|
+
height: 100%;
|
|
1328
|
+
line-height: 30px;
|
|
1329
|
+
overflow: hidden;
|
|
1330
|
+
text-overflow: ellipsis;
|
|
1331
|
+
white-space: nowrap;
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.c-chunk-upload-container {
|
|
1340
|
+
width: 100%;
|
|
1341
|
+
height: 100%;
|
|
1342
|
+
box-sizing: border-box;
|
|
1343
|
+
background-color: #fff;
|
|
1344
|
+
overflow: hidden;
|
|
1345
|
+
overflow-y: auto;
|
|
1346
|
+
div.uploader-drop {
|
|
1347
|
+
padding: 0;
|
|
1348
|
+
border: none;
|
|
1349
|
+
}
|
|
1350
|
+
ul,li {
|
|
1351
|
+
list-style: none;
|
|
1352
|
+
margin: 0;
|
|
1353
|
+
padding: 0;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.uploader-app {
|
|
1357
|
+
min-width: 250px;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.upload-btn {
|
|
1361
|
+
padding: 20px 0px;
|
|
1362
|
+
.mgl-10 {
|
|
1363
|
+
margin-left: 10px;
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.no-file {
|
|
1368
|
+
position: absolute;
|
|
1369
|
+
top: 50%;
|
|
1370
|
+
left: 50%;
|
|
1371
|
+
transform: translate(-50%, -50%);
|
|
1372
|
+
font-size: 16px;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
.uploader-file-actions > span {
|
|
1376
|
+
margin-right: 6px;
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.c-file-list-conatiner {
|
|
1381
|
+
background-color: #fff;
|
|
1382
|
+
height: 300px;
|
|
1383
|
+
margin-top: 20px;
|
|
1384
|
+
overflow: hidden;
|
|
1385
|
+
overflow-y: auto;
|
|
1386
|
+
|
|
1387
|
+
.uploader-file {
|
|
1388
|
+
height: auto;
|
|
1389
|
+
line-height: initial;
|
|
1390
|
+
border-bottom: none;
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.c-file-container {
|
|
1395
|
+
.c-f-item {
|
|
1396
|
+
display: flex;
|
|
1397
|
+
|
|
1398
|
+
&-icon {
|
|
1399
|
+
width: 50px;
|
|
1400
|
+
text-align: center;
|
|
1401
|
+
display: flex;
|
|
1402
|
+
justify-content: center;
|
|
1403
|
+
align-items: center;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
&-info {
|
|
1407
|
+
flex: 1;
|
|
1408
|
+
line-height: 20px;
|
|
1409
|
+
|
|
1410
|
+
&-title {
|
|
1411
|
+
line-height: 24px;
|
|
1412
|
+
.title {
|
|
1413
|
+
font-size: 14px;
|
|
1414
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
1415
|
+
font-weight: 500;
|
|
1416
|
+
color: rgba(0, 0, 0, 0.85);
|
|
1417
|
+
}
|
|
1418
|
+
.size {
|
|
1419
|
+
font-size: 12px;
|
|
1420
|
+
color: #9d9d9d;
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
&-time {
|
|
1425
|
+
font-size: 12px;
|
|
1426
|
+
color: #9d9d9d;
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
&-btn {
|
|
1431
|
+
width: 100px;
|
|
1432
|
+
line-height: 40px;
|
|
1433
|
+
i {
|
|
1434
|
+
padding: 0 5px;
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.c-file-boder-bottom {
|
|
1441
|
+
border-bottom: 1px solid #d5d5d5;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.c-drap-container {
|
|
1445
|
+
position: relative;
|
|
1446
|
+
padding-top: 45px;
|
|
1447
|
+
overflow: hidden;
|
|
1448
|
+
border-radius: 4px;
|
|
1449
|
+
border: 1px dashed #5585f5;
|
|
1450
|
+
background-color: #f9f9f9;
|
|
1451
|
+
text-align: center;
|
|
1452
|
+
height: 180px;
|
|
1453
|
+
line-height: 1.5;
|
|
1454
|
+
color: #5585f5;
|
|
1455
|
+
cursor: pointer;
|
|
1456
|
+
i {
|
|
1457
|
+
font-size: 56px;
|
|
1458
|
+
margin-bottom: 20px;
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
.c-upload {
|
|
1462
|
+
display: flex;
|
|
1463
|
+
flex-wrap: wrap;
|
|
1464
|
+
margin-top: 4px;
|
|
1465
|
+
}
|
|
1466
|
+
.show-list {
|
|
1467
|
+
display: inline-flex;
|
|
1468
|
+
flex-wrap: wrap;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
.c-uploader-preview-wrap {
|
|
1473
|
+
&.vod-wrap {
|
|
1474
|
+
position: relative;
|
|
1475
|
+
display: inline-block;
|
|
1476
|
+
background-color: #fff;
|
|
1477
|
+
width: 140px;
|
|
1478
|
+
height: 120px;
|
|
1479
|
+
margin-right: 8px;
|
|
1480
|
+
margin-bottom: 8px;
|
|
1481
|
+
border: 1px dashed #eeeeee;
|
|
1482
|
+
border-radius: 4px;
|
|
1483
|
+
background-color: #fff;
|
|
1484
|
+
.vod-uploading {
|
|
1485
|
+
position: relative;
|
|
1486
|
+
width: 100%;
|
|
1487
|
+
height: 100%;
|
|
1488
|
+
background-color: #fafafa;
|
|
1489
|
+
.progress-wrap {
|
|
1490
|
+
padding: 3px;
|
|
1491
|
+
}
|
|
1492
|
+
.uploading-msg {
|
|
1493
|
+
color: #333;
|
|
1494
|
+
font-size: 12px;
|
|
1495
|
+
text-align: center;
|
|
1496
|
+
}
|
|
1497
|
+
.uploading-mask {
|
|
1498
|
+
position: absolute;
|
|
1499
|
+
left: 0;
|
|
1500
|
+
bottom: 0;
|
|
1501
|
+
display: inline-flex;
|
|
1502
|
+
align-items: center;
|
|
1503
|
+
justify-content: center;
|
|
1504
|
+
width: 100%;
|
|
1505
|
+
min-height: 20%;
|
|
1506
|
+
background: rgba(0, 0, 0, 0.3);
|
|
1507
|
+
color: #fff;
|
|
1508
|
+
text-align: center;
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.vod-def-bg {
|
|
1513
|
+
position: relative;
|
|
1514
|
+
width: 100%;
|
|
1515
|
+
height: 100%;
|
|
1516
|
+
display: flex;
|
|
1517
|
+
justify-content: center;
|
|
1518
|
+
align-items: center;
|
|
1519
|
+
background-color: rgba(50, 50, 51, 0.5);
|
|
1520
|
+
.icon-vod-def {
|
|
1521
|
+
font-size: 40px;
|
|
1522
|
+
opacity: 0.3;
|
|
1523
|
+
transform: scale3d(2, 2, 2);
|
|
1524
|
+
transition: all 0.25s ease-out;
|
|
1525
|
+
}
|
|
1526
|
+
.vod-cover-img {
|
|
1527
|
+
height: 100%;
|
|
1528
|
+
width: 100%;
|
|
1529
|
+
object-fit: cover;
|
|
1530
|
+
border-radius: 4px;
|
|
1531
|
+
}
|
|
1532
|
+
.tooltip-wrap {
|
|
1533
|
+
position: absolute;
|
|
1534
|
+
top: 50%;
|
|
1535
|
+
left: 50%;
|
|
1536
|
+
transform: translate(-50%, -50%);
|
|
1537
|
+
display: inline-flex;
|
|
1538
|
+
justify-content: center;
|
|
1539
|
+
align-items: center;
|
|
1540
|
+
width: 120px;
|
|
1541
|
+
height: 40px;
|
|
1542
|
+
color: #fff;
|
|
1543
|
+
background: #22de4b;
|
|
1544
|
+
border-radius: 4px;
|
|
1545
|
+
.upload-img {
|
|
1546
|
+
display: inline-block;
|
|
1547
|
+
width: 20px;
|
|
1548
|
+
height: 20px;
|
|
1549
|
+
margin-right: 10px;
|
|
1550
|
+
}
|
|
1551
|
+
&.error-wrap {
|
|
1552
|
+
flex-direction: column;
|
|
1553
|
+
width: 158px;
|
|
1554
|
+
height: 72px;
|
|
1555
|
+
background: #e02020;
|
|
1556
|
+
span {
|
|
1557
|
+
height: 20px;
|
|
1558
|
+
line-height: 20px;
|
|
1559
|
+
margin-bottom: 8px;
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
&.vod-done {
|
|
1564
|
+
.tooltip-wrap {
|
|
1565
|
+
opacity: 0;
|
|
1566
|
+
&.is-new {
|
|
1567
|
+
animation: fadeOut 2.5s 1 both;
|
|
1568
|
+
@keyframes fadeOut {
|
|
1569
|
+
0% {
|
|
1570
|
+
opacity: 1;
|
|
1571
|
+
}
|
|
1572
|
+
80% {
|
|
1573
|
+
opacity: 1;
|
|
1574
|
+
}
|
|
1575
|
+
100% {
|
|
1576
|
+
opacity: 0;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
&.vod-done:hover {
|
|
1583
|
+
.icon-wrap {
|
|
1584
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1585
|
+
}
|
|
1586
|
+
.theme_outlined {
|
|
1587
|
+
display: none;
|
|
1588
|
+
}
|
|
1589
|
+
.theme_filled {
|
|
1590
|
+
display: inline-block;
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
.uploader-mask {
|
|
1596
|
+
position: absolute;
|
|
1597
|
+
top: 0;
|
|
1598
|
+
right: 0;
|
|
1599
|
+
bottom: 0;
|
|
1600
|
+
left: 0;
|
|
1601
|
+
display: -webkit-box;
|
|
1602
|
+
display: -webkit-flex;
|
|
1603
|
+
display: flex;
|
|
1604
|
+
-webkit-box-orient: vertical;
|
|
1605
|
+
-webkit-box-direction: normal;
|
|
1606
|
+
-webkit-flex-direction: column;
|
|
1607
|
+
flex-direction: column;
|
|
1608
|
+
-webkit-box-align: center;
|
|
1609
|
+
-webkit-align-items: center;
|
|
1610
|
+
align-items: center;
|
|
1611
|
+
-webkit-box-pack: center;
|
|
1612
|
+
-webkit-justify-content: center;
|
|
1613
|
+
justify-content: center;
|
|
1614
|
+
color: #fff;
|
|
1615
|
+
background-color: rgba(50, 50, 51, 0.88);
|
|
1616
|
+
|
|
1617
|
+
.uploading-msg {
|
|
1618
|
+
font-size: 12px;
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
.uploader-preview-delete {
|
|
1622
|
+
position: absolute;
|
|
1623
|
+
top: -16px;
|
|
1624
|
+
right: -7px;
|
|
1625
|
+
width: 16px;
|
|
1626
|
+
height: 16px;
|
|
1627
|
+
z-index: 10;
|
|
1628
|
+
|
|
1629
|
+
.pre-delete {
|
|
1630
|
+
width: 20px;
|
|
1631
|
+
height: 20px;
|
|
1632
|
+
border-radius: 50%;
|
|
1633
|
+
background: #fff;
|
|
1634
|
+
color: #e02020;
|
|
1635
|
+
font-size: 20px;
|
|
1636
|
+
cursor: pointer;
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.c-icon-wrap {
|
|
1642
|
+
position: absolute;
|
|
1643
|
+
top: 0;
|
|
1644
|
+
bottom: 0;
|
|
1645
|
+
left: 0;
|
|
1646
|
+
right: 0;
|
|
1647
|
+
width: 100%;
|
|
1648
|
+
height: 100%;
|
|
1649
|
+
background: rgba(0, 0, 0, 0.6);
|
|
1650
|
+
color: #fff;
|
|
1651
|
+
font-size: 28px;
|
|
1652
|
+
z-index: 1;
|
|
1653
|
+
.icon-play {
|
|
1654
|
+
position: relative;
|
|
1655
|
+
top: 50%;
|
|
1656
|
+
left: 50%;
|
|
1657
|
+
transform: translate(-50%, -50%);
|
|
1658
|
+
transition: all 0.25s ease-out;
|
|
1659
|
+
}
|
|
1660
|
+
.theme_outlined {
|
|
1661
|
+
display: inline-block;
|
|
1662
|
+
}
|
|
1663
|
+
.theme_filled {
|
|
1664
|
+
display: none;
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.c-chunk-uploader-btn {
|
|
1669
|
+
display: table;
|
|
1670
|
+
width: 140px;
|
|
1671
|
+
height: 120px;
|
|
1672
|
+
margin-right: 8px;
|
|
1673
|
+
background: #fafafa;
|
|
1674
|
+
text-align: center;
|
|
1675
|
+
vertical-align: top;
|
|
1676
|
+
border: 1px dashed #d5d5d5;
|
|
1677
|
+
border-radius: 4px;
|
|
1678
|
+
transition: border-color 0.3s ease;
|
|
1679
|
+
-webkit-transition: border-color 0.3s ease;
|
|
1680
|
+
cursor: pointer;
|
|
1681
|
+
&.disable-upload {
|
|
1682
|
+
cursor: not-allowed;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
.chunk-btn-content {
|
|
1686
|
+
display: table-cell;
|
|
1687
|
+
width: 100%;
|
|
1688
|
+
height: 100%;
|
|
1689
|
+
text-align: center;
|
|
1690
|
+
vertical-align: middle;
|
|
1691
|
+
|
|
1692
|
+
.c-uploader-btn {
|
|
1693
|
+
line-height: 1.2;
|
|
1694
|
+
img {
|
|
1695
|
+
width: 32px;
|
|
1696
|
+
height: 32px;
|
|
1697
|
+
}
|
|
1698
|
+
.uploader-icon {
|
|
1699
|
+
font-size: 30px;
|
|
1700
|
+
color: #000000;
|
|
1701
|
+
}
|
|
1702
|
+
.uploader-text {
|
|
1703
|
+
width: 140px;
|
|
1704
|
+
p {
|
|
1705
|
+
color: #585858;
|
|
1706
|
+
margin-bottom: 0px;
|
|
1707
|
+
}
|
|
1708
|
+
span {
|
|
1709
|
+
color: #b6b6b6;
|
|
1710
|
+
font-size: 12px;
|
|
1711
|
+
}
|
|
1712
|
+
.guage-text {
|
|
1713
|
+
color: #585858;
|
|
1714
|
+
font-size: 14px;
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
&:hover {
|
|
1721
|
+
background: #f3f7ff;
|
|
1722
|
+
border-color: #5585f5;
|
|
1723
|
+
.guage-img {
|
|
1724
|
+
content: url('../src/assets/img/video_hover.png');
|
|
1725
|
+
}
|
|
1726
|
+
.c-uploader-btn .uploader-icon,
|
|
1727
|
+
.c-uploader-btn .uploader-text p,
|
|
1728
|
+
.c-uploader-btn .uploader-text span,
|
|
1729
|
+
.c-uploader-btn .uploader-text .guage-text {
|
|
1730
|
+
color: #5585f5;
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
1734
|
.c-choice-wrap {
|
|
1735
1735
|
display: flex;
|
|
1736
1736
|
flex-wrap: wrap;
|
|
@@ -1911,356 +1911,356 @@ body {
|
|
|
1911
1911
|
width: 100%;
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
|
-
.main {
|
|
1915
|
-
padding: 0 16px;
|
|
1916
|
-
box-sizing: border-box;
|
|
1917
|
-
.scale-label-required {
|
|
1918
|
-
font-weight: 700;
|
|
1914
|
+
.main {
|
|
1915
|
+
padding: 0 16px;
|
|
1916
|
+
box-sizing: border-box;
|
|
1917
|
+
.scale-label-required {
|
|
1918
|
+
font-weight: 700;
|
|
1919
|
+
}
|
|
1920
|
+
.required-text {
|
|
1921
|
+
color: #e02828;
|
|
1922
|
+
}
|
|
1923
|
+
.evalute-label {
|
|
1924
|
+
display: inline-block;
|
|
1925
|
+
height: 20px;
|
|
1926
|
+
line-height: 20px;
|
|
1927
|
+
padding: 0 5px;
|
|
1928
|
+
margin-left: 4px;
|
|
1929
|
+
font-size: 12px;
|
|
1930
|
+
color: #2d7aff;
|
|
1931
|
+
border-radius: 4px;
|
|
1932
|
+
border: 1px solid rgba(45, 122, 255, 0.5);
|
|
1933
|
+
background: rgba(45, 122, 255, 0.1);
|
|
1934
|
+
}
|
|
1935
|
+
.evalute-tip {
|
|
1936
|
+
display: inline-block;
|
|
1937
|
+
padding: 0 5px;
|
|
1938
|
+
margin-left: 8px;
|
|
1939
|
+
color: #fe9626;
|
|
1940
|
+
border-radius: 2px;
|
|
1941
|
+
background: rgba(255, 194, 0, 0.15);
|
|
1942
|
+
cursor: pointer;
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
.footer {
|
|
1946
|
+
position: absolute;
|
|
1947
|
+
bottom: 0;
|
|
1948
|
+
left: 0;
|
|
1949
|
+
width: 100%;
|
|
1950
|
+
border-top: 1px solid #e8e8e8;
|
|
1951
|
+
padding-top: 12px;
|
|
1952
|
+
height: 50px;
|
|
1953
|
+
box-sizing: border-box;
|
|
1954
|
+
background: #fff;
|
|
1955
|
+
.n-button + .n-button {
|
|
1956
|
+
margin-left: 8px;
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
.rich-text-content {
|
|
1960
|
+
word-break: break-all;
|
|
1961
|
+
p {
|
|
1962
|
+
margin-bottom: 0;
|
|
1963
|
+
}
|
|
1964
|
+
img {
|
|
1965
|
+
max-width: 100%;
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
.n-dialog.n-modal {
|
|
1969
|
+
&.c-evatip-dialog-wrap {
|
|
1970
|
+
width: 494px !important;
|
|
1971
|
+
padding: 0;
|
|
1972
|
+
max-height: unset;
|
|
1973
|
+
overflow-y: hidden;
|
|
1974
|
+
.n-dialog__title {
|
|
1975
|
+
height: 52px;
|
|
1976
|
+
line-height: 52px;
|
|
1977
|
+
padding-left: 16px;
|
|
1978
|
+
font-weight: 600;
|
|
1979
|
+
border-bottom: 1px solid #e8e8e8;
|
|
1980
|
+
}
|
|
1981
|
+
.n-base-icon {
|
|
1982
|
+
position: absolute;
|
|
1983
|
+
right: 16px;
|
|
1984
|
+
top: 16px;
|
|
1985
|
+
margin: 0;
|
|
1986
|
+
color: #666666;
|
|
1987
|
+
}
|
|
1988
|
+
.n-dialog__content {
|
|
1989
|
+
margin: 0;
|
|
1990
|
+
}
|
|
1991
|
+
.evatip-container {
|
|
1992
|
+
min-height: 100px;
|
|
1993
|
+
max-height: 60vh;
|
|
1994
|
+
overflow-y: auto;
|
|
1995
|
+
padding: 26px 16px;
|
|
1996
|
+
font-size: 16px;
|
|
1997
|
+
color: #2e2e2e;
|
|
1998
|
+
p {
|
|
1999
|
+
padding: 16px;
|
|
2000
|
+
margin-top: 12px;
|
|
2001
|
+
margin-bottom: 0;
|
|
2002
|
+
font-size: 14px;
|
|
2003
|
+
border-radius: 4px;
|
|
2004
|
+
border: 1px solid rgba(213, 213, 213, 0.6);
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
.n-dialog__action {
|
|
2008
|
+
display: block;
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
padding: 10px 16px;
|
|
2011
|
+
text-align: right;
|
|
2012
|
+
border-top: 1px solid #e8e8e8;
|
|
2013
|
+
box-sizing: border-box;
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
.c-answerParse {
|
|
2018
|
+
padding: 16px;
|
|
2019
|
+
color: #2e2e2e;
|
|
2020
|
+
border-radius: 8px;
|
|
2021
|
+
background: rgba(253, 246, 246, 0.6);
|
|
2022
|
+
margin-top: 6px;
|
|
2023
|
+
margin-bottom: 12px;
|
|
2024
|
+
.answer-res-wrap {
|
|
2025
|
+
display: flex;
|
|
2026
|
+
justify-content: space-between;
|
|
2027
|
+
align-items: center;
|
|
2028
|
+
margin-bottom: 16px;
|
|
2029
|
+
.answer-res {
|
|
2030
|
+
display: inline-flex;
|
|
2031
|
+
align-items: center;
|
|
2032
|
+
padding: 0 18px;
|
|
2033
|
+
line-height: 36px;
|
|
2034
|
+
color: #fff;
|
|
2035
|
+
background: #f06f64;
|
|
2036
|
+
border-radius: 18px;
|
|
2037
|
+
font-weight: 700;
|
|
2038
|
+
svg {
|
|
2039
|
+
margin-right: 8px;
|
|
2040
|
+
font-size: 16px;
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
.answer-score {
|
|
2044
|
+
font-size: 14px;
|
|
2045
|
+
font-weight: 600;
|
|
2046
|
+
color: #2e2e2e;
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
.correct-answer {
|
|
2050
|
+
line-height: 20px;
|
|
2051
|
+
margin-bottom: 16px;
|
|
2052
|
+
p {
|
|
2053
|
+
font-weight: 700;
|
|
2054
|
+
display: inline-block;
|
|
2055
|
+
}
|
|
2056
|
+
span {
|
|
2057
|
+
word-break: break-all;
|
|
2058
|
+
color: #91c850;
|
|
2059
|
+
font-size: 16px;
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
.answer-key {
|
|
2063
|
+
line-height: 20px;
|
|
2064
|
+
p {
|
|
2065
|
+
font-weight: 700;
|
|
2066
|
+
line-height: 20px;
|
|
2067
|
+
margin-bottom: 16px;
|
|
2068
|
+
}
|
|
2069
|
+
span {
|
|
2070
|
+
word-break: break-all;
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
&.answerParse-success {
|
|
2074
|
+
background: rgba(234, 251, 228, 0.6);
|
|
2075
|
+
.answer-res {
|
|
2076
|
+
background: #91c850;
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
.c-evaluateCountdown {
|
|
2081
|
+
position: absolute;
|
|
2082
|
+
top: 0;
|
|
2083
|
+
right: 0;
|
|
2084
|
+
min-width: 166px;
|
|
2085
|
+
padding: 8px 12px;
|
|
2086
|
+
background: #f2f2f4;
|
|
2087
|
+
border-radius: 8px;
|
|
2088
|
+
color: #212121;
|
|
2089
|
+
z-index: 1;
|
|
2090
|
+
text-align: center;
|
|
2091
|
+
&.evaluateCountdown-hasTime {
|
|
2092
|
+
&:hover {
|
|
2093
|
+
padding: 8px 32px;
|
|
2094
|
+
background: #f1f1f4;
|
|
2095
|
+
.countdown {
|
|
2096
|
+
line-height: 40px;
|
|
2097
|
+
font-size: 26px;
|
|
2098
|
+
span {
|
|
2099
|
+
line-height: unset;
|
|
2100
|
+
}
|
|
2101
|
+
svg {
|
|
2102
|
+
display: none;
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
.answered-wrap {
|
|
2106
|
+
display: block;
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
.answered-wrap {
|
|
2110
|
+
display: none;
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
.countdown {
|
|
2114
|
+
display: flex;
|
|
2115
|
+
align-content: center;
|
|
2116
|
+
justify-content: center;
|
|
2117
|
+
font-size: 14px;
|
|
2118
|
+
color: #000000;
|
|
2119
|
+
span {
|
|
2120
|
+
line-height: 18px;
|
|
2121
|
+
}
|
|
2122
|
+
svg {
|
|
2123
|
+
margin-left: 8px;
|
|
2124
|
+
font-size: 16px;
|
|
2125
|
+
color: #969696;
|
|
2126
|
+
}
|
|
2127
|
+
&.countdown-red {
|
|
2128
|
+
color: #ff1818;
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
.answered-wrap {
|
|
2132
|
+
span {
|
|
2133
|
+
color: #2d7aff;
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
.c-evaluate-page {
|
|
2138
|
+
display: flex;
|
|
2139
|
+
align-items: center;
|
|
2140
|
+
justify-content: center;
|
|
2141
|
+
width: 100%;
|
|
2142
|
+
height: 100%;
|
|
2143
|
+
.evaluate-container {
|
|
2144
|
+
width: 620px;
|
|
2145
|
+
padding: 45px 32px;
|
|
2146
|
+
text-align: center;
|
|
2147
|
+
border-radius: 15px;
|
|
2148
|
+
border: 1px solid #e0e0e0;
|
|
2149
|
+
.evaluate-name {
|
|
2150
|
+
font-size: 20px;
|
|
2151
|
+
color: #212121;
|
|
2152
|
+
line-height: 28px;
|
|
2153
|
+
margin-bottom: 10px;
|
|
2154
|
+
max-height: 88px;
|
|
2155
|
+
overflow-y: auto;
|
|
2156
|
+
word-break: break-all;
|
|
2157
|
+
}
|
|
2158
|
+
.evaluate-explain {
|
|
2159
|
+
padding: 12px 22px 12px 30px;
|
|
2160
|
+
margin-bottom: 24px;
|
|
2161
|
+
text-align: left;
|
|
2162
|
+
border-radius: 8px;
|
|
2163
|
+
background: #f2f2f4;
|
|
2164
|
+
overflow: hidden;
|
|
2165
|
+
> div {
|
|
2166
|
+
padding-right: 8px;
|
|
2167
|
+
max-height: 206px;
|
|
2168
|
+
overflow-y: auto;
|
|
2169
|
+
word-break: break-all;
|
|
2170
|
+
}
|
|
2171
|
+
}
|
|
2172
|
+
.evaluate-score {
|
|
2173
|
+
display: flex;
|
|
2174
|
+
margin-bottom: 24px;
|
|
2175
|
+
li + li {
|
|
2176
|
+
border-left: 1px solid rgba(213, 213, 213, 0.6);
|
|
2177
|
+
}
|
|
2178
|
+
li {
|
|
2179
|
+
flex: 1;
|
|
2180
|
+
div {
|
|
2181
|
+
line-height: 50px;
|
|
2182
|
+
font-size: 36px;
|
|
2183
|
+
color: #000000;
|
|
2184
|
+
}
|
|
2185
|
+
span {
|
|
2186
|
+
line-height: 20px;
|
|
2187
|
+
font-size: 14px;
|
|
2188
|
+
color: rgba(0, 0, 0, 0.6);
|
|
2189
|
+
}
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
.evaluate-time-range {
|
|
2193
|
+
font-size: 14px;
|
|
2194
|
+
color: #000000;
|
|
2195
|
+
line-height: 20px;
|
|
2196
|
+
margin-bottom: 20px;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
.evaluate-btn {
|
|
2200
|
+
width: 380px;
|
|
2201
|
+
height: unset;
|
|
2202
|
+
padding: 16px 0;
|
|
2203
|
+
text-align: center;
|
|
2204
|
+
font-size: 18px;
|
|
2205
|
+
color: #ffffff;
|
|
2206
|
+
border-radius: 8px;
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
.c-totalScore-warp {
|
|
2211
|
+
padding: 16px;
|
|
2212
|
+
margin-bottom: 16px;
|
|
2213
|
+
font-weight: 400;
|
|
2214
|
+
color: #666666;
|
|
2215
|
+
background: #f2f2f4;
|
|
2216
|
+
font-size: 14px;
|
|
2217
|
+
border-radius: 6px;
|
|
2218
|
+
div + div {
|
|
2219
|
+
margin-top: 4px;
|
|
1919
2220
|
}
|
|
1920
|
-
|
|
1921
|
-
|
|
2221
|
+
span {
|
|
2222
|
+
font-weight: 500;
|
|
2223
|
+
color: #090909;
|
|
1922
2224
|
}
|
|
1923
|
-
.
|
|
1924
|
-
display: inline-block;
|
|
1925
|
-
height: 20px;
|
|
1926
|
-
line-height: 20px;
|
|
1927
|
-
padding: 0 5px;
|
|
1928
|
-
margin-left: 4px;
|
|
1929
|
-
font-size: 12px;
|
|
2225
|
+
.score-result {
|
|
1930
2226
|
color: #2d7aff;
|
|
1931
|
-
border-radius: 4px;
|
|
1932
|
-
border: 1px solid rgba(45, 122, 255, 0.5);
|
|
1933
|
-
background: rgba(45, 122, 255, 0.1);
|
|
1934
|
-
}
|
|
1935
|
-
.evalute-tip {
|
|
1936
|
-
display: inline-block;
|
|
1937
|
-
padding: 0 5px;
|
|
1938
|
-
margin-left: 8px;
|
|
1939
|
-
color: #fe9626;
|
|
1940
|
-
border-radius: 2px;
|
|
1941
|
-
background: rgba(255, 194, 0, 0.15);
|
|
1942
|
-
cursor: pointer;
|
|
1943
2227
|
}
|
|
1944
2228
|
}
|
|
1945
|
-
.
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
2229
|
+
.text-over-tooltip-components {
|
|
2230
|
+
display: inline-block;
|
|
2231
|
+
max-width: 98%;
|
|
2232
|
+
/* 文字超出宽度显示省略号 单行 */
|
|
2233
|
+
|
|
2234
|
+
.ellipsis {
|
|
2235
|
+
font-size: 14px;
|
|
2236
|
+
color: #35393c;
|
|
2237
|
+
overflow: hidden;
|
|
2238
|
+
text-overflow: ellipsis;
|
|
2239
|
+
white-space: nowrap;
|
|
2240
|
+
|
|
2241
|
+
i {
|
|
2242
|
+
font-style: normal;
|
|
2243
|
+
word-break: keep-all;
|
|
2244
|
+
white-space: nowrap;
|
|
2245
|
+
}
|
|
1957
2246
|
}
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
2247
|
+
|
|
2248
|
+
/* 自定义样式 */
|
|
2249
|
+
|
|
2250
|
+
.fs20 {
|
|
2251
|
+
font-size: 20px;
|
|
2252
|
+
font-weight: 600;
|
|
2253
|
+
color: green;
|
|
2254
|
+
line-height: 22px;
|
|
1963
2255
|
}
|
|
1964
|
-
|
|
1965
|
-
|
|
2256
|
+
|
|
2257
|
+
.fs12 {
|
|
2258
|
+
font-size: 12px;
|
|
2259
|
+
font-weight: 400;
|
|
2260
|
+
color: orange;
|
|
2261
|
+
line-height: 14px;
|
|
1966
2262
|
}
|
|
1967
2263
|
}
|
|
1968
|
-
.n-dialog.n-modal {
|
|
1969
|
-
&.c-evatip-dialog-wrap {
|
|
1970
|
-
width: 494px !important;
|
|
1971
|
-
padding: 0;
|
|
1972
|
-
max-height: unset;
|
|
1973
|
-
overflow-y: hidden;
|
|
1974
|
-
.n-dialog__title {
|
|
1975
|
-
height: 52px;
|
|
1976
|
-
line-height: 52px;
|
|
1977
|
-
padding-left: 16px;
|
|
1978
|
-
font-weight: 600;
|
|
1979
|
-
border-bottom: 1px solid #e8e8e8;
|
|
1980
|
-
}
|
|
1981
|
-
.n-base-icon {
|
|
1982
|
-
position: absolute;
|
|
1983
|
-
right: 16px;
|
|
1984
|
-
top: 16px;
|
|
1985
|
-
margin: 0;
|
|
1986
|
-
color: #666666;
|
|
1987
|
-
}
|
|
1988
|
-
.n-dialog__content {
|
|
1989
|
-
margin: 0;
|
|
1990
|
-
}
|
|
1991
|
-
.evatip-container {
|
|
1992
|
-
min-height: 100px;
|
|
1993
|
-
max-height: 60vh;
|
|
1994
|
-
overflow-y: auto;
|
|
1995
|
-
padding: 26px 16px;
|
|
1996
|
-
font-size: 16px;
|
|
1997
|
-
color: #2e2e2e;
|
|
1998
|
-
p {
|
|
1999
|
-
padding: 16px;
|
|
2000
|
-
margin-top: 12px;
|
|
2001
|
-
margin-bottom: 0;
|
|
2002
|
-
font-size: 14px;
|
|
2003
|
-
border-radius: 4px;
|
|
2004
|
-
border: 1px solid rgba(213, 213, 213, 0.6);
|
|
2005
|
-
}
|
|
2006
|
-
}
|
|
2007
|
-
.n-dialog__action {
|
|
2008
|
-
display: block;
|
|
2009
|
-
width: 100%;
|
|
2010
|
-
padding: 10px 16px;
|
|
2011
|
-
text-align: right;
|
|
2012
|
-
border-top: 1px solid #e8e8e8;
|
|
2013
|
-
box-sizing: border-box;
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
}
|
|
2017
|
-
.c-answerParse {
|
|
2018
|
-
padding: 16px;
|
|
2019
|
-
color: #2e2e2e;
|
|
2020
|
-
border-radius: 8px;
|
|
2021
|
-
background: rgba(253, 246, 246, 0.6);
|
|
2022
|
-
margin-top: 6px;
|
|
2023
|
-
margin-bottom: 12px;
|
|
2024
|
-
.answer-res-wrap {
|
|
2025
|
-
display: flex;
|
|
2026
|
-
justify-content: space-between;
|
|
2027
|
-
align-items: center;
|
|
2028
|
-
margin-bottom: 16px;
|
|
2029
|
-
.answer-res {
|
|
2030
|
-
display: inline-flex;
|
|
2031
|
-
align-items: center;
|
|
2032
|
-
padding: 0 18px;
|
|
2033
|
-
line-height: 36px;
|
|
2034
|
-
color: #fff;
|
|
2035
|
-
background: #f06f64;
|
|
2036
|
-
border-radius: 18px;
|
|
2037
|
-
font-weight: 700;
|
|
2038
|
-
svg {
|
|
2039
|
-
margin-right: 8px;
|
|
2040
|
-
font-size: 16px;
|
|
2041
|
-
}
|
|
2042
|
-
}
|
|
2043
|
-
.answer-score {
|
|
2044
|
-
font-size: 14px;
|
|
2045
|
-
font-weight: 600;
|
|
2046
|
-
color: #2e2e2e;
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
.correct-answer {
|
|
2050
|
-
line-height: 20px;
|
|
2051
|
-
margin-bottom: 16px;
|
|
2052
|
-
p {
|
|
2053
|
-
font-weight: 700;
|
|
2054
|
-
display: inline-block;
|
|
2055
|
-
}
|
|
2056
|
-
span {
|
|
2057
|
-
word-break: break-all;
|
|
2058
|
-
color: #91c850;
|
|
2059
|
-
font-size: 16px;
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
|
-
.answer-key {
|
|
2063
|
-
line-height: 20px;
|
|
2064
|
-
p {
|
|
2065
|
-
font-weight: 700;
|
|
2066
|
-
line-height: 20px;
|
|
2067
|
-
margin-bottom: 16px;
|
|
2068
|
-
}
|
|
2069
|
-
span {
|
|
2070
|
-
word-break: break-all;
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
&.answerParse-success {
|
|
2074
|
-
background: rgba(234, 251, 228, 0.6);
|
|
2075
|
-
.answer-res {
|
|
2076
|
-
background: #91c850;
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
.c-evaluateCountdown {
|
|
2081
|
-
position: absolute;
|
|
2082
|
-
top: 0;
|
|
2083
|
-
right: 0;
|
|
2084
|
-
min-width: 166px;
|
|
2085
|
-
padding: 8px 12px;
|
|
2086
|
-
background: #f2f2f4;
|
|
2087
|
-
border-radius: 8px;
|
|
2088
|
-
color: #212121;
|
|
2089
|
-
z-index: 1;
|
|
2090
|
-
text-align: center;
|
|
2091
|
-
&.evaluateCountdown-hasTime {
|
|
2092
|
-
&:hover {
|
|
2093
|
-
padding: 8px 32px;
|
|
2094
|
-
background: #f1f1f4;
|
|
2095
|
-
.countdown {
|
|
2096
|
-
line-height: 40px;
|
|
2097
|
-
font-size: 26px;
|
|
2098
|
-
span {
|
|
2099
|
-
line-height: unset;
|
|
2100
|
-
}
|
|
2101
|
-
svg {
|
|
2102
|
-
display: none;
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
.answered-wrap {
|
|
2106
|
-
display: block;
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2109
|
-
.answered-wrap {
|
|
2110
|
-
display: none;
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
.countdown {
|
|
2114
|
-
display: flex;
|
|
2115
|
-
align-content: center;
|
|
2116
|
-
justify-content: center;
|
|
2117
|
-
font-size: 14px;
|
|
2118
|
-
color: #000000;
|
|
2119
|
-
span {
|
|
2120
|
-
line-height: 18px;
|
|
2121
|
-
}
|
|
2122
|
-
svg {
|
|
2123
|
-
margin-left: 8px;
|
|
2124
|
-
font-size: 16px;
|
|
2125
|
-
color: #969696;
|
|
2126
|
-
}
|
|
2127
|
-
&.countdown-red {
|
|
2128
|
-
color: #ff1818;
|
|
2129
|
-
}
|
|
2130
|
-
}
|
|
2131
|
-
.answered-wrap {
|
|
2132
|
-
span {
|
|
2133
|
-
color: #2d7aff;
|
|
2134
|
-
}
|
|
2135
|
-
}
|
|
2136
|
-
}
|
|
2137
|
-
.c-evaluate-page {
|
|
2138
|
-
display: flex;
|
|
2139
|
-
align-items: center;
|
|
2140
|
-
justify-content: center;
|
|
2141
|
-
width: 100%;
|
|
2142
|
-
height: 100%;
|
|
2143
|
-
.evaluate-container {
|
|
2144
|
-
width: 620px;
|
|
2145
|
-
padding: 45px 32px;
|
|
2146
|
-
text-align: center;
|
|
2147
|
-
border-radius: 15px;
|
|
2148
|
-
border: 1px solid #e0e0e0;
|
|
2149
|
-
.evaluate-name {
|
|
2150
|
-
font-size: 20px;
|
|
2151
|
-
color: #212121;
|
|
2152
|
-
line-height: 28px;
|
|
2153
|
-
margin-bottom: 10px;
|
|
2154
|
-
max-height: 88px;
|
|
2155
|
-
overflow-y: auto;
|
|
2156
|
-
word-break: break-all;
|
|
2157
|
-
}
|
|
2158
|
-
.evaluate-explain {
|
|
2159
|
-
padding: 12px 22px 12px 30px;
|
|
2160
|
-
margin-bottom: 24px;
|
|
2161
|
-
text-align: left;
|
|
2162
|
-
border-radius: 8px;
|
|
2163
|
-
background: #f2f2f4;
|
|
2164
|
-
overflow: hidden;
|
|
2165
|
-
> div {
|
|
2166
|
-
padding-right: 8px;
|
|
2167
|
-
max-height: 206px;
|
|
2168
|
-
overflow-y: auto;
|
|
2169
|
-
word-break: break-all;
|
|
2170
|
-
}
|
|
2171
|
-
}
|
|
2172
|
-
.evaluate-score {
|
|
2173
|
-
display: flex;
|
|
2174
|
-
margin-bottom: 24px;
|
|
2175
|
-
li + li {
|
|
2176
|
-
border-left: 1px solid rgba(213, 213, 213, 0.6);
|
|
2177
|
-
}
|
|
2178
|
-
li {
|
|
2179
|
-
flex: 1;
|
|
2180
|
-
div {
|
|
2181
|
-
line-height: 50px;
|
|
2182
|
-
font-size: 36px;
|
|
2183
|
-
color: #000000;
|
|
2184
|
-
}
|
|
2185
|
-
span {
|
|
2186
|
-
line-height: 20px;
|
|
2187
|
-
font-size: 14px;
|
|
2188
|
-
color: rgba(0, 0, 0, 0.6);
|
|
2189
|
-
}
|
|
2190
|
-
}
|
|
2191
|
-
}
|
|
2192
|
-
.evaluate-time-range {
|
|
2193
|
-
font-size: 14px;
|
|
2194
|
-
color: #000000;
|
|
2195
|
-
line-height: 20px;
|
|
2196
|
-
margin-bottom: 20px;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
.evaluate-btn {
|
|
2200
|
-
width: 380px;
|
|
2201
|
-
height: unset;
|
|
2202
|
-
padding: 16px 0;
|
|
2203
|
-
text-align: center;
|
|
2204
|
-
font-size: 18px;
|
|
2205
|
-
color: #ffffff;
|
|
2206
|
-
border-radius: 8px;
|
|
2207
|
-
}
|
|
2208
|
-
}
|
|
2209
|
-
}
|
|
2210
|
-
.c-totalScore-warp {
|
|
2211
|
-
padding: 16px;
|
|
2212
|
-
margin-bottom: 16px;
|
|
2213
|
-
font-weight: 400;
|
|
2214
|
-
color: #666666;
|
|
2215
|
-
background: #f2f2f4;
|
|
2216
|
-
font-size: 14px;
|
|
2217
|
-
border-radius: 6px;
|
|
2218
|
-
div + div {
|
|
2219
|
-
margin-top: 4px;
|
|
2220
|
-
}
|
|
2221
|
-
span {
|
|
2222
|
-
font-weight: 500;
|
|
2223
|
-
color: #090909;
|
|
2224
|
-
}
|
|
2225
|
-
.score-result {
|
|
2226
|
-
color: #2d7aff;
|
|
2227
|
-
}
|
|
2228
|
-
}
|
|
2229
|
-
.text-over-tooltip-components {
|
|
2230
|
-
display: inline-block;
|
|
2231
|
-
max-width: 98%;
|
|
2232
|
-
/* 文字超出宽度显示省略号 单行 */
|
|
2233
|
-
|
|
2234
|
-
.ellipsis {
|
|
2235
|
-
font-size: 14px;
|
|
2236
|
-
color: #35393c;
|
|
2237
|
-
overflow: hidden;
|
|
2238
|
-
text-overflow: ellipsis;
|
|
2239
|
-
white-space: nowrap;
|
|
2240
|
-
|
|
2241
|
-
i {
|
|
2242
|
-
font-style: normal;
|
|
2243
|
-
word-break: keep-all;
|
|
2244
|
-
white-space: nowrap;
|
|
2245
|
-
}
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
/* 自定义样式 */
|
|
2249
|
-
|
|
2250
|
-
.fs20 {
|
|
2251
|
-
font-size: 20px;
|
|
2252
|
-
font-weight: 600;
|
|
2253
|
-
color: green;
|
|
2254
|
-
line-height: 22px;
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
.fs12 {
|
|
2258
|
-
font-size: 12px;
|
|
2259
|
-
font-weight: 400;
|
|
2260
|
-
color: orange;
|
|
2261
|
-
line-height: 14px;
|
|
2262
|
-
}
|
|
2263
|
-
}
|
|
2264
2264
|
|
|
2265
2265
|
|
|
2266
2266
|
.c-scale {
|
|
@@ -2486,352 +2486,352 @@ body {
|
|
|
2486
2486
|
line-height: 14px;
|
|
2487
2487
|
}
|
|
2488
2488
|
}
|
|
2489
|
-
|
|
2490
|
-
.c-map {
|
|
2491
|
-
width: 100%;
|
|
2492
|
-
min-height: 500px;
|
|
2493
|
-
height: 100%;
|
|
2494
|
-
overflow: hidden;
|
|
2495
|
-
text-align: left;
|
|
2496
|
-
ul,li {
|
|
2497
|
-
list-style: none;
|
|
2498
|
-
margin: 0;
|
|
2499
|
-
padding: 0;
|
|
2500
|
-
}
|
|
2501
|
-
#map-core {
|
|
2502
|
-
width: 100%;
|
|
2503
|
-
height: 250px;
|
|
2504
|
-
}
|
|
2505
|
-
.search-container {
|
|
2506
|
-
margin-top: 20px;
|
|
2507
|
-
height: 40px;
|
|
2508
|
-
.map-input-search {
|
|
2509
|
-
display: flex;
|
|
2510
|
-
.n-input {
|
|
2511
|
-
height: 32px;
|
|
2512
|
-
line-height: 32px;
|
|
2513
|
-
border-top-right-radius: 0;
|
|
2514
|
-
border-bottom-right-radius: 0;
|
|
2515
|
-
}
|
|
2516
|
-
.input-addon {
|
|
2517
|
-
height: 32px;
|
|
2518
|
-
line-height: 32px;
|
|
2519
|
-
.n-button {
|
|
2520
|
-
height: 100%;
|
|
2521
|
-
padding: 0 16px;
|
|
2522
|
-
border-top-left-radius: 0;
|
|
2523
|
-
border-bottom-left-radius: 0;
|
|
2524
|
-
}
|
|
2525
|
-
}
|
|
2526
|
-
}
|
|
2527
|
-
}
|
|
2528
|
-
.address-list {
|
|
2529
|
-
height: calc(100% - 75px);
|
|
2530
|
-
overflow-y: auto;
|
|
2531
|
-
.address-item {
|
|
2532
|
-
height: 60px;
|
|
2533
|
-
cursor: pointer;
|
|
2534
|
-
padding-top: 10px;
|
|
2535
|
-
.title {
|
|
2536
|
-
font-size: 16px;
|
|
2537
|
-
}
|
|
2538
|
-
span {
|
|
2539
|
-
font-size: 12px;
|
|
2540
|
-
color: #b9b9b9;
|
|
2541
|
-
}
|
|
2542
|
-
&:first-child {
|
|
2543
|
-
height: 57px;
|
|
2544
|
-
padding-top: 20px;
|
|
2545
|
-
line-height: 40px;
|
|
2546
|
-
}
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2549
|
-
}
|
|
2550
|
-
// 进度显示当前播放时间
|
|
2551
|
-
.video-js {
|
|
2552
|
-
.vjs-time-control {
|
|
2553
|
-
display: block;
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
|
-
.vjs-current-time.vjs-time-control {
|
|
2557
|
-
display: block;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
.vjs-duration.vjs-time-control {
|
|
2561
|
-
display: block;
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
// .video-js
|
|
2566
|
-
// 暂停时显示播放按钮
|
|
2567
|
-
.vjs-paused .vjs-big-play-button,
|
|
2568
|
-
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
|
2569
|
-
display: block;
|
|
2570
|
-
}
|
|
2571
|
-
|
|
2572
|
-
// 点击屏幕播放/暂停
|
|
2573
|
-
.video-js.vjs-playing .vjs-tech {
|
|
2574
|
-
pointer-events: auto;
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
.vod-list {
|
|
2578
|
-
height: 100%;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
.show-list {
|
|
2582
|
-
height: 100%;
|
|
2583
|
-
display: flex;
|
|
2584
|
-
padding: 3px 0;
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
.vod-wrap {
|
|
2588
|
-
position: relative;
|
|
2589
|
-
display: inline-block;
|
|
2590
|
-
background-color: #fff;
|
|
2591
|
-
height: 100%;
|
|
2592
|
-
width: fit-content;
|
|
2593
|
-
margin-right: 5px;
|
|
2594
|
-
overflow: hidden;
|
|
2595
|
-
|
|
2596
|
-
.vod-def-bg {
|
|
2597
|
-
width: 100%;
|
|
2598
|
-
height: 100%;
|
|
2599
|
-
display: flex;
|
|
2600
|
-
justify-content: center;
|
|
2601
|
-
align-items: center;
|
|
2602
|
-
background-color: rgba(50, 50, 51, 0.3);
|
|
2603
|
-
|
|
2604
|
-
.vod-cover-img {
|
|
2605
|
-
height: 130px;
|
|
2606
|
-
width: 210px;
|
|
2607
|
-
object-fit: cover;
|
|
2608
|
-
}
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
.icon-wrap {
|
|
2612
|
-
position: absolute;
|
|
2613
|
-
top: 0;
|
|
2614
|
-
bottom: 0;
|
|
2615
|
-
left: 0;
|
|
2616
|
-
right: 0;
|
|
2617
|
-
z-index: 1;
|
|
2618
|
-
display: flex;
|
|
2619
|
-
justify-content: center;
|
|
2620
|
-
align-items: center;
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
.icon-play {
|
|
2624
|
-
color: #fff;
|
|
2625
|
-
opacity: 0.8;
|
|
2626
|
-
transform: scale3d(2, 2, 2);
|
|
2627
|
-
transition: all 0.25s ease-out;
|
|
2628
|
-
}
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
.player-wrap {
|
|
2632
|
-
padding: 100px 0;
|
|
2633
|
-
height: 100%;
|
|
2634
|
-
width: 100%;
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
|
-
.c-video-modal {
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
.c-playervod-wrap {
|
|
2641
|
-
&.vod-list {
|
|
2642
|
-
height: 100%;
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
.show-list {
|
|
2646
|
-
height: 100%;
|
|
2647
|
-
display: flex;
|
|
2648
|
-
padding: 3px 0;
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
.vod-wrap {
|
|
2652
|
-
position: relative;
|
|
2653
|
-
display: inline-block;
|
|
2654
|
-
background-color: #fff;
|
|
2655
|
-
height: 100%;
|
|
2656
|
-
width: fit-content;
|
|
2657
|
-
margin-right: 5px;
|
|
2658
|
-
overflow: hidden;
|
|
2659
|
-
|
|
2660
|
-
.vod-def-bg {
|
|
2661
|
-
width: 100%;
|
|
2662
|
-
height: 100%;
|
|
2663
|
-
display: flex;
|
|
2664
|
-
justify-content: center;
|
|
2665
|
-
align-items: center;
|
|
2666
|
-
background-color: rgba(50, 50, 51, 0.3);
|
|
2667
|
-
|
|
2668
|
-
.vod-cover-img {
|
|
2669
|
-
height: 130px;
|
|
2670
|
-
width: 210px;
|
|
2671
|
-
object-fit: cover;
|
|
2672
|
-
}
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
.icon-wrap {
|
|
2676
|
-
position: absolute;
|
|
2677
|
-
top: 0;
|
|
2678
|
-
bottom: 0;
|
|
2679
|
-
left: 0;
|
|
2680
|
-
right: 0;
|
|
2681
|
-
z-index: 1;
|
|
2682
|
-
display: flex;
|
|
2683
|
-
justify-content: center;
|
|
2684
|
-
align-items: center;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
.icon-play {
|
|
2688
|
-
color: #fff;
|
|
2689
|
-
opacity: 0.8;
|
|
2690
|
-
transform: scale3d(2, 2, 2);
|
|
2691
|
-
transition: all 0.25s ease-out;
|
|
2692
|
-
}
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
.player-wrap {
|
|
2696
|
-
padding: 100px 0;
|
|
2697
|
-
height: 100%;
|
|
2698
|
-
width: 100%;
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2703
|
-
.c-player-video-modal {
|
|
2704
|
-
.preview-wrap {
|
|
2705
|
-
height: 100%;
|
|
2706
|
-
width: 100%;
|
|
2707
|
-
display: flex;
|
|
2708
|
-
justify-content: center;
|
|
2709
|
-
align-items: center;
|
|
2710
|
-
|
|
2711
|
-
.preview {
|
|
2712
|
-
padding: 20px 0;
|
|
2713
|
-
width: 60vw;
|
|
2714
|
-
height: 100%;
|
|
2715
|
-
}
|
|
2716
|
-
}
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
|
-
|
|
2720
|
-
// 兼容style插件所创建的空样式
|
|
2721
|
-
.vxe-table--footer-wrapper.body--wrapper,
|
|
2722
|
-
.vxe-table--body-wrapper {
|
|
2723
|
-
&::-webkit-scrollbar {
|
|
2724
|
-
width: 10px;
|
|
2725
|
-
height: 10px;
|
|
2726
|
-
background-color: #f2f2f2;
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
2730
|
-
background-color: #b2b2b2;
|
|
2731
|
-
}
|
|
2732
|
-
}
|
|
2733
|
-
@border-width: 5px;
|
|
2734
|
-
.c-time-line {
|
|
2735
|
-
&.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle {
|
|
2736
|
-
width: 10px;
|
|
2737
|
-
height: 10px;
|
|
2738
|
-
border-left-width: @border-width;
|
|
2739
|
-
border-right-width: @border-width;
|
|
2740
|
-
border-top-width: @border-width;
|
|
2741
|
-
border-bottom-width: @border-width;
|
|
2742
|
-
margin-left: 2px;
|
|
2743
|
-
}
|
|
2744
|
-
.content {
|
|
2745
|
-
width: 245px;
|
|
2746
|
-
padding: 10px;
|
|
2747
|
-
box-sizing: border-box;
|
|
2748
|
-
border: 1px solid #D5D5D5;
|
|
2749
|
-
border-radius: 4px;
|
|
2750
|
-
background-color: #FAFAFA;
|
|
2751
|
-
color: #212121;
|
|
2752
|
-
font-size: 14px;
|
|
2753
|
-
margin-bottom: 10px;
|
|
2754
|
-
&-name {
|
|
2755
|
-
font-size: 16px;
|
|
2756
|
-
font-weight: 600;
|
|
2757
|
-
&+span {
|
|
2758
|
-
color: #666;
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2761
|
-
p {
|
|
2762
|
-
margin: 5px 0 0;
|
|
2763
|
-
line-height: 20px;
|
|
2764
|
-
text-align: left;
|
|
2765
|
-
}
|
|
2766
|
-
}
|
|
2767
|
-
}
|
|
2768
|
-
.clearfix:after {
|
|
2769
|
-
visibility: hidden;
|
|
2770
|
-
display: block;
|
|
2771
|
-
font-size: 0;
|
|
2772
|
-
content: " ";
|
|
2773
|
-
clear: both;
|
|
2774
|
-
height: 0;
|
|
2775
|
-
}
|
|
2776
|
-
.containers {
|
|
2777
|
-
position: absolute;
|
|
2778
|
-
background-color: #fff;
|
|
2779
|
-
overflow-y: auto;
|
|
2780
|
-
min-height: 300px;
|
|
2781
|
-
height: 100%;
|
|
2782
|
-
width: 100%;
|
|
2783
|
-
.canvas {
|
|
2784
|
-
width: 100%;
|
|
2785
|
-
height: 100%;
|
|
2786
|
-
}
|
|
2787
|
-
.bjs-powered-by {
|
|
2788
|
-
display: none !important;
|
|
2789
|
-
}
|
|
2790
|
-
.djs-element .djs-hit-all {
|
|
2791
|
-
cursor: pointer;
|
|
2792
|
-
}
|
|
2793
|
-
.djs-bpmn-shape-node {
|
|
2794
|
-
cursor: pointer;
|
|
2795
|
-
}
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2489
|
+
|
|
2490
|
+
.c-map {
|
|
2491
|
+
width: 100%;
|
|
2492
|
+
min-height: 500px;
|
|
2493
|
+
height: 100%;
|
|
2494
|
+
overflow: hidden;
|
|
2495
|
+
text-align: left;
|
|
2496
|
+
ul,li {
|
|
2497
|
+
list-style: none;
|
|
2498
|
+
margin: 0;
|
|
2499
|
+
padding: 0;
|
|
2500
|
+
}
|
|
2501
|
+
#map-core {
|
|
2502
|
+
width: 100%;
|
|
2503
|
+
height: 250px;
|
|
2504
|
+
}
|
|
2505
|
+
.search-container {
|
|
2506
|
+
margin-top: 20px;
|
|
2507
|
+
height: 40px;
|
|
2508
|
+
.map-input-search {
|
|
2509
|
+
display: flex;
|
|
2510
|
+
.n-input {
|
|
2511
|
+
height: 32px;
|
|
2512
|
+
line-height: 32px;
|
|
2513
|
+
border-top-right-radius: 0;
|
|
2514
|
+
border-bottom-right-radius: 0;
|
|
2515
|
+
}
|
|
2516
|
+
.input-addon {
|
|
2517
|
+
height: 32px;
|
|
2518
|
+
line-height: 32px;
|
|
2519
|
+
.n-button {
|
|
2520
|
+
height: 100%;
|
|
2521
|
+
padding: 0 16px;
|
|
2522
|
+
border-top-left-radius: 0;
|
|
2523
|
+
border-bottom-left-radius: 0;
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
.address-list {
|
|
2529
|
+
height: calc(100% - 75px);
|
|
2530
|
+
overflow-y: auto;
|
|
2531
|
+
.address-item {
|
|
2532
|
+
height: 60px;
|
|
2533
|
+
cursor: pointer;
|
|
2534
|
+
padding-top: 10px;
|
|
2535
|
+
.title {
|
|
2536
|
+
font-size: 16px;
|
|
2537
|
+
}
|
|
2538
|
+
span {
|
|
2539
|
+
font-size: 12px;
|
|
2540
|
+
color: #b9b9b9;
|
|
2541
|
+
}
|
|
2542
|
+
&:first-child {
|
|
2543
|
+
height: 57px;
|
|
2544
|
+
padding-top: 20px;
|
|
2545
|
+
line-height: 40px;
|
|
2546
|
+
}
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
}
|
|
2550
|
+
// 进度显示当前播放时间
|
|
2551
|
+
.video-js {
|
|
2552
|
+
.vjs-time-control {
|
|
2553
|
+
display: block;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
.vjs-current-time.vjs-time-control {
|
|
2557
|
+
display: block;
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
.vjs-duration.vjs-time-control {
|
|
2561
|
+
display: block;
|
|
2562
|
+
}
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
// .video-js
|
|
2566
|
+
// 暂停时显示播放按钮
|
|
2567
|
+
.vjs-paused .vjs-big-play-button,
|
|
2568
|
+
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
|
2569
|
+
display: block;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
// 点击屏幕播放/暂停
|
|
2573
|
+
.video-js.vjs-playing .vjs-tech {
|
|
2574
|
+
pointer-events: auto;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
.vod-list {
|
|
2578
|
+
height: 100%;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
.show-list {
|
|
2582
|
+
height: 100%;
|
|
2583
|
+
display: flex;
|
|
2584
|
+
padding: 3px 0;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.vod-wrap {
|
|
2588
|
+
position: relative;
|
|
2589
|
+
display: inline-block;
|
|
2590
|
+
background-color: #fff;
|
|
2591
|
+
height: 100%;
|
|
2592
|
+
width: fit-content;
|
|
2593
|
+
margin-right: 5px;
|
|
2594
|
+
overflow: hidden;
|
|
2595
|
+
|
|
2596
|
+
.vod-def-bg {
|
|
2597
|
+
width: 100%;
|
|
2598
|
+
height: 100%;
|
|
2599
|
+
display: flex;
|
|
2600
|
+
justify-content: center;
|
|
2601
|
+
align-items: center;
|
|
2602
|
+
background-color: rgba(50, 50, 51, 0.3);
|
|
2603
|
+
|
|
2604
|
+
.vod-cover-img {
|
|
2605
|
+
height: 130px;
|
|
2606
|
+
width: 210px;
|
|
2607
|
+
object-fit: cover;
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
.icon-wrap {
|
|
2612
|
+
position: absolute;
|
|
2613
|
+
top: 0;
|
|
2614
|
+
bottom: 0;
|
|
2615
|
+
left: 0;
|
|
2616
|
+
right: 0;
|
|
2617
|
+
z-index: 1;
|
|
2618
|
+
display: flex;
|
|
2619
|
+
justify-content: center;
|
|
2620
|
+
align-items: center;
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
.icon-play {
|
|
2624
|
+
color: #fff;
|
|
2625
|
+
opacity: 0.8;
|
|
2626
|
+
transform: scale3d(2, 2, 2);
|
|
2627
|
+
transition: all 0.25s ease-out;
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
.player-wrap {
|
|
2632
|
+
padding: 100px 0;
|
|
2633
|
+
height: 100%;
|
|
2634
|
+
width: 100%;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
.c-video-modal {
|
|
2638
|
+
|
|
2639
|
+
|
|
2640
|
+
.c-playervod-wrap {
|
|
2641
|
+
&.vod-list {
|
|
2642
|
+
height: 100%;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.show-list {
|
|
2646
|
+
height: 100%;
|
|
2647
|
+
display: flex;
|
|
2648
|
+
padding: 3px 0;
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
.vod-wrap {
|
|
2652
|
+
position: relative;
|
|
2653
|
+
display: inline-block;
|
|
2654
|
+
background-color: #fff;
|
|
2655
|
+
height: 100%;
|
|
2656
|
+
width: fit-content;
|
|
2657
|
+
margin-right: 5px;
|
|
2658
|
+
overflow: hidden;
|
|
2659
|
+
|
|
2660
|
+
.vod-def-bg {
|
|
2661
|
+
width: 100%;
|
|
2662
|
+
height: 100%;
|
|
2663
|
+
display: flex;
|
|
2664
|
+
justify-content: center;
|
|
2665
|
+
align-items: center;
|
|
2666
|
+
background-color: rgba(50, 50, 51, 0.3);
|
|
2667
|
+
|
|
2668
|
+
.vod-cover-img {
|
|
2669
|
+
height: 130px;
|
|
2670
|
+
width: 210px;
|
|
2671
|
+
object-fit: cover;
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
.icon-wrap {
|
|
2676
|
+
position: absolute;
|
|
2677
|
+
top: 0;
|
|
2678
|
+
bottom: 0;
|
|
2679
|
+
left: 0;
|
|
2680
|
+
right: 0;
|
|
2681
|
+
z-index: 1;
|
|
2682
|
+
display: flex;
|
|
2683
|
+
justify-content: center;
|
|
2684
|
+
align-items: center;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
.icon-play {
|
|
2688
|
+
color: #fff;
|
|
2689
|
+
opacity: 0.8;
|
|
2690
|
+
transform: scale3d(2, 2, 2);
|
|
2691
|
+
transition: all 0.25s ease-out;
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
.player-wrap {
|
|
2696
|
+
padding: 100px 0;
|
|
2697
|
+
height: 100%;
|
|
2698
|
+
width: 100%;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
.c-player-video-modal {
|
|
2704
|
+
.preview-wrap {
|
|
2705
|
+
height: 100%;
|
|
2706
|
+
width: 100%;
|
|
2707
|
+
display: flex;
|
|
2708
|
+
justify-content: center;
|
|
2709
|
+
align-items: center;
|
|
2710
|
+
|
|
2711
|
+
.preview {
|
|
2712
|
+
padding: 20px 0;
|
|
2713
|
+
width: 60vw;
|
|
2714
|
+
height: 100%;
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
// 兼容style插件所创建的空样式
|
|
2721
|
+
.vxe-table--footer-wrapper.body--wrapper,
|
|
2722
|
+
.vxe-table--body-wrapper {
|
|
2723
|
+
&::-webkit-scrollbar {
|
|
2724
|
+
width: 10px;
|
|
2725
|
+
height: 10px;
|
|
2726
|
+
background-color: #f2f2f2;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
2730
|
+
background-color: #b2b2b2;
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
@border-width: 5px;
|
|
2734
|
+
.c-time-line {
|
|
2735
|
+
&.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle {
|
|
2736
|
+
width: 10px;
|
|
2737
|
+
height: 10px;
|
|
2738
|
+
border-left-width: @border-width;
|
|
2739
|
+
border-right-width: @border-width;
|
|
2740
|
+
border-top-width: @border-width;
|
|
2741
|
+
border-bottom-width: @border-width;
|
|
2742
|
+
margin-left: 2px;
|
|
2743
|
+
}
|
|
2744
|
+
.content {
|
|
2745
|
+
width: 245px;
|
|
2746
|
+
padding: 10px;
|
|
2747
|
+
box-sizing: border-box;
|
|
2748
|
+
border: 1px solid #D5D5D5;
|
|
2749
|
+
border-radius: 4px;
|
|
2750
|
+
background-color: #FAFAFA;
|
|
2751
|
+
color: #212121;
|
|
2752
|
+
font-size: 14px;
|
|
2753
|
+
margin-bottom: 10px;
|
|
2754
|
+
&-name {
|
|
2755
|
+
font-size: 16px;
|
|
2756
|
+
font-weight: 600;
|
|
2757
|
+
&+span {
|
|
2758
|
+
color: #666;
|
|
2759
|
+
}
|
|
2760
|
+
}
|
|
2761
|
+
p {
|
|
2762
|
+
margin: 5px 0 0;
|
|
2763
|
+
line-height: 20px;
|
|
2764
|
+
text-align: left;
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2768
|
+
.clearfix:after {
|
|
2769
|
+
visibility: hidden;
|
|
2770
|
+
display: block;
|
|
2771
|
+
font-size: 0;
|
|
2772
|
+
content: " ";
|
|
2773
|
+
clear: both;
|
|
2774
|
+
height: 0;
|
|
2775
|
+
}
|
|
2776
|
+
.containers {
|
|
2777
|
+
position: absolute;
|
|
2778
|
+
background-color: #fff;
|
|
2779
|
+
overflow-y: auto;
|
|
2780
|
+
min-height: 300px;
|
|
2781
|
+
height: 100%;
|
|
2782
|
+
width: 100%;
|
|
2783
|
+
.canvas {
|
|
2784
|
+
width: 100%;
|
|
2785
|
+
height: 100%;
|
|
2786
|
+
}
|
|
2787
|
+
.bjs-powered-by {
|
|
2788
|
+
display: none !important;
|
|
2789
|
+
}
|
|
2790
|
+
.djs-element .djs-hit-all {
|
|
2791
|
+
cursor: pointer;
|
|
2792
|
+
}
|
|
2793
|
+
.djs-bpmn-shape-node {
|
|
2794
|
+
cursor: pointer;
|
|
2795
|
+
}
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
2798
|
.c-info-header {
|
|
2799
|
-
@font-face {
|
|
2800
|
-
font-family: "iconfont"; /* Project id 3468756 */
|
|
2801
|
-
src: url('./iconfont.ttf?t=1655348824139') format('truetype');
|
|
2802
|
-
}
|
|
2803
|
-
|
|
2804
|
-
.iconfont {
|
|
2805
|
-
font-family: "iconfont" !important;
|
|
2806
|
-
font-size: 16px;
|
|
2807
|
-
font-style: normal;
|
|
2808
|
-
-webkit-font-smoothing: antialiased;
|
|
2809
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
.icon-double_up:before {
|
|
2813
|
-
content: "\e8c3";
|
|
2814
|
-
}
|
|
2815
|
-
|
|
2816
|
-
.icon-guanbi-yanjing:before {
|
|
2817
|
-
content: "\e6e3";
|
|
2818
|
-
}
|
|
2819
|
-
|
|
2820
|
-
.icon-faxian-yanjing:before {
|
|
2821
|
-
content: "\e6de";
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
.icon-bianji:before {
|
|
2825
|
-
content: "\e600";
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
.icon-setting:before {
|
|
2829
|
-
content: "\e785";
|
|
2830
|
-
}
|
|
2831
|
-
|
|
2832
|
-
.icon-double_down:before {
|
|
2833
|
-
content: "\e8c2";
|
|
2834
|
-
}
|
|
2799
|
+
@font-face {
|
|
2800
|
+
font-family: "iconfont"; /* Project id 3468756 */
|
|
2801
|
+
src: url('./iconfont.ttf?t=1655348824139') format('truetype');
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
.iconfont {
|
|
2805
|
+
font-family: "iconfont" !important;
|
|
2806
|
+
font-size: 16px;
|
|
2807
|
+
font-style: normal;
|
|
2808
|
+
-webkit-font-smoothing: antialiased;
|
|
2809
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
.icon-double_up:before {
|
|
2813
|
+
content: "\e8c3";
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2816
|
+
.icon-guanbi-yanjing:before {
|
|
2817
|
+
content: "\e6e3";
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
.icon-faxian-yanjing:before {
|
|
2821
|
+
content: "\e6de";
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
.icon-bianji:before {
|
|
2825
|
+
content: "\e600";
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.icon-setting:before {
|
|
2829
|
+
content: "\e785";
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
.icon-double_down:before {
|
|
2833
|
+
content: "\e8c2";
|
|
2834
|
+
}
|
|
2835
2835
|
|
|
2836
2836
|
|
|
2837
2837
|
display: flex;
|
|
@@ -2944,7 +2944,7 @@ body {
|
|
|
2944
2944
|
}
|
|
2945
2945
|
}
|
|
2946
2946
|
}
|
|
2947
|
-
|
|
2947
|
+
|
|
2948
2948
|
@block: ~"form-render";
|
|
2949
2949
|
|
|
2950
2950
|
#form-grid() {
|
|
@@ -3074,4 +3074,4 @@ body {
|
|
|
3074
3074
|
}
|
|
3075
3075
|
}
|
|
3076
3076
|
}
|
|
3077
|
-
|
|
3077
|
+
|