@web-utils/component 2.0.14 → 2.2.0
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/components/address-input/index.js → address-input/index.mjs} +9 -9
- package/affix/index.mjs +102 -0
- package/affix/style.css +1 -0
- package/aside-menu/index.mjs +58 -0
- package/avatar/index.mjs +106 -0
- package/avatar/style.css +1 -0
- package/awesome-button/index.mjs +112 -0
- package/base.css +1 -0
- package/{dist/components/capsule-tab/index.js → capsule-tab/index.mjs} +10 -10
- package/{dist/components/capsule-tab → capsule-tab}/style.css +1 -1
- package/card/index.mjs +126 -0
- package/card/style.css +1 -0
- package/carousel/index.mjs +70 -0
- package/carousel/style.css +1 -0
- package/chat/index.mjs +576 -0
- package/chat/style.css +1 -0
- package/{dist/components/chunk-file-uploader/index.js → chunk-file-uploader/index.mjs} +8 -6
- package/chunks/FormTemp.FX8xmbVB.mjs +165 -0
- package/chunks/confirmable-mixin.rTUMhoRH.mjs +106 -0
- package/chunks/dataformat.X_61lMA7.mjs +158 -0
- package/chunks/dic.6tk91Dmq.mjs +130 -0
- package/chunks/event.NHA7rYFE.mjs +236 -0
- package/{dist/chunks/76680a03.js → chunks/form-input-mixin.IKogWBfn.mjs} +2 -2
- package/{dist/chunks/b4acd3a6.js → chunks/form-item-mixin.BilKDUlK.mjs} +28 -14
- package/{dist/chunks/f71045fc.js → chunks/index.LGsb2aDq.mjs} +7 -6
- package/chunks/init.Ac4dKUJB.mjs +122 -0
- package/chunks/json-beautifier.fUZFSW5j.mjs +126 -0
- package/chunks/packages.v6r2Hr7E.mjs +58 -0
- package/chunks/permission.E9kZbW48.mjs +16 -0
- package/chunks/slot.j1uMmBnG.mjs +27 -0
- package/{dist/chunks/8c0142e0.js → chunks/tab-mixin.tM9jcRT8.mjs} +1 -1
- package/chunks/util.C2Bhx22L.mjs +259 -0
- package/{dist/chunks/5d4282fb.js → chunks/vueComponentNormalizer.JwmUNtgn.mjs} +3 -1
- package/{dist/components/code-mirror-editor/index.js → code-mirror-editor/index.mjs} +41 -38
- package/code-mirror-editor/style.css +1 -0
- package/{dist/components/color-picker/index.js → color-picker/index.mjs} +41 -23
- package/comment/index.mjs +90 -0
- package/comment/style.css +1 -0
- package/{dist/components/confirm-button/index.js → confirm-button/index.mjs} +2 -2
- package/{dist/components/confirmable/index.js → confirmable/index.mjs} +2 -2
- package/{dist/components/context-menu/index.js → context-menu/index.mjs} +27 -15
- package/context-menu/style.css +1 -0
- package/count-up/index.mjs +131 -0
- package/custom-scrollbar/index.mjs +116 -0
- package/data-box/index.mjs +97 -0
- package/data-box/style.css +1 -0
- package/data-card/index.mjs +98 -0
- package/data-card/style.css +1 -0
- package/data-cardtext/index.mjs +82 -0
- package/data-cardtext/style.css +1 -0
- package/data-display/index.mjs +97 -0
- package/data-display/style.css +1 -0
- package/data-icons/index.mjs +104 -0
- package/data-icons/style.css +1 -0
- package/data-imgtext/index.mjs +106 -0
- package/data-imgtext/style.css +1 -0
- package/data-operatext/index.mjs +99 -0
- package/data-operatext/style.css +1 -0
- package/data-panel/index.mjs +93 -0
- package/data-panel/style.css +1 -0
- package/data-pay/index.mjs +152 -0
- package/data-pay/style.css +1 -0
- package/data-price/index.mjs +84 -0
- package/data-price/style.css +1 -0
- package/data-progress/index.mjs +97 -0
- package/data-progress/style.css +1 -0
- package/data-rotate/index.mjs +96 -0
- package/data-rotate/style.css +1 -0
- package/{dist/components/data-table-picker/index.js → data-table-picker/index.mjs} +22 -22
- package/data-tabs/index.mjs +94 -0
- package/data-tabs/style.css +1 -0
- package/dialog-form/index.mjs +148 -0
- package/dialog-form/style.css +1 -0
- package/{dist/components/dynamic-table/index.js → dynamic-table/index.mjs} +11 -11
- package/dynamic-table/style.css +1 -0
- package/{dist/components/e-charts/index.js → e-charts/index.mjs} +33 -46
- package/easy-popup/index.mjs +136 -0
- package/easy-popup/style.css +1 -0
- package/{dist/components/editable-progress/index.js → editable-progress/index.mjs} +1 -1
- package/editable-progress/style.css +1 -0
- package/editable-tree/index.mjs +844 -0
- package/editable-tree/style.css +1 -0
- package/{dist/components/egd-collapse/index.js → egd-collapse/index.mjs} +1 -1
- package/{dist/components/egd-collapse-item/index.js → egd-collapse-item/index.mjs} +14 -12
- package/{dist/components/element-dialog/index.js → element-dialog/index.mjs} +88 -35
- package/element-dialog/style.css +1 -0
- package/{dist/components/empty-view/index.js → empty-view/index.mjs} +9 -9
- package/empty-view/style.css +1 -0
- package/{dist/components/error-view/index.js → error-view/index.mjs} +13 -13
- package/error-view/style.css +1 -0
- package/flex-column/index.mjs +62 -0
- package/flex-item/index.mjs +81 -0
- package/flex-row/index.mjs +62 -0
- package/{dist/components/flex-scroller/index.js → flex-scroller/index.mjs} +5 -5
- package/flex-scroller/style.css +1 -0
- package/flow/index.mjs +277 -0
- package/flow/style.css +1 -0
- package/flow-designer/index.mjs +10184 -0
- package/flow-designer/style.css +1 -0
- package/flow-node/index.mjs +102 -0
- package/flow-viewer/index.mjs +209 -0
- package/flow-viewer/style.css +1 -0
- package/form-block/index.mjs +156 -0
- package/form-block/style.css +1 -0
- package/form-button/index.mjs +58 -0
- package/{dist/components/form-cascader/index.js → form-cascader/index.mjs} +41 -29
- package/{dist/components/form-checkbox-group/index.js → form-checkbox-group/index.mjs} +47 -36
- package/form-checkbox-group/style.css +1 -0
- package/{dist/components/form-date-picker/index.js → form-date-picker/index.mjs} +45 -36
- package/form-holder/index.mjs +129 -0
- package/{dist/components/form-input/index.js → form-input/index.mjs} +34 -23
- package/{dist/components/form-input-email/index.js → form-input-email/index.mjs} +36 -25
- package/{dist/components/form-input-id-card/index.js → form-input-id-card/index.mjs} +35 -24
- package/{dist/components/form-input-number/index.js → form-input-number/index.mjs} +40 -29
- package/{dist/components/form-input-phone-number/index.js → form-input-phone-number/index.mjs} +37 -26
- package/form-input-tag/index.mjs +108 -0
- package/{dist/components/form-input-time/index.js → form-input-time/index.mjs} +40 -29
- package/form-item/index.mjs +147 -0
- package/{dist/components/form-item → form-item}/style.css +1 -1
- package/{dist/components/form-item-config-provider/index.js → form-item-config-provider/index.mjs} +1 -1
- package/{dist/components/form-item-group/index.js → form-item-group/index.mjs} +4 -4
- package/form-item-group/style.css +1 -0
- package/{dist/components/form-radio-group/index.js → form-radio-group/index.mjs} +51 -40
- package/form-radio-group/style.css +1 -0
- package/{dist/components/form-select/index.js → form-select/index.mjs} +40 -29
- package/{dist/components/form-switch/index.js → form-switch/index.mjs} +35 -24
- package/form-textarea/index.mjs +113 -0
- package/{dist/components/form-view/index.js → form-view/index.mjs} +72 -44
- package/form-view/style.css +1 -0
- package/fy-array/index.mjs +158 -0
- package/fy-array/style.css +1 -0
- package/fy-article/index.mjs +93 -0
- package/fy-article/style.css +1 -0
- package/fy-cascader/index.mjs +132 -0
- package/fy-checkbox/index.mjs +117 -0
- package/fy-checkbox/style.css +1 -0
- package/fy-code/index.mjs +66 -0
- package/fy-curd/index.mjs +3119 -0
- package/fy-curd/style.css +1 -0
- package/fy-date/index.mjs +84 -0
- package/fy-date/style.css +1 -0
- package/fy-draggable/index.mjs +382 -0
- package/fy-draggable/style.css +1 -0
- package/fy-dynamic/index.mjs +337 -0
- package/fy-dynamic/style.css +1 -0
- package/fy-empty/index.mjs +59 -0
- package/fy-empty/style.css +1 -0
- package/fy-form/index.mjs +993 -0
- package/fy-form/style.css +1 -0
- package/fy-form-design/index.mjs +7483 -0
- package/fy-form-design/style.css +1 -0
- package/fy-input/index.mjs +171 -0
- package/fy-input-color/index.mjs +101 -0
- package/fy-input-icon/index.mjs +169 -0
- package/fy-input-icon/style.css +1 -0
- package/fy-input-map/index.mjs +279 -0
- package/fy-input-map/style.css +1 -0
- package/fy-input-number/index.mjs +87 -0
- package/fy-input-table/index.mjs +172 -0
- package/fy-input-table/style.css +1 -0
- package/fy-input-tree/index.mjs +267 -0
- package/fy-input-tree/style.css +1 -0
- package/fy-progress/index.mjs +60 -0
- package/fy-radio/index.mjs +70 -0
- package/fy-radio/style.css +1 -0
- package/fy-rate/index.mjs +106 -0
- package/fy-rate/style.css +1 -0
- package/fy-select/index.mjs +225 -0
- package/fy-select/style.css +1 -0
- package/fy-slider/index.mjs +79 -0
- package/fy-switch/index.mjs +74 -0
- package/fy-tabs/index.mjs +92 -0
- package/fy-time/index.mjs +95 -0
- package/fy-title/index.mjs +40 -0
- package/fy-title/style.css +1 -0
- package/fy-tree/index.mjs +433 -0
- package/fy-tree/style.css +1 -0
- package/fy-u-editor/index.mjs +398 -0
- package/fy-u-editor/style.css +1 -0
- package/fy-upload/index.mjs +592 -0
- package/fy-upload/style.css +1 -0
- package/{dist/components/guide-steps/index.js → guide-steps/index.mjs} +12 -12
- package/{dist/components/guide-steps → guide-steps}/style.css +1 -1
- package/highlight-j-s/index.mjs +76 -0
- package/highlight-j-s/style.css +1 -0
- package/{dist/components/icon-card/index.js → icon-card/index.mjs} +9 -9
- package/{dist/components/icon-card → icon-card}/style.css +1 -1
- package/icon-temp/index.mjs +50 -0
- package/icon-temp/style.css +1 -0
- package/{dist/components/iframe-window/index.js → iframe-window/index.mjs} +5 -5
- package/iframe-window/style.css +1 -0
- package/image-cropper/index.mjs +249 -0
- package/image-cropper/style.css +1 -0
- package/image-preview/index.mjs +260 -0
- package/image-preview/style.css +1 -0
- package/{dist/components/image-viewer/index.js → image-viewer/index.mjs} +5 -5
- package/image-viewer/style.css +1 -0
- package/index.mjs +627 -0
- package/{dist/components/input-number/index.js → input-number/index.mjs} +2 -2
- package/{dist/components/input-number-range/index.js → input-number-range/index.mjs} +7 -7
- package/input-number-range/style.css +1 -0
- package/{dist/components/keep-view-alive/index.js → keep-view-alive/index.mjs} +6 -2
- package/keyboard/index.mjs +384 -0
- package/keyboard/style.css +1 -0
- package/license/index.mjs +134 -0
- package/{dist/components/loading-view/index.js → loading-view/index.mjs} +5 -5
- package/loading-view/style.css +1 -0
- package/login/index.mjs +250 -0
- package/login/style.css +1 -0
- package/monaco-editor/index.mjs +197 -0
- package/name-avatar/index.mjs +66 -0
- package/name-avatar/style.css +1 -0
- package/{dist/components/nav-bar/index.js → nav-bar/index.mjs} +8 -8
- package/nav-bar/style.css +1 -0
- package/not-implement/index.mjs +35 -0
- package/not-implement/style.css +1 -0
- package/notice/index.mjs +143 -0
- package/notice/style.css +1 -0
- package/package.json +41 -148
- package/{dist/components/page/index.js → page/index.mjs} +8 -8
- package/{dist/components/page-header/index.js → page-header/index.mjs} +6 -6
- package/{dist/components/page-index/index.js → page-index/index.mjs} +58 -34
- package/page-index/style.css +1 -0
- package/page-index-top/index.mjs +141 -0
- package/page-skeleton/index.mjs +67 -0
- package/page-skeleton/style.css +1 -0
- package/{dist/components/page-skeleton-new/index.js → page-skeleton-new/index.mjs} +3 -3
- package/page-skeleton-new/style.css +1 -0
- package/{dist/components/pageable-table/index.js → pageable-table/index.mjs} +149 -100
- package/pageable-table/style.css +1 -0
- package/{dist/components/pageable-view/index.js → pageable-view/index.mjs} +118 -68
- package/pageable-view/style.css +1 -0
- package/photo-swipe/index.mjs +129 -0
- package/present-view/index.mjs +365 -0
- package/present-view/style.css +1 -0
- package/queue/index.mjs +71 -0
- package/queue/style.css +1 -0
- package/record-video/index.mjs +173 -0
- package/record-video/style.css +1 -0
- package/{dist/components/resize-observer/index.js → resize-observer/index.mjs} +6 -6
- package/resize-observer/style.css +1 -0
- package/search/index.mjs +143 -0
- package/search/style.css +1 -0
- package/{dist/components/search-popover/index.js → search-popover/index.mjs} +64 -43
- package/search-popover/style.css +1 -0
- package/sign/index.mjs +132 -0
- package/sign/style.css +1 -0
- package/{dist/components/sign-panel/index.js → sign-panel/index.mjs} +18 -5
- package/sign-panel/style.css +1 -0
- package/skeleton/index.mjs +82 -0
- package/skeleton/style.css +1 -0
- package/{dist/components/split-pane/index.js → split-pane/index.mjs} +125 -28
- package/split-pane/style.css +1 -0
- package/{dist/components/stateful/index.js → stateful/index.mjs} +12 -12
- package/{dist/components/stateful → stateful}/style.css +1 -1
- package/{dist/components/static-pageable-table/index.js → static-pageable-table/index.mjs} +10 -10
- package/static-pageable-table/style.css +1 -0
- package/{dist/components/swiper/index.js → swiper/index.mjs} +49 -24
- package/swiper/style.css +1 -0
- package/{dist/components/tab/index.js → tab/index.mjs} +4 -2
- package/tab/style.css +1 -0
- package/{dist/components/tab-item/index.js → tab-item/index.mjs} +3 -3
- package/{dist/components/table-column/index.js → table-column/index.mjs} +35 -22
- package/{dist/components/table-view/index.js → table-view/index.mjs} +91 -64
- package/table-view/style.css +1 -0
- package/{dist/components/tag-render/index.js → tag-render/index.mjs} +45 -26
- package/tag-render/style.css +1 -0
- package/text-ellipsis/index.mjs +108 -0
- package/text-ellipsis/style.css +1 -0
- package/{dist/components/tinymce-wrapper/index.js → tinymce-editor/index.mjs} +446 -71
- package/tinymce-editor/style.css +1 -0
- package/{dist/components/toolbar/index.js → toolbar/index.mjs} +21 -21
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.mjs +108 -0
- package/toolbar-button/style.css +1 -0
- package/verify/index.mjs +80 -0
- package/verify/style.css +1 -0
- package/vue-cron/index.mjs +1410 -0
- package/vue-cron/style.css +1 -0
- package/vue-qr-code/index.mjs +83 -0
- package/vue-quill-editor/index.mjs +117 -0
- package/vue-quill-editor/style.css +1 -0
- package/{dist/components/vue-tags-input/index.js → vue-tags-input/index.mjs} +115 -1
- package/vue-tags-input/style.css +1 -0
- package/vue-tree-select/index.mjs +2881 -0
- package/vue-tree-select/style.css +1 -0
- package/vue-video-player/index.mjs +192 -0
- package/vue-video-player/style.css +1 -0
- package/watermark/index.mjs +95 -0
- package/watermark/style.css +1 -0
- package/web-types.json +14033 -2752
- package/x-input-tag/index.mjs +203 -0
- package/x-input-tag/style.css +1 -0
- package/README.md +0 -27
- package/dist/chunks/3a79781b.js +0 -75
- package/dist/chunks/5a78e0db.js +0 -16
- package/dist/chunks/97652d86.js +0 -26
- package/dist/components/aside-menu/index.js +0 -58
- package/dist/components/awesome-button/index.js +0 -82
- package/dist/components/base.css +0 -1
- package/dist/components/chunk-file-uploader-button/index.js +0 -60
- package/dist/components/chunk-file-uploader-button/style.css +0 -1
- package/dist/components/chunk-file-uploader-drop/index.js +0 -65
- package/dist/components/chunk-file-uploader-drop/style.css +0 -1
- package/dist/components/chunk-file-uploader-file/index.js +0 -311
- package/dist/components/chunk-file-uploader-file/style.css +0 -1
- package/dist/components/chunk-file-uploader-files/index.js +0 -49
- package/dist/components/chunk-file-uploader-files/style.css +0 -1
- package/dist/components/chunk-file-uploader-list/index.js +0 -50
- package/dist/components/chunk-file-uploader-list/style.css +0 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +0 -51
- package/dist/components/chunk-file-uploader-un-support/style.css +0 -1
- package/dist/components/code-mirror-editor/style.css +0 -1
- package/dist/components/context-menu/style.css +0 -1
- package/dist/components/custom-scrollbar/index.js +0 -149
- package/dist/components/dynamic-table/style.css +0 -1
- package/dist/components/editable-progress/style.css +0 -1
- package/dist/components/editable-tree/index.js +0 -789
- package/dist/components/editable-tree/style.css +0 -1
- package/dist/components/element-dialog/style.css +0 -1
- package/dist/components/empty-view/style.css +0 -1
- package/dist/components/error-view/style.css +0 -1
- package/dist/components/flex-column/index.js +0 -50
- package/dist/components/flex-item/index.js +0 -66
- package/dist/components/flex-row/index.js +0 -50
- package/dist/components/flex-scroller/style.css +0 -1
- package/dist/components/form-button/index.js +0 -80
- package/dist/components/form-checkbox-group/style.css +0 -1
- package/dist/components/form-holder/index.js +0 -90
- package/dist/components/form-item/index.js +0 -119
- package/dist/components/form-item-group/style.css +0 -1
- package/dist/components/form-radio-group/style.css +0 -1
- package/dist/components/form-textarea/index.js +0 -102
- package/dist/components/form-view/style.css +0 -1
- package/dist/components/iframe-window/style.css +0 -1
- package/dist/components/image-viewer/style.css +0 -1
- package/dist/components/input-number-range/style.css +0 -1
- package/dist/components/loading-view/style.css +0 -1
- package/dist/components/nav-bar/style.css +0 -1
- package/dist/components/not-implement/index.js +0 -35
- package/dist/components/not-implement/style.css +0 -1
- package/dist/components/page-index/style.css +0 -1
- package/dist/components/page-index-top/index.js +0 -119
- package/dist/components/page-skeleton/index.js +0 -56
- package/dist/components/page-skeleton/style.css +0 -1
- package/dist/components/page-skeleton-new/style.css +0 -1
- package/dist/components/pageable-table/style.css +0 -1
- package/dist/components/pageable-view/style.css +0 -1
- package/dist/components/photo-swipe/index.js +0 -187
- package/dist/components/photo-swipe/style.css +0 -1
- package/dist/components/resize-observer/style.css +0 -1
- package/dist/components/search-popover/style.css +0 -1
- package/dist/components/sign-panel/style.css +0 -1
- package/dist/components/split-pane/style.css +0 -1
- package/dist/components/static-pageable-table/style.css +0 -1
- package/dist/components/swiper/style.css +0 -1
- package/dist/components/tab/style.css +0 -1
- package/dist/components/table-view/style.css +0 -1
- package/dist/components/tag-render/style.css +0 -1
- package/dist/components/tinymce-editor/index.js +0 -173
- package/dist/components/tinymce-editor/style.css +0 -1
- package/dist/components/tinymce-wrapper/style.css +0 -1
- package/dist/components/toolbar/style.css +0 -1
- package/dist/components/toolbar-button/index.js +0 -90
- package/dist/components/toolbar-button/style.css +0 -1
- package/dist/components/trigger/index.js +0 -71
- package/dist/components/vue-tags-input/style.css +0 -1
- package/dist/components/watermark/index.js +0 -63
- package/dist/components/watermark/style.css +0 -1
- package/dist/components/x-dialog/index.js +0 -173
- package/dist/components/x-dialog/style.css +0 -1
- package/dist/index.css +0 -2060
- package/dist/index.es.js +0 -13236
- /package/{dist/components/address-input → address-input}/style.css +0 -0
- /package/{dist/components/aside-menu → aside-menu}/style.css +0 -0
- /package/{dist/components/chunk-file-uploader → chunk-file-uploader}/style.css +0 -0
- /package/{dist/chunks/61ad06b2.js → chunks/form-pick-mixin.y-qhZJi6.mjs} +0 -0
- /package/{dist/chunks/41a066be.js → chunks/input-number-mixin.GE2zr_3s.mjs} +0 -0
- /package/{dist/components/e-charts → e-charts}/style.css +0 -0
- /package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
- /package/{dist/components/input-number → input-number}/style.css +0 -0
- /package/{dist/components/j-s-x-component/index.js → j-s-x-component/index.mjs} +0 -0
- /package/{dist/components/page → page}/style.css +0 -0
- /package/{dist/components/page-header → page-header}/style.css +0 -0
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { treeToArray as u, findFirstMatchNode as s } from "@web-utils/core";
|
|
2
|
-
import { n as o } from "../../chunks/5d4282fb.js";
|
|
3
|
-
var c = function() {
|
|
4
|
-
var t = this, e = t.$createElement, a = t._self._c || e;
|
|
5
|
-
return t.menus && t.menus.length ? a("PageSkeleton", {
|
|
6
|
-
scopedSlots: t._u([{
|
|
7
|
-
key: "header",
|
|
8
|
-
fn: function() {
|
|
9
|
-
return [a("PageHeader", {
|
|
10
|
-
scopedSlots: t._u([{
|
|
11
|
-
key: "section-title",
|
|
12
|
-
fn: function() {
|
|
13
|
-
return [a("ElTabs", {
|
|
14
|
-
on: {
|
|
15
|
-
"tab-click": t.tabClick
|
|
16
|
-
},
|
|
17
|
-
model: {
|
|
18
|
-
value: t.activeTab,
|
|
19
|
-
callback: function(n) {
|
|
20
|
-
t.activeTab = n;
|
|
21
|
-
},
|
|
22
|
-
expression: "activeTab"
|
|
23
|
-
}
|
|
24
|
-
}, t._l(t.menus, function(n) {
|
|
25
|
-
return a("ElTabPane", {
|
|
26
|
-
key: n.path,
|
|
27
|
-
attrs: {
|
|
28
|
-
label: n.label,
|
|
29
|
-
name: `${n.path}`
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
}), 1)];
|
|
33
|
-
},
|
|
34
|
-
proxy: !0
|
|
35
|
-
}], null, !1, 412017982)
|
|
36
|
-
})];
|
|
37
|
-
},
|
|
38
|
-
proxy: !0
|
|
39
|
-
}], null, !1, 2288233724)
|
|
40
|
-
}, [t._t("default", function() {
|
|
41
|
-
return [a("EmptyView", {
|
|
42
|
-
attrs: {
|
|
43
|
-
"empty-tips": t.tips
|
|
44
|
-
}
|
|
45
|
-
})];
|
|
46
|
-
})], 2) : a("EmptyView", {
|
|
47
|
-
attrs: {
|
|
48
|
-
"empty-tips": "暂无权限!"
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
}, l = [];
|
|
52
|
-
const p = {
|
|
53
|
-
name: "PageIndexTop",
|
|
54
|
-
props: {
|
|
55
|
-
menus: {
|
|
56
|
-
type: Array,
|
|
57
|
-
default: () => []
|
|
58
|
-
},
|
|
59
|
-
tips: {
|
|
60
|
-
type: String,
|
|
61
|
-
default: "请添加页面内容!"
|
|
62
|
-
},
|
|
63
|
-
schema: {
|
|
64
|
-
type: String,
|
|
65
|
-
default: ""
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
data() {
|
|
69
|
-
return {
|
|
70
|
-
activeTab: ""
|
|
71
|
-
};
|
|
72
|
-
},
|
|
73
|
-
watch: {
|
|
74
|
-
menus: "activeFirstMenu"
|
|
75
|
-
},
|
|
76
|
-
mounted() {
|
|
77
|
-
this.activeFirstMenu();
|
|
78
|
-
},
|
|
79
|
-
methods: {
|
|
80
|
-
async activeFirstMenu() {
|
|
81
|
-
if (u(this.menus).map((e) => e.path).filter((e) => e).includes(this.$route.path))
|
|
82
|
-
this.activeTab = this.$route.path;
|
|
83
|
-
else {
|
|
84
|
-
const e = s(this.menus, (a) => a.path);
|
|
85
|
-
e && (this.activeTab = e.path, await this.$router.push({ path: e.path, query: e.query }));
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
async tabClick(t) {
|
|
89
|
-
await this.$router.push(t.name);
|
|
90
|
-
},
|
|
91
|
-
async beforeRouteUpdate(t, e, a) {
|
|
92
|
-
if (t.path === this.schema) {
|
|
93
|
-
const n = s(this.menus, (i) => i.path);
|
|
94
|
-
n ? (await a({ path: n.path, query: n.query }), this.activeTab = n.path) : await a(!1);
|
|
95
|
-
} else
|
|
96
|
-
await a();
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}, r = {};
|
|
100
|
-
var h = /* @__PURE__ */ o(
|
|
101
|
-
p,
|
|
102
|
-
c,
|
|
103
|
-
l,
|
|
104
|
-
!1,
|
|
105
|
-
m,
|
|
106
|
-
null,
|
|
107
|
-
null,
|
|
108
|
-
null
|
|
109
|
-
);
|
|
110
|
-
function m(t) {
|
|
111
|
-
for (let e in r)
|
|
112
|
-
this[e] = r[e];
|
|
113
|
-
}
|
|
114
|
-
const y = /* @__PURE__ */ function() {
|
|
115
|
-
return h.exports;
|
|
116
|
-
}();
|
|
117
|
-
export {
|
|
118
|
-
y as default
|
|
119
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { n as o } from "../../chunks/5d4282fb.js";
|
|
2
|
-
var a = function() {
|
|
3
|
-
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
4
|
-
return n("Page", {
|
|
5
|
-
staticClass: "page-skeleton"
|
|
6
|
-
}, [e.header ? e._t("header", function() {
|
|
7
|
-
return [e.title ? n("PageHeader", {
|
|
8
|
-
attrs: {
|
|
9
|
-
title: e.title
|
|
10
|
-
}
|
|
11
|
-
}) : n("NavBar")];
|
|
12
|
-
}) : e._e(), n("div", {
|
|
13
|
-
class: ["page-content", {
|
|
14
|
-
"flex-column": e.flexColumn,
|
|
15
|
-
"flex-row": e.flexRow,
|
|
16
|
-
"content-scroll": e.contentScroll
|
|
17
|
-
}, e.contentClass]
|
|
18
|
-
}, [e._t("default")], 2)], 2);
|
|
19
|
-
}, r = [];
|
|
20
|
-
const s = {
|
|
21
|
-
name: "PageSkeleton",
|
|
22
|
-
props: {
|
|
23
|
-
title: String,
|
|
24
|
-
flexColumn: Boolean,
|
|
25
|
-
flexRow: Boolean,
|
|
26
|
-
header: {
|
|
27
|
-
type: Boolean,
|
|
28
|
-
default: !0
|
|
29
|
-
},
|
|
30
|
-
contentClass: String,
|
|
31
|
-
contentScroll: {
|
|
32
|
-
type: Boolean,
|
|
33
|
-
default: !0
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}, l = {};
|
|
37
|
-
var c = /* @__PURE__ */ o(
|
|
38
|
-
s,
|
|
39
|
-
a,
|
|
40
|
-
r,
|
|
41
|
-
!1,
|
|
42
|
-
_,
|
|
43
|
-
null,
|
|
44
|
-
null,
|
|
45
|
-
null
|
|
46
|
-
);
|
|
47
|
-
function _(e) {
|
|
48
|
-
for (let t in l)
|
|
49
|
-
this[t] = l[t];
|
|
50
|
-
}
|
|
51
|
-
const i = /* @__PURE__ */ function() {
|
|
52
|
-
return c.exports;
|
|
53
|
-
}();
|
|
54
|
-
export {
|
|
55
|
-
i as default
|
|
56
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.page-skeleton .page-content{position:relative;flex:1 1 auto;width:100%;height:100%}.page-skeleton .page-content.content-scroll{overflow:auto}.page-skeleton .page-content.flex-column{display:flex;flex-direction:column;height:0}.page-skeleton .page-content.flex-row{display:flex}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.page-skeleton-new .page-skeleton-new-header{display:flex;flex-direction:row;height:40px;margin:0 10px;line-height:40px;border-bottom:2px #eee solid}.page-skeleton-new .page-skeleton-new-header .align-end{justify-content:flex-end}.page-skeleton-new .page-skeleton-new-left{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-right{flex:1 1 auto;display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content{flex:1 1 auto;position:relative;width:100%;height:100%}.page-skeleton-new .page-skeleton-new-page-content.content-scroll{overflow:auto}.page-skeleton-new .page-skeleton-new-page-content.flex-column{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content.flex-row{display:flex}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table .single-select-column .el-radio__label{padding:0}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}
|
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
import "photoswipe/dist/photoswipe.css";
|
|
2
|
-
import "photoswipe/dist/default-skin/default-skin.css";
|
|
3
|
-
import f from "photoswipe";
|
|
4
|
-
import p from "photoswipe/dist/photoswipe-ui-default";
|
|
5
|
-
import { n as u } from "../../chunks/5d4282fb.js";
|
|
6
|
-
function d(t, r, A, a) {
|
|
7
|
-
const e = new f(t, r, A, {
|
|
8
|
-
getThumbBoundsFn: function(s) {
|
|
9
|
-
const i = A[s].el.getElementsByTagName("img")[0] || A[s].el, l = window.pageYOffset || document.documentElement.scrollTop, o = i.getBoundingClientRect();
|
|
10
|
-
return { x: o.left, y: o.top + l, w: o.width };
|
|
11
|
-
},
|
|
12
|
-
...a
|
|
13
|
-
});
|
|
14
|
-
e.initHistory = () => {
|
|
15
|
-
}, e.init();
|
|
16
|
-
const n = e.handleEvent;
|
|
17
|
-
e.handleEvent = function(s) {
|
|
18
|
-
s.target.classList.contains("pswp__error-msg") ? e.close() : n(s);
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
async function v(t, r, A, a = { selector: "chat-image" }) {
|
|
22
|
-
const e = t.target;
|
|
23
|
-
if (!(!e || e.classList.contains(a.selector) || e.tagName === "IMG"))
|
|
24
|
-
return;
|
|
25
|
-
const n = r.querySelectorAll(a.selector === "img" ? a.selector : `.${a.selector}`), s = [...n].findIndex((i) => i === e);
|
|
26
|
-
s >= 0 && (a.index = s, await d(A, p, await m(n), a));
|
|
27
|
-
}
|
|
28
|
-
async function m(t) {
|
|
29
|
-
const r = [];
|
|
30
|
-
for (let A = 0, a = t.length; A < a; A++) {
|
|
31
|
-
const e = t[A], n = e.getAttribute("data-src") || e.getAttribute("src"), s = await b(e, n), i = {
|
|
32
|
-
src: n,
|
|
33
|
-
el: e,
|
|
34
|
-
msrc: n,
|
|
35
|
-
w: s.width,
|
|
36
|
-
h: s.height,
|
|
37
|
-
title: e.getAttribute("data-title") || e.getAttribute("alt")
|
|
38
|
-
};
|
|
39
|
-
r.push(i);
|
|
40
|
-
}
|
|
41
|
-
return r;
|
|
42
|
-
}
|
|
43
|
-
function b(t, r) {
|
|
44
|
-
const A = t.getAttribute("data-height"), a = t.getAttribute("data-width");
|
|
45
|
-
return A && a ? { width: a, height: A } : t.complete ? {
|
|
46
|
-
width: t.naturalWidth,
|
|
47
|
-
height: t.naturalHeight
|
|
48
|
-
} : new Promise((e) => {
|
|
49
|
-
const n = new Image();
|
|
50
|
-
n.src = r;
|
|
51
|
-
const s = {};
|
|
52
|
-
if (n.complete)
|
|
53
|
-
return s.width = n.width, s.height = n.height, e(s);
|
|
54
|
-
n.onload = () => {
|
|
55
|
-
s.width = n.width, s.height = n.height, e(s);
|
|
56
|
-
}, n.onerror = () => {
|
|
57
|
-
s.width = 0, s.height = 0, e(s);
|
|
58
|
-
};
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
const P = "data:image/png;base64,/9j/4AAQSkZJRgABAQEAHAAcAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAJYBLADASIAAhEBAxEB/8QAHAABAAIDAQEBAAAAAAAAAAAAAAUGAwQHCAEC/8QASBABAAIBAwICBgcFAwcNAQAAAAECAwQFEQYSITEHEzJBUXEUYYGRobHRIiNCUsEVYnIIQ2NzgrLhFhczNDU2N1NUdZKTotP/xAAaAQEAAwEBAQAAAAAAAAAAAAAAAwQFBgIB/8QAMBEBAAICAQQABAQFBQEAAAAAAAEDAgQRBRIhMRMyQVEiUmHRFBVxofEjQoGx8MH/2gAMAwEAAhEDEQA/APVIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/2Q==";
|
|
62
|
-
var w = function() {
|
|
63
|
-
var t = this, r = t.$createElement, A = t._self._c || r;
|
|
64
|
-
return A("div", [A("div", {
|
|
65
|
-
ref: "previewWrapper",
|
|
66
|
-
staticClass: "pswp",
|
|
67
|
-
attrs: {
|
|
68
|
-
tabindex: "-1",
|
|
69
|
-
role: "dialog",
|
|
70
|
-
"aria-hidden": "true"
|
|
71
|
-
}
|
|
72
|
-
}, [A("div", {
|
|
73
|
-
staticClass: "pswp__bg"
|
|
74
|
-
}), t._m(0)]), A("div", {
|
|
75
|
-
ref: "errorDom",
|
|
76
|
-
staticStyle: {
|
|
77
|
-
display: "none"
|
|
78
|
-
}
|
|
79
|
-
}, [A("div", {
|
|
80
|
-
staticClass: "pswp__error-msg"
|
|
81
|
-
}, [A("img", {
|
|
82
|
-
staticClass: "error-img",
|
|
83
|
-
attrs: {
|
|
84
|
-
alt: "",
|
|
85
|
-
src: P
|
|
86
|
-
}
|
|
87
|
-
}), t._m(1)])])]);
|
|
88
|
-
}, H = [function() {
|
|
89
|
-
var t = this, r = t.$createElement, A = t._self._c || r;
|
|
90
|
-
return A("div", {
|
|
91
|
-
staticClass: "pswp__scroll-wrap"
|
|
92
|
-
}, [A("div", {
|
|
93
|
-
staticClass: "pswp__container"
|
|
94
|
-
}, [A("div", {
|
|
95
|
-
staticClass: "pswp__item"
|
|
96
|
-
}), A("div", {
|
|
97
|
-
staticClass: "pswp__item"
|
|
98
|
-
}), A("div", {
|
|
99
|
-
staticClass: "pswp__item"
|
|
100
|
-
})]), A("div", {
|
|
101
|
-
staticClass: "pswp__ui pswp__ui--hidden"
|
|
102
|
-
}, [A("div", {
|
|
103
|
-
staticClass: "pswp__top-bar"
|
|
104
|
-
}, [A("div", {
|
|
105
|
-
staticClass: "pswp__counter"
|
|
106
|
-
}), A("button", {
|
|
107
|
-
staticClass: "pswp__button pswp__button--close",
|
|
108
|
-
attrs: {
|
|
109
|
-
title: "关闭 (Esc)"
|
|
110
|
-
}
|
|
111
|
-
}), A("button", {
|
|
112
|
-
staticClass: "pswp__button pswp__button--fs",
|
|
113
|
-
attrs: {
|
|
114
|
-
title: "切换全屏"
|
|
115
|
-
}
|
|
116
|
-
}), A("button", {
|
|
117
|
-
staticClass: "pswp__button pswp__button--zoom",
|
|
118
|
-
attrs: {
|
|
119
|
-
title: "放大/缩小"
|
|
120
|
-
}
|
|
121
|
-
}), A("div", {
|
|
122
|
-
staticClass: "pswp__preloader"
|
|
123
|
-
}, [A("div", {
|
|
124
|
-
staticClass: "pswp__preloader__icn"
|
|
125
|
-
}, [A("div", {
|
|
126
|
-
staticClass: "pswp__preloader__cut"
|
|
127
|
-
}, [A("div", {
|
|
128
|
-
staticClass: "pswp__preloader__donut"
|
|
129
|
-
})])])])]), A("div", {
|
|
130
|
-
staticClass: "pswp__share-modal pswp__share-modal--hidden pswp__single-tap"
|
|
131
|
-
}, [A("div", {
|
|
132
|
-
staticClass: "pswp__share-tooltip"
|
|
133
|
-
})]), A("button", {
|
|
134
|
-
staticClass: "pswp__button pswp__button--arrow--left",
|
|
135
|
-
attrs: {
|
|
136
|
-
title: "Previous (arrow left)"
|
|
137
|
-
}
|
|
138
|
-
}), A("button", {
|
|
139
|
-
staticClass: "pswp__button pswp__button--arrow--right",
|
|
140
|
-
attrs: {
|
|
141
|
-
title: "Next (arrow right)"
|
|
142
|
-
}
|
|
143
|
-
}), A("div", {
|
|
144
|
-
staticClass: "pswp__caption"
|
|
145
|
-
}, [A("div", {
|
|
146
|
-
staticClass: "pswp__caption__center"
|
|
147
|
-
})])])]);
|
|
148
|
-
}, function() {
|
|
149
|
-
var t = this, r = t.$createElement, A = t._self._c || r;
|
|
150
|
-
return A("div", [A("a", {
|
|
151
|
-
attrs: {
|
|
152
|
-
href: "%url%",
|
|
153
|
-
target: "_blank"
|
|
154
|
-
}
|
|
155
|
-
}, [t._v("图片")]), t._v(" 无法加载!")]);
|
|
156
|
-
}];
|
|
157
|
-
const h = {
|
|
158
|
-
name: "PhotoSwipe",
|
|
159
|
-
methods: {
|
|
160
|
-
async show(t, r, A) {
|
|
161
|
-
await v(t, r, this.$refs.previewWrapper, {
|
|
162
|
-
selector: A,
|
|
163
|
-
errorMsg: this.$refs.errorDom.innerHTML
|
|
164
|
-
});
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
}, c = {};
|
|
168
|
-
var x = /* @__PURE__ */ u(
|
|
169
|
-
h,
|
|
170
|
-
w,
|
|
171
|
-
H,
|
|
172
|
-
!1,
|
|
173
|
-
j,
|
|
174
|
-
null,
|
|
175
|
-
null,
|
|
176
|
-
null
|
|
177
|
-
);
|
|
178
|
-
function j(t) {
|
|
179
|
-
for (let r in c)
|
|
180
|
-
this[r] = c[r];
|
|
181
|
-
}
|
|
182
|
-
const y = /* @__PURE__ */ function() {
|
|
183
|
-
return x.exports;
|
|
184
|
-
}();
|
|
185
|
-
export {
|
|
186
|
-
y as default
|
|
187
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.pswp{z-index:2147483647}.pswp .pswp__error-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-50%)}.pswp .error-img{width:200px;margin-bottom:10px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.resize-observer{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;background-color:transparent;border:none;opacity:0;pointer-events:none}.resize-observer>object{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.search-popover{border-radius:4px;z-index:100;position:fixed;overflow:hidden;background-color:#f5f6f7;display:inline-flex;flex-direction:column;border:1px solid #1989fa;width:560px;height:500px;top:0;left:0;transform:translate3d(calc((100vw - 560px)/2),15%,0);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC);background-repeat:repeat}.search-popover .footer-tips{padding:10px;text-align:left;border-top:1px solid #1989fa}.search-popover .keyboard-key{align-items:center;background:linear-gradient(-225deg,#d5dbe4,#f8f8f8);border-radius:2px;box-shadow:inset 0 -2px #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px #1e235a66;display:inline-flex;height:18px;justify-content:center;margin-right:.4em;padding-bottom:2px;width:20px}.search-popover .search-input{height:46px;border:1px solid #1989fa;appearance:none;border-radius:4px;outline:none;width:100%;box-sizing:border-box;padding:10px}.search-popover .search-li{padding:10px}.search-popover .search-icon{color:#969faf;flex-shrink:0;font-size:24px}.search-popover .search-item{box-shadow:0 1px 3px #d4d9e1;text-decoration:none;box-sizing:border-box;color:#000;padding:10px;display:flex;align-items:center;border-radius:4px;background-color:#fff;overflow-x:hidden}.search-popover .search-item .search-action{display:none}.search-popover .search-item .url{color:#969faf;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow-x:hidden}.search-popover .search-item.active{color:#fff;background-color:#1989fa}.search-popover .search-item.active .url{color:#fff}.search-popover .search-item.active .search-action{display:inline-block}.search-popover .search-item.active .search-icon{color:#fff}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sign-panel{align-items:flex-start;justify-content:center;width:100%;background:#fff;user-select:none}.sign-panel .sign-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;background:rgba(255,255,155,0);border:1px solid #ccc}.sign-panel .sign-tool-bar{display:flex;width:100%;border:1px solid #ccc;border-top:none}.sign-panel .sign-tips{user-select:none;pointer-events:none}.sign-panel .sign-button{padding:6px;line-height:1.6;text-align:center;background-color:#ebeef5;cursor:pointer;user-select:none}.sign-panel .sign-button:hover{color:#1989fa;background-color:#d0d4de}.sign-panel .sign-button:nth-child(n){border-right:1px solid #ccc}.sign-panel .sign-button:last-child{border:none!important}.sign-panel .sign-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#eee}.sign-panel .sign-view{position:relative;display:flex;align-items:center;justify-content:center;min-width:212px;height:80px;background-color:#fff;border:1px solid #eee}.sign-panel .sign-edit-icon{position:absolute;right:4px;bottom:4px}.sign-panel .sign-image{display:inline-block;min-width:160px;height:80px}.sign-panel .sign-edit{display:flex;flex-direction:column;align-items:center;max-width:100%;background-color:#fff}.sign-panel .sign-draw-area{position:relative;max-width:100%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.egd-split-wrapper{position:relative;width:100%;height:100%}.egd-split-pane{position:absolute}.egd-split-pane.left-pane,.egd-split-pane.right-pane{top:0;bottom:0}.egd-split-pane.left-pane{left:0}.egd-split-pane.right-pane{right:0}.egd-split-pane.top-pane,.egd-split-pane.bottom-pane{right:0;left:0}.egd-split-pane.top-pane{top:0}.egd-split-pane.bottom-pane{bottom:0}.egd-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}.egd-split-trigger-bar-con{position:absolute;overflow:hidden}.egd-split-trigger-bar-con.vertical{top:50%;left:1px;height:32px;transform:translateY(-50%)}.egd-split-trigger-bar-con.horizontal{top:1px;left:50%;width:32px;transform:translate(-50%)}.egd-split-trigger-vertical{width:6px;height:100%;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ew-resize}.egd-split-trigger-vertical .egd-split-trigger-bar{float:left;width:4px;height:1px;margin-top:3px;background:rgba(23,35,61,.25)}.egd-split-trigger-horizontal{width:100%;height:6px;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ns-resize}.egd-split-trigger-horizontal .egd-split-trigger-bar{float:left;width:1px;height:4px;margin-right:3px;background:rgba(23,35,61,.25)}.egd-split-horizontal .egd-split-trigger-con{top:50%;height:100%;border-right:1px solid #d7dae0}.egd-split-vertical .egd-split-trigger-con{left:50%;width:100%;border-bottom:1px solid #d7dae0}.egd-split-trigger-vertical-line,.egd-split-trigger-horizontal-line{background-color:transparent;box-shadow:none}.egd-split .no-select{-webkit-touch-callout:none;user-select:none}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.static-pageable-table{flex:1 1 auto}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.egd-swiper{position:relative;height:100%;padding:0 60px}.egd-swiper .el-button.el-carousel__arrow{padding:0;color:#fff;font-size:12px;background-color:#1f2d3d1c;border-color:#1f2d3d03;border-radius:50%}.egd-swiper .el-button.el-carousel__arrow i{cursor:unset}.egd-swiper .el-button.el-carousel__arrow.is-disabled{color:#fff;background-color:#1f2d3d1c;border-color:#1f2d3d03}.egd-swiper .egd-swiper-box{height:100%;overflow:hidden;user-select:none}.egd-swiper .egd-swiper-box .egd-swiper-content{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:100%;padding-top:14px;overflow:visible;transform:translateZ(0);transition-property:transform}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.vux-tab-ink-bar{position:absolute;bottom:0;left:0;height:2px;text-align:center;background-color:#1989fa}.vux-tab-ink-bar-transition-forward{transition:right .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1) .09s}.vux-tab-ink-bar-transition-backward{transition:right .3s cubic-bezier(.35,0,.25,1) .09s,left .3s cubic-bezier(.35,0,.25,1)}.vux-tab-bar-top .vux-tab-ink-bar{top:0}.vux-tab{position:relative;display:flex;height:36px;background-color:#fff}.vux-tab button{padding:0;background:0 0;border:0;outline:0;appearance:none}.vux-tab .vux-tab-item{display:block;flex:1 1 auto;box-sizing:border-box;width:100%;height:100%;color:#666;font-size:14px;line-height:36px;text-align:center;cursor:pointer}.vux-tab .vux-tab-item.vux-tab-selected{color:#1989fa;border-bottom:3px solid #1989fa}.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected{border-top:3px solid #1989fa;border-bottom:none}.vux-tab .vux-tab-item.vux-tab-disabled{color:#ddd}.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected{background:0 0}.vux-tab-bar-inner{display:block;height:100%;margin:auto;background-color:#1989fa;transition:width .3s cubic-bezier(.35,0,.25,1)}.vux-tab-item-badge{position:absolute;top:0;bottom:0;display:inline-block;box-sizing:border-box;min-width:18px;height:18px;margin:auto 0 auto 4px;padding:0 4px;font-size:11px;line-height:18px;vertical-align:middle;background-clip:padding-box;border-radius:30px}.vux-tab-wrap{position:relative;padding-top:36px}.vux-tab-container{position:absolute;top:0;right:0;left:0;height:36px;overflow:hidden}.scrollable{box-sizing:content-box;padding-bottom:17px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.scrollable::-webkit-scrollbar{display:none}.scrollable .vux-tab-ink-bar{position:absolute;bottom:17px}.scrollable .vux-tab-item{flex:0 0 22%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.table-view{display:flex;flex-direction:column;height:100%}.table-view .el-table--border{border:none}.table-view .border-top .el-table--border{border-top:1px solid #ebeef5}.table-view .border-bottom .el-table--border{border-bottom:1px solid #ebeef5}.table-view .border-left .el-table--border,.table-view .border-left .el-pagination{border-left:1px solid #ebeef5}.table-view .border-right .el-table--border{border-right:1px solid #ebeef5}.table-view .table-view-content-wrapper{position:relative;flex:1;overflow:hidden}.table-view .table-view-content{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background-color:#fff}.table-view .table-view-sidebar{flex-shrink:0;width:240px;height:100%;padding:10px;overflow:auto}.table-view .table-view-sidebar .et-tree-wrapper{display:table;overflow:visible}.table-view .table-view-table{flex:1 1 auto;height:100%}.table-view .slide-panel{position:absolute;top:0;right:0;bottom:0;z-index:5;display:flex;background-color:#fff;transition:right .2s ease}.table-view .slide-panel .slide-panel-line{position:relative;width:3px;height:100%;background-color:#ddd;flex-shrink:0}.table-view .slide-panel .slide-panel-line-indicator{position:absolute;top:50%;left:0;width:100%;height:50px;background-color:#aaa;transform:translateY(-50%)}.table-view .slide-panel .slide-panel-actions{display:flex;align-items:center;justify-content:center;margin-top:10px}.table-view .slide-panel .slide-panel-content{flex:1;padding:10px;overflow:auto}.table-view .slide-panel .slide-panel-content .el-date-editor{width:100%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tag-render{min-height:80px;padding-top:3px;padding-right:5px;padding-left:5px;overflow:hidden;background-color:#fff;border:1px solid #d7dae0;border-radius:4px}.tag-render .el-tag{margin-top:4px}.tag-render .button-new-tag{padding-top:0;padding-bottom:0}.tag-render .el-tag .el-tag__close:hover{background-color:#ee8677}.tag-render .tags-count{position:absolute;right:7px;bottom:-4px;color:#b7b7b7;font-size:.9em}
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { n as o } from "../../chunks/5d4282fb.js";
|
|
2
|
-
var s = function() {
|
|
3
|
-
var e = this, t = e.$createElement, r = e._self._c || t;
|
|
4
|
-
return r("div", {
|
|
5
|
-
staticStyle: {
|
|
6
|
-
"margin-bottom": "10px"
|
|
7
|
-
},
|
|
8
|
-
style: {
|
|
9
|
-
height: e.height
|
|
10
|
-
}
|
|
11
|
-
}, [e.lazy ? [e.focus && !e.inputDisabled ? r("TinymceWrapper", e._b({
|
|
12
|
-
ref: "editor",
|
|
13
|
-
attrs: {
|
|
14
|
-
"query-params": e.queryParams,
|
|
15
|
-
disabled: e.inputDisabled,
|
|
16
|
-
"show-types": e.showTypes,
|
|
17
|
-
value: e.value
|
|
18
|
-
},
|
|
19
|
-
on: {
|
|
20
|
-
"on-blur": e.onEditorBlur,
|
|
21
|
-
"dialog-show": function(i) {
|
|
22
|
-
e.hideOnBlur = !1;
|
|
23
|
-
},
|
|
24
|
-
"dialog-hide": function(i) {
|
|
25
|
-
e.hideOnBlur = !0;
|
|
26
|
-
},
|
|
27
|
-
input: function(i) {
|
|
28
|
-
return e.$emit("input", i);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}, "TinymceWrapper", e.$attrs, !1)) : r("div", {
|
|
32
|
-
staticClass: "editor-shadow",
|
|
33
|
-
class: [{
|
|
34
|
-
"show-placeholder": e.isEmpty
|
|
35
|
-
}],
|
|
36
|
-
style: {
|
|
37
|
-
cursor: e.inputDisabled ? "not-allowed" : "text"
|
|
38
|
-
},
|
|
39
|
-
attrs: {
|
|
40
|
-
placeholder: e.inputDisabled ? "" : e.placeholder
|
|
41
|
-
},
|
|
42
|
-
domProps: {
|
|
43
|
-
innerHTML: e._s(e.value)
|
|
44
|
-
},
|
|
45
|
-
on: {
|
|
46
|
-
click: e.onEditorShadowClick
|
|
47
|
-
}
|
|
48
|
-
})] : [e.inputDisabled ? r("div", {
|
|
49
|
-
staticClass: "editor-shadow",
|
|
50
|
-
class: [{
|
|
51
|
-
"show-placeholder": e.isEmpty
|
|
52
|
-
}],
|
|
53
|
-
style: {
|
|
54
|
-
cursor: e.inputDisabled ? "not-allowed" : "text"
|
|
55
|
-
},
|
|
56
|
-
attrs: {
|
|
57
|
-
placeholder: e.inputDisabled ? "" : e.placeholder
|
|
58
|
-
},
|
|
59
|
-
domProps: {
|
|
60
|
-
innerHTML: e._s(e.value)
|
|
61
|
-
}
|
|
62
|
-
}) : r("TinymceWrapper", e._b({
|
|
63
|
-
ref: "editor",
|
|
64
|
-
attrs: {
|
|
65
|
-
"query-params": e.queryParams,
|
|
66
|
-
disabled: e.inputDisabled,
|
|
67
|
-
value: e.value
|
|
68
|
-
},
|
|
69
|
-
on: {
|
|
70
|
-
"on-blur": e.onEditorBlur,
|
|
71
|
-
"dialog-show": function(i) {
|
|
72
|
-
e.hideOnBlur = !1;
|
|
73
|
-
},
|
|
74
|
-
"dialog-hide": function(i) {
|
|
75
|
-
e.hideOnBlur = !0;
|
|
76
|
-
},
|
|
77
|
-
input: function(i) {
|
|
78
|
-
return e.$emit("input", i);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}, "TinymceWrapper", e.$attrs, !1))]], 2);
|
|
82
|
-
}, a = [];
|
|
83
|
-
const l = {
|
|
84
|
-
name: "TinymceEditor",
|
|
85
|
-
inject: {
|
|
86
|
-
elForm: {
|
|
87
|
-
default: ""
|
|
88
|
-
},
|
|
89
|
-
elFormItem: {
|
|
90
|
-
default: ""
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
props: {
|
|
94
|
-
disabled: Boolean,
|
|
95
|
-
lazy: {
|
|
96
|
-
type: Boolean,
|
|
97
|
-
default: !0
|
|
98
|
-
},
|
|
99
|
-
showTypes: {
|
|
100
|
-
type: Boolean,
|
|
101
|
-
default: !0
|
|
102
|
-
},
|
|
103
|
-
height: {
|
|
104
|
-
type: String,
|
|
105
|
-
default: "300px"
|
|
106
|
-
},
|
|
107
|
-
value: String,
|
|
108
|
-
placeholder: {
|
|
109
|
-
type: String,
|
|
110
|
-
default: "请输入..."
|
|
111
|
-
},
|
|
112
|
-
queryParams: Object
|
|
113
|
-
},
|
|
114
|
-
data() {
|
|
115
|
-
return {
|
|
116
|
-
hideOnBlur: !0,
|
|
117
|
-
focus: !1
|
|
118
|
-
};
|
|
119
|
-
},
|
|
120
|
-
computed: {
|
|
121
|
-
inputDisabled() {
|
|
122
|
-
return this.disabled || (this.elForm || {}).disabled;
|
|
123
|
-
},
|
|
124
|
-
isEmpty() {
|
|
125
|
-
return !this.value;
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
watch: {
|
|
129
|
-
hideOnBlur(e) {
|
|
130
|
-
e && this.onEditorShadowClick();
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
methods: {
|
|
134
|
-
onEditorBlur() {
|
|
135
|
-
this.inputDisabled || this.hideOnBlur && (this.focus = !1);
|
|
136
|
-
},
|
|
137
|
-
getEditor() {
|
|
138
|
-
return this.$refs.editor.$refs.editor.editor;
|
|
139
|
-
},
|
|
140
|
-
async onEditorShadowClick() {
|
|
141
|
-
if (this.inputDisabled)
|
|
142
|
-
return;
|
|
143
|
-
this.focus = !0, await this.$nextTick();
|
|
144
|
-
const e = this.getEditor();
|
|
145
|
-
e.focus();
|
|
146
|
-
const t = e.getBody();
|
|
147
|
-
e.selection.setCursorLocation(t, t.childNodes.length);
|
|
148
|
-
},
|
|
149
|
-
insertContent(e) {
|
|
150
|
-
this.getEditor().insertContent(e);
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}, n = {};
|
|
154
|
-
var d = /* @__PURE__ */ o(
|
|
155
|
-
l,
|
|
156
|
-
s,
|
|
157
|
-
a,
|
|
158
|
-
!1,
|
|
159
|
-
u,
|
|
160
|
-
null,
|
|
161
|
-
null,
|
|
162
|
-
null
|
|
163
|
-
);
|
|
164
|
-
function u(e) {
|
|
165
|
-
for (let t in n)
|
|
166
|
-
this[t] = n[t];
|
|
167
|
-
}
|
|
168
|
-
const p = /* @__PURE__ */ function() {
|
|
169
|
-
return d.exports;
|
|
170
|
-
}();
|
|
171
|
-
export {
|
|
172
|
-
p as default
|
|
173
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.template-tag{margin:0 10px;color:#1e90ff;font-weight:700;font-family:\9ed1\4f53,serif;font-style:italic;cursor:help!important}.editor-shadow{position:relative;width:100%;height:100%;padding:10px;overflow:auto;font-size:16px;font-family:\5fae\8f6f\96c5\9ed1,serif;line-height:normal;text-align:left;word-break:normal;word-spacing:0;overflow-wrap:break-word;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:text}.show-placeholder{position:relative}.show-placeholder:after{position:absolute;top:10px;left:11px;color:#a9a9a9;content:attr(placeholder);pointer-events:none}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tinymce-editor{height:100%}.tinymce-editor.none-resize .mce-resizehandle{display:none}.tinymce-editor .mce-tinymce{flex:1;height:calc(100% - 4px)}.tinymce-editor .mce-tinymce .mce-menubtn.mce-fixed-width span{width:60px}.tinymce-editor .mce-tinymce>.mce-container-body{display:flex;flex-direction:column;height:100%}.tinymce-editor .mce-tinymce>.mce-container-body>.mce-edit-area{flex:1}.tinymce-editor .fa-icon{font: 14px/1 FontAwesome!important}.tinymce-editor .el-icon{font-family:element-icons,serif!important}.tinymce-editor .mce-label{display:none}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.toolbar{display:flex;height:40px;padding:0 10px;line-height:40px;background-color:#fff;border-bottom:1px solid #e5e9ec}.toolbar .toolbar-left{flex:1 1 auto}.toolbar .toolbar-left>.form-toolbar-button:last-child .separate-line{display:none}.toolbar .toolbar-left [class*=" el-icon-"],.toolbar .toolbar-left [class^=el-icon-],.toolbar .toolbar-left i.fa{margin-top:-1px;color:#1989fa;font-size:15px}.toolbar .toolbar-right .el-button{display:inline-flex;align-items:center}.footer-bar{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:10px}.footer-bar .el-button{padding:10px 40px}
|