agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp30
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/dist/index.full.min.js +16659 -0
- package/dist/style.css +3104 -0
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +17 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
- package/es/chat-embed/src/chat-embed-message.mjs +22 -0
- package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
- package/es/chat-embed/src/chat-sender.vue2.mjs +158 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +58 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +117 -0
- package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
- package/es/chat-embed/src/header.vue.mjs +7 -0
- package/es/chat-embed/src/header.vue2.mjs +46 -0
- package/es/chat-embed/src/index.vue.mjs +7 -0
- package/es/chat-embed/src/index.vue2.mjs +307 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.mjs +11 -0
- package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
- package/es/chat-embed/src/util/history-message-util.mjs +96 -0
- package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
- package/es/chat-embed/src/voice/index.mjs +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +105 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/date-picker-range/index.vue2.mjs +93 -0
- package/es/department-tree/index.mjs +7 -0
- package/es/department-tree/src/department-tree.vue.mjs +23 -0
- package/es/department-tree-inline/index.mjs +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
- package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
- package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
- package/es/department-tree-mobile/index.mjs +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +16 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-service.mjs +57 -0
- package/es/department-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/department-user-tree/index.mjs +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
- package/es/department-user-tree-inline/index.mjs +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-mobile/index.mjs +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +16 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/directives/prevent-reclick.mjs +15 -0
- package/es/dynamic-source-select/index.mjs +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +128 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
- package/es/hamburger/index.mjs +7 -0
- package/es/hamburger/src/hamburger.vue.mjs +15 -0
- package/es/index.mjs +388 -0
- package/es/json-view/json-view-dialog.vue.mjs +19 -0
- package/es/json-view/json-view-dialog.vue2.mjs +4 -0
- package/es/json-view/json-view.vue.mjs +4 -0
- package/es/json-view/json-view.vue2.mjs +36 -0
- package/es/multipart-upload/index.mjs +7 -0
- package/es/multipart-upload/src/index.vue.mjs +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
- package/es/organization-input/index.mjs +7 -0
- package/es/organization-input/src/organization-input.vue.mjs +224 -0
- package/es/plugins/export-data-new.mjs +237 -0
- package/es/plugins/export-data.mjs +179 -0
- package/es/plugins/index.mjs +9 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user.vue.mjs +35 -0
- package/es/remove-workgroup/index.mjs +7 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +115 -0
- package/es/rich-editor/viewer.vue.mjs +27 -0
- package/es/row-form/index.mjs +7 -0
- package/es/row-form/index.vue.mjs +7 -0
- package/es/row-form/index.vue2.mjs +62 -0
- package/es/row-form/operation.vue.mjs +32 -0
- package/es/row-form/operation.vue2.mjs +4 -0
- package/es/scan-code-input/index.mjs +7 -0
- package/es/scan-code-input/src/events.mjs +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
- package/es/scan-code-input-browser/index.mjs +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +57 -0
- package/es/src/api/tab.mjs +15 -0
- package/es/src/components/Affix/index.vue.mjs +7 -0
- package/es/src/components/Affix/index.vue2.mjs +83 -0
- package/es/src/components/Card/index.mjs +51 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/i18n/langs/cn.mjs +4 -0
- package/es/src/i18n/langs/en.mjs +4 -0
- package/es/src/permission.mjs +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/index.mjs +13 -0
- package/es/src/store/modules/permission.mjs +31 -0
- package/es/src/store/modules/system.mjs +12 -0
- package/es/src/store/modules/tab-content.mjs +20 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-util.mjs +56 -0
- package/es/src/utils/chat-ai-util.mjs +34 -0
- package/es/src/utils/common-util.mjs +448 -0
- package/es/src/utils/insert_css.mjs +17 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/menu.mjs +14 -0
- package/es/src/utils/permission.mjs +45 -0
- package/es/src/utils/permissionAuth.mjs +154 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark.mjs +40 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
- package/es/src/views/layout/Layout.vue.mjs +28 -0
- package/es/src/views/layout/NewLayout.vue.mjs +11 -0
- package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
- package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
- package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
- package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/super-icon/index.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
- package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/style.css +3103 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +487 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +168 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +109 -0
- package/es/super-grid/src/group-column.vue.mjs +24 -0
- package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
- package/es/super-grid/src/index-column.vue.mjs +22 -0
- package/es/super-grid/src/normal-column-content.vue.mjs +322 -0
- package/es/super-grid/src/normal-column.vue.mjs +105 -0
- package/es/super-grid/src/row-detail.vue.mjs +14 -0
- package/es/super-grid/src/row-operation.vue.mjs +89 -0
- package/es/super-grid/src/scan-util.mjs +100 -0
- package/es/super-grid/src/search-button.vue.mjs +25 -0
- package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
- package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
- package/es/super-grid/src/search-form-dialog.vue.mjs +27 -0
- package/es/super-grid/src/search-form-item.vue.mjs +128 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-number.vue.mjs +25 -0
- package/es/super-grid/src/search-form-open.vue.mjs +52 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +41 -0
- package/es/super-grid/src/search-form.vue.mjs +207 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/super-grid-service.mjs +260 -0
- package/es/super-grid/src/super-grid.vue.mjs +1114 -0
- package/es/super-grid/src/utils.mjs +401 -0
- package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
- package/es/super-icon/index.mjs +7 -0
- package/es/super-icon/src/index.vue.mjs +7 -0
- package/es/super-icon/src/index.vue2.mjs +13 -0
- package/es/super-nine-grid/index.mjs +7 -0
- package/es/super-nine-grid/src/apis.mjs +36 -0
- package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
- package/es/super-nine-grid/src/search-form-number.vue.mjs +12 -0
- package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
- package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
- package/es/super-nine-grid/src/utils.mjs +32 -0
- package/es/svg-icon/index.mjs +7 -0
- package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/organization.mjs +70 -0
- package/es/utils/utils.mjs +87 -0
- package/es/utils/value-set.mjs +94 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/workflow-button/index.mjs +7 -0
- package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
- package/es/workflow-history-list/index.mjs +7 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
- package/es/workgroup-tree/index.mjs +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
- package/es/workgroup-tree-inline/index.mjs +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +16 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree/index.mjs +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
- package/es/workgroup-user-tree-inline/index.mjs +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +16 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/year-range-picker/index.mjs +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
- package/lib/IntervalSelection/index.cjs +5 -0
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
- package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
- package/lib/_virtual/__vite-browser-external.cjs +2 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
- package/lib/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
- package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
- package/lib/chat-embed/index.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue2.cjs +15 -0
- package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
- package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-sender.vue2.cjs +145 -0
- package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +107 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
- package/lib/chat-embed/src/header.vue.cjs +5 -0
- package/lib/chat-embed/src/header.vue2.cjs +39 -0
- package/lib/chat-embed/src/header.vue3.cjs +2 -0
- package/lib/chat-embed/src/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/index.vue3.cjs +2 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
- package/lib/chat-embed/src/recommendation-message.vue2.cjs +8 -0
- package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
- package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
- package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
- package/lib/chat-embed/src/type.cjs +3 -0
- package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
- package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -0
- package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
- package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
- package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
- package/lib/chat-embed/src/voice/voice.vue.cjs +96 -0
- package/lib/date-picker-range/index.cjs +5 -0
- package/lib/date-picker-range/index.vue.cjs +5 -0
- package/lib/date-picker-range/index.vue2.cjs +89 -0
- package/lib/date-picker-range/index.vue3.cjs +2 -0
- package/lib/department-tree/index.cjs +5 -0
- package/lib/department-tree/src/department-tree.vue.cjs +17 -0
- package/lib/department-tree-inline/index.cjs +5 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
- package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
- package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
- package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-tree-mobile/index.cjs +5 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-service.cjs +47 -0
- package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/department-user-tree/index.cjs +5 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
- package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
- package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
- package/lib/department-user-tree-inline/index.cjs +5 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
- package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
- package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
- package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/index.cjs +5 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/directives/prevent-reclick.cjs +14 -0
- package/lib/dynamic-source-select/index.cjs +5 -0
- package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
- package/lib/dynamic-source-select/src/events.cjs +28 -0
- package/lib/empty-state/index.vue.cjs +6 -0
- package/lib/empty-state/index.vue2.cjs +3 -0
- package/lib/fs-preview/index.cjs +5 -0
- package/lib/fs-preview/src/fs-preview.vue.cjs +119 -0
- package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
- package/lib/fs-upload/index.cjs +5 -0
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
- package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
- package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
- package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
- package/lib/fs-upload-list/index.cjs +5 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
- package/lib/fs-upload-new/index.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
- package/lib/hamburger/index.cjs +5 -0
- package/lib/hamburger/src/hamburger.vue.cjs +11 -0
- package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
- package/lib/index.cjs +41 -0
- package/lib/json-view/json-view-dialog.vue.cjs +16 -0
- package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
- package/lib/json-view/json-view.vue.cjs +3 -0
- package/lib/json-view/json-view.vue2.cjs +32 -0
- package/lib/multipart-upload/index.cjs +5 -0
- package/lib/multipart-upload/src/index.vue.cjs +10 -0
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
- package/lib/organization-input/index.cjs +5 -0
- package/lib/organization-input/src/organization-input.vue.cjs +218 -0
- package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
- package/lib/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/plugins/public-method.cjs +13 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-department/src/remove-dept-service.cjs +12 -0
- package/lib/remove-user/index.cjs +5 -0
- package/lib/remove-user/src/remove-user-service.cjs +12 -0
- package/lib/remove-user/src/remove-user.vue.cjs +29 -0
- package/lib/remove-workgroup/index.cjs +5 -0
- package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
- package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
- package/lib/rich-editor/index.cjs +5 -0
- package/lib/rich-editor/index.vue.cjs +67 -0
- package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
- package/lib/rich-editor/viewer.vue.cjs +24 -0
- package/lib/row-form/index.cjs +5 -0
- package/lib/row-form/index.vue.cjs +5 -0
- package/lib/row-form/index.vue2.cjs +56 -0
- package/lib/row-form/index.vue3.cjs +2 -0
- package/lib/row-form/operation.vue.cjs +28 -0
- package/lib/row-form/operation.vue2.cjs +3 -0
- package/lib/scan-code-input/index.cjs +5 -0
- package/lib/scan-code-input/src/events.cjs +13 -0
- package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
- package/lib/scan-code-input-browser/index.cjs +5 -0
- package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
- package/lib/secret-info/index.cjs +5 -0
- package/lib/secret-info/index.vue.cjs +13 -0
- package/lib/src/api/sso-service.cjs +55 -0
- package/lib/src/api/tab.cjs +14 -0
- package/lib/src/assets/401/401.gif.cjs +2 -0
- package/lib/src/assets/404/404-cloud.png.cjs +2 -0
- package/lib/src/assets/404/404.png.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
- package/lib/src/assets/nonemessage.png.cjs +2 -0
- package/lib/src/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Affix/index.vue2.cjs +81 -0
- package/lib/src/components/Affix/index.vue3.cjs +2 -0
- package/lib/src/components/Card/index.cjs +46 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
- package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
- package/lib/src/directives/permission/index.cjs +5 -0
- package/lib/src/directives/permission/permission.cjs +9 -0
- package/lib/src/i18n/i18n.cjs +3 -0
- package/lib/src/i18n/langs/cn.cjs +2 -0
- package/lib/src/i18n/langs/en.cjs +2 -0
- package/lib/src/mixins/resizeMixin.cjs +20 -0
- package/lib/src/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/getters.cjs +2 -0
- package/lib/src/store/index.cjs +16 -0
- package/lib/src/store/modules/app.cjs +40 -0
- package/lib/src/store/modules/chat-ai-store.cjs +33 -0
- package/lib/src/store/modules/permission.cjs +30 -0
- package/lib/src/store/modules/system.cjs +10 -0
- package/lib/src/store/modules/tab-content.cjs +18 -0
- package/lib/src/store/modules/table.cjs +17 -0
- package/lib/src/store/modules/user.cjs +133 -0
- package/lib/src/utils/auth-api.cjs +132 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
- package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/chat-ai-util.cjs +26 -0
- package/lib/src/utils/common-util.cjs +362 -0
- package/lib/src/utils/eventBus.cjs +3 -0
- package/lib/src/utils/file-util.cjs +22 -0
- package/lib/src/utils/global-prop.cjs +22 -0
- package/lib/src/utils/guid.cjs +7 -0
- package/lib/src/utils/i18n-util.cjs +62 -0
- package/lib/src/utils/iconUtils.cjs +19 -0
- package/lib/src/utils/index.cjs +32 -0
- package/lib/src/utils/insert_css.cjs +18 -0
- package/lib/src/utils/json-util.cjs +45 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -0
- package/lib/src/utils/local-storage.cjs +18 -0
- package/lib/src/utils/menu.cjs +13 -0
- package/lib/src/utils/permission.cjs +41 -0
- package/lib/src/utils/permissionAuth.cjs +120 -0
- package/lib/src/utils/range-selector.cjs +101 -0
- package/lib/src/utils/request.cjs +131 -0
- package/lib/src/utils/resize.cjs +11 -0
- package/lib/src/utils/restful-interface-utils.cjs +15 -0
- package/lib/src/utils/util.cjs +341 -0
- package/lib/src/utils/validate.cjs +12 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -0
- package/lib/src/utils/watermark-cache.cjs +10 -0
- package/lib/src/utils/watermark.cjs +33 -0
- package/lib/src/utils/workflow-util.cjs +41 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/401.vue2.cjs +2 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -0
- package/lib/src/views/error-page/404.vue2.cjs +2 -0
- package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
- package/lib/src/views/layout/Layout.vue.cjs +21 -0
- package/lib/src/views/layout/Layout.vue2.cjs +2 -0
- package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
- package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
- package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
- package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
- package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
- package/lib/src/views/login/authredirect.vue.cjs +6 -0
- package/lib/src/views/redirect/index.vue.cjs +17 -0
- package/lib/src/views/super-icon/index.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
- package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
- package/lib/style.css +1234 -1208
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +477 -0
- package/lib/super-grid/src/columns-config.vue.cjs +76 -0
- package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
- package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
- package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
- package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
- package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
- package/lib/super-grid/src/custom-formatter.cjs +163 -0
- package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
- package/lib/super-grid/src/eventBus.cjs +3 -0
- package/lib/super-grid/src/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
- package/lib/super-grid/src/formatter.cjs +69 -0
- package/lib/super-grid/src/group-column.vue.cjs +19 -0
- package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
- package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
- package/lib/super-grid/src/index-column.vue.cjs +19 -0
- package/lib/super-grid/src/normal-column-content.vue.cjs +303 -0
- package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
- package/lib/super-grid/src/normal-column.vue.cjs +90 -0
- package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
- package/lib/super-grid/src/public-methods.cjs +20 -0
- package/lib/super-grid/src/row-detail.vue.cjs +11 -0
- package/lib/super-grid/src/row-operation.vue.cjs +82 -0
- package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
- package/lib/super-grid/src/scan-util.cjs +98 -0
- package/lib/super-grid/src/search-button.vue.cjs +20 -0
- package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
- package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-dialog.vue.cjs +23 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
- package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
- package/lib/super-grid/src/search-form-open.vue.cjs +46 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +33 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form.vue.cjs +194 -0
- package/lib/super-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-grid/src/search-methods.cjs +163 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -0
- package/lib/super-grid/src/store.cjs +3 -0
- package/lib/super-grid/src/super-grid-service.cjs +253 -0
- package/lib/super-grid/src/super-grid.vue.cjs +1083 -0
- package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
- package/lib/super-grid/src/utils.cjs +373 -0
- package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
- package/lib/super-icon/index.cjs +5 -0
- package/lib/super-icon/src/index.vue.cjs +5 -0
- package/lib/super-icon/src/index.vue2.cjs +10 -0
- package/lib/super-icon/src/index.vue3.cjs +2 -0
- package/lib/super-nine-grid/index.cjs +5 -0
- package/lib/super-nine-grid/src/apis.cjs +33 -0
- package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
- package/lib/super-nine-grid/src/formatter.cjs +36 -0
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
- package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
- package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/search-methods.cjs +47 -0
- package/lib/super-nine-grid/src/store.cjs +3 -0
- package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/utils.cjs +36 -0
- package/lib/svg-icon/index.cjs +5 -0
- package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
- package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
- package/lib/utils/gogocodeTransfer.cjs +28 -0
- package/lib/utils/memory-cache-utils.cjs +28 -0
- package/lib/utils/organization.cjs +55 -0
- package/lib/utils/utils.cjs +85 -0
- package/lib/utils/value-set.cjs +92 -0
- package/lib/valid-code/index.cjs +5 -0
- package/lib/valid-code/src/valid-code.vue.cjs +20 -0
- package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
- package/lib/workflow-button/index.cjs +5 -0
- package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
- package/lib/workflow-history-list/index.cjs +5 -0
- package/lib/workflow-history-list/src/api.cjs +5 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
- package/lib/workgroup-tree/index.cjs +5 -0
- package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
- package/lib/workgroup-tree-inline/index.cjs +5 -0
- package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
- package/lib/workgroup-tree-mobile/index.cjs +5 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +13 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
- package/lib/workgroup-user-tree/index.cjs +5 -0
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
- package/lib/workgroup-user-tree-inline/index.cjs +5 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
- package/lib/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +9 -7
- package/src/components/Card/index.jsx +12 -2
- package/src/components/Scrollbar/index.vue +165 -154
- package/src/i18n/langs/cn.js +10 -2
- package/src/i18n/langs/en.js +10 -2
- package/src/styles/index.scss +9 -2
- package/src/styles/theme/default.scss +18 -13
- package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
- package/src/utils/auth-api.js +1 -0
- package/src/utils/common-util.js +13 -0
- package/src/utils/watermark.js +1 -1
- package/src/views/layout/components/Menubar/Item.vue +1 -1
- package/src/views/svg-icon/src/svg-icon.vue +5 -8
- package/vite.config.js +31 -71
- package/lib/IntervalSelection/index.js +0 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/lib/breadcrumb/index.js +0 -7
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/lib/chat-embed/index.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +0 -14
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
- package/lib/chat-embed/src/chat-embed-message.js +0 -22
- package/lib/chat-embed/src/chat-sender.vue.js +0 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -157
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/lib/chat-embed/src/header.vue.js +0 -7
- package/lib/chat-embed/src/header.vue2.js +0 -46
- package/lib/chat-embed/src/index.vue.js +0 -7
- package/lib/chat-embed/src/index.vue2.js +0 -303
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +0 -8
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/lib/chat-embed/src/util/history-message-util.js +0 -96
- package/lib/chat-embed/src/util/mcp-utils.js +0 -53
- package/lib/chat-embed/src/voice/index.js +0 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/lib/chat-embed/src/voice/voice.vue.js +0 -103
- package/lib/date-picker-range/index.js +0 -7
- package/lib/date-picker-range/index.vue.js +0 -7
- package/lib/date-picker-range/index.vue2.js +0 -93
- package/lib/department-tree/index.js +0 -7
- package/lib/department-tree/src/department-tree.vue.js +0 -23
- package/lib/department-tree-inline/index.js +0 -7
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/lib/department-tree-inline/src/department-tree-service.js +0 -108
- package/lib/department-tree-inline/src/search-result.vue.js +0 -39
- package/lib/department-tree-mobile/index.js +0 -8
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +0 -55
- package/lib/department-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/department-user-tree/index.js +0 -7
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/lib/department-user-tree-inline/index.js +0 -7
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/lib/department-user-tree-mobile/index.js +0 -8
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/directives/prevent-reclick.js +0 -15
- package/lib/dynamic-source-select/index.js +0 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -275
- package/lib/empty-state/index.vue.js +0 -9
- package/lib/empty-state/index.vue2.js +0 -4
- package/lib/fs-preview/index.js +0 -7
- package/lib/fs-preview/src/fs-preview.vue.js +0 -120
- package/lib/fs-upload/index.js +0 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/lib/fs-upload/src/fs-upload.vue.js +0 -24
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
- package/lib/fs-upload-list/index.js +0 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -97
- package/lib/fs-upload-new/index.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -65
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/lib/hamburger/index.js +0 -7
- package/lib/hamburger/src/hamburger.vue.js +0 -15
- package/lib/index.js +0 -380
- package/lib/json-view/json-view-dialog.vue.js +0 -19
- package/lib/json-view/json-view-dialog.vue2.js +0 -4
- package/lib/json-view/json-view.vue.js +0 -4
- package/lib/json-view/json-view.vue2.js +0 -36
- package/lib/multipart-upload/index.js +0 -7
- package/lib/multipart-upload/src/index.vue.js +0 -13
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -101
- package/lib/organization-input/index.js +0 -7
- package/lib/organization-input/src/organization-input.vue.js +0 -224
- package/lib/plugins/export-data-new.js +0 -237
- package/lib/plugins/export-data.js +0 -179
- package/lib/plugins/index.js +0 -9
- package/lib/remove-department/index.js +0 -7
- package/lib/remove-department/src/remove-department.vue.js +0 -33
- package/lib/remove-user/index.js +0 -7
- package/lib/remove-user/src/remove-user.vue.js +0 -35
- package/lib/remove-workgroup/index.js +0 -7
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/lib/rich-editor/index.js +0 -7
- package/lib/rich-editor/index.vue.js +0 -115
- package/lib/rich-editor/viewer.vue.js +0 -27
- package/lib/row-form/index.js +0 -7
- package/lib/row-form/index.vue.js +0 -7
- package/lib/row-form/index.vue2.js +0 -62
- package/lib/row-form/operation.vue.js +0 -32
- package/lib/row-form/operation.vue2.js +0 -4
- package/lib/scan-code-input/index.js +0 -7
- package/lib/scan-code-input/src/events.js +0 -15
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/lib/scan-code-input-browser/index.js +0 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/lib/secret-info/index.js +0 -7
- package/lib/secret-info/index.vue.js +0 -16
- package/lib/src/api/sso-service.js +0 -57
- package/lib/src/api/tab.js +0 -15
- package/lib/src/components/Affix/index.vue.js +0 -7
- package/lib/src/components/Affix/index.vue2.js +0 -81
- package/lib/src/components/Card/index.js +0 -48
- package/lib/src/components/Scrollbar/index.vue.js +0 -51
- package/lib/src/directives/permission/index.js +0 -7
- package/lib/src/directives/permission/permission.js +0 -11
- package/lib/src/i18n/i18n.js +0 -7
- package/lib/src/i18n/langs/cn.js +0 -4
- package/lib/src/i18n/langs/en.js +0 -4
- package/lib/src/permission.js +0 -78
- package/lib/src/router/index.js +0 -9
- package/lib/src/store/index.js +0 -13
- package/lib/src/store/modules/permission.js +0 -31
- package/lib/src/store/modules/system.js +0 -12
- package/lib/src/store/modules/tab-content.js +0 -20
- package/lib/src/store/modules/user.js +0 -139
- package/lib/src/utils/auth.js +0 -156
- package/lib/src/utils/calculator/calculator-util.js +0 -54
- package/lib/src/utils/chat-ai-util.js +0 -30
- package/lib/src/utils/common-util.js +0 -438
- package/lib/src/utils/insert_css.js +0 -16
- package/lib/src/utils/jump-page-utils.js +0 -264
- package/lib/src/utils/menu.js +0 -14
- package/lib/src/utils/permission.js +0 -45
- package/lib/src/utils/permissionAuth.js +0 -153
- package/lib/src/utils/range-selector.js +0 -105
- package/lib/src/utils/request.js +0 -140
- package/lib/src/utils/util.js +0 -361
- package/lib/src/utils/voice-setting-cache.js +0 -211
- package/lib/src/utils/watermark.js +0 -40
- package/lib/src/utils/workflow-util.js +0 -42
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -63
- package/lib/src/views/error-page/401.vue.js +0 -15
- package/lib/src/views/error-page/404.vue.js +0 -12
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
- package/lib/src/views/layout/Layout.vue.js +0 -28
- package/lib/src/views/layout/NewLayout.vue.js +0 -11
- package/lib/src/views/layout/components/AppMain.vue.js +0 -13
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -48
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -62
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/lib/src/views/layout/tab-content-index.vue.js +0 -28
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/lib/super-grid/index.js +0 -7
- package/lib/super-grid/src/apis.js +0 -458
- package/lib/super-grid/src/columns-config.vue.js +0 -81
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/lib/super-grid/src/components/mobile-table-card.js +0 -109
- package/lib/super-grid/src/components/select-input.vue.js +0 -148
- package/lib/super-grid/src/components/select-input.vue2.js +0 -4
- package/lib/super-grid/src/custom-formatter.js +0 -167
- package/lib/super-grid/src/dynamic-input.vue.js +0 -481
- package/lib/super-grid/src/events.js +0 -37
- package/lib/super-grid/src/formValidatorUtil.js +0 -109
- package/lib/super-grid/src/group-column.vue.js +0 -24
- package/lib/super-grid/src/header-context-menu.vue.js +0 -14
- package/lib/super-grid/src/index-column.vue.js +0 -22
- package/lib/super-grid/src/normal-column-content.vue.js +0 -318
- package/lib/super-grid/src/normal-column.vue.js +0 -106
- package/lib/super-grid/src/row-detail.vue.js +0 -14
- package/lib/super-grid/src/row-operation.vue.js +0 -89
- package/lib/super-grid/src/scan-util.js +0 -100
- package/lib/super-grid/src/search-button.vue.js +0 -23
- package/lib/super-grid/src/search-condition-input.vue.js +0 -17
- package/lib/super-grid/src/search-condition-list.vue.js +0 -20
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
- package/lib/super-grid/src/search-form-item.vue.js +0 -128
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
- package/lib/super-grid/src/search-form-number.vue.js +0 -26
- package/lib/super-grid/src/search-form-open.vue.js +0 -50
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/lib/super-grid/src/search-form.vue.js +0 -201
- package/lib/super-grid/src/selection-column.vue.js +0 -11
- package/lib/super-grid/src/super-grid-service.js +0 -259
- package/lib/super-grid/src/super-grid.vue.js +0 -1052
- package/lib/super-grid/src/utils.js +0 -355
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
- package/lib/super-icon/index.js +0 -7
- package/lib/super-icon/src/index.vue.js +0 -7
- package/lib/super-icon/src/index.vue2.js +0 -13
- package/lib/super-nine-grid/index.js +0 -7
- package/lib/super-nine-grid/src/apis.js +0 -36
- package/lib/super-nine-grid/src/custom-formatter.js +0 -35
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/lib/super-nine-grid/src/search-form.vue.js +0 -91
- package/lib/super-nine-grid/src/super-grid-service.js +0 -39
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/lib/super-nine-grid/src/utils.js +0 -32
- package/lib/svg-icon/index.js +0 -7
- package/lib/svg-icon/src/svg-icon.vue.js +0 -14
- package/lib/utils/memory-cache-utils.js +0 -30
- package/lib/utils/organization.js +0 -57
- package/lib/utils/utils.js +0 -87
- package/lib/utils/value-set.js +0 -94
- package/lib/valid-code/index.js +0 -7
- package/lib/valid-code/src/valid-code.vue.js +0 -23
- package/lib/workflow-button/index.js +0 -7
- package/lib/workflow-button/src/workflow-button.vue.js +0 -85
- package/lib/workflow-history-list/index.js +0 -7
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/lib/workgroup-tree/index.js +0 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/lib/workgroup-tree-inline/index.js +0 -7
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/lib/workgroup-tree-mobile/index.js +0 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/lib/workgroup-user-tree/index.js +0 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/lib/workgroup-user-tree-inline/index.js +0 -7
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/lib/year-range-picker/index.js +0 -7
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
- package/packages/IntervalSelection/index.js +0 -6
- package/packages/IntervalSelection/src/quarterScope.vue +0 -405
- package/packages/IntervalSelection/src/sectionDate.vue +0 -475
- package/packages/breadcrumb/index.js +0 -6
- package/packages/breadcrumb/src/breadcrumb.vue +0 -81
- package/packages/chat-embed/index.ts +0 -6
- package/packages/chat-embed/src/chat-addition-data.vue +0 -64
- package/packages/chat-embed/src/chat-ai-answer-tip.vue +0 -81
- package/packages/chat-embed/src/chat-bubble-footer.vue +0 -81
- package/packages/chat-embed/src/chat-embed-message.ts +0 -76
- package/packages/chat-embed/src/chat-embed.css +0 -207
- package/packages/chat-embed/src/chat-sender.vue +0 -620
- package/packages/chat-embed/src/components/answer-auto-chart.vue +0 -365
- package/packages/chat-embed/src/components/answer-home-chart.vue +0 -42
- package/packages/chat-embed/src/components/answer-interaction-data.vue +0 -569
- package/packages/chat-embed/src/components/history-detail.vue +0 -150
- package/packages/chat-embed/src/header.vue +0 -147
- package/packages/chat-embed/src/index.vue +0 -926
- package/packages/chat-embed/src/recommendation-message.vue +0 -37
- package/packages/chat-embed/src/sender-attachments.vue +0 -1
- package/packages/chat-embed/src/sidebar-item.vue +0 -521
- package/packages/chat-embed/src/type.ts +0 -74
- package/packages/chat-embed/src/util/chat-embed-util.ts +0 -67
- package/packages/chat-embed/src/util/history-message-util.ts +0 -161
- package/packages/chat-embed/src/util/mcp-utils.ts +0 -131
- package/packages/chat-embed/src/util/text-file-util.ts +0 -33
- package/packages/chat-embed/src/voice/index.ts +0 -6
- package/packages/chat-embed/src/voice/js/ai.js +0 -4
- package/packages/chat-embed/src/voice/js/crypto-js.js +0 -5736
- package/packages/chat-embed/src/voice/js/processor/index.umd.js +0 -1
- package/packages/chat-embed/src/voice/js/timer.js +0 -18
- package/packages/chat-embed/src/voice/voice.vue +0 -320
- package/packages/date-picker-range/index.ts +0 -6
- package/packages/date-picker-range/index.vue +0 -240
- package/packages/department-tree/index.js +0 -6
- package/packages/department-tree/src/department-tree.vue +0 -140
- package/packages/department-tree-inline/index.js +0 -6
- package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -472
- package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -374
- package/packages/department-tree-inline/src/department-tree-inline.vue +0 -93
- package/packages/department-tree-inline/src/department-tree-service.js +0 -333
- package/packages/department-tree-inline/src/search-result.vue +0 -206
- package/packages/department-tree-mobile/index.js +0 -6
- package/packages/department-tree-mobile/src/department-tree-app.vue +0 -148
- package/packages/department-tree-mobile/src/department-tree-inline-app.vue +0 -418
- package/packages/department-tree-mobile/src/department-tree-service.ts +0 -124
- package/packages/department-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-tree-mobile/src/dept-result.vue +0 -51
- package/packages/department-user-tree/index.js +0 -6
- package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -131
- package/packages/department-user-tree/src/department-user-single-tree.vue +0 -93
- package/packages/department-user-tree/src/department-user-tree.vue +0 -138
- package/packages/department-user-tree-inline/index.js +0 -9
- package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -779
- package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -394
- package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -94
- package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -293
- package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -158
- package/packages/department-user-tree-inline/src/group-user/group-input.vue +0 -162
- package/packages/department-user-tree-inline/src/group-user/group-list.vue +0 -106
- package/packages/department-user-tree-inline/src/group-user/group-user.vue +0 -38
- package/packages/department-user-tree-inline/src/group-user-multiple-tree.vue +0 -304
- package/packages/department-user-tree-inline/src/group-user-single-tree.vue +0 -155
- package/packages/department-user-tree-inline/src/group-user-tree-service.js +0 -80
- package/packages/department-user-tree-inline/src/search-result.vue +0 -274
- package/packages/department-user-tree-mobile/index.js +0 -6
- package/packages/department-user-tree-mobile/src/department-user-tree-app.vue +0 -147
- package/packages/department-user-tree-mobile/src/department-user-tree-inline-app.vue +0 -466
- package/packages/department-user-tree-mobile/src/department-user-tree-service.ts +0 -71
- package/packages/department-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/directives/prevent-reclick.js +0 -22
- package/packages/dynamic-source-select/index.js +0 -6
- package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -134
- package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -946
- package/packages/dynamic-source-select/src/events.js +0 -72
- package/packages/empty-state/index.vue +0 -28
- package/packages/fs-preview/index.js +0 -6
- package/packages/fs-preview/src/fs-preview.vue +0 -535
- package/packages/fs-upload/index.js +0 -6
- package/packages/fs-upload/src/fs-upload-multi.vue +0 -464
- package/packages/fs-upload/src/fs-upload-single.vue +0 -369
- package/packages/fs-upload/src/fs-upload.vue +0 -193
- package/packages/fs-upload/src/see-big-picture.vue +0 -70
- package/packages/fs-upload-list/index.js +0 -6
- package/packages/fs-upload-list/src/fs-upload-list.vue +0 -436
- package/packages/fs-upload-new/index.ts +0 -6
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-app.vue +0 -276
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue +0 -573
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-component.vue +0 -152
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-input.vue +0 -265
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload.vue +0 -262
- package/packages/fs-upload-new/src/fs-button-upload.vue +0 -312
- package/packages/fs-upload-new/src/fs-drag-upload.vue +0 -307
- package/packages/fs-upload-new/src/fs-preview-new.vue +0 -380
- package/packages/fs-upload-new/src/fs-upload-new.vue +0 -413
- package/packages/hamburger/index.js +0 -6
- package/packages/hamburger/src/hamburger.vue +0 -52
- package/packages/index.js +0 -274
- package/packages/json-view/index.ts +0 -3
- package/packages/json-view/json-view-dialog.vue +0 -53
- package/packages/json-view/json-view.vue +0 -126
- package/packages/multipart-upload/index.js +0 -6
- package/packages/multipart-upload/src/index.vue +0 -66
- package/packages/multipart-upload/src/multipart-upload-form.vue +0 -404
- package/packages/multipart-upload/src/multipart-upload-list.vue +0 -543
- package/packages/organization-input/index.js +0 -6
- package/packages/organization-input/src/organization-input.vue +0 -619
- package/packages/plugins/export-data-new.js +0 -667
- package/packages/plugins/export-data.js +0 -431
- package/packages/plugins/index.js +0 -15
- package/packages/plugins/public-method.js +0 -47
- package/packages/remove-department/index.js +0 -6
- package/packages/remove-department/src/remove-department.vue +0 -201
- package/packages/remove-department/src/remove-dept-service.js +0 -31
- package/packages/remove-user/index.js +0 -6
- package/packages/remove-user/src/remove-user-service.js +0 -31
- package/packages/remove-user/src/remove-user.vue +0 -227
- package/packages/remove-workgroup/index.js +0 -6
- package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -31
- package/packages/remove-workgroup/src/remove-workgroup.vue +0 -184
- package/packages/rich-editor/index.js +0 -7
- package/packages/rich-editor/index.vue +0 -331
- package/packages/rich-editor/tinymce/icons/default/icons.min.js +0 -1
- package/packages/rich-editor/tinymce/langs/README.md +0 -3
- package/packages/rich-editor/tinymce/langs/zh-Hans.js +0 -1
- package/packages/rich-editor/tinymce/license.txt +0 -21
- package/packages/rich-editor/tinymce/models/dom/model.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/accordion/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/advlist/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/anchor/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autolink/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autoresize/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autosave/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/charmap/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/code/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/codesample/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/directionality/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -3
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.min.js +0 -2
- package/packages/rich-editor/tinymce/plugins/emoticons/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/fullscreen/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/image/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/importcss/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/insertdatetime/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/link/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/lists/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/media/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/nonbreaking/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/pagebreak/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/preview/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/quickbars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/save/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/searchreplace/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/table/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/template/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualblocks/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualchars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/wordcount/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/skins/content/dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/default/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/default/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/document/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/document/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/writer/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/writer/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/themes/silver/theme.min.js +0 -4
- package/packages/rich-editor/tinymce/tinymce.d.ts +0 -3238
- package/packages/rich-editor/tinymce/tinymce.min.js +0 -4
- package/packages/rich-editor/tinymce/zh_CN.js +0 -418
- package/packages/rich-editor/viewer.vue +0 -105
- package/packages/row-form/index.js +0 -7
- package/packages/row-form/index.vue +0 -284
- package/packages/row-form/operation.vue +0 -151
- package/packages/scan-code-input/index.js +0 -6
- package/packages/scan-code-input/src/events.js +0 -34
- package/packages/scan-code-input/src/scan-code-input.vue +0 -164
- package/packages/scan-code-input-browser/index.js +0 -6
- package/packages/scan-code-input-browser/src/scan-code-input.vue +0 -113
- package/packages/secret-info/index.js +0 -7
- package/packages/secret-info/index.vue +0 -100
- package/packages/super-grid/index.js +0 -7
- package/packages/super-grid/src/apis.js +0 -1713
- package/packages/super-grid/src/columns-config.vue +0 -329
- package/packages/super-grid/src/components/grid-icon.vue +0 -157
- package/packages/super-grid/src/components/grid-radio-input.vue +0 -84
- package/packages/super-grid/src/components/hyperlinks.vue +0 -130
- package/packages/super-grid/src/components/mobile-table-card.jsx +0 -589
- package/packages/super-grid/src/components/select-input.vue +0 -520
- package/packages/super-grid/src/custom-formatter.js +0 -419
- package/packages/super-grid/src/dynamic-input.vue +0 -2158
- package/packages/super-grid/src/eventBus.js +0 -10
- package/packages/super-grid/src/events.js +0 -56
- package/packages/super-grid/src/formValidatorUtil.js +0 -362
- package/packages/super-grid/src/formatter.js +0 -200
- package/packages/super-grid/src/group-column.vue +0 -119
- package/packages/super-grid/src/header-context-menu.vue +0 -82
- package/packages/super-grid/src/index-column.vue +0 -78
- package/packages/super-grid/src/normal-column-content.vue +0 -1310
- package/packages/super-grid/src/normal-column.vue +0 -423
- package/packages/super-grid/src/public-methods.js +0 -30
- package/packages/super-grid/src/row-detail.vue +0 -50
- package/packages/super-grid/src/row-operation.vue +0 -315
- package/packages/super-grid/src/scan-util.ts +0 -243
- package/packages/super-grid/src/search-button.vue +0 -88
- package/packages/super-grid/src/search-condition-input.vue +0 -74
- package/packages/super-grid/src/search-condition-list.vue +0 -70
- package/packages/super-grid/src/search-form-advancedQuery.vue +0 -836
- package/packages/super-grid/src/search-form-dialog.vue +0 -77
- package/packages/super-grid/src/search-form-item.vue +0 -616
- package/packages/super-grid/src/search-form-mobile.vue +0 -255
- package/packages/super-grid/src/search-form-number.vue +0 -122
- package/packages/super-grid/src/search-form-open.vue +0 -175
- package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -243
- package/packages/super-grid/src/search-form.vue +0 -795
- package/packages/super-grid/src/search-methods.js +0 -539
- package/packages/super-grid/src/selection-column.vue +0 -36
- package/packages/super-grid/src/store.js +0 -3
- package/packages/super-grid/src/super-grid-service.js +0 -800
- package/packages/super-grid/src/super-grid.vue +0 -3814
- package/packages/super-grid/src/utils.js +0 -946
- package/packages/super-grid/src/view-image-dialog.vue +0 -194
- package/packages/super-nine-grid/index.js +0 -7
- package/packages/super-nine-grid/src/apis.js +0 -108
- package/packages/super-nine-grid/src/custom-formatter.js +0 -73
- package/packages/super-nine-grid/src/formatter.js +0 -134
- package/packages/super-nine-grid/src/search-form-number.vue +0 -35
- package/packages/super-nine-grid/src/search-form.vue +0 -514
- package/packages/super-nine-grid/src/search-methods.js +0 -151
- package/packages/super-nine-grid/src/store.js +0 -3
- package/packages/super-nine-grid/src/super-grid-service.js +0 -110
- package/packages/super-nine-grid/src/super-nine-grid.vue +0 -1112
- package/packages/super-nine-grid/src/utils.js +0 -264
- package/packages/svg-icon/index.js +0 -6
- package/packages/svg-icon/src/svg-icon.vue +0 -43
- package/packages/utils/date-util.js +0 -292
- package/packages/utils/dom.js +0 -227
- package/packages/utils/gogocodeTransfer.js +0 -59
- package/packages/utils/memory-cache-utils.js +0 -117
- package/packages/utils/organization.ts +0 -173
- package/packages/utils/utils.js +0 -198
- package/packages/utils/value-set.js +0 -282
- package/packages/valid-code/index.js +0 -7
- package/packages/valid-code/src/valid-code.vue +0 -104
- package/packages/workflow-button/index.js +0 -6
- package/packages/workflow-button/src/workflow-button.vue +0 -574
- package/packages/workflow-history-list/index.js +0 -6
- package/packages/workflow-history-list/src/api.js +0 -7
- package/packages/workflow-history-list/src/workflow-history-list.vue +0 -394
- package/packages/workgroup-tree/index.js +0 -6
- package/packages/workgroup-tree/src/workgroup-tree.vue +0 -127
- package/packages/workgroup-tree-inline/index.js +0 -6
- package/packages/workgroup-tree-inline/src/search-result.vue +0 -227
- package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -557
- package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -119
- package/packages/workgroup-tree-mobile/index.js +0 -6
- package/packages/workgroup-tree-mobile/src/dept-result.vue +0 -52
- package/packages/workgroup-tree-mobile/src/workgroup-tree-app.vue +0 -148
- package/packages/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue +0 -407
- package/packages/workgroup-tree-mobile/src/workgroup-tree-service.ts +0 -62
- package/packages/workgroup-user-tree/index.js +0 -6
- package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -121
- package/packages/workgroup-user-tree-inline/index.js +0 -9
- package/packages/workgroup-user-tree-inline/src/search-result.vue +0 -271
- package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -252
- package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -665
- package/packages/workgroup-user-tree-mobile/index.js +0 -6
- package/packages/workgroup-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/workgroup-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue +0 -119
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue +0 -453
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-service.ts +0 -41
- package/packages/year-range-picker/index.js +0 -6
- package/packages/year-range-picker/src/year-range-picker.vue +0 -53
- /package/{public → dist}/favicon.svg +0 -0
- /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
- /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
- /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
- /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
- /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
- /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
- /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
- /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
- /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
- /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
- /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
- /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
- /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
- /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
- /package/{lib/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
- /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
- /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.mjs} +0 -0
- /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
- /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
- /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
- /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
- /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
- /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
- /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
- /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
- /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
- /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
- /package/{lib/src/store/modules/app.js → es/src/store/modules/app.mjs} +0 -0
- /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
- /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
- /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
- /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
- /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
- /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
- /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
- /package/{lib/src/utils/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
- /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.mjs} +0 -0
- /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
- /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
- /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
- /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
- /package/{lib/src/utils/restful-interface-utils.js → es/src/utils/restful-interface-utils.mjs} +0 -0
- /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
- /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
- /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
- /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
- /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
- /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
- /package/{lib/super-grid/src/header-context-menu.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
- /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
- /package/{lib/super-icon/src/index.vue3.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
- /package/{lib/svg-icon/src/svg-icon.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
- /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
- /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
- /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
- /package/{packages → src/views}/super-icon/index.js +0 -0
- /package/{packages → src/views}/super-icon/src/index.vue +0 -0
package/dist/style.css
ADDED
|
@@ -0,0 +1,3104 @@
|
|
|
1
|
+
@charset "UTF-8";.app-main[data-v-2d98e845] {
|
|
2
|
+
padding: var(--app-main-padding, 15px);
|
|
3
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
4
|
+
position: relative;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
8
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
9
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
10
|
+
overflow: auto;
|
|
11
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
12
|
+
display: inline-block;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
line-height: 50px;
|
|
15
|
+
margin-left: 10px;
|
|
16
|
+
}
|
|
17
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
18
|
+
color: #97a8be;
|
|
19
|
+
cursor: text;
|
|
20
|
+
}
|
|
21
|
+
.searchResult {
|
|
22
|
+
color: red;
|
|
23
|
+
}
|
|
24
|
+
.inline-select-custom {
|
|
25
|
+
width: 100px;
|
|
26
|
+
}
|
|
27
|
+
.inline-input-custom {
|
|
28
|
+
width: 98%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.searchResult {
|
|
32
|
+
color: red;
|
|
33
|
+
}
|
|
34
|
+
.inline-input-custom {
|
|
35
|
+
width: 90%;
|
|
36
|
+
}
|
|
37
|
+
.el-autocomplete-suggestion.el-popper {
|
|
38
|
+
min-width: 300px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.searchResult {
|
|
42
|
+
color: red;
|
|
43
|
+
}
|
|
44
|
+
.inline-input-custom {
|
|
45
|
+
width: 100% !important;
|
|
46
|
+
}
|
|
47
|
+
.el-autocomplete-suggestion.el-popper {
|
|
48
|
+
min-width: 300px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.organization-tree,
|
|
52
|
+
.organization-tree .el-checkbox__label,
|
|
53
|
+
.organization-tree .el-breadcrumb__inner,
|
|
54
|
+
.organization-tree .el-tree {
|
|
55
|
+
font-size: 17px;
|
|
56
|
+
font-weight: 700;
|
|
57
|
+
}
|
|
58
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
59
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
60
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
61
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
62
|
+
font-size: 17px;
|
|
63
|
+
font-weight: 700;
|
|
64
|
+
}
|
|
65
|
+
.organization-tree .el-card__body {
|
|
66
|
+
padding-top: 10px;
|
|
67
|
+
}
|
|
68
|
+
.organization-tree .card-content {
|
|
69
|
+
margin-top: 10px;
|
|
70
|
+
}
|
|
71
|
+
.organization-tree .item-row-all {
|
|
72
|
+
margin-bottom: 10px;
|
|
73
|
+
}
|
|
74
|
+
.organization-tree .item-row {
|
|
75
|
+
display: flex;
|
|
76
|
+
width: 100%;
|
|
77
|
+
}
|
|
78
|
+
.organization-tree .item-label {
|
|
79
|
+
flex: 0 0 90%;
|
|
80
|
+
text-align: left;
|
|
81
|
+
}
|
|
82
|
+
.organization-tree .item-label .item-description {
|
|
83
|
+
font-size: 14px;
|
|
84
|
+
color: #9ea0a2;
|
|
85
|
+
margin-left: 8px;
|
|
86
|
+
}
|
|
87
|
+
.organization-tree .item-side {
|
|
88
|
+
flex: 0 0 10%;
|
|
89
|
+
text-align: right;
|
|
90
|
+
}
|
|
91
|
+
.organization-tree .el-tree-node {
|
|
92
|
+
margin-bottom: 10px;
|
|
93
|
+
}
|
|
94
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
95
|
+
padding: 0;
|
|
96
|
+
display: none;
|
|
97
|
+
}
|
|
98
|
+
.organization-tree .card-footer {
|
|
99
|
+
padding: 20px;
|
|
100
|
+
}
|
|
101
|
+
.organization-tree .card-footer .select-result {
|
|
102
|
+
color: #409eff;
|
|
103
|
+
flex: 1 1 75%;
|
|
104
|
+
text-align: left;
|
|
105
|
+
}
|
|
106
|
+
.organization-tree .card-footer .button-area {
|
|
107
|
+
flex: 0 0 20%;
|
|
108
|
+
text-align: right;
|
|
109
|
+
}
|
|
110
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
111
|
+
color: #409eff;
|
|
112
|
+
}
|
|
113
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
114
|
+
padding: 0;
|
|
115
|
+
display: flex;
|
|
116
|
+
align-items: center;
|
|
117
|
+
justify-content: end;
|
|
118
|
+
}
|
|
119
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
122
|
+
justify-content: center;
|
|
123
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
124
|
+
font-size: 18px;
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
}
|
|
127
|
+
.svg-icon[data-v-67e4e504] {
|
|
128
|
+
width: 1.2em;
|
|
129
|
+
height: 1.2em;
|
|
130
|
+
vertical-align: -0.25em;
|
|
131
|
+
fill: currentColor;
|
|
132
|
+
overflow: initial;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.select-top-span {
|
|
136
|
+
width: 100%;
|
|
137
|
+
}
|
|
138
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
139
|
+
display: inline-block;
|
|
140
|
+
}
|
|
141
|
+
.fs-preview-container[data-v-7f109349] {
|
|
142
|
+
display: flex;
|
|
143
|
+
align-items: center;
|
|
144
|
+
gap: 5px;
|
|
145
|
+
justify-content: space-between;
|
|
146
|
+
}
|
|
147
|
+
.fs-preview-tool[data-v-7f109349] {
|
|
148
|
+
display: flex;
|
|
149
|
+
align-items: center;
|
|
150
|
+
flex-shrink: 0;
|
|
151
|
+
min-width: max-content;
|
|
152
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
153
|
+
}
|
|
154
|
+
.fs-preview-container[data-v-7f109349] .amb-color-iconfont,
|
|
155
|
+
.more-file-icon[data-v-7f109349] .amb-color-iconfont {
|
|
156
|
+
width: 30px;
|
|
157
|
+
height: 30px;
|
|
158
|
+
}
|
|
159
|
+
.fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
|
|
160
|
+
.file-actions[data-v-7f109349] .amb-color-iconfont {
|
|
161
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
162
|
+
display: inline-block;
|
|
163
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
164
|
+
height: 1em !important;
|
|
165
|
+
line-height: 1em;
|
|
166
|
+
cursor: pointer;
|
|
167
|
+
}
|
|
168
|
+
.amb-list-preivew-name[data-v-7f109349] {
|
|
169
|
+
overflow: hidden;
|
|
170
|
+
text-overflow: ellipsis;
|
|
171
|
+
white-space: nowrap;
|
|
172
|
+
}
|
|
173
|
+
.el-link + .el-link[data-v-7f109349] {
|
|
174
|
+
margin-left: 5px;
|
|
175
|
+
}
|
|
176
|
+
.file-item[data-v-7f109349] {
|
|
177
|
+
display: flex;
|
|
178
|
+
align-items: center;
|
|
179
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
180
|
+
gap: 10px;
|
|
181
|
+
height: 40px;
|
|
182
|
+
padding: 10px;
|
|
183
|
+
border-radius: 8px;
|
|
184
|
+
transition: background-color 0.2s;
|
|
185
|
+
}
|
|
186
|
+
.file-item[data-v-7f109349]:hover {
|
|
187
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
188
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
189
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
190
|
+
outline: none;
|
|
191
|
+
}
|
|
192
|
+
.file-actions[data-v-7f109349] {
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
gap: 5px;
|
|
196
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
197
|
+
}
|
|
198
|
+
.super-icon + .super-icon[data-v-7f109349] {
|
|
199
|
+
margin-left: 5px;
|
|
200
|
+
}
|
|
201
|
+
.amb-iconfont + .amb-iconfont[data-v-7f109349] {
|
|
202
|
+
margin-left: 5px;
|
|
203
|
+
}
|
|
204
|
+
.amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
|
|
205
|
+
margin-left: 5px;
|
|
206
|
+
}
|
|
207
|
+
.amb-iconfont[data-v-7f109349] {
|
|
208
|
+
color: var(--el-color-primary);
|
|
209
|
+
}
|
|
210
|
+
.fs-preview-container[data-v-7f109349] .el-button > span {
|
|
211
|
+
font-size: 14px !important;
|
|
212
|
+
}
|
|
213
|
+
.fs-preview-container[data-v-7f109349] .el-button.is-round {
|
|
214
|
+
padding: 5px 11px;
|
|
215
|
+
height: var(--el-button-size);
|
|
216
|
+
}.super-icon[data-v-875fd31c] {
|
|
217
|
+
width: 1em;
|
|
218
|
+
height: 1em;
|
|
219
|
+
font-size: 14px;
|
|
220
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
221
|
+
margin-right: 5px;
|
|
222
|
+
}
|
|
223
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
224
|
+
margin-left: 5px;
|
|
225
|
+
}.annex-cell[data-v-ec223eb7] {
|
|
226
|
+
padding-right: 5px;
|
|
227
|
+
cursor: pointer;
|
|
228
|
+
color: #409eff;
|
|
229
|
+
}
|
|
230
|
+
.m-requried[data-v-ec223eb7] {
|
|
231
|
+
float: left;
|
|
232
|
+
white-space: nowrap;
|
|
233
|
+
width: 96%;
|
|
234
|
+
}
|
|
235
|
+
.m-requried[data-v-ec223eb7]::after {
|
|
236
|
+
content: "*";
|
|
237
|
+
color: #f56c6c;
|
|
238
|
+
}
|
|
239
|
+
.column-text-main[data-v-ec223eb7] {
|
|
240
|
+
display: flex;
|
|
241
|
+
align-items: center;
|
|
242
|
+
gap: 10px;
|
|
243
|
+
}
|
|
244
|
+
.column-text-main .column-text-edit-main[data-v-ec223eb7] {
|
|
245
|
+
display: flex;
|
|
246
|
+
align-items: center;
|
|
247
|
+
gap: 10px;
|
|
248
|
+
}
|
|
249
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-ec223eb7] {
|
|
250
|
+
display: block;
|
|
251
|
+
white-space: nowrap;
|
|
252
|
+
overflow: hidden;
|
|
253
|
+
text-overflow: ellipsis;
|
|
254
|
+
}
|
|
255
|
+
.column-text-main .column-text-edit-main[data-v-ec223eb7]::after {
|
|
256
|
+
content: " ";
|
|
257
|
+
position: absolute;
|
|
258
|
+
left: 0;
|
|
259
|
+
top: 0;
|
|
260
|
+
right: 0;
|
|
261
|
+
bottom: 0;
|
|
262
|
+
cursor: pointer;
|
|
263
|
+
}
|
|
264
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ec223eb7] {
|
|
265
|
+
text-align: left;
|
|
266
|
+
}
|
|
267
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ec223eb7]:empty {
|
|
268
|
+
display: none;
|
|
269
|
+
}
|
|
270
|
+
.normal-column-content-view[data-v-ec223eb7] {
|
|
271
|
+
display: inline;
|
|
272
|
+
}.normal-column-header[data-v-52cb78d9] {
|
|
273
|
+
display: inline-flex;
|
|
274
|
+
vertical-align: middle;
|
|
275
|
+
}
|
|
276
|
+
.normal-column-header-icon[data-v-52cb78d9] {
|
|
277
|
+
font-size: 20px;
|
|
278
|
+
color: var(--el-color-primary);
|
|
279
|
+
cursor: pointer;
|
|
280
|
+
}[data-v-41b4cbbd] .el-range-separator {
|
|
281
|
+
min-width: 20px;
|
|
282
|
+
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
283
|
+
margin-bottom: 0px;
|
|
284
|
+
}
|
|
285
|
+
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
286
|
+
overflow: hidden;
|
|
287
|
+
text-overflow: ellipsis;
|
|
288
|
+
white-space: nowrap;
|
|
289
|
+
word-break: keep-all;
|
|
290
|
+
}
|
|
291
|
+
.grid-search-form[data-v-d462769a] .search-btn {
|
|
292
|
+
margin-bottom: 5px;
|
|
293
|
+
text-align: center;
|
|
294
|
+
}
|
|
295
|
+
.grid-search-form[data-v-d462769a] .el-select {
|
|
296
|
+
width: 100%;
|
|
297
|
+
}
|
|
298
|
+
.grid-search-form[data-v-d462769a] .customComponent {
|
|
299
|
+
width: 100%;
|
|
300
|
+
}
|
|
301
|
+
.grid-search-form[data-v-d462769a] .el-row {
|
|
302
|
+
padding-right: 24px;
|
|
303
|
+
}
|
|
304
|
+
.grid-search-form[data-v-d462769a] .el-col {
|
|
305
|
+
padding-left: 10px;
|
|
306
|
+
padding-bottom: 16px;
|
|
307
|
+
}
|
|
308
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
309
|
+
margin-bottom: 0px;
|
|
310
|
+
}
|
|
311
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
312
|
+
margin-bottom: 5px;
|
|
313
|
+
text-align: center;
|
|
314
|
+
}
|
|
315
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
316
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
317
|
+
width: 100%;
|
|
318
|
+
}
|
|
319
|
+
.grid-search-form-mobile[data-v-c8fb4788] {
|
|
320
|
+
overflow: auto;
|
|
321
|
+
}
|
|
322
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
|
|
323
|
+
margin-bottom: 5px;
|
|
324
|
+
}
|
|
325
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
|
|
326
|
+
overflow: hidden;
|
|
327
|
+
text-overflow: ellipsis;
|
|
328
|
+
white-space: nowrap;
|
|
329
|
+
word-break: keep-all;
|
|
330
|
+
}
|
|
331
|
+
.grid-search-form-mobile[data-v-c8fb4788] .search-btn {
|
|
332
|
+
margin-bottom: 5px;
|
|
333
|
+
text-align: center;
|
|
334
|
+
}
|
|
335
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-select {
|
|
336
|
+
width: 100%;
|
|
337
|
+
}
|
|
338
|
+
.grid-search-form-mobile[data-v-c8fb4788] .customComponent {
|
|
339
|
+
width: 100%;
|
|
340
|
+
}
|
|
341
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-row {
|
|
342
|
+
padding-right: 24px;
|
|
343
|
+
}
|
|
344
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-col {
|
|
345
|
+
padding-left: 10px;
|
|
346
|
+
padding-bottom: 16px;
|
|
347
|
+
}
|
|
348
|
+
.search-btn-mobile[data-v-c8fb4788] {
|
|
349
|
+
padding-top: 10px;
|
|
350
|
+
position: fixed;
|
|
351
|
+
bottom: 10px;
|
|
352
|
+
background-color: #ffffff;
|
|
353
|
+
width: 50%;
|
|
354
|
+
height: 40px;
|
|
355
|
+
}
|
|
356
|
+
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
357
|
+
margin-bottom: 0px;
|
|
358
|
+
}
|
|
359
|
+
.grid-search-form[data-v-8f3059a4] .search-btn {
|
|
360
|
+
margin-bottom: 5px;
|
|
361
|
+
text-align: center;
|
|
362
|
+
}
|
|
363
|
+
.grid-search-form[data-v-8f3059a4] .el-select,
|
|
364
|
+
.grid-search-form[data-v-8f3059a4] .customComponent {
|
|
365
|
+
width: 100%;
|
|
366
|
+
}
|
|
367
|
+
.amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
|
|
368
|
+
display: none;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
/* .search-condition-mobile {
|
|
372
|
+
padding-bottom: 10px;
|
|
373
|
+
position: fixed;
|
|
374
|
+
top: 37px;
|
|
375
|
+
background-color: #ffffff;
|
|
376
|
+
width: 46%;
|
|
377
|
+
height: 40px;
|
|
378
|
+
z-index: 1500;
|
|
379
|
+
} */
|
|
380
|
+
.el-scrollbar[data-v-dba8fdf8] {
|
|
381
|
+
position: relative;
|
|
382
|
+
}
|
|
383
|
+
.el-scrollbar[data-v-dba8fdf8].is-dispatch > .el-scrollbar__wrap {
|
|
384
|
+
max-height: none !important;
|
|
385
|
+
overflow: initial !important;
|
|
386
|
+
}
|
|
387
|
+
.el-scrollbar[data-v-dba8fdf8].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
|
|
388
|
+
display: none;
|
|
389
|
+
}
|
|
390
|
+
.el-scrollbar[data-v-dba8fdf8].scroll-top-shadow::before {
|
|
391
|
+
content: " ";
|
|
392
|
+
position: absolute;
|
|
393
|
+
top: 0;
|
|
394
|
+
left: 0;
|
|
395
|
+
right: 0;
|
|
396
|
+
height: 8px;
|
|
397
|
+
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
398
|
+
z-index: 2;
|
|
399
|
+
}
|
|
400
|
+
.el-scrollbar[data-v-dba8fdf8].scroll-bottom-shadow::after {
|
|
401
|
+
content: " ";
|
|
402
|
+
position: absolute;
|
|
403
|
+
bottom: 0;
|
|
404
|
+
left: 0;
|
|
405
|
+
right: 0;
|
|
406
|
+
height: 8px;
|
|
407
|
+
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
408
|
+
z-index: 2;
|
|
409
|
+
}
|
|
410
|
+
.el-scrollbar[data-v-dba8fdf8] > .el-scrollbar__wrap {
|
|
411
|
+
position: relative;
|
|
412
|
+
z-index: 1;
|
|
413
|
+
}li[data-v-040fcf55] {
|
|
414
|
+
color: #333;
|
|
415
|
+
}
|
|
416
|
+
.context-menu[data-v-040fcf55] {
|
|
417
|
+
position: fixed;
|
|
418
|
+
background: #fff;
|
|
419
|
+
z-index: 999;
|
|
420
|
+
padding: 5px;
|
|
421
|
+
margin: 0;
|
|
422
|
+
margin-top: 30px;
|
|
423
|
+
}
|
|
424
|
+
.context-menu li[data-v-040fcf55] {
|
|
425
|
+
min-width: 75px;
|
|
426
|
+
height: 28px;
|
|
427
|
+
line-height: 28px;
|
|
428
|
+
text-align: left;
|
|
429
|
+
color: #1a1a1a;
|
|
430
|
+
}
|
|
431
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
432
|
+
background: #42b983;
|
|
433
|
+
color: #fff;
|
|
434
|
+
}
|
|
435
|
+
.context-menu[data-v-040fcf55] {
|
|
436
|
+
border: 1px solid #eee;
|
|
437
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
438
|
+
border-radius: 5px;
|
|
439
|
+
}
|
|
440
|
+
li[data-v-040fcf55] {
|
|
441
|
+
list-style-type: none;
|
|
442
|
+
}.grid-area .elTable th[data-v-7e63a75f] {
|
|
443
|
+
padding: 2px 0 !important;
|
|
444
|
+
}
|
|
445
|
+
.grid-area .elTable td[data-v-7e63a75f] {
|
|
446
|
+
padding: 2px 0 !important;
|
|
447
|
+
}
|
|
448
|
+
.el-table[data-v-7e63a75f] > .el-table__inner-wrapper {
|
|
449
|
+
height: 100% !important;
|
|
450
|
+
}
|
|
451
|
+
.flex-gap-15[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row {
|
|
452
|
+
display: flex;
|
|
453
|
+
gap: var(--layout-form-flex-gap, 15px);
|
|
454
|
+
align-items: center;
|
|
455
|
+
}
|
|
456
|
+
.flex-gap-15 .el-button[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row .el-button {
|
|
457
|
+
margin: 0;
|
|
458
|
+
}
|
|
459
|
+
.flex-gap-15 .el-button + .el-button[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
|
|
460
|
+
margin: 0;
|
|
461
|
+
}
|
|
462
|
+
.super-grid-main-view[data-v-7e63a75f] {
|
|
463
|
+
display: flex;
|
|
464
|
+
flex-direction: column;
|
|
465
|
+
align-items: stretch;
|
|
466
|
+
max-width: 100%;
|
|
467
|
+
gap: var(--super-grid-main-view-gap, 10px);
|
|
468
|
+
}
|
|
469
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view {
|
|
470
|
+
width: 100%;
|
|
471
|
+
}
|
|
472
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row {
|
|
473
|
+
flex-wrap: wrap;
|
|
474
|
+
width: 100%;
|
|
475
|
+
}
|
|
476
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] {
|
|
477
|
+
flex-direction: column;
|
|
478
|
+
}
|
|
479
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row {
|
|
480
|
+
flex-wrap: wrap;
|
|
481
|
+
margin: 0;
|
|
482
|
+
padding: 0;
|
|
483
|
+
flex: 1 1 auto;
|
|
484
|
+
width: 100%;
|
|
485
|
+
align-items: self-start;
|
|
486
|
+
}
|
|
487
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col {
|
|
488
|
+
padding: 0;
|
|
489
|
+
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
490
|
+
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
491
|
+
}
|
|
492
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-6 {
|
|
493
|
+
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
494
|
+
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
495
|
+
}
|
|
496
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-8 {
|
|
497
|
+
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
498
|
+
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
499
|
+
}
|
|
500
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-12 {
|
|
501
|
+
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
502
|
+
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
503
|
+
}
|
|
504
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item {
|
|
505
|
+
width: 100%;
|
|
506
|
+
align-items: center;
|
|
507
|
+
}
|
|
508
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
|
|
509
|
+
display: block;
|
|
510
|
+
width: 82px;
|
|
511
|
+
height: auto;
|
|
512
|
+
line-height: 1.2em;
|
|
513
|
+
word-wrap: break-word !important;
|
|
514
|
+
max-height: 2.4em;
|
|
515
|
+
text-align: left;
|
|
516
|
+
word-break: normal;
|
|
517
|
+
white-space: normal;
|
|
518
|
+
}
|
|
519
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
|
|
520
|
+
width: calc(100% - 1px);
|
|
521
|
+
}
|
|
522
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
|
|
523
|
+
margin-left: auto;
|
|
524
|
+
margin-top: auto;
|
|
525
|
+
max-width: none;
|
|
526
|
+
}
|
|
527
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
|
|
528
|
+
margin-left: var(--layout-form-flex-gap, 15px);
|
|
529
|
+
margin-top: 0;
|
|
530
|
+
margin-right: auto;
|
|
531
|
+
}
|
|
532
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button {
|
|
533
|
+
gap: var(--super-grid-main-btn-view-gap, 10px);
|
|
534
|
+
margin-left: auto;
|
|
535
|
+
margin-top: auto;
|
|
536
|
+
}
|
|
537
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-scrollbar__bar.is-horizontal {
|
|
538
|
+
height: 8px;
|
|
539
|
+
transition: top 0.2s ease, bottom 0.2s ease;
|
|
540
|
+
}
|
|
541
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-scrollbar__bar.is-vertical {
|
|
542
|
+
width: 8px;
|
|
543
|
+
}
|
|
544
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
|
|
545
|
+
display: flex;
|
|
546
|
+
flex-direction: column-reverse;
|
|
547
|
+
}
|
|
548
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
|
|
549
|
+
flex: 1;
|
|
550
|
+
}
|
|
551
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
|
|
552
|
+
top: 0;
|
|
553
|
+
bottom: auto;
|
|
554
|
+
}
|
|
555
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body {
|
|
556
|
+
width: 100%;
|
|
557
|
+
display: flex;
|
|
558
|
+
flex-wrap: wrap;
|
|
559
|
+
align-items: stretch;
|
|
560
|
+
max-width: 100%;
|
|
561
|
+
flex: 1 1 auto;
|
|
562
|
+
gap: var(--super-grid-main-view-gap, 10px);
|
|
563
|
+
}
|
|
564
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-view {
|
|
565
|
+
flex-grow: 1;
|
|
566
|
+
flex-shrink: 1;
|
|
567
|
+
flex-basis: auto;
|
|
568
|
+
}
|
|
569
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-card-view {
|
|
570
|
+
width: 100%;
|
|
571
|
+
max-width: 100%;
|
|
572
|
+
}
|
|
573
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-footer-view {
|
|
574
|
+
position: relative;
|
|
575
|
+
display: flex;
|
|
576
|
+
justify-content: space-between;
|
|
577
|
+
align-items: center;
|
|
578
|
+
flex-wrap: wrap;
|
|
579
|
+
gap: var(--super-grid-main-view-gap, 10px);
|
|
580
|
+
width: 100%;
|
|
581
|
+
}
|
|
582
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
583
|
+
flex-wrap: wrap;
|
|
584
|
+
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
585
|
+
}
|
|
586
|
+
.searchResult {
|
|
587
|
+
color: red;
|
|
588
|
+
}
|
|
589
|
+
.inline-select-custom {
|
|
590
|
+
width: 100px;
|
|
591
|
+
}
|
|
592
|
+
.inline-input-custom {
|
|
593
|
+
width: 98%;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.searchResult {
|
|
597
|
+
color: red;
|
|
598
|
+
}
|
|
599
|
+
.inline-select-custom {
|
|
600
|
+
width: 100px;
|
|
601
|
+
}
|
|
602
|
+
.inline-input-custom {
|
|
603
|
+
width: 98%;
|
|
604
|
+
}
|
|
605
|
+
.searchDepartmentUser {
|
|
606
|
+
width: 250px;
|
|
607
|
+
}
|
|
608
|
+
.el-autocomplete-suggestion.el-popper {
|
|
609
|
+
min-width: 300px;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.searchResult {
|
|
613
|
+
color: red;
|
|
614
|
+
}
|
|
615
|
+
.inline-select-custom {
|
|
616
|
+
width: 100px;
|
|
617
|
+
}
|
|
618
|
+
.inline-input-custom {
|
|
619
|
+
width: 98%;
|
|
620
|
+
}
|
|
621
|
+
.searchDepartmentUser {
|
|
622
|
+
width: 250px;
|
|
623
|
+
}
|
|
624
|
+
.el-autocomplete-suggestion.el-popper {
|
|
625
|
+
min-width: 300px;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.searchResult {
|
|
629
|
+
color: red;
|
|
630
|
+
}
|
|
631
|
+
.inline-select-custom {
|
|
632
|
+
width: 100px;
|
|
633
|
+
}
|
|
634
|
+
.inline-input-custom {
|
|
635
|
+
width: 98%;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.organization-tree,
|
|
639
|
+
.organization-tree .el-checkbox__label,
|
|
640
|
+
.organization-tree .el-breadcrumb__inner,
|
|
641
|
+
.organization-tree .el-tree {
|
|
642
|
+
font-size: 17px;
|
|
643
|
+
font-weight: 700;
|
|
644
|
+
}
|
|
645
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
646
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
647
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
648
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
649
|
+
font-size: 17px;
|
|
650
|
+
font-weight: 700;
|
|
651
|
+
}
|
|
652
|
+
.organization-tree .el-card__body {
|
|
653
|
+
padding-top: 10px;
|
|
654
|
+
}
|
|
655
|
+
.organization-tree .card-content {
|
|
656
|
+
margin-top: 10px;
|
|
657
|
+
}
|
|
658
|
+
.organization-tree .item-row-all {
|
|
659
|
+
margin-bottom: 10px;
|
|
660
|
+
}
|
|
661
|
+
.organization-tree .item-row {
|
|
662
|
+
display: flex;
|
|
663
|
+
width: 100%;
|
|
664
|
+
}
|
|
665
|
+
.organization-tree .item-label {
|
|
666
|
+
flex: 0 0 90%;
|
|
667
|
+
text-align: left;
|
|
668
|
+
}
|
|
669
|
+
.organization-tree .item-side {
|
|
670
|
+
flex: 0 0 10%;
|
|
671
|
+
text-align: right;
|
|
672
|
+
}
|
|
673
|
+
.organization-tree .el-tree-node {
|
|
674
|
+
margin-bottom: 10px;
|
|
675
|
+
}
|
|
676
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
677
|
+
padding: 0;
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
.organization-tree .card-footer {
|
|
681
|
+
padding: 20px;
|
|
682
|
+
}
|
|
683
|
+
.organization-tree .card-footer .select-result {
|
|
684
|
+
color: #409eff;
|
|
685
|
+
flex: 1 1 75%;
|
|
686
|
+
text-align: left;
|
|
687
|
+
}
|
|
688
|
+
.organization-tree .card-footer .button-area {
|
|
689
|
+
flex: 0 0 20%;
|
|
690
|
+
text-align: right;
|
|
691
|
+
}
|
|
692
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
693
|
+
color: #409eff;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.searchResult {
|
|
697
|
+
color: red;
|
|
698
|
+
}
|
|
699
|
+
.inline-select-custom {
|
|
700
|
+
width: 100px;
|
|
701
|
+
}
|
|
702
|
+
.inline-input-custom {
|
|
703
|
+
width: 98%;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.searchResult[data-v-22410ec9] {
|
|
707
|
+
color: red;
|
|
708
|
+
}
|
|
709
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
710
|
+
width: 90%;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.organization-tree,
|
|
714
|
+
.organization-tree .el-checkbox__label,
|
|
715
|
+
.organization-tree .el-breadcrumb__inner,
|
|
716
|
+
.organization-tree .el-tree {
|
|
717
|
+
font-size: 17px;
|
|
718
|
+
font-weight: 700;
|
|
719
|
+
}
|
|
720
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
721
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
722
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
723
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
724
|
+
font-size: 17px;
|
|
725
|
+
font-weight: 700;
|
|
726
|
+
}
|
|
727
|
+
.organization-tree .el-card__body {
|
|
728
|
+
padding-top: 10px;
|
|
729
|
+
}
|
|
730
|
+
.organization-tree .card-content {
|
|
731
|
+
margin-top: 10px;
|
|
732
|
+
}
|
|
733
|
+
.organization-tree .item-row-all {
|
|
734
|
+
margin-bottom: 10px;
|
|
735
|
+
}
|
|
736
|
+
.organization-tree .item-row {
|
|
737
|
+
display: flex;
|
|
738
|
+
width: 100%;
|
|
739
|
+
}
|
|
740
|
+
.organization-tree .item-label {
|
|
741
|
+
flex: 0 0 90%;
|
|
742
|
+
text-align: left;
|
|
743
|
+
}
|
|
744
|
+
.organization-tree .item-side {
|
|
745
|
+
flex: 0 0 10%;
|
|
746
|
+
text-align: right;
|
|
747
|
+
}
|
|
748
|
+
.organization-tree .el-tree-node {
|
|
749
|
+
margin-bottom: 10px;
|
|
750
|
+
}
|
|
751
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
752
|
+
padding: 0;
|
|
753
|
+
display: none;
|
|
754
|
+
}
|
|
755
|
+
.organization-tree .card-footer {
|
|
756
|
+
padding: 20px;
|
|
757
|
+
}
|
|
758
|
+
.organization-tree .card-footer .select-result {
|
|
759
|
+
color: #409eff;
|
|
760
|
+
flex: 1 1 75%;
|
|
761
|
+
text-align: left;
|
|
762
|
+
}
|
|
763
|
+
.organization-tree .card-footer .button-area {
|
|
764
|
+
flex: 0 0 20%;
|
|
765
|
+
text-align: right;
|
|
766
|
+
}
|
|
767
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
768
|
+
color: #409eff;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.searchResult {
|
|
772
|
+
color: red;
|
|
773
|
+
}
|
|
774
|
+
.inline-select-custom {
|
|
775
|
+
width: 100px;
|
|
776
|
+
}
|
|
777
|
+
.inline-input-custom {
|
|
778
|
+
width: 98%;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.searchResult {
|
|
782
|
+
color: red;
|
|
783
|
+
}
|
|
784
|
+
.inline-input-custom {
|
|
785
|
+
width: 90%;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
789
|
+
font-size: 17px;
|
|
790
|
+
font-weight: 700;
|
|
791
|
+
}
|
|
792
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
793
|
+
font-size: 17px;
|
|
794
|
+
font-weight: 700;
|
|
795
|
+
}
|
|
796
|
+
.organization-tree .el-card__body {
|
|
797
|
+
padding-top: 10px;
|
|
798
|
+
}
|
|
799
|
+
.organization-tree .card-content {
|
|
800
|
+
margin-top: 10px;
|
|
801
|
+
}
|
|
802
|
+
.organization-tree .item-row-all {
|
|
803
|
+
margin-bottom: 10px;
|
|
804
|
+
}
|
|
805
|
+
.organization-tree .item-row {
|
|
806
|
+
display: flex;
|
|
807
|
+
width: 100%;
|
|
808
|
+
}
|
|
809
|
+
.organization-tree .item-label {
|
|
810
|
+
flex: 0 0 90%;
|
|
811
|
+
text-align: left;
|
|
812
|
+
}
|
|
813
|
+
.organization-tree .item-side {
|
|
814
|
+
flex: 0 0 10%;
|
|
815
|
+
text-align: right;
|
|
816
|
+
}
|
|
817
|
+
.organization-tree .el-tree-node {
|
|
818
|
+
margin-bottom: 10px;
|
|
819
|
+
}
|
|
820
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
821
|
+
padding: 0;
|
|
822
|
+
display: none;
|
|
823
|
+
}
|
|
824
|
+
.organization-tree .card-footer {
|
|
825
|
+
padding: 20px;
|
|
826
|
+
}
|
|
827
|
+
.organization-tree .card-footer .select-result {
|
|
828
|
+
color: #409EFF;
|
|
829
|
+
flex:1 1 75%;
|
|
830
|
+
text-align: left;
|
|
831
|
+
}
|
|
832
|
+
.organization-tree .card-footer .button-area {
|
|
833
|
+
flex:0 0 20%;
|
|
834
|
+
text-align: right;
|
|
835
|
+
}
|
|
836
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
837
|
+
color:#409EFF
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.red-circle[data-v-998f4283] {
|
|
841
|
+
width: 20px; /* 圆圈的宽度 */
|
|
842
|
+
height: 20px; /* 圆圈的高度 */
|
|
843
|
+
background-color: red; /* 背景色设置为红色 */
|
|
844
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
845
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
846
|
+
}
|
|
847
|
+
.green-circle[data-v-998f4283] {
|
|
848
|
+
width: 20px; /* 圆圈的宽度 */
|
|
849
|
+
height: 20px; /* 圆圈的高度 */
|
|
850
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
851
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
852
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
853
|
+
}
|
|
854
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
855
|
+
display: flex;
|
|
856
|
+
background-color: #fff;
|
|
857
|
+
justify-content: center;
|
|
858
|
+
align-items: center;
|
|
859
|
+
cursor: pointer;
|
|
860
|
+
}
|
|
861
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
862
|
+
display: inline-block;
|
|
863
|
+
}
|
|
864
|
+
.organization-input .el-input-group__append {
|
|
865
|
+
padding: 0 10px 0 0;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.grid-search-form[data-v-04817310] {
|
|
869
|
+
overflow: auto;
|
|
870
|
+
}
|
|
871
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
872
|
+
margin-bottom: 0px;
|
|
873
|
+
}
|
|
874
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
875
|
+
justify-content: center; /* 确保按钮居中 */
|
|
876
|
+
/* 可选:间距更美观 */
|
|
877
|
+
}
|
|
878
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
879
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
880
|
+
width: 100%;
|
|
881
|
+
}
|
|
882
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
883
|
+
padding: 10px;
|
|
884
|
+
}
|
|
885
|
+
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
886
|
+
margin-bottom: 20px;
|
|
887
|
+
}
|
|
888
|
+
.nine-grid-area .el-row[data-v-80f6a26f]:last-child {
|
|
889
|
+
margin-bottom: 0;
|
|
890
|
+
}
|
|
891
|
+
.nine-grid-area .el-col-5[data-v-80f6a26f] {
|
|
892
|
+
width: 20%;
|
|
893
|
+
max-width: 20%;
|
|
894
|
+
padding-left: 12px;
|
|
895
|
+
padding-right: 12px;
|
|
896
|
+
}
|
|
897
|
+
.nine-grid-area .el-col[data-v-80f6a26f] {
|
|
898
|
+
border-radius: 4px;
|
|
899
|
+
margin-bottom: 10px;
|
|
900
|
+
}
|
|
901
|
+
.nine-grid-area .name[data-v-80f6a26f] {
|
|
902
|
+
font-size: 12px;
|
|
903
|
+
color: #555;
|
|
904
|
+
float: left;
|
|
905
|
+
width: 80%;
|
|
906
|
+
text-align: left;
|
|
907
|
+
}
|
|
908
|
+
.nine-grid-area .bottom[data-v-80f6a26f] {
|
|
909
|
+
line-height: 13px;
|
|
910
|
+
}
|
|
911
|
+
.nine-grid-area .state[data-v-80f6a26f] {
|
|
912
|
+
font-size: 12px;
|
|
913
|
+
margin-top: 1.5px;
|
|
914
|
+
float: right;
|
|
915
|
+
line-height: 1;
|
|
916
|
+
display: flex;
|
|
917
|
+
align-items: right;
|
|
918
|
+
color: #999;
|
|
919
|
+
width: 20%;
|
|
920
|
+
text-align: right;
|
|
921
|
+
}
|
|
922
|
+
.nine-grid-area .image[data-v-80f6a26f] {
|
|
923
|
+
width: 100%;
|
|
924
|
+
display: block;
|
|
925
|
+
height: 200px;
|
|
926
|
+
}
|
|
927
|
+
.nine-grid-area .clearfix[data-v-80f6a26f]:before,
|
|
928
|
+
.nine-grid-area .clearfix[data-v-80f6a26f]:after {
|
|
929
|
+
display: table;
|
|
930
|
+
content: "";
|
|
931
|
+
}
|
|
932
|
+
.nine-grid-area .clearfix[data-v-80f6a26f]:after {
|
|
933
|
+
clear: both;
|
|
934
|
+
}
|
|
935
|
+
.nine-grid-area .input-with-select[data-v-80f6a26f] {
|
|
936
|
+
width: 200px;
|
|
937
|
+
float: right;
|
|
938
|
+
}
|
|
939
|
+
.nine-grid-area .popContainer[data-v-80f6a26f] {
|
|
940
|
+
position: absolute;
|
|
941
|
+
width: 23.15%;
|
|
942
|
+
display: block;
|
|
943
|
+
height: 200px;
|
|
944
|
+
text-align: right;
|
|
945
|
+
}
|
|
946
|
+
.nine-grid-area .fade-enter-active[data-v-80f6a26f],
|
|
947
|
+
.nine-grid-area .fade-leave-active[data-v-80f6a26f] {
|
|
948
|
+
transition: opacity 0.5s;
|
|
949
|
+
}
|
|
950
|
+
.nine-grid-area .fade-enter[data-v-80f6a26f],
|
|
951
|
+
.nine-grid-area .fade-leave-to[data-v-80f6a26f] {
|
|
952
|
+
opacity: 0;
|
|
953
|
+
}
|
|
954
|
+
.nine-grid-area .icons[data-v-80f6a26f] {
|
|
955
|
+
color: #adb5bd;
|
|
956
|
+
margin: 10px 10px 0px 0px;
|
|
957
|
+
cursor: pointer;
|
|
958
|
+
}
|
|
959
|
+
.nine-grid-area .release-status[data-v-80f6a26f] {
|
|
960
|
+
display: block;
|
|
961
|
+
width: 8px;
|
|
962
|
+
height: 8px;
|
|
963
|
+
margin-right: 8px;
|
|
964
|
+
border-radius: 100%;
|
|
965
|
+
}
|
|
966
|
+
.nine-grid-area .add-screen[data-v-80f6a26f] {
|
|
967
|
+
display: flex;
|
|
968
|
+
flex-direction: column;
|
|
969
|
+
justify-content: center;
|
|
970
|
+
align-items: center;
|
|
971
|
+
cursor: pointer;
|
|
972
|
+
height: 160px;
|
|
973
|
+
color: #666666;
|
|
974
|
+
font-family: Source Han Sans CN;
|
|
975
|
+
font-weight: 400;
|
|
976
|
+
font-size: 14px;
|
|
977
|
+
line-height: 14px;
|
|
978
|
+
letter-spacing: 0px;
|
|
979
|
+
text-align: left;
|
|
980
|
+
}
|
|
981
|
+
.nine-grid-area .el-divider--horizontal[data-v-80f6a26f] {
|
|
982
|
+
margin: 5px 0;
|
|
983
|
+
}
|
|
984
|
+
.nine-grid-area .button-style[data-v-80f6a26f] {
|
|
985
|
+
margin-top: 28px;
|
|
986
|
+
color: #606266;
|
|
987
|
+
font-family: Source Han Sans CN;
|
|
988
|
+
font-weight: 400;
|
|
989
|
+
font-size: 14px;
|
|
990
|
+
display: grid;
|
|
991
|
+
grid-template-columns: 20% 80%;
|
|
992
|
+
}
|
|
993
|
+
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
994
|
+
.mobile-item-action[data-v-13b41596] {
|
|
995
|
+
z-index: 2000;
|
|
996
|
+
}
|
|
997
|
+
.amb-color-iconfont[data-v-13b41596] {
|
|
998
|
+
width: 25px;
|
|
999
|
+
height: 25px;
|
|
1000
|
+
}
|
|
1001
|
+
.fs-preview-icon[data-v-13b41596] {
|
|
1002
|
+
font-size: 15px !important;
|
|
1003
|
+
display: inline-block;
|
|
1004
|
+
width: 1em !important;
|
|
1005
|
+
height: 1em !important;
|
|
1006
|
+
line-height: 1em;
|
|
1007
|
+
cursor: pointer;
|
|
1008
|
+
}
|
|
1009
|
+
.fs-preview-icon[data-v-13b41596]:not(:first-of-type) {
|
|
1010
|
+
margin-left: 20px;
|
|
1011
|
+
}
|
|
1012
|
+
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
1013
|
+
margin-left: 5px;
|
|
1014
|
+
}
|
|
1015
|
+
.file-name-container[data-v-adb74276] {
|
|
1016
|
+
display: flex;
|
|
1017
|
+
align-items: center; /* 垂直居中 */
|
|
1018
|
+
justify-content: center; /* 水平居中,如需要 */
|
|
1019
|
+
height: 100px; /* 容器高度 */
|
|
1020
|
+
}
|
|
1021
|
+
.amb-color-iconfont[data-v-5254701d] {
|
|
1022
|
+
width: 30px;
|
|
1023
|
+
height: 30px;
|
|
1024
|
+
}
|
|
1025
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
1026
|
+
margin-left: 10px;
|
|
1027
|
+
cursor: pointer;
|
|
1028
|
+
overflow: hidden;
|
|
1029
|
+
text-overflow: ellipsis;
|
|
1030
|
+
white-space: nowrap;
|
|
1031
|
+
}
|
|
1032
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
1033
|
+
border: 1px solid #dcdfe6;
|
|
1034
|
+
padding: 4px 8px;
|
|
1035
|
+
background-clip: padding-box;
|
|
1036
|
+
overflow: hidden;
|
|
1037
|
+
display: inline-flex;
|
|
1038
|
+
align-items: center;
|
|
1039
|
+
}
|
|
1040
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
1041
|
+
margin-right: 8px;
|
|
1042
|
+
max-width: 120px;
|
|
1043
|
+
overflow: hidden;
|
|
1044
|
+
text-overflow: ellipsis;
|
|
1045
|
+
white-space: nowrap;
|
|
1046
|
+
}
|
|
1047
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
1048
|
+
font-weight: 600;
|
|
1049
|
+
margin-left: 4px;
|
|
1050
|
+
}.select[data-v-52983a24] {
|
|
1051
|
+
width: 100%;
|
|
1052
|
+
height: 100%;
|
|
1053
|
+
display: grid;
|
|
1054
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
1055
|
+
align-items: center;
|
|
1056
|
+
}
|
|
1057
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
1058
|
+
width: 100%;
|
|
1059
|
+
height: 100%;
|
|
1060
|
+
text-align: center;
|
|
1061
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1062
|
+
border: 1px solid #dcdfe6;
|
|
1063
|
+
padding: 4px 8px;
|
|
1064
|
+
background-clip: padding-box;
|
|
1065
|
+
overflow: hidden;
|
|
1066
|
+
display: inline-flex;
|
|
1067
|
+
align-items: center;
|
|
1068
|
+
}
|
|
1069
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1070
|
+
margin-right: 18px;
|
|
1071
|
+
max-width: 160px;
|
|
1072
|
+
overflow: hidden;
|
|
1073
|
+
text-overflow: ellipsis;
|
|
1074
|
+
white-space: nowrap;
|
|
1075
|
+
}
|
|
1076
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1077
|
+
font-weight: 600;
|
|
1078
|
+
margin-left: 4px;
|
|
1079
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1080
|
+
font-size: 12px;
|
|
1081
|
+
}
|
|
1082
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1083
|
+
border: 1px solid #dcdfe6;
|
|
1084
|
+
padding: 4px 8px;
|
|
1085
|
+
background-clip: padding-box;
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
display: inline-flex;
|
|
1088
|
+
align-items: center;
|
|
1089
|
+
}
|
|
1090
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1091
|
+
margin-right: 18px;
|
|
1092
|
+
max-width: 160px;
|
|
1093
|
+
overflow: hidden;
|
|
1094
|
+
text-overflow: ellipsis;
|
|
1095
|
+
white-space: nowrap;
|
|
1096
|
+
}
|
|
1097
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1098
|
+
font-weight: 600;
|
|
1099
|
+
margin-left: 4px;
|
|
1100
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
1101
|
+
width: 50%;
|
|
1102
|
+
}.yx-affix[data-v-417c4495]:empty {
|
|
1103
|
+
display: none;
|
|
1104
|
+
}
|
|
1105
|
+
.yx-affix .yx-affix-content[data-v-417c4495]:empty {
|
|
1106
|
+
display: none;
|
|
1107
|
+
}
|
|
1108
|
+
.yx-affix .yx-affix-content.is-fixed.is-top[data-v-417c4495] {
|
|
1109
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
1110
|
+
}
|
|
1111
|
+
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
1112
|
+
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
1113
|
+
}[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
|
|
1114
|
+
user-select: text !important;
|
|
1115
|
+
-webkit-user-select: text !important;
|
|
1116
|
+
-moz-user-select: text !important;
|
|
1117
|
+
-ms-user-select: text !important;
|
|
1118
|
+
}
|
|
1119
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
1120
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
1121
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1122
|
+
}
|
|
1123
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
1124
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
1125
|
+
transform: translateY(100%);
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
/**
|
|
1129
|
+
* 聊天窗口的样式设置
|
|
1130
|
+
*/
|
|
1131
|
+
.chat-container[data-v-bc196b97] {
|
|
1132
|
+
--header-height: 56px;
|
|
1133
|
+
--chat-padding: 12px;
|
|
1134
|
+
--bubble-content-max-width: 0px;
|
|
1135
|
+
position: fixed;
|
|
1136
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1137
|
+
|
|
1138
|
+
overflow: hidden;
|
|
1139
|
+
z-index: 100;
|
|
1140
|
+
flex-direction: row; /* 横向排列 */
|
|
1141
|
+
height: 100%; /* 父容器高度 */
|
|
1142
|
+
}
|
|
1143
|
+
.small-window[data-v-bc196b97] {
|
|
1144
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1145
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1146
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1147
|
+
border-radius: 8px;
|
|
1148
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1149
|
+
}
|
|
1150
|
+
.full-screen[data-v-bc196b97] {
|
|
1151
|
+
right: 0;
|
|
1152
|
+
bottom: 0;
|
|
1153
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1154
|
+
}
|
|
1155
|
+
.chat-container[data-v-bc196b97] > * {
|
|
1156
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
/* 聊天窗口的头部样式设置
|
|
1160
|
+
*/
|
|
1161
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
1162
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1163
|
+
display: flex;
|
|
1164
|
+
align-items: center;
|
|
1165
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1166
|
+
height: var(--header-height);
|
|
1167
|
+
line-height: var(--header-height);
|
|
1168
|
+
overflow: hidden;
|
|
1169
|
+
position: relative;
|
|
1170
|
+
}
|
|
1171
|
+
.session-subject[data-v-bc196b97] {
|
|
1172
|
+
display: block;
|
|
1173
|
+
margin: 0 auto;
|
|
1174
|
+
text-align: center;
|
|
1175
|
+
font-family: PingFang SC, PingFang SC;
|
|
1176
|
+
font-weight: 500;
|
|
1177
|
+
font-size: 16px;
|
|
1178
|
+
color: #181818;
|
|
1179
|
+
text-align: left;
|
|
1180
|
+
font-style: normal;
|
|
1181
|
+
text-transform: none;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
/* 聊天窗口的头部图标样式设置
|
|
1185
|
+
*/
|
|
1186
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
1187
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1188
|
+
margin-right: var(--chat-padding);
|
|
1189
|
+
}
|
|
1190
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
1191
|
+
right: 20px;
|
|
1192
|
+
position: absolute;
|
|
1193
|
+
gap: 28px;
|
|
1194
|
+
display: flex;
|
|
1195
|
+
}
|
|
1196
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
1197
|
+
background: #f6f7fa;
|
|
1198
|
+
display: flex;
|
|
1199
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1200
|
+
border-right: 1px solid #ddd;
|
|
1201
|
+
padding: 20px 12px;
|
|
1202
|
+
width: 260px;
|
|
1203
|
+
height: 100%;
|
|
1204
|
+
}
|
|
1205
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
1206
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1207
|
+
box-sizing: border-box;
|
|
1208
|
+
overflow: hidden;
|
|
1209
|
+
position: relative;
|
|
1210
|
+
display: flex;
|
|
1211
|
+
flex-direction: column;
|
|
1212
|
+
height: var(--main-content-height);
|
|
1213
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1214
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1215
|
+
}
|
|
1216
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
1217
|
+
flex: 1;
|
|
1218
|
+
box-sizing: border-box;
|
|
1219
|
+
min-height: 0;
|
|
1220
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1221
|
+
/* overflow-y: auto;
|
|
1222
|
+
margin-bottom: 12px; */
|
|
1223
|
+
}
|
|
1224
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
1225
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1226
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1227
|
+
}
|
|
1228
|
+
.header-icon[data-v-bc196b97] {
|
|
1229
|
+
cursor: pointer;
|
|
1230
|
+
font-size: 20px;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
/* 聊天默认推荐内容样式
|
|
1234
|
+
*/
|
|
1235
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
1236
|
+
margin-top: 5px;
|
|
1237
|
+
}
|
|
1238
|
+
.content-container[data-v-bc196b97] {
|
|
1239
|
+
padding: 16px;
|
|
1240
|
+
border-radius: 4px;
|
|
1241
|
+
background: #ffffff;
|
|
1242
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1243
|
+
border-radius: 0px 30px 30px 30px;
|
|
1244
|
+
/* opacity: 0.6; */
|
|
1245
|
+
}
|
|
1246
|
+
.chat-content-font[data-v-bc196b97] {
|
|
1247
|
+
font-family: PingFang SC, PingFang SC;
|
|
1248
|
+
font-weight: 500;
|
|
1249
|
+
font-size: 16px;
|
|
1250
|
+
color: #181818;
|
|
1251
|
+
line-height: 32px;
|
|
1252
|
+
text-align: justified;
|
|
1253
|
+
font-style: normal;
|
|
1254
|
+
text-transform: none;
|
|
1255
|
+
}
|
|
1256
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1257
|
+
border: none !important;
|
|
1258
|
+
}
|
|
1259
|
+
.content-container-header[data-v-bc196b97] {
|
|
1260
|
+
font-size: 12px;
|
|
1261
|
+
color: #909399;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
// 用户消息
|
|
1266
|
+
*/
|
|
1267
|
+
.content-borderless-container {
|
|
1268
|
+
&[data-v-bc196b97] {
|
|
1269
|
+
background: #e1ecfd;
|
|
1270
|
+
border-radius: 20px 0px 20px 20px;
|
|
1271
|
+
user-select: none;
|
|
1272
|
+
padding: 12px;
|
|
1273
|
+
cursor: pointer;
|
|
1274
|
+
transition: background-color 0.3s;
|
|
1275
|
+
}
|
|
1276
|
+
&[data-v-bc196b97]:hover {
|
|
1277
|
+
background-color: #ebeef5;
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
.footer-container {
|
|
1281
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
1282
|
+
margin-left: 8px;
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
1286
|
+
padding: 0;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
/* 引用文件样式 */
|
|
1290
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
1291
|
+
width: 100%;
|
|
1292
|
+
padding: 10px;
|
|
1293
|
+
margin-bottom: 5px;
|
|
1294
|
+
border: 1px solid #eee;
|
|
1295
|
+
border-radius: 4px;
|
|
1296
|
+
cursor: pointer;
|
|
1297
|
+
font-size: 12px;
|
|
1298
|
+
color: var(--el-color-primary);
|
|
1299
|
+
}
|
|
1300
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
1301
|
+
padding: 0;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1305
|
+
display: flex;
|
|
1306
|
+
align-items: center;
|
|
1307
|
+
flex-shrink: 0;
|
|
1308
|
+
min-width: max-content;
|
|
1309
|
+
margin-left: auto;
|
|
1310
|
+
gap: 10px;
|
|
1311
|
+
}
|
|
1312
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1313
|
+
display: flex;
|
|
1314
|
+
align-items: center;
|
|
1315
|
+
justify-content: center;
|
|
1316
|
+
margin-top: 10px;
|
|
1317
|
+
gap: 10px;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.footer-wrapper {
|
|
1321
|
+
&[data-v-ffbde6f9] {
|
|
1322
|
+
display: flex;
|
|
1323
|
+
align-items: center;
|
|
1324
|
+
justify-content: space-between;
|
|
1325
|
+
gap: 10px;
|
|
1326
|
+
width: 100%;
|
|
1327
|
+
}
|
|
1328
|
+
.footer-time[data-v-ffbde6f9] {
|
|
1329
|
+
font-size: 10px;
|
|
1330
|
+
color: #999;
|
|
1331
|
+
margin-top: 3px;
|
|
1332
|
+
flex-shrink: 0;
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
.footer-container {
|
|
1336
|
+
&[data-v-ffbde6f9] {
|
|
1337
|
+
display: flex;
|
|
1338
|
+
gap: 8px;
|
|
1339
|
+
}
|
|
1340
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1341
|
+
margin-left: 0;
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
[data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
|
|
1345
|
+
user-select: text !important;
|
|
1346
|
+
-webkit-user-select: text !important;
|
|
1347
|
+
-moz-user-select: text !important;
|
|
1348
|
+
-ms-user-select: text !important;
|
|
1349
|
+
}
|
|
1350
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
1351
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
1352
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1353
|
+
}
|
|
1354
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
1355
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
1356
|
+
transform: translateY(100%);
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
* 聊天窗口的样式设置
|
|
1361
|
+
*/
|
|
1362
|
+
.chat-container[data-v-e9aa835d] {
|
|
1363
|
+
--header-height: 56px;
|
|
1364
|
+
--chat-padding: 12px;
|
|
1365
|
+
--bubble-content-max-width: 0px;
|
|
1366
|
+
position: fixed;
|
|
1367
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1368
|
+
|
|
1369
|
+
overflow: hidden;
|
|
1370
|
+
z-index: 100;
|
|
1371
|
+
flex-direction: row; /* 横向排列 */
|
|
1372
|
+
height: 100%; /* 父容器高度 */
|
|
1373
|
+
}
|
|
1374
|
+
.small-window[data-v-e9aa835d] {
|
|
1375
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1376
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1377
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1378
|
+
border-radius: 8px;
|
|
1379
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1380
|
+
}
|
|
1381
|
+
.full-screen[data-v-e9aa835d] {
|
|
1382
|
+
right: 0;
|
|
1383
|
+
bottom: 0;
|
|
1384
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1385
|
+
}
|
|
1386
|
+
.chat-container[data-v-e9aa835d] > * {
|
|
1387
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
/* 聊天窗口的头部样式设置
|
|
1391
|
+
*/
|
|
1392
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
1393
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1394
|
+
display: flex;
|
|
1395
|
+
align-items: center;
|
|
1396
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1397
|
+
height: var(--header-height);
|
|
1398
|
+
line-height: var(--header-height);
|
|
1399
|
+
overflow: hidden;
|
|
1400
|
+
position: relative;
|
|
1401
|
+
}
|
|
1402
|
+
.session-subject[data-v-e9aa835d] {
|
|
1403
|
+
display: block;
|
|
1404
|
+
margin: 0 auto;
|
|
1405
|
+
text-align: center;
|
|
1406
|
+
font-family: PingFang SC, PingFang SC;
|
|
1407
|
+
font-weight: 500;
|
|
1408
|
+
font-size: 16px;
|
|
1409
|
+
color: #181818;
|
|
1410
|
+
text-align: left;
|
|
1411
|
+
font-style: normal;
|
|
1412
|
+
text-transform: none;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
/* 聊天窗口的头部图标样式设置
|
|
1416
|
+
*/
|
|
1417
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
1418
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1419
|
+
margin-right: var(--chat-padding);
|
|
1420
|
+
}
|
|
1421
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
1422
|
+
right: 20px;
|
|
1423
|
+
position: absolute;
|
|
1424
|
+
gap: 28px;
|
|
1425
|
+
display: flex;
|
|
1426
|
+
}
|
|
1427
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
1428
|
+
background: #f6f7fa;
|
|
1429
|
+
display: flex;
|
|
1430
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1431
|
+
border-right: 1px solid #ddd;
|
|
1432
|
+
padding: 20px 12px;
|
|
1433
|
+
width: 260px;
|
|
1434
|
+
height: 100%;
|
|
1435
|
+
}
|
|
1436
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
1437
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1438
|
+
box-sizing: border-box;
|
|
1439
|
+
overflow: hidden;
|
|
1440
|
+
position: relative;
|
|
1441
|
+
display: flex;
|
|
1442
|
+
flex-direction: column;
|
|
1443
|
+
height: var(--main-content-height);
|
|
1444
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1445
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1446
|
+
}
|
|
1447
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
1448
|
+
flex: 1;
|
|
1449
|
+
box-sizing: border-box;
|
|
1450
|
+
min-height: 0;
|
|
1451
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1452
|
+
/* overflow-y: auto;
|
|
1453
|
+
margin-bottom: 12px; */
|
|
1454
|
+
}
|
|
1455
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
1456
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1457
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1458
|
+
}
|
|
1459
|
+
.header-icon[data-v-e9aa835d] {
|
|
1460
|
+
cursor: pointer;
|
|
1461
|
+
font-size: 20px;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
/* 聊天默认推荐内容样式
|
|
1465
|
+
*/
|
|
1466
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
1467
|
+
margin-top: 5px;
|
|
1468
|
+
}
|
|
1469
|
+
.content-container[data-v-e9aa835d] {
|
|
1470
|
+
padding: 16px;
|
|
1471
|
+
border-radius: 4px;
|
|
1472
|
+
background: #ffffff;
|
|
1473
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1474
|
+
border-radius: 0px 30px 30px 30px;
|
|
1475
|
+
/* opacity: 0.6; */
|
|
1476
|
+
}
|
|
1477
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
1478
|
+
font-family: PingFang SC, PingFang SC;
|
|
1479
|
+
font-weight: 500;
|
|
1480
|
+
font-size: 16px;
|
|
1481
|
+
color: #181818;
|
|
1482
|
+
line-height: 32px;
|
|
1483
|
+
text-align: justified;
|
|
1484
|
+
font-style: normal;
|
|
1485
|
+
text-transform: none;
|
|
1486
|
+
}
|
|
1487
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1488
|
+
border: none !important;
|
|
1489
|
+
}
|
|
1490
|
+
.content-container-header[data-v-e9aa835d] {
|
|
1491
|
+
font-size: 12px;
|
|
1492
|
+
color: #909399;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
// 用户消息
|
|
1497
|
+
*/
|
|
1498
|
+
.content-borderless-container {
|
|
1499
|
+
&[data-v-e9aa835d] {
|
|
1500
|
+
background: #e1ecfd;
|
|
1501
|
+
border-radius: 20px 0px 20px 20px;
|
|
1502
|
+
user-select: none;
|
|
1503
|
+
padding: 12px;
|
|
1504
|
+
cursor: pointer;
|
|
1505
|
+
transition: background-color 0.3s;
|
|
1506
|
+
}
|
|
1507
|
+
&[data-v-e9aa835d]:hover {
|
|
1508
|
+
background-color: #ebeef5;
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
.footer-container {
|
|
1512
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
1513
|
+
margin-left: 8px;
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
1517
|
+
padding: 0;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
/* 引用文件样式 */
|
|
1521
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
1522
|
+
width: 100%;
|
|
1523
|
+
padding: 10px;
|
|
1524
|
+
margin-bottom: 5px;
|
|
1525
|
+
border: 1px solid #eee;
|
|
1526
|
+
border-radius: 4px;
|
|
1527
|
+
cursor: pointer;
|
|
1528
|
+
font-size: 12px;
|
|
1529
|
+
color: var(--el-color-primary);
|
|
1530
|
+
}
|
|
1531
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
1532
|
+
padding: 0;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
.el-dialog__header[data-v-44f1d9d6] {
|
|
1536
|
+
padding-bottom: 0px;
|
|
1537
|
+
}
|
|
1538
|
+
[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
1539
|
+
user-select: text !important;
|
|
1540
|
+
-webkit-user-select: text !important;
|
|
1541
|
+
-moz-user-select: text !important;
|
|
1542
|
+
-ms-user-select: text !important;
|
|
1543
|
+
}
|
|
1544
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
1545
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
1546
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1547
|
+
}
|
|
1548
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
1549
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
1550
|
+
transform: translateY(100%);
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
/**
|
|
1554
|
+
* 聊天窗口的样式设置
|
|
1555
|
+
*/
|
|
1556
|
+
.chat-container[data-v-45fbaf17] {
|
|
1557
|
+
--header-height: 56px;
|
|
1558
|
+
--chat-padding: 12px;
|
|
1559
|
+
--bubble-content-max-width: 0px;
|
|
1560
|
+
position: fixed;
|
|
1561
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1562
|
+
|
|
1563
|
+
overflow: hidden;
|
|
1564
|
+
z-index: 100;
|
|
1565
|
+
flex-direction: row; /* 横向排列 */
|
|
1566
|
+
height: 100%; /* 父容器高度 */
|
|
1567
|
+
}
|
|
1568
|
+
.small-window[data-v-45fbaf17] {
|
|
1569
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1570
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1571
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1572
|
+
border-radius: 8px;
|
|
1573
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1574
|
+
}
|
|
1575
|
+
.full-screen[data-v-45fbaf17] {
|
|
1576
|
+
right: 0;
|
|
1577
|
+
bottom: 0;
|
|
1578
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1579
|
+
}
|
|
1580
|
+
.chat-container[data-v-45fbaf17] > * {
|
|
1581
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
/* 聊天窗口的头部样式设置
|
|
1585
|
+
*/
|
|
1586
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
1587
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1588
|
+
display: flex;
|
|
1589
|
+
align-items: center;
|
|
1590
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1591
|
+
height: var(--header-height);
|
|
1592
|
+
line-height: var(--header-height);
|
|
1593
|
+
overflow: hidden;
|
|
1594
|
+
position: relative;
|
|
1595
|
+
}
|
|
1596
|
+
.session-subject[data-v-45fbaf17] {
|
|
1597
|
+
display: block;
|
|
1598
|
+
margin: 0 auto;
|
|
1599
|
+
text-align: center;
|
|
1600
|
+
font-family: PingFang SC, PingFang SC;
|
|
1601
|
+
font-weight: 500;
|
|
1602
|
+
font-size: 16px;
|
|
1603
|
+
color: #181818;
|
|
1604
|
+
text-align: left;
|
|
1605
|
+
font-style: normal;
|
|
1606
|
+
text-transform: none;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
/* 聊天窗口的头部图标样式设置
|
|
1610
|
+
*/
|
|
1611
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
1612
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1613
|
+
margin-right: var(--chat-padding);
|
|
1614
|
+
}
|
|
1615
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
1616
|
+
right: 20px;
|
|
1617
|
+
position: absolute;
|
|
1618
|
+
gap: 28px;
|
|
1619
|
+
display: flex;
|
|
1620
|
+
}
|
|
1621
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
1622
|
+
background: #f6f7fa;
|
|
1623
|
+
display: flex;
|
|
1624
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1625
|
+
border-right: 1px solid #ddd;
|
|
1626
|
+
padding: 20px 12px;
|
|
1627
|
+
width: 260px;
|
|
1628
|
+
height: 100%;
|
|
1629
|
+
}
|
|
1630
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
1631
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1632
|
+
box-sizing: border-box;
|
|
1633
|
+
overflow: hidden;
|
|
1634
|
+
position: relative;
|
|
1635
|
+
display: flex;
|
|
1636
|
+
flex-direction: column;
|
|
1637
|
+
height: var(--main-content-height);
|
|
1638
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1639
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1640
|
+
}
|
|
1641
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
1642
|
+
flex: 1;
|
|
1643
|
+
box-sizing: border-box;
|
|
1644
|
+
min-height: 0;
|
|
1645
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1646
|
+
/* overflow-y: auto;
|
|
1647
|
+
margin-bottom: 12px; */
|
|
1648
|
+
}
|
|
1649
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
1650
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1651
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1652
|
+
}
|
|
1653
|
+
.header-icon[data-v-45fbaf17] {
|
|
1654
|
+
cursor: pointer;
|
|
1655
|
+
font-size: 20px;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
/* 聊天默认推荐内容样式
|
|
1659
|
+
*/
|
|
1660
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
1661
|
+
margin-top: 5px;
|
|
1662
|
+
}
|
|
1663
|
+
.content-container[data-v-45fbaf17] {
|
|
1664
|
+
padding: 16px;
|
|
1665
|
+
border-radius: 4px;
|
|
1666
|
+
background: #ffffff;
|
|
1667
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1668
|
+
border-radius: 0px 30px 30px 30px;
|
|
1669
|
+
/* opacity: 0.6; */
|
|
1670
|
+
}
|
|
1671
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
1672
|
+
font-family: PingFang SC, PingFang SC;
|
|
1673
|
+
font-weight: 500;
|
|
1674
|
+
font-size: 16px;
|
|
1675
|
+
color: #181818;
|
|
1676
|
+
line-height: 32px;
|
|
1677
|
+
text-align: justified;
|
|
1678
|
+
font-style: normal;
|
|
1679
|
+
text-transform: none;
|
|
1680
|
+
}
|
|
1681
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1682
|
+
border: none !important;
|
|
1683
|
+
}
|
|
1684
|
+
.content-container-header[data-v-45fbaf17] {
|
|
1685
|
+
font-size: 12px;
|
|
1686
|
+
color: #909399;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
/**
|
|
1690
|
+
// 用户消息
|
|
1691
|
+
*/
|
|
1692
|
+
.content-borderless-container {
|
|
1693
|
+
&[data-v-45fbaf17] {
|
|
1694
|
+
background: #e1ecfd;
|
|
1695
|
+
border-radius: 20px 0px 20px 20px;
|
|
1696
|
+
user-select: none;
|
|
1697
|
+
padding: 12px;
|
|
1698
|
+
cursor: pointer;
|
|
1699
|
+
transition: background-color 0.3s;
|
|
1700
|
+
}
|
|
1701
|
+
&[data-v-45fbaf17]:hover {
|
|
1702
|
+
background-color: #ebeef5;
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
.footer-container {
|
|
1706
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
1707
|
+
margin-left: 8px;
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
1711
|
+
padding: 0;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
/* 引用文件样式 */
|
|
1715
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
1716
|
+
width: 100%;
|
|
1717
|
+
padding: 10px;
|
|
1718
|
+
margin-bottom: 5px;
|
|
1719
|
+
border: 1px solid #eee;
|
|
1720
|
+
border-radius: 4px;
|
|
1721
|
+
cursor: pointer;
|
|
1722
|
+
font-size: 12px;
|
|
1723
|
+
color: var(--el-color-primary);
|
|
1724
|
+
}
|
|
1725
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
1726
|
+
padding: 0;
|
|
1727
|
+
}
|
|
1728
|
+
[data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
|
|
1729
|
+
user-select: text !important;
|
|
1730
|
+
-webkit-user-select: text !important;
|
|
1731
|
+
-moz-user-select: text !important;
|
|
1732
|
+
-ms-user-select: text !important;
|
|
1733
|
+
}
|
|
1734
|
+
.slide-up-enter-active[data-v-6da81be3],
|
|
1735
|
+
.slide-up-leave-active[data-v-6da81be3] {
|
|
1736
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1737
|
+
}
|
|
1738
|
+
.slide-up-enter-from[data-v-6da81be3],
|
|
1739
|
+
.slide-up-leave-to[data-v-6da81be3] {
|
|
1740
|
+
transform: translateY(100%);
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
/**
|
|
1744
|
+
* 聊天窗口的样式设置
|
|
1745
|
+
*/
|
|
1746
|
+
.chat-container[data-v-6da81be3] {
|
|
1747
|
+
--header-height: 56px;
|
|
1748
|
+
--chat-padding: 12px;
|
|
1749
|
+
--bubble-content-max-width: 0px;
|
|
1750
|
+
position: fixed;
|
|
1751
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1752
|
+
|
|
1753
|
+
overflow: hidden;
|
|
1754
|
+
z-index: 100;
|
|
1755
|
+
flex-direction: row; /* 横向排列 */
|
|
1756
|
+
height: 100%; /* 父容器高度 */
|
|
1757
|
+
}
|
|
1758
|
+
.small-window[data-v-6da81be3] {
|
|
1759
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1760
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1761
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1762
|
+
border-radius: 8px;
|
|
1763
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1764
|
+
}
|
|
1765
|
+
.full-screen[data-v-6da81be3] {
|
|
1766
|
+
right: 0;
|
|
1767
|
+
bottom: 0;
|
|
1768
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1769
|
+
}
|
|
1770
|
+
.chat-container[data-v-6da81be3] > * {
|
|
1771
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
/* 聊天窗口的头部样式设置
|
|
1775
|
+
*/
|
|
1776
|
+
.chat-embed__header_container[data-v-6da81be3] {
|
|
1777
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1778
|
+
display: flex;
|
|
1779
|
+
align-items: center;
|
|
1780
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1781
|
+
height: var(--header-height);
|
|
1782
|
+
line-height: var(--header-height);
|
|
1783
|
+
overflow: hidden;
|
|
1784
|
+
position: relative;
|
|
1785
|
+
}
|
|
1786
|
+
.session-subject[data-v-6da81be3] {
|
|
1787
|
+
display: block;
|
|
1788
|
+
margin: 0 auto;
|
|
1789
|
+
text-align: center;
|
|
1790
|
+
font-family: PingFang SC, PingFang SC;
|
|
1791
|
+
font-weight: 500;
|
|
1792
|
+
font-size: 16px;
|
|
1793
|
+
color: #181818;
|
|
1794
|
+
text-align: left;
|
|
1795
|
+
font-style: normal;
|
|
1796
|
+
text-transform: none;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
/* 聊天窗口的头部图标样式设置
|
|
1800
|
+
*/
|
|
1801
|
+
.chat-embed__header_avatar[data-v-6da81be3] {
|
|
1802
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1803
|
+
margin-right: var(--chat-padding);
|
|
1804
|
+
}
|
|
1805
|
+
.chat-embed__header_tool_icon[data-v-6da81be3] {
|
|
1806
|
+
right: 20px;
|
|
1807
|
+
position: absolute;
|
|
1808
|
+
gap: 28px;
|
|
1809
|
+
display: flex;
|
|
1810
|
+
}
|
|
1811
|
+
.chat-embed__sidebar[data-v-6da81be3] {
|
|
1812
|
+
background: #f6f7fa;
|
|
1813
|
+
display: flex;
|
|
1814
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1815
|
+
border-right: 1px solid #ddd;
|
|
1816
|
+
padding: 20px 12px;
|
|
1817
|
+
width: 260px;
|
|
1818
|
+
height: 100%;
|
|
1819
|
+
}
|
|
1820
|
+
.chat-embed__main[data-v-6da81be3] {
|
|
1821
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1822
|
+
box-sizing: border-box;
|
|
1823
|
+
overflow: hidden;
|
|
1824
|
+
position: relative;
|
|
1825
|
+
display: flex;
|
|
1826
|
+
flex-direction: column;
|
|
1827
|
+
height: var(--main-content-height);
|
|
1828
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1829
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1830
|
+
}
|
|
1831
|
+
.chat-embed__main_content[data-v-6da81be3] {
|
|
1832
|
+
flex: 1;
|
|
1833
|
+
box-sizing: border-box;
|
|
1834
|
+
min-height: 0;
|
|
1835
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1836
|
+
/* overflow-y: auto;
|
|
1837
|
+
margin-bottom: 12px; */
|
|
1838
|
+
}
|
|
1839
|
+
.chat-embed__input_container[data-v-6da81be3] {
|
|
1840
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1841
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1842
|
+
}
|
|
1843
|
+
.header-icon[data-v-6da81be3] {
|
|
1844
|
+
cursor: pointer;
|
|
1845
|
+
font-size: 20px;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
/* 聊天默认推荐内容样式
|
|
1849
|
+
*/
|
|
1850
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
|
|
1851
|
+
margin-top: 5px;
|
|
1852
|
+
}
|
|
1853
|
+
.content-container[data-v-6da81be3] {
|
|
1854
|
+
padding: 16px;
|
|
1855
|
+
border-radius: 4px;
|
|
1856
|
+
background: #ffffff;
|
|
1857
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1858
|
+
border-radius: 0px 30px 30px 30px;
|
|
1859
|
+
/* opacity: 0.6; */
|
|
1860
|
+
}
|
|
1861
|
+
.chat-content-font[data-v-6da81be3] {
|
|
1862
|
+
font-family: PingFang SC, PingFang SC;
|
|
1863
|
+
font-weight: 500;
|
|
1864
|
+
font-size: 16px;
|
|
1865
|
+
color: #181818;
|
|
1866
|
+
line-height: 32px;
|
|
1867
|
+
text-align: justified;
|
|
1868
|
+
font-style: normal;
|
|
1869
|
+
text-transform: none;
|
|
1870
|
+
}
|
|
1871
|
+
[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1872
|
+
border: none !important;
|
|
1873
|
+
}
|
|
1874
|
+
.content-container-header[data-v-6da81be3] {
|
|
1875
|
+
font-size: 12px;
|
|
1876
|
+
color: #909399;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
/**
|
|
1880
|
+
// 用户消息
|
|
1881
|
+
*/
|
|
1882
|
+
.content-borderless-container {
|
|
1883
|
+
&[data-v-6da81be3] {
|
|
1884
|
+
background: #e1ecfd;
|
|
1885
|
+
border-radius: 20px 0px 20px 20px;
|
|
1886
|
+
user-select: none;
|
|
1887
|
+
padding: 12px;
|
|
1888
|
+
cursor: pointer;
|
|
1889
|
+
transition: background-color 0.3s;
|
|
1890
|
+
}
|
|
1891
|
+
&[data-v-6da81be3]:hover {
|
|
1892
|
+
background-color: #ebeef5;
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
.footer-container {
|
|
1896
|
+
[data-v-6da81be3] .el-button + .el-button {
|
|
1897
|
+
margin-left: 8px;
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
|
|
1901
|
+
padding: 0;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
/* 引用文件样式 */
|
|
1905
|
+
.doc-agg-item[data-v-6da81be3] {
|
|
1906
|
+
width: 100%;
|
|
1907
|
+
padding: 10px;
|
|
1908
|
+
margin-bottom: 5px;
|
|
1909
|
+
border: 1px solid #eee;
|
|
1910
|
+
border-radius: 4px;
|
|
1911
|
+
cursor: pointer;
|
|
1912
|
+
font-size: 12px;
|
|
1913
|
+
color: var(--el-color-primary);
|
|
1914
|
+
}
|
|
1915
|
+
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
1916
|
+
padding: 0;
|
|
1917
|
+
}
|
|
1918
|
+
h4[data-v-6da81be3] {
|
|
1919
|
+
font-size: 16px;
|
|
1920
|
+
margin-top: 0px;
|
|
1921
|
+
margin-bottom: 0px;
|
|
1922
|
+
}
|
|
1923
|
+
[data-v-6da81be3] .el-divider--horizontal {
|
|
1924
|
+
margin: 5px 0;
|
|
1925
|
+
}
|
|
1926
|
+
.sender-additional-data-tag[data-v-6da81be3] {
|
|
1927
|
+
display: flex;
|
|
1928
|
+
align-items: center;
|
|
1929
|
+
flex-shrink: 0;
|
|
1930
|
+
min-width: max-content;
|
|
1931
|
+
margin-left: auto;
|
|
1932
|
+
gap: 10px;
|
|
1933
|
+
}
|
|
1934
|
+
.amb-color-iconfont[data-v-6da81be3] {
|
|
1935
|
+
display: inline-block;
|
|
1936
|
+
width: 12px;
|
|
1937
|
+
height: 12px;
|
|
1938
|
+
background-repeat: no-repeat;
|
|
1939
|
+
background-position: center;
|
|
1940
|
+
background-size: 100%;
|
|
1941
|
+
cursor: pointer;
|
|
1942
|
+
}
|
|
1943
|
+
.el-button + .el-button[data-v-6da81be3] {
|
|
1944
|
+
margin-left: 5px;
|
|
1945
|
+
}
|
|
1946
|
+
.header-self-wrap[data-v-6da81be3] {
|
|
1947
|
+
display: flex;
|
|
1948
|
+
flex-direction: column;
|
|
1949
|
+
padding: 16px;
|
|
1950
|
+
}
|
|
1951
|
+
[data-v-6da81be3] .el-sender-header {
|
|
1952
|
+
border-bottom-color: #ffffff !important;
|
|
1953
|
+
}
|
|
1954
|
+
[data-v-6da81be3] .el-sender {
|
|
1955
|
+
background: #ffffff !important;
|
|
1956
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
1957
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
1958
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
1959
|
+
font-weight: 400;
|
|
1960
|
+
font-size: 16px;
|
|
1961
|
+
color: #bbbbbb;
|
|
1962
|
+
text-align: left;
|
|
1963
|
+
font-style: normal;
|
|
1964
|
+
text-transform: none;
|
|
1965
|
+
}
|
|
1966
|
+
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
1967
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
1968
|
+
font-weight: 400 !important;
|
|
1969
|
+
font-size: 16px !important;
|
|
1970
|
+
line-height: 21px !important;
|
|
1971
|
+
font-style: normal !important;
|
|
1972
|
+
text-transform: none !important;
|
|
1973
|
+
}
|
|
1974
|
+
[data-v-6da81be3] .el-sender-content {
|
|
1975
|
+
padding: 16px !important;
|
|
1976
|
+
}
|
|
1977
|
+
[data-v-6da81be3] .el-select__wrapper {
|
|
1978
|
+
border-radius: 100px 100px 100px 100px;
|
|
1979
|
+
border: 1px solid #dcdfe6;
|
|
1980
|
+
}
|
|
1981
|
+
.ai-generate-tip[data-v-6da81be3] {
|
|
1982
|
+
padding: 12px;
|
|
1983
|
+
font-family: PingFang SC, PingFang SC;
|
|
1984
|
+
font-weight: 400;
|
|
1985
|
+
font-size: 14px;
|
|
1986
|
+
color: #808080;
|
|
1987
|
+
line-height: 21px;
|
|
1988
|
+
font-style: normal;
|
|
1989
|
+
text-align: center;
|
|
1990
|
+
}
|
|
1991
|
+
.el-button.is-circle[data-v-6da81be3] {
|
|
1992
|
+
border-radius: 50% !important;
|
|
1993
|
+
padding: 8px;
|
|
1994
|
+
width: 32px;
|
|
1995
|
+
}
|
|
1996
|
+
.send-icon[data-v-6da81be3] {
|
|
1997
|
+
cursor: pointer;
|
|
1998
|
+
}
|
|
1999
|
+
.el-divider--vertical[data-v-6da81be3] {
|
|
2000
|
+
margin: 0 0;
|
|
2001
|
+
}
|
|
2002
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2003
|
+
width: 100%;
|
|
2004
|
+
height: 100%;
|
|
2005
|
+
border: none;
|
|
2006
|
+
opacity: 1;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2010
|
+
width: 100%;
|
|
2011
|
+
height: 100%;
|
|
2012
|
+
border: none;
|
|
2013
|
+
opacity: 1;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2017
|
+
width: 100%;
|
|
2018
|
+
height: 100%;
|
|
2019
|
+
border: none;
|
|
2020
|
+
opacity: 1;
|
|
2021
|
+
}
|
|
2022
|
+
[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2023
|
+
user-select: text !important;
|
|
2024
|
+
-webkit-user-select: text !important;
|
|
2025
|
+
-moz-user-select: text !important;
|
|
2026
|
+
-ms-user-select: text !important;
|
|
2027
|
+
}
|
|
2028
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2029
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2030
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2031
|
+
}
|
|
2032
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2033
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2034
|
+
transform: translateY(100%);
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
/**
|
|
2038
|
+
* 聊天窗口的样式设置
|
|
2039
|
+
*/
|
|
2040
|
+
.chat-container[data-v-1e62eff8] {
|
|
2041
|
+
--header-height: 56px;
|
|
2042
|
+
--chat-padding: 12px;
|
|
2043
|
+
--bubble-content-max-width: 0px;
|
|
2044
|
+
position: fixed;
|
|
2045
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2046
|
+
|
|
2047
|
+
overflow: hidden;
|
|
2048
|
+
z-index: 100;
|
|
2049
|
+
flex-direction: row; /* 横向排列 */
|
|
2050
|
+
height: 100%; /* 父容器高度 */
|
|
2051
|
+
}
|
|
2052
|
+
.small-window[data-v-1e62eff8] {
|
|
2053
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2054
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2055
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2056
|
+
border-radius: 8px;
|
|
2057
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2058
|
+
}
|
|
2059
|
+
.full-screen[data-v-1e62eff8] {
|
|
2060
|
+
right: 0;
|
|
2061
|
+
bottom: 0;
|
|
2062
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
2063
|
+
}
|
|
2064
|
+
.chat-container[data-v-1e62eff8] > * {
|
|
2065
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
/* 聊天窗口的头部样式设置
|
|
2069
|
+
*/
|
|
2070
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2071
|
+
/* border-bottom: 1px solid #ddd; */
|
|
2072
|
+
display: flex;
|
|
2073
|
+
align-items: center;
|
|
2074
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2075
|
+
height: var(--header-height);
|
|
2076
|
+
line-height: var(--header-height);
|
|
2077
|
+
overflow: hidden;
|
|
2078
|
+
position: relative;
|
|
2079
|
+
}
|
|
2080
|
+
.session-subject[data-v-1e62eff8] {
|
|
2081
|
+
display: block;
|
|
2082
|
+
margin: 0 auto;
|
|
2083
|
+
text-align: center;
|
|
2084
|
+
font-family: PingFang SC, PingFang SC;
|
|
2085
|
+
font-weight: 500;
|
|
2086
|
+
font-size: 16px;
|
|
2087
|
+
color: #181818;
|
|
2088
|
+
text-align: left;
|
|
2089
|
+
font-style: normal;
|
|
2090
|
+
text-transform: none;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
/* 聊天窗口的头部图标样式设置
|
|
2094
|
+
*/
|
|
2095
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2096
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
2097
|
+
margin-right: var(--chat-padding);
|
|
2098
|
+
}
|
|
2099
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2100
|
+
right: 20px;
|
|
2101
|
+
position: absolute;
|
|
2102
|
+
gap: 28px;
|
|
2103
|
+
display: flex;
|
|
2104
|
+
}
|
|
2105
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2106
|
+
background: #f6f7fa;
|
|
2107
|
+
display: flex;
|
|
2108
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
2109
|
+
border-right: 1px solid #ddd;
|
|
2110
|
+
padding: 20px 12px;
|
|
2111
|
+
width: 260px;
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
}
|
|
2114
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2115
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2116
|
+
box-sizing: border-box;
|
|
2117
|
+
overflow: hidden;
|
|
2118
|
+
position: relative;
|
|
2119
|
+
display: flex;
|
|
2120
|
+
flex-direction: column;
|
|
2121
|
+
height: var(--main-content-height);
|
|
2122
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2123
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
2124
|
+
}
|
|
2125
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2126
|
+
flex: 1;
|
|
2127
|
+
box-sizing: border-box;
|
|
2128
|
+
min-height: 0;
|
|
2129
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2130
|
+
/* overflow-y: auto;
|
|
2131
|
+
margin-bottom: 12px; */
|
|
2132
|
+
}
|
|
2133
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2134
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
2135
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
2136
|
+
}
|
|
2137
|
+
.header-icon[data-v-1e62eff8] {
|
|
2138
|
+
cursor: pointer;
|
|
2139
|
+
font-size: 20px;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
/* 聊天默认推荐内容样式
|
|
2143
|
+
*/
|
|
2144
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2145
|
+
margin-top: 5px;
|
|
2146
|
+
}
|
|
2147
|
+
.content-container[data-v-1e62eff8] {
|
|
2148
|
+
padding: 16px;
|
|
2149
|
+
border-radius: 4px;
|
|
2150
|
+
background: #ffffff;
|
|
2151
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2152
|
+
border-radius: 0px 30px 30px 30px;
|
|
2153
|
+
/* opacity: 0.6; */
|
|
2154
|
+
}
|
|
2155
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2156
|
+
font-family: PingFang SC, PingFang SC;
|
|
2157
|
+
font-weight: 500;
|
|
2158
|
+
font-size: 16px;
|
|
2159
|
+
color: #181818;
|
|
2160
|
+
line-height: 32px;
|
|
2161
|
+
text-align: justified;
|
|
2162
|
+
font-style: normal;
|
|
2163
|
+
text-transform: none;
|
|
2164
|
+
}
|
|
2165
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2166
|
+
border: none !important;
|
|
2167
|
+
}
|
|
2168
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2169
|
+
font-size: 12px;
|
|
2170
|
+
color: #909399;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
/**
|
|
2174
|
+
// 用户消息
|
|
2175
|
+
*/
|
|
2176
|
+
.content-borderless-container {
|
|
2177
|
+
&[data-v-1e62eff8] {
|
|
2178
|
+
background: #e1ecfd;
|
|
2179
|
+
border-radius: 20px 0px 20px 20px;
|
|
2180
|
+
user-select: none;
|
|
2181
|
+
padding: 12px;
|
|
2182
|
+
cursor: pointer;
|
|
2183
|
+
transition: background-color 0.3s;
|
|
2184
|
+
}
|
|
2185
|
+
&[data-v-1e62eff8]:hover {
|
|
2186
|
+
background-color: #ebeef5;
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
.footer-container {
|
|
2190
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2191
|
+
margin-left: 8px;
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2195
|
+
padding: 0;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
/* 引用文件样式 */
|
|
2199
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2200
|
+
width: 100%;
|
|
2201
|
+
padding: 10px;
|
|
2202
|
+
margin-bottom: 5px;
|
|
2203
|
+
border: 1px solid #eee;
|
|
2204
|
+
border-radius: 4px;
|
|
2205
|
+
cursor: pointer;
|
|
2206
|
+
font-size: 12px;
|
|
2207
|
+
color: var(--el-color-primary);
|
|
2208
|
+
}
|
|
2209
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2210
|
+
padding: 0;
|
|
2211
|
+
}
|
|
2212
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2213
|
+
position: absolute;
|
|
2214
|
+
padding: 20px 36px;
|
|
2215
|
+
gap: 16px;
|
|
2216
|
+
display: flex;
|
|
2217
|
+
z-index: 1;
|
|
2218
|
+
}
|
|
2219
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2220
|
+
display: flex;
|
|
2221
|
+
height: 40px;
|
|
2222
|
+
padding: 10px 14px;
|
|
2223
|
+
gap: 14px;
|
|
2224
|
+
border-radius: 100px 100px 100px 100px;
|
|
2225
|
+
border: 1px solid #e5e5e5;
|
|
2226
|
+
width: 82px;
|
|
2227
|
+
font-size: 20px;
|
|
2228
|
+
}
|
|
2229
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2230
|
+
display: flex; /* 设置为水平排列 */
|
|
2231
|
+
align-items: center; /* 垂直居中 */
|
|
2232
|
+
margin-bottom: 22px;
|
|
2233
|
+
font-size: 20px;
|
|
2234
|
+
}
|
|
2235
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2236
|
+
font-family: PingFang SC, PingFang SC;
|
|
2237
|
+
font-weight: 600;
|
|
2238
|
+
font-size: 16px;
|
|
2239
|
+
color: #181818;
|
|
2240
|
+
text-align: left;
|
|
2241
|
+
font-style: normal;
|
|
2242
|
+
text-transform: none;
|
|
2243
|
+
}
|
|
2244
|
+
.right-icon[data-v-1e62eff8] {
|
|
2245
|
+
cursor: pointer;
|
|
2246
|
+
margin-left: auto;
|
|
2247
|
+
}
|
|
2248
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2249
|
+
cursor: pointer;
|
|
2250
|
+
}
|
|
2251
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2252
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2253
|
+
margin-bottom: 10px;
|
|
2254
|
+
}
|
|
2255
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2256
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2257
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2258
|
+
margin-bottom: 10px;
|
|
2259
|
+
}
|
|
2260
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2261
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2262
|
+
margin-top: 10px;
|
|
2263
|
+
margin-bottom: 20px;
|
|
2264
|
+
}
|
|
2265
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2266
|
+
background-color: #ffffff;
|
|
2267
|
+
}
|
|
2268
|
+
.date-group[data-v-1e62eff8] {
|
|
2269
|
+
margin-top: 16px;
|
|
2270
|
+
}
|
|
2271
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2272
|
+
color: #81858c;
|
|
2273
|
+
font-size: 12px;
|
|
2274
|
+
user-select: none;
|
|
2275
|
+
margin-bottom: 2px;
|
|
2276
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2277
|
+
}
|
|
2278
|
+
.menu-item[data-v-1e62eff8] {
|
|
2279
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2280
|
+
font-size: 16px;
|
|
2281
|
+
line-height: 50px;
|
|
2282
|
+
cursor: pointer;
|
|
2283
|
+
gap: 8px;
|
|
2284
|
+
border-radius: 8px;
|
|
2285
|
+
display: flex;
|
|
2286
|
+
align-items: center;
|
|
2287
|
+
}
|
|
2288
|
+
.active-item[data-v-1e62eff8] {
|
|
2289
|
+
background: #e2ebf5;
|
|
2290
|
+
color: var(--el-color-primary);
|
|
2291
|
+
}
|
|
2292
|
+
.history-item[data-v-1e62eff8] {
|
|
2293
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2294
|
+
cursor: pointer;
|
|
2295
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2296
|
+
align-items: center; /* 垂直居中 */
|
|
2297
|
+
line-height: 40px;
|
|
2298
|
+
gap: 8px;
|
|
2299
|
+
border-radius: 8px;
|
|
2300
|
+
}
|
|
2301
|
+
.history-subject[data-v-1e62eff8] {
|
|
2302
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2303
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2304
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2305
|
+
white-space: nowrap; /* 不换行 */
|
|
2306
|
+
}
|
|
2307
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2308
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2309
|
+
}
|
|
2310
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2311
|
+
background-color: #f5f5f5;
|
|
2312
|
+
}
|
|
2313
|
+
[data-v-e84e6e12] .chat-content-font,[data-v-e84e6e12] .chat-content-font *,[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content,[data-v-e84e6e12] .chat-embed__main_content {
|
|
2314
|
+
user-select: text !important;
|
|
2315
|
+
-webkit-user-select: text !important;
|
|
2316
|
+
-moz-user-select: text !important;
|
|
2317
|
+
-ms-user-select: text !important;
|
|
2318
|
+
}
|
|
2319
|
+
.slide-up-enter-active[data-v-e84e6e12],
|
|
2320
|
+
.slide-up-leave-active[data-v-e84e6e12] {
|
|
2321
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2322
|
+
}
|
|
2323
|
+
.slide-up-enter-from[data-v-e84e6e12],
|
|
2324
|
+
.slide-up-leave-to[data-v-e84e6e12] {
|
|
2325
|
+
transform: translateY(100%);
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
/**
|
|
2329
|
+
* 聊天窗口的样式设置
|
|
2330
|
+
*/
|
|
2331
|
+
.chat-container[data-v-e84e6e12] {
|
|
2332
|
+
--header-height: 56px;
|
|
2333
|
+
--chat-padding: 12px;
|
|
2334
|
+
--bubble-content-max-width: 0px;
|
|
2335
|
+
position: fixed;
|
|
2336
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2337
|
+
|
|
2338
|
+
overflow: hidden;
|
|
2339
|
+
z-index: 100;
|
|
2340
|
+
flex-direction: row; /* 横向排列 */
|
|
2341
|
+
height: 100%; /* 父容器高度 */
|
|
2342
|
+
}
|
|
2343
|
+
.small-window[data-v-e84e6e12] {
|
|
2344
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2345
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2346
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2347
|
+
border-radius: 8px;
|
|
2348
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2349
|
+
}
|
|
2350
|
+
.full-screen[data-v-e84e6e12] {
|
|
2351
|
+
right: 0;
|
|
2352
|
+
bottom: 0;
|
|
2353
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
2354
|
+
}
|
|
2355
|
+
.chat-container[data-v-e84e6e12] > * {
|
|
2356
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
/* 聊天窗口的头部样式设置
|
|
2360
|
+
*/
|
|
2361
|
+
.chat-embed__header_container[data-v-e84e6e12] {
|
|
2362
|
+
/* border-bottom: 1px solid #ddd; */
|
|
2363
|
+
display: flex;
|
|
2364
|
+
align-items: center;
|
|
2365
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2366
|
+
height: var(--header-height);
|
|
2367
|
+
line-height: var(--header-height);
|
|
2368
|
+
overflow: hidden;
|
|
2369
|
+
position: relative;
|
|
2370
|
+
}
|
|
2371
|
+
.session-subject[data-v-e84e6e12] {
|
|
2372
|
+
display: block;
|
|
2373
|
+
margin: 0 auto;
|
|
2374
|
+
text-align: center;
|
|
2375
|
+
font-family: PingFang SC, PingFang SC;
|
|
2376
|
+
font-weight: 500;
|
|
2377
|
+
font-size: 16px;
|
|
2378
|
+
color: #181818;
|
|
2379
|
+
text-align: left;
|
|
2380
|
+
font-style: normal;
|
|
2381
|
+
text-transform: none;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
/* 聊天窗口的头部图标样式设置
|
|
2385
|
+
*/
|
|
2386
|
+
.chat-embed__header_avatar[data-v-e84e6e12] {
|
|
2387
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
2388
|
+
margin-right: var(--chat-padding);
|
|
2389
|
+
}
|
|
2390
|
+
.chat-embed__header_tool_icon[data-v-e84e6e12] {
|
|
2391
|
+
right: 20px;
|
|
2392
|
+
position: absolute;
|
|
2393
|
+
gap: 28px;
|
|
2394
|
+
display: flex;
|
|
2395
|
+
}
|
|
2396
|
+
.chat-embed__sidebar[data-v-e84e6e12] {
|
|
2397
|
+
background: #f6f7fa;
|
|
2398
|
+
display: flex;
|
|
2399
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
2400
|
+
border-right: 1px solid #ddd;
|
|
2401
|
+
padding: 20px 12px;
|
|
2402
|
+
width: 260px;
|
|
2403
|
+
height: 100%;
|
|
2404
|
+
}
|
|
2405
|
+
.chat-embed__main[data-v-e84e6e12] {
|
|
2406
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2407
|
+
box-sizing: border-box;
|
|
2408
|
+
overflow: hidden;
|
|
2409
|
+
position: relative;
|
|
2410
|
+
display: flex;
|
|
2411
|
+
flex-direction: column;
|
|
2412
|
+
height: var(--main-content-height);
|
|
2413
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2414
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
2415
|
+
}
|
|
2416
|
+
.chat-embed__main_content[data-v-e84e6e12] {
|
|
2417
|
+
flex: 1;
|
|
2418
|
+
box-sizing: border-box;
|
|
2419
|
+
min-height: 0;
|
|
2420
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2421
|
+
/* overflow-y: auto;
|
|
2422
|
+
margin-bottom: 12px; */
|
|
2423
|
+
}
|
|
2424
|
+
.chat-embed__input_container[data-v-e84e6e12] {
|
|
2425
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
2426
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
2427
|
+
}
|
|
2428
|
+
.header-icon[data-v-e84e6e12] {
|
|
2429
|
+
cursor: pointer;
|
|
2430
|
+
font-size: 20px;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
/* 聊天默认推荐内容样式
|
|
2434
|
+
*/
|
|
2435
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e84e6e12] {
|
|
2436
|
+
margin-top: 5px;
|
|
2437
|
+
}
|
|
2438
|
+
.content-container[data-v-e84e6e12] {
|
|
2439
|
+
padding: 16px;
|
|
2440
|
+
border-radius: 4px;
|
|
2441
|
+
background: #ffffff;
|
|
2442
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2443
|
+
border-radius: 0px 30px 30px 30px;
|
|
2444
|
+
/* opacity: 0.6; */
|
|
2445
|
+
}
|
|
2446
|
+
.chat-content-font[data-v-e84e6e12] {
|
|
2447
|
+
font-family: PingFang SC, PingFang SC;
|
|
2448
|
+
font-weight: 500;
|
|
2449
|
+
font-size: 16px;
|
|
2450
|
+
color: #181818;
|
|
2451
|
+
line-height: 32px;
|
|
2452
|
+
text-align: justified;
|
|
2453
|
+
font-style: normal;
|
|
2454
|
+
text-transform: none;
|
|
2455
|
+
}
|
|
2456
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2457
|
+
border: none !important;
|
|
2458
|
+
}
|
|
2459
|
+
.content-container-header[data-v-e84e6e12] {
|
|
2460
|
+
font-size: 12px;
|
|
2461
|
+
color: #909399;
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
/**
|
|
2465
|
+
// 用户消息
|
|
2466
|
+
*/
|
|
2467
|
+
.content-borderless-container {
|
|
2468
|
+
&[data-v-e84e6e12] {
|
|
2469
|
+
background: #e1ecfd;
|
|
2470
|
+
border-radius: 20px 0px 20px 20px;
|
|
2471
|
+
user-select: none;
|
|
2472
|
+
padding: 12px;
|
|
2473
|
+
cursor: pointer;
|
|
2474
|
+
transition: background-color 0.3s;
|
|
2475
|
+
}
|
|
2476
|
+
&[data-v-e84e6e12]:hover {
|
|
2477
|
+
background-color: #ebeef5;
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2480
|
+
.footer-container {
|
|
2481
|
+
[data-v-e84e6e12] .el-button + .el-button {
|
|
2482
|
+
margin-left: 8px;
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e84e6e12] {
|
|
2486
|
+
padding: 0;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
/* 引用文件样式 */
|
|
2490
|
+
.doc-agg-item[data-v-e84e6e12] {
|
|
2491
|
+
width: 100%;
|
|
2492
|
+
padding: 10px;
|
|
2493
|
+
margin-bottom: 5px;
|
|
2494
|
+
border: 1px solid #eee;
|
|
2495
|
+
border-radius: 4px;
|
|
2496
|
+
cursor: pointer;
|
|
2497
|
+
font-size: 12px;
|
|
2498
|
+
color: var(--el-color-primary);
|
|
2499
|
+
}
|
|
2500
|
+
.elx-xmarkdown-container[data-v-e84e6e12] {
|
|
2501
|
+
padding: 0;
|
|
2502
|
+
}
|
|
2503
|
+
[data-v-e84e6e12]:root {
|
|
2504
|
+
--header-height: 56px;
|
|
2505
|
+
--chat-padding: 12px;
|
|
2506
|
+
--el-thinking-button-width: 180px;
|
|
2507
|
+
}
|
|
2508
|
+
.chat-container[data-v-e84e6e12] p {
|
|
2509
|
+
margin: 0 !important;
|
|
2510
|
+
}
|
|
2511
|
+
.chat-container[data-v-e84e6e12] h4 {
|
|
2512
|
+
font-size: 16px;
|
|
2513
|
+
margin-top: 0px;
|
|
2514
|
+
margin-bottom: 0px;
|
|
2515
|
+
}
|
|
2516
|
+
.chat-content[data-v-e84e6e12] {
|
|
2517
|
+
flex: 1;
|
|
2518
|
+
min-width: 0; /* 避免被内容撑爆 */
|
|
2519
|
+
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
2520
|
+
display: flex;
|
|
2521
|
+
flex-direction: column;
|
|
2522
|
+
}
|
|
2523
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content {
|
|
2524
|
+
padding: 0 !important;
|
|
2525
|
+
/* width: 80%; */
|
|
2526
|
+
}
|
|
2527
|
+
[data-v-e84e6e12] .el-bubble-content:has(.chat-chart-container) {
|
|
2528
|
+
width: 80%;
|
|
2529
|
+
}
|
|
2530
|
+
[data-v-e84e6e12] .el-divider--horizontal {
|
|
2531
|
+
margin: 5px 0;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
2535
|
+
display: flex;
|
|
2536
|
+
align-items: center;
|
|
2537
|
+
width: 100%;
|
|
2538
|
+
gap: 8px;
|
|
2539
|
+
box-sizing: border-box;
|
|
2540
|
+
min-width: 0;
|
|
2541
|
+
}
|
|
2542
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
2543
|
+
width: 100%;
|
|
2544
|
+
min-width: 0;
|
|
2545
|
+
}
|
|
2546
|
+
.sep[data-v-2aeaa81d] {
|
|
2547
|
+
padding: 0 8px;
|
|
2548
|
+
color: var(--el-text-color-secondary);
|
|
2549
|
+
white-space: nowrap;
|
|
2550
|
+
flex: 0 0 auto;
|
|
2551
|
+
}
|
|
2552
|
+
[data-v-455b2ba2] .super-icon {
|
|
2553
|
+
width: 20px !important;
|
|
2554
|
+
height: 20px !important;
|
|
2555
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
2556
|
+
position: relative;
|
|
2557
|
+
--el-menu-item-height: 45px;
|
|
2558
|
+
--el-menu-sub-item-height: 45px;
|
|
2559
|
+
}
|
|
2560
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
2561
|
+
padding: 0 !important;
|
|
2562
|
+
}
|
|
2563
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
2564
|
+
display: flex;
|
|
2565
|
+
flex-direction: row;
|
|
2566
|
+
}
|
|
2567
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
2568
|
+
display: flex;
|
|
2569
|
+
flex-direction: row;
|
|
2570
|
+
padding: 0 !important;
|
|
2571
|
+
}
|
|
2572
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
2573
|
+
display: flex;
|
|
2574
|
+
align-items: center;
|
|
2575
|
+
justify-content: center;
|
|
2576
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2577
|
+
font-size: 16px;
|
|
2578
|
+
}
|
|
2579
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
2580
|
+
width: 20px;
|
|
2581
|
+
}
|
|
2582
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
2583
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2584
|
+
overflow: hidden;
|
|
2585
|
+
white-space: nowrap;
|
|
2586
|
+
overflow: hidden;
|
|
2587
|
+
text-overflow: ellipsis;
|
|
2588
|
+
}
|
|
2589
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
2590
|
+
overflow: hidden;
|
|
2591
|
+
white-space: nowrap;
|
|
2592
|
+
overflow: hidden;
|
|
2593
|
+
text-overflow: ellipsis;
|
|
2594
|
+
}
|
|
2595
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
2596
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
2597
|
+
}
|
|
2598
|
+
iframe.tab-main-content[data-v-3c90505e] {
|
|
2599
|
+
width: 100%;
|
|
2600
|
+
height: calc(100vh - 48px);
|
|
2601
|
+
}
|
|
2602
|
+
.ocean-blue[data-v-3c90505e] .el-tabs__header .el-tabs__item.is-active {
|
|
2603
|
+
color: #0089ba;
|
|
2604
|
+
}
|
|
2605
|
+
[data-v-3c90505e] .el-tabs__nav-scroll {
|
|
2606
|
+
background: #ffffff;
|
|
2607
|
+
box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.2);
|
|
2608
|
+
}
|
|
2609
|
+
[data-v-3c90505e] .el-tabs__header .el-tabs__item {
|
|
2610
|
+
background-image: url("data:image/png;base64,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") !important;
|
|
2611
|
+
background-position: center;
|
|
2612
|
+
background-size: 160% 100px;
|
|
2613
|
+
padding: 0 20px 0 10px !important;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
/* 去除table选中下划线 */
|
|
2617
|
+
[data-v-3c90505e] .el-tabs__active-bar {
|
|
2618
|
+
display: none;
|
|
2619
|
+
}
|
|
2620
|
+
[data-v-3c90505e] .el-tabs__item {
|
|
2621
|
+
padding: 0;
|
|
2622
|
+
font-size: 16px;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
/* 去掉tab横线 */
|
|
2626
|
+
[data-v-3c90505e] .el-tabs__nav-wrap::after {
|
|
2627
|
+
width: 0;
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
/* 去掉卡片和tab表头的距离 */
|
|
2631
|
+
[data-v-3c90505e] .el-tabs__header {
|
|
2632
|
+
margin: 0;
|
|
2633
|
+
}
|
|
2634
|
+
.nav-tab .el-tabs__header {
|
|
2635
|
+
margin: 0;
|
|
2636
|
+
/* border-bottom: 0px; */
|
|
2637
|
+
}
|
|
2638
|
+
.menu-tab-container .el-tabs__content {
|
|
2639
|
+
padding: 0;
|
|
2640
|
+
}
|
|
2641
|
+
.default-page-tip {
|
|
2642
|
+
width: 100%;
|
|
2643
|
+
height: 100%;
|
|
2644
|
+
background: #f7f7f8;
|
|
2645
|
+
}
|
|
2646
|
+
.default-page-tip-msg {
|
|
2647
|
+
padding-top: 25%;
|
|
2648
|
+
padding-bottom: 30%;
|
|
2649
|
+
font-size: 24px;
|
|
2650
|
+
font-weight: 600;
|
|
2651
|
+
text-align: center;
|
|
2652
|
+
color: gray;
|
|
2653
|
+
}
|
|
2654
|
+
.default-page-tip-item {
|
|
2655
|
+
padding-top: 10px;
|
|
2656
|
+
}
|
|
2657
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2658
|
+
position: relative;
|
|
2659
|
+
--el-menu-item-height: 45px;
|
|
2660
|
+
--el-menu-sub-item-height: 45px;
|
|
2661
|
+
}
|
|
2662
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2663
|
+
padding: 0 !important;
|
|
2664
|
+
}
|
|
2665
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
2666
|
+
display: flex;
|
|
2667
|
+
flex-direction: row;
|
|
2668
|
+
}
|
|
2669
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2670
|
+
display: flex;
|
|
2671
|
+
flex-direction: row;
|
|
2672
|
+
padding: 0 !important;
|
|
2673
|
+
}
|
|
2674
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2675
|
+
display: flex;
|
|
2676
|
+
align-items: center;
|
|
2677
|
+
justify-content: center;
|
|
2678
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2679
|
+
font-size: 16px;
|
|
2680
|
+
}
|
|
2681
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2682
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2683
|
+
overflow: hidden;
|
|
2684
|
+
white-space: nowrap;
|
|
2685
|
+
overflow: hidden;
|
|
2686
|
+
text-overflow: ellipsis;
|
|
2687
|
+
}
|
|
2688
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2689
|
+
overflow: hidden;
|
|
2690
|
+
white-space: nowrap;
|
|
2691
|
+
overflow: hidden;
|
|
2692
|
+
text-overflow: ellipsis;
|
|
2693
|
+
}
|
|
2694
|
+
.svg-icon[data-v-f15c5e86] {
|
|
2695
|
+
width: 1.2em;
|
|
2696
|
+
height: 1.2em;
|
|
2697
|
+
vertical-align: -0.25em;
|
|
2698
|
+
fill: currentColor;
|
|
2699
|
+
overflow: initial;
|
|
2700
|
+
}
|
|
2701
|
+
.super-icon[data-v-355d0c18] {
|
|
2702
|
+
width: 1em;
|
|
2703
|
+
height: 1em;
|
|
2704
|
+
font-size: 14px;
|
|
2705
|
+
}[data-v-990840ae] .super-icon {
|
|
2706
|
+
width: 20px !important;
|
|
2707
|
+
height: 20px !important;
|
|
2708
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
2709
|
+
position: relative;
|
|
2710
|
+
--el-menu-item-height: 45px;
|
|
2711
|
+
--el-menu-sub-item-height: 45px;
|
|
2712
|
+
}
|
|
2713
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
2714
|
+
padding: 0 !important;
|
|
2715
|
+
}
|
|
2716
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
2717
|
+
display: flex;
|
|
2718
|
+
flex-direction: row;
|
|
2719
|
+
}
|
|
2720
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
2721
|
+
display: flex;
|
|
2722
|
+
flex-direction: row;
|
|
2723
|
+
padding: 0 !important;
|
|
2724
|
+
}
|
|
2725
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
2726
|
+
display: flex;
|
|
2727
|
+
align-items: center;
|
|
2728
|
+
justify-content: center;
|
|
2729
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2730
|
+
font-size: 16px;
|
|
2731
|
+
}
|
|
2732
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
2733
|
+
width: 20px;
|
|
2734
|
+
}
|
|
2735
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
2736
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2737
|
+
overflow: hidden;
|
|
2738
|
+
white-space: nowrap;
|
|
2739
|
+
overflow: hidden;
|
|
2740
|
+
text-overflow: ellipsis;
|
|
2741
|
+
}
|
|
2742
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
2743
|
+
overflow: hidden;
|
|
2744
|
+
white-space: nowrap;
|
|
2745
|
+
overflow: hidden;
|
|
2746
|
+
text-overflow: ellipsis;
|
|
2747
|
+
}
|
|
2748
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
2749
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
2750
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
2751
|
+
background-color: #eee;
|
|
2752
|
+
width: 100%;
|
|
2753
|
+
border: 1px solid #ccc;
|
|
2754
|
+
bottom: 2px;
|
|
2755
|
+
margin-left: 2px;
|
|
2756
|
+
display: inline-block;
|
|
2757
|
+
font-size: 14px;
|
|
2758
|
+
line-height: 40px;
|
|
2759
|
+
}
|
|
2760
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-768a430c] {
|
|
2761
|
+
color: #333;
|
|
2762
|
+
cursor: text;
|
|
2763
|
+
}
|
|
2764
|
+
.app-breadcrumb.el-breadcrumb .el-breadcrumb__item[data-v-768a430c] {
|
|
2765
|
+
padding-left: 5px;
|
|
2766
|
+
}
|
|
2767
|
+
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
2768
|
+
margin: 0 5px;
|
|
2769
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
2770
|
+
position: relative;
|
|
2771
|
+
height: 100%;
|
|
2772
|
+
width: 100%;
|
|
2773
|
+
}
|
|
2774
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
2775
|
+
position: fixed;
|
|
2776
|
+
top: 0;
|
|
2777
|
+
}
|
|
2778
|
+
.drawer-bg[data-v-46185fa7] {
|
|
2779
|
+
background: #000;
|
|
2780
|
+
opacity: 0.3;
|
|
2781
|
+
width: 100%;
|
|
2782
|
+
top: 0;
|
|
2783
|
+
height: 100%;
|
|
2784
|
+
position: absolute;
|
|
2785
|
+
z-index: 999;
|
|
2786
|
+
}iframe[data-v-e5fb3b56] {
|
|
2787
|
+
width: 100%;
|
|
2788
|
+
height: calc(100vh - 50px);
|
|
2789
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
2790
|
+
transform: translate(-50%, -50%);
|
|
2791
|
+
position: absolute;
|
|
2792
|
+
top: 40%;
|
|
2793
|
+
left: 50%;
|
|
2794
|
+
}
|
|
2795
|
+
.wscn-http404[data-v-4f824f28] {
|
|
2796
|
+
position: relative;
|
|
2797
|
+
width: 1200px;
|
|
2798
|
+
padding: 0 50px;
|
|
2799
|
+
overflow: hidden;
|
|
2800
|
+
}
|
|
2801
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
2802
|
+
position: relative;
|
|
2803
|
+
float: left;
|
|
2804
|
+
width: 600px;
|
|
2805
|
+
overflow: hidden;
|
|
2806
|
+
}
|
|
2807
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
2808
|
+
width: 100%;
|
|
2809
|
+
}
|
|
2810
|
+
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
2811
|
+
position: absolute;
|
|
2812
|
+
}
|
|
2813
|
+
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
2814
|
+
width: 80px;
|
|
2815
|
+
top: 17px;
|
|
2816
|
+
left: 220px;
|
|
2817
|
+
opacity: 0;
|
|
2818
|
+
animation-name: cloudLeft-4f824f28;
|
|
2819
|
+
animation-duration: 2s;
|
|
2820
|
+
animation-timing-function: linear;
|
|
2821
|
+
animation-fill-mode: forwards;
|
|
2822
|
+
animation-delay: 1s;
|
|
2823
|
+
}
|
|
2824
|
+
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
2825
|
+
width: 46px;
|
|
2826
|
+
top: 10px;
|
|
2827
|
+
left: 420px;
|
|
2828
|
+
opacity: 0;
|
|
2829
|
+
animation-name: cloudMid-4f824f28;
|
|
2830
|
+
animation-duration: 2s;
|
|
2831
|
+
animation-timing-function: linear;
|
|
2832
|
+
animation-fill-mode: forwards;
|
|
2833
|
+
animation-delay: 1.2s;
|
|
2834
|
+
}
|
|
2835
|
+
.wscn-http404 .pic-404__child.right[data-v-4f824f28] {
|
|
2836
|
+
width: 62px;
|
|
2837
|
+
top: 100px;
|
|
2838
|
+
left: 500px;
|
|
2839
|
+
opacity: 0;
|
|
2840
|
+
animation-name: cloudRight-4f824f28;
|
|
2841
|
+
animation-duration: 2s;
|
|
2842
|
+
animation-timing-function: linear;
|
|
2843
|
+
animation-fill-mode: forwards;
|
|
2844
|
+
animation-delay: 1s;
|
|
2845
|
+
}
|
|
2846
|
+
@keyframes cloudLeft-4f824f28 {
|
|
2847
|
+
0% {
|
|
2848
|
+
top: 17px;
|
|
2849
|
+
left: 220px;
|
|
2850
|
+
opacity: 0;
|
|
2851
|
+
}
|
|
2852
|
+
20% {
|
|
2853
|
+
top: 33px;
|
|
2854
|
+
left: 188px;
|
|
2855
|
+
opacity: 1;
|
|
2856
|
+
}
|
|
2857
|
+
80% {
|
|
2858
|
+
top: 81px;
|
|
2859
|
+
left: 92px;
|
|
2860
|
+
opacity: 1;
|
|
2861
|
+
}
|
|
2862
|
+
100% {
|
|
2863
|
+
top: 97px;
|
|
2864
|
+
left: 60px;
|
|
2865
|
+
opacity: 0;
|
|
2866
|
+
}
|
|
2867
|
+
}
|
|
2868
|
+
@keyframes cloudMid-4f824f28 {
|
|
2869
|
+
0% {
|
|
2870
|
+
top: 10px;
|
|
2871
|
+
left: 420px;
|
|
2872
|
+
opacity: 0;
|
|
2873
|
+
}
|
|
2874
|
+
20% {
|
|
2875
|
+
top: 40px;
|
|
2876
|
+
left: 360px;
|
|
2877
|
+
opacity: 1;
|
|
2878
|
+
}
|
|
2879
|
+
70% {
|
|
2880
|
+
top: 130px;
|
|
2881
|
+
left: 180px;
|
|
2882
|
+
opacity: 1;
|
|
2883
|
+
}
|
|
2884
|
+
100% {
|
|
2885
|
+
top: 160px;
|
|
2886
|
+
left: 120px;
|
|
2887
|
+
opacity: 0;
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
@keyframes cloudRight-4f824f28 {
|
|
2891
|
+
0% {
|
|
2892
|
+
top: 100px;
|
|
2893
|
+
left: 500px;
|
|
2894
|
+
opacity: 0;
|
|
2895
|
+
}
|
|
2896
|
+
20% {
|
|
2897
|
+
top: 120px;
|
|
2898
|
+
left: 460px;
|
|
2899
|
+
opacity: 1;
|
|
2900
|
+
}
|
|
2901
|
+
80% {
|
|
2902
|
+
top: 180px;
|
|
2903
|
+
left: 340px;
|
|
2904
|
+
opacity: 1;
|
|
2905
|
+
}
|
|
2906
|
+
100% {
|
|
2907
|
+
top: 200px;
|
|
2908
|
+
left: 300px;
|
|
2909
|
+
opacity: 0;
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
.wscn-http404 .bullshit[data-v-4f824f28] {
|
|
2913
|
+
position: relative;
|
|
2914
|
+
float: left;
|
|
2915
|
+
width: 300px;
|
|
2916
|
+
padding: 30px 0;
|
|
2917
|
+
overflow: hidden;
|
|
2918
|
+
}
|
|
2919
|
+
.wscn-http404 .bullshit__oops[data-v-4f824f28] {
|
|
2920
|
+
font-size: 32px;
|
|
2921
|
+
font-weight: bold;
|
|
2922
|
+
line-height: 40px;
|
|
2923
|
+
color: #1482f0;
|
|
2924
|
+
opacity: 0;
|
|
2925
|
+
margin-bottom: 20px;
|
|
2926
|
+
animation-name: slideUp-4f824f28;
|
|
2927
|
+
animation-duration: 0.5s;
|
|
2928
|
+
animation-fill-mode: forwards;
|
|
2929
|
+
}
|
|
2930
|
+
.wscn-http404 .bullshit__headline[data-v-4f824f28] {
|
|
2931
|
+
font-size: 20px;
|
|
2932
|
+
line-height: 24px;
|
|
2933
|
+
color: #222;
|
|
2934
|
+
font-weight: bold;
|
|
2935
|
+
opacity: 0;
|
|
2936
|
+
margin-bottom: 10px;
|
|
2937
|
+
animation-name: slideUp-4f824f28;
|
|
2938
|
+
animation-duration: 0.5s;
|
|
2939
|
+
animation-delay: 0.1s;
|
|
2940
|
+
animation-fill-mode: forwards;
|
|
2941
|
+
}
|
|
2942
|
+
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
2943
|
+
font-size: 13px;
|
|
2944
|
+
line-height: 21px;
|
|
2945
|
+
color: grey;
|
|
2946
|
+
opacity: 0;
|
|
2947
|
+
margin-bottom: 30px;
|
|
2948
|
+
animation-name: slideUp-4f824f28;
|
|
2949
|
+
animation-duration: 0.5s;
|
|
2950
|
+
animation-delay: 0.2s;
|
|
2951
|
+
animation-fill-mode: forwards;
|
|
2952
|
+
}
|
|
2953
|
+
.wscn-http404 .bullshit__return-home[data-v-4f824f28] {
|
|
2954
|
+
display: block;
|
|
2955
|
+
float: left;
|
|
2956
|
+
width: 110px;
|
|
2957
|
+
height: 36px;
|
|
2958
|
+
background: #1482f0;
|
|
2959
|
+
border-radius: 100px;
|
|
2960
|
+
text-align: center;
|
|
2961
|
+
color: #ffffff;
|
|
2962
|
+
opacity: 0;
|
|
2963
|
+
font-size: 14px;
|
|
2964
|
+
line-height: 36px;
|
|
2965
|
+
cursor: pointer;
|
|
2966
|
+
animation-name: slideUp-4f824f28;
|
|
2967
|
+
animation-duration: 0.5s;
|
|
2968
|
+
animation-delay: 0.3s;
|
|
2969
|
+
animation-fill-mode: forwards;
|
|
2970
|
+
}
|
|
2971
|
+
@keyframes slideUp-4f824f28 {
|
|
2972
|
+
0% {
|
|
2973
|
+
transform: translateY(60px);
|
|
2974
|
+
opacity: 0;
|
|
2975
|
+
}
|
|
2976
|
+
100% {
|
|
2977
|
+
transform: translateY(0);
|
|
2978
|
+
opacity: 1;
|
|
2979
|
+
}
|
|
2980
|
+
}.errPage-container[data-v-6bef0241] {
|
|
2981
|
+
width: 800px;
|
|
2982
|
+
max-width: 100%;
|
|
2983
|
+
margin: 100px auto;
|
|
2984
|
+
}
|
|
2985
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
2986
|
+
background: #008489;
|
|
2987
|
+
color: #fff;
|
|
2988
|
+
border: none !important;
|
|
2989
|
+
}
|
|
2990
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
2991
|
+
margin: 0 auto;
|
|
2992
|
+
display: block;
|
|
2993
|
+
}
|
|
2994
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
2995
|
+
display: block;
|
|
2996
|
+
margin: 0 auto;
|
|
2997
|
+
width: 100%;
|
|
2998
|
+
}
|
|
2999
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
3000
|
+
font-size: 60px;
|
|
3001
|
+
font-weight: 700;
|
|
3002
|
+
color: #484848;
|
|
3003
|
+
}
|
|
3004
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
3005
|
+
font-size: 14px;
|
|
3006
|
+
}
|
|
3007
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
3008
|
+
padding-bottom: 5px;
|
|
3009
|
+
}
|
|
3010
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
3011
|
+
color: #008489;
|
|
3012
|
+
text-decoration: none;
|
|
3013
|
+
}
|
|
3014
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
3015
|
+
text-decoration: underline;
|
|
3016
|
+
}
|
|
3017
|
+
.graphDiv[data-v-a936569d] {
|
|
3018
|
+
overflow: auto;
|
|
3019
|
+
height: 100%;
|
|
3020
|
+
height: calc(100vh - 20px);
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
3024
|
+
width: 100%;
|
|
3025
|
+
height: calc(100vh - 48px);
|
|
3026
|
+
}
|
|
3027
|
+
.ocean-blue[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
3028
|
+
color: #0089BA;
|
|
3029
|
+
}
|
|
3030
|
+
.green[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
3031
|
+
color: #00B9B4;
|
|
3032
|
+
}
|
|
3033
|
+
[data-v-80f8eb5e] .el-tabs__nav-scroll {
|
|
3034
|
+
background: #FFFFFF;
|
|
3035
|
+
box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.2);
|
|
3036
|
+
}
|
|
3037
|
+
[data-v-80f8eb5e] .el-tabs__header .el-tabs__item {
|
|
3038
|
+
background-image: url("data:image/png;base64,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") !important;
|
|
3039
|
+
background-position: center;
|
|
3040
|
+
background-size: 160% 100px;
|
|
3041
|
+
padding: 0 20px 0 10px !important;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
/* 去除table选中下划线 */
|
|
3045
|
+
[data-v-80f8eb5e] .el-tabs__active-bar {
|
|
3046
|
+
display: none;
|
|
3047
|
+
}
|
|
3048
|
+
[data-v-80f8eb5e] .el-tabs__item {
|
|
3049
|
+
padding: 0;
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
/* 去掉tab横线 */
|
|
3053
|
+
[data-v-80f8eb5e] .el-tabs__nav-wrap::after {
|
|
3054
|
+
width: 0;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
/* 去掉卡片和tab表头的距离 */
|
|
3058
|
+
[data-v-80f8eb5e] .el-tabs__header {
|
|
3059
|
+
margin: 0;
|
|
3060
|
+
}
|
|
3061
|
+
.nav-tab .el-tabs__header {
|
|
3062
|
+
margin: 0;
|
|
3063
|
+
/* border-bottom: 0px; */
|
|
3064
|
+
}
|
|
3065
|
+
.menu-tab-container .el-tabs__content {
|
|
3066
|
+
padding: 0;
|
|
3067
|
+
}
|
|
3068
|
+
.default-page-tip {
|
|
3069
|
+
width: 100%;
|
|
3070
|
+
height: 100%;
|
|
3071
|
+
background: #f7f7f8;
|
|
3072
|
+
}
|
|
3073
|
+
.default-page-tip-msg {
|
|
3074
|
+
padding-top: 25%;
|
|
3075
|
+
padding-bottom: 30%;
|
|
3076
|
+
font-size: 24px;
|
|
3077
|
+
font-weight: 600;
|
|
3078
|
+
text-align: center;
|
|
3079
|
+
color: gray;
|
|
3080
|
+
}
|
|
3081
|
+
.default-page-tip-item {
|
|
3082
|
+
padding-top: 10px;
|
|
3083
|
+
}
|
|
3084
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
3085
|
+
position: relative;
|
|
3086
|
+
height: 100%;
|
|
3087
|
+
width: 100%;
|
|
3088
|
+
}
|
|
3089
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
3090
|
+
position: fixed;
|
|
3091
|
+
top: 0;
|
|
3092
|
+
}
|
|
3093
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
3094
|
+
background: #000;
|
|
3095
|
+
opacity: 0.3;
|
|
3096
|
+
width: 100%;
|
|
3097
|
+
top: 0;
|
|
3098
|
+
height: 100%;
|
|
3099
|
+
position: absolute;
|
|
3100
|
+
z-index: 999;
|
|
3101
|
+
}iframe[data-v-20dccb82] {
|
|
3102
|
+
width: 100%;
|
|
3103
|
+
height: calc(100vh - 50px);
|
|
3104
|
+
}
|