agilebuilder-ui 1.1.65-tmp17 → 1.1.65-tmp18
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/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/IntervalSelection/src/sectionDate.vue2.mjs +4 -0
- package/es/_virtual/__vite-browser-external.mjs +4 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/breadcrumb/src/breadcrumb.vue2.mjs +4 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +14 -0
- package/es/chat-embed/src/chat-addition-data.vue3.mjs +4 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.mjs +4 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
- package/es/chat-embed/src/chat-bubble-footer.vue3.mjs +4 -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/chat-sender.vue3.mjs +4 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +59 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue3.mjs +4 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue2.mjs +6 -0
- package/es/chat-embed/src/components/answer-home-chart.vue3.mjs +4 -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/answer-interaction-data.vue3.mjs +4 -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/components/history-detail.vue3.mjs +4 -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/header.vue3.mjs +4 -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/index.vue3.mjs +4 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.mjs +8 -0
- package/es/chat-embed/src/recommendation-message.vue3.mjs +4 -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/sidebar-item.vue3.mjs +4 -0
- package/es/chat-embed/src/type.mjs +5 -0
- package/es/chat-embed/src/util/chat-embed-util.mjs +57 -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/util/text-file-util.mjs +12 -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/js/timer.mjs +11 -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/date-picker-range/index.vue3.mjs +4 -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-multi-tree-inline.vue2.mjs +4 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.mjs +4 -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-inline/src/search-result.vue2.mjs +4 -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.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-service.mjs +55 -0
- package/es/department-tree-mobile/src/dept-path.vue.mjs +14 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.mjs +16 -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-multiple-tree.vue2.mjs +4 -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-multiple-tree-inline.vue2.mjs +4 -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-single-tree-inline.vue2.mjs +4 -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/group-user-tree-service.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-inline/src/search-result.vue2.mjs +4 -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.vue2.mjs +4 -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/department-user-tree-service.mjs +38 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +14 -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/dynamic-source-select/src/dynamic-source-select.vue2.mjs +4 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.mjs +4 -0
- package/es/dynamic-source-select/src/events.mjs +29 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +120 -0
- package/es/fs-preview/src/fs-preview.vue2.mjs +4 -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-list/src/fs-upload-list.vue2.mjs +4 -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-component.vue3.mjs +4 -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-button-upload.vue3.mjs +4 -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-drag-upload.vue3.mjs +4 -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-preview-new.vue3.mjs +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue4.mjs +4 -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/hamburger/src/hamburger.vue2.mjs +4 -0
- package/es/index.mjs +384 -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/organization-input/src/organization-input.vue2.mjs +4 -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/plugins/public-method.mjs +14 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-department/src/remove-dept-service.mjs +13 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user-service.mjs +13 -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-service.mjs +13 -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/tinymce/zh_CN.mjs +2 -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/index.vue3.mjs +4 -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/assets/401/401.gif.mjs +4 -0
- package/es/src/assets/404/404-cloud.png.mjs +4 -0
- package/es/src/assets/404/404.png.mjs +4 -0
- package/es/src/assets/chat-embed/robot.gif.mjs +4 -0
- package/es/src/assets/chat-embed/robot.svg.mjs +4 -0
- package/es/src/assets/nonemessage.png.mjs +4 -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/Affix/index.vue3.mjs +4 -0
- package/es/src/components/Card/index.mjs +48 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/components/Scrollbar/index.vue2.mjs +4 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/i18n/langs/cn.mjs +4 -0
- package/es/src/i18n/langs/en.mjs +4 -0
- package/es/src/mixins/resizeMixin.mjs +21 -0
- package/es/src/permission.mjs +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/getters.mjs +4 -0
- package/es/src/store/index.mjs +13 -0
- package/es/src/store/modules/app.mjs +41 -0
- package/es/src/store/modules/chat-ai-store.mjs +36 -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/table.mjs +18 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth-api.mjs +134 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-factory-wf.mjs +167 -0
- package/es/src/utils/calculator/calculator-factory.mjs +93 -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/eventBus.mjs +6 -0
- package/es/src/utils/file-util.mjs +23 -0
- package/es/src/utils/global-prop.mjs +38 -0
- package/es/src/utils/guid.mjs +10 -0
- package/es/src/utils/i18n-util.mjs +70 -0
- package/es/src/utils/iconUtils.mjs +26 -0
- package/es/src/utils/index.mjs +46 -0
- package/es/src/utils/insert_css.mjs +17 -0
- package/es/src/utils/json-util.mjs +47 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/local-storage.mjs +19 -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/resize.mjs +11 -0
- package/es/src/utils/restful-interface-utils.mjs +18 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/validate.mjs +22 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark-cache.mjs +15 -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/Item.vue3.mjs +4 -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/SidebarItem.vue2.mjs +4 -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/dsc-component/tabs/tab-content.vue2.mjs +4 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue3.mjs +4 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/401.vue2.mjs +4 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/error-page/404.vue2.mjs +4 -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/Layout.vue2.mjs +4 -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/AppMain.vue2.mjs +4 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue2.mjs +4 -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/Item.vue3.mjs +4 -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/SidebarItem.vue2.mjs +4 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue.mjs +9 -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/SidebarItem.vue2.mjs +4 -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/iframe-page.vue2.mjs +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/components/tabs/tab-content.vue2.mjs +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue3.mjs +4 -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-iframe-index.vue2.mjs +4 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/layout/tab-content-index.vue2.mjs +4 -0
- package/es/src/views/login/authredirect.vue.mjs +7 -0
- package/es/src/views/redirect/index.vue.mjs +8 -0
- package/es/src/views/svg-icon/src/svg-icon.vue.mjs +4 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue2.mjs +4 -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/eventBus.mjs +6 -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/header-context-menu.vue2.mjs +4 -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-content.vue2.mjs +4 -0
- package/es/super-grid/src/normal-column.vue.mjs +106 -0
- package/es/super-grid/src/normal-column.vue2.mjs +4 -0
- package/es/super-grid/src/public-methods.mjs +22 -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/row-operation.vue2.mjs +4 -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-advancedQuery.vue2.mjs +4 -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-item.vue2.mjs +4 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-mobile.vue2.mjs +4 -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-ordinarySearch.vue2.mjs +4 -0
- package/es/super-grid/src/search-form.vue.mjs +201 -0
- package/es/super-grid/src/search-form.vue2.mjs +4 -0
- package/es/super-grid/src/search-methods.mjs +164 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/store.mjs +4 -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/super-grid.vue2.mjs +4 -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-icon/src/index.vue3.mjs +4 -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/formatter.mjs +37 -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/search-form.vue2.mjs +4 -0
- package/es/super-nine-grid/src/search-methods.mjs +48 -0
- package/es/super-nine-grid/src/store.mjs +4 -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/super-nine-grid.vue2.mjs +4 -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/svg-icon/src/svg-icon.vue2.mjs +4 -0
- package/es/utils/gogocodeTransfer.mjs +33 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/organization.mjs +57 -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/valid-code/src/valid-code.vue2.mjs +4 -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/api.mjs +6 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
- package/es/workflow-history-list/src/workflow-history-list.vue2.mjs +4 -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/search-result.vue2.mjs +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +16 -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.vue2.mjs +4 -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-tree-mobile/src/workgroup-tree-service.mjs +33 -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/search-result.vue2.mjs +4 -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-inline/src/workgroup-user-tree-inline.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +14 -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.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs +29 -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/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -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-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -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/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -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/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -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/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -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/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -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/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-single-tree-inline.vue.cjs +54 -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-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.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/dept-path.vue2.cjs +3 -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-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-single-tree-inline.vue.cjs +57 -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/search-result.vue.cjs +38 -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.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/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/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/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-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-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-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-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-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-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/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/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/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-user/index.cjs +5 -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.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/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/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/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Card/index.cjs +43 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -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/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/index.cjs +16 -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/user.cjs +133 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/common-util.cjs +355 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -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/util.cjs +341 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -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/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -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/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -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/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -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/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -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/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -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-index.vue.cjs +22 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/style.css +1004 -1004
- 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/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -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/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.vue.cjs +91 -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/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-dialog.vue.cjs +12 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -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.vue.cjs +189 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -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/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-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/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/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/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/utils/memory-cache-utils.cjs +28 -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/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/workflow-history-list.vue.cjs +83 -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/workgroup-tree-inline.vue.cjs +119 -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.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.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-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/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-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.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/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +3 -2
- package/vite.config.js +11 -11
- package/lib/IntervalSelection/index.js +0 -5
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -45
- package/lib/breadcrumb/index.js +0 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -37
- package/lib/chat-embed/index.js +0 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -5
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -5
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -5
- package/lib/chat-embed/src/chat-embed-message.js +0 -16
- package/lib/chat-embed/src/chat-sender.vue.js +0 -5
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -147
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -5
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -5
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -5
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -108
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -5
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -50
- package/lib/chat-embed/src/header.vue.js +0 -5
- package/lib/chat-embed/src/header.vue2.js +0 -39
- package/lib/chat-embed/src/index.vue.js +0 -5
- package/lib/chat-embed/src/index.vue2.js +0 -281
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -5
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -5
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -109
- package/lib/chat-embed/src/util/history-message-util.js +0 -74
- package/lib/chat-embed/src/util/mcp-utils.js +0 -50
- package/lib/chat-embed/src/voice/index.js +0 -5
- package/lib/chat-embed/src/voice/voice.vue.js +0 -95
- package/lib/date-picker-range/index.js +0 -5
- package/lib/date-picker-range/index.vue.js +0 -5
- package/lib/department-tree/index.js +0 -5
- package/lib/department-tree/src/department-tree.vue.js +0 -17
- package/lib/department-tree-inline/index.js +0 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -81
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -54
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -12
- package/lib/department-tree-inline/src/department-tree-service.js +0 -106
- package/lib/department-tree-inline/src/search-result.vue.js +0 -36
- package/lib/department-tree-mobile/index.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -3
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -110
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -3
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -3
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/department-user-tree/index.js +0 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -16
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -21
- package/lib/department-user-tree-inline/index.js +0 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -154
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -57
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -11
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -78
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -51
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -34
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -22
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -10
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -72
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -28
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -38
- package/lib/department-user-tree-mobile/index.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -3
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -124
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -3
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -3
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -13
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/dynamic-source-select/index.js +0 -5
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -30
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -266
- package/lib/empty-state/index.vue2.js +0 -3
- package/lib/fs-preview/index.js +0 -5
- package/lib/fs-preview/src/fs-preview.vue.js +0 -111
- package/lib/fs-upload/index.js +0 -5
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -63
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -64
- package/lib/fs-upload/src/fs-upload.vue.js +0 -18
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -9
- package/lib/fs-upload-list/index.js +0 -5
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -91
- package/lib/fs-upload-new/index.js +0 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -57
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -170
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -32
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -41
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -29
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -3
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -5
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -55
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -5
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -55
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -5
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -84
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -54
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -3
- package/lib/hamburger/index.js +0 -5
- package/lib/hamburger/src/hamburger.vue.js +0 -11
- package/lib/index.js +0 -41
- package/lib/json-view/json-view-dialog.vue.js +0 -16
- package/lib/json-view/json-view-dialog.vue2.js +0 -3
- package/lib/json-view/json-view.vue.js +0 -3
- package/lib/multipart-upload/index.js +0 -5
- package/lib/multipart-upload/src/index.vue.js +0 -10
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -73
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -96
- package/lib/organization-input/index.js +0 -5
- package/lib/organization-input/src/organization-input.vue.js +0 -218
- package/lib/plugins/export-data-new.js +0 -229
- package/lib/plugins/export-data.js +0 -173
- package/lib/plugins/index.js +0 -5
- package/lib/remove-department/index.js +0 -5
- package/lib/remove-department/src/remove-department.vue.js +0 -27
- package/lib/remove-user/index.js +0 -5
- package/lib/remove-user/src/remove-user.vue.js +0 -29
- package/lib/remove-workgroup/index.js +0 -5
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -25
- package/lib/rich-editor/index.js +0 -5
- package/lib/rich-editor/index.vue.js +0 -67
- package/lib/rich-editor/viewer.vue.js +0 -24
- package/lib/row-form/index.js +0 -5
- package/lib/row-form/index.vue.js +0 -5
- package/lib/row-form/index.vue2.js +0 -56
- package/lib/row-form/operation.vue.js +0 -28
- package/lib/row-form/operation.vue2.js +0 -3
- package/lib/scan-code-input/index.js +0 -5
- package/lib/scan-code-input/src/events.js +0 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -26
- package/lib/scan-code-input-browser/index.js +0 -5
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -34
- package/lib/secret-info/index.js +0 -5
- package/lib/secret-info/index.vue.js +0 -13
- package/lib/src/api/sso-service.js +0 -55
- package/lib/src/components/Affix/index.vue.js +0 -5
- package/lib/src/components/Card/index.js +0 -43
- package/lib/src/components/Scrollbar/index.vue.js +0 -48
- package/lib/src/directives/permission/index.js +0 -5
- package/lib/src/directives/permission/permission.js +0 -9
- package/lib/src/i18n/i18n.js +0 -3
- package/lib/src/permission.js +0 -76
- package/lib/src/router/index.js +0 -16
- package/lib/src/store/index.js +0 -16
- package/lib/src/store/modules/permission.js +0 -30
- package/lib/src/store/modules/system.js +0 -10
- package/lib/src/store/modules/tab-content.js +0 -18
- package/lib/src/store/modules/user.js +0 -133
- package/lib/src/utils/auth.js +0 -86
- package/lib/src/utils/calculator/calculator-util.js +0 -53
- package/lib/src/utils/common-util.js +0 -355
- package/lib/src/utils/jump-page-utils.js +0 -256
- package/lib/src/utils/menu.js +0 -13
- package/lib/src/utils/permission.js +0 -41
- package/lib/src/utils/permissionAuth.js +0 -120
- package/lib/src/utils/range-selector.js +0 -101
- package/lib/src/utils/request.js +0 -131
- package/lib/src/utils/util.js +0 -341
- package/lib/src/utils/voice-setting-cache.js +0 -199
- package/lib/src/utils/watermark.js +0 -33
- package/lib/src/utils/workflow-util.js +0 -41
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -5
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -9
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -11
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -46
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -103
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -61
- package/lib/src/views/error-page/401.vue.js +0 -11
- package/lib/src/views/error-page/404.vue.js +0 -8
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -7
- package/lib/src/views/layout/Layout.vue.js +0 -21
- package/lib/src/views/layout/NewLayout.vue.js +0 -7
- package/lib/src/views/layout/components/AppMain.vue.js +0 -11
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -5
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -13
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -11
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -47
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -79
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -3
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -9
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -16
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -51
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -12
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -60
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -14
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -12
- package/lib/src/views/layout/tab-content-index.vue.js +0 -22
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -12
- package/lib/super-grid/index.js +0 -5
- package/lib/super-grid/src/apis.js +0 -448
- package/lib/super-grid/src/columns-config.vue.js +0 -76
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -39
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -22
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -3
- package/lib/super-grid/src/components/mobile-table-card.js +0 -99
- package/lib/super-grid/src/components/select-input.vue.js +0 -141
- package/lib/super-grid/src/components/select-input.vue2.js +0 -3
- package/lib/super-grid/src/custom-formatter.js +0 -163
- package/lib/super-grid/src/dynamic-input.vue.js +0 -465
- package/lib/super-grid/src/events.js +0 -35
- package/lib/super-grid/src/formValidatorUtil.js +0 -106
- package/lib/super-grid/src/group-column.vue.js +0 -19
- package/lib/super-grid/src/header-context-menu.vue.js +0 -12
- package/lib/super-grid/src/index-column.vue.js +0 -19
- package/lib/super-grid/src/normal-column-content.vue.js +0 -300
- package/lib/super-grid/src/normal-column.vue.js +0 -91
- package/lib/super-grid/src/row-detail.vue.js +0 -11
- package/lib/super-grid/src/row-operation.vue.js +0 -82
- package/lib/super-grid/src/scan-util.js +0 -98
- package/lib/super-grid/src/search-button.vue.js +0 -18
- package/lib/super-grid/src/search-condition-input.vue.js +0 -13
- package/lib/super-grid/src/search-condition-list.vue.js +0 -17
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -106
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -12
- package/lib/super-grid/src/search-form-item.vue.js +0 -120
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -32
- package/lib/super-grid/src/search-form-number.vue.js +0 -21
- package/lib/super-grid/src/search-form-open.vue.js +0 -44
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -31
- package/lib/super-grid/src/search-form.vue.js +0 -189
- package/lib/super-grid/src/selection-column.vue.js +0 -9
- package/lib/super-grid/src/super-grid-service.js +0 -253
- package/lib/super-grid/src/super-grid.vue.js +0 -1021
- package/lib/super-grid/src/utils.js +0 -298
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -60
- package/lib/super-icon/index.js +0 -5
- package/lib/super-icon/src/index.vue.js +0 -5
- package/lib/super-icon/src/index.vue2.js +0 -10
- package/lib/super-nine-grid/index.js +0 -5
- package/lib/super-nine-grid/src/apis.js +0 -33
- package/lib/super-nine-grid/src/custom-formatter.js +0 -33
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -9
- package/lib/super-nine-grid/src/search-form.vue.js +0 -84
- package/lib/super-nine-grid/src/super-grid-service.js +0 -35
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -215
- package/lib/super-nine-grid/src/utils.js +0 -36
- package/lib/svg-icon/index.js +0 -5
- package/lib/svg-icon/src/svg-icon.vue.js +0 -12
- package/lib/utils/memory-cache-utils.js +0 -28
- package/lib/utils/utils.js +0 -85
- package/lib/utils/value-set.js +0 -92
- package/lib/valid-code/index.js +0 -5
- package/lib/valid-code/src/valid-code.vue.js +0 -20
- package/lib/workflow-button/index.js +0 -5
- package/lib/workflow-button/src/workflow-button.vue.js +0 -80
- package/lib/workflow-history-list/index.js +0 -5
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -83
- package/lib/workgroup-tree/index.js +0 -5
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -17
- package/lib/workgroup-tree-inline/index.js +0 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -35
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -119
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -33
- package/lib/workgroup-tree-mobile/index.js +0 -5
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -99
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -3
- package/lib/workgroup-user-tree/index.js +0 -5
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -17
- package/lib/workgroup-user-tree-inline/index.js +0 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -35
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -71
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -163
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -3
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -13
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -124
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -3
- package/lib/year-range-picker/index.js +0 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -11
- /package/lib/IntervalSelection/src/{sectionDate.vue2.js → sectionDate.vue2.cjs} +0 -0
- /package/lib/_virtual/{__vite-browser-external.js → __vite-browser-external.cjs} +0 -0
- /package/lib/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.cjs} +0 -0
- /package/lib/breadcrumb/src/{breadcrumb.vue2.js → breadcrumb.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-addition-data.vue2.js → chat-addition-data.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-addition-data.vue3.js → chat-addition-data.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-ai-answer-tip.vue2.js → chat-ai-answer-tip.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-ai-answer-tip.vue3.js → chat-ai-answer-tip.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-bubble-footer.vue2.js → chat-bubble-footer.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-bubble-footer.vue3.js → chat-bubble-footer.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{chat-sender.vue3.js → chat-sender.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-auto-chart.vue2.js → answer-auto-chart.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-auto-chart.vue3.js → answer-auto-chart.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-home-chart.vue2.js → answer-home-chart.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-home-chart.vue3.js → answer-home-chart.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{answer-interaction-data.vue3.js → answer-interaction-data.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/components/{history-detail.vue3.js → history-detail.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{header.vue3.js → header.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{recommendation-message.vue2.js → recommendation-message.vue2.cjs} +0 -0
- /package/lib/chat-embed/src/{recommendation-message.vue3.js → recommendation-message.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{sidebar-item.vue3.js → sidebar-item.vue3.cjs} +0 -0
- /package/lib/chat-embed/src/{type.js → type.cjs} +0 -0
- /package/lib/chat-embed/src/util/{chat-embed-util.js → chat-embed-util.cjs} +0 -0
- /package/lib/chat-embed/src/util/{text-file-util.js → text-file-util.cjs} +0 -0
- /package/lib/chat-embed/src/voice/js/{crypto-js.js → crypto-js.cjs} +0 -0
- /package/lib/chat-embed/src/voice/js/processor/{index.umd.js → index.umd.cjs} +0 -0
- /package/lib/chat-embed/src/voice/js/{timer.js → timer.cjs} +0 -0
- /package/lib/date-picker-range/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/date-picker-range/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/department-tree-inline/src/{department-multi-tree-inline.vue2.js → department-multi-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-tree-inline/src/{department-single-tree-inline.vue2.js → department-single-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{department-tree-app.vue2.js → department-tree-app.vue2.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{department-tree-service.js → department-tree-service.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{dept-path.vue.js → dept-path.vue.cjs} +0 -0
- /package/lib/department-tree-mobile/src/{dept-result.vue.js → dept-result.vue.cjs} +0 -0
- /package/lib/department-user-tree/src/{department-user-multiple-tree.vue2.js → department-user-multiple-tree.vue2.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{department-user-multiple-tree-inline.vue2.js → department-user-multiple-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{department-user-single-tree-inline.vue2.js → department-user-single-tree-inline.vue2.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{group-user-tree-service.js → group-user-tree-service.cjs} +0 -0
- /package/lib/department-user-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/department-user-tree-mobile/src/{department-user-tree-app.vue2.js → department-user-tree-app.vue2.cjs} +0 -0
- /package/lib/department-user-tree-mobile/src/{department-user-tree-service.js → department-user-tree-service.cjs} +0 -0
- /package/lib/department-user-tree-mobile/src/{dept-path.vue.js → dept-path.vue.cjs} +0 -0
- /package/lib/directives/{prevent-reclick.js → prevent-reclick.cjs} +0 -0
- /package/lib/dynamic-source-select/src/{dynamic-source-select.vue2.js → dynamic-source-select.vue2.cjs} +0 -0
- /package/lib/dynamic-source-select/src/{dynamic-source-select.vue3.js → dynamic-source-select.vue3.cjs} +0 -0
- /package/lib/dynamic-source-select/src/{events.js → events.cjs} +0 -0
- /package/lib/empty-state/{index.vue.js → index.vue.cjs} +0 -0
- /package/lib/fs-preview/src/{fs-preview.vue2.js → fs-preview.vue2.cjs} +0 -0
- /package/lib/fs-upload-list/src/{fs-upload-list.vue2.js → fs-upload-list.vue2.cjs} +0 -0
- /package/lib/fs-upload-new/src/file-upload-mobile/{file-upload-component.vue3.js → file-upload-component.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-button-upload.vue3.js → fs-button-upload.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-drag-upload.vue3.js → fs-drag-upload.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-preview-new.vue3.js → fs-preview-new.vue3.cjs} +0 -0
- /package/lib/fs-upload-new/src/{fs-preview-new.vue4.js → fs-preview-new.vue4.cjs} +0 -0
- /package/lib/hamburger/src/{hamburger.vue2.js → hamburger.vue2.cjs} +0 -0
- /package/lib/json-view/{json-view.vue2.js → json-view.vue2.cjs} +0 -0
- /package/lib/organization-input/src/{organization-input.vue2.js → organization-input.vue2.cjs} +0 -0
- /package/lib/plugins/{public-method.js → public-method.cjs} +0 -0
- /package/lib/remove-department/src/{remove-dept-service.js → remove-dept-service.cjs} +0 -0
- /package/lib/remove-user/src/{remove-user-service.js → remove-user-service.cjs} +0 -0
- /package/lib/remove-workgroup/src/{remove-workgroup-service.js → remove-workgroup-service.cjs} +0 -0
- /package/lib/rich-editor/tinymce/{zh_CN.js → zh_CN.cjs} +0 -0
- /package/lib/row-form/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/src/api/{tab.js → tab.cjs} +0 -0
- /package/lib/src/assets/401/{401.gif.js → 401.gif.cjs} +0 -0
- /package/lib/src/assets/404/{404-cloud.png.js → 404-cloud.png.cjs} +0 -0
- /package/lib/src/assets/404/{404.png.js → 404.png.cjs} +0 -0
- /package/lib/src/assets/chat-embed/{robot.gif.js → robot.gif.cjs} +0 -0
- /package/lib/src/assets/chat-embed/{robot.svg.js → robot.svg.cjs} +0 -0
- /package/lib/src/assets/{nonemessage.png.js → nonemessage.png.cjs} +0 -0
- /package/lib/src/components/Affix/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/src/components/Affix/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/src/components/Scrollbar/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/src/i18n/langs/{cn.js → cn.cjs} +0 -0
- /package/lib/src/i18n/langs/{en.js → en.cjs} +0 -0
- /package/lib/src/mixins/{resizeMixin.js → resizeMixin.cjs} +0 -0
- /package/lib/src/store/{getters.js → getters.cjs} +0 -0
- /package/lib/src/store/modules/{app.js → app.cjs} +0 -0
- /package/lib/src/store/modules/{chat-ai-store.js → chat-ai-store.cjs} +0 -0
- /package/lib/src/store/modules/{table.js → table.cjs} +0 -0
- /package/lib/src/utils/{auth-api.js → auth-api.cjs} +0 -0
- /package/lib/src/utils/calculator/{calculator-factory-wf.js → calculator-factory-wf.cjs} +0 -0
- /package/lib/src/utils/calculator/{calculator-factory.js → calculator-factory.cjs} +0 -0
- /package/lib/src/utils/{chat-ai-util.js → chat-ai-util.cjs} +0 -0
- /package/lib/src/utils/{eventBus.js → eventBus.cjs} +0 -0
- /package/lib/src/utils/{file-util.js → file-util.cjs} +0 -0
- /package/lib/src/utils/{global-prop.js → global-prop.cjs} +0 -0
- /package/lib/src/utils/{guid.js → guid.cjs} +0 -0
- /package/lib/src/utils/{i18n-util.js → i18n-util.cjs} +0 -0
- /package/lib/src/utils/{iconUtils.js → iconUtils.cjs} +0 -0
- /package/lib/src/utils/{index.js → index.cjs} +0 -0
- /package/lib/src/utils/{insert_css.js → insert_css.cjs} +0 -0
- /package/lib/src/utils/{json-util.js → json-util.cjs} +0 -0
- /package/lib/src/utils/{local-storage.js → local-storage.cjs} +0 -0
- /package/lib/src/utils/{resize.js → resize.cjs} +0 -0
- /package/lib/src/utils/{restful-interface-utils.js → restful-interface-utils.cjs} +0 -0
- /package/lib/src/utils/{validate.js → validate.cjs} +0 -0
- /package/lib/src/utils/{watermark-cache.js → watermark-cache.cjs} +0 -0
- /package/lib/src/views/dsc-component/Sidebar/{Item.vue3.js → Item.vue3.cjs} +0 -0
- /package/lib/src/views/dsc-component/Sidebar/{SidebarItem.vue2.js → SidebarItem.vue2.cjs} +0 -0
- /package/lib/src/views/dsc-component/tabs/{tab-content.vue2.js → tab-content.vue2.cjs} +0 -0
- /package/lib/src/views/dsc-component/tabs/{tab-content.vue3.js → tab-content.vue3.cjs} +0 -0
- /package/lib/src/views/error-page/{401.vue2.js → 401.vue2.cjs} +0 -0
- /package/lib/src/views/error-page/{404.vue2.js → 404.vue2.cjs} +0 -0
- /package/lib/src/views/layout/{Layout.vue2.js → Layout.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/{AppMain.vue2.js → AppMain.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/Breadcrumb/{index.vue2.js → index.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/Menubar/{Item.vue3.js → Item.vue3.cjs} +0 -0
- /package/lib/src/views/layout/components/Menubar/{SidebarItem.vue2.js → SidebarItem.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/Sidebar/{Item.vue.js → Item.vue.cjs} +0 -0
- /package/lib/src/views/layout/components/Sidebar/{SidebarItem.vue2.js → SidebarItem.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/{iframe-page.vue2.js → iframe-page.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/tabs/{tab-content.vue2.js → tab-content.vue2.cjs} +0 -0
- /package/lib/src/views/layout/components/tabs/{tab-content.vue3.js → tab-content.vue3.cjs} +0 -0
- /package/lib/src/views/layout/{tab-content-iframe-index.vue2.js → tab-content-iframe-index.vue2.cjs} +0 -0
- /package/lib/src/views/layout/{tab-content-index.vue2.js → tab-content-index.vue2.cjs} +0 -0
- /package/lib/src/views/login/{authredirect.vue.js → authredirect.vue.cjs} +0 -0
- /package/lib/src/views/redirect/{index.vue.js → index.vue.cjs} +0 -0
- /package/lib/src/views/svg-icon/src/{svg-icon.vue.js → svg-icon.vue.cjs} +0 -0
- /package/lib/src/views/wf-history/{tache-subprocess-history.vue2.js → tache-subprocess-history.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{eventBus.js → eventBus.cjs} +0 -0
- /package/lib/super-grid/src/{formatter.js → formatter.cjs} +0 -0
- /package/lib/super-grid/src/{header-context-menu.vue2.js → header-context-menu.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{normal-column-content.vue2.js → normal-column-content.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{normal-column.vue2.js → normal-column.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{public-methods.js → public-methods.cjs} +0 -0
- /package/lib/super-grid/src/{row-operation.vue2.js → row-operation.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-advancedQuery.vue2.js → search-form-advancedQuery.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-item.vue2.js → search-form-item.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-mobile.vue2.js → search-form-mobile.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form-ordinarySearch.vue2.js → search-form-ordinarySearch.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-form.vue2.js → search-form.vue2.cjs} +0 -0
- /package/lib/super-grid/src/{search-methods.js → search-methods.cjs} +0 -0
- /package/lib/super-grid/src/{store.js → store.cjs} +0 -0
- /package/lib/super-grid/src/{super-grid.vue2.js → super-grid.vue2.cjs} +0 -0
- /package/lib/super-icon/src/{index.vue3.js → index.vue3.cjs} +0 -0
- /package/lib/super-nine-grid/src/{formatter.js → formatter.cjs} +0 -0
- /package/lib/super-nine-grid/src/{search-form.vue2.js → search-form.vue2.cjs} +0 -0
- /package/lib/super-nine-grid/src/{search-methods.js → search-methods.cjs} +0 -0
- /package/lib/super-nine-grid/src/{store.js → store.cjs} +0 -0
- /package/lib/super-nine-grid/src/{super-nine-grid.vue2.js → super-nine-grid.vue2.cjs} +0 -0
- /package/lib/svg-icon/src/{svg-icon.vue2.js → svg-icon.vue2.cjs} +0 -0
- /package/lib/utils/{gogocodeTransfer.js → gogocodeTransfer.cjs} +0 -0
- /package/lib/utils/{organization.js → organization.cjs} +0 -0
- /package/lib/valid-code/src/{valid-code.vue2.js → valid-code.vue2.cjs} +0 -0
- /package/lib/workflow-history-list/src/{api.js → api.cjs} +0 -0
- /package/lib/workflow-history-list/src/{workflow-history-list.vue2.js → workflow-history-list.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-inline/src/{workgroup-tree-inline.vue2.js → workgroup-tree-inline.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-mobile/src/{dept-result.vue.js → dept-result.vue.cjs} +0 -0
- /package/lib/workgroup-tree-mobile/src/{workgroup-tree-app.vue2.js → workgroup-tree-app.vue2.cjs} +0 -0
- /package/lib/workgroup-tree-mobile/src/{workgroup-tree-service.js → workgroup-tree-service.cjs} +0 -0
- /package/lib/workgroup-user-tree-inline/src/{search-result.vue2.js → search-result.vue2.cjs} +0 -0
- /package/lib/workgroup-user-tree-inline/src/{workgroup-user-tree-inline.vue2.js → workgroup-user-tree-inline.vue2.cjs} +0 -0
- /package/lib/workgroup-user-tree-mobile/src/{dept-path.vue.js → dept-path.vue.cjs} +0 -0
- /package/lib/workgroup-user-tree-mobile/src/{workgroup-user-tree-app.vue2.js → workgroup-user-tree-app.vue2.cjs} +0 -0
- /package/lib/workgroup-user-tree-mobile/src/{workgroup-user-tree-service.js → workgroup-user-tree-service.cjs} +0 -0
package/lib/style.css
CHANGED
|
@@ -42,23 +42,6 @@
|
|
|
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;
|
|
62
45
|
}
|
|
63
46
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
64
47
|
width: 100%;
|
|
@@ -95,15 +78,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
95
78
|
/* 去掉卡片和tab表头的距离 */
|
|
96
79
|
[data-v-3c90505e] .el-tabs__header {
|
|
97
80
|
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;
|
|
107
81
|
}
|
|
108
82
|
.nav-tab .el-tabs__header {
|
|
109
83
|
margin: 0;
|
|
@@ -128,15 +102,24 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
102
|
.default-page-tip-item {
|
|
129
103
|
padding-top: 10px;
|
|
130
104
|
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
105
|
+
.app-wrapper[data-v-46185fa7] {
|
|
106
|
+
position: relative;
|
|
107
|
+
height: 100%;
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
+
position: fixed;
|
|
112
|
+
top: 0;
|
|
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
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
123
|
padding: 0;
|
|
141
124
|
display: flex;
|
|
142
125
|
align-items: center;
|
|
@@ -292,12 +275,22 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
292
275
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
293
276
|
flex-wrap: wrap;
|
|
294
277
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
278
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
279
|
+
display: inline-block;
|
|
280
|
+
font-size: 14px;
|
|
281
|
+
line-height: 50px;
|
|
282
|
+
margin-left: 10px;
|
|
295
283
|
}
|
|
296
|
-
.
|
|
297
|
-
color:
|
|
284
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
285
|
+
color: #97a8be;
|
|
286
|
+
cursor: text;
|
|
298
287
|
}
|
|
299
|
-
.
|
|
300
|
-
width:
|
|
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;
|
|
301
294
|
}
|
|
302
295
|
|
|
303
296
|
.searchResult {
|
|
@@ -306,16 +299,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
306
299
|
.inline-input-custom {
|
|
307
300
|
width: 90%;
|
|
308
301
|
}
|
|
309
|
-
|
|
310
|
-
display: flex;
|
|
311
|
-
background-color: #fff;
|
|
312
|
-
justify-content: center;
|
|
313
|
-
align-items: center;
|
|
314
|
-
cursor: pointer;
|
|
315
|
-
}
|
|
316
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
317
|
-
display: inline-block;
|
|
318
|
-
}
|
|
302
|
+
|
|
319
303
|
.red-circle[data-v-998f4283] {
|
|
320
304
|
width: 20px; /* 圆圈的宽度 */
|
|
321
305
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -330,6 +314,28 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
314
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
315
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
316
|
}
|
|
317
|
+
|
|
318
|
+
.searchResult[data-v-22410ec9] {
|
|
319
|
+
color: red;
|
|
320
|
+
}
|
|
321
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
322
|
+
width: 90%;
|
|
323
|
+
}
|
|
324
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
325
|
+
display: flex;
|
|
326
|
+
background-color: #fff;
|
|
327
|
+
justify-content: center;
|
|
328
|
+
align-items: center;
|
|
329
|
+
cursor: pointer;
|
|
330
|
+
}
|
|
331
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
332
|
+
display: inline-block;
|
|
333
|
+
}[data-v-34406c62] .el-select-dropdown__item {
|
|
334
|
+
display: inline-block;
|
|
335
|
+
}
|
|
336
|
+
.select-top-span {
|
|
337
|
+
width: 100%;
|
|
338
|
+
}
|
|
333
339
|
.nine-grid-area[data-v-80f6a26f] {
|
|
334
340
|
padding: 10px;
|
|
335
341
|
}
|
|
@@ -441,45 +447,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
441
447
|
display: grid;
|
|
442
448
|
grid-template-columns: 20% 80%;
|
|
443
449
|
}
|
|
444
|
-
.organization-input .el-input-group__append {
|
|
445
|
-
padding: 0 10px 0 0;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.select-top-span {
|
|
449
|
-
width: 100%;
|
|
450
|
-
}
|
|
451
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
-
display: inline-block;
|
|
453
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
454
|
-
width: 30px;
|
|
455
|
-
height: 30px;
|
|
456
|
-
}
|
|
457
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
458
|
-
margin-left: 10px;
|
|
459
|
-
cursor: pointer;
|
|
460
|
-
overflow: hidden;
|
|
461
|
-
text-overflow: ellipsis;
|
|
462
|
-
white-space: nowrap;
|
|
463
|
-
}
|
|
464
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
465
|
-
border: 1px solid #dcdfe6;
|
|
466
|
-
padding: 4px 8px;
|
|
467
|
-
background-clip: padding-box;
|
|
468
|
-
overflow: hidden;
|
|
469
|
-
display: inline-flex;
|
|
470
|
-
align-items: center;
|
|
471
|
-
}
|
|
472
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
473
|
-
margin-right: 8px;
|
|
474
|
-
max-width: 120px;
|
|
475
|
-
overflow: hidden;
|
|
476
|
-
text-overflow: ellipsis;
|
|
477
|
-
white-space: nowrap;
|
|
478
|
-
}
|
|
479
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
480
|
-
font-weight: 600;
|
|
481
|
-
margin-left: 4px;
|
|
482
|
-
}
|
|
483
450
|
.fs-preview-container[data-v-2448d898] {
|
|
484
451
|
display: flex;
|
|
485
452
|
align-items: center;
|
|
@@ -555,7 +522,40 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
555
522
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
556
523
|
padding: 5px 11px;
|
|
557
524
|
height: var(--el-button-size);
|
|
558
|
-
}.
|
|
525
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
526
|
+
width: 30px;
|
|
527
|
+
height: 30px;
|
|
528
|
+
}
|
|
529
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
530
|
+
margin-left: 10px;
|
|
531
|
+
cursor: pointer;
|
|
532
|
+
overflow: hidden;
|
|
533
|
+
text-overflow: ellipsis;
|
|
534
|
+
white-space: nowrap;
|
|
535
|
+
}
|
|
536
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
537
|
+
border: 1px solid #dcdfe6;
|
|
538
|
+
padding: 4px 8px;
|
|
539
|
+
background-clip: padding-box;
|
|
540
|
+
overflow: hidden;
|
|
541
|
+
display: inline-flex;
|
|
542
|
+
align-items: center;
|
|
543
|
+
}
|
|
544
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
545
|
+
margin-right: 8px;
|
|
546
|
+
max-width: 120px;
|
|
547
|
+
overflow: hidden;
|
|
548
|
+
text-overflow: ellipsis;
|
|
549
|
+
white-space: nowrap;
|
|
550
|
+
}
|
|
551
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
552
|
+
font-weight: 600;
|
|
553
|
+
margin-left: 4px;
|
|
554
|
+
}
|
|
555
|
+
.organization-input .el-input-group__append {
|
|
556
|
+
padding: 0 10px 0 0;
|
|
557
|
+
}
|
|
558
|
+
.select[data-v-52983a24] {
|
|
559
559
|
width: 100%;
|
|
560
560
|
height: 100%;
|
|
561
561
|
display: grid;
|
|
@@ -566,7 +566,65 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
566
|
width: 100%;
|
|
567
567
|
height: 100%;
|
|
568
568
|
text-align: center;
|
|
569
|
-
}
|
|
569
|
+
}
|
|
570
|
+
.organization-tree,
|
|
571
|
+
.organization-tree .el-checkbox__label,
|
|
572
|
+
.organization-tree .el-breadcrumb__inner,
|
|
573
|
+
.organization-tree .el-tree {
|
|
574
|
+
font-size: 17px;
|
|
575
|
+
font-weight: 700;
|
|
576
|
+
}
|
|
577
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
578
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
579
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
580
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
581
|
+
font-size: 17px;
|
|
582
|
+
font-weight: 700;
|
|
583
|
+
}
|
|
584
|
+
.organization-tree .el-card__body {
|
|
585
|
+
padding-top: 10px;
|
|
586
|
+
}
|
|
587
|
+
.organization-tree .card-content {
|
|
588
|
+
margin-top: 10px;
|
|
589
|
+
}
|
|
590
|
+
.organization-tree .item-row-all {
|
|
591
|
+
margin-bottom: 10px;
|
|
592
|
+
}
|
|
593
|
+
.organization-tree .item-row {
|
|
594
|
+
display: flex;
|
|
595
|
+
width: 100%;
|
|
596
|
+
}
|
|
597
|
+
.organization-tree .item-label {
|
|
598
|
+
flex: 0 0 90%;
|
|
599
|
+
text-align: left;
|
|
600
|
+
}
|
|
601
|
+
.organization-tree .item-side {
|
|
602
|
+
flex: 0 0 10%;
|
|
603
|
+
text-align: right;
|
|
604
|
+
}
|
|
605
|
+
.organization-tree .el-tree-node {
|
|
606
|
+
margin-bottom: 10px;
|
|
607
|
+
}
|
|
608
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
609
|
+
padding: 0;
|
|
610
|
+
display: none;
|
|
611
|
+
}
|
|
612
|
+
.organization-tree .card-footer {
|
|
613
|
+
padding: 20px;
|
|
614
|
+
}
|
|
615
|
+
.organization-tree .card-footer .select-result {
|
|
616
|
+
color: #409eff;
|
|
617
|
+
flex: 1 1 75%;
|
|
618
|
+
text-align: left;
|
|
619
|
+
}
|
|
620
|
+
.organization-tree .card-footer .button-area {
|
|
621
|
+
flex: 0 0 20%;
|
|
622
|
+
text-align: right;
|
|
623
|
+
}
|
|
624
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
625
|
+
color: #409eff;
|
|
626
|
+
}
|
|
627
|
+
iframe[data-v-e5fb3b56] {
|
|
570
628
|
width: 100%;
|
|
571
629
|
height: calc(100vh - 50px);
|
|
572
630
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
@@ -796,32 +854,70 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
796
854
|
}
|
|
797
855
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
798
856
|
text-decoration: underline;
|
|
799
|
-
}.
|
|
800
|
-
|
|
801
|
-
height:
|
|
802
|
-
|
|
803
|
-
}
|
|
804
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
805
|
-
position: fixed;
|
|
806
|
-
top: 0;
|
|
857
|
+
}.super-icon[data-v-875fd31c] {
|
|
858
|
+
width: 1em;
|
|
859
|
+
height: 1em;
|
|
860
|
+
font-size: 14px;
|
|
807
861
|
}
|
|
808
|
-
.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
position: absolute;
|
|
815
|
-
z-index: 999;
|
|
862
|
+
.organization-tree,
|
|
863
|
+
.organization-tree .el-checkbox__label,
|
|
864
|
+
.organization-tree .el-breadcrumb__inner,
|
|
865
|
+
.organization-tree .el-tree {
|
|
866
|
+
font-size: 17px;
|
|
867
|
+
font-weight: 700;
|
|
816
868
|
}
|
|
817
|
-
.
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
869
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
870
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
871
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
872
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
873
|
+
font-size: 17px;
|
|
874
|
+
font-weight: 700;
|
|
875
|
+
}
|
|
876
|
+
.organization-tree .el-card__body {
|
|
877
|
+
padding-top: 10px;
|
|
878
|
+
}
|
|
879
|
+
.organization-tree .card-content {
|
|
880
|
+
margin-top: 10px;
|
|
881
|
+
}
|
|
882
|
+
.organization-tree .item-row-all {
|
|
883
|
+
margin-bottom: 10px;
|
|
884
|
+
}
|
|
885
|
+
.organization-tree .item-row {
|
|
886
|
+
display: flex;
|
|
823
887
|
width: 100%;
|
|
824
|
-
|
|
888
|
+
}
|
|
889
|
+
.organization-tree .item-label {
|
|
890
|
+
flex: 0 0 90%;
|
|
891
|
+
text-align: left;
|
|
892
|
+
}
|
|
893
|
+
.organization-tree .item-side {
|
|
894
|
+
flex: 0 0 10%;
|
|
895
|
+
text-align: right;
|
|
896
|
+
}
|
|
897
|
+
.organization-tree .el-tree-node {
|
|
898
|
+
margin-bottom: 10px;
|
|
899
|
+
}
|
|
900
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
901
|
+
padding: 0;
|
|
902
|
+
display: none;
|
|
903
|
+
}
|
|
904
|
+
.organization-tree .card-footer {
|
|
905
|
+
padding: 20px;
|
|
906
|
+
}
|
|
907
|
+
.organization-tree .card-footer .select-result {
|
|
908
|
+
color: #409eff;
|
|
909
|
+
flex: 1 1 75%;
|
|
910
|
+
text-align: left;
|
|
911
|
+
}
|
|
912
|
+
.organization-tree .card-footer .button-area {
|
|
913
|
+
flex: 0 0 20%;
|
|
914
|
+
text-align: right;
|
|
915
|
+
}
|
|
916
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
917
|
+
color: #409eff;
|
|
918
|
+
}
|
|
919
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
920
|
+
width: 50%;
|
|
825
921
|
}
|
|
826
922
|
.organization-tree,
|
|
827
923
|
.organization-tree .el-checkbox__label,
|
|
@@ -880,89 +976,134 @@ iframe[data-v-20dccb82] {
|
|
|
880
976
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
881
977
|
color: #409eff;
|
|
882
978
|
}
|
|
883
|
-
|
|
979
|
+
iframe[data-v-20dccb82] {
|
|
980
|
+
width: 100%;
|
|
981
|
+
height: calc(100vh - 50px);
|
|
982
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
983
|
+
position: relative;
|
|
984
|
+
height: 100%;
|
|
985
|
+
width: 100%;
|
|
986
|
+
}
|
|
987
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
988
|
+
position: fixed;
|
|
989
|
+
top: 0;
|
|
990
|
+
}
|
|
991
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
992
|
+
background: #000;
|
|
993
|
+
opacity: 0.3;
|
|
994
|
+
width: 100%;
|
|
995
|
+
top: 0;
|
|
996
|
+
height: 100%;
|
|
997
|
+
position: absolute;
|
|
998
|
+
z-index: 999;
|
|
999
|
+
}
|
|
1000
|
+
.graphDiv[data-v-a936569d] {
|
|
1001
|
+
overflow: auto;
|
|
1002
|
+
height: 100%;
|
|
1003
|
+
height: calc(100vh - 20px);
|
|
1004
|
+
}
|
|
1005
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
884
1006
|
position: relative;
|
|
885
1007
|
--el-menu-item-height: 45px;
|
|
886
1008
|
--el-menu-sub-item-height: 45px;
|
|
887
1009
|
}
|
|
888
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1010
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
889
1011
|
padding: 0 !important;
|
|
890
1012
|
}
|
|
891
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1013
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
892
1014
|
display: flex;
|
|
893
1015
|
flex-direction: row;
|
|
894
1016
|
}
|
|
895
|
-
.smb-sidebar-menu-item[data-v-
|
|
1017
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
896
1018
|
display: flex;
|
|
897
1019
|
flex-direction: row;
|
|
898
1020
|
padding: 0 !important;
|
|
899
1021
|
}
|
|
900
|
-
.smb-sidebar-menu-item[data-v-
|
|
1022
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
901
1023
|
display: flex;
|
|
902
1024
|
align-items: center;
|
|
903
1025
|
justify-content: center;
|
|
904
1026
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
905
1027
|
font-size: 16px;
|
|
906
1028
|
}
|
|
907
|
-
.smb-sidebar-menu-item[data-v-
|
|
1029
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
908
1030
|
width: 20px;
|
|
909
1031
|
}
|
|
910
|
-
.smb-sidebar-menu-item[data-v-
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
911
1033
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
912
1034
|
overflow: hidden;
|
|
913
1035
|
white-space: nowrap;
|
|
914
1036
|
overflow: hidden;
|
|
915
1037
|
text-overflow: ellipsis;
|
|
916
1038
|
}
|
|
917
|
-
.smb-sidebar-menu-item[data-v-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
918
1040
|
overflow: hidden;
|
|
919
1041
|
white-space: nowrap;
|
|
920
1042
|
overflow: hidden;
|
|
921
1043
|
text-overflow: ellipsis;
|
|
922
1044
|
}
|
|
923
|
-
.smb-sidebar-menu-item[data-v-
|
|
1045
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
924
1046
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
925
|
-
}
|
|
1047
|
+
}
|
|
1048
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1049
|
+
display: flex;
|
|
1050
|
+
align-items: center;
|
|
1051
|
+
width: 100%;
|
|
1052
|
+
gap: 8px;
|
|
1053
|
+
box-sizing: border-box;
|
|
1054
|
+
min-width: 0;
|
|
1055
|
+
}
|
|
1056
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1057
|
+
width: 100%;
|
|
1058
|
+
min-width: 0;
|
|
1059
|
+
}
|
|
1060
|
+
.sep[data-v-2aeaa81d] {
|
|
1061
|
+
padding: 0 8px;
|
|
1062
|
+
color: var(--el-text-color-secondary);
|
|
1063
|
+
white-space: nowrap;
|
|
1064
|
+
flex: 0 0 auto;
|
|
1065
|
+
}
|
|
1066
|
+
.smb-sidebar-menu-item[data-v-da857302] {
|
|
926
1067
|
position: relative;
|
|
927
1068
|
--el-menu-item-height: 45px;
|
|
928
1069
|
--el-menu-sub-item-height: 45px;
|
|
929
1070
|
}
|
|
930
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1071
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
931
1072
|
padding: 0 !important;
|
|
932
1073
|
}
|
|
933
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1074
|
+
.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)) {
|
|
934
1075
|
display: flex;
|
|
935
1076
|
flex-direction: row;
|
|
936
1077
|
}
|
|
937
|
-
.smb-sidebar-menu-item[data-v-
|
|
1078
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
938
1079
|
display: flex;
|
|
939
1080
|
flex-direction: row;
|
|
940
1081
|
padding: 0 !important;
|
|
941
1082
|
}
|
|
942
|
-
.smb-sidebar-menu-item[data-v-
|
|
1083
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
943
1084
|
display: flex;
|
|
944
1085
|
align-items: center;
|
|
945
1086
|
justify-content: center;
|
|
946
1087
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
947
1088
|
font-size: 16px;
|
|
948
1089
|
}
|
|
949
|
-
.smb-sidebar-menu-item[data-v-
|
|
1090
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
950
1091
|
width: 20px;
|
|
951
1092
|
}
|
|
952
|
-
.smb-sidebar-menu-item[data-v-
|
|
1093
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
953
1094
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
954
1095
|
overflow: hidden;
|
|
955
1096
|
white-space: nowrap;
|
|
956
1097
|
overflow: hidden;
|
|
957
1098
|
text-overflow: ellipsis;
|
|
958
1099
|
}
|
|
959
|
-
.smb-sidebar-menu-item[data-v-
|
|
1100
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
960
1101
|
overflow: hidden;
|
|
961
1102
|
white-space: nowrap;
|
|
962
1103
|
overflow: hidden;
|
|
963
1104
|
text-overflow: ellipsis;
|
|
964
1105
|
}
|
|
965
|
-
.smb-sidebar-menu-item[data-v-
|
|
1106
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
966
1107
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
967
1108
|
}.app-main[data-v-2d98e845] {
|
|
968
1109
|
padding: var(--app-main-padding, 15px);
|
|
@@ -984,299 +1125,97 @@ iframe[data-v-20dccb82] {
|
|
|
984
1125
|
.inline-input-custom {
|
|
985
1126
|
width: 98%;
|
|
986
1127
|
}
|
|
987
|
-
.
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
.organization-tree,
|
|
993
|
-
.organization-tree .el-checkbox__label,
|
|
994
|
-
.organization-tree .el-breadcrumb__inner,
|
|
995
|
-
.organization-tree .el-tree {
|
|
996
|
-
font-size: 17px;
|
|
997
|
-
font-weight: 700;
|
|
1128
|
+
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1129
|
+
user-select: text !important;
|
|
1130
|
+
-webkit-user-select: text !important;
|
|
1131
|
+
-moz-user-select: text !important;
|
|
1132
|
+
-ms-user-select: text !important;
|
|
998
1133
|
}
|
|
999
|
-
.
|
|
1000
|
-
.
|
|
1001
|
-
|
|
1002
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1003
|
-
font-size: 17px;
|
|
1004
|
-
font-weight: 700;
|
|
1134
|
+
.slide-up-enter-active[data-v-e25b360d],
|
|
1135
|
+
.slide-up-leave-active[data-v-e25b360d] {
|
|
1136
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1005
1137
|
}
|
|
1006
|
-
.
|
|
1007
|
-
|
|
1138
|
+
.slide-up-enter-from[data-v-e25b360d],
|
|
1139
|
+
.slide-up-leave-to[data-v-e25b360d] {
|
|
1140
|
+
transform: translateY(100%);
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
/**
|
|
1144
|
+
* 聊天窗口的样式设置
|
|
1145
|
+
*/
|
|
1146
|
+
.chat-container[data-v-e25b360d] {
|
|
1147
|
+
--header-height: 56px;
|
|
1148
|
+
--chat-padding: 12px;
|
|
1149
|
+
--bubble-content-max-width: 0px;
|
|
1150
|
+
position: fixed;
|
|
1151
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1152
|
+
|
|
1153
|
+
overflow: hidden;
|
|
1154
|
+
z-index: 100;
|
|
1155
|
+
flex-direction: row; /* 横向排列 */
|
|
1156
|
+
height: 100%; /* 父容器高度 */
|
|
1008
1157
|
}
|
|
1009
|
-
.
|
|
1010
|
-
|
|
1158
|
+
.small-window[data-v-e25b360d] {
|
|
1159
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1160
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1161
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1162
|
+
border-radius: 8px;
|
|
1163
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1011
1164
|
}
|
|
1012
|
-
.
|
|
1013
|
-
|
|
1165
|
+
.full-screen[data-v-e25b360d] {
|
|
1166
|
+
right: 0;
|
|
1167
|
+
bottom: 0;
|
|
1168
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1014
1169
|
}
|
|
1015
|
-
.
|
|
1170
|
+
.chat-container > *[data-v-e25b360d] {
|
|
1171
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
/* 聊天窗口的头部样式设置
|
|
1175
|
+
*/
|
|
1176
|
+
.chat-embed__header_container[data-v-e25b360d] {
|
|
1177
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1016
1178
|
display: flex;
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
.organization-tree .item-side {
|
|
1024
|
-
flex: 0 0 10%;
|
|
1025
|
-
text-align: right;
|
|
1179
|
+
align-items: center;
|
|
1180
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1181
|
+
height: var(--header-height);
|
|
1182
|
+
line-height: var(--header-height);
|
|
1183
|
+
overflow: hidden;
|
|
1184
|
+
position: relative;
|
|
1026
1185
|
}
|
|
1027
|
-
.
|
|
1028
|
-
|
|
1186
|
+
.session-subject[data-v-e25b360d] {
|
|
1187
|
+
display: block;
|
|
1188
|
+
margin: 0 auto;
|
|
1189
|
+
text-align: center;
|
|
1190
|
+
font-family: PingFang SC, PingFang SC;
|
|
1191
|
+
font-weight: 500;
|
|
1192
|
+
font-size: 16px;
|
|
1193
|
+
color: #181818;
|
|
1194
|
+
text-align: left;
|
|
1195
|
+
font-style: normal;
|
|
1196
|
+
text-transform: none;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
/* 聊天窗口的头部图标样式设置
|
|
1200
|
+
*/
|
|
1201
|
+
.chat-embed__header_avatar[data-v-e25b360d] {
|
|
1202
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1203
|
+
margin-right: var(--chat-padding);
|
|
1029
1204
|
}
|
|
1030
|
-
.
|
|
1031
|
-
|
|
1032
|
-
|
|
1205
|
+
.chat-embed__header_tool_icon[data-v-e25b360d] {
|
|
1206
|
+
right: 20px;
|
|
1207
|
+
position: absolute;
|
|
1208
|
+
gap: 28px;
|
|
1209
|
+
display: flex;
|
|
1033
1210
|
}
|
|
1034
|
-
.
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
.organization-tree .card-footer .button-area {
|
|
1043
|
-
flex: 0 0 20%;
|
|
1044
|
-
text-align: right;
|
|
1045
|
-
}
|
|
1046
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1047
|
-
color: #409eff;
|
|
1048
|
-
}
|
|
1049
|
-
.row-form-item[data-v-4b5a56cc] {
|
|
1050
|
-
width: 50%;
|
|
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;
|
|
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
|
-
|
|
1110
|
-
.ab-date-range[data-v-2aeaa81d] {
|
|
1111
|
-
display: flex;
|
|
1112
|
-
align-items: center;
|
|
1113
|
-
width: 100%;
|
|
1114
|
-
gap: 8px;
|
|
1115
|
-
box-sizing: border-box;
|
|
1116
|
-
min-width: 0;
|
|
1117
|
-
}
|
|
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%;
|
|
1211
|
+
.chat-embed__sidebar[data-v-e25b360d] {
|
|
1212
|
+
background: #f6f7fa;
|
|
1213
|
+
display: flex;
|
|
1214
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1215
|
+
border-right: 1px solid #ddd;
|
|
1216
|
+
padding: 20px 12px;
|
|
1217
|
+
width: 260px;
|
|
1218
|
+
height: 100%;
|
|
1280
1219
|
}
|
|
1281
1220
|
.chat-embed__main[data-v-e25b360d] {
|
|
1282
1221
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
@@ -1404,45 +1343,92 @@ li[data-v-040fcf55] {
|
|
|
1404
1343
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1405
1344
|
margin: 5px 0;
|
|
1406
1345
|
}
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1346
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1347
|
+
display: inline-flex;
|
|
1348
|
+
vertical-align: middle;
|
|
1410
1349
|
}
|
|
1411
|
-
.
|
|
1412
|
-
|
|
1350
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1351
|
+
font-size: 20px;
|
|
1352
|
+
color: var(--el-color-primary);
|
|
1353
|
+
cursor: pointer;
|
|
1354
|
+
}
|
|
1355
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1356
|
+
margin-bottom: 0px;
|
|
1357
|
+
}
|
|
1358
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1359
|
+
margin-bottom: 5px;
|
|
1360
|
+
text-align: center;
|
|
1361
|
+
}
|
|
1362
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1363
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1364
|
+
width: 100%;
|
|
1365
|
+
}
|
|
1366
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1367
|
+
display: none;
|
|
1368
|
+
}
|
|
1369
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1370
|
+
padding-bottom: 10px;
|
|
1371
|
+
position: fixed;
|
|
1372
|
+
top: 37px;
|
|
1373
|
+
background-color: #ffffff;
|
|
1374
|
+
width: 46%;
|
|
1375
|
+
height: 40px;
|
|
1376
|
+
z-index: 1500;
|
|
1377
|
+
}
|
|
1378
|
+
li[data-v-040fcf55] {
|
|
1379
|
+
color: #333;
|
|
1380
|
+
}
|
|
1381
|
+
.context-menu[data-v-040fcf55] {
|
|
1382
|
+
position: fixed;
|
|
1383
|
+
background: #fff;
|
|
1384
|
+
z-index: 999;
|
|
1385
|
+
padding: 5px;
|
|
1386
|
+
margin: 0;
|
|
1387
|
+
margin-top: 30px;
|
|
1388
|
+
}
|
|
1389
|
+
.context-menu li[data-v-040fcf55] {
|
|
1390
|
+
min-width: 75px;
|
|
1391
|
+
height: 28px;
|
|
1392
|
+
line-height: 28px;
|
|
1393
|
+
text-align: left;
|
|
1394
|
+
color: #1a1a1a;
|
|
1395
|
+
}
|
|
1396
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1397
|
+
background: #42b983;
|
|
1398
|
+
color: #fff;
|
|
1399
|
+
}
|
|
1400
|
+
.context-menu[data-v-040fcf55] {
|
|
1401
|
+
border: 1px solid #eee;
|
|
1402
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1403
|
+
border-radius: 5px;
|
|
1404
|
+
}
|
|
1405
|
+
li[data-v-040fcf55] {
|
|
1406
|
+
list-style-type: none;
|
|
1413
1407
|
}
|
|
1414
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
-
min-width: 300px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
1408
|
.searchResult {
|
|
1419
1409
|
color: red;
|
|
1420
1410
|
}
|
|
1421
1411
|
.inline-input-custom {
|
|
1422
|
-
width:
|
|
1412
|
+
width: 90%;
|
|
1423
1413
|
}
|
|
1424
1414
|
.el-autocomplete-suggestion.el-popper {
|
|
1425
1415
|
min-width: 300px;
|
|
1426
1416
|
}
|
|
1427
1417
|
|
|
1428
1418
|
.searchResult {
|
|
1429
|
-
|
|
1419
|
+
color: red;
|
|
1430
1420
|
}
|
|
1431
1421
|
.inline-select-custom {
|
|
1432
|
-
|
|
1422
|
+
width: 100px;
|
|
1433
1423
|
}
|
|
1434
1424
|
.inline-input-custom {
|
|
1435
|
-
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.searchResult {
|
|
1439
|
-
color: red;
|
|
1425
|
+
width: 98%;
|
|
1440
1426
|
}
|
|
1441
|
-
.
|
|
1442
|
-
|
|
1427
|
+
.searchDepartmentUser {
|
|
1428
|
+
width: 250px;
|
|
1443
1429
|
}
|
|
1444
|
-
.
|
|
1445
|
-
|
|
1430
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1431
|
+
min-width: 300px;
|
|
1446
1432
|
}
|
|
1447
1433
|
|
|
1448
1434
|
.searchResult {
|
|
@@ -1462,34 +1448,33 @@ li[data-v-040fcf55] {
|
|
|
1462
1448
|
}
|
|
1463
1449
|
|
|
1464
1450
|
.searchResult {
|
|
1465
|
-
|
|
1451
|
+
color: red;
|
|
1466
1452
|
}
|
|
1467
1453
|
.inline-select-custom {
|
|
1468
|
-
|
|
1454
|
+
width: 100px;
|
|
1469
1455
|
}
|
|
1470
1456
|
.inline-input-custom {
|
|
1471
|
-
|
|
1457
|
+
width: 98%;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.searchResult {
|
|
1461
|
+
color: red;
|
|
1472
1462
|
}
|
|
1473
|
-
.
|
|
1474
|
-
width:
|
|
1463
|
+
.inline-input-custom {
|
|
1464
|
+
width: 100% !important;
|
|
1475
1465
|
}
|
|
1476
1466
|
.el-autocomplete-suggestion.el-popper {
|
|
1477
1467
|
min-width: 300px;
|
|
1478
1468
|
}
|
|
1479
1469
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1482
|
-
}
|
|
1483
|
-
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
|
-
margin-bottom: 0px;
|
|
1470
|
+
.searchResult {
|
|
1471
|
+
color: red;
|
|
1485
1472
|
}
|
|
1486
|
-
.
|
|
1487
|
-
|
|
1488
|
-
/* 可选:间距更美观 */
|
|
1473
|
+
.inline-select-custom {
|
|
1474
|
+
width: 100px;
|
|
1489
1475
|
}
|
|
1490
|
-
.
|
|
1491
|
-
|
|
1492
|
-
width: 100%;
|
|
1476
|
+
.inline-input-custom {
|
|
1477
|
+
width: 98%;
|
|
1493
1478
|
}
|
|
1494
1479
|
|
|
1495
1480
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1544,6 +1529,21 @@ li[data-v-040fcf55] {
|
|
|
1544
1529
|
color:#409EFF
|
|
1545
1530
|
}
|
|
1546
1531
|
|
|
1532
|
+
.grid-search-form[data-v-04817310] {
|
|
1533
|
+
overflow: auto;
|
|
1534
|
+
}
|
|
1535
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1536
|
+
margin-bottom: 0px;
|
|
1537
|
+
}
|
|
1538
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1539
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1540
|
+
/* 可选:间距更美观 */
|
|
1541
|
+
}
|
|
1542
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1543
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1544
|
+
width: 100%;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
1547
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1548
1548
|
width: 100%;
|
|
1549
1549
|
height: calc(100vh - 48px);
|
|
@@ -1605,7 +1605,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
|
|
1608
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1609
1612
|
background-color: #eee;
|
|
1610
1613
|
width: 100%;
|
|
1611
1614
|
border: 1px solid #ccc;
|
|
@@ -1624,37 +1627,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1624
1627
|
}
|
|
1625
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1626
1629
|
margin: 0 5px;
|
|
1627
|
-
}[data-v-455b2ba2] .super-icon {
|
|
1628
|
-
width: 20px !important;
|
|
1629
|
-
height: 20px !important;
|
|
1630
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
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 {
|
|
1647
|
-
width: 100%;
|
|
1648
|
-
}
|
|
1649
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
-
width: 100%;
|
|
1651
|
-
}
|
|
1652
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1653
|
-
padding-right: 24px;
|
|
1654
|
-
}
|
|
1655
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1656
|
-
padding-left: 10px;
|
|
1657
|
-
padding-bottom: 16px;
|
|
1658
1633
|
}.annex-cell[data-v-bbad0ee0] {
|
|
1659
1634
|
padding-right: 5px;
|
|
1660
1635
|
cursor: pointer;
|
|
@@ -1702,19 +1677,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1702
1677
|
}
|
|
1703
1678
|
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1704
1679
|
display: inline;
|
|
1680
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
|
+
margin-bottom: 0px;
|
|
1705
1682
|
}
|
|
1706
|
-
.grid-search-form[data-v-
|
|
1707
|
-
|
|
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;
|
|
1708
1688
|
}
|
|
1709
|
-
.grid-search-form[data-v-
|
|
1710
|
-
|
|
1711
|
-
|
|
1689
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1690
|
+
margin-bottom: 5px;
|
|
1691
|
+
text-align: center;
|
|
1712
1692
|
}
|
|
1713
|
-
.grid-search-form[data-v-
|
|
1714
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1693
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1715
1694
|
width: 100%;
|
|
1716
|
-
}
|
|
1717
|
-
.grid-search-form
|
|
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
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1706
|
overflow: auto;
|
|
1719
1707
|
}
|
|
1720
1708
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1751,6 +1739,18 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1751
1739
|
width: 50%;
|
|
1752
1740
|
height: 40px;
|
|
1753
1741
|
}
|
|
1742
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1743
|
+
margin-bottom: 0px;
|
|
1744
|
+
}
|
|
1745
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1746
|
+
margin-bottom: 5px;
|
|
1747
|
+
text-align: center;
|
|
1748
|
+
}
|
|
1749
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1750
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
1754
|
.searchResult {
|
|
1755
1755
|
color: red;
|
|
1756
1756
|
}
|
|
@@ -1770,13 +1770,269 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1770
|
.inline-input-custom {
|
|
1771
1771
|
width: 98%;
|
|
1772
1772
|
}
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1773
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
1774
|
+
font-size: 12px;
|
|
1775
|
+
}
|
|
1776
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1777
|
+
border: 1px solid #dcdfe6;
|
|
1778
|
+
padding: 4px 8px;
|
|
1779
|
+
background-clip: padding-box;
|
|
1780
|
+
overflow: hidden;
|
|
1781
|
+
display: inline-flex;
|
|
1782
|
+
align-items: center;
|
|
1783
|
+
}
|
|
1784
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1785
|
+
margin-right: 18px;
|
|
1786
|
+
max-width: 160px;
|
|
1787
|
+
overflow: hidden;
|
|
1788
|
+
text-overflow: ellipsis;
|
|
1789
|
+
white-space: nowrap;
|
|
1790
|
+
}
|
|
1791
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1792
|
+
font-weight: 600;
|
|
1793
|
+
margin-left: 4px;
|
|
1794
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1795
|
+
border: 1px solid #dcdfe6;
|
|
1796
|
+
padding: 4px 8px;
|
|
1797
|
+
background-clip: padding-box;
|
|
1798
|
+
overflow: hidden;
|
|
1799
|
+
display: inline-flex;
|
|
1800
|
+
align-items: center;
|
|
1801
|
+
}
|
|
1802
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1803
|
+
margin-right: 18px;
|
|
1804
|
+
max-width: 160px;
|
|
1805
|
+
overflow: hidden;
|
|
1806
|
+
text-overflow: ellipsis;
|
|
1807
|
+
white-space: nowrap;
|
|
1808
|
+
}
|
|
1809
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1810
|
+
font-weight: 600;
|
|
1811
|
+
margin-left: 4px;
|
|
1812
|
+
}
|
|
1813
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
1814
|
+
display: flex;
|
|
1815
|
+
align-items: center;
|
|
1816
|
+
justify-content: space-between;
|
|
1817
|
+
gap: 10px;
|
|
1818
|
+
width: 100%;
|
|
1819
|
+
.footer-time[data-v-ffbde6f9] {
|
|
1820
|
+
font-size: 10px;
|
|
1821
|
+
color: #999;
|
|
1822
|
+
margin-top: 3px;
|
|
1823
|
+
flex-shrink: 0;
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
.footer-container[data-v-ffbde6f9] {
|
|
1827
|
+
display: flex;
|
|
1828
|
+
gap: 8px;
|
|
1829
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1830
|
+
margin-left: 0;
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
[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 {
|
|
1834
|
+
user-select: text !important;
|
|
1835
|
+
-webkit-user-select: text !important;
|
|
1836
|
+
-moz-user-select: text !important;
|
|
1837
|
+
-ms-user-select: text !important;
|
|
1838
|
+
}
|
|
1839
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
1840
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
1841
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1842
|
+
}
|
|
1843
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
1844
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
1845
|
+
transform: translateY(100%);
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
/**
|
|
1849
|
+
* 聊天窗口的样式设置
|
|
1850
|
+
*/
|
|
1851
|
+
.chat-container[data-v-bc196b97] {
|
|
1852
|
+
--header-height: 56px;
|
|
1853
|
+
--chat-padding: 12px;
|
|
1854
|
+
--bubble-content-max-width: 0px;
|
|
1855
|
+
position: fixed;
|
|
1856
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1857
|
+
|
|
1858
|
+
overflow: hidden;
|
|
1859
|
+
z-index: 100;
|
|
1860
|
+
flex-direction: row; /* 横向排列 */
|
|
1861
|
+
height: 100%; /* 父容器高度 */
|
|
1862
|
+
}
|
|
1863
|
+
.small-window[data-v-bc196b97] {
|
|
1864
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1865
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1866
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1867
|
+
border-radius: 8px;
|
|
1868
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1869
|
+
}
|
|
1870
|
+
.full-screen[data-v-bc196b97] {
|
|
1871
|
+
right: 0;
|
|
1872
|
+
bottom: 0;
|
|
1873
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
1874
|
+
}
|
|
1875
|
+
.chat-container > *[data-v-bc196b97] {
|
|
1876
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
/* 聊天窗口的头部样式设置
|
|
1880
|
+
*/
|
|
1881
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
1882
|
+
/* border-bottom: 1px solid #ddd; */
|
|
1883
|
+
display: flex;
|
|
1884
|
+
align-items: center;
|
|
1885
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1886
|
+
height: var(--header-height);
|
|
1887
|
+
line-height: var(--header-height);
|
|
1888
|
+
overflow: hidden;
|
|
1889
|
+
position: relative;
|
|
1890
|
+
}
|
|
1891
|
+
.session-subject[data-v-bc196b97] {
|
|
1892
|
+
display: block;
|
|
1893
|
+
margin: 0 auto;
|
|
1894
|
+
text-align: center;
|
|
1895
|
+
font-family: PingFang SC, PingFang SC;
|
|
1896
|
+
font-weight: 500;
|
|
1897
|
+
font-size: 16px;
|
|
1898
|
+
color: #181818;
|
|
1899
|
+
text-align: left;
|
|
1900
|
+
font-style: normal;
|
|
1901
|
+
text-transform: none;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
/* 聊天窗口的头部图标样式设置
|
|
1905
|
+
*/
|
|
1906
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
1907
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
1908
|
+
margin-right: var(--chat-padding);
|
|
1909
|
+
}
|
|
1910
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
1911
|
+
right: 20px;
|
|
1912
|
+
position: absolute;
|
|
1913
|
+
gap: 28px;
|
|
1914
|
+
display: flex;
|
|
1915
|
+
}
|
|
1916
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
1917
|
+
background: #f6f7fa;
|
|
1918
|
+
display: flex;
|
|
1919
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
1920
|
+
border-right: 1px solid #ddd;
|
|
1921
|
+
padding: 20px 12px;
|
|
1922
|
+
width: 260px;
|
|
1923
|
+
height: 100%;
|
|
1924
|
+
}
|
|
1925
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
1926
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1927
|
+
box-sizing: border-box;
|
|
1928
|
+
overflow: hidden;
|
|
1929
|
+
position: relative;
|
|
1930
|
+
display: flex;
|
|
1931
|
+
flex-direction: column;
|
|
1932
|
+
height: var(--main-content-height);
|
|
1933
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1934
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
1935
|
+
}
|
|
1936
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
1937
|
+
flex: 1;
|
|
1938
|
+
box-sizing: border-box;
|
|
1939
|
+
min-height: 0;
|
|
1940
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1941
|
+
/* overflow-y: auto;
|
|
1942
|
+
margin-bottom: 12px; */
|
|
1943
|
+
}
|
|
1944
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
1945
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
1946
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
1947
|
+
}
|
|
1948
|
+
.header-icon[data-v-bc196b97] {
|
|
1949
|
+
cursor: pointer;
|
|
1950
|
+
font-size: 20px;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
/* 聊天默认推荐内容样式
|
|
1954
|
+
*/
|
|
1955
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
1956
|
+
margin-top: 5px;
|
|
1957
|
+
}
|
|
1958
|
+
.content-container[data-v-bc196b97] {
|
|
1959
|
+
padding: 16px;
|
|
1960
|
+
border-radius: 4px;
|
|
1961
|
+
background: #ffffff;
|
|
1962
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1963
|
+
border-radius: 0px 30px 30px 30px;
|
|
1964
|
+
/* opacity: 0.6; */
|
|
1965
|
+
}
|
|
1966
|
+
.chat-content-font[data-v-bc196b97] {
|
|
1967
|
+
font-family: PingFang SC, PingFang SC;
|
|
1968
|
+
font-weight: 500;
|
|
1969
|
+
font-size: 16px;
|
|
1970
|
+
color: #181818;
|
|
1971
|
+
line-height: 32px;
|
|
1972
|
+
text-align: justified;
|
|
1973
|
+
font-style: normal;
|
|
1974
|
+
text-transform: none;
|
|
1975
|
+
}
|
|
1976
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1977
|
+
border: none !important;
|
|
1978
|
+
}
|
|
1979
|
+
.content-container-header[data-v-bc196b97] {
|
|
1980
|
+
font-size: 12px;
|
|
1981
|
+
color: #909399;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
/**
|
|
1985
|
+
// 用户消息
|
|
1986
|
+
*/
|
|
1987
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
1988
|
+
background: #e1ecfd;
|
|
1989
|
+
border-radius: 20px 0px 20px 20px;
|
|
1990
|
+
user-select: none;
|
|
1991
|
+
padding: 12px;
|
|
1992
|
+
cursor: pointer;
|
|
1993
|
+
transition: background-color 0.3s;
|
|
1994
|
+
&[data-v-bc196b97]:hover {
|
|
1995
|
+
background-color: #ebeef5;
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
.footer-container[data-v-bc196b97] {
|
|
1999
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2000
|
+
margin-left: 8px;
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2004
|
+
padding: 0;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
/* 引用文件样式 */
|
|
2008
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
padding: 10px;
|
|
2011
|
+
margin-bottom: 5px;
|
|
2012
|
+
border: 1px solid #eee;
|
|
2013
|
+
border-radius: 4px;
|
|
2014
|
+
cursor: pointer;
|
|
2015
|
+
font-size: 12px;
|
|
2016
|
+
color: var(--el-color-primary);
|
|
2017
|
+
}
|
|
2018
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2019
|
+
padding: 0;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2023
|
+
display: flex;
|
|
2024
|
+
align-items: center;
|
|
2025
|
+
flex-shrink: 0;
|
|
2026
|
+
min-width: max-content;
|
|
2027
|
+
margin-left: auto;
|
|
2028
|
+
gap: 10px;
|
|
2029
|
+
}
|
|
2030
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2031
|
+
display: flex;
|
|
2032
|
+
align-items: center;
|
|
2033
|
+
justify-content: center;
|
|
2034
|
+
margin-top: 10px;
|
|
2035
|
+
gap: 10px;
|
|
1780
2036
|
}
|
|
1781
2037
|
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1782
2038
|
position: relative;
|
|
@@ -1819,8 +2075,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1819
2075
|
}
|
|
1820
2076
|
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1821
2077
|
margin-left: 5px;
|
|
1822
|
-
}[data-v-90635647] .el-range-separator {
|
|
1823
|
-
min-width: 20px;
|
|
1824
2078
|
}[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 {
|
|
1825
2079
|
user-select: text !important;
|
|
1826
2080
|
-webkit-user-select: text !important;
|
|
@@ -2084,265 +2338,33 @@ h4[data-v-0b0c189e] {
|
|
|
2084
2338
|
}
|
|
2085
2339
|
.el-button.is-circle[data-v-0b0c189e] {
|
|
2086
2340
|
border-radius: 50% !important;
|
|
2087
|
-
padding: 8px;
|
|
2088
|
-
width: 32px;
|
|
2089
|
-
}
|
|
2090
|
-
.send-icon[data-v-0b0c189e] {
|
|
2091
|
-
cursor: pointer;
|
|
2092
|
-
}
|
|
2093
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2094
|
-
margin: 0 0;
|
|
2095
|
-
}[data-v-
|
|
2096
|
-
user-select: text !important;
|
|
2097
|
-
-webkit-user-select: text !important;
|
|
2098
|
-
-moz-user-select: text !important;
|
|
2099
|
-
-ms-user-select: text !important;
|
|
2100
|
-
}
|
|
2101
|
-
.slide-up-enter-active[data-v-bc196b97],
|
|
2102
|
-
.slide-up-leave-active[data-v-bc196b97] {
|
|
2103
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2104
|
-
}
|
|
2105
|
-
.slide-up-enter-from[data-v-bc196b97],
|
|
2106
|
-
.slide-up-leave-to[data-v-bc196b97] {
|
|
2107
|
-
transform: translateY(100%);
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
/**
|
|
2111
|
-
* 聊天窗口的样式设置
|
|
2112
|
-
*/
|
|
2113
|
-
.chat-container[data-v-bc196b97] {
|
|
2114
|
-
--header-height: 56px;
|
|
2115
|
-
--chat-padding: 12px;
|
|
2116
|
-
--bubble-content-max-width: 0px;
|
|
2117
|
-
position: fixed;
|
|
2118
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2119
|
-
|
|
2120
|
-
overflow: hidden;
|
|
2121
|
-
z-index: 100;
|
|
2122
|
-
flex-direction: row; /* 横向排列 */
|
|
2123
|
-
height: 100%; /* 父容器高度 */
|
|
2124
|
-
}
|
|
2125
|
-
.small-window[data-v-bc196b97] {
|
|
2126
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2127
|
-
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2128
|
-
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2129
|
-
border-radius: 8px;
|
|
2130
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2131
|
-
}
|
|
2132
|
-
.full-screen[data-v-bc196b97] {
|
|
2133
|
-
right: 0;
|
|
2134
|
-
bottom: 0;
|
|
2135
|
-
--main-content-height: calc(100vh - var(--header-height));
|
|
2136
|
-
}
|
|
2137
|
-
.chat-container > *[data-v-bc196b97] {
|
|
2138
|
-
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
/* 聊天窗口的头部样式设置
|
|
2142
|
-
*/
|
|
2143
|
-
.chat-embed__header_container[data-v-bc196b97] {
|
|
2144
|
-
/* border-bottom: 1px solid #ddd; */
|
|
2145
|
-
display: flex;
|
|
2146
|
-
align-items: center;
|
|
2147
|
-
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2148
|
-
height: var(--header-height);
|
|
2149
|
-
line-height: var(--header-height);
|
|
2150
|
-
overflow: hidden;
|
|
2151
|
-
position: relative;
|
|
2152
|
-
}
|
|
2153
|
-
.session-subject[data-v-bc196b97] {
|
|
2154
|
-
display: block;
|
|
2155
|
-
margin: 0 auto;
|
|
2156
|
-
text-align: center;
|
|
2157
|
-
font-family: PingFang SC, PingFang SC;
|
|
2158
|
-
font-weight: 500;
|
|
2159
|
-
font-size: 16px;
|
|
2160
|
-
color: #181818;
|
|
2161
|
-
text-align: left;
|
|
2162
|
-
font-style: normal;
|
|
2163
|
-
text-transform: none;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
/* 聊天窗口的头部图标样式设置
|
|
2167
|
-
*/
|
|
2168
|
-
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2169
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
2170
|
-
margin-right: var(--chat-padding);
|
|
2171
|
-
}
|
|
2172
|
-
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2173
|
-
right: 20px;
|
|
2174
|
-
position: absolute;
|
|
2175
|
-
gap: 28px;
|
|
2176
|
-
display: flex;
|
|
2177
|
-
}
|
|
2178
|
-
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2179
|
-
background: #f6f7fa;
|
|
2180
|
-
display: flex;
|
|
2181
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
2182
|
-
border-right: 1px solid #ddd;
|
|
2183
|
-
padding: 20px 12px;
|
|
2184
|
-
width: 260px;
|
|
2185
|
-
height: 100%;
|
|
2186
|
-
}
|
|
2187
|
-
.chat-embed__main[data-v-bc196b97] {
|
|
2188
|
-
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2189
|
-
box-sizing: border-box;
|
|
2190
|
-
overflow: hidden;
|
|
2191
|
-
position: relative;
|
|
2192
|
-
display: flex;
|
|
2193
|
-
flex-direction: column;
|
|
2194
|
-
height: var(--main-content-height);
|
|
2195
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2196
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
2197
|
-
}
|
|
2198
|
-
.chat-embed__main_content[data-v-bc196b97] {
|
|
2199
|
-
flex: 1;
|
|
2200
|
-
box-sizing: border-box;
|
|
2201
|
-
min-height: 0;
|
|
2202
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2203
|
-
/* overflow-y: auto;
|
|
2204
|
-
margin-bottom: 12px; */
|
|
2205
|
-
}
|
|
2206
|
-
.chat-embed__input_container[data-v-bc196b97] {
|
|
2207
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
2208
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
2209
|
-
}
|
|
2210
|
-
.header-icon[data-v-bc196b97] {
|
|
2211
|
-
cursor: pointer;
|
|
2212
|
-
font-size: 20px;
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
/* 聊天默认推荐内容样式
|
|
2216
|
-
*/
|
|
2217
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2218
|
-
margin-top: 5px;
|
|
2219
|
-
}
|
|
2220
|
-
.content-container[data-v-bc196b97] {
|
|
2221
|
-
padding: 16px;
|
|
2222
|
-
border-radius: 4px;
|
|
2223
|
-
background: #ffffff;
|
|
2224
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2225
|
-
border-radius: 0px 30px 30px 30px;
|
|
2226
|
-
/* opacity: 0.6; */
|
|
2227
|
-
}
|
|
2228
|
-
.chat-content-font[data-v-bc196b97] {
|
|
2229
|
-
font-family: PingFang SC, PingFang SC;
|
|
2230
|
-
font-weight: 500;
|
|
2231
|
-
font-size: 16px;
|
|
2232
|
-
color: #181818;
|
|
2233
|
-
line-height: 32px;
|
|
2234
|
-
text-align: justified;
|
|
2235
|
-
font-style: normal;
|
|
2236
|
-
text-transform: none;
|
|
2237
|
-
}
|
|
2238
|
-
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2239
|
-
border: none !important;
|
|
2240
|
-
}
|
|
2241
|
-
.content-container-header[data-v-bc196b97] {
|
|
2242
|
-
font-size: 12px;
|
|
2243
|
-
color: #909399;
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
/**
|
|
2247
|
-
// 用户消息
|
|
2248
|
-
*/
|
|
2249
|
-
.content-borderless-container[data-v-bc196b97] {
|
|
2250
|
-
background: #e1ecfd;
|
|
2251
|
-
border-radius: 20px 0px 20px 20px;
|
|
2252
|
-
user-select: none;
|
|
2253
|
-
padding: 12px;
|
|
2254
|
-
cursor: pointer;
|
|
2255
|
-
transition: background-color 0.3s;
|
|
2256
|
-
&[data-v-bc196b97]:hover {
|
|
2257
|
-
background-color: #ebeef5;
|
|
2258
|
-
}
|
|
2259
|
-
}
|
|
2260
|
-
.footer-container[data-v-bc196b97] {
|
|
2261
|
-
[data-v-bc196b97] .el-button + .el-button {
|
|
2262
|
-
margin-left: 8px;
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2266
|
-
padding: 0;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
/* 引用文件样式 */
|
|
2270
|
-
.doc-agg-item[data-v-bc196b97] {
|
|
2271
|
-
width: 100%;
|
|
2272
|
-
padding: 10px;
|
|
2273
|
-
margin-bottom: 5px;
|
|
2274
|
-
border: 1px solid #eee;
|
|
2275
|
-
border-radius: 4px;
|
|
2276
|
-
cursor: pointer;
|
|
2277
|
-
font-size: 12px;
|
|
2278
|
-
color: var(--el-color-primary);
|
|
2279
|
-
}
|
|
2280
|
-
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2281
|
-
padding: 0;
|
|
2282
|
-
}
|
|
2283
|
-
|
|
2284
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2285
|
-
display: flex;
|
|
2286
|
-
align-items: center;
|
|
2287
|
-
flex-shrink: 0;
|
|
2288
|
-
min-width: max-content;
|
|
2289
|
-
margin-left: auto;
|
|
2290
|
-
gap: 10px;
|
|
2291
|
-
}
|
|
2292
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2293
|
-
display: flex;
|
|
2294
|
-
align-items: center;
|
|
2295
|
-
justify-content: center;
|
|
2296
|
-
margin-top: 10px;
|
|
2297
|
-
gap: 10px;
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2301
|
-
display: flex;
|
|
2302
|
-
align-items: center;
|
|
2303
|
-
justify-content: space-between;
|
|
2304
|
-
gap: 10px;
|
|
2305
|
-
width: 100%;
|
|
2306
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2307
|
-
font-size: 10px;
|
|
2308
|
-
color: #999;
|
|
2309
|
-
margin-top: 3px;
|
|
2310
|
-
flex-shrink: 0;
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2314
|
-
display: flex;
|
|
2315
|
-
gap: 8px;
|
|
2316
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2317
|
-
margin-left: 0;
|
|
2318
|
-
}
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2322
|
-
width: 100%;
|
|
2323
|
-
height: 100%;
|
|
2324
|
-
border: none;
|
|
2325
|
-
opacity: 1;
|
|
2326
|
-
}
|
|
2327
|
-
[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 {
|
|
2341
|
+
padding: 8px;
|
|
2342
|
+
width: 32px;
|
|
2343
|
+
}
|
|
2344
|
+
.send-icon[data-v-0b0c189e] {
|
|
2345
|
+
cursor: pointer;
|
|
2346
|
+
}
|
|
2347
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2348
|
+
margin: 0 0;
|
|
2349
|
+
}[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 {
|
|
2328
2350
|
user-select: text !important;
|
|
2329
2351
|
-webkit-user-select: text !important;
|
|
2330
2352
|
-moz-user-select: text !important;
|
|
2331
2353
|
-ms-user-select: text !important;
|
|
2332
2354
|
}
|
|
2333
|
-
.slide-up-enter-active[data-v-
|
|
2334
|
-
.slide-up-leave-active[data-v-
|
|
2355
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2356
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2335
2357
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2336
2358
|
}
|
|
2337
|
-
.slide-up-enter-from[data-v-
|
|
2338
|
-
.slide-up-leave-to[data-v-
|
|
2359
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2360
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2339
2361
|
transform: translateY(100%);
|
|
2340
2362
|
}
|
|
2341
2363
|
|
|
2342
2364
|
/**
|
|
2343
2365
|
* 聊天窗口的样式设置
|
|
2344
2366
|
*/
|
|
2345
|
-
.chat-container[data-v-
|
|
2367
|
+
.chat-container[data-v-e9aa835d] {
|
|
2346
2368
|
--header-height: 56px;
|
|
2347
2369
|
--chat-padding: 12px;
|
|
2348
2370
|
--bubble-content-max-width: 0px;
|
|
@@ -2354,25 +2376,25 @@ h4[data-v-0b0c189e] {
|
|
|
2354
2376
|
flex-direction: row; /* 横向排列 */
|
|
2355
2377
|
height: 100%; /* 父容器高度 */
|
|
2356
2378
|
}
|
|
2357
|
-
.small-window[data-v-
|
|
2379
|
+
.small-window[data-v-e9aa835d] {
|
|
2358
2380
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2359
2381
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2360
2382
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2361
2383
|
border-radius: 8px;
|
|
2362
2384
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2363
2385
|
}
|
|
2364
|
-
.full-screen[data-v-
|
|
2386
|
+
.full-screen[data-v-e9aa835d] {
|
|
2365
2387
|
right: 0;
|
|
2366
2388
|
bottom: 0;
|
|
2367
2389
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2368
2390
|
}
|
|
2369
|
-
.chat-container > *[data-v-
|
|
2391
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2370
2392
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2371
2393
|
}
|
|
2372
2394
|
|
|
2373
2395
|
/* 聊天窗口的头部样式设置
|
|
2374
2396
|
*/
|
|
2375
|
-
.chat-embed__header_container[data-v-
|
|
2397
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2376
2398
|
/* border-bottom: 1px solid #ddd; */
|
|
2377
2399
|
display: flex;
|
|
2378
2400
|
align-items: center;
|
|
@@ -2382,7 +2404,7 @@ h4[data-v-0b0c189e] {
|
|
|
2382
2404
|
overflow: hidden;
|
|
2383
2405
|
position: relative;
|
|
2384
2406
|
}
|
|
2385
|
-
.session-subject[data-v-
|
|
2407
|
+
.session-subject[data-v-e9aa835d] {
|
|
2386
2408
|
display: block;
|
|
2387
2409
|
margin: 0 auto;
|
|
2388
2410
|
text-align: center;
|
|
@@ -2397,17 +2419,17 @@ h4[data-v-0b0c189e] {
|
|
|
2397
2419
|
|
|
2398
2420
|
/* 聊天窗口的头部图标样式设置
|
|
2399
2421
|
*/
|
|
2400
|
-
.chat-embed__header_avatar[data-v-
|
|
2422
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2401
2423
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2402
2424
|
margin-right: var(--chat-padding);
|
|
2403
2425
|
}
|
|
2404
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2426
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2405
2427
|
right: 20px;
|
|
2406
2428
|
position: absolute;
|
|
2407
2429
|
gap: 28px;
|
|
2408
2430
|
display: flex;
|
|
2409
2431
|
}
|
|
2410
|
-
.chat-embed__sidebar[data-v-
|
|
2432
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2411
2433
|
background: #f6f7fa;
|
|
2412
2434
|
display: flex;
|
|
2413
2435
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2416,7 +2438,7 @@ h4[data-v-0b0c189e] {
|
|
|
2416
2438
|
width: 260px;
|
|
2417
2439
|
height: 100%;
|
|
2418
2440
|
}
|
|
2419
|
-
.chat-embed__main[data-v-
|
|
2441
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2420
2442
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2421
2443
|
box-sizing: border-box;
|
|
2422
2444
|
overflow: hidden;
|
|
@@ -2427,7 +2449,7 @@ h4[data-v-0b0c189e] {
|
|
|
2427
2449
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2428
2450
|
overflow: hidden; /* 防止内容溢出 */
|
|
2429
2451
|
}
|
|
2430
|
-
.chat-embed__main_content[data-v-
|
|
2452
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2431
2453
|
flex: 1;
|
|
2432
2454
|
box-sizing: border-box;
|
|
2433
2455
|
min-height: 0;
|
|
@@ -2435,21 +2457,21 @@ h4[data-v-0b0c189e] {
|
|
|
2435
2457
|
/* overflow-y: auto;
|
|
2436
2458
|
margin-bottom: 12px; */
|
|
2437
2459
|
}
|
|
2438
|
-
.chat-embed__input_container[data-v-
|
|
2460
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2439
2461
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2440
2462
|
/* margin-bottom: 50px; 距离底部 */
|
|
2441
2463
|
}
|
|
2442
|
-
.header-icon[data-v-
|
|
2464
|
+
.header-icon[data-v-e9aa835d] {
|
|
2443
2465
|
cursor: pointer;
|
|
2444
2466
|
font-size: 20px;
|
|
2445
2467
|
}
|
|
2446
2468
|
|
|
2447
2469
|
/* 聊天默认推荐内容样式
|
|
2448
2470
|
*/
|
|
2449
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2471
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2450
2472
|
margin-top: 5px;
|
|
2451
2473
|
}
|
|
2452
|
-
.content-container[data-v-
|
|
2474
|
+
.content-container[data-v-e9aa835d] {
|
|
2453
2475
|
padding: 16px;
|
|
2454
2476
|
border-radius: 4px;
|
|
2455
2477
|
background: #ffffff;
|
|
@@ -2457,7 +2479,7 @@ h4[data-v-0b0c189e] {
|
|
|
2457
2479
|
border-radius: 0px 30px 30px 30px;
|
|
2458
2480
|
/* opacity: 0.6; */
|
|
2459
2481
|
}
|
|
2460
|
-
.chat-content-font[data-v-
|
|
2482
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2461
2483
|
font-family: PingFang SC, PingFang SC;
|
|
2462
2484
|
font-weight: 500;
|
|
2463
2485
|
font-size: 16px;
|
|
@@ -2467,10 +2489,10 @@ h4[data-v-0b0c189e] {
|
|
|
2467
2489
|
font-style: normal;
|
|
2468
2490
|
text-transform: none;
|
|
2469
2491
|
}
|
|
2470
|
-
[data-v-
|
|
2492
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2471
2493
|
border: none !important;
|
|
2472
2494
|
}
|
|
2473
|
-
.content-container-header[data-v-
|
|
2495
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2474
2496
|
font-size: 12px;
|
|
2475
2497
|
color: #909399;
|
|
2476
2498
|
}
|
|
@@ -2478,28 +2500,28 @@ h4[data-v-0b0c189e] {
|
|
|
2478
2500
|
/**
|
|
2479
2501
|
// 用户消息
|
|
2480
2502
|
*/
|
|
2481
|
-
.content-borderless-container[data-v-
|
|
2503
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2482
2504
|
background: #e1ecfd;
|
|
2483
2505
|
border-radius: 20px 0px 20px 20px;
|
|
2484
2506
|
user-select: none;
|
|
2485
2507
|
padding: 12px;
|
|
2486
2508
|
cursor: pointer;
|
|
2487
2509
|
transition: background-color 0.3s;
|
|
2488
|
-
&[data-v-
|
|
2510
|
+
&[data-v-e9aa835d]:hover {
|
|
2489
2511
|
background-color: #ebeef5;
|
|
2490
2512
|
}
|
|
2491
2513
|
}
|
|
2492
|
-
.footer-container[data-v-
|
|
2493
|
-
[data-v-
|
|
2514
|
+
.footer-container[data-v-e9aa835d] {
|
|
2515
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2494
2516
|
margin-left: 8px;
|
|
2495
2517
|
}
|
|
2496
2518
|
}
|
|
2497
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2519
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2498
2520
|
padding: 0;
|
|
2499
2521
|
}
|
|
2500
2522
|
|
|
2501
2523
|
/* 引用文件样式 */
|
|
2502
|
-
.doc-agg-item[data-v-
|
|
2524
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2503
2525
|
width: 100%;
|
|
2504
2526
|
padding: 10px;
|
|
2505
2527
|
margin-bottom: 5px;
|
|
@@ -2509,35 +2531,28 @@ h4[data-v-0b0c189e] {
|
|
|
2509
2531
|
font-size: 12px;
|
|
2510
2532
|
color: var(--el-color-primary);
|
|
2511
2533
|
}
|
|
2512
|
-
.elx-xmarkdown-container[data-v-
|
|
2534
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2513
2535
|
padding: 0;
|
|
2514
2536
|
}
|
|
2515
|
-
|
|
2516
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2517
|
-
width: 100%;
|
|
2518
|
-
height: 100%;
|
|
2519
|
-
border: none;
|
|
2520
|
-
opacity: 1;
|
|
2521
|
-
}
|
|
2522
|
-
[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 {
|
|
2537
|
+
[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 {
|
|
2523
2538
|
user-select: text !important;
|
|
2524
2539
|
-webkit-user-select: text !important;
|
|
2525
2540
|
-moz-user-select: text !important;
|
|
2526
2541
|
-ms-user-select: text !important;
|
|
2527
2542
|
}
|
|
2528
|
-
.slide-up-enter-active[data-v-
|
|
2529
|
-
.slide-up-leave-active[data-v-
|
|
2543
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2544
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2530
2545
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2531
2546
|
}
|
|
2532
|
-
.slide-up-enter-from[data-v-
|
|
2533
|
-
.slide-up-leave-to[data-v-
|
|
2547
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2548
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2534
2549
|
transform: translateY(100%);
|
|
2535
2550
|
}
|
|
2536
2551
|
|
|
2537
2552
|
/**
|
|
2538
2553
|
* 聊天窗口的样式设置
|
|
2539
2554
|
*/
|
|
2540
|
-
.chat-container[data-v-
|
|
2555
|
+
.chat-container[data-v-45fbaf17] {
|
|
2541
2556
|
--header-height: 56px;
|
|
2542
2557
|
--chat-padding: 12px;
|
|
2543
2558
|
--bubble-content-max-width: 0px;
|
|
@@ -2549,25 +2564,25 @@ h4[data-v-0b0c189e] {
|
|
|
2549
2564
|
flex-direction: row; /* 横向排列 */
|
|
2550
2565
|
height: 100%; /* 父容器高度 */
|
|
2551
2566
|
}
|
|
2552
|
-
.small-window[data-v-
|
|
2567
|
+
.small-window[data-v-45fbaf17] {
|
|
2553
2568
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2554
2569
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2555
2570
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2556
2571
|
border-radius: 8px;
|
|
2557
2572
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2558
2573
|
}
|
|
2559
|
-
.full-screen[data-v-
|
|
2574
|
+
.full-screen[data-v-45fbaf17] {
|
|
2560
2575
|
right: 0;
|
|
2561
2576
|
bottom: 0;
|
|
2562
2577
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2563
2578
|
}
|
|
2564
|
-
.chat-container > *[data-v-
|
|
2579
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2565
2580
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2566
2581
|
}
|
|
2567
2582
|
|
|
2568
2583
|
/* 聊天窗口的头部样式设置
|
|
2569
2584
|
*/
|
|
2570
|
-
.chat-embed__header_container[data-v-
|
|
2585
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2571
2586
|
/* border-bottom: 1px solid #ddd; */
|
|
2572
2587
|
display: flex;
|
|
2573
2588
|
align-items: center;
|
|
@@ -2577,7 +2592,7 @@ h4[data-v-0b0c189e] {
|
|
|
2577
2592
|
overflow: hidden;
|
|
2578
2593
|
position: relative;
|
|
2579
2594
|
}
|
|
2580
|
-
.session-subject[data-v-
|
|
2595
|
+
.session-subject[data-v-45fbaf17] {
|
|
2581
2596
|
display: block;
|
|
2582
2597
|
margin: 0 auto;
|
|
2583
2598
|
text-align: center;
|
|
@@ -2592,17 +2607,17 @@ h4[data-v-0b0c189e] {
|
|
|
2592
2607
|
|
|
2593
2608
|
/* 聊天窗口的头部图标样式设置
|
|
2594
2609
|
*/
|
|
2595
|
-
.chat-embed__header_avatar[data-v-
|
|
2610
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2596
2611
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2597
2612
|
margin-right: var(--chat-padding);
|
|
2598
2613
|
}
|
|
2599
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2614
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2600
2615
|
right: 20px;
|
|
2601
2616
|
position: absolute;
|
|
2602
2617
|
gap: 28px;
|
|
2603
2618
|
display: flex;
|
|
2604
2619
|
}
|
|
2605
|
-
.chat-embed__sidebar[data-v-
|
|
2620
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2606
2621
|
background: #f6f7fa;
|
|
2607
2622
|
display: flex;
|
|
2608
2623
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2611,7 +2626,7 @@ h4[data-v-0b0c189e] {
|
|
|
2611
2626
|
width: 260px;
|
|
2612
2627
|
height: 100%;
|
|
2613
2628
|
}
|
|
2614
|
-
.chat-embed__main[data-v-
|
|
2629
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2615
2630
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2616
2631
|
box-sizing: border-box;
|
|
2617
2632
|
overflow: hidden;
|
|
@@ -2622,7 +2637,7 @@ h4[data-v-0b0c189e] {
|
|
|
2622
2637
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2623
2638
|
overflow: hidden; /* 防止内容溢出 */
|
|
2624
2639
|
}
|
|
2625
|
-
.chat-embed__main_content[data-v-
|
|
2640
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2626
2641
|
flex: 1;
|
|
2627
2642
|
box-sizing: border-box;
|
|
2628
2643
|
min-height: 0;
|
|
@@ -2630,21 +2645,21 @@ h4[data-v-0b0c189e] {
|
|
|
2630
2645
|
/* overflow-y: auto;
|
|
2631
2646
|
margin-bottom: 12px; */
|
|
2632
2647
|
}
|
|
2633
|
-
.chat-embed__input_container[data-v-
|
|
2648
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2634
2649
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2635
2650
|
/* margin-bottom: 50px; 距离底部 */
|
|
2636
2651
|
}
|
|
2637
|
-
.header-icon[data-v-
|
|
2652
|
+
.header-icon[data-v-45fbaf17] {
|
|
2638
2653
|
cursor: pointer;
|
|
2639
2654
|
font-size: 20px;
|
|
2640
2655
|
}
|
|
2641
2656
|
|
|
2642
2657
|
/* 聊天默认推荐内容样式
|
|
2643
2658
|
*/
|
|
2644
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2659
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2645
2660
|
margin-top: 5px;
|
|
2646
2661
|
}
|
|
2647
|
-
.content-container[data-v-
|
|
2662
|
+
.content-container[data-v-45fbaf17] {
|
|
2648
2663
|
padding: 16px;
|
|
2649
2664
|
border-radius: 4px;
|
|
2650
2665
|
background: #ffffff;
|
|
@@ -2652,7 +2667,7 @@ h4[data-v-0b0c189e] {
|
|
|
2652
2667
|
border-radius: 0px 30px 30px 30px;
|
|
2653
2668
|
/* opacity: 0.6; */
|
|
2654
2669
|
}
|
|
2655
|
-
.chat-content-font[data-v-
|
|
2670
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2656
2671
|
font-family: PingFang SC, PingFang SC;
|
|
2657
2672
|
font-weight: 500;
|
|
2658
2673
|
font-size: 16px;
|
|
@@ -2662,10 +2677,10 @@ h4[data-v-0b0c189e] {
|
|
|
2662
2677
|
font-style: normal;
|
|
2663
2678
|
text-transform: none;
|
|
2664
2679
|
}
|
|
2665
|
-
[data-v-
|
|
2680
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2666
2681
|
border: none !important;
|
|
2667
2682
|
}
|
|
2668
|
-
.content-container-header[data-v-
|
|
2683
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2669
2684
|
font-size: 12px;
|
|
2670
2685
|
color: #909399;
|
|
2671
2686
|
}
|
|
@@ -2673,199 +2688,61 @@ h4[data-v-0b0c189e] {
|
|
|
2673
2688
|
/**
|
|
2674
2689
|
// 用户消息
|
|
2675
2690
|
*/
|
|
2676
|
-
.content-borderless-container[data-v-
|
|
2677
|
-
background: #e1ecfd;
|
|
2678
|
-
border-radius: 20px 0px 20px 20px;
|
|
2679
|
-
user-select: none;
|
|
2680
|
-
padding: 12px;
|
|
2681
|
-
cursor: pointer;
|
|
2682
|
-
transition: background-color 0.3s;
|
|
2683
|
-
&[data-v-
|
|
2684
|
-
background-color: #ebeef5;
|
|
2685
|
-
}
|
|
2686
|
-
}
|
|
2687
|
-
.footer-container[data-v-1e62eff8] {
|
|
2688
|
-
[data-v-1e62eff8] .el-button + .el-button {
|
|
2689
|
-
margin-left: 8px;
|
|
2690
|
-
}
|
|
2691
|
-
}
|
|
2692
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2693
|
-
padding: 0;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
/* 引用文件样式 */
|
|
2697
|
-
.doc-agg-item[data-v-1e62eff8] {
|
|
2698
|
-
width: 100%;
|
|
2699
|
-
padding: 10px;
|
|
2700
|
-
margin-bottom: 5px;
|
|
2701
|
-
border: 1px solid #eee;
|
|
2702
|
-
border-radius: 4px;
|
|
2703
|
-
cursor: pointer;
|
|
2704
|
-
font-size: 12px;
|
|
2705
|
-
color: var(--el-color-primary);
|
|
2706
|
-
}
|
|
2707
|
-
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2708
|
-
padding: 0;
|
|
2709
|
-
}
|
|
2710
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2711
|
-
position: absolute;
|
|
2712
|
-
padding: 20px 36px;
|
|
2713
|
-
gap: 16px;
|
|
2714
|
-
display: flex;
|
|
2715
|
-
z-index: 1;
|
|
2716
|
-
}
|
|
2717
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2718
|
-
display: flex;
|
|
2719
|
-
height: 40px;
|
|
2720
|
-
padding: 10px 14px;
|
|
2721
|
-
gap: 14px;
|
|
2722
|
-
border-radius: 100px 100px 100px 100px;
|
|
2723
|
-
border: 1px solid #e5e5e5;
|
|
2724
|
-
width: 82px;
|
|
2725
|
-
font-size: 20px;
|
|
2726
|
-
}
|
|
2727
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2728
|
-
display: flex; /* 设置为水平排列 */
|
|
2729
|
-
align-items: center; /* 垂直居中 */
|
|
2730
|
-
margin-bottom: 22px;
|
|
2731
|
-
font-size: 20px;
|
|
2732
|
-
}
|
|
2733
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2734
|
-
font-family: PingFang SC, PingFang SC;
|
|
2735
|
-
font-weight: 600;
|
|
2736
|
-
font-size: 16px;
|
|
2737
|
-
color: #181818;
|
|
2738
|
-
text-align: left;
|
|
2739
|
-
font-style: normal;
|
|
2740
|
-
text-transform: none;
|
|
2741
|
-
}
|
|
2742
|
-
.right-icon[data-v-1e62eff8] {
|
|
2743
|
-
cursor: pointer;
|
|
2744
|
-
margin-left: auto;
|
|
2745
|
-
}
|
|
2746
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2747
|
-
cursor: pointer;
|
|
2748
|
-
}
|
|
2749
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2750
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2751
|
-
margin-bottom: 10px;
|
|
2752
|
-
}
|
|
2753
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2754
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2755
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2756
|
-
margin-bottom: 10px;
|
|
2757
|
-
}
|
|
2758
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2759
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2760
|
-
margin-top: 10px;
|
|
2761
|
-
margin-bottom: 20px;
|
|
2762
|
-
}
|
|
2763
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2764
|
-
background-color: #ffffff;
|
|
2765
|
-
}
|
|
2766
|
-
.date-group[data-v-1e62eff8] {
|
|
2767
|
-
margin-top: 16px;
|
|
2768
|
-
}
|
|
2769
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2770
|
-
color: #81858c;
|
|
2771
|
-
font-size: 12px;
|
|
2772
|
-
user-select: none;
|
|
2773
|
-
margin-bottom: 2px;
|
|
2774
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2775
|
-
}
|
|
2776
|
-
.menu-item[data-v-1e62eff8] {
|
|
2777
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2778
|
-
font-size: 16px;
|
|
2779
|
-
line-height: 50px;
|
|
2780
|
-
cursor: pointer;
|
|
2781
|
-
gap: 8px;
|
|
2782
|
-
border-radius: 8px;
|
|
2783
|
-
display: flex;
|
|
2784
|
-
align-items: center;
|
|
2785
|
-
}
|
|
2786
|
-
.active-item[data-v-1e62eff8] {
|
|
2787
|
-
background: #e2ebf5;
|
|
2788
|
-
color: var(--el-color-primary);
|
|
2789
|
-
}
|
|
2790
|
-
.history-item[data-v-1e62eff8] {
|
|
2791
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2792
|
-
cursor: pointer;
|
|
2793
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2794
|
-
align-items: center; /* 垂直居中 */
|
|
2795
|
-
line-height: 40px;
|
|
2796
|
-
gap: 8px;
|
|
2797
|
-
border-radius: 8px;
|
|
2798
|
-
}
|
|
2799
|
-
.history-subject[data-v-1e62eff8] {
|
|
2800
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2801
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2802
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2803
|
-
white-space: nowrap; /* 不换行 */
|
|
2804
|
-
}
|
|
2805
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2806
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2807
|
-
}
|
|
2808
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2809
|
-
background-color: #f5f5f5;
|
|
2810
|
-
}
|
|
2811
|
-
.el-button > span[data-v-5bb8bf7f] {
|
|
2812
|
-
font-size: 12px;
|
|
2691
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2692
|
+
background: #e1ecfd;
|
|
2693
|
+
border-radius: 20px 0px 20px 20px;
|
|
2694
|
+
user-select: none;
|
|
2695
|
+
padding: 12px;
|
|
2696
|
+
cursor: pointer;
|
|
2697
|
+
transition: background-color 0.3s;
|
|
2698
|
+
&[data-v-45fbaf17]:hover {
|
|
2699
|
+
background-color: #ebeef5;
|
|
2813
2700
|
}
|
|
2814
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
2815
|
-
border: 1px solid #dcdfe6;
|
|
2816
|
-
padding: 4px 8px;
|
|
2817
|
-
background-clip: padding-box;
|
|
2818
|
-
overflow: hidden;
|
|
2819
|
-
display: inline-flex;
|
|
2820
|
-
align-items: center;
|
|
2821
2701
|
}
|
|
2822
|
-
.
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
overflow: hidden;
|
|
2826
|
-
text-overflow: ellipsis;
|
|
2827
|
-
white-space: nowrap;
|
|
2702
|
+
.footer-container[data-v-45fbaf17] {
|
|
2703
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2704
|
+
margin-left: 8px;
|
|
2828
2705
|
}
|
|
2829
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2830
|
-
font-weight: 600;
|
|
2831
|
-
margin-left: 4px;
|
|
2832
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
2833
|
-
border: 1px solid #dcdfe6;
|
|
2834
|
-
padding: 4px 8px;
|
|
2835
|
-
background-clip: padding-box;
|
|
2836
|
-
overflow: hidden;
|
|
2837
|
-
display: inline-flex;
|
|
2838
|
-
align-items: center;
|
|
2839
2706
|
}
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2707
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2708
|
+
padding: 0;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
/* 引用文件样式 */
|
|
2712
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2713
|
+
width: 100%;
|
|
2714
|
+
padding: 10px;
|
|
2715
|
+
margin-bottom: 5px;
|
|
2716
|
+
border: 1px solid #eee;
|
|
2717
|
+
border-radius: 4px;
|
|
2718
|
+
cursor: pointer;
|
|
2719
|
+
font-size: 12px;
|
|
2720
|
+
color: var(--el-color-primary);
|
|
2846
2721
|
}
|
|
2847
|
-
.
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2722
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2723
|
+
padding: 0;
|
|
2724
|
+
}
|
|
2725
|
+
[data-v-90635647] .el-range-separator {
|
|
2726
|
+
min-width: 20px;
|
|
2727
|
+
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2851
2728
|
user-select: text !important;
|
|
2852
2729
|
-webkit-user-select: text !important;
|
|
2853
2730
|
-moz-user-select: text !important;
|
|
2854
2731
|
-ms-user-select: text !important;
|
|
2855
2732
|
}
|
|
2856
|
-
.slide-up-enter-active[data-v-
|
|
2857
|
-
.slide-up-leave-active[data-v-
|
|
2733
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2734
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2858
2735
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2859
2736
|
}
|
|
2860
|
-
.slide-up-enter-from[data-v-
|
|
2861
|
-
.slide-up-leave-to[data-v-
|
|
2737
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2738
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2862
2739
|
transform: translateY(100%);
|
|
2863
2740
|
}
|
|
2864
2741
|
|
|
2865
2742
|
/**
|
|
2866
2743
|
* 聊天窗口的样式设置
|
|
2867
2744
|
*/
|
|
2868
|
-
.chat-container[data-v-
|
|
2745
|
+
.chat-container[data-v-1e62eff8] {
|
|
2869
2746
|
--header-height: 56px;
|
|
2870
2747
|
--chat-padding: 12px;
|
|
2871
2748
|
--bubble-content-max-width: 0px;
|
|
@@ -2877,25 +2754,25 @@ h4[data-v-0b0c189e] {
|
|
|
2877
2754
|
flex-direction: row; /* 横向排列 */
|
|
2878
2755
|
height: 100%; /* 父容器高度 */
|
|
2879
2756
|
}
|
|
2880
|
-
.small-window[data-v-
|
|
2757
|
+
.small-window[data-v-1e62eff8] {
|
|
2881
2758
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2882
2759
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2883
2760
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2884
2761
|
border-radius: 8px;
|
|
2885
2762
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2886
2763
|
}
|
|
2887
|
-
.full-screen[data-v-
|
|
2764
|
+
.full-screen[data-v-1e62eff8] {
|
|
2888
2765
|
right: 0;
|
|
2889
2766
|
bottom: 0;
|
|
2890
2767
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2891
2768
|
}
|
|
2892
|
-
.chat-container > *[data-v-
|
|
2769
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2893
2770
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2894
2771
|
}
|
|
2895
2772
|
|
|
2896
2773
|
/* 聊天窗口的头部样式设置
|
|
2897
2774
|
*/
|
|
2898
|
-
.chat-embed__header_container[data-v-
|
|
2775
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2899
2776
|
/* border-bottom: 1px solid #ddd; */
|
|
2900
2777
|
display: flex;
|
|
2901
2778
|
align-items: center;
|
|
@@ -2905,7 +2782,7 @@ h4[data-v-0b0c189e] {
|
|
|
2905
2782
|
overflow: hidden;
|
|
2906
2783
|
position: relative;
|
|
2907
2784
|
}
|
|
2908
|
-
.session-subject[data-v-
|
|
2785
|
+
.session-subject[data-v-1e62eff8] {
|
|
2909
2786
|
display: block;
|
|
2910
2787
|
margin: 0 auto;
|
|
2911
2788
|
text-align: center;
|
|
@@ -2920,17 +2797,17 @@ h4[data-v-0b0c189e] {
|
|
|
2920
2797
|
|
|
2921
2798
|
/* 聊天窗口的头部图标样式设置
|
|
2922
2799
|
*/
|
|
2923
|
-
.chat-embed__header_avatar[data-v-
|
|
2800
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2924
2801
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2925
2802
|
margin-right: var(--chat-padding);
|
|
2926
2803
|
}
|
|
2927
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2804
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2928
2805
|
right: 20px;
|
|
2929
2806
|
position: absolute;
|
|
2930
2807
|
gap: 28px;
|
|
2931
2808
|
display: flex;
|
|
2932
2809
|
}
|
|
2933
|
-
.chat-embed__sidebar[data-v-
|
|
2810
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2934
2811
|
background: #f6f7fa;
|
|
2935
2812
|
display: flex;
|
|
2936
2813
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2939,7 +2816,7 @@ h4[data-v-0b0c189e] {
|
|
|
2939
2816
|
width: 260px;
|
|
2940
2817
|
height: 100%;
|
|
2941
2818
|
}
|
|
2942
|
-
.chat-embed__main[data-v-
|
|
2819
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2943
2820
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2944
2821
|
box-sizing: border-box;
|
|
2945
2822
|
overflow: hidden;
|
|
@@ -2950,7 +2827,7 @@ h4[data-v-0b0c189e] {
|
|
|
2950
2827
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2951
2828
|
overflow: hidden; /* 防止内容溢出 */
|
|
2952
2829
|
}
|
|
2953
|
-
.chat-embed__main_content[data-v-
|
|
2830
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2954
2831
|
flex: 1;
|
|
2955
2832
|
box-sizing: border-box;
|
|
2956
2833
|
min-height: 0;
|
|
@@ -2958,21 +2835,21 @@ h4[data-v-0b0c189e] {
|
|
|
2958
2835
|
/* overflow-y: auto;
|
|
2959
2836
|
margin-bottom: 12px; */
|
|
2960
2837
|
}
|
|
2961
|
-
.chat-embed__input_container[data-v-
|
|
2838
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2962
2839
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2963
2840
|
/* margin-bottom: 50px; 距离底部 */
|
|
2964
2841
|
}
|
|
2965
|
-
.header-icon[data-v-
|
|
2842
|
+
.header-icon[data-v-1e62eff8] {
|
|
2966
2843
|
cursor: pointer;
|
|
2967
2844
|
font-size: 20px;
|
|
2968
2845
|
}
|
|
2969
2846
|
|
|
2970
2847
|
/* 聊天默认推荐内容样式
|
|
2971
2848
|
*/
|
|
2972
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2849
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2973
2850
|
margin-top: 5px;
|
|
2974
2851
|
}
|
|
2975
|
-
.content-container[data-v-
|
|
2852
|
+
.content-container[data-v-1e62eff8] {
|
|
2976
2853
|
padding: 16px;
|
|
2977
2854
|
border-radius: 4px;
|
|
2978
2855
|
background: #ffffff;
|
|
@@ -2980,7 +2857,7 @@ h4[data-v-0b0c189e] {
|
|
|
2980
2857
|
border-radius: 0px 30px 30px 30px;
|
|
2981
2858
|
/* opacity: 0.6; */
|
|
2982
2859
|
}
|
|
2983
|
-
.chat-content-font[data-v-
|
|
2860
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2984
2861
|
font-family: PingFang SC, PingFang SC;
|
|
2985
2862
|
font-weight: 500;
|
|
2986
2863
|
font-size: 16px;
|
|
@@ -2990,10 +2867,10 @@ h4[data-v-0b0c189e] {
|
|
|
2990
2867
|
font-style: normal;
|
|
2991
2868
|
text-transform: none;
|
|
2992
2869
|
}
|
|
2993
|
-
[data-v-
|
|
2870
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2994
2871
|
border: none !important;
|
|
2995
2872
|
}
|
|
2996
|
-
.content-container-header[data-v-
|
|
2873
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2997
2874
|
font-size: 12px;
|
|
2998
2875
|
color: #909399;
|
|
2999
2876
|
}
|
|
@@ -3001,28 +2878,28 @@ h4[data-v-0b0c189e] {
|
|
|
3001
2878
|
/**
|
|
3002
2879
|
// 用户消息
|
|
3003
2880
|
*/
|
|
3004
|
-
.content-borderless-container[data-v-
|
|
2881
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
3005
2882
|
background: #e1ecfd;
|
|
3006
2883
|
border-radius: 20px 0px 20px 20px;
|
|
3007
2884
|
user-select: none;
|
|
3008
2885
|
padding: 12px;
|
|
3009
2886
|
cursor: pointer;
|
|
3010
2887
|
transition: background-color 0.3s;
|
|
3011
|
-
&[data-v-
|
|
2888
|
+
&[data-v-1e62eff8]:hover {
|
|
3012
2889
|
background-color: #ebeef5;
|
|
3013
2890
|
}
|
|
3014
2891
|
}
|
|
3015
|
-
.footer-container[data-v-
|
|
3016
|
-
[data-v-
|
|
2892
|
+
.footer-container[data-v-1e62eff8] {
|
|
2893
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
3017
2894
|
margin-left: 8px;
|
|
3018
2895
|
}
|
|
3019
2896
|
}
|
|
3020
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2897
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
3021
2898
|
padding: 0;
|
|
3022
2899
|
}
|
|
3023
2900
|
|
|
3024
2901
|
/* 引用文件样式 */
|
|
3025
|
-
.doc-agg-item[data-v-
|
|
2902
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
3026
2903
|
width: 100%;
|
|
3027
2904
|
padding: 10px;
|
|
3028
2905
|
margin-bottom: 5px;
|
|
@@ -3032,8 +2909,116 @@ h4[data-v-0b0c189e] {
|
|
|
3032
2909
|
font-size: 12px;
|
|
3033
2910
|
color: var(--el-color-primary);
|
|
3034
2911
|
}
|
|
3035
|
-
.elx-xmarkdown-container[data-v-
|
|
2912
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
3036
2913
|
padding: 0;
|
|
2914
|
+
}
|
|
2915
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2916
|
+
position: absolute;
|
|
2917
|
+
padding: 20px 36px;
|
|
2918
|
+
gap: 16px;
|
|
2919
|
+
display: flex;
|
|
2920
|
+
z-index: 1;
|
|
2921
|
+
}
|
|
2922
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2923
|
+
display: flex;
|
|
2924
|
+
height: 40px;
|
|
2925
|
+
padding: 10px 14px;
|
|
2926
|
+
gap: 14px;
|
|
2927
|
+
border-radius: 100px 100px 100px 100px;
|
|
2928
|
+
border: 1px solid #e5e5e5;
|
|
2929
|
+
width: 82px;
|
|
2930
|
+
font-size: 20px;
|
|
2931
|
+
}
|
|
2932
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2933
|
+
display: flex; /* 设置为水平排列 */
|
|
2934
|
+
align-items: center; /* 垂直居中 */
|
|
2935
|
+
margin-bottom: 22px;
|
|
2936
|
+
font-size: 20px;
|
|
2937
|
+
}
|
|
2938
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2939
|
+
font-family: PingFang SC, PingFang SC;
|
|
2940
|
+
font-weight: 600;
|
|
2941
|
+
font-size: 16px;
|
|
2942
|
+
color: #181818;
|
|
2943
|
+
text-align: left;
|
|
2944
|
+
font-style: normal;
|
|
2945
|
+
text-transform: none;
|
|
2946
|
+
}
|
|
2947
|
+
.right-icon[data-v-1e62eff8] {
|
|
2948
|
+
cursor: pointer;
|
|
2949
|
+
margin-left: auto;
|
|
2950
|
+
}
|
|
2951
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2952
|
+
cursor: pointer;
|
|
2953
|
+
}
|
|
2954
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2955
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2956
|
+
margin-bottom: 10px;
|
|
2957
|
+
}
|
|
2958
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2959
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2960
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2961
|
+
margin-bottom: 10px;
|
|
2962
|
+
}
|
|
2963
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2964
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2965
|
+
margin-top: 10px;
|
|
2966
|
+
margin-bottom: 20px;
|
|
2967
|
+
}
|
|
2968
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2969
|
+
background-color: #ffffff;
|
|
2970
|
+
}
|
|
2971
|
+
.date-group[data-v-1e62eff8] {
|
|
2972
|
+
margin-top: 16px;
|
|
2973
|
+
}
|
|
2974
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2975
|
+
color: #81858c;
|
|
2976
|
+
font-size: 12px;
|
|
2977
|
+
user-select: none;
|
|
2978
|
+
margin-bottom: 2px;
|
|
2979
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2980
|
+
}
|
|
2981
|
+
.menu-item[data-v-1e62eff8] {
|
|
2982
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2983
|
+
font-size: 16px;
|
|
2984
|
+
line-height: 50px;
|
|
2985
|
+
cursor: pointer;
|
|
2986
|
+
gap: 8px;
|
|
2987
|
+
border-radius: 8px;
|
|
2988
|
+
display: flex;
|
|
2989
|
+
align-items: center;
|
|
2990
|
+
}
|
|
2991
|
+
.active-item[data-v-1e62eff8] {
|
|
2992
|
+
background: #e2ebf5;
|
|
2993
|
+
color: var(--el-color-primary);
|
|
2994
|
+
}
|
|
2995
|
+
.history-item[data-v-1e62eff8] {
|
|
2996
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2997
|
+
cursor: pointer;
|
|
2998
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2999
|
+
align-items: center; /* 垂直居中 */
|
|
3000
|
+
line-height: 40px;
|
|
3001
|
+
gap: 8px;
|
|
3002
|
+
border-radius: 8px;
|
|
3003
|
+
}
|
|
3004
|
+
.history-subject[data-v-1e62eff8] {
|
|
3005
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3006
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3007
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3008
|
+
white-space: nowrap; /* 不换行 */
|
|
3009
|
+
}
|
|
3010
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3011
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3012
|
+
}
|
|
3013
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3014
|
+
background-color: #f5f5f5;
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
3018
|
+
width: 100%;
|
|
3019
|
+
height: 100%;
|
|
3020
|
+
border: none;
|
|
3021
|
+
opacity: 1;
|
|
3037
3022
|
}
|
|
3038
3023
|
|
|
3039
3024
|
.home-chart-iframe[data-v-73352a50] {
|
|
@@ -3042,6 +3027,26 @@ h4[data-v-0b0c189e] {
|
|
|
3042
3027
|
border: none;
|
|
3043
3028
|
opacity: 1;
|
|
3044
3029
|
}
|
|
3030
|
+
|
|
3031
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
3032
|
+
width: 100%;
|
|
3033
|
+
height: 100%;
|
|
3034
|
+
border: none;
|
|
3035
|
+
opacity: 1;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.svg-icon[data-v-019891df] {
|
|
3039
|
+
width: 1.2em;
|
|
3040
|
+
height: 1.2em;
|
|
3041
|
+
vertical-align: -0.25em;
|
|
3042
|
+
fill: currentColor;
|
|
3043
|
+
overflow: initial;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
|
+
.mobile-item-action[data-v-13b41596] {
|
|
3048
|
+
z-index: 2000;
|
|
3049
|
+
}
|
|
3045
3050
|
.amb-color-iconfont[data-v-13b41596] {
|
|
3046
3051
|
width: 25px;
|
|
3047
3052
|
height: 25px;
|
|
@@ -3059,12 +3064,7 @@ h4[data-v-0b0c189e] {
|
|
|
3059
3064
|
}
|
|
3060
3065
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3061
3066
|
margin-left: 5px;
|
|
3062
|
-
}
|
|
3063
|
-
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3064
|
-
.mobile-item-action[data-v-13b41596] {
|
|
3065
|
-
z-index: 2000;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3067
|
+
}
|
|
3068
3068
|
.el-dialog__header[data-v-44f1d9d6] {
|
|
3069
3069
|
padding-bottom: 0px;
|
|
3070
3070
|
}
|