@web-utils/component 2.7.2 → 2.7.4
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/AfdColumn.vue_vue_type_template_lang.768f2ed2.js +302 -0
- package/dist/chunks/ConfigArray.vue_vue_type_template_lang.66483daa.js +51 -0
- package/dist/chunks/ConfigColor.vue_vue_type_template_lang.cd880091.js +24 -0
- package/dist/chunks/ConfigCustom.vue_vue_type_template_lang.6e03d7fd.js +52 -0
- package/dist/chunks/ConfigDate.vue_vue_type_template_lang.420fa897.js +104 -0
- package/dist/chunks/ConfigDynamic.vue_vue_type_template_lang.82d24ab0.js +133 -0
- package/dist/chunks/ConfigEvent.vue_vue_type_template_lang.5e8ed6cc.js +96 -0
- package/dist/chunks/ConfigGroup.vue_vue_type_template_lang.44117322.js +48 -0
- package/dist/chunks/ConfigInput.vue_vue_type_template_lang.cc1eb052.js +96 -0
- package/dist/chunks/ConfigMap.vue_vue_type_template_lang.daee4d38.js +31 -0
- package/dist/chunks/ConfigNumber.vue_vue_type_template_lang.d60231d7.js +130 -0
- package/dist/chunks/ConfigRate.vue_vue_type_style_index_0_scoped_true_lang.cf5d437d.js +125 -0
- package/dist/chunks/ConfigSelect.vue_vue_type_template_lang.7db7e57f.js +483 -0
- package/dist/chunks/ConfigSlider.vue_vue_type_template_lang.27b8cc7b.js +99 -0
- package/dist/chunks/ConfigSwitch.vue_vue_type_style_index_0_scoped_true_lang.4caf1bd0.js +54 -0
- package/dist/chunks/ConfigTable.vue_vue_type_template_lang.3e8136d9.js +341 -0
- package/dist/chunks/ConfigTextarea.vue_vue_type_template_lang.5cddf41c.js +88 -0
- package/dist/chunks/ConfigTitle.vue_vue_type_template_lang.57d9deb5.js +87 -0
- package/dist/chunks/ConfigTree.vue_vue_type_style_index_0_scoped_true_lang.3770c37e.js +464 -0
- package/dist/chunks/ConfigUEditor.vue_vue_type_template_lang.9726b4f5.js +240 -0
- package/dist/chunks/ConfigUpload.vue_vue_type_template_lang.531a9b2a.js +471 -0
- package/dist/chunks/FormConfig.vue_vue_type_template_lang.85b4ee87.js +232 -0
- package/dist/chunks/WidgetConfig.vue_vue_type_template_lang.f903c9b2.js +1765 -0
- package/dist/chunks/WidgetForm.vue_vue_type_template_lang.82248338.js +242 -0
- package/dist/chunks/WidgetFormGroup.vue_vue_type_template_lang.c636aabd.js +266 -0
- package/dist/chunks/WidgetFormItem.vue_vue_type_template_lang.48d55a5c.js +24 -0
- package/dist/chunks/WidgetFormTable.vue_vue_type_template_lang.30625146.js +228 -0
- package/dist/chunks/dataformat.d3fd2d1b.js +157 -0
- package/dist/chunks/{detail.a3249549.js → detail.ac4d421a.js} +7 -7
- package/dist/chunks/{dic.5f7e3523.js → dic.79d9f595.js} +28 -27
- package/dist/chunks/{event.50c365eb.js → event.43b42228.js} +7 -6
- package/dist/chunks/{init.352281f5.js → init.3b47bb80.js} +8 -7
- package/dist/chunks/{packages.5d7a86c4.js → packages.6f252850.js} +5 -61
- package/dist/chunks/{util.5053d54e.js → util.80e28481.js} +37 -51
- package/dist/components/afd-column/index.js +54 -0
- package/dist/components/chat/index.js +1 -1
- package/dist/components/code/index.js +1 -1
- package/dist/components/column/index.js +8 -7
- package/dist/components/column-default/index.js +1 -1
- package/dist/components/column-dynamic/index.js +1 -1
- package/dist/components/column-menu/index.js +1 -1
- package/dist/components/column-slot/index.js +27 -26
- package/dist/components/config-array/index.js +26 -0
- package/dist/components/config-color/index.js +26 -0
- package/dist/components/config-custom/index.js +60 -0
- package/dist/components/config-date/index.js +26 -0
- package/dist/components/config-dynamic/index.js +26 -0
- package/dist/components/config-event/index.js +72 -0
- package/dist/components/config-group/index.js +34 -0
- package/dist/components/config-input/index.js +26 -0
- package/dist/components/config-map/index.js +26 -0
- package/dist/components/config-number/index.js +26 -0
- package/dist/components/config-rate/index.js +69 -0
- package/dist/components/config-rate/style.css +1 -0
- package/dist/components/config-select/index.js +88 -0
- package/dist/components/config-slider/index.js +26 -0
- package/dist/components/config-switch/index.js +31 -0
- package/dist/components/config-switch/style.css +1 -0
- package/dist/components/config-table/index.js +120 -0
- package/dist/components/config-textarea/index.js +26 -0
- package/dist/components/config-title/index.js +31 -0
- package/dist/components/config-tree/index.js +120 -0
- package/dist/components/config-tree/style.css +1 -0
- package/dist/components/config-u-editor/index.js +32 -0
- package/dist/components/config-upload/index.js +56 -0
- package/dist/components/custom-scrollbar/index.js +6 -1
- package/dist/components/dialog-excel/index.js +2 -2
- package/dist/components/dialog-filter/index.js +1 -1
- package/dist/components/dialog-form/index.js +8 -7
- package/dist/components/flex-item/index.js +4 -1
- package/dist/components/flow/index.js +1 -1
- package/dist/components/flow-node/index.js +1 -1
- package/dist/components/form-config/index.js +26 -0
- package/dist/components/form-group/index.js +1 -1
- package/dist/components/form-temp/index.js +2 -2
- package/dist/components/{array → fy-array}/index.js +5 -5
- package/dist/components/{array → fy-array}/style.css +0 -0
- package/dist/components/fy-cascader/index.js +1 -1
- package/dist/components/fy-checkbox/index.js +1 -1
- package/dist/components/fy-curd/index.js +37 -131
- package/dist/components/fy-date/index.js +1 -1
- package/dist/components/fy-dialog-form/index.js +9 -8
- package/dist/components/{draggable → fy-draggable}/index.js +2 -2
- package/dist/components/{draggable → fy-draggable}/style.css +0 -0
- package/dist/components/fy-dynamic/index.js +2 -2
- package/dist/components/{empty → fy-empty}/index.js +6 -6
- package/dist/components/{empty → fy-empty}/style.css +0 -0
- package/dist/components/fy-form/index.js +9 -8
- package/dist/components/fy-form-design/index.js +1371 -0
- package/dist/components/fy-form-design/style.css +1 -0
- package/dist/components/fy-input/index.js +1 -1
- package/dist/components/fy-input-color/index.js +1 -1
- package/dist/components/fy-input-icon/index.js +1 -1
- package/dist/components/fy-input-map/index.js +4 -4
- package/dist/components/fy-input-number/index.js +1 -1
- package/dist/components/fy-input-table/index.js +4 -4
- package/dist/components/fy-input-tree/index.js +2 -2
- package/dist/components/fy-radio/index.js +1 -1
- package/dist/components/fy-rate/index.js +1 -1
- package/dist/components/fy-select/index.js +18 -17
- package/dist/components/fy-slider/index.js +2 -2
- package/dist/components/fy-switch/index.js +1 -1
- package/dist/components/fy-time/index.js +2 -2
- package/dist/components/fy-title/index.js +1 -1
- package/dist/components/fy-tree/index.js +7 -6
- package/dist/components/fy-upload/index.js +11 -10
- package/dist/components/header-menu/index.js +1 -1
- package/dist/components/header-search/index.js +2 -2
- package/dist/components/license/index.js +5 -5
- package/dist/components/login/index.js +9 -8
- package/dist/components/record-video/index.js +1 -1
- package/dist/components/search/index.js +10 -9
- package/dist/components/sign/index.js +1 -1
- package/dist/components/table-column/index.js +4 -1
- package/dist/components/table-page/index.js +9 -6
- package/dist/components/text-ellipsis/index.js +1 -1
- package/dist/components/verify/index.js +1 -1
- package/dist/components/watermark/index.js +5 -1
- package/dist/components/widget-config/index.js +107 -0
- package/dist/components/widget-form/index.js +68 -0
- package/dist/components/widget-form-group/index.js +91 -0
- package/dist/components/widget-form-item/index.js +70 -0
- package/dist/components/widget-form-table/index.js +90 -0
- package/dist/index.css +761 -201
- package/dist/index.es.js +24037 -16605
- package/package.json +6 -4
- package/web-types.json +1880 -1781
- package/dist/chunks/dataformat.fb35ee10.js +0 -61
package/dist/index.css
CHANGED
|
@@ -12,18 +12,6 @@
|
|
|
12
12
|
position: fixed;
|
|
13
13
|
z-index: 10;
|
|
14
14
|
}
|
|
15
|
-
.avue-array__item {
|
|
16
|
-
margin-bottom: 5px;
|
|
17
|
-
}
|
|
18
|
-
.avue-array__input {
|
|
19
|
-
display: flex;
|
|
20
|
-
}
|
|
21
|
-
.avue-array__input .el-input {
|
|
22
|
-
flex: auto;
|
|
23
|
-
}
|
|
24
|
-
.avue-array__input .el-button {
|
|
25
|
-
margin-left: 5px;
|
|
26
|
-
}
|
|
27
15
|
.avue-article__title {
|
|
28
16
|
margin-bottom: 15px;
|
|
29
17
|
font-size: 32px;
|
|
@@ -2133,142 +2121,6 @@ body {
|
|
|
2133
2121
|
transform: rotate(-40deg);
|
|
2134
2122
|
opacity: .1;
|
|
2135
2123
|
}
|
|
2136
|
-
.avue-draggable {
|
|
2137
|
-
padding: 10px;
|
|
2138
|
-
position: absolute;
|
|
2139
|
-
cursor: move;
|
|
2140
|
-
-webkit-tap-highlight-color: transparent;
|
|
2141
|
-
user-select: none;
|
|
2142
|
-
}
|
|
2143
|
-
.avue-draggable__focus {
|
|
2144
|
-
opacity: 0;
|
|
2145
|
-
position: absolute !important;
|
|
2146
|
-
top: 0;
|
|
2147
|
-
left: 0;
|
|
2148
|
-
z-index: -1024;
|
|
2149
|
-
}
|
|
2150
|
-
.avue-draggable__mask {
|
|
2151
|
-
width: 100%;
|
|
2152
|
-
height: 100%;
|
|
2153
|
-
border: 0;
|
|
2154
|
-
position: absolute;
|
|
2155
|
-
top: 0;
|
|
2156
|
-
right: 0;
|
|
2157
|
-
bottom: 0;
|
|
2158
|
-
left: 0;
|
|
2159
|
-
z-index: 1;
|
|
2160
|
-
}
|
|
2161
|
-
.avue-draggable--active {
|
|
2162
|
-
cursor: move;
|
|
2163
|
-
border: 1px dashed #09f;
|
|
2164
|
-
background-color: #73aae580;
|
|
2165
|
-
}
|
|
2166
|
-
.avue-draggable--move {
|
|
2167
|
-
opacity: .6;
|
|
2168
|
-
background-color: #73aae580;
|
|
2169
|
-
}
|
|
2170
|
-
.avue-draggable--click {
|
|
2171
|
-
cursor: pointer;
|
|
2172
|
-
}
|
|
2173
|
-
.avue-draggable__line--left {
|
|
2174
|
-
position: absolute;
|
|
2175
|
-
border-top: 1px dashed #09f;
|
|
2176
|
-
width: 10000px;
|
|
2177
|
-
height: 0;
|
|
2178
|
-
top: 0;
|
|
2179
|
-
transform: translate(-100%);
|
|
2180
|
-
}
|
|
2181
|
-
.avue-draggable__line--top {
|
|
2182
|
-
position: absolute;
|
|
2183
|
-
border-left: 1px dashed #09f;
|
|
2184
|
-
width: 0;
|
|
2185
|
-
height: 10000px;
|
|
2186
|
-
left: 0;
|
|
2187
|
-
transform: translateY(-100%);
|
|
2188
|
-
}
|
|
2189
|
-
.avue-draggable__line--label {
|
|
2190
|
-
top: -5px;
|
|
2191
|
-
left: -8px;
|
|
2192
|
-
position: absolute;
|
|
2193
|
-
padding: 5px;
|
|
2194
|
-
transform: translate(-100%, -100%);
|
|
2195
|
-
color: #09f;
|
|
2196
|
-
font-size: 18px;
|
|
2197
|
-
white-space: nowrap;
|
|
2198
|
-
cursor: move;
|
|
2199
|
-
}
|
|
2200
|
-
.avue-draggable__menu {
|
|
2201
|
-
position: absolute;
|
|
2202
|
-
top: 0px;
|
|
2203
|
-
left: 0px;
|
|
2204
|
-
background-color: #409eff;
|
|
2205
|
-
font-size: 25px;
|
|
2206
|
-
color: #fff;
|
|
2207
|
-
z-index: 9999;
|
|
2208
|
-
cursor: pointer;
|
|
2209
|
-
}
|
|
2210
|
-
.avue-draggable__range {
|
|
2211
|
-
position: absolute;
|
|
2212
|
-
width: 10px;
|
|
2213
|
-
height: 10px;
|
|
2214
|
-
border-radius: 100%;
|
|
2215
|
-
z-index: 9999;
|
|
2216
|
-
background-color: #09f;
|
|
2217
|
-
}
|
|
2218
|
-
.avue-draggable__range--left,
|
|
2219
|
-
.avue-draggable__range--right {
|
|
2220
|
-
top: 50%;
|
|
2221
|
-
transform: translateY(-50%);
|
|
2222
|
-
}
|
|
2223
|
-
.avue-draggable__range--left:hover,
|
|
2224
|
-
.avue-draggable__range--right:hover {
|
|
2225
|
-
cursor: ew-resize;
|
|
2226
|
-
}
|
|
2227
|
-
.avue-draggable__range--left {
|
|
2228
|
-
left: -6px;
|
|
2229
|
-
}
|
|
2230
|
-
.avue-draggable__range--right {
|
|
2231
|
-
right: -6px;
|
|
2232
|
-
}
|
|
2233
|
-
.avue-draggable__range--top,
|
|
2234
|
-
.avue-draggable__range--bottom {
|
|
2235
|
-
left: 50%;
|
|
2236
|
-
transform: translate(-50%);
|
|
2237
|
-
}
|
|
2238
|
-
.avue-draggable__range--top:hover,
|
|
2239
|
-
.avue-draggable__range--bottom:hover {
|
|
2240
|
-
cursor: ns-resize;
|
|
2241
|
-
}
|
|
2242
|
-
.avue-draggable__range--top {
|
|
2243
|
-
top: -6px;
|
|
2244
|
-
}
|
|
2245
|
-
.avue-draggable__range--bottom {
|
|
2246
|
-
bottom: -6px;
|
|
2247
|
-
}
|
|
2248
|
-
.avue-draggable__range--bottom-right:hover,
|
|
2249
|
-
.avue-draggable__range--top-left:hover {
|
|
2250
|
-
cursor: nwse-resize;
|
|
2251
|
-
}
|
|
2252
|
-
.avue-draggable__range--bottom-left:hover,
|
|
2253
|
-
.avue-draggable__range--top-right:hover {
|
|
2254
|
-
cursor: nesw-resize;
|
|
2255
|
-
}
|
|
2256
|
-
.avue-draggable__range--top-right {
|
|
2257
|
-
top: -6px;
|
|
2258
|
-
right: -6px;
|
|
2259
|
-
}
|
|
2260
|
-
.avue-draggable__range--top-left {
|
|
2261
|
-
top: -6px;
|
|
2262
|
-
left: -6px;
|
|
2263
|
-
}
|
|
2264
|
-
.avue-draggable__range--bottom-right {
|
|
2265
|
-
bottom: -6px;
|
|
2266
|
-
right: -6px;
|
|
2267
|
-
}
|
|
2268
|
-
.avue-draggable__range--bottom-left {
|
|
2269
|
-
bottom: -6px;
|
|
2270
|
-
left: -6px;
|
|
2271
|
-
}
|
|
2272
2124
|
.dynamic-table {
|
|
2273
2125
|
display: flex;
|
|
2274
2126
|
flex-direction: column;
|
|
@@ -2506,24 +2358,6 @@ body {
|
|
|
2506
2358
|
.element-dialog.el-dialog .header-button:hover {
|
|
2507
2359
|
background: #e34e55;
|
|
2508
2360
|
}
|
|
2509
|
-
.avue-empty {
|
|
2510
|
-
margin: 0 8px;
|
|
2511
|
-
font-size: 14px;
|
|
2512
|
-
line-height: 22px;
|
|
2513
|
-
text-align: center;
|
|
2514
|
-
}
|
|
2515
|
-
.avue-empty__image {
|
|
2516
|
-
height: 100px;
|
|
2517
|
-
margin-bottom: 8px;
|
|
2518
|
-
}
|
|
2519
|
-
.avue-empty__image img {
|
|
2520
|
-
height: 100%;
|
|
2521
|
-
vertical-align: middle;
|
|
2522
|
-
border-style: none;
|
|
2523
|
-
}
|
|
2524
|
-
.avue-empty__desc {
|
|
2525
|
-
color: #000000a6;
|
|
2526
|
-
}
|
|
2527
2361
|
.empty-view,
|
|
2528
2362
|
.error-view {
|
|
2529
2363
|
position: relative;
|
|
@@ -2947,6 +2781,18 @@ body {
|
|
|
2947
2781
|
left: 60px;
|
|
2948
2782
|
}
|
|
2949
2783
|
}
|
|
2784
|
+
.avue-array__item {
|
|
2785
|
+
margin-bottom: 5px;
|
|
2786
|
+
}
|
|
2787
|
+
.avue-array__input {
|
|
2788
|
+
display: flex;
|
|
2789
|
+
}
|
|
2790
|
+
.avue-array__input .el-input {
|
|
2791
|
+
flex: auto;
|
|
2792
|
+
}
|
|
2793
|
+
.avue-array__input .el-button {
|
|
2794
|
+
margin-left: 5px;
|
|
2795
|
+
}
|
|
2950
2796
|
.avue-checkbox .el-checkbox + .el-checkbox {
|
|
2951
2797
|
margin-left: 0;
|
|
2952
2798
|
}
|
|
@@ -3212,50 +3058,204 @@ body {
|
|
|
3212
3058
|
position: static;
|
|
3213
3059
|
margin-bottom: 53px;
|
|
3214
3060
|
}
|
|
3215
|
-
.avue-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
.avue-dynamic__header {
|
|
3222
|
-
padding-left: 40px;
|
|
3223
|
-
}
|
|
3224
|
-
.avue-dynamic__row {
|
|
3225
|
-
position: relative;
|
|
3226
|
-
border-top: 1px dashed #eee;
|
|
3227
|
-
padding-top: 13px;
|
|
3061
|
+
.avue-draggable {
|
|
3062
|
+
padding: 10px;
|
|
3063
|
+
position: absolute;
|
|
3064
|
+
cursor: move;
|
|
3065
|
+
-webkit-tap-highlight-color: transparent;
|
|
3066
|
+
user-select: none;
|
|
3228
3067
|
}
|
|
3229
|
-
.avue-
|
|
3230
|
-
|
|
3068
|
+
.avue-draggable__focus {
|
|
3069
|
+
opacity: 0;
|
|
3070
|
+
position: absolute !important;
|
|
3071
|
+
top: 0;
|
|
3072
|
+
left: 0;
|
|
3073
|
+
z-index: -1024;
|
|
3231
3074
|
}
|
|
3232
|
-
.avue-
|
|
3075
|
+
.avue-draggable__mask {
|
|
3076
|
+
width: 100%;
|
|
3077
|
+
height: 100%;
|
|
3078
|
+
border: 0;
|
|
3233
3079
|
position: absolute;
|
|
3080
|
+
top: 0;
|
|
3234
3081
|
right: 0;
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
margin-right: 8px;
|
|
3239
|
-
width: 100%;
|
|
3082
|
+
bottom: 0;
|
|
3083
|
+
left: 0;
|
|
3084
|
+
z-index: 1;
|
|
3240
3085
|
}
|
|
3241
|
-
.avue-
|
|
3242
|
-
|
|
3086
|
+
.avue-draggable--active {
|
|
3087
|
+
cursor: move;
|
|
3088
|
+
border: 1px dashed #09f;
|
|
3089
|
+
background-color: #73aae580;
|
|
3243
3090
|
}
|
|
3244
|
-
.avue-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
box-sizing: border-box;
|
|
3091
|
+
.avue-draggable--move {
|
|
3092
|
+
opacity: .6;
|
|
3093
|
+
background-color: #73aae580;
|
|
3248
3094
|
}
|
|
3249
|
-
.avue-
|
|
3250
|
-
|
|
3251
|
-
flex-direction: column;
|
|
3095
|
+
.avue-draggable--click {
|
|
3096
|
+
cursor: pointer;
|
|
3252
3097
|
}
|
|
3253
|
-
.avue-
|
|
3254
|
-
|
|
3255
|
-
|
|
3098
|
+
.avue-draggable__line--left {
|
|
3099
|
+
position: absolute;
|
|
3100
|
+
border-top: 1px dashed #09f;
|
|
3101
|
+
width: 10000px;
|
|
3102
|
+
height: 0;
|
|
3103
|
+
top: 0;
|
|
3104
|
+
transform: translate(-100%);
|
|
3256
3105
|
}
|
|
3257
|
-
.avue-
|
|
3258
|
-
|
|
3106
|
+
.avue-draggable__line--top {
|
|
3107
|
+
position: absolute;
|
|
3108
|
+
border-left: 1px dashed #09f;
|
|
3109
|
+
width: 0;
|
|
3110
|
+
height: 10000px;
|
|
3111
|
+
left: 0;
|
|
3112
|
+
transform: translateY(-100%);
|
|
3113
|
+
}
|
|
3114
|
+
.avue-draggable__line--label {
|
|
3115
|
+
top: -5px;
|
|
3116
|
+
left: -8px;
|
|
3117
|
+
position: absolute;
|
|
3118
|
+
padding: 5px;
|
|
3119
|
+
transform: translate(-100%, -100%);
|
|
3120
|
+
color: #09f;
|
|
3121
|
+
font-size: 18px;
|
|
3122
|
+
white-space: nowrap;
|
|
3123
|
+
cursor: move;
|
|
3124
|
+
}
|
|
3125
|
+
.avue-draggable__menu {
|
|
3126
|
+
position: absolute;
|
|
3127
|
+
top: 0px;
|
|
3128
|
+
left: 0px;
|
|
3129
|
+
background-color: #409eff;
|
|
3130
|
+
font-size: 25px;
|
|
3131
|
+
color: #fff;
|
|
3132
|
+
z-index: 9999;
|
|
3133
|
+
cursor: pointer;
|
|
3134
|
+
}
|
|
3135
|
+
.avue-draggable__range {
|
|
3136
|
+
position: absolute;
|
|
3137
|
+
width: 10px;
|
|
3138
|
+
height: 10px;
|
|
3139
|
+
border-radius: 100%;
|
|
3140
|
+
z-index: 9999;
|
|
3141
|
+
background-color: #09f;
|
|
3142
|
+
}
|
|
3143
|
+
.avue-draggable__range--left,
|
|
3144
|
+
.avue-draggable__range--right {
|
|
3145
|
+
top: 50%;
|
|
3146
|
+
transform: translateY(-50%);
|
|
3147
|
+
}
|
|
3148
|
+
.avue-draggable__range--left:hover,
|
|
3149
|
+
.avue-draggable__range--right:hover {
|
|
3150
|
+
cursor: ew-resize;
|
|
3151
|
+
}
|
|
3152
|
+
.avue-draggable__range--left {
|
|
3153
|
+
left: -6px;
|
|
3154
|
+
}
|
|
3155
|
+
.avue-draggable__range--right {
|
|
3156
|
+
right: -6px;
|
|
3157
|
+
}
|
|
3158
|
+
.avue-draggable__range--top,
|
|
3159
|
+
.avue-draggable__range--bottom {
|
|
3160
|
+
left: 50%;
|
|
3161
|
+
transform: translate(-50%);
|
|
3162
|
+
}
|
|
3163
|
+
.avue-draggable__range--top:hover,
|
|
3164
|
+
.avue-draggable__range--bottom:hover {
|
|
3165
|
+
cursor: ns-resize;
|
|
3166
|
+
}
|
|
3167
|
+
.avue-draggable__range--top {
|
|
3168
|
+
top: -6px;
|
|
3169
|
+
}
|
|
3170
|
+
.avue-draggable__range--bottom {
|
|
3171
|
+
bottom: -6px;
|
|
3172
|
+
}
|
|
3173
|
+
.avue-draggable__range--bottom-right:hover,
|
|
3174
|
+
.avue-draggable__range--top-left:hover {
|
|
3175
|
+
cursor: nwse-resize;
|
|
3176
|
+
}
|
|
3177
|
+
.avue-draggable__range--bottom-left:hover,
|
|
3178
|
+
.avue-draggable__range--top-right:hover {
|
|
3179
|
+
cursor: nesw-resize;
|
|
3180
|
+
}
|
|
3181
|
+
.avue-draggable__range--top-right {
|
|
3182
|
+
top: -6px;
|
|
3183
|
+
right: -6px;
|
|
3184
|
+
}
|
|
3185
|
+
.avue-draggable__range--top-left {
|
|
3186
|
+
top: -6px;
|
|
3187
|
+
left: -6px;
|
|
3188
|
+
}
|
|
3189
|
+
.avue-draggable__range--bottom-right {
|
|
3190
|
+
bottom: -6px;
|
|
3191
|
+
right: -6px;
|
|
3192
|
+
}
|
|
3193
|
+
.avue-draggable__range--bottom-left {
|
|
3194
|
+
bottom: -6px;
|
|
3195
|
+
left: -6px;
|
|
3196
|
+
}
|
|
3197
|
+
.avue-dynamic__item {
|
|
3198
|
+
margin-bottom: 10px;
|
|
3199
|
+
width: 100%;
|
|
3200
|
+
display: flex;
|
|
3201
|
+
align-items: center;
|
|
3202
|
+
}
|
|
3203
|
+
.avue-dynamic__header {
|
|
3204
|
+
padding-left: 40px;
|
|
3205
|
+
}
|
|
3206
|
+
.avue-dynamic__row {
|
|
3207
|
+
position: relative;
|
|
3208
|
+
border-top: 1px dashed #eee;
|
|
3209
|
+
padding-top: 13px;
|
|
3210
|
+
}
|
|
3211
|
+
.avue-dynamic__row:first-child {
|
|
3212
|
+
border-top: 0;
|
|
3213
|
+
}
|
|
3214
|
+
.avue-dynamic__menu {
|
|
3215
|
+
position: absolute;
|
|
3216
|
+
right: 0;
|
|
3217
|
+
z-index: 1024;
|
|
3218
|
+
}
|
|
3219
|
+
.avue-dynamic__input {
|
|
3220
|
+
margin-right: 8px;
|
|
3221
|
+
width: 100%;
|
|
3222
|
+
}
|
|
3223
|
+
.avue-dynamic__button {
|
|
3224
|
+
margin-bottom: 0 !important;
|
|
3225
|
+
}
|
|
3226
|
+
.avue-empty {
|
|
3227
|
+
margin: 0 8px;
|
|
3228
|
+
font-size: 14px;
|
|
3229
|
+
line-height: 22px;
|
|
3230
|
+
text-align: center;
|
|
3231
|
+
}
|
|
3232
|
+
.avue-empty__image {
|
|
3233
|
+
height: 100px;
|
|
3234
|
+
margin-bottom: 8px;
|
|
3235
|
+
}
|
|
3236
|
+
.avue-empty__image img {
|
|
3237
|
+
height: 100%;
|
|
3238
|
+
vertical-align: middle;
|
|
3239
|
+
border-style: none;
|
|
3240
|
+
}
|
|
3241
|
+
.avue-empty__desc {
|
|
3242
|
+
color: #000000a6;
|
|
3243
|
+
}
|
|
3244
|
+
.avue-form {
|
|
3245
|
+
position: relative;
|
|
3246
|
+
margin: 0 auto;
|
|
3247
|
+
box-sizing: border-box;
|
|
3248
|
+
}
|
|
3249
|
+
.avue-form__item--top {
|
|
3250
|
+
display: flex;
|
|
3251
|
+
flex-direction: column;
|
|
3252
|
+
}
|
|
3253
|
+
.avue-form__item--top .el-form-item__label {
|
|
3254
|
+
width: 100% !important;
|
|
3255
|
+
text-align: left !important;
|
|
3256
|
+
}
|
|
3257
|
+
.avue-form__item--top .el-form-item__content {
|
|
3258
|
+
margin-left: 0 !important;
|
|
3259
3259
|
}
|
|
3260
3260
|
.avue-form__item--left .el-form-item__label {
|
|
3261
3261
|
text-align: left !important;
|
|
@@ -3314,6 +3314,566 @@ body {
|
|
|
3314
3314
|
.avue-form__option i + i {
|
|
3315
3315
|
margin-left: 10px;
|
|
3316
3316
|
}
|
|
3317
|
+
.dic[data-v-24459f96] {
|
|
3318
|
+
display: flex;
|
|
3319
|
+
margin-bottom: 5px;
|
|
3320
|
+
}
|
|
3321
|
+
.el-tag[data-v-0922df2b] {
|
|
3322
|
+
vertical-align: top;
|
|
3323
|
+
}
|
|
3324
|
+
.el-tag + .el-tag[data-v-0922df2b] {
|
|
3325
|
+
margin-left: 5px;
|
|
3326
|
+
}
|
|
3327
|
+
.input-new-tag[data-v-0922df2b] {
|
|
3328
|
+
width: 90px;
|
|
3329
|
+
margin-left: 5px;
|
|
3330
|
+
vertical-align: bottom;
|
|
3331
|
+
}
|
|
3332
|
+
.color-picker[data-v-0922df2b] {
|
|
3333
|
+
left: 10px;
|
|
3334
|
+
vertical-align: top;
|
|
3335
|
+
}
|
|
3336
|
+
.custom-tree-node[data-v-9953620c] {
|
|
3337
|
+
flex: 1;
|
|
3338
|
+
display: flex;
|
|
3339
|
+
align-items: center;
|
|
3340
|
+
justify-content: space-between;
|
|
3341
|
+
font-size: 14px;
|
|
3342
|
+
padding-right: 8px;
|
|
3343
|
+
}
|
|
3344
|
+
.form-designer {
|
|
3345
|
+
height: 100%;
|
|
3346
|
+
background: #fff;
|
|
3347
|
+
outline: 1px solid #e4e7ed;
|
|
3348
|
+
}
|
|
3349
|
+
.form-designer ::-webkit-scrollbar {
|
|
3350
|
+
width: 0 !important;
|
|
3351
|
+
height: 0 !important;
|
|
3352
|
+
}
|
|
3353
|
+
.form-designer ::-webkit-scrollbar-track {
|
|
3354
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
|
|
3355
|
+
border-radius: 10px !important;
|
|
3356
|
+
background-color: #0000 !important;
|
|
3357
|
+
}
|
|
3358
|
+
.form-designer ::-webkit-scrollbar-thumb {
|
|
3359
|
+
border-radius: 10px !important;
|
|
3360
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
|
|
3361
|
+
background-color: #fff !important;
|
|
3362
|
+
}
|
|
3363
|
+
.form-designer .fields-list {
|
|
3364
|
+
padding: 10px 0;
|
|
3365
|
+
width: 100%;
|
|
3366
|
+
height: 100%;
|
|
3367
|
+
}
|
|
3368
|
+
.form-designer .fields-list .field-title {
|
|
3369
|
+
padding: 8px 12px;
|
|
3370
|
+
font-size: 13px;
|
|
3371
|
+
}
|
|
3372
|
+
.form-designer .fields-list ul {
|
|
3373
|
+
position: relative;
|
|
3374
|
+
overflow: hidden;
|
|
3375
|
+
padding: 0 10px 10px;
|
|
3376
|
+
margin: 0;
|
|
3377
|
+
}
|
|
3378
|
+
.form-designer .fields-list .field-label {
|
|
3379
|
+
font-size: 12px;
|
|
3380
|
+
display: block;
|
|
3381
|
+
width: 47%;
|
|
3382
|
+
line-height: 26px;
|
|
3383
|
+
position: relative;
|
|
3384
|
+
float: left;
|
|
3385
|
+
left: 0;
|
|
3386
|
+
overflow: hidden;
|
|
3387
|
+
text-overflow: ellipsis;
|
|
3388
|
+
white-space: nowrap;
|
|
3389
|
+
margin: 1%;
|
|
3390
|
+
color: #333;
|
|
3391
|
+
border: 1px solid #f4f6fc;
|
|
3392
|
+
}
|
|
3393
|
+
.form-designer .fields-list .field-label:hover {
|
|
3394
|
+
color: #409eff;
|
|
3395
|
+
border: 1px dashed #409eff;
|
|
3396
|
+
}
|
|
3397
|
+
.form-designer .fields-list .field-label > a {
|
|
3398
|
+
display: block;
|
|
3399
|
+
cursor: move;
|
|
3400
|
+
background: #f4f6fc;
|
|
3401
|
+
border: 1px solid #f4f6fc;
|
|
3402
|
+
color: #333;
|
|
3403
|
+
}
|
|
3404
|
+
.form-designer .fields-list .field-label > a .icon {
|
|
3405
|
+
margin-right: 6px;
|
|
3406
|
+
margin-left: 8px;
|
|
3407
|
+
font-size: 14px;
|
|
3408
|
+
display: inline-block;
|
|
3409
|
+
vertical-align: middle;
|
|
3410
|
+
}
|
|
3411
|
+
.form-designer .fields-list .field-label > a span {
|
|
3412
|
+
display: inline-block;
|
|
3413
|
+
vertical-align: middle;
|
|
3414
|
+
}
|
|
3415
|
+
.form-designer .fields-list .field-label-disabled {
|
|
3416
|
+
font-size: 12px;
|
|
3417
|
+
display: block;
|
|
3418
|
+
width: 48%;
|
|
3419
|
+
line-height: 26px;
|
|
3420
|
+
position: relative;
|
|
3421
|
+
float: left;
|
|
3422
|
+
left: 0;
|
|
3423
|
+
overflow: hidden;
|
|
3424
|
+
text-overflow: ellipsis;
|
|
3425
|
+
white-space: nowrap;
|
|
3426
|
+
margin: 1%;
|
|
3427
|
+
color: #333;
|
|
3428
|
+
border: 1px solid #f4f6fc;
|
|
3429
|
+
}
|
|
3430
|
+
.form-designer .fields-list .field-label-disabled:hover {
|
|
3431
|
+
color: gray;
|
|
3432
|
+
border: 1px dashed gray;
|
|
3433
|
+
}
|
|
3434
|
+
.form-designer .fields-list .field-label-disabled > a {
|
|
3435
|
+
display: block;
|
|
3436
|
+
cursor: not-allowed;
|
|
3437
|
+
background: #f4f6fc;
|
|
3438
|
+
border: 1px solid #f4f6fc;
|
|
3439
|
+
}
|
|
3440
|
+
.form-designer .fields-list .field-label-disabled > a .icon {
|
|
3441
|
+
margin-right: 6px;
|
|
3442
|
+
margin-left: 8px;
|
|
3443
|
+
font-size: 14px;
|
|
3444
|
+
display: inline-block;
|
|
3445
|
+
vertical-align: middle;
|
|
3446
|
+
}
|
|
3447
|
+
.form-designer .fields-list .field-label-disabled > a span {
|
|
3448
|
+
display: inline-block;
|
|
3449
|
+
vertical-align: middle;
|
|
3450
|
+
}
|
|
3451
|
+
.form-designer .widget-container {
|
|
3452
|
+
flex: 1;
|
|
3453
|
+
border-left: 1px solid #e0e0e0;
|
|
3454
|
+
border-right: 1px solid #e0e0e0;
|
|
3455
|
+
}
|
|
3456
|
+
.form-designer .widget-container .widget-container-header {
|
|
3457
|
+
height: 45px !important;
|
|
3458
|
+
display: flex;
|
|
3459
|
+
justify-content: space-between;
|
|
3460
|
+
align-items: center;
|
|
3461
|
+
border-bottom: solid 2px #e4e7ed;
|
|
3462
|
+
}
|
|
3463
|
+
.form-designer .widget-container .el-main {
|
|
3464
|
+
padding: 0;
|
|
3465
|
+
position: relative;
|
|
3466
|
+
}
|
|
3467
|
+
.form-designer .widget-form-container {
|
|
3468
|
+
height: 100%;
|
|
3469
|
+
position: relative;
|
|
3470
|
+
top: 0;
|
|
3471
|
+
left: 0;
|
|
3472
|
+
right: 0;
|
|
3473
|
+
bottom: 0;
|
|
3474
|
+
}
|
|
3475
|
+
.form-designer .widget-form-container .el-form,
|
|
3476
|
+
.form-designer .widget-form-container .el-form .el-row {
|
|
3477
|
+
height: 100%;
|
|
3478
|
+
}
|
|
3479
|
+
.form-designer .widget-form-container .widget-form-list {
|
|
3480
|
+
height: 100%;
|
|
3481
|
+
min-height: calc(100% - 45px);
|
|
3482
|
+
padding-bottom: 50px;
|
|
3483
|
+
overflow: hidden;
|
|
3484
|
+
overflow-y: scroll;
|
|
3485
|
+
}
|
|
3486
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item {
|
|
3487
|
+
min-height: 30px;
|
|
3488
|
+
padding: 5px 10px 18px;
|
|
3489
|
+
margin: 0;
|
|
3490
|
+
position: relative;
|
|
3491
|
+
border-left: 5px solid transparent;
|
|
3492
|
+
}
|
|
3493
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label:before {
|
|
3494
|
+
content: "*";
|
|
3495
|
+
color: #f56c6c;
|
|
3496
|
+
margin-right: 4px;
|
|
3497
|
+
}
|
|
3498
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item:after {
|
|
3499
|
+
position: absolute;
|
|
3500
|
+
left: 0;
|
|
3501
|
+
right: 0;
|
|
3502
|
+
bottom: 0;
|
|
3503
|
+
top: 0;
|
|
3504
|
+
display: block;
|
|
3505
|
+
z-index: 1001;
|
|
3506
|
+
}
|
|
3507
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item:hover {
|
|
3508
|
+
background: #ecf8ff;
|
|
3509
|
+
cursor: move;
|
|
3510
|
+
}
|
|
3511
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item.active {
|
|
3512
|
+
border-left: 3px solid #409eff;
|
|
3513
|
+
background: #ecf5ff;
|
|
3514
|
+
}
|
|
3515
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete {
|
|
3516
|
+
position: absolute;
|
|
3517
|
+
right: 10px;
|
|
3518
|
+
bottom: -32px;
|
|
3519
|
+
z-index: 1002;
|
|
3520
|
+
}
|
|
3521
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone {
|
|
3522
|
+
position: absolute;
|
|
3523
|
+
right: 50px;
|
|
3524
|
+
bottom: -32px;
|
|
3525
|
+
z-index: 1002;
|
|
3526
|
+
}
|
|
3527
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table {
|
|
3528
|
+
position: relative;
|
|
3529
|
+
padding: 2px;
|
|
3530
|
+
float: left;
|
|
3531
|
+
width: 100%;
|
|
3532
|
+
}
|
|
3533
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content {
|
|
3534
|
+
display: flex;
|
|
3535
|
+
padding: 10px 5px;
|
|
3536
|
+
width: 100%;
|
|
3537
|
+
height: 100%;
|
|
3538
|
+
overflow-y: hidden;
|
|
3539
|
+
outline: 1px dashed #ccc;
|
|
3540
|
+
outline-offset: -1px;
|
|
3541
|
+
min-height: 103px;
|
|
3542
|
+
}
|
|
3543
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar {
|
|
3544
|
+
width: 6px !important;
|
|
3545
|
+
height: 6px !important;
|
|
3546
|
+
}
|
|
3547
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb {
|
|
3548
|
+
background-color: #e5e7eb !important;
|
|
3549
|
+
}
|
|
3550
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost {
|
|
3551
|
+
background: white;
|
|
3552
|
+
border-left: 5px solid #409eff;
|
|
3553
|
+
box-sizing: border-box;
|
|
3554
|
+
font-size: 0;
|
|
3555
|
+
content: "";
|
|
3556
|
+
overflow: hidden;
|
|
3557
|
+
padding: 0 !important;
|
|
3558
|
+
position: relative;
|
|
3559
|
+
outline: none 0;
|
|
3560
|
+
height: 100%;
|
|
3561
|
+
min-height: 90px;
|
|
3562
|
+
width: 0 !important;
|
|
3563
|
+
min-width: 0 !important;
|
|
3564
|
+
margin: 1px 2px 0;
|
|
3565
|
+
}
|
|
3566
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item {
|
|
3567
|
+
position: relative;
|
|
3568
|
+
min-width: 33.3%;
|
|
3569
|
+
width: 33.3%;
|
|
3570
|
+
padding: 1px;
|
|
3571
|
+
height: 100%;
|
|
3572
|
+
}
|
|
3573
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell:before {
|
|
3574
|
+
content: "*";
|
|
3575
|
+
color: #f56c6c;
|
|
3576
|
+
margin-right: 4px;
|
|
3577
|
+
}
|
|
3578
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active {
|
|
3579
|
+
outline: 1px solid #409eff;
|
|
3580
|
+
outline-offset: -1px;
|
|
3581
|
+
}
|
|
3582
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover {
|
|
3583
|
+
outline: 1px solid #409eff;
|
|
3584
|
+
outline-offset: -1px;
|
|
3585
|
+
cursor: move;
|
|
3586
|
+
}
|
|
3587
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after {
|
|
3588
|
+
position: absolute;
|
|
3589
|
+
left: 0;
|
|
3590
|
+
right: 0;
|
|
3591
|
+
bottom: 0;
|
|
3592
|
+
top: 0;
|
|
3593
|
+
display: block;
|
|
3594
|
+
content: "";
|
|
3595
|
+
z-index: 1001;
|
|
3596
|
+
}
|
|
3597
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete {
|
|
3598
|
+
position: absolute;
|
|
3599
|
+
right: 0;
|
|
3600
|
+
bottom: 0;
|
|
3601
|
+
z-index: 1002;
|
|
3602
|
+
}
|
|
3603
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone {
|
|
3604
|
+
position: absolute;
|
|
3605
|
+
right: 30px;
|
|
3606
|
+
bottom: 0;
|
|
3607
|
+
z-index: 1002;
|
|
3608
|
+
}
|
|
3609
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i {
|
|
3610
|
+
font-size: 10px;
|
|
3611
|
+
}
|
|
3612
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle {
|
|
3613
|
+
padding: 5px;
|
|
3614
|
+
}
|
|
3615
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table.active {
|
|
3616
|
+
border-left: 3px solid #409eff;
|
|
3617
|
+
background: #ecf5ff;
|
|
3618
|
+
}
|
|
3619
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table:hover {
|
|
3620
|
+
background: #ecf8ff;
|
|
3621
|
+
cursor: move;
|
|
3622
|
+
}
|
|
3623
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete {
|
|
3624
|
+
position: absolute;
|
|
3625
|
+
right: 10px;
|
|
3626
|
+
bottom: -12px;
|
|
3627
|
+
z-index: 1001;
|
|
3628
|
+
}
|
|
3629
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear {
|
|
3630
|
+
position: absolute;
|
|
3631
|
+
right: 50px;
|
|
3632
|
+
bottom: -12px;
|
|
3633
|
+
z-index: 1001;
|
|
3634
|
+
}
|
|
3635
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone {
|
|
3636
|
+
position: absolute;
|
|
3637
|
+
right: 90px;
|
|
3638
|
+
bottom: -12px;
|
|
3639
|
+
z-index: 1001;
|
|
3640
|
+
}
|
|
3641
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group {
|
|
3642
|
+
position: relative;
|
|
3643
|
+
width: 100%;
|
|
3644
|
+
float: left;
|
|
3645
|
+
padding: 2px;
|
|
3646
|
+
}
|
|
3647
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__head {
|
|
3648
|
+
margin: 10px;
|
|
3649
|
+
}
|
|
3650
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__body {
|
|
3651
|
+
min-height: 150px;
|
|
3652
|
+
height: 100%;
|
|
3653
|
+
outline: 1px dashed #ccc;
|
|
3654
|
+
outline-offset: -1px;
|
|
3655
|
+
overflow: hidden;
|
|
3656
|
+
padding-bottom: 15px;
|
|
3657
|
+
}
|
|
3658
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost {
|
|
3659
|
+
background: white;
|
|
3660
|
+
border-left: 5px solid #409eff;
|
|
3661
|
+
box-sizing: border-box;
|
|
3662
|
+
font-size: 0;
|
|
3663
|
+
content: "";
|
|
3664
|
+
overflow: hidden;
|
|
3665
|
+
padding: 0 !important;
|
|
3666
|
+
position: relative;
|
|
3667
|
+
outline: none 0;
|
|
3668
|
+
height: 100%;
|
|
3669
|
+
min-height: 57px;
|
|
3670
|
+
width: 0 !important;
|
|
3671
|
+
min-width: 0 !important;
|
|
3672
|
+
margin: 1px 2px 0;
|
|
3673
|
+
}
|
|
3674
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item {
|
|
3675
|
+
padding: 10px;
|
|
3676
|
+
margin: 3px;
|
|
3677
|
+
position: relative;
|
|
3678
|
+
border-left: 5px solid transparent;
|
|
3679
|
+
background: white;
|
|
3680
|
+
}
|
|
3681
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label:before {
|
|
3682
|
+
content: "*";
|
|
3683
|
+
color: #f56c6c;
|
|
3684
|
+
margin-right: 4px;
|
|
3685
|
+
}
|
|
3686
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active {
|
|
3687
|
+
outline: 1px solid #409eff;
|
|
3688
|
+
outline-offset: -1px;
|
|
3689
|
+
}
|
|
3690
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover {
|
|
3691
|
+
outline: 1px solid #409eff;
|
|
3692
|
+
outline-offset: -1px;
|
|
3693
|
+
cursor: move;
|
|
3694
|
+
}
|
|
3695
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after {
|
|
3696
|
+
position: absolute;
|
|
3697
|
+
left: 0;
|
|
3698
|
+
right: 0;
|
|
3699
|
+
bottom: 0;
|
|
3700
|
+
top: 0;
|
|
3701
|
+
display: block;
|
|
3702
|
+
content: "";
|
|
3703
|
+
z-index: 1001;
|
|
3704
|
+
}
|
|
3705
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete {
|
|
3706
|
+
position: absolute;
|
|
3707
|
+
right: 0;
|
|
3708
|
+
bottom: -24px;
|
|
3709
|
+
z-index: 1002;
|
|
3710
|
+
}
|
|
3711
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone {
|
|
3712
|
+
position: absolute;
|
|
3713
|
+
right: 34px;
|
|
3714
|
+
bottom: -24px;
|
|
3715
|
+
z-index: 1002;
|
|
3716
|
+
}
|
|
3717
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group.active {
|
|
3718
|
+
border-left: 3px solid #409eff;
|
|
3719
|
+
background: #ecf5ff;
|
|
3720
|
+
}
|
|
3721
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group:hover {
|
|
3722
|
+
background: #ecf8ff;
|
|
3723
|
+
cursor: move;
|
|
3724
|
+
}
|
|
3725
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete {
|
|
3726
|
+
position: absolute;
|
|
3727
|
+
right: 10px;
|
|
3728
|
+
bottom: -12px;
|
|
3729
|
+
z-index: 1001;
|
|
3730
|
+
}
|
|
3731
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear {
|
|
3732
|
+
position: absolute;
|
|
3733
|
+
right: 50px;
|
|
3734
|
+
bottom: -12px;
|
|
3735
|
+
z-index: 1001;
|
|
3736
|
+
}
|
|
3737
|
+
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone {
|
|
3738
|
+
position: absolute;
|
|
3739
|
+
right: 90px;
|
|
3740
|
+
bottom: -12px;
|
|
3741
|
+
z-index: 1001;
|
|
3742
|
+
}
|
|
3743
|
+
.form-designer .widget-form-container .widget-form-list .iconfont {
|
|
3744
|
+
font-size: 13px;
|
|
3745
|
+
}
|
|
3746
|
+
.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle {
|
|
3747
|
+
padding: 7px;
|
|
3748
|
+
}
|
|
3749
|
+
.form-designer .widget-form-container .ghost {
|
|
3750
|
+
background: white;
|
|
3751
|
+
border-top: 5px solid #409eff;
|
|
3752
|
+
box-sizing: border-box;
|
|
3753
|
+
font-size: 0;
|
|
3754
|
+
content: "";
|
|
3755
|
+
overflow: hidden;
|
|
3756
|
+
padding: 0 !important;
|
|
3757
|
+
position: relative;
|
|
3758
|
+
outline: none 0;
|
|
3759
|
+
height: 0 !important;
|
|
3760
|
+
width: 100%;
|
|
3761
|
+
margin: 2px 0;
|
|
3762
|
+
}
|
|
3763
|
+
.form-designer .widget-config-container {
|
|
3764
|
+
height: 100%;
|
|
3765
|
+
padding-top: 5px;
|
|
3766
|
+
}
|
|
3767
|
+
.form-designer .widget-config-container .el-tabs {
|
|
3768
|
+
height: 100%;
|
|
3769
|
+
}
|
|
3770
|
+
.form-designer .widget-config-container .el-tabs__header {
|
|
3771
|
+
margin: 0;
|
|
3772
|
+
height: 45px;
|
|
3773
|
+
background: white;
|
|
3774
|
+
z-index: 1000;
|
|
3775
|
+
}
|
|
3776
|
+
.form-designer .widget-config-container .el-tabs__content {
|
|
3777
|
+
height: calc(100% - 45px);
|
|
3778
|
+
overflow-y: scroll;
|
|
3779
|
+
}
|
|
3780
|
+
.form-designer .widget-config-container .widget-config .el-tabs__header {
|
|
3781
|
+
position: relative;
|
|
3782
|
+
display: block;
|
|
3783
|
+
top: 0;
|
|
3784
|
+
margin: 0;
|
|
3785
|
+
}
|
|
3786
|
+
.form-designer .widget-config-container .widget-config .el-tabs__content {
|
|
3787
|
+
margin-top: 0;
|
|
3788
|
+
}
|
|
3789
|
+
.form-designer .widget-config-container .widget-config .ghost {
|
|
3790
|
+
background: #fff;
|
|
3791
|
+
border: 1px dashed #409eff;
|
|
3792
|
+
}
|
|
3793
|
+
.form-designer .widget-config-container .widget-config ul {
|
|
3794
|
+
margin: 0;
|
|
3795
|
+
padding: 0;
|
|
3796
|
+
}
|
|
3797
|
+
.form-designer .widget-config-container .widget-config ul li {
|
|
3798
|
+
display: flex;
|
|
3799
|
+
align-items: center;
|
|
3800
|
+
width: 100%;
|
|
3801
|
+
}
|
|
3802
|
+
.form-designer .widget-config-container .widget-config ul li .ghost {
|
|
3803
|
+
list-style: none;
|
|
3804
|
+
font-size: 0;
|
|
3805
|
+
height: 35px;
|
|
3806
|
+
}
|
|
3807
|
+
.form-designer .widget-config-container .avue-group__item {
|
|
3808
|
+
padding: 0;
|
|
3809
|
+
}
|
|
3810
|
+
.form-designer .el-container {
|
|
3811
|
+
height: 100%;
|
|
3812
|
+
}
|
|
3813
|
+
.form-designer .el-container .el-main {
|
|
3814
|
+
height: calc(100% - 45px);
|
|
3815
|
+
}
|
|
3816
|
+
.form-designer .el-container .el-aside {
|
|
3817
|
+
background: #fff;
|
|
3818
|
+
}
|
|
3819
|
+
.form-designer .danger {
|
|
3820
|
+
color: #f56c6c;
|
|
3821
|
+
}
|
|
3822
|
+
.form-designer .warning {
|
|
3823
|
+
color: #e6a23c;
|
|
3824
|
+
}
|
|
3825
|
+
.form-designer .el-input-number.is-controls-right .el-input-number__decrease {
|
|
3826
|
+
border-left: none;
|
|
3827
|
+
}
|
|
3828
|
+
.form-designer .el-input-number.is-controls-right .el-input-number__increase {
|
|
3829
|
+
border-left: none;
|
|
3830
|
+
border-bottom: none;
|
|
3831
|
+
}
|
|
3832
|
+
.form-designer .el-date-editor,
|
|
3833
|
+
.form-designer .el-cascader,
|
|
3834
|
+
.form-designer .el-select,
|
|
3835
|
+
.form-designer .el-input-number {
|
|
3836
|
+
width: 100%;
|
|
3837
|
+
}
|
|
3838
|
+
.form-designer .editor-fullscreen {
|
|
3839
|
+
position: fixed !important;
|
|
3840
|
+
top: 0;
|
|
3841
|
+
right: 0;
|
|
3842
|
+
bottom: 0;
|
|
3843
|
+
left: 0;
|
|
3844
|
+
width: 100%;
|
|
3845
|
+
height: 100% !important;
|
|
3846
|
+
z-index: 1003;
|
|
3847
|
+
padding: 20px;
|
|
3848
|
+
box-sizing: border-box;
|
|
3849
|
+
background: #fff;
|
|
3850
|
+
}
|
|
3851
|
+
.form-designer .editor-fullscreen i {
|
|
3852
|
+
top: 20px !important;
|
|
3853
|
+
left: 25px !important;
|
|
3854
|
+
}
|
|
3855
|
+
.afd-drawer-foot {
|
|
3856
|
+
position: absolute;
|
|
3857
|
+
bottom: 0;
|
|
3858
|
+
left: 0;
|
|
3859
|
+
right: 0;
|
|
3860
|
+
padding: 20px;
|
|
3861
|
+
display: flex;
|
|
3862
|
+
}
|
|
3863
|
+
.afd-drawer-foot button {
|
|
3864
|
+
width: 50%;
|
|
3865
|
+
}
|
|
3866
|
+
.afd-drawer-foot > span {
|
|
3867
|
+
display: inline-block;
|
|
3868
|
+
width: 50%;
|
|
3869
|
+
}
|
|
3870
|
+
.afd-drawer-foot > span button {
|
|
3871
|
+
width: 100%;
|
|
3872
|
+
}
|
|
3873
|
+
.afd-preview-form {
|
|
3874
|
+
overflow-y: auto;
|
|
3875
|
+
height: 83vh;
|
|
3876
|
+
}
|
|
3317
3877
|
.avue-input-icon {
|
|
3318
3878
|
display: flex;
|
|
3319
3879
|
flex-wrap: wrap;
|