agilebuilder-ui 1.1.65-tmp17 → 1.1.65-tmp19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/favicon.svg +29 -0
- package/dist/index.full.min.js +16440 -0
- package/dist/style.css +3078 -0
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/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 +953 -953
- 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 +22 -22
- 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,23 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
95
78
|
/* 去掉卡片和tab表头的距离 */
|
|
96
79
|
[data-v-3c90505e] .el-tabs__header {
|
|
97
80
|
margin: 0;
|
|
98
|
-
}.app-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
margin-left: 10px;
|
|
81
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
82
|
+
position: relative;
|
|
83
|
+
height: 100%;
|
|
84
|
+
width: 100%;
|
|
103
85
|
}
|
|
104
|
-
.app-
|
|
105
|
-
|
|
106
|
-
|
|
86
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
87
|
+
position: fixed;
|
|
88
|
+
top: 0;
|
|
89
|
+
}
|
|
90
|
+
.drawer-bg[data-v-46185fa7] {
|
|
91
|
+
background: #000;
|
|
92
|
+
opacity: 0.3;
|
|
93
|
+
width: 100%;
|
|
94
|
+
top: 0;
|
|
95
|
+
height: 100%;
|
|
96
|
+
position: absolute;
|
|
97
|
+
z-index: 999;
|
|
107
98
|
}
|
|
108
99
|
.nav-tab .el-tabs__header {
|
|
109
100
|
margin: 0;
|
|
@@ -128,14 +119,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
119
|
.default-page-tip-item {
|
|
129
120
|
padding-top: 10px;
|
|
130
121
|
}
|
|
131
|
-
|
|
132
|
-
.svg-icon[data-v-67e4e504] {
|
|
133
|
-
width: 1.2em;
|
|
134
|
-
height: 1.2em;
|
|
135
|
-
vertical-align: -0.25em;
|
|
136
|
-
fill: currentColor;
|
|
137
|
-
overflow: initial;
|
|
138
|
-
}
|
|
139
122
|
.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
123
|
padding: 0;
|
|
141
124
|
display: flex;
|
|
@@ -149,7 +132,62 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
149
132
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
150
133
|
font-size: 18px;
|
|
151
134
|
cursor: pointer;
|
|
152
|
-
}
|
|
135
|
+
}
|
|
136
|
+
.svg-icon[data-v-67e4e504] {
|
|
137
|
+
width: 1.2em;
|
|
138
|
+
height: 1.2em;
|
|
139
|
+
vertical-align: -0.25em;
|
|
140
|
+
fill: currentColor;
|
|
141
|
+
overflow: initial;
|
|
142
|
+
}
|
|
143
|
+
.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
144
|
+
display: inline-block;
|
|
145
|
+
font-size: 14px;
|
|
146
|
+
line-height: 50px;
|
|
147
|
+
margin-left: 10px;
|
|
148
|
+
}
|
|
149
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
150
|
+
color: #97a8be;
|
|
151
|
+
cursor: text;
|
|
152
|
+
}
|
|
153
|
+
.red-circle[data-v-998f4283] {
|
|
154
|
+
width: 20px; /* 圆圈的宽度 */
|
|
155
|
+
height: 20px; /* 圆圈的高度 */
|
|
156
|
+
background-color: red; /* 背景色设置为红色 */
|
|
157
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
158
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
159
|
+
}
|
|
160
|
+
.green-circle[data-v-998f4283] {
|
|
161
|
+
width: 20px; /* 圆圈的宽度 */
|
|
162
|
+
height: 20px; /* 圆圈的高度 */
|
|
163
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
164
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
165
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
166
|
+
}
|
|
167
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
168
|
+
display: flex;
|
|
169
|
+
background-color: #fff;
|
|
170
|
+
justify-content: center;
|
|
171
|
+
align-items: center;
|
|
172
|
+
cursor: pointer;
|
|
173
|
+
}
|
|
174
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
}
|
|
177
|
+
.searchResult[data-v-22410ec9] {
|
|
178
|
+
color: red;
|
|
179
|
+
}
|
|
180
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
181
|
+
width: 90%;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.searchResult {
|
|
185
|
+
color: red;
|
|
186
|
+
}
|
|
187
|
+
.inline-input-custom {
|
|
188
|
+
width: 90%;
|
|
189
|
+
}
|
|
190
|
+
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
153
191
|
padding: 2px 0 !important;
|
|
154
192
|
}
|
|
155
193
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -293,44 +331,132 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
293
331
|
flex-wrap: wrap;
|
|
294
332
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
295
333
|
}
|
|
296
|
-
.
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
-
width: 90%;
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
301
336
|
}
|
|
302
337
|
|
|
303
|
-
.
|
|
304
|
-
|
|
338
|
+
.fs-preview-container[data-v-2448d898] {
|
|
339
|
+
display: flex;
|
|
340
|
+
align-items: center;
|
|
341
|
+
gap: 5px;
|
|
342
|
+
justify-content: space-between;
|
|
305
343
|
}
|
|
306
|
-
.
|
|
307
|
-
width: 90%;
|
|
308
|
-
}
|
|
309
|
-
.ValidCode[data-v-aa77e3bd] {
|
|
344
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
310
345
|
display: flex;
|
|
311
|
-
background-color: #fff;
|
|
312
|
-
justify-content: center;
|
|
313
346
|
align-items: center;
|
|
314
|
-
|
|
347
|
+
flex-shrink: 0;
|
|
348
|
+
min-width: max-content;
|
|
349
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
315
350
|
}
|
|
316
|
-
.
|
|
351
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
352
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
353
|
+
width: 30px;
|
|
354
|
+
height: 30px;
|
|
355
|
+
}
|
|
356
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
357
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
358
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
317
359
|
display: inline-block;
|
|
360
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
361
|
+
height: 1em !important;
|
|
362
|
+
line-height: 1em;
|
|
363
|
+
cursor: pointer;
|
|
318
364
|
}
|
|
319
|
-
.
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
324
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
365
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
366
|
+
overflow: hidden;
|
|
367
|
+
text-overflow: ellipsis;
|
|
368
|
+
white-space: nowrap;
|
|
325
369
|
}
|
|
326
|
-
.
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
370
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
371
|
+
margin-left: 5px;
|
|
372
|
+
}
|
|
373
|
+
.file-item[data-v-2448d898] {
|
|
374
|
+
display: flex;
|
|
375
|
+
align-items: center;
|
|
376
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
377
|
+
gap: 10px;
|
|
378
|
+
height: 40px;
|
|
379
|
+
padding: 10px;
|
|
380
|
+
border-radius: 8px;
|
|
381
|
+
transition: background-color 0.2s;
|
|
382
|
+
}
|
|
383
|
+
.file-item[data-v-2448d898]:hover {
|
|
384
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
385
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
386
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
387
|
+
outline: none;
|
|
388
|
+
}
|
|
389
|
+
.file-actions[data-v-2448d898] {
|
|
390
|
+
display: flex;
|
|
391
|
+
align-items: center;
|
|
392
|
+
gap: 5px;
|
|
393
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
394
|
+
}
|
|
395
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
396
|
+
margin-left: 5px;
|
|
397
|
+
}
|
|
398
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
399
|
+
margin-left: 5px;
|
|
400
|
+
}
|
|
401
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
402
|
+
margin-left: 5px;
|
|
403
|
+
}
|
|
404
|
+
.amb-iconfont[data-v-2448d898] {
|
|
405
|
+
color: var(--el-color-primary);
|
|
406
|
+
}
|
|
407
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
408
|
+
font-size: 14px !important;
|
|
409
|
+
}
|
|
410
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
411
|
+
padding: 5px 11px;
|
|
412
|
+
height: var(--el-button-size);
|
|
413
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
414
|
+
width: 30px;
|
|
415
|
+
height: 30px;
|
|
416
|
+
}
|
|
417
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
418
|
+
margin-left: 10px;
|
|
419
|
+
cursor: pointer;
|
|
420
|
+
overflow: hidden;
|
|
421
|
+
text-overflow: ellipsis;
|
|
422
|
+
white-space: nowrap;
|
|
423
|
+
}
|
|
424
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
425
|
+
border: 1px solid #dcdfe6;
|
|
426
|
+
padding: 4px 8px;
|
|
427
|
+
background-clip: padding-box;
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
display: inline-flex;
|
|
430
|
+
align-items: center;
|
|
431
|
+
}
|
|
432
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
433
|
+
margin-right: 8px;
|
|
434
|
+
max-width: 120px;
|
|
435
|
+
overflow: hidden;
|
|
436
|
+
text-overflow: ellipsis;
|
|
437
|
+
white-space: nowrap;
|
|
438
|
+
}
|
|
439
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
440
|
+
font-weight: 600;
|
|
441
|
+
margin-left: 4px;
|
|
442
|
+
}.select[data-v-52983a24] {
|
|
443
|
+
width: 100%;
|
|
444
|
+
height: 100%;
|
|
445
|
+
display: grid;
|
|
446
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
447
|
+
align-items: center;
|
|
448
|
+
}
|
|
449
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
450
|
+
width: 100%;
|
|
451
|
+
height: 100%;
|
|
452
|
+
text-align: center;
|
|
453
|
+
}
|
|
454
|
+
.select-top-span {
|
|
455
|
+
width: 100%;
|
|
332
456
|
}
|
|
333
|
-
|
|
457
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
458
|
+
display: inline-block;
|
|
459
|
+
}.nine-grid-area[data-v-80f6a26f] {
|
|
334
460
|
padding: 10px;
|
|
335
461
|
}
|
|
336
462
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -440,136 +566,190 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
440
566
|
font-size: 14px;
|
|
441
567
|
display: grid;
|
|
442
568
|
grid-template-columns: 20% 80%;
|
|
443
|
-
}
|
|
444
|
-
.organization-input .el-input-group__append {
|
|
445
|
-
padding: 0 10px 0 0;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.select-top-span {
|
|
569
|
+
}iframe[data-v-e5fb3b56] {
|
|
449
570
|
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;
|
|
571
|
+
height: calc(100vh - 50px);
|
|
456
572
|
}
|
|
457
|
-
.
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
573
|
+
.organization-tree,
|
|
574
|
+
.organization-tree .el-checkbox__label,
|
|
575
|
+
.organization-tree .el-breadcrumb__inner,
|
|
576
|
+
.organization-tree .el-tree {
|
|
577
|
+
font-size: 17px;
|
|
578
|
+
font-weight: 700;
|
|
463
579
|
}
|
|
464
|
-
.
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
align-items: center;
|
|
580
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
581
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
582
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
583
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
584
|
+
font-size: 17px;
|
|
585
|
+
font-weight: 700;
|
|
471
586
|
}
|
|
472
|
-
.
|
|
473
|
-
|
|
474
|
-
max-width: 120px;
|
|
475
|
-
overflow: hidden;
|
|
476
|
-
text-overflow: ellipsis;
|
|
477
|
-
white-space: nowrap;
|
|
587
|
+
.organization-tree .el-card__body {
|
|
588
|
+
padding-top: 10px;
|
|
478
589
|
}
|
|
479
|
-
.
|
|
480
|
-
|
|
481
|
-
margin-left: 4px;
|
|
590
|
+
.organization-tree .card-content {
|
|
591
|
+
margin-top: 10px;
|
|
482
592
|
}
|
|
483
|
-
.
|
|
484
|
-
|
|
485
|
-
align-items: center;
|
|
486
|
-
gap: 5px;
|
|
487
|
-
justify-content: space-between;
|
|
593
|
+
.organization-tree .item-row-all {
|
|
594
|
+
margin-bottom: 10px;
|
|
488
595
|
}
|
|
489
|
-
.
|
|
490
|
-
display: flex;
|
|
491
|
-
|
|
492
|
-
flex-shrink: 0;
|
|
493
|
-
min-width: max-content;
|
|
494
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
596
|
+
.organization-tree .item-row {
|
|
597
|
+
display: flex;
|
|
598
|
+
width: 100%;
|
|
495
599
|
}
|
|
496
|
-
.
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
height: 30px;
|
|
600
|
+
.organization-tree .item-label {
|
|
601
|
+
flex: 0 0 90%;
|
|
602
|
+
text-align: left;
|
|
500
603
|
}
|
|
501
|
-
.
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
display: inline-block;
|
|
505
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
506
|
-
height: 1em !important;
|
|
507
|
-
line-height: 1em;
|
|
508
|
-
cursor: pointer;
|
|
604
|
+
.organization-tree .item-side {
|
|
605
|
+
flex: 0 0 10%;
|
|
606
|
+
text-align: right;
|
|
509
607
|
}
|
|
510
|
-
.
|
|
511
|
-
|
|
512
|
-
text-overflow: ellipsis;
|
|
513
|
-
white-space: nowrap;
|
|
608
|
+
.organization-tree .el-tree-node {
|
|
609
|
+
margin-bottom: 10px;
|
|
514
610
|
}
|
|
515
|
-
.el-
|
|
516
|
-
|
|
611
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
612
|
+
padding: 0;
|
|
613
|
+
display: none;
|
|
517
614
|
}
|
|
518
|
-
.
|
|
519
|
-
|
|
520
|
-
align-items: center;
|
|
521
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
522
|
-
gap: 10px;
|
|
523
|
-
height: 40px;
|
|
524
|
-
padding: 10px;
|
|
525
|
-
border-radius: 8px;
|
|
526
|
-
transition: background-color 0.2s;
|
|
615
|
+
.organization-tree .card-footer {
|
|
616
|
+
padding: 20px;
|
|
527
617
|
}
|
|
528
|
-
.
|
|
529
|
-
color:
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
outline: none;
|
|
618
|
+
.organization-tree .card-footer .select-result {
|
|
619
|
+
color: #409eff;
|
|
620
|
+
flex: 1 1 75%;
|
|
621
|
+
text-align: left;
|
|
533
622
|
}
|
|
534
|
-
.
|
|
535
|
-
|
|
536
|
-
align
|
|
537
|
-
gap: 5px;
|
|
538
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
623
|
+
.organization-tree .card-footer .button-area {
|
|
624
|
+
flex: 0 0 20%;
|
|
625
|
+
text-align: right;
|
|
539
626
|
}
|
|
540
|
-
.
|
|
541
|
-
|
|
627
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
628
|
+
color: #409eff;
|
|
629
|
+
}
|
|
630
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
631
|
+
width: 50%;
|
|
632
|
+
}.super-icon[data-v-875fd31c] {
|
|
633
|
+
width: 1em;
|
|
634
|
+
height: 1em;
|
|
635
|
+
font-size: 14px;
|
|
542
636
|
}
|
|
543
|
-
.
|
|
544
|
-
|
|
637
|
+
.organization-tree,
|
|
638
|
+
.organization-tree .el-checkbox__label,
|
|
639
|
+
.organization-tree .el-breadcrumb__inner,
|
|
640
|
+
.organization-tree .el-tree {
|
|
641
|
+
font-size: 17px;
|
|
642
|
+
font-weight: 700;
|
|
545
643
|
}
|
|
546
|
-
.
|
|
547
|
-
|
|
644
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
645
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
646
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
647
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
648
|
+
font-size: 17px;
|
|
649
|
+
font-weight: 700;
|
|
548
650
|
}
|
|
549
|
-
.
|
|
550
|
-
|
|
651
|
+
.organization-tree .el-card__body {
|
|
652
|
+
padding-top: 10px;
|
|
551
653
|
}
|
|
552
|
-
.
|
|
553
|
-
|
|
654
|
+
.organization-tree .card-content {
|
|
655
|
+
margin-top: 10px;
|
|
554
656
|
}
|
|
555
|
-
.
|
|
556
|
-
|
|
557
|
-
height: var(--el-button-size);
|
|
558
|
-
}.select[data-v-52983a24] {
|
|
559
|
-
width: 100%;
|
|
560
|
-
height: 100%;
|
|
561
|
-
display: grid;
|
|
562
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
|
-
align-items: center;
|
|
657
|
+
.organization-tree .item-row-all {
|
|
658
|
+
margin-bottom: 10px;
|
|
564
659
|
}
|
|
565
|
-
.
|
|
660
|
+
.organization-tree .item-row {
|
|
661
|
+
display: flex;
|
|
566
662
|
width: 100%;
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
663
|
+
}
|
|
664
|
+
.organization-tree .item-label {
|
|
665
|
+
flex: 0 0 90%;
|
|
666
|
+
text-align: left;
|
|
667
|
+
}
|
|
668
|
+
.organization-tree .item-side {
|
|
669
|
+
flex: 0 0 10%;
|
|
670
|
+
text-align: right;
|
|
671
|
+
}
|
|
672
|
+
.organization-tree .el-tree-node {
|
|
673
|
+
margin-bottom: 10px;
|
|
674
|
+
}
|
|
675
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
676
|
+
padding: 0;
|
|
677
|
+
display: none;
|
|
678
|
+
}
|
|
679
|
+
.organization-tree .card-footer {
|
|
680
|
+
padding: 20px;
|
|
681
|
+
}
|
|
682
|
+
.organization-tree .card-footer .select-result {
|
|
683
|
+
color: #409eff;
|
|
684
|
+
flex: 1 1 75%;
|
|
685
|
+
text-align: left;
|
|
686
|
+
}
|
|
687
|
+
.organization-tree .card-footer .button-area {
|
|
688
|
+
flex: 0 0 20%;
|
|
689
|
+
text-align: right;
|
|
690
|
+
}
|
|
691
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
692
|
+
color: #409eff;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.organization-tree,
|
|
696
|
+
.organization-tree .el-checkbox__label,
|
|
697
|
+
.organization-tree .el-breadcrumb__inner,
|
|
698
|
+
.organization-tree .el-tree {
|
|
699
|
+
font-size: 17px;
|
|
700
|
+
font-weight: 700;
|
|
701
|
+
}
|
|
702
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
703
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
704
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
705
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
706
|
+
font-size: 17px;
|
|
707
|
+
font-weight: 700;
|
|
708
|
+
}
|
|
709
|
+
.organization-tree .el-card__body {
|
|
710
|
+
padding-top: 10px;
|
|
711
|
+
}
|
|
712
|
+
.organization-tree .card-content {
|
|
713
|
+
margin-top: 10px;
|
|
714
|
+
}
|
|
715
|
+
.organization-tree .item-row-all {
|
|
716
|
+
margin-bottom: 10px;
|
|
717
|
+
}
|
|
718
|
+
.organization-tree .item-row {
|
|
719
|
+
display: flex;
|
|
570
720
|
width: 100%;
|
|
571
|
-
|
|
572
|
-
|
|
721
|
+
}
|
|
722
|
+
.organization-tree .item-label {
|
|
723
|
+
flex: 0 0 90%;
|
|
724
|
+
text-align: left;
|
|
725
|
+
}
|
|
726
|
+
.organization-tree .item-side {
|
|
727
|
+
flex: 0 0 10%;
|
|
728
|
+
text-align: right;
|
|
729
|
+
}
|
|
730
|
+
.organization-tree .el-tree-node {
|
|
731
|
+
margin-bottom: 10px;
|
|
732
|
+
}
|
|
733
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
734
|
+
padding: 0;
|
|
735
|
+
display: none;
|
|
736
|
+
}
|
|
737
|
+
.organization-tree .card-footer {
|
|
738
|
+
padding: 20px;
|
|
739
|
+
}
|
|
740
|
+
.organization-tree .card-footer .select-result {
|
|
741
|
+
color: #409eff;
|
|
742
|
+
flex: 1 1 75%;
|
|
743
|
+
text-align: left;
|
|
744
|
+
}
|
|
745
|
+
.organization-tree .card-footer .button-area {
|
|
746
|
+
flex: 0 0 20%;
|
|
747
|
+
text-align: right;
|
|
748
|
+
}
|
|
749
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
750
|
+
color: #409eff;
|
|
751
|
+
}
|
|
752
|
+
.wscn-http404-container[data-v-4f824f28] {
|
|
573
753
|
transform: translate(-50%, -50%);
|
|
574
754
|
position: absolute;
|
|
575
755
|
top: 40%;
|
|
@@ -760,10 +940,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
940
|
transform: translateY(0);
|
|
761
941
|
opacity: 1;
|
|
762
942
|
}
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
943
|
+
}
|
|
944
|
+
.graphDiv[data-v-a936569d] {
|
|
945
|
+
overflow: auto;
|
|
946
|
+
height: 100%;
|
|
947
|
+
height: calc(100vh - 20px);
|
|
948
|
+
}
|
|
949
|
+
.errPage-container[data-v-6bef0241] {
|
|
950
|
+
width: 800px;
|
|
951
|
+
max-width: 100%;
|
|
952
|
+
margin: 100px auto;
|
|
767
953
|
}
|
|
768
954
|
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
769
955
|
background: #008489;
|
|
@@ -813,380 +999,124 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
813
999
|
height: 100%;
|
|
814
1000
|
position: absolute;
|
|
815
1001
|
z-index: 999;
|
|
816
|
-
}
|
|
817
|
-
.graphDiv[data-v-a936569d] {
|
|
818
|
-
overflow: auto;
|
|
819
|
-
height: 100%;
|
|
820
|
-
height: calc(100vh - 20px);
|
|
821
|
-
}
|
|
822
|
-
iframe[data-v-20dccb82] {
|
|
1002
|
+
}iframe[data-v-20dccb82] {
|
|
823
1003
|
width: 100%;
|
|
824
1004
|
height: calc(100vh - 50px);
|
|
1005
|
+
}.app-main[data-v-2d98e845] {
|
|
1006
|
+
padding: var(--app-main-padding, 15px);
|
|
1007
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1008
|
+
position: relative;
|
|
1009
|
+
overflow: hidden;
|
|
825
1010
|
}
|
|
826
|
-
.
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
font-weight: 700;
|
|
832
|
-
}
|
|
833
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
834
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
835
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
836
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
837
|
-
font-size: 17px;
|
|
838
|
-
font-weight: 700;
|
|
839
|
-
}
|
|
840
|
-
.organization-tree .el-card__body {
|
|
841
|
-
padding-top: 10px;
|
|
842
|
-
}
|
|
843
|
-
.organization-tree .card-content {
|
|
844
|
-
margin-top: 10px;
|
|
845
|
-
}
|
|
846
|
-
.organization-tree .item-row-all {
|
|
847
|
-
margin-bottom: 10px;
|
|
848
|
-
}
|
|
849
|
-
.organization-tree .item-row {
|
|
850
|
-
display: flex;
|
|
851
|
-
width: 100%;
|
|
852
|
-
}
|
|
853
|
-
.organization-tree .item-label {
|
|
854
|
-
flex: 0 0 90%;
|
|
855
|
-
text-align: left;
|
|
856
|
-
}
|
|
857
|
-
.organization-tree .item-side {
|
|
858
|
-
flex: 0 0 10%;
|
|
859
|
-
text-align: right;
|
|
860
|
-
}
|
|
861
|
-
.organization-tree .el-tree-node {
|
|
862
|
-
margin-bottom: 10px;
|
|
863
|
-
}
|
|
864
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
865
|
-
padding: 0;
|
|
866
|
-
display: none;
|
|
867
|
-
}
|
|
868
|
-
.organization-tree .card-footer {
|
|
869
|
-
padding: 20px;
|
|
870
|
-
}
|
|
871
|
-
.organization-tree .card-footer .select-result {
|
|
872
|
-
color: #409eff;
|
|
873
|
-
flex: 1 1 75%;
|
|
874
|
-
text-align: left;
|
|
875
|
-
}
|
|
876
|
-
.organization-tree .card-footer .button-area {
|
|
877
|
-
flex: 0 0 20%;
|
|
878
|
-
text-align: right;
|
|
879
|
-
}
|
|
880
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
881
|
-
color: #409eff;
|
|
882
|
-
}
|
|
883
|
-
.smb-sidebar-menu-item[data-v-da857302] {
|
|
1011
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1012
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1013
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1014
|
+
overflow: auto;
|
|
1015
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
884
1016
|
position: relative;
|
|
885
1017
|
--el-menu-item-height: 45px;
|
|
886
1018
|
--el-menu-sub-item-height: 45px;
|
|
887
1019
|
}
|
|
888
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1020
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
889
1021
|
padding: 0 !important;
|
|
890
1022
|
}
|
|
891
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1023
|
+
.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
1024
|
display: flex;
|
|
893
1025
|
flex-direction: row;
|
|
894
1026
|
}
|
|
895
|
-
.smb-sidebar-menu-item[data-v-
|
|
1027
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
896
1028
|
display: flex;
|
|
897
1029
|
flex-direction: row;
|
|
898
1030
|
padding: 0 !important;
|
|
899
1031
|
}
|
|
900
|
-
.smb-sidebar-menu-item[data-v-
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
901
1033
|
display: flex;
|
|
902
1034
|
align-items: center;
|
|
903
1035
|
justify-content: center;
|
|
904
1036
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
905
1037
|
font-size: 16px;
|
|
906
1038
|
}
|
|
907
|
-
.smb-sidebar-menu-item[data-v-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
908
1040
|
width: 20px;
|
|
909
1041
|
}
|
|
910
|
-
.smb-sidebar-menu-item[data-v-
|
|
1042
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
911
1043
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
912
1044
|
overflow: hidden;
|
|
913
1045
|
white-space: nowrap;
|
|
914
1046
|
overflow: hidden;
|
|
915
1047
|
text-overflow: ellipsis;
|
|
916
1048
|
}
|
|
917
|
-
.smb-sidebar-menu-item[data-v-
|
|
1049
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
918
1050
|
overflow: hidden;
|
|
919
1051
|
white-space: nowrap;
|
|
920
1052
|
overflow: hidden;
|
|
921
1053
|
text-overflow: ellipsis;
|
|
922
1054
|
}
|
|
923
|
-
.smb-sidebar-menu-item[data-v-
|
|
1055
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
924
1056
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
925
|
-
}.smb-sidebar-menu-item[data-v-
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
926
1058
|
position: relative;
|
|
927
1059
|
--el-menu-item-height: 45px;
|
|
928
1060
|
--el-menu-sub-item-height: 45px;
|
|
929
1061
|
}
|
|
930
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
931
1063
|
padding: 0 !important;
|
|
932
1064
|
}
|
|
933
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1065
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
934
1066
|
display: flex;
|
|
935
1067
|
flex-direction: row;
|
|
936
1068
|
}
|
|
937
|
-
.smb-sidebar-menu-item[data-v-
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
938
1070
|
display: flex;
|
|
939
1071
|
flex-direction: row;
|
|
940
1072
|
padding: 0 !important;
|
|
941
1073
|
}
|
|
942
|
-
.smb-sidebar-menu-item[data-v-
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
943
1075
|
display: flex;
|
|
944
1076
|
align-items: center;
|
|
945
1077
|
justify-content: center;
|
|
946
1078
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
947
1079
|
font-size: 16px;
|
|
948
1080
|
}
|
|
949
|
-
.smb-sidebar-menu-item[data-v-
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
950
1082
|
width: 20px;
|
|
951
1083
|
}
|
|
952
|
-
.smb-sidebar-menu-item[data-v-
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
953
1085
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
954
1086
|
overflow: hidden;
|
|
955
1087
|
white-space: nowrap;
|
|
956
1088
|
overflow: hidden;
|
|
957
1089
|
text-overflow: ellipsis;
|
|
958
1090
|
}
|
|
959
|
-
.smb-sidebar-menu-item[data-v-
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
960
1092
|
overflow: hidden;
|
|
961
1093
|
white-space: nowrap;
|
|
962
1094
|
overflow: hidden;
|
|
963
1095
|
text-overflow: ellipsis;
|
|
964
1096
|
}
|
|
965
|
-
.smb-sidebar-menu-item[data-v-
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
966
1098
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
967
|
-
}.app-main[data-v-2d98e845] {
|
|
968
|
-
padding: var(--app-main-padding, 15px);
|
|
969
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
970
|
-
position: relative;
|
|
971
|
-
overflow: hidden;
|
|
972
|
-
}
|
|
973
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
974
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
975
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
976
|
-
overflow: auto;
|
|
977
1099
|
}
|
|
978
1100
|
.searchResult {
|
|
979
1101
|
color: red;
|
|
980
1102
|
}
|
|
981
|
-
.inline-select-custom {
|
|
982
|
-
width: 100px;
|
|
983
|
-
}
|
|
984
1103
|
.inline-input-custom {
|
|
985
|
-
width:
|
|
986
|
-
}
|
|
987
|
-
.super-icon[data-v-875fd31c] {
|
|
988
|
-
width: 1em;
|
|
989
|
-
height: 1em;
|
|
990
|
-
font-size: 14px;
|
|
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;
|
|
998
|
-
}
|
|
999
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
1000
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
1001
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
1002
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1003
|
-
font-size: 17px;
|
|
1004
|
-
font-weight: 700;
|
|
1005
|
-
}
|
|
1006
|
-
.organization-tree .el-card__body {
|
|
1007
|
-
padding-top: 10px;
|
|
1008
|
-
}
|
|
1009
|
-
.organization-tree .card-content {
|
|
1010
|
-
margin-top: 10px;
|
|
1011
|
-
}
|
|
1012
|
-
.organization-tree .item-row-all {
|
|
1013
|
-
margin-bottom: 10px;
|
|
1014
|
-
}
|
|
1015
|
-
.organization-tree .item-row {
|
|
1016
|
-
display: flex;
|
|
1017
|
-
width: 100%;
|
|
1018
|
-
}
|
|
1019
|
-
.organization-tree .item-label {
|
|
1020
|
-
flex: 0 0 90%;
|
|
1021
|
-
text-align: left;
|
|
1022
|
-
}
|
|
1023
|
-
.organization-tree .item-side {
|
|
1024
|
-
flex: 0 0 10%;
|
|
1025
|
-
text-align: right;
|
|
1026
|
-
}
|
|
1027
|
-
.organization-tree .el-tree-node {
|
|
1028
|
-
margin-bottom: 10px;
|
|
1029
|
-
}
|
|
1030
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
1031
|
-
padding: 0;
|
|
1032
|
-
display: none;
|
|
1033
|
-
}
|
|
1034
|
-
.organization-tree .card-footer {
|
|
1035
|
-
padding: 20px;
|
|
1036
|
-
}
|
|
1037
|
-
.organization-tree .card-footer .select-result {
|
|
1038
|
-
color: #409eff;
|
|
1039
|
-
flex: 1 1 75%;
|
|
1040
|
-
text-align: left;
|
|
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;
|
|
1104
|
+
width: 90%;
|
|
1105
1105
|
}
|
|
1106
|
-
.
|
|
1107
|
-
|
|
1106
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1107
|
+
min-width: 300px;
|
|
1108
1108
|
}
|
|
1109
1109
|
|
|
1110
|
-
.
|
|
1111
|
-
|
|
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;
|
|
1110
|
+
.searchResult {
|
|
1111
|
+
color: red;
|
|
1186
1112
|
}
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
}
|
|
1113
|
+
.inline-input-custom {
|
|
1114
|
+
width: 100% !important;
|
|
1115
|
+
}
|
|
1116
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1117
|
+
min-width: 300px;
|
|
1118
|
+
}
|
|
1119
|
+
[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
1120
|
user-select: text !important;
|
|
1191
1121
|
-webkit-user-select: text !important;
|
|
1192
1122
|
-moz-user-select: text !important;
|
|
@@ -1405,34 +1335,33 @@ li[data-v-040fcf55] {
|
|
|
1405
1335
|
margin: 5px 0;
|
|
1406
1336
|
}
|
|
1407
1337
|
|
|
1408
|
-
.
|
|
1409
|
-
|
|
1338
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1339
|
+
display: flex;
|
|
1340
|
+
align-items: center;
|
|
1341
|
+
width: 100%;
|
|
1342
|
+
gap: 8px;
|
|
1343
|
+
box-sizing: border-box;
|
|
1344
|
+
min-width: 0;
|
|
1410
1345
|
}
|
|
1411
|
-
.
|
|
1412
|
-
width:
|
|
1346
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1347
|
+
width: 100%;
|
|
1348
|
+
min-width: 0;
|
|
1413
1349
|
}
|
|
1414
|
-
.
|
|
1415
|
-
|
|
1350
|
+
.sep[data-v-2aeaa81d] {
|
|
1351
|
+
padding: 0 8px;
|
|
1352
|
+
color: var(--el-text-color-secondary);
|
|
1353
|
+
white-space: nowrap;
|
|
1354
|
+
flex: 0 0 auto;
|
|
1416
1355
|
}
|
|
1417
1356
|
|
|
1418
1357
|
.searchResult {
|
|
1419
1358
|
color: red;
|
|
1420
1359
|
}
|
|
1421
|
-
.inline-input-custom {
|
|
1422
|
-
width: 100% !important;
|
|
1423
|
-
}
|
|
1424
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1425
|
-
min-width: 300px;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
.searchResult {
|
|
1429
|
-
color: red;
|
|
1430
|
-
}
|
|
1431
1360
|
.inline-select-custom {
|
|
1432
|
-
|
|
1361
|
+
width: 100px;
|
|
1433
1362
|
}
|
|
1434
1363
|
.inline-input-custom {
|
|
1435
|
-
|
|
1364
|
+
width: 98%;
|
|
1436
1365
|
}
|
|
1437
1366
|
|
|
1438
1367
|
.searchResult {
|
|
@@ -1477,21 +1406,24 @@ li[data-v-040fcf55] {
|
|
|
1477
1406
|
min-width: 300px;
|
|
1478
1407
|
}
|
|
1479
1408
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1482
|
-
}
|
|
1483
|
-
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
|
-
margin-bottom: 0px;
|
|
1409
|
+
.searchResult {
|
|
1410
|
+
color: red;
|
|
1485
1411
|
}
|
|
1486
|
-
.
|
|
1487
|
-
|
|
1488
|
-
/* 可选:间距更美观 */
|
|
1412
|
+
.inline-select-custom {
|
|
1413
|
+
width: 100px;
|
|
1489
1414
|
}
|
|
1490
|
-
.
|
|
1491
|
-
|
|
1492
|
-
width: 100%;
|
|
1415
|
+
.inline-input-custom {
|
|
1416
|
+
width: 98%;
|
|
1493
1417
|
}
|
|
1494
|
-
|
|
1418
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1419
|
+
display: inline-flex;
|
|
1420
|
+
vertical-align: middle;
|
|
1421
|
+
}
|
|
1422
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1423
|
+
font-size: 20px;
|
|
1424
|
+
color: var(--el-color-primary);
|
|
1425
|
+
cursor: pointer;
|
|
1426
|
+
}
|
|
1495
1427
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1496
1428
|
font-size: 17px;
|
|
1497
1429
|
font-weight: 700;
|
|
@@ -1544,6 +1476,74 @@ li[data-v-040fcf55] {
|
|
|
1544
1476
|
color:#409EFF
|
|
1545
1477
|
}
|
|
1546
1478
|
|
|
1479
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1480
|
+
margin-bottom: 0px;
|
|
1481
|
+
}
|
|
1482
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1483
|
+
margin-bottom: 5px;
|
|
1484
|
+
text-align: center;
|
|
1485
|
+
}
|
|
1486
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1487
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1488
|
+
width: 100%;
|
|
1489
|
+
}
|
|
1490
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1491
|
+
display: none;
|
|
1492
|
+
}
|
|
1493
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1494
|
+
padding-bottom: 10px;
|
|
1495
|
+
position: fixed;
|
|
1496
|
+
top: 37px;
|
|
1497
|
+
background-color: #ffffff;
|
|
1498
|
+
width: 46%;
|
|
1499
|
+
height: 40px;
|
|
1500
|
+
z-index: 1500;
|
|
1501
|
+
}
|
|
1502
|
+
li[data-v-040fcf55] {
|
|
1503
|
+
color: #333;
|
|
1504
|
+
}
|
|
1505
|
+
.context-menu[data-v-040fcf55] {
|
|
1506
|
+
position: fixed;
|
|
1507
|
+
background: #fff;
|
|
1508
|
+
z-index: 999;
|
|
1509
|
+
padding: 5px;
|
|
1510
|
+
margin: 0;
|
|
1511
|
+
margin-top: 30px;
|
|
1512
|
+
}
|
|
1513
|
+
.context-menu li[data-v-040fcf55] {
|
|
1514
|
+
min-width: 75px;
|
|
1515
|
+
height: 28px;
|
|
1516
|
+
line-height: 28px;
|
|
1517
|
+
text-align: left;
|
|
1518
|
+
color: #1a1a1a;
|
|
1519
|
+
}
|
|
1520
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1521
|
+
background: #42b983;
|
|
1522
|
+
color: #fff;
|
|
1523
|
+
}
|
|
1524
|
+
.context-menu[data-v-040fcf55] {
|
|
1525
|
+
border: 1px solid #eee;
|
|
1526
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1527
|
+
border-radius: 5px;
|
|
1528
|
+
}
|
|
1529
|
+
li[data-v-040fcf55] {
|
|
1530
|
+
list-style-type: none;
|
|
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,38 +1627,30 @@ 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
|
-
}[data-v-0fb85d6e] .super-icon {
|
|
1631
|
-
width: 20px !important;
|
|
1632
|
-
height: 20px !important;
|
|
1633
|
-
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
-
margin-bottom: 0px;
|
|
1635
1630
|
}
|
|
1636
|
-
.
|
|
1637
|
-
|
|
1638
|
-
text-overflow: ellipsis;
|
|
1639
|
-
white-space: nowrap;
|
|
1640
|
-
word-break: keep-all;
|
|
1631
|
+
.searchResult {
|
|
1632
|
+
color: red;
|
|
1641
1633
|
}
|
|
1642
|
-
.
|
|
1643
|
-
|
|
1644
|
-
text-align: center;
|
|
1634
|
+
.inline-select-custom {
|
|
1635
|
+
width: 100px;
|
|
1645
1636
|
}
|
|
1646
|
-
.
|
|
1647
|
-
width:
|
|
1637
|
+
.inline-input-custom {
|
|
1638
|
+
width: 98%;
|
|
1639
|
+
}
|
|
1640
|
+
[data-v-0fb85d6e] .super-icon {
|
|
1641
|
+
width: 20px !important;
|
|
1642
|
+
height: 20px !important;
|
|
1648
1643
|
}
|
|
1649
|
-
.
|
|
1650
|
-
|
|
1644
|
+
.searchResult {
|
|
1645
|
+
color: red;
|
|
1651
1646
|
}
|
|
1652
|
-
.
|
|
1653
|
-
|
|
1647
|
+
.inline-select-custom {
|
|
1648
|
+
width: 100px;
|
|
1654
1649
|
}
|
|
1655
|
-
.
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1650
|
+
.inline-input-custom {
|
|
1651
|
+
width: 98%;
|
|
1652
|
+
}
|
|
1653
|
+
.annex-cell[data-v-bbad0ee0] {
|
|
1659
1654
|
padding-right: 5px;
|
|
1660
1655
|
cursor: pointer;
|
|
1661
1656
|
color: #409eff;
|
|
@@ -1714,7 +1709,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1714
1709
|
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1715
1710
|
width: 100%;
|
|
1716
1711
|
}
|
|
1717
|
-
.grid-search-form
|
|
1712
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1713
|
+
margin-bottom: 0px;
|
|
1714
|
+
}
|
|
1715
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1716
|
+
overflow: hidden;
|
|
1717
|
+
text-overflow: ellipsis;
|
|
1718
|
+
white-space: nowrap;
|
|
1719
|
+
word-break: keep-all;
|
|
1720
|
+
}
|
|
1721
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1722
|
+
margin-bottom: 5px;
|
|
1723
|
+
text-align: center;
|
|
1724
|
+
}
|
|
1725
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1726
|
+
width: 100%;
|
|
1727
|
+
}
|
|
1728
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1729
|
+
width: 100%;
|
|
1730
|
+
}
|
|
1731
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1732
|
+
padding-right: 24px;
|
|
1733
|
+
}
|
|
1734
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1735
|
+
padding-left: 10px;
|
|
1736
|
+
padding-bottom: 16px;
|
|
1737
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1738
|
overflow: auto;
|
|
1719
1739
|
}
|
|
1720
1740
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1750,35 +1770,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1750
1770
|
background-color: #ffffff;
|
|
1751
1771
|
width: 50%;
|
|
1752
1772
|
height: 40px;
|
|
1753
|
-
}
|
|
1754
|
-
.searchResult {
|
|
1755
|
-
color: red;
|
|
1756
|
-
}
|
|
1757
|
-
.inline-select-custom {
|
|
1758
|
-
width: 100px;
|
|
1759
|
-
}
|
|
1760
|
-
.inline-input-custom {
|
|
1761
|
-
width: 98%;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
.searchResult {
|
|
1765
|
-
color: red;
|
|
1766
|
-
}
|
|
1767
|
-
.inline-select-custom {
|
|
1768
|
-
width: 100px;
|
|
1769
|
-
}
|
|
1770
|
-
.inline-input-custom {
|
|
1771
|
-
width: 98%;
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
.svg-icon[data-v-019891df] {
|
|
1775
|
-
width: 1.2em;
|
|
1776
|
-
height: 1.2em;
|
|
1777
|
-
vertical-align: -0.25em;
|
|
1778
|
-
fill: currentColor;
|
|
1779
|
-
overflow: initial;
|
|
1780
|
-
}
|
|
1781
|
-
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1773
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1782
1774
|
position: relative;
|
|
1783
1775
|
--el-menu-item-height: 45px;
|
|
1784
1776
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1805,41 +1797,95 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1805
1797
|
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1806
1798
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1807
1799
|
overflow: hidden;
|
|
1808
|
-
white-space: nowrap;
|
|
1800
|
+
white-space: nowrap;
|
|
1801
|
+
overflow: hidden;
|
|
1802
|
+
text-overflow: ellipsis;
|
|
1803
|
+
}
|
|
1804
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1805
|
+
overflow: hidden;
|
|
1806
|
+
white-space: nowrap;
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
text-overflow: ellipsis;
|
|
1809
|
+
}
|
|
1810
|
+
.svg-icon[data-v-019891df] {
|
|
1811
|
+
width: 1.2em;
|
|
1812
|
+
height: 1.2em;
|
|
1813
|
+
vertical-align: -0.25em;
|
|
1814
|
+
fill: currentColor;
|
|
1815
|
+
overflow: initial;
|
|
1816
|
+
}
|
|
1817
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1818
|
+
margin-right: 5px;
|
|
1819
|
+
}
|
|
1820
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1821
|
+
margin-left: 5px;
|
|
1822
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1823
|
+
border: 1px solid #dcdfe6;
|
|
1824
|
+
padding: 4px 8px;
|
|
1825
|
+
background-clip: padding-box;
|
|
1826
|
+
overflow: hidden;
|
|
1827
|
+
display: inline-flex;
|
|
1828
|
+
align-items: center;
|
|
1829
|
+
}
|
|
1830
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1831
|
+
margin-right: 18px;
|
|
1832
|
+
max-width: 160px;
|
|
1809
1833
|
overflow: hidden;
|
|
1810
1834
|
text-overflow: ellipsis;
|
|
1835
|
+
white-space: nowrap;
|
|
1811
1836
|
}
|
|
1812
|
-
.
|
|
1837
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1838
|
+
font-weight: 600;
|
|
1839
|
+
margin-left: 4px;
|
|
1840
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1841
|
+
font-size: 12px;
|
|
1842
|
+
}
|
|
1843
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1844
|
+
border: 1px solid #dcdfe6;
|
|
1845
|
+
padding: 4px 8px;
|
|
1846
|
+
background-clip: padding-box;
|
|
1813
1847
|
overflow: hidden;
|
|
1814
|
-
|
|
1848
|
+
display: inline-flex;
|
|
1849
|
+
align-items: center;
|
|
1850
|
+
}
|
|
1851
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1852
|
+
margin-right: 18px;
|
|
1853
|
+
max-width: 160px;
|
|
1815
1854
|
overflow: hidden;
|
|
1816
1855
|
text-overflow: ellipsis;
|
|
1817
|
-
|
|
1818
|
-
margin-right: 5px;
|
|
1856
|
+
white-space: nowrap;
|
|
1819
1857
|
}
|
|
1820
|
-
.
|
|
1821
|
-
|
|
1858
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1859
|
+
font-weight: 600;
|
|
1860
|
+
margin-left: 4px;
|
|
1822
1861
|
}[data-v-90635647] .el-range-separator {
|
|
1823
1862
|
min-width: 20px;
|
|
1824
|
-
}
|
|
1863
|
+
}
|
|
1864
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
1865
|
+
width: 100%;
|
|
1866
|
+
height: 100%;
|
|
1867
|
+
border: none;
|
|
1868
|
+
opacity: 1;
|
|
1869
|
+
}
|
|
1870
|
+
[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 {
|
|
1825
1871
|
user-select: text !important;
|
|
1826
1872
|
-webkit-user-select: text !important;
|
|
1827
1873
|
-moz-user-select: text !important;
|
|
1828
1874
|
-ms-user-select: text !important;
|
|
1829
1875
|
}
|
|
1830
|
-
.slide-up-enter-active[data-v-
|
|
1831
|
-
.slide-up-leave-active[data-v-
|
|
1876
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
1877
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
1832
1878
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1833
1879
|
}
|
|
1834
|
-
.slide-up-enter-from[data-v-
|
|
1835
|
-
.slide-up-leave-to[data-v-
|
|
1880
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
1881
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
1836
1882
|
transform: translateY(100%);
|
|
1837
1883
|
}
|
|
1838
1884
|
|
|
1839
1885
|
/**
|
|
1840
1886
|
* 聊天窗口的样式设置
|
|
1841
1887
|
*/
|
|
1842
|
-
.chat-container[data-v-
|
|
1888
|
+
.chat-container[data-v-1e62eff8] {
|
|
1843
1889
|
--header-height: 56px;
|
|
1844
1890
|
--chat-padding: 12px;
|
|
1845
1891
|
--bubble-content-max-width: 0px;
|
|
@@ -1851,25 +1897,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1851
1897
|
flex-direction: row; /* 横向排列 */
|
|
1852
1898
|
height: 100%; /* 父容器高度 */
|
|
1853
1899
|
}
|
|
1854
|
-
.small-window[data-v-
|
|
1900
|
+
.small-window[data-v-1e62eff8] {
|
|
1855
1901
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1856
1902
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1857
1903
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1858
1904
|
border-radius: 8px;
|
|
1859
1905
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1860
1906
|
}
|
|
1861
|
-
.full-screen[data-v-
|
|
1907
|
+
.full-screen[data-v-1e62eff8] {
|
|
1862
1908
|
right: 0;
|
|
1863
1909
|
bottom: 0;
|
|
1864
1910
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1865
1911
|
}
|
|
1866
|
-
.chat-container > *[data-v-
|
|
1912
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
1867
1913
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1868
1914
|
}
|
|
1869
1915
|
|
|
1870
1916
|
/* 聊天窗口的头部样式设置
|
|
1871
1917
|
*/
|
|
1872
|
-
.chat-embed__header_container[data-v-
|
|
1918
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
1873
1919
|
/* border-bottom: 1px solid #ddd; */
|
|
1874
1920
|
display: flex;
|
|
1875
1921
|
align-items: center;
|
|
@@ -1879,7 +1925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1879
1925
|
overflow: hidden;
|
|
1880
1926
|
position: relative;
|
|
1881
1927
|
}
|
|
1882
|
-
.session-subject[data-v-
|
|
1928
|
+
.session-subject[data-v-1e62eff8] {
|
|
1883
1929
|
display: block;
|
|
1884
1930
|
margin: 0 auto;
|
|
1885
1931
|
text-align: center;
|
|
@@ -1894,17 +1940,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1894
1940
|
|
|
1895
1941
|
/* 聊天窗口的头部图标样式设置
|
|
1896
1942
|
*/
|
|
1897
|
-
.chat-embed__header_avatar[data-v-
|
|
1943
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
1898
1944
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1899
1945
|
margin-right: var(--chat-padding);
|
|
1900
1946
|
}
|
|
1901
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1947
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
1902
1948
|
right: 20px;
|
|
1903
1949
|
position: absolute;
|
|
1904
1950
|
gap: 28px;
|
|
1905
1951
|
display: flex;
|
|
1906
1952
|
}
|
|
1907
|
-
.chat-embed__sidebar[data-v-
|
|
1953
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
1908
1954
|
background: #f6f7fa;
|
|
1909
1955
|
display: flex;
|
|
1910
1956
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1913,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1913
1959
|
width: 260px;
|
|
1914
1960
|
height: 100%;
|
|
1915
1961
|
}
|
|
1916
|
-
.chat-embed__main[data-v-
|
|
1962
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
1917
1963
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1918
1964
|
box-sizing: border-box;
|
|
1919
1965
|
overflow: hidden;
|
|
@@ -1924,7 +1970,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1924
1970
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1925
1971
|
overflow: hidden; /* 防止内容溢出 */
|
|
1926
1972
|
}
|
|
1927
|
-
.chat-embed__main_content[data-v-
|
|
1973
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
1928
1974
|
flex: 1;
|
|
1929
1975
|
box-sizing: border-box;
|
|
1930
1976
|
min-height: 0;
|
|
@@ -1932,21 +1978,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1932
1978
|
/* overflow-y: auto;
|
|
1933
1979
|
margin-bottom: 12px; */
|
|
1934
1980
|
}
|
|
1935
|
-
.chat-embed__input_container[data-v-
|
|
1981
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
1936
1982
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1937
1983
|
/* margin-bottom: 50px; 距离底部 */
|
|
1938
1984
|
}
|
|
1939
|
-
.header-icon[data-v-
|
|
1985
|
+
.header-icon[data-v-1e62eff8] {
|
|
1940
1986
|
cursor: pointer;
|
|
1941
1987
|
font-size: 20px;
|
|
1942
1988
|
}
|
|
1943
1989
|
|
|
1944
1990
|
/* 聊天默认推荐内容样式
|
|
1945
1991
|
*/
|
|
1946
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1992
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
1947
1993
|
margin-top: 5px;
|
|
1948
1994
|
}
|
|
1949
|
-
.content-container[data-v-
|
|
1995
|
+
.content-container[data-v-1e62eff8] {
|
|
1950
1996
|
padding: 16px;
|
|
1951
1997
|
border-radius: 4px;
|
|
1952
1998
|
background: #ffffff;
|
|
@@ -1954,7 +2000,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1954
2000
|
border-radius: 0px 30px 30px 30px;
|
|
1955
2001
|
/* opacity: 0.6; */
|
|
1956
2002
|
}
|
|
1957
|
-
.chat-content-font[data-v-
|
|
2003
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
1958
2004
|
font-family: PingFang SC, PingFang SC;
|
|
1959
2005
|
font-weight: 500;
|
|
1960
2006
|
font-size: 16px;
|
|
@@ -1964,10 +2010,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1964
2010
|
font-style: normal;
|
|
1965
2011
|
text-transform: none;
|
|
1966
2012
|
}
|
|
1967
|
-
[data-v-
|
|
2013
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1968
2014
|
border: none !important;
|
|
1969
2015
|
}
|
|
1970
|
-
.content-container-header[data-v-
|
|
2016
|
+
.content-container-header[data-v-1e62eff8] {
|
|
1971
2017
|
font-size: 12px;
|
|
1972
2018
|
color: #909399;
|
|
1973
2019
|
}
|
|
@@ -1975,28 +2021,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1975
2021
|
/**
|
|
1976
2022
|
// 用户消息
|
|
1977
2023
|
*/
|
|
1978
|
-
.content-borderless-container[data-v-
|
|
2024
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
1979
2025
|
background: #e1ecfd;
|
|
1980
2026
|
border-radius: 20px 0px 20px 20px;
|
|
1981
2027
|
user-select: none;
|
|
1982
2028
|
padding: 12px;
|
|
1983
2029
|
cursor: pointer;
|
|
1984
2030
|
transition: background-color 0.3s;
|
|
1985
|
-
&[data-v-
|
|
2031
|
+
&[data-v-1e62eff8]:hover {
|
|
1986
2032
|
background-color: #ebeef5;
|
|
1987
2033
|
}
|
|
1988
2034
|
}
|
|
1989
|
-
.footer-container[data-v-
|
|
1990
|
-
[data-v-
|
|
2035
|
+
.footer-container[data-v-1e62eff8] {
|
|
2036
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
1991
2037
|
margin-left: 8px;
|
|
1992
2038
|
}
|
|
1993
2039
|
}
|
|
1994
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2040
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
1995
2041
|
padding: 0;
|
|
1996
2042
|
}
|
|
1997
2043
|
|
|
1998
2044
|
/* 引用文件样式 */
|
|
1999
|
-
.doc-agg-item[data-v-
|
|
2045
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2000
2046
|
width: 100%;
|
|
2001
2047
|
padding: 10px;
|
|
2002
2048
|
margin-bottom: 5px;
|
|
@@ -2006,111 +2052,145 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2006
2052
|
font-size: 12px;
|
|
2007
2053
|
color: var(--el-color-primary);
|
|
2008
2054
|
}
|
|
2009
|
-
.elx-xmarkdown-container[data-v-
|
|
2055
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2010
2056
|
padding: 0;
|
|
2011
2057
|
}
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2058
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2059
|
+
position: absolute;
|
|
2060
|
+
padding: 20px 36px;
|
|
2061
|
+
gap: 16px;
|
|
2062
|
+
display: flex;
|
|
2063
|
+
z-index: 1;
|
|
2016
2064
|
}
|
|
2017
|
-
[data-v-
|
|
2018
|
-
|
|
2065
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2066
|
+
display: flex;
|
|
2067
|
+
height: 40px;
|
|
2068
|
+
padding: 10px 14px;
|
|
2069
|
+
gap: 14px;
|
|
2070
|
+
border-radius: 100px 100px 100px 100px;
|
|
2071
|
+
border: 1px solid #e5e5e5;
|
|
2072
|
+
width: 82px;
|
|
2073
|
+
font-size: 20px;
|
|
2019
2074
|
}
|
|
2020
|
-
.
|
|
2021
|
-
display: flex;
|
|
2022
|
-
align-items: center;
|
|
2023
|
-
|
|
2024
|
-
|
|
2075
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2076
|
+
display: flex; /* 设置为水平排列 */
|
|
2077
|
+
align-items: center; /* 垂直居中 */
|
|
2078
|
+
margin-bottom: 22px;
|
|
2079
|
+
font-size: 20px;
|
|
2080
|
+
}
|
|
2081
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2082
|
+
font-family: PingFang SC, PingFang SC;
|
|
2083
|
+
font-weight: 600;
|
|
2084
|
+
font-size: 16px;
|
|
2085
|
+
color: #181818;
|
|
2086
|
+
text-align: left;
|
|
2087
|
+
font-style: normal;
|
|
2088
|
+
text-transform: none;
|
|
2089
|
+
}
|
|
2090
|
+
.right-icon[data-v-1e62eff8] {
|
|
2091
|
+
cursor: pointer;
|
|
2025
2092
|
margin-left: auto;
|
|
2026
|
-
gap: 10px;
|
|
2027
2093
|
}
|
|
2028
|
-
.
|
|
2029
|
-
display: inline-block;
|
|
2030
|
-
width: 12px;
|
|
2031
|
-
height: 12px;
|
|
2032
|
-
background-repeat: no-repeat;
|
|
2033
|
-
background-position: center;
|
|
2034
|
-
background-size: 100%;
|
|
2094
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2035
2095
|
cursor: pointer;
|
|
2036
2096
|
}
|
|
2037
|
-
.
|
|
2038
|
-
|
|
2097
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2098
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2099
|
+
margin-bottom: 10px;
|
|
2039
2100
|
}
|
|
2040
|
-
.
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2101
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2102
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2103
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2104
|
+
margin-bottom: 10px;
|
|
2044
2105
|
}
|
|
2045
|
-
[data-v-
|
|
2046
|
-
|
|
2106
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2107
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2108
|
+
margin-top: 10px;
|
|
2109
|
+
margin-bottom: 20px;
|
|
2047
2110
|
}
|
|
2048
|
-
[data-v-
|
|
2049
|
-
background: #ffffff
|
|
2050
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2051
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2052
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2053
|
-
font-weight: 400;
|
|
2054
|
-
font-size: 16px;
|
|
2055
|
-
color: #bbbbbb;
|
|
2056
|
-
text-align: left;
|
|
2057
|
-
font-style: normal;
|
|
2058
|
-
text-transform: none;
|
|
2111
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2112
|
+
background-color: #ffffff;
|
|
2059
2113
|
}
|
|
2060
|
-
[data-v-
|
|
2061
|
-
|
|
2062
|
-
font-weight: 400 !important;
|
|
2063
|
-
font-size: 16px !important;
|
|
2064
|
-
line-height: 21px !important;
|
|
2065
|
-
font-style: normal !important;
|
|
2066
|
-
text-transform: none !important;
|
|
2114
|
+
.date-group[data-v-1e62eff8] {
|
|
2115
|
+
margin-top: 16px;
|
|
2067
2116
|
}
|
|
2068
|
-
[data-v-
|
|
2069
|
-
|
|
2117
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2118
|
+
color: #81858c;
|
|
2119
|
+
font-size: 12px;
|
|
2120
|
+
user-select: none;
|
|
2121
|
+
margin-bottom: 2px;
|
|
2122
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2070
2123
|
}
|
|
2071
|
-
[data-v-
|
|
2072
|
-
|
|
2073
|
-
|
|
2124
|
+
.menu-item[data-v-1e62eff8] {
|
|
2125
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2126
|
+
font-size: 16px;
|
|
2127
|
+
line-height: 50px;
|
|
2128
|
+
cursor: pointer;
|
|
2129
|
+
gap: 8px;
|
|
2130
|
+
border-radius: 8px;
|
|
2131
|
+
display: flex;
|
|
2132
|
+
align-items: center;
|
|
2074
2133
|
}
|
|
2075
|
-
.
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
font-weight: 400;
|
|
2079
|
-
font-size: 14px;
|
|
2080
|
-
color: #808080;
|
|
2081
|
-
line-height: 21px;
|
|
2082
|
-
font-style: normal;
|
|
2083
|
-
text-align: center;
|
|
2134
|
+
.active-item[data-v-1e62eff8] {
|
|
2135
|
+
background: #e2ebf5;
|
|
2136
|
+
color: var(--el-color-primary);
|
|
2084
2137
|
}
|
|
2085
|
-
.
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2138
|
+
.history-item[data-v-1e62eff8] {
|
|
2139
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2140
|
+
cursor: pointer;
|
|
2141
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2142
|
+
align-items: center; /* 垂直居中 */
|
|
2143
|
+
line-height: 40px;
|
|
2144
|
+
gap: 8px;
|
|
2145
|
+
border-radius: 8px;
|
|
2089
2146
|
}
|
|
2090
|
-
.
|
|
2091
|
-
|
|
2147
|
+
.history-subject[data-v-1e62eff8] {
|
|
2148
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2149
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2150
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2151
|
+
white-space: nowrap; /* 不换行 */
|
|
2152
|
+
}
|
|
2153
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2154
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2155
|
+
}
|
|
2156
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2157
|
+
background-color: #f5f5f5;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2161
|
+
display: flex;
|
|
2162
|
+
align-items: center;
|
|
2163
|
+
flex-shrink: 0;
|
|
2164
|
+
min-width: max-content;
|
|
2165
|
+
margin-left: auto;
|
|
2166
|
+
gap: 10px;
|
|
2092
2167
|
}
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2095
|
-
|
|
2168
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2169
|
+
display: flex;
|
|
2170
|
+
align-items: center;
|
|
2171
|
+
justify-content: center;
|
|
2172
|
+
margin-top: 10px;
|
|
2173
|
+
gap: 10px;
|
|
2174
|
+
}
|
|
2175
|
+
[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 {
|
|
2096
2176
|
user-select: text !important;
|
|
2097
2177
|
-webkit-user-select: text !important;
|
|
2098
2178
|
-moz-user-select: text !important;
|
|
2099
2179
|
-ms-user-select: text !important;
|
|
2100
2180
|
}
|
|
2101
|
-
.slide-up-enter-active[data-v-
|
|
2102
|
-
.slide-up-leave-active[data-v-
|
|
2181
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2182
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2103
2183
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2104
2184
|
}
|
|
2105
|
-
.slide-up-enter-from[data-v-
|
|
2106
|
-
.slide-up-leave-to[data-v-
|
|
2185
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2186
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2107
2187
|
transform: translateY(100%);
|
|
2108
2188
|
}
|
|
2109
2189
|
|
|
2110
2190
|
/**
|
|
2111
2191
|
* 聊天窗口的样式设置
|
|
2112
2192
|
*/
|
|
2113
|
-
.chat-container[data-v-
|
|
2193
|
+
.chat-container[data-v-45fbaf17] {
|
|
2114
2194
|
--header-height: 56px;
|
|
2115
2195
|
--chat-padding: 12px;
|
|
2116
2196
|
--bubble-content-max-width: 0px;
|
|
@@ -2122,25 +2202,25 @@ h4[data-v-0b0c189e] {
|
|
|
2122
2202
|
flex-direction: row; /* 横向排列 */
|
|
2123
2203
|
height: 100%; /* 父容器高度 */
|
|
2124
2204
|
}
|
|
2125
|
-
.small-window[data-v-
|
|
2205
|
+
.small-window[data-v-45fbaf17] {
|
|
2126
2206
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2127
2207
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2128
2208
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2129
2209
|
border-radius: 8px;
|
|
2130
2210
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2131
2211
|
}
|
|
2132
|
-
.full-screen[data-v-
|
|
2212
|
+
.full-screen[data-v-45fbaf17] {
|
|
2133
2213
|
right: 0;
|
|
2134
2214
|
bottom: 0;
|
|
2135
2215
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2136
2216
|
}
|
|
2137
|
-
.chat-container > *[data-v-
|
|
2217
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2138
2218
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2139
2219
|
}
|
|
2140
2220
|
|
|
2141
2221
|
/* 聊天窗口的头部样式设置
|
|
2142
2222
|
*/
|
|
2143
|
-
.chat-embed__header_container[data-v-
|
|
2223
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2144
2224
|
/* border-bottom: 1px solid #ddd; */
|
|
2145
2225
|
display: flex;
|
|
2146
2226
|
align-items: center;
|
|
@@ -2150,7 +2230,7 @@ h4[data-v-0b0c189e] {
|
|
|
2150
2230
|
overflow: hidden;
|
|
2151
2231
|
position: relative;
|
|
2152
2232
|
}
|
|
2153
|
-
.session-subject[data-v-
|
|
2233
|
+
.session-subject[data-v-45fbaf17] {
|
|
2154
2234
|
display: block;
|
|
2155
2235
|
margin: 0 auto;
|
|
2156
2236
|
text-align: center;
|
|
@@ -2165,17 +2245,17 @@ h4[data-v-0b0c189e] {
|
|
|
2165
2245
|
|
|
2166
2246
|
/* 聊天窗口的头部图标样式设置
|
|
2167
2247
|
*/
|
|
2168
|
-
.chat-embed__header_avatar[data-v-
|
|
2248
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2169
2249
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2170
2250
|
margin-right: var(--chat-padding);
|
|
2171
2251
|
}
|
|
2172
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2252
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2173
2253
|
right: 20px;
|
|
2174
2254
|
position: absolute;
|
|
2175
2255
|
gap: 28px;
|
|
2176
2256
|
display: flex;
|
|
2177
2257
|
}
|
|
2178
|
-
.chat-embed__sidebar[data-v-
|
|
2258
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2179
2259
|
background: #f6f7fa;
|
|
2180
2260
|
display: flex;
|
|
2181
2261
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2184,7 +2264,7 @@ h4[data-v-0b0c189e] {
|
|
|
2184
2264
|
width: 260px;
|
|
2185
2265
|
height: 100%;
|
|
2186
2266
|
}
|
|
2187
|
-
.chat-embed__main[data-v-
|
|
2267
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2188
2268
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2189
2269
|
box-sizing: border-box;
|
|
2190
2270
|
overflow: hidden;
|
|
@@ -2195,7 +2275,7 @@ h4[data-v-0b0c189e] {
|
|
|
2195
2275
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2196
2276
|
overflow: hidden; /* 防止内容溢出 */
|
|
2197
2277
|
}
|
|
2198
|
-
.chat-embed__main_content[data-v-
|
|
2278
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2199
2279
|
flex: 1;
|
|
2200
2280
|
box-sizing: border-box;
|
|
2201
2281
|
min-height: 0;
|
|
@@ -2203,21 +2283,21 @@ h4[data-v-0b0c189e] {
|
|
|
2203
2283
|
/* overflow-y: auto;
|
|
2204
2284
|
margin-bottom: 12px; */
|
|
2205
2285
|
}
|
|
2206
|
-
.chat-embed__input_container[data-v-
|
|
2286
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2207
2287
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2208
2288
|
/* margin-bottom: 50px; 距离底部 */
|
|
2209
2289
|
}
|
|
2210
|
-
.header-icon[data-v-
|
|
2290
|
+
.header-icon[data-v-45fbaf17] {
|
|
2211
2291
|
cursor: pointer;
|
|
2212
2292
|
font-size: 20px;
|
|
2213
2293
|
}
|
|
2214
2294
|
|
|
2215
2295
|
/* 聊天默认推荐内容样式
|
|
2216
2296
|
*/
|
|
2217
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2297
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2218
2298
|
margin-top: 5px;
|
|
2219
2299
|
}
|
|
2220
|
-
.content-container[data-v-
|
|
2300
|
+
.content-container[data-v-45fbaf17] {
|
|
2221
2301
|
padding: 16px;
|
|
2222
2302
|
border-radius: 4px;
|
|
2223
2303
|
background: #ffffff;
|
|
@@ -2225,7 +2305,7 @@ h4[data-v-0b0c189e] {
|
|
|
2225
2305
|
border-radius: 0px 30px 30px 30px;
|
|
2226
2306
|
/* opacity: 0.6; */
|
|
2227
2307
|
}
|
|
2228
|
-
.chat-content-font[data-v-
|
|
2308
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2229
2309
|
font-family: PingFang SC, PingFang SC;
|
|
2230
2310
|
font-weight: 500;
|
|
2231
2311
|
font-size: 16px;
|
|
@@ -2235,10 +2315,10 @@ h4[data-v-0b0c189e] {
|
|
|
2235
2315
|
font-style: normal;
|
|
2236
2316
|
text-transform: none;
|
|
2237
2317
|
}
|
|
2238
|
-
[data-v-
|
|
2318
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2239
2319
|
border: none !important;
|
|
2240
2320
|
}
|
|
2241
|
-
.content-container-header[data-v-
|
|
2321
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2242
2322
|
font-size: 12px;
|
|
2243
2323
|
color: #909399;
|
|
2244
2324
|
}
|
|
@@ -2246,28 +2326,28 @@ h4[data-v-0b0c189e] {
|
|
|
2246
2326
|
/**
|
|
2247
2327
|
// 用户消息
|
|
2248
2328
|
*/
|
|
2249
|
-
.content-borderless-container[data-v-
|
|
2329
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2250
2330
|
background: #e1ecfd;
|
|
2251
2331
|
border-radius: 20px 0px 20px 20px;
|
|
2252
2332
|
user-select: none;
|
|
2253
2333
|
padding: 12px;
|
|
2254
2334
|
cursor: pointer;
|
|
2255
2335
|
transition: background-color 0.3s;
|
|
2256
|
-
&[data-v-
|
|
2336
|
+
&[data-v-45fbaf17]:hover {
|
|
2257
2337
|
background-color: #ebeef5;
|
|
2258
2338
|
}
|
|
2259
2339
|
}
|
|
2260
|
-
.footer-container[data-v-
|
|
2261
|
-
[data-v-
|
|
2340
|
+
.footer-container[data-v-45fbaf17] {
|
|
2341
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2262
2342
|
margin-left: 8px;
|
|
2263
2343
|
}
|
|
2264
2344
|
}
|
|
2265
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2345
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2266
2346
|
padding: 0;
|
|
2267
2347
|
}
|
|
2268
2348
|
|
|
2269
2349
|
/* 引用文件样式 */
|
|
2270
|
-
.doc-agg-item[data-v-
|
|
2350
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2271
2351
|
width: 100%;
|
|
2272
2352
|
padding: 10px;
|
|
2273
2353
|
margin-bottom: 5px;
|
|
@@ -2277,72 +2357,28 @@ h4[data-v-0b0c189e] {
|
|
|
2277
2357
|
font-size: 12px;
|
|
2278
2358
|
color: var(--el-color-primary);
|
|
2279
2359
|
}
|
|
2280
|
-
.elx-xmarkdown-container[data-v-
|
|
2360
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2281
2361
|
padding: 0;
|
|
2282
2362
|
}
|
|
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 {
|
|
2363
|
+
[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 {
|
|
2328
2364
|
user-select: text !important;
|
|
2329
2365
|
-webkit-user-select: text !important;
|
|
2330
2366
|
-moz-user-select: text !important;
|
|
2331
2367
|
-ms-user-select: text !important;
|
|
2332
2368
|
}
|
|
2333
|
-
.slide-up-enter-active[data-v-
|
|
2334
|
-
.slide-up-leave-active[data-v-
|
|
2369
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2370
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2335
2371
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2336
2372
|
}
|
|
2337
|
-
.slide-up-enter-from[data-v-
|
|
2338
|
-
.slide-up-leave-to[data-v-
|
|
2373
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2374
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2339
2375
|
transform: translateY(100%);
|
|
2340
2376
|
}
|
|
2341
2377
|
|
|
2342
2378
|
/**
|
|
2343
2379
|
* 聊天窗口的样式设置
|
|
2344
2380
|
*/
|
|
2345
|
-
.chat-container[data-v-
|
|
2381
|
+
.chat-container[data-v-0b0c189e] {
|
|
2346
2382
|
--header-height: 56px;
|
|
2347
2383
|
--chat-padding: 12px;
|
|
2348
2384
|
--bubble-content-max-width: 0px;
|
|
@@ -2354,25 +2390,25 @@ h4[data-v-0b0c189e] {
|
|
|
2354
2390
|
flex-direction: row; /* 横向排列 */
|
|
2355
2391
|
height: 100%; /* 父容器高度 */
|
|
2356
2392
|
}
|
|
2357
|
-
.small-window[data-v-
|
|
2393
|
+
.small-window[data-v-0b0c189e] {
|
|
2358
2394
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2359
2395
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2360
2396
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2361
2397
|
border-radius: 8px;
|
|
2362
2398
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2363
2399
|
}
|
|
2364
|
-
.full-screen[data-v-
|
|
2400
|
+
.full-screen[data-v-0b0c189e] {
|
|
2365
2401
|
right: 0;
|
|
2366
2402
|
bottom: 0;
|
|
2367
2403
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2368
2404
|
}
|
|
2369
|
-
.chat-container > *[data-v-
|
|
2405
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2370
2406
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2371
2407
|
}
|
|
2372
2408
|
|
|
2373
2409
|
/* 聊天窗口的头部样式设置
|
|
2374
2410
|
*/
|
|
2375
|
-
.chat-embed__header_container[data-v-
|
|
2411
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2376
2412
|
/* border-bottom: 1px solid #ddd; */
|
|
2377
2413
|
display: flex;
|
|
2378
2414
|
align-items: center;
|
|
@@ -2382,7 +2418,7 @@ h4[data-v-0b0c189e] {
|
|
|
2382
2418
|
overflow: hidden;
|
|
2383
2419
|
position: relative;
|
|
2384
2420
|
}
|
|
2385
|
-
.session-subject[data-v-
|
|
2421
|
+
.session-subject[data-v-0b0c189e] {
|
|
2386
2422
|
display: block;
|
|
2387
2423
|
margin: 0 auto;
|
|
2388
2424
|
text-align: center;
|
|
@@ -2397,17 +2433,17 @@ h4[data-v-0b0c189e] {
|
|
|
2397
2433
|
|
|
2398
2434
|
/* 聊天窗口的头部图标样式设置
|
|
2399
2435
|
*/
|
|
2400
|
-
.chat-embed__header_avatar[data-v-
|
|
2436
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2401
2437
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2402
2438
|
margin-right: var(--chat-padding);
|
|
2403
2439
|
}
|
|
2404
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2440
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2405
2441
|
right: 20px;
|
|
2406
2442
|
position: absolute;
|
|
2407
2443
|
gap: 28px;
|
|
2408
2444
|
display: flex;
|
|
2409
2445
|
}
|
|
2410
|
-
.chat-embed__sidebar[data-v-
|
|
2446
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2411
2447
|
background: #f6f7fa;
|
|
2412
2448
|
display: flex;
|
|
2413
2449
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2416,7 +2452,7 @@ h4[data-v-0b0c189e] {
|
|
|
2416
2452
|
width: 260px;
|
|
2417
2453
|
height: 100%;
|
|
2418
2454
|
}
|
|
2419
|
-
.chat-embed__main[data-v-
|
|
2455
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2420
2456
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2421
2457
|
box-sizing: border-box;
|
|
2422
2458
|
overflow: hidden;
|
|
@@ -2427,7 +2463,7 @@ h4[data-v-0b0c189e] {
|
|
|
2427
2463
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2428
2464
|
overflow: hidden; /* 防止内容溢出 */
|
|
2429
2465
|
}
|
|
2430
|
-
.chat-embed__main_content[data-v-
|
|
2466
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2431
2467
|
flex: 1;
|
|
2432
2468
|
box-sizing: border-box;
|
|
2433
2469
|
min-height: 0;
|
|
@@ -2435,21 +2471,21 @@ h4[data-v-0b0c189e] {
|
|
|
2435
2471
|
/* overflow-y: auto;
|
|
2436
2472
|
margin-bottom: 12px; */
|
|
2437
2473
|
}
|
|
2438
|
-
.chat-embed__input_container[data-v-
|
|
2474
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2439
2475
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2440
2476
|
/* margin-bottom: 50px; 距离底部 */
|
|
2441
2477
|
}
|
|
2442
|
-
.header-icon[data-v-
|
|
2478
|
+
.header-icon[data-v-0b0c189e] {
|
|
2443
2479
|
cursor: pointer;
|
|
2444
2480
|
font-size: 20px;
|
|
2445
2481
|
}
|
|
2446
2482
|
|
|
2447
2483
|
/* 聊天默认推荐内容样式
|
|
2448
2484
|
*/
|
|
2449
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2485
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2450
2486
|
margin-top: 5px;
|
|
2451
2487
|
}
|
|
2452
|
-
.content-container[data-v-
|
|
2488
|
+
.content-container[data-v-0b0c189e] {
|
|
2453
2489
|
padding: 16px;
|
|
2454
2490
|
border-radius: 4px;
|
|
2455
2491
|
background: #ffffff;
|
|
@@ -2457,7 +2493,7 @@ h4[data-v-0b0c189e] {
|
|
|
2457
2493
|
border-radius: 0px 30px 30px 30px;
|
|
2458
2494
|
/* opacity: 0.6; */
|
|
2459
2495
|
}
|
|
2460
|
-
.chat-content-font[data-v-
|
|
2496
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2461
2497
|
font-family: PingFang SC, PingFang SC;
|
|
2462
2498
|
font-weight: 500;
|
|
2463
2499
|
font-size: 16px;
|
|
@@ -2467,10 +2503,10 @@ h4[data-v-0b0c189e] {
|
|
|
2467
2503
|
font-style: normal;
|
|
2468
2504
|
text-transform: none;
|
|
2469
2505
|
}
|
|
2470
|
-
[data-v-
|
|
2506
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2471
2507
|
border: none !important;
|
|
2472
2508
|
}
|
|
2473
|
-
.content-container-header[data-v-
|
|
2509
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2474
2510
|
font-size: 12px;
|
|
2475
2511
|
color: #909399;
|
|
2476
2512
|
}
|
|
@@ -2478,66 +2514,149 @@ h4[data-v-0b0c189e] {
|
|
|
2478
2514
|
/**
|
|
2479
2515
|
// 用户消息
|
|
2480
2516
|
*/
|
|
2481
|
-
.content-borderless-container[data-v-
|
|
2517
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2482
2518
|
background: #e1ecfd;
|
|
2483
2519
|
border-radius: 20px 0px 20px 20px;
|
|
2484
2520
|
user-select: none;
|
|
2485
2521
|
padding: 12px;
|
|
2486
2522
|
cursor: pointer;
|
|
2487
2523
|
transition: background-color 0.3s;
|
|
2488
|
-
&[data-v-
|
|
2524
|
+
&[data-v-0b0c189e]:hover {
|
|
2489
2525
|
background-color: #ebeef5;
|
|
2490
2526
|
}
|
|
2491
2527
|
}
|
|
2492
|
-
.footer-container[data-v-
|
|
2493
|
-
[data-v-
|
|
2494
|
-
margin-left: 8px;
|
|
2528
|
+
.footer-container[data-v-0b0c189e] {
|
|
2529
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2530
|
+
margin-left: 8px;
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2534
|
+
padding: 0;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
/* 引用文件样式 */
|
|
2538
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2539
|
+
width: 100%;
|
|
2540
|
+
padding: 10px;
|
|
2541
|
+
margin-bottom: 5px;
|
|
2542
|
+
border: 1px solid #eee;
|
|
2543
|
+
border-radius: 4px;
|
|
2544
|
+
cursor: pointer;
|
|
2545
|
+
font-size: 12px;
|
|
2546
|
+
color: var(--el-color-primary);
|
|
2547
|
+
}
|
|
2548
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2549
|
+
padding: 0;
|
|
2550
|
+
}
|
|
2551
|
+
h4[data-v-0b0c189e] {
|
|
2552
|
+
font-size: 16px;
|
|
2553
|
+
margin-top: 0px;
|
|
2554
|
+
margin-bottom: 0px;
|
|
2555
|
+
}
|
|
2556
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2557
|
+
margin: 5px 0;
|
|
2558
|
+
}
|
|
2559
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2560
|
+
display: flex;
|
|
2561
|
+
align-items: center;
|
|
2562
|
+
flex-shrink: 0;
|
|
2563
|
+
min-width: max-content;
|
|
2564
|
+
margin-left: auto;
|
|
2565
|
+
gap: 10px;
|
|
2566
|
+
}
|
|
2567
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2568
|
+
display: inline-block;
|
|
2569
|
+
width: 12px;
|
|
2570
|
+
height: 12px;
|
|
2571
|
+
background-repeat: no-repeat;
|
|
2572
|
+
background-position: center;
|
|
2573
|
+
background-size: 100%;
|
|
2574
|
+
cursor: pointer;
|
|
2575
|
+
}
|
|
2576
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2577
|
+
margin-left: 5px;
|
|
2578
|
+
}
|
|
2579
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2580
|
+
display: flex;
|
|
2581
|
+
flex-direction: column;
|
|
2582
|
+
padding: 16px;
|
|
2583
|
+
}
|
|
2584
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2585
|
+
border-bottom-color: #ffffff !important;
|
|
2586
|
+
}
|
|
2587
|
+
[data-v-0b0c189e] .el-sender {
|
|
2588
|
+
background: #ffffff !important;
|
|
2589
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2590
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2591
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2592
|
+
font-weight: 400;
|
|
2593
|
+
font-size: 16px;
|
|
2594
|
+
color: #bbbbbb;
|
|
2595
|
+
text-align: left;
|
|
2596
|
+
font-style: normal;
|
|
2597
|
+
text-transform: none;
|
|
2598
|
+
}
|
|
2599
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2600
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2601
|
+
font-weight: 400 !important;
|
|
2602
|
+
font-size: 16px !important;
|
|
2603
|
+
line-height: 21px !important;
|
|
2604
|
+
font-style: normal !important;
|
|
2605
|
+
text-transform: none !important;
|
|
2606
|
+
}
|
|
2607
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2608
|
+
padding: 16px !important;
|
|
2609
|
+
}
|
|
2610
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2611
|
+
border-radius: 100px 100px 100px 100px;
|
|
2612
|
+
border: 1px solid #dcdfe6;
|
|
2613
|
+
}
|
|
2614
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2615
|
+
padding: 12px;
|
|
2616
|
+
font-family: PingFang SC, PingFang SC;
|
|
2617
|
+
font-weight: 400;
|
|
2618
|
+
font-size: 14px;
|
|
2619
|
+
color: #808080;
|
|
2620
|
+
line-height: 21px;
|
|
2621
|
+
font-style: normal;
|
|
2622
|
+
text-align: center;
|
|
2623
|
+
}
|
|
2624
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2625
|
+
border-radius: 50% !important;
|
|
2626
|
+
padding: 8px;
|
|
2627
|
+
width: 32px;
|
|
2495
2628
|
}
|
|
2629
|
+
.send-icon[data-v-0b0c189e] {
|
|
2630
|
+
cursor: pointer;
|
|
2496
2631
|
}
|
|
2497
|
-
.el-
|
|
2498
|
-
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
/* 引用文件样式 */
|
|
2502
|
-
.doc-agg-item[data-v-45fbaf17] {
|
|
2503
|
-
width: 100%;
|
|
2504
|
-
padding: 10px;
|
|
2505
|
-
margin-bottom: 5px;
|
|
2506
|
-
border: 1px solid #eee;
|
|
2507
|
-
border-radius: 4px;
|
|
2508
|
-
cursor: pointer;
|
|
2509
|
-
font-size: 12px;
|
|
2510
|
-
color: var(--el-color-primary);
|
|
2632
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2633
|
+
margin: 0 0;
|
|
2511
2634
|
}
|
|
2512
|
-
.
|
|
2513
|
-
padding: 0;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2635
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2517
2636
|
width: 100%;
|
|
2518
2637
|
height: 100%;
|
|
2519
2638
|
border: none;
|
|
2520
2639
|
opacity: 1;
|
|
2521
2640
|
}
|
|
2522
|
-
[data-v-
|
|
2641
|
+
[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 {
|
|
2523
2642
|
user-select: text !important;
|
|
2524
2643
|
-webkit-user-select: text !important;
|
|
2525
2644
|
-moz-user-select: text !important;
|
|
2526
2645
|
-ms-user-select: text !important;
|
|
2527
2646
|
}
|
|
2528
|
-
.slide-up-enter-active[data-v-
|
|
2529
|
-
.slide-up-leave-active[data-v-
|
|
2647
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2648
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2530
2649
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2531
2650
|
}
|
|
2532
|
-
.slide-up-enter-from[data-v-
|
|
2533
|
-
.slide-up-leave-to[data-v-
|
|
2651
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2652
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2534
2653
|
transform: translateY(100%);
|
|
2535
2654
|
}
|
|
2536
2655
|
|
|
2537
2656
|
/**
|
|
2538
2657
|
* 聊天窗口的样式设置
|
|
2539
2658
|
*/
|
|
2540
|
-
.chat-container[data-v-
|
|
2659
|
+
.chat-container[data-v-bc196b97] {
|
|
2541
2660
|
--header-height: 56px;
|
|
2542
2661
|
--chat-padding: 12px;
|
|
2543
2662
|
--bubble-content-max-width: 0px;
|
|
@@ -2549,25 +2668,25 @@ h4[data-v-0b0c189e] {
|
|
|
2549
2668
|
flex-direction: row; /* 横向排列 */
|
|
2550
2669
|
height: 100%; /* 父容器高度 */
|
|
2551
2670
|
}
|
|
2552
|
-
.small-window[data-v-
|
|
2671
|
+
.small-window[data-v-bc196b97] {
|
|
2553
2672
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2554
2673
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2555
2674
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2556
2675
|
border-radius: 8px;
|
|
2557
2676
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2558
2677
|
}
|
|
2559
|
-
.full-screen[data-v-
|
|
2678
|
+
.full-screen[data-v-bc196b97] {
|
|
2560
2679
|
right: 0;
|
|
2561
2680
|
bottom: 0;
|
|
2562
2681
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2563
2682
|
}
|
|
2564
|
-
.chat-container > *[data-v-
|
|
2683
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2565
2684
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2566
2685
|
}
|
|
2567
2686
|
|
|
2568
2687
|
/* 聊天窗口的头部样式设置
|
|
2569
2688
|
*/
|
|
2570
|
-
.chat-embed__header_container[data-v-
|
|
2689
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2571
2690
|
/* border-bottom: 1px solid #ddd; */
|
|
2572
2691
|
display: flex;
|
|
2573
2692
|
align-items: center;
|
|
@@ -2577,7 +2696,7 @@ h4[data-v-0b0c189e] {
|
|
|
2577
2696
|
overflow: hidden;
|
|
2578
2697
|
position: relative;
|
|
2579
2698
|
}
|
|
2580
|
-
.session-subject[data-v-
|
|
2699
|
+
.session-subject[data-v-bc196b97] {
|
|
2581
2700
|
display: block;
|
|
2582
2701
|
margin: 0 auto;
|
|
2583
2702
|
text-align: center;
|
|
@@ -2592,17 +2711,17 @@ h4[data-v-0b0c189e] {
|
|
|
2592
2711
|
|
|
2593
2712
|
/* 聊天窗口的头部图标样式设置
|
|
2594
2713
|
*/
|
|
2595
|
-
.chat-embed__header_avatar[data-v-
|
|
2714
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2596
2715
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2597
2716
|
margin-right: var(--chat-padding);
|
|
2598
2717
|
}
|
|
2599
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2718
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2600
2719
|
right: 20px;
|
|
2601
2720
|
position: absolute;
|
|
2602
2721
|
gap: 28px;
|
|
2603
2722
|
display: flex;
|
|
2604
2723
|
}
|
|
2605
|
-
.chat-embed__sidebar[data-v-
|
|
2724
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2606
2725
|
background: #f6f7fa;
|
|
2607
2726
|
display: flex;
|
|
2608
2727
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2611,7 +2730,7 @@ h4[data-v-0b0c189e] {
|
|
|
2611
2730
|
width: 260px;
|
|
2612
2731
|
height: 100%;
|
|
2613
2732
|
}
|
|
2614
|
-
.chat-embed__main[data-v-
|
|
2733
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2615
2734
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2616
2735
|
box-sizing: border-box;
|
|
2617
2736
|
overflow: hidden;
|
|
@@ -2622,7 +2741,7 @@ h4[data-v-0b0c189e] {
|
|
|
2622
2741
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2623
2742
|
overflow: hidden; /* 防止内容溢出 */
|
|
2624
2743
|
}
|
|
2625
|
-
.chat-embed__main_content[data-v-
|
|
2744
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2626
2745
|
flex: 1;
|
|
2627
2746
|
box-sizing: border-box;
|
|
2628
2747
|
min-height: 0;
|
|
@@ -2630,21 +2749,21 @@ h4[data-v-0b0c189e] {
|
|
|
2630
2749
|
/* overflow-y: auto;
|
|
2631
2750
|
margin-bottom: 12px; */
|
|
2632
2751
|
}
|
|
2633
|
-
.chat-embed__input_container[data-v-
|
|
2752
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2634
2753
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2635
2754
|
/* margin-bottom: 50px; 距离底部 */
|
|
2636
2755
|
}
|
|
2637
|
-
.header-icon[data-v-
|
|
2756
|
+
.header-icon[data-v-bc196b97] {
|
|
2638
2757
|
cursor: pointer;
|
|
2639
2758
|
font-size: 20px;
|
|
2640
2759
|
}
|
|
2641
2760
|
|
|
2642
2761
|
/* 聊天默认推荐内容样式
|
|
2643
2762
|
*/
|
|
2644
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2763
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2645
2764
|
margin-top: 5px;
|
|
2646
2765
|
}
|
|
2647
|
-
.content-container[data-v-
|
|
2766
|
+
.content-container[data-v-bc196b97] {
|
|
2648
2767
|
padding: 16px;
|
|
2649
2768
|
border-radius: 4px;
|
|
2650
2769
|
background: #ffffff;
|
|
@@ -2652,7 +2771,7 @@ h4[data-v-0b0c189e] {
|
|
|
2652
2771
|
border-radius: 0px 30px 30px 30px;
|
|
2653
2772
|
/* opacity: 0.6; */
|
|
2654
2773
|
}
|
|
2655
|
-
.chat-content-font[data-v-
|
|
2774
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2656
2775
|
font-family: PingFang SC, PingFang SC;
|
|
2657
2776
|
font-weight: 500;
|
|
2658
2777
|
font-size: 16px;
|
|
@@ -2662,10 +2781,10 @@ h4[data-v-0b0c189e] {
|
|
|
2662
2781
|
font-style: normal;
|
|
2663
2782
|
text-transform: none;
|
|
2664
2783
|
}
|
|
2665
|
-
[data-v-
|
|
2784
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2666
2785
|
border: none !important;
|
|
2667
2786
|
}
|
|
2668
|
-
.content-container-header[data-v-
|
|
2787
|
+
.content-container-header[data-v-bc196b97] {
|
|
2669
2788
|
font-size: 12px;
|
|
2670
2789
|
color: #909399;
|
|
2671
2790
|
}
|
|
@@ -2673,28 +2792,28 @@ h4[data-v-0b0c189e] {
|
|
|
2673
2792
|
/**
|
|
2674
2793
|
// 用户消息
|
|
2675
2794
|
*/
|
|
2676
|
-
.content-borderless-container[data-v-
|
|
2795
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2677
2796
|
background: #e1ecfd;
|
|
2678
2797
|
border-radius: 20px 0px 20px 20px;
|
|
2679
2798
|
user-select: none;
|
|
2680
2799
|
padding: 12px;
|
|
2681
2800
|
cursor: pointer;
|
|
2682
2801
|
transition: background-color 0.3s;
|
|
2683
|
-
&[data-v-
|
|
2802
|
+
&[data-v-bc196b97]:hover {
|
|
2684
2803
|
background-color: #ebeef5;
|
|
2685
2804
|
}
|
|
2686
2805
|
}
|
|
2687
|
-
.footer-container[data-v-
|
|
2688
|
-
[data-v-
|
|
2806
|
+
.footer-container[data-v-bc196b97] {
|
|
2807
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2689
2808
|
margin-left: 8px;
|
|
2690
2809
|
}
|
|
2691
2810
|
}
|
|
2692
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2811
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2693
2812
|
padding: 0;
|
|
2694
2813
|
}
|
|
2695
2814
|
|
|
2696
2815
|
/* 引用文件样式 */
|
|
2697
|
-
.doc-agg-item[data-v-
|
|
2816
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2698
2817
|
width: 100%;
|
|
2699
2818
|
padding: 10px;
|
|
2700
2819
|
margin-bottom: 5px;
|
|
@@ -2704,150 +2823,31 @@ h4[data-v-0b0c189e] {
|
|
|
2704
2823
|
font-size: 12px;
|
|
2705
2824
|
color: var(--el-color-primary);
|
|
2706
2825
|
}
|
|
2707
|
-
.elx-xmarkdown-container[data-v-
|
|
2826
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2708
2827
|
padding: 0;
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
padding: 20px 36px;
|
|
2713
|
-
gap: 16px;
|
|
2714
|
-
display: flex;
|
|
2715
|
-
z-index: 1;
|
|
2716
|
-
}
|
|
2717
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2718
2831
|
display: flex;
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
gap:
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
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;
|
|
2832
|
+
align-items: center;
|
|
2833
|
+
justify-content: space-between;
|
|
2834
|
+
gap: 10px;
|
|
2835
|
+
width: 100%;
|
|
2836
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2837
|
+
font-size: 10px;
|
|
2838
|
+
color: #999;
|
|
2839
|
+
margin-top: 3px;
|
|
2840
|
+
flex-shrink: 0;
|
|
2768
2841
|
}
|
|
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
2842
|
}
|
|
2776
|
-
.
|
|
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;
|
|
2843
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2783
2844
|
display: flex;
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
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 靠右对齐 */
|
|
2845
|
+
gap: 8px;
|
|
2846
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2847
|
+
margin-left: 0;
|
|
2807
2848
|
}
|
|
2808
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2809
|
-
background-color: #f5f5f5;
|
|
2810
2849
|
}
|
|
2811
|
-
.
|
|
2812
|
-
font-size: 12px;
|
|
2813
|
-
}
|
|
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
|
-
}
|
|
2822
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2823
|
-
margin-right: 18px;
|
|
2824
|
-
max-width: 160px;
|
|
2825
|
-
overflow: hidden;
|
|
2826
|
-
text-overflow: ellipsis;
|
|
2827
|
-
white-space: nowrap;
|
|
2828
|
-
}
|
|
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
|
-
}
|
|
2840
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2841
|
-
margin-right: 18px;
|
|
2842
|
-
max-width: 160px;
|
|
2843
|
-
overflow: hidden;
|
|
2844
|
-
text-overflow: ellipsis;
|
|
2845
|
-
white-space: nowrap;
|
|
2846
|
-
}
|
|
2847
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2848
|
-
font-weight: 600;
|
|
2849
|
-
margin-left: 4px;
|
|
2850
|
-
}[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 {
|
|
2850
|
+
[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 {
|
|
2851
2851
|
user-select: text !important;
|
|
2852
2852
|
-webkit-user-select: text !important;
|
|
2853
2853
|
-moz-user-select: text !important;
|
|
@@ -3042,6 +3042,11 @@ h4[data-v-0b0c189e] {
|
|
|
3042
3042
|
border: none;
|
|
3043
3043
|
opacity: 1;
|
|
3044
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
|
}
|