agilebuilder-ui 1.1.65-tmp15 → 1.1.65-tmp17
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 +5 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
- package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
- package/lib/_virtual/__vite-browser-external.js +2 -4
- package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
- package/lib/breadcrumb/index.js +3 -5
- package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
- package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
- package/lib/chat-embed/index.js +3 -5
- package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
- package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
- package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
- package/lib/chat-embed/src/chat-embed-message.js +14 -20
- package/lib/chat-embed/src/chat-sender.vue.js +5 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
- package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
- package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
- package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
- package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
- package/lib/chat-embed/src/header.vue.js +5 -7
- package/lib/chat-embed/src/header.vue2.js +25 -32
- package/lib/chat-embed/src/header.vue3.js +2 -4
- package/lib/chat-embed/src/index.vue.js +5 -7
- package/lib/chat-embed/src/index.vue2.js +185 -211
- package/lib/chat-embed/src/index.vue3.js +2 -4
- package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
- package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
- package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
- package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
- package/lib/chat-embed/src/type.js +3 -5
- package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
- package/lib/chat-embed/src/util/history-message-util.js +63 -85
- package/lib/chat-embed/src/util/mcp-utils.js +5 -8
- package/lib/chat-embed/src/util/text-file-util.js +7 -11
- package/lib/chat-embed/src/voice/index.js +5 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
- package/lib/chat-embed/src/voice/js/timer.js +7 -10
- package/lib/chat-embed/src/voice/voice.vue.js +61 -70
- package/lib/date-picker-range/index.js +5 -7
- package/lib/date-picker-range/index.vue.js +5 -7
- package/lib/date-picker-range/index.vue2.js +59 -63
- package/lib/date-picker-range/index.vue3.js +2 -4
- package/lib/department-tree/index.js +3 -5
- package/lib/department-tree/src/department-tree.vue.js +11 -17
- package/lib/department-tree-inline/index.js +3 -5
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
- package/lib/department-tree-inline/src/department-tree-service.js +8 -10
- package/lib/department-tree-inline/src/search-result.vue.js +19 -23
- package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-tree-mobile/index.js +4 -7
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
- package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
- package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/department-user-tree/index.js +3 -5
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
- package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/index.js +3 -5
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
- package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
- package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
- package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/department-user-tree-mobile/index.js +4 -7
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/directives/prevent-reclick.js +2 -3
- package/lib/dynamic-source-select/index.js +5 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
- package/lib/dynamic-source-select/src/events.js +2 -3
- package/lib/empty-state/index.vue.js +5 -8
- package/lib/empty-state/index.vue2.js +3 -4
- package/lib/fs-preview/index.js +5 -7
- package/lib/fs-preview/src/fs-preview.vue.js +63 -72
- package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
- package/lib/fs-upload/index.js +5 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
- package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
- package/lib/fs-upload/src/fs-upload.vue.js +10 -16
- package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
- package/lib/fs-upload-list/index.js +5 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
- package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
- package/lib/fs-upload-new/index.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
- package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
- package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
- package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
- package/lib/hamburger/index.js +3 -5
- package/lib/hamburger/src/hamburger.vue.js +10 -14
- package/lib/hamburger/src/hamburger.vue2.js +2 -4
- package/lib/index.js +40 -382
- package/lib/json-view/json-view-dialog.vue.js +12 -15
- package/lib/json-view/json-view-dialog.vue2.js +3 -4
- package/lib/json-view/json-view.vue.js +3 -4
- package/lib/json-view/json-view.vue2.js +27 -31
- package/lib/multipart-upload/index.js +5 -7
- package/lib/multipart-upload/src/index.vue.js +7 -11
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
- package/lib/organization-input/index.js +5 -7
- package/lib/organization-input/src/organization-input.vue.js +31 -37
- package/lib/organization-input/src/organization-input.vue2.js +2 -4
- package/lib/plugins/export-data-new.js +96 -104
- package/lib/plugins/export-data.js +45 -51
- package/lib/plugins/index.js +4 -8
- package/lib/plugins/public-method.js +2 -3
- package/lib/remove-department/index.js +3 -5
- package/lib/remove-department/src/remove-department.vue.js +13 -19
- package/lib/remove-department/src/remove-dept-service.js +9 -10
- package/lib/remove-user/index.js +5 -7
- package/lib/remove-user/src/remove-user-service.js +3 -4
- package/lib/remove-user/src/remove-user.vue.js +16 -22
- package/lib/remove-workgroup/index.js +5 -7
- package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
- package/lib/rich-editor/index.js +5 -7
- package/lib/rich-editor/index.vue.js +28 -76
- package/lib/rich-editor/tinymce/zh_CN.js +2 -2
- package/lib/rich-editor/viewer.vue.js +7 -10
- package/lib/row-form/index.js +5 -7
- package/lib/row-form/index.vue.js +5 -7
- package/lib/row-form/index.vue2.js +41 -47
- package/lib/row-form/index.vue3.js +2 -4
- package/lib/row-form/operation.vue.js +22 -26
- package/lib/row-form/operation.vue2.js +3 -4
- package/lib/scan-code-input/index.js +5 -7
- package/lib/scan-code-input/src/events.js +11 -13
- package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
- package/lib/scan-code-input-browser/index.js +5 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
- package/lib/secret-info/index.js +5 -7
- package/lib/secret-info/index.vue.js +6 -9
- package/lib/src/api/sso-service.js +34 -36
- package/lib/src/api/tab.js +8 -9
- package/lib/src/assets/401/401.gif.js +2 -4
- package/lib/src/assets/404/404-cloud.png.js +2 -4
- package/lib/src/assets/404/404.png.js +2 -4
- package/lib/src/assets/chat-embed/robot.gif.js +2 -4
- package/lib/src/assets/chat-embed/robot.svg.js +2 -4
- package/lib/src/assets/nonemessage.png.js +2 -4
- package/lib/src/components/Affix/index.vue.js +5 -7
- package/lib/src/components/Affix/index.vue2.js +56 -58
- package/lib/src/components/Affix/index.vue3.js +2 -4
- package/lib/src/components/Card/index.js +33 -38
- package/lib/src/components/Scrollbar/index.vue.js +33 -37
- package/lib/src/components/Scrollbar/index.vue2.js +2 -4
- package/lib/src/directives/permission/index.js +3 -5
- package/lib/src/directives/permission/permission.js +7 -9
- package/lib/src/i18n/i18n.js +3 -7
- package/lib/src/i18n/langs/cn.js +2 -4
- package/lib/src/i18n/langs/en.js +2 -4
- package/lib/src/mixins/resizeMixin.js +2 -3
- package/lib/src/permission.js +43 -46
- package/lib/src/router/index.js +16 -9
- package/lib/src/store/getters.js +2 -4
- package/lib/src/store/index.js +16 -13
- package/lib/src/store/modules/app.js +3 -4
- package/lib/src/store/modules/chat-ai-store.js +19 -22
- package/lib/src/store/modules/permission.js +10 -11
- package/lib/src/store/modules/system.js +7 -9
- package/lib/src/store/modules/tab-content.js +13 -15
- package/lib/src/store/modules/table.js +2 -3
- package/lib/src/store/modules/user.js +89 -95
- package/lib/src/utils/auth-api.js +3 -5
- package/lib/src/utils/auth.js +69 -139
- package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
- package/lib/src/utils/calculator/calculator-factory.js +57 -58
- package/lib/src/utils/calculator/calculator-util.js +29 -32
- package/lib/src/utils/chat-ai-util.js +17 -25
- package/lib/src/utils/common-util.js +271 -356
- package/lib/src/utils/eventBus.js +3 -6
- package/lib/src/utils/file-util.js +15 -16
- package/lib/src/utils/global-prop.js +21 -37
- package/lib/src/utils/guid.js +5 -8
- package/lib/src/utils/i18n-util.js +16 -24
- package/lib/src/utils/iconUtils.js +16 -23
- package/lib/src/utils/index.js +26 -40
- package/lib/src/utils/insert_css.js +8 -7
- package/lib/src/utils/json-util.js +25 -27
- package/lib/src/utils/jump-page-utils.js +172 -180
- package/lib/src/utils/local-storage.js +2 -3
- package/lib/src/utils/menu.js +10 -11
- package/lib/src/utils/permission.js +22 -26
- package/lib/src/utils/permissionAuth.js +102 -136
- package/lib/src/utils/range-selector.js +41 -45
- package/lib/src/utils/request.js +77 -86
- package/lib/src/utils/resize.js +5 -5
- package/lib/src/utils/restful-interface-utils.js +12 -15
- package/lib/src/utils/util.js +6 -26
- package/lib/src/utils/validate.js +10 -20
- package/lib/src/utils/voice-setting-cache.js +140 -153
- package/lib/src/utils/watermark-cache.js +9 -14
- package/lib/src/utils/watermark.js +23 -30
- package/lib/src/utils/workflow-util.js +25 -26
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +12 -20
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/error-page/401.vue.js +9 -13
- package/lib/src/views/error-page/401.vue2.js +2 -4
- package/lib/src/views/error-page/404.vue.js +7 -11
- package/lib/src/views/error-page/404.vue2.js +2 -4
- package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
- package/lib/src/views/layout/Layout.vue.js +12 -19
- package/lib/src/views/layout/Layout.vue2.js +2 -4
- package/lib/src/views/layout/NewLayout.vue.js +6 -10
- package/lib/src/views/layout/components/AppMain.vue.js +9 -11
- package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
- package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
- package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
- package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
- package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
- package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
- package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
- package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
- package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
- package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
- package/lib/src/views/layout/tab-content-index.vue.js +12 -18
- package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
- package/lib/src/views/login/authredirect.vue.js +2 -3
- package/lib/src/views/redirect/index.vue.js +17 -8
- package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
- package/lib/style.css +647 -647
- package/lib/super-grid/index.js +5 -7
- package/lib/super-grid/src/apis.js +221 -231
- package/lib/super-grid/src/columns-config.vue.js +16 -22
- package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
- package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
- package/lib/super-grid/src/components/mobile-table-card.js +73 -83
- package/lib/super-grid/src/components/select-input.vue.js +98 -106
- package/lib/super-grid/src/components/select-input.vue2.js +3 -4
- package/lib/super-grid/src/custom-formatter.js +69 -74
- package/lib/super-grid/src/dynamic-input.vue.js +142 -159
- package/lib/super-grid/src/eventBus.js +3 -6
- package/lib/super-grid/src/events.js +34 -36
- package/lib/super-grid/src/formValidatorUtil.js +62 -65
- package/lib/super-grid/src/formatter.js +36 -41
- package/lib/super-grid/src/group-column.vue.js +8 -13
- package/lib/super-grid/src/header-context-menu.vue.js +10 -13
- package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
- package/lib/super-grid/src/index-column.vue.js +7 -10
- package/lib/super-grid/src/normal-column-content.vue.js +186 -205
- package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
- package/lib/super-grid/src/normal-column.vue.js +40 -55
- package/lib/super-grid/src/normal-column.vue2.js +2 -4
- package/lib/super-grid/src/public-methods.js +12 -14
- package/lib/super-grid/src/row-detail.vue.js +7 -10
- package/lib/super-grid/src/row-operation.vue.js +19 -26
- package/lib/super-grid/src/row-operation.vue2.js +2 -4
- package/lib/super-grid/src/scan-util.js +24 -26
- package/lib/super-grid/src/search-button.vue.js +12 -17
- package/lib/super-grid/src/search-condition-input.vue.js +8 -12
- package/lib/super-grid/src/search-condition-list.vue.js +10 -13
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
- package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
- package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
- package/lib/super-grid/src/search-form-item.vue.js +16 -24
- package/lib/super-grid/src/search-form-item.vue2.js +2 -4
- package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
- package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
- package/lib/super-grid/src/search-form-number.vue.js +9 -14
- package/lib/super-grid/src/search-form-open.vue.js +7 -13
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
- package/lib/super-grid/src/search-form.vue.js +65 -77
- package/lib/super-grid/src/search-form.vue2.js +2 -4
- package/lib/super-grid/src/search-methods.js +2 -3
- package/lib/super-grid/src/selection-column.vue.js +7 -9
- package/lib/super-grid/src/store.js +3 -4
- package/lib/super-grid/src/super-grid-service.js +121 -128
- package/lib/super-grid/src/super-grid.vue.js +186 -217
- package/lib/super-grid/src/super-grid.vue2.js +2 -4
- package/lib/super-grid/src/utils.js +265 -322
- package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
- package/lib/super-icon/index.js +5 -7
- package/lib/super-icon/src/index.vue.js +5 -7
- package/lib/super-icon/src/index.vue2.js +8 -11
- package/lib/super-icon/src/index.vue3.js +2 -4
- package/lib/super-nine-grid/index.js +5 -7
- package/lib/super-nine-grid/src/apis.js +5 -8
- package/lib/super-nine-grid/src/custom-formatter.js +5 -7
- package/lib/super-nine-grid/src/formatter.js +28 -29
- package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
- package/lib/super-nine-grid/src/search-form.vue.js +33 -40
- package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
- package/lib/super-nine-grid/src/search-methods.js +2 -3
- package/lib/super-nine-grid/src/store.js +3 -4
- package/lib/super-nine-grid/src/super-grid-service.js +5 -9
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
- package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
- package/lib/super-nine-grid/src/utils.js +31 -27
- package/lib/svg-icon/index.js +5 -7
- package/lib/svg-icon/src/svg-icon.vue.js +8 -10
- package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
- package/lib/utils/gogocodeTransfer.js +23 -28
- package/lib/utils/memory-cache-utils.js +3 -5
- package/lib/utils/organization.js +40 -53
- package/lib/utils/utils.js +27 -29
- package/lib/utils/value-set.js +68 -70
- package/lib/valid-code/index.js +5 -7
- package/lib/valid-code/src/valid-code.vue.js +10 -13
- package/lib/valid-code/src/valid-code.vue2.js +2 -4
- package/lib/workflow-button/index.js +3 -5
- package/lib/workflow-button/src/workflow-button.vue.js +34 -39
- package/lib/workflow-history-list/index.js +5 -7
- package/lib/workflow-history-list/src/api.js +2 -3
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
- package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
- package/lib/workgroup-tree/index.js +5 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
- package/lib/workgroup-tree-inline/index.js +3 -5
- package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
- package/lib/workgroup-tree-mobile/index.js +5 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
- package/lib/workgroup-user-tree/index.js +5 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
- package/lib/workgroup-user-tree-inline/index.js +3 -5
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
- package/lib/year-range-picker/index.js +3 -5
- package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
- package/package.json +1 -3
- package/vite.config.js +22 -22
- package/dist/favicon.svg +0 -29
- package/dist/index.full.min.js +0 -16440
- package/dist/style.css +0 -3078
package/lib/style.css
CHANGED
|
@@ -42,6 +42,23 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
+
position: relative;
|
|
47
|
+
height: 100%;
|
|
48
|
+
width: 100%;
|
|
49
|
+
}
|
|
50
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
+
position: fixed;
|
|
52
|
+
top: 0;
|
|
53
|
+
}
|
|
54
|
+
.drawer-bg[data-v-46185fa7] {
|
|
55
|
+
background: #000;
|
|
56
|
+
opacity: 0.3;
|
|
57
|
+
width: 100%;
|
|
58
|
+
top: 0;
|
|
59
|
+
height: 100%;
|
|
60
|
+
position: absolute;
|
|
61
|
+
z-index: 999;
|
|
45
62
|
}
|
|
46
63
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
47
64
|
width: 100%;
|
|
@@ -78,23 +95,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
78
95
|
/* 去掉卡片和tab表头的距离 */
|
|
79
96
|
[data-v-3c90505e] .el-tabs__header {
|
|
80
97
|
margin: 0;
|
|
81
|
-
}.app-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
87
|
-
position: fixed;
|
|
88
|
-
top: 0;
|
|
98
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
99
|
+
display: inline-block;
|
|
100
|
+
font-size: 14px;
|
|
101
|
+
line-height: 50px;
|
|
102
|
+
margin-left: 10px;
|
|
89
103
|
}
|
|
90
|
-
.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
width: 100%;
|
|
94
|
-
top: 0;
|
|
95
|
-
height: 100%;
|
|
96
|
-
position: absolute;
|
|
97
|
-
z-index: 999;
|
|
104
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
105
|
+
color: #97a8be;
|
|
106
|
+
cursor: text;
|
|
98
107
|
}
|
|
99
108
|
.nav-tab .el-tabs__header {
|
|
100
109
|
margin: 0;
|
|
@@ -119,16 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
128
|
.default-page-tip-item {
|
|
120
129
|
padding-top: 10px;
|
|
121
130
|
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
131
|
+
|
|
132
|
+
.svg-icon[data-v-67e4e504] {
|
|
133
|
+
width: 1.2em;
|
|
134
|
+
height: 1.2em;
|
|
135
|
+
vertical-align: -0.25em;
|
|
136
|
+
fill: currentColor;
|
|
137
|
+
overflow: initial;
|
|
138
|
+
}
|
|
139
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
140
|
padding: 0;
|
|
133
141
|
display: flex;
|
|
134
142
|
align-items: center;
|
|
@@ -285,12 +293,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
285
293
|
flex-wrap: wrap;
|
|
286
294
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
287
295
|
}
|
|
288
|
-
.
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
overflow: initial;
|
|
296
|
+
.searchResult[data-v-22410ec9] {
|
|
297
|
+
color: red;
|
|
298
|
+
}
|
|
299
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
+
width: 90%;
|
|
294
301
|
}
|
|
295
302
|
|
|
296
303
|
.searchResult {
|
|
@@ -299,7 +306,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
299
306
|
.inline-input-custom {
|
|
300
307
|
width: 90%;
|
|
301
308
|
}
|
|
302
|
-
|
|
309
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
310
|
+
display: flex;
|
|
311
|
+
background-color: #fff;
|
|
312
|
+
justify-content: center;
|
|
313
|
+
align-items: center;
|
|
314
|
+
cursor: pointer;
|
|
315
|
+
}
|
|
316
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
317
|
+
display: inline-block;
|
|
318
|
+
}
|
|
303
319
|
.red-circle[data-v-998f4283] {
|
|
304
320
|
width: 20px; /* 圆圈的宽度 */
|
|
305
321
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -314,23 +330,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
314
330
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
315
331
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
316
332
|
}
|
|
317
|
-
|
|
318
|
-
.searchResult[data-v-22410ec9] {
|
|
319
|
-
color: red;
|
|
320
|
-
}
|
|
321
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
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
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
333
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
334
334
|
padding: 10px;
|
|
335
335
|
}
|
|
336
336
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -441,16 +441,45 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
441
441
|
display: grid;
|
|
442
442
|
grid-template-columns: 20% 80%;
|
|
443
443
|
}
|
|
444
|
+
.organization-input .el-input-group__append {
|
|
445
|
+
padding: 0 10px 0 0;
|
|
446
|
+
}
|
|
447
|
+
|
|
444
448
|
.select-top-span {
|
|
445
449
|
width: 100%;
|
|
446
450
|
}
|
|
447
451
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
448
452
|
display: inline-block;
|
|
453
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
454
|
+
width: 30px;
|
|
455
|
+
height: 30px;
|
|
456
|
+
}
|
|
457
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
458
|
+
margin-left: 10px;
|
|
459
|
+
cursor: pointer;
|
|
460
|
+
overflow: hidden;
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
white-space: nowrap;
|
|
463
|
+
}
|
|
464
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
465
|
+
border: 1px solid #dcdfe6;
|
|
466
|
+
padding: 4px 8px;
|
|
467
|
+
background-clip: padding-box;
|
|
468
|
+
overflow: hidden;
|
|
469
|
+
display: inline-flex;
|
|
470
|
+
align-items: center;
|
|
471
|
+
}
|
|
472
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
473
|
+
margin-right: 8px;
|
|
474
|
+
max-width: 120px;
|
|
475
|
+
overflow: hidden;
|
|
476
|
+
text-overflow: ellipsis;
|
|
477
|
+
white-space: nowrap;
|
|
478
|
+
}
|
|
479
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
480
|
+
font-weight: 600;
|
|
481
|
+
margin-left: 4px;
|
|
449
482
|
}
|
|
450
|
-
.organization-input .el-input-group__append {
|
|
451
|
-
padding: 0 10px 0 0;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
483
|
.fs-preview-container[data-v-2448d898] {
|
|
455
484
|
display: flex;
|
|
456
485
|
align-items: center;
|
|
@@ -526,35 +555,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
555
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
556
|
padding: 5px 11px;
|
|
528
557
|
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
558
|
}.select[data-v-52983a24] {
|
|
559
559
|
width: 100%;
|
|
560
560
|
height: 100%;
|
|
@@ -760,10 +760,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
760
|
transform: translateY(0);
|
|
761
761
|
opacity: 1;
|
|
762
762
|
}
|
|
763
|
-
}.super-icon[data-v-875fd31c] {
|
|
764
|
-
width: 1em;
|
|
765
|
-
height: 1em;
|
|
766
|
-
font-size: 14px;
|
|
767
763
|
}.errPage-container[data-v-6bef0241] {
|
|
768
764
|
width: 800px;
|
|
769
765
|
max-width: 100%;
|
|
@@ -800,15 +796,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
800
796
|
}
|
|
801
797
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
802
798
|
text-decoration: underline;
|
|
803
|
-
}
|
|
804
|
-
.graphDiv[data-v-a936569d] {
|
|
805
|
-
overflow: auto;
|
|
806
|
-
height: 100%;
|
|
807
|
-
height: calc(100vh - 20px);
|
|
808
|
-
}
|
|
809
|
-
iframe[data-v-20dccb82] {
|
|
810
|
-
width: 100%;
|
|
811
|
-
height: calc(100vh - 50px);
|
|
812
799
|
}.app-wrapper[data-v-5c0a6bf6] {
|
|
813
800
|
position: relative;
|
|
814
801
|
height: 100%;
|
|
@@ -826,89 +813,156 @@ iframe[data-v-20dccb82] {
|
|
|
826
813
|
height: 100%;
|
|
827
814
|
position: absolute;
|
|
828
815
|
z-index: 999;
|
|
829
|
-
}
|
|
816
|
+
}
|
|
817
|
+
.graphDiv[data-v-a936569d] {
|
|
818
|
+
overflow: auto;
|
|
819
|
+
height: 100%;
|
|
820
|
+
height: calc(100vh - 20px);
|
|
821
|
+
}
|
|
822
|
+
iframe[data-v-20dccb82] {
|
|
823
|
+
width: 100%;
|
|
824
|
+
height: calc(100vh - 50px);
|
|
825
|
+
}
|
|
826
|
+
.organization-tree,
|
|
827
|
+
.organization-tree .el-checkbox__label,
|
|
828
|
+
.organization-tree .el-breadcrumb__inner,
|
|
829
|
+
.organization-tree .el-tree {
|
|
830
|
+
font-size: 17px;
|
|
831
|
+
font-weight: 700;
|
|
832
|
+
}
|
|
833
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
834
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
835
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
836
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
837
|
+
font-size: 17px;
|
|
838
|
+
font-weight: 700;
|
|
839
|
+
}
|
|
840
|
+
.organization-tree .el-card__body {
|
|
841
|
+
padding-top: 10px;
|
|
842
|
+
}
|
|
843
|
+
.organization-tree .card-content {
|
|
844
|
+
margin-top: 10px;
|
|
845
|
+
}
|
|
846
|
+
.organization-tree .item-row-all {
|
|
847
|
+
margin-bottom: 10px;
|
|
848
|
+
}
|
|
849
|
+
.organization-tree .item-row {
|
|
850
|
+
display: flex;
|
|
851
|
+
width: 100%;
|
|
852
|
+
}
|
|
853
|
+
.organization-tree .item-label {
|
|
854
|
+
flex: 0 0 90%;
|
|
855
|
+
text-align: left;
|
|
856
|
+
}
|
|
857
|
+
.organization-tree .item-side {
|
|
858
|
+
flex: 0 0 10%;
|
|
859
|
+
text-align: right;
|
|
860
|
+
}
|
|
861
|
+
.organization-tree .el-tree-node {
|
|
862
|
+
margin-bottom: 10px;
|
|
863
|
+
}
|
|
864
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
865
|
+
padding: 0;
|
|
866
|
+
display: none;
|
|
867
|
+
}
|
|
868
|
+
.organization-tree .card-footer {
|
|
869
|
+
padding: 20px;
|
|
870
|
+
}
|
|
871
|
+
.organization-tree .card-footer .select-result {
|
|
872
|
+
color: #409eff;
|
|
873
|
+
flex: 1 1 75%;
|
|
874
|
+
text-align: left;
|
|
875
|
+
}
|
|
876
|
+
.organization-tree .card-footer .button-area {
|
|
877
|
+
flex: 0 0 20%;
|
|
878
|
+
text-align: right;
|
|
879
|
+
}
|
|
880
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
881
|
+
color: #409eff;
|
|
882
|
+
}
|
|
883
|
+
.smb-sidebar-menu-item[data-v-da857302] {
|
|
830
884
|
position: relative;
|
|
831
885
|
--el-menu-item-height: 45px;
|
|
832
886
|
--el-menu-sub-item-height: 45px;
|
|
833
887
|
}
|
|
834
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
888
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
835
889
|
padding: 0 !important;
|
|
836
890
|
}
|
|
837
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
891
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
838
892
|
display: flex;
|
|
839
893
|
flex-direction: row;
|
|
840
894
|
}
|
|
841
|
-
.smb-sidebar-menu-item[data-v-
|
|
895
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
842
896
|
display: flex;
|
|
843
897
|
flex-direction: row;
|
|
844
898
|
padding: 0 !important;
|
|
845
899
|
}
|
|
846
|
-
.smb-sidebar-menu-item[data-v-
|
|
900
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
847
901
|
display: flex;
|
|
848
902
|
align-items: center;
|
|
849
903
|
justify-content: center;
|
|
850
904
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
851
905
|
font-size: 16px;
|
|
852
906
|
}
|
|
853
|
-
.smb-sidebar-menu-item[data-v-
|
|
907
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
854
908
|
width: 20px;
|
|
855
909
|
}
|
|
856
|
-
.smb-sidebar-menu-item[data-v-
|
|
910
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
857
911
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
858
912
|
overflow: hidden;
|
|
859
913
|
white-space: nowrap;
|
|
860
914
|
overflow: hidden;
|
|
861
915
|
text-overflow: ellipsis;
|
|
862
916
|
}
|
|
863
|
-
.smb-sidebar-menu-item[data-v-
|
|
917
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
864
918
|
overflow: hidden;
|
|
865
919
|
white-space: nowrap;
|
|
866
920
|
overflow: hidden;
|
|
867
921
|
text-overflow: ellipsis;
|
|
868
922
|
}
|
|
869
|
-
.smb-sidebar-menu-item[data-v-
|
|
923
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
870
924
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
871
|
-
}.smb-sidebar-menu-item[data-v-
|
|
925
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
872
926
|
position: relative;
|
|
873
927
|
--el-menu-item-height: 45px;
|
|
874
928
|
--el-menu-sub-item-height: 45px;
|
|
875
929
|
}
|
|
876
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
930
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
877
931
|
padding: 0 !important;
|
|
878
932
|
}
|
|
879
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
933
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
880
934
|
display: flex;
|
|
881
935
|
flex-direction: row;
|
|
882
936
|
}
|
|
883
|
-
.smb-sidebar-menu-item[data-v-
|
|
937
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
884
938
|
display: flex;
|
|
885
939
|
flex-direction: row;
|
|
886
940
|
padding: 0 !important;
|
|
887
941
|
}
|
|
888
|
-
.smb-sidebar-menu-item[data-v-
|
|
942
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
889
943
|
display: flex;
|
|
890
944
|
align-items: center;
|
|
891
945
|
justify-content: center;
|
|
892
946
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
893
947
|
font-size: 16px;
|
|
894
948
|
}
|
|
895
|
-
.smb-sidebar-menu-item[data-v-
|
|
949
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
896
950
|
width: 20px;
|
|
897
951
|
}
|
|
898
|
-
.smb-sidebar-menu-item[data-v-
|
|
952
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
899
953
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
900
954
|
overflow: hidden;
|
|
901
955
|
white-space: nowrap;
|
|
902
956
|
overflow: hidden;
|
|
903
957
|
text-overflow: ellipsis;
|
|
904
958
|
}
|
|
905
|
-
.smb-sidebar-menu-item[data-v-
|
|
959
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
906
960
|
overflow: hidden;
|
|
907
961
|
white-space: nowrap;
|
|
908
962
|
overflow: hidden;
|
|
909
963
|
text-overflow: ellipsis;
|
|
910
964
|
}
|
|
911
|
-
.smb-sidebar-menu-item[data-v-
|
|
965
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
912
966
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
913
967
|
}.app-main[data-v-2d98e845] {
|
|
914
968
|
padding: var(--app-main-padding, 15px);
|
|
@@ -921,65 +975,19 @@ iframe[data-v-20dccb82] {
|
|
|
921
975
|
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
922
976
|
overflow: auto;
|
|
923
977
|
}
|
|
924
|
-
.
|
|
925
|
-
|
|
926
|
-
.organization-tree .el-breadcrumb__inner,
|
|
927
|
-
.organization-tree .el-tree {
|
|
928
|
-
font-size: 17px;
|
|
929
|
-
font-weight: 700;
|
|
930
|
-
}
|
|
931
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
932
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
933
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
934
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
935
|
-
font-size: 17px;
|
|
936
|
-
font-weight: 700;
|
|
937
|
-
}
|
|
938
|
-
.organization-tree .el-card__body {
|
|
939
|
-
padding-top: 10px;
|
|
940
|
-
}
|
|
941
|
-
.organization-tree .card-content {
|
|
942
|
-
margin-top: 10px;
|
|
943
|
-
}
|
|
944
|
-
.organization-tree .item-row-all {
|
|
945
|
-
margin-bottom: 10px;
|
|
946
|
-
}
|
|
947
|
-
.organization-tree .item-row {
|
|
948
|
-
display: flex;
|
|
949
|
-
width: 100%;
|
|
950
|
-
}
|
|
951
|
-
.organization-tree .item-label {
|
|
952
|
-
flex: 0 0 90%;
|
|
953
|
-
text-align: left;
|
|
954
|
-
}
|
|
955
|
-
.organization-tree .item-side {
|
|
956
|
-
flex: 0 0 10%;
|
|
957
|
-
text-align: right;
|
|
958
|
-
}
|
|
959
|
-
.organization-tree .el-tree-node {
|
|
960
|
-
margin-bottom: 10px;
|
|
961
|
-
}
|
|
962
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
963
|
-
padding: 0;
|
|
964
|
-
display: none;
|
|
965
|
-
}
|
|
966
|
-
.organization-tree .card-footer {
|
|
967
|
-
padding: 20px;
|
|
968
|
-
}
|
|
969
|
-
.organization-tree .card-footer .select-result {
|
|
970
|
-
color: #409eff;
|
|
971
|
-
flex: 1 1 75%;
|
|
972
|
-
text-align: left;
|
|
978
|
+
.searchResult {
|
|
979
|
+
color: red;
|
|
973
980
|
}
|
|
974
|
-
.
|
|
975
|
-
|
|
976
|
-
text-align: right;
|
|
981
|
+
.inline-select-custom {
|
|
982
|
+
width: 100px;
|
|
977
983
|
}
|
|
978
|
-
.
|
|
979
|
-
|
|
984
|
+
.inline-input-custom {
|
|
985
|
+
width: 98%;
|
|
980
986
|
}
|
|
981
|
-
.
|
|
982
|
-
width:
|
|
987
|
+
.super-icon[data-v-875fd31c] {
|
|
988
|
+
width: 1em;
|
|
989
|
+
height: 1em;
|
|
990
|
+
font-size: 14px;
|
|
983
991
|
}
|
|
984
992
|
.organization-tree,
|
|
985
993
|
.organization-tree .el-checkbox__label,
|
|
@@ -1038,7 +1046,9 @@ iframe[data-v-20dccb82] {
|
|
|
1038
1046
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1039
1047
|
color: #409eff;
|
|
1040
1048
|
}
|
|
1041
|
-
|
|
1049
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
1050
|
+
width: 50%;
|
|
1051
|
+
}
|
|
1042
1052
|
.organization-tree,
|
|
1043
1053
|
.organization-tree .el-checkbox__label,
|
|
1044
1054
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -1115,16 +1125,6 @@ iframe[data-v-20dccb82] {
|
|
|
1115
1125
|
white-space: nowrap;
|
|
1116
1126
|
flex: 0 0 auto;
|
|
1117
1127
|
}
|
|
1118
|
-
|
|
1119
|
-
.searchResult {
|
|
1120
|
-
color: red;
|
|
1121
|
-
}
|
|
1122
|
-
.inline-select-custom {
|
|
1123
|
-
width: 100px;
|
|
1124
|
-
}
|
|
1125
|
-
.inline-input-custom {
|
|
1126
|
-
width: 98%;
|
|
1127
|
-
}
|
|
1128
1128
|
.normal-column-header[data-v-562b2e0d] {
|
|
1129
1129
|
display: inline-flex;
|
|
1130
1130
|
vertical-align: middle;
|
|
@@ -1157,7 +1157,36 @@ iframe[data-v-20dccb82] {
|
|
|
1157
1157
|
height: 40px;
|
|
1158
1158
|
z-index: 1500;
|
|
1159
1159
|
}
|
|
1160
|
-
[data-v-
|
|
1160
|
+
li[data-v-040fcf55] {
|
|
1161
|
+
color: #333;
|
|
1162
|
+
}
|
|
1163
|
+
.context-menu[data-v-040fcf55] {
|
|
1164
|
+
position: fixed;
|
|
1165
|
+
background: #fff;
|
|
1166
|
+
z-index: 999;
|
|
1167
|
+
padding: 5px;
|
|
1168
|
+
margin: 0;
|
|
1169
|
+
margin-top: 30px;
|
|
1170
|
+
}
|
|
1171
|
+
.context-menu li[data-v-040fcf55] {
|
|
1172
|
+
min-width: 75px;
|
|
1173
|
+
height: 28px;
|
|
1174
|
+
line-height: 28px;
|
|
1175
|
+
text-align: left;
|
|
1176
|
+
color: #1a1a1a;
|
|
1177
|
+
}
|
|
1178
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1179
|
+
background: #42b983;
|
|
1180
|
+
color: #fff;
|
|
1181
|
+
}
|
|
1182
|
+
.context-menu[data-v-040fcf55] {
|
|
1183
|
+
border: 1px solid #eee;
|
|
1184
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1185
|
+
border-radius: 5px;
|
|
1186
|
+
}
|
|
1187
|
+
li[data-v-040fcf55] {
|
|
1188
|
+
list-style-type: none;
|
|
1189
|
+
}[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1161
1190
|
user-select: text !important;
|
|
1162
1191
|
-webkit-user-select: text !important;
|
|
1163
1192
|
-moz-user-select: text !important;
|
|
@@ -1375,47 +1404,12 @@ iframe[data-v-20dccb82] {
|
|
|
1375
1404
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1376
1405
|
margin: 5px 0;
|
|
1377
1406
|
}
|
|
1378
|
-
|
|
1379
|
-
color: #333;
|
|
1380
|
-
}
|
|
1381
|
-
.context-menu[data-v-040fcf55] {
|
|
1382
|
-
position: fixed;
|
|
1383
|
-
background: #fff;
|
|
1384
|
-
z-index: 999;
|
|
1385
|
-
padding: 5px;
|
|
1386
|
-
margin: 0;
|
|
1387
|
-
margin-top: 30px;
|
|
1388
|
-
}
|
|
1389
|
-
.context-menu li[data-v-040fcf55] {
|
|
1390
|
-
min-width: 75px;
|
|
1391
|
-
height: 28px;
|
|
1392
|
-
line-height: 28px;
|
|
1393
|
-
text-align: left;
|
|
1394
|
-
color: #1a1a1a;
|
|
1395
|
-
}
|
|
1396
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1397
|
-
background: #42b983;
|
|
1398
|
-
color: #fff;
|
|
1399
|
-
}
|
|
1400
|
-
.context-menu[data-v-040fcf55] {
|
|
1401
|
-
border: 1px solid #eee;
|
|
1402
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1403
|
-
border-radius: 5px;
|
|
1404
|
-
}
|
|
1405
|
-
li[data-v-040fcf55] {
|
|
1406
|
-
list-style-type: none;
|
|
1407
|
-
}
|
|
1407
|
+
|
|
1408
1408
|
.searchResult {
|
|
1409
1409
|
color: red;
|
|
1410
1410
|
}
|
|
1411
|
-
.inline-select-custom {
|
|
1412
|
-
width: 100px;
|
|
1413
|
-
}
|
|
1414
1411
|
.inline-input-custom {
|
|
1415
|
-
width:
|
|
1416
|
-
}
|
|
1417
|
-
.searchDepartmentUser {
|
|
1418
|
-
width: 250px;
|
|
1412
|
+
width: 90%;
|
|
1419
1413
|
}
|
|
1420
1414
|
.el-autocomplete-suggestion.el-popper {
|
|
1421
1415
|
min-width: 300px;
|
|
@@ -1424,14 +1418,8 @@ li[data-v-040fcf55] {
|
|
|
1424
1418
|
.searchResult {
|
|
1425
1419
|
color: red;
|
|
1426
1420
|
}
|
|
1427
|
-
.inline-select-custom {
|
|
1428
|
-
width: 100px;
|
|
1429
|
-
}
|
|
1430
1421
|
.inline-input-custom {
|
|
1431
|
-
width:
|
|
1432
|
-
}
|
|
1433
|
-
.searchDepartmentUser {
|
|
1434
|
-
width: 250px;
|
|
1422
|
+
width: 100% !important;
|
|
1435
1423
|
}
|
|
1436
1424
|
.el-autocomplete-suggestion.el-popper {
|
|
1437
1425
|
min-width: 300px;
|
|
@@ -1448,30 +1436,42 @@ li[data-v-040fcf55] {
|
|
|
1448
1436
|
}
|
|
1449
1437
|
|
|
1450
1438
|
.searchResult {
|
|
1451
|
-
|
|
1439
|
+
color: red;
|
|
1452
1440
|
}
|
|
1453
|
-
.inline-
|
|
1454
|
-
|
|
1441
|
+
.inline-select-custom {
|
|
1442
|
+
width: 100px;
|
|
1455
1443
|
}
|
|
1456
|
-
.
|
|
1457
|
-
|
|
1444
|
+
.inline-input-custom {
|
|
1445
|
+
width: 98%;
|
|
1458
1446
|
}
|
|
1459
1447
|
|
|
1460
1448
|
.searchResult {
|
|
1461
|
-
|
|
1449
|
+
color: red;
|
|
1462
1450
|
}
|
|
1463
1451
|
.inline-select-custom {
|
|
1464
|
-
|
|
1452
|
+
width: 100px;
|
|
1465
1453
|
}
|
|
1466
1454
|
.inline-input-custom {
|
|
1467
|
-
|
|
1455
|
+
width: 98%;
|
|
1456
|
+
}
|
|
1457
|
+
.searchDepartmentUser {
|
|
1458
|
+
width: 250px;
|
|
1459
|
+
}
|
|
1460
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1461
|
+
min-width: 300px;
|
|
1468
1462
|
}
|
|
1469
1463
|
|
|
1470
1464
|
.searchResult {
|
|
1471
1465
|
color: red;
|
|
1472
1466
|
}
|
|
1467
|
+
.inline-select-custom {
|
|
1468
|
+
width: 100px;
|
|
1469
|
+
}
|
|
1473
1470
|
.inline-input-custom {
|
|
1474
|
-
width:
|
|
1471
|
+
width: 98%;
|
|
1472
|
+
}
|
|
1473
|
+
.searchDepartmentUser {
|
|
1474
|
+
width: 250px;
|
|
1475
1475
|
}
|
|
1476
1476
|
.el-autocomplete-suggestion.el-popper {
|
|
1477
1477
|
min-width: 300px;
|
|
@@ -1605,10 +1605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
[data-v-
|
|
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,9 +1624,37 @@ 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
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
+
margin-bottom: 0px;
|
|
1635
|
+
}
|
|
1636
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1637
|
+
overflow: hidden;
|
|
1638
|
+
text-overflow: ellipsis;
|
|
1639
|
+
white-space: nowrap;
|
|
1640
|
+
word-break: keep-all;
|
|
1641
|
+
}
|
|
1642
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1643
|
+
margin-bottom: 5px;
|
|
1644
|
+
text-align: center;
|
|
1645
|
+
}
|
|
1646
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1647
|
+
width: 100%;
|
|
1648
|
+
}
|
|
1649
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
+
width: 100%;
|
|
1651
|
+
}
|
|
1652
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1653
|
+
padding-right: 24px;
|
|
1654
|
+
}
|
|
1655
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1656
|
+
padding-left: 10px;
|
|
1657
|
+
padding-bottom: 16px;
|
|
1633
1658
|
}.annex-cell[data-v-bbad0ee0] {
|
|
1634
1659
|
padding-right: 5px;
|
|
1635
1660
|
cursor: pointer;
|
|
@@ -1677,31 +1702,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1677
1702
|
}
|
|
1678
1703
|
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1679
1704
|
display: inline;
|
|
1680
|
-
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
|
-
margin-bottom: 0px;
|
|
1682
|
-
}
|
|
1683
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1684
|
-
overflow: hidden;
|
|
1685
|
-
text-overflow: ellipsis;
|
|
1686
|
-
white-space: nowrap;
|
|
1687
|
-
word-break: keep-all;
|
|
1688
|
-
}
|
|
1689
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1690
|
-
margin-bottom: 5px;
|
|
1691
|
-
text-align: center;
|
|
1692
|
-
}
|
|
1693
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1694
|
-
width: 100%;
|
|
1695
|
-
}
|
|
1696
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1697
|
-
width: 100%;
|
|
1698
|
-
}
|
|
1699
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1700
|
-
padding-right: 24px;
|
|
1701
|
-
}
|
|
1702
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1703
|
-
padding-left: 10px;
|
|
1704
|
-
padding-bottom: 16px;
|
|
1705
1705
|
}
|
|
1706
1706
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1707
1707
|
margin-bottom: 0px;
|
|
@@ -1770,6 +1770,14 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1770
|
.inline-input-custom {
|
|
1771
1771
|
width: 98%;
|
|
1772
1772
|
}
|
|
1773
|
+
|
|
1774
|
+
.svg-icon[data-v-019891df] {
|
|
1775
|
+
width: 1.2em;
|
|
1776
|
+
height: 1.2em;
|
|
1777
|
+
vertical-align: -0.25em;
|
|
1778
|
+
fill: currentColor;
|
|
1779
|
+
overflow: initial;
|
|
1780
|
+
}
|
|
1773
1781
|
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
1782
|
position: relative;
|
|
1775
1783
|
--el-menu-item-height: 45px;
|
|
@@ -1811,90 +1819,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1811
1819
|
}
|
|
1812
1820
|
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1813
1821
|
margin-left: 5px;
|
|
1814
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1815
|
-
font-size: 12px;
|
|
1816
|
-
}
|
|
1817
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1818
|
-
border: 1px solid #dcdfe6;
|
|
1819
|
-
padding: 4px 8px;
|
|
1820
|
-
background-clip: padding-box;
|
|
1821
|
-
overflow: hidden;
|
|
1822
|
-
display: inline-flex;
|
|
1823
|
-
align-items: center;
|
|
1824
|
-
}
|
|
1825
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1826
|
-
margin-right: 18px;
|
|
1827
|
-
max-width: 160px;
|
|
1828
|
-
overflow: hidden;
|
|
1829
|
-
text-overflow: ellipsis;
|
|
1830
|
-
white-space: nowrap;
|
|
1831
|
-
}
|
|
1832
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1833
|
-
font-weight: 600;
|
|
1834
|
-
margin-left: 4px;
|
|
1835
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1836
|
-
border: 1px solid #dcdfe6;
|
|
1837
|
-
padding: 4px 8px;
|
|
1838
|
-
background-clip: padding-box;
|
|
1839
|
-
overflow: hidden;
|
|
1840
|
-
display: inline-flex;
|
|
1841
|
-
align-items: center;
|
|
1842
|
-
}
|
|
1843
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1844
|
-
margin-right: 18px;
|
|
1845
|
-
max-width: 160px;
|
|
1846
|
-
overflow: hidden;
|
|
1847
|
-
text-overflow: ellipsis;
|
|
1848
|
-
white-space: nowrap;
|
|
1849
|
-
}
|
|
1850
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1851
|
-
font-weight: 600;
|
|
1852
|
-
margin-left: 4px;
|
|
1853
1822
|
}[data-v-90635647] .el-range-separator {
|
|
1854
1823
|
min-width: 20px;
|
|
1855
|
-
}
|
|
1856
|
-
.svg-icon[data-v-019891df] {
|
|
1857
|
-
width: 1.2em;
|
|
1858
|
-
height: 1.2em;
|
|
1859
|
-
vertical-align: -0.25em;
|
|
1860
|
-
fill: currentColor;
|
|
1861
|
-
overflow: initial;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
1865
|
-
display: flex;
|
|
1866
|
-
align-items: center;
|
|
1867
|
-
flex-shrink: 0;
|
|
1868
|
-
min-width: max-content;
|
|
1869
|
-
margin-left: auto;
|
|
1870
|
-
gap: 10px;
|
|
1871
|
-
}
|
|
1872
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
1873
|
-
display: flex;
|
|
1874
|
-
align-items: center;
|
|
1875
|
-
justify-content: center;
|
|
1876
|
-
margin-top: 10px;
|
|
1877
|
-
gap: 10px;
|
|
1878
|
-
}
|
|
1879
|
-
[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 {
|
|
1824
|
+
}[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 {
|
|
1880
1825
|
user-select: text !important;
|
|
1881
1826
|
-webkit-user-select: text !important;
|
|
1882
1827
|
-moz-user-select: text !important;
|
|
1883
1828
|
-ms-user-select: text !important;
|
|
1884
1829
|
}
|
|
1885
|
-
.slide-up-enter-active[data-v-
|
|
1886
|
-
.slide-up-leave-active[data-v-
|
|
1830
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1831
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1887
1832
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1888
1833
|
}
|
|
1889
|
-
.slide-up-enter-from[data-v-
|
|
1890
|
-
.slide-up-leave-to[data-v-
|
|
1834
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1835
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1891
1836
|
transform: translateY(100%);
|
|
1892
1837
|
}
|
|
1893
1838
|
|
|
1894
1839
|
/**
|
|
1895
1840
|
* 聊天窗口的样式设置
|
|
1896
1841
|
*/
|
|
1897
|
-
.chat-container[data-v-
|
|
1842
|
+
.chat-container[data-v-0b0c189e] {
|
|
1898
1843
|
--header-height: 56px;
|
|
1899
1844
|
--chat-padding: 12px;
|
|
1900
1845
|
--bubble-content-max-width: 0px;
|
|
@@ -1906,25 +1851,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1906
1851
|
flex-direction: row; /* 横向排列 */
|
|
1907
1852
|
height: 100%; /* 父容器高度 */
|
|
1908
1853
|
}
|
|
1909
|
-
.small-window[data-v-
|
|
1854
|
+
.small-window[data-v-0b0c189e] {
|
|
1910
1855
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1911
1856
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1912
1857
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1913
1858
|
border-radius: 8px;
|
|
1914
1859
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1915
1860
|
}
|
|
1916
|
-
.full-screen[data-v-
|
|
1861
|
+
.full-screen[data-v-0b0c189e] {
|
|
1917
1862
|
right: 0;
|
|
1918
1863
|
bottom: 0;
|
|
1919
1864
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1920
1865
|
}
|
|
1921
|
-
.chat-container > *[data-v-
|
|
1866
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1922
1867
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1923
1868
|
}
|
|
1924
1869
|
|
|
1925
1870
|
/* 聊天窗口的头部样式设置
|
|
1926
1871
|
*/
|
|
1927
|
-
.chat-embed__header_container[data-v-
|
|
1872
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1928
1873
|
/* border-bottom: 1px solid #ddd; */
|
|
1929
1874
|
display: flex;
|
|
1930
1875
|
align-items: center;
|
|
@@ -1934,7 +1879,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1934
1879
|
overflow: hidden;
|
|
1935
1880
|
position: relative;
|
|
1936
1881
|
}
|
|
1937
|
-
.session-subject[data-v-
|
|
1882
|
+
.session-subject[data-v-0b0c189e] {
|
|
1938
1883
|
display: block;
|
|
1939
1884
|
margin: 0 auto;
|
|
1940
1885
|
text-align: center;
|
|
@@ -1949,17 +1894,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1949
1894
|
|
|
1950
1895
|
/* 聊天窗口的头部图标样式设置
|
|
1951
1896
|
*/
|
|
1952
|
-
.chat-embed__header_avatar[data-v-
|
|
1897
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1953
1898
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1954
1899
|
margin-right: var(--chat-padding);
|
|
1955
1900
|
}
|
|
1956
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1901
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1957
1902
|
right: 20px;
|
|
1958
1903
|
position: absolute;
|
|
1959
1904
|
gap: 28px;
|
|
1960
1905
|
display: flex;
|
|
1961
1906
|
}
|
|
1962
|
-
.chat-embed__sidebar[data-v-
|
|
1907
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1963
1908
|
background: #f6f7fa;
|
|
1964
1909
|
display: flex;
|
|
1965
1910
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1968,7 +1913,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1968
1913
|
width: 260px;
|
|
1969
1914
|
height: 100%;
|
|
1970
1915
|
}
|
|
1971
|
-
.chat-embed__main[data-v-
|
|
1916
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1972
1917
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1973
1918
|
box-sizing: border-box;
|
|
1974
1919
|
overflow: hidden;
|
|
@@ -1979,7 +1924,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1979
1924
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1980
1925
|
overflow: hidden; /* 防止内容溢出 */
|
|
1981
1926
|
}
|
|
1982
|
-
.chat-embed__main_content[data-v-
|
|
1927
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1983
1928
|
flex: 1;
|
|
1984
1929
|
box-sizing: border-box;
|
|
1985
1930
|
min-height: 0;
|
|
@@ -1987,21 +1932,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1987
1932
|
/* overflow-y: auto;
|
|
1988
1933
|
margin-bottom: 12px; */
|
|
1989
1934
|
}
|
|
1990
|
-
.chat-embed__input_container[data-v-
|
|
1935
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1991
1936
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1992
1937
|
/* margin-bottom: 50px; 距离底部 */
|
|
1993
1938
|
}
|
|
1994
|
-
.header-icon[data-v-
|
|
1939
|
+
.header-icon[data-v-0b0c189e] {
|
|
1995
1940
|
cursor: pointer;
|
|
1996
1941
|
font-size: 20px;
|
|
1997
1942
|
}
|
|
1998
1943
|
|
|
1999
1944
|
/* 聊天默认推荐内容样式
|
|
2000
1945
|
*/
|
|
2001
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1946
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2002
1947
|
margin-top: 5px;
|
|
2003
1948
|
}
|
|
2004
|
-
.content-container[data-v-
|
|
1949
|
+
.content-container[data-v-0b0c189e] {
|
|
2005
1950
|
padding: 16px;
|
|
2006
1951
|
border-radius: 4px;
|
|
2007
1952
|
background: #ffffff;
|
|
@@ -2009,7 +1954,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2009
1954
|
border-radius: 0px 30px 30px 30px;
|
|
2010
1955
|
/* opacity: 0.6; */
|
|
2011
1956
|
}
|
|
2012
|
-
.chat-content-font[data-v-
|
|
1957
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2013
1958
|
font-family: PingFang SC, PingFang SC;
|
|
2014
1959
|
font-weight: 500;
|
|
2015
1960
|
font-size: 16px;
|
|
@@ -2019,10 +1964,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2019
1964
|
font-style: normal;
|
|
2020
1965
|
text-transform: none;
|
|
2021
1966
|
}
|
|
2022
|
-
[data-v-
|
|
1967
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2023
1968
|
border: none !important;
|
|
2024
1969
|
}
|
|
2025
|
-
.content-container-header[data-v-
|
|
1970
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2026
1971
|
font-size: 12px;
|
|
2027
1972
|
color: #909399;
|
|
2028
1973
|
}
|
|
@@ -2030,28 +1975,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2030
1975
|
/**
|
|
2031
1976
|
// 用户消息
|
|
2032
1977
|
*/
|
|
2033
|
-
.content-borderless-container[data-v-
|
|
1978
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2034
1979
|
background: #e1ecfd;
|
|
2035
1980
|
border-radius: 20px 0px 20px 20px;
|
|
2036
1981
|
user-select: none;
|
|
2037
1982
|
padding: 12px;
|
|
2038
1983
|
cursor: pointer;
|
|
2039
1984
|
transition: background-color 0.3s;
|
|
2040
|
-
&[data-v-
|
|
1985
|
+
&[data-v-0b0c189e]:hover {
|
|
2041
1986
|
background-color: #ebeef5;
|
|
2042
1987
|
}
|
|
2043
1988
|
}
|
|
2044
|
-
.footer-container[data-v-
|
|
2045
|
-
[data-v-
|
|
1989
|
+
.footer-container[data-v-0b0c189e] {
|
|
1990
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2046
1991
|
margin-left: 8px;
|
|
2047
1992
|
}
|
|
2048
1993
|
}
|
|
2049
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
1994
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2050
1995
|
padding: 0;
|
|
2051
1996
|
}
|
|
2052
1997
|
|
|
2053
1998
|
/* 引用文件样式 */
|
|
2054
|
-
.doc-agg-item[data-v-
|
|
1999
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2055
2000
|
width: 100%;
|
|
2056
2001
|
padding: 10px;
|
|
2057
2002
|
margin-bottom: 5px;
|
|
@@ -2061,10 +2006,93 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2061
2006
|
font-size: 12px;
|
|
2062
2007
|
color: var(--el-color-primary);
|
|
2063
2008
|
}
|
|
2064
|
-
.elx-xmarkdown-container[data-v-
|
|
2009
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2065
2010
|
padding: 0;
|
|
2066
|
-
}
|
|
2067
|
-
[data-v-
|
|
2011
|
+
}
|
|
2012
|
+
h4[data-v-0b0c189e] {
|
|
2013
|
+
font-size: 16px;
|
|
2014
|
+
margin-top: 0px;
|
|
2015
|
+
margin-bottom: 0px;
|
|
2016
|
+
}
|
|
2017
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2018
|
+
margin: 5px 0;
|
|
2019
|
+
}
|
|
2020
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2021
|
+
display: flex;
|
|
2022
|
+
align-items: center;
|
|
2023
|
+
flex-shrink: 0;
|
|
2024
|
+
min-width: max-content;
|
|
2025
|
+
margin-left: auto;
|
|
2026
|
+
gap: 10px;
|
|
2027
|
+
}
|
|
2028
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2029
|
+
display: inline-block;
|
|
2030
|
+
width: 12px;
|
|
2031
|
+
height: 12px;
|
|
2032
|
+
background-repeat: no-repeat;
|
|
2033
|
+
background-position: center;
|
|
2034
|
+
background-size: 100%;
|
|
2035
|
+
cursor: pointer;
|
|
2036
|
+
}
|
|
2037
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2038
|
+
margin-left: 5px;
|
|
2039
|
+
}
|
|
2040
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2041
|
+
display: flex;
|
|
2042
|
+
flex-direction: column;
|
|
2043
|
+
padding: 16px;
|
|
2044
|
+
}
|
|
2045
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2046
|
+
border-bottom-color: #ffffff !important;
|
|
2047
|
+
}
|
|
2048
|
+
[data-v-0b0c189e] .el-sender {
|
|
2049
|
+
background: #ffffff !important;
|
|
2050
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2051
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2052
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2053
|
+
font-weight: 400;
|
|
2054
|
+
font-size: 16px;
|
|
2055
|
+
color: #bbbbbb;
|
|
2056
|
+
text-align: left;
|
|
2057
|
+
font-style: normal;
|
|
2058
|
+
text-transform: none;
|
|
2059
|
+
}
|
|
2060
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2061
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2062
|
+
font-weight: 400 !important;
|
|
2063
|
+
font-size: 16px !important;
|
|
2064
|
+
line-height: 21px !important;
|
|
2065
|
+
font-style: normal !important;
|
|
2066
|
+
text-transform: none !important;
|
|
2067
|
+
}
|
|
2068
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2069
|
+
padding: 16px !important;
|
|
2070
|
+
}
|
|
2071
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2072
|
+
border-radius: 100px 100px 100px 100px;
|
|
2073
|
+
border: 1px solid #dcdfe6;
|
|
2074
|
+
}
|
|
2075
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2076
|
+
padding: 12px;
|
|
2077
|
+
font-family: PingFang SC, PingFang SC;
|
|
2078
|
+
font-weight: 400;
|
|
2079
|
+
font-size: 14px;
|
|
2080
|
+
color: #808080;
|
|
2081
|
+
line-height: 21px;
|
|
2082
|
+
font-style: normal;
|
|
2083
|
+
text-align: center;
|
|
2084
|
+
}
|
|
2085
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2086
|
+
border-radius: 50% !important;
|
|
2087
|
+
padding: 8px;
|
|
2088
|
+
width: 32px;
|
|
2089
|
+
}
|
|
2090
|
+
.send-icon[data-v-0b0c189e] {
|
|
2091
|
+
cursor: pointer;
|
|
2092
|
+
}
|
|
2093
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2094
|
+
margin: 0 0;
|
|
2095
|
+
}[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
|
|
2068
2096
|
user-select: text !important;
|
|
2069
2097
|
-webkit-user-select: text !important;
|
|
2070
2098
|
-moz-user-select: text !important;
|
|
@@ -2253,38 +2281,68 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2253
2281
|
padding: 0;
|
|
2254
2282
|
}
|
|
2255
2283
|
|
|
2256
|
-
.
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2284
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2285
|
+
display: flex;
|
|
2286
|
+
align-items: center;
|
|
2287
|
+
flex-shrink: 0;
|
|
2288
|
+
min-width: max-content;
|
|
2289
|
+
margin-left: auto;
|
|
2290
|
+
gap: 10px;
|
|
2291
|
+
}
|
|
2292
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2293
|
+
display: flex;
|
|
2294
|
+
align-items: center;
|
|
2295
|
+
justify-content: center;
|
|
2296
|
+
margin-top: 10px;
|
|
2297
|
+
gap: 10px;
|
|
2261
2298
|
}
|
|
2262
2299
|
|
|
2263
|
-
.
|
|
2300
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2301
|
+
display: flex;
|
|
2302
|
+
align-items: center;
|
|
2303
|
+
justify-content: space-between;
|
|
2304
|
+
gap: 10px;
|
|
2305
|
+
width: 100%;
|
|
2306
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2307
|
+
font-size: 10px;
|
|
2308
|
+
color: #999;
|
|
2309
|
+
margin-top: 3px;
|
|
2310
|
+
flex-shrink: 0;
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2314
|
+
display: flex;
|
|
2315
|
+
gap: 8px;
|
|
2316
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2317
|
+
margin-left: 0;
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2264
2322
|
width: 100%;
|
|
2265
2323
|
height: 100%;
|
|
2266
2324
|
border: none;
|
|
2267
2325
|
opacity: 1;
|
|
2268
2326
|
}
|
|
2269
|
-
[data-v-
|
|
2327
|
+
[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2270
2328
|
user-select: text !important;
|
|
2271
2329
|
-webkit-user-select: text !important;
|
|
2272
2330
|
-moz-user-select: text !important;
|
|
2273
2331
|
-ms-user-select: text !important;
|
|
2274
2332
|
}
|
|
2275
|
-
.slide-up-enter-active[data-v-
|
|
2276
|
-
.slide-up-leave-active[data-v-
|
|
2333
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2334
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2277
2335
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2278
2336
|
}
|
|
2279
|
-
.slide-up-enter-from[data-v-
|
|
2280
|
-
.slide-up-leave-to[data-v-
|
|
2337
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2338
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2281
2339
|
transform: translateY(100%);
|
|
2282
2340
|
}
|
|
2283
2341
|
|
|
2284
2342
|
/**
|
|
2285
2343
|
* 聊天窗口的样式设置
|
|
2286
2344
|
*/
|
|
2287
|
-
.chat-container[data-v-
|
|
2345
|
+
.chat-container[data-v-45fbaf17] {
|
|
2288
2346
|
--header-height: 56px;
|
|
2289
2347
|
--chat-padding: 12px;
|
|
2290
2348
|
--bubble-content-max-width: 0px;
|
|
@@ -2296,25 +2354,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2296
2354
|
flex-direction: row; /* 横向排列 */
|
|
2297
2355
|
height: 100%; /* 父容器高度 */
|
|
2298
2356
|
}
|
|
2299
|
-
.small-window[data-v-
|
|
2357
|
+
.small-window[data-v-45fbaf17] {
|
|
2300
2358
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2301
2359
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2302
2360
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2303
2361
|
border-radius: 8px;
|
|
2304
2362
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2305
2363
|
}
|
|
2306
|
-
.full-screen[data-v-
|
|
2364
|
+
.full-screen[data-v-45fbaf17] {
|
|
2307
2365
|
right: 0;
|
|
2308
2366
|
bottom: 0;
|
|
2309
2367
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2310
2368
|
}
|
|
2311
|
-
.chat-container > *[data-v-
|
|
2369
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2312
2370
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2313
2371
|
}
|
|
2314
2372
|
|
|
2315
2373
|
/* 聊天窗口的头部样式设置
|
|
2316
2374
|
*/
|
|
2317
|
-
.chat-embed__header_container[data-v-
|
|
2375
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2318
2376
|
/* border-bottom: 1px solid #ddd; */
|
|
2319
2377
|
display: flex;
|
|
2320
2378
|
align-items: center;
|
|
@@ -2324,7 +2382,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2324
2382
|
overflow: hidden;
|
|
2325
2383
|
position: relative;
|
|
2326
2384
|
}
|
|
2327
|
-
.session-subject[data-v-
|
|
2385
|
+
.session-subject[data-v-45fbaf17] {
|
|
2328
2386
|
display: block;
|
|
2329
2387
|
margin: 0 auto;
|
|
2330
2388
|
text-align: center;
|
|
@@ -2339,17 +2397,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2339
2397
|
|
|
2340
2398
|
/* 聊天窗口的头部图标样式设置
|
|
2341
2399
|
*/
|
|
2342
|
-
.chat-embed__header_avatar[data-v-
|
|
2400
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2343
2401
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2344
2402
|
margin-right: var(--chat-padding);
|
|
2345
2403
|
}
|
|
2346
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2404
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2347
2405
|
right: 20px;
|
|
2348
2406
|
position: absolute;
|
|
2349
2407
|
gap: 28px;
|
|
2350
2408
|
display: flex;
|
|
2351
2409
|
}
|
|
2352
|
-
.chat-embed__sidebar[data-v-
|
|
2410
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2353
2411
|
background: #f6f7fa;
|
|
2354
2412
|
display: flex;
|
|
2355
2413
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2358,7 +2416,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2358
2416
|
width: 260px;
|
|
2359
2417
|
height: 100%;
|
|
2360
2418
|
}
|
|
2361
|
-
.chat-embed__main[data-v-
|
|
2419
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2362
2420
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2363
2421
|
box-sizing: border-box;
|
|
2364
2422
|
overflow: hidden;
|
|
@@ -2369,7 +2427,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2369
2427
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2370
2428
|
overflow: hidden; /* 防止内容溢出 */
|
|
2371
2429
|
}
|
|
2372
|
-
.chat-embed__main_content[data-v-
|
|
2430
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2373
2431
|
flex: 1;
|
|
2374
2432
|
box-sizing: border-box;
|
|
2375
2433
|
min-height: 0;
|
|
@@ -2377,21 +2435,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2377
2435
|
/* overflow-y: auto;
|
|
2378
2436
|
margin-bottom: 12px; */
|
|
2379
2437
|
}
|
|
2380
|
-
.chat-embed__input_container[data-v-
|
|
2438
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2381
2439
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2382
2440
|
/* margin-bottom: 50px; 距离底部 */
|
|
2383
2441
|
}
|
|
2384
|
-
.header-icon[data-v-
|
|
2442
|
+
.header-icon[data-v-45fbaf17] {
|
|
2385
2443
|
cursor: pointer;
|
|
2386
2444
|
font-size: 20px;
|
|
2387
2445
|
}
|
|
2388
2446
|
|
|
2389
2447
|
/* 聊天默认推荐内容样式
|
|
2390
2448
|
*/
|
|
2391
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2449
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2392
2450
|
margin-top: 5px;
|
|
2393
2451
|
}
|
|
2394
|
-
.content-container[data-v-
|
|
2452
|
+
.content-container[data-v-45fbaf17] {
|
|
2395
2453
|
padding: 16px;
|
|
2396
2454
|
border-radius: 4px;
|
|
2397
2455
|
background: #ffffff;
|
|
@@ -2399,7 +2457,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2399
2457
|
border-radius: 0px 30px 30px 30px;
|
|
2400
2458
|
/* opacity: 0.6; */
|
|
2401
2459
|
}
|
|
2402
|
-
.chat-content-font[data-v-
|
|
2460
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2403
2461
|
font-family: PingFang SC, PingFang SC;
|
|
2404
2462
|
font-weight: 500;
|
|
2405
2463
|
font-size: 16px;
|
|
@@ -2409,10 +2467,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2409
2467
|
font-style: normal;
|
|
2410
2468
|
text-transform: none;
|
|
2411
2469
|
}
|
|
2412
|
-
[data-v-
|
|
2470
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2413
2471
|
border: none !important;
|
|
2414
2472
|
}
|
|
2415
|
-
.content-container-header[data-v-
|
|
2473
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2416
2474
|
font-size: 12px;
|
|
2417
2475
|
color: #909399;
|
|
2418
2476
|
}
|
|
@@ -2420,28 +2478,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2420
2478
|
/**
|
|
2421
2479
|
// 用户消息
|
|
2422
2480
|
*/
|
|
2423
|
-
.content-borderless-container[data-v-
|
|
2481
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2424
2482
|
background: #e1ecfd;
|
|
2425
2483
|
border-radius: 20px 0px 20px 20px;
|
|
2426
2484
|
user-select: none;
|
|
2427
2485
|
padding: 12px;
|
|
2428
2486
|
cursor: pointer;
|
|
2429
2487
|
transition: background-color 0.3s;
|
|
2430
|
-
&[data-v-
|
|
2488
|
+
&[data-v-45fbaf17]:hover {
|
|
2431
2489
|
background-color: #ebeef5;
|
|
2432
2490
|
}
|
|
2433
2491
|
}
|
|
2434
|
-
.footer-container[data-v-
|
|
2435
|
-
[data-v-
|
|
2492
|
+
.footer-container[data-v-45fbaf17] {
|
|
2493
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2436
2494
|
margin-left: 8px;
|
|
2437
2495
|
}
|
|
2438
2496
|
}
|
|
2439
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2497
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2440
2498
|
padding: 0;
|
|
2441
2499
|
}
|
|
2442
2500
|
|
|
2443
2501
|
/* 引用文件样式 */
|
|
2444
|
-
.doc-agg-item[data-v-
|
|
2502
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2445
2503
|
width: 100%;
|
|
2446
2504
|
padding: 10px;
|
|
2447
2505
|
margin-bottom: 5px;
|
|
@@ -2451,28 +2509,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2451
2509
|
font-size: 12px;
|
|
2452
2510
|
color: var(--el-color-primary);
|
|
2453
2511
|
}
|
|
2454
|
-
.elx-xmarkdown-container[data-v-
|
|
2512
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2455
2513
|
padding: 0;
|
|
2456
2514
|
}
|
|
2457
|
-
|
|
2515
|
+
|
|
2516
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2517
|
+
width: 100%;
|
|
2518
|
+
height: 100%;
|
|
2519
|
+
border: none;
|
|
2520
|
+
opacity: 1;
|
|
2521
|
+
}
|
|
2522
|
+
[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 {
|
|
2458
2523
|
user-select: text !important;
|
|
2459
2524
|
-webkit-user-select: text !important;
|
|
2460
2525
|
-moz-user-select: text !important;
|
|
2461
2526
|
-ms-user-select: text !important;
|
|
2462
2527
|
}
|
|
2463
|
-
.slide-up-enter-active[data-v-
|
|
2464
|
-
.slide-up-leave-active[data-v-
|
|
2528
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2529
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2465
2530
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2466
2531
|
}
|
|
2467
|
-
.slide-up-enter-from[data-v-
|
|
2468
|
-
.slide-up-leave-to[data-v-
|
|
2532
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2533
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2469
2534
|
transform: translateY(100%);
|
|
2470
2535
|
}
|
|
2471
2536
|
|
|
2472
2537
|
/**
|
|
2473
2538
|
* 聊天窗口的样式设置
|
|
2474
2539
|
*/
|
|
2475
|
-
.chat-container[data-v-
|
|
2540
|
+
.chat-container[data-v-1e62eff8] {
|
|
2476
2541
|
--header-height: 56px;
|
|
2477
2542
|
--chat-padding: 12px;
|
|
2478
2543
|
--bubble-content-max-width: 0px;
|
|
@@ -2484,25 +2549,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2484
2549
|
flex-direction: row; /* 横向排列 */
|
|
2485
2550
|
height: 100%; /* 父容器高度 */
|
|
2486
2551
|
}
|
|
2487
|
-
.small-window[data-v-
|
|
2552
|
+
.small-window[data-v-1e62eff8] {
|
|
2488
2553
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2489
2554
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2490
2555
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2491
2556
|
border-radius: 8px;
|
|
2492
2557
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2493
2558
|
}
|
|
2494
|
-
.full-screen[data-v-
|
|
2559
|
+
.full-screen[data-v-1e62eff8] {
|
|
2495
2560
|
right: 0;
|
|
2496
2561
|
bottom: 0;
|
|
2497
2562
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2498
2563
|
}
|
|
2499
|
-
.chat-container > *[data-v-
|
|
2564
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2500
2565
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2501
2566
|
}
|
|
2502
2567
|
|
|
2503
2568
|
/* 聊天窗口的头部样式设置
|
|
2504
2569
|
*/
|
|
2505
|
-
.chat-embed__header_container[data-v-
|
|
2570
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2506
2571
|
/* border-bottom: 1px solid #ddd; */
|
|
2507
2572
|
display: flex;
|
|
2508
2573
|
align-items: center;
|
|
@@ -2512,7 +2577,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2512
2577
|
overflow: hidden;
|
|
2513
2578
|
position: relative;
|
|
2514
2579
|
}
|
|
2515
|
-
.session-subject[data-v-
|
|
2580
|
+
.session-subject[data-v-1e62eff8] {
|
|
2516
2581
|
display: block;
|
|
2517
2582
|
margin: 0 auto;
|
|
2518
2583
|
text-align: center;
|
|
@@ -2527,17 +2592,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2527
2592
|
|
|
2528
2593
|
/* 聊天窗口的头部图标样式设置
|
|
2529
2594
|
*/
|
|
2530
|
-
.chat-embed__header_avatar[data-v-
|
|
2595
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2531
2596
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2532
2597
|
margin-right: var(--chat-padding);
|
|
2533
2598
|
}
|
|
2534
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2599
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2535
2600
|
right: 20px;
|
|
2536
2601
|
position: absolute;
|
|
2537
2602
|
gap: 28px;
|
|
2538
2603
|
display: flex;
|
|
2539
2604
|
}
|
|
2540
|
-
.chat-embed__sidebar[data-v-
|
|
2605
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2541
2606
|
background: #f6f7fa;
|
|
2542
2607
|
display: flex;
|
|
2543
2608
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2546,7 +2611,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2546
2611
|
width: 260px;
|
|
2547
2612
|
height: 100%;
|
|
2548
2613
|
}
|
|
2549
|
-
.chat-embed__main[data-v-
|
|
2614
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2550
2615
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2551
2616
|
box-sizing: border-box;
|
|
2552
2617
|
overflow: hidden;
|
|
@@ -2557,7 +2622,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2557
2622
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2558
2623
|
overflow: hidden; /* 防止内容溢出 */
|
|
2559
2624
|
}
|
|
2560
|
-
.chat-embed__main_content[data-v-
|
|
2625
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2561
2626
|
flex: 1;
|
|
2562
2627
|
box-sizing: border-box;
|
|
2563
2628
|
min-height: 0;
|
|
@@ -2565,21 +2630,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2565
2630
|
/* overflow-y: auto;
|
|
2566
2631
|
margin-bottom: 12px; */
|
|
2567
2632
|
}
|
|
2568
|
-
.chat-embed__input_container[data-v-
|
|
2633
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2569
2634
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2570
2635
|
/* margin-bottom: 50px; 距离底部 */
|
|
2571
2636
|
}
|
|
2572
|
-
.header-icon[data-v-
|
|
2637
|
+
.header-icon[data-v-1e62eff8] {
|
|
2573
2638
|
cursor: pointer;
|
|
2574
2639
|
font-size: 20px;
|
|
2575
2640
|
}
|
|
2576
2641
|
|
|
2577
2642
|
/* 聊天默认推荐内容样式
|
|
2578
2643
|
*/
|
|
2579
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2644
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2580
2645
|
margin-top: 5px;
|
|
2581
2646
|
}
|
|
2582
|
-
.content-container[data-v-
|
|
2647
|
+
.content-container[data-v-1e62eff8] {
|
|
2583
2648
|
padding: 16px;
|
|
2584
2649
|
border-radius: 4px;
|
|
2585
2650
|
background: #ffffff;
|
|
@@ -2587,7 +2652,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2587
2652
|
border-radius: 0px 30px 30px 30px;
|
|
2588
2653
|
/* opacity: 0.6; */
|
|
2589
2654
|
}
|
|
2590
|
-
.chat-content-font[data-v-
|
|
2655
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2591
2656
|
font-family: PingFang SC, PingFang SC;
|
|
2592
2657
|
font-weight: 500;
|
|
2593
2658
|
font-size: 16px;
|
|
@@ -2597,10 +2662,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2597
2662
|
font-style: normal;
|
|
2598
2663
|
text-transform: none;
|
|
2599
2664
|
}
|
|
2600
|
-
[data-v-
|
|
2665
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2601
2666
|
border: none !important;
|
|
2602
2667
|
}
|
|
2603
|
-
.content-container-header[data-v-
|
|
2668
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2604
2669
|
font-size: 12px;
|
|
2605
2670
|
color: #909399;
|
|
2606
2671
|
}
|
|
@@ -2608,28 +2673,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2608
2673
|
/**
|
|
2609
2674
|
// 用户消息
|
|
2610
2675
|
*/
|
|
2611
|
-
.content-borderless-container[data-v-
|
|
2676
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2612
2677
|
background: #e1ecfd;
|
|
2613
2678
|
border-radius: 20px 0px 20px 20px;
|
|
2614
2679
|
user-select: none;
|
|
2615
2680
|
padding: 12px;
|
|
2616
2681
|
cursor: pointer;
|
|
2617
2682
|
transition: background-color 0.3s;
|
|
2618
|
-
&[data-v-
|
|
2683
|
+
&[data-v-1e62eff8]:hover {
|
|
2619
2684
|
background-color: #ebeef5;
|
|
2620
2685
|
}
|
|
2621
2686
|
}
|
|
2622
|
-
.footer-container[data-v-
|
|
2623
|
-
[data-v-
|
|
2687
|
+
.footer-container[data-v-1e62eff8] {
|
|
2688
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2624
2689
|
margin-left: 8px;
|
|
2625
2690
|
}
|
|
2626
2691
|
}
|
|
2627
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2692
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2628
2693
|
padding: 0;
|
|
2629
2694
|
}
|
|
2630
2695
|
|
|
2631
2696
|
/* 引用文件样式 */
|
|
2632
|
-
.doc-agg-item[data-v-
|
|
2697
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2633
2698
|
width: 100%;
|
|
2634
2699
|
padding: 10px;
|
|
2635
2700
|
margin-bottom: 5px;
|
|
@@ -2639,132 +2704,168 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2639
2704
|
font-size: 12px;
|
|
2640
2705
|
color: var(--el-color-primary);
|
|
2641
2706
|
}
|
|
2642
|
-
.elx-xmarkdown-container[data-v-
|
|
2707
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2643
2708
|
padding: 0;
|
|
2644
2709
|
}
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2710
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2711
|
+
position: absolute;
|
|
2712
|
+
padding: 20px 36px;
|
|
2713
|
+
gap: 16px;
|
|
2714
|
+
display: flex;
|
|
2715
|
+
z-index: 1;
|
|
2649
2716
|
}
|
|
2650
|
-
[data-v-
|
|
2651
|
-
|
|
2717
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2718
|
+
display: flex;
|
|
2719
|
+
height: 40px;
|
|
2720
|
+
padding: 10px 14px;
|
|
2721
|
+
gap: 14px;
|
|
2722
|
+
border-radius: 100px 100px 100px 100px;
|
|
2723
|
+
border: 1px solid #e5e5e5;
|
|
2724
|
+
width: 82px;
|
|
2725
|
+
font-size: 20px;
|
|
2652
2726
|
}
|
|
2653
|
-
.
|
|
2654
|
-
display: flex;
|
|
2655
|
-
align-items: center;
|
|
2656
|
-
|
|
2657
|
-
|
|
2727
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2728
|
+
display: flex; /* 设置为水平排列 */
|
|
2729
|
+
align-items: center; /* 垂直居中 */
|
|
2730
|
+
margin-bottom: 22px;
|
|
2731
|
+
font-size: 20px;
|
|
2732
|
+
}
|
|
2733
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2734
|
+
font-family: PingFang SC, PingFang SC;
|
|
2735
|
+
font-weight: 600;
|
|
2736
|
+
font-size: 16px;
|
|
2737
|
+
color: #181818;
|
|
2738
|
+
text-align: left;
|
|
2739
|
+
font-style: normal;
|
|
2740
|
+
text-transform: none;
|
|
2741
|
+
}
|
|
2742
|
+
.right-icon[data-v-1e62eff8] {
|
|
2743
|
+
cursor: pointer;
|
|
2658
2744
|
margin-left: auto;
|
|
2659
|
-
gap: 10px;
|
|
2660
2745
|
}
|
|
2661
|
-
.
|
|
2662
|
-
display: inline-block;
|
|
2663
|
-
width: 12px;
|
|
2664
|
-
height: 12px;
|
|
2665
|
-
background-repeat: no-repeat;
|
|
2666
|
-
background-position: center;
|
|
2667
|
-
background-size: 100%;
|
|
2746
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2668
2747
|
cursor: pointer;
|
|
2669
2748
|
}
|
|
2670
|
-
.
|
|
2671
|
-
|
|
2749
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2750
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2751
|
+
margin-bottom: 10px;
|
|
2672
2752
|
}
|
|
2673
|
-
.
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2753
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2754
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2755
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2756
|
+
margin-bottom: 10px;
|
|
2677
2757
|
}
|
|
2678
|
-
[data-v-
|
|
2679
|
-
|
|
2758
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2759
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2760
|
+
margin-top: 10px;
|
|
2761
|
+
margin-bottom: 20px;
|
|
2680
2762
|
}
|
|
2681
|
-
[data-v-
|
|
2682
|
-
background: #ffffff
|
|
2683
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2684
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2685
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2686
|
-
font-weight: 400;
|
|
2687
|
-
font-size: 16px;
|
|
2688
|
-
color: #bbbbbb;
|
|
2689
|
-
text-align: left;
|
|
2690
|
-
font-style: normal;
|
|
2691
|
-
text-transform: none;
|
|
2763
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2764
|
+
background-color: #ffffff;
|
|
2692
2765
|
}
|
|
2693
|
-
[data-v-
|
|
2694
|
-
|
|
2695
|
-
font-weight: 400 !important;
|
|
2696
|
-
font-size: 16px !important;
|
|
2697
|
-
line-height: 21px !important;
|
|
2698
|
-
font-style: normal !important;
|
|
2699
|
-
text-transform: none !important;
|
|
2766
|
+
.date-group[data-v-1e62eff8] {
|
|
2767
|
+
margin-top: 16px;
|
|
2700
2768
|
}
|
|
2701
|
-
[data-v-
|
|
2702
|
-
|
|
2769
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2770
|
+
color: #81858c;
|
|
2771
|
+
font-size: 12px;
|
|
2772
|
+
user-select: none;
|
|
2773
|
+
margin-bottom: 2px;
|
|
2774
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2703
2775
|
}
|
|
2704
|
-
[data-v-
|
|
2705
|
-
|
|
2706
|
-
|
|
2776
|
+
.menu-item[data-v-1e62eff8] {
|
|
2777
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2778
|
+
font-size: 16px;
|
|
2779
|
+
line-height: 50px;
|
|
2780
|
+
cursor: pointer;
|
|
2781
|
+
gap: 8px;
|
|
2782
|
+
border-radius: 8px;
|
|
2783
|
+
display: flex;
|
|
2784
|
+
align-items: center;
|
|
2707
2785
|
}
|
|
2708
|
-
.
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
font-weight: 400;
|
|
2712
|
-
font-size: 14px;
|
|
2713
|
-
color: #808080;
|
|
2714
|
-
line-height: 21px;
|
|
2715
|
-
font-style: normal;
|
|
2716
|
-
text-align: center;
|
|
2786
|
+
.active-item[data-v-1e62eff8] {
|
|
2787
|
+
background: #e2ebf5;
|
|
2788
|
+
color: var(--el-color-primary);
|
|
2717
2789
|
}
|
|
2718
|
-
.
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2790
|
+
.history-item[data-v-1e62eff8] {
|
|
2791
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2792
|
+
cursor: pointer;
|
|
2793
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2794
|
+
align-items: center; /* 垂直居中 */
|
|
2795
|
+
line-height: 40px;
|
|
2796
|
+
gap: 8px;
|
|
2797
|
+
border-radius: 8px;
|
|
2722
2798
|
}
|
|
2723
|
-
.
|
|
2724
|
-
|
|
2799
|
+
.history-subject[data-v-1e62eff8] {
|
|
2800
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2801
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2802
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2803
|
+
white-space: nowrap; /* 不换行 */
|
|
2725
2804
|
}
|
|
2726
|
-
.
|
|
2727
|
-
margin:
|
|
2805
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2806
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2728
2807
|
}
|
|
2729
|
-
.
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
width: 100%;
|
|
2735
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2736
|
-
font-size: 10px;
|
|
2737
|
-
color: #999;
|
|
2738
|
-
margin-top: 3px;
|
|
2739
|
-
flex-shrink: 0;
|
|
2808
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2809
|
+
background-color: #f5f5f5;
|
|
2810
|
+
}
|
|
2811
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
2812
|
+
font-size: 12px;
|
|
2740
2813
|
}
|
|
2814
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
2815
|
+
border: 1px solid #dcdfe6;
|
|
2816
|
+
padding: 4px 8px;
|
|
2817
|
+
background-clip: padding-box;
|
|
2818
|
+
overflow: hidden;
|
|
2819
|
+
display: inline-flex;
|
|
2820
|
+
align-items: center;
|
|
2741
2821
|
}
|
|
2742
|
-
.
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2822
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2823
|
+
margin-right: 18px;
|
|
2824
|
+
max-width: 160px;
|
|
2825
|
+
overflow: hidden;
|
|
2826
|
+
text-overflow: ellipsis;
|
|
2827
|
+
white-space: nowrap;
|
|
2747
2828
|
}
|
|
2748
|
-
|
|
2749
|
-
|
|
2829
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2830
|
+
font-weight: 600;
|
|
2831
|
+
margin-left: 4px;
|
|
2832
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
2833
|
+
border: 1px solid #dcdfe6;
|
|
2834
|
+
padding: 4px 8px;
|
|
2835
|
+
background-clip: padding-box;
|
|
2836
|
+
overflow: hidden;
|
|
2837
|
+
display: inline-flex;
|
|
2838
|
+
align-items: center;
|
|
2839
|
+
}
|
|
2840
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2841
|
+
margin-right: 18px;
|
|
2842
|
+
max-width: 160px;
|
|
2843
|
+
overflow: hidden;
|
|
2844
|
+
text-overflow: ellipsis;
|
|
2845
|
+
white-space: nowrap;
|
|
2846
|
+
}
|
|
2847
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2848
|
+
font-weight: 600;
|
|
2849
|
+
margin-left: 4px;
|
|
2850
|
+
}[data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
|
|
2750
2851
|
user-select: text !important;
|
|
2751
2852
|
-webkit-user-select: text !important;
|
|
2752
2853
|
-moz-user-select: text !important;
|
|
2753
2854
|
-ms-user-select: text !important;
|
|
2754
2855
|
}
|
|
2755
|
-
.slide-up-enter-active[data-v-
|
|
2756
|
-
.slide-up-leave-active[data-v-
|
|
2856
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2857
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2757
2858
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2758
2859
|
}
|
|
2759
|
-
.slide-up-enter-from[data-v-
|
|
2760
|
-
.slide-up-leave-to[data-v-
|
|
2860
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2861
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2761
2862
|
transform: translateY(100%);
|
|
2762
2863
|
}
|
|
2763
2864
|
|
|
2764
2865
|
/**
|
|
2765
2866
|
* 聊天窗口的样式设置
|
|
2766
2867
|
*/
|
|
2767
|
-
.chat-container[data-v-
|
|
2868
|
+
.chat-container[data-v-e9aa835d] {
|
|
2768
2869
|
--header-height: 56px;
|
|
2769
2870
|
--chat-padding: 12px;
|
|
2770
2871
|
--bubble-content-max-width: 0px;
|
|
@@ -2776,25 +2877,25 @@ h4[data-v-0b0c189e] {
|
|
|
2776
2877
|
flex-direction: row; /* 横向排列 */
|
|
2777
2878
|
height: 100%; /* 父容器高度 */
|
|
2778
2879
|
}
|
|
2779
|
-
.small-window[data-v-
|
|
2880
|
+
.small-window[data-v-e9aa835d] {
|
|
2780
2881
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2781
2882
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2782
2883
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2783
2884
|
border-radius: 8px;
|
|
2784
2885
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2785
2886
|
}
|
|
2786
|
-
.full-screen[data-v-
|
|
2887
|
+
.full-screen[data-v-e9aa835d] {
|
|
2787
2888
|
right: 0;
|
|
2788
2889
|
bottom: 0;
|
|
2789
2890
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2790
2891
|
}
|
|
2791
|
-
.chat-container > *[data-v-
|
|
2892
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2792
2893
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2793
2894
|
}
|
|
2794
2895
|
|
|
2795
2896
|
/* 聊天窗口的头部样式设置
|
|
2796
2897
|
*/
|
|
2797
|
-
.chat-embed__header_container[data-v-
|
|
2898
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2798
2899
|
/* border-bottom: 1px solid #ddd; */
|
|
2799
2900
|
display: flex;
|
|
2800
2901
|
align-items: center;
|
|
@@ -2804,7 +2905,7 @@ h4[data-v-0b0c189e] {
|
|
|
2804
2905
|
overflow: hidden;
|
|
2805
2906
|
position: relative;
|
|
2806
2907
|
}
|
|
2807
|
-
.session-subject[data-v-
|
|
2908
|
+
.session-subject[data-v-e9aa835d] {
|
|
2808
2909
|
display: block;
|
|
2809
2910
|
margin: 0 auto;
|
|
2810
2911
|
text-align: center;
|
|
@@ -2819,17 +2920,17 @@ h4[data-v-0b0c189e] {
|
|
|
2819
2920
|
|
|
2820
2921
|
/* 聊天窗口的头部图标样式设置
|
|
2821
2922
|
*/
|
|
2822
|
-
.chat-embed__header_avatar[data-v-
|
|
2923
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2823
2924
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2824
2925
|
margin-right: var(--chat-padding);
|
|
2825
2926
|
}
|
|
2826
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2927
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2827
2928
|
right: 20px;
|
|
2828
2929
|
position: absolute;
|
|
2829
2930
|
gap: 28px;
|
|
2830
2931
|
display: flex;
|
|
2831
2932
|
}
|
|
2832
|
-
.chat-embed__sidebar[data-v-
|
|
2933
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2833
2934
|
background: #f6f7fa;
|
|
2834
2935
|
display: flex;
|
|
2835
2936
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2838,7 +2939,7 @@ h4[data-v-0b0c189e] {
|
|
|
2838
2939
|
width: 260px;
|
|
2839
2940
|
height: 100%;
|
|
2840
2941
|
}
|
|
2841
|
-
.chat-embed__main[data-v-
|
|
2942
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2842
2943
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2843
2944
|
box-sizing: border-box;
|
|
2844
2945
|
overflow: hidden;
|
|
@@ -2849,7 +2950,7 @@ h4[data-v-0b0c189e] {
|
|
|
2849
2950
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2850
2951
|
overflow: hidden; /* 防止内容溢出 */
|
|
2851
2952
|
}
|
|
2852
|
-
.chat-embed__main_content[data-v-
|
|
2953
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2853
2954
|
flex: 1;
|
|
2854
2955
|
box-sizing: border-box;
|
|
2855
2956
|
min-height: 0;
|
|
@@ -2857,21 +2958,21 @@ h4[data-v-0b0c189e] {
|
|
|
2857
2958
|
/* overflow-y: auto;
|
|
2858
2959
|
margin-bottom: 12px; */
|
|
2859
2960
|
}
|
|
2860
|
-
.chat-embed__input_container[data-v-
|
|
2961
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2861
2962
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2862
2963
|
/* margin-bottom: 50px; 距离底部 */
|
|
2863
2964
|
}
|
|
2864
|
-
.header-icon[data-v-
|
|
2965
|
+
.header-icon[data-v-e9aa835d] {
|
|
2865
2966
|
cursor: pointer;
|
|
2866
2967
|
font-size: 20px;
|
|
2867
2968
|
}
|
|
2868
2969
|
|
|
2869
2970
|
/* 聊天默认推荐内容样式
|
|
2870
2971
|
*/
|
|
2871
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2972
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2872
2973
|
margin-top: 5px;
|
|
2873
2974
|
}
|
|
2874
|
-
.content-container[data-v-
|
|
2975
|
+
.content-container[data-v-e9aa835d] {
|
|
2875
2976
|
padding: 16px;
|
|
2876
2977
|
border-radius: 4px;
|
|
2877
2978
|
background: #ffffff;
|
|
@@ -2879,7 +2980,7 @@ h4[data-v-0b0c189e] {
|
|
|
2879
2980
|
border-radius: 0px 30px 30px 30px;
|
|
2880
2981
|
/* opacity: 0.6; */
|
|
2881
2982
|
}
|
|
2882
|
-
.chat-content-font[data-v-
|
|
2983
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2883
2984
|
font-family: PingFang SC, PingFang SC;
|
|
2884
2985
|
font-weight: 500;
|
|
2885
2986
|
font-size: 16px;
|
|
@@ -2889,10 +2990,10 @@ h4[data-v-0b0c189e] {
|
|
|
2889
2990
|
font-style: normal;
|
|
2890
2991
|
text-transform: none;
|
|
2891
2992
|
}
|
|
2892
|
-
[data-v-
|
|
2993
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2893
2994
|
border: none !important;
|
|
2894
2995
|
}
|
|
2895
|
-
.content-container-header[data-v-
|
|
2996
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2896
2997
|
font-size: 12px;
|
|
2897
2998
|
color: #909399;
|
|
2898
2999
|
}
|
|
@@ -2900,28 +3001,28 @@ h4[data-v-0b0c189e] {
|
|
|
2900
3001
|
/**
|
|
2901
3002
|
// 用户消息
|
|
2902
3003
|
*/
|
|
2903
|
-
.content-borderless-container[data-v-
|
|
3004
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2904
3005
|
background: #e1ecfd;
|
|
2905
3006
|
border-radius: 20px 0px 20px 20px;
|
|
2906
3007
|
user-select: none;
|
|
2907
3008
|
padding: 12px;
|
|
2908
3009
|
cursor: pointer;
|
|
2909
3010
|
transition: background-color 0.3s;
|
|
2910
|
-
&[data-v-
|
|
3011
|
+
&[data-v-e9aa835d]:hover {
|
|
2911
3012
|
background-color: #ebeef5;
|
|
2912
3013
|
}
|
|
2913
3014
|
}
|
|
2914
|
-
.footer-container[data-v-
|
|
2915
|
-
[data-v-
|
|
3015
|
+
.footer-container[data-v-e9aa835d] {
|
|
3016
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2916
3017
|
margin-left: 8px;
|
|
2917
3018
|
}
|
|
2918
3019
|
}
|
|
2919
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3020
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2920
3021
|
padding: 0;
|
|
2921
3022
|
}
|
|
2922
3023
|
|
|
2923
3024
|
/* 引用文件样式 */
|
|
2924
|
-
.doc-agg-item[data-v-
|
|
3025
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2925
3026
|
width: 100%;
|
|
2926
3027
|
padding: 10px;
|
|
2927
3028
|
margin-bottom: 5px;
|
|
@@ -2931,122 +3032,16 @@ h4[data-v-0b0c189e] {
|
|
|
2931
3032
|
font-size: 12px;
|
|
2932
3033
|
color: var(--el-color-primary);
|
|
2933
3034
|
}
|
|
2934
|
-
.elx-xmarkdown-container[data-v-
|
|
3035
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2935
3036
|
padding: 0;
|
|
2936
|
-
}
|
|
2937
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2938
|
-
position: absolute;
|
|
2939
|
-
padding: 20px 36px;
|
|
2940
|
-
gap: 16px;
|
|
2941
|
-
display: flex;
|
|
2942
|
-
z-index: 1;
|
|
2943
|
-
}
|
|
2944
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2945
|
-
display: flex;
|
|
2946
|
-
height: 40px;
|
|
2947
|
-
padding: 10px 14px;
|
|
2948
|
-
gap: 14px;
|
|
2949
|
-
border-radius: 100px 100px 100px 100px;
|
|
2950
|
-
border: 1px solid #e5e5e5;
|
|
2951
|
-
width: 82px;
|
|
2952
|
-
font-size: 20px;
|
|
2953
|
-
}
|
|
2954
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2955
|
-
display: flex; /* 设置为水平排列 */
|
|
2956
|
-
align-items: center; /* 垂直居中 */
|
|
2957
|
-
margin-bottom: 22px;
|
|
2958
|
-
font-size: 20px;
|
|
2959
|
-
}
|
|
2960
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2961
|
-
font-family: PingFang SC, PingFang SC;
|
|
2962
|
-
font-weight: 600;
|
|
2963
|
-
font-size: 16px;
|
|
2964
|
-
color: #181818;
|
|
2965
|
-
text-align: left;
|
|
2966
|
-
font-style: normal;
|
|
2967
|
-
text-transform: none;
|
|
2968
|
-
}
|
|
2969
|
-
.right-icon[data-v-1e62eff8] {
|
|
2970
|
-
cursor: pointer;
|
|
2971
|
-
margin-left: auto;
|
|
2972
|
-
}
|
|
2973
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2974
|
-
cursor: pointer;
|
|
2975
|
-
}
|
|
2976
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2977
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2978
|
-
margin-bottom: 10px;
|
|
2979
|
-
}
|
|
2980
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2981
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2982
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2983
|
-
margin-bottom: 10px;
|
|
2984
|
-
}
|
|
2985
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2986
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2987
|
-
margin-top: 10px;
|
|
2988
|
-
margin-bottom: 20px;
|
|
2989
|
-
}
|
|
2990
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2991
|
-
background-color: #ffffff;
|
|
2992
|
-
}
|
|
2993
|
-
.date-group[data-v-1e62eff8] {
|
|
2994
|
-
margin-top: 16px;
|
|
2995
|
-
}
|
|
2996
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2997
|
-
color: #81858c;
|
|
2998
|
-
font-size: 12px;
|
|
2999
|
-
user-select: none;
|
|
3000
|
-
margin-bottom: 2px;
|
|
3001
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
3002
|
-
}
|
|
3003
|
-
.menu-item[data-v-1e62eff8] {
|
|
3004
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3005
|
-
font-size: 16px;
|
|
3006
|
-
line-height: 50px;
|
|
3007
|
-
cursor: pointer;
|
|
3008
|
-
gap: 8px;
|
|
3009
|
-
border-radius: 8px;
|
|
3010
|
-
display: flex;
|
|
3011
|
-
align-items: center;
|
|
3012
|
-
}
|
|
3013
|
-
.active-item[data-v-1e62eff8] {
|
|
3014
|
-
background: #e2ebf5;
|
|
3015
|
-
color: var(--el-color-primary);
|
|
3016
|
-
}
|
|
3017
|
-
.history-item[data-v-1e62eff8] {
|
|
3018
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3019
|
-
cursor: pointer;
|
|
3020
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3021
|
-
align-items: center; /* 垂直居中 */
|
|
3022
|
-
line-height: 40px;
|
|
3023
|
-
gap: 8px;
|
|
3024
|
-
border-radius: 8px;
|
|
3025
|
-
}
|
|
3026
|
-
.history-subject[data-v-1e62eff8] {
|
|
3027
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
3028
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
3029
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3030
|
-
white-space: nowrap; /* 不换行 */
|
|
3031
|
-
}
|
|
3032
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
3033
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3034
|
-
}
|
|
3035
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
3036
|
-
background-color: #f5f5f5;
|
|
3037
3037
|
}
|
|
3038
3038
|
|
|
3039
|
-
.home-chart-iframe[data-v-
|
|
3039
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
3040
3040
|
width: 100%;
|
|
3041
3041
|
height: 100%;
|
|
3042
3042
|
border: none;
|
|
3043
3043
|
opacity: 1;
|
|
3044
3044
|
}
|
|
3045
|
-
|
|
3046
|
-
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
|
-
.mobile-item-action[data-v-13b41596] {
|
|
3048
|
-
z-index: 2000;
|
|
3049
|
-
}
|
|
3050
3045
|
.amb-color-iconfont[data-v-13b41596] {
|
|
3051
3046
|
width: 25px;
|
|
3052
3047
|
height: 25px;
|
|
@@ -3064,7 +3059,12 @@ h4[data-v-0b0c189e] {
|
|
|
3064
3059
|
}
|
|
3065
3060
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3066
3061
|
margin-left: 5px;
|
|
3067
|
-
}
|
|
3062
|
+
}
|
|
3063
|
+
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3064
|
+
.mobile-item-action[data-v-13b41596] {
|
|
3065
|
+
z-index: 2000;
|
|
3066
|
+
}
|
|
3067
|
+
|
|
3068
3068
|
.el-dialog__header[data-v-44f1d9d6] {
|
|
3069
3069
|
padding-bottom: 0px;
|
|
3070
3070
|
}
|