agilebuilder-ui 1.1.65-tmp11 → 1.1.65-tmp13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/IntervalSelection/index.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 -382
- 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 +619 -619
- 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
|
@@ -128,19 +128,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
128
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
129
|
color: #97a8be;
|
|
130
130
|
cursor: text;
|
|
131
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
|
-
padding: 0;
|
|
133
|
-
display: flex;
|
|
134
|
-
align-items: center;
|
|
135
|
-
justify-content: end;
|
|
136
|
-
}
|
|
137
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
138
|
-
display: flex;
|
|
139
|
-
align-items: center;
|
|
140
|
-
justify-content: center;
|
|
141
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
|
-
font-size: 18px;
|
|
143
|
-
cursor: pointer;
|
|
144
131
|
}
|
|
145
132
|
.svg-icon[data-v-67e4e504] {
|
|
146
133
|
width: 1.2em;
|
|
@@ -149,51 +136,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
149
136
|
fill: currentColor;
|
|
150
137
|
overflow: initial;
|
|
151
138
|
}
|
|
152
|
-
|
|
153
|
-
.searchResult[data-v-22410ec9] {
|
|
154
|
-
color: red;
|
|
155
|
-
}
|
|
156
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
157
|
-
width: 90%;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.red-circle[data-v-998f4283] {
|
|
161
|
-
width: 20px; /* 圆圈的宽度 */
|
|
162
|
-
height: 20px; /* 圆圈的高度 */
|
|
163
|
-
background-color: red; /* 背景色设置为红色 */
|
|
164
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
165
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
166
|
-
}
|
|
167
|
-
.green-circle[data-v-998f4283] {
|
|
168
|
-
width: 20px; /* 圆圈的宽度 */
|
|
169
|
-
height: 20px; /* 圆圈的高度 */
|
|
170
|
-
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
171
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
172
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
173
|
-
}
|
|
174
|
-
.ValidCode[data-v-aa77e3bd] {
|
|
175
|
-
display: flex;
|
|
176
|
-
background-color: #fff;
|
|
177
|
-
justify-content: center;
|
|
178
|
-
align-items: center;
|
|
179
|
-
cursor: pointer;
|
|
180
|
-
}
|
|
181
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
182
|
-
display: inline-block;
|
|
183
|
-
}
|
|
184
|
-
.searchResult {
|
|
185
|
-
color: red;
|
|
186
|
-
}
|
|
187
|
-
.inline-input-custom {
|
|
188
|
-
width: 90%;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.select-top-span {
|
|
192
|
-
width: 100%;
|
|
193
|
-
}
|
|
194
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
195
|
-
display: inline-block;
|
|
196
|
-
}.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
139
|
+
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
197
140
|
padding: 2px 0 !important;
|
|
198
141
|
}
|
|
199
142
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -336,7 +279,58 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
336
279
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
337
280
|
flex-wrap: wrap;
|
|
338
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
339
|
-
}.
|
|
282
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
+
padding: 0;
|
|
284
|
+
display: flex;
|
|
285
|
+
align-items: center;
|
|
286
|
+
justify-content: end;
|
|
287
|
+
}
|
|
288
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
289
|
+
display: flex;
|
|
290
|
+
align-items: center;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
293
|
+
font-size: 18px;
|
|
294
|
+
cursor: pointer;
|
|
295
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
296
|
+
display: flex;
|
|
297
|
+
background-color: #fff;
|
|
298
|
+
justify-content: center;
|
|
299
|
+
align-items: center;
|
|
300
|
+
cursor: pointer;
|
|
301
|
+
}
|
|
302
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
303
|
+
display: inline-block;
|
|
304
|
+
}
|
|
305
|
+
.searchResult {
|
|
306
|
+
color: red;
|
|
307
|
+
}
|
|
308
|
+
.inline-input-custom {
|
|
309
|
+
width: 90%;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.searchResult[data-v-22410ec9] {
|
|
313
|
+
color: red;
|
|
314
|
+
}
|
|
315
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
316
|
+
width: 90%;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.red-circle[data-v-998f4283] {
|
|
320
|
+
width: 20px; /* 圆圈的宽度 */
|
|
321
|
+
height: 20px; /* 圆圈的高度 */
|
|
322
|
+
background-color: red; /* 背景色设置为红色 */
|
|
323
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
324
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
325
|
+
}
|
|
326
|
+
.green-circle[data-v-998f4283] {
|
|
327
|
+
width: 20px; /* 圆圈的宽度 */
|
|
328
|
+
height: 20px; /* 圆圈的高度 */
|
|
329
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
330
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
|
+
}
|
|
333
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
340
334
|
padding: 10px;
|
|
341
335
|
}
|
|
342
336
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -451,6 +445,12 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
451
445
|
padding: 0 10px 0 0;
|
|
452
446
|
}
|
|
453
447
|
|
|
448
|
+
.select-top-span {
|
|
449
|
+
width: 100%;
|
|
450
|
+
}
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
453
|
+
}
|
|
454
454
|
.fs-preview-container[data-v-2448d898] {
|
|
455
455
|
display: flex;
|
|
456
456
|
align-items: center;
|
|
@@ -569,6 +569,42 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
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;
|
|
@@ -876,11 +912,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
876
912
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
877
913
|
color: #409eff;
|
|
878
914
|
}
|
|
879
|
-
|
|
880
|
-
width: 1em;
|
|
881
|
-
height: 1em;
|
|
882
|
-
font-size: 14px;
|
|
883
|
-
}
|
|
915
|
+
|
|
884
916
|
.organization-tree,
|
|
885
917
|
.organization-tree .el-checkbox__label,
|
|
886
918
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -940,49 +972,17 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
940
972
|
}
|
|
941
973
|
.row-form-item[data-v-4b5a56cc] {
|
|
942
974
|
width: 50%;
|
|
975
|
+
}.super-icon[data-v-875fd31c] {
|
|
976
|
+
width: 1em;
|
|
977
|
+
height: 1em;
|
|
978
|
+
font-size: 14px;
|
|
943
979
|
}
|
|
944
980
|
.graphDiv[data-v-a936569d] {
|
|
945
981
|
overflow: auto;
|
|
946
982
|
height: 100%;
|
|
947
983
|
height: calc(100vh - 20px);
|
|
948
984
|
}
|
|
949
|
-
.
|
|
950
|
-
width: 800px;
|
|
951
|
-
max-width: 100%;
|
|
952
|
-
margin: 100px auto;
|
|
953
|
-
}
|
|
954
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
955
|
-
background: #008489;
|
|
956
|
-
color: #fff;
|
|
957
|
-
border: none !important;
|
|
958
|
-
}
|
|
959
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
960
|
-
margin: 0 auto;
|
|
961
|
-
display: block;
|
|
962
|
-
}
|
|
963
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
964
|
-
display: block;
|
|
965
|
-
margin: 0 auto;
|
|
966
|
-
width: 100%;
|
|
967
|
-
}
|
|
968
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
969
|
-
font-size: 60px;
|
|
970
|
-
font-weight: 700;
|
|
971
|
-
color: #484848;
|
|
972
|
-
}
|
|
973
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
974
|
-
font-size: 14px;
|
|
975
|
-
}
|
|
976
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
977
|
-
padding-bottom: 5px;
|
|
978
|
-
}
|
|
979
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
980
|
-
color: #008489;
|
|
981
|
-
text-decoration: none;
|
|
982
|
-
}
|
|
983
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
984
|
-
text-decoration: underline;
|
|
985
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
985
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
986
986
|
position: relative;
|
|
987
987
|
height: 100%;
|
|
988
988
|
width: 100%;
|
|
@@ -1044,6 +1044,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1044
1044
|
}
|
|
1045
1045
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
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;
|
|
1047
1057
|
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1048
1058
|
position: relative;
|
|
1049
1059
|
--el-menu-item-height: 45px;
|
|
@@ -1086,25 +1096,24 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1086
1096
|
}
|
|
1087
1097
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1088
1098
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1089
|
-
}.app-main[data-v-2d98e845] {
|
|
1090
|
-
padding: var(--app-main-padding, 15px);
|
|
1091
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1092
|
-
position: relative;
|
|
1093
|
-
overflow: hidden;
|
|
1094
|
-
}
|
|
1095
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1096
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1097
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1098
|
-
overflow: auto;
|
|
1099
1099
|
}
|
|
1100
|
-
.
|
|
1101
|
-
|
|
1100
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1101
|
+
display: flex;
|
|
1102
|
+
align-items: center;
|
|
1103
|
+
width: 100%;
|
|
1104
|
+
gap: 8px;
|
|
1105
|
+
box-sizing: border-box;
|
|
1106
|
+
min-width: 0;
|
|
1102
1107
|
}
|
|
1103
|
-
.
|
|
1104
|
-
width:
|
|
1108
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1109
|
+
width: 100%;
|
|
1110
|
+
min-width: 0;
|
|
1105
1111
|
}
|
|
1106
|
-
.
|
|
1107
|
-
|
|
1112
|
+
.sep[data-v-2aeaa81d] {
|
|
1113
|
+
padding: 0 8px;
|
|
1114
|
+
color: var(--el-text-color-secondary);
|
|
1115
|
+
white-space: nowrap;
|
|
1116
|
+
flex: 0 0 auto;
|
|
1108
1117
|
}
|
|
1109
1118
|
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1110
1119
|
user-select: text !important;
|
|
@@ -1324,26 +1333,68 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1324
1333
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1325
1334
|
margin: 5px 0;
|
|
1326
1335
|
}
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
align-items: center;
|
|
1331
|
-
width: 100%;
|
|
1332
|
-
gap: 8px;
|
|
1333
|
-
box-sizing: border-box;
|
|
1334
|
-
min-width: 0;
|
|
1336
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1337
|
+
display: inline-flex;
|
|
1338
|
+
vertical-align: middle;
|
|
1335
1339
|
}
|
|
1336
|
-
.
|
|
1337
|
-
|
|
1338
|
-
|
|
1340
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1341
|
+
font-size: 20px;
|
|
1342
|
+
color: var(--el-color-primary);
|
|
1343
|
+
cursor: pointer;
|
|
1344
|
+
}
|
|
1345
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
|
+
margin-bottom: 0px;
|
|
1347
|
+
}
|
|
1348
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
+
margin-bottom: 5px;
|
|
1350
|
+
text-align: center;
|
|
1351
|
+
}
|
|
1352
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1353
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1354
|
+
width: 100%;
|
|
1355
|
+
}
|
|
1356
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1357
|
+
display: none;
|
|
1358
|
+
}
|
|
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;
|
|
1367
|
+
}
|
|
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;
|
|
1339
1397
|
}
|
|
1340
|
-
.sep[data-v-2aeaa81d] {
|
|
1341
|
-
padding: 0 8px;
|
|
1342
|
-
color: var(--el-text-color-secondary);
|
|
1343
|
-
white-space: nowrap;
|
|
1344
|
-
flex: 0 0 auto;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
1398
|
.searchResult {
|
|
1348
1399
|
color: red;
|
|
1349
1400
|
}
|
|
@@ -1352,12 +1403,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1352
1403
|
}
|
|
1353
1404
|
.inline-input-custom {
|
|
1354
1405
|
width: 98%;
|
|
1355
|
-
}
|
|
1356
|
-
.searchDepartmentUser {
|
|
1357
|
-
width: 250px;
|
|
1358
|
-
}
|
|
1359
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1360
|
-
min-width: 300px;
|
|
1361
1406
|
}
|
|
1362
1407
|
|
|
1363
1408
|
.searchResult {
|
|
@@ -1377,23 +1422,29 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1377
1422
|
}
|
|
1378
1423
|
|
|
1379
1424
|
.searchResult {
|
|
1380
|
-
|
|
1425
|
+
color: red;
|
|
1381
1426
|
}
|
|
1382
|
-
.inline-
|
|
1383
|
-
|
|
1427
|
+
.inline-select-custom {
|
|
1428
|
+
width: 100px;
|
|
1384
1429
|
}
|
|
1385
|
-
.
|
|
1386
|
-
|
|
1430
|
+
.inline-input-custom {
|
|
1431
|
+
width: 98%;
|
|
1387
1432
|
}
|
|
1388
1433
|
|
|
1389
1434
|
.searchResult {
|
|
1390
|
-
|
|
1435
|
+
color: red;
|
|
1391
1436
|
}
|
|
1392
1437
|
.inline-select-custom {
|
|
1393
|
-
|
|
1438
|
+
width: 100px;
|
|
1394
1439
|
}
|
|
1395
1440
|
.inline-input-custom {
|
|
1396
|
-
|
|
1441
|
+
width: 98%;
|
|
1442
|
+
}
|
|
1443
|
+
.searchDepartmentUser {
|
|
1444
|
+
width: 250px;
|
|
1445
|
+
}
|
|
1446
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1447
|
+
min-width: 300px;
|
|
1397
1448
|
}
|
|
1398
1449
|
|
|
1399
1450
|
.searchResult {
|
|
@@ -1410,125 +1461,22 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1410
1461
|
color: red;
|
|
1411
1462
|
}
|
|
1412
1463
|
.inline-input-custom {
|
|
1413
|
-
width:
|
|
1464
|
+
width: 90%;
|
|
1414
1465
|
}
|
|
1415
1466
|
.el-autocomplete-suggestion.el-popper {
|
|
1416
1467
|
min-width: 300px;
|
|
1417
1468
|
}
|
|
1418
1469
|
|
|
1419
|
-
.
|
|
1420
|
-
|
|
1421
|
-
font-weight: 700;
|
|
1422
|
-
}
|
|
1423
|
-
.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 {
|
|
1424
|
-
font-size: 17px;
|
|
1425
|
-
font-weight: 700;
|
|
1426
|
-
}
|
|
1427
|
-
.organization-tree .el-card__body {
|
|
1428
|
-
padding-top: 10px;
|
|
1429
|
-
}
|
|
1430
|
-
.organization-tree .card-content {
|
|
1431
|
-
margin-top: 10px;
|
|
1432
|
-
}
|
|
1433
|
-
.organization-tree .item-row-all {
|
|
1434
|
-
margin-bottom: 10px;
|
|
1435
|
-
}
|
|
1436
|
-
.organization-tree .item-row {
|
|
1437
|
-
display: flex;
|
|
1438
|
-
width: 100%;
|
|
1439
|
-
}
|
|
1440
|
-
.organization-tree .item-label {
|
|
1441
|
-
flex: 0 0 90%;
|
|
1442
|
-
text-align: left;
|
|
1443
|
-
}
|
|
1444
|
-
.organization-tree .item-side {
|
|
1445
|
-
flex: 0 0 10%;
|
|
1446
|
-
text-align: right;
|
|
1447
|
-
}
|
|
1448
|
-
.organization-tree .el-tree-node {
|
|
1449
|
-
margin-bottom: 10px;
|
|
1450
|
-
}
|
|
1451
|
-
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1452
|
-
padding: 0;
|
|
1453
|
-
display: none;
|
|
1454
|
-
}
|
|
1455
|
-
.organization-tree .card-footer {
|
|
1456
|
-
padding: 20px;
|
|
1457
|
-
}
|
|
1458
|
-
.organization-tree .card-footer .select-result {
|
|
1459
|
-
color: #409EFF;
|
|
1460
|
-
flex:1 1 75%;
|
|
1461
|
-
text-align: left;
|
|
1462
|
-
}
|
|
1463
|
-
.organization-tree .card-footer .button-area {
|
|
1464
|
-
flex:0 0 20%;
|
|
1465
|
-
text-align: right;
|
|
1466
|
-
}
|
|
1467
|
-
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1468
|
-
color:#409EFF
|
|
1469
|
-
}
|
|
1470
|
-
.normal-column-header[data-v-562b2e0d] {
|
|
1471
|
-
display: inline-flex;
|
|
1472
|
-
vertical-align: middle;
|
|
1473
|
-
}
|
|
1474
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1475
|
-
font-size: 20px;
|
|
1476
|
-
color: var(--el-color-primary);
|
|
1477
|
-
cursor: pointer;
|
|
1478
|
-
}
|
|
1479
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1480
|
-
margin-bottom: 0px;
|
|
1481
|
-
}
|
|
1482
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1483
|
-
margin-bottom: 5px;
|
|
1484
|
-
text-align: center;
|
|
1485
|
-
}
|
|
1486
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1487
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1488
|
-
width: 100%;
|
|
1470
|
+
.searchResult {
|
|
1471
|
+
color: red;
|
|
1489
1472
|
}
|
|
1490
|
-
.
|
|
1491
|
-
|
|
1473
|
+
.inline-input-custom {
|
|
1474
|
+
width: 100% !important;
|
|
1492
1475
|
}
|
|
1493
|
-
.
|
|
1494
|
-
|
|
1495
|
-
position: fixed;
|
|
1496
|
-
top: 37px;
|
|
1497
|
-
background-color: #ffffff;
|
|
1498
|
-
width: 46%;
|
|
1499
|
-
height: 40px;
|
|
1500
|
-
z-index: 1500;
|
|
1476
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1477
|
+
min-width: 300px;
|
|
1501
1478
|
}
|
|
1502
|
-
|
|
1503
|
-
color: #333;
|
|
1504
|
-
}
|
|
1505
|
-
.context-menu[data-v-040fcf55] {
|
|
1506
|
-
position: fixed;
|
|
1507
|
-
background: #fff;
|
|
1508
|
-
z-index: 999;
|
|
1509
|
-
padding: 5px;
|
|
1510
|
-
margin: 0;
|
|
1511
|
-
margin-top: 30px;
|
|
1512
|
-
}
|
|
1513
|
-
.context-menu li[data-v-040fcf55] {
|
|
1514
|
-
min-width: 75px;
|
|
1515
|
-
height: 28px;
|
|
1516
|
-
line-height: 28px;
|
|
1517
|
-
text-align: left;
|
|
1518
|
-
color: #1a1a1a;
|
|
1519
|
-
}
|
|
1520
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1521
|
-
background: #42b983;
|
|
1522
|
-
color: #fff;
|
|
1523
|
-
}
|
|
1524
|
-
.context-menu[data-v-040fcf55] {
|
|
1525
|
-
border: 1px solid #eee;
|
|
1526
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1527
|
-
border-radius: 5px;
|
|
1528
|
-
}
|
|
1529
|
-
li[data-v-040fcf55] {
|
|
1530
|
-
list-style-type: none;
|
|
1531
|
-
}
|
|
1479
|
+
|
|
1532
1480
|
.grid-search-form[data-v-04817310] {
|
|
1533
1481
|
overflow: auto;
|
|
1534
1482
|
}
|
|
@@ -1605,7 +1553,62 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1553
|
.default-page-tip-item {
|
|
1606
1554
|
padding-top: 10px;
|
|
1607
1555
|
}
|
|
1608
|
-
|
|
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
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1609
1612
|
background-color: #eee;
|
|
1610
1613
|
width: 100%;
|
|
1611
1614
|
border: 1px solid #ccc;
|
|
@@ -1624,63 +1627,77 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1624
1627
|
}
|
|
1625
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1626
1629
|
margin: 0 5px;
|
|
1627
|
-
}[data-v-455b2ba2] .super-icon {
|
|
1628
|
-
width: 20px !important;
|
|
1629
|
-
height: 20px !important;
|
|
1630
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
1633
1633
|
}
|
|
1634
|
-
.
|
|
1635
|
-
|
|
1634
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1635
|
+
margin-bottom: 0px;
|
|
1636
1636
|
}
|
|
1637
|
-
.
|
|
1638
|
-
|
|
1637
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1638
|
+
margin-bottom: 5px;
|
|
1639
|
+
text-align: center;
|
|
1639
1640
|
}
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1641
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1642
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1643
|
+
width: 100%;
|
|
1642
1644
|
}
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
color: red;
|
|
1645
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1646
|
+
margin-bottom: 0px;
|
|
1646
1647
|
}
|
|
1647
|
-
.
|
|
1648
|
-
|
|
1648
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1649
|
+
overflow: hidden;
|
|
1650
|
+
text-overflow: ellipsis;
|
|
1651
|
+
white-space: nowrap;
|
|
1652
|
+
word-break: keep-all;
|
|
1649
1653
|
}
|
|
1650
|
-
.
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1655
|
+
margin-bottom: 5px;
|
|
1656
|
+
text-align: center;
|
|
1657
|
+
}
|
|
1658
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1659
|
+
width: 100%;
|
|
1660
|
+
}
|
|
1661
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1662
|
+
width: 100%;
|
|
1663
|
+
}
|
|
1664
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1665
|
+
padding-right: 24px;
|
|
1666
|
+
}
|
|
1667
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1668
|
+
padding-left: 10px;
|
|
1669
|
+
padding-bottom: 16px;
|
|
1670
|
+
}.annex-cell[data-v-bbad0ee0] {
|
|
1654
1671
|
padding-right: 5px;
|
|
1655
1672
|
cursor: pointer;
|
|
1656
1673
|
color: #409eff;
|
|
1657
1674
|
}
|
|
1658
|
-
.m-requried[data-v-
|
|
1675
|
+
.m-requried[data-v-bbad0ee0] {
|
|
1659
1676
|
float: left;
|
|
1660
1677
|
white-space: nowrap;
|
|
1661
1678
|
width: 96%;
|
|
1662
1679
|
}
|
|
1663
|
-
.m-requried[data-v-
|
|
1680
|
+
.m-requried[data-v-bbad0ee0]::after {
|
|
1664
1681
|
content: "*";
|
|
1665
1682
|
color: #f56c6c;
|
|
1666
1683
|
}
|
|
1667
|
-
.column-text-main[data-v-
|
|
1684
|
+
.column-text-main[data-v-bbad0ee0] {
|
|
1668
1685
|
display: flex;
|
|
1669
1686
|
align-items: center;
|
|
1670
1687
|
gap: 10px;
|
|
1671
1688
|
}
|
|
1672
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1689
|
+
.column-text-main .column-text-edit-main[data-v-bbad0ee0] {
|
|
1673
1690
|
display: flex;
|
|
1674
1691
|
align-items: center;
|
|
1675
1692
|
gap: 10px;
|
|
1676
1693
|
}
|
|
1677
|
-
.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] {
|
|
1678
1695
|
display: block;
|
|
1679
1696
|
white-space: nowrap;
|
|
1680
1697
|
overflow: hidden;
|
|
1681
1698
|
text-overflow: ellipsis;
|
|
1682
1699
|
}
|
|
1683
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1700
|
+
.column-text-main .column-text-edit-main[data-v-bbad0ee0]::after {
|
|
1684
1701
|
content: " ";
|
|
1685
1702
|
position: absolute;
|
|
1686
1703
|
left: 0;
|
|
@@ -1689,52 +1706,15 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1689
1706
|
bottom: 0;
|
|
1690
1707
|
cursor: pointer;
|
|
1691
1708
|
}
|
|
1692
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1709
|
+
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0] {
|
|
1693
1710
|
text-align: left;
|
|
1694
1711
|
}
|
|
1695
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1712
|
+
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0]:empty {
|
|
1696
1713
|
display: none;
|
|
1697
1714
|
}
|
|
1698
|
-
.normal-column-content-view[data-v-
|
|
1715
|
+
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1699
1716
|
display: inline;
|
|
1700
|
-
}.grid-search-form[data-v-
|
|
1701
|
-
margin-bottom: 0px;
|
|
1702
|
-
}
|
|
1703
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1704
|
-
overflow: hidden;
|
|
1705
|
-
text-overflow: ellipsis;
|
|
1706
|
-
white-space: nowrap;
|
|
1707
|
-
word-break: keep-all;
|
|
1708
|
-
}
|
|
1709
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1710
|
-
margin-bottom: 5px;
|
|
1711
|
-
text-align: center;
|
|
1712
|
-
}
|
|
1713
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1714
|
-
width: 100%;
|
|
1715
|
-
}
|
|
1716
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1717
|
-
width: 100%;
|
|
1718
|
-
}
|
|
1719
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1720
|
-
padding-right: 24px;
|
|
1721
|
-
}
|
|
1722
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1723
|
-
padding-left: 10px;
|
|
1724
|
-
padding-bottom: 16px;
|
|
1725
|
-
}
|
|
1726
|
-
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1727
|
-
margin-bottom: 0px;
|
|
1728
|
-
}
|
|
1729
|
-
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1730
|
-
margin-bottom: 5px;
|
|
1731
|
-
text-align: center;
|
|
1732
|
-
}
|
|
1733
|
-
.grid-search-form[data-v-0b145154] .el-select,
|
|
1734
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1735
|
-
width: 100%;
|
|
1736
|
-
}
|
|
1737
|
-
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1717
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1738
1718
|
overflow: auto;
|
|
1739
1719
|
}
|
|
1740
1720
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1770,6 +1750,52 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1750
|
background-color: #ffffff;
|
|
1771
1751
|
width: 50%;
|
|
1772
1752
|
height: 40px;
|
|
1753
|
+
}
|
|
1754
|
+
.searchResult {
|
|
1755
|
+
color: red;
|
|
1756
|
+
}
|
|
1757
|
+
.inline-select-custom {
|
|
1758
|
+
width: 100px;
|
|
1759
|
+
}
|
|
1760
|
+
.inline-input-custom {
|
|
1761
|
+
width: 98%;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.searchResult {
|
|
1765
|
+
color: red;
|
|
1766
|
+
}
|
|
1767
|
+
.inline-select-custom {
|
|
1768
|
+
width: 100px;
|
|
1769
|
+
}
|
|
1770
|
+
.inline-input-custom {
|
|
1771
|
+
width: 98%;
|
|
1772
|
+
}
|
|
1773
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1774
|
+
margin-right: 5px;
|
|
1775
|
+
}
|
|
1776
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1777
|
+
margin-left: 5px;
|
|
1778
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1779
|
+
font-size: 12px;
|
|
1780
|
+
}
|
|
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;
|
|
1773
1799
|
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
1800
|
position: relative;
|
|
1775
1801
|
--el-menu-item-height: 45px;
|
|
@@ -1806,41 +1832,23 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1832
|
white-space: nowrap;
|
|
1807
1833
|
overflow: hidden;
|
|
1808
1834
|
text-overflow: ellipsis;
|
|
1809
|
-
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1810
|
-
margin-right: 5px;
|
|
1811
|
-
}
|
|
1812
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1813
|
-
margin-left: 5px;
|
|
1814
1835
|
}
|
|
1815
|
-
.
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
.fs-upload-tag[data-v-e5cde7de] {
|
|
1823
|
-
border: 1px solid #dcdfe6;
|
|
1824
|
-
padding: 4px 8px;
|
|
1825
|
-
background-clip: padding-box;
|
|
1826
|
-
overflow: hidden;
|
|
1827
|
-
display: inline-flex;
|
|
1828
|
-
align-items: center;
|
|
1829
|
-
}
|
|
1830
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1831
|
-
margin-right: 18px;
|
|
1832
|
-
max-width: 160px;
|
|
1833
|
-
overflow: hidden;
|
|
1834
|
-
text-overflow: ellipsis;
|
|
1835
|
-
white-space: nowrap;
|
|
1836
|
-
}
|
|
1837
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1838
|
-
font-weight: 600;
|
|
1839
|
-
margin-left: 4px;
|
|
1840
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1841
|
-
font-size: 12px;
|
|
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;
|
|
1842
1843
|
}
|
|
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;
|
|
1850
|
+
}
|
|
1851
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1844
1852
|
border: 1px solid #dcdfe6;
|
|
1845
1853
|
padding: 4px 8px;
|
|
1846
1854
|
background-clip: padding-box;
|
|
@@ -1848,37 +1856,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1848
1856
|
display: inline-flex;
|
|
1849
1857
|
align-items: center;
|
|
1850
1858
|
}
|
|
1851
|
-
.fs-upload-tag-text[data-v-
|
|
1859
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1852
1860
|
margin-right: 18px;
|
|
1853
1861
|
max-width: 160px;
|
|
1854
1862
|
overflow: hidden;
|
|
1855
1863
|
text-overflow: ellipsis;
|
|
1856
1864
|
white-space: nowrap;
|
|
1857
1865
|
}
|
|
1858
|
-
.fs-upload-tag-percent[data-v-
|
|
1866
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1859
1867
|
font-weight: 600;
|
|
1860
1868
|
margin-left: 4px;
|
|
1861
|
-
}[data-v-
|
|
1862
|
-
min-width: 20px;
|
|
1863
|
-
}[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 {
|
|
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 {
|
|
1864
1870
|
user-select: text !important;
|
|
1865
1871
|
-webkit-user-select: text !important;
|
|
1866
1872
|
-moz-user-select: text !important;
|
|
1867
1873
|
-ms-user-select: text !important;
|
|
1868
1874
|
}
|
|
1869
|
-
.slide-up-enter-active[data-v-
|
|
1870
|
-
.slide-up-leave-active[data-v-
|
|
1875
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
1876
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
1871
1877
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1872
1878
|
}
|
|
1873
|
-
.slide-up-enter-from[data-v-
|
|
1874
|
-
.slide-up-leave-to[data-v-
|
|
1879
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
1880
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
1875
1881
|
transform: translateY(100%);
|
|
1876
1882
|
}
|
|
1877
1883
|
|
|
1878
1884
|
/**
|
|
1879
1885
|
* 聊天窗口的样式设置
|
|
1880
1886
|
*/
|
|
1881
|
-
.chat-container[data-v-
|
|
1887
|
+
.chat-container[data-v-bc196b97] {
|
|
1882
1888
|
--header-height: 56px;
|
|
1883
1889
|
--chat-padding: 12px;
|
|
1884
1890
|
--bubble-content-max-width: 0px;
|
|
@@ -1890,25 +1896,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1890
1896
|
flex-direction: row; /* 横向排列 */
|
|
1891
1897
|
height: 100%; /* 父容器高度 */
|
|
1892
1898
|
}
|
|
1893
|
-
.small-window[data-v-
|
|
1899
|
+
.small-window[data-v-bc196b97] {
|
|
1894
1900
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1895
1901
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1896
1902
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1897
1903
|
border-radius: 8px;
|
|
1898
1904
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1899
1905
|
}
|
|
1900
|
-
.full-screen[data-v-
|
|
1906
|
+
.full-screen[data-v-bc196b97] {
|
|
1901
1907
|
right: 0;
|
|
1902
1908
|
bottom: 0;
|
|
1903
1909
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1904
1910
|
}
|
|
1905
|
-
.chat-container > *[data-v-
|
|
1911
|
+
.chat-container > *[data-v-bc196b97] {
|
|
1906
1912
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1907
1913
|
}
|
|
1908
1914
|
|
|
1909
1915
|
/* 聊天窗口的头部样式设置
|
|
1910
1916
|
*/
|
|
1911
|
-
.chat-embed__header_container[data-v-
|
|
1917
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
1912
1918
|
/* border-bottom: 1px solid #ddd; */
|
|
1913
1919
|
display: flex;
|
|
1914
1920
|
align-items: center;
|
|
@@ -1918,7 +1924,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1918
1924
|
overflow: hidden;
|
|
1919
1925
|
position: relative;
|
|
1920
1926
|
}
|
|
1921
|
-
.session-subject[data-v-
|
|
1927
|
+
.session-subject[data-v-bc196b97] {
|
|
1922
1928
|
display: block;
|
|
1923
1929
|
margin: 0 auto;
|
|
1924
1930
|
text-align: center;
|
|
@@ -1933,17 +1939,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1933
1939
|
|
|
1934
1940
|
/* 聊天窗口的头部图标样式设置
|
|
1935
1941
|
*/
|
|
1936
|
-
.chat-embed__header_avatar[data-v-
|
|
1942
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
1937
1943
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1938
1944
|
margin-right: var(--chat-padding);
|
|
1939
1945
|
}
|
|
1940
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1946
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
1941
1947
|
right: 20px;
|
|
1942
1948
|
position: absolute;
|
|
1943
1949
|
gap: 28px;
|
|
1944
1950
|
display: flex;
|
|
1945
1951
|
}
|
|
1946
|
-
.chat-embed__sidebar[data-v-
|
|
1952
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
1947
1953
|
background: #f6f7fa;
|
|
1948
1954
|
display: flex;
|
|
1949
1955
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1952,7 +1958,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1952
1958
|
width: 260px;
|
|
1953
1959
|
height: 100%;
|
|
1954
1960
|
}
|
|
1955
|
-
.chat-embed__main[data-v-
|
|
1961
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
1956
1962
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1957
1963
|
box-sizing: border-box;
|
|
1958
1964
|
overflow: hidden;
|
|
@@ -1963,7 +1969,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1963
1969
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1964
1970
|
overflow: hidden; /* 防止内容溢出 */
|
|
1965
1971
|
}
|
|
1966
|
-
.chat-embed__main_content[data-v-
|
|
1972
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
1967
1973
|
flex: 1;
|
|
1968
1974
|
box-sizing: border-box;
|
|
1969
1975
|
min-height: 0;
|
|
@@ -1971,21 +1977,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1971
1977
|
/* overflow-y: auto;
|
|
1972
1978
|
margin-bottom: 12px; */
|
|
1973
1979
|
}
|
|
1974
|
-
.chat-embed__input_container[data-v-
|
|
1980
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
1975
1981
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1976
1982
|
/* margin-bottom: 50px; 距离底部 */
|
|
1977
1983
|
}
|
|
1978
|
-
.header-icon[data-v-
|
|
1984
|
+
.header-icon[data-v-bc196b97] {
|
|
1979
1985
|
cursor: pointer;
|
|
1980
1986
|
font-size: 20px;
|
|
1981
1987
|
}
|
|
1982
1988
|
|
|
1983
1989
|
/* 聊天默认推荐内容样式
|
|
1984
1990
|
*/
|
|
1985
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1991
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
1986
1992
|
margin-top: 5px;
|
|
1987
1993
|
}
|
|
1988
|
-
.content-container[data-v-
|
|
1994
|
+
.content-container[data-v-bc196b97] {
|
|
1989
1995
|
padding: 16px;
|
|
1990
1996
|
border-radius: 4px;
|
|
1991
1997
|
background: #ffffff;
|
|
@@ -1993,7 +1999,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1993
1999
|
border-radius: 0px 30px 30px 30px;
|
|
1994
2000
|
/* opacity: 0.6; */
|
|
1995
2001
|
}
|
|
1996
|
-
.chat-content-font[data-v-
|
|
2002
|
+
.chat-content-font[data-v-bc196b97] {
|
|
1997
2003
|
font-family: PingFang SC, PingFang SC;
|
|
1998
2004
|
font-weight: 500;
|
|
1999
2005
|
font-size: 16px;
|
|
@@ -2003,10 +2009,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2003
2009
|
font-style: normal;
|
|
2004
2010
|
text-transform: none;
|
|
2005
2011
|
}
|
|
2006
|
-
[data-v-
|
|
2012
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2007
2013
|
border: none !important;
|
|
2008
2014
|
}
|
|
2009
|
-
.content-container-header[data-v-
|
|
2015
|
+
.content-container-header[data-v-bc196b97] {
|
|
2010
2016
|
font-size: 12px;
|
|
2011
2017
|
color: #909399;
|
|
2012
2018
|
}
|
|
@@ -2014,28 +2020,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2014
2020
|
/**
|
|
2015
2021
|
// 用户消息
|
|
2016
2022
|
*/
|
|
2017
|
-
.content-borderless-container[data-v-
|
|
2023
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2018
2024
|
background: #e1ecfd;
|
|
2019
2025
|
border-radius: 20px 0px 20px 20px;
|
|
2020
2026
|
user-select: none;
|
|
2021
2027
|
padding: 12px;
|
|
2022
2028
|
cursor: pointer;
|
|
2023
2029
|
transition: background-color 0.3s;
|
|
2024
|
-
&[data-v-
|
|
2030
|
+
&[data-v-bc196b97]:hover {
|
|
2025
2031
|
background-color: #ebeef5;
|
|
2026
2032
|
}
|
|
2027
2033
|
}
|
|
2028
|
-
.footer-container[data-v-
|
|
2029
|
-
[data-v-
|
|
2034
|
+
.footer-container[data-v-bc196b97] {
|
|
2035
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2030
2036
|
margin-left: 8px;
|
|
2031
2037
|
}
|
|
2032
2038
|
}
|
|
2033
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2039
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2034
2040
|
padding: 0;
|
|
2035
2041
|
}
|
|
2036
2042
|
|
|
2037
2043
|
/* 引用文件样式 */
|
|
2038
|
-
.doc-agg-item[data-v-
|
|
2044
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2039
2045
|
width: 100%;
|
|
2040
2046
|
padding: 10px;
|
|
2041
2047
|
margin-bottom: 5px;
|
|
@@ -2045,18 +2051,42 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2045
2051
|
font-size: 12px;
|
|
2046
2052
|
color: var(--el-color-primary);
|
|
2047
2053
|
}
|
|
2048
|
-
.elx-xmarkdown-container[data-v-
|
|
2054
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2049
2055
|
padding: 0;
|
|
2050
2056
|
}
|
|
2051
2057
|
|
|
2052
|
-
.
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
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;
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2072
|
+
display: flex;
|
|
2073
|
+
gap: 8px;
|
|
2074
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2075
|
+
margin-left: 0;
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
[data-v-90635647] .el-range-separator {
|
|
2079
|
+
min-width: 20px;
|
|
2080
|
+
}
|
|
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;
|
|
2057
2087
|
}
|
|
2058
2088
|
|
|
2059
|
-
.home-chart-iframe[data-v-
|
|
2089
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2060
2090
|
width: 100%;
|
|
2061
2091
|
height: 100%;
|
|
2062
2092
|
border: none;
|
|
@@ -2250,32 +2280,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2250
2280
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2251
2281
|
padding: 0;
|
|
2252
2282
|
}
|
|
2253
|
-
|
|
2254
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2255
|
-
width: 100%;
|
|
2256
|
-
height: 100%;
|
|
2257
|
-
border: none;
|
|
2258
|
-
opacity: 1;
|
|
2259
|
-
}
|
|
2260
|
-
[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 {
|
|
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 {
|
|
2261
2284
|
user-select: text !important;
|
|
2262
2285
|
-webkit-user-select: text !important;
|
|
2263
2286
|
-moz-user-select: text !important;
|
|
2264
2287
|
-ms-user-select: text !important;
|
|
2265
2288
|
}
|
|
2266
|
-
.slide-up-enter-active[data-v-
|
|
2267
|
-
.slide-up-leave-active[data-v-
|
|
2289
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2290
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2268
2291
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2269
2292
|
}
|
|
2270
|
-
.slide-up-enter-from[data-v-
|
|
2271
|
-
.slide-up-leave-to[data-v-
|
|
2293
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2294
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2272
2295
|
transform: translateY(100%);
|
|
2273
2296
|
}
|
|
2274
2297
|
|
|
2275
2298
|
/**
|
|
2276
2299
|
* 聊天窗口的样式设置
|
|
2277
2300
|
*/
|
|
2278
|
-
.chat-container[data-v-
|
|
2301
|
+
.chat-container[data-v-1e62eff8] {
|
|
2279
2302
|
--header-height: 56px;
|
|
2280
2303
|
--chat-padding: 12px;
|
|
2281
2304
|
--bubble-content-max-width: 0px;
|
|
@@ -2287,25 +2310,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2287
2310
|
flex-direction: row; /* 横向排列 */
|
|
2288
2311
|
height: 100%; /* 父容器高度 */
|
|
2289
2312
|
}
|
|
2290
|
-
.small-window[data-v-
|
|
2313
|
+
.small-window[data-v-1e62eff8] {
|
|
2291
2314
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2292
2315
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2293
2316
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2294
2317
|
border-radius: 8px;
|
|
2295
2318
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2296
2319
|
}
|
|
2297
|
-
.full-screen[data-v-
|
|
2320
|
+
.full-screen[data-v-1e62eff8] {
|
|
2298
2321
|
right: 0;
|
|
2299
2322
|
bottom: 0;
|
|
2300
2323
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2301
2324
|
}
|
|
2302
|
-
.chat-container > *[data-v-
|
|
2325
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2303
2326
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2304
2327
|
}
|
|
2305
2328
|
|
|
2306
2329
|
/* 聊天窗口的头部样式设置
|
|
2307
2330
|
*/
|
|
2308
|
-
.chat-embed__header_container[data-v-
|
|
2331
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2309
2332
|
/* border-bottom: 1px solid #ddd; */
|
|
2310
2333
|
display: flex;
|
|
2311
2334
|
align-items: center;
|
|
@@ -2315,7 +2338,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2315
2338
|
overflow: hidden;
|
|
2316
2339
|
position: relative;
|
|
2317
2340
|
}
|
|
2318
|
-
.session-subject[data-v-
|
|
2341
|
+
.session-subject[data-v-1e62eff8] {
|
|
2319
2342
|
display: block;
|
|
2320
2343
|
margin: 0 auto;
|
|
2321
2344
|
text-align: center;
|
|
@@ -2330,17 +2353,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2330
2353
|
|
|
2331
2354
|
/* 聊天窗口的头部图标样式设置
|
|
2332
2355
|
*/
|
|
2333
|
-
.chat-embed__header_avatar[data-v-
|
|
2356
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2334
2357
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2335
2358
|
margin-right: var(--chat-padding);
|
|
2336
2359
|
}
|
|
2337
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2360
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2338
2361
|
right: 20px;
|
|
2339
2362
|
position: absolute;
|
|
2340
2363
|
gap: 28px;
|
|
2341
2364
|
display: flex;
|
|
2342
2365
|
}
|
|
2343
|
-
.chat-embed__sidebar[data-v-
|
|
2366
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2344
2367
|
background: #f6f7fa;
|
|
2345
2368
|
display: flex;
|
|
2346
2369
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2349,7 +2372,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2349
2372
|
width: 260px;
|
|
2350
2373
|
height: 100%;
|
|
2351
2374
|
}
|
|
2352
|
-
.chat-embed__main[data-v-
|
|
2375
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2353
2376
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2354
2377
|
box-sizing: border-box;
|
|
2355
2378
|
overflow: hidden;
|
|
@@ -2360,7 +2383,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2360
2383
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2361
2384
|
overflow: hidden; /* 防止内容溢出 */
|
|
2362
2385
|
}
|
|
2363
|
-
.chat-embed__main_content[data-v-
|
|
2386
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2364
2387
|
flex: 1;
|
|
2365
2388
|
box-sizing: border-box;
|
|
2366
2389
|
min-height: 0;
|
|
@@ -2368,21 +2391,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2368
2391
|
/* overflow-y: auto;
|
|
2369
2392
|
margin-bottom: 12px; */
|
|
2370
2393
|
}
|
|
2371
|
-
.chat-embed__input_container[data-v-
|
|
2394
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2372
2395
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2373
2396
|
/* margin-bottom: 50px; 距离底部 */
|
|
2374
2397
|
}
|
|
2375
|
-
.header-icon[data-v-
|
|
2398
|
+
.header-icon[data-v-1e62eff8] {
|
|
2376
2399
|
cursor: pointer;
|
|
2377
2400
|
font-size: 20px;
|
|
2378
2401
|
}
|
|
2379
2402
|
|
|
2380
2403
|
/* 聊天默认推荐内容样式
|
|
2381
2404
|
*/
|
|
2382
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2405
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2383
2406
|
margin-top: 5px;
|
|
2384
2407
|
}
|
|
2385
|
-
.content-container[data-v-
|
|
2408
|
+
.content-container[data-v-1e62eff8] {
|
|
2386
2409
|
padding: 16px;
|
|
2387
2410
|
border-radius: 4px;
|
|
2388
2411
|
background: #ffffff;
|
|
@@ -2390,7 +2413,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2390
2413
|
border-radius: 0px 30px 30px 30px;
|
|
2391
2414
|
/* opacity: 0.6; */
|
|
2392
2415
|
}
|
|
2393
|
-
.chat-content-font[data-v-
|
|
2416
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2394
2417
|
font-family: PingFang SC, PingFang SC;
|
|
2395
2418
|
font-weight: 500;
|
|
2396
2419
|
font-size: 16px;
|
|
@@ -2400,10 +2423,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2400
2423
|
font-style: normal;
|
|
2401
2424
|
text-transform: none;
|
|
2402
2425
|
}
|
|
2403
|
-
[data-v-
|
|
2426
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2404
2427
|
border: none !important;
|
|
2405
2428
|
}
|
|
2406
|
-
.content-container-header[data-v-
|
|
2429
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2407
2430
|
font-size: 12px;
|
|
2408
2431
|
color: #909399;
|
|
2409
2432
|
}
|
|
@@ -2411,39 +2434,154 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2411
2434
|
/**
|
|
2412
2435
|
// 用户消息
|
|
2413
2436
|
*/
|
|
2414
|
-
.content-borderless-container[data-v-
|
|
2437
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2415
2438
|
background: #e1ecfd;
|
|
2416
2439
|
border-radius: 20px 0px 20px 20px;
|
|
2417
2440
|
user-select: none;
|
|
2418
2441
|
padding: 12px;
|
|
2419
2442
|
cursor: pointer;
|
|
2420
|
-
transition: background-color 0.3s;
|
|
2421
|
-
&[data-v-
|
|
2422
|
-
background-color: #ebeef5;
|
|
2443
|
+
transition: background-color 0.3s;
|
|
2444
|
+
&[data-v-1e62eff8]:hover {
|
|
2445
|
+
background-color: #ebeef5;
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
.footer-container[data-v-1e62eff8] {
|
|
2449
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2450
|
+
margin-left: 8px;
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2454
|
+
padding: 0;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
/* 引用文件样式 */
|
|
2458
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2459
|
+
width: 100%;
|
|
2460
|
+
padding: 10px;
|
|
2461
|
+
margin-bottom: 5px;
|
|
2462
|
+
border: 1px solid #eee;
|
|
2463
|
+
border-radius: 4px;
|
|
2464
|
+
cursor: pointer;
|
|
2465
|
+
font-size: 12px;
|
|
2466
|
+
color: var(--el-color-primary);
|
|
2467
|
+
}
|
|
2468
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
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;
|
|
2423
2546
|
}
|
|
2547
|
+
.active-item[data-v-1e62eff8] {
|
|
2548
|
+
background: #e2ebf5;
|
|
2549
|
+
color: var(--el-color-primary);
|
|
2424
2550
|
}
|
|
2425
|
-
.
|
|
2426
|
-
|
|
2427
|
-
|
|
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; /* 不换行 */
|
|
2428
2565
|
}
|
|
2566
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2567
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2429
2568
|
}
|
|
2430
|
-
.
|
|
2431
|
-
|
|
2569
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2570
|
+
background-color: #f5f5f5;
|
|
2432
2571
|
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
.doc-agg-item[data-v-bc196b97] {
|
|
2572
|
+
|
|
2573
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2436
2574
|
width: 100%;
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2575
|
+
height: 100%;
|
|
2576
|
+
border: none;
|
|
2577
|
+
opacity: 1;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2581
|
+
width: 100%;
|
|
2582
|
+
height: 100%;
|
|
2583
|
+
border: none;
|
|
2584
|
+
opacity: 1;
|
|
2447
2585
|
}
|
|
2448
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 {
|
|
2449
2587
|
user-select: text !important;
|
|
@@ -2716,46 +2854,25 @@ h4[data-v-0b0c189e] {
|
|
|
2716
2854
|
}
|
|
2717
2855
|
.el-divider--vertical[data-v-0b0c189e] {
|
|
2718
2856
|
margin: 0 0;
|
|
2719
|
-
}
|
|
2720
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2721
|
-
display: flex;
|
|
2722
|
-
align-items: center;
|
|
2723
|
-
justify-content: space-between;
|
|
2724
|
-
gap: 10px;
|
|
2725
|
-
width: 100%;
|
|
2726
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2727
|
-
font-size: 10px;
|
|
2728
|
-
color: #999;
|
|
2729
|
-
margin-top: 3px;
|
|
2730
|
-
flex-shrink: 0;
|
|
2731
|
-
}
|
|
2732
|
-
}
|
|
2733
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2734
|
-
display: flex;
|
|
2735
|
-
gap: 8px;
|
|
2736
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2737
|
-
margin-left: 0;
|
|
2738
|
-
}
|
|
2739
|
-
}
|
|
2740
|
-
[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 {
|
|
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 {
|
|
2741
2858
|
user-select: text !important;
|
|
2742
2859
|
-webkit-user-select: text !important;
|
|
2743
2860
|
-moz-user-select: text !important;
|
|
2744
2861
|
-ms-user-select: text !important;
|
|
2745
2862
|
}
|
|
2746
|
-
.slide-up-enter-active[data-v-
|
|
2747
|
-
.slide-up-leave-active[data-v-
|
|
2863
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2864
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2748
2865
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2749
2866
|
}
|
|
2750
|
-
.slide-up-enter-from[data-v-
|
|
2751
|
-
.slide-up-leave-to[data-v-
|
|
2867
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2868
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2752
2869
|
transform: translateY(100%);
|
|
2753
2870
|
}
|
|
2754
2871
|
|
|
2755
2872
|
/**
|
|
2756
2873
|
* 聊天窗口的样式设置
|
|
2757
2874
|
*/
|
|
2758
|
-
.chat-container[data-v-
|
|
2875
|
+
.chat-container[data-v-45fbaf17] {
|
|
2759
2876
|
--header-height: 56px;
|
|
2760
2877
|
--chat-padding: 12px;
|
|
2761
2878
|
--bubble-content-max-width: 0px;
|
|
@@ -2767,25 +2884,25 @@ h4[data-v-0b0c189e] {
|
|
|
2767
2884
|
flex-direction: row; /* 横向排列 */
|
|
2768
2885
|
height: 100%; /* 父容器高度 */
|
|
2769
2886
|
}
|
|
2770
|
-
.small-window[data-v-
|
|
2887
|
+
.small-window[data-v-45fbaf17] {
|
|
2771
2888
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2772
2889
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2773
2890
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2774
2891
|
border-radius: 8px;
|
|
2775
2892
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2776
2893
|
}
|
|
2777
|
-
.full-screen[data-v-
|
|
2894
|
+
.full-screen[data-v-45fbaf17] {
|
|
2778
2895
|
right: 0;
|
|
2779
2896
|
bottom: 0;
|
|
2780
2897
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2781
2898
|
}
|
|
2782
|
-
.chat-container > *[data-v-
|
|
2899
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2783
2900
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2784
2901
|
}
|
|
2785
2902
|
|
|
2786
2903
|
/* 聊天窗口的头部样式设置
|
|
2787
2904
|
*/
|
|
2788
|
-
.chat-embed__header_container[data-v-
|
|
2905
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2789
2906
|
/* border-bottom: 1px solid #ddd; */
|
|
2790
2907
|
display: flex;
|
|
2791
2908
|
align-items: center;
|
|
@@ -2795,7 +2912,7 @@ h4[data-v-0b0c189e] {
|
|
|
2795
2912
|
overflow: hidden;
|
|
2796
2913
|
position: relative;
|
|
2797
2914
|
}
|
|
2798
|
-
.session-subject[data-v-
|
|
2915
|
+
.session-subject[data-v-45fbaf17] {
|
|
2799
2916
|
display: block;
|
|
2800
2917
|
margin: 0 auto;
|
|
2801
2918
|
text-align: center;
|
|
@@ -2810,17 +2927,17 @@ h4[data-v-0b0c189e] {
|
|
|
2810
2927
|
|
|
2811
2928
|
/* 聊天窗口的头部图标样式设置
|
|
2812
2929
|
*/
|
|
2813
|
-
.chat-embed__header_avatar[data-v-
|
|
2930
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2814
2931
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2815
2932
|
margin-right: var(--chat-padding);
|
|
2816
2933
|
}
|
|
2817
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2934
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2818
2935
|
right: 20px;
|
|
2819
2936
|
position: absolute;
|
|
2820
2937
|
gap: 28px;
|
|
2821
2938
|
display: flex;
|
|
2822
2939
|
}
|
|
2823
|
-
.chat-embed__sidebar[data-v-
|
|
2940
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2824
2941
|
background: #f6f7fa;
|
|
2825
2942
|
display: flex;
|
|
2826
2943
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2829,7 +2946,7 @@ h4[data-v-0b0c189e] {
|
|
|
2829
2946
|
width: 260px;
|
|
2830
2947
|
height: 100%;
|
|
2831
2948
|
}
|
|
2832
|
-
.chat-embed__main[data-v-
|
|
2949
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2833
2950
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2834
2951
|
box-sizing: border-box;
|
|
2835
2952
|
overflow: hidden;
|
|
@@ -2840,7 +2957,7 @@ h4[data-v-0b0c189e] {
|
|
|
2840
2957
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2841
2958
|
overflow: hidden; /* 防止内容溢出 */
|
|
2842
2959
|
}
|
|
2843
|
-
.chat-embed__main_content[data-v-
|
|
2960
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2844
2961
|
flex: 1;
|
|
2845
2962
|
box-sizing: border-box;
|
|
2846
2963
|
min-height: 0;
|
|
@@ -2848,21 +2965,21 @@ h4[data-v-0b0c189e] {
|
|
|
2848
2965
|
/* overflow-y: auto;
|
|
2849
2966
|
margin-bottom: 12px; */
|
|
2850
2967
|
}
|
|
2851
|
-
.chat-embed__input_container[data-v-
|
|
2968
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2852
2969
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2853
2970
|
/* margin-bottom: 50px; 距离底部 */
|
|
2854
2971
|
}
|
|
2855
|
-
.header-icon[data-v-
|
|
2972
|
+
.header-icon[data-v-45fbaf17] {
|
|
2856
2973
|
cursor: pointer;
|
|
2857
2974
|
font-size: 20px;
|
|
2858
2975
|
}
|
|
2859
2976
|
|
|
2860
2977
|
/* 聊天默认推荐内容样式
|
|
2861
2978
|
*/
|
|
2862
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2979
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2863
2980
|
margin-top: 5px;
|
|
2864
2981
|
}
|
|
2865
|
-
.content-container[data-v-
|
|
2982
|
+
.content-container[data-v-45fbaf17] {
|
|
2866
2983
|
padding: 16px;
|
|
2867
2984
|
border-radius: 4px;
|
|
2868
2985
|
background: #ffffff;
|
|
@@ -2870,7 +2987,7 @@ h4[data-v-0b0c189e] {
|
|
|
2870
2987
|
border-radius: 0px 30px 30px 30px;
|
|
2871
2988
|
/* opacity: 0.6; */
|
|
2872
2989
|
}
|
|
2873
|
-
.chat-content-font[data-v-
|
|
2990
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2874
2991
|
font-family: PingFang SC, PingFang SC;
|
|
2875
2992
|
font-weight: 500;
|
|
2876
2993
|
font-size: 16px;
|
|
@@ -2880,10 +2997,10 @@ h4[data-v-0b0c189e] {
|
|
|
2880
2997
|
font-style: normal;
|
|
2881
2998
|
text-transform: none;
|
|
2882
2999
|
}
|
|
2883
|
-
[data-v-
|
|
3000
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2884
3001
|
border: none !important;
|
|
2885
3002
|
}
|
|
2886
|
-
.content-container-header[data-v-
|
|
3003
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2887
3004
|
font-size: 12px;
|
|
2888
3005
|
color: #909399;
|
|
2889
3006
|
}
|
|
@@ -2891,28 +3008,28 @@ h4[data-v-0b0c189e] {
|
|
|
2891
3008
|
/**
|
|
2892
3009
|
// 用户消息
|
|
2893
3010
|
*/
|
|
2894
|
-
.content-borderless-container[data-v-
|
|
3011
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2895
3012
|
background: #e1ecfd;
|
|
2896
3013
|
border-radius: 20px 0px 20px 20px;
|
|
2897
3014
|
user-select: none;
|
|
2898
3015
|
padding: 12px;
|
|
2899
3016
|
cursor: pointer;
|
|
2900
3017
|
transition: background-color 0.3s;
|
|
2901
|
-
&[data-v-
|
|
3018
|
+
&[data-v-45fbaf17]:hover {
|
|
2902
3019
|
background-color: #ebeef5;
|
|
2903
3020
|
}
|
|
2904
3021
|
}
|
|
2905
|
-
.footer-container[data-v-
|
|
2906
|
-
[data-v-
|
|
3022
|
+
.footer-container[data-v-45fbaf17] {
|
|
3023
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2907
3024
|
margin-left: 8px;
|
|
2908
3025
|
}
|
|
2909
3026
|
}
|
|
2910
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3027
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2911
3028
|
padding: 0;
|
|
2912
3029
|
}
|
|
2913
3030
|
|
|
2914
3031
|
/* 引用文件样式 */
|
|
2915
|
-
.doc-agg-item[data-v-
|
|
3032
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2916
3033
|
width: 100%;
|
|
2917
3034
|
padding: 10px;
|
|
2918
3035
|
margin-bottom: 5px;
|
|
@@ -2922,125 +3039,8 @@ h4[data-v-0b0c189e] {
|
|
|
2922
3039
|
font-size: 12px;
|
|
2923
3040
|
color: var(--el-color-primary);
|
|
2924
3041
|
}
|
|
2925
|
-
.elx-xmarkdown-container[data-v-
|
|
3042
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2926
3043
|
padding: 0;
|
|
2927
|
-
}
|
|
2928
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2929
|
-
position: absolute;
|
|
2930
|
-
padding: 20px 36px;
|
|
2931
|
-
gap: 16px;
|
|
2932
|
-
display: flex;
|
|
2933
|
-
z-index: 1;
|
|
2934
|
-
}
|
|
2935
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2936
|
-
display: flex;
|
|
2937
|
-
height: 40px;
|
|
2938
|
-
padding: 10px 14px;
|
|
2939
|
-
gap: 14px;
|
|
2940
|
-
border-radius: 100px 100px 100px 100px;
|
|
2941
|
-
border: 1px solid #e5e5e5;
|
|
2942
|
-
width: 82px;
|
|
2943
|
-
font-size: 20px;
|
|
2944
|
-
}
|
|
2945
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2946
|
-
display: flex; /* 设置为水平排列 */
|
|
2947
|
-
align-items: center; /* 垂直居中 */
|
|
2948
|
-
margin-bottom: 22px;
|
|
2949
|
-
font-size: 20px;
|
|
2950
|
-
}
|
|
2951
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2952
|
-
font-family: PingFang SC, PingFang SC;
|
|
2953
|
-
font-weight: 600;
|
|
2954
|
-
font-size: 16px;
|
|
2955
|
-
color: #181818;
|
|
2956
|
-
text-align: left;
|
|
2957
|
-
font-style: normal;
|
|
2958
|
-
text-transform: none;
|
|
2959
|
-
}
|
|
2960
|
-
.right-icon[data-v-1e62eff8] {
|
|
2961
|
-
cursor: pointer;
|
|
2962
|
-
margin-left: auto;
|
|
2963
|
-
}
|
|
2964
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2965
|
-
cursor: pointer;
|
|
2966
|
-
}
|
|
2967
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2968
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2969
|
-
margin-bottom: 10px;
|
|
2970
|
-
}
|
|
2971
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2972
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2973
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2974
|
-
margin-bottom: 10px;
|
|
2975
|
-
}
|
|
2976
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2977
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2978
|
-
margin-top: 10px;
|
|
2979
|
-
margin-bottom: 20px;
|
|
2980
|
-
}
|
|
2981
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2982
|
-
background-color: #ffffff;
|
|
2983
|
-
}
|
|
2984
|
-
.date-group[data-v-1e62eff8] {
|
|
2985
|
-
margin-top: 16px;
|
|
2986
|
-
}
|
|
2987
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2988
|
-
color: #81858c;
|
|
2989
|
-
font-size: 12px;
|
|
2990
|
-
user-select: none;
|
|
2991
|
-
margin-bottom: 2px;
|
|
2992
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2993
|
-
}
|
|
2994
|
-
.menu-item[data-v-1e62eff8] {
|
|
2995
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2996
|
-
font-size: 16px;
|
|
2997
|
-
line-height: 50px;
|
|
2998
|
-
cursor: pointer;
|
|
2999
|
-
gap: 8px;
|
|
3000
|
-
border-radius: 8px;
|
|
3001
|
-
display: flex;
|
|
3002
|
-
align-items: center;
|
|
3003
|
-
}
|
|
3004
|
-
.active-item[data-v-1e62eff8] {
|
|
3005
|
-
background: #e2ebf5;
|
|
3006
|
-
color: var(--el-color-primary);
|
|
3007
|
-
}
|
|
3008
|
-
.history-item[data-v-1e62eff8] {
|
|
3009
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3010
|
-
cursor: pointer;
|
|
3011
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3012
|
-
align-items: center; /* 垂直居中 */
|
|
3013
|
-
line-height: 40px;
|
|
3014
|
-
gap: 8px;
|
|
3015
|
-
border-radius: 8px;
|
|
3016
|
-
}
|
|
3017
|
-
.history-subject[data-v-1e62eff8] {
|
|
3018
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
3019
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
3020
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3021
|
-
white-space: nowrap; /* 不换行 */
|
|
3022
|
-
}
|
|
3023
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
3024
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3025
|
-
}
|
|
3026
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
3027
|
-
background-color: #f5f5f5;
|
|
3028
|
-
}
|
|
3029
|
-
|
|
3030
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
3031
|
-
display: flex;
|
|
3032
|
-
align-items: center;
|
|
3033
|
-
flex-shrink: 0;
|
|
3034
|
-
min-width: max-content;
|
|
3035
|
-
margin-left: auto;
|
|
3036
|
-
gap: 10px;
|
|
3037
|
-
}
|
|
3038
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
3039
|
-
display: flex;
|
|
3040
|
-
align-items: center;
|
|
3041
|
-
justify-content: center;
|
|
3042
|
-
margin-top: 10px;
|
|
3043
|
-
gap: 10px;
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|