agilebuilder-ui 1.1.65-tmp14 → 1.1.65-tmp16
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/lib/IntervalSelection/index.js +7 -5
- package/lib/IntervalSelection/src/sectionDate.vue.js +21 -17
- package/lib/IntervalSelection/src/sectionDate.vue2.js +4 -2
- package/lib/_virtual/__vite-browser-external.js +4 -2
- package/lib/_virtual/_plugin-vue_export-helper.js +8 -6
- package/lib/breadcrumb/index.js +5 -3
- package/lib/breadcrumb/src/breadcrumb.vue.js +19 -28
- package/lib/breadcrumb/src/breadcrumb.vue2.js +4 -2
- package/lib/chat-embed/index.js +5 -3
- package/lib/chat-embed/src/chat-addition-data.vue.js +7 -5
- package/lib/chat-embed/src/chat-addition-data.vue2.js +13 -11
- package/lib/chat-embed/src/chat-addition-data.vue3.js +4 -2
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +7 -5
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +20 -17
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -2
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +7 -5
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +22 -17
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +4 -2
- package/lib/chat-embed/src/chat-embed-message.js +20 -14
- package/lib/chat-embed/src/chat-sender.vue.js +7 -5
- package/lib/chat-embed/src/chat-sender.vue2.js +123 -110
- package/lib/chat-embed/src/chat-sender.vue3.js +4 -2
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +7 -5
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +50 -42
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +4 -2
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +7 -5
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +6 -3
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +4 -2
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +7 -5
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +84 -74
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +4 -2
- package/lib/chat-embed/src/components/history-detail.vue.js +7 -5
- package/lib/chat-embed/src/components/history-detail.vue2.js +32 -27
- package/lib/chat-embed/src/components/history-detail.vue3.js +4 -2
- package/lib/chat-embed/src/header.vue.js +7 -5
- package/lib/chat-embed/src/header.vue2.js +32 -25
- package/lib/chat-embed/src/header.vue3.js +4 -2
- package/lib/chat-embed/src/index.vue.js +7 -5
- package/lib/chat-embed/src/index.vue2.js +211 -185
- package/lib/chat-embed/src/index.vue3.js +4 -2
- package/lib/chat-embed/src/recommendation-message.vue.js +7 -5
- package/lib/chat-embed/src/recommendation-message.vue2.js +8 -5
- package/lib/chat-embed/src/recommendation-message.vue3.js +4 -2
- package/lib/chat-embed/src/sidebar-item.vue.js +7 -5
- package/lib/chat-embed/src/sidebar-item.vue2.js +93 -84
- package/lib/chat-embed/src/sidebar-item.vue3.js +4 -2
- package/lib/chat-embed/src/type.js +5 -3
- package/lib/chat-embed/src/util/chat-embed-util.js +41 -35
- package/lib/chat-embed/src/util/history-message-util.js +85 -63
- package/lib/chat-embed/src/util/mcp-utils.js +8 -5
- package/lib/chat-embed/src/util/text-file-util.js +11 -7
- package/lib/chat-embed/src/voice/index.js +7 -5
- package/lib/chat-embed/src/voice/js/crypto-js.js +995 -987
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +169 -161
- package/lib/chat-embed/src/voice/js/timer.js +10 -7
- package/lib/chat-embed/src/voice/voice.vue.js +70 -61
- package/lib/date-picker-range/index.js +7 -5
- package/lib/date-picker-range/index.vue.js +7 -5
- package/lib/date-picker-range/index.vue2.js +63 -59
- package/lib/date-picker-range/index.vue3.js +4 -2
- package/lib/department-tree/index.js +5 -3
- package/lib/department-tree/src/department-tree.vue.js +17 -11
- package/lib/department-tree-inline/index.js +5 -3
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +27 -17
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -2
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +27 -17
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -2
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +13 -8
- package/lib/department-tree-inline/src/department-tree-service.js +10 -8
- package/lib/department-tree-inline/src/search-result.vue.js +23 -19
- package/lib/department-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/department-tree-mobile/index.js +7 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +12 -9
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +4 -2
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +5 -3
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +91 -80
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -3
- package/lib/department-tree-mobile/src/department-tree-service.js +42 -32
- package/lib/department-tree-mobile/src/dept-path.vue.js +11 -10
- package/lib/department-tree-mobile/src/dept-path.vue2.js +4 -3
- package/lib/department-tree-mobile/src/dept-result.vue.js +14 -11
- package/lib/department-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/department-user-tree/index.js +5 -3
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +14 -10
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -2
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +14 -9
- package/lib/department-user-tree/src/department-user-tree.vue.js +20 -14
- package/lib/department-user-tree-inline/index.js +5 -3
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +28 -17
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -2
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +33 -21
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -2
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +13 -8
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +9 -6
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +11 -8
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +12 -7
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +12 -7
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +14 -8
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +20 -14
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +23 -17
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +3 -2
- package/lib/department-user-tree-inline/src/search-result.vue.js +15 -12
- package/lib/department-user-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/department-user-tree-mobile/index.js +7 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +12 -9
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -2
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -3
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +104 -93
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -3
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +30 -20
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +11 -10
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +4 -3
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +15 -11
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/directives/prevent-reclick.js +3 -2
- package/lib/dynamic-source-select/index.js +7 -5
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +15 -13
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +183 -173
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -2
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -2
- package/lib/dynamic-source-select/src/events.js +3 -2
- package/lib/empty-state/index.vue.js +8 -5
- package/lib/empty-state/index.vue2.js +4 -3
- package/lib/fs-preview/index.js +7 -5
- package/lib/fs-preview/src/fs-preview.vue.js +72 -63
- package/lib/fs-preview/src/fs-preview.vue2.js +4 -2
- package/lib/fs-upload/index.js +7 -5
- package/lib/fs-upload/src/fs-upload-multi.vue.js +32 -24
- package/lib/fs-upload/src/fs-upload-single.vue.js +39 -30
- package/lib/fs-upload/src/fs-upload.vue.js +16 -10
- package/lib/fs-upload/src/see-big-picture.vue.js +11 -8
- package/lib/fs-upload-list/index.js +7 -5
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +40 -33
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +4 -2
- package/lib/fs-upload-new/index.js +7 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +38 -34
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +109 -101
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +33 -26
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -2
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +31 -27
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -3
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +24 -18
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -3
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +7 -5
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +43 -36
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +4 -2
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +7 -5
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +45 -37
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +4 -2
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +8 -5
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +70 -61
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +4 -2
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +4 -2
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +47 -37
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +4 -3
- package/lib/hamburger/index.js +5 -3
- package/lib/hamburger/src/hamburger.vue.js +14 -10
- package/lib/hamburger/src/hamburger.vue2.js +4 -2
- package/lib/index.js +383 -40
- package/lib/json-view/json-view-dialog.vue.js +15 -12
- package/lib/json-view/json-view-dialog.vue2.js +4 -3
- package/lib/json-view/json-view.vue.js +4 -3
- package/lib/json-view/json-view.vue2.js +31 -27
- package/lib/multipart-upload/index.js +7 -5
- package/lib/multipart-upload/src/index.vue.js +11 -7
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +49 -40
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +67 -59
- package/lib/organization-input/index.js +7 -5
- package/lib/organization-input/src/organization-input.vue.js +37 -31
- package/lib/organization-input/src/organization-input.vue2.js +4 -2
- package/lib/plugins/export-data-new.js +104 -96
- package/lib/plugins/export-data.js +51 -45
- package/lib/plugins/index.js +8 -4
- package/lib/plugins/public-method.js +3 -2
- package/lib/remove-department/index.js +5 -3
- package/lib/remove-department/src/remove-department.vue.js +19 -13
- package/lib/remove-department/src/remove-dept-service.js +10 -9
- package/lib/remove-user/index.js +7 -5
- package/lib/remove-user/src/remove-user-service.js +4 -3
- package/lib/remove-user/src/remove-user.vue.js +22 -16
- package/lib/remove-workgroup/index.js +7 -5
- package/lib/remove-workgroup/src/remove-workgroup-service.js +4 -3
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +18 -12
- package/lib/rich-editor/index.js +7 -5
- package/lib/rich-editor/index.vue.js +76 -28
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +10 -7
- package/lib/row-form/index.js +7 -5
- package/lib/row-form/index.vue.js +7 -5
- package/lib/row-form/index.vue2.js +47 -41
- package/lib/row-form/index.vue3.js +4 -2
- package/lib/row-form/operation.vue.js +26 -22
- package/lib/row-form/operation.vue2.js +4 -3
- package/lib/scan-code-input/index.js +7 -5
- package/lib/scan-code-input/src/events.js +13 -11
- package/lib/scan-code-input/src/scan-code-input.vue.js +15 -9
- package/lib/scan-code-input-browser/index.js +7 -5
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +21 -16
- package/lib/secret-info/index.js +7 -5
- package/lib/secret-info/index.vue.js +9 -6
- package/lib/src/api/sso-service.js +36 -34
- package/lib/src/api/tab.js +9 -8
- package/lib/src/assets/401/401.gif.js +4 -2
- package/lib/src/assets/404/404-cloud.png.js +4 -2
- package/lib/src/assets/404/404.png.js +4 -2
- package/lib/src/assets/chat-embed/robot.gif.js +4 -2
- package/lib/src/assets/chat-embed/robot.svg.js +4 -2
- package/lib/src/assets/nonemessage.png.js +4 -2
- package/lib/src/components/Affix/index.vue.js +7 -5
- package/lib/src/components/Affix/index.vue2.js +58 -56
- package/lib/src/components/Affix/index.vue3.js +4 -2
- package/lib/src/components/Card/index.js +38 -33
- package/lib/src/components/Scrollbar/index.vue.js +37 -33
- package/lib/src/components/Scrollbar/index.vue2.js +4 -2
- package/lib/src/directives/permission/index.js +5 -3
- package/lib/src/directives/permission/permission.js +9 -7
- package/lib/src/i18n/i18n.js +7 -3
- package/lib/src/i18n/langs/cn.js +4 -2
- package/lib/src/i18n/langs/en.js +4 -2
- package/lib/src/mixins/resizeMixin.js +3 -2
- package/lib/src/permission.js +46 -43
- package/lib/src/router/index.js +10 -16
- package/lib/src/store/getters.js +4 -2
- package/lib/src/store/index.js +13 -16
- package/lib/src/store/modules/app.js +4 -3
- package/lib/src/store/modules/chat-ai-store.js +22 -19
- package/lib/src/store/modules/permission.js +11 -10
- package/lib/src/store/modules/system.js +9 -7
- package/lib/src/store/modules/tab-content.js +15 -13
- package/lib/src/store/modules/table.js +3 -2
- package/lib/src/store/modules/user.js +95 -89
- package/lib/src/utils/auth-api.js +5 -3
- package/lib/src/utils/auth.js +139 -69
- package/lib/src/utils/calculator/calculator-factory-wf.js +49 -48
- package/lib/src/utils/calculator/calculator-factory.js +58 -57
- package/lib/src/utils/calculator/calculator-util.js +32 -29
- package/lib/src/utils/chat-ai-util.js +25 -17
- package/lib/src/utils/common-util.js +356 -271
- package/lib/src/utils/eventBus.js +6 -3
- package/lib/src/utils/file-util.js +16 -15
- package/lib/src/utils/global-prop.js +37 -21
- package/lib/src/utils/guid.js +8 -5
- package/lib/src/utils/i18n-util.js +24 -16
- package/lib/src/utils/iconUtils.js +23 -16
- package/lib/src/utils/index.js +40 -26
- package/lib/src/utils/insert_css.js +7 -8
- package/lib/src/utils/json-util.js +27 -25
- package/lib/src/utils/jump-page-utils.js +180 -172
- package/lib/src/utils/local-storage.js +3 -2
- package/lib/src/utils/menu.js +11 -10
- package/lib/src/utils/permission.js +26 -22
- package/lib/src/utils/permissionAuth.js +136 -102
- package/lib/src/utils/range-selector.js +45 -41
- package/lib/src/utils/request.js +86 -77
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +15 -12
- package/lib/src/utils/util.js +26 -6
- package/lib/src/utils/validate.js +20 -10
- package/lib/src/utils/voice-setting-cache.js +153 -140
- package/lib/src/utils/watermark-cache.js +14 -9
- package/lib/src/utils/watermark.js +30 -23
- package/lib/src/utils/workflow-util.js +26 -25
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +7 -5
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +11 -8
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +4 -2
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +12 -9
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +26 -19
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -2
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +20 -12
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +26 -21
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +4 -2
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +4 -2
- package/lib/src/views/error-page/401.vue.js +13 -9
- package/lib/src/views/error-page/401.vue2.js +4 -2
- package/lib/src/views/error-page/404.vue.js +11 -7
- package/lib/src/views/error-page/404.vue2.js +4 -2
- package/lib/src/views/layout/EmptyLayout.vue.js +8 -6
- package/lib/src/views/layout/Layout.vue.js +19 -12
- package/lib/src/views/layout/Layout.vue2.js +4 -2
- package/lib/src/views/layout/NewLayout.vue.js +10 -6
- package/lib/src/views/layout/components/AppMain.vue.js +11 -9
- package/lib/src/views/layout/components/AppMain.vue2.js +4 -2
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +37 -44
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +4 -2
- package/lib/src/views/layout/components/Menubar/Item.vue.js +7 -5
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +14 -12
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +4 -2
- package/lib/src/views/layout/components/Menubar/Link.vue.js +12 -9
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +24 -15
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -2
- package/lib/src/views/layout/components/Menubar/index.vue.js +30 -19
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +8 -6
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +4 -3
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +11 -8
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +17 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -2
- package/lib/src/views/layout/components/Sidebar/index.vue.js +25 -18
- package/lib/src/views/layout/components/iframe-page.vue.js +10 -8
- package/lib/src/views/layout/components/iframe-page.vue2.js +4 -2
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +14 -10
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +4 -2
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +4 -2
- package/lib/src/views/layout/mixin/ResizeHandler.js +5 -3
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +10 -8
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +4 -2
- package/lib/src/views/layout/tab-content-index.vue.js +18 -12
- package/lib/src/views/layout/tab-content-index.vue2.js +4 -2
- package/lib/src/views/login/authredirect.vue.js +3 -2
- package/lib/src/views/redirect/index.vue.js +8 -17
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +4 -2
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +13 -11
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +4 -2
- package/lib/style.css +547 -547
- package/lib/super-grid/index.js +7 -5
- package/lib/super-grid/src/apis.js +231 -221
- package/lib/super-grid/src/columns-config.vue.js +22 -16
- package/lib/super-grid/src/components/grid-icon.vue.js +34 -26
- package/lib/super-grid/src/components/grid-radio-input.vue.js +18 -15
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +4 -3
- package/lib/super-grid/src/components/mobile-table-card.js +83 -73
- package/lib/super-grid/src/components/select-input.vue.js +106 -98
- package/lib/super-grid/src/components/select-input.vue2.js +4 -3
- package/lib/super-grid/src/custom-formatter.js +74 -69
- package/lib/super-grid/src/dynamic-input.vue.js +159 -142
- package/lib/super-grid/src/eventBus.js +6 -3
- package/lib/super-grid/src/events.js +36 -34
- package/lib/super-grid/src/formValidatorUtil.js +65 -62
- package/lib/super-grid/src/formatter.js +41 -36
- package/lib/super-grid/src/group-column.vue.js +13 -8
- package/lib/super-grid/src/header-context-menu.vue.js +13 -10
- package/lib/super-grid/src/header-context-menu.vue2.js +4 -2
- package/lib/super-grid/src/index-column.vue.js +10 -7
- package/lib/super-grid/src/normal-column-content.vue.js +205 -186
- package/lib/super-grid/src/normal-column-content.vue2.js +4 -2
- package/lib/super-grid/src/normal-column.vue.js +55 -40
- package/lib/super-grid/src/normal-column.vue2.js +4 -2
- package/lib/super-grid/src/public-methods.js +14 -12
- package/lib/super-grid/src/row-detail.vue.js +10 -7
- package/lib/super-grid/src/row-operation.vue.js +26 -19
- package/lib/super-grid/src/row-operation.vue2.js +4 -2
- package/lib/super-grid/src/scan-util.js +26 -24
- package/lib/super-grid/src/search-button.vue.js +17 -12
- package/lib/super-grid/src/search-condition-input.vue.js +12 -8
- package/lib/super-grid/src/search-condition-list.vue.js +13 -10
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +23 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +4 -2
- package/lib/super-grid/src/search-form-dialog.vue.js +13 -9
- package/lib/super-grid/src/search-form-item.vue.js +24 -16
- package/lib/super-grid/src/search-form-item.vue2.js +4 -2
- package/lib/super-grid/src/search-form-mobile.vue.js +22 -13
- package/lib/super-grid/src/search-form-mobile.vue2.js +4 -2
- package/lib/super-grid/src/search-form-number.vue.js +14 -9
- package/lib/super-grid/src/search-form-open.vue.js +13 -7
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +19 -11
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +4 -2
- package/lib/super-grid/src/search-form.vue.js +77 -65
- package/lib/super-grid/src/search-form.vue2.js +4 -2
- package/lib/super-grid/src/search-methods.js +3 -2
- package/lib/super-grid/src/selection-column.vue.js +9 -7
- package/lib/super-grid/src/store.js +4 -3
- package/lib/super-grid/src/super-grid-service.js +128 -121
- package/lib/super-grid/src/super-grid.vue.js +217 -186
- package/lib/super-grid/src/super-grid.vue2.js +4 -2
- package/lib/super-grid/src/utils.js +322 -265
- package/lib/super-grid/src/view-image-dialog.vue.js +33 -26
- package/lib/super-icon/index.js +7 -5
- package/lib/super-icon/src/index.vue.js +7 -5
- package/lib/super-icon/src/index.vue2.js +11 -8
- package/lib/super-icon/src/index.vue3.js +4 -2
- package/lib/super-nine-grid/index.js +7 -5
- package/lib/super-nine-grid/src/apis.js +8 -5
- package/lib/super-nine-grid/src/custom-formatter.js +7 -5
- package/lib/super-nine-grid/src/formatter.js +29 -28
- package/lib/super-nine-grid/src/search-form-number.vue.js +12 -8
- package/lib/super-nine-grid/src/search-form.vue.js +40 -33
- package/lib/super-nine-grid/src/search-form.vue2.js +4 -2
- package/lib/super-nine-grid/src/search-methods.js +3 -2
- package/lib/super-nine-grid/src/store.js +4 -3
- package/lib/super-nine-grid/src/super-grid-service.js +9 -5
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +105 -95
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +4 -2
- package/lib/super-nine-grid/src/utils.js +27 -31
- package/lib/svg-icon/index.js +7 -5
- package/lib/svg-icon/src/svg-icon.vue.js +10 -8
- package/lib/svg-icon/src/svg-icon.vue2.js +4 -2
- package/lib/utils/gogocodeTransfer.js +28 -23
- package/lib/utils/memory-cache-utils.js +5 -3
- package/lib/utils/organization.js +53 -40
- package/lib/utils/utils.js +29 -27
- package/lib/utils/value-set.js +70 -68
- package/lib/valid-code/index.js +7 -5
- package/lib/valid-code/src/valid-code.vue.js +13 -10
- package/lib/valid-code/src/valid-code.vue2.js +4 -2
- package/lib/workflow-button/index.js +5 -3
- package/lib/workflow-button/src/workflow-button.vue.js +39 -34
- package/lib/workflow-history-list/index.js +7 -5
- package/lib/workflow-history-list/src/api.js +3 -2
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +65 -59
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +4 -2
- package/lib/workgroup-tree/index.js +7 -5
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +17 -11
- package/lib/workgroup-tree-inline/index.js +5 -3
- package/lib/workgroup-tree-inline/src/search-result.vue.js +25 -21
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +52 -43
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -2
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +7 -5
- package/lib/workgroup-tree-mobile/index.js +8 -5
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +14 -11
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +12 -9
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -2
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +86 -76
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +28 -20
- package/lib/workgroup-user-tree/index.js +7 -5
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +17 -11
- package/lib/workgroup-user-tree-inline/index.js +5 -3
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +25 -21
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +4 -2
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +11 -9
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +43 -34
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -2
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +11 -10
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -3
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +15 -11
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +12 -9
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -2
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +104 -93
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +25 -16
- package/lib/year-range-picker/index.js +5 -3
- package/lib/year-range-picker/src/year-range-picker.vue.js +12 -9
- package/package.json +2 -5
- package/vite.config.js +21 -21
- package/dist/favicon.svg +0 -29
- package/dist/index.full.min.js +0 -16440
- package/dist/style.css +0 -3078
- package/es/IntervalSelection/index.js +0 -7
- package/es/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/es/IntervalSelection/src/sectionDate.vue2.js +0 -4
- package/es/_virtual/__vite-browser-external.js +0 -4
- package/es/_virtual/_plugin-vue_export-helper.js +0 -9
- package/es/breadcrumb/index.js +0 -7
- package/es/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/es/breadcrumb/src/breadcrumb.vue2.js +0 -4
- package/es/chat-embed/index.js +0 -7
- package/es/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/es/chat-embed/src/chat-addition-data.vue2.js +0 -14
- package/es/chat-embed/src/chat-addition-data.vue3.js +0 -4
- package/es/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
- package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +0 -4
- package/es/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/es/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
- package/es/chat-embed/src/chat-bubble-footer.vue3.js +0 -4
- package/es/chat-embed/src/chat-embed-message.js +0 -22
- package/es/chat-embed/src/chat-sender.vue.js +0 -7
- package/es/chat-embed/src/chat-sender.vue2.js +0 -160
- package/es/chat-embed/src/chat-sender.vue3.js +0 -4
- package/es/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/es/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
- package/es/chat-embed/src/components/answer-auto-chart.vue3.js +0 -4
- package/es/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/es/chat-embed/src/components/answer-home-chart.vue2.js +0 -6
- package/es/chat-embed/src/components/answer-home-chart.vue3.js +0 -4
- package/es/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/es/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/es/chat-embed/src/components/answer-interaction-data.vue3.js +0 -4
- package/es/chat-embed/src/components/history-detail.vue.js +0 -7
- package/es/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/es/chat-embed/src/components/history-detail.vue3.js +0 -4
- package/es/chat-embed/src/header.vue.js +0 -7
- package/es/chat-embed/src/header.vue2.js +0 -46
- package/es/chat-embed/src/header.vue3.js +0 -4
- package/es/chat-embed/src/index.vue.js +0 -7
- package/es/chat-embed/src/index.vue2.js +0 -307
- package/es/chat-embed/src/index.vue3.js +0 -4
- package/es/chat-embed/src/recommendation-message.vue.js +0 -7
- package/es/chat-embed/src/recommendation-message.vue2.js +0 -8
- package/es/chat-embed/src/recommendation-message.vue3.js +0 -4
- package/es/chat-embed/src/sidebar-item.vue.js +0 -7
- package/es/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/es/chat-embed/src/sidebar-item.vue3.js +0 -4
- package/es/chat-embed/src/type.js +0 -5
- package/es/chat-embed/src/util/chat-embed-util.js +0 -57
- package/es/chat-embed/src/util/history-message-util.js +0 -96
- package/es/chat-embed/src/util/mcp-utils.js +0 -53
- package/es/chat-embed/src/util/text-file-util.js +0 -12
- package/es/chat-embed/src/voice/index.js +0 -7
- package/es/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/es/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/es/chat-embed/src/voice/js/timer.js +0 -11
- package/es/chat-embed/src/voice/voice.vue.js +0 -104
- package/es/date-picker-range/index.js +0 -7
- package/es/date-picker-range/index.vue.js +0 -7
- package/es/date-picker-range/index.vue2.js +0 -93
- package/es/date-picker-range/index.vue3.js +0 -4
- package/es/department-tree/index.js +0 -7
- package/es/department-tree/src/department-tree.vue.js +0 -23
- package/es/department-tree-inline/index.js +0 -7
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +0 -4
- package/es/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +0 -4
- package/es/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/es/department-tree-inline/src/department-tree-service.js +0 -108
- package/es/department-tree-inline/src/search-result.vue.js +0 -40
- package/es/department-tree-inline/src/search-result.vue2.js +0 -4
- package/es/department-tree-mobile/index.js +0 -8
- package/es/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/es/department-tree-mobile/src/department-tree-app.vue2.js +0 -4
- package/es/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/es/department-tree-mobile/src/department-tree-service.js +0 -55
- package/es/department-tree-mobile/src/dept-path.vue.js +0 -14
- package/es/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/es/department-tree-mobile/src/dept-result.vue.js +0 -16
- package/es/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/department-user-tree/index.js +0 -7
- package/es/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +0 -4
- package/es/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/es/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/es/department-user-tree-inline/index.js +0 -7
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +0 -4
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +0 -4
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/es/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/es/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/es/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/es/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/es/department-user-tree-inline/src/group-user-tree-service.js +0 -34
- package/es/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/es/department-user-tree-inline/src/search-result.vue2.js +0 -4
- package/es/department-user-tree-mobile/index.js +0 -8
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +0 -4
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/es/department-user-tree-mobile/src/department-user-tree-service.js +0 -38
- package/es/department-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/es/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/es/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/es/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/directives/prevent-reclick.js +0 -15
- package/es/dynamic-source-select/index.js +0 -7
- package/es/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/es/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
- package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +0 -4
- package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +0 -4
- package/es/dynamic-source-select/src/events.js +0 -29
- package/es/empty-state/index.vue.js +0 -9
- package/es/empty-state/index.vue2.js +0 -4
- package/es/favicon.svg +0 -29
- package/es/fs-preview/index.js +0 -7
- package/es/fs-preview/src/fs-preview.vue.js +0 -120
- package/es/fs-preview/src/fs-preview.vue2.js +0 -4
- package/es/fs-upload/index.js +0 -7
- package/es/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/es/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/es/fs-upload/src/fs-upload.vue.js +0 -24
- package/es/fs-upload/src/see-big-picture.vue.js +0 -12
- package/es/fs-upload-list/index.js +0 -7
- package/es/fs-upload-list/src/fs-upload-list.vue.js +0 -98
- package/es/fs-upload-list/src/fs-upload-list.vue2.js +0 -4
- package/es/fs-upload-new/index.js +0 -7
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/es/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/es/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/es/fs-upload-new/src/fs-button-upload.vue3.js +0 -4
- package/es/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/es/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/es/fs-upload-new/src/fs-drag-upload.vue3.js +0 -4
- package/es/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/es/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/es/fs-upload-new/src/fs-preview-new.vue3.js +0 -4
- package/es/fs-upload-new/src/fs-preview-new.vue4.js +0 -4
- package/es/fs-upload-new/src/fs-upload-new.vue.js +0 -64
- package/es/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/es/hamburger/index.js +0 -7
- package/es/hamburger/src/hamburger.vue.js +0 -15
- package/es/hamburger/src/hamburger.vue2.js +0 -4
- package/es/index.js +0 -383
- package/es/json-view/json-view-dialog.vue.js +0 -19
- package/es/json-view/json-view-dialog.vue2.js +0 -4
- package/es/json-view/json-view.vue.js +0 -4
- package/es/json-view/json-view.vue2.js +0 -36
- package/es/multipart-upload/index.js +0 -7
- package/es/multipart-upload/src/index.vue.js +0 -14
- package/es/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/es/multipart-upload/src/multipart-upload-list.vue.js +0 -104
- package/es/organization-input/index.js +0 -7
- package/es/organization-input/src/organization-input.vue.js +0 -224
- package/es/organization-input/src/organization-input.vue2.js +0 -4
- package/es/plugins/export-data-new.js +0 -237
- package/es/plugins/export-data.js +0 -179
- package/es/plugins/index.js +0 -9
- package/es/plugins/public-method.js +0 -14
- package/es/remove-department/index.js +0 -7
- package/es/remove-department/src/remove-department.vue.js +0 -33
- package/es/remove-department/src/remove-dept-service.js +0 -13
- package/es/remove-user/index.js +0 -7
- package/es/remove-user/src/remove-user-service.js +0 -13
- package/es/remove-user/src/remove-user.vue.js +0 -35
- package/es/remove-workgroup/index.js +0 -7
- package/es/remove-workgroup/src/remove-workgroup-service.js +0 -13
- package/es/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/es/rich-editor/index.js +0 -7
- package/es/rich-editor/index.vue.js +0 -115
- package/es/rich-editor/tinymce/zh_CN.js +0 -2
- package/es/rich-editor/viewer.vue.js +0 -27
- package/es/row-form/index.js +0 -7
- package/es/row-form/index.vue.js +0 -7
- package/es/row-form/index.vue2.js +0 -62
- package/es/row-form/index.vue3.js +0 -4
- package/es/row-form/operation.vue.js +0 -32
- package/es/row-form/operation.vue2.js +0 -4
- package/es/scan-code-input/index.js +0 -7
- package/es/scan-code-input/src/events.js +0 -15
- package/es/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/es/scan-code-input-browser/index.js +0 -7
- package/es/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/es/secret-info/index.js +0 -7
- package/es/secret-info/index.vue.js +0 -16
- package/es/src/api/sso-service.js +0 -57
- package/es/src/api/tab.js +0 -15
- package/es/src/assets/401/401.gif.js +0 -4
- package/es/src/assets/404/404-cloud.png.js +0 -4
- package/es/src/assets/404/404.png.js +0 -4
- package/es/src/assets/chat-embed/robot.gif.js +0 -4
- package/es/src/assets/chat-embed/robot.svg.js +0 -4
- package/es/src/assets/nonemessage.png.js +0 -4
- package/es/src/components/Affix/index.vue.js +0 -7
- package/es/src/components/Affix/index.vue2.js +0 -83
- package/es/src/components/Affix/index.vue3.js +0 -4
- package/es/src/components/Card/index.js +0 -48
- package/es/src/components/Scrollbar/index.vue.js +0 -52
- package/es/src/components/Scrollbar/index.vue2.js +0 -4
- package/es/src/directives/permission/index.js +0 -7
- package/es/src/directives/permission/permission.js +0 -11
- package/es/src/i18n/i18n.js +0 -7
- package/es/src/i18n/langs/cn.js +0 -4
- package/es/src/i18n/langs/en.js +0 -4
- package/es/src/mixins/resizeMixin.js +0 -21
- package/es/src/permission.js +0 -79
- package/es/src/router/index.js +0 -9
- package/es/src/store/getters.js +0 -4
- package/es/src/store/index.js +0 -13
- package/es/src/store/modules/app.js +0 -41
- package/es/src/store/modules/chat-ai-store.js +0 -36
- package/es/src/store/modules/permission.js +0 -31
- package/es/src/store/modules/system.js +0 -12
- package/es/src/store/modules/tab-content.js +0 -20
- package/es/src/store/modules/table.js +0 -18
- package/es/src/store/modules/user.js +0 -139
- package/es/src/utils/auth-api.js +0 -134
- package/es/src/utils/auth.js +0 -156
- package/es/src/utils/calculator/calculator-factory-wf.js +0 -167
- package/es/src/utils/calculator/calculator-factory.js +0 -93
- package/es/src/utils/calculator/calculator-util.js +0 -56
- package/es/src/utils/chat-ai-util.js +0 -34
- package/es/src/utils/common-util.js +0 -440
- package/es/src/utils/eventBus.js +0 -6
- package/es/src/utils/file-util.js +0 -23
- package/es/src/utils/global-prop.js +0 -38
- package/es/src/utils/guid.js +0 -10
- package/es/src/utils/i18n-util.js +0 -70
- package/es/src/utils/iconUtils.js +0 -26
- package/es/src/utils/index.js +0 -46
- package/es/src/utils/insert_css.js +0 -17
- package/es/src/utils/json-util.js +0 -47
- package/es/src/utils/jump-page-utils.js +0 -264
- package/es/src/utils/local-storage.js +0 -19
- package/es/src/utils/menu.js +0 -14
- package/es/src/utils/permission.js +0 -45
- package/es/src/utils/permissionAuth.js +0 -154
- package/es/src/utils/range-selector.js +0 -105
- package/es/src/utils/request.js +0 -140
- package/es/src/utils/resize.js +0 -11
- package/es/src/utils/restful-interface-utils.js +0 -18
- package/es/src/utils/util.js +0 -361
- package/es/src/utils/validate.js +0 -22
- package/es/src/utils/voice-setting-cache.js +0 -212
- package/es/src/utils/watermark-cache.js +0 -15
- package/es/src/utils/watermark.js +0 -40
- package/es/src/utils/workflow-util.js +0 -42
- package/es/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/es/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/es/src/views/dsc-component/Sidebar/Item.vue3.js +0 -4
- package/es/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +0 -4
- package/es/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/es/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
- package/es/src/views/dsc-component/tabs/tab-content.vue2.js +0 -4
- package/es/src/views/dsc-component/tabs/tab-content.vue3.js +0 -4
- package/es/src/views/error-page/401.vue.js +0 -15
- package/es/src/views/error-page/401.vue2.js +0 -4
- package/es/src/views/error-page/404.vue.js +0 -12
- package/es/src/views/error-page/404.vue2.js +0 -4
- package/es/src/views/layout/EmptyLayout.vue.js +0 -9
- package/es/src/views/layout/Layout.vue.js +0 -28
- package/es/src/views/layout/Layout.vue2.js +0 -4
- package/es/src/views/layout/NewLayout.vue.js +0 -11
- package/es/src/views/layout/components/AppMain.vue.js +0 -13
- package/es/src/views/layout/components/AppMain.vue2.js +0 -4
- package/es/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
- package/es/src/views/layout/components/Breadcrumb/index.vue2.js +0 -4
- package/es/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/es/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/es/src/views/layout/components/Menubar/Item.vue3.js +0 -4
- package/es/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +0 -4
- package/es/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/es/src/views/layout/components/Sidebar/Item.vue.js +0 -9
- package/es/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/es/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +0 -4
- package/es/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/es/src/views/layout/components/iframe-page.vue.js +0 -14
- package/es/src/views/layout/components/iframe-page.vue2.js +0 -4
- package/es/src/views/layout/components/tabs/tab-content.vue.js +0 -64
- package/es/src/views/layout/components/tabs/tab-content.vue2.js +0 -4
- package/es/src/views/layout/components/tabs/tab-content.vue3.js +0 -4
- package/es/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/es/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/es/src/views/layout/tab-content-iframe-index.vue2.js +0 -4
- package/es/src/views/layout/tab-content-index.vue.js +0 -28
- package/es/src/views/layout/tab-content-index.vue2.js +0 -4
- package/es/src/views/login/authredirect.vue.js +0 -7
- package/es/src/views/redirect/index.vue.js +0 -8
- package/es/src/views/svg-icon/src/svg-icon.vue.js +0 -4
- package/es/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/es/src/views/wf-history/tache-subprocess-history.vue2.js +0 -4
- package/es/style.css +0 -3077
- package/es/super-grid/index.js +0 -7
- package/es/super-grid/src/apis.js +0 -458
- package/es/super-grid/src/columns-config.vue.js +0 -82
- package/es/super-grid/src/components/grid-icon.vue.js +0 -47
- package/es/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/es/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/es/super-grid/src/components/mobile-table-card.js +0 -109
- package/es/super-grid/src/components/select-input.vue.js +0 -149
- package/es/super-grid/src/components/select-input.vue2.js +0 -4
- package/es/super-grid/src/custom-formatter.js +0 -168
- package/es/super-grid/src/dynamic-input.vue.js +0 -482
- package/es/super-grid/src/eventBus.js +0 -6
- package/es/super-grid/src/events.js +0 -37
- package/es/super-grid/src/formValidatorUtil.js +0 -109
- package/es/super-grid/src/formatter.js +0 -74
- package/es/super-grid/src/group-column.vue.js +0 -24
- package/es/super-grid/src/header-context-menu.vue.js +0 -15
- package/es/super-grid/src/header-context-menu.vue2.js +0 -4
- package/es/super-grid/src/index-column.vue.js +0 -22
- package/es/super-grid/src/normal-column-content.vue.js +0 -319
- package/es/super-grid/src/normal-column-content.vue2.js +0 -4
- package/es/super-grid/src/normal-column.vue.js +0 -106
- package/es/super-grid/src/normal-column.vue2.js +0 -4
- package/es/super-grid/src/public-methods.js +0 -22
- package/es/super-grid/src/row-detail.vue.js +0 -14
- package/es/super-grid/src/row-operation.vue.js +0 -89
- package/es/super-grid/src/row-operation.vue2.js +0 -4
- package/es/super-grid/src/scan-util.js +0 -100
- package/es/super-grid/src/search-button.vue.js +0 -23
- package/es/super-grid/src/search-condition-input.vue.js +0 -17
- package/es/super-grid/src/search-condition-list.vue.js +0 -20
- package/es/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/es/super-grid/src/search-form-advancedQuery.vue2.js +0 -4
- package/es/super-grid/src/search-form-dialog.vue.js +0 -16
- package/es/super-grid/src/search-form-item.vue.js +0 -128
- package/es/super-grid/src/search-form-item.vue2.js +0 -4
- package/es/super-grid/src/search-form-mobile.vue.js +0 -41
- package/es/super-grid/src/search-form-mobile.vue2.js +0 -4
- package/es/super-grid/src/search-form-number.vue.js +0 -26
- package/es/super-grid/src/search-form-open.vue.js +0 -50
- package/es/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/es/super-grid/src/search-form-ordinarySearch.vue2.js +0 -4
- package/es/super-grid/src/search-form.vue.js +0 -201
- package/es/super-grid/src/search-form.vue2.js +0 -4
- package/es/super-grid/src/search-methods.js +0 -164
- package/es/super-grid/src/selection-column.vue.js +0 -11
- package/es/super-grid/src/store.js +0 -4
- package/es/super-grid/src/super-grid-service.js +0 -260
- package/es/super-grid/src/super-grid.vue.js +0 -1052
- package/es/super-grid/src/super-grid.vue2.js +0 -4
- package/es/super-grid/src/utils.js +0 -355
- package/es/super-grid/src/view-image-dialog.vue.js +0 -67
- package/es/super-icon/index.js +0 -7
- package/es/super-icon/src/index.vue.js +0 -7
- package/es/super-icon/src/index.vue2.js +0 -13
- package/es/super-icon/src/index.vue3.js +0 -4
- package/es/super-nine-grid/index.js +0 -7
- package/es/super-nine-grid/src/apis.js +0 -36
- package/es/super-nine-grid/src/custom-formatter.js +0 -35
- package/es/super-nine-grid/src/formatter.js +0 -37
- package/es/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/es/super-nine-grid/src/search-form.vue.js +0 -91
- package/es/super-nine-grid/src/search-form.vue2.js +0 -4
- package/es/super-nine-grid/src/search-methods.js +0 -48
- package/es/super-nine-grid/src/store.js +0 -4
- package/es/super-nine-grid/src/super-grid-service.js +0 -39
- package/es/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/es/super-nine-grid/src/super-nine-grid.vue2.js +0 -4
- package/es/super-nine-grid/src/utils.js +0 -32
- package/es/svg-icon/index.js +0 -7
- package/es/svg-icon/src/svg-icon.vue.js +0 -14
- package/es/svg-icon/src/svg-icon.vue2.js +0 -4
- package/es/utils/gogocodeTransfer.js +0 -33
- package/es/utils/memory-cache-utils.js +0 -30
- package/es/utils/organization.js +0 -57
- package/es/utils/utils.js +0 -87
- package/es/utils/value-set.js +0 -94
- package/es/valid-code/index.js +0 -7
- package/es/valid-code/src/valid-code.vue.js +0 -23
- package/es/valid-code/src/valid-code.vue2.js +0 -4
- package/es/workflow-button/index.js +0 -7
- package/es/workflow-button/src/workflow-button.vue.js +0 -85
- package/es/workflow-history-list/index.js +0 -7
- package/es/workflow-history-list/src/api.js +0 -6
- package/es/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/es/workflow-history-list/src/workflow-history-list.vue2.js +0 -4
- package/es/workgroup-tree/index.js +0 -7
- package/es/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/es/workgroup-tree-inline/index.js +0 -7
- package/es/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/es/workgroup-tree-inline/src/search-result.vue2.js +0 -4
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +0 -4
- package/es/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/es/workgroup-tree-mobile/index.js +0 -8
- package/es/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
- package/es/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +0 -4
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +0 -33
- package/es/workgroup-user-tree/index.js +0 -7
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/es/workgroup-user-tree-inline/index.js +0 -7
- package/es/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/es/workgroup-user-tree-inline/src/search-result.vue2.js +0 -4
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +0 -29
- package/es/year-range-picker/index.js +0 -7
- package/es/year-range-picker/src/year-range-picker.vue.js +0 -14
package/lib/style.css
CHANGED
|
@@ -136,7 +136,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
136
136
|
fill: currentColor;
|
|
137
137
|
overflow: initial;
|
|
138
138
|
}
|
|
139
|
-
.
|
|
139
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
|
+
padding: 0;
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
justify-content: end;
|
|
144
|
+
}
|
|
145
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
146
|
+
display: flex;
|
|
147
|
+
align-items: center;
|
|
148
|
+
justify-content: center;
|
|
149
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
150
|
+
font-size: 18px;
|
|
151
|
+
cursor: pointer;
|
|
152
|
+
}.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
140
153
|
padding: 2px 0 !important;
|
|
141
154
|
}
|
|
142
155
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -279,36 +292,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
279
292
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
280
293
|
flex-wrap: wrap;
|
|
281
294
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
-
padding: 0;
|
|
284
|
-
display: flex;
|
|
285
|
-
align-items: center;
|
|
286
|
-
justify-content: end;
|
|
287
|
-
}
|
|
288
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
289
|
-
display: flex;
|
|
290
|
-
align-items: center;
|
|
291
|
-
justify-content: center;
|
|
292
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
293
|
-
font-size: 18px;
|
|
294
|
-
cursor: pointer;
|
|
295
|
-
}.ValidCode[data-v-aa77e3bd] {
|
|
296
|
-
display: flex;
|
|
297
|
-
background-color: #fff;
|
|
298
|
-
justify-content: center;
|
|
299
|
-
align-items: center;
|
|
300
|
-
cursor: pointer;
|
|
301
|
-
}
|
|
302
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
303
|
-
display: inline-block;
|
|
304
295
|
}
|
|
305
|
-
.searchResult {
|
|
306
|
-
color: red;
|
|
307
|
-
}
|
|
308
|
-
.inline-input-custom {
|
|
309
|
-
width: 90%;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
296
|
.searchResult[data-v-22410ec9] {
|
|
313
297
|
color: red;
|
|
314
298
|
}
|
|
@@ -330,6 +314,26 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
314
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
315
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
316
|
}
|
|
317
|
+
|
|
318
|
+
.searchResult {
|
|
319
|
+
color: red;
|
|
320
|
+
}
|
|
321
|
+
.inline-input-custom {
|
|
322
|
+
width: 90%;
|
|
323
|
+
}
|
|
324
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
325
|
+
display: flex;
|
|
326
|
+
background-color: #fff;
|
|
327
|
+
justify-content: center;
|
|
328
|
+
align-items: center;
|
|
329
|
+
cursor: pointer;
|
|
330
|
+
}
|
|
331
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
332
|
+
display: inline-block;
|
|
333
|
+
}
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
|
+
}
|
|
333
337
|
.nine-grid-area[data-v-80f6a26f] {
|
|
334
338
|
padding: 10px;
|
|
335
339
|
}
|
|
@@ -440,16 +444,35 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
440
444
|
font-size: 14px;
|
|
441
445
|
display: grid;
|
|
442
446
|
grid-template-columns: 20% 80%;
|
|
447
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
448
|
+
width: 30px;
|
|
449
|
+
height: 30px;
|
|
443
450
|
}
|
|
444
|
-
.
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
}
|
|
451
|
-
[data-v-
|
|
452
|
-
|
|
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;
|
|
453
476
|
}
|
|
454
477
|
.fs-preview-container[data-v-2448d898] {
|
|
455
478
|
display: flex;
|
|
@@ -526,35 +549,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
549
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
550
|
padding: 5px 11px;
|
|
528
551
|
height: var(--el-button-size);
|
|
529
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
530
|
-
width: 30px;
|
|
531
|
-
height: 30px;
|
|
532
|
-
}
|
|
533
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
534
|
-
margin-left: 10px;
|
|
535
|
-
cursor: pointer;
|
|
536
|
-
overflow: hidden;
|
|
537
|
-
text-overflow: ellipsis;
|
|
538
|
-
white-space: nowrap;
|
|
539
|
-
}
|
|
540
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
541
|
-
border: 1px solid #dcdfe6;
|
|
542
|
-
padding: 4px 8px;
|
|
543
|
-
background-clip: padding-box;
|
|
544
|
-
overflow: hidden;
|
|
545
|
-
display: inline-flex;
|
|
546
|
-
align-items: center;
|
|
547
|
-
}
|
|
548
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
549
|
-
margin-right: 8px;
|
|
550
|
-
max-width: 120px;
|
|
551
|
-
overflow: hidden;
|
|
552
|
-
text-overflow: ellipsis;
|
|
553
|
-
white-space: nowrap;
|
|
554
|
-
}
|
|
555
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
556
|
-
font-weight: 600;
|
|
557
|
-
margin-left: 4px;
|
|
558
552
|
}.select[data-v-52983a24] {
|
|
559
553
|
width: 100%;
|
|
560
554
|
height: 100%;
|
|
@@ -566,45 +560,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
560
|
width: 100%;
|
|
567
561
|
height: 100%;
|
|
568
562
|
text-align: center;
|
|
563
|
+
}
|
|
564
|
+
.select-top-span {
|
|
565
|
+
width: 100%;
|
|
566
|
+
}
|
|
567
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
568
|
+
display: inline-block;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
-
}.errPage-container[data-v-6bef0241] {
|
|
573
|
-
width: 800px;
|
|
574
|
-
max-width: 100%;
|
|
575
|
-
margin: 100px auto;
|
|
576
|
-
}
|
|
577
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
578
|
-
background: #008489;
|
|
579
|
-
color: #fff;
|
|
580
|
-
border: none !important;
|
|
581
|
-
}
|
|
582
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
583
|
-
margin: 0 auto;
|
|
584
|
-
display: block;
|
|
585
|
-
}
|
|
586
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
587
|
-
display: block;
|
|
588
|
-
margin: 0 auto;
|
|
589
|
-
width: 100%;
|
|
590
|
-
}
|
|
591
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
592
|
-
font-size: 60px;
|
|
593
|
-
font-weight: 700;
|
|
594
|
-
color: #484848;
|
|
595
|
-
}
|
|
596
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
597
|
-
font-size: 14px;
|
|
598
|
-
}
|
|
599
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
600
|
-
padding-bottom: 5px;
|
|
601
|
-
}
|
|
602
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
603
|
-
color: #008489;
|
|
604
|
-
text-decoration: none;
|
|
605
|
-
}
|
|
606
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
607
|
-
text-decoration: underline;
|
|
608
572
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
609
573
|
transform: translate(-50%, -50%);
|
|
610
574
|
position: absolute;
|
|
@@ -797,6 +761,48 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
797
761
|
opacity: 1;
|
|
798
762
|
}
|
|
799
763
|
}
|
|
764
|
+
.graphDiv[data-v-a936569d] {
|
|
765
|
+
overflow: auto;
|
|
766
|
+
height: 100%;
|
|
767
|
+
height: calc(100vh - 20px);
|
|
768
|
+
}
|
|
769
|
+
.errPage-container[data-v-6bef0241] {
|
|
770
|
+
width: 800px;
|
|
771
|
+
max-width: 100%;
|
|
772
|
+
margin: 100px auto;
|
|
773
|
+
}
|
|
774
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
775
|
+
background: #008489;
|
|
776
|
+
color: #fff;
|
|
777
|
+
border: none !important;
|
|
778
|
+
}
|
|
779
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
780
|
+
margin: 0 auto;
|
|
781
|
+
display: block;
|
|
782
|
+
}
|
|
783
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
784
|
+
display: block;
|
|
785
|
+
margin: 0 auto;
|
|
786
|
+
width: 100%;
|
|
787
|
+
}
|
|
788
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
789
|
+
font-size: 60px;
|
|
790
|
+
font-weight: 700;
|
|
791
|
+
color: #484848;
|
|
792
|
+
}
|
|
793
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
794
|
+
font-size: 14px;
|
|
795
|
+
}
|
|
796
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
797
|
+
padding-bottom: 5px;
|
|
798
|
+
}
|
|
799
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
800
|
+
color: #008489;
|
|
801
|
+
text-decoration: none;
|
|
802
|
+
}
|
|
803
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
804
|
+
text-decoration: underline;
|
|
805
|
+
}
|
|
800
806
|
.organization-tree,
|
|
801
807
|
.organization-tree .el-checkbox__label,
|
|
802
808
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -854,7 +860,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
854
860
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
855
861
|
color: #409eff;
|
|
856
862
|
}
|
|
857
|
-
|
|
863
|
+
.super-icon[data-v-875fd31c] {
|
|
864
|
+
width: 1em;
|
|
865
|
+
height: 1em;
|
|
866
|
+
font-size: 14px;
|
|
867
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
868
|
+
width: 50%;
|
|
869
|
+
}
|
|
858
870
|
.organization-tree,
|
|
859
871
|
.organization-tree .el-checkbox__label,
|
|
860
872
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -970,19 +982,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
970
982
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
971
983
|
color: #409eff;
|
|
972
984
|
}
|
|
973
|
-
|
|
974
|
-
width:
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
height: 1em;
|
|
978
|
-
font-size: 14px;
|
|
979
|
-
}
|
|
980
|
-
.graphDiv[data-v-a936569d] {
|
|
981
|
-
overflow: auto;
|
|
982
|
-
height: 100%;
|
|
983
|
-
height: calc(100vh - 20px);
|
|
984
|
-
}
|
|
985
|
-
.app-wrapper[data-v-5c0a6bf6] {
|
|
985
|
+
iframe[data-v-20dccb82] {
|
|
986
|
+
width: 100%;
|
|
987
|
+
height: calc(100vh - 50px);
|
|
988
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
986
989
|
position: relative;
|
|
987
990
|
height: 100%;
|
|
988
991
|
width: 100%;
|
|
@@ -999,9 +1002,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
999
1002
|
height: 100%;
|
|
1000
1003
|
position: absolute;
|
|
1001
1004
|
z-index: 999;
|
|
1002
|
-
}iframe[data-v-20dccb82] {
|
|
1003
|
-
width: 100%;
|
|
1004
|
-
height: calc(100vh - 50px);
|
|
1005
1005
|
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
1006
|
position: relative;
|
|
1007
1007
|
--el-menu-item-height: 45px;
|
|
@@ -1431,6 +1431,16 @@ li[data-v-040fcf55] {
|
|
|
1431
1431
|
width: 98%;
|
|
1432
1432
|
}
|
|
1433
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
|
+
|
|
1434
1444
|
.searchResult {
|
|
1435
1445
|
color: red;
|
|
1436
1446
|
}
|
|
@@ -1457,16 +1467,6 @@ li[data-v-040fcf55] {
|
|
|
1457
1467
|
width: 98%;
|
|
1458
1468
|
}
|
|
1459
1469
|
|
|
1460
|
-
.searchResult {
|
|
1461
|
-
color: red;
|
|
1462
|
-
}
|
|
1463
|
-
.inline-input-custom {
|
|
1464
|
-
width: 90%;
|
|
1465
|
-
}
|
|
1466
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1467
|
-
min-width: 300px;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
1470
|
.searchResult {
|
|
1471
1471
|
color: red;
|
|
1472
1472
|
}
|
|
@@ -1492,14 +1492,66 @@ li[data-v-040fcf55] {
|
|
|
1492
1492
|
width: 100%;
|
|
1493
1493
|
}
|
|
1494
1494
|
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
}
|
|
1499
|
-
.ocean-blue[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1500
|
-
color: #0089BA;
|
|
1495
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1496
|
+
font-size: 17px;
|
|
1497
|
+
font-weight: 700;
|
|
1501
1498
|
}
|
|
1502
|
-
.
|
|
1499
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1500
|
+
font-size: 17px;
|
|
1501
|
+
font-weight: 700;
|
|
1502
|
+
}
|
|
1503
|
+
.organization-tree .el-card__body {
|
|
1504
|
+
padding-top: 10px;
|
|
1505
|
+
}
|
|
1506
|
+
.organization-tree .card-content {
|
|
1507
|
+
margin-top: 10px;
|
|
1508
|
+
}
|
|
1509
|
+
.organization-tree .item-row-all {
|
|
1510
|
+
margin-bottom: 10px;
|
|
1511
|
+
}
|
|
1512
|
+
.organization-tree .item-row {
|
|
1513
|
+
display: flex;
|
|
1514
|
+
width: 100%;
|
|
1515
|
+
}
|
|
1516
|
+
.organization-tree .item-label {
|
|
1517
|
+
flex: 0 0 90%;
|
|
1518
|
+
text-align: left;
|
|
1519
|
+
}
|
|
1520
|
+
.organization-tree .item-side {
|
|
1521
|
+
flex: 0 0 10%;
|
|
1522
|
+
text-align: right;
|
|
1523
|
+
}
|
|
1524
|
+
.organization-tree .el-tree-node {
|
|
1525
|
+
margin-bottom: 10px;
|
|
1526
|
+
}
|
|
1527
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1528
|
+
padding: 0;
|
|
1529
|
+
display: none;
|
|
1530
|
+
}
|
|
1531
|
+
.organization-tree .card-footer {
|
|
1532
|
+
padding: 20px;
|
|
1533
|
+
}
|
|
1534
|
+
.organization-tree .card-footer .select-result {
|
|
1535
|
+
color: #409EFF;
|
|
1536
|
+
flex:1 1 75%;
|
|
1537
|
+
text-align: left;
|
|
1538
|
+
}
|
|
1539
|
+
.organization-tree .card-footer .button-area {
|
|
1540
|
+
flex:0 0 20%;
|
|
1541
|
+
text-align: right;
|
|
1542
|
+
}
|
|
1543
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1544
|
+
color:#409EFF
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1548
|
+
width: 100%;
|
|
1549
|
+
height: calc(100vh - 48px);
|
|
1550
|
+
}
|
|
1551
|
+
.ocean-blue[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1552
|
+
color: #0089BA;
|
|
1553
|
+
}
|
|
1554
|
+
.green[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1503
1555
|
color: #00B9B4;
|
|
1504
1556
|
}
|
|
1505
1557
|
[data-v-80f8eb5e] .el-tabs__nav-scroll {
|
|
@@ -1553,62 +1605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1553
1605
|
.default-page-tip-item {
|
|
1554
1606
|
padding-top: 10px;
|
|
1555
1607
|
}
|
|
1556
|
-
|
|
1557
|
-
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1558
|
-
font-size: 17px;
|
|
1559
|
-
font-weight: 700;
|
|
1560
|
-
}
|
|
1561
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1562
|
-
font-size: 17px;
|
|
1563
|
-
font-weight: 700;
|
|
1564
|
-
}
|
|
1565
|
-
.organization-tree .el-card__body {
|
|
1566
|
-
padding-top: 10px;
|
|
1567
|
-
}
|
|
1568
|
-
.organization-tree .card-content {
|
|
1569
|
-
margin-top: 10px;
|
|
1570
|
-
}
|
|
1571
|
-
.organization-tree .item-row-all {
|
|
1572
|
-
margin-bottom: 10px;
|
|
1573
|
-
}
|
|
1574
|
-
.organization-tree .item-row {
|
|
1575
|
-
display: flex;
|
|
1576
|
-
width: 100%;
|
|
1577
|
-
}
|
|
1578
|
-
.organization-tree .item-label {
|
|
1579
|
-
flex: 0 0 90%;
|
|
1580
|
-
text-align: left;
|
|
1581
|
-
}
|
|
1582
|
-
.organization-tree .item-side {
|
|
1583
|
-
flex: 0 0 10%;
|
|
1584
|
-
text-align: right;
|
|
1585
|
-
}
|
|
1586
|
-
.organization-tree .el-tree-node {
|
|
1587
|
-
margin-bottom: 10px;
|
|
1588
|
-
}
|
|
1589
|
-
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1590
|
-
padding: 0;
|
|
1591
|
-
display: none;
|
|
1592
|
-
}
|
|
1593
|
-
.organization-tree .card-footer {
|
|
1594
|
-
padding: 20px;
|
|
1595
|
-
}
|
|
1596
|
-
.organization-tree .card-footer .select-result {
|
|
1597
|
-
color: #409EFF;
|
|
1598
|
-
flex:1 1 75%;
|
|
1599
|
-
text-align: left;
|
|
1600
|
-
}
|
|
1601
|
-
.organization-tree .card-footer .button-area {
|
|
1602
|
-
flex:0 0 20%;
|
|
1603
|
-
text-align: right;
|
|
1604
|
-
}
|
|
1605
|
-
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1606
|
-
color:#409EFF
|
|
1607
|
-
}
|
|
1608
|
-
[data-v-455b2ba2] .super-icon {
|
|
1609
|
-
width: 20px !important;
|
|
1610
|
-
height: 20px !important;
|
|
1611
|
-
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1608
|
+
.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1612
1609
|
background-color: #eee;
|
|
1613
1610
|
width: 100%;
|
|
1614
1611
|
border: 1px solid #ccc;
|
|
@@ -1627,22 +1624,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1624
|
}
|
|
1628
1625
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1626
|
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
|
-
}
|
|
1634
|
-
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1635
|
-
margin-bottom: 0px;
|
|
1636
|
-
}
|
|
1637
|
-
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1638
|
-
margin-bottom: 5px;
|
|
1639
|
-
text-align: center;
|
|
1640
|
-
}
|
|
1641
|
-
.grid-search-form[data-v-0b145154] .el-select,
|
|
1642
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1643
|
-
width: 100%;
|
|
1644
|
-
}
|
|
1645
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1633
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1646
1634
|
margin-bottom: 0px;
|
|
1647
1635
|
}
|
|
1648
1636
|
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
@@ -1714,7 +1702,19 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1714
1702
|
}
|
|
1715
1703
|
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1716
1704
|
display: inline;
|
|
1717
|
-
}
|
|
1705
|
+
}
|
|
1706
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1707
|
+
margin-bottom: 0px;
|
|
1708
|
+
}
|
|
1709
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1710
|
+
margin-bottom: 5px;
|
|
1711
|
+
text-align: center;
|
|
1712
|
+
}
|
|
1713
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1714
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1715
|
+
width: 100%;
|
|
1716
|
+
}
|
|
1717
|
+
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1718
|
overflow: auto;
|
|
1719
1719
|
}
|
|
1720
1720
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1770,33 +1770,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1770
|
.inline-input-custom {
|
|
1771
1771
|
width: 98%;
|
|
1772
1772
|
}
|
|
1773
|
-
.
|
|
1774
|
-
margin-right: 5px;
|
|
1775
|
-
}
|
|
1776
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1777
|
-
margin-left: 5px;
|
|
1778
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1779
|
-
font-size: 12px;
|
|
1780
|
-
}
|
|
1781
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1782
|
-
border: 1px solid #dcdfe6;
|
|
1783
|
-
padding: 4px 8px;
|
|
1784
|
-
background-clip: padding-box;
|
|
1785
|
-
overflow: hidden;
|
|
1786
|
-
display: inline-flex;
|
|
1787
|
-
align-items: center;
|
|
1788
|
-
}
|
|
1789
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1790
|
-
margin-right: 18px;
|
|
1791
|
-
max-width: 160px;
|
|
1792
|
-
overflow: hidden;
|
|
1793
|
-
text-overflow: ellipsis;
|
|
1794
|
-
white-space: nowrap;
|
|
1795
|
-
}
|
|
1796
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1797
|
-
font-weight: 600;
|
|
1798
|
-
margin-left: 4px;
|
|
1799
|
-
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1773
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1800
1774
|
position: relative;
|
|
1801
1775
|
--el-menu-item-height: 45px;
|
|
1802
1776
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1832,23 +1806,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1832
1806
|
white-space: nowrap;
|
|
1833
1807
|
overflow: hidden;
|
|
1834
1808
|
text-overflow: ellipsis;
|
|
1809
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1810
|
+
font-size: 12px;
|
|
1835
1811
|
}
|
|
1836
|
-
.
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1812
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1813
|
+
border: 1px solid #dcdfe6;
|
|
1814
|
+
padding: 4px 8px;
|
|
1815
|
+
background-clip: padding-box;
|
|
1816
|
+
overflow: hidden;
|
|
1817
|
+
display: inline-flex;
|
|
1818
|
+
align-items: center;
|
|
1843
1819
|
}
|
|
1844
|
-
.
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
}
|
|
1851
|
-
.fs-upload-tag[data-v-
|
|
1820
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1821
|
+
margin-right: 18px;
|
|
1822
|
+
max-width: 160px;
|
|
1823
|
+
overflow: hidden;
|
|
1824
|
+
text-overflow: ellipsis;
|
|
1825
|
+
white-space: nowrap;
|
|
1826
|
+
}
|
|
1827
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1828
|
+
font-weight: 600;
|
|
1829
|
+
margin-left: 4px;
|
|
1830
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1852
1831
|
border: 1px solid #dcdfe6;
|
|
1853
1832
|
padding: 4px 8px;
|
|
1854
1833
|
background-clip: padding-box;
|
|
@@ -2055,38 +2034,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2055
2034
|
padding: 0;
|
|
2056
2035
|
}
|
|
2057
2036
|
|
|
2058
|
-
.
|
|
2037
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2059
2038
|
display: flex;
|
|
2060
2039
|
align-items: center;
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
font-size: 10px;
|
|
2066
|
-
color: #999;
|
|
2067
|
-
margin-top: 3px;
|
|
2068
|
-
flex-shrink: 0;
|
|
2069
|
-
}
|
|
2040
|
+
flex-shrink: 0;
|
|
2041
|
+
min-width: max-content;
|
|
2042
|
+
margin-left: auto;
|
|
2043
|
+
gap: 10px;
|
|
2070
2044
|
}
|
|
2071
|
-
.
|
|
2045
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2072
2046
|
display: flex;
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2047
|
+
align-items: center;
|
|
2048
|
+
justify-content: center;
|
|
2049
|
+
margin-top: 10px;
|
|
2050
|
+
gap: 10px;
|
|
2077
2051
|
}
|
|
2078
|
-
[data-v-
|
|
2079
|
-
|
|
2052
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2053
|
+
margin-right: 5px;
|
|
2080
2054
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2055
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2056
|
+
margin-left: 5px;
|
|
2057
|
+
}
|
|
2058
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2059
|
+
width: 100%;
|
|
2060
|
+
height: 100%;
|
|
2061
|
+
border: none;
|
|
2062
|
+
opacity: 1;
|
|
2087
2063
|
}
|
|
2088
2064
|
|
|
2089
|
-
.home-chart-iframe[data-v-
|
|
2065
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2090
2066
|
width: 100%;
|
|
2091
2067
|
height: 100%;
|
|
2092
2068
|
border: none;
|
|
@@ -2280,25 +2256,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2280
2256
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2281
2257
|
padding: 0;
|
|
2282
2258
|
}
|
|
2283
|
-
[data-v-
|
|
2259
|
+
[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 {
|
|
2284
2260
|
user-select: text !important;
|
|
2285
2261
|
-webkit-user-select: text !important;
|
|
2286
2262
|
-moz-user-select: text !important;
|
|
2287
2263
|
-ms-user-select: text !important;
|
|
2288
2264
|
}
|
|
2289
|
-
.slide-up-enter-active[data-v-
|
|
2290
|
-
.slide-up-leave-active[data-v-
|
|
2265
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2266
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2291
2267
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2292
2268
|
}
|
|
2293
|
-
.slide-up-enter-from[data-v-
|
|
2294
|
-
.slide-up-leave-to[data-v-
|
|
2269
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2270
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2295
2271
|
transform: translateY(100%);
|
|
2296
2272
|
}
|
|
2297
2273
|
|
|
2298
2274
|
/**
|
|
2299
2275
|
* 聊天窗口的样式设置
|
|
2300
2276
|
*/
|
|
2301
|
-
.chat-container[data-v-
|
|
2277
|
+
.chat-container[data-v-0b0c189e] {
|
|
2302
2278
|
--header-height: 56px;
|
|
2303
2279
|
--chat-padding: 12px;
|
|
2304
2280
|
--bubble-content-max-width: 0px;
|
|
@@ -2310,25 +2286,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2310
2286
|
flex-direction: row; /* 横向排列 */
|
|
2311
2287
|
height: 100%; /* 父容器高度 */
|
|
2312
2288
|
}
|
|
2313
|
-
.small-window[data-v-
|
|
2289
|
+
.small-window[data-v-0b0c189e] {
|
|
2314
2290
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2315
2291
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2316
2292
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2317
2293
|
border-radius: 8px;
|
|
2318
2294
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2319
2295
|
}
|
|
2320
|
-
.full-screen[data-v-
|
|
2296
|
+
.full-screen[data-v-0b0c189e] {
|
|
2321
2297
|
right: 0;
|
|
2322
2298
|
bottom: 0;
|
|
2323
2299
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2324
2300
|
}
|
|
2325
|
-
.chat-container > *[data-v-
|
|
2301
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2326
2302
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2327
2303
|
}
|
|
2328
2304
|
|
|
2329
2305
|
/* 聊天窗口的头部样式设置
|
|
2330
2306
|
*/
|
|
2331
|
-
.chat-embed__header_container[data-v-
|
|
2307
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2332
2308
|
/* border-bottom: 1px solid #ddd; */
|
|
2333
2309
|
display: flex;
|
|
2334
2310
|
align-items: center;
|
|
@@ -2338,7 +2314,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2338
2314
|
overflow: hidden;
|
|
2339
2315
|
position: relative;
|
|
2340
2316
|
}
|
|
2341
|
-
.session-subject[data-v-
|
|
2317
|
+
.session-subject[data-v-0b0c189e] {
|
|
2342
2318
|
display: block;
|
|
2343
2319
|
margin: 0 auto;
|
|
2344
2320
|
text-align: center;
|
|
@@ -2353,17 +2329,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2353
2329
|
|
|
2354
2330
|
/* 聊天窗口的头部图标样式设置
|
|
2355
2331
|
*/
|
|
2356
|
-
.chat-embed__header_avatar[data-v-
|
|
2332
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2357
2333
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2358
2334
|
margin-right: var(--chat-padding);
|
|
2359
2335
|
}
|
|
2360
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2336
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2361
2337
|
right: 20px;
|
|
2362
2338
|
position: absolute;
|
|
2363
2339
|
gap: 28px;
|
|
2364
2340
|
display: flex;
|
|
2365
2341
|
}
|
|
2366
|
-
.chat-embed__sidebar[data-v-
|
|
2342
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2367
2343
|
background: #f6f7fa;
|
|
2368
2344
|
display: flex;
|
|
2369
2345
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2372,7 +2348,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2372
2348
|
width: 260px;
|
|
2373
2349
|
height: 100%;
|
|
2374
2350
|
}
|
|
2375
|
-
.chat-embed__main[data-v-
|
|
2351
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2376
2352
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2377
2353
|
box-sizing: border-box;
|
|
2378
2354
|
overflow: hidden;
|
|
@@ -2383,7 +2359,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2383
2359
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2384
2360
|
overflow: hidden; /* 防止内容溢出 */
|
|
2385
2361
|
}
|
|
2386
|
-
.chat-embed__main_content[data-v-
|
|
2362
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2387
2363
|
flex: 1;
|
|
2388
2364
|
box-sizing: border-box;
|
|
2389
2365
|
min-height: 0;
|
|
@@ -2391,21 +2367,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2391
2367
|
/* overflow-y: auto;
|
|
2392
2368
|
margin-bottom: 12px; */
|
|
2393
2369
|
}
|
|
2394
|
-
.chat-embed__input_container[data-v-
|
|
2370
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2395
2371
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2396
2372
|
/* margin-bottom: 50px; 距离底部 */
|
|
2397
2373
|
}
|
|
2398
|
-
.header-icon[data-v-
|
|
2374
|
+
.header-icon[data-v-0b0c189e] {
|
|
2399
2375
|
cursor: pointer;
|
|
2400
2376
|
font-size: 20px;
|
|
2401
2377
|
}
|
|
2402
2378
|
|
|
2403
2379
|
/* 聊天默认推荐内容样式
|
|
2404
2380
|
*/
|
|
2405
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2381
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2406
2382
|
margin-top: 5px;
|
|
2407
2383
|
}
|
|
2408
|
-
.content-container[data-v-
|
|
2384
|
+
.content-container[data-v-0b0c189e] {
|
|
2409
2385
|
padding: 16px;
|
|
2410
2386
|
border-radius: 4px;
|
|
2411
2387
|
background: #ffffff;
|
|
@@ -2413,7 +2389,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2413
2389
|
border-radius: 0px 30px 30px 30px;
|
|
2414
2390
|
/* opacity: 0.6; */
|
|
2415
2391
|
}
|
|
2416
|
-
.chat-content-font[data-v-
|
|
2392
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2417
2393
|
font-family: PingFang SC, PingFang SC;
|
|
2418
2394
|
font-weight: 500;
|
|
2419
2395
|
font-size: 16px;
|
|
@@ -2423,10 +2399,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2423
2399
|
font-style: normal;
|
|
2424
2400
|
text-transform: none;
|
|
2425
2401
|
}
|
|
2426
|
-
[data-v-
|
|
2402
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2427
2403
|
border: none !important;
|
|
2428
2404
|
}
|
|
2429
|
-
.content-container-header[data-v-
|
|
2405
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2430
2406
|
font-size: 12px;
|
|
2431
2407
|
color: #909399;
|
|
2432
2408
|
}
|
|
@@ -2434,28 +2410,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2434
2410
|
/**
|
|
2435
2411
|
// 用户消息
|
|
2436
2412
|
*/
|
|
2437
|
-
.content-borderless-container[data-v-
|
|
2413
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2438
2414
|
background: #e1ecfd;
|
|
2439
2415
|
border-radius: 20px 0px 20px 20px;
|
|
2440
2416
|
user-select: none;
|
|
2441
2417
|
padding: 12px;
|
|
2442
2418
|
cursor: pointer;
|
|
2443
2419
|
transition: background-color 0.3s;
|
|
2444
|
-
&[data-v-
|
|
2420
|
+
&[data-v-0b0c189e]:hover {
|
|
2445
2421
|
background-color: #ebeef5;
|
|
2446
2422
|
}
|
|
2447
2423
|
}
|
|
2448
|
-
.footer-container[data-v-
|
|
2449
|
-
[data-v-
|
|
2424
|
+
.footer-container[data-v-0b0c189e] {
|
|
2425
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2450
2426
|
margin-left: 8px;
|
|
2451
2427
|
}
|
|
2452
2428
|
}
|
|
2453
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2429
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2454
2430
|
padding: 0;
|
|
2455
2431
|
}
|
|
2456
2432
|
|
|
2457
2433
|
/* 引用文件样式 */
|
|
2458
|
-
.doc-agg-item[data-v-
|
|
2434
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2459
2435
|
width: 100%;
|
|
2460
2436
|
padding: 10px;
|
|
2461
2437
|
margin-bottom: 5px;
|
|
@@ -2465,143 +2441,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2465
2441
|
font-size: 12px;
|
|
2466
2442
|
color: var(--el-color-primary);
|
|
2467
2443
|
}
|
|
2468
|
-
.elx-xmarkdown-container[data-v-
|
|
2444
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2469
2445
|
padding: 0;
|
|
2470
2446
|
}
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
display: flex;
|
|
2476
|
-
z-index: 1;
|
|
2477
|
-
}
|
|
2478
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2479
|
-
display: flex;
|
|
2480
|
-
height: 40px;
|
|
2481
|
-
padding: 10px 14px;
|
|
2482
|
-
gap: 14px;
|
|
2483
|
-
border-radius: 100px 100px 100px 100px;
|
|
2484
|
-
border: 1px solid #e5e5e5;
|
|
2485
|
-
width: 82px;
|
|
2486
|
-
font-size: 20px;
|
|
2487
|
-
}
|
|
2488
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2489
|
-
display: flex; /* 设置为水平排列 */
|
|
2490
|
-
align-items: center; /* 垂直居中 */
|
|
2491
|
-
margin-bottom: 22px;
|
|
2492
|
-
font-size: 20px;
|
|
2447
|
+
h4[data-v-0b0c189e] {
|
|
2448
|
+
font-size: 16px;
|
|
2449
|
+
margin-top: 0px;
|
|
2450
|
+
margin-bottom: 0px;
|
|
2493
2451
|
}
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
font-weight: 600;
|
|
2497
|
-
font-size: 16px;
|
|
2498
|
-
color: #181818;
|
|
2499
|
-
text-align: left;
|
|
2500
|
-
font-style: normal;
|
|
2501
|
-
text-transform: none;
|
|
2452
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2453
|
+
margin: 5px 0;
|
|
2502
2454
|
}
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2455
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2456
|
+
display: flex;
|
|
2457
|
+
align-items: center;
|
|
2458
|
+
flex-shrink: 0;
|
|
2459
|
+
min-width: max-content;
|
|
2505
2460
|
margin-left: auto;
|
|
2461
|
+
gap: 10px;
|
|
2506
2462
|
}
|
|
2507
|
-
.
|
|
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%;
|
|
2508
2470
|
cursor: pointer;
|
|
2509
2471
|
}
|
|
2510
|
-
.
|
|
2511
|
-
|
|
2512
|
-
margin-bottom: 10px;
|
|
2513
|
-
}
|
|
2514
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2515
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2516
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2517
|
-
margin-bottom: 10px;
|
|
2472
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2473
|
+
margin-left: 5px;
|
|
2518
2474
|
}
|
|
2519
|
-
.
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2475
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2476
|
+
display: flex;
|
|
2477
|
+
flex-direction: column;
|
|
2478
|
+
padding: 16px;
|
|
2523
2479
|
}
|
|
2524
|
-
|
|
2525
|
-
|
|
2480
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2481
|
+
border-bottom-color: #ffffff !important;
|
|
2526
2482
|
}
|
|
2527
|
-
|
|
2528
|
-
|
|
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;
|
|
2529
2494
|
}
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
font-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
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;
|
|
2536
2502
|
}
|
|
2537
|
-
|
|
2538
|
-
padding:
|
|
2539
|
-
font-size: 16px;
|
|
2540
|
-
line-height: 50px;
|
|
2541
|
-
cursor: pointer;
|
|
2542
|
-
gap: 8px;
|
|
2543
|
-
border-radius: 8px;
|
|
2544
|
-
display: flex;
|
|
2545
|
-
align-items: center;
|
|
2503
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2504
|
+
padding: 16px !important;
|
|
2546
2505
|
}
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2506
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2507
|
+
border-radius: 100px 100px 100px 100px;
|
|
2508
|
+
border: 1px solid #dcdfe6;
|
|
2550
2509
|
}
|
|
2551
|
-
.
|
|
2552
|
-
padding:
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
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;
|
|
2559
2519
|
}
|
|
2560
|
-
.
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
white-space: nowrap; /* 不换行 */
|
|
2520
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2521
|
+
border-radius: 50% !important;
|
|
2522
|
+
padding: 8px;
|
|
2523
|
+
width: 32px;
|
|
2565
2524
|
}
|
|
2566
|
-
.
|
|
2567
|
-
|
|
2525
|
+
.send-icon[data-v-0b0c189e] {
|
|
2526
|
+
cursor: pointer;
|
|
2568
2527
|
}
|
|
2569
|
-
.
|
|
2570
|
-
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2574
|
-
width: 100%;
|
|
2575
|
-
height: 100%;
|
|
2576
|
-
border: none;
|
|
2577
|
-
opacity: 1;
|
|
2578
|
-
}
|
|
2579
|
-
|
|
2580
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2581
|
-
width: 100%;
|
|
2582
|
-
height: 100%;
|
|
2583
|
-
border: none;
|
|
2584
|
-
opacity: 1;
|
|
2585
|
-
}
|
|
2586
|
-
[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
|
|
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 {
|
|
2587
2531
|
user-select: text !important;
|
|
2588
2532
|
-webkit-user-select: text !important;
|
|
2589
2533
|
-moz-user-select: text !important;
|
|
2590
2534
|
-ms-user-select: text !important;
|
|
2591
2535
|
}
|
|
2592
|
-
.slide-up-enter-active[data-v-
|
|
2593
|
-
.slide-up-leave-active[data-v-
|
|
2536
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2537
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2594
2538
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2595
2539
|
}
|
|
2596
|
-
.slide-up-enter-from[data-v-
|
|
2597
|
-
.slide-up-leave-to[data-v-
|
|
2540
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2541
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2598
2542
|
transform: translateY(100%);
|
|
2599
2543
|
}
|
|
2600
2544
|
|
|
2601
2545
|
/**
|
|
2602
2546
|
* 聊天窗口的样式设置
|
|
2603
2547
|
*/
|
|
2604
|
-
.chat-container[data-v-
|
|
2548
|
+
.chat-container[data-v-45fbaf17] {
|
|
2605
2549
|
--header-height: 56px;
|
|
2606
2550
|
--chat-padding: 12px;
|
|
2607
2551
|
--bubble-content-max-width: 0px;
|
|
@@ -2613,25 +2557,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2613
2557
|
flex-direction: row; /* 横向排列 */
|
|
2614
2558
|
height: 100%; /* 父容器高度 */
|
|
2615
2559
|
}
|
|
2616
|
-
.small-window[data-v-
|
|
2560
|
+
.small-window[data-v-45fbaf17] {
|
|
2617
2561
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2618
2562
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2619
2563
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2620
2564
|
border-radius: 8px;
|
|
2621
2565
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2622
2566
|
}
|
|
2623
|
-
.full-screen[data-v-
|
|
2567
|
+
.full-screen[data-v-45fbaf17] {
|
|
2624
2568
|
right: 0;
|
|
2625
2569
|
bottom: 0;
|
|
2626
2570
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2627
2571
|
}
|
|
2628
|
-
.chat-container > *[data-v-
|
|
2572
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2629
2573
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2630
2574
|
}
|
|
2631
2575
|
|
|
2632
2576
|
/* 聊天窗口的头部样式设置
|
|
2633
2577
|
*/
|
|
2634
|
-
.chat-embed__header_container[data-v-
|
|
2578
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2635
2579
|
/* border-bottom: 1px solid #ddd; */
|
|
2636
2580
|
display: flex;
|
|
2637
2581
|
align-items: center;
|
|
@@ -2641,7 +2585,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2641
2585
|
overflow: hidden;
|
|
2642
2586
|
position: relative;
|
|
2643
2587
|
}
|
|
2644
|
-
.session-subject[data-v-
|
|
2588
|
+
.session-subject[data-v-45fbaf17] {
|
|
2645
2589
|
display: block;
|
|
2646
2590
|
margin: 0 auto;
|
|
2647
2591
|
text-align: center;
|
|
@@ -2656,17 +2600,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2656
2600
|
|
|
2657
2601
|
/* 聊天窗口的头部图标样式设置
|
|
2658
2602
|
*/
|
|
2659
|
-
.chat-embed__header_avatar[data-v-
|
|
2603
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2660
2604
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2661
2605
|
margin-right: var(--chat-padding);
|
|
2662
2606
|
}
|
|
2663
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2607
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2664
2608
|
right: 20px;
|
|
2665
2609
|
position: absolute;
|
|
2666
2610
|
gap: 28px;
|
|
2667
2611
|
display: flex;
|
|
2668
2612
|
}
|
|
2669
|
-
.chat-embed__sidebar[data-v-
|
|
2613
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2670
2614
|
background: #f6f7fa;
|
|
2671
2615
|
display: flex;
|
|
2672
2616
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2675,7 +2619,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2675
2619
|
width: 260px;
|
|
2676
2620
|
height: 100%;
|
|
2677
2621
|
}
|
|
2678
|
-
.chat-embed__main[data-v-
|
|
2622
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2679
2623
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2680
2624
|
box-sizing: border-box;
|
|
2681
2625
|
overflow: hidden;
|
|
@@ -2686,7 +2630,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2686
2630
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2687
2631
|
overflow: hidden; /* 防止内容溢出 */
|
|
2688
2632
|
}
|
|
2689
|
-
.chat-embed__main_content[data-v-
|
|
2633
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2690
2634
|
flex: 1;
|
|
2691
2635
|
box-sizing: border-box;
|
|
2692
2636
|
min-height: 0;
|
|
@@ -2694,21 +2638,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2694
2638
|
/* overflow-y: auto;
|
|
2695
2639
|
margin-bottom: 12px; */
|
|
2696
2640
|
}
|
|
2697
|
-
.chat-embed__input_container[data-v-
|
|
2641
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2698
2642
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2699
2643
|
/* margin-bottom: 50px; 距离底部 */
|
|
2700
2644
|
}
|
|
2701
|
-
.header-icon[data-v-
|
|
2645
|
+
.header-icon[data-v-45fbaf17] {
|
|
2702
2646
|
cursor: pointer;
|
|
2703
2647
|
font-size: 20px;
|
|
2704
2648
|
}
|
|
2705
2649
|
|
|
2706
2650
|
/* 聊天默认推荐内容样式
|
|
2707
2651
|
*/
|
|
2708
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2652
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2709
2653
|
margin-top: 5px;
|
|
2710
2654
|
}
|
|
2711
|
-
.content-container[data-v-
|
|
2655
|
+
.content-container[data-v-45fbaf17] {
|
|
2712
2656
|
padding: 16px;
|
|
2713
2657
|
border-radius: 4px;
|
|
2714
2658
|
background: #ffffff;
|
|
@@ -2716,7 +2660,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2716
2660
|
border-radius: 0px 30px 30px 30px;
|
|
2717
2661
|
/* opacity: 0.6; */
|
|
2718
2662
|
}
|
|
2719
|
-
.chat-content-font[data-v-
|
|
2663
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2720
2664
|
font-family: PingFang SC, PingFang SC;
|
|
2721
2665
|
font-weight: 500;
|
|
2722
2666
|
font-size: 16px;
|
|
@@ -2726,10 +2670,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2726
2670
|
font-style: normal;
|
|
2727
2671
|
text-transform: none;
|
|
2728
2672
|
}
|
|
2729
|
-
[data-v-
|
|
2673
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2730
2674
|
border: none !important;
|
|
2731
2675
|
}
|
|
2732
|
-
.content-container-header[data-v-
|
|
2676
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2733
2677
|
font-size: 12px;
|
|
2734
2678
|
color: #909399;
|
|
2735
2679
|
}
|
|
@@ -2737,28 +2681,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2737
2681
|
/**
|
|
2738
2682
|
// 用户消息
|
|
2739
2683
|
*/
|
|
2740
|
-
.content-borderless-container[data-v-
|
|
2684
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2741
2685
|
background: #e1ecfd;
|
|
2742
2686
|
border-radius: 20px 0px 20px 20px;
|
|
2743
2687
|
user-select: none;
|
|
2744
2688
|
padding: 12px;
|
|
2745
2689
|
cursor: pointer;
|
|
2746
2690
|
transition: background-color 0.3s;
|
|
2747
|
-
&[data-v-
|
|
2691
|
+
&[data-v-45fbaf17]:hover {
|
|
2748
2692
|
background-color: #ebeef5;
|
|
2749
2693
|
}
|
|
2750
2694
|
}
|
|
2751
|
-
.footer-container[data-v-
|
|
2752
|
-
[data-v-
|
|
2695
|
+
.footer-container[data-v-45fbaf17] {
|
|
2696
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2753
2697
|
margin-left: 8px;
|
|
2754
2698
|
}
|
|
2755
2699
|
}
|
|
2756
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2700
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2757
2701
|
padding: 0;
|
|
2758
2702
|
}
|
|
2759
2703
|
|
|
2760
2704
|
/* 引用文件样式 */
|
|
2761
|
-
.doc-agg-item[data-v-
|
|
2705
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2762
2706
|
width: 100%;
|
|
2763
2707
|
padding: 10px;
|
|
2764
2708
|
margin-bottom: 5px;
|
|
@@ -2768,111 +2712,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2768
2712
|
font-size: 12px;
|
|
2769
2713
|
color: var(--el-color-primary);
|
|
2770
2714
|
}
|
|
2771
|
-
.elx-xmarkdown-container[data-v-
|
|
2715
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2772
2716
|
padding: 0;
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2783
|
-
display: flex;
|
|
2784
|
-
align-items: center;
|
|
2785
|
-
flex-shrink: 0;
|
|
2786
|
-
min-width: max-content;
|
|
2787
|
-
margin-left: auto;
|
|
2788
|
-
gap: 10px;
|
|
2789
|
-
}
|
|
2790
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2791
|
-
display: inline-block;
|
|
2792
|
-
width: 12px;
|
|
2793
|
-
height: 12px;
|
|
2794
|
-
background-repeat: no-repeat;
|
|
2795
|
-
background-position: center;
|
|
2796
|
-
background-size: 100%;
|
|
2797
|
-
cursor: pointer;
|
|
2798
|
-
}
|
|
2799
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2800
|
-
margin-left: 5px;
|
|
2801
|
-
}
|
|
2802
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2803
|
-
display: flex;
|
|
2804
|
-
flex-direction: column;
|
|
2805
|
-
padding: 16px;
|
|
2806
|
-
}
|
|
2807
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2808
|
-
border-bottom-color: #ffffff !important;
|
|
2809
|
-
}
|
|
2810
|
-
[data-v-0b0c189e] .el-sender {
|
|
2811
|
-
background: #ffffff !important;
|
|
2812
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2813
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2814
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2815
|
-
font-weight: 400;
|
|
2816
|
-
font-size: 16px;
|
|
2817
|
-
color: #bbbbbb;
|
|
2818
|
-
text-align: left;
|
|
2819
|
-
font-style: normal;
|
|
2820
|
-
text-transform: none;
|
|
2821
|
-
}
|
|
2822
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2823
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2824
|
-
font-weight: 400 !important;
|
|
2825
|
-
font-size: 16px !important;
|
|
2826
|
-
line-height: 21px !important;
|
|
2827
|
-
font-style: normal !important;
|
|
2828
|
-
text-transform: none !important;
|
|
2829
|
-
}
|
|
2830
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2831
|
-
padding: 16px !important;
|
|
2832
|
-
}
|
|
2833
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2834
|
-
border-radius: 100px 100px 100px 100px;
|
|
2835
|
-
border: 1px solid #dcdfe6;
|
|
2836
|
-
}
|
|
2837
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2838
|
-
padding: 12px;
|
|
2839
|
-
font-family: PingFang SC, PingFang SC;
|
|
2840
|
-
font-weight: 400;
|
|
2841
|
-
font-size: 14px;
|
|
2842
|
-
color: #808080;
|
|
2843
|
-
line-height: 21px;
|
|
2844
|
-
font-style: normal;
|
|
2845
|
-
text-align: center;
|
|
2846
|
-
}
|
|
2847
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2848
|
-
border-radius: 50% !important;
|
|
2849
|
-
padding: 8px;
|
|
2850
|
-
width: 32px;
|
|
2851
|
-
}
|
|
2852
|
-
.send-icon[data-v-0b0c189e] {
|
|
2853
|
-
cursor: pointer;
|
|
2854
|
-
}
|
|
2855
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2856
|
-
margin: 0 0;
|
|
2857
|
-
}[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2720
|
+
width: 100%;
|
|
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 {
|
|
2858
2726
|
user-select: text !important;
|
|
2859
2727
|
-webkit-user-select: text !important;
|
|
2860
2728
|
-moz-user-select: text !important;
|
|
2861
2729
|
-ms-user-select: text !important;
|
|
2862
2730
|
}
|
|
2863
|
-
.slide-up-enter-active[data-v-
|
|
2864
|
-
.slide-up-leave-active[data-v-
|
|
2731
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2732
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2865
2733
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2866
2734
|
}
|
|
2867
|
-
.slide-up-enter-from[data-v-
|
|
2868
|
-
.slide-up-leave-to[data-v-
|
|
2735
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2736
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2869
2737
|
transform: translateY(100%);
|
|
2870
2738
|
}
|
|
2871
2739
|
|
|
2872
2740
|
/**
|
|
2873
2741
|
* 聊天窗口的样式设置
|
|
2874
2742
|
*/
|
|
2875
|
-
.chat-container[data-v-
|
|
2743
|
+
.chat-container[data-v-1e62eff8] {
|
|
2876
2744
|
--header-height: 56px;
|
|
2877
2745
|
--chat-padding: 12px;
|
|
2878
2746
|
--bubble-content-max-width: 0px;
|
|
@@ -2884,25 +2752,25 @@ h4[data-v-0b0c189e] {
|
|
|
2884
2752
|
flex-direction: row; /* 横向排列 */
|
|
2885
2753
|
height: 100%; /* 父容器高度 */
|
|
2886
2754
|
}
|
|
2887
|
-
.small-window[data-v-
|
|
2755
|
+
.small-window[data-v-1e62eff8] {
|
|
2888
2756
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2889
2757
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2890
2758
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2891
2759
|
border-radius: 8px;
|
|
2892
2760
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2893
2761
|
}
|
|
2894
|
-
.full-screen[data-v-
|
|
2762
|
+
.full-screen[data-v-1e62eff8] {
|
|
2895
2763
|
right: 0;
|
|
2896
2764
|
bottom: 0;
|
|
2897
2765
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2898
2766
|
}
|
|
2899
|
-
.chat-container > *[data-v-
|
|
2767
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2900
2768
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2901
2769
|
}
|
|
2902
2770
|
|
|
2903
2771
|
/* 聊天窗口的头部样式设置
|
|
2904
2772
|
*/
|
|
2905
|
-
.chat-embed__header_container[data-v-
|
|
2773
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2906
2774
|
/* border-bottom: 1px solid #ddd; */
|
|
2907
2775
|
display: flex;
|
|
2908
2776
|
align-items: center;
|
|
@@ -2912,7 +2780,7 @@ h4[data-v-0b0c189e] {
|
|
|
2912
2780
|
overflow: hidden;
|
|
2913
2781
|
position: relative;
|
|
2914
2782
|
}
|
|
2915
|
-
.session-subject[data-v-
|
|
2783
|
+
.session-subject[data-v-1e62eff8] {
|
|
2916
2784
|
display: block;
|
|
2917
2785
|
margin: 0 auto;
|
|
2918
2786
|
text-align: center;
|
|
@@ -2927,17 +2795,17 @@ h4[data-v-0b0c189e] {
|
|
|
2927
2795
|
|
|
2928
2796
|
/* 聊天窗口的头部图标样式设置
|
|
2929
2797
|
*/
|
|
2930
|
-
.chat-embed__header_avatar[data-v-
|
|
2798
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2931
2799
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2932
2800
|
margin-right: var(--chat-padding);
|
|
2933
2801
|
}
|
|
2934
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2802
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2935
2803
|
right: 20px;
|
|
2936
2804
|
position: absolute;
|
|
2937
2805
|
gap: 28px;
|
|
2938
2806
|
display: flex;
|
|
2939
2807
|
}
|
|
2940
|
-
.chat-embed__sidebar[data-v-
|
|
2808
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2941
2809
|
background: #f6f7fa;
|
|
2942
2810
|
display: flex;
|
|
2943
2811
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2946,7 +2814,7 @@ h4[data-v-0b0c189e] {
|
|
|
2946
2814
|
width: 260px;
|
|
2947
2815
|
height: 100%;
|
|
2948
2816
|
}
|
|
2949
|
-
.chat-embed__main[data-v-
|
|
2817
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2950
2818
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2951
2819
|
box-sizing: border-box;
|
|
2952
2820
|
overflow: hidden;
|
|
@@ -2957,7 +2825,7 @@ h4[data-v-0b0c189e] {
|
|
|
2957
2825
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2958
2826
|
overflow: hidden; /* 防止内容溢出 */
|
|
2959
2827
|
}
|
|
2960
|
-
.chat-embed__main_content[data-v-
|
|
2828
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2961
2829
|
flex: 1;
|
|
2962
2830
|
box-sizing: border-box;
|
|
2963
2831
|
min-height: 0;
|
|
@@ -2965,21 +2833,21 @@ h4[data-v-0b0c189e] {
|
|
|
2965
2833
|
/* overflow-y: auto;
|
|
2966
2834
|
margin-bottom: 12px; */
|
|
2967
2835
|
}
|
|
2968
|
-
.chat-embed__input_container[data-v-
|
|
2836
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2969
2837
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2970
2838
|
/* margin-bottom: 50px; 距离底部 */
|
|
2971
2839
|
}
|
|
2972
|
-
.header-icon[data-v-
|
|
2840
|
+
.header-icon[data-v-1e62eff8] {
|
|
2973
2841
|
cursor: pointer;
|
|
2974
2842
|
font-size: 20px;
|
|
2975
2843
|
}
|
|
2976
2844
|
|
|
2977
2845
|
/* 聊天默认推荐内容样式
|
|
2978
2846
|
*/
|
|
2979
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2847
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2980
2848
|
margin-top: 5px;
|
|
2981
2849
|
}
|
|
2982
|
-
.content-container[data-v-
|
|
2850
|
+
.content-container[data-v-1e62eff8] {
|
|
2983
2851
|
padding: 16px;
|
|
2984
2852
|
border-radius: 4px;
|
|
2985
2853
|
background: #ffffff;
|
|
@@ -2987,7 +2855,7 @@ h4[data-v-0b0c189e] {
|
|
|
2987
2855
|
border-radius: 0px 30px 30px 30px;
|
|
2988
2856
|
/* opacity: 0.6; */
|
|
2989
2857
|
}
|
|
2990
|
-
.chat-content-font[data-v-
|
|
2858
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2991
2859
|
font-family: PingFang SC, PingFang SC;
|
|
2992
2860
|
font-weight: 500;
|
|
2993
2861
|
font-size: 16px;
|
|
@@ -2997,10 +2865,10 @@ h4[data-v-0b0c189e] {
|
|
|
2997
2865
|
font-style: normal;
|
|
2998
2866
|
text-transform: none;
|
|
2999
2867
|
}
|
|
3000
|
-
[data-v-
|
|
2868
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
3001
2869
|
border: none !important;
|
|
3002
2870
|
}
|
|
3003
|
-
.content-container-header[data-v-
|
|
2871
|
+
.content-container-header[data-v-1e62eff8] {
|
|
3004
2872
|
font-size: 12px;
|
|
3005
2873
|
color: #909399;
|
|
3006
2874
|
}
|
|
@@ -3008,28 +2876,28 @@ h4[data-v-0b0c189e] {
|
|
|
3008
2876
|
/**
|
|
3009
2877
|
// 用户消息
|
|
3010
2878
|
*/
|
|
3011
|
-
.content-borderless-container[data-v-
|
|
2879
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
3012
2880
|
background: #e1ecfd;
|
|
3013
2881
|
border-radius: 20px 0px 20px 20px;
|
|
3014
2882
|
user-select: none;
|
|
3015
2883
|
padding: 12px;
|
|
3016
2884
|
cursor: pointer;
|
|
3017
2885
|
transition: background-color 0.3s;
|
|
3018
|
-
&[data-v-
|
|
2886
|
+
&[data-v-1e62eff8]:hover {
|
|
3019
2887
|
background-color: #ebeef5;
|
|
3020
2888
|
}
|
|
3021
2889
|
}
|
|
3022
|
-
.footer-container[data-v-
|
|
3023
|
-
[data-v-
|
|
2890
|
+
.footer-container[data-v-1e62eff8] {
|
|
2891
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
3024
2892
|
margin-left: 8px;
|
|
3025
2893
|
}
|
|
3026
2894
|
}
|
|
3027
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2895
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
3028
2896
|
padding: 0;
|
|
3029
2897
|
}
|
|
3030
2898
|
|
|
3031
2899
|
/* 引用文件样式 */
|
|
3032
|
-
.doc-agg-item[data-v-
|
|
2900
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
3033
2901
|
width: 100%;
|
|
3034
2902
|
padding: 10px;
|
|
3035
2903
|
margin-bottom: 5px;
|
|
@@ -3039,8 +2907,140 @@ h4[data-v-0b0c189e] {
|
|
|
3039
2907
|
font-size: 12px;
|
|
3040
2908
|
color: var(--el-color-primary);
|
|
3041
2909
|
}
|
|
3042
|
-
.elx-xmarkdown-container[data-v-
|
|
2910
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
3043
2911
|
padding: 0;
|
|
2912
|
+
}
|
|
2913
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2914
|
+
position: absolute;
|
|
2915
|
+
padding: 20px 36px;
|
|
2916
|
+
gap: 16px;
|
|
2917
|
+
display: flex;
|
|
2918
|
+
z-index: 1;
|
|
2919
|
+
}
|
|
2920
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2921
|
+
display: flex;
|
|
2922
|
+
height: 40px;
|
|
2923
|
+
padding: 10px 14px;
|
|
2924
|
+
gap: 14px;
|
|
2925
|
+
border-radius: 100px 100px 100px 100px;
|
|
2926
|
+
border: 1px solid #e5e5e5;
|
|
2927
|
+
width: 82px;
|
|
2928
|
+
font-size: 20px;
|
|
2929
|
+
}
|
|
2930
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2931
|
+
display: flex; /* 设置为水平排列 */
|
|
2932
|
+
align-items: center; /* 垂直居中 */
|
|
2933
|
+
margin-bottom: 22px;
|
|
2934
|
+
font-size: 20px;
|
|
2935
|
+
}
|
|
2936
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2937
|
+
font-family: PingFang SC, PingFang SC;
|
|
2938
|
+
font-weight: 600;
|
|
2939
|
+
font-size: 16px;
|
|
2940
|
+
color: #181818;
|
|
2941
|
+
text-align: left;
|
|
2942
|
+
font-style: normal;
|
|
2943
|
+
text-transform: none;
|
|
2944
|
+
}
|
|
2945
|
+
.right-icon[data-v-1e62eff8] {
|
|
2946
|
+
cursor: pointer;
|
|
2947
|
+
margin-left: auto;
|
|
2948
|
+
}
|
|
2949
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2950
|
+
cursor: pointer;
|
|
2951
|
+
}
|
|
2952
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2953
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2954
|
+
margin-bottom: 10px;
|
|
2955
|
+
}
|
|
2956
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2957
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2958
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2959
|
+
margin-bottom: 10px;
|
|
2960
|
+
}
|
|
2961
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2962
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2963
|
+
margin-top: 10px;
|
|
2964
|
+
margin-bottom: 20px;
|
|
2965
|
+
}
|
|
2966
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2967
|
+
background-color: #ffffff;
|
|
2968
|
+
}
|
|
2969
|
+
.date-group[data-v-1e62eff8] {
|
|
2970
|
+
margin-top: 16px;
|
|
2971
|
+
}
|
|
2972
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2973
|
+
color: #81858c;
|
|
2974
|
+
font-size: 12px;
|
|
2975
|
+
user-select: none;
|
|
2976
|
+
margin-bottom: 2px;
|
|
2977
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2978
|
+
}
|
|
2979
|
+
.menu-item[data-v-1e62eff8] {
|
|
2980
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2981
|
+
font-size: 16px;
|
|
2982
|
+
line-height: 50px;
|
|
2983
|
+
cursor: pointer;
|
|
2984
|
+
gap: 8px;
|
|
2985
|
+
border-radius: 8px;
|
|
2986
|
+
display: flex;
|
|
2987
|
+
align-items: center;
|
|
2988
|
+
}
|
|
2989
|
+
.active-item[data-v-1e62eff8] {
|
|
2990
|
+
background: #e2ebf5;
|
|
2991
|
+
color: var(--el-color-primary);
|
|
2992
|
+
}
|
|
2993
|
+
.history-item[data-v-1e62eff8] {
|
|
2994
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2995
|
+
cursor: pointer;
|
|
2996
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2997
|
+
align-items: center; /* 垂直居中 */
|
|
2998
|
+
line-height: 40px;
|
|
2999
|
+
gap: 8px;
|
|
3000
|
+
border-radius: 8px;
|
|
3001
|
+
}
|
|
3002
|
+
.history-subject[data-v-1e62eff8] {
|
|
3003
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3004
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3005
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3006
|
+
white-space: nowrap; /* 不换行 */
|
|
3007
|
+
}
|
|
3008
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3009
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3010
|
+
}
|
|
3011
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3012
|
+
background-color: #f5f5f5;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
3016
|
+
display: flex;
|
|
3017
|
+
align-items: center;
|
|
3018
|
+
justify-content: space-between;
|
|
3019
|
+
gap: 10px;
|
|
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
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
[data-v-90635647] .el-range-separator {
|
|
3036
|
+
min-width: 20px;
|
|
3037
|
+
}
|
|
3038
|
+
.svg-icon[data-v-019891df] {
|
|
3039
|
+
width: 1.2em;
|
|
3040
|
+
height: 1.2em;
|
|
3041
|
+
vertical-align: -0.25em;
|
|
3042
|
+
fill: currentColor;
|
|
3043
|
+
overflow: initial;
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|