agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp30
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/dist/index.full.min.js +16659 -0
- package/dist/style.css +3104 -0
- package/es/IntervalSelection/index.mjs +7 -0
- package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
- package/es/breadcrumb/index.mjs +7 -0
- package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
- package/es/chat-embed/index.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +17 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
- package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
- package/es/chat-embed/src/chat-embed-message.mjs +22 -0
- package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
- package/es/chat-embed/src/chat-sender.vue2.mjs +158 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +58 -0
- package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +117 -0
- package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
- package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
- package/es/chat-embed/src/header.vue.mjs +7 -0
- package/es/chat-embed/src/header.vue2.mjs +46 -0
- package/es/chat-embed/src/index.vue.mjs +7 -0
- package/es/chat-embed/src/index.vue2.mjs +307 -0
- package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
- package/es/chat-embed/src/recommendation-message.vue2.mjs +11 -0
- package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
- package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
- package/es/chat-embed/src/util/history-message-util.mjs +96 -0
- package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
- package/es/chat-embed/src/voice/index.mjs +7 -0
- package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
- package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
- package/es/chat-embed/src/voice/voice.vue.mjs +105 -0
- package/es/date-picker-range/index.mjs +7 -0
- package/es/date-picker-range/index.vue.mjs +7 -0
- package/es/date-picker-range/index.vue2.mjs +93 -0
- package/es/department-tree/index.mjs +7 -0
- package/es/department-tree/src/department-tree.vue.mjs +23 -0
- package/es/department-tree-inline/index.mjs +7 -0
- package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
- package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
- package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
- package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
- package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
- package/es/department-tree-mobile/index.mjs +8 -0
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +16 -0
- package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
- package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/department-tree-service.mjs +57 -0
- package/es/department-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/department-user-tree/index.mjs +7 -0
- package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
- package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
- package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
- package/es/department-user-tree-inline/index.mjs +7 -0
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
- package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
- package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
- package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
- package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
- package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
- package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
- package/es/department-user-tree-mobile/index.mjs +8 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +16 -0
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/directives/prevent-reclick.mjs +15 -0
- package/es/dynamic-source-select/index.mjs +7 -0
- package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
- package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
- package/es/empty-state/index.vue.mjs +9 -0
- package/es/empty-state/index.vue2.mjs +4 -0
- package/es/favicon.svg +29 -0
- package/es/fs-preview/index.mjs +7 -0
- package/es/fs-preview/src/fs-preview.vue.mjs +128 -0
- package/es/fs-upload/index.mjs +7 -0
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
- package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
- package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
- package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
- package/es/fs-upload-list/index.mjs +7 -0
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
- package/es/fs-upload-new/index.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
- package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
- package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
- package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
- package/es/hamburger/index.mjs +7 -0
- package/es/hamburger/src/hamburger.vue.mjs +15 -0
- package/es/index.mjs +388 -0
- package/es/json-view/json-view-dialog.vue.mjs +19 -0
- package/es/json-view/json-view-dialog.vue2.mjs +4 -0
- package/es/json-view/json-view.vue.mjs +4 -0
- package/es/json-view/json-view.vue2.mjs +36 -0
- package/es/multipart-upload/index.mjs +7 -0
- package/es/multipart-upload/src/index.vue.mjs +14 -0
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
- package/es/organization-input/index.mjs +7 -0
- package/es/organization-input/src/organization-input.vue.mjs +224 -0
- package/es/plugins/export-data-new.mjs +237 -0
- package/es/plugins/export-data.mjs +179 -0
- package/es/plugins/index.mjs +9 -0
- package/es/remove-department/index.mjs +7 -0
- package/es/remove-department/src/remove-department.vue.mjs +33 -0
- package/es/remove-user/index.mjs +7 -0
- package/es/remove-user/src/remove-user.vue.mjs +35 -0
- package/es/remove-workgroup/index.mjs +7 -0
- package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
- package/es/rich-editor/index.mjs +7 -0
- package/es/rich-editor/index.vue.mjs +115 -0
- package/es/rich-editor/viewer.vue.mjs +27 -0
- package/es/row-form/index.mjs +7 -0
- package/es/row-form/index.vue.mjs +7 -0
- package/es/row-form/index.vue2.mjs +62 -0
- package/es/row-form/operation.vue.mjs +32 -0
- package/es/row-form/operation.vue2.mjs +4 -0
- package/es/scan-code-input/index.mjs +7 -0
- package/es/scan-code-input/src/events.mjs +15 -0
- package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
- package/es/scan-code-input-browser/index.mjs +7 -0
- package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
- package/es/secret-info/index.mjs +7 -0
- package/es/secret-info/index.vue.mjs +16 -0
- package/es/src/api/sso-service.mjs +57 -0
- package/es/src/api/tab.mjs +15 -0
- package/es/src/components/Affix/index.vue.mjs +7 -0
- package/es/src/components/Affix/index.vue2.mjs +83 -0
- package/es/src/components/Card/index.mjs +51 -0
- package/es/src/components/Scrollbar/index.vue.mjs +52 -0
- package/es/src/directives/permission/index.mjs +7 -0
- package/es/src/directives/permission/permission.mjs +11 -0
- package/es/src/i18n/i18n.mjs +7 -0
- package/es/src/i18n/langs/cn.mjs +4 -0
- package/es/src/i18n/langs/en.mjs +4 -0
- package/es/src/permission.mjs +79 -0
- package/es/src/router/index.mjs +10 -0
- package/es/src/store/index.mjs +13 -0
- package/es/src/store/modules/permission.mjs +31 -0
- package/es/src/store/modules/system.mjs +12 -0
- package/es/src/store/modules/tab-content.mjs +20 -0
- package/es/src/store/modules/user.mjs +139 -0
- package/es/src/utils/auth.mjs +156 -0
- package/es/src/utils/calculator/calculator-util.mjs +56 -0
- package/es/src/utils/chat-ai-util.mjs +34 -0
- package/es/src/utils/common-util.mjs +448 -0
- package/es/src/utils/insert_css.mjs +17 -0
- package/es/src/utils/jump-page-utils.mjs +264 -0
- package/es/src/utils/menu.mjs +14 -0
- package/es/src/utils/permission.mjs +45 -0
- package/es/src/utils/permissionAuth.mjs +154 -0
- package/es/src/utils/range-selector.mjs +105 -0
- package/es/src/utils/request.mjs +140 -0
- package/es/src/utils/util.mjs +361 -0
- package/es/src/utils/voice-setting-cache.mjs +212 -0
- package/es/src/utils/watermark.mjs +40 -0
- package/es/src/utils/workflow-util.mjs +42 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
- package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
- package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
- package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
- package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
- package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
- package/es/src/views/error-page/401.vue.mjs +15 -0
- package/es/src/views/error-page/404.vue.mjs +12 -0
- package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
- package/es/src/views/layout/Layout.vue.mjs +28 -0
- package/es/src/views/layout/NewLayout.vue.mjs +11 -0
- package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
- package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
- package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
- package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
- package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
- package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
- package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
- package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
- package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
- package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
- package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
- package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
- package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
- package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
- package/es/src/views/super-icon/index.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
- package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
- package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
- package/es/style.css +3103 -0
- package/es/super-grid/index.mjs +7 -0
- package/es/super-grid/src/apis.mjs +487 -0
- package/es/super-grid/src/columns-config.vue.mjs +82 -0
- package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
- package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
- package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
- package/es/super-grid/src/components/select-input.vue.mjs +149 -0
- package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
- package/es/super-grid/src/custom-formatter.mjs +168 -0
- package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
- package/es/super-grid/src/events.mjs +37 -0
- package/es/super-grid/src/formValidatorUtil.mjs +109 -0
- package/es/super-grid/src/group-column.vue.mjs +24 -0
- package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
- package/es/super-grid/src/index-column.vue.mjs +22 -0
- package/es/super-grid/src/normal-column-content.vue.mjs +322 -0
- package/es/super-grid/src/normal-column.vue.mjs +105 -0
- package/es/super-grid/src/row-detail.vue.mjs +14 -0
- package/es/super-grid/src/row-operation.vue.mjs +89 -0
- package/es/super-grid/src/scan-util.mjs +100 -0
- package/es/super-grid/src/search-button.vue.mjs +25 -0
- package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
- package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
- package/es/super-grid/src/search-form-dialog.vue.mjs +27 -0
- package/es/super-grid/src/search-form-item.vue.mjs +128 -0
- package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
- package/es/super-grid/src/search-form-number.vue.mjs +25 -0
- package/es/super-grid/src/search-form-open.vue.mjs +52 -0
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +41 -0
- package/es/super-grid/src/search-form.vue.mjs +207 -0
- package/es/super-grid/src/selection-column.vue.mjs +11 -0
- package/es/super-grid/src/super-grid-service.mjs +260 -0
- package/es/super-grid/src/super-grid.vue.mjs +1114 -0
- package/es/super-grid/src/utils.mjs +401 -0
- package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
- package/es/super-icon/index.mjs +7 -0
- package/es/super-icon/src/index.vue.mjs +7 -0
- package/es/super-icon/src/index.vue2.mjs +13 -0
- package/es/super-nine-grid/index.mjs +7 -0
- package/es/super-nine-grid/src/apis.mjs +36 -0
- package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
- package/es/super-nine-grid/src/search-form-number.vue.mjs +12 -0
- package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
- package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
- package/es/super-nine-grid/src/utils.mjs +32 -0
- package/es/svg-icon/index.mjs +7 -0
- package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
- package/es/utils/memory-cache-utils.mjs +30 -0
- package/es/utils/organization.mjs +70 -0
- package/es/utils/utils.mjs +87 -0
- package/es/utils/value-set.mjs +94 -0
- package/es/valid-code/index.mjs +7 -0
- package/es/valid-code/src/valid-code.vue.mjs +23 -0
- package/es/workflow-button/index.mjs +7 -0
- package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
- package/es/workflow-history-list/index.mjs +7 -0
- package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
- package/es/workgroup-tree/index.mjs +7 -0
- package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
- package/es/workgroup-tree-inline/index.mjs +7 -0
- package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
- package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
- package/es/workgroup-tree-mobile/index.mjs +8 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +17 -0
- package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +16 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree/index.mjs +7 -0
- package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
- package/es/workgroup-user-tree-inline/index.mjs +7 -0
- package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
- package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +15 -0
- package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +18 -0
- package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +16 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs +4 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
- package/es/year-range-picker/index.mjs +7 -0
- package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
- package/lib/IntervalSelection/index.cjs +5 -0
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
- package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
- package/lib/_virtual/__vite-browser-external.cjs +2 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
- package/lib/breadcrumb/index.cjs +5 -0
- package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
- package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
- package/lib/chat-embed/index.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-addition-data.vue2.cjs +15 -0
- package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
- package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
- package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
- package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
- package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
- package/lib/chat-embed/src/chat-sender.vue2.cjs +145 -0
- package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
- package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +107 -0
- package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
- package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
- package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
- package/lib/chat-embed/src/header.vue.cjs +5 -0
- package/lib/chat-embed/src/header.vue2.cjs +39 -0
- package/lib/chat-embed/src/header.vue3.cjs +2 -0
- package/lib/chat-embed/src/index.vue.cjs +5 -0
- package/lib/chat-embed/src/index.vue2.cjs +281 -0
- package/lib/chat-embed/src/index.vue3.cjs +2 -0
- package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
- package/lib/chat-embed/src/recommendation-message.vue2.cjs +8 -0
- package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
- package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
- package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
- package/lib/chat-embed/src/type.cjs +3 -0
- package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
- package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
- package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
- package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
- package/lib/chat-embed/src/voice/index.cjs +5 -0
- package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
- package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
- package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
- package/lib/chat-embed/src/voice/voice.vue.cjs +96 -0
- package/lib/date-picker-range/index.cjs +5 -0
- package/lib/date-picker-range/index.vue.cjs +5 -0
- package/lib/date-picker-range/index.vue2.cjs +89 -0
- package/lib/date-picker-range/index.vue3.cjs +2 -0
- package/lib/department-tree/index.cjs +5 -0
- package/lib/department-tree/src/department-tree.vue.cjs +17 -0
- package/lib/department-tree-inline/index.cjs +5 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
- package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
- package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
- package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
- package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-tree-mobile/index.cjs +5 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
- package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/department-tree-service.cjs +47 -0
- package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/department-user-tree/index.cjs +5 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
- package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
- package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
- package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
- package/lib/department-user-tree-inline/index.cjs +5 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
- package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
- package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
- package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/index.cjs +5 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/directives/prevent-reclick.cjs +14 -0
- package/lib/dynamic-source-select/index.cjs +5 -0
- package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
- package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
- package/lib/dynamic-source-select/src/events.cjs +28 -0
- package/lib/empty-state/index.vue.cjs +6 -0
- package/lib/empty-state/index.vue2.cjs +3 -0
- package/lib/fs-preview/index.cjs +5 -0
- package/lib/fs-preview/src/fs-preview.vue.cjs +119 -0
- package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
- package/lib/fs-upload/index.cjs +5 -0
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
- package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
- package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
- package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
- package/lib/fs-upload-list/index.cjs +5 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
- package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
- package/lib/fs-upload-new/index.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
- package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
- package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
- package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
- package/lib/hamburger/index.cjs +5 -0
- package/lib/hamburger/src/hamburger.vue.cjs +11 -0
- package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
- package/lib/index.cjs +41 -0
- package/lib/json-view/json-view-dialog.vue.cjs +16 -0
- package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
- package/lib/json-view/json-view.vue.cjs +3 -0
- package/lib/json-view/json-view.vue2.cjs +32 -0
- package/lib/multipart-upload/index.cjs +5 -0
- package/lib/multipart-upload/src/index.vue.cjs +10 -0
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
- package/lib/organization-input/index.cjs +5 -0
- package/lib/organization-input/src/organization-input.vue.cjs +218 -0
- package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
- package/lib/plugins/export-data-new.cjs +229 -0
- package/lib/plugins/export-data.cjs +173 -0
- package/lib/plugins/index.cjs +5 -0
- package/lib/plugins/public-method.cjs +13 -0
- package/lib/remove-department/index.cjs +5 -0
- package/lib/remove-department/src/remove-department.vue.cjs +27 -0
- package/lib/remove-department/src/remove-dept-service.cjs +12 -0
- package/lib/remove-user/index.cjs +5 -0
- package/lib/remove-user/src/remove-user-service.cjs +12 -0
- package/lib/remove-user/src/remove-user.vue.cjs +29 -0
- package/lib/remove-workgroup/index.cjs +5 -0
- package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
- package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
- package/lib/rich-editor/index.cjs +5 -0
- package/lib/rich-editor/index.vue.cjs +67 -0
- package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
- package/lib/rich-editor/viewer.vue.cjs +24 -0
- package/lib/row-form/index.cjs +5 -0
- package/lib/row-form/index.vue.cjs +5 -0
- package/lib/row-form/index.vue2.cjs +56 -0
- package/lib/row-form/index.vue3.cjs +2 -0
- package/lib/row-form/operation.vue.cjs +28 -0
- package/lib/row-form/operation.vue2.cjs +3 -0
- package/lib/scan-code-input/index.cjs +5 -0
- package/lib/scan-code-input/src/events.cjs +13 -0
- package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
- package/lib/scan-code-input-browser/index.cjs +5 -0
- package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
- package/lib/secret-info/index.cjs +5 -0
- package/lib/secret-info/index.vue.cjs +13 -0
- package/lib/src/api/sso-service.cjs +55 -0
- package/lib/src/api/tab.cjs +14 -0
- package/lib/src/assets/401/401.gif.cjs +2 -0
- package/lib/src/assets/404/404-cloud.png.cjs +2 -0
- package/lib/src/assets/404/404.png.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
- package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
- package/lib/src/assets/nonemessage.png.cjs +2 -0
- package/lib/src/components/Affix/index.vue.cjs +5 -0
- package/lib/src/components/Affix/index.vue2.cjs +81 -0
- package/lib/src/components/Affix/index.vue3.cjs +2 -0
- package/lib/src/components/Card/index.cjs +46 -0
- package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
- package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
- package/lib/src/directives/permission/index.cjs +5 -0
- package/lib/src/directives/permission/permission.cjs +9 -0
- package/lib/src/i18n/i18n.cjs +3 -0
- package/lib/src/i18n/langs/cn.cjs +2 -0
- package/lib/src/i18n/langs/en.cjs +2 -0
- package/lib/src/mixins/resizeMixin.cjs +20 -0
- package/lib/src/permission.cjs +76 -0
- package/lib/src/router/index.cjs +16 -0
- package/lib/src/store/getters.cjs +2 -0
- package/lib/src/store/index.cjs +16 -0
- package/lib/src/store/modules/app.cjs +40 -0
- package/lib/src/store/modules/chat-ai-store.cjs +33 -0
- package/lib/src/store/modules/permission.cjs +30 -0
- package/lib/src/store/modules/system.cjs +10 -0
- package/lib/src/store/modules/tab-content.cjs +18 -0
- package/lib/src/store/modules/table.cjs +17 -0
- package/lib/src/store/modules/user.cjs +133 -0
- package/lib/src/utils/auth-api.cjs +132 -0
- package/lib/src/utils/auth.cjs +86 -0
- package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
- package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
- package/lib/src/utils/calculator/calculator-util.cjs +53 -0
- package/lib/src/utils/chat-ai-util.cjs +26 -0
- package/lib/src/utils/common-util.cjs +362 -0
- package/lib/src/utils/eventBus.cjs +3 -0
- package/lib/src/utils/file-util.cjs +22 -0
- package/lib/src/utils/global-prop.cjs +22 -0
- package/lib/src/utils/guid.cjs +7 -0
- package/lib/src/utils/i18n-util.cjs +62 -0
- package/lib/src/utils/iconUtils.cjs +19 -0
- package/lib/src/utils/index.cjs +32 -0
- package/lib/src/utils/insert_css.cjs +18 -0
- package/lib/src/utils/json-util.cjs +45 -0
- package/lib/src/utils/jump-page-utils.cjs +256 -0
- package/lib/src/utils/local-storage.cjs +18 -0
- package/lib/src/utils/menu.cjs +13 -0
- package/lib/src/utils/permission.cjs +41 -0
- package/lib/src/utils/permissionAuth.cjs +120 -0
- package/lib/src/utils/range-selector.cjs +101 -0
- package/lib/src/utils/request.cjs +131 -0
- package/lib/src/utils/resize.cjs +11 -0
- package/lib/src/utils/restful-interface-utils.cjs +15 -0
- package/lib/src/utils/util.cjs +341 -0
- package/lib/src/utils/validate.cjs +12 -0
- package/lib/src/utils/voice-setting-cache.cjs +199 -0
- package/lib/src/utils/watermark-cache.cjs +10 -0
- package/lib/src/utils/watermark.cjs +33 -0
- package/lib/src/utils/workflow-util.cjs +41 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
- package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/error-page/401.vue.cjs +11 -0
- package/lib/src/views/error-page/401.vue2.cjs +2 -0
- package/lib/src/views/error-page/404.vue.cjs +8 -0
- package/lib/src/views/error-page/404.vue2.cjs +2 -0
- package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
- package/lib/src/views/layout/Layout.vue.cjs +21 -0
- package/lib/src/views/layout/Layout.vue2.cjs +2 -0
- package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
- package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
- package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
- package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
- package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
- package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
- package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
- package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
- package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
- package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
- package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
- package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
- package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
- package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
- package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
- package/lib/src/views/login/authredirect.vue.cjs +6 -0
- package/lib/src/views/redirect/index.vue.cjs +17 -0
- package/lib/src/views/super-icon/index.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
- package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
- package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
- package/lib/style.css +1234 -1208
- package/lib/super-grid/index.cjs +5 -0
- package/lib/super-grid/src/apis.cjs +477 -0
- package/lib/super-grid/src/columns-config.vue.cjs +76 -0
- package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
- package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
- package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
- package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
- package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
- package/lib/super-grid/src/custom-formatter.cjs +163 -0
- package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
- package/lib/super-grid/src/eventBus.cjs +3 -0
- package/lib/super-grid/src/events.cjs +35 -0
- package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
- package/lib/super-grid/src/formatter.cjs +69 -0
- package/lib/super-grid/src/group-column.vue.cjs +19 -0
- package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
- package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
- package/lib/super-grid/src/index-column.vue.cjs +19 -0
- package/lib/super-grid/src/normal-column-content.vue.cjs +303 -0
- package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
- package/lib/super-grid/src/normal-column.vue.cjs +90 -0
- package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
- package/lib/super-grid/src/public-methods.cjs +20 -0
- package/lib/super-grid/src/row-detail.vue.cjs +11 -0
- package/lib/super-grid/src/row-operation.vue.cjs +82 -0
- package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
- package/lib/super-grid/src/scan-util.cjs +98 -0
- package/lib/super-grid/src/search-button.vue.cjs +20 -0
- package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
- package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
- package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-dialog.vue.cjs +23 -0
- package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
- package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
- package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
- package/lib/super-grid/src/search-form-open.vue.cjs +46 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +33 -0
- package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
- package/lib/super-grid/src/search-form.vue.cjs +194 -0
- package/lib/super-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-grid/src/search-methods.cjs +163 -0
- package/lib/super-grid/src/selection-column.vue.cjs +9 -0
- package/lib/super-grid/src/store.cjs +3 -0
- package/lib/super-grid/src/super-grid-service.cjs +253 -0
- package/lib/super-grid/src/super-grid.vue.cjs +1083 -0
- package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
- package/lib/super-grid/src/utils.cjs +373 -0
- package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
- package/lib/super-icon/index.cjs +5 -0
- package/lib/super-icon/src/index.vue.cjs +5 -0
- package/lib/super-icon/src/index.vue2.cjs +10 -0
- package/lib/super-icon/src/index.vue3.cjs +2 -0
- package/lib/super-nine-grid/index.cjs +5 -0
- package/lib/super-nine-grid/src/apis.cjs +33 -0
- package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
- package/lib/super-nine-grid/src/formatter.cjs +36 -0
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
- package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
- package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/search-methods.cjs +47 -0
- package/lib/super-nine-grid/src/store.cjs +3 -0
- package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
- package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
- package/lib/super-nine-grid/src/utils.cjs +36 -0
- package/lib/svg-icon/index.cjs +5 -0
- package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
- package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
- package/lib/utils/gogocodeTransfer.cjs +28 -0
- package/lib/utils/memory-cache-utils.cjs +28 -0
- package/lib/utils/organization.cjs +55 -0
- package/lib/utils/utils.cjs +85 -0
- package/lib/utils/value-set.cjs +92 -0
- package/lib/valid-code/index.cjs +5 -0
- package/lib/valid-code/src/valid-code.vue.cjs +20 -0
- package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
- package/lib/workflow-button/index.cjs +5 -0
- package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
- package/lib/workflow-history-list/index.cjs +5 -0
- package/lib/workflow-history-list/src/api.cjs +5 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
- package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
- package/lib/workgroup-tree/index.cjs +5 -0
- package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
- package/lib/workgroup-tree-inline/index.cjs +5 -0
- package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
- package/lib/workgroup-tree-mobile/index.cjs +5 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +13 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
- package/lib/workgroup-user-tree/index.cjs +5 -0
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
- package/lib/workgroup-user-tree-inline/index.cjs +5 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
- package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +14 -0
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +13 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
- package/lib/year-range-picker/index.cjs +5 -0
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
- package/package.json +9 -7
- package/src/components/Card/index.jsx +12 -2
- package/src/components/Scrollbar/index.vue +165 -154
- package/src/i18n/langs/cn.js +10 -2
- package/src/i18n/langs/en.js +10 -2
- package/src/styles/index.scss +9 -2
- package/src/styles/theme/default.scss +18 -13
- package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
- package/src/utils/auth-api.js +1 -0
- package/src/utils/common-util.js +13 -0
- package/src/utils/watermark.js +1 -1
- package/src/views/layout/components/Menubar/Item.vue +1 -1
- package/src/views/svg-icon/src/svg-icon.vue +5 -8
- package/vite.config.js +31 -71
- package/lib/IntervalSelection/index.js +0 -7
- package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
- package/lib/breadcrumb/index.js +0 -7
- package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
- package/lib/chat-embed/index.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
- package/lib/chat-embed/src/chat-addition-data.vue2.js +0 -14
- package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
- package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
- package/lib/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
- package/lib/chat-embed/src/chat-embed-message.js +0 -22
- package/lib/chat-embed/src/chat-sender.vue.js +0 -7
- package/lib/chat-embed/src/chat-sender.vue2.js +0 -157
- package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
- package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
- package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
- package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
- package/lib/chat-embed/src/header.vue.js +0 -7
- package/lib/chat-embed/src/header.vue2.js +0 -46
- package/lib/chat-embed/src/index.vue.js +0 -7
- package/lib/chat-embed/src/index.vue2.js +0 -303
- package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
- package/lib/chat-embed/src/recommendation-message.vue2.js +0 -8
- package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
- package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
- package/lib/chat-embed/src/util/history-message-util.js +0 -96
- package/lib/chat-embed/src/util/mcp-utils.js +0 -53
- package/lib/chat-embed/src/voice/index.js +0 -7
- package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
- package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
- package/lib/chat-embed/src/voice/voice.vue.js +0 -103
- package/lib/date-picker-range/index.js +0 -7
- package/lib/date-picker-range/index.vue.js +0 -7
- package/lib/date-picker-range/index.vue2.js +0 -93
- package/lib/department-tree/index.js +0 -7
- package/lib/department-tree/src/department-tree.vue.js +0 -23
- package/lib/department-tree-inline/index.js +0 -7
- package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
- package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
- package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
- package/lib/department-tree-inline/src/department-tree-service.js +0 -108
- package/lib/department-tree-inline/src/search-result.vue.js +0 -39
- package/lib/department-tree-mobile/index.js +0 -8
- package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
- package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
- package/lib/department-tree-mobile/src/department-tree-service.js +0 -55
- package/lib/department-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/department-user-tree/index.js +0 -7
- package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
- package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
- package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
- package/lib/department-user-tree-inline/index.js +0 -7
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
- package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
- package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
- package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
- package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
- package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
- package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
- package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
- package/lib/department-user-tree-mobile/index.js +0 -8
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/directives/prevent-reclick.js +0 -15
- package/lib/dynamic-source-select/index.js +0 -7
- package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
- package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -275
- package/lib/empty-state/index.vue.js +0 -9
- package/lib/empty-state/index.vue2.js +0 -4
- package/lib/fs-preview/index.js +0 -7
- package/lib/fs-preview/src/fs-preview.vue.js +0 -120
- package/lib/fs-upload/index.js +0 -7
- package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
- package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
- package/lib/fs-upload/src/fs-upload.vue.js +0 -24
- package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
- package/lib/fs-upload-list/index.js +0 -7
- package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -97
- package/lib/fs-upload-new/index.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -38
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
- package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
- package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
- package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
- package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
- package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -65
- package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
- package/lib/hamburger/index.js +0 -7
- package/lib/hamburger/src/hamburger.vue.js +0 -15
- package/lib/index.js +0 -380
- package/lib/json-view/json-view-dialog.vue.js +0 -19
- package/lib/json-view/json-view-dialog.vue2.js +0 -4
- package/lib/json-view/json-view.vue.js +0 -4
- package/lib/json-view/json-view.vue2.js +0 -36
- package/lib/multipart-upload/index.js +0 -7
- package/lib/multipart-upload/src/index.vue.js +0 -13
- package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
- package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -101
- package/lib/organization-input/index.js +0 -7
- package/lib/organization-input/src/organization-input.vue.js +0 -224
- package/lib/plugins/export-data-new.js +0 -237
- package/lib/plugins/export-data.js +0 -179
- package/lib/plugins/index.js +0 -9
- package/lib/remove-department/index.js +0 -7
- package/lib/remove-department/src/remove-department.vue.js +0 -33
- package/lib/remove-user/index.js +0 -7
- package/lib/remove-user/src/remove-user.vue.js +0 -35
- package/lib/remove-workgroup/index.js +0 -7
- package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
- package/lib/rich-editor/index.js +0 -7
- package/lib/rich-editor/index.vue.js +0 -115
- package/lib/rich-editor/viewer.vue.js +0 -27
- package/lib/row-form/index.js +0 -7
- package/lib/row-form/index.vue.js +0 -7
- package/lib/row-form/index.vue2.js +0 -62
- package/lib/row-form/operation.vue.js +0 -32
- package/lib/row-form/operation.vue2.js +0 -4
- package/lib/scan-code-input/index.js +0 -7
- package/lib/scan-code-input/src/events.js +0 -15
- package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
- package/lib/scan-code-input-browser/index.js +0 -7
- package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
- package/lib/secret-info/index.js +0 -7
- package/lib/secret-info/index.vue.js +0 -16
- package/lib/src/api/sso-service.js +0 -57
- package/lib/src/api/tab.js +0 -15
- package/lib/src/components/Affix/index.vue.js +0 -7
- package/lib/src/components/Affix/index.vue2.js +0 -81
- package/lib/src/components/Card/index.js +0 -48
- package/lib/src/components/Scrollbar/index.vue.js +0 -51
- package/lib/src/directives/permission/index.js +0 -7
- package/lib/src/directives/permission/permission.js +0 -11
- package/lib/src/i18n/i18n.js +0 -7
- package/lib/src/i18n/langs/cn.js +0 -4
- package/lib/src/i18n/langs/en.js +0 -4
- package/lib/src/permission.js +0 -78
- package/lib/src/router/index.js +0 -9
- package/lib/src/store/index.js +0 -13
- package/lib/src/store/modules/permission.js +0 -31
- package/lib/src/store/modules/system.js +0 -12
- package/lib/src/store/modules/tab-content.js +0 -20
- package/lib/src/store/modules/user.js +0 -139
- package/lib/src/utils/auth.js +0 -156
- package/lib/src/utils/calculator/calculator-util.js +0 -54
- package/lib/src/utils/chat-ai-util.js +0 -30
- package/lib/src/utils/common-util.js +0 -438
- package/lib/src/utils/insert_css.js +0 -16
- package/lib/src/utils/jump-page-utils.js +0 -264
- package/lib/src/utils/menu.js +0 -14
- package/lib/src/utils/permission.js +0 -45
- package/lib/src/utils/permissionAuth.js +0 -153
- package/lib/src/utils/range-selector.js +0 -105
- package/lib/src/utils/request.js +0 -140
- package/lib/src/utils/util.js +0 -361
- package/lib/src/utils/voice-setting-cache.js +0 -211
- package/lib/src/utils/watermark.js +0 -40
- package/lib/src/utils/workflow-util.js +0 -42
- package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
- package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
- package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
- package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
- package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
- package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -63
- package/lib/src/views/error-page/401.vue.js +0 -15
- package/lib/src/views/error-page/404.vue.js +0 -12
- package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
- package/lib/src/views/layout/Layout.vue.js +0 -28
- package/lib/src/views/layout/NewLayout.vue.js +0 -11
- package/lib/src/views/layout/components/AppMain.vue.js +0 -13
- package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -48
- package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
- package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
- package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
- package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
- package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
- package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
- package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
- package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
- package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
- package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
- package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -62
- package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
- package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
- package/lib/src/views/layout/tab-content-index.vue.js +0 -28
- package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
- package/lib/super-grid/index.js +0 -7
- package/lib/super-grid/src/apis.js +0 -458
- package/lib/super-grid/src/columns-config.vue.js +0 -81
- package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
- package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
- package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
- package/lib/super-grid/src/components/mobile-table-card.js +0 -109
- package/lib/super-grid/src/components/select-input.vue.js +0 -148
- package/lib/super-grid/src/components/select-input.vue2.js +0 -4
- package/lib/super-grid/src/custom-formatter.js +0 -167
- package/lib/super-grid/src/dynamic-input.vue.js +0 -481
- package/lib/super-grid/src/events.js +0 -37
- package/lib/super-grid/src/formValidatorUtil.js +0 -109
- package/lib/super-grid/src/group-column.vue.js +0 -24
- package/lib/super-grid/src/header-context-menu.vue.js +0 -14
- package/lib/super-grid/src/index-column.vue.js +0 -22
- package/lib/super-grid/src/normal-column-content.vue.js +0 -318
- package/lib/super-grid/src/normal-column.vue.js +0 -106
- package/lib/super-grid/src/row-detail.vue.js +0 -14
- package/lib/super-grid/src/row-operation.vue.js +0 -89
- package/lib/super-grid/src/scan-util.js +0 -100
- package/lib/super-grid/src/search-button.vue.js +0 -23
- package/lib/super-grid/src/search-condition-input.vue.js +0 -17
- package/lib/super-grid/src/search-condition-list.vue.js +0 -20
- package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
- package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
- package/lib/super-grid/src/search-form-item.vue.js +0 -128
- package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
- package/lib/super-grid/src/search-form-number.vue.js +0 -26
- package/lib/super-grid/src/search-form-open.vue.js +0 -50
- package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
- package/lib/super-grid/src/search-form.vue.js +0 -201
- package/lib/super-grid/src/selection-column.vue.js +0 -11
- package/lib/super-grid/src/super-grid-service.js +0 -259
- package/lib/super-grid/src/super-grid.vue.js +0 -1052
- package/lib/super-grid/src/utils.js +0 -355
- package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
- package/lib/super-icon/index.js +0 -7
- package/lib/super-icon/src/index.vue.js +0 -7
- package/lib/super-icon/src/index.vue2.js +0 -13
- package/lib/super-nine-grid/index.js +0 -7
- package/lib/super-nine-grid/src/apis.js +0 -36
- package/lib/super-nine-grid/src/custom-formatter.js +0 -35
- package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
- package/lib/super-nine-grid/src/search-form.vue.js +0 -91
- package/lib/super-nine-grid/src/super-grid-service.js +0 -39
- package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
- package/lib/super-nine-grid/src/utils.js +0 -32
- package/lib/svg-icon/index.js +0 -7
- package/lib/svg-icon/src/svg-icon.vue.js +0 -14
- package/lib/utils/memory-cache-utils.js +0 -30
- package/lib/utils/organization.js +0 -57
- package/lib/utils/utils.js +0 -87
- package/lib/utils/value-set.js +0 -94
- package/lib/valid-code/index.js +0 -7
- package/lib/valid-code/src/valid-code.vue.js +0 -23
- package/lib/workflow-button/index.js +0 -7
- package/lib/workflow-button/src/workflow-button.vue.js +0 -85
- package/lib/workflow-history-list/index.js +0 -7
- package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
- package/lib/workgroup-tree/index.js +0 -7
- package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
- package/lib/workgroup-tree-inline/index.js +0 -7
- package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
- package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
- package/lib/workgroup-tree-mobile/index.js +0 -8
- package/lib/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
- package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
- package/lib/workgroup-user-tree/index.js +0 -7
- package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
- package/lib/workgroup-user-tree-inline/index.js +0 -7
- package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
- package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
- package/lib/year-range-picker/index.js +0 -7
- package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
- package/packages/IntervalSelection/index.js +0 -6
- package/packages/IntervalSelection/src/quarterScope.vue +0 -405
- package/packages/IntervalSelection/src/sectionDate.vue +0 -475
- package/packages/breadcrumb/index.js +0 -6
- package/packages/breadcrumb/src/breadcrumb.vue +0 -81
- package/packages/chat-embed/index.ts +0 -6
- package/packages/chat-embed/src/chat-addition-data.vue +0 -64
- package/packages/chat-embed/src/chat-ai-answer-tip.vue +0 -81
- package/packages/chat-embed/src/chat-bubble-footer.vue +0 -81
- package/packages/chat-embed/src/chat-embed-message.ts +0 -76
- package/packages/chat-embed/src/chat-embed.css +0 -207
- package/packages/chat-embed/src/chat-sender.vue +0 -620
- package/packages/chat-embed/src/components/answer-auto-chart.vue +0 -365
- package/packages/chat-embed/src/components/answer-home-chart.vue +0 -42
- package/packages/chat-embed/src/components/answer-interaction-data.vue +0 -569
- package/packages/chat-embed/src/components/history-detail.vue +0 -150
- package/packages/chat-embed/src/header.vue +0 -147
- package/packages/chat-embed/src/index.vue +0 -926
- package/packages/chat-embed/src/recommendation-message.vue +0 -37
- package/packages/chat-embed/src/sender-attachments.vue +0 -1
- package/packages/chat-embed/src/sidebar-item.vue +0 -521
- package/packages/chat-embed/src/type.ts +0 -74
- package/packages/chat-embed/src/util/chat-embed-util.ts +0 -67
- package/packages/chat-embed/src/util/history-message-util.ts +0 -161
- package/packages/chat-embed/src/util/mcp-utils.ts +0 -131
- package/packages/chat-embed/src/util/text-file-util.ts +0 -33
- package/packages/chat-embed/src/voice/index.ts +0 -6
- package/packages/chat-embed/src/voice/js/ai.js +0 -4
- package/packages/chat-embed/src/voice/js/crypto-js.js +0 -5736
- package/packages/chat-embed/src/voice/js/processor/index.umd.js +0 -1
- package/packages/chat-embed/src/voice/js/timer.js +0 -18
- package/packages/chat-embed/src/voice/voice.vue +0 -320
- package/packages/date-picker-range/index.ts +0 -6
- package/packages/date-picker-range/index.vue +0 -240
- package/packages/department-tree/index.js +0 -6
- package/packages/department-tree/src/department-tree.vue +0 -140
- package/packages/department-tree-inline/index.js +0 -6
- package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -472
- package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -374
- package/packages/department-tree-inline/src/department-tree-inline.vue +0 -93
- package/packages/department-tree-inline/src/department-tree-service.js +0 -333
- package/packages/department-tree-inline/src/search-result.vue +0 -206
- package/packages/department-tree-mobile/index.js +0 -6
- package/packages/department-tree-mobile/src/department-tree-app.vue +0 -148
- package/packages/department-tree-mobile/src/department-tree-inline-app.vue +0 -418
- package/packages/department-tree-mobile/src/department-tree-service.ts +0 -124
- package/packages/department-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-tree-mobile/src/dept-result.vue +0 -51
- package/packages/department-user-tree/index.js +0 -6
- package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -131
- package/packages/department-user-tree/src/department-user-single-tree.vue +0 -93
- package/packages/department-user-tree/src/department-user-tree.vue +0 -138
- package/packages/department-user-tree-inline/index.js +0 -9
- package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -779
- package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -394
- package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -94
- package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -293
- package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -158
- package/packages/department-user-tree-inline/src/group-user/group-input.vue +0 -162
- package/packages/department-user-tree-inline/src/group-user/group-list.vue +0 -106
- package/packages/department-user-tree-inline/src/group-user/group-user.vue +0 -38
- package/packages/department-user-tree-inline/src/group-user-multiple-tree.vue +0 -304
- package/packages/department-user-tree-inline/src/group-user-single-tree.vue +0 -155
- package/packages/department-user-tree-inline/src/group-user-tree-service.js +0 -80
- package/packages/department-user-tree-inline/src/search-result.vue +0 -274
- package/packages/department-user-tree-mobile/index.js +0 -6
- package/packages/department-user-tree-mobile/src/department-user-tree-app.vue +0 -147
- package/packages/department-user-tree-mobile/src/department-user-tree-inline-app.vue +0 -466
- package/packages/department-user-tree-mobile/src/department-user-tree-service.ts +0 -71
- package/packages/department-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/department-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/directives/prevent-reclick.js +0 -22
- package/packages/dynamic-source-select/index.js +0 -6
- package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -134
- package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -946
- package/packages/dynamic-source-select/src/events.js +0 -72
- package/packages/empty-state/index.vue +0 -28
- package/packages/fs-preview/index.js +0 -6
- package/packages/fs-preview/src/fs-preview.vue +0 -535
- package/packages/fs-upload/index.js +0 -6
- package/packages/fs-upload/src/fs-upload-multi.vue +0 -464
- package/packages/fs-upload/src/fs-upload-single.vue +0 -369
- package/packages/fs-upload/src/fs-upload.vue +0 -193
- package/packages/fs-upload/src/see-big-picture.vue +0 -70
- package/packages/fs-upload-list/index.js +0 -6
- package/packages/fs-upload-list/src/fs-upload-list.vue +0 -436
- package/packages/fs-upload-new/index.ts +0 -6
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-app.vue +0 -276
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue +0 -573
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-component.vue +0 -152
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload-input.vue +0 -265
- package/packages/fs-upload-new/src/file-upload-mobile/file-upload.vue +0 -262
- package/packages/fs-upload-new/src/fs-button-upload.vue +0 -312
- package/packages/fs-upload-new/src/fs-drag-upload.vue +0 -307
- package/packages/fs-upload-new/src/fs-preview-new.vue +0 -380
- package/packages/fs-upload-new/src/fs-upload-new.vue +0 -413
- package/packages/hamburger/index.js +0 -6
- package/packages/hamburger/src/hamburger.vue +0 -52
- package/packages/index.js +0 -274
- package/packages/json-view/index.ts +0 -3
- package/packages/json-view/json-view-dialog.vue +0 -53
- package/packages/json-view/json-view.vue +0 -126
- package/packages/multipart-upload/index.js +0 -6
- package/packages/multipart-upload/src/index.vue +0 -66
- package/packages/multipart-upload/src/multipart-upload-form.vue +0 -404
- package/packages/multipart-upload/src/multipart-upload-list.vue +0 -543
- package/packages/organization-input/index.js +0 -6
- package/packages/organization-input/src/organization-input.vue +0 -619
- package/packages/plugins/export-data-new.js +0 -667
- package/packages/plugins/export-data.js +0 -431
- package/packages/plugins/index.js +0 -15
- package/packages/plugins/public-method.js +0 -47
- package/packages/remove-department/index.js +0 -6
- package/packages/remove-department/src/remove-department.vue +0 -201
- package/packages/remove-department/src/remove-dept-service.js +0 -31
- package/packages/remove-user/index.js +0 -6
- package/packages/remove-user/src/remove-user-service.js +0 -31
- package/packages/remove-user/src/remove-user.vue +0 -227
- package/packages/remove-workgroup/index.js +0 -6
- package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -31
- package/packages/remove-workgroup/src/remove-workgroup.vue +0 -184
- package/packages/rich-editor/index.js +0 -7
- package/packages/rich-editor/index.vue +0 -331
- package/packages/rich-editor/tinymce/icons/default/icons.min.js +0 -1
- package/packages/rich-editor/tinymce/langs/README.md +0 -3
- package/packages/rich-editor/tinymce/langs/zh-Hans.js +0 -1
- package/packages/rich-editor/tinymce/license.txt +0 -21
- package/packages/rich-editor/tinymce/models/dom/model.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/accordion/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/advlist/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/anchor/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autolink/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autoresize/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/autosave/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/charmap/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/code/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/codesample/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/directionality/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -3
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.js +0 -1
- package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.min.js +0 -2
- package/packages/rich-editor/tinymce/plugins/emoticons/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/fullscreen/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
- package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
- package/packages/rich-editor/tinymce/plugins/help/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/image/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/importcss/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/insertdatetime/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/link/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/lists/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/media/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/nonbreaking/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/pagebreak/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/preview/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/quickbars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/save/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/searchreplace/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/table/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/template/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualblocks/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/visualchars/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/plugins/wordcount/plugin.min.js +0 -4
- package/packages/rich-editor/tinymce/skins/content/dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/default/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/default/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/document/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/document/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/content/writer/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/content/writer/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
- package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
- package/packages/rich-editor/tinymce/themes/silver/theme.min.js +0 -4
- package/packages/rich-editor/tinymce/tinymce.d.ts +0 -3238
- package/packages/rich-editor/tinymce/tinymce.min.js +0 -4
- package/packages/rich-editor/tinymce/zh_CN.js +0 -418
- package/packages/rich-editor/viewer.vue +0 -105
- package/packages/row-form/index.js +0 -7
- package/packages/row-form/index.vue +0 -284
- package/packages/row-form/operation.vue +0 -151
- package/packages/scan-code-input/index.js +0 -6
- package/packages/scan-code-input/src/events.js +0 -34
- package/packages/scan-code-input/src/scan-code-input.vue +0 -164
- package/packages/scan-code-input-browser/index.js +0 -6
- package/packages/scan-code-input-browser/src/scan-code-input.vue +0 -113
- package/packages/secret-info/index.js +0 -7
- package/packages/secret-info/index.vue +0 -100
- package/packages/super-grid/index.js +0 -7
- package/packages/super-grid/src/apis.js +0 -1713
- package/packages/super-grid/src/columns-config.vue +0 -329
- package/packages/super-grid/src/components/grid-icon.vue +0 -157
- package/packages/super-grid/src/components/grid-radio-input.vue +0 -84
- package/packages/super-grid/src/components/hyperlinks.vue +0 -130
- package/packages/super-grid/src/components/mobile-table-card.jsx +0 -589
- package/packages/super-grid/src/components/select-input.vue +0 -520
- package/packages/super-grid/src/custom-formatter.js +0 -419
- package/packages/super-grid/src/dynamic-input.vue +0 -2158
- package/packages/super-grid/src/eventBus.js +0 -10
- package/packages/super-grid/src/events.js +0 -56
- package/packages/super-grid/src/formValidatorUtil.js +0 -362
- package/packages/super-grid/src/formatter.js +0 -200
- package/packages/super-grid/src/group-column.vue +0 -119
- package/packages/super-grid/src/header-context-menu.vue +0 -82
- package/packages/super-grid/src/index-column.vue +0 -78
- package/packages/super-grid/src/normal-column-content.vue +0 -1310
- package/packages/super-grid/src/normal-column.vue +0 -423
- package/packages/super-grid/src/public-methods.js +0 -30
- package/packages/super-grid/src/row-detail.vue +0 -50
- package/packages/super-grid/src/row-operation.vue +0 -315
- package/packages/super-grid/src/scan-util.ts +0 -243
- package/packages/super-grid/src/search-button.vue +0 -88
- package/packages/super-grid/src/search-condition-input.vue +0 -74
- package/packages/super-grid/src/search-condition-list.vue +0 -70
- package/packages/super-grid/src/search-form-advancedQuery.vue +0 -836
- package/packages/super-grid/src/search-form-dialog.vue +0 -77
- package/packages/super-grid/src/search-form-item.vue +0 -616
- package/packages/super-grid/src/search-form-mobile.vue +0 -255
- package/packages/super-grid/src/search-form-number.vue +0 -122
- package/packages/super-grid/src/search-form-open.vue +0 -175
- package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -243
- package/packages/super-grid/src/search-form.vue +0 -795
- package/packages/super-grid/src/search-methods.js +0 -539
- package/packages/super-grid/src/selection-column.vue +0 -36
- package/packages/super-grid/src/store.js +0 -3
- package/packages/super-grid/src/super-grid-service.js +0 -800
- package/packages/super-grid/src/super-grid.vue +0 -3814
- package/packages/super-grid/src/utils.js +0 -946
- package/packages/super-grid/src/view-image-dialog.vue +0 -194
- package/packages/super-nine-grid/index.js +0 -7
- package/packages/super-nine-grid/src/apis.js +0 -108
- package/packages/super-nine-grid/src/custom-formatter.js +0 -73
- package/packages/super-nine-grid/src/formatter.js +0 -134
- package/packages/super-nine-grid/src/search-form-number.vue +0 -35
- package/packages/super-nine-grid/src/search-form.vue +0 -514
- package/packages/super-nine-grid/src/search-methods.js +0 -151
- package/packages/super-nine-grid/src/store.js +0 -3
- package/packages/super-nine-grid/src/super-grid-service.js +0 -110
- package/packages/super-nine-grid/src/super-nine-grid.vue +0 -1112
- package/packages/super-nine-grid/src/utils.js +0 -264
- package/packages/svg-icon/index.js +0 -6
- package/packages/svg-icon/src/svg-icon.vue +0 -43
- package/packages/utils/date-util.js +0 -292
- package/packages/utils/dom.js +0 -227
- package/packages/utils/gogocodeTransfer.js +0 -59
- package/packages/utils/memory-cache-utils.js +0 -117
- package/packages/utils/organization.ts +0 -173
- package/packages/utils/utils.js +0 -198
- package/packages/utils/value-set.js +0 -282
- package/packages/valid-code/index.js +0 -7
- package/packages/valid-code/src/valid-code.vue +0 -104
- package/packages/workflow-button/index.js +0 -6
- package/packages/workflow-button/src/workflow-button.vue +0 -574
- package/packages/workflow-history-list/index.js +0 -6
- package/packages/workflow-history-list/src/api.js +0 -7
- package/packages/workflow-history-list/src/workflow-history-list.vue +0 -394
- package/packages/workgroup-tree/index.js +0 -6
- package/packages/workgroup-tree/src/workgroup-tree.vue +0 -127
- package/packages/workgroup-tree-inline/index.js +0 -6
- package/packages/workgroup-tree-inline/src/search-result.vue +0 -227
- package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -557
- package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -119
- package/packages/workgroup-tree-mobile/index.js +0 -6
- package/packages/workgroup-tree-mobile/src/dept-result.vue +0 -52
- package/packages/workgroup-tree-mobile/src/workgroup-tree-app.vue +0 -148
- package/packages/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue +0 -407
- package/packages/workgroup-tree-mobile/src/workgroup-tree-service.ts +0 -62
- package/packages/workgroup-user-tree/index.js +0 -6
- package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -121
- package/packages/workgroup-user-tree-inline/index.js +0 -9
- package/packages/workgroup-user-tree-inline/src/search-result.vue +0 -271
- package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -252
- package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -665
- package/packages/workgroup-user-tree-mobile/index.js +0 -6
- package/packages/workgroup-user-tree-mobile/src/dept-path.vue +0 -36
- package/packages/workgroup-user-tree-mobile/src/dept-result.vue +0 -58
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue +0 -119
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue +0 -453
- package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-service.ts +0 -41
- package/packages/year-range-picker/index.js +0 -6
- package/packages/year-range-picker/src/year-range-picker.vue +0 -53
- /package/{public → dist}/favicon.svg +0 -0
- /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
- /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
- /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
- /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
- /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
- /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
- /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
- /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
- /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
- /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
- /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
- /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
- /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
- /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
- /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
- /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
- /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
- /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
- /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
- /package/{lib/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
- /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
- /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.mjs} +0 -0
- /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
- /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
- /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
- /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
- /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
- /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
- /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
- /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
- /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
- /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
- /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
- /package/{lib/src/store/modules/app.js → es/src/store/modules/app.mjs} +0 -0
- /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
- /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
- /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
- /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
- /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
- /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
- /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
- /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
- /package/{lib/src/utils/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
- /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.mjs} +0 -0
- /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
- /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
- /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
- /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
- /package/{lib/src/utils/restful-interface-utils.js → es/src/utils/restful-interface-utils.mjs} +0 -0
- /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
- /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
- /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
- /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
- /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
- /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
- /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
- /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
- /package/{lib/super-grid/src/header-context-menu.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
- /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
- /package/{lib/super-icon/src/index.vue3.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-icon/src/index.vue3.mjs} +0 -0
- /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
- /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
- /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
- /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
- /package/{lib/svg-icon/src/svg-icon.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
- /package/{lib/valid-code/src/valid-code.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
- /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
- /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
- /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
- /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
- /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
- /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
- /package/{packages → src/views}/super-icon/index.js +0 -0
- /package/{packages → src/views}/super-icon/src/index.vue +0 -0
package/lib/style.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@charset "UTF-8";.el-scrollbar[data-v-
|
|
1
|
+
@charset "UTF-8";.el-scrollbar[data-v-dba8fdf8] {
|
|
2
2
|
position: relative;
|
|
3
3
|
}
|
|
4
|
-
.el-scrollbar[data-v-
|
|
4
|
+
.el-scrollbar[data-v-dba8fdf8].is-dispatch > .el-scrollbar__wrap {
|
|
5
5
|
max-height: none !important;
|
|
6
6
|
overflow: initial !important;
|
|
7
7
|
}
|
|
8
|
-
.el-scrollbar[data-v-
|
|
8
|
+
.el-scrollbar[data-v-dba8fdf8].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
|
|
9
9
|
display: none;
|
|
10
10
|
}
|
|
11
|
-
.el-scrollbar[data-v-
|
|
11
|
+
.el-scrollbar[data-v-dba8fdf8].scroll-top-shadow::before {
|
|
12
12
|
content: " ";
|
|
13
13
|
position: absolute;
|
|
14
14
|
top: 0;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
19
19
|
z-index: 2;
|
|
20
20
|
}
|
|
21
|
-
.el-scrollbar[data-v-
|
|
21
|
+
.el-scrollbar[data-v-dba8fdf8].scroll-bottom-shadow::after {
|
|
22
22
|
content: " ";
|
|
23
23
|
position: absolute;
|
|
24
24
|
bottom: 0;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
29
29
|
z-index: 2;
|
|
30
30
|
}
|
|
31
|
-
.el-scrollbar[data-v-
|
|
31
|
+
.el-scrollbar[data-v-dba8fdf8] > .el-scrollbar__wrap {
|
|
32
32
|
position: relative;
|
|
33
33
|
z-index: 1;
|
|
34
34
|
}.yx-affix[data-v-417c4495]:empty {
|
|
@@ -141,59 +141,44 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
141
141
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
142
|
font-size: 18px;
|
|
143
143
|
cursor: pointer;
|
|
144
|
-
}
|
|
145
|
-
.svg-icon[data-v-67e4e504] {
|
|
146
|
-
width: 1.2em;
|
|
147
|
-
height: 1.2em;
|
|
148
|
-
vertical-align: -0.25em;
|
|
149
|
-
fill: currentColor;
|
|
150
|
-
overflow: initial;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.searchResult[data-v-22410ec9] {
|
|
154
|
-
color: red;
|
|
155
|
-
}
|
|
156
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
157
|
-
width: 90%;
|
|
158
|
-
}
|
|
159
|
-
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
144
|
+
}.grid-area .elTable th[data-v-7e63a75f] {
|
|
160
145
|
padding: 2px 0 !important;
|
|
161
146
|
}
|
|
162
|
-
.grid-area .elTable td[data-v-
|
|
147
|
+
.grid-area .elTable td[data-v-7e63a75f] {
|
|
163
148
|
padding: 2px 0 !important;
|
|
164
149
|
}
|
|
165
|
-
.el-table[data-v-
|
|
150
|
+
.el-table[data-v-7e63a75f] > .el-table__inner-wrapper {
|
|
166
151
|
height: 100% !important;
|
|
167
152
|
}
|
|
168
|
-
.flex-gap-15[data-v-
|
|
153
|
+
.flex-gap-15[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row {
|
|
169
154
|
display: flex;
|
|
170
155
|
gap: var(--layout-form-flex-gap, 15px);
|
|
171
156
|
align-items: center;
|
|
172
157
|
}
|
|
173
|
-
.flex-gap-15 .el-button[data-v-
|
|
158
|
+
.flex-gap-15 .el-button[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row .el-button {
|
|
174
159
|
margin: 0;
|
|
175
160
|
}
|
|
176
|
-
.flex-gap-15 .el-button + .el-button[data-v-
|
|
161
|
+
.flex-gap-15 .el-button + .el-button[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
|
|
177
162
|
margin: 0;
|
|
178
163
|
}
|
|
179
|
-
.super-grid-main-view[data-v-
|
|
164
|
+
.super-grid-main-view[data-v-7e63a75f] {
|
|
180
165
|
display: flex;
|
|
181
166
|
flex-direction: column;
|
|
182
167
|
align-items: stretch;
|
|
183
168
|
max-width: 100%;
|
|
184
169
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
185
170
|
}
|
|
186
|
-
.super-grid-main-view[data-v-
|
|
171
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view {
|
|
187
172
|
width: 100%;
|
|
188
173
|
}
|
|
189
|
-
.super-grid-main-view[data-v-
|
|
174
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row {
|
|
190
175
|
flex-wrap: wrap;
|
|
191
176
|
width: 100%;
|
|
192
177
|
}
|
|
193
|
-
.super-grid-main-view[data-v-
|
|
178
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] {
|
|
194
179
|
flex-direction: column;
|
|
195
180
|
}
|
|
196
|
-
.super-grid-main-view[data-v-
|
|
181
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row {
|
|
197
182
|
flex-wrap: wrap;
|
|
198
183
|
margin: 0;
|
|
199
184
|
padding: 0;
|
|
@@ -201,28 +186,28 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
201
186
|
width: 100%;
|
|
202
187
|
align-items: self-start;
|
|
203
188
|
}
|
|
204
|
-
.super-grid-main-view[data-v-
|
|
189
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col {
|
|
205
190
|
padding: 0;
|
|
206
191
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
207
192
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
208
193
|
}
|
|
209
|
-
.super-grid-main-view[data-v-
|
|
194
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-6 {
|
|
210
195
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
211
196
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
212
197
|
}
|
|
213
|
-
.super-grid-main-view[data-v-
|
|
198
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-8 {
|
|
214
199
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
215
200
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
216
201
|
}
|
|
217
|
-
.super-grid-main-view[data-v-
|
|
202
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-12 {
|
|
218
203
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
219
204
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
220
205
|
}
|
|
221
|
-
.super-grid-main-view[data-v-
|
|
206
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item {
|
|
222
207
|
width: 100%;
|
|
223
208
|
align-items: center;
|
|
224
209
|
}
|
|
225
|
-
.super-grid-main-view[data-v-
|
|
210
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
|
|
226
211
|
display: block;
|
|
227
212
|
width: 82px;
|
|
228
213
|
height: auto;
|
|
@@ -233,43 +218,43 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
233
218
|
word-break: normal;
|
|
234
219
|
white-space: normal;
|
|
235
220
|
}
|
|
236
|
-
.super-grid-main-view[data-v-
|
|
221
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
|
|
237
222
|
width: calc(100% - 1px);
|
|
238
223
|
}
|
|
239
|
-
.super-grid-main-view[data-v-
|
|
224
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
|
|
240
225
|
margin-left: auto;
|
|
241
226
|
margin-top: auto;
|
|
242
227
|
max-width: none;
|
|
243
228
|
}
|
|
244
|
-
.super-grid-main-view[data-v-
|
|
229
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
|
|
245
230
|
margin-left: var(--layout-form-flex-gap, 15px);
|
|
246
231
|
margin-top: 0;
|
|
247
232
|
margin-right: auto;
|
|
248
233
|
}
|
|
249
|
-
.super-grid-main-view[data-v-
|
|
234
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button {
|
|
250
235
|
gap: var(--super-grid-main-btn-view-gap, 10px);
|
|
251
236
|
margin-left: auto;
|
|
252
237
|
margin-top: auto;
|
|
253
238
|
}
|
|
254
|
-
.super-grid-main-view[data-v-
|
|
239
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-scrollbar__bar.is-horizontal {
|
|
255
240
|
height: 8px;
|
|
256
241
|
transition: top 0.2s ease, bottom 0.2s ease;
|
|
257
242
|
}
|
|
258
|
-
.super-grid-main-view[data-v-
|
|
243
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-scrollbar__bar.is-vertical {
|
|
259
244
|
width: 8px;
|
|
260
245
|
}
|
|
261
|
-
.super-grid-main-view[data-v-
|
|
246
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
|
|
262
247
|
display: flex;
|
|
263
248
|
flex-direction: column-reverse;
|
|
264
249
|
}
|
|
265
|
-
.super-grid-main-view[data-v-
|
|
250
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
|
|
266
251
|
flex: 1;
|
|
267
252
|
}
|
|
268
|
-
.super-grid-main-view[data-v-
|
|
253
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
|
|
269
254
|
top: 0;
|
|
270
255
|
bottom: auto;
|
|
271
256
|
}
|
|
272
|
-
.super-grid-main-view[data-v-
|
|
257
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body {
|
|
273
258
|
width: 100%;
|
|
274
259
|
display: flex;
|
|
275
260
|
flex-wrap: wrap;
|
|
@@ -278,16 +263,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
278
263
|
flex: 1 1 auto;
|
|
279
264
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
280
265
|
}
|
|
281
|
-
.super-grid-main-view[data-v-
|
|
266
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-view {
|
|
282
267
|
flex-grow: 1;
|
|
283
268
|
flex-shrink: 1;
|
|
284
269
|
flex-basis: auto;
|
|
285
270
|
}
|
|
286
|
-
.super-grid-main-view[data-v-
|
|
271
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-card-view {
|
|
287
272
|
width: 100%;
|
|
288
273
|
max-width: 100%;
|
|
289
274
|
}
|
|
290
|
-
.super-grid-main-view[data-v-
|
|
275
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-footer-view {
|
|
291
276
|
position: relative;
|
|
292
277
|
display: flex;
|
|
293
278
|
justify-content: space-between;
|
|
@@ -296,19 +281,25 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
296
281
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
297
282
|
width: 100%;
|
|
298
283
|
}
|
|
299
|
-
.super-grid-main-view[data-v-
|
|
284
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
300
285
|
flex-wrap: wrap;
|
|
301
286
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
302
|
-
}.ValidCode[data-v-aa77e3bd] {
|
|
303
|
-
display: flex;
|
|
304
|
-
background-color: #fff;
|
|
305
|
-
justify-content: center;
|
|
306
|
-
align-items: center;
|
|
307
|
-
cursor: pointer;
|
|
308
287
|
}
|
|
309
|
-
.
|
|
310
|
-
|
|
288
|
+
.svg-icon[data-v-67e4e504] {
|
|
289
|
+
width: 1.2em;
|
|
290
|
+
height: 1.2em;
|
|
291
|
+
vertical-align: -0.25em;
|
|
292
|
+
fill: currentColor;
|
|
293
|
+
overflow: initial;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.searchResult[data-v-22410ec9] {
|
|
297
|
+
color: red;
|
|
311
298
|
}
|
|
299
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
+
width: 90%;
|
|
301
|
+
}
|
|
302
|
+
|
|
312
303
|
.searchResult {
|
|
313
304
|
color: red;
|
|
314
305
|
}
|
|
@@ -316,10 +307,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
316
307
|
width: 90%;
|
|
317
308
|
}
|
|
318
309
|
|
|
319
|
-
.organization-input .el-input-group__append {
|
|
320
|
-
padding: 0 10px 0 0;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
310
|
.red-circle[data-v-998f4283] {
|
|
324
311
|
width: 20px; /* 圆圈的宽度 */
|
|
325
312
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -334,82 +321,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
334
321
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
335
322
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
336
323
|
}
|
|
337
|
-
|
|
338
|
-
.fs-preview-container[data-v-2448d898] {
|
|
339
|
-
display: flex;
|
|
340
|
-
align-items: center;
|
|
341
|
-
gap: 5px;
|
|
342
|
-
justify-content: space-between;
|
|
343
|
-
}
|
|
344
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
324
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
345
325
|
display: flex;
|
|
326
|
+
background-color: #fff;
|
|
327
|
+
justify-content: center;
|
|
346
328
|
align-items: center;
|
|
347
|
-
flex-shrink: 0;
|
|
348
|
-
min-width: max-content;
|
|
349
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
350
|
-
}
|
|
351
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
352
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
353
|
-
width: 30px;
|
|
354
|
-
height: 30px;
|
|
355
|
-
}
|
|
356
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
357
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
358
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
359
|
-
display: inline-block;
|
|
360
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
361
|
-
height: 1em !important;
|
|
362
|
-
line-height: 1em;
|
|
363
329
|
cursor: pointer;
|
|
364
330
|
}
|
|
365
|
-
.
|
|
366
|
-
|
|
367
|
-
text-overflow: ellipsis;
|
|
368
|
-
white-space: nowrap;
|
|
369
|
-
}
|
|
370
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
371
|
-
margin-left: 5px;
|
|
372
|
-
}
|
|
373
|
-
.file-item[data-v-2448d898] {
|
|
374
|
-
display: flex;
|
|
375
|
-
align-items: center;
|
|
376
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
377
|
-
gap: 10px;
|
|
378
|
-
height: 40px;
|
|
379
|
-
padding: 10px;
|
|
380
|
-
border-radius: 8px;
|
|
381
|
-
transition: background-color 0.2s;
|
|
382
|
-
}
|
|
383
|
-
.file-item[data-v-2448d898]:hover {
|
|
384
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
385
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
386
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
387
|
-
outline: none;
|
|
388
|
-
}
|
|
389
|
-
.file-actions[data-v-2448d898] {
|
|
390
|
-
display: flex;
|
|
391
|
-
align-items: center;
|
|
392
|
-
gap: 5px;
|
|
393
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
394
|
-
}
|
|
395
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
396
|
-
margin-left: 5px;
|
|
397
|
-
}
|
|
398
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
399
|
-
margin-left: 5px;
|
|
400
|
-
}
|
|
401
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
402
|
-
margin-left: 5px;
|
|
403
|
-
}
|
|
404
|
-
.amb-iconfont[data-v-2448d898] {
|
|
405
|
-
color: var(--el-color-primary);
|
|
406
|
-
}
|
|
407
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
408
|
-
font-size: 14px !important;
|
|
409
|
-
}
|
|
410
|
-
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
411
|
-
padding: 5px 11px;
|
|
412
|
-
height: var(--el-button-size);
|
|
331
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
332
|
+
display: inline-block;
|
|
413
333
|
}.nine-grid-area[data-v-80f6a26f] {
|
|
414
334
|
padding: 10px;
|
|
415
335
|
}
|
|
@@ -520,6 +440,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
520
440
|
font-size: 14px;
|
|
521
441
|
display: grid;
|
|
522
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;
|
|
523
453
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
524
454
|
width: 30px;
|
|
525
455
|
height: 30px;
|
|
@@ -550,11 +480,81 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
550
480
|
font-weight: 600;
|
|
551
481
|
margin-left: 4px;
|
|
552
482
|
}
|
|
553
|
-
.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
483
|
+
.fs-preview-container[data-v-7f109349] {
|
|
484
|
+
display: flex;
|
|
485
|
+
align-items: center;
|
|
486
|
+
gap: 5px;
|
|
487
|
+
justify-content: space-between;
|
|
488
|
+
}
|
|
489
|
+
.fs-preview-tool[data-v-7f109349] {
|
|
490
|
+
display: flex;
|
|
491
|
+
align-items: center;
|
|
492
|
+
flex-shrink: 0;
|
|
493
|
+
min-width: max-content;
|
|
494
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
495
|
+
}
|
|
496
|
+
.fs-preview-container[data-v-7f109349] .amb-color-iconfont,
|
|
497
|
+
.more-file-icon[data-v-7f109349] .amb-color-iconfont {
|
|
498
|
+
width: 30px;
|
|
499
|
+
height: 30px;
|
|
500
|
+
}
|
|
501
|
+
.fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
|
|
502
|
+
.file-actions[data-v-7f109349] .amb-color-iconfont {
|
|
503
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
557
504
|
display: inline-block;
|
|
505
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
506
|
+
height: 1em !important;
|
|
507
|
+
line-height: 1em;
|
|
508
|
+
cursor: pointer;
|
|
509
|
+
}
|
|
510
|
+
.amb-list-preivew-name[data-v-7f109349] {
|
|
511
|
+
overflow: hidden;
|
|
512
|
+
text-overflow: ellipsis;
|
|
513
|
+
white-space: nowrap;
|
|
514
|
+
}
|
|
515
|
+
.el-link + .el-link[data-v-7f109349] {
|
|
516
|
+
margin-left: 5px;
|
|
517
|
+
}
|
|
518
|
+
.file-item[data-v-7f109349] {
|
|
519
|
+
display: flex;
|
|
520
|
+
align-items: center;
|
|
521
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
522
|
+
gap: 10px;
|
|
523
|
+
height: 40px;
|
|
524
|
+
padding: 10px;
|
|
525
|
+
border-radius: 8px;
|
|
526
|
+
transition: background-color 0.2s;
|
|
527
|
+
}
|
|
528
|
+
.file-item[data-v-7f109349]:hover {
|
|
529
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
530
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
531
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
532
|
+
outline: none;
|
|
533
|
+
}
|
|
534
|
+
.file-actions[data-v-7f109349] {
|
|
535
|
+
display: flex;
|
|
536
|
+
align-items: center;
|
|
537
|
+
gap: 5px;
|
|
538
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
539
|
+
}
|
|
540
|
+
.super-icon + .super-icon[data-v-7f109349] {
|
|
541
|
+
margin-left: 5px;
|
|
542
|
+
}
|
|
543
|
+
.amb-iconfont + .amb-iconfont[data-v-7f109349] {
|
|
544
|
+
margin-left: 5px;
|
|
545
|
+
}
|
|
546
|
+
.amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
|
|
547
|
+
margin-left: 5px;
|
|
548
|
+
}
|
|
549
|
+
.amb-iconfont[data-v-7f109349] {
|
|
550
|
+
color: var(--el-color-primary);
|
|
551
|
+
}
|
|
552
|
+
.fs-preview-container[data-v-7f109349] .el-button > span {
|
|
553
|
+
font-size: 14px !important;
|
|
554
|
+
}
|
|
555
|
+
.fs-preview-container[data-v-7f109349] .el-button.is-round {
|
|
556
|
+
padding: 5px 11px;
|
|
557
|
+
height: var(--el-button-size);
|
|
558
558
|
}.select[data-v-52983a24] {
|
|
559
559
|
width: 100%;
|
|
560
560
|
height: 100%;
|
|
@@ -569,240 +569,227 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
-
}.
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
}
|
|
578
|
-
.wscn-http404[data-v-4f824f28] {
|
|
579
|
-
position: relative;
|
|
580
|
-
width: 1200px;
|
|
581
|
-
padding: 0 50px;
|
|
582
|
-
overflow: hidden;
|
|
572
|
+
}[data-v-e84e6e12] .chat-content-font,[data-v-e84e6e12] .chat-content-font *,[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content,[data-v-e84e6e12] .chat-embed__main_content {
|
|
573
|
+
user-select: text !important;
|
|
574
|
+
-webkit-user-select: text !important;
|
|
575
|
+
-moz-user-select: text !important;
|
|
576
|
+
-ms-user-select: text !important;
|
|
583
577
|
}
|
|
584
|
-
.
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
width: 600px;
|
|
588
|
-
overflow: hidden;
|
|
578
|
+
.slide-up-enter-active[data-v-e84e6e12],
|
|
579
|
+
.slide-up-leave-active[data-v-e84e6e12] {
|
|
580
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
589
581
|
}
|
|
590
|
-
.
|
|
591
|
-
|
|
582
|
+
.slide-up-enter-from[data-v-e84e6e12],
|
|
583
|
+
.slide-up-leave-to[data-v-e84e6e12] {
|
|
584
|
+
transform: translateY(100%);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* 聊天窗口的样式设置
|
|
589
|
+
*/
|
|
590
|
+
.chat-container[data-v-e84e6e12] {
|
|
591
|
+
--header-height: 56px;
|
|
592
|
+
--chat-padding: 12px;
|
|
593
|
+
--bubble-content-max-width: 0px;
|
|
594
|
+
position: fixed;
|
|
595
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
596
|
+
|
|
597
|
+
overflow: hidden;
|
|
598
|
+
z-index: 100;
|
|
599
|
+
flex-direction: row; /* 横向排列 */
|
|
600
|
+
height: 100%; /* 父容器高度 */
|
|
592
601
|
}
|
|
593
|
-
.
|
|
594
|
-
|
|
602
|
+
.small-window[data-v-e84e6e12] {
|
|
603
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
604
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
605
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
606
|
+
border-radius: 8px;
|
|
607
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
595
608
|
}
|
|
596
|
-
.
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
opacity: 0;
|
|
601
|
-
animation-name: cloudLeft-4f824f28;
|
|
602
|
-
animation-duration: 2s;
|
|
603
|
-
animation-timing-function: linear;
|
|
604
|
-
animation-fill-mode: forwards;
|
|
605
|
-
animation-delay: 1s;
|
|
609
|
+
.full-screen[data-v-e84e6e12] {
|
|
610
|
+
right: 0;
|
|
611
|
+
bottom: 0;
|
|
612
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
606
613
|
}
|
|
607
|
-
.
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
opacity: 0;
|
|
623
|
-
animation-name: cloudRight-4f824f28;
|
|
624
|
-
animation-duration: 2s;
|
|
625
|
-
animation-timing-function: linear;
|
|
626
|
-
animation-fill-mode: forwards;
|
|
627
|
-
animation-delay: 1s;
|
|
628
|
-
}
|
|
629
|
-
@keyframes cloudLeft-4f824f28 {
|
|
630
|
-
0% {
|
|
631
|
-
top: 17px;
|
|
632
|
-
left: 220px;
|
|
633
|
-
opacity: 0;
|
|
634
|
-
}
|
|
635
|
-
20% {
|
|
636
|
-
top: 33px;
|
|
637
|
-
left: 188px;
|
|
638
|
-
opacity: 1;
|
|
639
|
-
}
|
|
640
|
-
80% {
|
|
641
|
-
top: 81px;
|
|
642
|
-
left: 92px;
|
|
643
|
-
opacity: 1;
|
|
644
|
-
}
|
|
645
|
-
100% {
|
|
646
|
-
top: 97px;
|
|
647
|
-
left: 60px;
|
|
648
|
-
opacity: 0;
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
@keyframes cloudMid-4f824f28 {
|
|
652
|
-
0% {
|
|
653
|
-
top: 10px;
|
|
654
|
-
left: 420px;
|
|
655
|
-
opacity: 0;
|
|
656
|
-
}
|
|
657
|
-
20% {
|
|
658
|
-
top: 40px;
|
|
659
|
-
left: 360px;
|
|
660
|
-
opacity: 1;
|
|
661
|
-
}
|
|
662
|
-
70% {
|
|
663
|
-
top: 130px;
|
|
664
|
-
left: 180px;
|
|
665
|
-
opacity: 1;
|
|
666
|
-
}
|
|
667
|
-
100% {
|
|
668
|
-
top: 160px;
|
|
669
|
-
left: 120px;
|
|
670
|
-
opacity: 0;
|
|
614
|
+
.chat-container[data-v-e84e6e12] > * {
|
|
615
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/* 聊天窗口的头部样式设置
|
|
619
|
+
*/
|
|
620
|
+
.chat-embed__header_container[data-v-e84e6e12] {
|
|
621
|
+
/* border-bottom: 1px solid #ddd; */
|
|
622
|
+
display: flex;
|
|
623
|
+
align-items: center;
|
|
624
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
625
|
+
height: var(--header-height);
|
|
626
|
+
line-height: var(--header-height);
|
|
627
|
+
overflow: hidden;
|
|
628
|
+
position: relative;
|
|
671
629
|
}
|
|
630
|
+
.session-subject[data-v-e84e6e12] {
|
|
631
|
+
display: block;
|
|
632
|
+
margin: 0 auto;
|
|
633
|
+
text-align: center;
|
|
634
|
+
font-family: PingFang SC, PingFang SC;
|
|
635
|
+
font-weight: 500;
|
|
636
|
+
font-size: 16px;
|
|
637
|
+
color: #181818;
|
|
638
|
+
text-align: left;
|
|
639
|
+
font-style: normal;
|
|
640
|
+
text-transform: none;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
/* 聊天窗口的头部图标样式设置
|
|
644
|
+
*/
|
|
645
|
+
.chat-embed__header_avatar[data-v-e84e6e12] {
|
|
646
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
647
|
+
margin-right: var(--chat-padding);
|
|
672
648
|
}
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
649
|
+
.chat-embed__header_tool_icon[data-v-e84e6e12] {
|
|
650
|
+
right: 20px;
|
|
651
|
+
position: absolute;
|
|
652
|
+
gap: 28px;
|
|
653
|
+
display: flex;
|
|
678
654
|
}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
655
|
+
.chat-embed__sidebar[data-v-e84e6e12] {
|
|
656
|
+
background: #f6f7fa;
|
|
657
|
+
display: flex;
|
|
658
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
659
|
+
border-right: 1px solid #ddd;
|
|
660
|
+
padding: 20px 12px;
|
|
661
|
+
width: 260px;
|
|
662
|
+
height: 100%;
|
|
683
663
|
}
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
664
|
+
.chat-embed__main[data-v-e84e6e12] {
|
|
665
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
666
|
+
box-sizing: border-box;
|
|
667
|
+
overflow: hidden;
|
|
668
|
+
position: relative;
|
|
669
|
+
display: flex;
|
|
670
|
+
flex-direction: column;
|
|
671
|
+
height: var(--main-content-height);
|
|
672
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
673
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
688
674
|
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
675
|
+
.chat-embed__main_content[data-v-e84e6e12] {
|
|
676
|
+
flex: 1;
|
|
677
|
+
box-sizing: border-box;
|
|
678
|
+
min-height: 0;
|
|
679
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
680
|
+
/* overflow-y: auto;
|
|
681
|
+
margin-bottom: 12px; */
|
|
693
682
|
}
|
|
683
|
+
.chat-embed__input_container[data-v-e84e6e12] {
|
|
684
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
685
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
694
686
|
}
|
|
695
|
-
.
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
687
|
+
.header-icon[data-v-e84e6e12] {
|
|
688
|
+
cursor: pointer;
|
|
689
|
+
font-size: 20px;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
/* 聊天默认推荐内容样式
|
|
693
|
+
*/
|
|
694
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e84e6e12] {
|
|
695
|
+
margin-top: 5px;
|
|
701
696
|
}
|
|
702
|
-
.
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
animation-name: slideUp-4f824f28;
|
|
710
|
-
animation-duration: 0.5s;
|
|
711
|
-
animation-fill-mode: forwards;
|
|
697
|
+
.content-container[data-v-e84e6e12] {
|
|
698
|
+
padding: 16px;
|
|
699
|
+
border-radius: 4px;
|
|
700
|
+
background: #ffffff;
|
|
701
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
702
|
+
border-radius: 0px 30px 30px 30px;
|
|
703
|
+
/* opacity: 0.6; */
|
|
712
704
|
}
|
|
713
|
-
.
|
|
714
|
-
font-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
animation-delay: 0.1s;
|
|
723
|
-
animation-fill-mode: forwards;
|
|
705
|
+
.chat-content-font[data-v-e84e6e12] {
|
|
706
|
+
font-family: PingFang SC, PingFang SC;
|
|
707
|
+
font-weight: 500;
|
|
708
|
+
font-size: 16px;
|
|
709
|
+
color: #181818;
|
|
710
|
+
line-height: 32px;
|
|
711
|
+
text-align: justified;
|
|
712
|
+
font-style: normal;
|
|
713
|
+
text-transform: none;
|
|
724
714
|
}
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
line-height: 21px;
|
|
728
|
-
color: grey;
|
|
729
|
-
opacity: 0;
|
|
730
|
-
margin-bottom: 30px;
|
|
731
|
-
animation-name: slideUp-4f824f28;
|
|
732
|
-
animation-duration: 0.5s;
|
|
733
|
-
animation-delay: 0.2s;
|
|
734
|
-
animation-fill-mode: forwards;
|
|
715
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
716
|
+
border: none !important;
|
|
735
717
|
}
|
|
736
|
-
.
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
718
|
+
.content-container-header[data-v-e84e6e12] {
|
|
719
|
+
font-size: 12px;
|
|
720
|
+
color: #909399;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
// 用户消息
|
|
725
|
+
*/
|
|
726
|
+
.content-borderless-container {
|
|
727
|
+
&[data-v-e84e6e12] {
|
|
728
|
+
background: #e1ecfd;
|
|
729
|
+
border-radius: 20px 0px 20px 20px;
|
|
730
|
+
user-select: none;
|
|
731
|
+
padding: 12px;
|
|
732
|
+
cursor: pointer;
|
|
733
|
+
transition: background-color 0.3s;
|
|
734
|
+
}
|
|
735
|
+
&[data-v-e84e6e12]:hover {
|
|
736
|
+
background-color: #ebeef5;
|
|
753
737
|
}
|
|
754
|
-
@keyframes slideUp-4f824f28 {
|
|
755
|
-
0% {
|
|
756
|
-
transform: translateY(60px);
|
|
757
|
-
opacity: 0;
|
|
758
738
|
}
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
739
|
+
.footer-container {
|
|
740
|
+
[data-v-e84e6e12] .el-button + .el-button {
|
|
741
|
+
margin-left: 8px;
|
|
762
742
|
}
|
|
763
|
-
}.errPage-container[data-v-6bef0241] {
|
|
764
|
-
width: 800px;
|
|
765
|
-
max-width: 100%;
|
|
766
|
-
margin: 100px auto;
|
|
767
743
|
}
|
|
768
|
-
.
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
744
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e84e6e12] {
|
|
745
|
+
padding: 0;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
/* 引用文件样式 */
|
|
749
|
+
.doc-agg-item[data-v-e84e6e12] {
|
|
750
|
+
width: 100%;
|
|
751
|
+
padding: 10px;
|
|
752
|
+
margin-bottom: 5px;
|
|
753
|
+
border: 1px solid #eee;
|
|
754
|
+
border-radius: 4px;
|
|
755
|
+
cursor: pointer;
|
|
756
|
+
font-size: 12px;
|
|
757
|
+
color: var(--el-color-primary);
|
|
772
758
|
}
|
|
773
|
-
.
|
|
774
|
-
|
|
775
|
-
display: block;
|
|
759
|
+
.elx-xmarkdown-container[data-v-e84e6e12] {
|
|
760
|
+
padding: 0;
|
|
776
761
|
}
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
width:
|
|
762
|
+
[data-v-e84e6e12]:root {
|
|
763
|
+
--header-height: 56px;
|
|
764
|
+
--chat-padding: 12px;
|
|
765
|
+
--el-thinking-button-width: 180px;
|
|
781
766
|
}
|
|
782
|
-
.
|
|
783
|
-
|
|
784
|
-
font-weight: 700;
|
|
785
|
-
color: #484848;
|
|
767
|
+
.chat-container[data-v-e84e6e12] p {
|
|
768
|
+
margin: 0 !important;
|
|
786
769
|
}
|
|
787
|
-
.
|
|
788
|
-
font-size:
|
|
770
|
+
.chat-container[data-v-e84e6e12] h4 {
|
|
771
|
+
font-size: 16px;
|
|
772
|
+
margin-top: 0px;
|
|
773
|
+
margin-bottom: 0px;
|
|
789
774
|
}
|
|
790
|
-
.
|
|
791
|
-
|
|
775
|
+
.chat-content[data-v-e84e6e12] {
|
|
776
|
+
flex: 1;
|
|
777
|
+
min-width: 0; /* 避免被内容撑爆 */
|
|
778
|
+
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
779
|
+
display: flex;
|
|
780
|
+
flex-direction: column;
|
|
792
781
|
}
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
782
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content {
|
|
783
|
+
padding: 0 !important;
|
|
784
|
+
/* width: 80%; */
|
|
796
785
|
}
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
800
|
-
width: 50%;
|
|
801
|
-
}.super-icon[data-v-875fd31c] {
|
|
802
|
-
width: 1em;
|
|
803
|
-
height: 1em;
|
|
804
|
-
font-size: 14px;
|
|
786
|
+
[data-v-e84e6e12] .el-bubble-content:has(.chat-chart-container) {
|
|
787
|
+
width: 80%;
|
|
805
788
|
}
|
|
789
|
+
[data-v-e84e6e12] .el-divider--horizontal {
|
|
790
|
+
margin: 5px 0;
|
|
791
|
+
}
|
|
792
|
+
|
|
806
793
|
.organization-tree,
|
|
807
794
|
.organization-tree .el-checkbox__label,
|
|
808
795
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -918,13 +905,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
918
905
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
919
906
|
color: #409eff;
|
|
920
907
|
}
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
height:
|
|
926
|
-
|
|
927
|
-
|
|
908
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
909
|
+
width: 50%;
|
|
910
|
+
}.super-icon[data-v-875fd31c] {
|
|
911
|
+
width: 1em;
|
|
912
|
+
height: 1em;
|
|
913
|
+
font-size: 14px;
|
|
914
|
+
}
|
|
928
915
|
.organization-tree,
|
|
929
916
|
.organization-tree .el-checkbox__label,
|
|
930
917
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -956,6 +943,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
956
943
|
flex: 0 0 90%;
|
|
957
944
|
text-align: left;
|
|
958
945
|
}
|
|
946
|
+
.organization-tree .item-label .item-description {
|
|
947
|
+
font-size: 14px;
|
|
948
|
+
color: #9ea0a2;
|
|
949
|
+
margin-left: 8px;
|
|
950
|
+
}
|
|
959
951
|
.organization-tree .item-side {
|
|
960
952
|
flex: 0 0 10%;
|
|
961
953
|
text-align: right;
|
|
@@ -963,24 +955,257 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
963
955
|
.organization-tree .el-tree-node {
|
|
964
956
|
margin-bottom: 10px;
|
|
965
957
|
}
|
|
966
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
967
|
-
padding: 0;
|
|
968
|
-
display: none;
|
|
958
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
959
|
+
padding: 0;
|
|
960
|
+
display: none;
|
|
961
|
+
}
|
|
962
|
+
.organization-tree .card-footer {
|
|
963
|
+
padding: 20px;
|
|
964
|
+
}
|
|
965
|
+
.organization-tree .card-footer .select-result {
|
|
966
|
+
color: #409eff;
|
|
967
|
+
flex: 1 1 75%;
|
|
968
|
+
text-align: left;
|
|
969
|
+
}
|
|
970
|
+
.organization-tree .card-footer .button-area {
|
|
971
|
+
flex: 0 0 20%;
|
|
972
|
+
text-align: right;
|
|
973
|
+
}
|
|
974
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
975
|
+
color: #409eff;
|
|
976
|
+
}
|
|
977
|
+
.errPage-container[data-v-6bef0241] {
|
|
978
|
+
width: 800px;
|
|
979
|
+
max-width: 100%;
|
|
980
|
+
margin: 100px auto;
|
|
981
|
+
}
|
|
982
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
983
|
+
background: #008489;
|
|
984
|
+
color: #fff;
|
|
985
|
+
border: none !important;
|
|
986
|
+
}
|
|
987
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
988
|
+
margin: 0 auto;
|
|
989
|
+
display: block;
|
|
990
|
+
}
|
|
991
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
992
|
+
display: block;
|
|
993
|
+
margin: 0 auto;
|
|
994
|
+
width: 100%;
|
|
995
|
+
}
|
|
996
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
997
|
+
font-size: 60px;
|
|
998
|
+
font-weight: 700;
|
|
999
|
+
color: #484848;
|
|
1000
|
+
}
|
|
1001
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
1002
|
+
font-size: 14px;
|
|
1003
|
+
}
|
|
1004
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
1005
|
+
padding-bottom: 5px;
|
|
1006
|
+
}
|
|
1007
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
1008
|
+
color: #008489;
|
|
1009
|
+
text-decoration: none;
|
|
1010
|
+
}
|
|
1011
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
1012
|
+
text-decoration: underline;
|
|
1013
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
1014
|
+
transform: translate(-50%, -50%);
|
|
1015
|
+
position: absolute;
|
|
1016
|
+
top: 40%;
|
|
1017
|
+
left: 50%;
|
|
1018
|
+
}
|
|
1019
|
+
.wscn-http404[data-v-4f824f28] {
|
|
1020
|
+
position: relative;
|
|
1021
|
+
width: 1200px;
|
|
1022
|
+
padding: 0 50px;
|
|
1023
|
+
overflow: hidden;
|
|
1024
|
+
}
|
|
1025
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
1026
|
+
position: relative;
|
|
1027
|
+
float: left;
|
|
1028
|
+
width: 600px;
|
|
1029
|
+
overflow: hidden;
|
|
1030
|
+
}
|
|
1031
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
1032
|
+
width: 100%;
|
|
1033
|
+
}
|
|
1034
|
+
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
1035
|
+
position: absolute;
|
|
1036
|
+
}
|
|
1037
|
+
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
1038
|
+
width: 80px;
|
|
1039
|
+
top: 17px;
|
|
1040
|
+
left: 220px;
|
|
1041
|
+
opacity: 0;
|
|
1042
|
+
animation-name: cloudLeft-4f824f28;
|
|
1043
|
+
animation-duration: 2s;
|
|
1044
|
+
animation-timing-function: linear;
|
|
1045
|
+
animation-fill-mode: forwards;
|
|
1046
|
+
animation-delay: 1s;
|
|
1047
|
+
}
|
|
1048
|
+
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
1049
|
+
width: 46px;
|
|
1050
|
+
top: 10px;
|
|
1051
|
+
left: 420px;
|
|
1052
|
+
opacity: 0;
|
|
1053
|
+
animation-name: cloudMid-4f824f28;
|
|
1054
|
+
animation-duration: 2s;
|
|
1055
|
+
animation-timing-function: linear;
|
|
1056
|
+
animation-fill-mode: forwards;
|
|
1057
|
+
animation-delay: 1.2s;
|
|
1058
|
+
}
|
|
1059
|
+
.wscn-http404 .pic-404__child.right[data-v-4f824f28] {
|
|
1060
|
+
width: 62px;
|
|
1061
|
+
top: 100px;
|
|
1062
|
+
left: 500px;
|
|
1063
|
+
opacity: 0;
|
|
1064
|
+
animation-name: cloudRight-4f824f28;
|
|
1065
|
+
animation-duration: 2s;
|
|
1066
|
+
animation-timing-function: linear;
|
|
1067
|
+
animation-fill-mode: forwards;
|
|
1068
|
+
animation-delay: 1s;
|
|
1069
|
+
}
|
|
1070
|
+
@keyframes cloudLeft-4f824f28 {
|
|
1071
|
+
0% {
|
|
1072
|
+
top: 17px;
|
|
1073
|
+
left: 220px;
|
|
1074
|
+
opacity: 0;
|
|
1075
|
+
}
|
|
1076
|
+
20% {
|
|
1077
|
+
top: 33px;
|
|
1078
|
+
left: 188px;
|
|
1079
|
+
opacity: 1;
|
|
1080
|
+
}
|
|
1081
|
+
80% {
|
|
1082
|
+
top: 81px;
|
|
1083
|
+
left: 92px;
|
|
1084
|
+
opacity: 1;
|
|
1085
|
+
}
|
|
1086
|
+
100% {
|
|
1087
|
+
top: 97px;
|
|
1088
|
+
left: 60px;
|
|
1089
|
+
opacity: 0;
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
@keyframes cloudMid-4f824f28 {
|
|
1093
|
+
0% {
|
|
1094
|
+
top: 10px;
|
|
1095
|
+
left: 420px;
|
|
1096
|
+
opacity: 0;
|
|
1097
|
+
}
|
|
1098
|
+
20% {
|
|
1099
|
+
top: 40px;
|
|
1100
|
+
left: 360px;
|
|
1101
|
+
opacity: 1;
|
|
1102
|
+
}
|
|
1103
|
+
70% {
|
|
1104
|
+
top: 130px;
|
|
1105
|
+
left: 180px;
|
|
1106
|
+
opacity: 1;
|
|
1107
|
+
}
|
|
1108
|
+
100% {
|
|
1109
|
+
top: 160px;
|
|
1110
|
+
left: 120px;
|
|
1111
|
+
opacity: 0;
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
@keyframes cloudRight-4f824f28 {
|
|
1115
|
+
0% {
|
|
1116
|
+
top: 100px;
|
|
1117
|
+
left: 500px;
|
|
1118
|
+
opacity: 0;
|
|
1119
|
+
}
|
|
1120
|
+
20% {
|
|
1121
|
+
top: 120px;
|
|
1122
|
+
left: 460px;
|
|
1123
|
+
opacity: 1;
|
|
1124
|
+
}
|
|
1125
|
+
80% {
|
|
1126
|
+
top: 180px;
|
|
1127
|
+
left: 340px;
|
|
1128
|
+
opacity: 1;
|
|
1129
|
+
}
|
|
1130
|
+
100% {
|
|
1131
|
+
top: 200px;
|
|
1132
|
+
left: 300px;
|
|
1133
|
+
opacity: 0;
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
.wscn-http404 .bullshit[data-v-4f824f28] {
|
|
1137
|
+
position: relative;
|
|
1138
|
+
float: left;
|
|
1139
|
+
width: 300px;
|
|
1140
|
+
padding: 30px 0;
|
|
1141
|
+
overflow: hidden;
|
|
1142
|
+
}
|
|
1143
|
+
.wscn-http404 .bullshit__oops[data-v-4f824f28] {
|
|
1144
|
+
font-size: 32px;
|
|
1145
|
+
font-weight: bold;
|
|
1146
|
+
line-height: 40px;
|
|
1147
|
+
color: #1482f0;
|
|
1148
|
+
opacity: 0;
|
|
1149
|
+
margin-bottom: 20px;
|
|
1150
|
+
animation-name: slideUp-4f824f28;
|
|
1151
|
+
animation-duration: 0.5s;
|
|
1152
|
+
animation-fill-mode: forwards;
|
|
1153
|
+
}
|
|
1154
|
+
.wscn-http404 .bullshit__headline[data-v-4f824f28] {
|
|
1155
|
+
font-size: 20px;
|
|
1156
|
+
line-height: 24px;
|
|
1157
|
+
color: #222;
|
|
1158
|
+
font-weight: bold;
|
|
1159
|
+
opacity: 0;
|
|
1160
|
+
margin-bottom: 10px;
|
|
1161
|
+
animation-name: slideUp-4f824f28;
|
|
1162
|
+
animation-duration: 0.5s;
|
|
1163
|
+
animation-delay: 0.1s;
|
|
1164
|
+
animation-fill-mode: forwards;
|
|
1165
|
+
}
|
|
1166
|
+
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
1167
|
+
font-size: 13px;
|
|
1168
|
+
line-height: 21px;
|
|
1169
|
+
color: grey;
|
|
1170
|
+
opacity: 0;
|
|
1171
|
+
margin-bottom: 30px;
|
|
1172
|
+
animation-name: slideUp-4f824f28;
|
|
1173
|
+
animation-duration: 0.5s;
|
|
1174
|
+
animation-delay: 0.2s;
|
|
1175
|
+
animation-fill-mode: forwards;
|
|
1176
|
+
}
|
|
1177
|
+
.wscn-http404 .bullshit__return-home[data-v-4f824f28] {
|
|
1178
|
+
display: block;
|
|
1179
|
+
float: left;
|
|
1180
|
+
width: 110px;
|
|
1181
|
+
height: 36px;
|
|
1182
|
+
background: #1482f0;
|
|
1183
|
+
border-radius: 100px;
|
|
1184
|
+
text-align: center;
|
|
1185
|
+
color: #ffffff;
|
|
1186
|
+
opacity: 0;
|
|
1187
|
+
font-size: 14px;
|
|
1188
|
+
line-height: 36px;
|
|
1189
|
+
cursor: pointer;
|
|
1190
|
+
animation-name: slideUp-4f824f28;
|
|
1191
|
+
animation-duration: 0.5s;
|
|
1192
|
+
animation-delay: 0.3s;
|
|
1193
|
+
animation-fill-mode: forwards;
|
|
969
1194
|
}
|
|
970
|
-
|
|
971
|
-
|
|
1195
|
+
@keyframes slideUp-4f824f28 {
|
|
1196
|
+
0% {
|
|
1197
|
+
transform: translateY(60px);
|
|
1198
|
+
opacity: 0;
|
|
972
1199
|
}
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
text-align: left;
|
|
1200
|
+
100% {
|
|
1201
|
+
transform: translateY(0);
|
|
1202
|
+
opacity: 1;
|
|
977
1203
|
}
|
|
978
|
-
.organization-tree .card-footer .button-area {
|
|
979
|
-
flex: 0 0 20%;
|
|
980
|
-
text-align: right;
|
|
981
1204
|
}
|
|
982
|
-
.
|
|
983
|
-
|
|
1205
|
+
.graphDiv[data-v-a936569d] {
|
|
1206
|
+
overflow: auto;
|
|
1207
|
+
height: 100%;
|
|
1208
|
+
height: calc(100vh - 20px);
|
|
984
1209
|
}
|
|
985
1210
|
.app-wrapper[data-v-5c0a6bf6] {
|
|
986
1211
|
position: relative;
|
|
@@ -1010,321 +1235,93 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1010
1235
|
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
1236
|
padding: 0 !important;
|
|
1012
1237
|
}
|
|
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;
|
|
1052
|
-
}
|
|
1053
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
-
overflow: auto;
|
|
1057
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
-
position: relative;
|
|
1059
|
-
--el-menu-item-height: 45px;
|
|
1060
|
-
--el-menu-sub-item-height: 45px;
|
|
1061
|
-
}
|
|
1062
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1063
|
-
padding: 0 !important;
|
|
1064
|
-
}
|
|
1065
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1066
|
-
display: flex;
|
|
1067
|
-
flex-direction: row;
|
|
1068
|
-
}
|
|
1069
|
-
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1070
|
-
display: flex;
|
|
1071
|
-
flex-direction: row;
|
|
1072
|
-
padding: 0 !important;
|
|
1073
|
-
}
|
|
1074
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1075
|
-
display: flex;
|
|
1076
|
-
align-items: center;
|
|
1077
|
-
justify-content: center;
|
|
1078
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
-
font-size: 16px;
|
|
1080
|
-
}
|
|
1081
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1082
|
-
width: 20px;
|
|
1083
|
-
}
|
|
1084
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1085
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
|
-
overflow: hidden;
|
|
1087
|
-
white-space: nowrap;
|
|
1088
|
-
overflow: hidden;
|
|
1089
|
-
text-overflow: ellipsis;
|
|
1090
|
-
}
|
|
1091
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1092
|
-
overflow: hidden;
|
|
1093
|
-
white-space: nowrap;
|
|
1094
|
-
overflow: hidden;
|
|
1095
|
-
text-overflow: ellipsis;
|
|
1096
|
-
}
|
|
1097
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1099
|
-
}[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 {
|
|
1100
|
-
user-select: text !important;
|
|
1101
|
-
-webkit-user-select: text !important;
|
|
1102
|
-
-moz-user-select: text !important;
|
|
1103
|
-
-ms-user-select: text !important;
|
|
1104
|
-
}
|
|
1105
|
-
.slide-up-enter-active[data-v-e25b360d],
|
|
1106
|
-
.slide-up-leave-active[data-v-e25b360d] {
|
|
1107
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1108
|
-
}
|
|
1109
|
-
.slide-up-enter-from[data-v-e25b360d],
|
|
1110
|
-
.slide-up-leave-to[data-v-e25b360d] {
|
|
1111
|
-
transform: translateY(100%);
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
/**
|
|
1115
|
-
* 聊天窗口的样式设置
|
|
1116
|
-
*/
|
|
1117
|
-
.chat-container[data-v-e25b360d] {
|
|
1118
|
-
--header-height: 56px;
|
|
1119
|
-
--chat-padding: 12px;
|
|
1120
|
-
--bubble-content-max-width: 0px;
|
|
1121
|
-
position: fixed;
|
|
1122
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1123
|
-
|
|
1124
|
-
overflow: hidden;
|
|
1125
|
-
z-index: 100;
|
|
1126
|
-
flex-direction: row; /* 横向排列 */
|
|
1127
|
-
height: 100%; /* 父容器高度 */
|
|
1128
|
-
}
|
|
1129
|
-
.small-window[data-v-e25b360d] {
|
|
1130
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1131
|
-
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1132
|
-
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1133
|
-
border-radius: 8px;
|
|
1134
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1135
|
-
}
|
|
1136
|
-
.full-screen[data-v-e25b360d] {
|
|
1137
|
-
right: 0;
|
|
1138
|
-
bottom: 0;
|
|
1139
|
-
--main-content-height: calc(100vh - var(--header-height));
|
|
1140
|
-
}
|
|
1141
|
-
.chat-container > *[data-v-e25b360d] {
|
|
1142
|
-
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
/* 聊天窗口的头部样式设置
|
|
1146
|
-
*/
|
|
1147
|
-
.chat-embed__header_container[data-v-e25b360d] {
|
|
1148
|
-
/* border-bottom: 1px solid #ddd; */
|
|
1149
|
-
display: flex;
|
|
1150
|
-
align-items: center;
|
|
1151
|
-
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1152
|
-
height: var(--header-height);
|
|
1153
|
-
line-height: var(--header-height);
|
|
1154
|
-
overflow: hidden;
|
|
1155
|
-
position: relative;
|
|
1156
|
-
}
|
|
1157
|
-
.session-subject[data-v-e25b360d] {
|
|
1158
|
-
display: block;
|
|
1159
|
-
margin: 0 auto;
|
|
1160
|
-
text-align: center;
|
|
1161
|
-
font-family: PingFang SC, PingFang SC;
|
|
1162
|
-
font-weight: 500;
|
|
1163
|
-
font-size: 16px;
|
|
1164
|
-
color: #181818;
|
|
1165
|
-
text-align: left;
|
|
1166
|
-
font-style: normal;
|
|
1167
|
-
text-transform: none;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
/* 聊天窗口的头部图标样式设置
|
|
1171
|
-
*/
|
|
1172
|
-
.chat-embed__header_avatar[data-v-e25b360d] {
|
|
1173
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
1174
|
-
margin-right: var(--chat-padding);
|
|
1175
|
-
}
|
|
1176
|
-
.chat-embed__header_tool_icon[data-v-e25b360d] {
|
|
1177
|
-
right: 20px;
|
|
1178
|
-
position: absolute;
|
|
1179
|
-
gap: 28px;
|
|
1180
|
-
display: flex;
|
|
1181
|
-
}
|
|
1182
|
-
.chat-embed__sidebar[data-v-e25b360d] {
|
|
1183
|
-
background: #f6f7fa;
|
|
1184
|
-
display: flex;
|
|
1185
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
1186
|
-
border-right: 1px solid #ddd;
|
|
1187
|
-
padding: 20px 12px;
|
|
1188
|
-
width: 260px;
|
|
1189
|
-
height: 100%;
|
|
1190
|
-
}
|
|
1191
|
-
.chat-embed__main[data-v-e25b360d] {
|
|
1192
|
-
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1193
|
-
box-sizing: border-box;
|
|
1194
|
-
overflow: hidden;
|
|
1195
|
-
position: relative;
|
|
1196
|
-
display: flex;
|
|
1197
|
-
flex-direction: column;
|
|
1198
|
-
height: var(--main-content-height);
|
|
1199
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1200
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
1201
|
-
}
|
|
1202
|
-
.chat-embed__main_content[data-v-e25b360d] {
|
|
1203
|
-
flex: 1;
|
|
1204
|
-
box-sizing: border-box;
|
|
1205
|
-
min-height: 0;
|
|
1206
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1207
|
-
/* overflow-y: auto;
|
|
1208
|
-
margin-bottom: 12px; */
|
|
1209
|
-
}
|
|
1210
|
-
.chat-embed__input_container[data-v-e25b360d] {
|
|
1211
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
1212
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
1213
|
-
}
|
|
1214
|
-
.header-icon[data-v-e25b360d] {
|
|
1215
|
-
cursor: pointer;
|
|
1216
|
-
font-size: 20px;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
/* 聊天默认推荐内容样式
|
|
1220
|
-
*/
|
|
1221
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e25b360d] {
|
|
1222
|
-
margin-top: 5px;
|
|
1223
|
-
}
|
|
1224
|
-
.content-container[data-v-e25b360d] {
|
|
1225
|
-
padding: 16px;
|
|
1226
|
-
border-radius: 4px;
|
|
1227
|
-
background: #ffffff;
|
|
1228
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1229
|
-
border-radius: 0px 30px 30px 30px;
|
|
1230
|
-
/* opacity: 0.6; */
|
|
1231
|
-
}
|
|
1232
|
-
.chat-content-font[data-v-e25b360d] {
|
|
1233
|
-
font-family: PingFang SC, PingFang SC;
|
|
1234
|
-
font-weight: 500;
|
|
1235
|
-
font-size: 16px;
|
|
1236
|
-
color: #181818;
|
|
1237
|
-
line-height: 32px;
|
|
1238
|
-
text-align: justified;
|
|
1239
|
-
font-style: normal;
|
|
1240
|
-
text-transform: none;
|
|
1238
|
+
.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)) {
|
|
1239
|
+
display: flex;
|
|
1240
|
+
flex-direction: row;
|
|
1241
1241
|
}
|
|
1242
|
-
[data-v-
|
|
1243
|
-
|
|
1242
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1243
|
+
display: flex;
|
|
1244
|
+
flex-direction: row;
|
|
1245
|
+
padding: 0 !important;
|
|
1244
1246
|
}
|
|
1245
|
-
.
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
// 用户消息
|
|
1252
|
-
*/
|
|
1253
|
-
.content-borderless-container[data-v-e25b360d] {
|
|
1254
|
-
background: #e1ecfd;
|
|
1255
|
-
border-radius: 20px 0px 20px 20px;
|
|
1256
|
-
user-select: none;
|
|
1257
|
-
padding: 12px;
|
|
1258
|
-
cursor: pointer;
|
|
1259
|
-
transition: background-color 0.3s;
|
|
1260
|
-
&[data-v-e25b360d]:hover {
|
|
1261
|
-
background-color: #ebeef5;
|
|
1247
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1248
|
+
display: flex;
|
|
1249
|
+
align-items: center;
|
|
1250
|
+
justify-content: center;
|
|
1251
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1252
|
+
font-size: 16px;
|
|
1262
1253
|
}
|
|
1254
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1255
|
+
width: 20px;
|
|
1263
1256
|
}
|
|
1264
|
-
.
|
|
1265
|
-
|
|
1266
|
-
|
|
1257
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1258
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1259
|
+
overflow: hidden;
|
|
1260
|
+
white-space: nowrap;
|
|
1261
|
+
overflow: hidden;
|
|
1262
|
+
text-overflow: ellipsis;
|
|
1267
1263
|
}
|
|
1264
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1265
|
+
overflow: hidden;
|
|
1266
|
+
white-space: nowrap;
|
|
1267
|
+
overflow: hidden;
|
|
1268
|
+
text-overflow: ellipsis;
|
|
1268
1269
|
}
|
|
1269
|
-
.
|
|
1270
|
-
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
width: 100%;
|
|
1276
|
-
padding: 10px;
|
|
1277
|
-
margin-bottom: 5px;
|
|
1278
|
-
border: 1px solid #eee;
|
|
1279
|
-
border-radius: 4px;
|
|
1280
|
-
cursor: pointer;
|
|
1281
|
-
font-size: 12px;
|
|
1282
|
-
color: var(--el-color-primary);
|
|
1270
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1271
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1272
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1273
|
+
position: relative;
|
|
1274
|
+
--el-menu-item-height: 45px;
|
|
1275
|
+
--el-menu-sub-item-height: 45px;
|
|
1283
1276
|
}
|
|
1284
|
-
.
|
|
1285
|
-
padding: 0;
|
|
1277
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1278
|
+
padding: 0 !important;
|
|
1286
1279
|
}
|
|
1287
|
-
[data-v-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
--el-thinking-button-width: 180px;
|
|
1280
|
+
.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)) {
|
|
1281
|
+
display: flex;
|
|
1282
|
+
flex-direction: row;
|
|
1291
1283
|
}
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1284
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1285
|
+
display: flex;
|
|
1286
|
+
flex-direction: row;
|
|
1287
|
+
padding: 0 !important;
|
|
1294
1288
|
}
|
|
1295
|
-
.
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1289
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1290
|
+
display: flex;
|
|
1291
|
+
align-items: center;
|
|
1292
|
+
justify-content: center;
|
|
1293
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1294
|
+
font-size: 16px;
|
|
1299
1295
|
}
|
|
1300
|
-
.
|
|
1301
|
-
|
|
1302
|
-
min-width: 0; /* 避免被内容撑爆 */
|
|
1303
|
-
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
1304
|
-
display: flex;
|
|
1305
|
-
flex-direction: column;
|
|
1296
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1297
|
+
width: 20px;
|
|
1306
1298
|
}
|
|
1307
|
-
[data-v-
|
|
1308
|
-
|
|
1309
|
-
|
|
1299
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1300
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1301
|
+
overflow: hidden;
|
|
1302
|
+
white-space: nowrap;
|
|
1303
|
+
overflow: hidden;
|
|
1304
|
+
text-overflow: ellipsis;
|
|
1310
1305
|
}
|
|
1311
|
-
[data-v-
|
|
1312
|
-
|
|
1306
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1307
|
+
overflow: hidden;
|
|
1308
|
+
white-space: nowrap;
|
|
1309
|
+
overflow: hidden;
|
|
1310
|
+
text-overflow: ellipsis;
|
|
1313
1311
|
}
|
|
1314
|
-
[data-v-
|
|
1315
|
-
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1312
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1313
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1314
|
+
}.app-main[data-v-2d98e845] {
|
|
1315
|
+
padding: var(--app-main-padding, 15px);
|
|
1316
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1317
|
+
position: relative;
|
|
1318
|
+
overflow: hidden;
|
|
1320
1319
|
}
|
|
1321
|
-
.
|
|
1322
|
-
|
|
1320
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1321
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1322
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1323
|
+
overflow: auto;
|
|
1323
1324
|
}
|
|
1324
|
-
.inline-input-custom {
|
|
1325
|
-
width: 98%;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
1325
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1329
1326
|
display: flex;
|
|
1330
1327
|
align-items: center;
|
|
@@ -1343,99 +1340,77 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1343
1340
|
white-space: nowrap;
|
|
1344
1341
|
flex: 0 0 auto;
|
|
1345
1342
|
}
|
|
1346
|
-
|
|
1347
|
-
.searchResult {
|
|
1348
|
-
color: red;
|
|
1349
|
-
}
|
|
1350
|
-
.inline-select-custom {
|
|
1351
|
-
width: 100px;
|
|
1352
|
-
}
|
|
1353
|
-
.inline-input-custom {
|
|
1354
|
-
width: 98%;
|
|
1355
|
-
}
|
|
1356
|
-
.searchDepartmentUser {
|
|
1357
|
-
width: 250px;
|
|
1358
|
-
}
|
|
1359
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1360
|
-
min-width: 300px;
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
.searchResult {
|
|
1364
|
-
color: red;
|
|
1365
|
-
}
|
|
1366
|
-
.inline-select-custom {
|
|
1367
|
-
width: 100px;
|
|
1368
|
-
}
|
|
1369
|
-
.inline-input-custom {
|
|
1370
|
-
width: 98%;
|
|
1371
|
-
}
|
|
1372
|
-
.searchDepartmentUser {
|
|
1373
|
-
width: 250px;
|
|
1374
|
-
}
|
|
1375
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1376
|
-
min-width: 300px;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
.searchResult {
|
|
1380
|
-
color: red;
|
|
1381
|
-
}
|
|
1382
|
-
.inline-select-custom {
|
|
1383
|
-
width: 100px;
|
|
1384
|
-
}
|
|
1385
|
-
.inline-input-custom {
|
|
1386
|
-
width: 98%;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.searchResult {
|
|
1390
|
-
color: red;
|
|
1391
|
-
}
|
|
1392
|
-
.inline-input-custom {
|
|
1393
|
-
width: 90%;
|
|
1394
|
-
}
|
|
1395
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1396
|
-
min-width: 300px;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
.searchResult {
|
|
1400
|
-
color: red;
|
|
1401
|
-
}
|
|
1402
|
-
.inline-input-custom {
|
|
1403
|
-
width: 100% !important;
|
|
1404
|
-
}
|
|
1405
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1406
|
-
min-width: 300px;
|
|
1407
|
-
}
|
|
1408
|
-
.normal-column-header[data-v-562b2e0d] {
|
|
1343
|
+
.normal-column-header[data-v-52cb78d9] {
|
|
1409
1344
|
display: inline-flex;
|
|
1410
1345
|
vertical-align: middle;
|
|
1411
1346
|
}
|
|
1412
|
-
.normal-column-header-icon[data-v-
|
|
1347
|
+
.normal-column-header-icon[data-v-52cb78d9] {
|
|
1413
1348
|
font-size: 20px;
|
|
1414
1349
|
color: var(--el-color-primary);
|
|
1415
1350
|
cursor: pointer;
|
|
1416
1351
|
}
|
|
1417
|
-
.grid-search-form[data-v-
|
|
1352
|
+
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
1418
1353
|
margin-bottom: 0px;
|
|
1419
1354
|
}
|
|
1420
|
-
.grid-search-form[data-v-
|
|
1355
|
+
.grid-search-form[data-v-8f3059a4] .search-btn {
|
|
1421
1356
|
margin-bottom: 5px;
|
|
1422
1357
|
text-align: center;
|
|
1423
1358
|
}
|
|
1424
|
-
.grid-search-form[data-v-
|
|
1425
|
-
.grid-search-form[data-v-
|
|
1359
|
+
.grid-search-form[data-v-8f3059a4] .el-select,
|
|
1360
|
+
.grid-search-form[data-v-8f3059a4] .customComponent {
|
|
1426
1361
|
width: 100%;
|
|
1427
1362
|
}
|
|
1428
|
-
.amb-agilebuilder-search-form-view[data-v-
|
|
1363
|
+
.amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
|
|
1429
1364
|
display: none;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
/* .search-condition-mobile {
|
|
1432
1368
|
padding-bottom: 10px;
|
|
1433
1369
|
position: fixed;
|
|
1434
1370
|
top: 37px;
|
|
1435
1371
|
background-color: #ffffff;
|
|
1436
1372
|
width: 46%;
|
|
1437
1373
|
height: 40px;
|
|
1438
|
-
z-index: 1500;
|
|
1374
|
+
z-index: 1500;
|
|
1375
|
+
} */
|
|
1376
|
+
li[data-v-040fcf55] {
|
|
1377
|
+
color: #333;
|
|
1378
|
+
}
|
|
1379
|
+
.context-menu[data-v-040fcf55] {
|
|
1380
|
+
position: fixed;
|
|
1381
|
+
background: #fff;
|
|
1382
|
+
z-index: 999;
|
|
1383
|
+
padding: 5px;
|
|
1384
|
+
margin: 0;
|
|
1385
|
+
margin-top: 30px;
|
|
1386
|
+
}
|
|
1387
|
+
.context-menu li[data-v-040fcf55] {
|
|
1388
|
+
min-width: 75px;
|
|
1389
|
+
height: 28px;
|
|
1390
|
+
line-height: 28px;
|
|
1391
|
+
text-align: left;
|
|
1392
|
+
color: #1a1a1a;
|
|
1393
|
+
}
|
|
1394
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1395
|
+
background: #42b983;
|
|
1396
|
+
color: #fff;
|
|
1397
|
+
}
|
|
1398
|
+
.context-menu[data-v-040fcf55] {
|
|
1399
|
+
border: 1px solid #eee;
|
|
1400
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1401
|
+
border-radius: 5px;
|
|
1402
|
+
}
|
|
1403
|
+
li[data-v-040fcf55] {
|
|
1404
|
+
list-style-type: none;
|
|
1405
|
+
}
|
|
1406
|
+
.searchResult {
|
|
1407
|
+
color: red;
|
|
1408
|
+
}
|
|
1409
|
+
.inline-input-custom {
|
|
1410
|
+
width: 90%;
|
|
1411
|
+
}
|
|
1412
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1413
|
+
min-width: 300px;
|
|
1439
1414
|
}
|
|
1440
1415
|
|
|
1441
1416
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1477,56 +1452,89 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1477
1452
|
.organization-tree .card-footer {
|
|
1478
1453
|
padding: 20px;
|
|
1479
1454
|
}
|
|
1480
|
-
.organization-tree .card-footer .select-result {
|
|
1481
|
-
color: #409EFF;
|
|
1482
|
-
flex:1 1 75%;
|
|
1483
|
-
text-align: left;
|
|
1455
|
+
.organization-tree .card-footer .select-result {
|
|
1456
|
+
color: #409EFF;
|
|
1457
|
+
flex:1 1 75%;
|
|
1458
|
+
text-align: left;
|
|
1459
|
+
}
|
|
1460
|
+
.organization-tree .card-footer .button-area {
|
|
1461
|
+
flex:0 0 20%;
|
|
1462
|
+
text-align: right;
|
|
1463
|
+
}
|
|
1464
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1465
|
+
color:#409EFF
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.searchResult {
|
|
1469
|
+
color: red;
|
|
1470
|
+
}
|
|
1471
|
+
.inline-select-custom {
|
|
1472
|
+
width: 100px;
|
|
1473
|
+
}
|
|
1474
|
+
.inline-input-custom {
|
|
1475
|
+
width: 98%;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.searchResult {
|
|
1479
|
+
color: red;
|
|
1480
|
+
}
|
|
1481
|
+
.inline-input-custom {
|
|
1482
|
+
width: 100% !important;
|
|
1483
|
+
}
|
|
1484
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1485
|
+
min-width: 300px;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.searchResult {
|
|
1489
|
+
color: red;
|
|
1484
1490
|
}
|
|
1485
|
-
.
|
|
1486
|
-
|
|
1487
|
-
text-align: right;
|
|
1491
|
+
.inline-select-custom {
|
|
1492
|
+
width: 100px;
|
|
1488
1493
|
}
|
|
1489
|
-
.
|
|
1490
|
-
|
|
1494
|
+
.inline-input-custom {
|
|
1495
|
+
width: 98%;
|
|
1491
1496
|
}
|
|
1492
|
-
|
|
1493
|
-
|
|
1497
|
+
|
|
1498
|
+
.searchResult {
|
|
1499
|
+
color: red;
|
|
1494
1500
|
}
|
|
1495
|
-
.
|
|
1496
|
-
|
|
1497
|
-
background: #fff;
|
|
1498
|
-
z-index: 999;
|
|
1499
|
-
padding: 5px;
|
|
1500
|
-
margin: 0;
|
|
1501
|
-
margin-top: 30px;
|
|
1501
|
+
.inline-select-custom {
|
|
1502
|
+
width: 100px;
|
|
1502
1503
|
}
|
|
1503
|
-
.
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
color:
|
|
1504
|
+
.inline-input-custom {
|
|
1505
|
+
width: 98%;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.searchResult {
|
|
1509
|
+
color: red;
|
|
1509
1510
|
}
|
|
1510
|
-
.
|
|
1511
|
-
|
|
1512
|
-
color: #fff;
|
|
1511
|
+
.inline-select-custom {
|
|
1512
|
+
width: 100px;
|
|
1513
1513
|
}
|
|
1514
|
-
.
|
|
1515
|
-
|
|
1516
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1517
|
-
border-radius: 5px;
|
|
1514
|
+
.inline-input-custom {
|
|
1515
|
+
width: 98%;
|
|
1518
1516
|
}
|
|
1519
|
-
|
|
1520
|
-
|
|
1517
|
+
.searchDepartmentUser {
|
|
1518
|
+
width: 250px;
|
|
1521
1519
|
}
|
|
1520
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1521
|
+
min-width: 300px;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1522
1524
|
.searchResult {
|
|
1523
|
-
|
|
1525
|
+
color: red;
|
|
1524
1526
|
}
|
|
1525
1527
|
.inline-select-custom {
|
|
1526
|
-
|
|
1528
|
+
width: 100px;
|
|
1527
1529
|
}
|
|
1528
1530
|
.inline-input-custom {
|
|
1529
|
-
|
|
1531
|
+
width: 98%;
|
|
1532
|
+
}
|
|
1533
|
+
.searchDepartmentUser {
|
|
1534
|
+
width: 250px;
|
|
1535
|
+
}
|
|
1536
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1537
|
+
min-width: 300px;
|
|
1530
1538
|
}
|
|
1531
1539
|
|
|
1532
1540
|
.grid-search-form[data-v-04817310] {
|
|
@@ -1608,6 +1616,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1608
1616
|
[data-v-455b2ba2] .super-icon {
|
|
1609
1617
|
width: 20px !important;
|
|
1610
1618
|
height: 20px !important;
|
|
1619
|
+
}[data-v-990840ae] .super-icon {
|
|
1620
|
+
width: 20px !important;
|
|
1621
|
+
height: 20px !important;
|
|
1611
1622
|
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1612
1623
|
background-color: #eee;
|
|
1613
1624
|
width: 100%;
|
|
@@ -1627,60 +1638,37 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1638
|
}
|
|
1628
1639
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1640
|
margin: 0 5px;
|
|
1630
|
-
}[data-v-
|
|
1631
|
-
width: 20px !important;
|
|
1632
|
-
height: 20px !important;
|
|
1633
|
-
}
|
|
1634
|
-
.searchResult {
|
|
1635
|
-
color: red;
|
|
1636
|
-
}
|
|
1637
|
-
.inline-select-custom {
|
|
1638
|
-
width: 100px;
|
|
1639
|
-
}
|
|
1640
|
-
.inline-input-custom {
|
|
1641
|
-
width: 98%;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.searchResult {
|
|
1645
|
-
color: red;
|
|
1646
|
-
}
|
|
1647
|
-
.inline-select-custom {
|
|
1648
|
-
width: 100px;
|
|
1649
|
-
}
|
|
1650
|
-
.inline-input-custom {
|
|
1651
|
-
width: 98%;
|
|
1652
|
-
}
|
|
1653
|
-
.annex-cell[data-v-1e660925] {
|
|
1641
|
+
}.annex-cell[data-v-ec223eb7] {
|
|
1654
1642
|
padding-right: 5px;
|
|
1655
1643
|
cursor: pointer;
|
|
1656
1644
|
color: #409eff;
|
|
1657
1645
|
}
|
|
1658
|
-
.m-requried[data-v-
|
|
1646
|
+
.m-requried[data-v-ec223eb7] {
|
|
1659
1647
|
float: left;
|
|
1660
1648
|
white-space: nowrap;
|
|
1661
1649
|
width: 96%;
|
|
1662
1650
|
}
|
|
1663
|
-
.m-requried[data-v-
|
|
1651
|
+
.m-requried[data-v-ec223eb7]::after {
|
|
1664
1652
|
content: "*";
|
|
1665
1653
|
color: #f56c6c;
|
|
1666
1654
|
}
|
|
1667
|
-
.column-text-main[data-v-
|
|
1655
|
+
.column-text-main[data-v-ec223eb7] {
|
|
1668
1656
|
display: flex;
|
|
1669
1657
|
align-items: center;
|
|
1670
1658
|
gap: 10px;
|
|
1671
1659
|
}
|
|
1672
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1660
|
+
.column-text-main .column-text-edit-main[data-v-ec223eb7] {
|
|
1673
1661
|
display: flex;
|
|
1674
1662
|
align-items: center;
|
|
1675
1663
|
gap: 10px;
|
|
1676
1664
|
}
|
|
1677
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
1665
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-ec223eb7] {
|
|
1678
1666
|
display: block;
|
|
1679
1667
|
white-space: nowrap;
|
|
1680
1668
|
overflow: hidden;
|
|
1681
1669
|
text-overflow: ellipsis;
|
|
1682
1670
|
}
|
|
1683
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1671
|
+
.column-text-main .column-text-edit-main[data-v-ec223eb7]::after {
|
|
1684
1672
|
content: " ";
|
|
1685
1673
|
position: absolute;
|
|
1686
1674
|
left: 0;
|
|
@@ -1689,37 +1677,37 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1689
1677
|
bottom: 0;
|
|
1690
1678
|
cursor: pointer;
|
|
1691
1679
|
}
|
|
1692
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1680
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ec223eb7] {
|
|
1693
1681
|
text-align: left;
|
|
1694
1682
|
}
|
|
1695
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1683
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ec223eb7]:empty {
|
|
1696
1684
|
display: none;
|
|
1697
1685
|
}
|
|
1698
|
-
.normal-column-content-view[data-v-
|
|
1686
|
+
.normal-column-content-view[data-v-ec223eb7] {
|
|
1699
1687
|
display: inline;
|
|
1700
|
-
}.grid-search-form[data-v-
|
|
1688
|
+
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1701
1689
|
margin-bottom: 0px;
|
|
1702
1690
|
}
|
|
1703
|
-
.grid-search-form[data-v-
|
|
1691
|
+
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1704
1692
|
overflow: hidden;
|
|
1705
1693
|
text-overflow: ellipsis;
|
|
1706
1694
|
white-space: nowrap;
|
|
1707
1695
|
word-break: keep-all;
|
|
1708
1696
|
}
|
|
1709
|
-
.grid-search-form[data-v-
|
|
1697
|
+
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1710
1698
|
margin-bottom: 5px;
|
|
1711
1699
|
text-align: center;
|
|
1712
1700
|
}
|
|
1713
|
-
.grid-search-form[data-v-
|
|
1701
|
+
.grid-search-form[data-v-d462769a] .el-select {
|
|
1714
1702
|
width: 100%;
|
|
1715
1703
|
}
|
|
1716
|
-
.grid-search-form[data-v-
|
|
1704
|
+
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1717
1705
|
width: 100%;
|
|
1718
1706
|
}
|
|
1719
|
-
.grid-search-form[data-v-
|
|
1707
|
+
.grid-search-form[data-v-d462769a] .el-row {
|
|
1720
1708
|
padding-right: 24px;
|
|
1721
1709
|
}
|
|
1722
|
-
.grid-search-form[data-v-
|
|
1710
|
+
.grid-search-form[data-v-d462769a] .el-col {
|
|
1723
1711
|
padding-left: 10px;
|
|
1724
1712
|
padding-bottom: 16px;
|
|
1725
1713
|
}
|
|
@@ -1734,46 +1722,120 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1734
1722
|
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1735
1723
|
width: 100%;
|
|
1736
1724
|
}
|
|
1737
|
-
.grid-search-form-mobile[data-v-
|
|
1725
|
+
.grid-search-form-mobile[data-v-c8fb4788] {
|
|
1738
1726
|
overflow: auto;
|
|
1739
1727
|
}
|
|
1740
|
-
.grid-search-form-mobile[data-v-
|
|
1728
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
|
|
1741
1729
|
margin-bottom: 5px;
|
|
1742
1730
|
}
|
|
1743
|
-
.grid-search-form-mobile[data-v-
|
|
1731
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
|
|
1744
1732
|
overflow: hidden;
|
|
1745
1733
|
text-overflow: ellipsis;
|
|
1746
1734
|
white-space: nowrap;
|
|
1747
1735
|
word-break: keep-all;
|
|
1748
1736
|
}
|
|
1749
|
-
.grid-search-form-mobile[data-v-
|
|
1737
|
+
.grid-search-form-mobile[data-v-c8fb4788] .search-btn {
|
|
1750
1738
|
margin-bottom: 5px;
|
|
1751
1739
|
text-align: center;
|
|
1752
1740
|
}
|
|
1753
|
-
.grid-search-form-mobile[data-v-
|
|
1741
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-select {
|
|
1754
1742
|
width: 100%;
|
|
1755
1743
|
}
|
|
1756
|
-
.grid-search-form-mobile[data-v-
|
|
1744
|
+
.grid-search-form-mobile[data-v-c8fb4788] .customComponent {
|
|
1757
1745
|
width: 100%;
|
|
1758
1746
|
}
|
|
1759
|
-
.grid-search-form-mobile[data-v-
|
|
1747
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-row {
|
|
1760
1748
|
padding-right: 24px;
|
|
1761
1749
|
}
|
|
1762
|
-
.grid-search-form-mobile[data-v-
|
|
1750
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-col {
|
|
1763
1751
|
padding-left: 10px;
|
|
1764
1752
|
padding-bottom: 16px;
|
|
1765
1753
|
}
|
|
1766
|
-
.search-btn-mobile[data-v-
|
|
1754
|
+
.search-btn-mobile[data-v-c8fb4788] {
|
|
1767
1755
|
padding-top: 10px;
|
|
1768
1756
|
position: fixed;
|
|
1769
|
-
bottom:
|
|
1757
|
+
bottom: 10px;
|
|
1770
1758
|
background-color: #ffffff;
|
|
1771
1759
|
width: 50%;
|
|
1772
1760
|
height: 40px;
|
|
1773
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1774
|
-
font-size: 12px;
|
|
1775
1761
|
}
|
|
1776
|
-
.
|
|
1762
|
+
.searchResult {
|
|
1763
|
+
color: red;
|
|
1764
|
+
}
|
|
1765
|
+
.inline-select-custom {
|
|
1766
|
+
width: 100px;
|
|
1767
|
+
}
|
|
1768
|
+
.inline-input-custom {
|
|
1769
|
+
width: 98%;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
.searchResult {
|
|
1773
|
+
color: red;
|
|
1774
|
+
}
|
|
1775
|
+
.inline-select-custom {
|
|
1776
|
+
width: 100px;
|
|
1777
|
+
}
|
|
1778
|
+
.inline-input-custom {
|
|
1779
|
+
width: 98%;
|
|
1780
|
+
}
|
|
1781
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1782
|
+
position: relative;
|
|
1783
|
+
--el-menu-item-height: 45px;
|
|
1784
|
+
--el-menu-sub-item-height: 45px;
|
|
1785
|
+
}
|
|
1786
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
1787
|
+
padding: 0 !important;
|
|
1788
|
+
}
|
|
1789
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
1790
|
+
display: flex;
|
|
1791
|
+
flex-direction: row;
|
|
1792
|
+
}
|
|
1793
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1794
|
+
display: flex;
|
|
1795
|
+
flex-direction: row;
|
|
1796
|
+
padding: 0 !important;
|
|
1797
|
+
}
|
|
1798
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1799
|
+
display: flex;
|
|
1800
|
+
align-items: center;
|
|
1801
|
+
justify-content: center;
|
|
1802
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1803
|
+
font-size: 16px;
|
|
1804
|
+
}
|
|
1805
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1806
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
white-space: nowrap;
|
|
1809
|
+
overflow: hidden;
|
|
1810
|
+
text-overflow: ellipsis;
|
|
1811
|
+
}
|
|
1812
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1813
|
+
overflow: hidden;
|
|
1814
|
+
white-space: nowrap;
|
|
1815
|
+
overflow: hidden;
|
|
1816
|
+
text-overflow: ellipsis;
|
|
1817
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1818
|
+
margin-right: 5px;
|
|
1819
|
+
}
|
|
1820
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1821
|
+
margin-left: 5px;
|
|
1822
|
+
}
|
|
1823
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1824
|
+
display: flex;
|
|
1825
|
+
align-items: center;
|
|
1826
|
+
flex-shrink: 0;
|
|
1827
|
+
min-width: max-content;
|
|
1828
|
+
margin-left: auto;
|
|
1829
|
+
gap: 10px;
|
|
1830
|
+
}
|
|
1831
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1832
|
+
display: flex;
|
|
1833
|
+
align-items: center;
|
|
1834
|
+
justify-content: center;
|
|
1835
|
+
margin-top: 10px;
|
|
1836
|
+
gap: 10px;
|
|
1837
|
+
}
|
|
1838
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1777
1839
|
border: 1px solid #dcdfe6;
|
|
1778
1840
|
padding: 4px 8px;
|
|
1779
1841
|
background-clip: padding-box;
|
|
@@ -1781,17 +1843,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1781
1843
|
display: inline-flex;
|
|
1782
1844
|
align-items: center;
|
|
1783
1845
|
}
|
|
1784
|
-
.fs-upload-tag-text[data-v-
|
|
1846
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1785
1847
|
margin-right: 18px;
|
|
1786
1848
|
max-width: 160px;
|
|
1787
1849
|
overflow: hidden;
|
|
1788
1850
|
text-overflow: ellipsis;
|
|
1789
1851
|
white-space: nowrap;
|
|
1790
1852
|
}
|
|
1791
|
-
.fs-upload-tag-percent[data-v-
|
|
1853
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1792
1854
|
font-weight: 600;
|
|
1793
1855
|
margin-left: 4px;
|
|
1794
|
-
}.
|
|
1856
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1857
|
+
font-size: 12px;
|
|
1858
|
+
}
|
|
1859
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1795
1860
|
border: 1px solid #dcdfe6;
|
|
1796
1861
|
padding: 4px 8px;
|
|
1797
1862
|
background-clip: padding-box;
|
|
@@ -1799,14 +1864,14 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1799
1864
|
display: inline-flex;
|
|
1800
1865
|
align-items: center;
|
|
1801
1866
|
}
|
|
1802
|
-
.fs-upload-tag-text[data-v-
|
|
1867
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1803
1868
|
margin-right: 18px;
|
|
1804
1869
|
max-width: 160px;
|
|
1805
1870
|
overflow: hidden;
|
|
1806
1871
|
text-overflow: ellipsis;
|
|
1807
1872
|
white-space: nowrap;
|
|
1808
1873
|
}
|
|
1809
|
-
.fs-upload-tag-percent[data-v-
|
|
1874
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1810
1875
|
font-weight: 600;
|
|
1811
1876
|
margin-left: 4px;
|
|
1812
1877
|
}[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 {
|
|
@@ -1851,7 +1916,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1851
1916
|
bottom: 0;
|
|
1852
1917
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1853
1918
|
}
|
|
1854
|
-
.chat-container
|
|
1919
|
+
.chat-container[data-v-bc196b97] > * {
|
|
1855
1920
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1856
1921
|
}
|
|
1857
1922
|
|
|
@@ -1963,18 +2028,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1963
2028
|
/**
|
|
1964
2029
|
// 用户消息
|
|
1965
2030
|
*/
|
|
1966
|
-
.content-borderless-container
|
|
2031
|
+
.content-borderless-container {
|
|
2032
|
+
&[data-v-bc196b97] {
|
|
1967
2033
|
background: #e1ecfd;
|
|
1968
2034
|
border-radius: 20px 0px 20px 20px;
|
|
1969
2035
|
user-select: none;
|
|
1970
2036
|
padding: 12px;
|
|
1971
2037
|
cursor: pointer;
|
|
1972
2038
|
transition: background-color 0.3s;
|
|
2039
|
+
}
|
|
1973
2040
|
&[data-v-bc196b97]:hover {
|
|
1974
2041
|
background-color: #ebeef5;
|
|
1975
2042
|
}
|
|
1976
2043
|
}
|
|
1977
|
-
.footer-container
|
|
2044
|
+
.footer-container {
|
|
1978
2045
|
[data-v-bc196b97] .el-button + .el-button {
|
|
1979
2046
|
margin-left: 8px;
|
|
1980
2047
|
}
|
|
@@ -1998,12 +2065,14 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1998
2065
|
padding: 0;
|
|
1999
2066
|
}
|
|
2000
2067
|
|
|
2001
|
-
.footer-wrapper
|
|
2068
|
+
.footer-wrapper {
|
|
2069
|
+
&[data-v-ffbde6f9] {
|
|
2002
2070
|
display: flex;
|
|
2003
2071
|
align-items: center;
|
|
2004
2072
|
justify-content: space-between;
|
|
2005
2073
|
gap: 10px;
|
|
2006
2074
|
width: 100%;
|
|
2075
|
+
}
|
|
2007
2076
|
.footer-time[data-v-ffbde6f9] {
|
|
2008
2077
|
font-size: 10px;
|
|
2009
2078
|
color: #999;
|
|
@@ -2011,68 +2080,58 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2011
2080
|
flex-shrink: 0;
|
|
2012
2081
|
}
|
|
2013
2082
|
}
|
|
2014
|
-
.footer-container
|
|
2083
|
+
.footer-container {
|
|
2084
|
+
&[data-v-ffbde6f9] {
|
|
2015
2085
|
display: flex;
|
|
2016
2086
|
gap: 8px;
|
|
2087
|
+
}
|
|
2017
2088
|
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2018
2089
|
margin-left: 0;
|
|
2019
2090
|
}
|
|
2020
2091
|
}
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
--el-menu-item-height: 45px;
|
|
2024
|
-
--el-menu-sub-item-height: 45px;
|
|
2025
|
-
}
|
|
2026
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2027
|
-
padding: 0 !important;
|
|
2028
|
-
}
|
|
2029
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
2030
|
-
display: flex;
|
|
2031
|
-
flex-direction: row;
|
|
2032
|
-
}
|
|
2033
|
-
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2034
|
-
display: flex;
|
|
2035
|
-
flex-direction: row;
|
|
2036
|
-
padding: 0 !important;
|
|
2037
|
-
}
|
|
2038
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2039
|
-
display: flex;
|
|
2040
|
-
align-items: center;
|
|
2041
|
-
justify-content: center;
|
|
2042
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2043
|
-
font-size: 16px;
|
|
2044
|
-
}
|
|
2045
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2046
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2047
|
-
overflow: hidden;
|
|
2048
|
-
white-space: nowrap;
|
|
2049
|
-
overflow: hidden;
|
|
2050
|
-
text-overflow: ellipsis;
|
|
2092
|
+
[data-v-41b4cbbd] .el-range-separator {
|
|
2093
|
+
min-width: 20px;
|
|
2051
2094
|
}
|
|
2052
|
-
.
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2095
|
+
.svg-icon[data-v-f15c5e86] {
|
|
2096
|
+
width: 1.2em;
|
|
2097
|
+
height: 1.2em;
|
|
2098
|
+
vertical-align: -0.25em;
|
|
2099
|
+
fill: currentColor;
|
|
2100
|
+
overflow: initial;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2104
|
+
width: 100%;
|
|
2105
|
+
height: 100%;
|
|
2106
|
+
border: none;
|
|
2107
|
+
opacity: 1;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
border: none;
|
|
2114
|
+
opacity: 1;
|
|
2115
|
+
}
|
|
2116
|
+
[data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
|
|
2058
2117
|
user-select: text !important;
|
|
2059
2118
|
-webkit-user-select: text !important;
|
|
2060
2119
|
-moz-user-select: text !important;
|
|
2061
2120
|
-ms-user-select: text !important;
|
|
2062
2121
|
}
|
|
2063
|
-
.slide-up-enter-active[data-v-
|
|
2064
|
-
.slide-up-leave-active[data-v-
|
|
2122
|
+
.slide-up-enter-active[data-v-6da81be3],
|
|
2123
|
+
.slide-up-leave-active[data-v-6da81be3] {
|
|
2065
2124
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2066
2125
|
}
|
|
2067
|
-
.slide-up-enter-from[data-v-
|
|
2068
|
-
.slide-up-leave-to[data-v-
|
|
2126
|
+
.slide-up-enter-from[data-v-6da81be3],
|
|
2127
|
+
.slide-up-leave-to[data-v-6da81be3] {
|
|
2069
2128
|
transform: translateY(100%);
|
|
2070
2129
|
}
|
|
2071
2130
|
|
|
2072
2131
|
/**
|
|
2073
2132
|
* 聊天窗口的样式设置
|
|
2074
2133
|
*/
|
|
2075
|
-
.chat-container[data-v-
|
|
2134
|
+
.chat-container[data-v-6da81be3] {
|
|
2076
2135
|
--header-height: 56px;
|
|
2077
2136
|
--chat-padding: 12px;
|
|
2078
2137
|
--bubble-content-max-width: 0px;
|
|
@@ -2084,25 +2143,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2084
2143
|
flex-direction: row; /* 横向排列 */
|
|
2085
2144
|
height: 100%; /* 父容器高度 */
|
|
2086
2145
|
}
|
|
2087
|
-
.small-window[data-v-
|
|
2146
|
+
.small-window[data-v-6da81be3] {
|
|
2088
2147
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2089
2148
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2090
2149
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2091
2150
|
border-radius: 8px;
|
|
2092
2151
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2093
2152
|
}
|
|
2094
|
-
.full-screen[data-v-
|
|
2153
|
+
.full-screen[data-v-6da81be3] {
|
|
2095
2154
|
right: 0;
|
|
2096
2155
|
bottom: 0;
|
|
2097
2156
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2098
2157
|
}
|
|
2099
|
-
.chat-container
|
|
2158
|
+
.chat-container[data-v-6da81be3] > * {
|
|
2100
2159
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2101
2160
|
}
|
|
2102
2161
|
|
|
2103
2162
|
/* 聊天窗口的头部样式设置
|
|
2104
2163
|
*/
|
|
2105
|
-
.chat-embed__header_container[data-v-
|
|
2164
|
+
.chat-embed__header_container[data-v-6da81be3] {
|
|
2106
2165
|
/* border-bottom: 1px solid #ddd; */
|
|
2107
2166
|
display: flex;
|
|
2108
2167
|
align-items: center;
|
|
@@ -2112,7 +2171,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2112
2171
|
overflow: hidden;
|
|
2113
2172
|
position: relative;
|
|
2114
2173
|
}
|
|
2115
|
-
.session-subject[data-v-
|
|
2174
|
+
.session-subject[data-v-6da81be3] {
|
|
2116
2175
|
display: block;
|
|
2117
2176
|
margin: 0 auto;
|
|
2118
2177
|
text-align: center;
|
|
@@ -2127,17 +2186,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2127
2186
|
|
|
2128
2187
|
/* 聊天窗口的头部图标样式设置
|
|
2129
2188
|
*/
|
|
2130
|
-
.chat-embed__header_avatar[data-v-
|
|
2189
|
+
.chat-embed__header_avatar[data-v-6da81be3] {
|
|
2131
2190
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2132
2191
|
margin-right: var(--chat-padding);
|
|
2133
2192
|
}
|
|
2134
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2193
|
+
.chat-embed__header_tool_icon[data-v-6da81be3] {
|
|
2135
2194
|
right: 20px;
|
|
2136
2195
|
position: absolute;
|
|
2137
2196
|
gap: 28px;
|
|
2138
2197
|
display: flex;
|
|
2139
2198
|
}
|
|
2140
|
-
.chat-embed__sidebar[data-v-
|
|
2199
|
+
.chat-embed__sidebar[data-v-6da81be3] {
|
|
2141
2200
|
background: #f6f7fa;
|
|
2142
2201
|
display: flex;
|
|
2143
2202
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2146,7 +2205,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2146
2205
|
width: 260px;
|
|
2147
2206
|
height: 100%;
|
|
2148
2207
|
}
|
|
2149
|
-
.chat-embed__main[data-v-
|
|
2208
|
+
.chat-embed__main[data-v-6da81be3] {
|
|
2150
2209
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2151
2210
|
box-sizing: border-box;
|
|
2152
2211
|
overflow: hidden;
|
|
@@ -2157,7 +2216,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2157
2216
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2158
2217
|
overflow: hidden; /* 防止内容溢出 */
|
|
2159
2218
|
}
|
|
2160
|
-
.chat-embed__main_content[data-v-
|
|
2219
|
+
.chat-embed__main_content[data-v-6da81be3] {
|
|
2161
2220
|
flex: 1;
|
|
2162
2221
|
box-sizing: border-box;
|
|
2163
2222
|
min-height: 0;
|
|
@@ -2165,21 +2224,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2165
2224
|
/* overflow-y: auto;
|
|
2166
2225
|
margin-bottom: 12px; */
|
|
2167
2226
|
}
|
|
2168
|
-
.chat-embed__input_container[data-v-
|
|
2227
|
+
.chat-embed__input_container[data-v-6da81be3] {
|
|
2169
2228
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2170
2229
|
/* margin-bottom: 50px; 距离底部 */
|
|
2171
2230
|
}
|
|
2172
|
-
.header-icon[data-v-
|
|
2231
|
+
.header-icon[data-v-6da81be3] {
|
|
2173
2232
|
cursor: pointer;
|
|
2174
2233
|
font-size: 20px;
|
|
2175
2234
|
}
|
|
2176
2235
|
|
|
2177
2236
|
/* 聊天默认推荐内容样式
|
|
2178
2237
|
*/
|
|
2179
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2238
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
|
|
2180
2239
|
margin-top: 5px;
|
|
2181
2240
|
}
|
|
2182
|
-
.content-container[data-v-
|
|
2241
|
+
.content-container[data-v-6da81be3] {
|
|
2183
2242
|
padding: 16px;
|
|
2184
2243
|
border-radius: 4px;
|
|
2185
2244
|
background: #ffffff;
|
|
@@ -2187,7 +2246,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2187
2246
|
border-radius: 0px 30px 30px 30px;
|
|
2188
2247
|
/* opacity: 0.6; */
|
|
2189
2248
|
}
|
|
2190
|
-
.chat-content-font[data-v-
|
|
2249
|
+
.chat-content-font[data-v-6da81be3] {
|
|
2191
2250
|
font-family: PingFang SC, PingFang SC;
|
|
2192
2251
|
font-weight: 500;
|
|
2193
2252
|
font-size: 16px;
|
|
@@ -2197,10 +2256,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2197
2256
|
font-style: normal;
|
|
2198
2257
|
text-transform: none;
|
|
2199
2258
|
}
|
|
2200
|
-
[data-v-
|
|
2259
|
+
[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2201
2260
|
border: none !important;
|
|
2202
2261
|
}
|
|
2203
|
-
.content-container-header[data-v-
|
|
2262
|
+
.content-container-header[data-v-6da81be3] {
|
|
2204
2263
|
font-size: 12px;
|
|
2205
2264
|
color: #909399;
|
|
2206
2265
|
}
|
|
@@ -2208,28 +2267,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2208
2267
|
/**
|
|
2209
2268
|
// 用户消息
|
|
2210
2269
|
*/
|
|
2211
|
-
.content-borderless-container
|
|
2270
|
+
.content-borderless-container {
|
|
2271
|
+
&[data-v-6da81be3] {
|
|
2212
2272
|
background: #e1ecfd;
|
|
2213
2273
|
border-radius: 20px 0px 20px 20px;
|
|
2214
2274
|
user-select: none;
|
|
2215
2275
|
padding: 12px;
|
|
2216
2276
|
cursor: pointer;
|
|
2217
2277
|
transition: background-color 0.3s;
|
|
2218
|
-
|
|
2278
|
+
}
|
|
2279
|
+
&[data-v-6da81be3]:hover {
|
|
2219
2280
|
background-color: #ebeef5;
|
|
2220
2281
|
}
|
|
2221
2282
|
}
|
|
2222
|
-
.footer-container
|
|
2223
|
-
[data-v-
|
|
2283
|
+
.footer-container {
|
|
2284
|
+
[data-v-6da81be3] .el-button + .el-button {
|
|
2224
2285
|
margin-left: 8px;
|
|
2225
2286
|
}
|
|
2226
2287
|
}
|
|
2227
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2288
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
|
|
2228
2289
|
padding: 0;
|
|
2229
2290
|
}
|
|
2230
2291
|
|
|
2231
2292
|
/* 引用文件样式 */
|
|
2232
|
-
.doc-agg-item[data-v-
|
|
2293
|
+
.doc-agg-item[data-v-6da81be3] {
|
|
2233
2294
|
width: 100%;
|
|
2234
2295
|
padding: 10px;
|
|
2235
2296
|
margin-bottom: 5px;
|
|
@@ -2239,28 +2300,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2239
2300
|
font-size: 12px;
|
|
2240
2301
|
color: var(--el-color-primary);
|
|
2241
2302
|
}
|
|
2242
|
-
.elx-xmarkdown-container[data-v-
|
|
2303
|
+
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
2243
2304
|
padding: 0;
|
|
2244
|
-
}
|
|
2245
|
-
[data-v-
|
|
2305
|
+
}
|
|
2306
|
+
h4[data-v-6da81be3] {
|
|
2307
|
+
font-size: 16px;
|
|
2308
|
+
margin-top: 0px;
|
|
2309
|
+
margin-bottom: 0px;
|
|
2310
|
+
}
|
|
2311
|
+
[data-v-6da81be3] .el-divider--horizontal {
|
|
2312
|
+
margin: 5px 0;
|
|
2313
|
+
}
|
|
2314
|
+
.sender-additional-data-tag[data-v-6da81be3] {
|
|
2315
|
+
display: flex;
|
|
2316
|
+
align-items: center;
|
|
2317
|
+
flex-shrink: 0;
|
|
2318
|
+
min-width: max-content;
|
|
2319
|
+
margin-left: auto;
|
|
2320
|
+
gap: 10px;
|
|
2321
|
+
}
|
|
2322
|
+
.amb-color-iconfont[data-v-6da81be3] {
|
|
2323
|
+
display: inline-block;
|
|
2324
|
+
width: 12px;
|
|
2325
|
+
height: 12px;
|
|
2326
|
+
background-repeat: no-repeat;
|
|
2327
|
+
background-position: center;
|
|
2328
|
+
background-size: 100%;
|
|
2329
|
+
cursor: pointer;
|
|
2330
|
+
}
|
|
2331
|
+
.el-button + .el-button[data-v-6da81be3] {
|
|
2332
|
+
margin-left: 5px;
|
|
2333
|
+
}
|
|
2334
|
+
.header-self-wrap[data-v-6da81be3] {
|
|
2335
|
+
display: flex;
|
|
2336
|
+
flex-direction: column;
|
|
2337
|
+
padding: 16px;
|
|
2338
|
+
}
|
|
2339
|
+
[data-v-6da81be3] .el-sender-header {
|
|
2340
|
+
border-bottom-color: #ffffff !important;
|
|
2341
|
+
}
|
|
2342
|
+
[data-v-6da81be3] .el-sender {
|
|
2343
|
+
background: #ffffff !important;
|
|
2344
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2345
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2346
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2347
|
+
font-weight: 400;
|
|
2348
|
+
font-size: 16px;
|
|
2349
|
+
color: #bbbbbb;
|
|
2350
|
+
text-align: left;
|
|
2351
|
+
font-style: normal;
|
|
2352
|
+
text-transform: none;
|
|
2353
|
+
}
|
|
2354
|
+
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2355
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2356
|
+
font-weight: 400 !important;
|
|
2357
|
+
font-size: 16px !important;
|
|
2358
|
+
line-height: 21px !important;
|
|
2359
|
+
font-style: normal !important;
|
|
2360
|
+
text-transform: none !important;
|
|
2361
|
+
}
|
|
2362
|
+
[data-v-6da81be3] .el-sender-content {
|
|
2363
|
+
padding: 16px !important;
|
|
2364
|
+
}
|
|
2365
|
+
[data-v-6da81be3] .el-select__wrapper {
|
|
2366
|
+
border-radius: 100px 100px 100px 100px;
|
|
2367
|
+
border: 1px solid #dcdfe6;
|
|
2368
|
+
}
|
|
2369
|
+
.ai-generate-tip[data-v-6da81be3] {
|
|
2370
|
+
padding: 12px;
|
|
2371
|
+
font-family: PingFang SC, PingFang SC;
|
|
2372
|
+
font-weight: 400;
|
|
2373
|
+
font-size: 14px;
|
|
2374
|
+
color: #808080;
|
|
2375
|
+
line-height: 21px;
|
|
2376
|
+
font-style: normal;
|
|
2377
|
+
text-align: center;
|
|
2378
|
+
}
|
|
2379
|
+
.el-button.is-circle[data-v-6da81be3] {
|
|
2380
|
+
border-radius: 50% !important;
|
|
2381
|
+
padding: 8px;
|
|
2382
|
+
width: 32px;
|
|
2383
|
+
}
|
|
2384
|
+
.send-icon[data-v-6da81be3] {
|
|
2385
|
+
cursor: pointer;
|
|
2386
|
+
}
|
|
2387
|
+
.el-divider--vertical[data-v-6da81be3] {
|
|
2388
|
+
margin: 0 0;
|
|
2389
|
+
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2246
2390
|
user-select: text !important;
|
|
2247
2391
|
-webkit-user-select: text !important;
|
|
2248
2392
|
-moz-user-select: text !important;
|
|
2249
2393
|
-ms-user-select: text !important;
|
|
2250
2394
|
}
|
|
2251
|
-
.slide-up-enter-active[data-v-
|
|
2252
|
-
.slide-up-leave-active[data-v-
|
|
2395
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2396
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2253
2397
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2254
2398
|
}
|
|
2255
|
-
.slide-up-enter-from[data-v-
|
|
2256
|
-
.slide-up-leave-to[data-v-
|
|
2399
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2400
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2257
2401
|
transform: translateY(100%);
|
|
2258
2402
|
}
|
|
2259
2403
|
|
|
2260
2404
|
/**
|
|
2261
2405
|
* 聊天窗口的样式设置
|
|
2262
2406
|
*/
|
|
2263
|
-
.chat-container[data-v-
|
|
2407
|
+
.chat-container[data-v-1e62eff8] {
|
|
2264
2408
|
--header-height: 56px;
|
|
2265
2409
|
--chat-padding: 12px;
|
|
2266
2410
|
--bubble-content-max-width: 0px;
|
|
@@ -2272,25 +2416,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2272
2416
|
flex-direction: row; /* 横向排列 */
|
|
2273
2417
|
height: 100%; /* 父容器高度 */
|
|
2274
2418
|
}
|
|
2275
|
-
.small-window[data-v-
|
|
2419
|
+
.small-window[data-v-1e62eff8] {
|
|
2276
2420
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2277
2421
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2278
2422
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2279
2423
|
border-radius: 8px;
|
|
2280
2424
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2281
2425
|
}
|
|
2282
|
-
.full-screen[data-v-
|
|
2426
|
+
.full-screen[data-v-1e62eff8] {
|
|
2283
2427
|
right: 0;
|
|
2284
2428
|
bottom: 0;
|
|
2285
2429
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2286
2430
|
}
|
|
2287
|
-
.chat-container
|
|
2431
|
+
.chat-container[data-v-1e62eff8] > * {
|
|
2288
2432
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2289
2433
|
}
|
|
2290
2434
|
|
|
2291
2435
|
/* 聊天窗口的头部样式设置
|
|
2292
2436
|
*/
|
|
2293
|
-
.chat-embed__header_container[data-v-
|
|
2437
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2294
2438
|
/* border-bottom: 1px solid #ddd; */
|
|
2295
2439
|
display: flex;
|
|
2296
2440
|
align-items: center;
|
|
@@ -2300,7 +2444,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2300
2444
|
overflow: hidden;
|
|
2301
2445
|
position: relative;
|
|
2302
2446
|
}
|
|
2303
|
-
.session-subject[data-v-
|
|
2447
|
+
.session-subject[data-v-1e62eff8] {
|
|
2304
2448
|
display: block;
|
|
2305
2449
|
margin: 0 auto;
|
|
2306
2450
|
text-align: center;
|
|
@@ -2315,17 +2459,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2315
2459
|
|
|
2316
2460
|
/* 聊天窗口的头部图标样式设置
|
|
2317
2461
|
*/
|
|
2318
|
-
.chat-embed__header_avatar[data-v-
|
|
2462
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2319
2463
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2320
2464
|
margin-right: var(--chat-padding);
|
|
2321
2465
|
}
|
|
2322
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2466
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2323
2467
|
right: 20px;
|
|
2324
2468
|
position: absolute;
|
|
2325
2469
|
gap: 28px;
|
|
2326
2470
|
display: flex;
|
|
2327
2471
|
}
|
|
2328
|
-
.chat-embed__sidebar[data-v-
|
|
2472
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2329
2473
|
background: #f6f7fa;
|
|
2330
2474
|
display: flex;
|
|
2331
2475
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2334,7 +2478,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2334
2478
|
width: 260px;
|
|
2335
2479
|
height: 100%;
|
|
2336
2480
|
}
|
|
2337
|
-
.chat-embed__main[data-v-
|
|
2481
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2338
2482
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2339
2483
|
box-sizing: border-box;
|
|
2340
2484
|
overflow: hidden;
|
|
@@ -2345,7 +2489,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2345
2489
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2346
2490
|
overflow: hidden; /* 防止内容溢出 */
|
|
2347
2491
|
}
|
|
2348
|
-
.chat-embed__main_content[data-v-
|
|
2492
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2349
2493
|
flex: 1;
|
|
2350
2494
|
box-sizing: border-box;
|
|
2351
2495
|
min-height: 0;
|
|
@@ -2353,21 +2497,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2353
2497
|
/* overflow-y: auto;
|
|
2354
2498
|
margin-bottom: 12px; */
|
|
2355
2499
|
}
|
|
2356
|
-
.chat-embed__input_container[data-v-
|
|
2500
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2357
2501
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2358
2502
|
/* margin-bottom: 50px; 距离底部 */
|
|
2359
2503
|
}
|
|
2360
|
-
.header-icon[data-v-
|
|
2504
|
+
.header-icon[data-v-1e62eff8] {
|
|
2361
2505
|
cursor: pointer;
|
|
2362
2506
|
font-size: 20px;
|
|
2363
2507
|
}
|
|
2364
2508
|
|
|
2365
2509
|
/* 聊天默认推荐内容样式
|
|
2366
2510
|
*/
|
|
2367
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2511
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2368
2512
|
margin-top: 5px;
|
|
2369
2513
|
}
|
|
2370
|
-
.content-container[data-v-
|
|
2514
|
+
.content-container[data-v-1e62eff8] {
|
|
2371
2515
|
padding: 16px;
|
|
2372
2516
|
border-radius: 4px;
|
|
2373
2517
|
background: #ffffff;
|
|
@@ -2375,7 +2519,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2375
2519
|
border-radius: 0px 30px 30px 30px;
|
|
2376
2520
|
/* opacity: 0.6; */
|
|
2377
2521
|
}
|
|
2378
|
-
.chat-content-font[data-v-
|
|
2522
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2379
2523
|
font-family: PingFang SC, PingFang SC;
|
|
2380
2524
|
font-weight: 500;
|
|
2381
2525
|
font-size: 16px;
|
|
@@ -2385,10 +2529,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2385
2529
|
font-style: normal;
|
|
2386
2530
|
text-transform: none;
|
|
2387
2531
|
}
|
|
2388
|
-
[data-v-
|
|
2532
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2389
2533
|
border: none !important;
|
|
2390
2534
|
}
|
|
2391
|
-
.content-container-header[data-v-
|
|
2535
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2392
2536
|
font-size: 12px;
|
|
2393
2537
|
color: #909399;
|
|
2394
2538
|
}
|
|
@@ -2396,28 +2540,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2396
2540
|
/**
|
|
2397
2541
|
// 用户消息
|
|
2398
2542
|
*/
|
|
2399
|
-
.content-borderless-container
|
|
2543
|
+
.content-borderless-container {
|
|
2544
|
+
&[data-v-1e62eff8] {
|
|
2400
2545
|
background: #e1ecfd;
|
|
2401
2546
|
border-radius: 20px 0px 20px 20px;
|
|
2402
2547
|
user-select: none;
|
|
2403
2548
|
padding: 12px;
|
|
2404
2549
|
cursor: pointer;
|
|
2405
2550
|
transition: background-color 0.3s;
|
|
2406
|
-
|
|
2551
|
+
}
|
|
2552
|
+
&[data-v-1e62eff8]:hover {
|
|
2407
2553
|
background-color: #ebeef5;
|
|
2408
2554
|
}
|
|
2409
2555
|
}
|
|
2410
|
-
.footer-container
|
|
2411
|
-
[data-v-
|
|
2556
|
+
.footer-container {
|
|
2557
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2412
2558
|
margin-left: 8px;
|
|
2413
2559
|
}
|
|
2414
2560
|
}
|
|
2415
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2561
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2416
2562
|
padding: 0;
|
|
2417
2563
|
}
|
|
2418
2564
|
|
|
2419
2565
|
/* 引用文件样式 */
|
|
2420
|
-
.doc-agg-item[data-v-
|
|
2566
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2421
2567
|
width: 100%;
|
|
2422
2568
|
padding: 10px;
|
|
2423
2569
|
margin-bottom: 5px;
|
|
@@ -2427,118 +2573,136 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2427
2573
|
font-size: 12px;
|
|
2428
2574
|
color: var(--el-color-primary);
|
|
2429
2575
|
}
|
|
2430
|
-
.elx-xmarkdown-container[data-v-
|
|
2576
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2431
2577
|
padding: 0;
|
|
2432
2578
|
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2579
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2580
|
+
position: absolute;
|
|
2581
|
+
padding: 20px 36px;
|
|
2582
|
+
gap: 16px;
|
|
2583
|
+
display: flex;
|
|
2584
|
+
z-index: 1;
|
|
2437
2585
|
}
|
|
2438
|
-
[data-v-
|
|
2439
|
-
|
|
2586
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2587
|
+
display: flex;
|
|
2588
|
+
height: 40px;
|
|
2589
|
+
padding: 10px 14px;
|
|
2590
|
+
gap: 14px;
|
|
2591
|
+
border-radius: 100px 100px 100px 100px;
|
|
2592
|
+
border: 1px solid #e5e5e5;
|
|
2593
|
+
width: 82px;
|
|
2594
|
+
font-size: 20px;
|
|
2440
2595
|
}
|
|
2441
|
-
.
|
|
2442
|
-
display: flex;
|
|
2443
|
-
align-items: center;
|
|
2444
|
-
|
|
2445
|
-
|
|
2596
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2597
|
+
display: flex; /* 设置为水平排列 */
|
|
2598
|
+
align-items: center; /* 垂直居中 */
|
|
2599
|
+
margin-bottom: 22px;
|
|
2600
|
+
font-size: 20px;
|
|
2601
|
+
}
|
|
2602
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2603
|
+
font-family: PingFang SC, PingFang SC;
|
|
2604
|
+
font-weight: 600;
|
|
2605
|
+
font-size: 16px;
|
|
2606
|
+
color: #181818;
|
|
2607
|
+
text-align: left;
|
|
2608
|
+
font-style: normal;
|
|
2609
|
+
text-transform: none;
|
|
2610
|
+
}
|
|
2611
|
+
.right-icon[data-v-1e62eff8] {
|
|
2612
|
+
cursor: pointer;
|
|
2446
2613
|
margin-left: auto;
|
|
2447
|
-
gap: 10px;
|
|
2448
2614
|
}
|
|
2449
|
-
.
|
|
2450
|
-
display: inline-block;
|
|
2451
|
-
width: 12px;
|
|
2452
|
-
height: 12px;
|
|
2453
|
-
background-repeat: no-repeat;
|
|
2454
|
-
background-position: center;
|
|
2455
|
-
background-size: 100%;
|
|
2615
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2456
2616
|
cursor: pointer;
|
|
2457
2617
|
}
|
|
2458
|
-
.
|
|
2459
|
-
|
|
2618
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2619
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2620
|
+
margin-bottom: 10px;
|
|
2460
2621
|
}
|
|
2461
|
-
.
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2622
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2623
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2624
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2625
|
+
margin-bottom: 10px;
|
|
2465
2626
|
}
|
|
2466
|
-
[data-v-
|
|
2467
|
-
|
|
2627
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2628
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2629
|
+
margin-top: 10px;
|
|
2630
|
+
margin-bottom: 20px;
|
|
2468
2631
|
}
|
|
2469
|
-
[data-v-
|
|
2470
|
-
background: #ffffff
|
|
2471
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2472
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2473
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2474
|
-
font-weight: 400;
|
|
2475
|
-
font-size: 16px;
|
|
2476
|
-
color: #bbbbbb;
|
|
2477
|
-
text-align: left;
|
|
2478
|
-
font-style: normal;
|
|
2479
|
-
text-transform: none;
|
|
2632
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2633
|
+
background-color: #ffffff;
|
|
2480
2634
|
}
|
|
2481
|
-
[data-v-
|
|
2482
|
-
|
|
2483
|
-
font-weight: 400 !important;
|
|
2484
|
-
font-size: 16px !important;
|
|
2485
|
-
line-height: 21px !important;
|
|
2486
|
-
font-style: normal !important;
|
|
2487
|
-
text-transform: none !important;
|
|
2635
|
+
.date-group[data-v-1e62eff8] {
|
|
2636
|
+
margin-top: 16px;
|
|
2488
2637
|
}
|
|
2489
|
-
[data-v-
|
|
2490
|
-
|
|
2638
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2639
|
+
color: #81858c;
|
|
2640
|
+
font-size: 12px;
|
|
2641
|
+
user-select: none;
|
|
2642
|
+
margin-bottom: 2px;
|
|
2643
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2491
2644
|
}
|
|
2492
|
-
[data-v-
|
|
2493
|
-
|
|
2494
|
-
|
|
2645
|
+
.menu-item[data-v-1e62eff8] {
|
|
2646
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2647
|
+
font-size: 16px;
|
|
2648
|
+
line-height: 50px;
|
|
2649
|
+
cursor: pointer;
|
|
2650
|
+
gap: 8px;
|
|
2651
|
+
border-radius: 8px;
|
|
2652
|
+
display: flex;
|
|
2653
|
+
align-items: center;
|
|
2495
2654
|
}
|
|
2496
|
-
.
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
font-weight: 400;
|
|
2500
|
-
font-size: 14px;
|
|
2501
|
-
color: #808080;
|
|
2502
|
-
line-height: 21px;
|
|
2503
|
-
font-style: normal;
|
|
2504
|
-
text-align: center;
|
|
2655
|
+
.active-item[data-v-1e62eff8] {
|
|
2656
|
+
background: #e2ebf5;
|
|
2657
|
+
color: var(--el-color-primary);
|
|
2505
2658
|
}
|
|
2506
|
-
.
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2659
|
+
.history-item[data-v-1e62eff8] {
|
|
2660
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2661
|
+
cursor: pointer;
|
|
2662
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2663
|
+
align-items: center; /* 垂直居中 */
|
|
2664
|
+
line-height: 40px;
|
|
2665
|
+
gap: 8px;
|
|
2666
|
+
border-radius: 8px;
|
|
2510
2667
|
}
|
|
2511
|
-
.
|
|
2512
|
-
|
|
2668
|
+
.history-subject[data-v-1e62eff8] {
|
|
2669
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2670
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2671
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2672
|
+
white-space: nowrap; /* 不换行 */
|
|
2513
2673
|
}
|
|
2514
|
-
.
|
|
2515
|
-
margin:
|
|
2674
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2675
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2516
2676
|
}
|
|
2517
|
-
.
|
|
2677
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2678
|
+
background-color: #f5f5f5;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2518
2682
|
width: 100%;
|
|
2519
2683
|
height: 100%;
|
|
2520
2684
|
border: none;
|
|
2521
2685
|
opacity: 1;
|
|
2522
2686
|
}
|
|
2523
|
-
[data-v-
|
|
2687
|
+
[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 {
|
|
2524
2688
|
user-select: text !important;
|
|
2525
2689
|
-webkit-user-select: text !important;
|
|
2526
2690
|
-moz-user-select: text !important;
|
|
2527
2691
|
-ms-user-select: text !important;
|
|
2528
2692
|
}
|
|
2529
|
-
.slide-up-enter-active[data-v-
|
|
2530
|
-
.slide-up-leave-active[data-v-
|
|
2693
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2694
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2531
2695
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2532
2696
|
}
|
|
2533
|
-
.slide-up-enter-from[data-v-
|
|
2534
|
-
.slide-up-leave-to[data-v-
|
|
2697
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2698
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2535
2699
|
transform: translateY(100%);
|
|
2536
2700
|
}
|
|
2537
2701
|
|
|
2538
2702
|
/**
|
|
2539
2703
|
* 聊天窗口的样式设置
|
|
2540
2704
|
*/
|
|
2541
|
-
.chat-container[data-v-
|
|
2705
|
+
.chat-container[data-v-45fbaf17] {
|
|
2542
2706
|
--header-height: 56px;
|
|
2543
2707
|
--chat-padding: 12px;
|
|
2544
2708
|
--bubble-content-max-width: 0px;
|
|
@@ -2550,25 +2714,25 @@ h4[data-v-0b0c189e] {
|
|
|
2550
2714
|
flex-direction: row; /* 横向排列 */
|
|
2551
2715
|
height: 100%; /* 父容器高度 */
|
|
2552
2716
|
}
|
|
2553
|
-
.small-window[data-v-
|
|
2717
|
+
.small-window[data-v-45fbaf17] {
|
|
2554
2718
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2555
2719
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2556
2720
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2557
2721
|
border-radius: 8px;
|
|
2558
2722
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2559
2723
|
}
|
|
2560
|
-
.full-screen[data-v-
|
|
2724
|
+
.full-screen[data-v-45fbaf17] {
|
|
2561
2725
|
right: 0;
|
|
2562
2726
|
bottom: 0;
|
|
2563
2727
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2564
2728
|
}
|
|
2565
|
-
.chat-container
|
|
2729
|
+
.chat-container[data-v-45fbaf17] > * {
|
|
2566
2730
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2567
2731
|
}
|
|
2568
2732
|
|
|
2569
2733
|
/* 聊天窗口的头部样式设置
|
|
2570
2734
|
*/
|
|
2571
|
-
.chat-embed__header_container[data-v-
|
|
2735
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2572
2736
|
/* border-bottom: 1px solid #ddd; */
|
|
2573
2737
|
display: flex;
|
|
2574
2738
|
align-items: center;
|
|
@@ -2578,7 +2742,7 @@ h4[data-v-0b0c189e] {
|
|
|
2578
2742
|
overflow: hidden;
|
|
2579
2743
|
position: relative;
|
|
2580
2744
|
}
|
|
2581
|
-
.session-subject[data-v-
|
|
2745
|
+
.session-subject[data-v-45fbaf17] {
|
|
2582
2746
|
display: block;
|
|
2583
2747
|
margin: 0 auto;
|
|
2584
2748
|
text-align: center;
|
|
@@ -2593,17 +2757,17 @@ h4[data-v-0b0c189e] {
|
|
|
2593
2757
|
|
|
2594
2758
|
/* 聊天窗口的头部图标样式设置
|
|
2595
2759
|
*/
|
|
2596
|
-
.chat-embed__header_avatar[data-v-
|
|
2760
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2597
2761
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2598
2762
|
margin-right: var(--chat-padding);
|
|
2599
2763
|
}
|
|
2600
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2764
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2601
2765
|
right: 20px;
|
|
2602
2766
|
position: absolute;
|
|
2603
2767
|
gap: 28px;
|
|
2604
2768
|
display: flex;
|
|
2605
2769
|
}
|
|
2606
|
-
.chat-embed__sidebar[data-v-
|
|
2770
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2607
2771
|
background: #f6f7fa;
|
|
2608
2772
|
display: flex;
|
|
2609
2773
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2612,7 +2776,7 @@ h4[data-v-0b0c189e] {
|
|
|
2612
2776
|
width: 260px;
|
|
2613
2777
|
height: 100%;
|
|
2614
2778
|
}
|
|
2615
|
-
.chat-embed__main[data-v-
|
|
2779
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2616
2780
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2617
2781
|
box-sizing: border-box;
|
|
2618
2782
|
overflow: hidden;
|
|
@@ -2623,7 +2787,7 @@ h4[data-v-0b0c189e] {
|
|
|
2623
2787
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2624
2788
|
overflow: hidden; /* 防止内容溢出 */
|
|
2625
2789
|
}
|
|
2626
|
-
.chat-embed__main_content[data-v-
|
|
2790
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2627
2791
|
flex: 1;
|
|
2628
2792
|
box-sizing: border-box;
|
|
2629
2793
|
min-height: 0;
|
|
@@ -2631,21 +2795,21 @@ h4[data-v-0b0c189e] {
|
|
|
2631
2795
|
/* overflow-y: auto;
|
|
2632
2796
|
margin-bottom: 12px; */
|
|
2633
2797
|
}
|
|
2634
|
-
.chat-embed__input_container[data-v-
|
|
2798
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2635
2799
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2636
2800
|
/* margin-bottom: 50px; 距离底部 */
|
|
2637
2801
|
}
|
|
2638
|
-
.header-icon[data-v-
|
|
2802
|
+
.header-icon[data-v-45fbaf17] {
|
|
2639
2803
|
cursor: pointer;
|
|
2640
2804
|
font-size: 20px;
|
|
2641
2805
|
}
|
|
2642
2806
|
|
|
2643
2807
|
/* 聊天默认推荐内容样式
|
|
2644
2808
|
*/
|
|
2645
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2809
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2646
2810
|
margin-top: 5px;
|
|
2647
2811
|
}
|
|
2648
|
-
.content-container[data-v-
|
|
2812
|
+
.content-container[data-v-45fbaf17] {
|
|
2649
2813
|
padding: 16px;
|
|
2650
2814
|
border-radius: 4px;
|
|
2651
2815
|
background: #ffffff;
|
|
@@ -2653,7 +2817,7 @@ h4[data-v-0b0c189e] {
|
|
|
2653
2817
|
border-radius: 0px 30px 30px 30px;
|
|
2654
2818
|
/* opacity: 0.6; */
|
|
2655
2819
|
}
|
|
2656
|
-
.chat-content-font[data-v-
|
|
2820
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2657
2821
|
font-family: PingFang SC, PingFang SC;
|
|
2658
2822
|
font-weight: 500;
|
|
2659
2823
|
font-size: 16px;
|
|
@@ -2663,10 +2827,10 @@ h4[data-v-0b0c189e] {
|
|
|
2663
2827
|
font-style: normal;
|
|
2664
2828
|
text-transform: none;
|
|
2665
2829
|
}
|
|
2666
|
-
[data-v-
|
|
2830
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2667
2831
|
border: none !important;
|
|
2668
2832
|
}
|
|
2669
|
-
.content-container-header[data-v-
|
|
2833
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2670
2834
|
font-size: 12px;
|
|
2671
2835
|
color: #909399;
|
|
2672
2836
|
}
|
|
@@ -2674,28 +2838,30 @@ h4[data-v-0b0c189e] {
|
|
|
2674
2838
|
/**
|
|
2675
2839
|
// 用户消息
|
|
2676
2840
|
*/
|
|
2677
|
-
.content-borderless-container
|
|
2841
|
+
.content-borderless-container {
|
|
2842
|
+
&[data-v-45fbaf17] {
|
|
2678
2843
|
background: #e1ecfd;
|
|
2679
2844
|
border-radius: 20px 0px 20px 20px;
|
|
2680
2845
|
user-select: none;
|
|
2681
2846
|
padding: 12px;
|
|
2682
2847
|
cursor: pointer;
|
|
2683
2848
|
transition: background-color 0.3s;
|
|
2684
|
-
|
|
2849
|
+
}
|
|
2850
|
+
&[data-v-45fbaf17]:hover {
|
|
2685
2851
|
background-color: #ebeef5;
|
|
2686
2852
|
}
|
|
2687
2853
|
}
|
|
2688
|
-
.footer-container
|
|
2689
|
-
[data-v-
|
|
2854
|
+
.footer-container {
|
|
2855
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2690
2856
|
margin-left: 8px;
|
|
2691
2857
|
}
|
|
2692
2858
|
}
|
|
2693
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2859
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2694
2860
|
padding: 0;
|
|
2695
2861
|
}
|
|
2696
2862
|
|
|
2697
2863
|
/* 引用文件样式 */
|
|
2698
|
-
.doc-agg-item[data-v-
|
|
2864
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2699
2865
|
width: 100%;
|
|
2700
2866
|
padding: 10px;
|
|
2701
2867
|
margin-bottom: 5px;
|
|
@@ -2705,73 +2871,28 @@ h4[data-v-0b0c189e] {
|
|
|
2705
2871
|
font-size: 12px;
|
|
2706
2872
|
color: var(--el-color-primary);
|
|
2707
2873
|
}
|
|
2708
|
-
.elx-xmarkdown-container[data-v-
|
|
2874
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2709
2875
|
padding: 0;
|
|
2710
2876
|
}
|
|
2711
|
-
|
|
2712
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2713
|
-
width: 100%;
|
|
2714
|
-
height: 100%;
|
|
2715
|
-
border: none;
|
|
2716
|
-
opacity: 1;
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2720
|
-
display: flex;
|
|
2721
|
-
align-items: center;
|
|
2722
|
-
flex-shrink: 0;
|
|
2723
|
-
min-width: max-content;
|
|
2724
|
-
margin-left: auto;
|
|
2725
|
-
gap: 10px;
|
|
2726
|
-
}
|
|
2727
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2728
|
-
display: flex;
|
|
2729
|
-
align-items: center;
|
|
2730
|
-
justify-content: center;
|
|
2731
|
-
margin-top: 10px;
|
|
2732
|
-
gap: 10px;
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2736
|
-
width: 100%;
|
|
2737
|
-
height: 100%;
|
|
2738
|
-
border: none;
|
|
2739
|
-
opacity: 1;
|
|
2740
|
-
}
|
|
2741
|
-
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2742
|
-
margin-right: 5px;
|
|
2743
|
-
}
|
|
2744
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2745
|
-
margin-left: 5px;
|
|
2746
|
-
}
|
|
2747
|
-
.svg-icon[data-v-019891df] {
|
|
2748
|
-
width: 1.2em;
|
|
2749
|
-
height: 1.2em;
|
|
2750
|
-
vertical-align: -0.25em;
|
|
2751
|
-
fill: currentColor;
|
|
2752
|
-
overflow: initial;
|
|
2753
|
-
}
|
|
2754
|
-
[data-v-90635647] .el-range-separator {
|
|
2755
|
-
min-width: 20px;
|
|
2756
|
-
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2877
|
+
[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 {
|
|
2757
2878
|
user-select: text !important;
|
|
2758
2879
|
-webkit-user-select: text !important;
|
|
2759
2880
|
-moz-user-select: text !important;
|
|
2760
2881
|
-ms-user-select: text !important;
|
|
2761
2882
|
}
|
|
2762
|
-
.slide-up-enter-active[data-v-
|
|
2763
|
-
.slide-up-leave-active[data-v-
|
|
2883
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2884
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2764
2885
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2765
2886
|
}
|
|
2766
|
-
.slide-up-enter-from[data-v-
|
|
2767
|
-
.slide-up-leave-to[data-v-
|
|
2887
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2888
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2768
2889
|
transform: translateY(100%);
|
|
2769
2890
|
}
|
|
2770
2891
|
|
|
2771
2892
|
/**
|
|
2772
2893
|
* 聊天窗口的样式设置
|
|
2773
2894
|
*/
|
|
2774
|
-
.chat-container[data-v-
|
|
2895
|
+
.chat-container[data-v-e9aa835d] {
|
|
2775
2896
|
--header-height: 56px;
|
|
2776
2897
|
--chat-padding: 12px;
|
|
2777
2898
|
--bubble-content-max-width: 0px;
|
|
@@ -2783,25 +2904,25 @@ h4[data-v-0b0c189e] {
|
|
|
2783
2904
|
flex-direction: row; /* 横向排列 */
|
|
2784
2905
|
height: 100%; /* 父容器高度 */
|
|
2785
2906
|
}
|
|
2786
|
-
.small-window[data-v-
|
|
2907
|
+
.small-window[data-v-e9aa835d] {
|
|
2787
2908
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2788
2909
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2789
2910
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2790
2911
|
border-radius: 8px;
|
|
2791
2912
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2792
2913
|
}
|
|
2793
|
-
.full-screen[data-v-
|
|
2914
|
+
.full-screen[data-v-e9aa835d] {
|
|
2794
2915
|
right: 0;
|
|
2795
2916
|
bottom: 0;
|
|
2796
2917
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2797
2918
|
}
|
|
2798
|
-
.chat-container
|
|
2919
|
+
.chat-container[data-v-e9aa835d] > * {
|
|
2799
2920
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2800
2921
|
}
|
|
2801
2922
|
|
|
2802
2923
|
/* 聊天窗口的头部样式设置
|
|
2803
2924
|
*/
|
|
2804
|
-
.chat-embed__header_container[data-v-
|
|
2925
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2805
2926
|
/* border-bottom: 1px solid #ddd; */
|
|
2806
2927
|
display: flex;
|
|
2807
2928
|
align-items: center;
|
|
@@ -2811,7 +2932,7 @@ h4[data-v-0b0c189e] {
|
|
|
2811
2932
|
overflow: hidden;
|
|
2812
2933
|
position: relative;
|
|
2813
2934
|
}
|
|
2814
|
-
.session-subject[data-v-
|
|
2935
|
+
.session-subject[data-v-e9aa835d] {
|
|
2815
2936
|
display: block;
|
|
2816
2937
|
margin: 0 auto;
|
|
2817
2938
|
text-align: center;
|
|
@@ -2826,17 +2947,17 @@ h4[data-v-0b0c189e] {
|
|
|
2826
2947
|
|
|
2827
2948
|
/* 聊天窗口的头部图标样式设置
|
|
2828
2949
|
*/
|
|
2829
|
-
.chat-embed__header_avatar[data-v-
|
|
2950
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2830
2951
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2831
2952
|
margin-right: var(--chat-padding);
|
|
2832
2953
|
}
|
|
2833
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2954
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2834
2955
|
right: 20px;
|
|
2835
2956
|
position: absolute;
|
|
2836
2957
|
gap: 28px;
|
|
2837
2958
|
display: flex;
|
|
2838
2959
|
}
|
|
2839
|
-
.chat-embed__sidebar[data-v-
|
|
2960
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2840
2961
|
background: #f6f7fa;
|
|
2841
2962
|
display: flex;
|
|
2842
2963
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2845,7 +2966,7 @@ h4[data-v-0b0c189e] {
|
|
|
2845
2966
|
width: 260px;
|
|
2846
2967
|
height: 100%;
|
|
2847
2968
|
}
|
|
2848
|
-
.chat-embed__main[data-v-
|
|
2969
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2849
2970
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2850
2971
|
box-sizing: border-box;
|
|
2851
2972
|
overflow: hidden;
|
|
@@ -2856,7 +2977,7 @@ h4[data-v-0b0c189e] {
|
|
|
2856
2977
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2857
2978
|
overflow: hidden; /* 防止内容溢出 */
|
|
2858
2979
|
}
|
|
2859
|
-
.chat-embed__main_content[data-v-
|
|
2980
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2860
2981
|
flex: 1;
|
|
2861
2982
|
box-sizing: border-box;
|
|
2862
2983
|
min-height: 0;
|
|
@@ -2864,21 +2985,21 @@ h4[data-v-0b0c189e] {
|
|
|
2864
2985
|
/* overflow-y: auto;
|
|
2865
2986
|
margin-bottom: 12px; */
|
|
2866
2987
|
}
|
|
2867
|
-
.chat-embed__input_container[data-v-
|
|
2988
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2868
2989
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2869
2990
|
/* margin-bottom: 50px; 距离底部 */
|
|
2870
2991
|
}
|
|
2871
|
-
.header-icon[data-v-
|
|
2992
|
+
.header-icon[data-v-e9aa835d] {
|
|
2872
2993
|
cursor: pointer;
|
|
2873
2994
|
font-size: 20px;
|
|
2874
2995
|
}
|
|
2875
2996
|
|
|
2876
2997
|
/* 聊天默认推荐内容样式
|
|
2877
2998
|
*/
|
|
2878
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2999
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2879
3000
|
margin-top: 5px;
|
|
2880
3001
|
}
|
|
2881
|
-
.content-container[data-v-
|
|
3002
|
+
.content-container[data-v-e9aa835d] {
|
|
2882
3003
|
padding: 16px;
|
|
2883
3004
|
border-radius: 4px;
|
|
2884
3005
|
background: #ffffff;
|
|
@@ -2886,7 +3007,7 @@ h4[data-v-0b0c189e] {
|
|
|
2886
3007
|
border-radius: 0px 30px 30px 30px;
|
|
2887
3008
|
/* opacity: 0.6; */
|
|
2888
3009
|
}
|
|
2889
|
-
.chat-content-font[data-v-
|
|
3010
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2890
3011
|
font-family: PingFang SC, PingFang SC;
|
|
2891
3012
|
font-weight: 500;
|
|
2892
3013
|
font-size: 16px;
|
|
@@ -2896,10 +3017,10 @@ h4[data-v-0b0c189e] {
|
|
|
2896
3017
|
font-style: normal;
|
|
2897
3018
|
text-transform: none;
|
|
2898
3019
|
}
|
|
2899
|
-
[data-v-
|
|
3020
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2900
3021
|
border: none !important;
|
|
2901
3022
|
}
|
|
2902
|
-
.content-container-header[data-v-
|
|
3023
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2903
3024
|
font-size: 12px;
|
|
2904
3025
|
color: #909399;
|
|
2905
3026
|
}
|
|
@@ -2907,28 +3028,30 @@ h4[data-v-0b0c189e] {
|
|
|
2907
3028
|
/**
|
|
2908
3029
|
// 用户消息
|
|
2909
3030
|
*/
|
|
2910
|
-
.content-borderless-container
|
|
3031
|
+
.content-borderless-container {
|
|
3032
|
+
&[data-v-e9aa835d] {
|
|
2911
3033
|
background: #e1ecfd;
|
|
2912
3034
|
border-radius: 20px 0px 20px 20px;
|
|
2913
3035
|
user-select: none;
|
|
2914
3036
|
padding: 12px;
|
|
2915
3037
|
cursor: pointer;
|
|
2916
3038
|
transition: background-color 0.3s;
|
|
2917
|
-
|
|
3039
|
+
}
|
|
3040
|
+
&[data-v-e9aa835d]:hover {
|
|
2918
3041
|
background-color: #ebeef5;
|
|
2919
3042
|
}
|
|
2920
3043
|
}
|
|
2921
|
-
.footer-container
|
|
2922
|
-
[data-v-
|
|
3044
|
+
.footer-container {
|
|
3045
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2923
3046
|
margin-left: 8px;
|
|
2924
3047
|
}
|
|
2925
3048
|
}
|
|
2926
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3049
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2927
3050
|
padding: 0;
|
|
2928
3051
|
}
|
|
2929
3052
|
|
|
2930
3053
|
/* 引用文件样式 */
|
|
2931
|
-
.doc-agg-item[data-v-
|
|
3054
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2932
3055
|
width: 100%;
|
|
2933
3056
|
padding: 10px;
|
|
2934
3057
|
margin-bottom: 5px;
|
|
@@ -2938,111 +3061,14 @@ h4[data-v-0b0c189e] {
|
|
|
2938
3061
|
font-size: 12px;
|
|
2939
3062
|
color: var(--el-color-primary);
|
|
2940
3063
|
}
|
|
2941
|
-
.elx-xmarkdown-container[data-v-
|
|
3064
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2942
3065
|
padding: 0;
|
|
2943
|
-
}
|
|
2944
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2945
|
-
position: absolute;
|
|
2946
|
-
padding: 20px 36px;
|
|
2947
|
-
gap: 16px;
|
|
2948
|
-
display: flex;
|
|
2949
|
-
z-index: 1;
|
|
2950
|
-
}
|
|
2951
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2952
|
-
display: flex;
|
|
2953
|
-
height: 40px;
|
|
2954
|
-
padding: 10px 14px;
|
|
2955
|
-
gap: 14px;
|
|
2956
|
-
border-radius: 100px 100px 100px 100px;
|
|
2957
|
-
border: 1px solid #e5e5e5;
|
|
2958
|
-
width: 82px;
|
|
2959
|
-
font-size: 20px;
|
|
2960
|
-
}
|
|
2961
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2962
|
-
display: flex; /* 设置为水平排列 */
|
|
2963
|
-
align-items: center; /* 垂直居中 */
|
|
2964
|
-
margin-bottom: 22px;
|
|
2965
|
-
font-size: 20px;
|
|
2966
|
-
}
|
|
2967
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2968
|
-
font-family: PingFang SC, PingFang SC;
|
|
2969
|
-
font-weight: 600;
|
|
2970
|
-
font-size: 16px;
|
|
2971
|
-
color: #181818;
|
|
2972
|
-
text-align: left;
|
|
2973
|
-
font-style: normal;
|
|
2974
|
-
text-transform: none;
|
|
2975
|
-
}
|
|
2976
|
-
.right-icon[data-v-1e62eff8] {
|
|
2977
|
-
cursor: pointer;
|
|
2978
|
-
margin-left: auto;
|
|
2979
|
-
}
|
|
2980
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2981
|
-
cursor: pointer;
|
|
2982
|
-
}
|
|
2983
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2984
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2985
|
-
margin-bottom: 10px;
|
|
2986
|
-
}
|
|
2987
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2988
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2989
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2990
|
-
margin-bottom: 10px;
|
|
2991
|
-
}
|
|
2992
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2993
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2994
|
-
margin-top: 10px;
|
|
2995
|
-
margin-bottom: 20px;
|
|
2996
|
-
}
|
|
2997
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2998
|
-
background-color: #ffffff;
|
|
2999
|
-
}
|
|
3000
|
-
.date-group[data-v-1e62eff8] {
|
|
3001
|
-
margin-top: 16px;
|
|
3002
|
-
}
|
|
3003
|
-
.date-group-item[data-v-1e62eff8] {
|
|
3004
|
-
color: #81858c;
|
|
3005
|
-
font-size: 12px;
|
|
3006
|
-
user-select: none;
|
|
3007
|
-
margin-bottom: 2px;
|
|
3008
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
3009
|
-
}
|
|
3010
|
-
.menu-item[data-v-1e62eff8] {
|
|
3011
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3012
|
-
font-size: 16px;
|
|
3013
|
-
line-height: 50px;
|
|
3014
|
-
cursor: pointer;
|
|
3015
|
-
gap: 8px;
|
|
3016
|
-
border-radius: 8px;
|
|
3017
|
-
display: flex;
|
|
3018
|
-
align-items: center;
|
|
3019
|
-
}
|
|
3020
|
-
.active-item[data-v-1e62eff8] {
|
|
3021
|
-
background: #e2ebf5;
|
|
3022
|
-
color: var(--el-color-primary);
|
|
3023
|
-
}
|
|
3024
|
-
.history-item[data-v-1e62eff8] {
|
|
3025
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3026
|
-
cursor: pointer;
|
|
3027
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3028
|
-
align-items: center; /* 垂直居中 */
|
|
3029
|
-
line-height: 40px;
|
|
3030
|
-
gap: 8px;
|
|
3031
|
-
border-radius: 8px;
|
|
3032
|
-
}
|
|
3033
|
-
.history-subject[data-v-1e62eff8] {
|
|
3034
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
3035
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
3036
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3037
|
-
white-space: nowrap; /* 不换行 */
|
|
3038
|
-
}
|
|
3039
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
3040
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3041
|
-
}
|
|
3042
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
3043
|
-
background-color: #f5f5f5;
|
|
3044
3066
|
}
|
|
3045
|
-
|
|
3067
|
+
.super-icon[data-v-355d0c18] {
|
|
3068
|
+
width: 1em;
|
|
3069
|
+
height: 1em;
|
|
3070
|
+
font-size: 14px;
|
|
3071
|
+
}
|
|
3046
3072
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3073
|
.mobile-item-action[data-v-13b41596] {
|
|
3048
3074
|
z-index: 2000;
|