@web-utils/component 2.7.29 → 2.7.31
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/chunks/{config.7dec2bf2.js → config.75161c38.js} +29 -29
- package/dist/chunks/confirmable-mixin.851d6299.js +137 -0
- package/dist/chunks/dataformat.b8c8c01a.js +237 -0
- package/dist/chunks/detail.6135ade5.js +55 -0
- package/dist/chunks/dic.e57b75f2.js +215 -0
- package/dist/chunks/{event.fc358074.js → event.812c361c.js} +54 -23
- package/dist/chunks/{form-input-mixin.760cd65d.js → form-input-mixin.3e63b57f.js} +4 -4
- package/dist/chunks/{form-item-mixin.fa314b67.js → form-item-mixin.a56c101a.js} +44 -17
- package/dist/chunks/{form-pick-mixin.c4e0391b.js → form-pick-mixin.822300f3.js} +1 -1
- package/dist/chunks/{init.e0133910.js → init.38cbb3a2.js} +41 -21
- package/dist/chunks/{input-number-mixin.6849fa63.js → input-number-mixin.44b78389.js} +4 -4
- package/dist/chunks/{mixins.6a394a6c.js → mixins.e1939731.js} +3 -2
- package/dist/chunks/{packages.419bde01.js → packages.c4ea639d.js} +12 -6
- package/dist/chunks/{permission.07c49abf.js → permission.9c766972.js} +6 -1
- package/dist/chunks/slot.55598d0f.js +35 -0
- package/dist/chunks/{tab-mixin.9d568df9.js → tab-mixin.9d848bf6.js} +29 -11
- package/dist/chunks/util.b0d0b0ad.js +478 -0
- package/dist/chunks/{utils.d7f73f8d.js → utils.2a3ffac9.js} +89 -24
- package/dist/chunks/{utils.f44207f4.js → utils.a8891d2c.js} +9 -5
- package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +59 -0
- package/dist/components/address-input/index.js +30 -17
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/affix/index.js +78 -28
- package/dist/components/affix/style.css +5 -1
- package/dist/components/aside-menu/index.js +14 -8
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/avatar/index.js +33 -15
- package/dist/components/avatar/style.css +57 -1
- package/dist/components/awesome-button/index.js +45 -31
- package/dist/components/base.css +410 -1
- package/dist/components/capsule-tab/index.js +13 -7
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/card/index.js +33 -20
- package/dist/components/card/style.css +90 -1
- package/dist/components/carousel/index.js +18 -12
- package/dist/components/carousel/style.css +41 -1
- package/dist/components/chat/index.js +245 -139
- package/dist/components/chat/style.css +279 -1
- package/dist/components/chunk-file-uploader/index.js +63 -29
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +15 -9
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +45 -27
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +150 -73
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +15 -9
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +16 -10
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +18 -10
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +75 -47
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +62 -39
- package/dist/components/column/index.js +54 -29
- package/dist/components/column-default/index.js +47 -33
- package/dist/components/column-dynamic/index.js +26 -19
- package/dist/components/column-menu/index.js +98 -86
- package/dist/components/column-slot/index.js +135 -75
- package/dist/components/comment/index.js +28 -15
- package/dist/components/comment/style.css +92 -1
- package/dist/components/confirm-button/index.js +7 -5
- package/dist/components/confirmable/index.js +5 -4
- package/dist/components/context-menu/index.js +54 -32
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/count-up/index.js +55 -38
- package/dist/components/custom-scrollbar/index.js +45 -21
- package/dist/components/data-box/index.js +22 -16
- package/dist/components/data-box/style.css +58 -1
- package/dist/components/data-card/index.js +21 -15
- package/dist/components/data-card/style.css +46 -1
- package/dist/components/data-cardtext/index.js +19 -13
- package/dist/components/data-cardtext/style.css +36 -1
- package/dist/components/data-display/index.js +22 -16
- package/dist/components/data-display/style.css +37 -1
- package/dist/components/data-icons/index.js +23 -17
- package/dist/components/data-icons/style.css +53 -1
- package/dist/components/data-imgtext/index.js +26 -20
- package/dist/components/data-imgtext/style.css +70 -1
- package/dist/components/data-operatext/index.js +20 -14
- package/dist/components/data-operatext/style.css +81 -1
- package/dist/components/data-panel/index.js +21 -15
- package/dist/components/data-panel/style.css +37 -1
- package/dist/components/data-pay/index.js +29 -23
- package/dist/components/data-pay/style.css +102 -1
- package/dist/components/data-price/index.js +19 -13
- package/dist/components/data-price/style.css +81 -1
- package/dist/components/data-progress/index.js +26 -20
- package/dist/components/data-progress/style.css +30 -1
- package/dist/components/data-rotate/index.js +21 -15
- package/dist/components/data-rotate/style.css +50 -1
- package/dist/components/data-table-picker/index.js +47 -28
- package/dist/components/data-tabs/index.js +22 -16
- package/dist/components/data-tabs/style.css +70 -1
- package/dist/components/dialog-column/index.js +46 -33
- package/dist/components/dialog-excel/index.js +102 -53
- package/dist/components/dialog-filter/index.js +64 -51
- package/dist/components/dialog-form/index.js +56 -115
- package/dist/components/dialog-form/style.css +10 -1
- package/dist/components/dynamic-table/index.js +66 -42
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +127 -46
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/easy-popup/index.js +32 -14
- package/dist/components/easy-popup/style.css +18 -1
- package/dist/components/editable-progress/index.js +64 -31
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +513 -287
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +25 -12
- package/dist/components/egd-collapse-item/index.js +41 -25
- package/dist/components/element-dialog/index.js +101 -48
- package/dist/components/element-dialog/style.css +88 -1
- package/dist/components/empty-view/index.js +13 -7
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +12 -6
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +39 -17
- package/dist/components/flex-item/index.js +59 -24
- package/dist/components/flex-row/index.js +39 -17
- package/dist/components/flex-scroller/index.js +13 -7
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/flow/index.js +116 -64
- package/dist/components/flow/style.css +44 -1
- package/dist/components/flow-node/index.js +29 -21
- package/dist/components/flow-viewer/index.js +97 -52
- package/dist/components/flow-viewer/style.css +19 -1
- package/dist/components/form-button/index.js +12 -8
- package/dist/components/form-cascader/index.js +55 -40
- package/dist/components/form-checkbox-group/index.js +90 -60
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +113 -44
- package/dist/components/form-group/index.js +23 -17
- package/dist/components/form-group/style.css +76 -1
- package/dist/components/form-holder/index.js +41 -30
- package/dist/components/form-input/index.js +42 -31
- package/dist/components/form-input-email/index.js +47 -30
- package/dist/components/form-input-id-card/index.js +40 -29
- package/dist/components/form-input-number/index.js +50 -38
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +40 -29
- package/dist/components/form-input-time/index.js +40 -29
- package/dist/components/form-item/index.js +99 -47
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +9 -8
- package/dist/components/form-item-group/index.js +69 -43
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +77 -53
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +71 -51
- package/dist/components/form-switch/index.js +41 -30
- package/dist/components/form-temp/index.js +49 -29
- package/dist/components/form-textarea/index.js +45 -34
- package/dist/components/form-view/index.js +152 -81
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/fy-array/index.js +51 -43
- package/dist/components/fy-array/style.css +18 -1
- package/dist/components/fy-article/index.js +24 -13
- package/dist/components/fy-article/style.css +40 -1
- package/dist/components/fy-cascader/index.js +39 -29
- package/dist/components/fy-checkbox/index.js +38 -27
- package/dist/components/fy-checkbox/style.css +15 -1
- package/dist/components/fy-code/index.js +19 -12
- package/dist/components/fy-curd/index.js +290 -152
- package/dist/components/fy-curd/style.css +239 -1
- package/dist/components/fy-date/index.js +24 -18
- package/dist/components/fy-date/style.css +21 -1
- package/dist/components/fy-dialog-form/index.js +127 -54
- package/dist/components/fy-draggable/index.js +196 -73
- package/dist/components/fy-draggable/style.css +136 -1
- package/dist/components/fy-dynamic/index.js +116 -73
- package/dist/components/fy-dynamic/style.css +35 -1
- package/dist/components/fy-empty/index.js +15 -9
- package/dist/components/fy-empty/style.css +24 -1
- package/dist/components/fy-form/index.js +399 -221
- package/dist/components/fy-form/style.css +79 -1
- package/dist/components/fy-form-design/index.js +2267 -1630
- package/dist/components/fy-form-design/style.css +578 -1
- package/dist/components/fy-form-menu/index.js +43 -35
- package/dist/components/fy-input/index.js +46 -35
- package/dist/components/fy-input-color/index.js +40 -33
- package/dist/components/fy-input-icon/index.js +58 -37
- package/dist/components/fy-input-icon/style.css +39 -1
- package/dist/components/fy-input-map/index.js +113 -68
- package/dist/components/fy-input-map/style.css +50 -1
- package/dist/components/fy-input-number/index.js +29 -24
- package/dist/components/fy-input-table/index.js +82 -48
- package/dist/components/fy-input-table/style.css +10 -1
- package/dist/components/fy-input-tree/index.js +104 -60
- package/dist/components/fy-input-tree/style.css +25 -1
- package/dist/components/fy-progress/index.js +15 -10
- package/dist/components/fy-radio/index.js +20 -14
- package/dist/components/fy-radio/style.css +12 -1
- package/dist/components/fy-rate/index.js +21 -15
- package/dist/components/fy-rate/style.css +9 -1
- package/dist/components/fy-select/index.js +73 -55
- package/dist/components/fy-select/style.css +25 -1
- package/dist/components/fy-slider/index.js +22 -17
- package/dist/components/fy-switch/index.js +17 -12
- package/dist/components/fy-tabs/index.js +20 -12
- package/dist/components/fy-tabs/style.css +6 -0
- package/dist/components/fy-time/index.js +29 -18
- package/dist/components/fy-title/index.js +16 -8
- package/dist/components/fy-title/style.css +11 -1
- package/dist/components/fy-tree/index.js +135 -72
- package/dist/components/fy-tree/style.css +46 -1
- package/dist/components/fy-u-editor/index.js +172 -67
- package/dist/components/fy-u-editor/style.css +15 -1
- package/dist/components/fy-upload/index.js +317 -148
- package/dist/components/fy-upload/style.css +60 -1
- package/dist/components/guide-steps/index.js +31 -17
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/header-menu/index.js +86 -66
- package/dist/components/header-search/index.js +92 -60
- package/dist/components/highlight-j-s/index.js +28 -15
- package/dist/components/highlight-j-s/style.css +21 -1
- package/dist/components/icon-card/index.js +13 -7
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/icon-temp/index.js +12 -6
- package/dist/components/icon-temp/style.css +21 -1
- package/dist/components/iframe-window/index.js +20 -14
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-cropper/index.js +71 -162
- package/dist/components/image-cropper/style.css +34 -1
- package/dist/components/image-preview/index.js +78 -170
- package/dist/components/image-preview/style.css +72 -1
- package/dist/components/image-viewer/index.js +40 -22
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +122 -56
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +32 -20
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/keep-view-alive/index.js +68 -21
- package/dist/components/keyboard/index.js +217 -132
- package/dist/components/keyboard/style.css +547 -1
- package/dist/components/license/index.js +81 -35
- package/dist/components/loading-view/index.js +12 -6
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/login/index.js +91 -62
- package/dist/components/login/style.css +25 -1
- package/dist/components/name-avatar/index.js +32 -10
- package/dist/components/name-avatar/style.css +35 -1
- package/dist/components/nav-bar/index.js +21 -11
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +16 -8
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/notice/index.js +40 -27
- package/dist/components/notice/style.css +54 -1
- package/dist/components/page/index.js +13 -7
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +15 -9
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +62 -37
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +53 -34
- package/dist/components/page-skeleton/index.js +15 -9
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +15 -9
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +187 -106
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +164 -80
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +92 -46
- package/dist/components/process-designer/index.js +961 -772
- package/dist/components/process-designer/style.css +1186 -1
- package/dist/components/properties-panel/index.js +1488 -1044
- package/dist/components/properties-panel/style.css +122 -1
- package/dist/components/queue/index.js +24 -12
- package/dist/components/record-video/index.js +53 -27
- package/dist/components/record-video/style.css +53 -1
- package/dist/components/resize-observer/index.js +52 -18
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search/index.js +41 -22
- package/dist/components/search/style.css +57 -1
- package/dist/components/search-popover/index.js +153 -91
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign/index.js +138 -35
- package/dist/components/sign/style.css +12 -1
- package/dist/components/sign-panel/index.js +96 -46
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/skeleton/index.js +22 -12
- package/dist/components/skeleton/style.css +61 -1
- package/dist/components/split-pane/index.js +125 -60
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +8 -5
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +22 -15
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +127 -58
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +34 -16
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +14 -9
- package/dist/components/table-column/index.js +26 -17
- package/dist/components/table-page/index.js +42 -23
- package/dist/components/table-view/index.js +162 -87
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +41 -22
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/text-ellipsis/index.js +48 -26
- package/dist/components/text-ellipsis/style.css +9 -1
- package/dist/components/tinymce-editor/index.js +80 -60
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +77 -41
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +46 -25
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +46 -35
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +15 -8
- package/dist/components/verify/index.js +15 -8
- package/dist/components/verify/style.css +15 -1
- package/dist/components/vue-tags-input/index.js +233 -113
- package/dist/components/vue-tags-input/style.css +688 -1
- package/dist/components/watermark/index.js +33 -14
- package/dist/components/watermark/style.css +11 -1
- package/dist/index.css +2434 -1750
- package/dist/index.es.js +15982 -9409
- package/package.json +4 -4
- package/web-types.json +1 -1
- package/dist/chunks/confirmable-mixin.35bd1934.js +0 -104
- package/dist/chunks/dataformat.9cc4428a.js +0 -158
- package/dist/chunks/detail.544c52b0.js +0 -29
- package/dist/chunks/dic.9de2fe5a.js +0 -135
- package/dist/chunks/slot.a7387ecc.js +0 -27
- package/dist/chunks/util.89913643.js +0 -261
- package/dist/chunks/vueComponentNormalizer.77ec6792.js +0 -32
|
@@ -1 +1,578 @@
|
|
|
1
|
-
.dic[data-v-2c9c8280]{display:flex;margin-bottom:5px}.el-tag[data-v-64e64f97]{vertical-align:top}.el-tag+.el-tag[data-v-64e64f97]{margin-left:5px}.input-new-tag[data-v-64e64f97]{width:90px;margin-left:5px;vertical-align:bottom}.color-picker[data-v-64e64f97]{left:10px;vertical-align:top}.custom-tree-node[data-v-42ed5e40]{flex:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;padding-right:8px}.form-designer{height:100%;background:#fff;outline:1px solid #e4e7ed}.form-designer ::-webkit-scrollbar{width:0!important;height:0!important}.form-designer ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)!important;border-radius:10px!important;background-color:#0000!important}.form-designer ::-webkit-scrollbar-thumb{border-radius:10px!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)!important;background-color:#fff!important}.form-designer .fields-list{padding:10px 0;width:100%;height:100%}.form-designer .fields-list .field-title{padding:8px 12px;font-size:13px}.form-designer .fields-list ul{position:relative;overflow:hidden;padding:0 10px 10px;margin:0}.form-designer .fields-list .field-label{font-size:12px;display:block;width:47%;line-height:26px;position:relative;float:left;left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:1%;color:#333;border:1px solid #f4f6fc}.form-designer .fields-list .field-label:hover{color:#409eff;border:1px dashed #409eff}.form-designer .fields-list .field-label>a{display:block;cursor:move;background:#f4f6fc;border:1px solid #f4f6fc;color:#333}.form-designer .fields-list .field-label>a .icon{margin-right:6px;margin-left:8px;font-size:14px;display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label>a span{display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label-disabled{font-size:12px;display:block;width:48%;line-height:26px;position:relative;float:left;left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:1%;color:#333;border:1px solid #f4f6fc}.form-designer .fields-list .field-label-disabled:hover{color:gray;border:1px dashed gray}.form-designer .fields-list .field-label-disabled>a{display:block;cursor:not-allowed;background:#f4f6fc;border:1px solid #f4f6fc}.form-designer .fields-list .field-label-disabled>a .icon{margin-right:6px;margin-left:8px;font-size:14px;display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label-disabled>a span{display:inline-block;vertical-align:middle}.form-designer .widget-container{flex:1;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.form-designer .widget-container .widget-container-header{height:45px!important;display:flex;justify-content:space-between;align-items:center;border-bottom:solid 2px #e4e7ed}.form-designer .widget-container .el-main{padding:0;position:relative}.form-designer .widget-form-container{height:100%;position:relative;inset:0}.form-designer .widget-form-container .el-form,.form-designer .widget-form-container .el-form .el-row{height:100%}.form-designer .widget-form-container .widget-form-list{height:100%;min-height:calc(100% - 45px);padding-bottom:50px;overflow:hidden;overflow-y:scroll}.form-designer .widget-form-container .widget-form-list .widget-form-item{min-height:30px;padding:5px 10px 18px;margin:0;position:relative;border-left:5px solid transparent}.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-item:after{position:absolute;inset:0;display:block;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-item:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-item.active{border-left:3px solid #409eff;background:#ecf5ff}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete{position:absolute;right:10px;bottom:-32px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone{position:absolute;right:50px;bottom:-32px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table{position:relative;padding:2px;float:left;width:100%}.form-designer .widget-form-container .widget-form-list .widget-form-table__content{display:flex;padding:10px 5px;width:100%;height:100%;overflow-y:hidden;outline:1px dashed #ccc;outline-offset:-1px;min-height:103px}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar{width:6px!important;height:6px!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb{background-color:#e5e7eb!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost{background:white;border-left:5px solid #409eff;box-sizing:border-box;font-size:0;content:"";overflow:hidden;padding:0!important;position:relative;outline:none 0;height:100%;min-height:90px;width:0!important;min-width:0!important;margin:1px 2px 0}.form-designer .widget-form-container .widget-form-list .widget-form-table__item{position:relative;min-width:33.3%;width:33.3%;padding:1px;height:100%}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell:before{content:"*";color:#f56c6c;margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active{outline:1px solid #409eff;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover{outline:1px solid #409eff;outline-offset:-1px;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after{position:absolute;inset:0;display:block;content:"";z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete{position:absolute;right:0;bottom:0;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone{position:absolute;right:30px;bottom:0;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i{font-size:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle{padding:5px}.form-designer .widget-form-container .widget-form-list .widget-form-table.active{border-left:3px solid #409eff;background:#ecf5ff}.form-designer .widget-form-container .widget-form-list .widget-form-table:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete{position:absolute;right:10px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear{position:absolute;right:50px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone{position:absolute;right:90px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group{position:relative;width:100%;float:left;padding:2px}.form-designer .widget-form-container .widget-form-list .widget-form-group__head{margin:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body{min-height:150px;height:100%;outline:1px dashed #ccc;outline-offset:-1px;overflow:hidden;padding-bottom:15px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost{background:white;border-left:5px solid #409eff;box-sizing:border-box;font-size:0;content:"";overflow:hidden;padding:0!important;position:relative;outline:none 0;height:100%;min-height:57px;width:0!important;min-width:0!important;margin:1px 2px 0}.form-designer .widget-form-container .widget-form-list .widget-form-group__item{padding:10px;margin:3px;position:relative;border-left:5px solid transparent;background:white}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active{outline:1px solid #409eff;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover{outline:1px solid #409eff;outline-offset:-1px;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after{position:absolute;inset:0;display:block;content:"";z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete{position:absolute;right:0;bottom:-24px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone{position:absolute;right:34px;bottom:-24px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-group.active{border-left:3px solid #409eff;background:#ecf5ff}.form-designer .widget-form-container .widget-form-list .widget-form-group:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete{position:absolute;right:10px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear{position:absolute;right:50px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone{position:absolute;right:90px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .iconfont{font-size:13px}.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle{padding:7px}.form-designer .widget-form-container .ghost{background:white;border-top:5px solid #409eff;box-sizing:border-box;font-size:0;content:"";overflow:hidden;padding:0!important;position:relative;outline:none 0;height:0!important;width:100%;margin:2px 0}.form-designer .widget-config-container{height:100%;padding-top:5px}.form-designer .widget-config-container .el-tabs{height:100%}.form-designer .widget-config-container .el-tabs__header{margin:0;height:45px;background:white;z-index:1000}.form-designer .widget-config-container .el-tabs__content{height:calc(100% - 45px);overflow-y:scroll}.form-designer .widget-config-container .widget-config .el-tabs__header{position:relative;display:block;top:0;margin:0}.form-designer .widget-config-container .widget-config .el-tabs__content{margin-top:0}.form-designer .widget-config-container .widget-config .ghost{background:#fff;border:1px dashed #409eff}.form-designer .widget-config-container .widget-config ul{margin:0;padding:0}.form-designer .widget-config-container .widget-config ul li{display:flex;align-items:center;width:100%}.form-designer .widget-config-container .widget-config ul li .ghost{list-style:none;font-size:0;height:35px}.form-designer .widget-config-container .avue-group__item{padding:0}.form-designer .el-container{height:100%}.form-designer .el-container .el-main{height:calc(100% - 45px)}.form-designer .el-container .el-aside{background:#fff}.form-designer .danger{color:#f56c6c}.form-designer .warning{color:#e6a23c}.form-designer .el-input-number.is-controls-right .el-input-number__decrease{border-left:none}.form-designer .el-input-number.is-controls-right .el-input-number__increase{border-left:none;border-bottom:none}.form-designer .el-date-editor,.form-designer .el-cascader,.form-designer .el-select,.form-designer .el-input-number{width:100%}.form-designer .editor-fullscreen{position:fixed!important;inset:0;width:100%;height:100%!important;z-index:1003;padding:20px;box-sizing:border-box;background:#fff}.form-designer .editor-fullscreen i{top:20px!important;left:25px!important}.afd-drawer-foot{position:absolute;bottom:0;left:0;right:0;padding:20px;display:flex}.afd-drawer-foot button{width:50%}.afd-drawer-foot>span{display:inline-block;width:50%}.afd-drawer-foot>span button{width:100%}.afd-preview-form{overflow-y:auto;height:83vh}
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.dic[data-v-2c9c8280] {
|
|
8
|
+
display: flex;
|
|
9
|
+
margin-bottom: 5px;
|
|
10
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
11
|
+
/* 应用头部高度 */
|
|
12
|
+
/* 页面宽度 */
|
|
13
|
+
/* 侧栏宽度 */
|
|
14
|
+
/* 标签高度 */
|
|
15
|
+
/* 页面头部工具条高度 */
|
|
16
|
+
.el-tag[data-v-64e64f97] {
|
|
17
|
+
vertical-align: top;
|
|
18
|
+
}
|
|
19
|
+
.el-tag + .el-tag[data-v-64e64f97] {
|
|
20
|
+
margin-left: 5px;
|
|
21
|
+
}
|
|
22
|
+
.input-new-tag[data-v-64e64f97] {
|
|
23
|
+
width: 90px;
|
|
24
|
+
margin-left: 5px;
|
|
25
|
+
vertical-align: bottom;
|
|
26
|
+
}
|
|
27
|
+
.color-picker[data-v-64e64f97] {
|
|
28
|
+
left: 10px;
|
|
29
|
+
vertical-align: top;
|
|
30
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
31
|
+
/* 应用头部高度 */
|
|
32
|
+
/* 页面宽度 */
|
|
33
|
+
/* 侧栏宽度 */
|
|
34
|
+
/* 标签高度 */
|
|
35
|
+
/* 页面头部工具条高度 */
|
|
36
|
+
.custom-tree-node[data-v-42ed5e40] {
|
|
37
|
+
flex: 1;
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: space-between;
|
|
41
|
+
font-size: 14px;
|
|
42
|
+
padding-right: 8px;
|
|
43
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */ /* 应用头部高度 */ /* 页面宽度 */ /* 侧栏宽度 */ /* 标签高度 */ /* 页面头部工具条高度 */
|
|
44
|
+
.form-designer {
|
|
45
|
+
height: 100%;
|
|
46
|
+
background: #fff;
|
|
47
|
+
outline: 1px solid #e4e7ed;
|
|
48
|
+
}
|
|
49
|
+
.form-designer ::-webkit-scrollbar {
|
|
50
|
+
width: 0 !important;
|
|
51
|
+
height: 0 !important;
|
|
52
|
+
}
|
|
53
|
+
.form-designer ::-webkit-scrollbar-track {
|
|
54
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
|
|
55
|
+
border-radius: 10px !important;
|
|
56
|
+
background-color: rgba(0, 0, 0, 0) !important;
|
|
57
|
+
}
|
|
58
|
+
.form-designer ::-webkit-scrollbar-thumb {
|
|
59
|
+
border-radius: 10px !important;
|
|
60
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
|
|
61
|
+
background-color: #fff !important;
|
|
62
|
+
}
|
|
63
|
+
.form-designer .fields-list {
|
|
64
|
+
padding: 10px 0;
|
|
65
|
+
width: 100%;
|
|
66
|
+
height: 100%;
|
|
67
|
+
}
|
|
68
|
+
.form-designer .fields-list .field-title {
|
|
69
|
+
padding: 8px 12px;
|
|
70
|
+
font-size: 13px;
|
|
71
|
+
}
|
|
72
|
+
.form-designer .fields-list ul {
|
|
73
|
+
position: relative;
|
|
74
|
+
overflow: hidden;
|
|
75
|
+
padding: 0 10px 10px;
|
|
76
|
+
margin: 0;
|
|
77
|
+
}
|
|
78
|
+
.form-designer .fields-list .field-label {
|
|
79
|
+
font-size: 12px;
|
|
80
|
+
display: block;
|
|
81
|
+
width: 47%;
|
|
82
|
+
line-height: 26px;
|
|
83
|
+
position: relative;
|
|
84
|
+
float: left;
|
|
85
|
+
left: 0;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
text-overflow: ellipsis;
|
|
88
|
+
white-space: nowrap;
|
|
89
|
+
margin: 1%;
|
|
90
|
+
color: #333;
|
|
91
|
+
border: 1px solid #f4f6fc;
|
|
92
|
+
}
|
|
93
|
+
.form-designer .fields-list .field-label:hover {
|
|
94
|
+
color: #409eff;
|
|
95
|
+
border: 1px dashed #409eff;
|
|
96
|
+
}
|
|
97
|
+
.form-designer .fields-list .field-label > a {
|
|
98
|
+
display: block;
|
|
99
|
+
cursor: move;
|
|
100
|
+
background: #f4f6fc;
|
|
101
|
+
border: 1px solid #f4f6fc;
|
|
102
|
+
color: #333;
|
|
103
|
+
}
|
|
104
|
+
.form-designer .fields-list .field-label > a .icon {
|
|
105
|
+
margin-right: 6px;
|
|
106
|
+
margin-left: 8px;
|
|
107
|
+
font-size: 14px;
|
|
108
|
+
display: inline-block;
|
|
109
|
+
vertical-align: middle;
|
|
110
|
+
}
|
|
111
|
+
.form-designer .fields-list .field-label > a span {
|
|
112
|
+
display: inline-block;
|
|
113
|
+
vertical-align: middle;
|
|
114
|
+
}
|
|
115
|
+
.form-designer .fields-list .field-label-disabled {
|
|
116
|
+
font-size: 12px;
|
|
117
|
+
display: block;
|
|
118
|
+
width: 48%;
|
|
119
|
+
line-height: 26px;
|
|
120
|
+
position: relative;
|
|
121
|
+
float: left;
|
|
122
|
+
left: 0;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
text-overflow: ellipsis;
|
|
125
|
+
white-space: nowrap;
|
|
126
|
+
margin: 1%;
|
|
127
|
+
color: #333;
|
|
128
|
+
border: 1px solid #f4f6fc;
|
|
129
|
+
}
|
|
130
|
+
.form-designer .fields-list .field-label-disabled:hover {
|
|
131
|
+
color: gray;
|
|
132
|
+
border: 1px dashed gray;
|
|
133
|
+
}
|
|
134
|
+
.form-designer .fields-list .field-label-disabled > a {
|
|
135
|
+
display: block;
|
|
136
|
+
cursor: not-allowed;
|
|
137
|
+
background: #f4f6fc;
|
|
138
|
+
border: 1px solid #f4f6fc;
|
|
139
|
+
}
|
|
140
|
+
.form-designer .fields-list .field-label-disabled > a .icon {
|
|
141
|
+
margin-right: 6px;
|
|
142
|
+
margin-left: 8px;
|
|
143
|
+
font-size: 14px;
|
|
144
|
+
display: inline-block;
|
|
145
|
+
vertical-align: middle;
|
|
146
|
+
}
|
|
147
|
+
.form-designer .fields-list .field-label-disabled > a span {
|
|
148
|
+
display: inline-block;
|
|
149
|
+
vertical-align: middle;
|
|
150
|
+
}
|
|
151
|
+
.form-designer .widget-container {
|
|
152
|
+
flex: 1;
|
|
153
|
+
border-left: 1px solid #e0e0e0;
|
|
154
|
+
border-right: 1px solid #e0e0e0;
|
|
155
|
+
}
|
|
156
|
+
.form-designer .widget-container .widget-container-header {
|
|
157
|
+
height: 45px !important;
|
|
158
|
+
display: flex;
|
|
159
|
+
justify-content: space-between;
|
|
160
|
+
align-items: center;
|
|
161
|
+
border-bottom: solid 2px #e4e7ed;
|
|
162
|
+
}
|
|
163
|
+
.form-designer .widget-container .el-main {
|
|
164
|
+
padding: 0;
|
|
165
|
+
position: relative;
|
|
166
|
+
}
|
|
167
|
+
.form-designer .widget-form-container {
|
|
168
|
+
height: 100%;
|
|
169
|
+
position: relative;
|
|
170
|
+
top: 0;
|
|
171
|
+
left: 0;
|
|
172
|
+
right: 0;
|
|
173
|
+
bottom: 0;
|
|
174
|
+
}
|
|
175
|
+
.form-designer .widget-form-container .el-form {
|
|
176
|
+
height: 100%;
|
|
177
|
+
}
|
|
178
|
+
.form-designer .widget-form-container .el-form .el-row {
|
|
179
|
+
height: 100%;
|
|
180
|
+
}
|
|
181
|
+
.form-designer .widget-form-container .widget-form-list {
|
|
182
|
+
height: 100%;
|
|
183
|
+
min-height: calc(100% - 45px);
|
|
184
|
+
padding-bottom: 50px;
|
|
185
|
+
overflow: hidden;
|
|
186
|
+
overflow-y: scroll;
|
|
187
|
+
}
|
|
188
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item {
|
|
189
|
+
min-height: 30px;
|
|
190
|
+
padding: 5px 10px 18px;
|
|
191
|
+
margin: 0;
|
|
192
|
+
position: relative;
|
|
193
|
+
border-left: 5px solid transparent;
|
|
194
|
+
}
|
|
195
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label::before {
|
|
196
|
+
content: "*";
|
|
197
|
+
color: #f56c6c;
|
|
198
|
+
margin-right: 4px;
|
|
199
|
+
}
|
|
200
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item:after {
|
|
201
|
+
position: absolute;
|
|
202
|
+
left: 0;
|
|
203
|
+
right: 0;
|
|
204
|
+
bottom: 0;
|
|
205
|
+
top: 0;
|
|
206
|
+
display: block;
|
|
207
|
+
z-index: 1001;
|
|
208
|
+
}
|
|
209
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item:hover {
|
|
210
|
+
background: #ecf8ff;
|
|
211
|
+
cursor: move;
|
|
212
|
+
}
|
|
213
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item.active {
|
|
214
|
+
border-left: 3px solid #409eff;
|
|
215
|
+
background: #ecf5ff;
|
|
216
|
+
}
|
|
217
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete {
|
|
218
|
+
position: absolute;
|
|
219
|
+
right: 10px;
|
|
220
|
+
bottom: -32px;
|
|
221
|
+
z-index: 1002;
|
|
222
|
+
}
|
|
223
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone {
|
|
224
|
+
position: absolute;
|
|
225
|
+
right: 50px;
|
|
226
|
+
bottom: -32px;
|
|
227
|
+
z-index: 1002;
|
|
228
|
+
}
|
|
229
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table {
|
|
230
|
+
position: relative;
|
|
231
|
+
padding: 2px;
|
|
232
|
+
float: left;
|
|
233
|
+
width: 100%;
|
|
234
|
+
}
|
|
235
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content {
|
|
236
|
+
display: flex;
|
|
237
|
+
padding: 10px 5px;
|
|
238
|
+
width: 100%;
|
|
239
|
+
height: 100%;
|
|
240
|
+
overflow-y: hidden;
|
|
241
|
+
outline: 1px dashed #ccc;
|
|
242
|
+
outline-offset: -1px;
|
|
243
|
+
min-height: 103px;
|
|
244
|
+
}
|
|
245
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar {
|
|
246
|
+
width: 6px !important;
|
|
247
|
+
height: 6px !important;
|
|
248
|
+
}
|
|
249
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb {
|
|
250
|
+
background-color: #e5e7eb !important;
|
|
251
|
+
}
|
|
252
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost {
|
|
253
|
+
background: white;
|
|
254
|
+
border-left: 5px solid #409eff;
|
|
255
|
+
box-sizing: border-box;
|
|
256
|
+
font-size: 0;
|
|
257
|
+
content: "";
|
|
258
|
+
overflow: hidden;
|
|
259
|
+
padding: 0 !important;
|
|
260
|
+
position: relative;
|
|
261
|
+
outline: none 0;
|
|
262
|
+
height: 100%;
|
|
263
|
+
min-height: 90px;
|
|
264
|
+
width: 0 !important;
|
|
265
|
+
min-width: 0 !important;
|
|
266
|
+
margin: 1px 2px 0 2px;
|
|
267
|
+
}
|
|
268
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item {
|
|
269
|
+
position: relative;
|
|
270
|
+
min-width: 33.3%;
|
|
271
|
+
width: 33.3%;
|
|
272
|
+
padding: 1px;
|
|
273
|
+
height: 100%;
|
|
274
|
+
}
|
|
275
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell::before {
|
|
276
|
+
content: "*";
|
|
277
|
+
color: #f56c6c;
|
|
278
|
+
margin-right: 4px;
|
|
279
|
+
}
|
|
280
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active {
|
|
281
|
+
outline: 1px solid #409eff;
|
|
282
|
+
outline-offset: -1px;
|
|
283
|
+
}
|
|
284
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover {
|
|
285
|
+
outline: 1px solid #409eff;
|
|
286
|
+
outline-offset: -1px;
|
|
287
|
+
cursor: move;
|
|
288
|
+
}
|
|
289
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after {
|
|
290
|
+
position: absolute;
|
|
291
|
+
left: 0;
|
|
292
|
+
right: 0;
|
|
293
|
+
bottom: 0;
|
|
294
|
+
top: 0;
|
|
295
|
+
display: block;
|
|
296
|
+
content: "";
|
|
297
|
+
z-index: 1001;
|
|
298
|
+
}
|
|
299
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete {
|
|
300
|
+
position: absolute;
|
|
301
|
+
right: 0;
|
|
302
|
+
bottom: 0;
|
|
303
|
+
z-index: 1002;
|
|
304
|
+
}
|
|
305
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone {
|
|
306
|
+
position: absolute;
|
|
307
|
+
right: 30px;
|
|
308
|
+
bottom: 0;
|
|
309
|
+
z-index: 1002;
|
|
310
|
+
}
|
|
311
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i {
|
|
312
|
+
font-size: 10px;
|
|
313
|
+
}
|
|
314
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle {
|
|
315
|
+
padding: 5px;
|
|
316
|
+
}
|
|
317
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table.active {
|
|
318
|
+
border-left: 3px solid #409eff;
|
|
319
|
+
background: #ecf5ff;
|
|
320
|
+
}
|
|
321
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table:hover {
|
|
322
|
+
background: #ecf8ff;
|
|
323
|
+
cursor: move;
|
|
324
|
+
}
|
|
325
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete {
|
|
326
|
+
position: absolute;
|
|
327
|
+
right: 10px;
|
|
328
|
+
bottom: -12px;
|
|
329
|
+
z-index: 1001;
|
|
330
|
+
}
|
|
331
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear {
|
|
332
|
+
position: absolute;
|
|
333
|
+
right: 50px;
|
|
334
|
+
bottom: -12px;
|
|
335
|
+
z-index: 1001;
|
|
336
|
+
}
|
|
337
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone {
|
|
338
|
+
position: absolute;
|
|
339
|
+
right: 90px;
|
|
340
|
+
bottom: -12px;
|
|
341
|
+
z-index: 1001;
|
|
342
|
+
}
|
|
343
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group {
|
|
344
|
+
position: relative;
|
|
345
|
+
width: 100%;
|
|
346
|
+
float: left;
|
|
347
|
+
padding: 2px;
|
|
348
|
+
}
|
|
349
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__head {
|
|
350
|
+
margin: 10px;
|
|
351
|
+
}
|
|
352
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__body {
|
|
353
|
+
min-height: 150px;
|
|
354
|
+
height: 100%;
|
|
355
|
+
outline: 1px dashed #ccc;
|
|
356
|
+
outline-offset: -1px;
|
|
357
|
+
overflow: hidden;
|
|
358
|
+
padding-bottom: 15px;
|
|
359
|
+
}
|
|
360
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost {
|
|
361
|
+
background: white;
|
|
362
|
+
border-left: 5px solid #409eff;
|
|
363
|
+
box-sizing: border-box;
|
|
364
|
+
font-size: 0;
|
|
365
|
+
content: "";
|
|
366
|
+
overflow: hidden;
|
|
367
|
+
padding: 0 !important;
|
|
368
|
+
position: relative;
|
|
369
|
+
outline: none 0;
|
|
370
|
+
height: 100%;
|
|
371
|
+
min-height: 57px;
|
|
372
|
+
width: 0 !important;
|
|
373
|
+
min-width: 0 !important;
|
|
374
|
+
margin: 1px 2px 0 2px;
|
|
375
|
+
}
|
|
376
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item {
|
|
377
|
+
padding: 10px;
|
|
378
|
+
margin: 3px;
|
|
379
|
+
position: relative;
|
|
380
|
+
border-left: 5px solid transparent;
|
|
381
|
+
background: white;
|
|
382
|
+
}
|
|
383
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label::before {
|
|
384
|
+
content: "*";
|
|
385
|
+
color: #f56c6c;
|
|
386
|
+
margin-right: 4px;
|
|
387
|
+
}
|
|
388
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active {
|
|
389
|
+
outline: 1px solid #409eff;
|
|
390
|
+
outline-offset: -1px;
|
|
391
|
+
}
|
|
392
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover {
|
|
393
|
+
outline: 1px solid #409eff;
|
|
394
|
+
outline-offset: -1px;
|
|
395
|
+
cursor: move;
|
|
396
|
+
}
|
|
397
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after {
|
|
398
|
+
position: absolute;
|
|
399
|
+
left: 0;
|
|
400
|
+
right: 0;
|
|
401
|
+
bottom: 0;
|
|
402
|
+
top: 0;
|
|
403
|
+
display: block;
|
|
404
|
+
content: "";
|
|
405
|
+
z-index: 1001;
|
|
406
|
+
}
|
|
407
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete {
|
|
408
|
+
position: absolute;
|
|
409
|
+
right: 0;
|
|
410
|
+
bottom: -24px;
|
|
411
|
+
z-index: 1002;
|
|
412
|
+
}
|
|
413
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone {
|
|
414
|
+
position: absolute;
|
|
415
|
+
right: 34px;
|
|
416
|
+
bottom: -24px;
|
|
417
|
+
z-index: 1002;
|
|
418
|
+
}
|
|
419
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group.active {
|
|
420
|
+
border-left: 3px solid #409eff;
|
|
421
|
+
background: #ecf5ff;
|
|
422
|
+
}
|
|
423
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group:hover {
|
|
424
|
+
background: #ecf8ff;
|
|
425
|
+
cursor: move;
|
|
426
|
+
}
|
|
427
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete {
|
|
428
|
+
position: absolute;
|
|
429
|
+
right: 10px;
|
|
430
|
+
bottom: -12px;
|
|
431
|
+
z-index: 1001;
|
|
432
|
+
}
|
|
433
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear {
|
|
434
|
+
position: absolute;
|
|
435
|
+
right: 50px;
|
|
436
|
+
bottom: -12px;
|
|
437
|
+
z-index: 1001;
|
|
438
|
+
}
|
|
439
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone {
|
|
440
|
+
position: absolute;
|
|
441
|
+
right: 90px;
|
|
442
|
+
bottom: -12px;
|
|
443
|
+
z-index: 1001;
|
|
444
|
+
}
|
|
445
|
+
.form-designer .widget-form-container .widget-form-list .iconfont {
|
|
446
|
+
font-size: 13px;
|
|
447
|
+
}
|
|
448
|
+
.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle {
|
|
449
|
+
padding: 7px;
|
|
450
|
+
}
|
|
451
|
+
.form-designer .widget-form-container .ghost {
|
|
452
|
+
background: white;
|
|
453
|
+
border-top: 5px solid #409eff;
|
|
454
|
+
box-sizing: border-box;
|
|
455
|
+
font-size: 0;
|
|
456
|
+
content: "";
|
|
457
|
+
overflow: hidden;
|
|
458
|
+
padding: 0 !important;
|
|
459
|
+
position: relative;
|
|
460
|
+
outline: none 0;
|
|
461
|
+
height: 0 !important;
|
|
462
|
+
width: 100%;
|
|
463
|
+
margin: 2px 0;
|
|
464
|
+
}
|
|
465
|
+
.form-designer .widget-config-container {
|
|
466
|
+
height: 100%;
|
|
467
|
+
padding-top: 5px;
|
|
468
|
+
}
|
|
469
|
+
.form-designer .widget-config-container .el-tabs {
|
|
470
|
+
height: 100%;
|
|
471
|
+
}
|
|
472
|
+
.form-designer .widget-config-container .el-tabs__header {
|
|
473
|
+
margin: 0;
|
|
474
|
+
height: 45px;
|
|
475
|
+
background: white;
|
|
476
|
+
z-index: 1000;
|
|
477
|
+
}
|
|
478
|
+
.form-designer .widget-config-container .el-tabs__content {
|
|
479
|
+
height: calc(100% - 45px);
|
|
480
|
+
overflow-y: scroll;
|
|
481
|
+
}
|
|
482
|
+
.form-designer .widget-config-container .widget-config .el-tabs__header {
|
|
483
|
+
position: relative;
|
|
484
|
+
display: block;
|
|
485
|
+
top: 0;
|
|
486
|
+
margin: 0;
|
|
487
|
+
}
|
|
488
|
+
.form-designer .widget-config-container .widget-config .el-tabs__content {
|
|
489
|
+
margin-top: 0;
|
|
490
|
+
}
|
|
491
|
+
.form-designer .widget-config-container .widget-config .ghost {
|
|
492
|
+
background: #fff;
|
|
493
|
+
border: 1px dashed #409eff;
|
|
494
|
+
}
|
|
495
|
+
.form-designer .widget-config-container .widget-config ul {
|
|
496
|
+
margin: 0;
|
|
497
|
+
padding: 0;
|
|
498
|
+
}
|
|
499
|
+
.form-designer .widget-config-container .widget-config ul li {
|
|
500
|
+
display: flex;
|
|
501
|
+
align-items: center;
|
|
502
|
+
width: 100%;
|
|
503
|
+
}
|
|
504
|
+
.form-designer .widget-config-container .widget-config ul li .ghost {
|
|
505
|
+
list-style: none;
|
|
506
|
+
font-size: 0;
|
|
507
|
+
height: 35px;
|
|
508
|
+
}
|
|
509
|
+
.form-designer .widget-config-container .avue-group__item {
|
|
510
|
+
padding: 0;
|
|
511
|
+
}
|
|
512
|
+
.form-designer .el-container {
|
|
513
|
+
height: 100%;
|
|
514
|
+
}
|
|
515
|
+
.form-designer .el-container .el-main {
|
|
516
|
+
height: calc(100% - 45px);
|
|
517
|
+
}
|
|
518
|
+
.form-designer .el-container .el-aside {
|
|
519
|
+
background: #fff;
|
|
520
|
+
}
|
|
521
|
+
.form-designer .danger {
|
|
522
|
+
color: #f56c6c;
|
|
523
|
+
}
|
|
524
|
+
.form-designer .warning {
|
|
525
|
+
color: #e6a23c;
|
|
526
|
+
}
|
|
527
|
+
.form-designer .el-input-number.is-controls-right .el-input-number__decrease {
|
|
528
|
+
border-left: none;
|
|
529
|
+
}
|
|
530
|
+
.form-designer .el-input-number.is-controls-right .el-input-number__increase {
|
|
531
|
+
border-left: none;
|
|
532
|
+
border-bottom: none;
|
|
533
|
+
}
|
|
534
|
+
.form-designer .el-date-editor,
|
|
535
|
+
.form-designer .el-cascader,
|
|
536
|
+
.form-designer .el-select,
|
|
537
|
+
.form-designer .el-input-number {
|
|
538
|
+
width: 100%;
|
|
539
|
+
}
|
|
540
|
+
.form-designer .editor-fullscreen {
|
|
541
|
+
position: fixed !important;
|
|
542
|
+
top: 0;
|
|
543
|
+
right: 0;
|
|
544
|
+
bottom: 0;
|
|
545
|
+
left: 0;
|
|
546
|
+
width: 100%;
|
|
547
|
+
height: 100% !important;
|
|
548
|
+
z-index: 1003;
|
|
549
|
+
padding: 20px;
|
|
550
|
+
box-sizing: border-box;
|
|
551
|
+
background: #fff;
|
|
552
|
+
}
|
|
553
|
+
.form-designer .editor-fullscreen i {
|
|
554
|
+
top: 20px !important;
|
|
555
|
+
left: 25px !important;
|
|
556
|
+
}
|
|
557
|
+
.afd-drawer-foot {
|
|
558
|
+
position: absolute;
|
|
559
|
+
bottom: 0;
|
|
560
|
+
left: 0;
|
|
561
|
+
right: 0;
|
|
562
|
+
padding: 20px;
|
|
563
|
+
display: flex;
|
|
564
|
+
}
|
|
565
|
+
.afd-drawer-foot button {
|
|
566
|
+
width: 50%;
|
|
567
|
+
}
|
|
568
|
+
.afd-drawer-foot > span {
|
|
569
|
+
display: inline-block;
|
|
570
|
+
width: 50%;
|
|
571
|
+
}
|
|
572
|
+
.afd-drawer-foot > span button {
|
|
573
|
+
width: 100%;
|
|
574
|
+
}
|
|
575
|
+
.afd-preview-form {
|
|
576
|
+
overflow-y: auto;
|
|
577
|
+
height: 83vh;
|
|
578
|
+
}
|