agilebuilder-ui 1.1.65-tmp16 → 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 -383
- 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 -10
- 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 +685 -685
- 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 -1
- package/vite.config.js +11 -11
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,6 +95,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
78
95
|
/* 去掉卡片和tab表头的距离 */
|
|
79
96
|
[data-v-3c90505e] .el-tabs__header {
|
|
80
97
|
margin: 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;
|
|
103
|
+
}
|
|
104
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
105
|
+
color: #97a8be;
|
|
106
|
+
cursor: text;
|
|
81
107
|
}
|
|
82
108
|
.nav-tab .el-tabs__header {
|
|
83
109
|
margin: 0;
|
|
@@ -102,33 +128,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
102
128
|
.default-page-tip-item {
|
|
103
129
|
padding-top: 10px;
|
|
104
130
|
}
|
|
105
|
-
|
|
106
|
-
position: relative;
|
|
107
|
-
height: 100%;
|
|
108
|
-
width: 100%;
|
|
109
|
-
}
|
|
110
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
-
position: fixed;
|
|
112
|
-
top: 0;
|
|
113
|
-
}
|
|
114
|
-
.drawer-bg[data-v-46185fa7] {
|
|
115
|
-
background: #000;
|
|
116
|
-
opacity: 0.3;
|
|
117
|
-
width: 100%;
|
|
118
|
-
top: 0;
|
|
119
|
-
height: 100%;
|
|
120
|
-
position: absolute;
|
|
121
|
-
z-index: 999;
|
|
122
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
123
|
-
display: inline-block;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 50px;
|
|
126
|
-
margin-left: 10px;
|
|
127
|
-
}
|
|
128
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
|
-
color: #97a8be;
|
|
130
|
-
cursor: text;
|
|
131
|
-
}
|
|
131
|
+
|
|
132
132
|
.svg-icon[data-v-67e4e504] {
|
|
133
133
|
width: 1.2em;
|
|
134
134
|
height: 1.2em;
|
|
@@ -300,21 +300,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
300
300
|
width: 90%;
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
.red-circle[data-v-998f4283] {
|
|
304
|
-
width: 20px; /* 圆圈的宽度 */
|
|
305
|
-
height: 20px; /* 圆圈的高度 */
|
|
306
|
-
background-color: red; /* 背景色设置为红色 */
|
|
307
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
308
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
309
|
-
}
|
|
310
|
-
.green-circle[data-v-998f4283] {
|
|
311
|
-
width: 20px; /* 圆圈的宽度 */
|
|
312
|
-
height: 20px; /* 圆圈的高度 */
|
|
313
|
-
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
314
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
315
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
316
|
-
}
|
|
317
|
-
|
|
318
303
|
.searchResult {
|
|
319
304
|
color: red;
|
|
320
305
|
}
|
|
@@ -331,8 +316,19 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
316
|
.ValidCode span[data-v-aa77e3bd] {
|
|
332
317
|
display: inline-block;
|
|
333
318
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
319
|
+
.red-circle[data-v-998f4283] {
|
|
320
|
+
width: 20px; /* 圆圈的宽度 */
|
|
321
|
+
height: 20px; /* 圆圈的高度 */
|
|
322
|
+
background-color: red; /* 背景色设置为红色 */
|
|
323
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
324
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
325
|
+
}
|
|
326
|
+
.green-circle[data-v-998f4283] {
|
|
327
|
+
width: 20px; /* 圆圈的宽度 */
|
|
328
|
+
height: 20px; /* 圆圈的高度 */
|
|
329
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
330
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
336
332
|
}
|
|
337
333
|
.nine-grid-area[data-v-80f6a26f] {
|
|
338
334
|
padding: 10px;
|
|
@@ -444,6 +440,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
444
440
|
font-size: 14px;
|
|
445
441
|
display: grid;
|
|
446
442
|
grid-template-columns: 20% 80%;
|
|
443
|
+
}
|
|
444
|
+
.organization-input .el-input-group__append {
|
|
445
|
+
padding: 0 10px 0 0;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.select-top-span {
|
|
449
|
+
width: 100%;
|
|
450
|
+
}
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
447
453
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
448
454
|
width: 30px;
|
|
449
455
|
height: 30px;
|
|
@@ -560,12 +566,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
560
566
|
width: 100%;
|
|
561
567
|
height: 100%;
|
|
562
568
|
text-align: center;
|
|
563
|
-
}
|
|
564
|
-
.select-top-span {
|
|
565
|
-
width: 100%;
|
|
566
|
-
}
|
|
567
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
568
|
-
display: inline-block;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
@@ -760,13 +760,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
760
|
transform: translateY(0);
|
|
761
761
|
opacity: 1;
|
|
762
762
|
}
|
|
763
|
-
}
|
|
764
|
-
.graphDiv[data-v-a936569d] {
|
|
765
|
-
overflow: auto;
|
|
766
|
-
height: 100%;
|
|
767
|
-
height: calc(100vh - 20px);
|
|
768
|
-
}
|
|
769
|
-
.errPage-container[data-v-6bef0241] {
|
|
763
|
+
}.errPage-container[data-v-6bef0241] {
|
|
770
764
|
width: 800px;
|
|
771
765
|
max-width: 100%;
|
|
772
766
|
margin: 100px auto;
|
|
@@ -802,6 +796,32 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
802
796
|
}
|
|
803
797
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
804
798
|
text-decoration: underline;
|
|
799
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
800
|
+
position: relative;
|
|
801
|
+
height: 100%;
|
|
802
|
+
width: 100%;
|
|
803
|
+
}
|
|
804
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
805
|
+
position: fixed;
|
|
806
|
+
top: 0;
|
|
807
|
+
}
|
|
808
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
809
|
+
background: #000;
|
|
810
|
+
opacity: 0.3;
|
|
811
|
+
width: 100%;
|
|
812
|
+
top: 0;
|
|
813
|
+
height: 100%;
|
|
814
|
+
position: absolute;
|
|
815
|
+
z-index: 999;
|
|
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);
|
|
805
825
|
}
|
|
806
826
|
.organization-tree,
|
|
807
827
|
.organization-tree .el-checkbox__label,
|
|
@@ -860,12 +880,114 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
860
880
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
881
|
color: #409eff;
|
|
862
882
|
}
|
|
883
|
+
.smb-sidebar-menu-item[data-v-da857302] {
|
|
884
|
+
position: relative;
|
|
885
|
+
--el-menu-item-height: 45px;
|
|
886
|
+
--el-menu-sub-item-height: 45px;
|
|
887
|
+
}
|
|
888
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
889
|
+
padding: 0 !important;
|
|
890
|
+
}
|
|
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)) {
|
|
892
|
+
display: flex;
|
|
893
|
+
flex-direction: row;
|
|
894
|
+
}
|
|
895
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
896
|
+
display: flex;
|
|
897
|
+
flex-direction: row;
|
|
898
|
+
padding: 0 !important;
|
|
899
|
+
}
|
|
900
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
901
|
+
display: flex;
|
|
902
|
+
align-items: center;
|
|
903
|
+
justify-content: center;
|
|
904
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
905
|
+
font-size: 16px;
|
|
906
|
+
}
|
|
907
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
908
|
+
width: 20px;
|
|
909
|
+
}
|
|
910
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
911
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
912
|
+
overflow: hidden;
|
|
913
|
+
white-space: nowrap;
|
|
914
|
+
overflow: hidden;
|
|
915
|
+
text-overflow: ellipsis;
|
|
916
|
+
}
|
|
917
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
918
|
+
overflow: hidden;
|
|
919
|
+
white-space: nowrap;
|
|
920
|
+
overflow: hidden;
|
|
921
|
+
text-overflow: ellipsis;
|
|
922
|
+
}
|
|
923
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
924
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
925
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
926
|
+
position: relative;
|
|
927
|
+
--el-menu-item-height: 45px;
|
|
928
|
+
--el-menu-sub-item-height: 45px;
|
|
929
|
+
}
|
|
930
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
931
|
+
padding: 0 !important;
|
|
932
|
+
}
|
|
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)) {
|
|
934
|
+
display: flex;
|
|
935
|
+
flex-direction: row;
|
|
936
|
+
}
|
|
937
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
938
|
+
display: flex;
|
|
939
|
+
flex-direction: row;
|
|
940
|
+
padding: 0 !important;
|
|
941
|
+
}
|
|
942
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
943
|
+
display: flex;
|
|
944
|
+
align-items: center;
|
|
945
|
+
justify-content: center;
|
|
946
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
947
|
+
font-size: 16px;
|
|
948
|
+
}
|
|
949
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
950
|
+
width: 20px;
|
|
951
|
+
}
|
|
952
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
953
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
954
|
+
overflow: hidden;
|
|
955
|
+
white-space: nowrap;
|
|
956
|
+
overflow: hidden;
|
|
957
|
+
text-overflow: ellipsis;
|
|
958
|
+
}
|
|
959
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
960
|
+
overflow: hidden;
|
|
961
|
+
white-space: nowrap;
|
|
962
|
+
overflow: hidden;
|
|
963
|
+
text-overflow: ellipsis;
|
|
964
|
+
}
|
|
965
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
966
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
967
|
+
}.app-main[data-v-2d98e845] {
|
|
968
|
+
padding: var(--app-main-padding, 15px);
|
|
969
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
970
|
+
position: relative;
|
|
971
|
+
overflow: hidden;
|
|
972
|
+
}
|
|
973
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
974
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
975
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
976
|
+
overflow: auto;
|
|
977
|
+
}
|
|
978
|
+
.searchResult {
|
|
979
|
+
color: red;
|
|
980
|
+
}
|
|
981
|
+
.inline-select-custom {
|
|
982
|
+
width: 100px;
|
|
983
|
+
}
|
|
984
|
+
.inline-input-custom {
|
|
985
|
+
width: 98%;
|
|
986
|
+
}
|
|
863
987
|
.super-icon[data-v-875fd31c] {
|
|
864
988
|
width: 1em;
|
|
865
989
|
height: 1em;
|
|
866
990
|
font-size: 14px;
|
|
867
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
868
|
-
width: 50%;
|
|
869
991
|
}
|
|
870
992
|
.organization-tree,
|
|
871
993
|
.organization-tree .el-checkbox__label,
|
|
@@ -924,7 +1046,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
924
1046
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
925
1047
|
color: #409eff;
|
|
926
1048
|
}
|
|
927
|
-
|
|
1049
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
1050
|
+
width: 50%;
|
|
1051
|
+
}
|
|
928
1052
|
.organization-tree,
|
|
929
1053
|
.organization-tree .el-checkbox__label,
|
|
930
1054
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -982,140 +1106,87 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
982
1106
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
983
1107
|
color: #409eff;
|
|
984
1108
|
}
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
994
|
-
position: fixed;
|
|
995
|
-
top: 0;
|
|
1109
|
+
|
|
1110
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1111
|
+
display: flex;
|
|
1112
|
+
align-items: center;
|
|
1113
|
+
width: 100%;
|
|
1114
|
+
gap: 8px;
|
|
1115
|
+
box-sizing: border-box;
|
|
1116
|
+
min-width: 0;
|
|
996
1117
|
}
|
|
997
|
-
.
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
width: 100%;
|
|
1001
|
-
top: 0;
|
|
1002
|
-
height: 100%;
|
|
1003
|
-
position: absolute;
|
|
1004
|
-
z-index: 999;
|
|
1005
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
|
-
position: relative;
|
|
1007
|
-
--el-menu-item-height: 45px;
|
|
1008
|
-
--el-menu-sub-item-height: 45px;
|
|
1009
|
-
}
|
|
1010
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
-
padding: 0 !important;
|
|
1012
|
-
}
|
|
1013
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1014
|
-
display: flex;
|
|
1015
|
-
flex-direction: row;
|
|
1016
|
-
}
|
|
1017
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
-
display: flex;
|
|
1019
|
-
flex-direction: row;
|
|
1020
|
-
padding: 0 !important;
|
|
1021
|
-
}
|
|
1022
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
|
-
display: flex;
|
|
1024
|
-
align-items: center;
|
|
1025
|
-
justify-content: center;
|
|
1026
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
|
-
font-size: 16px;
|
|
1028
|
-
}
|
|
1029
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
-
width: 20px;
|
|
1031
|
-
}
|
|
1032
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
|
-
overflow: hidden;
|
|
1035
|
-
white-space: nowrap;
|
|
1036
|
-
overflow: hidden;
|
|
1037
|
-
text-overflow: ellipsis;
|
|
1038
|
-
}
|
|
1039
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
|
-
overflow: hidden;
|
|
1041
|
-
white-space: nowrap;
|
|
1042
|
-
overflow: hidden;
|
|
1043
|
-
text-overflow: ellipsis;
|
|
1044
|
-
}
|
|
1045
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
-
}.app-main[data-v-2d98e845] {
|
|
1048
|
-
padding: var(--app-main-padding, 15px);
|
|
1049
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1050
|
-
position: relative;
|
|
1051
|
-
overflow: hidden;
|
|
1118
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1119
|
+
width: 100%;
|
|
1120
|
+
min-width: 0;
|
|
1052
1121
|
}
|
|
1053
|
-
.
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1122
|
+
.sep[data-v-2aeaa81d] {
|
|
1123
|
+
padding: 0 8px;
|
|
1124
|
+
color: var(--el-text-color-secondary);
|
|
1125
|
+
white-space: nowrap;
|
|
1126
|
+
flex: 0 0 auto;
|
|
1127
|
+
}
|
|
1128
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1129
|
+
display: inline-flex;
|
|
1130
|
+
vertical-align: middle;
|
|
1061
1131
|
}
|
|
1062
|
-
.
|
|
1063
|
-
|
|
1132
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1133
|
+
font-size: 20px;
|
|
1134
|
+
color: var(--el-color-primary);
|
|
1135
|
+
cursor: pointer;
|
|
1064
1136
|
}
|
|
1065
|
-
.
|
|
1066
|
-
|
|
1067
|
-
flex-direction: row;
|
|
1137
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1138
|
+
margin-bottom: 0px;
|
|
1068
1139
|
}
|
|
1069
|
-
.
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
padding: 0 !important;
|
|
1140
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1141
|
+
margin-bottom: 5px;
|
|
1142
|
+
text-align: center;
|
|
1073
1143
|
}
|
|
1074
|
-
.
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
justify-content: center;
|
|
1078
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
-
font-size: 16px;
|
|
1144
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1145
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1146
|
+
width: 100%;
|
|
1080
1147
|
}
|
|
1081
|
-
.
|
|
1082
|
-
|
|
1148
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1149
|
+
display: none;
|
|
1083
1150
|
}
|
|
1084
|
-
.
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1151
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1152
|
+
padding-bottom: 10px;
|
|
1153
|
+
position: fixed;
|
|
1154
|
+
top: 37px;
|
|
1155
|
+
background-color: #ffffff;
|
|
1156
|
+
width: 46%;
|
|
1157
|
+
height: 40px;
|
|
1158
|
+
z-index: 1500;
|
|
1159
|
+
}
|
|
1160
|
+
li[data-v-040fcf55] {
|
|
1161
|
+
color: #333;
|
|
1090
1162
|
}
|
|
1091
|
-
.
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
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;
|
|
1096
1170
|
}
|
|
1097
|
-
.
|
|
1098
|
-
|
|
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;
|
|
1099
1177
|
}
|
|
1100
|
-
.
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
width: 100%;
|
|
1104
|
-
gap: 8px;
|
|
1105
|
-
box-sizing: border-box;
|
|
1106
|
-
min-width: 0;
|
|
1178
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1179
|
+
background: #42b983;
|
|
1180
|
+
color: #fff;
|
|
1107
1181
|
}
|
|
1108
|
-
.
|
|
1109
|
-
|
|
1110
|
-
|
|
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;
|
|
1111
1186
|
}
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
white-space: nowrap;
|
|
1116
|
-
flex: 0 0 auto;
|
|
1117
|
-
}
|
|
1118
|
-
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
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 {
|
|
1119
1190
|
user-select: text !important;
|
|
1120
1191
|
-webkit-user-select: text !important;
|
|
1121
1192
|
-moz-user-select: text !important;
|
|
@@ -1333,89 +1404,22 @@ iframe[data-v-20dccb82] {
|
|
|
1333
1404
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1334
1405
|
margin: 5px 0;
|
|
1335
1406
|
}
|
|
1336
|
-
|
|
1337
|
-
display: inline-flex;
|
|
1338
|
-
vertical-align: middle;
|
|
1339
|
-
}
|
|
1340
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1341
|
-
font-size: 20px;
|
|
1342
|
-
color: var(--el-color-primary);
|
|
1343
|
-
cursor: pointer;
|
|
1344
|
-
}
|
|
1345
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
|
-
margin-bottom: 0px;
|
|
1347
|
-
}
|
|
1348
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
-
margin-bottom: 5px;
|
|
1350
|
-
text-align: center;
|
|
1351
|
-
}
|
|
1352
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1353
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1354
|
-
width: 100%;
|
|
1355
|
-
}
|
|
1356
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1357
|
-
display: none;
|
|
1358
|
-
}
|
|
1359
|
-
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1360
|
-
padding-bottom: 10px;
|
|
1361
|
-
position: fixed;
|
|
1362
|
-
top: 37px;
|
|
1363
|
-
background-color: #ffffff;
|
|
1364
|
-
width: 46%;
|
|
1365
|
-
height: 40px;
|
|
1366
|
-
z-index: 1500;
|
|
1367
|
-
}
|
|
1368
|
-
li[data-v-040fcf55] {
|
|
1369
|
-
color: #333;
|
|
1370
|
-
}
|
|
1371
|
-
.context-menu[data-v-040fcf55] {
|
|
1372
|
-
position: fixed;
|
|
1373
|
-
background: #fff;
|
|
1374
|
-
z-index: 999;
|
|
1375
|
-
padding: 5px;
|
|
1376
|
-
margin: 0;
|
|
1377
|
-
margin-top: 30px;
|
|
1378
|
-
}
|
|
1379
|
-
.context-menu li[data-v-040fcf55] {
|
|
1380
|
-
min-width: 75px;
|
|
1381
|
-
height: 28px;
|
|
1382
|
-
line-height: 28px;
|
|
1383
|
-
text-align: left;
|
|
1384
|
-
color: #1a1a1a;
|
|
1385
|
-
}
|
|
1386
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1387
|
-
background: #42b983;
|
|
1388
|
-
color: #fff;
|
|
1389
|
-
}
|
|
1390
|
-
.context-menu[data-v-040fcf55] {
|
|
1391
|
-
border: 1px solid #eee;
|
|
1392
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1393
|
-
border-radius: 5px;
|
|
1394
|
-
}
|
|
1395
|
-
li[data-v-040fcf55] {
|
|
1396
|
-
list-style-type: none;
|
|
1397
|
-
}
|
|
1407
|
+
|
|
1398
1408
|
.searchResult {
|
|
1399
1409
|
color: red;
|
|
1400
1410
|
}
|
|
1401
|
-
.inline-select-custom {
|
|
1402
|
-
width: 100px;
|
|
1403
|
-
}
|
|
1404
1411
|
.inline-input-custom {
|
|
1405
|
-
width:
|
|
1412
|
+
width: 90%;
|
|
1413
|
+
}
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1406
1416
|
}
|
|
1407
1417
|
|
|
1408
1418
|
.searchResult {
|
|
1409
1419
|
color: red;
|
|
1410
1420
|
}
|
|
1411
|
-
.inline-select-custom {
|
|
1412
|
-
width: 100px;
|
|
1413
|
-
}
|
|
1414
1421
|
.inline-input-custom {
|
|
1415
|
-
width:
|
|
1416
|
-
}
|
|
1417
|
-
.searchDepartmentUser {
|
|
1418
|
-
width: 250px;
|
|
1422
|
+
width: 100% !important;
|
|
1419
1423
|
}
|
|
1420
1424
|
.el-autocomplete-suggestion.el-popper {
|
|
1421
1425
|
min-width: 300px;
|
|
@@ -1432,13 +1436,13 @@ li[data-v-040fcf55] {
|
|
|
1432
1436
|
}
|
|
1433
1437
|
|
|
1434
1438
|
.searchResult {
|
|
1435
|
-
|
|
1439
|
+
color: red;
|
|
1436
1440
|
}
|
|
1437
|
-
.inline-
|
|
1438
|
-
|
|
1441
|
+
.inline-select-custom {
|
|
1442
|
+
width: 100px;
|
|
1439
1443
|
}
|
|
1440
|
-
.
|
|
1441
|
-
|
|
1444
|
+
.inline-input-custom {
|
|
1445
|
+
width: 98%;
|
|
1442
1446
|
}
|
|
1443
1447
|
|
|
1444
1448
|
.searchResult {
|
|
@@ -1458,20 +1462,16 @@ li[data-v-040fcf55] {
|
|
|
1458
1462
|
}
|
|
1459
1463
|
|
|
1460
1464
|
.searchResult {
|
|
1461
|
-
|
|
1465
|
+
color: red;
|
|
1462
1466
|
}
|
|
1463
1467
|
.inline-select-custom {
|
|
1464
|
-
|
|
1468
|
+
width: 100px;
|
|
1465
1469
|
}
|
|
1466
1470
|
.inline-input-custom {
|
|
1467
|
-
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.searchResult {
|
|
1471
|
-
color: red;
|
|
1471
|
+
width: 98%;
|
|
1472
1472
|
}
|
|
1473
|
-
.
|
|
1474
|
-
width:
|
|
1473
|
+
.searchDepartmentUser {
|
|
1474
|
+
width: 250px;
|
|
1475
1475
|
}
|
|
1476
1476
|
.el-autocomplete-suggestion.el-popper {
|
|
1477
1477
|
min-width: 300px;
|
|
@@ -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;
|
|
@@ -1806,64 +1814,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1814
|
white-space: nowrap;
|
|
1807
1815
|
overflow: hidden;
|
|
1808
1816
|
text-overflow: ellipsis;
|
|
1809
|
-
}.
|
|
1810
|
-
|
|
1811
|
-
}
|
|
1812
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1813
|
-
border: 1px solid #dcdfe6;
|
|
1814
|
-
padding: 4px 8px;
|
|
1815
|
-
background-clip: padding-box;
|
|
1816
|
-
overflow: hidden;
|
|
1817
|
-
display: inline-flex;
|
|
1818
|
-
align-items: center;
|
|
1819
|
-
}
|
|
1820
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1821
|
-
margin-right: 18px;
|
|
1822
|
-
max-width: 160px;
|
|
1823
|
-
overflow: hidden;
|
|
1824
|
-
text-overflow: ellipsis;
|
|
1825
|
-
white-space: nowrap;
|
|
1826
|
-
}
|
|
1827
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1828
|
-
font-weight: 600;
|
|
1829
|
-
margin-left: 4px;
|
|
1830
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1831
|
-
border: 1px solid #dcdfe6;
|
|
1832
|
-
padding: 4px 8px;
|
|
1833
|
-
background-clip: padding-box;
|
|
1834
|
-
overflow: hidden;
|
|
1835
|
-
display: inline-flex;
|
|
1836
|
-
align-items: center;
|
|
1837
|
-
}
|
|
1838
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1839
|
-
margin-right: 18px;
|
|
1840
|
-
max-width: 160px;
|
|
1841
|
-
overflow: hidden;
|
|
1842
|
-
text-overflow: ellipsis;
|
|
1843
|
-
white-space: nowrap;
|
|
1817
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1818
|
+
margin-right: 5px;
|
|
1844
1819
|
}
|
|
1845
|
-
.
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1820
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1821
|
+
margin-left: 5px;
|
|
1822
|
+
}[data-v-90635647] .el-range-separator {
|
|
1823
|
+
min-width: 20px;
|
|
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 {
|
|
1849
1825
|
user-select: text !important;
|
|
1850
1826
|
-webkit-user-select: text !important;
|
|
1851
1827
|
-moz-user-select: text !important;
|
|
1852
1828
|
-ms-user-select: text !important;
|
|
1853
1829
|
}
|
|
1854
|
-
.slide-up-enter-active[data-v-
|
|
1855
|
-
.slide-up-leave-active[data-v-
|
|
1830
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1831
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1856
1832
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1857
1833
|
}
|
|
1858
|
-
.slide-up-enter-from[data-v-
|
|
1859
|
-
.slide-up-leave-to[data-v-
|
|
1834
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1835
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1860
1836
|
transform: translateY(100%);
|
|
1861
1837
|
}
|
|
1862
1838
|
|
|
1863
1839
|
/**
|
|
1864
1840
|
* 聊天窗口的样式设置
|
|
1865
1841
|
*/
|
|
1866
|
-
.chat-container[data-v-
|
|
1842
|
+
.chat-container[data-v-0b0c189e] {
|
|
1867
1843
|
--header-height: 56px;
|
|
1868
1844
|
--chat-padding: 12px;
|
|
1869
1845
|
--bubble-content-max-width: 0px;
|
|
@@ -1875,25 +1851,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1875
1851
|
flex-direction: row; /* 横向排列 */
|
|
1876
1852
|
height: 100%; /* 父容器高度 */
|
|
1877
1853
|
}
|
|
1878
|
-
.small-window[data-v-
|
|
1854
|
+
.small-window[data-v-0b0c189e] {
|
|
1879
1855
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1880
1856
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1881
1857
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1882
1858
|
border-radius: 8px;
|
|
1883
1859
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1884
1860
|
}
|
|
1885
|
-
.full-screen[data-v-
|
|
1861
|
+
.full-screen[data-v-0b0c189e] {
|
|
1886
1862
|
right: 0;
|
|
1887
1863
|
bottom: 0;
|
|
1888
1864
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1889
1865
|
}
|
|
1890
|
-
.chat-container > *[data-v-
|
|
1866
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1891
1867
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1892
1868
|
}
|
|
1893
1869
|
|
|
1894
1870
|
/* 聊天窗口的头部样式设置
|
|
1895
1871
|
*/
|
|
1896
|
-
.chat-embed__header_container[data-v-
|
|
1872
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1897
1873
|
/* border-bottom: 1px solid #ddd; */
|
|
1898
1874
|
display: flex;
|
|
1899
1875
|
align-items: center;
|
|
@@ -1903,7 +1879,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1903
1879
|
overflow: hidden;
|
|
1904
1880
|
position: relative;
|
|
1905
1881
|
}
|
|
1906
|
-
.session-subject[data-v-
|
|
1882
|
+
.session-subject[data-v-0b0c189e] {
|
|
1907
1883
|
display: block;
|
|
1908
1884
|
margin: 0 auto;
|
|
1909
1885
|
text-align: center;
|
|
@@ -1918,17 +1894,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1918
1894
|
|
|
1919
1895
|
/* 聊天窗口的头部图标样式设置
|
|
1920
1896
|
*/
|
|
1921
|
-
.chat-embed__header_avatar[data-v-
|
|
1897
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1922
1898
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1923
1899
|
margin-right: var(--chat-padding);
|
|
1924
1900
|
}
|
|
1925
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1901
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1926
1902
|
right: 20px;
|
|
1927
1903
|
position: absolute;
|
|
1928
1904
|
gap: 28px;
|
|
1929
1905
|
display: flex;
|
|
1930
1906
|
}
|
|
1931
|
-
.chat-embed__sidebar[data-v-
|
|
1907
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1932
1908
|
background: #f6f7fa;
|
|
1933
1909
|
display: flex;
|
|
1934
1910
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1937,7 +1913,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1937
1913
|
width: 260px;
|
|
1938
1914
|
height: 100%;
|
|
1939
1915
|
}
|
|
1940
|
-
.chat-embed__main[data-v-
|
|
1916
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1941
1917
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1942
1918
|
box-sizing: border-box;
|
|
1943
1919
|
overflow: hidden;
|
|
@@ -1948,7 +1924,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1948
1924
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1949
1925
|
overflow: hidden; /* 防止内容溢出 */
|
|
1950
1926
|
}
|
|
1951
|
-
.chat-embed__main_content[data-v-
|
|
1927
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1952
1928
|
flex: 1;
|
|
1953
1929
|
box-sizing: border-box;
|
|
1954
1930
|
min-height: 0;
|
|
@@ -1956,21 +1932,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1956
1932
|
/* overflow-y: auto;
|
|
1957
1933
|
margin-bottom: 12px; */
|
|
1958
1934
|
}
|
|
1959
|
-
.chat-embed__input_container[data-v-
|
|
1935
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1960
1936
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1961
1937
|
/* margin-bottom: 50px; 距离底部 */
|
|
1962
1938
|
}
|
|
1963
|
-
.header-icon[data-v-
|
|
1939
|
+
.header-icon[data-v-0b0c189e] {
|
|
1964
1940
|
cursor: pointer;
|
|
1965
1941
|
font-size: 20px;
|
|
1966
1942
|
}
|
|
1967
1943
|
|
|
1968
1944
|
/* 聊天默认推荐内容样式
|
|
1969
1945
|
*/
|
|
1970
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1946
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
1971
1947
|
margin-top: 5px;
|
|
1972
1948
|
}
|
|
1973
|
-
.content-container[data-v-
|
|
1949
|
+
.content-container[data-v-0b0c189e] {
|
|
1974
1950
|
padding: 16px;
|
|
1975
1951
|
border-radius: 4px;
|
|
1976
1952
|
background: #ffffff;
|
|
@@ -1978,7 +1954,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1978
1954
|
border-radius: 0px 30px 30px 30px;
|
|
1979
1955
|
/* opacity: 0.6; */
|
|
1980
1956
|
}
|
|
1981
|
-
.chat-content-font[data-v-
|
|
1957
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
1982
1958
|
font-family: PingFang SC, PingFang SC;
|
|
1983
1959
|
font-weight: 500;
|
|
1984
1960
|
font-size: 16px;
|
|
@@ -1988,10 +1964,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1988
1964
|
font-style: normal;
|
|
1989
1965
|
text-transform: none;
|
|
1990
1966
|
}
|
|
1991
|
-
[data-v-
|
|
1967
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1992
1968
|
border: none !important;
|
|
1993
1969
|
}
|
|
1994
|
-
.content-container-header[data-v-
|
|
1970
|
+
.content-container-header[data-v-0b0c189e] {
|
|
1995
1971
|
font-size: 12px;
|
|
1996
1972
|
color: #909399;
|
|
1997
1973
|
}
|
|
@@ -1999,28 +1975,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1999
1975
|
/**
|
|
2000
1976
|
// 用户消息
|
|
2001
1977
|
*/
|
|
2002
|
-
.content-borderless-container[data-v-
|
|
1978
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2003
1979
|
background: #e1ecfd;
|
|
2004
1980
|
border-radius: 20px 0px 20px 20px;
|
|
2005
1981
|
user-select: none;
|
|
2006
1982
|
padding: 12px;
|
|
2007
1983
|
cursor: pointer;
|
|
2008
1984
|
transition: background-color 0.3s;
|
|
2009
|
-
&[data-v-
|
|
1985
|
+
&[data-v-0b0c189e]:hover {
|
|
2010
1986
|
background-color: #ebeef5;
|
|
2011
1987
|
}
|
|
2012
1988
|
}
|
|
2013
|
-
.footer-container[data-v-
|
|
2014
|
-
[data-v-
|
|
1989
|
+
.footer-container[data-v-0b0c189e] {
|
|
1990
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2015
1991
|
margin-left: 8px;
|
|
2016
1992
|
}
|
|
2017
1993
|
}
|
|
2018
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
1994
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2019
1995
|
padding: 0;
|
|
2020
1996
|
}
|
|
2021
1997
|
|
|
2022
1998
|
/* 引用文件样式 */
|
|
2023
|
-
.doc-agg-item[data-v-
|
|
1999
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2024
2000
|
width: 100%;
|
|
2025
2001
|
padding: 10px;
|
|
2026
2002
|
margin-bottom: 5px;
|
|
@@ -2030,63 +2006,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2030
2006
|
font-size: 12px;
|
|
2031
2007
|
color: var(--el-color-primary);
|
|
2032
2008
|
}
|
|
2033
|
-
.elx-xmarkdown-container[data-v-
|
|
2009
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2034
2010
|
padding: 0;
|
|
2035
|
-
}
|
|
2036
|
-
|
|
2037
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2038
|
-
display: flex;
|
|
2039
|
-
align-items: center;
|
|
2040
|
-
flex-shrink: 0;
|
|
2041
|
-
min-width: max-content;
|
|
2042
|
-
margin-left: auto;
|
|
2043
|
-
gap: 10px;
|
|
2044
2011
|
}
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
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;
|
|
2050
2026
|
gap: 10px;
|
|
2051
|
-
}
|
|
2052
|
-
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2053
|
-
margin-right: 5px;
|
|
2054
2027
|
}
|
|
2055
|
-
.
|
|
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] {
|
|
2056
2038
|
margin-left: 5px;
|
|
2057
2039
|
}
|
|
2058
|
-
.
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
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 {
|
|
2072
2096
|
user-select: text !important;
|
|
2073
2097
|
-webkit-user-select: text !important;
|
|
2074
2098
|
-moz-user-select: text !important;
|
|
2075
2099
|
-ms-user-select: text !important;
|
|
2076
2100
|
}
|
|
2077
|
-
.slide-up-enter-active[data-v-
|
|
2078
|
-
.slide-up-leave-active[data-v-
|
|
2101
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2102
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2079
2103
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2080
2104
|
}
|
|
2081
|
-
.slide-up-enter-from[data-v-
|
|
2082
|
-
.slide-up-leave-to[data-v-
|
|
2105
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2106
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2083
2107
|
transform: translateY(100%);
|
|
2084
2108
|
}
|
|
2085
2109
|
|
|
2086
2110
|
/**
|
|
2087
2111
|
* 聊天窗口的样式设置
|
|
2088
2112
|
*/
|
|
2089
|
-
.chat-container[data-v-
|
|
2113
|
+
.chat-container[data-v-bc196b97] {
|
|
2090
2114
|
--header-height: 56px;
|
|
2091
2115
|
--chat-padding: 12px;
|
|
2092
2116
|
--bubble-content-max-width: 0px;
|
|
@@ -2098,25 +2122,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2098
2122
|
flex-direction: row; /* 横向排列 */
|
|
2099
2123
|
height: 100%; /* 父容器高度 */
|
|
2100
2124
|
}
|
|
2101
|
-
.small-window[data-v-
|
|
2125
|
+
.small-window[data-v-bc196b97] {
|
|
2102
2126
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2103
2127
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2104
2128
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2105
2129
|
border-radius: 8px;
|
|
2106
2130
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2107
2131
|
}
|
|
2108
|
-
.full-screen[data-v-
|
|
2132
|
+
.full-screen[data-v-bc196b97] {
|
|
2109
2133
|
right: 0;
|
|
2110
2134
|
bottom: 0;
|
|
2111
2135
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2112
2136
|
}
|
|
2113
|
-
.chat-container > *[data-v-
|
|
2137
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2114
2138
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2115
2139
|
}
|
|
2116
2140
|
|
|
2117
2141
|
/* 聊天窗口的头部样式设置
|
|
2118
2142
|
*/
|
|
2119
|
-
.chat-embed__header_container[data-v-
|
|
2143
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2120
2144
|
/* border-bottom: 1px solid #ddd; */
|
|
2121
2145
|
display: flex;
|
|
2122
2146
|
align-items: center;
|
|
@@ -2126,7 +2150,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2126
2150
|
overflow: hidden;
|
|
2127
2151
|
position: relative;
|
|
2128
2152
|
}
|
|
2129
|
-
.session-subject[data-v-
|
|
2153
|
+
.session-subject[data-v-bc196b97] {
|
|
2130
2154
|
display: block;
|
|
2131
2155
|
margin: 0 auto;
|
|
2132
2156
|
text-align: center;
|
|
@@ -2141,17 +2165,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2141
2165
|
|
|
2142
2166
|
/* 聊天窗口的头部图标样式设置
|
|
2143
2167
|
*/
|
|
2144
|
-
.chat-embed__header_avatar[data-v-
|
|
2168
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2145
2169
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2146
2170
|
margin-right: var(--chat-padding);
|
|
2147
2171
|
}
|
|
2148
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2172
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2149
2173
|
right: 20px;
|
|
2150
2174
|
position: absolute;
|
|
2151
2175
|
gap: 28px;
|
|
2152
2176
|
display: flex;
|
|
2153
2177
|
}
|
|
2154
|
-
.chat-embed__sidebar[data-v-
|
|
2178
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2155
2179
|
background: #f6f7fa;
|
|
2156
2180
|
display: flex;
|
|
2157
2181
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2160,7 +2184,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2160
2184
|
width: 260px;
|
|
2161
2185
|
height: 100%;
|
|
2162
2186
|
}
|
|
2163
|
-
.chat-embed__main[data-v-
|
|
2187
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2164
2188
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2165
2189
|
box-sizing: border-box;
|
|
2166
2190
|
overflow: hidden;
|
|
@@ -2171,7 +2195,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2171
2195
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2172
2196
|
overflow: hidden; /* 防止内容溢出 */
|
|
2173
2197
|
}
|
|
2174
|
-
.chat-embed__main_content[data-v-
|
|
2198
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2175
2199
|
flex: 1;
|
|
2176
2200
|
box-sizing: border-box;
|
|
2177
2201
|
min-height: 0;
|
|
@@ -2179,21 +2203,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2179
2203
|
/* overflow-y: auto;
|
|
2180
2204
|
margin-bottom: 12px; */
|
|
2181
2205
|
}
|
|
2182
|
-
.chat-embed__input_container[data-v-
|
|
2206
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2183
2207
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2184
2208
|
/* margin-bottom: 50px; 距离底部 */
|
|
2185
2209
|
}
|
|
2186
|
-
.header-icon[data-v-
|
|
2210
|
+
.header-icon[data-v-bc196b97] {
|
|
2187
2211
|
cursor: pointer;
|
|
2188
2212
|
font-size: 20px;
|
|
2189
2213
|
}
|
|
2190
2214
|
|
|
2191
2215
|
/* 聊天默认推荐内容样式
|
|
2192
2216
|
*/
|
|
2193
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2217
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2194
2218
|
margin-top: 5px;
|
|
2195
2219
|
}
|
|
2196
|
-
.content-container[data-v-
|
|
2220
|
+
.content-container[data-v-bc196b97] {
|
|
2197
2221
|
padding: 16px;
|
|
2198
2222
|
border-radius: 4px;
|
|
2199
2223
|
background: #ffffff;
|
|
@@ -2201,7 +2225,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2201
2225
|
border-radius: 0px 30px 30px 30px;
|
|
2202
2226
|
/* opacity: 0.6; */
|
|
2203
2227
|
}
|
|
2204
|
-
.chat-content-font[data-v-
|
|
2228
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2205
2229
|
font-family: PingFang SC, PingFang SC;
|
|
2206
2230
|
font-weight: 500;
|
|
2207
2231
|
font-size: 16px;
|
|
@@ -2211,10 +2235,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2211
2235
|
font-style: normal;
|
|
2212
2236
|
text-transform: none;
|
|
2213
2237
|
}
|
|
2214
|
-
[data-v-
|
|
2238
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2215
2239
|
border: none !important;
|
|
2216
2240
|
}
|
|
2217
|
-
.content-container-header[data-v-
|
|
2241
|
+
.content-container-header[data-v-bc196b97] {
|
|
2218
2242
|
font-size: 12px;
|
|
2219
2243
|
color: #909399;
|
|
2220
2244
|
}
|
|
@@ -2222,28 +2246,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2222
2246
|
/**
|
|
2223
2247
|
// 用户消息
|
|
2224
2248
|
*/
|
|
2225
|
-
.content-borderless-container[data-v-
|
|
2249
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2226
2250
|
background: #e1ecfd;
|
|
2227
2251
|
border-radius: 20px 0px 20px 20px;
|
|
2228
2252
|
user-select: none;
|
|
2229
2253
|
padding: 12px;
|
|
2230
2254
|
cursor: pointer;
|
|
2231
2255
|
transition: background-color 0.3s;
|
|
2232
|
-
&[data-v-
|
|
2256
|
+
&[data-v-bc196b97]:hover {
|
|
2233
2257
|
background-color: #ebeef5;
|
|
2234
2258
|
}
|
|
2235
2259
|
}
|
|
2236
|
-
.footer-container[data-v-
|
|
2237
|
-
[data-v-
|
|
2260
|
+
.footer-container[data-v-bc196b97] {
|
|
2261
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2238
2262
|
margin-left: 8px;
|
|
2239
2263
|
}
|
|
2240
2264
|
}
|
|
2241
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2265
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2242
2266
|
padding: 0;
|
|
2243
2267
|
}
|
|
2244
2268
|
|
|
2245
2269
|
/* 引用文件样式 */
|
|
2246
|
-
.doc-agg-item[data-v-
|
|
2270
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2247
2271
|
width: 100%;
|
|
2248
2272
|
padding: 10px;
|
|
2249
2273
|
margin-bottom: 5px;
|
|
@@ -2253,281 +2277,54 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2253
2277
|
font-size: 12px;
|
|
2254
2278
|
color: var(--el-color-primary);
|
|
2255
2279
|
}
|
|
2256
|
-
.elx-xmarkdown-container[data-v-
|
|
2280
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2257
2281
|
padding: 0;
|
|
2258
2282
|
}
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
-webkit-user-select: text !important;
|
|
2262
|
-
-moz-user-select: text !important;
|
|
2263
|
-
-ms-user-select: text !important;
|
|
2264
|
-
}
|
|
2265
|
-
.slide-up-enter-active[data-v-0b0c189e],
|
|
2266
|
-
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2267
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2268
|
-
}
|
|
2269
|
-
.slide-up-enter-from[data-v-0b0c189e],
|
|
2270
|
-
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2271
|
-
transform: translateY(100%);
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
/**
|
|
2275
|
-
* 聊天窗口的样式设置
|
|
2276
|
-
*/
|
|
2277
|
-
.chat-container[data-v-0b0c189e] {
|
|
2278
|
-
--header-height: 56px;
|
|
2279
|
-
--chat-padding: 12px;
|
|
2280
|
-
--bubble-content-max-width: 0px;
|
|
2281
|
-
position: fixed;
|
|
2282
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2283
|
-
|
|
2284
|
-
overflow: hidden;
|
|
2285
|
-
z-index: 100;
|
|
2286
|
-
flex-direction: row; /* 横向排列 */
|
|
2287
|
-
height: 100%; /* 父容器高度 */
|
|
2288
|
-
}
|
|
2289
|
-
.small-window[data-v-0b0c189e] {
|
|
2290
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2291
|
-
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2292
|
-
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2293
|
-
border-radius: 8px;
|
|
2294
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2295
|
-
}
|
|
2296
|
-
.full-screen[data-v-0b0c189e] {
|
|
2297
|
-
right: 0;
|
|
2298
|
-
bottom: 0;
|
|
2299
|
-
--main-content-height: calc(100vh - var(--header-height));
|
|
2300
|
-
}
|
|
2301
|
-
.chat-container > *[data-v-0b0c189e] {
|
|
2302
|
-
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
/* 聊天窗口的头部样式设置
|
|
2306
|
-
*/
|
|
2307
|
-
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2308
|
-
/* border-bottom: 1px solid #ddd; */
|
|
2283
|
+
|
|
2284
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2309
2285
|
display: flex;
|
|
2310
2286
|
align-items: center;
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
position: relative;
|
|
2316
|
-
}
|
|
2317
|
-
.session-subject[data-v-0b0c189e] {
|
|
2318
|
-
display: block;
|
|
2319
|
-
margin: 0 auto;
|
|
2320
|
-
text-align: center;
|
|
2321
|
-
font-family: PingFang SC, PingFang SC;
|
|
2322
|
-
font-weight: 500;
|
|
2323
|
-
font-size: 16px;
|
|
2324
|
-
color: #181818;
|
|
2325
|
-
text-align: left;
|
|
2326
|
-
font-style: normal;
|
|
2327
|
-
text-transform: none;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
/* 聊天窗口的头部图标样式设置
|
|
2331
|
-
*/
|
|
2332
|
-
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2333
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
2334
|
-
margin-right: var(--chat-padding);
|
|
2335
|
-
}
|
|
2336
|
-
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2337
|
-
right: 20px;
|
|
2338
|
-
position: absolute;
|
|
2339
|
-
gap: 28px;
|
|
2340
|
-
display: flex;
|
|
2341
|
-
}
|
|
2342
|
-
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2343
|
-
background: #f6f7fa;
|
|
2344
|
-
display: flex;
|
|
2345
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
2346
|
-
border-right: 1px solid #ddd;
|
|
2347
|
-
padding: 20px 12px;
|
|
2348
|
-
width: 260px;
|
|
2349
|
-
height: 100%;
|
|
2287
|
+
flex-shrink: 0;
|
|
2288
|
+
min-width: max-content;
|
|
2289
|
+
margin-left: auto;
|
|
2290
|
+
gap: 10px;
|
|
2350
2291
|
}
|
|
2351
|
-
.
|
|
2352
|
-
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2353
|
-
box-sizing: border-box;
|
|
2354
|
-
overflow: hidden;
|
|
2355
|
-
position: relative;
|
|
2292
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2356
2293
|
display: flex;
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
}
|
|
2362
|
-
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2363
|
-
flex: 1;
|
|
2364
|
-
box-sizing: border-box;
|
|
2365
|
-
min-height: 0;
|
|
2366
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2367
|
-
/* overflow-y: auto;
|
|
2368
|
-
margin-bottom: 12px; */
|
|
2369
|
-
}
|
|
2370
|
-
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2371
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
2372
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
2373
|
-
}
|
|
2374
|
-
.header-icon[data-v-0b0c189e] {
|
|
2375
|
-
cursor: pointer;
|
|
2376
|
-
font-size: 20px;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
/* 聊天默认推荐内容样式
|
|
2380
|
-
*/
|
|
2381
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2382
|
-
margin-top: 5px;
|
|
2383
|
-
}
|
|
2384
|
-
.content-container[data-v-0b0c189e] {
|
|
2385
|
-
padding: 16px;
|
|
2386
|
-
border-radius: 4px;
|
|
2387
|
-
background: #ffffff;
|
|
2388
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2389
|
-
border-radius: 0px 30px 30px 30px;
|
|
2390
|
-
/* opacity: 0.6; */
|
|
2391
|
-
}
|
|
2392
|
-
.chat-content-font[data-v-0b0c189e] {
|
|
2393
|
-
font-family: PingFang SC, PingFang SC;
|
|
2394
|
-
font-weight: 500;
|
|
2395
|
-
font-size: 16px;
|
|
2396
|
-
color: #181818;
|
|
2397
|
-
line-height: 32px;
|
|
2398
|
-
text-align: justified;
|
|
2399
|
-
font-style: normal;
|
|
2400
|
-
text-transform: none;
|
|
2401
|
-
}
|
|
2402
|
-
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2403
|
-
border: none !important;
|
|
2404
|
-
}
|
|
2405
|
-
.content-container-header[data-v-0b0c189e] {
|
|
2406
|
-
font-size: 12px;
|
|
2407
|
-
color: #909399;
|
|
2294
|
+
align-items: center;
|
|
2295
|
+
justify-content: center;
|
|
2296
|
+
margin-top: 10px;
|
|
2297
|
+
gap: 10px;
|
|
2408
2298
|
}
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
background-color: #ebeef5;
|
|
2422
|
-
}
|
|
2299
|
+
|
|
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;
|
|
2423
2311
|
}
|
|
2424
|
-
.footer-container[data-v-0b0c189e] {
|
|
2425
|
-
[data-v-0b0c189e] .el-button + .el-button {
|
|
2426
|
-
margin-left: 8px;
|
|
2427
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;
|
|
2428
2318
|
}
|
|
2429
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2430
|
-
padding: 0;
|
|
2431
2319
|
}
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
.doc-agg-item[data-v-0b0c189e] {
|
|
2320
|
+
|
|
2321
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2435
2322
|
width: 100%;
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
font-size: 12px;
|
|
2442
|
-
color: var(--el-color-primary);
|
|
2443
|
-
}
|
|
2444
|
-
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2445
|
-
padding: 0;
|
|
2446
|
-
}
|
|
2447
|
-
h4[data-v-0b0c189e] {
|
|
2448
|
-
font-size: 16px;
|
|
2449
|
-
margin-top: 0px;
|
|
2450
|
-
margin-bottom: 0px;
|
|
2451
|
-
}
|
|
2452
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2453
|
-
margin: 5px 0;
|
|
2454
|
-
}
|
|
2455
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2456
|
-
display: flex;
|
|
2457
|
-
align-items: center;
|
|
2458
|
-
flex-shrink: 0;
|
|
2459
|
-
min-width: max-content;
|
|
2460
|
-
margin-left: auto;
|
|
2461
|
-
gap: 10px;
|
|
2462
|
-
}
|
|
2463
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2464
|
-
display: inline-block;
|
|
2465
|
-
width: 12px;
|
|
2466
|
-
height: 12px;
|
|
2467
|
-
background-repeat: no-repeat;
|
|
2468
|
-
background-position: center;
|
|
2469
|
-
background-size: 100%;
|
|
2470
|
-
cursor: pointer;
|
|
2471
|
-
}
|
|
2472
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2473
|
-
margin-left: 5px;
|
|
2474
|
-
}
|
|
2475
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2476
|
-
display: flex;
|
|
2477
|
-
flex-direction: column;
|
|
2478
|
-
padding: 16px;
|
|
2479
|
-
}
|
|
2480
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2481
|
-
border-bottom-color: #ffffff !important;
|
|
2482
|
-
}
|
|
2483
|
-
[data-v-0b0c189e] .el-sender {
|
|
2484
|
-
background: #ffffff !important;
|
|
2485
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2486
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2487
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2488
|
-
font-weight: 400;
|
|
2489
|
-
font-size: 16px;
|
|
2490
|
-
color: #bbbbbb;
|
|
2491
|
-
text-align: left;
|
|
2492
|
-
font-style: normal;
|
|
2493
|
-
text-transform: none;
|
|
2494
|
-
}
|
|
2495
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2496
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2497
|
-
font-weight: 400 !important;
|
|
2498
|
-
font-size: 16px !important;
|
|
2499
|
-
line-height: 21px !important;
|
|
2500
|
-
font-style: normal !important;
|
|
2501
|
-
text-transform: none !important;
|
|
2502
|
-
}
|
|
2503
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2504
|
-
padding: 16px !important;
|
|
2505
|
-
}
|
|
2506
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2507
|
-
border-radius: 100px 100px 100px 100px;
|
|
2508
|
-
border: 1px solid #dcdfe6;
|
|
2509
|
-
}
|
|
2510
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2511
|
-
padding: 12px;
|
|
2512
|
-
font-family: PingFang SC, PingFang SC;
|
|
2513
|
-
font-weight: 400;
|
|
2514
|
-
font-size: 14px;
|
|
2515
|
-
color: #808080;
|
|
2516
|
-
line-height: 21px;
|
|
2517
|
-
font-style: normal;
|
|
2518
|
-
text-align: center;
|
|
2519
|
-
}
|
|
2520
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2521
|
-
border-radius: 50% !important;
|
|
2522
|
-
padding: 8px;
|
|
2523
|
-
width: 32px;
|
|
2524
|
-
}
|
|
2525
|
-
.send-icon[data-v-0b0c189e] {
|
|
2526
|
-
cursor: pointer;
|
|
2527
|
-
}
|
|
2528
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2529
|
-
margin: 0 0;
|
|
2530
|
-
}[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2323
|
+
height: 100%;
|
|
2324
|
+
border: none;
|
|
2325
|
+
opacity: 1;
|
|
2326
|
+
}
|
|
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 {
|
|
2531
2328
|
user-select: text !important;
|
|
2532
2329
|
-webkit-user-select: text !important;
|
|
2533
2330
|
-moz-user-select: text !important;
|
|
@@ -3011,41 +2808,239 @@ h4[data-v-0b0c189e] {
|
|
|
3011
2808
|
.history-item[data-v-1e62eff8]:hover {
|
|
3012
2809
|
background-color: #f5f5f5;
|
|
3013
2810
|
}
|
|
3014
|
-
|
|
3015
|
-
|
|
2811
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
2812
|
+
font-size: 12px;
|
|
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;
|
|
2821
|
+
}
|
|
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;
|
|
2828
|
+
}
|
|
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 {
|
|
2851
|
+
user-select: text !important;
|
|
2852
|
+
-webkit-user-select: text !important;
|
|
2853
|
+
-moz-user-select: text !important;
|
|
2854
|
+
-ms-user-select: text !important;
|
|
2855
|
+
}
|
|
2856
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2857
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2858
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2859
|
+
}
|
|
2860
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2861
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2862
|
+
transform: translateY(100%);
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
/**
|
|
2866
|
+
* 聊天窗口的样式设置
|
|
2867
|
+
*/
|
|
2868
|
+
.chat-container[data-v-e9aa835d] {
|
|
2869
|
+
--header-height: 56px;
|
|
2870
|
+
--chat-padding: 12px;
|
|
2871
|
+
--bubble-content-max-width: 0px;
|
|
2872
|
+
position: fixed;
|
|
2873
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2874
|
+
|
|
2875
|
+
overflow: hidden;
|
|
2876
|
+
z-index: 100;
|
|
2877
|
+
flex-direction: row; /* 横向排列 */
|
|
2878
|
+
height: 100%; /* 父容器高度 */
|
|
2879
|
+
}
|
|
2880
|
+
.small-window[data-v-e9aa835d] {
|
|
2881
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2882
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2883
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2884
|
+
border-radius: 8px;
|
|
2885
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2886
|
+
}
|
|
2887
|
+
.full-screen[data-v-e9aa835d] {
|
|
2888
|
+
right: 0;
|
|
2889
|
+
bottom: 0;
|
|
2890
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
2891
|
+
}
|
|
2892
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2893
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
/* 聊天窗口的头部样式设置
|
|
2897
|
+
*/
|
|
2898
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2899
|
+
/* border-bottom: 1px solid #ddd; */
|
|
3016
2900
|
display: flex;
|
|
3017
2901
|
align-items: center;
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
color: #999;
|
|
3024
|
-
margin-top: 3px;
|
|
3025
|
-
flex-shrink: 0;
|
|
2902
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2903
|
+
height: var(--header-height);
|
|
2904
|
+
line-height: var(--header-height);
|
|
2905
|
+
overflow: hidden;
|
|
2906
|
+
position: relative;
|
|
3026
2907
|
}
|
|
2908
|
+
.session-subject[data-v-e9aa835d] {
|
|
2909
|
+
display: block;
|
|
2910
|
+
margin: 0 auto;
|
|
2911
|
+
text-align: center;
|
|
2912
|
+
font-family: PingFang SC, PingFang SC;
|
|
2913
|
+
font-weight: 500;
|
|
2914
|
+
font-size: 16px;
|
|
2915
|
+
color: #181818;
|
|
2916
|
+
text-align: left;
|
|
2917
|
+
font-style: normal;
|
|
2918
|
+
text-transform: none;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
/* 聊天窗口的头部图标样式设置
|
|
2922
|
+
*/
|
|
2923
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2924
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
2925
|
+
margin-right: var(--chat-padding);
|
|
3027
2926
|
}
|
|
3028
|
-
.
|
|
2927
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2928
|
+
right: 20px;
|
|
2929
|
+
position: absolute;
|
|
2930
|
+
gap: 28px;
|
|
2931
|
+
display: flex;
|
|
2932
|
+
}
|
|
2933
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2934
|
+
background: #f6f7fa;
|
|
3029
2935
|
display: flex;
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
2936
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
2937
|
+
border-right: 1px solid #ddd;
|
|
2938
|
+
padding: 20px 12px;
|
|
2939
|
+
width: 260px;
|
|
2940
|
+
height: 100%;
|
|
2941
|
+
}
|
|
2942
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2943
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2944
|
+
box-sizing: border-box;
|
|
2945
|
+
overflow: hidden;
|
|
2946
|
+
position: relative;
|
|
2947
|
+
display: flex;
|
|
2948
|
+
flex-direction: column;
|
|
2949
|
+
height: var(--main-content-height);
|
|
2950
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2951
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
2952
|
+
}
|
|
2953
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2954
|
+
flex: 1;
|
|
2955
|
+
box-sizing: border-box;
|
|
2956
|
+
min-height: 0;
|
|
2957
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2958
|
+
/* overflow-y: auto;
|
|
2959
|
+
margin-bottom: 12px; */
|
|
3033
2960
|
}
|
|
2961
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2962
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
2963
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
2964
|
+
}
|
|
2965
|
+
.header-icon[data-v-e9aa835d] {
|
|
2966
|
+
cursor: pointer;
|
|
2967
|
+
font-size: 20px;
|
|
3034
2968
|
}
|
|
3035
|
-
|
|
3036
|
-
|
|
2969
|
+
|
|
2970
|
+
/* 聊天默认推荐内容样式
|
|
2971
|
+
*/
|
|
2972
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2973
|
+
margin-top: 5px;
|
|
3037
2974
|
}
|
|
3038
|
-
.
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
2975
|
+
.content-container[data-v-e9aa835d] {
|
|
2976
|
+
padding: 16px;
|
|
2977
|
+
border-radius: 4px;
|
|
2978
|
+
background: #ffffff;
|
|
2979
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2980
|
+
border-radius: 0px 30px 30px 30px;
|
|
2981
|
+
/* opacity: 0.6; */
|
|
2982
|
+
}
|
|
2983
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2984
|
+
font-family: PingFang SC, PingFang SC;
|
|
2985
|
+
font-weight: 500;
|
|
2986
|
+
font-size: 16px;
|
|
2987
|
+
color: #181818;
|
|
2988
|
+
line-height: 32px;
|
|
2989
|
+
text-align: justified;
|
|
2990
|
+
font-style: normal;
|
|
2991
|
+
text-transform: none;
|
|
2992
|
+
}
|
|
2993
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2994
|
+
border: none !important;
|
|
2995
|
+
}
|
|
2996
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2997
|
+
font-size: 12px;
|
|
2998
|
+
color: #909399;
|
|
3044
2999
|
}
|
|
3045
3000
|
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3001
|
+
/**
|
|
3002
|
+
// 用户消息
|
|
3003
|
+
*/
|
|
3004
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
3005
|
+
background: #e1ecfd;
|
|
3006
|
+
border-radius: 20px 0px 20px 20px;
|
|
3007
|
+
user-select: none;
|
|
3008
|
+
padding: 12px;
|
|
3009
|
+
cursor: pointer;
|
|
3010
|
+
transition: background-color 0.3s;
|
|
3011
|
+
&[data-v-e9aa835d]:hover {
|
|
3012
|
+
background-color: #ebeef5;
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
.footer-container[data-v-e9aa835d] {
|
|
3016
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
3017
|
+
margin-left: 8px;
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
3021
|
+
padding: 0;
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
/* 引用文件样式 */
|
|
3025
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
3026
|
+
width: 100%;
|
|
3027
|
+
padding: 10px;
|
|
3028
|
+
margin-bottom: 5px;
|
|
3029
|
+
border: 1px solid #eee;
|
|
3030
|
+
border-radius: 4px;
|
|
3031
|
+
cursor: pointer;
|
|
3032
|
+
font-size: 12px;
|
|
3033
|
+
color: var(--el-color-primary);
|
|
3034
|
+
}
|
|
3035
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
3036
|
+
padding: 0;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
3040
|
+
width: 100%;
|
|
3041
|
+
height: 100%;
|
|
3042
|
+
border: none;
|
|
3043
|
+
opacity: 1;
|
|
3049
3044
|
}
|
|
3050
3045
|
.amb-color-iconfont[data-v-13b41596] {
|
|
3051
3046
|
width: 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
|
}
|