agilebuilder-ui 1.1.65-tmp16 → 1.1.65-tmp18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-embed-message.mjs +22 -0
- package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
- package/es/chat-embed/src/chat-sender.vue2.mjs +160 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +118 -0
- package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
- package/es/chat-embed/src/header.vue.mjs +7 -0
- package/es/chat-embed/src/header.vue2.mjs +46 -0
- package/es/chat-embed/src/index.vue.mjs +7 -0
- package/es/chat-embed/src/index.vue2.mjs +307 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
- package/es/chat-embed/src/util/history-message-util.mjs +96 -0
- package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
- package/es/chat-embed/src/voice/index.mjs +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +104 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/department-tree/index.mjs +7 -0
- package/es/department-tree/src/department-tree.vue.mjs +23 -0
- package/es/department-tree-inline/index.mjs +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
- package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
- package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
- package/es/department-tree-mobile/index.mjs +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +15 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/department-user-tree/index.mjs +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
- package/es/department-user-tree-inline/index.mjs +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-mobile/index.mjs +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +15 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/dynamic-source-select/index.mjs +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +120 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
- package/es/hamburger/index.mjs +7 -0
- package/es/hamburger/src/hamburger.vue.mjs +15 -0
- package/es/index.mjs +384 -0
- package/es/json-view/json-view-dialog.vue.mjs +19 -0
- package/es/json-view/json-view-dialog.vue2.mjs +4 -0
- package/es/json-view/json-view.vue.mjs +4 -0
- package/es/multipart-upload/index.mjs +7 -0
- package/es/multipart-upload/src/index.vue.mjs +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
- package/es/organization-input/index.mjs +7 -0
- package/es/organization-input/src/organization-input.vue.mjs +224 -0
- package/es/plugins/export-data-new.mjs +237 -0
- package/es/plugins/export-data.mjs +179 -0
- package/es/plugins/index.mjs +9 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user.vue.mjs +35 -0
- package/es/remove-workgroup/index.mjs +7 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +115 -0
- package/es/rich-editor/viewer.vue.mjs +27 -0
- package/es/row-form/index.mjs +7 -0
- package/es/row-form/index.vue.mjs +7 -0
- package/es/row-form/index.vue2.mjs +62 -0
- package/es/row-form/operation.vue.mjs +32 -0
- package/es/row-form/operation.vue2.mjs +4 -0
- package/es/scan-code-input/index.mjs +7 -0
- package/es/scan-code-input/src/events.mjs +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
- package/es/scan-code-input-browser/index.mjs +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +57 -0
- package/es/src/components/Affix/index.vue.mjs +7 -0
- package/es/src/components/Card/index.mjs +48 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/permission.mjs +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/index.mjs +13 -0
- package/es/src/store/modules/permission.mjs +31 -0
- package/es/src/store/modules/system.mjs +12 -0
- package/es/src/store/modules/tab-content.mjs +20 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-util.mjs +56 -0
- package/es/src/utils/common-util.mjs +440 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/menu.mjs +14 -0
- package/es/src/utils/permission.mjs +45 -0
- package/es/src/utils/permissionAuth.mjs +154 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark.mjs +40 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
- package/es/src/views/layout/Layout.vue.mjs +28 -0
- package/es/src/views/layout/NewLayout.vue.mjs +11 -0
- package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
- package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
- package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
- package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/style.css +3077 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +458 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +168 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +109 -0
- package/es/super-grid/src/group-column.vue.mjs +24 -0
- package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
- package/es/super-grid/src/index-column.vue.mjs +22 -0
- package/es/super-grid/src/normal-column-content.vue.mjs +319 -0
- package/es/super-grid/src/normal-column.vue.mjs +106 -0
- package/es/super-grid/src/row-detail.vue.mjs +14 -0
- package/es/super-grid/src/row-operation.vue.mjs +89 -0
- package/es/super-grid/src/scan-util.mjs +100 -0
- package/es/super-grid/src/search-button.vue.mjs +23 -0
- package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
- package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
- package/es/super-grid/src/search-form-dialog.vue.mjs +16 -0
- package/es/super-grid/src/search-form-item.vue.mjs +128 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-number.vue.mjs +26 -0
- package/es/super-grid/src/search-form-open.vue.mjs +50 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +39 -0
- package/es/super-grid/src/search-form.vue.mjs +201 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/super-grid-service.mjs +260 -0
- package/es/super-grid/src/super-grid.vue.mjs +1052 -0
- package/es/super-grid/src/utils.mjs +355 -0
- package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
- package/es/super-icon/index.mjs +7 -0
- package/es/super-icon/src/index.vue.mjs +7 -0
- package/es/super-icon/src/index.vue2.mjs +13 -0
- package/es/super-nine-grid/index.mjs +7 -0
- package/es/super-nine-grid/src/apis.mjs +36 -0
- package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
- package/es/super-nine-grid/src/search-form-number.vue.mjs +13 -0
- package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
- package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
- package/es/super-nine-grid/src/utils.mjs +32 -0
- package/es/svg-icon/index.mjs +7 -0
- package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/utils.mjs +87 -0
- package/es/utils/value-set.mjs +94 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/workflow-button/index.mjs +7 -0
- package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
- package/es/workflow-history-list/index.mjs +7 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
- package/es/workgroup-tree/index.mjs +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
- package/es/workgroup-tree-inline/index.mjs +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +15 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree/index.mjs +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
- package/es/workgroup-user-tree-inline/index.mjs +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +15 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/year-range-picker/index.mjs +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
- package/lib/IntervalSelection/index.cjs +5 -0
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
- package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
- package/lib/_virtual/__vite-browser-external.cjs +2 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
- package/lib/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
- package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
- package/lib/chat-embed/index.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue2.cjs +12 -0
- package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
- package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-sender.vue2.cjs +147 -0
- package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +51 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +108 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
- package/lib/chat-embed/src/header.vue.cjs +5 -0
- package/lib/chat-embed/src/header.vue2.cjs +39 -0
- package/lib/chat-embed/src/header.vue3.cjs +2 -0
- package/lib/chat-embed/src/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/index.vue3.cjs +2 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
- package/lib/chat-embed/src/recommendation-message.vue2.cjs +5 -0
- package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
- package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
- package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
- package/lib/chat-embed/src/type.cjs +3 -0
- package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
- package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -0
- package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
- package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
- package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
- package/lib/chat-embed/src/voice/voice.vue.cjs +95 -0
- package/lib/date-picker-range/index.cjs +5 -0
- package/lib/date-picker-range/index.vue.cjs +5 -0
- package/lib/date-picker-range/index.vue2.cjs +89 -0
- package/lib/date-picker-range/index.vue3.cjs +2 -0
- package/lib/department-tree/index.cjs +5 -0
- package/lib/department-tree/src/department-tree.vue.cjs +17 -0
- package/lib/department-tree-inline/index.cjs +5 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
- package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
- package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
- package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-tree-mobile/index.cjs +5 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +12 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-service.cjs +45 -0
- package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/department-user-tree/index.cjs +5 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
- package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
- package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
- package/lib/department-user-tree-inline/index.cjs +5 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
- package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
- package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
- package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/index.cjs +5 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +12 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/directives/prevent-reclick.cjs +14 -0
- package/lib/dynamic-source-select/index.cjs +5 -0
- package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
- package/lib/dynamic-source-select/src/events.cjs +28 -0
- package/lib/empty-state/index.vue.cjs +6 -0
- package/lib/empty-state/index.vue2.cjs +3 -0
- package/lib/fs-preview/index.cjs +5 -0
- package/lib/fs-preview/src/fs-preview.vue.cjs +111 -0
- package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
- package/lib/fs-upload/index.cjs +5 -0
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
- package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
- package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
- package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
- package/lib/fs-upload-list/index.cjs +5 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
- package/lib/fs-upload-new/index.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
- package/lib/hamburger/index.cjs +5 -0
- package/lib/hamburger/src/hamburger.vue.cjs +11 -0
- package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
- package/lib/index.cjs +41 -0
- package/lib/json-view/json-view-dialog.vue.cjs +16 -0
- package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
- package/lib/json-view/json-view.vue.cjs +3 -0
- package/lib/json-view/json-view.vue2.cjs +32 -0
- package/lib/multipart-upload/index.cjs +5 -0
- package/lib/multipart-upload/src/index.vue.cjs +10 -0
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
- package/lib/organization-input/index.cjs +5 -0
- package/lib/organization-input/src/organization-input.vue.cjs +218 -0
- package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
- package/lib/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/plugins/public-method.cjs +13 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-department/src/remove-dept-service.cjs +12 -0
- package/lib/remove-user/index.cjs +5 -0
- package/lib/remove-user/src/remove-user-service.cjs +12 -0
- package/lib/remove-user/src/remove-user.vue.cjs +29 -0
- package/lib/remove-workgroup/index.cjs +5 -0
- package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
- package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
- package/lib/rich-editor/index.cjs +5 -0
- package/lib/rich-editor/index.vue.cjs +67 -0
- package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
- package/lib/rich-editor/viewer.vue.cjs +24 -0
- package/lib/row-form/index.cjs +5 -0
- package/lib/row-form/index.vue.cjs +5 -0
- package/lib/row-form/index.vue2.cjs +56 -0
- package/lib/row-form/index.vue3.cjs +2 -0
- package/lib/row-form/operation.vue.cjs +28 -0
- package/lib/row-form/operation.vue2.cjs +3 -0
- package/lib/scan-code-input/index.cjs +5 -0
- package/lib/scan-code-input/src/events.cjs +13 -0
- package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
- package/lib/scan-code-input-browser/index.cjs +5 -0
- package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
- package/lib/secret-info/index.cjs +5 -0
- package/lib/secret-info/index.vue.cjs +13 -0
- package/lib/src/api/sso-service.cjs +55 -0
- package/lib/src/api/tab.cjs +14 -0
- package/lib/src/assets/401/401.gif.cjs +2 -0
- package/lib/src/assets/404/404-cloud.png.cjs +2 -0
- package/lib/src/assets/404/404.png.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
- package/lib/src/assets/nonemessage.png.cjs +2 -0
- package/lib/src/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Affix/index.vue2.cjs +81 -0
- package/lib/src/components/Affix/index.vue3.cjs +2 -0
- package/lib/src/components/Card/index.cjs +43 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
- package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
- package/lib/src/directives/permission/index.cjs +5 -0
- package/lib/src/directives/permission/permission.cjs +9 -0
- package/lib/src/i18n/i18n.cjs +3 -0
- package/lib/src/i18n/langs/cn.cjs +2 -0
- package/lib/src/i18n/langs/en.cjs +2 -0
- package/lib/src/mixins/resizeMixin.cjs +20 -0
- package/lib/src/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/getters.cjs +2 -0
- package/lib/src/store/index.cjs +16 -0
- package/lib/src/store/modules/app.cjs +40 -0
- package/lib/src/store/modules/chat-ai-store.cjs +33 -0
- package/lib/src/store/modules/permission.cjs +30 -0
- package/lib/src/store/modules/system.cjs +10 -0
- package/lib/src/store/modules/tab-content.cjs +18 -0
- package/lib/src/store/modules/table.cjs +17 -0
- package/lib/src/store/modules/user.cjs +133 -0
- package/lib/src/utils/auth-api.cjs +132 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
- package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/chat-ai-util.cjs +26 -0
- package/lib/src/utils/common-util.cjs +355 -0
- package/lib/src/utils/eventBus.cjs +3 -0
- package/lib/src/utils/file-util.cjs +22 -0
- package/lib/src/utils/global-prop.cjs +22 -0
- package/lib/src/utils/guid.cjs +7 -0
- package/lib/src/utils/i18n-util.cjs +62 -0
- package/lib/src/utils/iconUtils.cjs +19 -0
- package/lib/src/utils/index.cjs +32 -0
- package/lib/src/utils/insert_css.cjs +18 -0
- package/lib/src/utils/json-util.cjs +45 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -0
- package/lib/src/utils/local-storage.cjs +18 -0
- package/lib/src/utils/menu.cjs +13 -0
- package/lib/src/utils/permission.cjs +41 -0
- package/lib/src/utils/permissionAuth.cjs +120 -0
- package/lib/src/utils/range-selector.cjs +101 -0
- package/lib/src/utils/request.cjs +131 -0
- package/lib/src/utils/resize.cjs +11 -0
- package/lib/src/utils/restful-interface-utils.cjs +15 -0
- package/lib/src/utils/util.cjs +341 -0
- package/lib/src/utils/validate.cjs +12 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -0
- package/lib/src/utils/watermark-cache.cjs +10 -0
- package/lib/src/utils/watermark.cjs +33 -0
- package/lib/src/utils/workflow-util.cjs +41 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/401.vue2.cjs +2 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -0
- package/lib/src/views/error-page/404.vue2.cjs +2 -0
- package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
- package/lib/src/views/layout/Layout.vue.cjs +21 -0
- package/lib/src/views/layout/Layout.vue2.cjs +2 -0
- package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
- package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
- package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
- package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
- package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
- package/lib/src/views/login/authredirect.vue.cjs +6 -0
- package/lib/src/views/redirect/index.vue.cjs +17 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
- package/lib/style.css +464 -464
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +448 -0
- package/lib/super-grid/src/columns-config.vue.cjs +76 -0
- package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
- package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
- package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
- package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
- package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
- package/lib/super-grid/src/custom-formatter.cjs +163 -0
- package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
- package/lib/super-grid/src/eventBus.cjs +3 -0
- package/lib/super-grid/src/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
- package/lib/super-grid/src/formatter.cjs +69 -0
- package/lib/super-grid/src/group-column.vue.cjs +19 -0
- package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
- package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
- package/lib/super-grid/src/index-column.vue.cjs +19 -0
- package/lib/super-grid/src/normal-column-content.vue.cjs +300 -0
- package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
- package/lib/super-grid/src/normal-column.vue.cjs +91 -0
- package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
- package/lib/super-grid/src/public-methods.cjs +20 -0
- package/lib/super-grid/src/row-detail.vue.cjs +11 -0
- package/lib/super-grid/src/row-operation.vue.cjs +82 -0
- package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
- package/lib/super-grid/src/scan-util.cjs +98 -0
- package/lib/super-grid/src/search-button.vue.cjs +18 -0
- package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
- package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-dialog.vue.cjs +12 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
- package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
- package/lib/super-grid/src/search-form-open.vue.cjs +44 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +31 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form.vue.cjs +189 -0
- package/lib/super-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-grid/src/search-methods.cjs +163 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -0
- package/lib/super-grid/src/store.cjs +3 -0
- package/lib/super-grid/src/super-grid-service.cjs +253 -0
- package/lib/super-grid/src/super-grid.vue.cjs +1021 -0
- package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
- package/lib/super-grid/src/utils.cjs +298 -0
- package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
- package/lib/super-icon/index.cjs +5 -0
- package/lib/super-icon/src/index.vue.cjs +5 -0
- package/lib/super-icon/src/index.vue2.cjs +10 -0
- package/lib/super-icon/src/index.vue3.cjs +2 -0
- package/lib/super-nine-grid/index.cjs +5 -0
- package/lib/super-nine-grid/src/apis.cjs +33 -0
- package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
- package/lib/super-nine-grid/src/formatter.cjs +36 -0
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
- package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
- package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/search-methods.cjs +47 -0
- package/lib/super-nine-grid/src/store.cjs +3 -0
- package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/utils.cjs +36 -0
- package/lib/svg-icon/index.cjs +5 -0
- package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
- package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
- package/lib/utils/gogocodeTransfer.cjs +28 -0
- package/lib/utils/memory-cache-utils.cjs +28 -0
- package/lib/utils/organization.cjs +44 -0
- package/lib/utils/utils.cjs +85 -0
- package/lib/utils/value-set.cjs +92 -0
- package/lib/valid-code/index.cjs +5 -0
- package/lib/valid-code/src/valid-code.vue.cjs +20 -0
- package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
- package/lib/workflow-button/index.cjs +5 -0
- package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
- package/lib/workflow-history-list/index.cjs +5 -0
- package/lib/workflow-history-list/src/api.cjs +5 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
- package/lib/workgroup-tree/index.cjs +5 -0
- package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
- package/lib/workgroup-tree-inline/index.cjs +5 -0
- package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
- package/lib/workgroup-tree-mobile/index.cjs +5 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +13 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +12 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
- package/lib/workgroup-user-tree/index.cjs +5 -0
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
- package/lib/workgroup-user-tree-inline/index.cjs +5 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +12 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
- package/lib/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +3 -2
- package/vite.config.js +11 -11
- package/lib/IntervalSelection/index.js +0 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/lib/breadcrumb/index.js +0 -7
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/lib/chat-embed/index.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/lib/chat-embed/src/chat-embed-message.js +0 -22
- package/lib/chat-embed/src/chat-sender.vue.js +0 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -160
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/lib/chat-embed/src/header.vue.js +0 -7
- package/lib/chat-embed/src/header.vue2.js +0 -46
- package/lib/chat-embed/src/index.vue.js +0 -7
- package/lib/chat-embed/src/index.vue2.js +0 -307
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/lib/chat-embed/src/util/history-message-util.js +0 -96
- package/lib/chat-embed/src/util/mcp-utils.js +0 -53
- package/lib/chat-embed/src/voice/index.js +0 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/lib/chat-embed/src/voice/voice.vue.js +0 -104
- package/lib/date-picker-range/index.js +0 -7
- package/lib/date-picker-range/index.vue.js +0 -7
- package/lib/department-tree/index.js +0 -7
- package/lib/department-tree/src/department-tree.vue.js +0 -23
- package/lib/department-tree-inline/index.js +0 -7
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/lib/department-tree-inline/src/department-tree-service.js +0 -108
- package/lib/department-tree-inline/src/search-result.vue.js +0 -40
- package/lib/department-tree-mobile/index.js +0 -8
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/department-user-tree/index.js +0 -7
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/lib/department-user-tree-inline/index.js +0 -7
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/lib/department-user-tree-mobile/index.js +0 -8
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/dynamic-source-select/index.js +0 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
- package/lib/empty-state/index.vue2.js +0 -4
- package/lib/fs-preview/index.js +0 -7
- package/lib/fs-preview/src/fs-preview.vue.js +0 -120
- package/lib/fs-upload/index.js +0 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/lib/fs-upload/src/fs-upload.vue.js +0 -24
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
- package/lib/fs-upload-list/index.js +0 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -98
- package/lib/fs-upload-new/index.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -64
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/lib/hamburger/index.js +0 -7
- package/lib/hamburger/src/hamburger.vue.js +0 -15
- package/lib/index.js +0 -384
- package/lib/json-view/json-view-dialog.vue.js +0 -19
- package/lib/json-view/json-view-dialog.vue2.js +0 -4
- package/lib/json-view/json-view.vue.js +0 -4
- package/lib/multipart-upload/index.js +0 -7
- package/lib/multipart-upload/src/index.vue.js +0 -14
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -104
- package/lib/organization-input/index.js +0 -7
- package/lib/organization-input/src/organization-input.vue.js +0 -224
- package/lib/plugins/export-data-new.js +0 -237
- package/lib/plugins/export-data.js +0 -179
- package/lib/plugins/index.js +0 -9
- package/lib/remove-department/index.js +0 -7
- package/lib/remove-department/src/remove-department.vue.js +0 -33
- package/lib/remove-user/index.js +0 -7
- package/lib/remove-user/src/remove-user.vue.js +0 -35
- package/lib/remove-workgroup/index.js +0 -7
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/lib/rich-editor/index.js +0 -7
- package/lib/rich-editor/index.vue.js +0 -115
- package/lib/rich-editor/viewer.vue.js +0 -27
- package/lib/row-form/index.js +0 -7
- package/lib/row-form/index.vue.js +0 -7
- package/lib/row-form/index.vue2.js +0 -62
- package/lib/row-form/operation.vue.js +0 -32
- package/lib/row-form/operation.vue2.js +0 -4
- package/lib/scan-code-input/index.js +0 -7
- package/lib/scan-code-input/src/events.js +0 -15
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/lib/scan-code-input-browser/index.js +0 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/lib/secret-info/index.js +0 -7
- package/lib/secret-info/index.vue.js +0 -16
- package/lib/src/api/sso-service.js +0 -57
- package/lib/src/components/Affix/index.vue.js +0 -7
- package/lib/src/components/Card/index.js +0 -48
- package/lib/src/components/Scrollbar/index.vue.js +0 -52
- package/lib/src/directives/permission/index.js +0 -7
- package/lib/src/directives/permission/permission.js +0 -11
- package/lib/src/i18n/i18n.js +0 -7
- package/lib/src/permission.js +0 -79
- package/lib/src/router/index.js +0 -10
- package/lib/src/store/index.js +0 -13
- package/lib/src/store/modules/permission.js +0 -31
- package/lib/src/store/modules/system.js +0 -12
- package/lib/src/store/modules/tab-content.js +0 -20
- package/lib/src/store/modules/user.js +0 -139
- package/lib/src/utils/auth.js +0 -156
- package/lib/src/utils/calculator/calculator-util.js +0 -56
- package/lib/src/utils/common-util.js +0 -440
- package/lib/src/utils/jump-page-utils.js +0 -264
- package/lib/src/utils/menu.js +0 -14
- package/lib/src/utils/permission.js +0 -45
- package/lib/src/utils/permissionAuth.js +0 -154
- package/lib/src/utils/range-selector.js +0 -105
- package/lib/src/utils/request.js +0 -140
- package/lib/src/utils/util.js +0 -361
- package/lib/src/utils/voice-setting-cache.js +0 -212
- package/lib/src/utils/watermark.js +0 -40
- package/lib/src/utils/workflow-util.js +0 -42
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
- package/lib/src/views/error-page/401.vue.js +0 -15
- package/lib/src/views/error-page/404.vue.js +0 -12
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
- package/lib/src/views/layout/Layout.vue.js +0 -28
- package/lib/src/views/layout/NewLayout.vue.js +0 -11
- package/lib/src/views/layout/components/AppMain.vue.js +0 -13
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -64
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/lib/src/views/layout/tab-content-index.vue.js +0 -28
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/lib/super-grid/index.js +0 -7
- package/lib/super-grid/src/apis.js +0 -458
- package/lib/super-grid/src/columns-config.vue.js +0 -82
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/lib/super-grid/src/components/mobile-table-card.js +0 -109
- package/lib/super-grid/src/components/select-input.vue.js +0 -149
- package/lib/super-grid/src/components/select-input.vue2.js +0 -4
- package/lib/super-grid/src/custom-formatter.js +0 -168
- package/lib/super-grid/src/dynamic-input.vue.js +0 -482
- package/lib/super-grid/src/events.js +0 -37
- package/lib/super-grid/src/formValidatorUtil.js +0 -109
- package/lib/super-grid/src/group-column.vue.js +0 -24
- package/lib/super-grid/src/header-context-menu.vue.js +0 -15
- package/lib/super-grid/src/index-column.vue.js +0 -22
- package/lib/super-grid/src/normal-column-content.vue.js +0 -319
- package/lib/super-grid/src/normal-column.vue.js +0 -106
- package/lib/super-grid/src/row-detail.vue.js +0 -14
- package/lib/super-grid/src/row-operation.vue.js +0 -89
- package/lib/super-grid/src/scan-util.js +0 -100
- package/lib/super-grid/src/search-button.vue.js +0 -23
- package/lib/super-grid/src/search-condition-input.vue.js +0 -17
- package/lib/super-grid/src/search-condition-list.vue.js +0 -20
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
- package/lib/super-grid/src/search-form-item.vue.js +0 -128
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
- package/lib/super-grid/src/search-form-number.vue.js +0 -26
- package/lib/super-grid/src/search-form-open.vue.js +0 -50
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/lib/super-grid/src/search-form.vue.js +0 -201
- package/lib/super-grid/src/selection-column.vue.js +0 -11
- package/lib/super-grid/src/super-grid-service.js +0 -260
- package/lib/super-grid/src/super-grid.vue.js +0 -1052
- package/lib/super-grid/src/utils.js +0 -355
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
- package/lib/super-icon/index.js +0 -7
- package/lib/super-icon/src/index.vue.js +0 -7
- package/lib/super-icon/src/index.vue2.js +0 -13
- package/lib/super-nine-grid/index.js +0 -7
- package/lib/super-nine-grid/src/apis.js +0 -36
- package/lib/super-nine-grid/src/custom-formatter.js +0 -35
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/lib/super-nine-grid/src/search-form.vue.js +0 -91
- package/lib/super-nine-grid/src/super-grid-service.js +0 -39
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/lib/super-nine-grid/src/utils.js +0 -32
- package/lib/svg-icon/index.js +0 -7
- package/lib/svg-icon/src/svg-icon.vue.js +0 -14
- package/lib/utils/memory-cache-utils.js +0 -30
- package/lib/utils/utils.js +0 -87
- package/lib/utils/value-set.js +0 -94
- package/lib/valid-code/index.js +0 -7
- package/lib/valid-code/src/valid-code.vue.js +0 -23
- package/lib/workflow-button/index.js +0 -7
- package/lib/workflow-button/src/workflow-button.vue.js +0 -85
- package/lib/workflow-history-list/index.js +0 -7
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/lib/workgroup-tree/index.js +0 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/lib/workgroup-tree-inline/index.js +0 -7
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/lib/workgroup-tree-mobile/index.js +0 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/lib/workgroup-user-tree/index.js +0 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/lib/workgroup-user-tree-inline/index.js +0 -7
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/lib/year-range-picker/index.js +0 -7
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
- /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
- /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
- /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
- /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-addition-data.vue2.js → es/chat-embed/src/chat-addition-data.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-ai-answer-tip.vue2.js → es/chat-embed/src/chat-ai-answer-tip.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-bubble-footer.vue2.js → es/chat-embed/src/chat-bubble-footer.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-auto-chart.vue2.js → es/chat-embed/src/components/answer-auto-chart.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/recommendation-message.vue2.js → es/chat-embed/src/recommendation-message.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
- /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
- /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
- /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
- /package/{lib/date-picker-range/index.vue2.js → es/date-picker-range/index.vue2.mjs} +0 -0
- /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/department-tree-service.js → es/department-tree-mobile/src/department-tree-service.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/dept-path.vue.js → es/department-tree-mobile/src/dept-path.vue.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/dept-result.vue.js → es/department-tree-mobile/src/dept-result.vue.mjs} +0 -0
- /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/dept-path.vue.js → es/department-user-tree-mobile/src/dept-path.vue.mjs} +0 -0
- /package/{lib/directives/prevent-reclick.js → es/directives/prevent-reclick.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
- /package/{lib/empty-state/index.vue.js → es/empty-state/index.vue.mjs} +0 -0
- /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
- /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
- /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
- /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
- /package/{lib/json-view/json-view.vue2.js → es/json-view/json-view.vue2.mjs} +0 -0
- /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
- /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
- /package/{lib/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
- /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
- /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.mjs} +0 -0
- /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
- /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
- /package/{lib/src/api/tab.js → es/src/api/tab.mjs} +0 -0
- /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
- /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
- /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
- /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
- /package/{lib/src/components/Affix/index.vue2.js → es/src/components/Affix/index.vue2.mjs} +0 -0
- /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
- /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
- /package/{lib/src/i18n/langs/cn.js → es/src/i18n/langs/cn.mjs} +0 -0
- /package/{lib/src/i18n/langs/en.js → es/src/i18n/langs/en.mjs} +0 -0
- /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
- /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
- /package/{lib/src/store/modules/app.js → es/src/store/modules/app.mjs} +0 -0
- /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
- /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
- /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
- /package/{lib/src/utils/chat-ai-util.js → es/src/utils/chat-ai-util.mjs} +0 -0
- /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
- /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
- /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
- /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
- /package/{lib/src/utils/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
- /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.mjs} +0 -0
- /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
- /package/{lib/src/utils/insert_css.js → es/src/utils/insert_css.mjs} +0 -0
- /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
- /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
- /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
- /package/{lib/src/utils/restful-interface-utils.js → es/src/utils/restful-interface-utils.mjs} +0 -0
- /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
- /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
- /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
- /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
- /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
- /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
- /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
- /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-grid/src/header-context-menu.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
- /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
- /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-icon/src/index.vue3.js → es/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
- /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/svg-icon/src/svg-icon.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
- /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
- /package/{lib/utils/organization.js → es/utils/organization.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
- /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
- /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/dept-result.vue.js → es/workgroup-tree-mobile/src/dept-result.vue.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/dept-path.vue.js → es/workgroup-user-tree-mobile/src/dept-path.vue.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
package/lib/style.css
CHANGED
|
@@ -119,24 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
119
|
height: 100%;
|
|
120
120
|
position: absolute;
|
|
121
121
|
z-index: 999;
|
|
122
|
-
}.
|
|
123
|
-
display: inline-block;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 50px;
|
|
126
|
-
margin-left: 10px;
|
|
127
|
-
}
|
|
128
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
|
-
color: #97a8be;
|
|
130
|
-
cursor: text;
|
|
131
|
-
}
|
|
132
|
-
.svg-icon[data-v-67e4e504] {
|
|
133
|
-
width: 1.2em;
|
|
134
|
-
height: 1.2em;
|
|
135
|
-
vertical-align: -0.25em;
|
|
136
|
-
fill: currentColor;
|
|
137
|
-
overflow: initial;
|
|
138
|
-
}
|
|
139
|
-
.amd-hamburger-container-main[data-v-79c35667] {
|
|
122
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
123
|
padding: 0;
|
|
141
124
|
display: flex;
|
|
142
125
|
align-items: center;
|
|
@@ -292,11 +275,28 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
292
275
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
293
276
|
flex-wrap: wrap;
|
|
294
277
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
278
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
279
|
+
display: inline-block;
|
|
280
|
+
font-size: 14px;
|
|
281
|
+
line-height: 50px;
|
|
282
|
+
margin-left: 10px;
|
|
295
283
|
}
|
|
296
|
-
.
|
|
284
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
285
|
+
color: #97a8be;
|
|
286
|
+
cursor: text;
|
|
287
|
+
}
|
|
288
|
+
.svg-icon[data-v-67e4e504] {
|
|
289
|
+
width: 1.2em;
|
|
290
|
+
height: 1.2em;
|
|
291
|
+
vertical-align: -0.25em;
|
|
292
|
+
fill: currentColor;
|
|
293
|
+
overflow: initial;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.searchResult {
|
|
297
297
|
color: red;
|
|
298
298
|
}
|
|
299
|
-
.inline-input-custom
|
|
299
|
+
.inline-input-custom {
|
|
300
300
|
width: 90%;
|
|
301
301
|
}
|
|
302
302
|
|
|
@@ -315,10 +315,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
315
315
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
.searchResult {
|
|
318
|
+
.searchResult[data-v-22410ec9] {
|
|
319
319
|
color: red;
|
|
320
320
|
}
|
|
321
|
-
.inline-input-custom {
|
|
321
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
322
322
|
width: 90%;
|
|
323
323
|
}
|
|
324
324
|
.ValidCode[data-v-aa77e3bd] {
|
|
@@ -330,9 +330,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
330
|
}
|
|
331
331
|
.ValidCode span[data-v-aa77e3bd] {
|
|
332
332
|
display: inline-block;
|
|
333
|
+
}[data-v-34406c62] .el-select-dropdown__item {
|
|
334
|
+
display: inline-block;
|
|
333
335
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
336
|
+
.select-top-span {
|
|
337
|
+
width: 100%;
|
|
336
338
|
}
|
|
337
339
|
.nine-grid-area[data-v-80f6a26f] {
|
|
338
340
|
padding: 10px;
|
|
@@ -444,35 +446,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
444
446
|
font-size: 14px;
|
|
445
447
|
display: grid;
|
|
446
448
|
grid-template-columns: 20% 80%;
|
|
447
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
448
|
-
width: 30px;
|
|
449
|
-
height: 30px;
|
|
450
|
-
}
|
|
451
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
452
|
-
margin-left: 10px;
|
|
453
|
-
cursor: pointer;
|
|
454
|
-
overflow: hidden;
|
|
455
|
-
text-overflow: ellipsis;
|
|
456
|
-
white-space: nowrap;
|
|
457
|
-
}
|
|
458
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
459
|
-
border: 1px solid #dcdfe6;
|
|
460
|
-
padding: 4px 8px;
|
|
461
|
-
background-clip: padding-box;
|
|
462
|
-
overflow: hidden;
|
|
463
|
-
display: inline-flex;
|
|
464
|
-
align-items: center;
|
|
465
|
-
}
|
|
466
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
467
|
-
margin-right: 8px;
|
|
468
|
-
max-width: 120px;
|
|
469
|
-
overflow: hidden;
|
|
470
|
-
text-overflow: ellipsis;
|
|
471
|
-
white-space: nowrap;
|
|
472
|
-
}
|
|
473
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
474
|
-
font-weight: 600;
|
|
475
|
-
margin-left: 4px;
|
|
476
449
|
}
|
|
477
450
|
.fs-preview-container[data-v-2448d898] {
|
|
478
451
|
display: flex;
|
|
@@ -549,7 +522,40 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
549
522
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
550
523
|
padding: 5px 11px;
|
|
551
524
|
height: var(--el-button-size);
|
|
552
|
-
}.
|
|
525
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
526
|
+
width: 30px;
|
|
527
|
+
height: 30px;
|
|
528
|
+
}
|
|
529
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
530
|
+
margin-left: 10px;
|
|
531
|
+
cursor: pointer;
|
|
532
|
+
overflow: hidden;
|
|
533
|
+
text-overflow: ellipsis;
|
|
534
|
+
white-space: nowrap;
|
|
535
|
+
}
|
|
536
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
537
|
+
border: 1px solid #dcdfe6;
|
|
538
|
+
padding: 4px 8px;
|
|
539
|
+
background-clip: padding-box;
|
|
540
|
+
overflow: hidden;
|
|
541
|
+
display: inline-flex;
|
|
542
|
+
align-items: center;
|
|
543
|
+
}
|
|
544
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
545
|
+
margin-right: 8px;
|
|
546
|
+
max-width: 120px;
|
|
547
|
+
overflow: hidden;
|
|
548
|
+
text-overflow: ellipsis;
|
|
549
|
+
white-space: nowrap;
|
|
550
|
+
}
|
|
551
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
552
|
+
font-weight: 600;
|
|
553
|
+
margin-left: 4px;
|
|
554
|
+
}
|
|
555
|
+
.organization-input .el-input-group__append {
|
|
556
|
+
padding: 0 10px 0 0;
|
|
557
|
+
}
|
|
558
|
+
.select[data-v-52983a24] {
|
|
553
559
|
width: 100%;
|
|
554
560
|
height: 100%;
|
|
555
561
|
display: grid;
|
|
@@ -561,12 +567,64 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
561
567
|
height: 100%;
|
|
562
568
|
text-align: center;
|
|
563
569
|
}
|
|
564
|
-
.
|
|
570
|
+
.organization-tree,
|
|
571
|
+
.organization-tree .el-checkbox__label,
|
|
572
|
+
.organization-tree .el-breadcrumb__inner,
|
|
573
|
+
.organization-tree .el-tree {
|
|
574
|
+
font-size: 17px;
|
|
575
|
+
font-weight: 700;
|
|
576
|
+
}
|
|
577
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
578
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
579
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
580
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
581
|
+
font-size: 17px;
|
|
582
|
+
font-weight: 700;
|
|
583
|
+
}
|
|
584
|
+
.organization-tree .el-card__body {
|
|
585
|
+
padding-top: 10px;
|
|
586
|
+
}
|
|
587
|
+
.organization-tree .card-content {
|
|
588
|
+
margin-top: 10px;
|
|
589
|
+
}
|
|
590
|
+
.organization-tree .item-row-all {
|
|
591
|
+
margin-bottom: 10px;
|
|
592
|
+
}
|
|
593
|
+
.organization-tree .item-row {
|
|
594
|
+
display: flex;
|
|
565
595
|
width: 100%;
|
|
596
|
+
}
|
|
597
|
+
.organization-tree .item-label {
|
|
598
|
+
flex: 0 0 90%;
|
|
599
|
+
text-align: left;
|
|
600
|
+
}
|
|
601
|
+
.organization-tree .item-side {
|
|
602
|
+
flex: 0 0 10%;
|
|
603
|
+
text-align: right;
|
|
604
|
+
}
|
|
605
|
+
.organization-tree .el-tree-node {
|
|
606
|
+
margin-bottom: 10px;
|
|
607
|
+
}
|
|
608
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
609
|
+
padding: 0;
|
|
610
|
+
display: none;
|
|
611
|
+
}
|
|
612
|
+
.organization-tree .card-footer {
|
|
613
|
+
padding: 20px;
|
|
614
|
+
}
|
|
615
|
+
.organization-tree .card-footer .select-result {
|
|
616
|
+
color: #409eff;
|
|
617
|
+
flex: 1 1 75%;
|
|
618
|
+
text-align: left;
|
|
619
|
+
}
|
|
620
|
+
.organization-tree .card-footer .button-area {
|
|
621
|
+
flex: 0 0 20%;
|
|
622
|
+
text-align: right;
|
|
623
|
+
}
|
|
624
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
625
|
+
color: #409eff;
|
|
566
626
|
}
|
|
567
|
-
[data-v-
|
|
568
|
-
display: inline-block;
|
|
569
|
-
}iframe[data-v-e5fb3b56] {
|
|
627
|
+
iframe[data-v-e5fb3b56] {
|
|
570
628
|
width: 100%;
|
|
571
629
|
height: calc(100vh - 50px);
|
|
572
630
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
@@ -760,13 +818,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
818
|
transform: translateY(0);
|
|
761
819
|
opacity: 1;
|
|
762
820
|
}
|
|
763
|
-
}
|
|
764
|
-
.graphDiv[data-v-a936569d] {
|
|
765
|
-
overflow: auto;
|
|
766
|
-
height: 100%;
|
|
767
|
-
height: calc(100vh - 20px);
|
|
768
|
-
}
|
|
769
|
-
.errPage-container[data-v-6bef0241] {
|
|
821
|
+
}.errPage-container[data-v-6bef0241] {
|
|
770
822
|
width: 800px;
|
|
771
823
|
max-width: 100%;
|
|
772
824
|
margin: 100px auto;
|
|
@@ -802,70 +854,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
802
854
|
}
|
|
803
855
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
804
856
|
text-decoration: underline;
|
|
805
|
-
}
|
|
806
|
-
.organization-tree,
|
|
807
|
-
.organization-tree .el-checkbox__label,
|
|
808
|
-
.organization-tree .el-breadcrumb__inner,
|
|
809
|
-
.organization-tree .el-tree {
|
|
810
|
-
font-size: 17px;
|
|
811
|
-
font-weight: 700;
|
|
812
|
-
}
|
|
813
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
814
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
815
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
816
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
817
|
-
font-size: 17px;
|
|
818
|
-
font-weight: 700;
|
|
819
|
-
}
|
|
820
|
-
.organization-tree .el-card__body {
|
|
821
|
-
padding-top: 10px;
|
|
822
|
-
}
|
|
823
|
-
.organization-tree .card-content {
|
|
824
|
-
margin-top: 10px;
|
|
825
|
-
}
|
|
826
|
-
.organization-tree .item-row-all {
|
|
827
|
-
margin-bottom: 10px;
|
|
828
|
-
}
|
|
829
|
-
.organization-tree .item-row {
|
|
830
|
-
display: flex;
|
|
831
|
-
width: 100%;
|
|
832
|
-
}
|
|
833
|
-
.organization-tree .item-label {
|
|
834
|
-
flex: 0 0 90%;
|
|
835
|
-
text-align: left;
|
|
836
|
-
}
|
|
837
|
-
.organization-tree .item-side {
|
|
838
|
-
flex: 0 0 10%;
|
|
839
|
-
text-align: right;
|
|
840
|
-
}
|
|
841
|
-
.organization-tree .el-tree-node {
|
|
842
|
-
margin-bottom: 10px;
|
|
843
|
-
}
|
|
844
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
845
|
-
padding: 0;
|
|
846
|
-
display: none;
|
|
847
|
-
}
|
|
848
|
-
.organization-tree .card-footer {
|
|
849
|
-
padding: 20px;
|
|
850
|
-
}
|
|
851
|
-
.organization-tree .card-footer .select-result {
|
|
852
|
-
color: #409eff;
|
|
853
|
-
flex: 1 1 75%;
|
|
854
|
-
text-align: left;
|
|
855
|
-
}
|
|
856
|
-
.organization-tree .card-footer .button-area {
|
|
857
|
-
flex: 0 0 20%;
|
|
858
|
-
text-align: right;
|
|
859
|
-
}
|
|
860
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
|
-
color: #409eff;
|
|
862
|
-
}
|
|
863
|
-
.super-icon[data-v-875fd31c] {
|
|
857
|
+
}.super-icon[data-v-875fd31c] {
|
|
864
858
|
width: 1em;
|
|
865
859
|
height: 1em;
|
|
866
860
|
font-size: 14px;
|
|
867
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
868
|
-
width: 50%;
|
|
869
861
|
}
|
|
870
862
|
.organization-tree,
|
|
871
863
|
.organization-tree .el-checkbox__label,
|
|
@@ -924,7 +916,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
924
916
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
925
917
|
color: #409eff;
|
|
926
918
|
}
|
|
927
|
-
|
|
919
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
920
|
+
width: 50%;
|
|
921
|
+
}
|
|
928
922
|
.organization-tree,
|
|
929
923
|
.organization-tree .el-checkbox__label,
|
|
930
924
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -1002,7 +996,13 @@ iframe[data-v-20dccb82] {
|
|
|
1002
996
|
height: 100%;
|
|
1003
997
|
position: absolute;
|
|
1004
998
|
z-index: 999;
|
|
1005
|
-
}
|
|
999
|
+
}
|
|
1000
|
+
.graphDiv[data-v-a936569d] {
|
|
1001
|
+
overflow: auto;
|
|
1002
|
+
height: 100%;
|
|
1003
|
+
height: calc(100vh - 20px);
|
|
1004
|
+
}
|
|
1005
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
1006
|
position: relative;
|
|
1007
1007
|
--el-menu-item-height: 45px;
|
|
1008
1008
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1044,23 +1044,32 @@ iframe[data-v-20dccb82] {
|
|
|
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
|
-
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1047
|
+
}
|
|
1048
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1049
|
+
display: flex;
|
|
1050
|
+
align-items: center;
|
|
1051
|
+
width: 100%;
|
|
1052
|
+
gap: 8px;
|
|
1053
|
+
box-sizing: border-box;
|
|
1054
|
+
min-width: 0;
|
|
1055
|
+
}
|
|
1056
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1057
|
+
width: 100%;
|
|
1058
|
+
min-width: 0;
|
|
1059
|
+
}
|
|
1060
|
+
.sep[data-v-2aeaa81d] {
|
|
1061
|
+
padding: 0 8px;
|
|
1062
|
+
color: var(--el-text-color-secondary);
|
|
1063
|
+
white-space: nowrap;
|
|
1064
|
+
flex: 0 0 auto;
|
|
1065
|
+
}
|
|
1066
|
+
.smb-sidebar-menu-item[data-v-da857302] {
|
|
1067
|
+
position: relative;
|
|
1068
|
+
--el-menu-item-height: 45px;
|
|
1069
|
+
--el-menu-sub-item-height: 45px;
|
|
1070
|
+
}
|
|
1071
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1072
|
+
padding: 0 !important;
|
|
1064
1073
|
}
|
|
1065
1074
|
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1066
1075
|
display: flex;
|
|
@@ -1096,24 +1105,25 @@ iframe[data-v-20dccb82] {
|
|
|
1096
1105
|
}
|
|
1097
1106
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
1107
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1108
|
+
}.app-main[data-v-2d98e845] {
|
|
1109
|
+
padding: var(--app-main-padding, 15px);
|
|
1110
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1111
|
+
position: relative;
|
|
1112
|
+
overflow: hidden;
|
|
1099
1113
|
}
|
|
1100
|
-
.
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
gap: 8px;
|
|
1105
|
-
box-sizing: border-box;
|
|
1106
|
-
min-width: 0;
|
|
1114
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1115
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1116
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1117
|
+
overflow: auto;
|
|
1107
1118
|
}
|
|
1108
|
-
.
|
|
1109
|
-
|
|
1110
|
-
min-width: 0;
|
|
1119
|
+
.searchResult {
|
|
1120
|
+
color: red;
|
|
1111
1121
|
}
|
|
1112
|
-
.
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1122
|
+
.inline-select-custom {
|
|
1123
|
+
width: 100px;
|
|
1124
|
+
}
|
|
1125
|
+
.inline-input-custom {
|
|
1126
|
+
width: 98%;
|
|
1117
1127
|
}
|
|
1118
1128
|
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1119
1129
|
user-select: text !important;
|
|
@@ -1398,11 +1408,11 @@ li[data-v-040fcf55] {
|
|
|
1398
1408
|
.searchResult {
|
|
1399
1409
|
color: red;
|
|
1400
1410
|
}
|
|
1401
|
-
.inline-select-custom {
|
|
1402
|
-
width: 100px;
|
|
1403
|
-
}
|
|
1404
1411
|
.inline-input-custom {
|
|
1405
|
-
width:
|
|
1412
|
+
width: 90%;
|
|
1413
|
+
}
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1406
1416
|
}
|
|
1407
1417
|
|
|
1408
1418
|
.searchResult {
|
|
@@ -1421,26 +1431,6 @@ li[data-v-040fcf55] {
|
|
|
1421
1431
|
min-width: 300px;
|
|
1422
1432
|
}
|
|
1423
1433
|
|
|
1424
|
-
.searchResult {
|
|
1425
|
-
color: red;
|
|
1426
|
-
}
|
|
1427
|
-
.inline-select-custom {
|
|
1428
|
-
width: 100px;
|
|
1429
|
-
}
|
|
1430
|
-
.inline-input-custom {
|
|
1431
|
-
width: 98%;
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.searchResult {
|
|
1435
|
-
color: red;
|
|
1436
|
-
}
|
|
1437
|
-
.inline-input-custom {
|
|
1438
|
-
width: 90%;
|
|
1439
|
-
}
|
|
1440
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1441
|
-
min-width: 300px;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
1434
|
.searchResult {
|
|
1445
1435
|
color: red;
|
|
1446
1436
|
}
|
|
@@ -1477,19 +1467,14 @@ li[data-v-040fcf55] {
|
|
|
1477
1467
|
min-width: 300px;
|
|
1478
1468
|
}
|
|
1479
1469
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1482
|
-
}
|
|
1483
|
-
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
|
-
margin-bottom: 0px;
|
|
1470
|
+
.searchResult {
|
|
1471
|
+
color: red;
|
|
1485
1472
|
}
|
|
1486
|
-
.
|
|
1487
|
-
|
|
1488
|
-
/* 可选:间距更美观 */
|
|
1473
|
+
.inline-select-custom {
|
|
1474
|
+
width: 100px;
|
|
1489
1475
|
}
|
|
1490
|
-
.
|
|
1491
|
-
|
|
1492
|
-
width: 100%;
|
|
1476
|
+
.inline-input-custom {
|
|
1477
|
+
width: 98%;
|
|
1493
1478
|
}
|
|
1494
1479
|
|
|
1495
1480
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1544,6 +1529,21 @@ li[data-v-040fcf55] {
|
|
|
1544
1529
|
color:#409EFF
|
|
1545
1530
|
}
|
|
1546
1531
|
|
|
1532
|
+
.grid-search-form[data-v-04817310] {
|
|
1533
|
+
overflow: auto;
|
|
1534
|
+
}
|
|
1535
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1536
|
+
margin-bottom: 0px;
|
|
1537
|
+
}
|
|
1538
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1539
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1540
|
+
/* 可选:间距更美观 */
|
|
1541
|
+
}
|
|
1542
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1543
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1544
|
+
width: 100%;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
1547
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1548
1548
|
width: 100%;
|
|
1549
1549
|
height: calc(100vh - 48px);
|
|
@@ -1605,7 +1605,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
|
|
1608
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1609
1612
|
background-color: #eee;
|
|
1610
1613
|
width: 100%;
|
|
1611
1614
|
border: 1px solid #ccc;
|
|
@@ -1624,37 +1627,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1624
1627
|
}
|
|
1625
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1626
1629
|
margin: 0 5px;
|
|
1627
|
-
}[data-v-455b2ba2] .super-icon {
|
|
1628
|
-
width: 20px !important;
|
|
1629
|
-
height: 20px !important;
|
|
1630
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
1633
|
-
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
-
margin-bottom: 0px;
|
|
1635
|
-
}
|
|
1636
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1637
|
-
overflow: hidden;
|
|
1638
|
-
text-overflow: ellipsis;
|
|
1639
|
-
white-space: nowrap;
|
|
1640
|
-
word-break: keep-all;
|
|
1641
|
-
}
|
|
1642
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1643
|
-
margin-bottom: 5px;
|
|
1644
|
-
text-align: center;
|
|
1645
|
-
}
|
|
1646
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1647
|
-
width: 100%;
|
|
1648
|
-
}
|
|
1649
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
-
width: 100%;
|
|
1651
|
-
}
|
|
1652
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1653
|
-
padding-right: 24px;
|
|
1654
|
-
}
|
|
1655
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1656
|
-
padding-left: 10px;
|
|
1657
|
-
padding-bottom: 16px;
|
|
1658
1633
|
}.annex-cell[data-v-bbad0ee0] {
|
|
1659
1634
|
padding-right: 5px;
|
|
1660
1635
|
cursor: pointer;
|
|
@@ -1702,19 +1677,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1702
1677
|
}
|
|
1703
1678
|
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1704
1679
|
display: inline;
|
|
1680
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
|
+
margin-bottom: 0px;
|
|
1705
1682
|
}
|
|
1706
|
-
.grid-search-form[data-v-
|
|
1707
|
-
|
|
1683
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1684
|
+
overflow: hidden;
|
|
1685
|
+
text-overflow: ellipsis;
|
|
1686
|
+
white-space: nowrap;
|
|
1687
|
+
word-break: keep-all;
|
|
1708
1688
|
}
|
|
1709
|
-
.grid-search-form[data-v-
|
|
1710
|
-
|
|
1711
|
-
|
|
1689
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1690
|
+
margin-bottom: 5px;
|
|
1691
|
+
text-align: center;
|
|
1712
1692
|
}
|
|
1713
|
-
.grid-search-form[data-v-
|
|
1714
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1693
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1715
1694
|
width: 100%;
|
|
1716
|
-
}
|
|
1717
|
-
.grid-search-form
|
|
1695
|
+
}
|
|
1696
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1697
|
+
width: 100%;
|
|
1698
|
+
}
|
|
1699
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1700
|
+
padding-right: 24px;
|
|
1701
|
+
}
|
|
1702
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1703
|
+
padding-left: 10px;
|
|
1704
|
+
padding-bottom: 16px;
|
|
1705
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1706
|
overflow: auto;
|
|
1719
1707
|
}
|
|
1720
1708
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1751,6 +1739,18 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1751
1739
|
width: 50%;
|
|
1752
1740
|
height: 40px;
|
|
1753
1741
|
}
|
|
1742
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1743
|
+
margin-bottom: 0px;
|
|
1744
|
+
}
|
|
1745
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1746
|
+
margin-bottom: 5px;
|
|
1747
|
+
text-align: center;
|
|
1748
|
+
}
|
|
1749
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1750
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
1754
|
.searchResult {
|
|
1755
1755
|
color: red;
|
|
1756
1756
|
}
|
|
@@ -1770,43 +1770,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1770
|
.inline-input-custom {
|
|
1771
1771
|
width: 98%;
|
|
1772
1772
|
}
|
|
1773
|
-
.
|
|
1774
|
-
position: relative;
|
|
1775
|
-
--el-menu-item-height: 45px;
|
|
1776
|
-
--el-menu-sub-item-height: 45px;
|
|
1777
|
-
}
|
|
1778
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
1779
|
-
padding: 0 !important;
|
|
1780
|
-
}
|
|
1781
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
1782
|
-
display: flex;
|
|
1783
|
-
flex-direction: row;
|
|
1784
|
-
}
|
|
1785
|
-
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1786
|
-
display: flex;
|
|
1787
|
-
flex-direction: row;
|
|
1788
|
-
padding: 0 !important;
|
|
1789
|
-
}
|
|
1790
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1791
|
-
display: flex;
|
|
1792
|
-
align-items: center;
|
|
1793
|
-
justify-content: center;
|
|
1794
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1795
|
-
font-size: 16px;
|
|
1796
|
-
}
|
|
1797
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1798
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1799
|
-
overflow: hidden;
|
|
1800
|
-
white-space: nowrap;
|
|
1801
|
-
overflow: hidden;
|
|
1802
|
-
text-overflow: ellipsis;
|
|
1803
|
-
}
|
|
1804
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1805
|
-
overflow: hidden;
|
|
1806
|
-
white-space: nowrap;
|
|
1807
|
-
overflow: hidden;
|
|
1808
|
-
text-overflow: ellipsis;
|
|
1809
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1773
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
1810
1774
|
font-size: 12px;
|
|
1811
1775
|
}
|
|
1812
1776
|
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
@@ -1845,7 +1809,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1845
1809
|
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1846
1810
|
font-weight: 600;
|
|
1847
1811
|
margin-left: 4px;
|
|
1848
|
-
}
|
|
1812
|
+
}
|
|
1813
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
1814
|
+
display: flex;
|
|
1815
|
+
align-items: center;
|
|
1816
|
+
justify-content: space-between;
|
|
1817
|
+
gap: 10px;
|
|
1818
|
+
width: 100%;
|
|
1819
|
+
.footer-time[data-v-ffbde6f9] {
|
|
1820
|
+
font-size: 10px;
|
|
1821
|
+
color: #999;
|
|
1822
|
+
margin-top: 3px;
|
|
1823
|
+
flex-shrink: 0;
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
.footer-container[data-v-ffbde6f9] {
|
|
1827
|
+
display: flex;
|
|
1828
|
+
gap: 8px;
|
|
1829
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1830
|
+
margin-left: 0;
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
|
|
1849
1834
|
user-select: text !important;
|
|
1850
1835
|
-webkit-user-select: text !important;
|
|
1851
1836
|
-moz-user-select: text !important;
|
|
@@ -2049,44 +2034,66 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2049
2034
|
margin-top: 10px;
|
|
2050
2035
|
gap: 10px;
|
|
2051
2036
|
}
|
|
2052
|
-
.
|
|
2053
|
-
|
|
2037
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2038
|
+
position: relative;
|
|
2039
|
+
--el-menu-item-height: 45px;
|
|
2040
|
+
--el-menu-sub-item-height: 45px;
|
|
2054
2041
|
}
|
|
2055
|
-
.
|
|
2056
|
-
|
|
2042
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2043
|
+
padding: 0 !important;
|
|
2057
2044
|
}
|
|
2058
|
-
.
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2045
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
2046
|
+
display: flex;
|
|
2047
|
+
flex-direction: row;
|
|
2048
|
+
}
|
|
2049
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2050
|
+
display: flex;
|
|
2051
|
+
flex-direction: row;
|
|
2052
|
+
padding: 0 !important;
|
|
2053
|
+
}
|
|
2054
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2055
|
+
display: flex;
|
|
2056
|
+
align-items: center;
|
|
2057
|
+
justify-content: center;
|
|
2058
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2059
|
+
font-size: 16px;
|
|
2060
|
+
}
|
|
2061
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2062
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2063
|
+
overflow: hidden;
|
|
2064
|
+
white-space: nowrap;
|
|
2065
|
+
overflow: hidden;
|
|
2066
|
+
text-overflow: ellipsis;
|
|
2067
|
+
}
|
|
2068
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2069
|
+
overflow: hidden;
|
|
2070
|
+
white-space: nowrap;
|
|
2071
|
+
overflow: hidden;
|
|
2072
|
+
text-overflow: ellipsis;
|
|
2073
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2074
|
+
margin-right: 5px;
|
|
2075
|
+
}
|
|
2076
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2077
|
+
margin-left: 5px;
|
|
2078
|
+
}[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
|
|
2072
2079
|
user-select: text !important;
|
|
2073
2080
|
-webkit-user-select: text !important;
|
|
2074
2081
|
-moz-user-select: text !important;
|
|
2075
2082
|
-ms-user-select: text !important;
|
|
2076
2083
|
}
|
|
2077
|
-
.slide-up-enter-active[data-v-
|
|
2078
|
-
.slide-up-leave-active[data-v-
|
|
2084
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2085
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2079
2086
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2080
2087
|
}
|
|
2081
|
-
.slide-up-enter-from[data-v-
|
|
2082
|
-
.slide-up-leave-to[data-v-
|
|
2088
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2089
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2083
2090
|
transform: translateY(100%);
|
|
2084
2091
|
}
|
|
2085
2092
|
|
|
2086
2093
|
/**
|
|
2087
2094
|
* 聊天窗口的样式设置
|
|
2088
2095
|
*/
|
|
2089
|
-
.chat-container[data-v-
|
|
2096
|
+
.chat-container[data-v-0b0c189e] {
|
|
2090
2097
|
--header-height: 56px;
|
|
2091
2098
|
--chat-padding: 12px;
|
|
2092
2099
|
--bubble-content-max-width: 0px;
|
|
@@ -2098,25 +2105,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2098
2105
|
flex-direction: row; /* 横向排列 */
|
|
2099
2106
|
height: 100%; /* 父容器高度 */
|
|
2100
2107
|
}
|
|
2101
|
-
.small-window[data-v-
|
|
2108
|
+
.small-window[data-v-0b0c189e] {
|
|
2102
2109
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2103
2110
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2104
2111
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2105
2112
|
border-radius: 8px;
|
|
2106
2113
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2107
2114
|
}
|
|
2108
|
-
.full-screen[data-v-
|
|
2115
|
+
.full-screen[data-v-0b0c189e] {
|
|
2109
2116
|
right: 0;
|
|
2110
2117
|
bottom: 0;
|
|
2111
2118
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2112
2119
|
}
|
|
2113
|
-
.chat-container > *[data-v-
|
|
2120
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2114
2121
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2115
2122
|
}
|
|
2116
2123
|
|
|
2117
2124
|
/* 聊天窗口的头部样式设置
|
|
2118
2125
|
*/
|
|
2119
|
-
.chat-embed__header_container[data-v-
|
|
2126
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2120
2127
|
/* border-bottom: 1px solid #ddd; */
|
|
2121
2128
|
display: flex;
|
|
2122
2129
|
align-items: center;
|
|
@@ -2126,7 +2133,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2126
2133
|
overflow: hidden;
|
|
2127
2134
|
position: relative;
|
|
2128
2135
|
}
|
|
2129
|
-
.session-subject[data-v-
|
|
2136
|
+
.session-subject[data-v-0b0c189e] {
|
|
2130
2137
|
display: block;
|
|
2131
2138
|
margin: 0 auto;
|
|
2132
2139
|
text-align: center;
|
|
@@ -2141,17 +2148,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2141
2148
|
|
|
2142
2149
|
/* 聊天窗口的头部图标样式设置
|
|
2143
2150
|
*/
|
|
2144
|
-
.chat-embed__header_avatar[data-v-
|
|
2151
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2145
2152
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2146
2153
|
margin-right: var(--chat-padding);
|
|
2147
2154
|
}
|
|
2148
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2155
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2149
2156
|
right: 20px;
|
|
2150
2157
|
position: absolute;
|
|
2151
2158
|
gap: 28px;
|
|
2152
2159
|
display: flex;
|
|
2153
2160
|
}
|
|
2154
|
-
.chat-embed__sidebar[data-v-
|
|
2161
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2155
2162
|
background: #f6f7fa;
|
|
2156
2163
|
display: flex;
|
|
2157
2164
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2160,7 +2167,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2160
2167
|
width: 260px;
|
|
2161
2168
|
height: 100%;
|
|
2162
2169
|
}
|
|
2163
|
-
.chat-embed__main[data-v-
|
|
2170
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2164
2171
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2165
2172
|
box-sizing: border-box;
|
|
2166
2173
|
overflow: hidden;
|
|
@@ -2171,7 +2178,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2171
2178
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2172
2179
|
overflow: hidden; /* 防止内容溢出 */
|
|
2173
2180
|
}
|
|
2174
|
-
.chat-embed__main_content[data-v-
|
|
2181
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2175
2182
|
flex: 1;
|
|
2176
2183
|
box-sizing: border-box;
|
|
2177
2184
|
min-height: 0;
|
|
@@ -2179,21 +2186,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2179
2186
|
/* overflow-y: auto;
|
|
2180
2187
|
margin-bottom: 12px; */
|
|
2181
2188
|
}
|
|
2182
|
-
.chat-embed__input_container[data-v-
|
|
2189
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2183
2190
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2184
2191
|
/* margin-bottom: 50px; 距离底部 */
|
|
2185
2192
|
}
|
|
2186
|
-
.header-icon[data-v-
|
|
2193
|
+
.header-icon[data-v-0b0c189e] {
|
|
2187
2194
|
cursor: pointer;
|
|
2188
2195
|
font-size: 20px;
|
|
2189
2196
|
}
|
|
2190
2197
|
|
|
2191
2198
|
/* 聊天默认推荐内容样式
|
|
2192
2199
|
*/
|
|
2193
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2200
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2194
2201
|
margin-top: 5px;
|
|
2195
2202
|
}
|
|
2196
|
-
.content-container[data-v-
|
|
2203
|
+
.content-container[data-v-0b0c189e] {
|
|
2197
2204
|
padding: 16px;
|
|
2198
2205
|
border-radius: 4px;
|
|
2199
2206
|
background: #ffffff;
|
|
@@ -2201,7 +2208,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2201
2208
|
border-radius: 0px 30px 30px 30px;
|
|
2202
2209
|
/* opacity: 0.6; */
|
|
2203
2210
|
}
|
|
2204
|
-
.chat-content-font[data-v-
|
|
2211
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2205
2212
|
font-family: PingFang SC, PingFang SC;
|
|
2206
2213
|
font-weight: 500;
|
|
2207
2214
|
font-size: 16px;
|
|
@@ -2211,10 +2218,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2211
2218
|
font-style: normal;
|
|
2212
2219
|
text-transform: none;
|
|
2213
2220
|
}
|
|
2214
|
-
[data-v-
|
|
2221
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2215
2222
|
border: none !important;
|
|
2216
2223
|
}
|
|
2217
|
-
.content-container-header[data-v-
|
|
2224
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2218
2225
|
font-size: 12px;
|
|
2219
2226
|
color: #909399;
|
|
2220
2227
|
}
|
|
@@ -2222,28 +2229,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2222
2229
|
/**
|
|
2223
2230
|
// 用户消息
|
|
2224
2231
|
*/
|
|
2225
|
-
.content-borderless-container[data-v-
|
|
2232
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2226
2233
|
background: #e1ecfd;
|
|
2227
2234
|
border-radius: 20px 0px 20px 20px;
|
|
2228
2235
|
user-select: none;
|
|
2229
2236
|
padding: 12px;
|
|
2230
2237
|
cursor: pointer;
|
|
2231
2238
|
transition: background-color 0.3s;
|
|
2232
|
-
&[data-v-
|
|
2239
|
+
&[data-v-0b0c189e]:hover {
|
|
2233
2240
|
background-color: #ebeef5;
|
|
2234
2241
|
}
|
|
2235
2242
|
}
|
|
2236
|
-
.footer-container[data-v-
|
|
2237
|
-
[data-v-
|
|
2243
|
+
.footer-container[data-v-0b0c189e] {
|
|
2244
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2238
2245
|
margin-left: 8px;
|
|
2239
2246
|
}
|
|
2240
2247
|
}
|
|
2241
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2248
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2242
2249
|
padding: 0;
|
|
2243
2250
|
}
|
|
2244
2251
|
|
|
2245
2252
|
/* 引用文件样式 */
|
|
2246
|
-
.doc-agg-item[data-v-
|
|
2253
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2247
2254
|
width: 100%;
|
|
2248
2255
|
padding: 10px;
|
|
2249
2256
|
margin-bottom: 5px;
|
|
@@ -2253,28 +2260,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2253
2260
|
font-size: 12px;
|
|
2254
2261
|
color: var(--el-color-primary);
|
|
2255
2262
|
}
|
|
2256
|
-
.elx-xmarkdown-container[data-v-
|
|
2263
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2257
2264
|
padding: 0;
|
|
2258
|
-
}
|
|
2259
|
-
[data-v-0b0c189e]
|
|
2265
|
+
}
|
|
2266
|
+
h4[data-v-0b0c189e] {
|
|
2267
|
+
font-size: 16px;
|
|
2268
|
+
margin-top: 0px;
|
|
2269
|
+
margin-bottom: 0px;
|
|
2270
|
+
}
|
|
2271
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2272
|
+
margin: 5px 0;
|
|
2273
|
+
}
|
|
2274
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2275
|
+
display: flex;
|
|
2276
|
+
align-items: center;
|
|
2277
|
+
flex-shrink: 0;
|
|
2278
|
+
min-width: max-content;
|
|
2279
|
+
margin-left: auto;
|
|
2280
|
+
gap: 10px;
|
|
2281
|
+
}
|
|
2282
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2283
|
+
display: inline-block;
|
|
2284
|
+
width: 12px;
|
|
2285
|
+
height: 12px;
|
|
2286
|
+
background-repeat: no-repeat;
|
|
2287
|
+
background-position: center;
|
|
2288
|
+
background-size: 100%;
|
|
2289
|
+
cursor: pointer;
|
|
2290
|
+
}
|
|
2291
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2292
|
+
margin-left: 5px;
|
|
2293
|
+
}
|
|
2294
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2295
|
+
display: flex;
|
|
2296
|
+
flex-direction: column;
|
|
2297
|
+
padding: 16px;
|
|
2298
|
+
}
|
|
2299
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2300
|
+
border-bottom-color: #ffffff !important;
|
|
2301
|
+
}
|
|
2302
|
+
[data-v-0b0c189e] .el-sender {
|
|
2303
|
+
background: #ffffff !important;
|
|
2304
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2305
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2306
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2307
|
+
font-weight: 400;
|
|
2308
|
+
font-size: 16px;
|
|
2309
|
+
color: #bbbbbb;
|
|
2310
|
+
text-align: left;
|
|
2311
|
+
font-style: normal;
|
|
2312
|
+
text-transform: none;
|
|
2313
|
+
}
|
|
2314
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2315
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2316
|
+
font-weight: 400 !important;
|
|
2317
|
+
font-size: 16px !important;
|
|
2318
|
+
line-height: 21px !important;
|
|
2319
|
+
font-style: normal !important;
|
|
2320
|
+
text-transform: none !important;
|
|
2321
|
+
}
|
|
2322
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2323
|
+
padding: 16px !important;
|
|
2324
|
+
}
|
|
2325
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2326
|
+
border-radius: 100px 100px 100px 100px;
|
|
2327
|
+
border: 1px solid #dcdfe6;
|
|
2328
|
+
}
|
|
2329
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2330
|
+
padding: 12px;
|
|
2331
|
+
font-family: PingFang SC, PingFang SC;
|
|
2332
|
+
font-weight: 400;
|
|
2333
|
+
font-size: 14px;
|
|
2334
|
+
color: #808080;
|
|
2335
|
+
line-height: 21px;
|
|
2336
|
+
font-style: normal;
|
|
2337
|
+
text-align: center;
|
|
2338
|
+
}
|
|
2339
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2340
|
+
border-radius: 50% !important;
|
|
2341
|
+
padding: 8px;
|
|
2342
|
+
width: 32px;
|
|
2343
|
+
}
|
|
2344
|
+
.send-icon[data-v-0b0c189e] {
|
|
2345
|
+
cursor: pointer;
|
|
2346
|
+
}
|
|
2347
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2348
|
+
margin: 0 0;
|
|
2349
|
+
}[data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
|
|
2260
2350
|
user-select: text !important;
|
|
2261
2351
|
-webkit-user-select: text !important;
|
|
2262
2352
|
-moz-user-select: text !important;
|
|
2263
2353
|
-ms-user-select: text !important;
|
|
2264
2354
|
}
|
|
2265
|
-
.slide-up-enter-active[data-v-
|
|
2266
|
-
.slide-up-leave-active[data-v-
|
|
2355
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2356
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2267
2357
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2268
2358
|
}
|
|
2269
|
-
.slide-up-enter-from[data-v-
|
|
2270
|
-
.slide-up-leave-to[data-v-
|
|
2359
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2360
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2271
2361
|
transform: translateY(100%);
|
|
2272
2362
|
}
|
|
2273
2363
|
|
|
2274
2364
|
/**
|
|
2275
2365
|
* 聊天窗口的样式设置
|
|
2276
2366
|
*/
|
|
2277
|
-
.chat-container[data-v-
|
|
2367
|
+
.chat-container[data-v-e9aa835d] {
|
|
2278
2368
|
--header-height: 56px;
|
|
2279
2369
|
--chat-padding: 12px;
|
|
2280
2370
|
--bubble-content-max-width: 0px;
|
|
@@ -2286,25 +2376,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2286
2376
|
flex-direction: row; /* 横向排列 */
|
|
2287
2377
|
height: 100%; /* 父容器高度 */
|
|
2288
2378
|
}
|
|
2289
|
-
.small-window[data-v-
|
|
2379
|
+
.small-window[data-v-e9aa835d] {
|
|
2290
2380
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2291
2381
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2292
2382
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2293
2383
|
border-radius: 8px;
|
|
2294
2384
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2295
2385
|
}
|
|
2296
|
-
.full-screen[data-v-
|
|
2386
|
+
.full-screen[data-v-e9aa835d] {
|
|
2297
2387
|
right: 0;
|
|
2298
2388
|
bottom: 0;
|
|
2299
2389
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2300
2390
|
}
|
|
2301
|
-
.chat-container > *[data-v-
|
|
2391
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2302
2392
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2303
2393
|
}
|
|
2304
2394
|
|
|
2305
2395
|
/* 聊天窗口的头部样式设置
|
|
2306
2396
|
*/
|
|
2307
|
-
.chat-embed__header_container[data-v-
|
|
2397
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2308
2398
|
/* border-bottom: 1px solid #ddd; */
|
|
2309
2399
|
display: flex;
|
|
2310
2400
|
align-items: center;
|
|
@@ -2314,7 +2404,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2314
2404
|
overflow: hidden;
|
|
2315
2405
|
position: relative;
|
|
2316
2406
|
}
|
|
2317
|
-
.session-subject[data-v-
|
|
2407
|
+
.session-subject[data-v-e9aa835d] {
|
|
2318
2408
|
display: block;
|
|
2319
2409
|
margin: 0 auto;
|
|
2320
2410
|
text-align: center;
|
|
@@ -2329,17 +2419,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2329
2419
|
|
|
2330
2420
|
/* 聊天窗口的头部图标样式设置
|
|
2331
2421
|
*/
|
|
2332
|
-
.chat-embed__header_avatar[data-v-
|
|
2422
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2333
2423
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2334
2424
|
margin-right: var(--chat-padding);
|
|
2335
2425
|
}
|
|
2336
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2426
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2337
2427
|
right: 20px;
|
|
2338
2428
|
position: absolute;
|
|
2339
2429
|
gap: 28px;
|
|
2340
2430
|
display: flex;
|
|
2341
2431
|
}
|
|
2342
|
-
.chat-embed__sidebar[data-v-
|
|
2432
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2343
2433
|
background: #f6f7fa;
|
|
2344
2434
|
display: flex;
|
|
2345
2435
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2348,7 +2438,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2348
2438
|
width: 260px;
|
|
2349
2439
|
height: 100%;
|
|
2350
2440
|
}
|
|
2351
|
-
.chat-embed__main[data-v-
|
|
2441
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2352
2442
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2353
2443
|
box-sizing: border-box;
|
|
2354
2444
|
overflow: hidden;
|
|
@@ -2359,7 +2449,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2359
2449
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2360
2450
|
overflow: hidden; /* 防止内容溢出 */
|
|
2361
2451
|
}
|
|
2362
|
-
.chat-embed__main_content[data-v-
|
|
2452
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2363
2453
|
flex: 1;
|
|
2364
2454
|
box-sizing: border-box;
|
|
2365
2455
|
min-height: 0;
|
|
@@ -2367,21 +2457,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2367
2457
|
/* overflow-y: auto;
|
|
2368
2458
|
margin-bottom: 12px; */
|
|
2369
2459
|
}
|
|
2370
|
-
.chat-embed__input_container[data-v-
|
|
2460
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2371
2461
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2372
2462
|
/* margin-bottom: 50px; 距离底部 */
|
|
2373
2463
|
}
|
|
2374
|
-
.header-icon[data-v-
|
|
2464
|
+
.header-icon[data-v-e9aa835d] {
|
|
2375
2465
|
cursor: pointer;
|
|
2376
2466
|
font-size: 20px;
|
|
2377
2467
|
}
|
|
2378
2468
|
|
|
2379
2469
|
/* 聊天默认推荐内容样式
|
|
2380
2470
|
*/
|
|
2381
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2471
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2382
2472
|
margin-top: 5px;
|
|
2383
2473
|
}
|
|
2384
|
-
.content-container[data-v-
|
|
2474
|
+
.content-container[data-v-e9aa835d] {
|
|
2385
2475
|
padding: 16px;
|
|
2386
2476
|
border-radius: 4px;
|
|
2387
2477
|
background: #ffffff;
|
|
@@ -2389,7 +2479,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2389
2479
|
border-radius: 0px 30px 30px 30px;
|
|
2390
2480
|
/* opacity: 0.6; */
|
|
2391
2481
|
}
|
|
2392
|
-
.chat-content-font[data-v-
|
|
2482
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2393
2483
|
font-family: PingFang SC, PingFang SC;
|
|
2394
2484
|
font-weight: 500;
|
|
2395
2485
|
font-size: 16px;
|
|
@@ -2399,10 +2489,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2399
2489
|
font-style: normal;
|
|
2400
2490
|
text-transform: none;
|
|
2401
2491
|
}
|
|
2402
|
-
[data-v-
|
|
2492
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2403
2493
|
border: none !important;
|
|
2404
2494
|
}
|
|
2405
|
-
.content-container-header[data-v-
|
|
2495
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2406
2496
|
font-size: 12px;
|
|
2407
2497
|
color: #909399;
|
|
2408
2498
|
}
|
|
@@ -2410,28 +2500,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2410
2500
|
/**
|
|
2411
2501
|
// 用户消息
|
|
2412
2502
|
*/
|
|
2413
|
-
.content-borderless-container[data-v-
|
|
2503
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2414
2504
|
background: #e1ecfd;
|
|
2415
2505
|
border-radius: 20px 0px 20px 20px;
|
|
2416
2506
|
user-select: none;
|
|
2417
2507
|
padding: 12px;
|
|
2418
2508
|
cursor: pointer;
|
|
2419
2509
|
transition: background-color 0.3s;
|
|
2420
|
-
&[data-v-
|
|
2510
|
+
&[data-v-e9aa835d]:hover {
|
|
2421
2511
|
background-color: #ebeef5;
|
|
2422
2512
|
}
|
|
2423
2513
|
}
|
|
2424
|
-
.footer-container[data-v-
|
|
2425
|
-
[data-v-
|
|
2514
|
+
.footer-container[data-v-e9aa835d] {
|
|
2515
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2426
2516
|
margin-left: 8px;
|
|
2427
2517
|
}
|
|
2428
2518
|
}
|
|
2429
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2519
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2430
2520
|
padding: 0;
|
|
2431
2521
|
}
|
|
2432
2522
|
|
|
2433
2523
|
/* 引用文件样式 */
|
|
2434
|
-
.doc-agg-item[data-v-
|
|
2524
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2435
2525
|
width: 100%;
|
|
2436
2526
|
padding: 10px;
|
|
2437
2527
|
margin-bottom: 5px;
|
|
@@ -2441,93 +2531,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2441
2531
|
font-size: 12px;
|
|
2442
2532
|
color: var(--el-color-primary);
|
|
2443
2533
|
}
|
|
2444
|
-
.elx-xmarkdown-container[data-v-
|
|
2534
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2445
2535
|
padding: 0;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
font-size: 16px;
|
|
2449
|
-
margin-top: 0px;
|
|
2450
|
-
margin-bottom: 0px;
|
|
2451
|
-
}
|
|
2452
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2453
|
-
margin: 5px 0;
|
|
2454
|
-
}
|
|
2455
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2456
|
-
display: flex;
|
|
2457
|
-
align-items: center;
|
|
2458
|
-
flex-shrink: 0;
|
|
2459
|
-
min-width: max-content;
|
|
2460
|
-
margin-left: auto;
|
|
2461
|
-
gap: 10px;
|
|
2462
|
-
}
|
|
2463
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2464
|
-
display: inline-block;
|
|
2465
|
-
width: 12px;
|
|
2466
|
-
height: 12px;
|
|
2467
|
-
background-repeat: no-repeat;
|
|
2468
|
-
background-position: center;
|
|
2469
|
-
background-size: 100%;
|
|
2470
|
-
cursor: pointer;
|
|
2471
|
-
}
|
|
2472
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2473
|
-
margin-left: 5px;
|
|
2474
|
-
}
|
|
2475
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2476
|
-
display: flex;
|
|
2477
|
-
flex-direction: column;
|
|
2478
|
-
padding: 16px;
|
|
2479
|
-
}
|
|
2480
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2481
|
-
border-bottom-color: #ffffff !important;
|
|
2482
|
-
}
|
|
2483
|
-
[data-v-0b0c189e] .el-sender {
|
|
2484
|
-
background: #ffffff !important;
|
|
2485
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2486
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2487
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2488
|
-
font-weight: 400;
|
|
2489
|
-
font-size: 16px;
|
|
2490
|
-
color: #bbbbbb;
|
|
2491
|
-
text-align: left;
|
|
2492
|
-
font-style: normal;
|
|
2493
|
-
text-transform: none;
|
|
2494
|
-
}
|
|
2495
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2496
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2497
|
-
font-weight: 400 !important;
|
|
2498
|
-
font-size: 16px !important;
|
|
2499
|
-
line-height: 21px !important;
|
|
2500
|
-
font-style: normal !important;
|
|
2501
|
-
text-transform: none !important;
|
|
2502
|
-
}
|
|
2503
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2504
|
-
padding: 16px !important;
|
|
2505
|
-
}
|
|
2506
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2507
|
-
border-radius: 100px 100px 100px 100px;
|
|
2508
|
-
border: 1px solid #dcdfe6;
|
|
2509
|
-
}
|
|
2510
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2511
|
-
padding: 12px;
|
|
2512
|
-
font-family: PingFang SC, PingFang SC;
|
|
2513
|
-
font-weight: 400;
|
|
2514
|
-
font-size: 14px;
|
|
2515
|
-
color: #808080;
|
|
2516
|
-
line-height: 21px;
|
|
2517
|
-
font-style: normal;
|
|
2518
|
-
text-align: center;
|
|
2519
|
-
}
|
|
2520
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2521
|
-
border-radius: 50% !important;
|
|
2522
|
-
padding: 8px;
|
|
2523
|
-
width: 32px;
|
|
2524
|
-
}
|
|
2525
|
-
.send-icon[data-v-0b0c189e] {
|
|
2526
|
-
cursor: pointer;
|
|
2527
|
-
}
|
|
2528
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2529
|
-
margin: 0 0;
|
|
2530
|
-
}[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 {
|
|
2536
|
+
}
|
|
2537
|
+
[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2531
2538
|
user-select: text !important;
|
|
2532
2539
|
-webkit-user-select: text !important;
|
|
2533
2540
|
-moz-user-select: text !important;
|
|
@@ -2715,14 +2722,9 @@ h4[data-v-0b0c189e] {
|
|
|
2715
2722
|
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2716
2723
|
padding: 0;
|
|
2717
2724
|
}
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
height: 100%;
|
|
2722
|
-
border: none;
|
|
2723
|
-
opacity: 1;
|
|
2724
|
-
}
|
|
2725
|
-
[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 {
|
|
2725
|
+
[data-v-90635647] .el-range-separator {
|
|
2726
|
+
min-width: 20px;
|
|
2727
|
+
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2726
2728
|
user-select: text !important;
|
|
2727
2729
|
-webkit-user-select: text !important;
|
|
2728
2730
|
-moz-user-select: text !important;
|
|
@@ -3012,29 +3014,27 @@ h4[data-v-0b0c189e] {
|
|
|
3012
3014
|
background-color: #f5f5f5;
|
|
3013
3015
|
}
|
|
3014
3016
|
|
|
3015
|
-
.
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
width: 100%;
|
|
3021
|
-
.footer-time[data-v-ffbde6f9] {
|
|
3022
|
-
font-size: 10px;
|
|
3023
|
-
color: #999;
|
|
3024
|
-
margin-top: 3px;
|
|
3025
|
-
flex-shrink: 0;
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
.footer-container[data-v-ffbde6f9] {
|
|
3029
|
-
display: flex;
|
|
3030
|
-
gap: 8px;
|
|
3031
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
3032
|
-
margin-left: 0;
|
|
3033
|
-
}
|
|
3017
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
3018
|
+
width: 100%;
|
|
3019
|
+
height: 100%;
|
|
3020
|
+
border: none;
|
|
3021
|
+
opacity: 1;
|
|
3034
3022
|
}
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3023
|
+
|
|
3024
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
3025
|
+
width: 100%;
|
|
3026
|
+
height: 100%;
|
|
3027
|
+
border: none;
|
|
3028
|
+
opacity: 1;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
3032
|
+
width: 100%;
|
|
3033
|
+
height: 100%;
|
|
3034
|
+
border: none;
|
|
3035
|
+
opacity: 1;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
3038
|
.svg-icon[data-v-019891df] {
|
|
3039
3039
|
width: 1.2em;
|
|
3040
3040
|
height: 1.2em;
|