agilebuilder-ui 1.1.65-tmp2 → 1.1.65-tmp21
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 +16440 -0
- package/dist/style.css +3078 -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-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -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 +160 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -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 +118 -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/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 +104 -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 +15 -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/dept-path.vue2.mjs +4 -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 +15 -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.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +17 -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.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 +120 -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 +383 -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 +48 -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/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 +440 -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/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +458 -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/formatter.mjs +74 -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 +319 -0
- package/es/super-grid/src/normal-column.vue.mjs +106 -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 +23 -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 +16 -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 +26 -0
- package/es/super-grid/src/search-form-open.vue.mjs +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +39 -0
- package/es/super-grid/src/search-form.vue.mjs +201 -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 +1052 -0
- package/es/super-grid/src/utils.mjs +355 -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 +13 -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/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.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +15 -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.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +17 -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 +15 -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 +12 -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 +147 -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 +51 -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 +108 -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 +5 -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 +95 -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 +12 -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 +45 -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 +13 -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 +12 -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 +13 -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 +111 -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 +43 -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 +355 -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/svg-icon/src/svg-icon.vue.cjs +2 -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 +1306 -1306
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +448 -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 +300 -0
- package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
- package/lib/super-grid/src/normal-column.vue.cjs +91 -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 +18 -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 +12 -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 +44 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +31 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form.vue.cjs +189 -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 +1021 -0
- package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
- package/lib/super-grid/src/utils.cjs +298 -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 +44 -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 +13 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +12 -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 +13 -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 +12 -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 +8 -5
- package/vite.config.js +54 -22
- package/lib/IntervalSelection/index.js +0 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/lib/_virtual/_commonjsHelpers.js +0 -8
- package/lib/_virtual/dayjs.min.js +0 -4
- package/lib/_virtual/weekOfYear.js +0 -4
- 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-ai-answer-tip.vue.js +0 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- 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-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/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/dept-path.vue2.js +0 -4
- 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.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.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/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/formatter.js +0 -74
- 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/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.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.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-icon/index.js +0 -6
- package/packages/super-icon/src/index.vue +0 -52
- 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.vue2.js → es/chat-embed/src/chat-addition-data.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.vue2.js → es/chat-embed/src/chat-ai-answer-tip.vue2.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.vue2.js → es/chat-embed/src/chat-bubble-footer.vue2.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.vue2.js → es/chat-embed/src/components/answer-auto-chart.vue2.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.vue2.js → es/chat-embed/src/recommendation-message.vue2.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-tree-mobile/src/department-tree-service.js → es/department-tree-mobile/src/department-tree-service.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/dept-path.vue.js → es/department-tree-mobile/src/dept-path.vue.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/dept-result.vue.js → es/department-tree-mobile/src/dept-result.vue.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/department-user-tree-mobile/src/dept-path.vue.js → es/department-user-tree-mobile/src/dept-path.vue.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/empty-state/index.vue.js → es/empty-state/index.vue.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/i18n/langs/cn.js → es/src/i18n/langs/cn.mjs} +0 -0
- /package/{lib/src/i18n/langs/en.js → es/src/i18n/langs/en.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/svg-icon/src/svg-icon.vue.mjs} +0 -0
- /package/{lib/src/views/wf-history/tache-subprocess-history.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/header-context-menu.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column.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/row-operation.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form.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-grid/src/super-grid.vue2.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-icon/src/index.vue3.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/search-form.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/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/svg-icon/src/svg-icon.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/utils/organization.js → es/utils/organization.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.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/workflow-history-list/src/workflow-history-list.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/dept-result.vue.js → es/workgroup-tree-mobile/src/dept-result.vue.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.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/search-result.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/dept-path.vue.js → es/workgroup-user-tree-mobile/src/dept-path.vue.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.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/lib/style.css
CHANGED
|
@@ -128,7 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
128
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
129
|
color: #97a8be;
|
|
130
130
|
cursor: text;
|
|
131
|
-
}
|
|
131
|
+
}
|
|
132
|
+
.svg-icon[data-v-67e4e504] {
|
|
133
|
+
width: 1.2em;
|
|
134
|
+
height: 1.2em;
|
|
135
|
+
vertical-align: -0.25em;
|
|
136
|
+
fill: currentColor;
|
|
137
|
+
overflow: initial;
|
|
138
|
+
}
|
|
139
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
140
|
padding: 0;
|
|
133
141
|
display: flex;
|
|
134
142
|
align-items: center;
|
|
@@ -141,7 +149,21 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
141
149
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
150
|
font-size: 18px;
|
|
143
151
|
cursor: pointer;
|
|
144
|
-
}
|
|
152
|
+
}
|
|
153
|
+
.searchResult {
|
|
154
|
+
color: red;
|
|
155
|
+
}
|
|
156
|
+
.inline-input-custom {
|
|
157
|
+
width: 90%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.searchResult[data-v-22410ec9] {
|
|
161
|
+
color: red;
|
|
162
|
+
}
|
|
163
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
164
|
+
width: 90%;
|
|
165
|
+
}
|
|
166
|
+
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
145
167
|
padding: 2px 0 !important;
|
|
146
168
|
}
|
|
147
169
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -284,22 +306,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
284
306
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
285
307
|
flex-wrap: wrap;
|
|
286
308
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
287
|
-
}
|
|
288
|
-
.svg-icon[data-v-67e4e504] {
|
|
289
|
-
width: 1.2em;
|
|
290
|
-
height: 1.2em;
|
|
291
|
-
vertical-align: -0.25em;
|
|
292
|
-
fill: currentColor;
|
|
293
|
-
overflow: initial;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.searchResult[data-v-22410ec9] {
|
|
297
|
-
color: red;
|
|
298
|
-
}
|
|
299
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
-
width: 90%;
|
|
301
|
-
}
|
|
302
|
-
.ValidCode[data-v-aa77e3bd] {
|
|
309
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
303
310
|
display: flex;
|
|
304
311
|
background-color: #fff;
|
|
305
312
|
justify-content: center;
|
|
@@ -309,13 +316,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
309
316
|
.ValidCode span[data-v-aa77e3bd] {
|
|
310
317
|
display: inline-block;
|
|
311
318
|
}
|
|
312
|
-
.searchResult {
|
|
313
|
-
color: red;
|
|
314
|
-
}
|
|
315
|
-
.inline-input-custom {
|
|
316
|
-
width: 90%;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
319
|
.red-circle[data-v-998f4283] {
|
|
320
320
|
width: 20px; /* 圆圈的宽度 */
|
|
321
321
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -336,126 +336,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
336
336
|
}
|
|
337
337
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
338
338
|
display: inline-block;
|
|
339
|
-
}
|
|
340
|
-
.fs-preview-container[data-v-2448d898] {
|
|
341
|
-
display: flex;
|
|
342
|
-
align-items: center;
|
|
343
|
-
gap: 5px;
|
|
344
|
-
justify-content: space-between;
|
|
345
|
-
}
|
|
346
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
347
|
-
display: flex;
|
|
348
|
-
align-items: center;
|
|
349
|
-
flex-shrink: 0;
|
|
350
|
-
min-width: max-content;
|
|
351
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
352
|
-
}
|
|
353
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
354
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
355
|
-
width: 30px;
|
|
356
|
-
height: 30px;
|
|
357
|
-
}
|
|
358
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
359
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
360
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
361
|
-
display: inline-block;
|
|
362
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
363
|
-
height: 1em !important;
|
|
364
|
-
line-height: 1em;
|
|
365
|
-
cursor: pointer;
|
|
366
|
-
}
|
|
367
|
-
.amb-list-preivew-name[data-v-2448d898] {
|
|
368
|
-
overflow: hidden;
|
|
369
|
-
text-overflow: ellipsis;
|
|
370
|
-
white-space: nowrap;
|
|
371
|
-
}
|
|
372
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
373
|
-
margin-left: 5px;
|
|
374
|
-
}
|
|
375
|
-
.file-item[data-v-2448d898] {
|
|
376
|
-
display: flex;
|
|
377
|
-
align-items: center;
|
|
378
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
379
|
-
gap: 10px;
|
|
380
|
-
height: 40px;
|
|
381
|
-
padding: 10px;
|
|
382
|
-
border-radius: 8px;
|
|
383
|
-
transition: background-color 0.2s;
|
|
384
|
-
}
|
|
385
|
-
.file-item[data-v-2448d898]:hover {
|
|
386
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
387
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
388
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
389
|
-
outline: none;
|
|
390
|
-
}
|
|
391
|
-
.file-actions[data-v-2448d898] {
|
|
392
|
-
display: flex;
|
|
393
|
-
align-items: center;
|
|
394
|
-
gap: 5px;
|
|
395
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
396
|
-
}
|
|
397
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
398
|
-
margin-left: 5px;
|
|
399
|
-
}
|
|
400
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
401
|
-
margin-left: 5px;
|
|
402
|
-
}
|
|
403
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
404
|
-
margin-left: 5px;
|
|
405
|
-
}
|
|
406
|
-
.amb-iconfont[data-v-2448d898] {
|
|
407
|
-
color: var(--el-color-primary);
|
|
408
|
-
}
|
|
409
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
410
|
-
font-size: 14px !important;
|
|
411
|
-
}
|
|
412
|
-
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
413
|
-
padding: 5px 11px;
|
|
414
|
-
height: var(--el-button-size);
|
|
415
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
416
|
-
width: 30px;
|
|
417
|
-
height: 30px;
|
|
418
|
-
}
|
|
419
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
420
|
-
margin-left: 10px;
|
|
421
|
-
cursor: pointer;
|
|
422
|
-
overflow: hidden;
|
|
423
|
-
text-overflow: ellipsis;
|
|
424
|
-
white-space: nowrap;
|
|
425
|
-
}
|
|
426
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
427
|
-
border: 1px solid #dcdfe6;
|
|
428
|
-
padding: 4px 8px;
|
|
429
|
-
background-clip: padding-box;
|
|
430
|
-
overflow: hidden;
|
|
431
|
-
display: inline-flex;
|
|
432
|
-
align-items: center;
|
|
433
|
-
}
|
|
434
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
435
|
-
margin-right: 8px;
|
|
436
|
-
max-width: 120px;
|
|
437
|
-
overflow: hidden;
|
|
438
|
-
text-overflow: ellipsis;
|
|
439
|
-
white-space: nowrap;
|
|
440
|
-
}
|
|
441
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
442
|
-
font-weight: 600;
|
|
443
|
-
margin-left: 4px;
|
|
444
|
-
}
|
|
445
|
-
.organization-input .el-input-group__append {
|
|
446
|
-
padding: 0 10px 0 0;
|
|
447
|
-
}
|
|
448
|
-
.select[data-v-52983a24] {
|
|
449
|
-
width: 100%;
|
|
450
|
-
height: 100%;
|
|
451
|
-
display: grid;
|
|
452
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
453
|
-
align-items: center;
|
|
454
|
-
}
|
|
455
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
456
|
-
width: 100%;
|
|
457
|
-
height: 100%;
|
|
458
|
-
text-align: center;
|
|
459
339
|
}.nine-grid-area[data-v-80f6a26f] {
|
|
460
340
|
padding: 10px;
|
|
461
341
|
}
|
|
@@ -566,772 +446,958 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
446
|
font-size: 14px;
|
|
567
447
|
display: grid;
|
|
568
448
|
grid-template-columns: 20% 80%;
|
|
569
|
-
}iframe[data-v-e5fb3b56] {
|
|
570
|
-
width: 100%;
|
|
571
|
-
height: calc(100vh - 50px);
|
|
572
|
-
}.super-icon[data-v-875fd31c] {
|
|
573
|
-
width: 1em;
|
|
574
|
-
height: 1em;
|
|
575
|
-
font-size: 14px;
|
|
576
449
|
}
|
|
577
|
-
.organization-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
.
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
}
|
|
584
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
585
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
586
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
587
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
588
|
-
font-size: 17px;
|
|
589
|
-
font-weight: 700;
|
|
450
|
+
.organization-input .el-input-group__append {
|
|
451
|
+
padding: 0 10px 0 0;
|
|
452
|
+
}
|
|
453
|
+
.amb-color-iconfont[data-v-5254701d] {
|
|
454
|
+
width: 30px;
|
|
455
|
+
height: 30px;
|
|
590
456
|
}
|
|
591
|
-
.
|
|
592
|
-
|
|
457
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
458
|
+
margin-left: 10px;
|
|
459
|
+
cursor: pointer;
|
|
460
|
+
overflow: hidden;
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
white-space: nowrap;
|
|
593
463
|
}
|
|
594
|
-
.
|
|
595
|
-
|
|
464
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
465
|
+
border: 1px solid #dcdfe6;
|
|
466
|
+
padding: 4px 8px;
|
|
467
|
+
background-clip: padding-box;
|
|
468
|
+
overflow: hidden;
|
|
469
|
+
display: inline-flex;
|
|
470
|
+
align-items: center;
|
|
596
471
|
}
|
|
597
|
-
.
|
|
598
|
-
margin-
|
|
472
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
473
|
+
margin-right: 8px;
|
|
474
|
+
max-width: 120px;
|
|
475
|
+
overflow: hidden;
|
|
476
|
+
text-overflow: ellipsis;
|
|
477
|
+
white-space: nowrap;
|
|
599
478
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
479
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
480
|
+
font-weight: 600;
|
|
481
|
+
margin-left: 4px;
|
|
482
|
+
}.select[data-v-52983a24] {
|
|
602
483
|
width: 100%;
|
|
484
|
+
height: 100%;
|
|
485
|
+
display: grid;
|
|
486
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
487
|
+
align-items: center;
|
|
603
488
|
}
|
|
604
|
-
.
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
489
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
490
|
+
width: 100%;
|
|
491
|
+
height: 100%;
|
|
492
|
+
text-align: center;
|
|
493
|
+
}iframe[data-v-e5fb3b56] {
|
|
494
|
+
width: 100%;
|
|
495
|
+
height: calc(100vh - 50px);
|
|
611
496
|
}
|
|
612
|
-
.
|
|
613
|
-
|
|
497
|
+
.fs-preview-container[data-v-2448d898] {
|
|
498
|
+
display: flex;
|
|
499
|
+
align-items: center;
|
|
500
|
+
gap: 5px;
|
|
501
|
+
justify-content: space-between;
|
|
614
502
|
}
|
|
615
|
-
.
|
|
616
|
-
|
|
617
|
-
|
|
503
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
504
|
+
display: flex;
|
|
505
|
+
align-items: center;
|
|
506
|
+
flex-shrink: 0;
|
|
507
|
+
min-width: max-content;
|
|
508
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
618
509
|
}
|
|
619
|
-
.
|
|
620
|
-
|
|
510
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
511
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
512
|
+
width: 30px;
|
|
513
|
+
height: 30px;
|
|
621
514
|
}
|
|
622
|
-
.
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
515
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
516
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
517
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
518
|
+
display: inline-block;
|
|
519
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
520
|
+
height: 1em !important;
|
|
521
|
+
line-height: 1em;
|
|
522
|
+
cursor: pointer;
|
|
626
523
|
}
|
|
627
|
-
.
|
|
628
|
-
|
|
629
|
-
text-
|
|
524
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
525
|
+
overflow: hidden;
|
|
526
|
+
text-overflow: ellipsis;
|
|
527
|
+
white-space: nowrap;
|
|
630
528
|
}
|
|
631
|
-
.
|
|
632
|
-
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.organization-tree,
|
|
636
|
-
.organization-tree .el-checkbox__label,
|
|
637
|
-
.organization-tree .el-breadcrumb__inner,
|
|
638
|
-
.organization-tree .el-tree {
|
|
639
|
-
font-size: 17px;
|
|
640
|
-
font-weight: 700;
|
|
529
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
530
|
+
margin-left: 5px;
|
|
641
531
|
}
|
|
642
|
-
.
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
532
|
+
.file-item[data-v-2448d898] {
|
|
533
|
+
display: flex;
|
|
534
|
+
align-items: center;
|
|
535
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
536
|
+
gap: 10px;
|
|
537
|
+
height: 40px;
|
|
538
|
+
padding: 10px;
|
|
539
|
+
border-radius: 8px;
|
|
540
|
+
transition: background-color 0.2s;
|
|
648
541
|
}
|
|
649
|
-
.
|
|
650
|
-
|
|
542
|
+
.file-item[data-v-2448d898]:hover {
|
|
543
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
544
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
545
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
546
|
+
outline: none;
|
|
651
547
|
}
|
|
652
|
-
.
|
|
653
|
-
|
|
548
|
+
.file-actions[data-v-2448d898] {
|
|
549
|
+
display: flex;
|
|
550
|
+
align-items: center;
|
|
551
|
+
gap: 5px;
|
|
552
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
654
553
|
}
|
|
655
|
-
.
|
|
656
|
-
margin-
|
|
554
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
555
|
+
margin-left: 5px;
|
|
657
556
|
}
|
|
658
|
-
.
|
|
659
|
-
|
|
660
|
-
width: 100%;
|
|
557
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
558
|
+
margin-left: 5px;
|
|
661
559
|
}
|
|
662
|
-
.
|
|
663
|
-
|
|
664
|
-
text-align: left;
|
|
560
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
561
|
+
margin-left: 5px;
|
|
665
562
|
}
|
|
666
|
-
.
|
|
667
|
-
|
|
668
|
-
text-align: right;
|
|
563
|
+
.amb-iconfont[data-v-2448d898] {
|
|
564
|
+
color: var(--el-color-primary);
|
|
669
565
|
}
|
|
670
|
-
.
|
|
671
|
-
|
|
566
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
567
|
+
font-size: 14px !important;
|
|
672
568
|
}
|
|
673
|
-
.
|
|
674
|
-
padding:
|
|
675
|
-
|
|
569
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
570
|
+
padding: 5px 11px;
|
|
571
|
+
height: var(--el-button-size);
|
|
572
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
|
+
transform: translate(-50%, -50%);
|
|
574
|
+
position: absolute;
|
|
575
|
+
top: 40%;
|
|
576
|
+
left: 50%;
|
|
676
577
|
}
|
|
677
|
-
.
|
|
678
|
-
|
|
578
|
+
.wscn-http404[data-v-4f824f28] {
|
|
579
|
+
position: relative;
|
|
580
|
+
width: 1200px;
|
|
581
|
+
padding: 0 50px;
|
|
582
|
+
overflow: hidden;
|
|
679
583
|
}
|
|
680
|
-
.
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
584
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
585
|
+
position: relative;
|
|
586
|
+
float: left;
|
|
587
|
+
width: 600px;
|
|
588
|
+
overflow: hidden;
|
|
684
589
|
}
|
|
685
|
-
.
|
|
686
|
-
|
|
687
|
-
text-align: right;
|
|
590
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
591
|
+
width: 100%;
|
|
688
592
|
}
|
|
689
|
-
.
|
|
690
|
-
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.organization-tree,
|
|
694
|
-
.organization-tree .el-checkbox__label,
|
|
695
|
-
.organization-tree .el-breadcrumb__inner,
|
|
696
|
-
.organization-tree .el-tree {
|
|
697
|
-
font-size: 17px;
|
|
698
|
-
font-weight: 700;
|
|
593
|
+
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
594
|
+
position: absolute;
|
|
699
595
|
}
|
|
700
|
-
.
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
596
|
+
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
597
|
+
width: 80px;
|
|
598
|
+
top: 17px;
|
|
599
|
+
left: 220px;
|
|
600
|
+
opacity: 0;
|
|
601
|
+
animation-name: cloudLeft-4f824f28;
|
|
602
|
+
animation-duration: 2s;
|
|
603
|
+
animation-timing-function: linear;
|
|
604
|
+
animation-fill-mode: forwards;
|
|
605
|
+
animation-delay: 1s;
|
|
706
606
|
}
|
|
707
|
-
.
|
|
708
|
-
|
|
607
|
+
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
608
|
+
width: 46px;
|
|
609
|
+
top: 10px;
|
|
610
|
+
left: 420px;
|
|
611
|
+
opacity: 0;
|
|
612
|
+
animation-name: cloudMid-4f824f28;
|
|
613
|
+
animation-duration: 2s;
|
|
614
|
+
animation-timing-function: linear;
|
|
615
|
+
animation-fill-mode: forwards;
|
|
616
|
+
animation-delay: 1.2s;
|
|
709
617
|
}
|
|
710
|
-
.
|
|
711
|
-
|
|
618
|
+
.wscn-http404 .pic-404__child.right[data-v-4f824f28] {
|
|
619
|
+
width: 62px;
|
|
620
|
+
top: 100px;
|
|
621
|
+
left: 500px;
|
|
622
|
+
opacity: 0;
|
|
623
|
+
animation-name: cloudRight-4f824f28;
|
|
624
|
+
animation-duration: 2s;
|
|
625
|
+
animation-timing-function: linear;
|
|
626
|
+
animation-fill-mode: forwards;
|
|
627
|
+
animation-delay: 1s;
|
|
712
628
|
}
|
|
713
|
-
|
|
714
|
-
|
|
629
|
+
@keyframes cloudLeft-4f824f28 {
|
|
630
|
+
0% {
|
|
631
|
+
top: 17px;
|
|
632
|
+
left: 220px;
|
|
633
|
+
opacity: 0;
|
|
715
634
|
}
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
635
|
+
20% {
|
|
636
|
+
top: 33px;
|
|
637
|
+
left: 188px;
|
|
638
|
+
opacity: 1;
|
|
719
639
|
}
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
640
|
+
80% {
|
|
641
|
+
top: 81px;
|
|
642
|
+
left: 92px;
|
|
643
|
+
opacity: 1;
|
|
723
644
|
}
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
645
|
+
100% {
|
|
646
|
+
top: 97px;
|
|
647
|
+
left: 60px;
|
|
648
|
+
opacity: 0;
|
|
727
649
|
}
|
|
728
|
-
.organization-tree .el-tree-node {
|
|
729
|
-
margin-bottom: 10px;
|
|
730
650
|
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
651
|
+
@keyframes cloudMid-4f824f28 {
|
|
652
|
+
0% {
|
|
653
|
+
top: 10px;
|
|
654
|
+
left: 420px;
|
|
655
|
+
opacity: 0;
|
|
734
656
|
}
|
|
735
|
-
|
|
736
|
-
|
|
657
|
+
20% {
|
|
658
|
+
top: 40px;
|
|
659
|
+
left: 360px;
|
|
660
|
+
opacity: 1;
|
|
737
661
|
}
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
662
|
+
70% {
|
|
663
|
+
top: 130px;
|
|
664
|
+
left: 180px;
|
|
665
|
+
opacity: 1;
|
|
742
666
|
}
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
667
|
+
100% {
|
|
668
|
+
top: 160px;
|
|
669
|
+
left: 120px;
|
|
670
|
+
opacity: 0;
|
|
746
671
|
}
|
|
747
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
748
|
-
color: #409eff;
|
|
749
|
-
}
|
|
750
|
-
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
751
|
-
user-select: text !important;
|
|
752
|
-
-webkit-user-select: text !important;
|
|
753
|
-
-moz-user-select: text !important;
|
|
754
|
-
-ms-user-select: text !important;
|
|
755
672
|
}
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
673
|
+
@keyframes cloudRight-4f824f28 {
|
|
674
|
+
0% {
|
|
675
|
+
top: 100px;
|
|
676
|
+
left: 500px;
|
|
677
|
+
opacity: 0;
|
|
759
678
|
}
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
/**
|
|
766
|
-
* 聊天窗口的样式设置
|
|
767
|
-
*/
|
|
768
|
-
.chat-container[data-v-e25b360d] {
|
|
769
|
-
--header-height: 56px;
|
|
770
|
-
--chat-padding: 12px;
|
|
771
|
-
--bubble-content-max-width: 0px;
|
|
772
|
-
position: fixed;
|
|
773
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
774
|
-
|
|
775
|
-
overflow: hidden;
|
|
776
|
-
z-index: 100;
|
|
777
|
-
flex-direction: row; /* 横向排列 */
|
|
778
|
-
height: 100%; /* 父容器高度 */
|
|
679
|
+
20% {
|
|
680
|
+
top: 120px;
|
|
681
|
+
left: 460px;
|
|
682
|
+
opacity: 1;
|
|
779
683
|
}
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
border-radius: 8px;
|
|
785
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
684
|
+
80% {
|
|
685
|
+
top: 180px;
|
|
686
|
+
left: 340px;
|
|
687
|
+
opacity: 1;
|
|
786
688
|
}
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
689
|
+
100% {
|
|
690
|
+
top: 200px;
|
|
691
|
+
left: 300px;
|
|
692
|
+
opacity: 0;
|
|
791
693
|
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/* 聊天窗口的头部样式设置
|
|
797
|
-
*/
|
|
798
|
-
.chat-embed__header_container[data-v-e25b360d] {
|
|
799
|
-
/* border-bottom: 1px solid #ddd; */
|
|
800
|
-
display: flex;
|
|
801
|
-
align-items: center;
|
|
802
|
-
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
803
|
-
height: var(--header-height);
|
|
804
|
-
line-height: var(--header-height);
|
|
805
|
-
overflow: hidden;
|
|
694
|
+
}
|
|
695
|
+
.wscn-http404 .bullshit[data-v-4f824f28] {
|
|
806
696
|
position: relative;
|
|
697
|
+
float: left;
|
|
698
|
+
width: 300px;
|
|
699
|
+
padding: 30px 0;
|
|
700
|
+
overflow: hidden;
|
|
807
701
|
}
|
|
808
|
-
.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
702
|
+
.wscn-http404 .bullshit__oops[data-v-4f824f28] {
|
|
703
|
+
font-size: 32px;
|
|
704
|
+
font-weight: bold;
|
|
705
|
+
line-height: 40px;
|
|
706
|
+
color: #1482f0;
|
|
707
|
+
opacity: 0;
|
|
708
|
+
margin-bottom: 20px;
|
|
709
|
+
animation-name: slideUp-4f824f28;
|
|
710
|
+
animation-duration: 0.5s;
|
|
711
|
+
animation-fill-mode: forwards;
|
|
712
|
+
}
|
|
713
|
+
.wscn-http404 .bullshit__headline[data-v-4f824f28] {
|
|
714
|
+
font-size: 20px;
|
|
715
|
+
line-height: 24px;
|
|
716
|
+
color: #222;
|
|
717
|
+
font-weight: bold;
|
|
718
|
+
opacity: 0;
|
|
719
|
+
margin-bottom: 10px;
|
|
720
|
+
animation-name: slideUp-4f824f28;
|
|
721
|
+
animation-duration: 0.5s;
|
|
722
|
+
animation-delay: 0.1s;
|
|
723
|
+
animation-fill-mode: forwards;
|
|
724
|
+
}
|
|
725
|
+
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
726
|
+
font-size: 13px;
|
|
727
|
+
line-height: 21px;
|
|
728
|
+
color: grey;
|
|
729
|
+
opacity: 0;
|
|
730
|
+
margin-bottom: 30px;
|
|
731
|
+
animation-name: slideUp-4f824f28;
|
|
732
|
+
animation-duration: 0.5s;
|
|
733
|
+
animation-delay: 0.2s;
|
|
734
|
+
animation-fill-mode: forwards;
|
|
735
|
+
}
|
|
736
|
+
.wscn-http404 .bullshit__return-home[data-v-4f824f28] {
|
|
737
|
+
display: block;
|
|
738
|
+
float: left;
|
|
739
|
+
width: 110px;
|
|
740
|
+
height: 36px;
|
|
741
|
+
background: #1482f0;
|
|
742
|
+
border-radius: 100px;
|
|
743
|
+
text-align: center;
|
|
744
|
+
color: #ffffff;
|
|
745
|
+
opacity: 0;
|
|
746
|
+
font-size: 14px;
|
|
747
|
+
line-height: 36px;
|
|
748
|
+
cursor: pointer;
|
|
749
|
+
animation-name: slideUp-4f824f28;
|
|
750
|
+
animation-duration: 0.5s;
|
|
751
|
+
animation-delay: 0.3s;
|
|
752
|
+
animation-fill-mode: forwards;
|
|
753
|
+
}
|
|
754
|
+
@keyframes slideUp-4f824f28 {
|
|
755
|
+
0% {
|
|
756
|
+
transform: translateY(60px);
|
|
757
|
+
opacity: 0;
|
|
758
|
+
}
|
|
759
|
+
100% {
|
|
760
|
+
transform: translateY(0);
|
|
761
|
+
opacity: 1;
|
|
762
|
+
}
|
|
763
|
+
}.errPage-container[data-v-6bef0241] {
|
|
764
|
+
width: 800px;
|
|
765
|
+
max-width: 100%;
|
|
766
|
+
margin: 100px auto;
|
|
767
|
+
}
|
|
768
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
769
|
+
background: #008489;
|
|
770
|
+
color: #fff;
|
|
771
|
+
border: none !important;
|
|
772
|
+
}
|
|
773
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
774
|
+
margin: 0 auto;
|
|
775
|
+
display: block;
|
|
776
|
+
}
|
|
777
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
778
|
+
display: block;
|
|
779
|
+
margin: 0 auto;
|
|
780
|
+
width: 100%;
|
|
781
|
+
}
|
|
782
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
783
|
+
font-size: 60px;
|
|
784
|
+
font-weight: 700;
|
|
785
|
+
color: #484848;
|
|
786
|
+
}
|
|
787
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
788
|
+
font-size: 14px;
|
|
789
|
+
}
|
|
790
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
791
|
+
padding-bottom: 5px;
|
|
792
|
+
}
|
|
793
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
794
|
+
color: #008489;
|
|
795
|
+
text-decoration: none;
|
|
796
|
+
}
|
|
797
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
798
|
+
text-decoration: underline;
|
|
799
|
+
}
|
|
800
|
+
.graphDiv[data-v-a936569d] {
|
|
801
|
+
overflow: auto;
|
|
802
|
+
height: 100%;
|
|
803
|
+
height: calc(100vh - 20px);
|
|
819
804
|
}
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
.
|
|
824
|
-
|
|
825
|
-
|
|
805
|
+
|
|
806
|
+
.organization-tree,
|
|
807
|
+
.organization-tree .el-checkbox__label,
|
|
808
|
+
.organization-tree .el-breadcrumb__inner,
|
|
809
|
+
.organization-tree .el-tree {
|
|
810
|
+
font-size: 17px;
|
|
811
|
+
font-weight: 700;
|
|
826
812
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
813
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
814
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
815
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
816
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
817
|
+
font-size: 17px;
|
|
818
|
+
font-weight: 700;
|
|
832
819
|
}
|
|
833
|
-
.
|
|
834
|
-
|
|
835
|
-
display: flex;
|
|
836
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
837
|
-
border-right: 1px solid #ddd;
|
|
838
|
-
padding: 20px 12px;
|
|
839
|
-
width: 260px;
|
|
840
|
-
height: 100%;
|
|
820
|
+
.organization-tree .el-card__body {
|
|
821
|
+
padding-top: 10px;
|
|
841
822
|
}
|
|
842
|
-
.
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
823
|
+
.organization-tree .card-content {
|
|
824
|
+
margin-top: 10px;
|
|
825
|
+
}
|
|
826
|
+
.organization-tree .item-row-all {
|
|
827
|
+
margin-bottom: 10px;
|
|
828
|
+
}
|
|
829
|
+
.organization-tree .item-row {
|
|
847
830
|
display: flex;
|
|
848
|
-
|
|
849
|
-
height: var(--main-content-height);
|
|
850
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
851
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
831
|
+
width: 100%;
|
|
852
832
|
}
|
|
853
|
-
.
|
|
854
|
-
flex:
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
833
|
+
.organization-tree .item-label {
|
|
834
|
+
flex: 0 0 90%;
|
|
835
|
+
text-align: left;
|
|
836
|
+
}
|
|
837
|
+
.organization-tree .item-side {
|
|
838
|
+
flex: 0 0 10%;
|
|
839
|
+
text-align: right;
|
|
840
|
+
}
|
|
841
|
+
.organization-tree .el-tree-node {
|
|
842
|
+
margin-bottom: 10px;
|
|
843
|
+
}
|
|
844
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
845
|
+
padding: 0;
|
|
846
|
+
display: none;
|
|
847
|
+
}
|
|
848
|
+
.organization-tree .card-footer {
|
|
849
|
+
padding: 20px;
|
|
850
|
+
}
|
|
851
|
+
.organization-tree .card-footer .select-result {
|
|
852
|
+
color: #409eff;
|
|
853
|
+
flex: 1 1 75%;
|
|
854
|
+
text-align: left;
|
|
855
|
+
}
|
|
856
|
+
.organization-tree .card-footer .button-area {
|
|
857
|
+
flex: 0 0 20%;
|
|
858
|
+
text-align: right;
|
|
859
|
+
}
|
|
860
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
|
+
color: #409eff;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.organization-tree,
|
|
865
|
+
.organization-tree .el-checkbox__label,
|
|
866
|
+
.organization-tree .el-breadcrumb__inner,
|
|
867
|
+
.organization-tree .el-tree {
|
|
868
|
+
font-size: 17px;
|
|
869
|
+
font-weight: 700;
|
|
870
|
+
}
|
|
871
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
872
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
873
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
874
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
875
|
+
font-size: 17px;
|
|
876
|
+
font-weight: 700;
|
|
877
|
+
}
|
|
878
|
+
.organization-tree .el-card__body {
|
|
879
|
+
padding-top: 10px;
|
|
880
|
+
}
|
|
881
|
+
.organization-tree .card-content {
|
|
882
|
+
margin-top: 10px;
|
|
860
883
|
}
|
|
861
|
-
.
|
|
862
|
-
|
|
863
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
884
|
+
.organization-tree .item-row-all {
|
|
885
|
+
margin-bottom: 10px;
|
|
864
886
|
}
|
|
865
|
-
.
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
/* 聊天默认推荐内容样式
|
|
871
|
-
*/
|
|
872
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e25b360d] {
|
|
873
|
-
margin-top: 5px;
|
|
887
|
+
.organization-tree .item-row {
|
|
888
|
+
display: flex;
|
|
889
|
+
width: 100%;
|
|
874
890
|
}
|
|
875
|
-
.
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
background: #ffffff;
|
|
879
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
880
|
-
border-radius: 0px 30px 30px 30px;
|
|
881
|
-
/* opacity: 0.6; */
|
|
891
|
+
.organization-tree .item-label {
|
|
892
|
+
flex: 0 0 90%;
|
|
893
|
+
text-align: left;
|
|
882
894
|
}
|
|
883
|
-
.
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
font-size: 16px;
|
|
887
|
-
color: #181818;
|
|
888
|
-
line-height: 32px;
|
|
889
|
-
text-align: justified;
|
|
890
|
-
font-style: normal;
|
|
891
|
-
text-transform: none;
|
|
895
|
+
.organization-tree .item-side {
|
|
896
|
+
flex: 0 0 10%;
|
|
897
|
+
text-align: right;
|
|
892
898
|
}
|
|
893
|
-
|
|
894
|
-
|
|
899
|
+
.organization-tree .el-tree-node {
|
|
900
|
+
margin-bottom: 10px;
|
|
895
901
|
}
|
|
896
|
-
.
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
/**
|
|
902
|
-
// 用户消息
|
|
903
|
-
*/
|
|
904
|
-
.content-borderless-container[data-v-e25b360d] {
|
|
905
|
-
background: #e1ecfd;
|
|
906
|
-
border-radius: 20px 0px 20px 20px;
|
|
907
|
-
user-select: none;
|
|
908
|
-
padding: 12px;
|
|
909
|
-
cursor: pointer;
|
|
910
|
-
transition: background-color 0.3s;
|
|
911
|
-
&[data-v-e25b360d]:hover {
|
|
912
|
-
background-color: #ebeef5;
|
|
902
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
903
|
+
padding: 0;
|
|
904
|
+
display: none;
|
|
913
905
|
}
|
|
906
|
+
.organization-tree .card-footer {
|
|
907
|
+
padding: 20px;
|
|
914
908
|
}
|
|
915
|
-
.
|
|
916
|
-
|
|
917
|
-
|
|
909
|
+
.organization-tree .card-footer .select-result {
|
|
910
|
+
color: #409eff;
|
|
911
|
+
flex: 1 1 75%;
|
|
912
|
+
text-align: left;
|
|
918
913
|
}
|
|
914
|
+
.organization-tree .card-footer .button-area {
|
|
915
|
+
flex: 0 0 20%;
|
|
916
|
+
text-align: right;
|
|
919
917
|
}
|
|
920
|
-
.
|
|
921
|
-
|
|
918
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
919
|
+
color: #409eff;
|
|
922
920
|
}
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
border: 1px solid #eee;
|
|
930
|
-
border-radius: 4px;
|
|
931
|
-
cursor: pointer;
|
|
932
|
-
font-size: 12px;
|
|
933
|
-
color: var(--el-color-primary);
|
|
921
|
+
.super-icon[data-v-875fd31c] {
|
|
922
|
+
width: 1em;
|
|
923
|
+
height: 1em;
|
|
924
|
+
font-size: 14px;
|
|
925
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
926
|
+
width: 50%;
|
|
934
927
|
}
|
|
935
|
-
.
|
|
936
|
-
|
|
928
|
+
.organization-tree,
|
|
929
|
+
.organization-tree .el-checkbox__label,
|
|
930
|
+
.organization-tree .el-breadcrumb__inner,
|
|
931
|
+
.organization-tree .el-tree {
|
|
932
|
+
font-size: 17px;
|
|
933
|
+
font-weight: 700;
|
|
937
934
|
}
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
935
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
936
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
937
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
938
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
939
|
+
font-size: 17px;
|
|
940
|
+
font-weight: 700;
|
|
942
941
|
}
|
|
943
|
-
.
|
|
944
|
-
|
|
942
|
+
.organization-tree .el-card__body {
|
|
943
|
+
padding-top: 10px;
|
|
945
944
|
}
|
|
946
|
-
.
|
|
947
|
-
|
|
948
|
-
margin-top: 0px;
|
|
949
|
-
margin-bottom: 0px;
|
|
945
|
+
.organization-tree .card-content {
|
|
946
|
+
margin-top: 10px;
|
|
950
947
|
}
|
|
951
|
-
.
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
948
|
+
.organization-tree .item-row-all {
|
|
949
|
+
margin-bottom: 10px;
|
|
950
|
+
}
|
|
951
|
+
.organization-tree .item-row {
|
|
955
952
|
display: flex;
|
|
956
|
-
|
|
953
|
+
width: 100%;
|
|
957
954
|
}
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
955
|
+
.organization-tree .item-label {
|
|
956
|
+
flex: 0 0 90%;
|
|
957
|
+
text-align: left;
|
|
961
958
|
}
|
|
962
|
-
|
|
963
|
-
|
|
959
|
+
.organization-tree .item-side {
|
|
960
|
+
flex: 0 0 10%;
|
|
961
|
+
text-align: right;
|
|
964
962
|
}
|
|
965
|
-
|
|
966
|
-
margin:
|
|
963
|
+
.organization-tree .el-tree-node {
|
|
964
|
+
margin-bottom: 10px;
|
|
965
|
+
}
|
|
966
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
967
|
+
padding: 0;
|
|
968
|
+
display: none;
|
|
969
|
+
}
|
|
970
|
+
.organization-tree .card-footer {
|
|
971
|
+
padding: 20px;
|
|
972
|
+
}
|
|
973
|
+
.organization-tree .card-footer .select-result {
|
|
974
|
+
color: #409eff;
|
|
975
|
+
flex: 1 1 75%;
|
|
976
|
+
text-align: left;
|
|
977
|
+
}
|
|
978
|
+
.organization-tree .card-footer .button-area {
|
|
979
|
+
flex: 0 0 20%;
|
|
980
|
+
text-align: right;
|
|
981
|
+
}
|
|
982
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
983
|
+
color: #409eff;
|
|
967
984
|
}
|
|
968
|
-
.
|
|
969
|
-
|
|
985
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
986
|
+
position: relative;
|
|
987
|
+
height: 100%;
|
|
988
|
+
width: 100%;
|
|
989
|
+
}
|
|
990
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
991
|
+
position: fixed;
|
|
992
|
+
top: 0;
|
|
993
|
+
}
|
|
994
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
995
|
+
background: #000;
|
|
996
|
+
opacity: 0.3;
|
|
997
|
+
width: 100%;
|
|
998
|
+
top: 0;
|
|
999
|
+
height: 100%;
|
|
1000
|
+
position: absolute;
|
|
1001
|
+
z-index: 999;
|
|
970
1002
|
}iframe[data-v-20dccb82] {
|
|
971
1003
|
width: 100%;
|
|
972
1004
|
height: calc(100vh - 50px);
|
|
973
|
-
}.
|
|
974
|
-
transform: translate(-50%, -50%);
|
|
975
|
-
position: absolute;
|
|
976
|
-
top: 40%;
|
|
977
|
-
left: 50%;
|
|
978
|
-
}
|
|
979
|
-
.wscn-http404[data-v-4f824f28] {
|
|
1005
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
980
1006
|
position: relative;
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
overflow: hidden;
|
|
1007
|
+
--el-menu-item-height: 45px;
|
|
1008
|
+
--el-menu-sub-item-height: 45px;
|
|
984
1009
|
}
|
|
985
|
-
.
|
|
986
|
-
|
|
987
|
-
float: left;
|
|
988
|
-
width: 600px;
|
|
989
|
-
overflow: hidden;
|
|
1010
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
+
padding: 0 !important;
|
|
990
1012
|
}
|
|
991
|
-
.
|
|
992
|
-
|
|
1013
|
+
.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)) {
|
|
1014
|
+
display: flex;
|
|
1015
|
+
flex-direction: row;
|
|
993
1016
|
}
|
|
994
|
-
.
|
|
995
|
-
|
|
1017
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
+
display: flex;
|
|
1019
|
+
flex-direction: row;
|
|
1020
|
+
padding: 0 !important;
|
|
996
1021
|
}
|
|
997
|
-
.
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
animation-duration: 2s;
|
|
1004
|
-
animation-timing-function: linear;
|
|
1005
|
-
animation-fill-mode: forwards;
|
|
1006
|
-
animation-delay: 1s;
|
|
1022
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
|
+
display: flex;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
justify-content: center;
|
|
1026
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
|
+
font-size: 16px;
|
|
1007
1028
|
}
|
|
1008
|
-
.
|
|
1009
|
-
width:
|
|
1010
|
-
top: 10px;
|
|
1011
|
-
left: 420px;
|
|
1012
|
-
opacity: 0;
|
|
1013
|
-
animation-name: cloudMid-4f824f28;
|
|
1014
|
-
animation-duration: 2s;
|
|
1015
|
-
animation-timing-function: linear;
|
|
1016
|
-
animation-fill-mode: forwards;
|
|
1017
|
-
animation-delay: 1.2s;
|
|
1029
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
+
width: 20px;
|
|
1018
1031
|
}
|
|
1019
|
-
.
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
animation-duration: 2s;
|
|
1026
|
-
animation-timing-function: linear;
|
|
1027
|
-
animation-fill-mode: forwards;
|
|
1028
|
-
animation-delay: 1s;
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
|
+
overflow: hidden;
|
|
1035
|
+
white-space: nowrap;
|
|
1036
|
+
overflow: hidden;
|
|
1037
|
+
text-overflow: ellipsis;
|
|
1029
1038
|
}
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
|
+
overflow: hidden;
|
|
1041
|
+
white-space: nowrap;
|
|
1042
|
+
overflow: hidden;
|
|
1043
|
+
text-overflow: ellipsis;
|
|
1035
1044
|
}
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1045
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
+
}.app-main[data-v-2d98e845] {
|
|
1048
|
+
padding: var(--app-main-padding, 15px);
|
|
1049
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1050
|
+
position: relative;
|
|
1051
|
+
overflow: hidden;
|
|
1040
1052
|
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1053
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
+
overflow: auto;
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
+
position: relative;
|
|
1059
|
+
--el-menu-item-height: 45px;
|
|
1060
|
+
--el-menu-sub-item-height: 45px;
|
|
1045
1061
|
}
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
left: 60px;
|
|
1049
|
-
opacity: 0;
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1063
|
+
padding: 0 !important;
|
|
1050
1064
|
}
|
|
1065
|
+
.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)) {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
flex-direction: row;
|
|
1051
1068
|
}
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
opacity: 0;
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
flex-direction: row;
|
|
1072
|
+
padding: 0 !important;
|
|
1057
1073
|
}
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1075
|
+
display: flex;
|
|
1076
|
+
align-items: center;
|
|
1077
|
+
justify-content: center;
|
|
1078
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
+
font-size: 16px;
|
|
1062
1080
|
}
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
left: 180px;
|
|
1066
|
-
opacity: 1;
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1082
|
+
width: 20px;
|
|
1067
1083
|
}
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1085
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
white-space: nowrap;
|
|
1088
|
+
overflow: hidden;
|
|
1089
|
+
text-overflow: ellipsis;
|
|
1072
1090
|
}
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1092
|
+
overflow: hidden;
|
|
1093
|
+
white-space: nowrap;
|
|
1094
|
+
overflow: hidden;
|
|
1095
|
+
text-overflow: ellipsis;
|
|
1073
1096
|
}
|
|
1074
|
-
|
|
1075
|
-
0%
|
|
1076
|
-
top: 100px;
|
|
1077
|
-
left: 500px;
|
|
1078
|
-
opacity: 0;
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1079
1099
|
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
left: 460px;
|
|
1083
|
-
opacity: 1;
|
|
1100
|
+
.searchResult {
|
|
1101
|
+
color: red;
|
|
1084
1102
|
}
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
left: 340px;
|
|
1088
|
-
opacity: 1;
|
|
1103
|
+
.inline-select-custom {
|
|
1104
|
+
width: 100px;
|
|
1089
1105
|
}
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1106
|
+
.inline-input-custom {
|
|
1107
|
+
width: 98%;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1111
|
+
display: flex;
|
|
1112
|
+
align-items: center;
|
|
1113
|
+
width: 100%;
|
|
1114
|
+
gap: 8px;
|
|
1115
|
+
box-sizing: border-box;
|
|
1116
|
+
min-width: 0;
|
|
1094
1117
|
}
|
|
1118
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1119
|
+
width: 100%;
|
|
1120
|
+
min-width: 0;
|
|
1095
1121
|
}
|
|
1096
|
-
.
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1122
|
+
.sep[data-v-2aeaa81d] {
|
|
1123
|
+
padding: 0 8px;
|
|
1124
|
+
color: var(--el-text-color-secondary);
|
|
1125
|
+
white-space: nowrap;
|
|
1126
|
+
flex: 0 0 auto;
|
|
1127
|
+
}
|
|
1128
|
+
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1129
|
+
user-select: text !important;
|
|
1130
|
+
-webkit-user-select: text !important;
|
|
1131
|
+
-moz-user-select: text !important;
|
|
1132
|
+
-ms-user-select: text !important;
|
|
1102
1133
|
}
|
|
1103
|
-
.
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
line-height: 40px;
|
|
1107
|
-
color: #1482f0;
|
|
1108
|
-
opacity: 0;
|
|
1109
|
-
margin-bottom: 20px;
|
|
1110
|
-
animation-name: slideUp-4f824f28;
|
|
1111
|
-
animation-duration: 0.5s;
|
|
1112
|
-
animation-fill-mode: forwards;
|
|
1134
|
+
.slide-up-enter-active[data-v-e25b360d],
|
|
1135
|
+
.slide-up-leave-active[data-v-e25b360d] {
|
|
1136
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1113
1137
|
}
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1138
|
+
.slide-up-enter-from[data-v-e25b360d],
|
|
1139
|
+
.slide-up-leave-to[data-v-e25b360d] {
|
|
1140
|
+
transform: translateY(100%);
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
/**
|
|
1144
|
+
* 聊天窗口的样式设置
|
|
1145
|
+
*/
|
|
1146
|
+
.chat-container[data-v-e25b360d] {
|
|
1147
|
+
--header-height: 56px;
|
|
1148
|
+
--chat-padding: 12px;
|
|
1149
|
+
--bubble-content-max-width: 0px;
|
|
1150
|
+
position: fixed;
|
|
1151
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1152
|
+
|
|
1153
|
+
overflow: hidden;
|
|
1154
|
+
z-index: 100;
|
|
1155
|
+
flex-direction: row; /* 横向排列 */
|
|
1156
|
+
height: 100%; /* 父容器高度 */
|
|
1125
1157
|
}
|
|
1126
|
-
.
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
animation-name: slideUp-4f824f28;
|
|
1133
|
-
animation-duration: 0.5s;
|
|
1134
|
-
animation-delay: 0.2s;
|
|
1135
|
-
animation-fill-mode: forwards;
|
|
1158
|
+
.small-window[data-v-e25b360d] {
|
|
1159
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1160
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1161
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1162
|
+
border-radius: 8px;
|
|
1163
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1136
1164
|
}
|
|
1137
|
-
.
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
height: 36px;
|
|
1142
|
-
background: #1482f0;
|
|
1143
|
-
border-radius: 100px;
|
|
1144
|
-
text-align: center;
|
|
1145
|
-
color: #ffffff;
|
|
1146
|
-
opacity: 0;
|
|
1147
|
-
font-size: 14px;
|
|
1148
|
-
line-height: 36px;
|
|
1149
|
-
cursor: pointer;
|
|
1150
|
-
animation-name: slideUp-4f824f28;
|
|
1151
|
-
animation-duration: 0.5s;
|
|
1152
|
-
animation-delay: 0.3s;
|
|
1153
|
-
animation-fill-mode: forwards;
|
|
1165
|
+
.full-screen[data-v-e25b360d] {
|
|
1166
|
+
right: 0;
|
|
1167
|
+
bottom: 0;
|
|
1168
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1154
1169
|
}
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1170
|
+
.chat-container > *[data-v-e25b360d] {
|
|
1171
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
/* 聊天窗口的头部样式设置
|
|
1175
|
+
*/
|
|
1176
|
+
.chat-embed__header_container[data-v-e25b360d] {
|
|
1177
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1178
|
+
display: flex;
|
|
1179
|
+
align-items: center;
|
|
1180
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1181
|
+
height: var(--header-height);
|
|
1182
|
+
line-height: var(--header-height);
|
|
1183
|
+
overflow: hidden;
|
|
1184
|
+
position: relative;
|
|
1185
|
+
}
|
|
1186
|
+
.session-subject[data-v-e25b360d] {
|
|
1187
|
+
display: block;
|
|
1188
|
+
margin: 0 auto;
|
|
1189
|
+
text-align: center;
|
|
1190
|
+
font-family: PingFang SC, PingFang SC;
|
|
1191
|
+
font-weight: 500;
|
|
1192
|
+
font-size: 16px;
|
|
1193
|
+
color: #181818;
|
|
1194
|
+
text-align: left;
|
|
1195
|
+
font-style: normal;
|
|
1196
|
+
text-transform: none;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
/* 聊天窗口的头部图标样式设置
|
|
1200
|
+
*/
|
|
1201
|
+
.chat-embed__header_avatar[data-v-e25b360d] {
|
|
1202
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1203
|
+
margin-right: var(--chat-padding);
|
|
1159
1204
|
}
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1205
|
+
.chat-embed__header_tool_icon[data-v-e25b360d] {
|
|
1206
|
+
right: 20px;
|
|
1207
|
+
position: absolute;
|
|
1208
|
+
gap: 28px;
|
|
1209
|
+
display: flex;
|
|
1163
1210
|
}
|
|
1164
|
-
|
|
1165
|
-
|
|
1211
|
+
.chat-embed__sidebar[data-v-e25b360d] {
|
|
1212
|
+
background: #f6f7fa;
|
|
1213
|
+
display: flex;
|
|
1214
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1215
|
+
border-right: 1px solid #ddd;
|
|
1216
|
+
padding: 20px 12px;
|
|
1217
|
+
width: 260px;
|
|
1166
1218
|
height: 100%;
|
|
1167
|
-
width: 100%;
|
|
1168
1219
|
}
|
|
1169
|
-
.
|
|
1170
|
-
|
|
1171
|
-
|
|
1220
|
+
.chat-embed__main[data-v-e25b360d] {
|
|
1221
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1222
|
+
box-sizing: border-box;
|
|
1223
|
+
overflow: hidden;
|
|
1224
|
+
position: relative;
|
|
1225
|
+
display: flex;
|
|
1226
|
+
flex-direction: column;
|
|
1227
|
+
height: var(--main-content-height);
|
|
1228
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1229
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1172
1230
|
}
|
|
1173
|
-
.
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
z-index: 999;
|
|
1181
|
-
}.errPage-container[data-v-6bef0241] {
|
|
1182
|
-
width: 800px;
|
|
1183
|
-
max-width: 100%;
|
|
1184
|
-
margin: 100px auto;
|
|
1231
|
+
.chat-embed__main_content[data-v-e25b360d] {
|
|
1232
|
+
flex: 1;
|
|
1233
|
+
box-sizing: border-box;
|
|
1234
|
+
min-height: 0;
|
|
1235
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1236
|
+
/* overflow-y: auto;
|
|
1237
|
+
margin-bottom: 12px; */
|
|
1185
1238
|
}
|
|
1186
|
-
.
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
border: none !important;
|
|
1239
|
+
.chat-embed__input_container[data-v-e25b360d] {
|
|
1240
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1241
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1190
1242
|
}
|
|
1191
|
-
.
|
|
1192
|
-
|
|
1193
|
-
|
|
1243
|
+
.header-icon[data-v-e25b360d] {
|
|
1244
|
+
cursor: pointer;
|
|
1245
|
+
font-size: 20px;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
/* 聊天默认推荐内容样式
|
|
1249
|
+
*/
|
|
1250
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e25b360d] {
|
|
1251
|
+
margin-top: 5px;
|
|
1194
1252
|
}
|
|
1195
|
-
.
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1253
|
+
.content-container[data-v-e25b360d] {
|
|
1254
|
+
padding: 16px;
|
|
1255
|
+
border-radius: 4px;
|
|
1256
|
+
background: #ffffff;
|
|
1257
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1258
|
+
border-radius: 0px 30px 30px 30px;
|
|
1259
|
+
/* opacity: 0.6; */
|
|
1199
1260
|
}
|
|
1200
|
-
.
|
|
1201
|
-
font-
|
|
1202
|
-
font-weight:
|
|
1203
|
-
|
|
1261
|
+
.chat-content-font[data-v-e25b360d] {
|
|
1262
|
+
font-family: PingFang SC, PingFang SC;
|
|
1263
|
+
font-weight: 500;
|
|
1264
|
+
font-size: 16px;
|
|
1265
|
+
color: #181818;
|
|
1266
|
+
line-height: 32px;
|
|
1267
|
+
text-align: justified;
|
|
1268
|
+
font-style: normal;
|
|
1269
|
+
text-transform: none;
|
|
1204
1270
|
}
|
|
1205
|
-
.
|
|
1206
|
-
|
|
1271
|
+
[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1272
|
+
border: none !important;
|
|
1207
1273
|
}
|
|
1208
|
-
.
|
|
1209
|
-
|
|
1274
|
+
.content-container-header[data-v-e25b360d] {
|
|
1275
|
+
font-size: 12px;
|
|
1276
|
+
color: #909399;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
// 用户消息
|
|
1281
|
+
*/
|
|
1282
|
+
.content-borderless-container[data-v-e25b360d] {
|
|
1283
|
+
background: #e1ecfd;
|
|
1284
|
+
border-radius: 20px 0px 20px 20px;
|
|
1285
|
+
user-select: none;
|
|
1286
|
+
padding: 12px;
|
|
1287
|
+
cursor: pointer;
|
|
1288
|
+
transition: background-color 0.3s;
|
|
1289
|
+
&[data-v-e25b360d]:hover {
|
|
1290
|
+
background-color: #ebeef5;
|
|
1210
1291
|
}
|
|
1211
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
1212
|
-
color: #008489;
|
|
1213
|
-
text-decoration: none;
|
|
1214
1292
|
}
|
|
1215
|
-
.
|
|
1216
|
-
|
|
1293
|
+
.footer-container[data-v-e25b360d] {
|
|
1294
|
+
[data-v-e25b360d] .el-button + .el-button {
|
|
1295
|
+
margin-left: 8px;
|
|
1217
1296
|
}
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
height: calc(100vh - 20px);
|
|
1297
|
+
}
|
|
1298
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e25b360d] {
|
|
1299
|
+
padding: 0;
|
|
1222
1300
|
}
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1301
|
+
|
|
1302
|
+
/* 引用文件样式 */
|
|
1303
|
+
.doc-agg-item[data-v-e25b360d] {
|
|
1304
|
+
width: 100%;
|
|
1305
|
+
padding: 10px;
|
|
1306
|
+
margin-bottom: 5px;
|
|
1307
|
+
border: 1px solid #eee;
|
|
1308
|
+
border-radius: 4px;
|
|
1309
|
+
cursor: pointer;
|
|
1310
|
+
font-size: 12px;
|
|
1311
|
+
color: var(--el-color-primary);
|
|
1227
1312
|
}
|
|
1228
|
-
.
|
|
1229
|
-
padding: 0
|
|
1313
|
+
.elx-xmarkdown-container[data-v-e25b360d] {
|
|
1314
|
+
padding: 0;
|
|
1230
1315
|
}
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1316
|
+
[data-v-e25b360d]:root {
|
|
1317
|
+
--header-height: 56px;
|
|
1318
|
+
--chat-padding: 12px;
|
|
1319
|
+
--el-thinking-button-width: 180px;
|
|
1234
1320
|
}
|
|
1235
|
-
.
|
|
1236
|
-
|
|
1237
|
-
flex-direction: row;
|
|
1238
|
-
padding: 0 !important;
|
|
1321
|
+
.chat-container[data-v-e25b360d] p {
|
|
1322
|
+
margin: 0 !important;
|
|
1239
1323
|
}
|
|
1240
|
-
.
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1245
|
-
font-size: 16px;
|
|
1324
|
+
.chat-container[data-v-e25b360d] h4 {
|
|
1325
|
+
font-size: 16px;
|
|
1326
|
+
margin-top: 0px;
|
|
1327
|
+
margin-bottom: 0px;
|
|
1246
1328
|
}
|
|
1247
|
-
.
|
|
1248
|
-
|
|
1329
|
+
.chat-content[data-v-e25b360d] {
|
|
1330
|
+
flex: 1;
|
|
1331
|
+
min-width: 0; /* 避免被内容撑爆 */
|
|
1332
|
+
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
1333
|
+
display: flex;
|
|
1334
|
+
flex-direction: column;
|
|
1249
1335
|
}
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
white-space: nowrap;
|
|
1254
|
-
overflow: hidden;
|
|
1255
|
-
text-overflow: ellipsis;
|
|
1336
|
+
[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content {
|
|
1337
|
+
padding: 0 !important;
|
|
1338
|
+
/* width: 80%; */
|
|
1256
1339
|
}
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
white-space: nowrap;
|
|
1260
|
-
overflow: hidden;
|
|
1261
|
-
text-overflow: ellipsis;
|
|
1340
|
+
[data-v-e25b360d] .el-bubble-content:has(.chat-chart-container) {
|
|
1341
|
+
width: 80%;
|
|
1262
1342
|
}
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
overflow: hidden;
|
|
1343
|
+
[data-v-e25b360d] .el-divider--horizontal {
|
|
1344
|
+
margin: 5px 0;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.searchResult {
|
|
1348
|
+
color: red;
|
|
1270
1349
|
}
|
|
1271
|
-
.
|
|
1272
|
-
|
|
1273
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1274
|
-
overflow: auto;
|
|
1275
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1276
|
-
position: relative;
|
|
1277
|
-
--el-menu-item-height: 45px;
|
|
1278
|
-
--el-menu-sub-item-height: 45px;
|
|
1350
|
+
.inline-input-custom {
|
|
1351
|
+
width: 90%;
|
|
1279
1352
|
}
|
|
1280
|
-
.
|
|
1281
|
-
|
|
1353
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1354
|
+
min-width: 300px;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
.searchResult {
|
|
1358
|
+
color: red;
|
|
1282
1359
|
}
|
|
1283
|
-
.
|
|
1284
|
-
|
|
1285
|
-
flex-direction: row;
|
|
1360
|
+
.inline-input-custom {
|
|
1361
|
+
width: 100% !important;
|
|
1286
1362
|
}
|
|
1287
|
-
.
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1363
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1364
|
+
min-width: 300px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.searchResult {
|
|
1368
|
+
color: red;
|
|
1291
1369
|
}
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1294
|
-
align-items: center;
|
|
1295
|
-
justify-content: center;
|
|
1296
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1297
|
-
font-size: 16px;
|
|
1370
|
+
.inline-select-custom {
|
|
1371
|
+
width: 100px;
|
|
1298
1372
|
}
|
|
1299
|
-
.
|
|
1300
|
-
|
|
1373
|
+
.inline-input-custom {
|
|
1374
|
+
width: 98%;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
.searchResult {
|
|
1378
|
+
color: red;
|
|
1301
1379
|
}
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1304
|
-
overflow: hidden;
|
|
1305
|
-
white-space: nowrap;
|
|
1306
|
-
overflow: hidden;
|
|
1307
|
-
text-overflow: ellipsis;
|
|
1380
|
+
.inline-select-custom {
|
|
1381
|
+
width: 100px;
|
|
1308
1382
|
}
|
|
1309
|
-
.
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1383
|
+
.inline-input-custom {
|
|
1384
|
+
width: 98%;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
.searchResult {
|
|
1388
|
+
color: red;
|
|
1314
1389
|
}
|
|
1315
|
-
.
|
|
1316
|
-
|
|
1390
|
+
.inline-select-custom {
|
|
1391
|
+
width: 100px;
|
|
1317
1392
|
}
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1320
|
-
align-items: center;
|
|
1321
|
-
width: 100%;
|
|
1322
|
-
gap: 8px;
|
|
1323
|
-
box-sizing: border-box;
|
|
1324
|
-
min-width: 0;
|
|
1393
|
+
.inline-input-custom {
|
|
1394
|
+
width: 98%;
|
|
1325
1395
|
}
|
|
1326
|
-
.
|
|
1327
|
-
width:
|
|
1328
|
-
min-width: 0;
|
|
1396
|
+
.searchDepartmentUser {
|
|
1397
|
+
width: 250px;
|
|
1329
1398
|
}
|
|
1330
|
-
.
|
|
1331
|
-
|
|
1332
|
-
color: var(--el-text-color-secondary);
|
|
1333
|
-
white-space: nowrap;
|
|
1334
|
-
flex: 0 0 auto;
|
|
1399
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1400
|
+
min-width: 300px;
|
|
1335
1401
|
}
|
|
1336
1402
|
.normal-column-header[data-v-562b2e0d] {
|
|
1337
1403
|
display: inline-flex;
|
|
@@ -1342,6 +1408,22 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1342
1408
|
color: var(--el-color-primary);
|
|
1343
1409
|
cursor: pointer;
|
|
1344
1410
|
}
|
|
1411
|
+
.searchResult {
|
|
1412
|
+
color: red;
|
|
1413
|
+
}
|
|
1414
|
+
.inline-select-custom {
|
|
1415
|
+
width: 100px;
|
|
1416
|
+
}
|
|
1417
|
+
.inline-input-custom {
|
|
1418
|
+
width: 98%;
|
|
1419
|
+
}
|
|
1420
|
+
.searchDepartmentUser {
|
|
1421
|
+
width: 250px;
|
|
1422
|
+
}
|
|
1423
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1424
|
+
min-width: 300px;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1345
1427
|
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
1428
|
margin-bottom: 0px;
|
|
1347
1429
|
}
|
|
@@ -1365,16 +1447,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1365
1447
|
height: 40px;
|
|
1366
1448
|
z-index: 1500;
|
|
1367
1449
|
}
|
|
1368
|
-
|
|
1369
|
-
.searchResult {
|
|
1370
|
-
color: red;
|
|
1371
|
-
}
|
|
1372
|
-
.inline-select-custom {
|
|
1373
|
-
width: 100px;
|
|
1374
|
-
}
|
|
1375
|
-
.inline-input-custom {
|
|
1376
|
-
width: 98%;
|
|
1377
|
-
}
|
|
1378
1450
|
li[data-v-040fcf55] {
|
|
1379
1451
|
color: #333;
|
|
1380
1452
|
}
|
|
@@ -1405,91 +1477,71 @@ li[data-v-040fcf55] {
|
|
|
1405
1477
|
li[data-v-040fcf55] {
|
|
1406
1478
|
list-style-type: none;
|
|
1407
1479
|
}
|
|
1408
|
-
.
|
|
1409
|
-
|
|
1410
|
-
}
|
|
1411
|
-
.inline-input-custom {
|
|
1412
|
-
width: 90%;
|
|
1413
|
-
}
|
|
1414
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
-
min-width: 300px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.searchResult {
|
|
1419
|
-
color: red;
|
|
1420
|
-
}
|
|
1421
|
-
.inline-select-custom {
|
|
1422
|
-
width: 100px;
|
|
1480
|
+
.grid-search-form[data-v-04817310] {
|
|
1481
|
+
overflow: auto;
|
|
1423
1482
|
}
|
|
1424
|
-
.
|
|
1425
|
-
|
|
1483
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
|
+
margin-bottom: 0px;
|
|
1426
1485
|
}
|
|
1427
|
-
.
|
|
1428
|
-
|
|
1486
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1487
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1488
|
+
/* 可选:间距更美观 */
|
|
1429
1489
|
}
|
|
1430
|
-
.
|
|
1431
|
-
|
|
1490
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1491
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1492
|
+
width: 100%;
|
|
1432
1493
|
}
|
|
1433
1494
|
|
|
1434
|
-
.
|
|
1435
|
-
|
|
1495
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1496
|
+
font-size: 17px;
|
|
1497
|
+
font-weight: 700;
|
|
1436
1498
|
}
|
|
1437
|
-
.
|
|
1438
|
-
|
|
1499
|
+
.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 {
|
|
1500
|
+
font-size: 17px;
|
|
1501
|
+
font-weight: 700;
|
|
1439
1502
|
}
|
|
1440
|
-
.
|
|
1441
|
-
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.searchResult {
|
|
1445
|
-
color: red;
|
|
1503
|
+
.organization-tree .el-card__body {
|
|
1504
|
+
padding-top: 10px;
|
|
1446
1505
|
}
|
|
1447
|
-
.
|
|
1448
|
-
|
|
1506
|
+
.organization-tree .card-content {
|
|
1507
|
+
margin-top: 10px;
|
|
1449
1508
|
}
|
|
1450
|
-
.
|
|
1451
|
-
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
.searchResult {
|
|
1455
|
-
color: red;
|
|
1509
|
+
.organization-tree .item-row-all {
|
|
1510
|
+
margin-bottom: 10px;
|
|
1456
1511
|
}
|
|
1457
|
-
.
|
|
1458
|
-
|
|
1512
|
+
.organization-tree .item-row {
|
|
1513
|
+
display: flex;
|
|
1514
|
+
width: 100%;
|
|
1459
1515
|
}
|
|
1460
|
-
.
|
|
1461
|
-
|
|
1516
|
+
.organization-tree .item-label {
|
|
1517
|
+
flex: 0 0 90%;
|
|
1518
|
+
text-align: left;
|
|
1462
1519
|
}
|
|
1463
|
-
.
|
|
1464
|
-
|
|
1520
|
+
.organization-tree .item-side {
|
|
1521
|
+
flex: 0 0 10%;
|
|
1522
|
+
text-align: right;
|
|
1465
1523
|
}
|
|
1466
|
-
.
|
|
1467
|
-
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.searchResult {
|
|
1471
|
-
color: red;
|
|
1524
|
+
.organization-tree .el-tree-node {
|
|
1525
|
+
margin-bottom: 10px;
|
|
1472
1526
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1527
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1528
|
+
padding: 0;
|
|
1529
|
+
display: none;
|
|
1475
1530
|
}
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
.grid-search-form[data-v-04817310] {
|
|
1481
|
-
overflow: auto;
|
|
1531
|
+
.organization-tree .card-footer {
|
|
1532
|
+
padding: 20px;
|
|
1482
1533
|
}
|
|
1483
|
-
.
|
|
1484
|
-
|
|
1534
|
+
.organization-tree .card-footer .select-result {
|
|
1535
|
+
color: #409EFF;
|
|
1536
|
+
flex:1 1 75%;
|
|
1537
|
+
text-align: left;
|
|
1485
1538
|
}
|
|
1486
|
-
.
|
|
1487
|
-
|
|
1488
|
-
|
|
1539
|
+
.organization-tree .card-footer .button-area {
|
|
1540
|
+
flex:0 0 20%;
|
|
1541
|
+
text-align: right;
|
|
1489
1542
|
}
|
|
1490
|
-
.
|
|
1491
|
-
|
|
1492
|
-
width: 100%;
|
|
1543
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1544
|
+
color:#409EFF
|
|
1493
1545
|
}
|
|
1494
1546
|
|
|
1495
1547
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
@@ -1553,58 +1605,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1553
1605
|
.default-page-tip-item {
|
|
1554
1606
|
padding-top: 10px;
|
|
1555
1607
|
}
|
|
1556
|
-
|
|
1557
|
-
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1558
|
-
font-size: 17px;
|
|
1559
|
-
font-weight: 700;
|
|
1560
|
-
}
|
|
1561
|
-
.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 {
|
|
1562
|
-
font-size: 17px;
|
|
1563
|
-
font-weight: 700;
|
|
1564
|
-
}
|
|
1565
|
-
.organization-tree .el-card__body {
|
|
1566
|
-
padding-top: 10px;
|
|
1567
|
-
}
|
|
1568
|
-
.organization-tree .card-content {
|
|
1569
|
-
margin-top: 10px;
|
|
1570
|
-
}
|
|
1571
|
-
.organization-tree .item-row-all {
|
|
1572
|
-
margin-bottom: 10px;
|
|
1573
|
-
}
|
|
1574
|
-
.organization-tree .item-row {
|
|
1575
|
-
display: flex;
|
|
1576
|
-
width: 100%;
|
|
1577
|
-
}
|
|
1578
|
-
.organization-tree .item-label {
|
|
1579
|
-
flex: 0 0 90%;
|
|
1580
|
-
text-align: left;
|
|
1581
|
-
}
|
|
1582
|
-
.organization-tree .item-side {
|
|
1583
|
-
flex: 0 0 10%;
|
|
1584
|
-
text-align: right;
|
|
1585
|
-
}
|
|
1586
|
-
.organization-tree .el-tree-node {
|
|
1587
|
-
margin-bottom: 10px;
|
|
1588
|
-
}
|
|
1589
|
-
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1590
|
-
padding: 0;
|
|
1591
|
-
display: none;
|
|
1592
|
-
}
|
|
1593
|
-
.organization-tree .card-footer {
|
|
1594
|
-
padding: 20px;
|
|
1595
|
-
}
|
|
1596
|
-
.organization-tree .card-footer .select-result {
|
|
1597
|
-
color: #409EFF;
|
|
1598
|
-
flex:1 1 75%;
|
|
1599
|
-
text-align: left;
|
|
1600
|
-
}
|
|
1601
|
-
.organization-tree .card-footer .button-area {
|
|
1602
|
-
flex:0 0 20%;
|
|
1603
|
-
text-align: right;
|
|
1604
|
-
}
|
|
1605
|
-
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1606
|
-
color:#409EFF
|
|
1607
|
-
}
|
|
1608
1608
|
[data-v-455b2ba2] .super-icon {
|
|
1609
1609
|
width: 20px !important;
|
|
1610
1610
|
height: 20px !important;
|
|
@@ -1630,37 +1630,57 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1630
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
1633
|
-
}
|
|
1633
|
+
}
|
|
1634
|
+
.searchResult {
|
|
1635
|
+
color: red;
|
|
1636
|
+
}
|
|
1637
|
+
.inline-select-custom {
|
|
1638
|
+
width: 100px;
|
|
1639
|
+
}
|
|
1640
|
+
.inline-input-custom {
|
|
1641
|
+
width: 98%;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.searchResult {
|
|
1645
|
+
color: red;
|
|
1646
|
+
}
|
|
1647
|
+
.inline-select-custom {
|
|
1648
|
+
width: 100px;
|
|
1649
|
+
}
|
|
1650
|
+
.inline-input-custom {
|
|
1651
|
+
width: 98%;
|
|
1652
|
+
}
|
|
1653
|
+
.annex-cell[data-v-c44b1087] {
|
|
1634
1654
|
padding-right: 5px;
|
|
1635
1655
|
cursor: pointer;
|
|
1636
1656
|
color: #409eff;
|
|
1637
1657
|
}
|
|
1638
|
-
.m-requried[data-v-
|
|
1658
|
+
.m-requried[data-v-c44b1087] {
|
|
1639
1659
|
float: left;
|
|
1640
1660
|
white-space: nowrap;
|
|
1641
1661
|
width: 96%;
|
|
1642
1662
|
}
|
|
1643
|
-
.m-requried[data-v-
|
|
1663
|
+
.m-requried[data-v-c44b1087]::after {
|
|
1644
1664
|
content: "*";
|
|
1645
1665
|
color: #f56c6c;
|
|
1646
1666
|
}
|
|
1647
|
-
.column-text-main[data-v-
|
|
1667
|
+
.column-text-main[data-v-c44b1087] {
|
|
1648
1668
|
display: flex;
|
|
1649
1669
|
align-items: center;
|
|
1650
1670
|
gap: 10px;
|
|
1651
1671
|
}
|
|
1652
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1672
|
+
.column-text-main .column-text-edit-main[data-v-c44b1087] {
|
|
1653
1673
|
display: flex;
|
|
1654
1674
|
align-items: center;
|
|
1655
1675
|
gap: 10px;
|
|
1656
1676
|
}
|
|
1657
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
1677
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-c44b1087] {
|
|
1658
1678
|
display: block;
|
|
1659
1679
|
white-space: nowrap;
|
|
1660
1680
|
overflow: hidden;
|
|
1661
1681
|
text-overflow: ellipsis;
|
|
1662
1682
|
}
|
|
1663
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1683
|
+
.column-text-main .column-text-edit-main[data-v-c44b1087]::after {
|
|
1664
1684
|
content: " ";
|
|
1665
1685
|
position: absolute;
|
|
1666
1686
|
left: 0;
|
|
@@ -1669,13 +1689,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1669
1689
|
bottom: 0;
|
|
1670
1690
|
cursor: pointer;
|
|
1671
1691
|
}
|
|
1672
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1692
|
+
.column-text-main .column-text-edit-main ~ span[data-v-c44b1087] {
|
|
1673
1693
|
text-align: left;
|
|
1674
1694
|
}
|
|
1675
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1695
|
+
.column-text-main .column-text-edit-main ~ span[data-v-c44b1087]:empty {
|
|
1676
1696
|
display: none;
|
|
1677
1697
|
}
|
|
1678
|
-
.normal-column-content-view[data-v-
|
|
1698
|
+
.normal-column-content-view[data-v-c44b1087] {
|
|
1679
1699
|
display: inline;
|
|
1680
1700
|
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
1701
|
margin-bottom: 0px;
|
|
@@ -1750,27 +1770,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1750
1770
|
background-color: #ffffff;
|
|
1751
1771
|
width: 50%;
|
|
1752
1772
|
height: 40px;
|
|
1753
|
-
}
|
|
1754
|
-
.searchResult {
|
|
1755
|
-
color: red;
|
|
1756
|
-
}
|
|
1757
|
-
.inline-select-custom {
|
|
1758
|
-
width: 100px;
|
|
1759
|
-
}
|
|
1760
|
-
.inline-input-custom {
|
|
1761
|
-
width: 98%;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
.searchResult {
|
|
1765
|
-
color: red;
|
|
1766
|
-
}
|
|
1767
|
-
.inline-select-custom {
|
|
1768
|
-
width: 100px;
|
|
1769
|
-
}
|
|
1770
|
-
.inline-input-custom {
|
|
1771
|
-
width: 98%;
|
|
1772
|
-
}
|
|
1773
|
-
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1773
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
1774
|
position: relative;
|
|
1775
1775
|
--el-menu-item-height: 45px;
|
|
1776
1776
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1806,10 +1806,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
text-overflow: ellipsis;
|
|
1809
|
-
}.
|
|
1810
|
-
font-size: 12px;
|
|
1811
|
-
}
|
|
1812
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1809
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1813
1810
|
border: 1px solid #dcdfe6;
|
|
1814
1811
|
padding: 4px 8px;
|
|
1815
1812
|
background-clip: padding-box;
|
|
@@ -1817,17 +1814,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1817
1814
|
display: inline-flex;
|
|
1818
1815
|
align-items: center;
|
|
1819
1816
|
}
|
|
1820
|
-
.fs-upload-tag-text[data-v-
|
|
1817
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1821
1818
|
margin-right: 18px;
|
|
1822
1819
|
max-width: 160px;
|
|
1823
1820
|
overflow: hidden;
|
|
1824
1821
|
text-overflow: ellipsis;
|
|
1825
1822
|
white-space: nowrap;
|
|
1826
1823
|
}
|
|
1827
|
-
.fs-upload-tag-percent[data-v-
|
|
1824
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1828
1825
|
font-weight: 600;
|
|
1829
1826
|
margin-left: 4px;
|
|
1830
|
-
}.
|
|
1827
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
}
|
|
1830
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1831
1831
|
border: 1px solid #dcdfe6;
|
|
1832
1832
|
padding: 4px 8px;
|
|
1833
1833
|
background-clip: padding-box;
|
|
@@ -1835,43 +1835,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1835
1835
|
display: inline-flex;
|
|
1836
1836
|
align-items: center;
|
|
1837
1837
|
}
|
|
1838
|
-
.fs-upload-tag-text[data-v-
|
|
1838
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1839
1839
|
margin-right: 18px;
|
|
1840
1840
|
max-width: 160px;
|
|
1841
1841
|
overflow: hidden;
|
|
1842
1842
|
text-overflow: ellipsis;
|
|
1843
1843
|
white-space: nowrap;
|
|
1844
1844
|
}
|
|
1845
|
-
.fs-upload-tag-percent[data-v-
|
|
1845
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1846
1846
|
font-weight: 600;
|
|
1847
1847
|
margin-left: 4px;
|
|
1848
1848
|
}
|
|
1849
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
1850
|
-
display: flex;
|
|
1851
|
-
align-items: center;
|
|
1852
|
-
justify-content: space-between;
|
|
1853
|
-
gap: 10px;
|
|
1854
|
-
width: 100%;
|
|
1855
|
-
.footer-time[data-v-ffbde6f9] {
|
|
1856
|
-
font-size: 10px;
|
|
1857
|
-
color: #999;
|
|
1858
|
-
margin-top: 3px;
|
|
1859
|
-
flex-shrink: 0;
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
.footer-container[data-v-ffbde6f9] {
|
|
1863
|
-
display: flex;
|
|
1864
|
-
gap: 8px;
|
|
1865
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1866
|
-
margin-left: 0;
|
|
1867
|
-
}
|
|
1868
|
-
}
|
|
1869
|
-
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1870
|
-
margin-right: 5px;
|
|
1871
|
-
}
|
|
1872
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1873
|
-
margin-left: 5px;
|
|
1874
|
-
}
|
|
1875
1849
|
.svg-icon[data-v-019891df] {
|
|
1876
1850
|
width: 1.2em;
|
|
1877
1851
|
height: 1.2em;
|
|
@@ -1879,27 +1853,39 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1879
1853
|
fill: currentColor;
|
|
1880
1854
|
overflow: initial;
|
|
1881
1855
|
}
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1856
|
+
|
|
1857
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
1858
|
+
width: 100%;
|
|
1859
|
+
height: 100%;
|
|
1860
|
+
border: none;
|
|
1861
|
+
opacity: 1;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
1865
|
+
width: 100%;
|
|
1866
|
+
height: 100%;
|
|
1867
|
+
border: none;
|
|
1868
|
+
opacity: 1;
|
|
1869
|
+
}
|
|
1870
|
+
[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
|
|
1885
1871
|
user-select: text !important;
|
|
1886
1872
|
-webkit-user-select: text !important;
|
|
1887
1873
|
-moz-user-select: text !important;
|
|
1888
1874
|
-ms-user-select: text !important;
|
|
1889
1875
|
}
|
|
1890
|
-
.slide-up-enter-active[data-v-
|
|
1891
|
-
.slide-up-leave-active[data-v-
|
|
1876
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1877
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1892
1878
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1893
1879
|
}
|
|
1894
|
-
.slide-up-enter-from[data-v-
|
|
1895
|
-
.slide-up-leave-to[data-v-
|
|
1880
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1881
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1896
1882
|
transform: translateY(100%);
|
|
1897
1883
|
}
|
|
1898
1884
|
|
|
1899
1885
|
/**
|
|
1900
1886
|
* 聊天窗口的样式设置
|
|
1901
1887
|
*/
|
|
1902
|
-
.chat-container[data-v-
|
|
1888
|
+
.chat-container[data-v-0b0c189e] {
|
|
1903
1889
|
--header-height: 56px;
|
|
1904
1890
|
--chat-padding: 12px;
|
|
1905
1891
|
--bubble-content-max-width: 0px;
|
|
@@ -1911,25 +1897,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1911
1897
|
flex-direction: row; /* 横向排列 */
|
|
1912
1898
|
height: 100%; /* 父容器高度 */
|
|
1913
1899
|
}
|
|
1914
|
-
.small-window[data-v-
|
|
1900
|
+
.small-window[data-v-0b0c189e] {
|
|
1915
1901
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1916
1902
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1917
1903
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1918
1904
|
border-radius: 8px;
|
|
1919
1905
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1920
1906
|
}
|
|
1921
|
-
.full-screen[data-v-
|
|
1907
|
+
.full-screen[data-v-0b0c189e] {
|
|
1922
1908
|
right: 0;
|
|
1923
1909
|
bottom: 0;
|
|
1924
1910
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1925
1911
|
}
|
|
1926
|
-
.chat-container > *[data-v-
|
|
1912
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1927
1913
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1928
1914
|
}
|
|
1929
1915
|
|
|
1930
1916
|
/* 聊天窗口的头部样式设置
|
|
1931
1917
|
*/
|
|
1932
|
-
.chat-embed__header_container[data-v-
|
|
1918
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1933
1919
|
/* border-bottom: 1px solid #ddd; */
|
|
1934
1920
|
display: flex;
|
|
1935
1921
|
align-items: center;
|
|
@@ -1939,7 +1925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1939
1925
|
overflow: hidden;
|
|
1940
1926
|
position: relative;
|
|
1941
1927
|
}
|
|
1942
|
-
.session-subject[data-v-
|
|
1928
|
+
.session-subject[data-v-0b0c189e] {
|
|
1943
1929
|
display: block;
|
|
1944
1930
|
margin: 0 auto;
|
|
1945
1931
|
text-align: center;
|
|
@@ -1954,17 +1940,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1954
1940
|
|
|
1955
1941
|
/* 聊天窗口的头部图标样式设置
|
|
1956
1942
|
*/
|
|
1957
|
-
.chat-embed__header_avatar[data-v-
|
|
1943
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1958
1944
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1959
1945
|
margin-right: var(--chat-padding);
|
|
1960
1946
|
}
|
|
1961
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1947
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1962
1948
|
right: 20px;
|
|
1963
1949
|
position: absolute;
|
|
1964
1950
|
gap: 28px;
|
|
1965
1951
|
display: flex;
|
|
1966
1952
|
}
|
|
1967
|
-
.chat-embed__sidebar[data-v-
|
|
1953
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1968
1954
|
background: #f6f7fa;
|
|
1969
1955
|
display: flex;
|
|
1970
1956
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1973,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1973
1959
|
width: 260px;
|
|
1974
1960
|
height: 100%;
|
|
1975
1961
|
}
|
|
1976
|
-
.chat-embed__main[data-v-
|
|
1962
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1977
1963
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1978
1964
|
box-sizing: border-box;
|
|
1979
1965
|
overflow: hidden;
|
|
@@ -1984,7 +1970,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1984
1970
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1985
1971
|
overflow: hidden; /* 防止内容溢出 */
|
|
1986
1972
|
}
|
|
1987
|
-
.chat-embed__main_content[data-v-
|
|
1973
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1988
1974
|
flex: 1;
|
|
1989
1975
|
box-sizing: border-box;
|
|
1990
1976
|
min-height: 0;
|
|
@@ -1992,21 +1978,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1992
1978
|
/* overflow-y: auto;
|
|
1993
1979
|
margin-bottom: 12px; */
|
|
1994
1980
|
}
|
|
1995
|
-
.chat-embed__input_container[data-v-
|
|
1981
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1996
1982
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1997
1983
|
/* margin-bottom: 50px; 距离底部 */
|
|
1998
1984
|
}
|
|
1999
|
-
.header-icon[data-v-
|
|
1985
|
+
.header-icon[data-v-0b0c189e] {
|
|
2000
1986
|
cursor: pointer;
|
|
2001
1987
|
font-size: 20px;
|
|
2002
1988
|
}
|
|
2003
1989
|
|
|
2004
1990
|
/* 聊天默认推荐内容样式
|
|
2005
1991
|
*/
|
|
2006
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1992
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2007
1993
|
margin-top: 5px;
|
|
2008
1994
|
}
|
|
2009
|
-
.content-container[data-v-
|
|
1995
|
+
.content-container[data-v-0b0c189e] {
|
|
2010
1996
|
padding: 16px;
|
|
2011
1997
|
border-radius: 4px;
|
|
2012
1998
|
background: #ffffff;
|
|
@@ -2014,7 +2000,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2014
2000
|
border-radius: 0px 30px 30px 30px;
|
|
2015
2001
|
/* opacity: 0.6; */
|
|
2016
2002
|
}
|
|
2017
|
-
.chat-content-font[data-v-
|
|
2003
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2018
2004
|
font-family: PingFang SC, PingFang SC;
|
|
2019
2005
|
font-weight: 500;
|
|
2020
2006
|
font-size: 16px;
|
|
@@ -2024,10 +2010,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2024
2010
|
font-style: normal;
|
|
2025
2011
|
text-transform: none;
|
|
2026
2012
|
}
|
|
2027
|
-
[data-v-
|
|
2013
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2028
2014
|
border: none !important;
|
|
2029
2015
|
}
|
|
2030
|
-
.content-container-header[data-v-
|
|
2016
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2031
2017
|
font-size: 12px;
|
|
2032
2018
|
color: #909399;
|
|
2033
2019
|
}
|
|
@@ -2035,28 +2021,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2035
2021
|
/**
|
|
2036
2022
|
// 用户消息
|
|
2037
2023
|
*/
|
|
2038
|
-
.content-borderless-container[data-v-
|
|
2024
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2039
2025
|
background: #e1ecfd;
|
|
2040
2026
|
border-radius: 20px 0px 20px 20px;
|
|
2041
2027
|
user-select: none;
|
|
2042
2028
|
padding: 12px;
|
|
2043
2029
|
cursor: pointer;
|
|
2044
2030
|
transition: background-color 0.3s;
|
|
2045
|
-
&[data-v-
|
|
2031
|
+
&[data-v-0b0c189e]:hover {
|
|
2046
2032
|
background-color: #ebeef5;
|
|
2047
2033
|
}
|
|
2048
2034
|
}
|
|
2049
|
-
.footer-container[data-v-
|
|
2050
|
-
[data-v-
|
|
2035
|
+
.footer-container[data-v-0b0c189e] {
|
|
2036
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2051
2037
|
margin-left: 8px;
|
|
2052
2038
|
}
|
|
2053
2039
|
}
|
|
2054
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2040
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2055
2041
|
padding: 0;
|
|
2056
2042
|
}
|
|
2057
2043
|
|
|
2058
2044
|
/* 引用文件样式 */
|
|
2059
|
-
.doc-agg-item[data-v-
|
|
2045
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2060
2046
|
width: 100%;
|
|
2061
2047
|
padding: 10px;
|
|
2062
2048
|
margin-bottom: 5px;
|
|
@@ -2066,109 +2052,135 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2066
2052
|
font-size: 12px;
|
|
2067
2053
|
color: var(--el-color-primary);
|
|
2068
2054
|
}
|
|
2069
|
-
.elx-xmarkdown-container[data-v-
|
|
2055
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2070
2056
|
padding: 0;
|
|
2071
2057
|
}
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
display: flex;
|
|
2077
|
-
z-index: 1;
|
|
2078
|
-
}
|
|
2079
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2080
|
-
display: flex;
|
|
2081
|
-
height: 40px;
|
|
2082
|
-
padding: 10px 14px;
|
|
2083
|
-
gap: 14px;
|
|
2084
|
-
border-radius: 100px 100px 100px 100px;
|
|
2085
|
-
border: 1px solid #e5e5e5;
|
|
2086
|
-
width: 82px;
|
|
2087
|
-
font-size: 20px;
|
|
2088
|
-
}
|
|
2089
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2090
|
-
display: flex; /* 设置为水平排列 */
|
|
2091
|
-
align-items: center; /* 垂直居中 */
|
|
2092
|
-
margin-bottom: 22px;
|
|
2093
|
-
font-size: 20px;
|
|
2058
|
+
h4[data-v-0b0c189e] {
|
|
2059
|
+
font-size: 16px;
|
|
2060
|
+
margin-top: 0px;
|
|
2061
|
+
margin-bottom: 0px;
|
|
2094
2062
|
}
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
font-weight: 600;
|
|
2098
|
-
font-size: 16px;
|
|
2099
|
-
color: #181818;
|
|
2100
|
-
text-align: left;
|
|
2101
|
-
font-style: normal;
|
|
2102
|
-
text-transform: none;
|
|
2063
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2064
|
+
margin: 5px 0;
|
|
2103
2065
|
}
|
|
2104
|
-
.
|
|
2105
|
-
|
|
2066
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2067
|
+
display: flex;
|
|
2068
|
+
align-items: center;
|
|
2069
|
+
flex-shrink: 0;
|
|
2070
|
+
min-width: max-content;
|
|
2106
2071
|
margin-left: auto;
|
|
2072
|
+
gap: 10px;
|
|
2107
2073
|
}
|
|
2108
|
-
.
|
|
2074
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2075
|
+
display: inline-block;
|
|
2076
|
+
width: 12px;
|
|
2077
|
+
height: 12px;
|
|
2078
|
+
background-repeat: no-repeat;
|
|
2079
|
+
background-position: center;
|
|
2080
|
+
background-size: 100%;
|
|
2109
2081
|
cursor: pointer;
|
|
2110
2082
|
}
|
|
2111
|
-
.
|
|
2112
|
-
|
|
2113
|
-
margin-bottom: 10px;
|
|
2083
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2084
|
+
margin-left: 5px;
|
|
2114
2085
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2086
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2087
|
+
display: flex;
|
|
2088
|
+
flex-direction: column;
|
|
2089
|
+
padding: 16px;
|
|
2119
2090
|
}
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
margin-top: 10px;
|
|
2123
|
-
margin-bottom: 20px;
|
|
2091
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2092
|
+
border-bottom-color: #ffffff !important;
|
|
2124
2093
|
}
|
|
2125
|
-
|
|
2126
|
-
background
|
|
2094
|
+
[data-v-0b0c189e] .el-sender {
|
|
2095
|
+
background: #ffffff !important;
|
|
2096
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2097
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2098
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2099
|
+
font-weight: 400;
|
|
2100
|
+
font-size: 16px;
|
|
2101
|
+
color: #bbbbbb;
|
|
2102
|
+
text-align: left;
|
|
2103
|
+
font-style: normal;
|
|
2104
|
+
text-transform: none;
|
|
2127
2105
|
}
|
|
2128
|
-
|
|
2129
|
-
|
|
2106
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2107
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2108
|
+
font-weight: 400 !important;
|
|
2109
|
+
font-size: 16px !important;
|
|
2110
|
+
line-height: 21px !important;
|
|
2111
|
+
font-style: normal !important;
|
|
2112
|
+
text-transform: none !important;
|
|
2113
|
+
}
|
|
2114
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2115
|
+
padding: 16px !important;
|
|
2116
|
+
}
|
|
2117
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2118
|
+
border-radius: 100px 100px 100px 100px;
|
|
2119
|
+
border: 1px solid #dcdfe6;
|
|
2120
|
+
}
|
|
2121
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2122
|
+
padding: 12px;
|
|
2123
|
+
font-family: PingFang SC, PingFang SC;
|
|
2124
|
+
font-weight: 400;
|
|
2125
|
+
font-size: 14px;
|
|
2126
|
+
color: #808080;
|
|
2127
|
+
line-height: 21px;
|
|
2128
|
+
font-style: normal;
|
|
2129
|
+
text-align: center;
|
|
2130
|
+
}
|
|
2131
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2132
|
+
border-radius: 50% !important;
|
|
2133
|
+
padding: 8px;
|
|
2134
|
+
width: 32px;
|
|
2130
2135
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
font-size: 12px;
|
|
2134
|
-
user-select: none;
|
|
2135
|
-
margin-bottom: 2px;
|
|
2136
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2136
|
+
.send-icon[data-v-0b0c189e] {
|
|
2137
|
+
cursor: pointer;
|
|
2137
2138
|
}
|
|
2138
|
-
.
|
|
2139
|
-
|
|
2140
|
-
font-size: 16px;
|
|
2141
|
-
line-height: 50px;
|
|
2142
|
-
cursor: pointer;
|
|
2143
|
-
gap: 8px;
|
|
2144
|
-
border-radius: 8px;
|
|
2145
|
-
display: flex;
|
|
2146
|
-
align-items: center;
|
|
2139
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2140
|
+
margin: 0 0;
|
|
2147
2141
|
}
|
|
2148
|
-
.
|
|
2149
|
-
|
|
2150
|
-
|
|
2142
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2143
|
+
display: flex;
|
|
2144
|
+
align-items: center;
|
|
2145
|
+
flex-shrink: 0;
|
|
2146
|
+
min-width: max-content;
|
|
2147
|
+
margin-left: auto;
|
|
2148
|
+
gap: 10px;
|
|
2151
2149
|
}
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2150
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2151
|
+
display: flex;
|
|
2152
|
+
align-items: center;
|
|
2153
|
+
justify-content: center;
|
|
2154
|
+
margin-top: 10px;
|
|
2155
|
+
gap: 10px;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2159
|
+
display: flex;
|
|
2160
|
+
align-items: center;
|
|
2161
|
+
justify-content: space-between;
|
|
2162
|
+
gap: 10px;
|
|
2163
|
+
width: 100%;
|
|
2164
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2165
|
+
font-size: 10px;
|
|
2166
|
+
color: #999;
|
|
2167
|
+
margin-top: 3px;
|
|
2168
|
+
flex-shrink: 0;
|
|
2160
2169
|
}
|
|
2161
|
-
.history-subject[data-v-1e62eff8] {
|
|
2162
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2163
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2164
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2165
|
-
white-space: nowrap; /* 不换行 */
|
|
2166
2170
|
}
|
|
2167
|
-
.
|
|
2168
|
-
|
|
2171
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2172
|
+
display: flex;
|
|
2173
|
+
gap: 8px;
|
|
2174
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2175
|
+
margin-left: 0;
|
|
2169
2176
|
}
|
|
2170
|
-
|
|
2171
|
-
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2180
|
+
width: 100%;
|
|
2181
|
+
height: 100%;
|
|
2182
|
+
border: none;
|
|
2183
|
+
opacity: 1;
|
|
2172
2184
|
}
|
|
2173
2185
|
[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 {
|
|
2174
2186
|
user-select: text !important;
|
|
@@ -2358,32 +2370,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2358
2370
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2359
2371
|
padding: 0;
|
|
2360
2372
|
}
|
|
2361
|
-
|
|
2362
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2363
|
-
width: 100%;
|
|
2364
|
-
height: 100%;
|
|
2365
|
-
border: none;
|
|
2366
|
-
opacity: 1;
|
|
2367
|
-
}
|
|
2368
|
-
[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
|
|
2373
|
+
[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 {
|
|
2369
2374
|
user-select: text !important;
|
|
2370
2375
|
-webkit-user-select: text !important;
|
|
2371
2376
|
-moz-user-select: text !important;
|
|
2372
2377
|
-ms-user-select: text !important;
|
|
2373
2378
|
}
|
|
2374
|
-
.slide-up-enter-active[data-v-
|
|
2375
|
-
.slide-up-leave-active[data-v-
|
|
2379
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2380
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2376
2381
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2377
2382
|
}
|
|
2378
|
-
.slide-up-enter-from[data-v-
|
|
2379
|
-
.slide-up-leave-to[data-v-
|
|
2383
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2384
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2380
2385
|
transform: translateY(100%);
|
|
2381
2386
|
}
|
|
2382
2387
|
|
|
2383
2388
|
/**
|
|
2384
2389
|
* 聊天窗口的样式设置
|
|
2385
2390
|
*/
|
|
2386
|
-
.chat-container[data-v-
|
|
2391
|
+
.chat-container[data-v-45fbaf17] {
|
|
2387
2392
|
--header-height: 56px;
|
|
2388
2393
|
--chat-padding: 12px;
|
|
2389
2394
|
--bubble-content-max-width: 0px;
|
|
@@ -2395,25 +2400,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2395
2400
|
flex-direction: row; /* 横向排列 */
|
|
2396
2401
|
height: 100%; /* 父容器高度 */
|
|
2397
2402
|
}
|
|
2398
|
-
.small-window[data-v-
|
|
2403
|
+
.small-window[data-v-45fbaf17] {
|
|
2399
2404
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2400
2405
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2401
2406
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2402
2407
|
border-radius: 8px;
|
|
2403
2408
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2404
2409
|
}
|
|
2405
|
-
.full-screen[data-v-
|
|
2410
|
+
.full-screen[data-v-45fbaf17] {
|
|
2406
2411
|
right: 0;
|
|
2407
2412
|
bottom: 0;
|
|
2408
2413
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2409
2414
|
}
|
|
2410
|
-
.chat-container > *[data-v-
|
|
2415
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2411
2416
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2412
2417
|
}
|
|
2413
2418
|
|
|
2414
2419
|
/* 聊天窗口的头部样式设置
|
|
2415
2420
|
*/
|
|
2416
|
-
.chat-embed__header_container[data-v-
|
|
2421
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2417
2422
|
/* border-bottom: 1px solid #ddd; */
|
|
2418
2423
|
display: flex;
|
|
2419
2424
|
align-items: center;
|
|
@@ -2423,7 +2428,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2423
2428
|
overflow: hidden;
|
|
2424
2429
|
position: relative;
|
|
2425
2430
|
}
|
|
2426
|
-
.session-subject[data-v-
|
|
2431
|
+
.session-subject[data-v-45fbaf17] {
|
|
2427
2432
|
display: block;
|
|
2428
2433
|
margin: 0 auto;
|
|
2429
2434
|
text-align: center;
|
|
@@ -2438,17 +2443,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2438
2443
|
|
|
2439
2444
|
/* 聊天窗口的头部图标样式设置
|
|
2440
2445
|
*/
|
|
2441
|
-
.chat-embed__header_avatar[data-v-
|
|
2446
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2442
2447
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2443
2448
|
margin-right: var(--chat-padding);
|
|
2444
2449
|
}
|
|
2445
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2450
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2446
2451
|
right: 20px;
|
|
2447
2452
|
position: absolute;
|
|
2448
2453
|
gap: 28px;
|
|
2449
2454
|
display: flex;
|
|
2450
2455
|
}
|
|
2451
|
-
.chat-embed__sidebar[data-v-
|
|
2456
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2452
2457
|
background: #f6f7fa;
|
|
2453
2458
|
display: flex;
|
|
2454
2459
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2457,7 +2462,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2457
2462
|
width: 260px;
|
|
2458
2463
|
height: 100%;
|
|
2459
2464
|
}
|
|
2460
|
-
.chat-embed__main[data-v-
|
|
2465
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2461
2466
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2462
2467
|
box-sizing: border-box;
|
|
2463
2468
|
overflow: hidden;
|
|
@@ -2468,7 +2473,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2468
2473
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2469
2474
|
overflow: hidden; /* 防止内容溢出 */
|
|
2470
2475
|
}
|
|
2471
|
-
.chat-embed__main_content[data-v-
|
|
2476
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2472
2477
|
flex: 1;
|
|
2473
2478
|
box-sizing: border-box;
|
|
2474
2479
|
min-height: 0;
|
|
@@ -2476,21 +2481,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2476
2481
|
/* overflow-y: auto;
|
|
2477
2482
|
margin-bottom: 12px; */
|
|
2478
2483
|
}
|
|
2479
|
-
.chat-embed__input_container[data-v-
|
|
2484
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2480
2485
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2481
2486
|
/* margin-bottom: 50px; 距离底部 */
|
|
2482
2487
|
}
|
|
2483
|
-
.header-icon[data-v-
|
|
2488
|
+
.header-icon[data-v-45fbaf17] {
|
|
2484
2489
|
cursor: pointer;
|
|
2485
2490
|
font-size: 20px;
|
|
2486
2491
|
}
|
|
2487
2492
|
|
|
2488
2493
|
/* 聊天默认推荐内容样式
|
|
2489
2494
|
*/
|
|
2490
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2495
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2491
2496
|
margin-top: 5px;
|
|
2492
2497
|
}
|
|
2493
|
-
.content-container[data-v-
|
|
2498
|
+
.content-container[data-v-45fbaf17] {
|
|
2494
2499
|
padding: 16px;
|
|
2495
2500
|
border-radius: 4px;
|
|
2496
2501
|
background: #ffffff;
|
|
@@ -2498,7 +2503,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2498
2503
|
border-radius: 0px 30px 30px 30px;
|
|
2499
2504
|
/* opacity: 0.6; */
|
|
2500
2505
|
}
|
|
2501
|
-
.chat-content-font[data-v-
|
|
2506
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2502
2507
|
font-family: PingFang SC, PingFang SC;
|
|
2503
2508
|
font-weight: 500;
|
|
2504
2509
|
font-size: 16px;
|
|
@@ -2508,10 +2513,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2508
2513
|
font-style: normal;
|
|
2509
2514
|
text-transform: none;
|
|
2510
2515
|
}
|
|
2511
|
-
[data-v-
|
|
2516
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2512
2517
|
border: none !important;
|
|
2513
2518
|
}
|
|
2514
|
-
.content-container-header[data-v-
|
|
2519
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2515
2520
|
font-size: 12px;
|
|
2516
2521
|
color: #909399;
|
|
2517
2522
|
}
|
|
@@ -2519,165 +2524,59 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2519
2524
|
/**
|
|
2520
2525
|
// 用户消息
|
|
2521
2526
|
*/
|
|
2522
|
-
.content-borderless-container[data-v-
|
|
2527
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2523
2528
|
background: #e1ecfd;
|
|
2524
2529
|
border-radius: 20px 0px 20px 20px;
|
|
2525
2530
|
user-select: none;
|
|
2526
2531
|
padding: 12px;
|
|
2527
2532
|
cursor: pointer;
|
|
2528
2533
|
transition: background-color 0.3s;
|
|
2529
|
-
&[data-v-
|
|
2534
|
+
&[data-v-45fbaf17]:hover {
|
|
2530
2535
|
background-color: #ebeef5;
|
|
2531
2536
|
}
|
|
2532
2537
|
}
|
|
2533
|
-
.footer-container[data-v-
|
|
2534
|
-
[data-v-
|
|
2538
|
+
.footer-container[data-v-45fbaf17] {
|
|
2539
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2535
2540
|
margin-left: 8px;
|
|
2536
|
-
}
|
|
2537
|
-
}
|
|
2538
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2539
|
-
padding: 0;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
/* 引用文件样式 */
|
|
2543
|
-
.doc-agg-item[data-v-0b0c189e] {
|
|
2544
|
-
width: 100%;
|
|
2545
|
-
padding: 10px;
|
|
2546
|
-
margin-bottom: 5px;
|
|
2547
|
-
border: 1px solid #eee;
|
|
2548
|
-
border-radius: 4px;
|
|
2549
|
-
cursor: pointer;
|
|
2550
|
-
font-size: 12px;
|
|
2551
|
-
color: var(--el-color-primary);
|
|
2552
|
-
}
|
|
2553
|
-
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2554
|
-
padding: 0;
|
|
2555
|
-
}
|
|
2556
|
-
h4[data-v-0b0c189e] {
|
|
2557
|
-
font-size: 16px;
|
|
2558
|
-
margin-top: 0px;
|
|
2559
|
-
margin-bottom: 0px;
|
|
2560
|
-
}
|
|
2561
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2562
|
-
margin: 5px 0;
|
|
2563
|
-
}
|
|
2564
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2565
|
-
display: flex;
|
|
2566
|
-
align-items: center;
|
|
2567
|
-
flex-shrink: 0;
|
|
2568
|
-
min-width: max-content;
|
|
2569
|
-
margin-left: auto;
|
|
2570
|
-
gap: 10px;
|
|
2571
|
-
}
|
|
2572
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2573
|
-
display: inline-block;
|
|
2574
|
-
width: 12px;
|
|
2575
|
-
height: 12px;
|
|
2576
|
-
background-repeat: no-repeat;
|
|
2577
|
-
background-position: center;
|
|
2578
|
-
background-size: 100%;
|
|
2579
|
-
cursor: pointer;
|
|
2580
|
-
}
|
|
2581
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2582
|
-
margin-left: 5px;
|
|
2583
|
-
}
|
|
2584
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2585
|
-
display: flex;
|
|
2586
|
-
flex-direction: column;
|
|
2587
|
-
padding: 16px;
|
|
2588
|
-
}
|
|
2589
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2590
|
-
border-bottom-color: #ffffff !important;
|
|
2591
|
-
}
|
|
2592
|
-
[data-v-0b0c189e] .el-sender {
|
|
2593
|
-
background: #ffffff !important;
|
|
2594
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2595
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2596
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2597
|
-
font-weight: 400;
|
|
2598
|
-
font-size: 16px;
|
|
2599
|
-
color: #bbbbbb;
|
|
2600
|
-
text-align: left;
|
|
2601
|
-
font-style: normal;
|
|
2602
|
-
text-transform: none;
|
|
2603
|
-
}
|
|
2604
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2605
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2606
|
-
font-weight: 400 !important;
|
|
2607
|
-
font-size: 16px !important;
|
|
2608
|
-
line-height: 21px !important;
|
|
2609
|
-
font-style: normal !important;
|
|
2610
|
-
text-transform: none !important;
|
|
2611
|
-
}
|
|
2612
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2613
|
-
padding: 16px !important;
|
|
2614
|
-
}
|
|
2615
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2616
|
-
border-radius: 100px 100px 100px 100px;
|
|
2617
|
-
border: 1px solid #dcdfe6;
|
|
2618
|
-
}
|
|
2619
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2620
|
-
padding: 12px;
|
|
2621
|
-
font-family: PingFang SC, PingFang SC;
|
|
2622
|
-
font-weight: 400;
|
|
2623
|
-
font-size: 14px;
|
|
2624
|
-
color: #808080;
|
|
2625
|
-
line-height: 21px;
|
|
2626
|
-
font-style: normal;
|
|
2627
|
-
text-align: center;
|
|
2628
|
-
}
|
|
2629
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2630
|
-
border-radius: 50% !important;
|
|
2631
|
-
padding: 8px;
|
|
2632
|
-
width: 32px;
|
|
2633
|
-
}
|
|
2634
|
-
.send-icon[data-v-0b0c189e] {
|
|
2635
|
-
cursor: pointer;
|
|
2636
|
-
}
|
|
2637
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2638
|
-
margin: 0 0;
|
|
2639
|
-
}
|
|
2640
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2641
|
-
display: flex;
|
|
2642
|
-
align-items: center;
|
|
2643
|
-
flex-shrink: 0;
|
|
2644
|
-
min-width: max-content;
|
|
2645
|
-
margin-left: auto;
|
|
2646
|
-
gap: 10px;
|
|
2647
|
-
}
|
|
2648
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2649
|
-
display: flex;
|
|
2650
|
-
align-items: center;
|
|
2651
|
-
justify-content: center;
|
|
2652
|
-
margin-top: 10px;
|
|
2653
|
-
gap: 10px;
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2544
|
+
padding: 0;
|
|
2654
2545
|
}
|
|
2655
|
-
|
|
2656
|
-
|
|
2546
|
+
|
|
2547
|
+
/* 引用文件样式 */
|
|
2548
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2657
2549
|
width: 100%;
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2550
|
+
padding: 10px;
|
|
2551
|
+
margin-bottom: 5px;
|
|
2552
|
+
border: 1px solid #eee;
|
|
2553
|
+
border-radius: 4px;
|
|
2554
|
+
cursor: pointer;
|
|
2555
|
+
font-size: 12px;
|
|
2556
|
+
color: var(--el-color-primary);
|
|
2557
|
+
}
|
|
2558
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2559
|
+
padding: 0;
|
|
2661
2560
|
}
|
|
2662
|
-
[data-v-
|
|
2561
|
+
[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 {
|
|
2663
2562
|
user-select: text !important;
|
|
2664
2563
|
-webkit-user-select: text !important;
|
|
2665
2564
|
-moz-user-select: text !important;
|
|
2666
2565
|
-ms-user-select: text !important;
|
|
2667
2566
|
}
|
|
2668
|
-
.slide-up-enter-active[data-v-
|
|
2669
|
-
.slide-up-leave-active[data-v-
|
|
2567
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2568
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2670
2569
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2671
2570
|
}
|
|
2672
|
-
.slide-up-enter-from[data-v-
|
|
2673
|
-
.slide-up-leave-to[data-v-
|
|
2571
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2572
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2674
2573
|
transform: translateY(100%);
|
|
2675
2574
|
}
|
|
2676
2575
|
|
|
2677
2576
|
/**
|
|
2678
2577
|
* 聊天窗口的样式设置
|
|
2679
2578
|
*/
|
|
2680
|
-
.chat-container[data-v-
|
|
2579
|
+
.chat-container[data-v-bc196b97] {
|
|
2681
2580
|
--header-height: 56px;
|
|
2682
2581
|
--chat-padding: 12px;
|
|
2683
2582
|
--bubble-content-max-width: 0px;
|
|
@@ -2689,25 +2588,25 @@ h4[data-v-0b0c189e] {
|
|
|
2689
2588
|
flex-direction: row; /* 横向排列 */
|
|
2690
2589
|
height: 100%; /* 父容器高度 */
|
|
2691
2590
|
}
|
|
2692
|
-
.small-window[data-v-
|
|
2591
|
+
.small-window[data-v-bc196b97] {
|
|
2693
2592
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2694
2593
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2695
2594
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2696
2595
|
border-radius: 8px;
|
|
2697
2596
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2698
2597
|
}
|
|
2699
|
-
.full-screen[data-v-
|
|
2598
|
+
.full-screen[data-v-bc196b97] {
|
|
2700
2599
|
right: 0;
|
|
2701
2600
|
bottom: 0;
|
|
2702
2601
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2703
2602
|
}
|
|
2704
|
-
.chat-container > *[data-v-
|
|
2603
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2705
2604
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2706
2605
|
}
|
|
2707
2606
|
|
|
2708
2607
|
/* 聊天窗口的头部样式设置
|
|
2709
2608
|
*/
|
|
2710
|
-
.chat-embed__header_container[data-v-
|
|
2609
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2711
2610
|
/* border-bottom: 1px solid #ddd; */
|
|
2712
2611
|
display: flex;
|
|
2713
2612
|
align-items: center;
|
|
@@ -2717,7 +2616,7 @@ h4[data-v-0b0c189e] {
|
|
|
2717
2616
|
overflow: hidden;
|
|
2718
2617
|
position: relative;
|
|
2719
2618
|
}
|
|
2720
|
-
.session-subject[data-v-
|
|
2619
|
+
.session-subject[data-v-bc196b97] {
|
|
2721
2620
|
display: block;
|
|
2722
2621
|
margin: 0 auto;
|
|
2723
2622
|
text-align: center;
|
|
@@ -2732,17 +2631,17 @@ h4[data-v-0b0c189e] {
|
|
|
2732
2631
|
|
|
2733
2632
|
/* 聊天窗口的头部图标样式设置
|
|
2734
2633
|
*/
|
|
2735
|
-
.chat-embed__header_avatar[data-v-
|
|
2634
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2736
2635
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2737
2636
|
margin-right: var(--chat-padding);
|
|
2738
2637
|
}
|
|
2739
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2638
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2740
2639
|
right: 20px;
|
|
2741
2640
|
position: absolute;
|
|
2742
2641
|
gap: 28px;
|
|
2743
2642
|
display: flex;
|
|
2744
2643
|
}
|
|
2745
|
-
.chat-embed__sidebar[data-v-
|
|
2644
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2746
2645
|
background: #f6f7fa;
|
|
2747
2646
|
display: flex;
|
|
2748
2647
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2751,7 +2650,7 @@ h4[data-v-0b0c189e] {
|
|
|
2751
2650
|
width: 260px;
|
|
2752
2651
|
height: 100%;
|
|
2753
2652
|
}
|
|
2754
|
-
.chat-embed__main[data-v-
|
|
2653
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2755
2654
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2756
2655
|
box-sizing: border-box;
|
|
2757
2656
|
overflow: hidden;
|
|
@@ -2762,7 +2661,7 @@ h4[data-v-0b0c189e] {
|
|
|
2762
2661
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2763
2662
|
overflow: hidden; /* 防止内容溢出 */
|
|
2764
2663
|
}
|
|
2765
|
-
.chat-embed__main_content[data-v-
|
|
2664
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2766
2665
|
flex: 1;
|
|
2767
2666
|
box-sizing: border-box;
|
|
2768
2667
|
min-height: 0;
|
|
@@ -2770,21 +2669,21 @@ h4[data-v-0b0c189e] {
|
|
|
2770
2669
|
/* overflow-y: auto;
|
|
2771
2670
|
margin-bottom: 12px; */
|
|
2772
2671
|
}
|
|
2773
|
-
.chat-embed__input_container[data-v-
|
|
2672
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2774
2673
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2775
2674
|
/* margin-bottom: 50px; 距离底部 */
|
|
2776
2675
|
}
|
|
2777
|
-
.header-icon[data-v-
|
|
2676
|
+
.header-icon[data-v-bc196b97] {
|
|
2778
2677
|
cursor: pointer;
|
|
2779
2678
|
font-size: 20px;
|
|
2780
2679
|
}
|
|
2781
2680
|
|
|
2782
2681
|
/* 聊天默认推荐内容样式
|
|
2783
2682
|
*/
|
|
2784
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2683
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2785
2684
|
margin-top: 5px;
|
|
2786
2685
|
}
|
|
2787
|
-
.content-container[data-v-
|
|
2686
|
+
.content-container[data-v-bc196b97] {
|
|
2788
2687
|
padding: 16px;
|
|
2789
2688
|
border-radius: 4px;
|
|
2790
2689
|
background: #ffffff;
|
|
@@ -2792,7 +2691,7 @@ h4[data-v-0b0c189e] {
|
|
|
2792
2691
|
border-radius: 0px 30px 30px 30px;
|
|
2793
2692
|
/* opacity: 0.6; */
|
|
2794
2693
|
}
|
|
2795
|
-
.chat-content-font[data-v-
|
|
2694
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2796
2695
|
font-family: PingFang SC, PingFang SC;
|
|
2797
2696
|
font-weight: 500;
|
|
2798
2697
|
font-size: 16px;
|
|
@@ -2802,10 +2701,10 @@ h4[data-v-0b0c189e] {
|
|
|
2802
2701
|
font-style: normal;
|
|
2803
2702
|
text-transform: none;
|
|
2804
2703
|
}
|
|
2805
|
-
[data-v-
|
|
2704
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2806
2705
|
border: none !important;
|
|
2807
2706
|
}
|
|
2808
|
-
.content-container-header[data-v-
|
|
2707
|
+
.content-container-header[data-v-bc196b97] {
|
|
2809
2708
|
font-size: 12px;
|
|
2810
2709
|
color: #909399;
|
|
2811
2710
|
}
|
|
@@ -2813,28 +2712,28 @@ h4[data-v-0b0c189e] {
|
|
|
2813
2712
|
/**
|
|
2814
2713
|
// 用户消息
|
|
2815
2714
|
*/
|
|
2816
|
-
.content-borderless-container[data-v-
|
|
2715
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2817
2716
|
background: #e1ecfd;
|
|
2818
2717
|
border-radius: 20px 0px 20px 20px;
|
|
2819
2718
|
user-select: none;
|
|
2820
2719
|
padding: 12px;
|
|
2821
2720
|
cursor: pointer;
|
|
2822
2721
|
transition: background-color 0.3s;
|
|
2823
|
-
&[data-v-
|
|
2722
|
+
&[data-v-bc196b97]:hover {
|
|
2824
2723
|
background-color: #ebeef5;
|
|
2825
2724
|
}
|
|
2826
2725
|
}
|
|
2827
|
-
.footer-container[data-v-
|
|
2828
|
-
[data-v-
|
|
2726
|
+
.footer-container[data-v-bc196b97] {
|
|
2727
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2829
2728
|
margin-left: 8px;
|
|
2830
2729
|
}
|
|
2831
2730
|
}
|
|
2832
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2731
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2833
2732
|
padding: 0;
|
|
2834
2733
|
}
|
|
2835
2734
|
|
|
2836
2735
|
/* 引用文件样式 */
|
|
2837
|
-
.doc-agg-item[data-v-
|
|
2736
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2838
2737
|
width: 100%;
|
|
2839
2738
|
padding: 10px;
|
|
2840
2739
|
margin-bottom: 5px;
|
|
@@ -2844,28 +2743,35 @@ h4[data-v-0b0c189e] {
|
|
|
2844
2743
|
font-size: 12px;
|
|
2845
2744
|
color: var(--el-color-primary);
|
|
2846
2745
|
}
|
|
2847
|
-
.elx-xmarkdown-container[data-v-
|
|
2746
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2848
2747
|
padding: 0;
|
|
2849
2748
|
}
|
|
2850
|
-
|
|
2749
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2750
|
+
margin-right: 5px;
|
|
2751
|
+
}
|
|
2752
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2753
|
+
margin-left: 5px;
|
|
2754
|
+
}[data-v-90635647] .el-range-separator {
|
|
2755
|
+
min-width: 20px;
|
|
2756
|
+
}[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 {
|
|
2851
2757
|
user-select: text !important;
|
|
2852
2758
|
-webkit-user-select: text !important;
|
|
2853
2759
|
-moz-user-select: text !important;
|
|
2854
2760
|
-ms-user-select: text !important;
|
|
2855
2761
|
}
|
|
2856
|
-
.slide-up-enter-active[data-v-
|
|
2857
|
-
.slide-up-leave-active[data-v-
|
|
2762
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2763
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2858
2764
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2859
2765
|
}
|
|
2860
|
-
.slide-up-enter-from[data-v-
|
|
2861
|
-
.slide-up-leave-to[data-v-
|
|
2766
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2767
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2862
2768
|
transform: translateY(100%);
|
|
2863
2769
|
}
|
|
2864
2770
|
|
|
2865
2771
|
/**
|
|
2866
2772
|
* 聊天窗口的样式设置
|
|
2867
2773
|
*/
|
|
2868
|
-
.chat-container[data-v-
|
|
2774
|
+
.chat-container[data-v-1e62eff8] {
|
|
2869
2775
|
--header-height: 56px;
|
|
2870
2776
|
--chat-padding: 12px;
|
|
2871
2777
|
--bubble-content-max-width: 0px;
|
|
@@ -2877,25 +2783,25 @@ h4[data-v-0b0c189e] {
|
|
|
2877
2783
|
flex-direction: row; /* 横向排列 */
|
|
2878
2784
|
height: 100%; /* 父容器高度 */
|
|
2879
2785
|
}
|
|
2880
|
-
.small-window[data-v-
|
|
2786
|
+
.small-window[data-v-1e62eff8] {
|
|
2881
2787
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2882
2788
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2883
2789
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2884
2790
|
border-radius: 8px;
|
|
2885
2791
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2886
2792
|
}
|
|
2887
|
-
.full-screen[data-v-
|
|
2793
|
+
.full-screen[data-v-1e62eff8] {
|
|
2888
2794
|
right: 0;
|
|
2889
2795
|
bottom: 0;
|
|
2890
2796
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2891
2797
|
}
|
|
2892
|
-
.chat-container > *[data-v-
|
|
2798
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2893
2799
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2894
2800
|
}
|
|
2895
2801
|
|
|
2896
2802
|
/* 聊天窗口的头部样式设置
|
|
2897
2803
|
*/
|
|
2898
|
-
.chat-embed__header_container[data-v-
|
|
2804
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2899
2805
|
/* border-bottom: 1px solid #ddd; */
|
|
2900
2806
|
display: flex;
|
|
2901
2807
|
align-items: center;
|
|
@@ -2905,7 +2811,7 @@ h4[data-v-0b0c189e] {
|
|
|
2905
2811
|
overflow: hidden;
|
|
2906
2812
|
position: relative;
|
|
2907
2813
|
}
|
|
2908
|
-
.session-subject[data-v-
|
|
2814
|
+
.session-subject[data-v-1e62eff8] {
|
|
2909
2815
|
display: block;
|
|
2910
2816
|
margin: 0 auto;
|
|
2911
2817
|
text-align: center;
|
|
@@ -2920,17 +2826,17 @@ h4[data-v-0b0c189e] {
|
|
|
2920
2826
|
|
|
2921
2827
|
/* 聊天窗口的头部图标样式设置
|
|
2922
2828
|
*/
|
|
2923
|
-
.chat-embed__header_avatar[data-v-
|
|
2829
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2924
2830
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2925
2831
|
margin-right: var(--chat-padding);
|
|
2926
2832
|
}
|
|
2927
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2833
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2928
2834
|
right: 20px;
|
|
2929
2835
|
position: absolute;
|
|
2930
2836
|
gap: 28px;
|
|
2931
2837
|
display: flex;
|
|
2932
2838
|
}
|
|
2933
|
-
.chat-embed__sidebar[data-v-
|
|
2839
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2934
2840
|
background: #f6f7fa;
|
|
2935
2841
|
display: flex;
|
|
2936
2842
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2939,7 +2845,7 @@ h4[data-v-0b0c189e] {
|
|
|
2939
2845
|
width: 260px;
|
|
2940
2846
|
height: 100%;
|
|
2941
2847
|
}
|
|
2942
|
-
.chat-embed__main[data-v-
|
|
2848
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2943
2849
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2944
2850
|
box-sizing: border-box;
|
|
2945
2851
|
overflow: hidden;
|
|
@@ -2950,7 +2856,7 @@ h4[data-v-0b0c189e] {
|
|
|
2950
2856
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2951
2857
|
overflow: hidden; /* 防止内容溢出 */
|
|
2952
2858
|
}
|
|
2953
|
-
.chat-embed__main_content[data-v-
|
|
2859
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2954
2860
|
flex: 1;
|
|
2955
2861
|
box-sizing: border-box;
|
|
2956
2862
|
min-height: 0;
|
|
@@ -2958,21 +2864,21 @@ h4[data-v-0b0c189e] {
|
|
|
2958
2864
|
/* overflow-y: auto;
|
|
2959
2865
|
margin-bottom: 12px; */
|
|
2960
2866
|
}
|
|
2961
|
-
.chat-embed__input_container[data-v-
|
|
2867
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2962
2868
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2963
2869
|
/* margin-bottom: 50px; 距离底部 */
|
|
2964
2870
|
}
|
|
2965
|
-
.header-icon[data-v-
|
|
2871
|
+
.header-icon[data-v-1e62eff8] {
|
|
2966
2872
|
cursor: pointer;
|
|
2967
2873
|
font-size: 20px;
|
|
2968
2874
|
}
|
|
2969
2875
|
|
|
2970
2876
|
/* 聊天默认推荐内容样式
|
|
2971
2877
|
*/
|
|
2972
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2878
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2973
2879
|
margin-top: 5px;
|
|
2974
2880
|
}
|
|
2975
|
-
.content-container[data-v-
|
|
2881
|
+
.content-container[data-v-1e62eff8] {
|
|
2976
2882
|
padding: 16px;
|
|
2977
2883
|
border-radius: 4px;
|
|
2978
2884
|
background: #ffffff;
|
|
@@ -2980,7 +2886,7 @@ h4[data-v-0b0c189e] {
|
|
|
2980
2886
|
border-radius: 0px 30px 30px 30px;
|
|
2981
2887
|
/* opacity: 0.6; */
|
|
2982
2888
|
}
|
|
2983
|
-
.chat-content-font[data-v-
|
|
2889
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2984
2890
|
font-family: PingFang SC, PingFang SC;
|
|
2985
2891
|
font-weight: 500;
|
|
2986
2892
|
font-size: 16px;
|
|
@@ -2990,10 +2896,10 @@ h4[data-v-0b0c189e] {
|
|
|
2990
2896
|
font-style: normal;
|
|
2991
2897
|
text-transform: none;
|
|
2992
2898
|
}
|
|
2993
|
-
[data-v-
|
|
2899
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2994
2900
|
border: none !important;
|
|
2995
2901
|
}
|
|
2996
|
-
.content-container-header[data-v-
|
|
2902
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2997
2903
|
font-size: 12px;
|
|
2998
2904
|
color: #909399;
|
|
2999
2905
|
}
|
|
@@ -3001,28 +2907,28 @@ h4[data-v-0b0c189e] {
|
|
|
3001
2907
|
/**
|
|
3002
2908
|
// 用户消息
|
|
3003
2909
|
*/
|
|
3004
|
-
.content-borderless-container[data-v-
|
|
2910
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
3005
2911
|
background: #e1ecfd;
|
|
3006
2912
|
border-radius: 20px 0px 20px 20px;
|
|
3007
2913
|
user-select: none;
|
|
3008
2914
|
padding: 12px;
|
|
3009
2915
|
cursor: pointer;
|
|
3010
2916
|
transition: background-color 0.3s;
|
|
3011
|
-
&[data-v-
|
|
2917
|
+
&[data-v-1e62eff8]:hover {
|
|
3012
2918
|
background-color: #ebeef5;
|
|
3013
2919
|
}
|
|
3014
2920
|
}
|
|
3015
|
-
.footer-container[data-v-
|
|
3016
|
-
[data-v-
|
|
2921
|
+
.footer-container[data-v-1e62eff8] {
|
|
2922
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
3017
2923
|
margin-left: 8px;
|
|
3018
2924
|
}
|
|
3019
2925
|
}
|
|
3020
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2926
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
3021
2927
|
padding: 0;
|
|
3022
2928
|
}
|
|
3023
2929
|
|
|
3024
2930
|
/* 引用文件样式 */
|
|
3025
|
-
.doc-agg-item[data-v-
|
|
2931
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
3026
2932
|
width: 100%;
|
|
3027
2933
|
padding: 10px;
|
|
3028
2934
|
margin-bottom: 5px;
|
|
@@ -3032,15 +2938,109 @@ h4[data-v-0b0c189e] {
|
|
|
3032
2938
|
font-size: 12px;
|
|
3033
2939
|
color: var(--el-color-primary);
|
|
3034
2940
|
}
|
|
3035
|
-
.elx-xmarkdown-container[data-v-
|
|
2941
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
3036
2942
|
padding: 0;
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
2943
|
+
}
|
|
2944
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2945
|
+
position: absolute;
|
|
2946
|
+
padding: 20px 36px;
|
|
2947
|
+
gap: 16px;
|
|
2948
|
+
display: flex;
|
|
2949
|
+
z-index: 1;
|
|
2950
|
+
}
|
|
2951
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2952
|
+
display: flex;
|
|
2953
|
+
height: 40px;
|
|
2954
|
+
padding: 10px 14px;
|
|
2955
|
+
gap: 14px;
|
|
2956
|
+
border-radius: 100px 100px 100px 100px;
|
|
2957
|
+
border: 1px solid #e5e5e5;
|
|
2958
|
+
width: 82px;
|
|
2959
|
+
font-size: 20px;
|
|
2960
|
+
}
|
|
2961
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2962
|
+
display: flex; /* 设置为水平排列 */
|
|
2963
|
+
align-items: center; /* 垂直居中 */
|
|
2964
|
+
margin-bottom: 22px;
|
|
2965
|
+
font-size: 20px;
|
|
2966
|
+
}
|
|
2967
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2968
|
+
font-family: PingFang SC, PingFang SC;
|
|
2969
|
+
font-weight: 600;
|
|
2970
|
+
font-size: 16px;
|
|
2971
|
+
color: #181818;
|
|
2972
|
+
text-align: left;
|
|
2973
|
+
font-style: normal;
|
|
2974
|
+
text-transform: none;
|
|
2975
|
+
}
|
|
2976
|
+
.right-icon[data-v-1e62eff8] {
|
|
2977
|
+
cursor: pointer;
|
|
2978
|
+
margin-left: auto;
|
|
2979
|
+
}
|
|
2980
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2981
|
+
cursor: pointer;
|
|
2982
|
+
}
|
|
2983
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2984
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2985
|
+
margin-bottom: 10px;
|
|
2986
|
+
}
|
|
2987
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2988
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2989
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2990
|
+
margin-bottom: 10px;
|
|
2991
|
+
}
|
|
2992
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2993
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2994
|
+
margin-top: 10px;
|
|
2995
|
+
margin-bottom: 20px;
|
|
2996
|
+
}
|
|
2997
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2998
|
+
background-color: #ffffff;
|
|
2999
|
+
}
|
|
3000
|
+
.date-group[data-v-1e62eff8] {
|
|
3001
|
+
margin-top: 16px;
|
|
3002
|
+
}
|
|
3003
|
+
.date-group-item[data-v-1e62eff8] {
|
|
3004
|
+
color: #81858c;
|
|
3005
|
+
font-size: 12px;
|
|
3006
|
+
user-select: none;
|
|
3007
|
+
margin-bottom: 2px;
|
|
3008
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
3009
|
+
}
|
|
3010
|
+
.menu-item[data-v-1e62eff8] {
|
|
3011
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3012
|
+
font-size: 16px;
|
|
3013
|
+
line-height: 50px;
|
|
3014
|
+
cursor: pointer;
|
|
3015
|
+
gap: 8px;
|
|
3016
|
+
border-radius: 8px;
|
|
3017
|
+
display: flex;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
}
|
|
3020
|
+
.active-item[data-v-1e62eff8] {
|
|
3021
|
+
background: #e2ebf5;
|
|
3022
|
+
color: var(--el-color-primary);
|
|
3023
|
+
}
|
|
3024
|
+
.history-item[data-v-1e62eff8] {
|
|
3025
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3026
|
+
cursor: pointer;
|
|
3027
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3028
|
+
align-items: center; /* 垂直居中 */
|
|
3029
|
+
line-height: 40px;
|
|
3030
|
+
gap: 8px;
|
|
3031
|
+
border-radius: 8px;
|
|
3032
|
+
}
|
|
3033
|
+
.history-subject[data-v-1e62eff8] {
|
|
3034
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3035
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3036
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3037
|
+
white-space: nowrap; /* 不换行 */
|
|
3038
|
+
}
|
|
3039
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3040
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3041
|
+
}
|
|
3042
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3043
|
+
background-color: #f5f5f5;
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|