agilebuilder-ui 1.1.65-tmp2 → 1.1.65-tmp20
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 +1125 -1125
- 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
|
@@ -42,6 +42,23 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
+
position: relative;
|
|
47
|
+
height: 100%;
|
|
48
|
+
width: 100%;
|
|
49
|
+
}
|
|
50
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
+
position: fixed;
|
|
52
|
+
top: 0;
|
|
53
|
+
}
|
|
54
|
+
.drawer-bg[data-v-46185fa7] {
|
|
55
|
+
background: #000;
|
|
56
|
+
opacity: 0.3;
|
|
57
|
+
width: 100%;
|
|
58
|
+
top: 0;
|
|
59
|
+
height: 100%;
|
|
60
|
+
position: absolute;
|
|
61
|
+
z-index: 999;
|
|
45
62
|
}
|
|
46
63
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
47
64
|
width: 100%;
|
|
@@ -78,6 +95,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
78
95
|
/* 去掉卡片和tab表头的距离 */
|
|
79
96
|
[data-v-3c90505e] .el-tabs__header {
|
|
80
97
|
margin: 0;
|
|
98
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
99
|
+
display: inline-block;
|
|
100
|
+
font-size: 14px;
|
|
101
|
+
line-height: 50px;
|
|
102
|
+
margin-left: 10px;
|
|
103
|
+
}
|
|
104
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
105
|
+
color: #97a8be;
|
|
106
|
+
cursor: text;
|
|
81
107
|
}
|
|
82
108
|
.nav-tab .el-tabs__header {
|
|
83
109
|
margin: 0;
|
|
@@ -102,46 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
102
128
|
.default-page-tip-item {
|
|
103
129
|
padding-top: 10px;
|
|
104
130
|
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
.drawer-bg[data-v-46185fa7] {
|
|
115
|
-
background: #000;
|
|
116
|
-
opacity: 0.3;
|
|
117
|
-
width: 100%;
|
|
118
|
-
top: 0;
|
|
119
|
-
height: 100%;
|
|
120
|
-
position: absolute;
|
|
121
|
-
z-index: 999;
|
|
122
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
123
|
-
display: inline-block;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 50px;
|
|
126
|
-
margin-left: 10px;
|
|
127
|
-
}
|
|
128
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
|
-
color: #97a8be;
|
|
130
|
-
cursor: text;
|
|
131
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
|
-
padding: 0;
|
|
133
|
-
display: flex;
|
|
134
|
-
align-items: center;
|
|
135
|
-
justify-content: end;
|
|
136
|
-
}
|
|
137
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
138
|
-
display: flex;
|
|
139
|
-
align-items: center;
|
|
140
|
-
justify-content: center;
|
|
141
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
|
-
font-size: 18px;
|
|
143
|
-
cursor: pointer;
|
|
144
|
-
}.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
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
|
+
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
145
140
|
padding: 2px 0 !important;
|
|
146
141
|
}
|
|
147
142
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -284,31 +279,27 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
284
279
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
285
280
|
flex-wrap: wrap;
|
|
286
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
+
padding: 0;
|
|
284
|
+
display: flex;
|
|
285
|
+
align-items: center;
|
|
286
|
+
justify-content: end;
|
|
287
|
+
}
|
|
288
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
289
|
+
display: flex;
|
|
290
|
+
align-items: center;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
293
|
+
font-size: 18px;
|
|
294
|
+
cursor: pointer;
|
|
287
295
|
}
|
|
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
296
|
.searchResult[data-v-22410ec9] {
|
|
297
297
|
color: red;
|
|
298
298
|
}
|
|
299
299
|
.inline-input-custom[data-v-22410ec9] {
|
|
300
300
|
width: 90%;
|
|
301
301
|
}
|
|
302
|
-
|
|
303
|
-
display: flex;
|
|
304
|
-
background-color: #fff;
|
|
305
|
-
justify-content: center;
|
|
306
|
-
align-items: center;
|
|
307
|
-
cursor: pointer;
|
|
308
|
-
}
|
|
309
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
310
|
-
display: inline-block;
|
|
311
|
-
}
|
|
302
|
+
|
|
312
303
|
.searchResult {
|
|
313
304
|
color: red;
|
|
314
305
|
}
|
|
@@ -330,133 +321,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
321
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
322
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
323
|
}
|
|
333
|
-
|
|
334
|
-
.select-top-span {
|
|
335
|
-
width: 100%;
|
|
336
|
-
}
|
|
337
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
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] {
|
|
324
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
392
325
|
display: flex;
|
|
326
|
+
background-color: #fff;
|
|
327
|
+
justify-content: center;
|
|
393
328
|
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
329
|
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
330
|
}
|
|
441
|
-
.
|
|
442
|
-
|
|
443
|
-
margin-left: 4px;
|
|
331
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
332
|
+
display: inline-block;
|
|
444
333
|
}
|
|
445
334
|
.organization-input .el-input-group__append {
|
|
446
335
|
padding: 0 10px 0 0;
|
|
447
336
|
}
|
|
448
|
-
.
|
|
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
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
337
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
460
338
|
padding: 10px;
|
|
461
339
|
}
|
|
462
340
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -566,130 +444,132 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
444
|
font-size: 14px;
|
|
567
445
|
display: grid;
|
|
568
446
|
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
447
|
}
|
|
577
|
-
.
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
font-weight: 700;
|
|
448
|
+
.select-top-span {
|
|
449
|
+
width: 100%;
|
|
450
|
+
}
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
583
453
|
}
|
|
584
|
-
.
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
font-weight: 700;
|
|
454
|
+
.fs-preview-container[data-v-2448d898] {
|
|
455
|
+
display: flex;
|
|
456
|
+
align-items: center;
|
|
457
|
+
gap: 5px;
|
|
458
|
+
justify-content: space-between;
|
|
590
459
|
}
|
|
591
|
-
.
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
.organization-tree .item-row-all {
|
|
598
|
-
margin-bottom: 10px;
|
|
599
|
-
}
|
|
600
|
-
.organization-tree .item-row {
|
|
601
|
-
display: flex;
|
|
602
|
-
width: 100%;
|
|
460
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
461
|
+
display: flex;
|
|
462
|
+
align-items: center;
|
|
463
|
+
flex-shrink: 0;
|
|
464
|
+
min-width: max-content;
|
|
465
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
603
466
|
}
|
|
604
|
-
.
|
|
605
|
-
|
|
606
|
-
|
|
467
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
468
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
469
|
+
width: 30px;
|
|
470
|
+
height: 30px;
|
|
607
471
|
}
|
|
608
|
-
.
|
|
609
|
-
|
|
610
|
-
|
|
472
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
473
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
474
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
475
|
+
display: inline-block;
|
|
476
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
477
|
+
height: 1em !important;
|
|
478
|
+
line-height: 1em;
|
|
479
|
+
cursor: pointer;
|
|
611
480
|
}
|
|
612
|
-
.
|
|
613
|
-
|
|
481
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
482
|
+
overflow: hidden;
|
|
483
|
+
text-overflow: ellipsis;
|
|
484
|
+
white-space: nowrap;
|
|
614
485
|
}
|
|
615
|
-
.
|
|
616
|
-
|
|
617
|
-
display: none;
|
|
486
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
487
|
+
margin-left: 5px;
|
|
618
488
|
}
|
|
619
|
-
.
|
|
620
|
-
|
|
489
|
+
.file-item[data-v-2448d898] {
|
|
490
|
+
display: flex;
|
|
491
|
+
align-items: center;
|
|
492
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
493
|
+
gap: 10px;
|
|
494
|
+
height: 40px;
|
|
495
|
+
padding: 10px;
|
|
496
|
+
border-radius: 8px;
|
|
497
|
+
transition: background-color 0.2s;
|
|
621
498
|
}
|
|
622
|
-
.
|
|
623
|
-
color: #409eff;
|
|
624
|
-
|
|
625
|
-
|
|
499
|
+
.file-item[data-v-2448d898]:hover {
|
|
500
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
501
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
502
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
503
|
+
outline: none;
|
|
626
504
|
}
|
|
627
|
-
.
|
|
628
|
-
|
|
629
|
-
|
|
505
|
+
.file-actions[data-v-2448d898] {
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
gap: 5px;
|
|
509
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
630
510
|
}
|
|
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;
|
|
511
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
512
|
+
margin-left: 5px;
|
|
641
513
|
}
|
|
642
|
-
.
|
|
643
|
-
|
|
644
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
645
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
646
|
-
font-size: 17px;
|
|
647
|
-
font-weight: 700;
|
|
514
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
515
|
+
margin-left: 5px;
|
|
648
516
|
}
|
|
649
|
-
.
|
|
650
|
-
|
|
517
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
518
|
+
margin-left: 5px;
|
|
651
519
|
}
|
|
652
|
-
.
|
|
653
|
-
|
|
520
|
+
.amb-iconfont[data-v-2448d898] {
|
|
521
|
+
color: var(--el-color-primary);
|
|
654
522
|
}
|
|
655
|
-
.
|
|
656
|
-
|
|
523
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
524
|
+
font-size: 14px !important;
|
|
657
525
|
}
|
|
658
|
-
.
|
|
659
|
-
|
|
526
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
|
+
padding: 5px 11px;
|
|
528
|
+
height: var(--el-button-size);
|
|
529
|
+
}.select[data-v-52983a24] {
|
|
660
530
|
width: 100%;
|
|
531
|
+
height: 100%;
|
|
532
|
+
display: grid;
|
|
533
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
534
|
+
align-items: center;
|
|
661
535
|
}
|
|
662
|
-
.
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
.
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
.organization-tree .el-tree-node {
|
|
671
|
-
margin-bottom: 10px;
|
|
536
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
537
|
+
width: 100%;
|
|
538
|
+
height: 100%;
|
|
539
|
+
text-align: center;
|
|
540
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
541
|
+
width: 30px;
|
|
542
|
+
height: 30px;
|
|
672
543
|
}
|
|
673
|
-
.
|
|
674
|
-
|
|
675
|
-
|
|
544
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
545
|
+
margin-left: 10px;
|
|
546
|
+
cursor: pointer;
|
|
547
|
+
overflow: hidden;
|
|
548
|
+
text-overflow: ellipsis;
|
|
549
|
+
white-space: nowrap;
|
|
676
550
|
}
|
|
677
|
-
.
|
|
678
|
-
|
|
551
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
552
|
+
border: 1px solid #dcdfe6;
|
|
553
|
+
padding: 4px 8px;
|
|
554
|
+
background-clip: padding-box;
|
|
555
|
+
overflow: hidden;
|
|
556
|
+
display: inline-flex;
|
|
557
|
+
align-items: center;
|
|
679
558
|
}
|
|
680
|
-
.
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
559
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
560
|
+
margin-right: 8px;
|
|
561
|
+
max-width: 120px;
|
|
562
|
+
overflow: hidden;
|
|
563
|
+
text-overflow: ellipsis;
|
|
564
|
+
white-space: nowrap;
|
|
684
565
|
}
|
|
685
|
-
.
|
|
686
|
-
|
|
687
|
-
|
|
566
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
567
|
+
font-weight: 600;
|
|
568
|
+
margin-left: 4px;
|
|
569
|
+
}iframe[data-v-e5fb3b56] {
|
|
570
|
+
width: 100%;
|
|
571
|
+
height: calc(100vh - 50px);
|
|
688
572
|
}
|
|
689
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
690
|
-
color: #409eff;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
573
|
.organization-tree,
|
|
694
574
|
.organization-tree .el-checkbox__label,
|
|
695
575
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -747,229 +627,120 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
747
627
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
748
628
|
color: #409eff;
|
|
749
629
|
}
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
-
|
|
753
|
-
|
|
754
|
-
-ms-user-select: text !important;
|
|
630
|
+
.errPage-container[data-v-6bef0241] {
|
|
631
|
+
width: 800px;
|
|
632
|
+
max-width: 100%;
|
|
633
|
+
margin: 100px auto;
|
|
755
634
|
}
|
|
756
|
-
.
|
|
757
|
-
|
|
758
|
-
|
|
635
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
636
|
+
background: #008489;
|
|
637
|
+
color: #fff;
|
|
638
|
+
border: none !important;
|
|
759
639
|
}
|
|
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%; /* 父容器高度 */
|
|
640
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
641
|
+
margin: 0 auto;
|
|
642
|
+
display: block;
|
|
779
643
|
}
|
|
780
|
-
.
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
border-radius: 8px;
|
|
785
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
644
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
645
|
+
display: block;
|
|
646
|
+
margin: 0 auto;
|
|
647
|
+
width: 100%;
|
|
786
648
|
}
|
|
787
|
-
.
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
649
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
650
|
+
font-size: 60px;
|
|
651
|
+
font-weight: 700;
|
|
652
|
+
color: #484848;
|
|
791
653
|
}
|
|
792
|
-
.
|
|
793
|
-
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
.
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
overflow: hidden;
|
|
654
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
655
|
+
font-size: 14px;
|
|
656
|
+
}
|
|
657
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
658
|
+
padding-bottom: 5px;
|
|
659
|
+
}
|
|
660
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
661
|
+
color: #008489;
|
|
662
|
+
text-decoration: none;
|
|
663
|
+
}
|
|
664
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
665
|
+
text-decoration: underline;
|
|
666
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
806
667
|
position: relative;
|
|
668
|
+
height: 100%;
|
|
669
|
+
width: 100%;
|
|
807
670
|
}
|
|
808
|
-
.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
text-align: center;
|
|
812
|
-
font-family: PingFang SC, PingFang SC;
|
|
813
|
-
font-weight: 500;
|
|
814
|
-
font-size: 16px;
|
|
815
|
-
color: #181818;
|
|
816
|
-
text-align: left;
|
|
817
|
-
font-style: normal;
|
|
818
|
-
text-transform: none;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
/* 聊天窗口的头部图标样式设置
|
|
822
|
-
*/
|
|
823
|
-
.chat-embed__header_avatar[data-v-e25b360d] {
|
|
824
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
825
|
-
margin-right: var(--chat-padding);
|
|
826
|
-
}
|
|
827
|
-
.chat-embed__header_tool_icon[data-v-e25b360d] {
|
|
828
|
-
right: 20px;
|
|
829
|
-
position: absolute;
|
|
830
|
-
gap: 28px;
|
|
831
|
-
display: flex;
|
|
671
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
672
|
+
position: fixed;
|
|
673
|
+
top: 0;
|
|
832
674
|
}
|
|
833
|
-
.
|
|
834
|
-
background: #
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
padding: 20px 12px;
|
|
839
|
-
width: 260px;
|
|
675
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
676
|
+
background: #000;
|
|
677
|
+
opacity: 0.3;
|
|
678
|
+
width: 100%;
|
|
679
|
+
top: 0;
|
|
840
680
|
height: 100%;
|
|
681
|
+
position: absolute;
|
|
682
|
+
z-index: 999;
|
|
683
|
+
}iframe[data-v-20dccb82] {
|
|
684
|
+
width: 100%;
|
|
685
|
+
height: calc(100vh - 50px);
|
|
841
686
|
}
|
|
842
|
-
.
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
position: relative;
|
|
847
|
-
display: flex;
|
|
848
|
-
flex-direction: column;
|
|
849
|
-
height: var(--main-content-height);
|
|
850
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
851
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
852
|
-
}
|
|
853
|
-
.chat-embed__main_content[data-v-e25b360d] {
|
|
854
|
-
flex: 1;
|
|
855
|
-
box-sizing: border-box;
|
|
856
|
-
min-height: 0;
|
|
857
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
858
|
-
/* overflow-y: auto;
|
|
859
|
-
margin-bottom: 12px; */
|
|
860
|
-
}
|
|
861
|
-
.chat-embed__input_container[data-v-e25b360d] {
|
|
862
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
863
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
864
|
-
}
|
|
865
|
-
.header-icon[data-v-e25b360d] {
|
|
866
|
-
cursor: pointer;
|
|
867
|
-
font-size: 20px;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
/* 聊天默认推荐内容样式
|
|
871
|
-
*/
|
|
872
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e25b360d] {
|
|
873
|
-
margin-top: 5px;
|
|
874
|
-
}
|
|
875
|
-
.content-container[data-v-e25b360d] {
|
|
876
|
-
padding: 16px;
|
|
877
|
-
border-radius: 4px;
|
|
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; */
|
|
882
|
-
}
|
|
883
|
-
.chat-content-font[data-v-e25b360d] {
|
|
884
|
-
font-family: PingFang SC, PingFang SC;
|
|
885
|
-
font-weight: 500;
|
|
886
|
-
font-size: 16px;
|
|
887
|
-
color: #181818;
|
|
888
|
-
line-height: 32px;
|
|
889
|
-
text-align: justified;
|
|
890
|
-
font-style: normal;
|
|
891
|
-
text-transform: none;
|
|
892
|
-
}
|
|
893
|
-
[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
894
|
-
border: none !important;
|
|
895
|
-
}
|
|
896
|
-
.content-container-header[data-v-e25b360d] {
|
|
897
|
-
font-size: 12px;
|
|
898
|
-
color: #909399;
|
|
687
|
+
.graphDiv[data-v-a936569d] {
|
|
688
|
+
overflow: auto;
|
|
689
|
+
height: 100%;
|
|
690
|
+
height: calc(100vh - 20px);
|
|
899
691
|
}
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
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;
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
.footer-container[data-v-e25b360d] {
|
|
916
|
-
[data-v-e25b360d] .el-button + .el-button {
|
|
917
|
-
margin-left: 8px;
|
|
918
|
-
}
|
|
692
|
+
.app-main[data-v-2d98e845] {
|
|
693
|
+
padding: var(--app-main-padding, 15px);
|
|
694
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
695
|
+
position: relative;
|
|
696
|
+
overflow: hidden;
|
|
919
697
|
}
|
|
920
|
-
.
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
margin-bottom: 5px;
|
|
929
|
-
border: 1px solid #eee;
|
|
930
|
-
border-radius: 4px;
|
|
931
|
-
cursor: pointer;
|
|
932
|
-
font-size: 12px;
|
|
933
|
-
color: var(--el-color-primary);
|
|
698
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
699
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
700
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
701
|
+
overflow: auto;
|
|
702
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
703
|
+
position: relative;
|
|
704
|
+
--el-menu-item-height: 45px;
|
|
705
|
+
--el-menu-sub-item-height: 45px;
|
|
934
706
|
}
|
|
935
|
-
.
|
|
936
|
-
padding: 0;
|
|
707
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
708
|
+
padding: 0 !important;
|
|
937
709
|
}
|
|
938
|
-
[data-v-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
--el-thinking-button-width: 180px;
|
|
710
|
+
.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)) {
|
|
711
|
+
display: flex;
|
|
712
|
+
flex-direction: row;
|
|
942
713
|
}
|
|
943
|
-
.
|
|
944
|
-
|
|
714
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
715
|
+
display: flex;
|
|
716
|
+
flex-direction: row;
|
|
717
|
+
padding: 0 !important;
|
|
945
718
|
}
|
|
946
|
-
.
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
719
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
720
|
+
display: flex;
|
|
721
|
+
align-items: center;
|
|
722
|
+
justify-content: center;
|
|
723
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
724
|
+
font-size: 16px;
|
|
950
725
|
}
|
|
951
|
-
.
|
|
952
|
-
|
|
953
|
-
min-width: 0; /* 避免被内容撑爆 */
|
|
954
|
-
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
955
|
-
display: flex;
|
|
956
|
-
flex-direction: column;
|
|
726
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
727
|
+
width: 20px;
|
|
957
728
|
}
|
|
958
|
-
[data-v-
|
|
959
|
-
|
|
960
|
-
|
|
729
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
730
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
731
|
+
overflow: hidden;
|
|
732
|
+
white-space: nowrap;
|
|
733
|
+
overflow: hidden;
|
|
734
|
+
text-overflow: ellipsis;
|
|
961
735
|
}
|
|
962
|
-
[data-v-
|
|
963
|
-
|
|
736
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
737
|
+
overflow: hidden;
|
|
738
|
+
white-space: nowrap;
|
|
739
|
+
overflow: hidden;
|
|
740
|
+
text-overflow: ellipsis;
|
|
964
741
|
}
|
|
965
|
-
[data-v-
|
|
966
|
-
|
|
967
|
-
}
|
|
968
|
-
.row-form-item[data-v-4b5a56cc] {
|
|
969
|
-
width: 50%;
|
|
970
|
-
}iframe[data-v-20dccb82] {
|
|
971
|
-
width: 100%;
|
|
972
|
-
height: calc(100vh - 50px);
|
|
742
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
743
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
973
744
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
974
745
|
transform: translate(-50%, -50%);
|
|
975
746
|
position: absolute;
|
|
@@ -1161,160 +932,181 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1161
932
|
transform: translateY(0);
|
|
1162
933
|
opacity: 1;
|
|
1163
934
|
}
|
|
1164
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
1165
|
-
position: relative;
|
|
1166
|
-
height: 100%;
|
|
1167
|
-
width: 100%;
|
|
1168
935
|
}
|
|
1169
|
-
.
|
|
1170
|
-
|
|
1171
|
-
top: 0;
|
|
936
|
+
.searchResult {
|
|
937
|
+
color: red;
|
|
1172
938
|
}
|
|
1173
|
-
.
|
|
1174
|
-
|
|
1175
|
-
opacity: 0.3;
|
|
1176
|
-
width: 100%;
|
|
1177
|
-
top: 0;
|
|
1178
|
-
height: 100%;
|
|
1179
|
-
position: absolute;
|
|
1180
|
-
z-index: 999;
|
|
1181
|
-
}.errPage-container[data-v-6bef0241] {
|
|
1182
|
-
width: 800px;
|
|
1183
|
-
max-width: 100%;
|
|
1184
|
-
margin: 100px auto;
|
|
939
|
+
.inline-select-custom {
|
|
940
|
+
width: 100px;
|
|
1185
941
|
}
|
|
1186
|
-
.
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
942
|
+
.inline-input-custom {
|
|
943
|
+
width: 98%;
|
|
944
|
+
}
|
|
945
|
+
.smb-sidebar-menu-item[data-v-da857302] {
|
|
946
|
+
position: relative;
|
|
947
|
+
--el-menu-item-height: 45px;
|
|
948
|
+
--el-menu-sub-item-height: 45px;
|
|
1190
949
|
}
|
|
1191
|
-
.
|
|
1192
|
-
|
|
1193
|
-
display: block;
|
|
950
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
951
|
+
padding: 0 !important;
|
|
1194
952
|
}
|
|
1195
|
-
.
|
|
1196
|
-
display:
|
|
1197
|
-
|
|
1198
|
-
width: 100%;
|
|
953
|
+
.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)) {
|
|
954
|
+
display: flex;
|
|
955
|
+
flex-direction: row;
|
|
1199
956
|
}
|
|
1200
|
-
.
|
|
1201
|
-
font-size: 60px;
|
|
1202
|
-
font-weight: 700;
|
|
1203
|
-
color: #484848;
|
|
1204
|
-
}
|
|
1205
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
1206
|
-
font-size: 14px;
|
|
1207
|
-
}
|
|
1208
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
1209
|
-
padding-bottom: 5px;
|
|
1210
|
-
}
|
|
1211
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
1212
|
-
color: #008489;
|
|
1213
|
-
text-decoration: none;
|
|
1214
|
-
}
|
|
1215
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
1216
|
-
text-decoration: underline;
|
|
1217
|
-
}
|
|
1218
|
-
.graphDiv[data-v-a936569d] {
|
|
1219
|
-
overflow: auto;
|
|
1220
|
-
height: 100%;
|
|
1221
|
-
height: calc(100vh - 20px);
|
|
1222
|
-
}
|
|
1223
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1224
|
-
position: relative;
|
|
1225
|
-
--el-menu-item-height: 45px;
|
|
1226
|
-
--el-menu-sub-item-height: 45px;
|
|
1227
|
-
}
|
|
1228
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1229
|
-
padding: 0 !important;
|
|
1230
|
-
}
|
|
1231
|
-
.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)) {
|
|
1232
|
-
display: flex;
|
|
1233
|
-
flex-direction: row;
|
|
1234
|
-
}
|
|
1235
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
957
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1236
958
|
display: flex;
|
|
1237
959
|
flex-direction: row;
|
|
1238
960
|
padding: 0 !important;
|
|
1239
961
|
}
|
|
1240
|
-
.smb-sidebar-menu-item[data-v-
|
|
962
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1241
963
|
display: flex;
|
|
1242
964
|
align-items: center;
|
|
1243
965
|
justify-content: center;
|
|
1244
966
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1245
967
|
font-size: 16px;
|
|
1246
968
|
}
|
|
1247
|
-
.smb-sidebar-menu-item[data-v-
|
|
969
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1248
970
|
width: 20px;
|
|
1249
971
|
}
|
|
1250
|
-
.smb-sidebar-menu-item[data-v-
|
|
972
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1251
973
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1252
974
|
overflow: hidden;
|
|
1253
975
|
white-space: nowrap;
|
|
1254
976
|
overflow: hidden;
|
|
1255
977
|
text-overflow: ellipsis;
|
|
1256
978
|
}
|
|
1257
|
-
.smb-sidebar-menu-item[data-v-
|
|
979
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1258
980
|
overflow: hidden;
|
|
1259
981
|
white-space: nowrap;
|
|
1260
982
|
overflow: hidden;
|
|
1261
983
|
text-overflow: ellipsis;
|
|
1262
984
|
}
|
|
1263
|
-
.smb-sidebar-menu-item[data-v-
|
|
985
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1264
986
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1265
|
-
}.
|
|
1266
|
-
|
|
1267
|
-
height:
|
|
1268
|
-
|
|
1269
|
-
|
|
987
|
+
}.super-icon[data-v-875fd31c] {
|
|
988
|
+
width: 1em;
|
|
989
|
+
height: 1em;
|
|
990
|
+
font-size: 14px;
|
|
991
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
992
|
+
width: 50%;
|
|
1270
993
|
}
|
|
1271
|
-
.
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
--el-menu-item-height: 45px;
|
|
1278
|
-
--el-menu-sub-item-height: 45px;
|
|
994
|
+
.organization-tree,
|
|
995
|
+
.organization-tree .el-checkbox__label,
|
|
996
|
+
.organization-tree .el-breadcrumb__inner,
|
|
997
|
+
.organization-tree .el-tree {
|
|
998
|
+
font-size: 17px;
|
|
999
|
+
font-weight: 700;
|
|
1279
1000
|
}
|
|
1280
|
-
.
|
|
1281
|
-
|
|
1001
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
1002
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
1003
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
1004
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1005
|
+
font-size: 17px;
|
|
1006
|
+
font-weight: 700;
|
|
1282
1007
|
}
|
|
1283
|
-
.
|
|
1284
|
-
|
|
1285
|
-
flex-direction: row;
|
|
1008
|
+
.organization-tree .el-card__body {
|
|
1009
|
+
padding-top: 10px;
|
|
1286
1010
|
}
|
|
1287
|
-
.
|
|
1288
|
-
|
|
1289
|
-
flex-direction: row;
|
|
1290
|
-
padding: 0 !important;
|
|
1011
|
+
.organization-tree .card-content {
|
|
1012
|
+
margin-top: 10px;
|
|
1291
1013
|
}
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1294
|
-
align-items: center;
|
|
1295
|
-
justify-content: center;
|
|
1296
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1297
|
-
font-size: 16px;
|
|
1014
|
+
.organization-tree .item-row-all {
|
|
1015
|
+
margin-bottom: 10px;
|
|
1298
1016
|
}
|
|
1299
|
-
.
|
|
1300
|
-
|
|
1017
|
+
.organization-tree .item-row {
|
|
1018
|
+
display: flex;
|
|
1019
|
+
width: 100%;
|
|
1301
1020
|
}
|
|
1302
|
-
.
|
|
1303
|
-
flex: 0 0
|
|
1304
|
-
|
|
1305
|
-
white-space: nowrap;
|
|
1306
|
-
overflow: hidden;
|
|
1307
|
-
text-overflow: ellipsis;
|
|
1021
|
+
.organization-tree .item-label {
|
|
1022
|
+
flex: 0 0 90%;
|
|
1023
|
+
text-align: left;
|
|
1308
1024
|
}
|
|
1309
|
-
.
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
overflow: hidden;
|
|
1313
|
-
text-overflow: ellipsis;
|
|
1025
|
+
.organization-tree .item-side {
|
|
1026
|
+
flex: 0 0 10%;
|
|
1027
|
+
text-align: right;
|
|
1314
1028
|
}
|
|
1315
|
-
.
|
|
1316
|
-
|
|
1029
|
+
.organization-tree .el-tree-node {
|
|
1030
|
+
margin-bottom: 10px;
|
|
1031
|
+
}
|
|
1032
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
1033
|
+
padding: 0;
|
|
1034
|
+
display: none;
|
|
1035
|
+
}
|
|
1036
|
+
.organization-tree .card-footer {
|
|
1037
|
+
padding: 20px;
|
|
1038
|
+
}
|
|
1039
|
+
.organization-tree .card-footer .select-result {
|
|
1040
|
+
color: #409eff;
|
|
1041
|
+
flex: 1 1 75%;
|
|
1042
|
+
text-align: left;
|
|
1043
|
+
}
|
|
1044
|
+
.organization-tree .card-footer .button-area {
|
|
1045
|
+
flex: 0 0 20%;
|
|
1046
|
+
text-align: right;
|
|
1047
|
+
}
|
|
1048
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1049
|
+
color: #409eff;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.organization-tree,
|
|
1053
|
+
.organization-tree .el-checkbox__label,
|
|
1054
|
+
.organization-tree .el-breadcrumb__inner,
|
|
1055
|
+
.organization-tree .el-tree {
|
|
1056
|
+
font-size: 17px;
|
|
1057
|
+
font-weight: 700;
|
|
1058
|
+
}
|
|
1059
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
1060
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
1061
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
1062
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1063
|
+
font-size: 17px;
|
|
1064
|
+
font-weight: 700;
|
|
1065
|
+
}
|
|
1066
|
+
.organization-tree .el-card__body {
|
|
1067
|
+
padding-top: 10px;
|
|
1068
|
+
}
|
|
1069
|
+
.organization-tree .card-content {
|
|
1070
|
+
margin-top: 10px;
|
|
1071
|
+
}
|
|
1072
|
+
.organization-tree .item-row-all {
|
|
1073
|
+
margin-bottom: 10px;
|
|
1074
|
+
}
|
|
1075
|
+
.organization-tree .item-row {
|
|
1076
|
+
display: flex;
|
|
1077
|
+
width: 100%;
|
|
1078
|
+
}
|
|
1079
|
+
.organization-tree .item-label {
|
|
1080
|
+
flex: 0 0 90%;
|
|
1081
|
+
text-align: left;
|
|
1082
|
+
}
|
|
1083
|
+
.organization-tree .item-side {
|
|
1084
|
+
flex: 0 0 10%;
|
|
1085
|
+
text-align: right;
|
|
1086
|
+
}
|
|
1087
|
+
.organization-tree .el-tree-node {
|
|
1088
|
+
margin-bottom: 10px;
|
|
1089
|
+
}
|
|
1090
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
1091
|
+
padding: 0;
|
|
1092
|
+
display: none;
|
|
1317
1093
|
}
|
|
1094
|
+
.organization-tree .card-footer {
|
|
1095
|
+
padding: 20px;
|
|
1096
|
+
}
|
|
1097
|
+
.organization-tree .card-footer .select-result {
|
|
1098
|
+
color: #409eff;
|
|
1099
|
+
flex: 1 1 75%;
|
|
1100
|
+
text-align: left;
|
|
1101
|
+
}
|
|
1102
|
+
.organization-tree .card-footer .button-area {
|
|
1103
|
+
flex: 0 0 20%;
|
|
1104
|
+
text-align: right;
|
|
1105
|
+
}
|
|
1106
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1107
|
+
color: #409eff;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1318
1110
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1319
1111
|
display: flex;
|
|
1320
1112
|
align-items: center;
|
|
@@ -1323,88 +1115,296 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1323
1115
|
box-sizing: border-box;
|
|
1324
1116
|
min-width: 0;
|
|
1325
1117
|
}
|
|
1326
|
-
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1327
|
-
width: 100%;
|
|
1328
|
-
min-width: 0;
|
|
1118
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1119
|
+
width: 100%;
|
|
1120
|
+
min-width: 0;
|
|
1121
|
+
}
|
|
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
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1129
|
+
display: inline-flex;
|
|
1130
|
+
vertical-align: middle;
|
|
1131
|
+
}
|
|
1132
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1133
|
+
font-size: 20px;
|
|
1134
|
+
color: var(--el-color-primary);
|
|
1135
|
+
cursor: pointer;
|
|
1136
|
+
}
|
|
1137
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1138
|
+
margin-bottom: 0px;
|
|
1139
|
+
}
|
|
1140
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1141
|
+
margin-bottom: 5px;
|
|
1142
|
+
text-align: center;
|
|
1143
|
+
}
|
|
1144
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1145
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1146
|
+
width: 100%;
|
|
1147
|
+
}
|
|
1148
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1149
|
+
display: none;
|
|
1150
|
+
}
|
|
1151
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1152
|
+
padding-bottom: 10px;
|
|
1153
|
+
position: fixed;
|
|
1154
|
+
top: 37px;
|
|
1155
|
+
background-color: #ffffff;
|
|
1156
|
+
width: 46%;
|
|
1157
|
+
height: 40px;
|
|
1158
|
+
z-index: 1500;
|
|
1159
|
+
}
|
|
1160
|
+
li[data-v-040fcf55] {
|
|
1161
|
+
color: #333;
|
|
1162
|
+
}
|
|
1163
|
+
.context-menu[data-v-040fcf55] {
|
|
1164
|
+
position: fixed;
|
|
1165
|
+
background: #fff;
|
|
1166
|
+
z-index: 999;
|
|
1167
|
+
padding: 5px;
|
|
1168
|
+
margin: 0;
|
|
1169
|
+
margin-top: 30px;
|
|
1170
|
+
}
|
|
1171
|
+
.context-menu li[data-v-040fcf55] {
|
|
1172
|
+
min-width: 75px;
|
|
1173
|
+
height: 28px;
|
|
1174
|
+
line-height: 28px;
|
|
1175
|
+
text-align: left;
|
|
1176
|
+
color: #1a1a1a;
|
|
1177
|
+
}
|
|
1178
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1179
|
+
background: #42b983;
|
|
1180
|
+
color: #fff;
|
|
1181
|
+
}
|
|
1182
|
+
.context-menu[data-v-040fcf55] {
|
|
1183
|
+
border: 1px solid #eee;
|
|
1184
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1185
|
+
border-radius: 5px;
|
|
1186
|
+
}
|
|
1187
|
+
li[data-v-040fcf55] {
|
|
1188
|
+
list-style-type: none;
|
|
1189
|
+
}[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 {
|
|
1190
|
+
user-select: text !important;
|
|
1191
|
+
-webkit-user-select: text !important;
|
|
1192
|
+
-moz-user-select: text !important;
|
|
1193
|
+
-ms-user-select: text !important;
|
|
1194
|
+
}
|
|
1195
|
+
.slide-up-enter-active[data-v-e25b360d],
|
|
1196
|
+
.slide-up-leave-active[data-v-e25b360d] {
|
|
1197
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1198
|
+
}
|
|
1199
|
+
.slide-up-enter-from[data-v-e25b360d],
|
|
1200
|
+
.slide-up-leave-to[data-v-e25b360d] {
|
|
1201
|
+
transform: translateY(100%);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
/**
|
|
1205
|
+
* 聊天窗口的样式设置
|
|
1206
|
+
*/
|
|
1207
|
+
.chat-container[data-v-e25b360d] {
|
|
1208
|
+
--header-height: 56px;
|
|
1209
|
+
--chat-padding: 12px;
|
|
1210
|
+
--bubble-content-max-width: 0px;
|
|
1211
|
+
position: fixed;
|
|
1212
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1213
|
+
|
|
1214
|
+
overflow: hidden;
|
|
1215
|
+
z-index: 100;
|
|
1216
|
+
flex-direction: row; /* 横向排列 */
|
|
1217
|
+
height: 100%; /* 父容器高度 */
|
|
1218
|
+
}
|
|
1219
|
+
.small-window[data-v-e25b360d] {
|
|
1220
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1221
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1222
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1223
|
+
border-radius: 8px;
|
|
1224
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1225
|
+
}
|
|
1226
|
+
.full-screen[data-v-e25b360d] {
|
|
1227
|
+
right: 0;
|
|
1228
|
+
bottom: 0;
|
|
1229
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1230
|
+
}
|
|
1231
|
+
.chat-container > *[data-v-e25b360d] {
|
|
1232
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
/* 聊天窗口的头部样式设置
|
|
1236
|
+
*/
|
|
1237
|
+
.chat-embed__header_container[data-v-e25b360d] {
|
|
1238
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1239
|
+
display: flex;
|
|
1240
|
+
align-items: center;
|
|
1241
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1242
|
+
height: var(--header-height);
|
|
1243
|
+
line-height: var(--header-height);
|
|
1244
|
+
overflow: hidden;
|
|
1245
|
+
position: relative;
|
|
1246
|
+
}
|
|
1247
|
+
.session-subject[data-v-e25b360d] {
|
|
1248
|
+
display: block;
|
|
1249
|
+
margin: 0 auto;
|
|
1250
|
+
text-align: center;
|
|
1251
|
+
font-family: PingFang SC, PingFang SC;
|
|
1252
|
+
font-weight: 500;
|
|
1253
|
+
font-size: 16px;
|
|
1254
|
+
color: #181818;
|
|
1255
|
+
text-align: left;
|
|
1256
|
+
font-style: normal;
|
|
1257
|
+
text-transform: none;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
/* 聊天窗口的头部图标样式设置
|
|
1261
|
+
*/
|
|
1262
|
+
.chat-embed__header_avatar[data-v-e25b360d] {
|
|
1263
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1264
|
+
margin-right: var(--chat-padding);
|
|
1265
|
+
}
|
|
1266
|
+
.chat-embed__header_tool_icon[data-v-e25b360d] {
|
|
1267
|
+
right: 20px;
|
|
1268
|
+
position: absolute;
|
|
1269
|
+
gap: 28px;
|
|
1270
|
+
display: flex;
|
|
1271
|
+
}
|
|
1272
|
+
.chat-embed__sidebar[data-v-e25b360d] {
|
|
1273
|
+
background: #f6f7fa;
|
|
1274
|
+
display: flex;
|
|
1275
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1276
|
+
border-right: 1px solid #ddd;
|
|
1277
|
+
padding: 20px 12px;
|
|
1278
|
+
width: 260px;
|
|
1279
|
+
height: 100%;
|
|
1280
|
+
}
|
|
1281
|
+
.chat-embed__main[data-v-e25b360d] {
|
|
1282
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1283
|
+
box-sizing: border-box;
|
|
1284
|
+
overflow: hidden;
|
|
1285
|
+
position: relative;
|
|
1286
|
+
display: flex;
|
|
1287
|
+
flex-direction: column;
|
|
1288
|
+
height: var(--main-content-height);
|
|
1289
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1290
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1291
|
+
}
|
|
1292
|
+
.chat-embed__main_content[data-v-e25b360d] {
|
|
1293
|
+
flex: 1;
|
|
1294
|
+
box-sizing: border-box;
|
|
1295
|
+
min-height: 0;
|
|
1296
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1297
|
+
/* overflow-y: auto;
|
|
1298
|
+
margin-bottom: 12px; */
|
|
1299
|
+
}
|
|
1300
|
+
.chat-embed__input_container[data-v-e25b360d] {
|
|
1301
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1302
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1303
|
+
}
|
|
1304
|
+
.header-icon[data-v-e25b360d] {
|
|
1305
|
+
cursor: pointer;
|
|
1306
|
+
font-size: 20px;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
/* 聊天默认推荐内容样式
|
|
1310
|
+
*/
|
|
1311
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e25b360d] {
|
|
1312
|
+
margin-top: 5px;
|
|
1313
|
+
}
|
|
1314
|
+
.content-container[data-v-e25b360d] {
|
|
1315
|
+
padding: 16px;
|
|
1316
|
+
border-radius: 4px;
|
|
1317
|
+
background: #ffffff;
|
|
1318
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1319
|
+
border-radius: 0px 30px 30px 30px;
|
|
1320
|
+
/* opacity: 0.6; */
|
|
1321
|
+
}
|
|
1322
|
+
.chat-content-font[data-v-e25b360d] {
|
|
1323
|
+
font-family: PingFang SC, PingFang SC;
|
|
1324
|
+
font-weight: 500;
|
|
1325
|
+
font-size: 16px;
|
|
1326
|
+
color: #181818;
|
|
1327
|
+
line-height: 32px;
|
|
1328
|
+
text-align: justified;
|
|
1329
|
+
font-style: normal;
|
|
1330
|
+
text-transform: none;
|
|
1331
|
+
}
|
|
1332
|
+
[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1333
|
+
border: none !important;
|
|
1329
1334
|
}
|
|
1330
|
-
.
|
|
1331
|
-
|
|
1332
|
-
color:
|
|
1333
|
-
white-space: nowrap;
|
|
1334
|
-
flex: 0 0 auto;
|
|
1335
|
+
.content-container-header[data-v-e25b360d] {
|
|
1336
|
+
font-size: 12px;
|
|
1337
|
+
color: #909399;
|
|
1335
1338
|
}
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
.
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
// 用户消息
|
|
1342
|
+
*/
|
|
1343
|
+
.content-borderless-container[data-v-e25b360d] {
|
|
1344
|
+
background: #e1ecfd;
|
|
1345
|
+
border-radius: 20px 0px 20px 20px;
|
|
1346
|
+
user-select: none;
|
|
1347
|
+
padding: 12px;
|
|
1348
|
+
cursor: pointer;
|
|
1349
|
+
transition: background-color 0.3s;
|
|
1350
|
+
&[data-v-e25b360d]:hover {
|
|
1351
|
+
background-color: #ebeef5;
|
|
1347
1352
|
}
|
|
1348
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
-
margin-bottom: 5px;
|
|
1350
|
-
text-align: center;
|
|
1351
1353
|
}
|
|
1352
|
-
.
|
|
1353
|
-
|
|
1354
|
-
|
|
1354
|
+
.footer-container[data-v-e25b360d] {
|
|
1355
|
+
[data-v-e25b360d] .el-button + .el-button {
|
|
1356
|
+
margin-left: 8px;
|
|
1355
1357
|
}
|
|
1356
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1357
|
-
display: none;
|
|
1358
1358
|
}
|
|
1359
|
-
.
|
|
1360
|
-
padding
|
|
1361
|
-
position: fixed;
|
|
1362
|
-
top: 37px;
|
|
1363
|
-
background-color: #ffffff;
|
|
1364
|
-
width: 46%;
|
|
1365
|
-
height: 40px;
|
|
1366
|
-
z-index: 1500;
|
|
1359
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e25b360d] {
|
|
1360
|
+
padding: 0;
|
|
1367
1361
|
}
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1362
|
+
|
|
1363
|
+
/* 引用文件样式 */
|
|
1364
|
+
.doc-agg-item[data-v-e25b360d] {
|
|
1365
|
+
width: 100%;
|
|
1366
|
+
padding: 10px;
|
|
1367
|
+
margin-bottom: 5px;
|
|
1368
|
+
border: 1px solid #eee;
|
|
1369
|
+
border-radius: 4px;
|
|
1370
|
+
cursor: pointer;
|
|
1371
|
+
font-size: 12px;
|
|
1372
|
+
color: var(--el-color-primary);
|
|
1371
1373
|
}
|
|
1372
|
-
.
|
|
1373
|
-
|
|
1374
|
+
.elx-xmarkdown-container[data-v-e25b360d] {
|
|
1375
|
+
padding: 0;
|
|
1374
1376
|
}
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
color: #333;
|
|
1377
|
+
[data-v-e25b360d]:root {
|
|
1378
|
+
--header-height: 56px;
|
|
1379
|
+
--chat-padding: 12px;
|
|
1380
|
+
--el-thinking-button-width: 180px;
|
|
1380
1381
|
}
|
|
1381
|
-
.
|
|
1382
|
-
|
|
1383
|
-
background: #fff;
|
|
1384
|
-
z-index: 999;
|
|
1385
|
-
padding: 5px;
|
|
1386
|
-
margin: 0;
|
|
1387
|
-
margin-top: 30px;
|
|
1382
|
+
.chat-container[data-v-e25b360d] p {
|
|
1383
|
+
margin: 0 !important;
|
|
1388
1384
|
}
|
|
1389
|
-
.
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
text-align: left;
|
|
1394
|
-
color: #1a1a1a;
|
|
1385
|
+
.chat-container[data-v-e25b360d] h4 {
|
|
1386
|
+
font-size: 16px;
|
|
1387
|
+
margin-top: 0px;
|
|
1388
|
+
margin-bottom: 0px;
|
|
1395
1389
|
}
|
|
1396
|
-
.
|
|
1397
|
-
|
|
1398
|
-
|
|
1390
|
+
.chat-content[data-v-e25b360d] {
|
|
1391
|
+
flex: 1;
|
|
1392
|
+
min-width: 0; /* 避免被内容撑爆 */
|
|
1393
|
+
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
1394
|
+
display: flex;
|
|
1395
|
+
flex-direction: column;
|
|
1399
1396
|
}
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
border-radius: 5px;
|
|
1397
|
+
[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content {
|
|
1398
|
+
padding: 0 !important;
|
|
1399
|
+
/* width: 80%; */
|
|
1404
1400
|
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1401
|
+
[data-v-e25b360d] .el-bubble-content:has(.chat-chart-container) {
|
|
1402
|
+
width: 80%;
|
|
1407
1403
|
}
|
|
1404
|
+
[data-v-e25b360d] .el-divider--horizontal {
|
|
1405
|
+
margin: 5px 0;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
1408
|
.searchResult {
|
|
1409
1409
|
color: red;
|
|
1410
1410
|
}
|
|
@@ -1416,19 +1416,13 @@ li[data-v-040fcf55] {
|
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
1418
|
.searchResult {
|
|
1419
|
-
|
|
1419
|
+
color: red;
|
|
1420
1420
|
}
|
|
1421
1421
|
.inline-select-custom {
|
|
1422
|
-
|
|
1422
|
+
width: 100px;
|
|
1423
1423
|
}
|
|
1424
1424
|
.inline-input-custom {
|
|
1425
|
-
|
|
1426
|
-
}
|
|
1427
|
-
.searchDepartmentUser {
|
|
1428
|
-
width: 250px;
|
|
1429
|
-
}
|
|
1430
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1431
|
-
min-width: 300px;
|
|
1425
|
+
width: 98%;
|
|
1432
1426
|
}
|
|
1433
1427
|
|
|
1434
1428
|
.searchResult {
|
|
@@ -1468,13 +1462,19 @@ li[data-v-040fcf55] {
|
|
|
1468
1462
|
}
|
|
1469
1463
|
|
|
1470
1464
|
.searchResult {
|
|
1471
|
-
|
|
1465
|
+
color: red;
|
|
1472
1466
|
}
|
|
1473
1467
|
.inline-select-custom {
|
|
1474
|
-
|
|
1468
|
+
width: 100px;
|
|
1475
1469
|
}
|
|
1476
1470
|
.inline-input-custom {
|
|
1477
|
-
|
|
1471
|
+
width: 98%;
|
|
1472
|
+
}
|
|
1473
|
+
.searchDepartmentUser {
|
|
1474
|
+
width: 250px;
|
|
1475
|
+
}
|
|
1476
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1477
|
+
min-width: 300px;
|
|
1478
1478
|
}
|
|
1479
1479
|
|
|
1480
1480
|
.grid-search-form[data-v-04817310] {
|
|
@@ -1553,7 +1553,29 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1553
1553
|
.default-page-tip-item {
|
|
1554
1554
|
padding-top: 10px;
|
|
1555
1555
|
}
|
|
1556
|
-
|
|
1556
|
+
.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1557
|
+
background-color: #eee;
|
|
1558
|
+
width: 100%;
|
|
1559
|
+
border: 1px solid #ccc;
|
|
1560
|
+
bottom: 2px;
|
|
1561
|
+
margin-left: 2px;
|
|
1562
|
+
display: inline-block;
|
|
1563
|
+
font-size: 14px;
|
|
1564
|
+
line-height: 40px;
|
|
1565
|
+
}
|
|
1566
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-768a430c] {
|
|
1567
|
+
color: #333;
|
|
1568
|
+
cursor: text;
|
|
1569
|
+
}
|
|
1570
|
+
.app-breadcrumb.el-breadcrumb .el-breadcrumb__item[data-v-768a430c] {
|
|
1571
|
+
padding-left: 5px;
|
|
1572
|
+
}
|
|
1573
|
+
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1574
|
+
margin: 0 5px;
|
|
1575
|
+
}[data-v-455b2ba2] .super-icon {
|
|
1576
|
+
width: 20px !important;
|
|
1577
|
+
height: 20px !important;
|
|
1578
|
+
}
|
|
1557
1579
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1558
1580
|
font-size: 17px;
|
|
1559
1581
|
font-weight: 700;
|
|
@@ -1605,62 +1627,77 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1627
|
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1606
1628
|
color:#409EFF
|
|
1607
1629
|
}
|
|
1608
|
-
[data-v-
|
|
1630
|
+
[data-v-0fb85d6e] .super-icon {
|
|
1609
1631
|
width: 20px !important;
|
|
1610
1632
|
height: 20px !important;
|
|
1611
|
-
}.
|
|
1612
|
-
|
|
1633
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
+
margin-bottom: 0px;
|
|
1635
|
+
}
|
|
1636
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1637
|
+
overflow: hidden;
|
|
1638
|
+
text-overflow: ellipsis;
|
|
1639
|
+
white-space: nowrap;
|
|
1640
|
+
word-break: keep-all;
|
|
1641
|
+
}
|
|
1642
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1643
|
+
margin-bottom: 5px;
|
|
1644
|
+
text-align: center;
|
|
1645
|
+
}
|
|
1646
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1613
1647
|
width: 100%;
|
|
1614
|
-
border: 1px solid #ccc;
|
|
1615
|
-
bottom: 2px;
|
|
1616
|
-
margin-left: 2px;
|
|
1617
|
-
display: inline-block;
|
|
1618
|
-
font-size: 14px;
|
|
1619
|
-
line-height: 40px;
|
|
1620
1648
|
}
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1623
|
-
cursor: text;
|
|
1649
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
+
width: 100%;
|
|
1624
1651
|
}
|
|
1625
|
-
.
|
|
1626
|
-
padding-
|
|
1652
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1653
|
+
padding-right: 24px;
|
|
1627
1654
|
}
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1655
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1656
|
+
padding-left: 10px;
|
|
1657
|
+
padding-bottom: 16px;
|
|
1658
|
+
}
|
|
1659
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1660
|
+
margin-bottom: 0px;
|
|
1661
|
+
}
|
|
1662
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1663
|
+
margin-bottom: 5px;
|
|
1664
|
+
text-align: center;
|
|
1665
|
+
}
|
|
1666
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1667
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1668
|
+
width: 100%;
|
|
1669
|
+
}
|
|
1670
|
+
.annex-cell[data-v-bbad0ee0] {
|
|
1634
1671
|
padding-right: 5px;
|
|
1635
1672
|
cursor: pointer;
|
|
1636
1673
|
color: #409eff;
|
|
1637
1674
|
}
|
|
1638
|
-
.m-requried[data-v-
|
|
1675
|
+
.m-requried[data-v-bbad0ee0] {
|
|
1639
1676
|
float: left;
|
|
1640
1677
|
white-space: nowrap;
|
|
1641
1678
|
width: 96%;
|
|
1642
1679
|
}
|
|
1643
|
-
.m-requried[data-v-
|
|
1680
|
+
.m-requried[data-v-bbad0ee0]::after {
|
|
1644
1681
|
content: "*";
|
|
1645
1682
|
color: #f56c6c;
|
|
1646
1683
|
}
|
|
1647
|
-
.column-text-main[data-v-
|
|
1684
|
+
.column-text-main[data-v-bbad0ee0] {
|
|
1648
1685
|
display: flex;
|
|
1649
1686
|
align-items: center;
|
|
1650
1687
|
gap: 10px;
|
|
1651
1688
|
}
|
|
1652
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1689
|
+
.column-text-main .column-text-edit-main[data-v-bbad0ee0] {
|
|
1653
1690
|
display: flex;
|
|
1654
1691
|
align-items: center;
|
|
1655
1692
|
gap: 10px;
|
|
1656
1693
|
}
|
|
1657
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
1694
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-bbad0ee0] {
|
|
1658
1695
|
display: block;
|
|
1659
1696
|
white-space: nowrap;
|
|
1660
1697
|
overflow: hidden;
|
|
1661
1698
|
text-overflow: ellipsis;
|
|
1662
1699
|
}
|
|
1663
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1700
|
+
.column-text-main .column-text-edit-main[data-v-bbad0ee0]::after {
|
|
1664
1701
|
content: " ";
|
|
1665
1702
|
position: absolute;
|
|
1666
1703
|
left: 0;
|
|
@@ -1669,52 +1706,15 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1669
1706
|
bottom: 0;
|
|
1670
1707
|
cursor: pointer;
|
|
1671
1708
|
}
|
|
1672
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1673
|
-
text-align: left;
|
|
1674
|
-
}
|
|
1675
|
-
.column-text-main .column-text-edit-main ~ span[data-v-1e660925]:empty {
|
|
1676
|
-
display: none;
|
|
1677
|
-
}
|
|
1678
|
-
.normal-column-content-view[data-v-1e660925] {
|
|
1679
|
-
display: inline;
|
|
1680
|
-
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
|
-
margin-bottom: 0px;
|
|
1682
|
-
}
|
|
1683
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1684
|
-
overflow: hidden;
|
|
1685
|
-
text-overflow: ellipsis;
|
|
1686
|
-
white-space: nowrap;
|
|
1687
|
-
word-break: keep-all;
|
|
1688
|
-
}
|
|
1689
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1690
|
-
margin-bottom: 5px;
|
|
1691
|
-
text-align: center;
|
|
1692
|
-
}
|
|
1693
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1694
|
-
width: 100%;
|
|
1695
|
-
}
|
|
1696
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1697
|
-
width: 100%;
|
|
1698
|
-
}
|
|
1699
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1700
|
-
padding-right: 24px;
|
|
1701
|
-
}
|
|
1702
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1703
|
-
padding-left: 10px;
|
|
1704
|
-
padding-bottom: 16px;
|
|
1705
|
-
}
|
|
1706
|
-
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1707
|
-
margin-bottom: 0px;
|
|
1709
|
+
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0] {
|
|
1710
|
+
text-align: left;
|
|
1708
1711
|
}
|
|
1709
|
-
.
|
|
1710
|
-
|
|
1711
|
-
text-align: center;
|
|
1712
|
+
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0]:empty {
|
|
1713
|
+
display: none;
|
|
1712
1714
|
}
|
|
1713
|
-
.
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
}
|
|
1717
|
-
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1715
|
+
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1716
|
+
display: inline;
|
|
1717
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1718
|
overflow: auto;
|
|
1719
1719
|
}
|
|
1720
1720
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1806,6 +1806,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
text-overflow: ellipsis;
|
|
1809
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1810
|
+
margin-right: 5px;
|
|
1811
|
+
}
|
|
1812
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1813
|
+
margin-left: 5px;
|
|
1814
|
+
}
|
|
1815
|
+
.svg-icon[data-v-019891df] {
|
|
1816
|
+
width: 1.2em;
|
|
1817
|
+
height: 1.2em;
|
|
1818
|
+
vertical-align: -0.25em;
|
|
1819
|
+
fill: currentColor;
|
|
1820
|
+
overflow: initial;
|
|
1821
|
+
}
|
|
1822
|
+
[data-v-90635647] .el-range-separator {
|
|
1823
|
+
min-width: 20px;
|
|
1809
1824
|
}.el-button > span[data-v-5bb8bf7f] {
|
|
1810
1825
|
font-size: 12px;
|
|
1811
1826
|
}
|
|
@@ -1845,42 +1860,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1845
1860
|
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1846
1861
|
font-weight: 600;
|
|
1847
1862
|
margin-left: 4px;
|
|
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
|
-
.svg-icon[data-v-019891df] {
|
|
1876
|
-
width: 1.2em;
|
|
1877
|
-
height: 1.2em;
|
|
1878
|
-
vertical-align: -0.25em;
|
|
1879
|
-
fill: currentColor;
|
|
1880
|
-
overflow: initial;
|
|
1881
|
-
}
|
|
1882
|
-
[data-v-90635647] .el-range-separator {
|
|
1883
|
-
min-width: 20px;
|
|
1884
1863
|
}[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 {
|
|
1885
1864
|
user-select: text !important;
|
|
1886
1865
|
-webkit-user-select: text !important;
|
|
@@ -2115,255 +2094,76 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2115
2094
|
.scrollbar-container[data-v-1e62eff8] {
|
|
2116
2095
|
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2117
2096
|
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2118
|
-
margin-bottom: 10px;
|
|
2119
|
-
}
|
|
2120
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2121
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2122
|
-
margin-top: 10px;
|
|
2123
|
-
margin-bottom: 20px;
|
|
2124
|
-
}
|
|
2125
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2126
|
-
background-color: #ffffff;
|
|
2127
|
-
}
|
|
2128
|
-
.date-group[data-v-1e62eff8] {
|
|
2129
|
-
margin-top: 16px;
|
|
2130
|
-
}
|
|
2131
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2132
|
-
color: #81858c;
|
|
2133
|
-
font-size: 12px;
|
|
2134
|
-
user-select: none;
|
|
2135
|
-
margin-bottom: 2px;
|
|
2136
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2137
|
-
}
|
|
2138
|
-
.menu-item[data-v-1e62eff8] {
|
|
2139
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
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;
|
|
2147
|
-
}
|
|
2148
|
-
.active-item[data-v-1e62eff8] {
|
|
2149
|
-
background: #e2ebf5;
|
|
2150
|
-
color: var(--el-color-primary);
|
|
2151
|
-
}
|
|
2152
|
-
.history-item[data-v-1e62eff8] {
|
|
2153
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2154
|
-
cursor: pointer;
|
|
2155
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2156
|
-
align-items: center; /* 垂直居中 */
|
|
2157
|
-
line-height: 40px;
|
|
2158
|
-
gap: 8px;
|
|
2159
|
-
border-radius: 8px;
|
|
2160
|
-
}
|
|
2161
|
-
.history-subject[data-v-1e62eff8] {
|
|
2162
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2163
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2164
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2165
|
-
white-space: nowrap; /* 不换行 */
|
|
2166
|
-
}
|
|
2167
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2168
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2169
|
-
}
|
|
2170
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2171
|
-
background-color: #f5f5f5;
|
|
2172
|
-
}
|
|
2173
|
-
[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
|
-
user-select: text !important;
|
|
2175
|
-
-webkit-user-select: text !important;
|
|
2176
|
-
-moz-user-select: text !important;
|
|
2177
|
-
-ms-user-select: text !important;
|
|
2178
|
-
}
|
|
2179
|
-
.slide-up-enter-active[data-v-e9aa835d],
|
|
2180
|
-
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2181
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2182
|
-
}
|
|
2183
|
-
.slide-up-enter-from[data-v-e9aa835d],
|
|
2184
|
-
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2185
|
-
transform: translateY(100%);
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
/**
|
|
2189
|
-
* 聊天窗口的样式设置
|
|
2190
|
-
*/
|
|
2191
|
-
.chat-container[data-v-e9aa835d] {
|
|
2192
|
-
--header-height: 56px;
|
|
2193
|
-
--chat-padding: 12px;
|
|
2194
|
-
--bubble-content-max-width: 0px;
|
|
2195
|
-
position: fixed;
|
|
2196
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2197
|
-
|
|
2198
|
-
overflow: hidden;
|
|
2199
|
-
z-index: 100;
|
|
2200
|
-
flex-direction: row; /* 横向排列 */
|
|
2201
|
-
height: 100%; /* 父容器高度 */
|
|
2202
|
-
}
|
|
2203
|
-
.small-window[data-v-e9aa835d] {
|
|
2204
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2205
|
-
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2206
|
-
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2207
|
-
border-radius: 8px;
|
|
2208
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2209
|
-
}
|
|
2210
|
-
.full-screen[data-v-e9aa835d] {
|
|
2211
|
-
right: 0;
|
|
2212
|
-
bottom: 0;
|
|
2213
|
-
--main-content-height: calc(100vh - var(--header-height));
|
|
2214
|
-
}
|
|
2215
|
-
.chat-container > *[data-v-e9aa835d] {
|
|
2216
|
-
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
/* 聊天窗口的头部样式设置
|
|
2220
|
-
*/
|
|
2221
|
-
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2222
|
-
/* border-bottom: 1px solid #ddd; */
|
|
2223
|
-
display: flex;
|
|
2224
|
-
align-items: center;
|
|
2225
|
-
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2226
|
-
height: var(--header-height);
|
|
2227
|
-
line-height: var(--header-height);
|
|
2228
|
-
overflow: hidden;
|
|
2229
|
-
position: relative;
|
|
2230
|
-
}
|
|
2231
|
-
.session-subject[data-v-e9aa835d] {
|
|
2232
|
-
display: block;
|
|
2233
|
-
margin: 0 auto;
|
|
2234
|
-
text-align: center;
|
|
2235
|
-
font-family: PingFang SC, PingFang SC;
|
|
2236
|
-
font-weight: 500;
|
|
2237
|
-
font-size: 16px;
|
|
2238
|
-
color: #181818;
|
|
2239
|
-
text-align: left;
|
|
2240
|
-
font-style: normal;
|
|
2241
|
-
text-transform: none;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
/* 聊天窗口的头部图标样式设置
|
|
2245
|
-
*/
|
|
2246
|
-
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2247
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
2248
|
-
margin-right: var(--chat-padding);
|
|
2249
|
-
}
|
|
2250
|
-
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2251
|
-
right: 20px;
|
|
2252
|
-
position: absolute;
|
|
2253
|
-
gap: 28px;
|
|
2254
|
-
display: flex;
|
|
2255
|
-
}
|
|
2256
|
-
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2257
|
-
background: #f6f7fa;
|
|
2258
|
-
display: flex;
|
|
2259
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
2260
|
-
border-right: 1px solid #ddd;
|
|
2261
|
-
padding: 20px 12px;
|
|
2262
|
-
width: 260px;
|
|
2263
|
-
height: 100%;
|
|
2264
|
-
}
|
|
2265
|
-
.chat-embed__main[data-v-e9aa835d] {
|
|
2266
|
-
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2267
|
-
box-sizing: border-box;
|
|
2268
|
-
overflow: hidden;
|
|
2269
|
-
position: relative;
|
|
2270
|
-
display: flex;
|
|
2271
|
-
flex-direction: column;
|
|
2272
|
-
height: var(--main-content-height);
|
|
2273
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2274
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
2275
|
-
}
|
|
2276
|
-
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2277
|
-
flex: 1;
|
|
2278
|
-
box-sizing: border-box;
|
|
2279
|
-
min-height: 0;
|
|
2280
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2281
|
-
/* overflow-y: auto;
|
|
2282
|
-
margin-bottom: 12px; */
|
|
2283
|
-
}
|
|
2284
|
-
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2285
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
2286
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
2287
|
-
}
|
|
2288
|
-
.header-icon[data-v-e9aa835d] {
|
|
2289
|
-
cursor: pointer;
|
|
2290
|
-
font-size: 20px;
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
/* 聊天默认推荐内容样式
|
|
2294
|
-
*/
|
|
2295
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2296
|
-
margin-top: 5px;
|
|
2297
|
-
}
|
|
2298
|
-
.content-container[data-v-e9aa835d] {
|
|
2299
|
-
padding: 16px;
|
|
2300
|
-
border-radius: 4px;
|
|
2301
|
-
background: #ffffff;
|
|
2302
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2303
|
-
border-radius: 0px 30px 30px 30px;
|
|
2304
|
-
/* opacity: 0.6; */
|
|
2305
|
-
}
|
|
2306
|
-
.chat-content-font[data-v-e9aa835d] {
|
|
2307
|
-
font-family: PingFang SC, PingFang SC;
|
|
2308
|
-
font-weight: 500;
|
|
2309
|
-
font-size: 16px;
|
|
2310
|
-
color: #181818;
|
|
2311
|
-
line-height: 32px;
|
|
2312
|
-
text-align: justified;
|
|
2313
|
-
font-style: normal;
|
|
2314
|
-
text-transform: none;
|
|
2097
|
+
margin-bottom: 10px;
|
|
2315
2098
|
}
|
|
2316
|
-
[data-v-
|
|
2317
|
-
|
|
2099
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2100
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2101
|
+
margin-top: 10px;
|
|
2102
|
+
margin-bottom: 20px;
|
|
2318
2103
|
}
|
|
2319
|
-
.
|
|
2104
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2105
|
+
background-color: #ffffff;
|
|
2106
|
+
}
|
|
2107
|
+
.date-group[data-v-1e62eff8] {
|
|
2108
|
+
margin-top: 16px;
|
|
2109
|
+
}
|
|
2110
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2111
|
+
color: #81858c;
|
|
2320
2112
|
font-size: 12px;
|
|
2321
|
-
color: #909399;
|
|
2322
|
-
}
|
|
2323
|
-
|
|
2324
|
-
/**
|
|
2325
|
-
// 用户消息
|
|
2326
|
-
*/
|
|
2327
|
-
.content-borderless-container[data-v-e9aa835d] {
|
|
2328
|
-
background: #e1ecfd;
|
|
2329
|
-
border-radius: 20px 0px 20px 20px;
|
|
2330
2113
|
user-select: none;
|
|
2331
|
-
|
|
2114
|
+
margin-bottom: 2px;
|
|
2115
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2116
|
+
}
|
|
2117
|
+
.menu-item[data-v-1e62eff8] {
|
|
2118
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2119
|
+
font-size: 16px;
|
|
2120
|
+
line-height: 50px;
|
|
2332
2121
|
cursor: pointer;
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2122
|
+
gap: 8px;
|
|
2123
|
+
border-radius: 8px;
|
|
2124
|
+
display: flex;
|
|
2125
|
+
align-items: center;
|
|
2336
2126
|
}
|
|
2127
|
+
.active-item[data-v-1e62eff8] {
|
|
2128
|
+
background: #e2ebf5;
|
|
2129
|
+
color: var(--el-color-primary);
|
|
2337
2130
|
}
|
|
2338
|
-
.
|
|
2339
|
-
|
|
2340
|
-
|
|
2131
|
+
.history-item[data-v-1e62eff8] {
|
|
2132
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2133
|
+
cursor: pointer;
|
|
2134
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2135
|
+
align-items: center; /* 垂直居中 */
|
|
2136
|
+
line-height: 40px;
|
|
2137
|
+
gap: 8px;
|
|
2138
|
+
border-radius: 8px;
|
|
2341
2139
|
}
|
|
2140
|
+
.history-subject[data-v-1e62eff8] {
|
|
2141
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2142
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2143
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2144
|
+
white-space: nowrap; /* 不换行 */
|
|
2342
2145
|
}
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
/* 引用文件样式 */
|
|
2348
|
-
.doc-agg-item[data-v-e9aa835d] {
|
|
2349
|
-
width: 100%;
|
|
2350
|
-
padding: 10px;
|
|
2351
|
-
margin-bottom: 5px;
|
|
2352
|
-
border: 1px solid #eee;
|
|
2353
|
-
border-radius: 4px;
|
|
2354
|
-
cursor: pointer;
|
|
2355
|
-
font-size: 12px;
|
|
2356
|
-
color: var(--el-color-primary);
|
|
2146
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2147
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2357
2148
|
}
|
|
2358
|
-
.
|
|
2359
|
-
|
|
2149
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2150
|
+
background-color: #f5f5f5;
|
|
2360
2151
|
}
|
|
2361
2152
|
|
|
2362
|
-
.
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2153
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2154
|
+
display: flex;
|
|
2155
|
+
align-items: center;
|
|
2156
|
+
flex-shrink: 0;
|
|
2157
|
+
min-width: max-content;
|
|
2158
|
+
margin-left: auto;
|
|
2159
|
+
gap: 10px;
|
|
2160
|
+
}
|
|
2161
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2162
|
+
display: flex;
|
|
2163
|
+
align-items: center;
|
|
2164
|
+
justify-content: center;
|
|
2165
|
+
margin-top: 10px;
|
|
2166
|
+
gap: 10px;
|
|
2367
2167
|
}
|
|
2368
2168
|
[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 {
|
|
2369
2169
|
user-select: text !important;
|
|
@@ -2609,75 +2409,247 @@ h4[data-v-0b0c189e] {
|
|
|
2609
2409
|
font-style: normal !important;
|
|
2610
2410
|
text-transform: none !important;
|
|
2611
2411
|
}
|
|
2612
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2613
|
-
padding: 16px !important;
|
|
2412
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2413
|
+
padding: 16px !important;
|
|
2414
|
+
}
|
|
2415
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2416
|
+
border-radius: 100px 100px 100px 100px;
|
|
2417
|
+
border: 1px solid #dcdfe6;
|
|
2418
|
+
}
|
|
2419
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2420
|
+
padding: 12px;
|
|
2421
|
+
font-family: PingFang SC, PingFang SC;
|
|
2422
|
+
font-weight: 400;
|
|
2423
|
+
font-size: 14px;
|
|
2424
|
+
color: #808080;
|
|
2425
|
+
line-height: 21px;
|
|
2426
|
+
font-style: normal;
|
|
2427
|
+
text-align: center;
|
|
2428
|
+
}
|
|
2429
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2430
|
+
border-radius: 50% !important;
|
|
2431
|
+
padding: 8px;
|
|
2432
|
+
width: 32px;
|
|
2433
|
+
}
|
|
2434
|
+
.send-icon[data-v-0b0c189e] {
|
|
2435
|
+
cursor: pointer;
|
|
2436
|
+
}
|
|
2437
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2438
|
+
margin: 0 0;
|
|
2439
|
+
}
|
|
2440
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2441
|
+
width: 100%;
|
|
2442
|
+
height: 100%;
|
|
2443
|
+
border: none;
|
|
2444
|
+
opacity: 1;
|
|
2445
|
+
}
|
|
2446
|
+
[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 {
|
|
2447
|
+
user-select: text !important;
|
|
2448
|
+
-webkit-user-select: text !important;
|
|
2449
|
+
-moz-user-select: text !important;
|
|
2450
|
+
-ms-user-select: text !important;
|
|
2451
|
+
}
|
|
2452
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2453
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2454
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2455
|
+
}
|
|
2456
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2457
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2458
|
+
transform: translateY(100%);
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
/**
|
|
2462
|
+
* 聊天窗口的样式设置
|
|
2463
|
+
*/
|
|
2464
|
+
.chat-container[data-v-bc196b97] {
|
|
2465
|
+
--header-height: 56px;
|
|
2466
|
+
--chat-padding: 12px;
|
|
2467
|
+
--bubble-content-max-width: 0px;
|
|
2468
|
+
position: fixed;
|
|
2469
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2470
|
+
|
|
2471
|
+
overflow: hidden;
|
|
2472
|
+
z-index: 100;
|
|
2473
|
+
flex-direction: row; /* 横向排列 */
|
|
2474
|
+
height: 100%; /* 父容器高度 */
|
|
2475
|
+
}
|
|
2476
|
+
.small-window[data-v-bc196b97] {
|
|
2477
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2478
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2479
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2480
|
+
border-radius: 8px;
|
|
2481
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2482
|
+
}
|
|
2483
|
+
.full-screen[data-v-bc196b97] {
|
|
2484
|
+
right: 0;
|
|
2485
|
+
bottom: 0;
|
|
2486
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
2487
|
+
}
|
|
2488
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2489
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
/* 聊天窗口的头部样式设置
|
|
2493
|
+
*/
|
|
2494
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2495
|
+
/* border-bottom: 1px solid #ddd; */
|
|
2496
|
+
display: flex;
|
|
2497
|
+
align-items: center;
|
|
2498
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2499
|
+
height: var(--header-height);
|
|
2500
|
+
line-height: var(--header-height);
|
|
2501
|
+
overflow: hidden;
|
|
2502
|
+
position: relative;
|
|
2503
|
+
}
|
|
2504
|
+
.session-subject[data-v-bc196b97] {
|
|
2505
|
+
display: block;
|
|
2506
|
+
margin: 0 auto;
|
|
2507
|
+
text-align: center;
|
|
2508
|
+
font-family: PingFang SC, PingFang SC;
|
|
2509
|
+
font-weight: 500;
|
|
2510
|
+
font-size: 16px;
|
|
2511
|
+
color: #181818;
|
|
2512
|
+
text-align: left;
|
|
2513
|
+
font-style: normal;
|
|
2514
|
+
text-transform: none;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
/* 聊天窗口的头部图标样式设置
|
|
2518
|
+
*/
|
|
2519
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2520
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
2521
|
+
margin-right: var(--chat-padding);
|
|
2522
|
+
}
|
|
2523
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2524
|
+
right: 20px;
|
|
2525
|
+
position: absolute;
|
|
2526
|
+
gap: 28px;
|
|
2527
|
+
display: flex;
|
|
2528
|
+
}
|
|
2529
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2530
|
+
background: #f6f7fa;
|
|
2531
|
+
display: flex;
|
|
2532
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
2533
|
+
border-right: 1px solid #ddd;
|
|
2534
|
+
padding: 20px 12px;
|
|
2535
|
+
width: 260px;
|
|
2536
|
+
height: 100%;
|
|
2537
|
+
}
|
|
2538
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2539
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2540
|
+
box-sizing: border-box;
|
|
2541
|
+
overflow: hidden;
|
|
2542
|
+
position: relative;
|
|
2543
|
+
display: flex;
|
|
2544
|
+
flex-direction: column;
|
|
2545
|
+
height: var(--main-content-height);
|
|
2546
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2547
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
2548
|
+
}
|
|
2549
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2550
|
+
flex: 1;
|
|
2551
|
+
box-sizing: border-box;
|
|
2552
|
+
min-height: 0;
|
|
2553
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2554
|
+
/* overflow-y: auto;
|
|
2555
|
+
margin-bottom: 12px; */
|
|
2556
|
+
}
|
|
2557
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2558
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
2559
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
2560
|
+
}
|
|
2561
|
+
.header-icon[data-v-bc196b97] {
|
|
2562
|
+
cursor: pointer;
|
|
2563
|
+
font-size: 20px;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
/* 聊天默认推荐内容样式
|
|
2567
|
+
*/
|
|
2568
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2569
|
+
margin-top: 5px;
|
|
2570
|
+
}
|
|
2571
|
+
.content-container[data-v-bc196b97] {
|
|
2572
|
+
padding: 16px;
|
|
2573
|
+
border-radius: 4px;
|
|
2574
|
+
background: #ffffff;
|
|
2575
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2576
|
+
border-radius: 0px 30px 30px 30px;
|
|
2577
|
+
/* opacity: 0.6; */
|
|
2614
2578
|
}
|
|
2615
|
-
[data-v-
|
|
2616
|
-
|
|
2617
|
-
|
|
2579
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2580
|
+
font-family: PingFang SC, PingFang SC;
|
|
2581
|
+
font-weight: 500;
|
|
2582
|
+
font-size: 16px;
|
|
2583
|
+
color: #181818;
|
|
2584
|
+
line-height: 32px;
|
|
2585
|
+
text-align: justified;
|
|
2586
|
+
font-style: normal;
|
|
2587
|
+
text-transform: none;
|
|
2618
2588
|
}
|
|
2619
|
-
|
|
2620
|
-
|
|
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;
|
|
2589
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2590
|
+
border: none !important;
|
|
2628
2591
|
}
|
|
2629
|
-
.
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2592
|
+
.content-container-header[data-v-bc196b97] {
|
|
2593
|
+
font-size: 12px;
|
|
2594
|
+
color: #909399;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
/**
|
|
2598
|
+
// 用户消息
|
|
2599
|
+
*/
|
|
2600
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2601
|
+
background: #e1ecfd;
|
|
2602
|
+
border-radius: 20px 0px 20px 20px;
|
|
2603
|
+
user-select: none;
|
|
2604
|
+
padding: 12px;
|
|
2605
|
+
cursor: pointer;
|
|
2606
|
+
transition: background-color 0.3s;
|
|
2607
|
+
&[data-v-bc196b97]:hover {
|
|
2608
|
+
background-color: #ebeef5;
|
|
2633
2609
|
}
|
|
2634
|
-
.send-icon[data-v-0b0c189e] {
|
|
2635
|
-
cursor: pointer;
|
|
2636
2610
|
}
|
|
2637
|
-
.
|
|
2638
|
-
|
|
2611
|
+
.footer-container[data-v-bc196b97] {
|
|
2612
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2613
|
+
margin-left: 8px;
|
|
2639
2614
|
}
|
|
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
2615
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
align-items: center;
|
|
2651
|
-
justify-content: center;
|
|
2652
|
-
margin-top: 10px;
|
|
2653
|
-
gap: 10px;
|
|
2616
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2617
|
+
padding: 0;
|
|
2654
2618
|
}
|
|
2655
|
-
|
|
2656
|
-
|
|
2619
|
+
|
|
2620
|
+
/* 引用文件样式 */
|
|
2621
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2657
2622
|
width: 100%;
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2623
|
+
padding: 10px;
|
|
2624
|
+
margin-bottom: 5px;
|
|
2625
|
+
border: 1px solid #eee;
|
|
2626
|
+
border-radius: 4px;
|
|
2627
|
+
cursor: pointer;
|
|
2628
|
+
font-size: 12px;
|
|
2629
|
+
color: var(--el-color-primary);
|
|
2630
|
+
}
|
|
2631
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2632
|
+
padding: 0;
|
|
2661
2633
|
}
|
|
2662
|
-
[data-v-
|
|
2634
|
+
[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 {
|
|
2663
2635
|
user-select: text !important;
|
|
2664
2636
|
-webkit-user-select: text !important;
|
|
2665
2637
|
-moz-user-select: text !important;
|
|
2666
2638
|
-ms-user-select: text !important;
|
|
2667
2639
|
}
|
|
2668
|
-
.slide-up-enter-active[data-v-
|
|
2669
|
-
.slide-up-leave-active[data-v-
|
|
2640
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2641
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2670
2642
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2671
2643
|
}
|
|
2672
|
-
.slide-up-enter-from[data-v-
|
|
2673
|
-
.slide-up-leave-to[data-v-
|
|
2644
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2645
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2674
2646
|
transform: translateY(100%);
|
|
2675
2647
|
}
|
|
2676
2648
|
|
|
2677
2649
|
/**
|
|
2678
2650
|
* 聊天窗口的样式设置
|
|
2679
2651
|
*/
|
|
2680
|
-
.chat-container[data-v-
|
|
2652
|
+
.chat-container[data-v-e9aa835d] {
|
|
2681
2653
|
--header-height: 56px;
|
|
2682
2654
|
--chat-padding: 12px;
|
|
2683
2655
|
--bubble-content-max-width: 0px;
|
|
@@ -2689,25 +2661,25 @@ h4[data-v-0b0c189e] {
|
|
|
2689
2661
|
flex-direction: row; /* 横向排列 */
|
|
2690
2662
|
height: 100%; /* 父容器高度 */
|
|
2691
2663
|
}
|
|
2692
|
-
.small-window[data-v-
|
|
2664
|
+
.small-window[data-v-e9aa835d] {
|
|
2693
2665
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2694
2666
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2695
2667
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2696
2668
|
border-radius: 8px;
|
|
2697
2669
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2698
2670
|
}
|
|
2699
|
-
.full-screen[data-v-
|
|
2671
|
+
.full-screen[data-v-e9aa835d] {
|
|
2700
2672
|
right: 0;
|
|
2701
2673
|
bottom: 0;
|
|
2702
2674
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2703
2675
|
}
|
|
2704
|
-
.chat-container > *[data-v-
|
|
2676
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2705
2677
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2706
2678
|
}
|
|
2707
2679
|
|
|
2708
2680
|
/* 聊天窗口的头部样式设置
|
|
2709
2681
|
*/
|
|
2710
|
-
.chat-embed__header_container[data-v-
|
|
2682
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2711
2683
|
/* border-bottom: 1px solid #ddd; */
|
|
2712
2684
|
display: flex;
|
|
2713
2685
|
align-items: center;
|
|
@@ -2717,7 +2689,7 @@ h4[data-v-0b0c189e] {
|
|
|
2717
2689
|
overflow: hidden;
|
|
2718
2690
|
position: relative;
|
|
2719
2691
|
}
|
|
2720
|
-
.session-subject[data-v-
|
|
2692
|
+
.session-subject[data-v-e9aa835d] {
|
|
2721
2693
|
display: block;
|
|
2722
2694
|
margin: 0 auto;
|
|
2723
2695
|
text-align: center;
|
|
@@ -2732,17 +2704,17 @@ h4[data-v-0b0c189e] {
|
|
|
2732
2704
|
|
|
2733
2705
|
/* 聊天窗口的头部图标样式设置
|
|
2734
2706
|
*/
|
|
2735
|
-
.chat-embed__header_avatar[data-v-
|
|
2707
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2736
2708
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2737
2709
|
margin-right: var(--chat-padding);
|
|
2738
2710
|
}
|
|
2739
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2711
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2740
2712
|
right: 20px;
|
|
2741
2713
|
position: absolute;
|
|
2742
2714
|
gap: 28px;
|
|
2743
2715
|
display: flex;
|
|
2744
2716
|
}
|
|
2745
|
-
.chat-embed__sidebar[data-v-
|
|
2717
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2746
2718
|
background: #f6f7fa;
|
|
2747
2719
|
display: flex;
|
|
2748
2720
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2751,7 +2723,7 @@ h4[data-v-0b0c189e] {
|
|
|
2751
2723
|
width: 260px;
|
|
2752
2724
|
height: 100%;
|
|
2753
2725
|
}
|
|
2754
|
-
.chat-embed__main[data-v-
|
|
2726
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2755
2727
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2756
2728
|
box-sizing: border-box;
|
|
2757
2729
|
overflow: hidden;
|
|
@@ -2762,7 +2734,7 @@ h4[data-v-0b0c189e] {
|
|
|
2762
2734
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2763
2735
|
overflow: hidden; /* 防止内容溢出 */
|
|
2764
2736
|
}
|
|
2765
|
-
.chat-embed__main_content[data-v-
|
|
2737
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2766
2738
|
flex: 1;
|
|
2767
2739
|
box-sizing: border-box;
|
|
2768
2740
|
min-height: 0;
|
|
@@ -2770,21 +2742,21 @@ h4[data-v-0b0c189e] {
|
|
|
2770
2742
|
/* overflow-y: auto;
|
|
2771
2743
|
margin-bottom: 12px; */
|
|
2772
2744
|
}
|
|
2773
|
-
.chat-embed__input_container[data-v-
|
|
2745
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2774
2746
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2775
2747
|
/* margin-bottom: 50px; 距离底部 */
|
|
2776
2748
|
}
|
|
2777
|
-
.header-icon[data-v-
|
|
2749
|
+
.header-icon[data-v-e9aa835d] {
|
|
2778
2750
|
cursor: pointer;
|
|
2779
2751
|
font-size: 20px;
|
|
2780
2752
|
}
|
|
2781
2753
|
|
|
2782
2754
|
/* 聊天默认推荐内容样式
|
|
2783
2755
|
*/
|
|
2784
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2756
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2785
2757
|
margin-top: 5px;
|
|
2786
2758
|
}
|
|
2787
|
-
.content-container[data-v-
|
|
2759
|
+
.content-container[data-v-e9aa835d] {
|
|
2788
2760
|
padding: 16px;
|
|
2789
2761
|
border-radius: 4px;
|
|
2790
2762
|
background: #ffffff;
|
|
@@ -2792,7 +2764,7 @@ h4[data-v-0b0c189e] {
|
|
|
2792
2764
|
border-radius: 0px 30px 30px 30px;
|
|
2793
2765
|
/* opacity: 0.6; */
|
|
2794
2766
|
}
|
|
2795
|
-
.chat-content-font[data-v-
|
|
2767
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2796
2768
|
font-family: PingFang SC, PingFang SC;
|
|
2797
2769
|
font-weight: 500;
|
|
2798
2770
|
font-size: 16px;
|
|
@@ -2802,10 +2774,10 @@ h4[data-v-0b0c189e] {
|
|
|
2802
2774
|
font-style: normal;
|
|
2803
2775
|
text-transform: none;
|
|
2804
2776
|
}
|
|
2805
|
-
[data-v-
|
|
2777
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2806
2778
|
border: none !important;
|
|
2807
2779
|
}
|
|
2808
|
-
.content-container-header[data-v-
|
|
2780
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2809
2781
|
font-size: 12px;
|
|
2810
2782
|
color: #909399;
|
|
2811
2783
|
}
|
|
@@ -2813,28 +2785,28 @@ h4[data-v-0b0c189e] {
|
|
|
2813
2785
|
/**
|
|
2814
2786
|
// 用户消息
|
|
2815
2787
|
*/
|
|
2816
|
-
.content-borderless-container[data-v-
|
|
2788
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2817
2789
|
background: #e1ecfd;
|
|
2818
2790
|
border-radius: 20px 0px 20px 20px;
|
|
2819
2791
|
user-select: none;
|
|
2820
2792
|
padding: 12px;
|
|
2821
2793
|
cursor: pointer;
|
|
2822
2794
|
transition: background-color 0.3s;
|
|
2823
|
-
&[data-v-
|
|
2795
|
+
&[data-v-e9aa835d]:hover {
|
|
2824
2796
|
background-color: #ebeef5;
|
|
2825
2797
|
}
|
|
2826
2798
|
}
|
|
2827
|
-
.footer-container[data-v-
|
|
2828
|
-
[data-v-
|
|
2799
|
+
.footer-container[data-v-e9aa835d] {
|
|
2800
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2829
2801
|
margin-left: 8px;
|
|
2830
2802
|
}
|
|
2831
2803
|
}
|
|
2832
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2804
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2833
2805
|
padding: 0;
|
|
2834
2806
|
}
|
|
2835
2807
|
|
|
2836
2808
|
/* 引用文件样式 */
|
|
2837
|
-
.doc-agg-item[data-v-
|
|
2809
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2838
2810
|
width: 100%;
|
|
2839
2811
|
padding: 10px;
|
|
2840
2812
|
margin-bottom: 5px;
|
|
@@ -2844,28 +2816,63 @@ h4[data-v-0b0c189e] {
|
|
|
2844
2816
|
font-size: 12px;
|
|
2845
2817
|
color: var(--el-color-primary);
|
|
2846
2818
|
}
|
|
2847
|
-
.elx-xmarkdown-container[data-v-
|
|
2819
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2848
2820
|
padding: 0;
|
|
2849
2821
|
}
|
|
2850
|
-
|
|
2822
|
+
|
|
2823
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2824
|
+
width: 100%;
|
|
2825
|
+
height: 100%;
|
|
2826
|
+
border: none;
|
|
2827
|
+
opacity: 1;
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2831
|
+
width: 100%;
|
|
2832
|
+
height: 100%;
|
|
2833
|
+
border: none;
|
|
2834
|
+
opacity: 1;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2838
|
+
display: flex;
|
|
2839
|
+
align-items: center;
|
|
2840
|
+
justify-content: space-between;
|
|
2841
|
+
gap: 10px;
|
|
2842
|
+
width: 100%;
|
|
2843
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2844
|
+
font-size: 10px;
|
|
2845
|
+
color: #999;
|
|
2846
|
+
margin-top: 3px;
|
|
2847
|
+
flex-shrink: 0;
|
|
2848
|
+
}
|
|
2849
|
+
}
|
|
2850
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2851
|
+
display: flex;
|
|
2852
|
+
gap: 8px;
|
|
2853
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2854
|
+
margin-left: 0;
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2857
|
+
[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 {
|
|
2851
2858
|
user-select: text !important;
|
|
2852
2859
|
-webkit-user-select: text !important;
|
|
2853
2860
|
-moz-user-select: text !important;
|
|
2854
2861
|
-ms-user-select: text !important;
|
|
2855
2862
|
}
|
|
2856
|
-
.slide-up-enter-active[data-v-
|
|
2857
|
-
.slide-up-leave-active[data-v-
|
|
2863
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2864
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2858
2865
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2859
2866
|
}
|
|
2860
|
-
.slide-up-enter-from[data-v-
|
|
2861
|
-
.slide-up-leave-to[data-v-
|
|
2867
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2868
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2862
2869
|
transform: translateY(100%);
|
|
2863
2870
|
}
|
|
2864
2871
|
|
|
2865
2872
|
/**
|
|
2866
2873
|
* 聊天窗口的样式设置
|
|
2867
2874
|
*/
|
|
2868
|
-
.chat-container[data-v-
|
|
2875
|
+
.chat-container[data-v-45fbaf17] {
|
|
2869
2876
|
--header-height: 56px;
|
|
2870
2877
|
--chat-padding: 12px;
|
|
2871
2878
|
--bubble-content-max-width: 0px;
|
|
@@ -2877,25 +2884,25 @@ h4[data-v-0b0c189e] {
|
|
|
2877
2884
|
flex-direction: row; /* 横向排列 */
|
|
2878
2885
|
height: 100%; /* 父容器高度 */
|
|
2879
2886
|
}
|
|
2880
|
-
.small-window[data-v-
|
|
2887
|
+
.small-window[data-v-45fbaf17] {
|
|
2881
2888
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2882
2889
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2883
2890
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2884
2891
|
border-radius: 8px;
|
|
2885
2892
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2886
2893
|
}
|
|
2887
|
-
.full-screen[data-v-
|
|
2894
|
+
.full-screen[data-v-45fbaf17] {
|
|
2888
2895
|
right: 0;
|
|
2889
2896
|
bottom: 0;
|
|
2890
2897
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2891
2898
|
}
|
|
2892
|
-
.chat-container > *[data-v-
|
|
2899
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2893
2900
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2894
2901
|
}
|
|
2895
2902
|
|
|
2896
2903
|
/* 聊天窗口的头部样式设置
|
|
2897
2904
|
*/
|
|
2898
|
-
.chat-embed__header_container[data-v-
|
|
2905
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2899
2906
|
/* border-bottom: 1px solid #ddd; */
|
|
2900
2907
|
display: flex;
|
|
2901
2908
|
align-items: center;
|
|
@@ -2905,7 +2912,7 @@ h4[data-v-0b0c189e] {
|
|
|
2905
2912
|
overflow: hidden;
|
|
2906
2913
|
position: relative;
|
|
2907
2914
|
}
|
|
2908
|
-
.session-subject[data-v-
|
|
2915
|
+
.session-subject[data-v-45fbaf17] {
|
|
2909
2916
|
display: block;
|
|
2910
2917
|
margin: 0 auto;
|
|
2911
2918
|
text-align: center;
|
|
@@ -2920,17 +2927,17 @@ h4[data-v-0b0c189e] {
|
|
|
2920
2927
|
|
|
2921
2928
|
/* 聊天窗口的头部图标样式设置
|
|
2922
2929
|
*/
|
|
2923
|
-
.chat-embed__header_avatar[data-v-
|
|
2930
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2924
2931
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2925
2932
|
margin-right: var(--chat-padding);
|
|
2926
2933
|
}
|
|
2927
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2934
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2928
2935
|
right: 20px;
|
|
2929
2936
|
position: absolute;
|
|
2930
2937
|
gap: 28px;
|
|
2931
2938
|
display: flex;
|
|
2932
2939
|
}
|
|
2933
|
-
.chat-embed__sidebar[data-v-
|
|
2940
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2934
2941
|
background: #f6f7fa;
|
|
2935
2942
|
display: flex;
|
|
2936
2943
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2939,7 +2946,7 @@ h4[data-v-0b0c189e] {
|
|
|
2939
2946
|
width: 260px;
|
|
2940
2947
|
height: 100%;
|
|
2941
2948
|
}
|
|
2942
|
-
.chat-embed__main[data-v-
|
|
2949
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2943
2950
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2944
2951
|
box-sizing: border-box;
|
|
2945
2952
|
overflow: hidden;
|
|
@@ -2950,7 +2957,7 @@ h4[data-v-0b0c189e] {
|
|
|
2950
2957
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2951
2958
|
overflow: hidden; /* 防止内容溢出 */
|
|
2952
2959
|
}
|
|
2953
|
-
.chat-embed__main_content[data-v-
|
|
2960
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2954
2961
|
flex: 1;
|
|
2955
2962
|
box-sizing: border-box;
|
|
2956
2963
|
min-height: 0;
|
|
@@ -2958,21 +2965,21 @@ h4[data-v-0b0c189e] {
|
|
|
2958
2965
|
/* overflow-y: auto;
|
|
2959
2966
|
margin-bottom: 12px; */
|
|
2960
2967
|
}
|
|
2961
|
-
.chat-embed__input_container[data-v-
|
|
2968
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2962
2969
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2963
2970
|
/* margin-bottom: 50px; 距离底部 */
|
|
2964
2971
|
}
|
|
2965
|
-
.header-icon[data-v-
|
|
2972
|
+
.header-icon[data-v-45fbaf17] {
|
|
2966
2973
|
cursor: pointer;
|
|
2967
2974
|
font-size: 20px;
|
|
2968
2975
|
}
|
|
2969
2976
|
|
|
2970
2977
|
/* 聊天默认推荐内容样式
|
|
2971
2978
|
*/
|
|
2972
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2979
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2973
2980
|
margin-top: 5px;
|
|
2974
2981
|
}
|
|
2975
|
-
.content-container[data-v-
|
|
2982
|
+
.content-container[data-v-45fbaf17] {
|
|
2976
2983
|
padding: 16px;
|
|
2977
2984
|
border-radius: 4px;
|
|
2978
2985
|
background: #ffffff;
|
|
@@ -2980,7 +2987,7 @@ h4[data-v-0b0c189e] {
|
|
|
2980
2987
|
border-radius: 0px 30px 30px 30px;
|
|
2981
2988
|
/* opacity: 0.6; */
|
|
2982
2989
|
}
|
|
2983
|
-
.chat-content-font[data-v-
|
|
2990
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2984
2991
|
font-family: PingFang SC, PingFang SC;
|
|
2985
2992
|
font-weight: 500;
|
|
2986
2993
|
font-size: 16px;
|
|
@@ -2990,10 +2997,10 @@ h4[data-v-0b0c189e] {
|
|
|
2990
2997
|
font-style: normal;
|
|
2991
2998
|
text-transform: none;
|
|
2992
2999
|
}
|
|
2993
|
-
[data-v-
|
|
3000
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2994
3001
|
border: none !important;
|
|
2995
3002
|
}
|
|
2996
|
-
.content-container-header[data-v-
|
|
3003
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2997
3004
|
font-size: 12px;
|
|
2998
3005
|
color: #909399;
|
|
2999
3006
|
}
|
|
@@ -3001,28 +3008,28 @@ h4[data-v-0b0c189e] {
|
|
|
3001
3008
|
/**
|
|
3002
3009
|
// 用户消息
|
|
3003
3010
|
*/
|
|
3004
|
-
.content-borderless-container[data-v-
|
|
3011
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
3005
3012
|
background: #e1ecfd;
|
|
3006
3013
|
border-radius: 20px 0px 20px 20px;
|
|
3007
3014
|
user-select: none;
|
|
3008
3015
|
padding: 12px;
|
|
3009
3016
|
cursor: pointer;
|
|
3010
3017
|
transition: background-color 0.3s;
|
|
3011
|
-
&[data-v-
|
|
3018
|
+
&[data-v-45fbaf17]:hover {
|
|
3012
3019
|
background-color: #ebeef5;
|
|
3013
3020
|
}
|
|
3014
3021
|
}
|
|
3015
|
-
.footer-container[data-v-
|
|
3016
|
-
[data-v-
|
|
3022
|
+
.footer-container[data-v-45fbaf17] {
|
|
3023
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
3017
3024
|
margin-left: 8px;
|
|
3018
3025
|
}
|
|
3019
3026
|
}
|
|
3020
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3027
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
3021
3028
|
padding: 0;
|
|
3022
3029
|
}
|
|
3023
3030
|
|
|
3024
3031
|
/* 引用文件样式 */
|
|
3025
|
-
.doc-agg-item[data-v-
|
|
3032
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
3026
3033
|
width: 100%;
|
|
3027
3034
|
padding: 10px;
|
|
3028
3035
|
margin-bottom: 5px;
|
|
@@ -3032,16 +3039,9 @@ h4[data-v-0b0c189e] {
|
|
|
3032
3039
|
font-size: 12px;
|
|
3033
3040
|
color: var(--el-color-primary);
|
|
3034
3041
|
}
|
|
3035
|
-
.elx-xmarkdown-container[data-v-
|
|
3042
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
3036
3043
|
padding: 0;
|
|
3037
3044
|
}
|
|
3038
|
-
|
|
3039
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
3040
|
-
width: 100%;
|
|
3041
|
-
height: 100%;
|
|
3042
|
-
border: none;
|
|
3043
|
-
opacity: 1;
|
|
3044
|
-
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3047
|
.mobile-item-action[data-v-13b41596] {
|