agilebuilder-ui 1.1.65-tmp12 → 1.1.65-tmp14
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.js +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.js +49 -0
- package/es/IntervalSelection/src/sectionDate.vue2.js +4 -0
- package/es/_virtual/__vite-browser-external.js +4 -0
- package/es/_virtual/_plugin-vue_export-helper.js +9 -0
- package/es/breadcrumb/index.js +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.js +28 -0
- package/es/breadcrumb/src/breadcrumb.vue2.js +4 -0
- package/es/chat-embed/index.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.js +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.js +14 -0
- package/es/chat-embed/src/chat-addition-data.vue3.js +4 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.js +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +29 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.js +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.js +33 -0
- package/es/chat-embed/src/chat-bubble-footer.vue3.js +4 -0
- package/es/chat-embed/src/chat-embed-message.js +22 -0
- package/es/chat-embed/src/chat-sender.vue.js +7 -0
- package/es/chat-embed/src/chat-sender.vue2.js +160 -0
- package/es/chat-embed/src/chat-sender.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.js +59 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.js +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue2.js +6 -0
- package/es/chat-embed/src/components/answer-home-chart.vue3.js +4 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.js +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.js +118 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue3.js +4 -0
- package/es/chat-embed/src/components/history-detail.vue.js +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.js +55 -0
- package/es/chat-embed/src/components/history-detail.vue3.js +4 -0
- package/es/chat-embed/src/header.vue.js +7 -0
- package/es/chat-embed/src/header.vue2.js +46 -0
- package/es/chat-embed/src/header.vue3.js +4 -0
- package/es/chat-embed/src/index.vue.js +7 -0
- package/es/chat-embed/src/index.vue2.js +307 -0
- package/es/chat-embed/src/index.vue3.js +4 -0
- package/es/chat-embed/src/recommendation-message.vue.js +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.js +8 -0
- package/es/chat-embed/src/recommendation-message.vue3.js +4 -0
- package/es/chat-embed/src/sidebar-item.vue.js +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.js +118 -0
- package/es/chat-embed/src/sidebar-item.vue3.js +4 -0
- package/es/chat-embed/src/type.js +5 -0
- package/es/chat-embed/src/util/chat-embed-util.js +57 -0
- package/es/chat-embed/src/util/history-message-util.js +96 -0
- package/es/chat-embed/src/util/mcp-utils.js +53 -0
- package/es/chat-embed/src/util/text-file-util.js +12 -0
- package/es/chat-embed/src/voice/index.js +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.js +1013 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.js +178 -0
- package/es/chat-embed/src/voice/js/timer.js +11 -0
- package/es/chat-embed/src/voice/voice.vue.js +104 -0
- package/es/date-picker-range/index.js +7 -0
- package/es/date-picker-range/index.vue.js +7 -0
- package/es/date-picker-range/index.vue2.js +93 -0
- package/es/date-picker-range/index.vue3.js +4 -0
- package/es/department-tree/index.js +7 -0
- package/es/department-tree/src/department-tree.vue.js +23 -0
- package/es/department-tree-inline/index.js +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +91 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.js +64 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.js +17 -0
- package/es/department-tree-inline/src/department-tree-service.js +108 -0
- package/es/department-tree-inline/src/search-result.vue.js +40 -0
- package/es/department-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-tree-mobile/index.js +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.js +15 -0
- package/es/department-tree-mobile/src/department-tree-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.js +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -0
- package/es/department-tree-mobile/src/department-tree-service.js +55 -0
- package/es/department-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/department-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/department-user-tree/index.js +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.js +20 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.js +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.js +27 -0
- package/es/department-user-tree-inline/index.js +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +165 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +69 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.js +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.js +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.js +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.js +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +34 -0
- package/es/department-user-tree-inline/src/group-user-tree-service.js +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.js +41 -0
- package/es/department-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/department-user-tree-mobile/index.js +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +15 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/department-user-tree-service.js +38 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/directives/prevent-reclick.js +15 -0
- package/es/dynamic-source-select/index.js +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.js +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.js +276 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -0
- package/es/dynamic-source-select/src/events.js +29 -0
- package/es/empty-state/index.vue.js +9 -0
- package/es/empty-state/index.vue2.js +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.js +7 -0
- package/es/fs-preview/src/fs-preview.vue.js +120 -0
- package/es/fs-preview/src/fs-preview.vue2.js +4 -0
- package/es/fs-upload/index.js +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.js +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.js +73 -0
- package/es/fs-upload/src/fs-upload.vue.js +24 -0
- package/es/fs-upload/src/see-big-picture.vue.js +12 -0
- package/es/fs-upload-list/index.js +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.js +98 -0
- package/es/fs-upload-list/src/fs-upload-list.vue2.js +4 -0
- package/es/fs-upload-new/index.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.js +62 -0
- package/es/fs-upload-new/src/fs-button-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.js +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.js +63 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.js +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.js +93 -0
- package/es/fs-upload-new/src/fs-preview-new.vue3.js +4 -0
- package/es/fs-upload-new/src/fs-preview-new.vue4.js +4 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.js +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.js +4 -0
- package/es/hamburger/index.js +7 -0
- package/es/hamburger/src/hamburger.vue.js +15 -0
- package/es/hamburger/src/hamburger.vue2.js +4 -0
- package/es/index.js +383 -0
- package/es/json-view/json-view-dialog.vue.js +19 -0
- package/es/json-view/json-view-dialog.vue2.js +4 -0
- package/es/json-view/json-view.vue.js +4 -0
- package/es/json-view/json-view.vue2.js +36 -0
- package/es/multipart-upload/index.js +7 -0
- package/es/multipart-upload/src/index.vue.js +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.js +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.js +104 -0
- package/es/organization-input/index.js +7 -0
- package/es/organization-input/src/organization-input.vue.js +224 -0
- package/es/organization-input/src/organization-input.vue2.js +4 -0
- package/es/plugins/export-data-new.js +237 -0
- package/es/plugins/export-data.js +179 -0
- package/es/plugins/index.js +9 -0
- package/es/plugins/public-method.js +14 -0
- package/es/remove-department/index.js +7 -0
- package/es/remove-department/src/remove-department.vue.js +33 -0
- package/es/remove-department/src/remove-dept-service.js +13 -0
- package/es/remove-user/index.js +7 -0
- package/es/remove-user/src/remove-user-service.js +13 -0
- package/es/remove-user/src/remove-user.vue.js +35 -0
- package/es/remove-workgroup/index.js +7 -0
- package/es/remove-workgroup/src/remove-workgroup-service.js +13 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.js +31 -0
- package/es/rich-editor/index.js +7 -0
- package/es/rich-editor/index.vue.js +115 -0
- package/es/rich-editor/tinymce/zh_CN.js +2 -0
- package/es/rich-editor/viewer.vue.js +27 -0
- package/es/row-form/index.js +7 -0
- package/es/row-form/index.vue.js +7 -0
- package/es/row-form/index.vue2.js +62 -0
- package/es/row-form/index.vue3.js +4 -0
- package/es/row-form/operation.vue.js +32 -0
- package/es/row-form/operation.vue2.js +4 -0
- package/es/scan-code-input/index.js +7 -0
- package/es/scan-code-input/src/events.js +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.js +32 -0
- package/es/scan-code-input-browser/index.js +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.js +39 -0
- package/es/secret-info/index.js +7 -0
- package/es/secret-info/index.vue.js +16 -0
- package/es/src/api/sso-service.js +57 -0
- package/es/src/api/tab.js +15 -0
- package/es/src/assets/401/401.gif.js +4 -0
- package/es/src/assets/404/404-cloud.png.js +4 -0
- package/es/src/assets/404/404.png.js +4 -0
- package/es/src/assets/chat-embed/robot.gif.js +4 -0
- package/es/src/assets/chat-embed/robot.svg.js +4 -0
- package/es/src/assets/nonemessage.png.js +4 -0
- package/es/src/components/Affix/index.vue.js +7 -0
- package/es/src/components/Affix/index.vue2.js +83 -0
- package/es/src/components/Affix/index.vue3.js +4 -0
- package/es/src/components/Card/index.js +48 -0
- package/es/src/components/Scrollbar/index.vue.js +52 -0
- package/es/src/components/Scrollbar/index.vue2.js +4 -0
- package/es/src/directives/permission/index.js +7 -0
- package/es/src/directives/permission/permission.js +11 -0
- package/es/src/i18n/i18n.js +7 -0
- package/es/src/i18n/langs/cn.js +4 -0
- package/es/src/i18n/langs/en.js +4 -0
- package/es/src/mixins/resizeMixin.js +21 -0
- package/es/src/permission.js +79 -0
- package/es/src/router/index.js +9 -0
- package/es/src/store/getters.js +4 -0
- package/es/src/store/index.js +13 -0
- package/es/src/store/modules/app.js +41 -0
- package/es/src/store/modules/chat-ai-store.js +36 -0
- package/es/src/store/modules/permission.js +31 -0
- package/es/src/store/modules/system.js +12 -0
- package/es/src/store/modules/tab-content.js +20 -0
- package/es/src/store/modules/table.js +18 -0
- package/es/src/store/modules/user.js +139 -0
- package/es/src/utils/auth-api.js +134 -0
- package/es/src/utils/auth.js +156 -0
- package/es/src/utils/calculator/calculator-factory-wf.js +167 -0
- package/es/src/utils/calculator/calculator-factory.js +93 -0
- package/es/src/utils/calculator/calculator-util.js +56 -0
- package/es/src/utils/chat-ai-util.js +34 -0
- package/es/src/utils/common-util.js +440 -0
- package/es/src/utils/eventBus.js +6 -0
- package/es/src/utils/file-util.js +23 -0
- package/es/src/utils/global-prop.js +38 -0
- package/es/src/utils/guid.js +10 -0
- package/es/src/utils/i18n-util.js +70 -0
- package/es/src/utils/iconUtils.js +26 -0
- package/es/src/utils/index.js +46 -0
- package/es/src/utils/insert_css.js +17 -0
- package/es/src/utils/json-util.js +47 -0
- package/es/src/utils/jump-page-utils.js +264 -0
- package/es/src/utils/local-storage.js +19 -0
- package/es/src/utils/menu.js +14 -0
- package/es/src/utils/permission.js +45 -0
- package/es/src/utils/permissionAuth.js +154 -0
- package/es/src/utils/range-selector.js +105 -0
- package/es/src/utils/request.js +140 -0
- package/es/src/utils/resize.js +11 -0
- package/es/src/utils/restful-interface-utils.js +18 -0
- package/es/src/utils/util.js +361 -0
- package/es/src/utils/validate.js +22 -0
- package/es/src/utils/voice-setting-cache.js +212 -0
- package/es/src/utils/watermark-cache.js +15 -0
- package/es/src/utils/watermark.js +40 -0
- package/es/src/utils/workflow-util.js +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.js +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.js +12 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue3.js +4 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.js +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +53 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.js +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.js +66 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/error-page/401.vue.js +15 -0
- package/es/src/views/error-page/401.vue2.js +4 -0
- package/es/src/views/error-page/404.vue.js +12 -0
- package/es/src/views/error-page/404.vue2.js +4 -0
- package/es/src/views/layout/EmptyLayout.vue.js +9 -0
- package/es/src/views/layout/Layout.vue.js +28 -0
- package/es/src/views/layout/Layout.vue2.js +4 -0
- package/es/src/views/layout/NewLayout.vue.js +11 -0
- package/es/src/views/layout/components/AppMain.vue.js +13 -0
- package/es/src/views/layout/components/AppMain.vue2.js +4 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.js +49 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/Item.vue.js +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.js +15 -0
- package/es/src/views/layout/components/Menubar/Item.vue3.js +4 -0
- package/es/src/views/layout/components/Menubar/Link.vue.js +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +56 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Menubar/index.vue.js +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue.js +9 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.js +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +22 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -0
- package/es/src/views/layout/components/Sidebar/index.vue.js +58 -0
- package/es/src/views/layout/components/iframe-page.vue.js +14 -0
- package/es/src/views/layout/components/iframe-page.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.js +64 -0
- package/es/src/views/layout/components/tabs/tab-content.vue2.js +4 -0
- package/es/src/views/layout/components/tabs/tab-content.vue3.js +4 -0
- package/es/src/views/layout/mixin/ResizeHandler.js +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.js +14 -0
- package/es/src/views/layout/tab-content-iframe-index.vue2.js +4 -0
- package/es/src/views/layout/tab-content-index.vue.js +28 -0
- package/es/src/views/layout/tab-content-index.vue2.js +4 -0
- package/es/src/views/login/authredirect.vue.js +7 -0
- package/es/src/views/redirect/index.vue.js +8 -0
- package/es/src/views/svg-icon/src/svg-icon.vue.js +4 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.js +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue2.js +4 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.js +7 -0
- package/es/super-grid/src/apis.js +458 -0
- package/es/super-grid/src/columns-config.vue.js +82 -0
- package/es/super-grid/src/components/grid-icon.vue.js +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.js +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.js +4 -0
- package/es/super-grid/src/components/mobile-table-card.js +109 -0
- package/es/super-grid/src/components/select-input.vue.js +149 -0
- package/es/super-grid/src/components/select-input.vue2.js +4 -0
- package/es/super-grid/src/custom-formatter.js +168 -0
- package/es/super-grid/src/dynamic-input.vue.js +482 -0
- package/es/super-grid/src/eventBus.js +6 -0
- package/es/super-grid/src/events.js +37 -0
- package/es/super-grid/src/formValidatorUtil.js +109 -0
- package/es/super-grid/src/formatter.js +74 -0
- package/es/super-grid/src/group-column.vue.js +24 -0
- package/es/super-grid/src/header-context-menu.vue.js +15 -0
- package/es/super-grid/src/header-context-menu.vue2.js +4 -0
- package/es/super-grid/src/index-column.vue.js +22 -0
- package/es/super-grid/src/normal-column-content.vue.js +319 -0
- package/es/super-grid/src/normal-column-content.vue2.js +4 -0
- package/es/super-grid/src/normal-column.vue.js +106 -0
- package/es/super-grid/src/normal-column.vue2.js +4 -0
- package/es/super-grid/src/public-methods.js +22 -0
- package/es/super-grid/src/row-detail.vue.js +14 -0
- package/es/super-grid/src/row-operation.vue.js +89 -0
- package/es/super-grid/src/row-operation.vue2.js +4 -0
- package/es/super-grid/src/scan-util.js +100 -0
- package/es/super-grid/src/search-button.vue.js +23 -0
- package/es/super-grid/src/search-condition-input.vue.js +17 -0
- package/es/super-grid/src/search-condition-list.vue.js +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.js +116 -0
- package/es/super-grid/src/search-form-advancedQuery.vue2.js +4 -0
- package/es/super-grid/src/search-form-dialog.vue.js +16 -0
- package/es/super-grid/src/search-form-item.vue.js +128 -0
- package/es/super-grid/src/search-form-item.vue2.js +4 -0
- package/es/super-grid/src/search-form-mobile.vue.js +41 -0
- package/es/super-grid/src/search-form-mobile.vue2.js +4 -0
- package/es/super-grid/src/search-form-number.vue.js +26 -0
- package/es/super-grid/src/search-form-open.vue.js +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.js +39 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue2.js +4 -0
- package/es/super-grid/src/search-form.vue.js +201 -0
- package/es/super-grid/src/search-form.vue2.js +4 -0
- package/es/super-grid/src/search-methods.js +164 -0
- package/es/super-grid/src/selection-column.vue.js +11 -0
- package/es/super-grid/src/store.js +4 -0
- package/es/super-grid/src/super-grid-service.js +260 -0
- package/es/super-grid/src/super-grid.vue.js +1052 -0
- package/es/super-grid/src/super-grid.vue2.js +4 -0
- package/es/super-grid/src/utils.js +355 -0
- package/es/super-grid/src/view-image-dialog.vue.js +67 -0
- package/es/super-icon/index.js +7 -0
- package/es/super-icon/src/index.vue.js +7 -0
- package/es/super-icon/src/index.vue2.js +13 -0
- package/es/super-icon/src/index.vue3.js +4 -0
- package/es/super-nine-grid/index.js +7 -0
- package/es/super-nine-grid/src/apis.js +36 -0
- package/es/super-nine-grid/src/custom-formatter.js +35 -0
- package/es/super-nine-grid/src/formatter.js +37 -0
- package/es/super-nine-grid/src/search-form-number.vue.js +13 -0
- package/es/super-nine-grid/src/search-form.vue.js +91 -0
- package/es/super-nine-grid/src/search-form.vue2.js +4 -0
- package/es/super-nine-grid/src/search-methods.js +48 -0
- package/es/super-nine-grid/src/store.js +4 -0
- package/es/super-nine-grid/src/super-grid-service.js +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.js +225 -0
- package/es/super-nine-grid/src/super-nine-grid.vue2.js +4 -0
- package/es/super-nine-grid/src/utils.js +32 -0
- package/es/svg-icon/index.js +7 -0
- package/es/svg-icon/src/svg-icon.vue.js +14 -0
- package/es/svg-icon/src/svg-icon.vue2.js +4 -0
- package/es/utils/gogocodeTransfer.js +33 -0
- package/es/utils/memory-cache-utils.js +30 -0
- package/es/utils/organization.js +57 -0
- package/es/utils/utils.js +87 -0
- package/es/utils/value-set.js +94 -0
- package/es/valid-code/index.js +7 -0
- package/es/valid-code/src/valid-code.vue.js +23 -0
- package/es/valid-code/src/valid-code.vue2.js +4 -0
- package/es/workflow-button/index.js +7 -0
- package/es/workflow-button/src/workflow-button.vue.js +85 -0
- package/es/workflow-history-list/index.js +7 -0
- package/es/workflow-history-list/src/api.js +6 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.js +89 -0
- package/es/workflow-history-list/src/workflow-history-list.vue2.js +4 -0
- package/es/workgroup-tree/index.js +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.js +23 -0
- package/es/workgroup-tree-inline/index.js +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.js +35 -0
- package/es/workgroup-tree-mobile/index.js +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.js +16 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +15 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +33 -0
- package/es/workgroup-user-tree/index.js +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +23 -0
- package/es/workgroup-user-tree-inline/index.js +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.js +39 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue2.js +4 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +172 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +14 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +17 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +15 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +29 -0
- package/es/year-range-picker/index.js +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.js +14 -0
- package/lib/IntervalSelection/index.js +5 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
- package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
- package/lib/_virtual/__vite-browser-external.js +2 -4
- package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
- package/lib/breadcrumb/index.js +3 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
- package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
- package/lib/chat-embed/index.js +3 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
- package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
- package/lib/chat-embed/src/chat-embed-message.js +14 -20
- package/lib/chat-embed/src/chat-sender.vue.js +5 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
- package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
- package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
- package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
- package/lib/chat-embed/src/header.vue.js +5 -7
- package/lib/chat-embed/src/header.vue2.js +25 -32
- package/lib/chat-embed/src/header.vue3.js +2 -4
- package/lib/chat-embed/src/index.vue.js +5 -7
- package/lib/chat-embed/src/index.vue2.js +185 -211
- package/lib/chat-embed/src/index.vue3.js +2 -4
- package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
- package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
- package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
- package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
- package/lib/chat-embed/src/type.js +3 -5
- package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
- package/lib/chat-embed/src/util/history-message-util.js +63 -85
- package/lib/chat-embed/src/util/mcp-utils.js +5 -8
- package/lib/chat-embed/src/util/text-file-util.js +7 -11
- package/lib/chat-embed/src/voice/index.js +5 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
- package/lib/chat-embed/src/voice/js/timer.js +7 -10
- package/lib/chat-embed/src/voice/voice.vue.js +61 -70
- package/lib/date-picker-range/index.js +5 -7
- package/lib/date-picker-range/index.vue.js +5 -7
- package/lib/date-picker-range/index.vue2.js +59 -63
- package/lib/date-picker-range/index.vue3.js +2 -4
- package/lib/department-tree/index.js +3 -5
- package/lib/department-tree/src/department-tree.vue.js +11 -17
- package/lib/department-tree-inline/index.js +3 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
- package/lib/department-tree-inline/src/department-tree-service.js +8 -10
- package/lib/department-tree-inline/src/search-result.vue.js +19 -23
- package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-tree-mobile/index.js +4 -7
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
- package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/department-user-tree/index.js +3 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/index.js +3 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
- package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
- package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-user-tree-mobile/index.js +4 -7
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/directives/prevent-reclick.js +2 -3
- package/lib/dynamic-source-select/index.js +5 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
- package/lib/dynamic-source-select/src/events.js +2 -3
- package/lib/empty-state/index.vue.js +5 -8
- package/lib/empty-state/index.vue2.js +3 -4
- package/lib/fs-preview/index.js +5 -7
- package/lib/fs-preview/src/fs-preview.vue.js +63 -72
- package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
- package/lib/fs-upload/index.js +5 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
- package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
- package/lib/fs-upload/src/fs-upload.vue.js +10 -16
- package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
- package/lib/fs-upload-list/index.js +5 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
- package/lib/fs-upload-new/index.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
- package/lib/hamburger/index.js +3 -5
- package/lib/hamburger/src/hamburger.vue.js +10 -14
- package/lib/hamburger/src/hamburger.vue2.js +2 -4
- package/lib/index.js +40 -380
- package/lib/json-view/json-view-dialog.vue.js +12 -15
- package/lib/json-view/json-view-dialog.vue2.js +3 -4
- package/lib/json-view/json-view.vue.js +3 -4
- package/lib/json-view/json-view.vue2.js +27 -31
- package/lib/multipart-upload/index.js +5 -7
- package/lib/multipart-upload/src/index.vue.js +7 -11
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
- package/lib/organization-input/index.js +5 -7
- package/lib/organization-input/src/organization-input.vue.js +31 -37
- package/lib/organization-input/src/organization-input.vue2.js +2 -4
- package/lib/plugins/export-data-new.js +96 -104
- package/lib/plugins/export-data.js +45 -51
- package/lib/plugins/index.js +4 -8
- package/lib/plugins/public-method.js +2 -3
- package/lib/remove-department/index.js +3 -5
- package/lib/remove-department/src/remove-department.vue.js +13 -19
- package/lib/remove-department/src/remove-dept-service.js +9 -10
- package/lib/remove-user/index.js +5 -7
- package/lib/remove-user/src/remove-user-service.js +3 -4
- package/lib/remove-user/src/remove-user.vue.js +16 -22
- package/lib/remove-workgroup/index.js +5 -7
- package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
- package/lib/rich-editor/index.js +5 -7
- package/lib/rich-editor/index.vue.js +28 -76
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +7 -10
- package/lib/row-form/index.js +5 -7
- package/lib/row-form/index.vue.js +5 -7
- package/lib/row-form/index.vue2.js +41 -47
- package/lib/row-form/index.vue3.js +2 -4
- package/lib/row-form/operation.vue.js +22 -26
- package/lib/row-form/operation.vue2.js +3 -4
- package/lib/scan-code-input/index.js +5 -7
- package/lib/scan-code-input/src/events.js +11 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
- package/lib/scan-code-input-browser/index.js +5 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
- package/lib/secret-info/index.js +5 -7
- package/lib/secret-info/index.vue.js +6 -9
- package/lib/src/api/sso-service.js +34 -36
- package/lib/src/api/tab.js +8 -9
- package/lib/src/assets/401/401.gif.js +2 -4
- package/lib/src/assets/404/404-cloud.png.js +2 -4
- package/lib/src/assets/404/404.png.js +2 -4
- package/lib/src/assets/chat-embed/robot.gif.js +2 -4
- package/lib/src/assets/chat-embed/robot.svg.js +2 -4
- package/lib/src/assets/nonemessage.png.js +2 -4
- package/lib/src/components/Affix/index.vue.js +5 -7
- package/lib/src/components/Affix/index.vue2.js +56 -58
- package/lib/src/components/Affix/index.vue3.js +2 -4
- package/lib/src/components/Card/index.js +33 -38
- package/lib/src/components/Scrollbar/index.vue.js +33 -37
- package/lib/src/components/Scrollbar/index.vue2.js +2 -4
- package/lib/src/directives/permission/index.js +3 -5
- package/lib/src/directives/permission/permission.js +7 -9
- package/lib/src/i18n/i18n.js +3 -7
- package/lib/src/i18n/langs/cn.js +2 -4
- package/lib/src/i18n/langs/en.js +2 -4
- package/lib/src/mixins/resizeMixin.js +2 -3
- package/lib/src/permission.js +43 -46
- package/lib/src/router/index.js +16 -9
- package/lib/src/store/getters.js +2 -4
- package/lib/src/store/index.js +16 -13
- package/lib/src/store/modules/app.js +3 -4
- package/lib/src/store/modules/chat-ai-store.js +19 -22
- package/lib/src/store/modules/permission.js +10 -11
- package/lib/src/store/modules/system.js +7 -9
- package/lib/src/store/modules/tab-content.js +13 -15
- package/lib/src/store/modules/table.js +2 -3
- package/lib/src/store/modules/user.js +89 -95
- package/lib/src/utils/auth-api.js +3 -5
- package/lib/src/utils/auth.js +69 -139
- package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
- package/lib/src/utils/calculator/calculator-factory.js +57 -58
- package/lib/src/utils/calculator/calculator-util.js +29 -32
- package/lib/src/utils/chat-ai-util.js +17 -25
- package/lib/src/utils/common-util.js +271 -356
- package/lib/src/utils/eventBus.js +3 -6
- package/lib/src/utils/file-util.js +15 -16
- package/lib/src/utils/global-prop.js +21 -37
- package/lib/src/utils/guid.js +5 -8
- package/lib/src/utils/i18n-util.js +16 -24
- package/lib/src/utils/iconUtils.js +16 -23
- package/lib/src/utils/index.js +26 -40
- package/lib/src/utils/insert_css.js +8 -7
- package/lib/src/utils/json-util.js +25 -27
- package/lib/src/utils/jump-page-utils.js +172 -180
- package/lib/src/utils/local-storage.js +2 -3
- package/lib/src/utils/menu.js +10 -11
- package/lib/src/utils/permission.js +22 -26
- package/lib/src/utils/permissionAuth.js +102 -136
- package/lib/src/utils/range-selector.js +41 -45
- package/lib/src/utils/request.js +77 -86
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +12 -15
- package/lib/src/utils/util.js +6 -26
- package/lib/src/utils/validate.js +10 -20
- package/lib/src/utils/voice-setting-cache.js +140 -153
- package/lib/src/utils/watermark-cache.js +9 -14
- package/lib/src/utils/watermark.js +23 -30
- package/lib/src/utils/workflow-util.js +25 -26
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +13 -22
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/error-page/401.vue.js +9 -13
- package/lib/src/views/error-page/401.vue2.js +2 -4
- package/lib/src/views/error-page/404.vue.js +7 -11
- package/lib/src/views/error-page/404.vue2.js +2 -4
- package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
- package/lib/src/views/layout/Layout.vue.js +12 -19
- package/lib/src/views/layout/Layout.vue2.js +2 -4
- package/lib/src/views/layout/NewLayout.vue.js +6 -10
- package/lib/src/views/layout/components/AppMain.vue.js +9 -11
- package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
- package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
- package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
- package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
- package/lib/src/views/layout/tab-content-index.vue.js +12 -18
- package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
- package/lib/src/views/login/authredirect.vue.js +2 -3
- package/lib/src/views/redirect/index.vue.js +17 -8
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
- package/lib/style.css +868 -868
- package/lib/super-grid/index.js +5 -7
- package/lib/super-grid/src/apis.js +221 -231
- package/lib/super-grid/src/columns-config.vue.js +16 -22
- package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
- package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
- package/lib/super-grid/src/components/mobile-table-card.js +73 -83
- package/lib/super-grid/src/components/select-input.vue.js +98 -106
- package/lib/super-grid/src/components/select-input.vue2.js +3 -4
- package/lib/super-grid/src/custom-formatter.js +69 -73
- package/lib/super-grid/src/dynamic-input.vue.js +142 -159
- package/lib/super-grid/src/eventBus.js +3 -6
- package/lib/super-grid/src/events.js +34 -36
- package/lib/super-grid/src/formValidatorUtil.js +62 -65
- package/lib/super-grid/src/formatter.js +36 -41
- package/lib/super-grid/src/group-column.vue.js +8 -13
- package/lib/super-grid/src/header-context-menu.vue.js +10 -13
- package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
- package/lib/super-grid/src/index-column.vue.js +7 -10
- package/lib/super-grid/src/normal-column-content.vue.js +187 -206
- package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
- package/lib/super-grid/src/normal-column.vue.js +40 -55
- package/lib/super-grid/src/normal-column.vue2.js +2 -4
- package/lib/super-grid/src/public-methods.js +12 -14
- package/lib/super-grid/src/row-detail.vue.js +7 -10
- package/lib/super-grid/src/row-operation.vue.js +19 -26
- package/lib/super-grid/src/row-operation.vue2.js +2 -4
- package/lib/super-grid/src/scan-util.js +24 -26
- package/lib/super-grid/src/search-button.vue.js +12 -17
- package/lib/super-grid/src/search-condition-input.vue.js +8 -12
- package/lib/super-grid/src/search-condition-list.vue.js +10 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
- package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
- package/lib/super-grid/src/search-form-item.vue.js +16 -24
- package/lib/super-grid/src/search-form-item.vue2.js +2 -4
- package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
- package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
- package/lib/super-grid/src/search-form-number.vue.js +9 -14
- package/lib/super-grid/src/search-form-open.vue.js +7 -13
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
- package/lib/super-grid/src/search-form.vue.js +65 -77
- package/lib/super-grid/src/search-form.vue2.js +2 -4
- package/lib/super-grid/src/search-methods.js +2 -3
- package/lib/super-grid/src/selection-column.vue.js +7 -9
- package/lib/super-grid/src/store.js +3 -4
- package/lib/super-grid/src/super-grid-service.js +121 -128
- package/lib/super-grid/src/super-grid.vue.js +186 -217
- package/lib/super-grid/src/super-grid.vue2.js +2 -4
- package/lib/super-grid/src/utils.js +265 -322
- package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
- package/lib/super-icon/index.js +5 -7
- package/lib/super-icon/src/index.vue.js +5 -7
- package/lib/super-icon/src/index.vue2.js +8 -11
- package/lib/super-icon/src/index.vue3.js +2 -4
- package/lib/super-nine-grid/index.js +5 -7
- package/lib/super-nine-grid/src/apis.js +5 -8
- package/lib/super-nine-grid/src/custom-formatter.js +5 -7
- package/lib/super-nine-grid/src/formatter.js +28 -29
- package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
- package/lib/super-nine-grid/src/search-form.vue.js +33 -40
- package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
- package/lib/super-nine-grid/src/search-methods.js +2 -3
- package/lib/super-nine-grid/src/store.js +3 -4
- package/lib/super-nine-grid/src/super-grid-service.js +5 -9
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
- package/lib/super-nine-grid/src/utils.js +31 -27
- package/lib/svg-icon/index.js +5 -7
- package/lib/svg-icon/src/svg-icon.vue.js +8 -10
- package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
- package/lib/utils/gogocodeTransfer.js +23 -28
- package/lib/utils/memory-cache-utils.js +3 -5
- package/lib/utils/organization.js +40 -53
- package/lib/utils/utils.js +27 -29
- package/lib/utils/value-set.js +68 -70
- package/lib/valid-code/index.js +5 -7
- package/lib/valid-code/src/valid-code.vue.js +10 -13
- package/lib/valid-code/src/valid-code.vue2.js +2 -4
- package/lib/workflow-button/index.js +3 -5
- package/lib/workflow-button/src/workflow-button.vue.js +34 -39
- package/lib/workflow-history-list/index.js +5 -7
- package/lib/workflow-history-list/src/api.js +2 -3
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
- package/lib/workgroup-tree/index.js +5 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
- package/lib/workgroup-tree-inline/index.js +3 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
- package/lib/workgroup-tree-mobile/index.js +5 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
- package/lib/workgroup-user-tree/index.js +5 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
- package/lib/workgroup-user-tree-inline/index.js +3 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
- package/lib/year-range-picker/index.js +3 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
- package/package.json +5 -2
- package/vite.config.js +35 -33
package/lib/style.css
CHANGED
|
@@ -302,6 +302,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
302
302
|
.ValidCode span[data-v-aa77e3bd] {
|
|
303
303
|
display: inline-block;
|
|
304
304
|
}
|
|
305
|
+
.searchResult {
|
|
306
|
+
color: red;
|
|
307
|
+
}
|
|
308
|
+
.inline-input-custom {
|
|
309
|
+
width: 90%;
|
|
310
|
+
}
|
|
311
|
+
|
|
305
312
|
.searchResult[data-v-22410ec9] {
|
|
306
313
|
color: red;
|
|
307
314
|
}
|
|
@@ -323,111 +330,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
323
330
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
324
331
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
325
332
|
}
|
|
326
|
-
|
|
327
|
-
.searchResult {
|
|
328
|
-
color: red;
|
|
329
|
-
}
|
|
330
|
-
.inline-input-custom {
|
|
331
|
-
width: 90%;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.organization-input .el-input-group__append {
|
|
335
|
-
padding: 0 10px 0 0;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.select-top-span {
|
|
339
|
-
width: 100%;
|
|
340
|
-
}
|
|
341
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
342
|
-
display: inline-block;
|
|
343
|
-
}.select[data-v-52983a24] {
|
|
344
|
-
width: 100%;
|
|
345
|
-
height: 100%;
|
|
346
|
-
display: grid;
|
|
347
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
348
|
-
align-items: center;
|
|
349
|
-
}
|
|
350
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
351
|
-
width: 100%;
|
|
352
|
-
height: 100%;
|
|
353
|
-
text-align: center;
|
|
354
|
-
}
|
|
355
|
-
.fs-preview-container[data-v-2448d898] {
|
|
356
|
-
display: flex;
|
|
357
|
-
align-items: center;
|
|
358
|
-
gap: 5px;
|
|
359
|
-
justify-content: space-between;
|
|
360
|
-
}
|
|
361
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
362
|
-
display: flex;
|
|
363
|
-
align-items: center;
|
|
364
|
-
flex-shrink: 0;
|
|
365
|
-
min-width: max-content;
|
|
366
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
367
|
-
}
|
|
368
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
369
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
370
|
-
width: 30px;
|
|
371
|
-
height: 30px;
|
|
372
|
-
}
|
|
373
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
374
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
375
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
376
|
-
display: inline-block;
|
|
377
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
378
|
-
height: 1em !important;
|
|
379
|
-
line-height: 1em;
|
|
380
|
-
cursor: pointer;
|
|
381
|
-
}
|
|
382
|
-
.amb-list-preivew-name[data-v-2448d898] {
|
|
383
|
-
overflow: hidden;
|
|
384
|
-
text-overflow: ellipsis;
|
|
385
|
-
white-space: nowrap;
|
|
386
|
-
}
|
|
387
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
388
|
-
margin-left: 5px;
|
|
389
|
-
}
|
|
390
|
-
.file-item[data-v-2448d898] {
|
|
391
|
-
display: flex;
|
|
392
|
-
align-items: center;
|
|
393
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
394
|
-
gap: 10px;
|
|
395
|
-
height: 40px;
|
|
396
|
-
padding: 10px;
|
|
397
|
-
border-radius: 8px;
|
|
398
|
-
transition: background-color 0.2s;
|
|
399
|
-
}
|
|
400
|
-
.file-item[data-v-2448d898]:hover {
|
|
401
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
402
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
403
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
404
|
-
outline: none;
|
|
405
|
-
}
|
|
406
|
-
.file-actions[data-v-2448d898] {
|
|
407
|
-
display: flex;
|
|
408
|
-
align-items: center;
|
|
409
|
-
gap: 5px;
|
|
410
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
411
|
-
}
|
|
412
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
413
|
-
margin-left: 5px;
|
|
414
|
-
}
|
|
415
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
416
|
-
margin-left: 5px;
|
|
417
|
-
}
|
|
418
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
419
|
-
margin-left: 5px;
|
|
420
|
-
}
|
|
421
|
-
.amb-iconfont[data-v-2448d898] {
|
|
422
|
-
color: var(--el-color-primary);
|
|
423
|
-
}
|
|
424
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
425
|
-
font-size: 14px !important;
|
|
426
|
-
}
|
|
427
|
-
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
428
|
-
padding: 5px 11px;
|
|
429
|
-
height: var(--el-button-size);
|
|
430
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
333
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
431
334
|
padding: 10px;
|
|
432
335
|
}
|
|
433
336
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -537,6 +440,92 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
537
440
|
font-size: 14px;
|
|
538
441
|
display: grid;
|
|
539
442
|
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 {
|
|
449
|
+
width: 100%;
|
|
450
|
+
}
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
453
|
+
}
|
|
454
|
+
.fs-preview-container[data-v-2448d898] {
|
|
455
|
+
display: flex;
|
|
456
|
+
align-items: center;
|
|
457
|
+
gap: 5px;
|
|
458
|
+
justify-content: space-between;
|
|
459
|
+
}
|
|
460
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
461
|
+
display: flex;
|
|
462
|
+
align-items: center;
|
|
463
|
+
flex-shrink: 0;
|
|
464
|
+
min-width: max-content;
|
|
465
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
466
|
+
}
|
|
467
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
468
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
469
|
+
width: 30px;
|
|
470
|
+
height: 30px;
|
|
471
|
+
}
|
|
472
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
473
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
474
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
475
|
+
display: inline-block;
|
|
476
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
477
|
+
height: 1em !important;
|
|
478
|
+
line-height: 1em;
|
|
479
|
+
cursor: pointer;
|
|
480
|
+
}
|
|
481
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
482
|
+
overflow: hidden;
|
|
483
|
+
text-overflow: ellipsis;
|
|
484
|
+
white-space: nowrap;
|
|
485
|
+
}
|
|
486
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
487
|
+
margin-left: 5px;
|
|
488
|
+
}
|
|
489
|
+
.file-item[data-v-2448d898] {
|
|
490
|
+
display: flex;
|
|
491
|
+
align-items: center;
|
|
492
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
493
|
+
gap: 10px;
|
|
494
|
+
height: 40px;
|
|
495
|
+
padding: 10px;
|
|
496
|
+
border-radius: 8px;
|
|
497
|
+
transition: background-color 0.2s;
|
|
498
|
+
}
|
|
499
|
+
.file-item[data-v-2448d898]:hover {
|
|
500
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
501
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
502
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
503
|
+
outline: none;
|
|
504
|
+
}
|
|
505
|
+
.file-actions[data-v-2448d898] {
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
gap: 5px;
|
|
509
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
510
|
+
}
|
|
511
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
512
|
+
margin-left: 5px;
|
|
513
|
+
}
|
|
514
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
515
|
+
margin-left: 5px;
|
|
516
|
+
}
|
|
517
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
518
|
+
margin-left: 5px;
|
|
519
|
+
}
|
|
520
|
+
.amb-iconfont[data-v-2448d898] {
|
|
521
|
+
color: var(--el-color-primary);
|
|
522
|
+
}
|
|
523
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
524
|
+
font-size: 14px !important;
|
|
525
|
+
}
|
|
526
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
|
+
padding: 5px 11px;
|
|
528
|
+
height: var(--el-button-size);
|
|
540
529
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
541
530
|
width: 30px;
|
|
542
531
|
height: 30px;
|
|
@@ -566,9 +555,56 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
555
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
567
556
|
font-weight: 600;
|
|
568
557
|
margin-left: 4px;
|
|
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;
|
|
564
|
+
}
|
|
565
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
566
|
+
width: 100%;
|
|
567
|
+
height: 100%;
|
|
568
|
+
text-align: center;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
+
}.errPage-container[data-v-6bef0241] {
|
|
573
|
+
width: 800px;
|
|
574
|
+
max-width: 100%;
|
|
575
|
+
margin: 100px auto;
|
|
576
|
+
}
|
|
577
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
578
|
+
background: #008489;
|
|
579
|
+
color: #fff;
|
|
580
|
+
border: none !important;
|
|
581
|
+
}
|
|
582
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
583
|
+
margin: 0 auto;
|
|
584
|
+
display: block;
|
|
585
|
+
}
|
|
586
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
587
|
+
display: block;
|
|
588
|
+
margin: 0 auto;
|
|
589
|
+
width: 100%;
|
|
590
|
+
}
|
|
591
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
592
|
+
font-size: 60px;
|
|
593
|
+
font-weight: 700;
|
|
594
|
+
color: #484848;
|
|
595
|
+
}
|
|
596
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
597
|
+
font-size: 14px;
|
|
598
|
+
}
|
|
599
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
600
|
+
padding-bottom: 5px;
|
|
601
|
+
}
|
|
602
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
603
|
+
color: #008489;
|
|
604
|
+
text-decoration: none;
|
|
605
|
+
}
|
|
606
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
607
|
+
text-decoration: underline;
|
|
572
608
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
609
|
transform: translate(-50%, -50%);
|
|
574
610
|
position: absolute;
|
|
@@ -818,173 +854,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
818
854
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
819
855
|
color: #409eff;
|
|
820
856
|
}
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
color: #fff;
|
|
829
|
-
border: none !important;
|
|
830
|
-
}
|
|
831
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
832
|
-
margin: 0 auto;
|
|
833
|
-
display: block;
|
|
834
|
-
}
|
|
835
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
836
|
-
display: block;
|
|
837
|
-
margin: 0 auto;
|
|
838
|
-
width: 100%;
|
|
839
|
-
}
|
|
840
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
841
|
-
font-size: 60px;
|
|
842
|
-
font-weight: 700;
|
|
843
|
-
color: #484848;
|
|
844
|
-
}
|
|
845
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
846
|
-
font-size: 14px;
|
|
847
|
-
}
|
|
848
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
849
|
-
padding-bottom: 5px;
|
|
850
|
-
}
|
|
851
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
852
|
-
color: #008489;
|
|
853
|
-
text-decoration: none;
|
|
854
|
-
}
|
|
855
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
856
|
-
text-decoration: underline;
|
|
857
|
-
}
|
|
858
|
-
.graphDiv[data-v-a936569d] {
|
|
859
|
-
overflow: auto;
|
|
860
|
-
height: 100%;
|
|
861
|
-
height: calc(100vh - 20px);
|
|
862
|
-
}
|
|
863
|
-
.app-wrapper[data-v-5c0a6bf6] {
|
|
864
|
-
position: relative;
|
|
865
|
-
height: 100%;
|
|
866
|
-
width: 100%;
|
|
867
|
-
}
|
|
868
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
869
|
-
position: fixed;
|
|
870
|
-
top: 0;
|
|
871
|
-
}
|
|
872
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
873
|
-
background: #000;
|
|
874
|
-
opacity: 0.3;
|
|
875
|
-
width: 100%;
|
|
876
|
-
top: 0;
|
|
877
|
-
height: 100%;
|
|
878
|
-
position: absolute;
|
|
879
|
-
z-index: 999;
|
|
880
|
-
}iframe[data-v-20dccb82] {
|
|
881
|
-
width: 100%;
|
|
882
|
-
height: calc(100vh - 50px);
|
|
883
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
884
|
-
position: relative;
|
|
885
|
-
--el-menu-item-height: 45px;
|
|
886
|
-
--el-menu-sub-item-height: 45px;
|
|
887
|
-
}
|
|
888
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
889
|
-
padding: 0 !important;
|
|
890
|
-
}
|
|
891
|
-
.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
|
-
display: flex;
|
|
893
|
-
flex-direction: row;
|
|
894
|
-
}
|
|
895
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
896
|
-
display: flex;
|
|
897
|
-
flex-direction: row;
|
|
898
|
-
padding: 0 !important;
|
|
899
|
-
}
|
|
900
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
901
|
-
display: flex;
|
|
902
|
-
align-items: center;
|
|
903
|
-
justify-content: center;
|
|
904
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
905
|
-
font-size: 16px;
|
|
906
|
-
}
|
|
907
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
908
|
-
width: 20px;
|
|
909
|
-
}
|
|
910
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
911
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
912
|
-
overflow: hidden;
|
|
913
|
-
white-space: nowrap;
|
|
914
|
-
overflow: hidden;
|
|
915
|
-
text-overflow: ellipsis;
|
|
916
|
-
}
|
|
917
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
918
|
-
overflow: hidden;
|
|
919
|
-
white-space: nowrap;
|
|
920
|
-
overflow: hidden;
|
|
921
|
-
text-overflow: ellipsis;
|
|
922
|
-
}
|
|
923
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
924
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
925
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
926
|
-
position: relative;
|
|
927
|
-
--el-menu-item-height: 45px;
|
|
928
|
-
--el-menu-sub-item-height: 45px;
|
|
929
|
-
}
|
|
930
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
931
|
-
padding: 0 !important;
|
|
932
|
-
}
|
|
933
|
-
.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
|
-
display: flex;
|
|
935
|
-
flex-direction: row;
|
|
936
|
-
}
|
|
937
|
-
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
938
|
-
display: flex;
|
|
939
|
-
flex-direction: row;
|
|
940
|
-
padding: 0 !important;
|
|
941
|
-
}
|
|
942
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
943
|
-
display: flex;
|
|
944
|
-
align-items: center;
|
|
945
|
-
justify-content: center;
|
|
946
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
947
|
-
font-size: 16px;
|
|
948
|
-
}
|
|
949
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
950
|
-
width: 20px;
|
|
951
|
-
}
|
|
952
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
953
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
954
|
-
overflow: hidden;
|
|
955
|
-
white-space: nowrap;
|
|
956
|
-
overflow: hidden;
|
|
957
|
-
text-overflow: ellipsis;
|
|
958
|
-
}
|
|
959
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
960
|
-
overflow: hidden;
|
|
961
|
-
white-space: nowrap;
|
|
962
|
-
overflow: hidden;
|
|
963
|
-
text-overflow: ellipsis;
|
|
964
|
-
}
|
|
965
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
966
|
-
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
|
-
}.super-icon[data-v-875fd31c] {
|
|
978
|
-
width: 1em;
|
|
979
|
-
height: 1em;
|
|
980
|
-
font-size: 14px;
|
|
981
|
-
}
|
|
982
|
-
.organization-tree,
|
|
983
|
-
.organization-tree .el-checkbox__label,
|
|
984
|
-
.organization-tree .el-breadcrumb__inner,
|
|
985
|
-
.organization-tree .el-tree {
|
|
986
|
-
font-size: 17px;
|
|
987
|
-
font-weight: 700;
|
|
857
|
+
|
|
858
|
+
.organization-tree,
|
|
859
|
+
.organization-tree .el-checkbox__label,
|
|
860
|
+
.organization-tree .el-breadcrumb__inner,
|
|
861
|
+
.organization-tree .el-tree {
|
|
862
|
+
font-size: 17px;
|
|
863
|
+
font-weight: 700;
|
|
988
864
|
}
|
|
989
865
|
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
990
866
|
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
@@ -1096,67 +972,130 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1096
972
|
}
|
|
1097
973
|
.row-form-item[data-v-4b5a56cc] {
|
|
1098
974
|
width: 50%;
|
|
1099
|
-
}.
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1104
|
-
font-size: 20px;
|
|
1105
|
-
color: var(--el-color-primary);
|
|
1106
|
-
cursor: pointer;
|
|
975
|
+
}.super-icon[data-v-875fd31c] {
|
|
976
|
+
width: 1em;
|
|
977
|
+
height: 1em;
|
|
978
|
+
font-size: 14px;
|
|
1107
979
|
}
|
|
1108
|
-
.
|
|
1109
|
-
|
|
980
|
+
.graphDiv[data-v-a936569d] {
|
|
981
|
+
overflow: auto;
|
|
982
|
+
height: 100%;
|
|
983
|
+
height: calc(100vh - 20px);
|
|
984
|
+
}
|
|
985
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
986
|
+
position: relative;
|
|
987
|
+
height: 100%;
|
|
988
|
+
width: 100%;
|
|
1110
989
|
}
|
|
1111
|
-
.
|
|
1112
|
-
|
|
1113
|
-
|
|
990
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
991
|
+
position: fixed;
|
|
992
|
+
top: 0;
|
|
1114
993
|
}
|
|
1115
|
-
.
|
|
1116
|
-
|
|
994
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
995
|
+
background: #000;
|
|
996
|
+
opacity: 0.3;
|
|
997
|
+
width: 100%;
|
|
998
|
+
top: 0;
|
|
999
|
+
height: 100%;
|
|
1000
|
+
position: absolute;
|
|
1001
|
+
z-index: 999;
|
|
1002
|
+
}iframe[data-v-20dccb82] {
|
|
1117
1003
|
width: 100%;
|
|
1004
|
+
height: calc(100vh - 50px);
|
|
1005
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
|
+
position: relative;
|
|
1007
|
+
--el-menu-item-height: 45px;
|
|
1008
|
+
--el-menu-sub-item-height: 45px;
|
|
1118
1009
|
}
|
|
1119
|
-
.
|
|
1120
|
-
|
|
1010
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
+
padding: 0 !important;
|
|
1121
1012
|
}
|
|
1122
|
-
.
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
top: 37px;
|
|
1126
|
-
background-color: #ffffff;
|
|
1127
|
-
width: 46%;
|
|
1128
|
-
height: 40px;
|
|
1129
|
-
z-index: 1500;
|
|
1130
|
-
}
|
|
1131
|
-
li[data-v-040fcf55] {
|
|
1132
|
-
color: #333;
|
|
1013
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1014
|
+
display: flex;
|
|
1015
|
+
flex-direction: row;
|
|
1133
1016
|
}
|
|
1134
|
-
.
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
padding: 5px;
|
|
1139
|
-
margin: 0;
|
|
1140
|
-
margin-top: 30px;
|
|
1017
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
+
display: flex;
|
|
1019
|
+
flex-direction: row;
|
|
1020
|
+
padding: 0 !important;
|
|
1141
1021
|
}
|
|
1142
|
-
.
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1022
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
|
+
display: flex;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
justify-content: center;
|
|
1026
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
|
+
font-size: 16px;
|
|
1148
1028
|
}
|
|
1149
|
-
.
|
|
1150
|
-
|
|
1151
|
-
color: #fff;
|
|
1029
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
+
width: 20px;
|
|
1152
1031
|
}
|
|
1153
|
-
.
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
|
+
overflow: hidden;
|
|
1035
|
+
white-space: nowrap;
|
|
1036
|
+
overflow: hidden;
|
|
1037
|
+
text-overflow: ellipsis;
|
|
1157
1038
|
}
|
|
1158
|
-
|
|
1159
|
-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
|
+
overflow: hidden;
|
|
1041
|
+
white-space: nowrap;
|
|
1042
|
+
overflow: hidden;
|
|
1043
|
+
text-overflow: ellipsis;
|
|
1044
|
+
}
|
|
1045
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
+
}.app-main[data-v-2d98e845] {
|
|
1048
|
+
padding: var(--app-main-padding, 15px);
|
|
1049
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1050
|
+
position: relative;
|
|
1051
|
+
overflow: hidden;
|
|
1052
|
+
}
|
|
1053
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
+
overflow: auto;
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
+
position: relative;
|
|
1059
|
+
--el-menu-item-height: 45px;
|
|
1060
|
+
--el-menu-sub-item-height: 45px;
|
|
1061
|
+
}
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1063
|
+
padding: 0 !important;
|
|
1064
|
+
}
|
|
1065
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
flex-direction: row;
|
|
1068
|
+
}
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
flex-direction: row;
|
|
1072
|
+
padding: 0 !important;
|
|
1073
|
+
}
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1075
|
+
display: flex;
|
|
1076
|
+
align-items: center;
|
|
1077
|
+
justify-content: center;
|
|
1078
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
+
font-size: 16px;
|
|
1080
|
+
}
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1082
|
+
width: 20px;
|
|
1083
|
+
}
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1085
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
white-space: nowrap;
|
|
1088
|
+
overflow: hidden;
|
|
1089
|
+
text-overflow: ellipsis;
|
|
1090
|
+
}
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1092
|
+
overflow: hidden;
|
|
1093
|
+
white-space: nowrap;
|
|
1094
|
+
overflow: hidden;
|
|
1095
|
+
text-overflow: ellipsis;
|
|
1096
|
+
}
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1160
1099
|
}
|
|
1161
1100
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1162
1101
|
display: flex;
|
|
@@ -1394,37 +1333,68 @@ li[data-v-040fcf55] {
|
|
|
1394
1333
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1395
1334
|
margin: 5px 0;
|
|
1396
1335
|
}
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1336
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1337
|
+
display: inline-flex;
|
|
1338
|
+
vertical-align: middle;
|
|
1400
1339
|
}
|
|
1401
|
-
.
|
|
1402
|
-
|
|
1340
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1341
|
+
font-size: 20px;
|
|
1342
|
+
color: var(--el-color-primary);
|
|
1343
|
+
cursor: pointer;
|
|
1403
1344
|
}
|
|
1404
|
-
.
|
|
1405
|
-
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
.searchResult {
|
|
1409
|
-
color: red;
|
|
1345
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
|
+
margin-bottom: 0px;
|
|
1410
1347
|
}
|
|
1411
|
-
.
|
|
1412
|
-
|
|
1348
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
+
margin-bottom: 5px;
|
|
1350
|
+
text-align: center;
|
|
1413
1351
|
}
|
|
1414
|
-
.
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
.searchResult {
|
|
1419
|
-
color: red;
|
|
1352
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1353
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1354
|
+
width: 100%;
|
|
1420
1355
|
}
|
|
1421
|
-
.
|
|
1422
|
-
|
|
1356
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1357
|
+
display: none;
|
|
1423
1358
|
}
|
|
1424
|
-
.
|
|
1425
|
-
|
|
1359
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1360
|
+
padding-bottom: 10px;
|
|
1361
|
+
position: fixed;
|
|
1362
|
+
top: 37px;
|
|
1363
|
+
background-color: #ffffff;
|
|
1364
|
+
width: 46%;
|
|
1365
|
+
height: 40px;
|
|
1366
|
+
z-index: 1500;
|
|
1426
1367
|
}
|
|
1427
|
-
|
|
1368
|
+
li[data-v-040fcf55] {
|
|
1369
|
+
color: #333;
|
|
1370
|
+
}
|
|
1371
|
+
.context-menu[data-v-040fcf55] {
|
|
1372
|
+
position: fixed;
|
|
1373
|
+
background: #fff;
|
|
1374
|
+
z-index: 999;
|
|
1375
|
+
padding: 5px;
|
|
1376
|
+
margin: 0;
|
|
1377
|
+
margin-top: 30px;
|
|
1378
|
+
}
|
|
1379
|
+
.context-menu li[data-v-040fcf55] {
|
|
1380
|
+
min-width: 75px;
|
|
1381
|
+
height: 28px;
|
|
1382
|
+
line-height: 28px;
|
|
1383
|
+
text-align: left;
|
|
1384
|
+
color: #1a1a1a;
|
|
1385
|
+
}
|
|
1386
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1387
|
+
background: #42b983;
|
|
1388
|
+
color: #fff;
|
|
1389
|
+
}
|
|
1390
|
+
.context-menu[data-v-040fcf55] {
|
|
1391
|
+
border: 1px solid #eee;
|
|
1392
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1393
|
+
border-radius: 5px;
|
|
1394
|
+
}
|
|
1395
|
+
li[data-v-040fcf55] {
|
|
1396
|
+
list-style-type: none;
|
|
1397
|
+
}
|
|
1428
1398
|
.searchResult {
|
|
1429
1399
|
color: red;
|
|
1430
1400
|
}
|
|
@@ -1433,12 +1403,6 @@ li[data-v-040fcf55] {
|
|
|
1433
1403
|
}
|
|
1434
1404
|
.inline-input-custom {
|
|
1435
1405
|
width: 98%;
|
|
1436
|
-
}
|
|
1437
|
-
.searchDepartmentUser {
|
|
1438
|
-
width: 250px;
|
|
1439
|
-
}
|
|
1440
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1441
|
-
min-width: 300px;
|
|
1442
1406
|
}
|
|
1443
1407
|
|
|
1444
1408
|
.searchResult {
|
|
@@ -1467,6 +1431,22 @@ li[data-v-040fcf55] {
|
|
|
1467
1431
|
width: 98%;
|
|
1468
1432
|
}
|
|
1469
1433
|
|
|
1434
|
+
.searchResult {
|
|
1435
|
+
color: red;
|
|
1436
|
+
}
|
|
1437
|
+
.inline-select-custom {
|
|
1438
|
+
width: 100px;
|
|
1439
|
+
}
|
|
1440
|
+
.inline-input-custom {
|
|
1441
|
+
width: 98%;
|
|
1442
|
+
}
|
|
1443
|
+
.searchDepartmentUser {
|
|
1444
|
+
width: 250px;
|
|
1445
|
+
}
|
|
1446
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1447
|
+
min-width: 300px;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1470
1450
|
.searchResult {
|
|
1471
1451
|
color: red;
|
|
1472
1452
|
}
|
|
@@ -1477,56 +1457,24 @@ li[data-v-040fcf55] {
|
|
|
1477
1457
|
width: 98%;
|
|
1478
1458
|
}
|
|
1479
1459
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1482
|
-
font-weight: 700;
|
|
1483
|
-
}
|
|
1484
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1485
|
-
font-size: 17px;
|
|
1486
|
-
font-weight: 700;
|
|
1487
|
-
}
|
|
1488
|
-
.organization-tree .el-card__body {
|
|
1489
|
-
padding-top: 10px;
|
|
1490
|
-
}
|
|
1491
|
-
.organization-tree .card-content {
|
|
1492
|
-
margin-top: 10px;
|
|
1493
|
-
}
|
|
1494
|
-
.organization-tree .item-row-all {
|
|
1495
|
-
margin-bottom: 10px;
|
|
1496
|
-
}
|
|
1497
|
-
.organization-tree .item-row {
|
|
1498
|
-
display: flex;
|
|
1499
|
-
width: 100%;
|
|
1500
|
-
}
|
|
1501
|
-
.organization-tree .item-label {
|
|
1502
|
-
flex: 0 0 90%;
|
|
1503
|
-
text-align: left;
|
|
1504
|
-
}
|
|
1505
|
-
.organization-tree .item-side {
|
|
1506
|
-
flex: 0 0 10%;
|
|
1507
|
-
text-align: right;
|
|
1508
|
-
}
|
|
1509
|
-
.organization-tree .el-tree-node {
|
|
1510
|
-
margin-bottom: 10px;
|
|
1511
|
-
}
|
|
1512
|
-
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1513
|
-
padding: 0;
|
|
1514
|
-
display: none;
|
|
1460
|
+
.searchResult {
|
|
1461
|
+
color: red;
|
|
1515
1462
|
}
|
|
1516
|
-
.
|
|
1517
|
-
|
|
1463
|
+
.inline-input-custom {
|
|
1464
|
+
width: 90%;
|
|
1518
1465
|
}
|
|
1519
|
-
.
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1466
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1467
|
+
min-width: 300px;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.searchResult {
|
|
1471
|
+
color: red;
|
|
1523
1472
|
}
|
|
1524
|
-
.
|
|
1525
|
-
|
|
1526
|
-
text-align: right;
|
|
1473
|
+
.inline-input-custom {
|
|
1474
|
+
width: 100% !important;
|
|
1527
1475
|
}
|
|
1528
|
-
.
|
|
1529
|
-
|
|
1476
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1477
|
+
min-width: 300px;
|
|
1530
1478
|
}
|
|
1531
1479
|
|
|
1532
1480
|
.grid-search-form[data-v-04817310] {
|
|
@@ -1605,12 +1553,61 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1553
|
.default-page-tip-item {
|
|
1606
1554
|
padding-top: 10px;
|
|
1607
1555
|
}
|
|
1556
|
+
|
|
1557
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1558
|
+
font-size: 17px;
|
|
1559
|
+
font-weight: 700;
|
|
1560
|
+
}
|
|
1561
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1562
|
+
font-size: 17px;
|
|
1563
|
+
font-weight: 700;
|
|
1564
|
+
}
|
|
1565
|
+
.organization-tree .el-card__body {
|
|
1566
|
+
padding-top: 10px;
|
|
1567
|
+
}
|
|
1568
|
+
.organization-tree .card-content {
|
|
1569
|
+
margin-top: 10px;
|
|
1570
|
+
}
|
|
1571
|
+
.organization-tree .item-row-all {
|
|
1572
|
+
margin-bottom: 10px;
|
|
1573
|
+
}
|
|
1574
|
+
.organization-tree .item-row {
|
|
1575
|
+
display: flex;
|
|
1576
|
+
width: 100%;
|
|
1577
|
+
}
|
|
1578
|
+
.organization-tree .item-label {
|
|
1579
|
+
flex: 0 0 90%;
|
|
1580
|
+
text-align: left;
|
|
1581
|
+
}
|
|
1582
|
+
.organization-tree .item-side {
|
|
1583
|
+
flex: 0 0 10%;
|
|
1584
|
+
text-align: right;
|
|
1585
|
+
}
|
|
1586
|
+
.organization-tree .el-tree-node {
|
|
1587
|
+
margin-bottom: 10px;
|
|
1588
|
+
}
|
|
1589
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1590
|
+
padding: 0;
|
|
1591
|
+
display: none;
|
|
1592
|
+
}
|
|
1593
|
+
.organization-tree .card-footer {
|
|
1594
|
+
padding: 20px;
|
|
1595
|
+
}
|
|
1596
|
+
.organization-tree .card-footer .select-result {
|
|
1597
|
+
color: #409EFF;
|
|
1598
|
+
flex:1 1 75%;
|
|
1599
|
+
text-align: left;
|
|
1600
|
+
}
|
|
1601
|
+
.organization-tree .card-footer .button-area {
|
|
1602
|
+
flex:0 0 20%;
|
|
1603
|
+
text-align: right;
|
|
1604
|
+
}
|
|
1605
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1606
|
+
color:#409EFF
|
|
1607
|
+
}
|
|
1608
1608
|
[data-v-455b2ba2] .super-icon {
|
|
1609
1609
|
width: 20px !important;
|
|
1610
1610
|
height: 20px !important;
|
|
1611
|
-
}[data-v-0fb85d6e] .super-icon {
|
|
1612
|
-
width: 20px !important;
|
|
1613
|
-
height: 20px !important;
|
|
1614
1611
|
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1615
1612
|
background-color: #eee;
|
|
1616
1613
|
width: 100%;
|
|
@@ -1630,7 +1627,22 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1630
1627
|
}
|
|
1631
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1632
1629
|
margin: 0 5px;
|
|
1633
|
-
}
|
|
1630
|
+
}[data-v-0fb85d6e] .super-icon {
|
|
1631
|
+
width: 20px !important;
|
|
1632
|
+
height: 20px !important;
|
|
1633
|
+
}
|
|
1634
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1635
|
+
margin-bottom: 0px;
|
|
1636
|
+
}
|
|
1637
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1638
|
+
margin-bottom: 5px;
|
|
1639
|
+
text-align: center;
|
|
1640
|
+
}
|
|
1641
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1642
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1643
|
+
width: 100%;
|
|
1644
|
+
}
|
|
1645
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
1646
|
margin-bottom: 0px;
|
|
1635
1647
|
}
|
|
1636
1648
|
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
@@ -1655,37 +1667,37 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1655
1667
|
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1656
1668
|
padding-left: 10px;
|
|
1657
1669
|
padding-bottom: 16px;
|
|
1658
|
-
}.annex-cell[data-v-
|
|
1670
|
+
}.annex-cell[data-v-bbad0ee0] {
|
|
1659
1671
|
padding-right: 5px;
|
|
1660
1672
|
cursor: pointer;
|
|
1661
1673
|
color: #409eff;
|
|
1662
1674
|
}
|
|
1663
|
-
.m-requried[data-v-
|
|
1675
|
+
.m-requried[data-v-bbad0ee0] {
|
|
1664
1676
|
float: left;
|
|
1665
1677
|
white-space: nowrap;
|
|
1666
1678
|
width: 96%;
|
|
1667
1679
|
}
|
|
1668
|
-
.m-requried[data-v-
|
|
1680
|
+
.m-requried[data-v-bbad0ee0]::after {
|
|
1669
1681
|
content: "*";
|
|
1670
1682
|
color: #f56c6c;
|
|
1671
1683
|
}
|
|
1672
|
-
.column-text-main[data-v-
|
|
1684
|
+
.column-text-main[data-v-bbad0ee0] {
|
|
1673
1685
|
display: flex;
|
|
1674
1686
|
align-items: center;
|
|
1675
1687
|
gap: 10px;
|
|
1676
1688
|
}
|
|
1677
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1689
|
+
.column-text-main .column-text-edit-main[data-v-bbad0ee0] {
|
|
1678
1690
|
display: flex;
|
|
1679
1691
|
align-items: center;
|
|
1680
1692
|
gap: 10px;
|
|
1681
1693
|
}
|
|
1682
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
1694
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-bbad0ee0] {
|
|
1683
1695
|
display: block;
|
|
1684
1696
|
white-space: nowrap;
|
|
1685
1697
|
overflow: hidden;
|
|
1686
1698
|
text-overflow: ellipsis;
|
|
1687
1699
|
}
|
|
1688
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1700
|
+
.column-text-main .column-text-edit-main[data-v-bbad0ee0]::after {
|
|
1689
1701
|
content: " ";
|
|
1690
1702
|
position: absolute;
|
|
1691
1703
|
left: 0;
|
|
@@ -1694,13 +1706,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1694
1706
|
bottom: 0;
|
|
1695
1707
|
cursor: pointer;
|
|
1696
1708
|
}
|
|
1697
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1709
|
+
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0] {
|
|
1698
1710
|
text-align: left;
|
|
1699
1711
|
}
|
|
1700
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1712
|
+
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0]:empty {
|
|
1701
1713
|
display: none;
|
|
1702
1714
|
}
|
|
1703
|
-
.normal-column-content-view[data-v-
|
|
1715
|
+
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1704
1716
|
display: inline;
|
|
1705
1717
|
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1706
1718
|
overflow: auto;
|
|
@@ -1739,18 +1751,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1739
1751
|
width: 50%;
|
|
1740
1752
|
height: 40px;
|
|
1741
1753
|
}
|
|
1742
|
-
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1743
|
-
margin-bottom: 0px;
|
|
1744
|
-
}
|
|
1745
|
-
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1746
|
-
margin-bottom: 5px;
|
|
1747
|
-
text-align: center;
|
|
1748
|
-
}
|
|
1749
|
-
.grid-search-form[data-v-0b145154] .el-select,
|
|
1750
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1751
|
-
width: 100%;
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
1754
|
.searchResult {
|
|
1755
1755
|
color: red;
|
|
1756
1756
|
}
|
|
@@ -1775,15 +1775,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1775
1775
|
}
|
|
1776
1776
|
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1777
1777
|
margin-left: 5px;
|
|
1778
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1779
|
+
font-size: 12px;
|
|
1778
1780
|
}
|
|
1779
|
-
.
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1781
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1782
|
+
border: 1px solid #dcdfe6;
|
|
1783
|
+
padding: 4px 8px;
|
|
1784
|
+
background-clip: padding-box;
|
|
1785
|
+
overflow: hidden;
|
|
1786
|
+
display: inline-flex;
|
|
1787
|
+
align-items: center;
|
|
1788
|
+
}
|
|
1789
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1790
|
+
margin-right: 18px;
|
|
1791
|
+
max-width: 160px;
|
|
1792
|
+
overflow: hidden;
|
|
1793
|
+
text-overflow: ellipsis;
|
|
1794
|
+
white-space: nowrap;
|
|
1795
|
+
}
|
|
1796
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1797
|
+
font-weight: 600;
|
|
1798
|
+
margin-left: 4px;
|
|
1799
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1787
1800
|
position: relative;
|
|
1788
1801
|
--el-menu-item-height: 45px;
|
|
1789
1802
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1819,34 +1832,59 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1819
1832
|
white-space: nowrap;
|
|
1820
1833
|
overflow: hidden;
|
|
1821
1834
|
text-overflow: ellipsis;
|
|
1822
|
-
}[data-v-90635647] .el-range-separator {
|
|
1823
|
-
min-width: 20px;
|
|
1824
1835
|
}
|
|
1825
|
-
.
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1836
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1837
|
+
display: flex;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
flex-shrink: 0;
|
|
1840
|
+
min-width: max-content;
|
|
1841
|
+
margin-left: auto;
|
|
1842
|
+
gap: 10px;
|
|
1843
|
+
}
|
|
1844
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1845
|
+
display: flex;
|
|
1846
|
+
align-items: center;
|
|
1847
|
+
justify-content: center;
|
|
1848
|
+
margin-top: 10px;
|
|
1849
|
+
gap: 10px;
|
|
1830
1850
|
}
|
|
1831
|
-
|
|
1851
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1852
|
+
border: 1px solid #dcdfe6;
|
|
1853
|
+
padding: 4px 8px;
|
|
1854
|
+
background-clip: padding-box;
|
|
1855
|
+
overflow: hidden;
|
|
1856
|
+
display: inline-flex;
|
|
1857
|
+
align-items: center;
|
|
1858
|
+
}
|
|
1859
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1860
|
+
margin-right: 18px;
|
|
1861
|
+
max-width: 160px;
|
|
1862
|
+
overflow: hidden;
|
|
1863
|
+
text-overflow: ellipsis;
|
|
1864
|
+
white-space: nowrap;
|
|
1865
|
+
}
|
|
1866
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1867
|
+
font-weight: 600;
|
|
1868
|
+
margin-left: 4px;
|
|
1869
|
+
}[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 {
|
|
1832
1870
|
user-select: text !important;
|
|
1833
1871
|
-webkit-user-select: text !important;
|
|
1834
1872
|
-moz-user-select: text !important;
|
|
1835
1873
|
-ms-user-select: text !important;
|
|
1836
1874
|
}
|
|
1837
|
-
.slide-up-enter-active[data-v-
|
|
1838
|
-
.slide-up-leave-active[data-v-
|
|
1875
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
1876
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
1839
1877
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1840
1878
|
}
|
|
1841
|
-
.slide-up-enter-from[data-v-
|
|
1842
|
-
.slide-up-leave-to[data-v-
|
|
1879
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
1880
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
1843
1881
|
transform: translateY(100%);
|
|
1844
1882
|
}
|
|
1845
1883
|
|
|
1846
1884
|
/**
|
|
1847
1885
|
* 聊天窗口的样式设置
|
|
1848
1886
|
*/
|
|
1849
|
-
.chat-container[data-v-
|
|
1887
|
+
.chat-container[data-v-bc196b97] {
|
|
1850
1888
|
--header-height: 56px;
|
|
1851
1889
|
--chat-padding: 12px;
|
|
1852
1890
|
--bubble-content-max-width: 0px;
|
|
@@ -1858,25 +1896,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1858
1896
|
flex-direction: row; /* 横向排列 */
|
|
1859
1897
|
height: 100%; /* 父容器高度 */
|
|
1860
1898
|
}
|
|
1861
|
-
.small-window[data-v-
|
|
1899
|
+
.small-window[data-v-bc196b97] {
|
|
1862
1900
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1863
1901
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1864
1902
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1865
1903
|
border-radius: 8px;
|
|
1866
1904
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1867
1905
|
}
|
|
1868
|
-
.full-screen[data-v-
|
|
1906
|
+
.full-screen[data-v-bc196b97] {
|
|
1869
1907
|
right: 0;
|
|
1870
1908
|
bottom: 0;
|
|
1871
1909
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1872
1910
|
}
|
|
1873
|
-
.chat-container > *[data-v-
|
|
1911
|
+
.chat-container > *[data-v-bc196b97] {
|
|
1874
1912
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1875
1913
|
}
|
|
1876
1914
|
|
|
1877
1915
|
/* 聊天窗口的头部样式设置
|
|
1878
1916
|
*/
|
|
1879
|
-
.chat-embed__header_container[data-v-
|
|
1917
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
1880
1918
|
/* border-bottom: 1px solid #ddd; */
|
|
1881
1919
|
display: flex;
|
|
1882
1920
|
align-items: center;
|
|
@@ -1886,7 +1924,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1886
1924
|
overflow: hidden;
|
|
1887
1925
|
position: relative;
|
|
1888
1926
|
}
|
|
1889
|
-
.session-subject[data-v-
|
|
1927
|
+
.session-subject[data-v-bc196b97] {
|
|
1890
1928
|
display: block;
|
|
1891
1929
|
margin: 0 auto;
|
|
1892
1930
|
text-align: center;
|
|
@@ -1901,17 +1939,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1901
1939
|
|
|
1902
1940
|
/* 聊天窗口的头部图标样式设置
|
|
1903
1941
|
*/
|
|
1904
|
-
.chat-embed__header_avatar[data-v-
|
|
1942
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
1905
1943
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1906
1944
|
margin-right: var(--chat-padding);
|
|
1907
1945
|
}
|
|
1908
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1946
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
1909
1947
|
right: 20px;
|
|
1910
1948
|
position: absolute;
|
|
1911
1949
|
gap: 28px;
|
|
1912
1950
|
display: flex;
|
|
1913
1951
|
}
|
|
1914
|
-
.chat-embed__sidebar[data-v-
|
|
1952
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
1915
1953
|
background: #f6f7fa;
|
|
1916
1954
|
display: flex;
|
|
1917
1955
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1920,7 +1958,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1920
1958
|
width: 260px;
|
|
1921
1959
|
height: 100%;
|
|
1922
1960
|
}
|
|
1923
|
-
.chat-embed__main[data-v-
|
|
1961
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
1924
1962
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1925
1963
|
box-sizing: border-box;
|
|
1926
1964
|
overflow: hidden;
|
|
@@ -1931,7 +1969,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1931
1969
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1932
1970
|
overflow: hidden; /* 防止内容溢出 */
|
|
1933
1971
|
}
|
|
1934
|
-
.chat-embed__main_content[data-v-
|
|
1972
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
1935
1973
|
flex: 1;
|
|
1936
1974
|
box-sizing: border-box;
|
|
1937
1975
|
min-height: 0;
|
|
@@ -1939,21 +1977,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1939
1977
|
/* overflow-y: auto;
|
|
1940
1978
|
margin-bottom: 12px; */
|
|
1941
1979
|
}
|
|
1942
|
-
.chat-embed__input_container[data-v-
|
|
1980
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
1943
1981
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1944
1982
|
/* margin-bottom: 50px; 距离底部 */
|
|
1945
1983
|
}
|
|
1946
|
-
.header-icon[data-v-
|
|
1984
|
+
.header-icon[data-v-bc196b97] {
|
|
1947
1985
|
cursor: pointer;
|
|
1948
1986
|
font-size: 20px;
|
|
1949
1987
|
}
|
|
1950
1988
|
|
|
1951
1989
|
/* 聊天默认推荐内容样式
|
|
1952
1990
|
*/
|
|
1953
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1991
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
1954
1992
|
margin-top: 5px;
|
|
1955
1993
|
}
|
|
1956
|
-
.content-container[data-v-
|
|
1994
|
+
.content-container[data-v-bc196b97] {
|
|
1957
1995
|
padding: 16px;
|
|
1958
1996
|
border-radius: 4px;
|
|
1959
1997
|
background: #ffffff;
|
|
@@ -1961,7 +1999,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1961
1999
|
border-radius: 0px 30px 30px 30px;
|
|
1962
2000
|
/* opacity: 0.6; */
|
|
1963
2001
|
}
|
|
1964
|
-
.chat-content-font[data-v-
|
|
2002
|
+
.chat-content-font[data-v-bc196b97] {
|
|
1965
2003
|
font-family: PingFang SC, PingFang SC;
|
|
1966
2004
|
font-weight: 500;
|
|
1967
2005
|
font-size: 16px;
|
|
@@ -1971,10 +2009,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1971
2009
|
font-style: normal;
|
|
1972
2010
|
text-transform: none;
|
|
1973
2011
|
}
|
|
1974
|
-
[data-v-
|
|
2012
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1975
2013
|
border: none !important;
|
|
1976
2014
|
}
|
|
1977
|
-
.content-container-header[data-v-
|
|
2015
|
+
.content-container-header[data-v-bc196b97] {
|
|
1978
2016
|
font-size: 12px;
|
|
1979
2017
|
color: #909399;
|
|
1980
2018
|
}
|
|
@@ -1982,28 +2020,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1982
2020
|
/**
|
|
1983
2021
|
// 用户消息
|
|
1984
2022
|
*/
|
|
1985
|
-
.content-borderless-container[data-v-
|
|
2023
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
1986
2024
|
background: #e1ecfd;
|
|
1987
2025
|
border-radius: 20px 0px 20px 20px;
|
|
1988
2026
|
user-select: none;
|
|
1989
2027
|
padding: 12px;
|
|
1990
2028
|
cursor: pointer;
|
|
1991
2029
|
transition: background-color 0.3s;
|
|
1992
|
-
&[data-v-
|
|
2030
|
+
&[data-v-bc196b97]:hover {
|
|
1993
2031
|
background-color: #ebeef5;
|
|
1994
2032
|
}
|
|
1995
2033
|
}
|
|
1996
|
-
.footer-container[data-v-
|
|
1997
|
-
[data-v-
|
|
2034
|
+
.footer-container[data-v-bc196b97] {
|
|
2035
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
1998
2036
|
margin-left: 8px;
|
|
1999
2037
|
}
|
|
2000
2038
|
}
|
|
2001
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2039
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2002
2040
|
padding: 0;
|
|
2003
2041
|
}
|
|
2004
2042
|
|
|
2005
2043
|
/* 引用文件样式 */
|
|
2006
|
-
.doc-agg-item[data-v-
|
|
2044
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2007
2045
|
width: 100%;
|
|
2008
2046
|
padding: 10px;
|
|
2009
2047
|
margin-bottom: 5px;
|
|
@@ -2013,111 +2051,66 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2013
2051
|
font-size: 12px;
|
|
2014
2052
|
color: var(--el-color-primary);
|
|
2015
2053
|
}
|
|
2016
|
-
.elx-xmarkdown-container[data-v-
|
|
2054
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2017
2055
|
padding: 0;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2059
|
+
display: flex;
|
|
2060
|
+
align-items: center;
|
|
2061
|
+
justify-content: space-between;
|
|
2062
|
+
gap: 10px;
|
|
2063
|
+
width: 100%;
|
|
2064
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2065
|
+
font-size: 10px;
|
|
2066
|
+
color: #999;
|
|
2067
|
+
margin-top: 3px;
|
|
2068
|
+
flex-shrink: 0;
|
|
2018
2069
|
}
|
|
2019
|
-
h4[data-v-0b0c189e] {
|
|
2020
|
-
font-size: 16px;
|
|
2021
|
-
margin-top: 0px;
|
|
2022
|
-
margin-bottom: 0px;
|
|
2023
|
-
}
|
|
2024
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2025
|
-
margin: 5px 0;
|
|
2026
|
-
}
|
|
2027
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2028
|
-
display: flex;
|
|
2029
|
-
align-items: center;
|
|
2030
|
-
flex-shrink: 0;
|
|
2031
|
-
min-width: max-content;
|
|
2032
|
-
margin-left: auto;
|
|
2033
|
-
gap: 10px;
|
|
2034
|
-
}
|
|
2035
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2036
|
-
display: inline-block;
|
|
2037
|
-
width: 12px;
|
|
2038
|
-
height: 12px;
|
|
2039
|
-
background-repeat: no-repeat;
|
|
2040
|
-
background-position: center;
|
|
2041
|
-
background-size: 100%;
|
|
2042
|
-
cursor: pointer;
|
|
2043
|
-
}
|
|
2044
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2045
|
-
margin-left: 5px;
|
|
2046
|
-
}
|
|
2047
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2048
|
-
display: flex;
|
|
2049
|
-
flex-direction: column;
|
|
2050
|
-
padding: 16px;
|
|
2051
|
-
}
|
|
2052
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2053
|
-
border-bottom-color: #ffffff !important;
|
|
2054
|
-
}
|
|
2055
|
-
[data-v-0b0c189e] .el-sender {
|
|
2056
|
-
background: #ffffff !important;
|
|
2057
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2058
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2059
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2060
|
-
font-weight: 400;
|
|
2061
|
-
font-size: 16px;
|
|
2062
|
-
color: #bbbbbb;
|
|
2063
|
-
text-align: left;
|
|
2064
|
-
font-style: normal;
|
|
2065
|
-
text-transform: none;
|
|
2066
|
-
}
|
|
2067
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2068
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2069
|
-
font-weight: 400 !important;
|
|
2070
|
-
font-size: 16px !important;
|
|
2071
|
-
line-height: 21px !important;
|
|
2072
|
-
font-style: normal !important;
|
|
2073
|
-
text-transform: none !important;
|
|
2074
|
-
}
|
|
2075
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2076
|
-
padding: 16px !important;
|
|
2077
|
-
}
|
|
2078
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2079
|
-
border-radius: 100px 100px 100px 100px;
|
|
2080
|
-
border: 1px solid #dcdfe6;
|
|
2081
|
-
}
|
|
2082
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2083
|
-
padding: 12px;
|
|
2084
|
-
font-family: PingFang SC, PingFang SC;
|
|
2085
|
-
font-weight: 400;
|
|
2086
|
-
font-size: 14px;
|
|
2087
|
-
color: #808080;
|
|
2088
|
-
line-height: 21px;
|
|
2089
|
-
font-style: normal;
|
|
2090
|
-
text-align: center;
|
|
2091
2070
|
}
|
|
2092
|
-
.
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2071
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2072
|
+
display: flex;
|
|
2073
|
+
gap: 8px;
|
|
2074
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2075
|
+
margin-left: 0;
|
|
2096
2076
|
}
|
|
2097
|
-
|
|
2098
|
-
|
|
2077
|
+
}
|
|
2078
|
+
[data-v-90635647] .el-range-separator {
|
|
2079
|
+
min-width: 20px;
|
|
2099
2080
|
}
|
|
2100
|
-
.
|
|
2101
|
-
|
|
2102
|
-
|
|
2081
|
+
.svg-icon[data-v-019891df] {
|
|
2082
|
+
width: 1.2em;
|
|
2083
|
+
height: 1.2em;
|
|
2084
|
+
vertical-align: -0.25em;
|
|
2085
|
+
fill: currentColor;
|
|
2086
|
+
overflow: initial;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2090
|
+
width: 100%;
|
|
2091
|
+
height: 100%;
|
|
2092
|
+
border: none;
|
|
2093
|
+
opacity: 1;
|
|
2094
|
+
}
|
|
2095
|
+
[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 {
|
|
2103
2096
|
user-select: text !important;
|
|
2104
2097
|
-webkit-user-select: text !important;
|
|
2105
2098
|
-moz-user-select: text !important;
|
|
2106
2099
|
-ms-user-select: text !important;
|
|
2107
2100
|
}
|
|
2108
|
-
.slide-up-enter-active[data-v-
|
|
2109
|
-
.slide-up-leave-active[data-v-
|
|
2101
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2102
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2110
2103
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2111
2104
|
}
|
|
2112
|
-
.slide-up-enter-from[data-v-
|
|
2113
|
-
.slide-up-leave-to[data-v-
|
|
2105
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2106
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2114
2107
|
transform: translateY(100%);
|
|
2115
2108
|
}
|
|
2116
2109
|
|
|
2117
2110
|
/**
|
|
2118
2111
|
* 聊天窗口的样式设置
|
|
2119
2112
|
*/
|
|
2120
|
-
.chat-container[data-v-
|
|
2113
|
+
.chat-container[data-v-e9aa835d] {
|
|
2121
2114
|
--header-height: 56px;
|
|
2122
2115
|
--chat-padding: 12px;
|
|
2123
2116
|
--bubble-content-max-width: 0px;
|
|
@@ -2129,25 +2122,25 @@ h4[data-v-0b0c189e] {
|
|
|
2129
2122
|
flex-direction: row; /* 横向排列 */
|
|
2130
2123
|
height: 100%; /* 父容器高度 */
|
|
2131
2124
|
}
|
|
2132
|
-
.small-window[data-v-
|
|
2125
|
+
.small-window[data-v-e9aa835d] {
|
|
2133
2126
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2134
2127
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2135
2128
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2136
2129
|
border-radius: 8px;
|
|
2137
2130
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2138
2131
|
}
|
|
2139
|
-
.full-screen[data-v-
|
|
2132
|
+
.full-screen[data-v-e9aa835d] {
|
|
2140
2133
|
right: 0;
|
|
2141
2134
|
bottom: 0;
|
|
2142
2135
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2143
2136
|
}
|
|
2144
|
-
.chat-container > *[data-v-
|
|
2137
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2145
2138
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2146
2139
|
}
|
|
2147
2140
|
|
|
2148
2141
|
/* 聊天窗口的头部样式设置
|
|
2149
2142
|
*/
|
|
2150
|
-
.chat-embed__header_container[data-v-
|
|
2143
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2151
2144
|
/* border-bottom: 1px solid #ddd; */
|
|
2152
2145
|
display: flex;
|
|
2153
2146
|
align-items: center;
|
|
@@ -2157,7 +2150,7 @@ h4[data-v-0b0c189e] {
|
|
|
2157
2150
|
overflow: hidden;
|
|
2158
2151
|
position: relative;
|
|
2159
2152
|
}
|
|
2160
|
-
.session-subject[data-v-
|
|
2153
|
+
.session-subject[data-v-e9aa835d] {
|
|
2161
2154
|
display: block;
|
|
2162
2155
|
margin: 0 auto;
|
|
2163
2156
|
text-align: center;
|
|
@@ -2172,17 +2165,17 @@ h4[data-v-0b0c189e] {
|
|
|
2172
2165
|
|
|
2173
2166
|
/* 聊天窗口的头部图标样式设置
|
|
2174
2167
|
*/
|
|
2175
|
-
.chat-embed__header_avatar[data-v-
|
|
2168
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2176
2169
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2177
2170
|
margin-right: var(--chat-padding);
|
|
2178
2171
|
}
|
|
2179
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2172
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2180
2173
|
right: 20px;
|
|
2181
2174
|
position: absolute;
|
|
2182
2175
|
gap: 28px;
|
|
2183
2176
|
display: flex;
|
|
2184
2177
|
}
|
|
2185
|
-
.chat-embed__sidebar[data-v-
|
|
2178
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2186
2179
|
background: #f6f7fa;
|
|
2187
2180
|
display: flex;
|
|
2188
2181
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2191,7 +2184,7 @@ h4[data-v-0b0c189e] {
|
|
|
2191
2184
|
width: 260px;
|
|
2192
2185
|
height: 100%;
|
|
2193
2186
|
}
|
|
2194
|
-
.chat-embed__main[data-v-
|
|
2187
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2195
2188
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2196
2189
|
box-sizing: border-box;
|
|
2197
2190
|
overflow: hidden;
|
|
@@ -2202,7 +2195,7 @@ h4[data-v-0b0c189e] {
|
|
|
2202
2195
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2203
2196
|
overflow: hidden; /* 防止内容溢出 */
|
|
2204
2197
|
}
|
|
2205
|
-
.chat-embed__main_content[data-v-
|
|
2198
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2206
2199
|
flex: 1;
|
|
2207
2200
|
box-sizing: border-box;
|
|
2208
2201
|
min-height: 0;
|
|
@@ -2210,21 +2203,21 @@ h4[data-v-0b0c189e] {
|
|
|
2210
2203
|
/* overflow-y: auto;
|
|
2211
2204
|
margin-bottom: 12px; */
|
|
2212
2205
|
}
|
|
2213
|
-
.chat-embed__input_container[data-v-
|
|
2206
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2214
2207
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2215
2208
|
/* margin-bottom: 50px; 距离底部 */
|
|
2216
2209
|
}
|
|
2217
|
-
.header-icon[data-v-
|
|
2210
|
+
.header-icon[data-v-e9aa835d] {
|
|
2218
2211
|
cursor: pointer;
|
|
2219
2212
|
font-size: 20px;
|
|
2220
2213
|
}
|
|
2221
2214
|
|
|
2222
2215
|
/* 聊天默认推荐内容样式
|
|
2223
2216
|
*/
|
|
2224
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2217
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2225
2218
|
margin-top: 5px;
|
|
2226
2219
|
}
|
|
2227
|
-
.content-container[data-v-
|
|
2220
|
+
.content-container[data-v-e9aa835d] {
|
|
2228
2221
|
padding: 16px;
|
|
2229
2222
|
border-radius: 4px;
|
|
2230
2223
|
background: #ffffff;
|
|
@@ -2232,7 +2225,7 @@ h4[data-v-0b0c189e] {
|
|
|
2232
2225
|
border-radius: 0px 30px 30px 30px;
|
|
2233
2226
|
/* opacity: 0.6; */
|
|
2234
2227
|
}
|
|
2235
|
-
.chat-content-font[data-v-
|
|
2228
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2236
2229
|
font-family: PingFang SC, PingFang SC;
|
|
2237
2230
|
font-weight: 500;
|
|
2238
2231
|
font-size: 16px;
|
|
@@ -2242,10 +2235,10 @@ h4[data-v-0b0c189e] {
|
|
|
2242
2235
|
font-style: normal;
|
|
2243
2236
|
text-transform: none;
|
|
2244
2237
|
}
|
|
2245
|
-
[data-v-
|
|
2238
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2246
2239
|
border: none !important;
|
|
2247
2240
|
}
|
|
2248
|
-
.content-container-header[data-v-
|
|
2241
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2249
2242
|
font-size: 12px;
|
|
2250
2243
|
color: #909399;
|
|
2251
2244
|
}
|
|
@@ -2253,28 +2246,28 @@ h4[data-v-0b0c189e] {
|
|
|
2253
2246
|
/**
|
|
2254
2247
|
// 用户消息
|
|
2255
2248
|
*/
|
|
2256
|
-
.content-borderless-container[data-v-
|
|
2249
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2257
2250
|
background: #e1ecfd;
|
|
2258
2251
|
border-radius: 20px 0px 20px 20px;
|
|
2259
2252
|
user-select: none;
|
|
2260
2253
|
padding: 12px;
|
|
2261
2254
|
cursor: pointer;
|
|
2262
2255
|
transition: background-color 0.3s;
|
|
2263
|
-
&[data-v-
|
|
2256
|
+
&[data-v-e9aa835d]:hover {
|
|
2264
2257
|
background-color: #ebeef5;
|
|
2265
2258
|
}
|
|
2266
2259
|
}
|
|
2267
|
-
.footer-container[data-v-
|
|
2268
|
-
[data-v-
|
|
2260
|
+
.footer-container[data-v-e9aa835d] {
|
|
2261
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2269
2262
|
margin-left: 8px;
|
|
2270
2263
|
}
|
|
2271
2264
|
}
|
|
2272
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2265
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2273
2266
|
padding: 0;
|
|
2274
2267
|
}
|
|
2275
2268
|
|
|
2276
2269
|
/* 引用文件样式 */
|
|
2277
|
-
.doc-agg-item[data-v-
|
|
2270
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2278
2271
|
width: 100%;
|
|
2279
2272
|
padding: 10px;
|
|
2280
2273
|
margin-bottom: 5px;
|
|
@@ -2284,46 +2277,28 @@ h4[data-v-0b0c189e] {
|
|
|
2284
2277
|
font-size: 12px;
|
|
2285
2278
|
color: var(--el-color-primary);
|
|
2286
2279
|
}
|
|
2287
|
-
.elx-xmarkdown-container[data-v-
|
|
2280
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2288
2281
|
padding: 0;
|
|
2289
2282
|
}
|
|
2290
|
-
.
|
|
2291
|
-
border: 1px solid #dcdfe6;
|
|
2292
|
-
padding: 4px 8px;
|
|
2293
|
-
background-clip: padding-box;
|
|
2294
|
-
overflow: hidden;
|
|
2295
|
-
display: inline-flex;
|
|
2296
|
-
align-items: center;
|
|
2297
|
-
}
|
|
2298
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2299
|
-
margin-right: 18px;
|
|
2300
|
-
max-width: 160px;
|
|
2301
|
-
overflow: hidden;
|
|
2302
|
-
text-overflow: ellipsis;
|
|
2303
|
-
white-space: nowrap;
|
|
2304
|
-
}
|
|
2305
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2306
|
-
font-weight: 600;
|
|
2307
|
-
margin-left: 4px;
|
|
2308
|
-
}[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 {
|
|
2283
|
+
[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 {
|
|
2309
2284
|
user-select: text !important;
|
|
2310
2285
|
-webkit-user-select: text !important;
|
|
2311
2286
|
-moz-user-select: text !important;
|
|
2312
2287
|
-ms-user-select: text !important;
|
|
2313
2288
|
}
|
|
2314
|
-
.slide-up-enter-active[data-v-
|
|
2315
|
-
.slide-up-leave-active[data-v-
|
|
2289
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2290
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2316
2291
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2317
2292
|
}
|
|
2318
|
-
.slide-up-enter-from[data-v-
|
|
2319
|
-
.slide-up-leave-to[data-v-
|
|
2293
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2294
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2320
2295
|
transform: translateY(100%);
|
|
2321
2296
|
}
|
|
2322
2297
|
|
|
2323
2298
|
/**
|
|
2324
2299
|
* 聊天窗口的样式设置
|
|
2325
2300
|
*/
|
|
2326
|
-
.chat-container[data-v-
|
|
2301
|
+
.chat-container[data-v-1e62eff8] {
|
|
2327
2302
|
--header-height: 56px;
|
|
2328
2303
|
--chat-padding: 12px;
|
|
2329
2304
|
--bubble-content-max-width: 0px;
|
|
@@ -2335,25 +2310,25 @@ h4[data-v-0b0c189e] {
|
|
|
2335
2310
|
flex-direction: row; /* 横向排列 */
|
|
2336
2311
|
height: 100%; /* 父容器高度 */
|
|
2337
2312
|
}
|
|
2338
|
-
.small-window[data-v-
|
|
2313
|
+
.small-window[data-v-1e62eff8] {
|
|
2339
2314
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2340
2315
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2341
2316
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2342
2317
|
border-radius: 8px;
|
|
2343
2318
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2344
2319
|
}
|
|
2345
|
-
.full-screen[data-v-
|
|
2320
|
+
.full-screen[data-v-1e62eff8] {
|
|
2346
2321
|
right: 0;
|
|
2347
2322
|
bottom: 0;
|
|
2348
2323
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2349
2324
|
}
|
|
2350
|
-
.chat-container > *[data-v-
|
|
2325
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2351
2326
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2352
2327
|
}
|
|
2353
2328
|
|
|
2354
2329
|
/* 聊天窗口的头部样式设置
|
|
2355
2330
|
*/
|
|
2356
|
-
.chat-embed__header_container[data-v-
|
|
2331
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2357
2332
|
/* border-bottom: 1px solid #ddd; */
|
|
2358
2333
|
display: flex;
|
|
2359
2334
|
align-items: center;
|
|
@@ -2363,7 +2338,7 @@ h4[data-v-0b0c189e] {
|
|
|
2363
2338
|
overflow: hidden;
|
|
2364
2339
|
position: relative;
|
|
2365
2340
|
}
|
|
2366
|
-
.session-subject[data-v-
|
|
2341
|
+
.session-subject[data-v-1e62eff8] {
|
|
2367
2342
|
display: block;
|
|
2368
2343
|
margin: 0 auto;
|
|
2369
2344
|
text-align: center;
|
|
@@ -2378,17 +2353,17 @@ h4[data-v-0b0c189e] {
|
|
|
2378
2353
|
|
|
2379
2354
|
/* 聊天窗口的头部图标样式设置
|
|
2380
2355
|
*/
|
|
2381
|
-
.chat-embed__header_avatar[data-v-
|
|
2356
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2382
2357
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2383
2358
|
margin-right: var(--chat-padding);
|
|
2384
2359
|
}
|
|
2385
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2360
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2386
2361
|
right: 20px;
|
|
2387
2362
|
position: absolute;
|
|
2388
2363
|
gap: 28px;
|
|
2389
2364
|
display: flex;
|
|
2390
2365
|
}
|
|
2391
|
-
.chat-embed__sidebar[data-v-
|
|
2366
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2392
2367
|
background: #f6f7fa;
|
|
2393
2368
|
display: flex;
|
|
2394
2369
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2397,7 +2372,7 @@ h4[data-v-0b0c189e] {
|
|
|
2397
2372
|
width: 260px;
|
|
2398
2373
|
height: 100%;
|
|
2399
2374
|
}
|
|
2400
|
-
.chat-embed__main[data-v-
|
|
2375
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2401
2376
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2402
2377
|
box-sizing: border-box;
|
|
2403
2378
|
overflow: hidden;
|
|
@@ -2408,7 +2383,7 @@ h4[data-v-0b0c189e] {
|
|
|
2408
2383
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2409
2384
|
overflow: hidden; /* 防止内容溢出 */
|
|
2410
2385
|
}
|
|
2411
|
-
.chat-embed__main_content[data-v-
|
|
2386
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2412
2387
|
flex: 1;
|
|
2413
2388
|
box-sizing: border-box;
|
|
2414
2389
|
min-height: 0;
|
|
@@ -2416,21 +2391,21 @@ h4[data-v-0b0c189e] {
|
|
|
2416
2391
|
/* overflow-y: auto;
|
|
2417
2392
|
margin-bottom: 12px; */
|
|
2418
2393
|
}
|
|
2419
|
-
.chat-embed__input_container[data-v-
|
|
2394
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2420
2395
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2421
2396
|
/* margin-bottom: 50px; 距离底部 */
|
|
2422
2397
|
}
|
|
2423
|
-
.header-icon[data-v-
|
|
2398
|
+
.header-icon[data-v-1e62eff8] {
|
|
2424
2399
|
cursor: pointer;
|
|
2425
2400
|
font-size: 20px;
|
|
2426
2401
|
}
|
|
2427
2402
|
|
|
2428
2403
|
/* 聊天默认推荐内容样式
|
|
2429
2404
|
*/
|
|
2430
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2405
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2431
2406
|
margin-top: 5px;
|
|
2432
2407
|
}
|
|
2433
|
-
.content-container[data-v-
|
|
2408
|
+
.content-container[data-v-1e62eff8] {
|
|
2434
2409
|
padding: 16px;
|
|
2435
2410
|
border-radius: 4px;
|
|
2436
2411
|
background: #ffffff;
|
|
@@ -2438,7 +2413,7 @@ h4[data-v-0b0c189e] {
|
|
|
2438
2413
|
border-radius: 0px 30px 30px 30px;
|
|
2439
2414
|
/* opacity: 0.6; */
|
|
2440
2415
|
}
|
|
2441
|
-
.chat-content-font[data-v-
|
|
2416
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2442
2417
|
font-family: PingFang SC, PingFang SC;
|
|
2443
2418
|
font-weight: 500;
|
|
2444
2419
|
font-size: 16px;
|
|
@@ -2448,10 +2423,10 @@ h4[data-v-0b0c189e] {
|
|
|
2448
2423
|
font-style: normal;
|
|
2449
2424
|
text-transform: none;
|
|
2450
2425
|
}
|
|
2451
|
-
[data-v-
|
|
2426
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2452
2427
|
border: none !important;
|
|
2453
2428
|
}
|
|
2454
|
-
.content-container-header[data-v-
|
|
2429
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2455
2430
|
font-size: 12px;
|
|
2456
2431
|
color: #909399;
|
|
2457
2432
|
}
|
|
@@ -2459,28 +2434,28 @@ h4[data-v-0b0c189e] {
|
|
|
2459
2434
|
/**
|
|
2460
2435
|
// 用户消息
|
|
2461
2436
|
*/
|
|
2462
|
-
.content-borderless-container[data-v-
|
|
2437
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2463
2438
|
background: #e1ecfd;
|
|
2464
2439
|
border-radius: 20px 0px 20px 20px;
|
|
2465
2440
|
user-select: none;
|
|
2466
2441
|
padding: 12px;
|
|
2467
2442
|
cursor: pointer;
|
|
2468
2443
|
transition: background-color 0.3s;
|
|
2469
|
-
&[data-v-
|
|
2444
|
+
&[data-v-1e62eff8]:hover {
|
|
2470
2445
|
background-color: #ebeef5;
|
|
2471
2446
|
}
|
|
2472
2447
|
}
|
|
2473
|
-
.footer-container[data-v-
|
|
2474
|
-
[data-v-
|
|
2448
|
+
.footer-container[data-v-1e62eff8] {
|
|
2449
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2475
2450
|
margin-left: 8px;
|
|
2476
2451
|
}
|
|
2477
2452
|
}
|
|
2478
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2453
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2479
2454
|
padding: 0;
|
|
2480
2455
|
}
|
|
2481
2456
|
|
|
2482
2457
|
/* 引用文件样式 */
|
|
2483
|
-
.doc-agg-item[data-v-
|
|
2458
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2484
2459
|
width: 100%;
|
|
2485
2460
|
padding: 10px;
|
|
2486
2461
|
margin-bottom: 5px;
|
|
@@ -2490,35 +2465,143 @@ h4[data-v-0b0c189e] {
|
|
|
2490
2465
|
font-size: 12px;
|
|
2491
2466
|
color: var(--el-color-primary);
|
|
2492
2467
|
}
|
|
2493
|
-
.elx-xmarkdown-container[data-v-
|
|
2468
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2494
2469
|
padding: 0;
|
|
2470
|
+
}
|
|
2471
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2472
|
+
position: absolute;
|
|
2473
|
+
padding: 20px 36px;
|
|
2474
|
+
gap: 16px;
|
|
2475
|
+
display: flex;
|
|
2476
|
+
z-index: 1;
|
|
2477
|
+
}
|
|
2478
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2479
|
+
display: flex;
|
|
2480
|
+
height: 40px;
|
|
2481
|
+
padding: 10px 14px;
|
|
2482
|
+
gap: 14px;
|
|
2483
|
+
border-radius: 100px 100px 100px 100px;
|
|
2484
|
+
border: 1px solid #e5e5e5;
|
|
2485
|
+
width: 82px;
|
|
2486
|
+
font-size: 20px;
|
|
2487
|
+
}
|
|
2488
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2489
|
+
display: flex; /* 设置为水平排列 */
|
|
2490
|
+
align-items: center; /* 垂直居中 */
|
|
2491
|
+
margin-bottom: 22px;
|
|
2492
|
+
font-size: 20px;
|
|
2493
|
+
}
|
|
2494
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2495
|
+
font-family: PingFang SC, PingFang SC;
|
|
2496
|
+
font-weight: 600;
|
|
2497
|
+
font-size: 16px;
|
|
2498
|
+
color: #181818;
|
|
2499
|
+
text-align: left;
|
|
2500
|
+
font-style: normal;
|
|
2501
|
+
text-transform: none;
|
|
2502
|
+
}
|
|
2503
|
+
.right-icon[data-v-1e62eff8] {
|
|
2504
|
+
cursor: pointer;
|
|
2505
|
+
margin-left: auto;
|
|
2506
|
+
}
|
|
2507
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2508
|
+
cursor: pointer;
|
|
2509
|
+
}
|
|
2510
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2511
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2512
|
+
margin-bottom: 10px;
|
|
2513
|
+
}
|
|
2514
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2515
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2516
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2517
|
+
margin-bottom: 10px;
|
|
2518
|
+
}
|
|
2519
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2520
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2521
|
+
margin-top: 10px;
|
|
2522
|
+
margin-bottom: 20px;
|
|
2523
|
+
}
|
|
2524
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2525
|
+
background-color: #ffffff;
|
|
2526
|
+
}
|
|
2527
|
+
.date-group[data-v-1e62eff8] {
|
|
2528
|
+
margin-top: 16px;
|
|
2529
|
+
}
|
|
2530
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2531
|
+
color: #81858c;
|
|
2532
|
+
font-size: 12px;
|
|
2533
|
+
user-select: none;
|
|
2534
|
+
margin-bottom: 2px;
|
|
2535
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2536
|
+
}
|
|
2537
|
+
.menu-item[data-v-1e62eff8] {
|
|
2538
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2539
|
+
font-size: 16px;
|
|
2540
|
+
line-height: 50px;
|
|
2541
|
+
cursor: pointer;
|
|
2542
|
+
gap: 8px;
|
|
2543
|
+
border-radius: 8px;
|
|
2544
|
+
display: flex;
|
|
2545
|
+
align-items: center;
|
|
2546
|
+
}
|
|
2547
|
+
.active-item[data-v-1e62eff8] {
|
|
2548
|
+
background: #e2ebf5;
|
|
2549
|
+
color: var(--el-color-primary);
|
|
2550
|
+
}
|
|
2551
|
+
.history-item[data-v-1e62eff8] {
|
|
2552
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2553
|
+
cursor: pointer;
|
|
2554
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2555
|
+
align-items: center; /* 垂直居中 */
|
|
2556
|
+
line-height: 40px;
|
|
2557
|
+
gap: 8px;
|
|
2558
|
+
border-radius: 8px;
|
|
2559
|
+
}
|
|
2560
|
+
.history-subject[data-v-1e62eff8] {
|
|
2561
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2562
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2563
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2564
|
+
white-space: nowrap; /* 不换行 */
|
|
2565
|
+
}
|
|
2566
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2567
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2568
|
+
}
|
|
2569
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2570
|
+
background-color: #f5f5f5;
|
|
2495
2571
|
}
|
|
2496
2572
|
|
|
2497
|
-
.home-chart-iframe[data-v-
|
|
2573
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2498
2574
|
width: 100%;
|
|
2499
2575
|
height: 100%;
|
|
2500
2576
|
border: none;
|
|
2501
2577
|
opacity: 1;
|
|
2502
2578
|
}
|
|
2503
|
-
|
|
2579
|
+
|
|
2580
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2581
|
+
width: 100%;
|
|
2582
|
+
height: 100%;
|
|
2583
|
+
border: none;
|
|
2584
|
+
opacity: 1;
|
|
2585
|
+
}
|
|
2586
|
+
[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 {
|
|
2504
2587
|
user-select: text !important;
|
|
2505
2588
|
-webkit-user-select: text !important;
|
|
2506
2589
|
-moz-user-select: text !important;
|
|
2507
2590
|
-ms-user-select: text !important;
|
|
2508
2591
|
}
|
|
2509
|
-
.slide-up-enter-active[data-v-
|
|
2510
|
-
.slide-up-leave-active[data-v-
|
|
2592
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2593
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2511
2594
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2512
2595
|
}
|
|
2513
|
-
.slide-up-enter-from[data-v-
|
|
2514
|
-
.slide-up-leave-to[data-v-
|
|
2596
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2597
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2515
2598
|
transform: translateY(100%);
|
|
2516
2599
|
}
|
|
2517
2600
|
|
|
2518
2601
|
/**
|
|
2519
2602
|
* 聊天窗口的样式设置
|
|
2520
2603
|
*/
|
|
2521
|
-
.chat-container[data-v-
|
|
2604
|
+
.chat-container[data-v-0b0c189e] {
|
|
2522
2605
|
--header-height: 56px;
|
|
2523
2606
|
--chat-padding: 12px;
|
|
2524
2607
|
--bubble-content-max-width: 0px;
|
|
@@ -2530,25 +2613,25 @@ h4[data-v-0b0c189e] {
|
|
|
2530
2613
|
flex-direction: row; /* 横向排列 */
|
|
2531
2614
|
height: 100%; /* 父容器高度 */
|
|
2532
2615
|
}
|
|
2533
|
-
.small-window[data-v-
|
|
2616
|
+
.small-window[data-v-0b0c189e] {
|
|
2534
2617
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2535
2618
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2536
2619
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2537
2620
|
border-radius: 8px;
|
|
2538
2621
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2539
2622
|
}
|
|
2540
|
-
.full-screen[data-v-
|
|
2623
|
+
.full-screen[data-v-0b0c189e] {
|
|
2541
2624
|
right: 0;
|
|
2542
2625
|
bottom: 0;
|
|
2543
2626
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2544
2627
|
}
|
|
2545
|
-
.chat-container > *[data-v-
|
|
2628
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2546
2629
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2547
2630
|
}
|
|
2548
2631
|
|
|
2549
2632
|
/* 聊天窗口的头部样式设置
|
|
2550
2633
|
*/
|
|
2551
|
-
.chat-embed__header_container[data-v-
|
|
2634
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2552
2635
|
/* border-bottom: 1px solid #ddd; */
|
|
2553
2636
|
display: flex;
|
|
2554
2637
|
align-items: center;
|
|
@@ -2558,7 +2641,7 @@ h4[data-v-0b0c189e] {
|
|
|
2558
2641
|
overflow: hidden;
|
|
2559
2642
|
position: relative;
|
|
2560
2643
|
}
|
|
2561
|
-
.session-subject[data-v-
|
|
2644
|
+
.session-subject[data-v-0b0c189e] {
|
|
2562
2645
|
display: block;
|
|
2563
2646
|
margin: 0 auto;
|
|
2564
2647
|
text-align: center;
|
|
@@ -2573,17 +2656,17 @@ h4[data-v-0b0c189e] {
|
|
|
2573
2656
|
|
|
2574
2657
|
/* 聊天窗口的头部图标样式设置
|
|
2575
2658
|
*/
|
|
2576
|
-
.chat-embed__header_avatar[data-v-
|
|
2659
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2577
2660
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2578
2661
|
margin-right: var(--chat-padding);
|
|
2579
2662
|
}
|
|
2580
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2663
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2581
2664
|
right: 20px;
|
|
2582
2665
|
position: absolute;
|
|
2583
2666
|
gap: 28px;
|
|
2584
2667
|
display: flex;
|
|
2585
2668
|
}
|
|
2586
|
-
.chat-embed__sidebar[data-v-
|
|
2669
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2587
2670
|
background: #f6f7fa;
|
|
2588
2671
|
display: flex;
|
|
2589
2672
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2592,7 +2675,7 @@ h4[data-v-0b0c189e] {
|
|
|
2592
2675
|
width: 260px;
|
|
2593
2676
|
height: 100%;
|
|
2594
2677
|
}
|
|
2595
|
-
.chat-embed__main[data-v-
|
|
2678
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2596
2679
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2597
2680
|
box-sizing: border-box;
|
|
2598
2681
|
overflow: hidden;
|
|
@@ -2603,7 +2686,7 @@ h4[data-v-0b0c189e] {
|
|
|
2603
2686
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2604
2687
|
overflow: hidden; /* 防止内容溢出 */
|
|
2605
2688
|
}
|
|
2606
|
-
.chat-embed__main_content[data-v-
|
|
2689
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2607
2690
|
flex: 1;
|
|
2608
2691
|
box-sizing: border-box;
|
|
2609
2692
|
min-height: 0;
|
|
@@ -2611,21 +2694,21 @@ h4[data-v-0b0c189e] {
|
|
|
2611
2694
|
/* overflow-y: auto;
|
|
2612
2695
|
margin-bottom: 12px; */
|
|
2613
2696
|
}
|
|
2614
|
-
.chat-embed__input_container[data-v-
|
|
2697
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2615
2698
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2616
2699
|
/* margin-bottom: 50px; 距离底部 */
|
|
2617
2700
|
}
|
|
2618
|
-
.header-icon[data-v-
|
|
2701
|
+
.header-icon[data-v-0b0c189e] {
|
|
2619
2702
|
cursor: pointer;
|
|
2620
2703
|
font-size: 20px;
|
|
2621
2704
|
}
|
|
2622
2705
|
|
|
2623
2706
|
/* 聊天默认推荐内容样式
|
|
2624
2707
|
*/
|
|
2625
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2708
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2626
2709
|
margin-top: 5px;
|
|
2627
2710
|
}
|
|
2628
|
-
.content-container[data-v-
|
|
2711
|
+
.content-container[data-v-0b0c189e] {
|
|
2629
2712
|
padding: 16px;
|
|
2630
2713
|
border-radius: 4px;
|
|
2631
2714
|
background: #ffffff;
|
|
@@ -2633,7 +2716,7 @@ h4[data-v-0b0c189e] {
|
|
|
2633
2716
|
border-radius: 0px 30px 30px 30px;
|
|
2634
2717
|
/* opacity: 0.6; */
|
|
2635
2718
|
}
|
|
2636
|
-
.chat-content-font[data-v-
|
|
2719
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2637
2720
|
font-family: PingFang SC, PingFang SC;
|
|
2638
2721
|
font-weight: 500;
|
|
2639
2722
|
font-size: 16px;
|
|
@@ -2643,10 +2726,10 @@ h4[data-v-0b0c189e] {
|
|
|
2643
2726
|
font-style: normal;
|
|
2644
2727
|
text-transform: none;
|
|
2645
2728
|
}
|
|
2646
|
-
[data-v-
|
|
2729
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2647
2730
|
border: none !important;
|
|
2648
2731
|
}
|
|
2649
|
-
.content-container-header[data-v-
|
|
2732
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2650
2733
|
font-size: 12px;
|
|
2651
2734
|
color: #909399;
|
|
2652
2735
|
}
|
|
@@ -2654,59 +2737,142 @@ h4[data-v-0b0c189e] {
|
|
|
2654
2737
|
/**
|
|
2655
2738
|
// 用户消息
|
|
2656
2739
|
*/
|
|
2657
|
-
.content-borderless-container[data-v-
|
|
2740
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2658
2741
|
background: #e1ecfd;
|
|
2659
2742
|
border-radius: 20px 0px 20px 20px;
|
|
2660
2743
|
user-select: none;
|
|
2661
2744
|
padding: 12px;
|
|
2662
2745
|
cursor: pointer;
|
|
2663
2746
|
transition: background-color 0.3s;
|
|
2664
|
-
&[data-v-
|
|
2747
|
+
&[data-v-0b0c189e]:hover {
|
|
2665
2748
|
background-color: #ebeef5;
|
|
2666
2749
|
}
|
|
2667
2750
|
}
|
|
2668
|
-
.footer-container[data-v-
|
|
2669
|
-
[data-v-
|
|
2751
|
+
.footer-container[data-v-0b0c189e] {
|
|
2752
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2670
2753
|
margin-left: 8px;
|
|
2671
2754
|
}
|
|
2672
2755
|
}
|
|
2673
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2674
|
-
padding: 0;
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
/* 引用文件样式 */
|
|
2678
|
-
.doc-agg-item[data-v-
|
|
2679
|
-
width: 100%;
|
|
2680
|
-
padding: 10px;
|
|
2681
|
-
margin-bottom: 5px;
|
|
2682
|
-
border: 1px solid #eee;
|
|
2683
|
-
border-radius: 4px;
|
|
2684
|
-
cursor: pointer;
|
|
2685
|
-
font-size: 12px;
|
|
2686
|
-
color: var(--el-color-primary);
|
|
2756
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2757
|
+
padding: 0;
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2760
|
+
/* 引用文件样式 */
|
|
2761
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2762
|
+
width: 100%;
|
|
2763
|
+
padding: 10px;
|
|
2764
|
+
margin-bottom: 5px;
|
|
2765
|
+
border: 1px solid #eee;
|
|
2766
|
+
border-radius: 4px;
|
|
2767
|
+
cursor: pointer;
|
|
2768
|
+
font-size: 12px;
|
|
2769
|
+
color: var(--el-color-primary);
|
|
2770
|
+
}
|
|
2771
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2772
|
+
padding: 0;
|
|
2773
|
+
}
|
|
2774
|
+
h4[data-v-0b0c189e] {
|
|
2775
|
+
font-size: 16px;
|
|
2776
|
+
margin-top: 0px;
|
|
2777
|
+
margin-bottom: 0px;
|
|
2778
|
+
}
|
|
2779
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2780
|
+
margin: 5px 0;
|
|
2781
|
+
}
|
|
2782
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2783
|
+
display: flex;
|
|
2784
|
+
align-items: center;
|
|
2785
|
+
flex-shrink: 0;
|
|
2786
|
+
min-width: max-content;
|
|
2787
|
+
margin-left: auto;
|
|
2788
|
+
gap: 10px;
|
|
2789
|
+
}
|
|
2790
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2791
|
+
display: inline-block;
|
|
2792
|
+
width: 12px;
|
|
2793
|
+
height: 12px;
|
|
2794
|
+
background-repeat: no-repeat;
|
|
2795
|
+
background-position: center;
|
|
2796
|
+
background-size: 100%;
|
|
2797
|
+
cursor: pointer;
|
|
2798
|
+
}
|
|
2799
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2800
|
+
margin-left: 5px;
|
|
2801
|
+
}
|
|
2802
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2803
|
+
display: flex;
|
|
2804
|
+
flex-direction: column;
|
|
2805
|
+
padding: 16px;
|
|
2806
|
+
}
|
|
2807
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2808
|
+
border-bottom-color: #ffffff !important;
|
|
2809
|
+
}
|
|
2810
|
+
[data-v-0b0c189e] .el-sender {
|
|
2811
|
+
background: #ffffff !important;
|
|
2812
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2813
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2814
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2815
|
+
font-weight: 400;
|
|
2816
|
+
font-size: 16px;
|
|
2817
|
+
color: #bbbbbb;
|
|
2818
|
+
text-align: left;
|
|
2819
|
+
font-style: normal;
|
|
2820
|
+
text-transform: none;
|
|
2821
|
+
}
|
|
2822
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2823
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2824
|
+
font-weight: 400 !important;
|
|
2825
|
+
font-size: 16px !important;
|
|
2826
|
+
line-height: 21px !important;
|
|
2827
|
+
font-style: normal !important;
|
|
2828
|
+
text-transform: none !important;
|
|
2829
|
+
}
|
|
2830
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2831
|
+
padding: 16px !important;
|
|
2832
|
+
}
|
|
2833
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2834
|
+
border-radius: 100px 100px 100px 100px;
|
|
2835
|
+
border: 1px solid #dcdfe6;
|
|
2836
|
+
}
|
|
2837
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2838
|
+
padding: 12px;
|
|
2839
|
+
font-family: PingFang SC, PingFang SC;
|
|
2840
|
+
font-weight: 400;
|
|
2841
|
+
font-size: 14px;
|
|
2842
|
+
color: #808080;
|
|
2843
|
+
line-height: 21px;
|
|
2844
|
+
font-style: normal;
|
|
2845
|
+
text-align: center;
|
|
2846
|
+
}
|
|
2847
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2848
|
+
border-radius: 50% !important;
|
|
2849
|
+
padding: 8px;
|
|
2850
|
+
width: 32px;
|
|
2851
|
+
}
|
|
2852
|
+
.send-icon[data-v-0b0c189e] {
|
|
2853
|
+
cursor: pointer;
|
|
2687
2854
|
}
|
|
2688
|
-
.
|
|
2689
|
-
|
|
2690
|
-
}
|
|
2691
|
-
[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 {
|
|
2855
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2856
|
+
margin: 0 0;
|
|
2857
|
+
}[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2692
2858
|
user-select: text !important;
|
|
2693
2859
|
-webkit-user-select: text !important;
|
|
2694
2860
|
-moz-user-select: text !important;
|
|
2695
2861
|
-ms-user-select: text !important;
|
|
2696
2862
|
}
|
|
2697
|
-
.slide-up-enter-active[data-v-
|
|
2698
|
-
.slide-up-leave-active[data-v-
|
|
2863
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2864
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2699
2865
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2700
2866
|
}
|
|
2701
|
-
.slide-up-enter-from[data-v-
|
|
2702
|
-
.slide-up-leave-to[data-v-
|
|
2867
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2868
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2703
2869
|
transform: translateY(100%);
|
|
2704
2870
|
}
|
|
2705
2871
|
|
|
2706
2872
|
/**
|
|
2707
2873
|
* 聊天窗口的样式设置
|
|
2708
2874
|
*/
|
|
2709
|
-
.chat-container[data-v-
|
|
2875
|
+
.chat-container[data-v-45fbaf17] {
|
|
2710
2876
|
--header-height: 56px;
|
|
2711
2877
|
--chat-padding: 12px;
|
|
2712
2878
|
--bubble-content-max-width: 0px;
|
|
@@ -2718,25 +2884,25 @@ h4[data-v-0b0c189e] {
|
|
|
2718
2884
|
flex-direction: row; /* 横向排列 */
|
|
2719
2885
|
height: 100%; /* 父容器高度 */
|
|
2720
2886
|
}
|
|
2721
|
-
.small-window[data-v-
|
|
2887
|
+
.small-window[data-v-45fbaf17] {
|
|
2722
2888
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2723
2889
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2724
2890
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2725
2891
|
border-radius: 8px;
|
|
2726
2892
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2727
2893
|
}
|
|
2728
|
-
.full-screen[data-v-
|
|
2894
|
+
.full-screen[data-v-45fbaf17] {
|
|
2729
2895
|
right: 0;
|
|
2730
2896
|
bottom: 0;
|
|
2731
2897
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2732
2898
|
}
|
|
2733
|
-
.chat-container > *[data-v-
|
|
2899
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2734
2900
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2735
2901
|
}
|
|
2736
2902
|
|
|
2737
2903
|
/* 聊天窗口的头部样式设置
|
|
2738
2904
|
*/
|
|
2739
|
-
.chat-embed__header_container[data-v-
|
|
2905
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2740
2906
|
/* border-bottom: 1px solid #ddd; */
|
|
2741
2907
|
display: flex;
|
|
2742
2908
|
align-items: center;
|
|
@@ -2746,7 +2912,7 @@ h4[data-v-0b0c189e] {
|
|
|
2746
2912
|
overflow: hidden;
|
|
2747
2913
|
position: relative;
|
|
2748
2914
|
}
|
|
2749
|
-
.session-subject[data-v-
|
|
2915
|
+
.session-subject[data-v-45fbaf17] {
|
|
2750
2916
|
display: block;
|
|
2751
2917
|
margin: 0 auto;
|
|
2752
2918
|
text-align: center;
|
|
@@ -2761,17 +2927,17 @@ h4[data-v-0b0c189e] {
|
|
|
2761
2927
|
|
|
2762
2928
|
/* 聊天窗口的头部图标样式设置
|
|
2763
2929
|
*/
|
|
2764
|
-
.chat-embed__header_avatar[data-v-
|
|
2930
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2765
2931
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2766
2932
|
margin-right: var(--chat-padding);
|
|
2767
2933
|
}
|
|
2768
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2934
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2769
2935
|
right: 20px;
|
|
2770
2936
|
position: absolute;
|
|
2771
2937
|
gap: 28px;
|
|
2772
2938
|
display: flex;
|
|
2773
2939
|
}
|
|
2774
|
-
.chat-embed__sidebar[data-v-
|
|
2940
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2775
2941
|
background: #f6f7fa;
|
|
2776
2942
|
display: flex;
|
|
2777
2943
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2780,7 +2946,7 @@ h4[data-v-0b0c189e] {
|
|
|
2780
2946
|
width: 260px;
|
|
2781
2947
|
height: 100%;
|
|
2782
2948
|
}
|
|
2783
|
-
.chat-embed__main[data-v-
|
|
2949
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2784
2950
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2785
2951
|
box-sizing: border-box;
|
|
2786
2952
|
overflow: hidden;
|
|
@@ -2791,7 +2957,7 @@ h4[data-v-0b0c189e] {
|
|
|
2791
2957
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2792
2958
|
overflow: hidden; /* 防止内容溢出 */
|
|
2793
2959
|
}
|
|
2794
|
-
.chat-embed__main_content[data-v-
|
|
2960
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2795
2961
|
flex: 1;
|
|
2796
2962
|
box-sizing: border-box;
|
|
2797
2963
|
min-height: 0;
|
|
@@ -2799,21 +2965,21 @@ h4[data-v-0b0c189e] {
|
|
|
2799
2965
|
/* overflow-y: auto;
|
|
2800
2966
|
margin-bottom: 12px; */
|
|
2801
2967
|
}
|
|
2802
|
-
.chat-embed__input_container[data-v-
|
|
2968
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2803
2969
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2804
2970
|
/* margin-bottom: 50px; 距离底部 */
|
|
2805
2971
|
}
|
|
2806
|
-
.header-icon[data-v-
|
|
2972
|
+
.header-icon[data-v-45fbaf17] {
|
|
2807
2973
|
cursor: pointer;
|
|
2808
2974
|
font-size: 20px;
|
|
2809
2975
|
}
|
|
2810
2976
|
|
|
2811
2977
|
/* 聊天默认推荐内容样式
|
|
2812
2978
|
*/
|
|
2813
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2979
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2814
2980
|
margin-top: 5px;
|
|
2815
2981
|
}
|
|
2816
|
-
.content-container[data-v-
|
|
2982
|
+
.content-container[data-v-45fbaf17] {
|
|
2817
2983
|
padding: 16px;
|
|
2818
2984
|
border-radius: 4px;
|
|
2819
2985
|
background: #ffffff;
|
|
@@ -2821,7 +2987,7 @@ h4[data-v-0b0c189e] {
|
|
|
2821
2987
|
border-radius: 0px 30px 30px 30px;
|
|
2822
2988
|
/* opacity: 0.6; */
|
|
2823
2989
|
}
|
|
2824
|
-
.chat-content-font[data-v-
|
|
2990
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2825
2991
|
font-family: PingFang SC, PingFang SC;
|
|
2826
2992
|
font-weight: 500;
|
|
2827
2993
|
font-size: 16px;
|
|
@@ -2831,10 +2997,10 @@ h4[data-v-0b0c189e] {
|
|
|
2831
2997
|
font-style: normal;
|
|
2832
2998
|
text-transform: none;
|
|
2833
2999
|
}
|
|
2834
|
-
[data-v-
|
|
3000
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2835
3001
|
border: none !important;
|
|
2836
3002
|
}
|
|
2837
|
-
.content-container-header[data-v-
|
|
3003
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2838
3004
|
font-size: 12px;
|
|
2839
3005
|
color: #909399;
|
|
2840
3006
|
}
|
|
@@ -2842,28 +3008,28 @@ h4[data-v-0b0c189e] {
|
|
|
2842
3008
|
/**
|
|
2843
3009
|
// 用户消息
|
|
2844
3010
|
*/
|
|
2845
|
-
.content-borderless-container[data-v-
|
|
3011
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2846
3012
|
background: #e1ecfd;
|
|
2847
3013
|
border-radius: 20px 0px 20px 20px;
|
|
2848
3014
|
user-select: none;
|
|
2849
3015
|
padding: 12px;
|
|
2850
3016
|
cursor: pointer;
|
|
2851
3017
|
transition: background-color 0.3s;
|
|
2852
|
-
&[data-v-
|
|
3018
|
+
&[data-v-45fbaf17]:hover {
|
|
2853
3019
|
background-color: #ebeef5;
|
|
2854
3020
|
}
|
|
2855
3021
|
}
|
|
2856
|
-
.footer-container[data-v-
|
|
2857
|
-
[data-v-
|
|
3022
|
+
.footer-container[data-v-45fbaf17] {
|
|
3023
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2858
3024
|
margin-left: 8px;
|
|
2859
3025
|
}
|
|
2860
3026
|
}
|
|
2861
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3027
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2862
3028
|
padding: 0;
|
|
2863
3029
|
}
|
|
2864
3030
|
|
|
2865
3031
|
/* 引用文件样式 */
|
|
2866
|
-
.doc-agg-item[data-v-
|
|
3032
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2867
3033
|
width: 100%;
|
|
2868
3034
|
padding: 10px;
|
|
2869
3035
|
margin-bottom: 5px;
|
|
@@ -2873,174 +3039,8 @@ h4[data-v-0b0c189e] {
|
|
|
2873
3039
|
font-size: 12px;
|
|
2874
3040
|
color: var(--el-color-primary);
|
|
2875
3041
|
}
|
|
2876
|
-
.elx-xmarkdown-container[data-v-
|
|
3042
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2877
3043
|
padding: 0;
|
|
2878
|
-
}
|
|
2879
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2880
|
-
position: absolute;
|
|
2881
|
-
padding: 20px 36px;
|
|
2882
|
-
gap: 16px;
|
|
2883
|
-
display: flex;
|
|
2884
|
-
z-index: 1;
|
|
2885
|
-
}
|
|
2886
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2887
|
-
display: flex;
|
|
2888
|
-
height: 40px;
|
|
2889
|
-
padding: 10px 14px;
|
|
2890
|
-
gap: 14px;
|
|
2891
|
-
border-radius: 100px 100px 100px 100px;
|
|
2892
|
-
border: 1px solid #e5e5e5;
|
|
2893
|
-
width: 82px;
|
|
2894
|
-
font-size: 20px;
|
|
2895
|
-
}
|
|
2896
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2897
|
-
display: flex; /* 设置为水平排列 */
|
|
2898
|
-
align-items: center; /* 垂直居中 */
|
|
2899
|
-
margin-bottom: 22px;
|
|
2900
|
-
font-size: 20px;
|
|
2901
|
-
}
|
|
2902
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2903
|
-
font-family: PingFang SC, PingFang SC;
|
|
2904
|
-
font-weight: 600;
|
|
2905
|
-
font-size: 16px;
|
|
2906
|
-
color: #181818;
|
|
2907
|
-
text-align: left;
|
|
2908
|
-
font-style: normal;
|
|
2909
|
-
text-transform: none;
|
|
2910
|
-
}
|
|
2911
|
-
.right-icon[data-v-1e62eff8] {
|
|
2912
|
-
cursor: pointer;
|
|
2913
|
-
margin-left: auto;
|
|
2914
|
-
}
|
|
2915
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2916
|
-
cursor: pointer;
|
|
2917
|
-
}
|
|
2918
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2919
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2920
|
-
margin-bottom: 10px;
|
|
2921
|
-
}
|
|
2922
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2923
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2924
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2925
|
-
margin-bottom: 10px;
|
|
2926
|
-
}
|
|
2927
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2928
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2929
|
-
margin-top: 10px;
|
|
2930
|
-
margin-bottom: 20px;
|
|
2931
|
-
}
|
|
2932
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2933
|
-
background-color: #ffffff;
|
|
2934
|
-
}
|
|
2935
|
-
.date-group[data-v-1e62eff8] {
|
|
2936
|
-
margin-top: 16px;
|
|
2937
|
-
}
|
|
2938
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2939
|
-
color: #81858c;
|
|
2940
|
-
font-size: 12px;
|
|
2941
|
-
user-select: none;
|
|
2942
|
-
margin-bottom: 2px;
|
|
2943
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2944
|
-
}
|
|
2945
|
-
.menu-item[data-v-1e62eff8] {
|
|
2946
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2947
|
-
font-size: 16px;
|
|
2948
|
-
line-height: 50px;
|
|
2949
|
-
cursor: pointer;
|
|
2950
|
-
gap: 8px;
|
|
2951
|
-
border-radius: 8px;
|
|
2952
|
-
display: flex;
|
|
2953
|
-
align-items: center;
|
|
2954
|
-
}
|
|
2955
|
-
.active-item[data-v-1e62eff8] {
|
|
2956
|
-
background: #e2ebf5;
|
|
2957
|
-
color: var(--el-color-primary);
|
|
2958
|
-
}
|
|
2959
|
-
.history-item[data-v-1e62eff8] {
|
|
2960
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2961
|
-
cursor: pointer;
|
|
2962
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2963
|
-
align-items: center; /* 垂直居中 */
|
|
2964
|
-
line-height: 40px;
|
|
2965
|
-
gap: 8px;
|
|
2966
|
-
border-radius: 8px;
|
|
2967
|
-
}
|
|
2968
|
-
.history-subject[data-v-1e62eff8] {
|
|
2969
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2970
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2971
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2972
|
-
white-space: nowrap; /* 不换行 */
|
|
2973
|
-
}
|
|
2974
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2975
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2976
|
-
}
|
|
2977
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2978
|
-
background-color: #f5f5f5;
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2981
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2982
|
-
display: flex;
|
|
2983
|
-
align-items: center;
|
|
2984
|
-
justify-content: space-between;
|
|
2985
|
-
gap: 10px;
|
|
2986
|
-
width: 100%;
|
|
2987
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2988
|
-
font-size: 10px;
|
|
2989
|
-
color: #999;
|
|
2990
|
-
margin-top: 3px;
|
|
2991
|
-
flex-shrink: 0;
|
|
2992
|
-
}
|
|
2993
|
-
}
|
|
2994
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2995
|
-
display: flex;
|
|
2996
|
-
gap: 8px;
|
|
2997
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2998
|
-
margin-left: 0;
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
3003
|
-
display: flex;
|
|
3004
|
-
align-items: center;
|
|
3005
|
-
flex-shrink: 0;
|
|
3006
|
-
min-width: max-content;
|
|
3007
|
-
margin-left: auto;
|
|
3008
|
-
gap: 10px;
|
|
3009
|
-
}
|
|
3010
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
3011
|
-
display: flex;
|
|
3012
|
-
align-items: center;
|
|
3013
|
-
justify-content: center;
|
|
3014
|
-
margin-top: 10px;
|
|
3015
|
-
gap: 10px;
|
|
3016
|
-
}
|
|
3017
|
-
.el-button > span[data-v-5bb8bf7f] {
|
|
3018
|
-
font-size: 12px;
|
|
3019
|
-
}
|
|
3020
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
3021
|
-
border: 1px solid #dcdfe6;
|
|
3022
|
-
padding: 4px 8px;
|
|
3023
|
-
background-clip: padding-box;
|
|
3024
|
-
overflow: hidden;
|
|
3025
|
-
display: inline-flex;
|
|
3026
|
-
align-items: center;
|
|
3027
|
-
}
|
|
3028
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
3029
|
-
margin-right: 18px;
|
|
3030
|
-
max-width: 160px;
|
|
3031
|
-
overflow: hidden;
|
|
3032
|
-
text-overflow: ellipsis;
|
|
3033
|
-
white-space: nowrap;
|
|
3034
|
-
}
|
|
3035
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
3036
|
-
font-weight: 600;
|
|
3037
|
-
margin-left: 4px;
|
|
3038
|
-
}
|
|
3039
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
3040
|
-
width: 100%;
|
|
3041
|
-
height: 100%;
|
|
3042
|
-
border: none;
|
|
3043
|
-
opacity: 1;
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|