@zscreate/form-component 1.1.692 → 1.1.694
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/form-component.css +528 -369
- package/dist/form-component.umd.js +131464 -138836
- package/package.json +1 -1
- package/readme.md +4 -1
package/dist/form-component.css
CHANGED
|
@@ -1890,12 +1890,12 @@ li.CodeMirror-hint-active {
|
|
|
1890
1890
|
}
|
|
1891
1891
|
|
|
1892
1892
|
|
|
1893
|
-
[data-v-
|
|
1893
|
+
[data-v-d5d5d844] .ant-select-selection__rendered::after {
|
|
1894
1894
|
content: "";
|
|
1895
1895
|
display: none;
|
|
1896
1896
|
height: 0;
|
|
1897
1897
|
}
|
|
1898
|
-
.designDataList[data-v-
|
|
1898
|
+
.designDataList[data-v-d5d5d844] {
|
|
1899
1899
|
display: flex;
|
|
1900
1900
|
margin-bottom: 5px;
|
|
1901
1901
|
}
|
|
@@ -1965,7 +1965,7 @@ li.CodeMirror-hint-active {
|
|
|
1965
1965
|
}
|
|
1966
1966
|
|
|
1967
1967
|
|
|
1968
|
-
[data-v-
|
|
1968
|
+
[data-v-7d5b2910] .ant-select-selection__rendered::after {
|
|
1969
1969
|
content: "";
|
|
1970
1970
|
display: none;
|
|
1971
1971
|
height: 0;
|
|
@@ -2197,43 +2197,43 @@ li.CodeMirror-hint-active {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
|
|
2199
2199
|
|
|
2200
|
-
[data-v-
|
|
2200
|
+
[data-v-50c00481] .ant-col {
|
|
2201
2201
|
min-height: 50px;
|
|
2202
2202
|
}
|
|
2203
|
-
[data-v-
|
|
2203
|
+
[data-v-50c00481] .vue-grid-layout {
|
|
2204
2204
|
z-index: 2;
|
|
2205
2205
|
}
|
|
2206
|
-
[data-v-
|
|
2206
|
+
[data-v-50c00481] .vue-grid-item {
|
|
2207
2207
|
border: 1px dashed #ccc;
|
|
2208
2208
|
box-sizing: border-box;
|
|
2209
2209
|
background-color: #fff;
|
|
2210
2210
|
}
|
|
2211
|
-
.is_required[data-v-
|
|
2211
|
+
.is_required[data-v-50c00481]::before {
|
|
2212
2212
|
content: "*";
|
|
2213
2213
|
color: #f56c6c;
|
|
2214
2214
|
margin-right: 4px;
|
|
2215
2215
|
}
|
|
2216
|
-
.widget-form-list[data-v-
|
|
2216
|
+
.widget-form-list[data-v-50c00481] {
|
|
2217
2217
|
background: #fff;
|
|
2218
2218
|
border: 1px solid var(--designBorderColor);
|
|
2219
2219
|
box-sizing: border-box;
|
|
2220
2220
|
}
|
|
2221
|
-
.widget-form-list .row-item[data-v-
|
|
2221
|
+
.widget-form-list .row-item[data-v-50c00481]:not(:last-child) {
|
|
2222
2222
|
border-bottom: 1px solid var(--designBorderColor);
|
|
2223
2223
|
}
|
|
2224
|
-
.widget-form-list .widget-grid[data-v-
|
|
2224
|
+
.widget-form-list .widget-grid[data-v-50c00481] {
|
|
2225
2225
|
background: #f4f6fc;
|
|
2226
2226
|
position: relative;
|
|
2227
2227
|
border-left: 5px solid transparent;
|
|
2228
2228
|
padding: 5px;
|
|
2229
2229
|
margin: 0 !important;
|
|
2230
2230
|
}
|
|
2231
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
2231
|
+
.widget-form-list .widget-grid.active[data-v-50c00481] {
|
|
2232
2232
|
outline: 2px solid #409eff;
|
|
2233
2233
|
border: 1px solid #409eff;
|
|
2234
2234
|
background: #b3d8ff;
|
|
2235
2235
|
}
|
|
2236
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
2236
|
+
.widget-form-list .widget-grid .grid-background[data-v-50c00481] {
|
|
2237
2237
|
position: absolute;
|
|
2238
2238
|
z-index: 1;
|
|
2239
2239
|
top: 0;
|
|
@@ -2244,85 +2244,85 @@ li.CodeMirror-hint-active {
|
|
|
2244
2244
|
height: 100%;
|
|
2245
2245
|
padding: 5px 5px 10px 5px;
|
|
2246
2246
|
}
|
|
2247
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2247
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-50c00481] {
|
|
2248
2248
|
border-bottom: 1px dashed #ccc;
|
|
2249
2249
|
border-left: 1px dashed #ccc;
|
|
2250
2250
|
box-sizing: border-box;
|
|
2251
2251
|
overflow: hidden;
|
|
2252
2252
|
}
|
|
2253
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2253
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-50c00481]:first-child {
|
|
2254
2254
|
border-top: 1px dashed #ccc;
|
|
2255
2255
|
}
|
|
2256
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
2256
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-50c00481] {
|
|
2257
2257
|
float: left;
|
|
2258
2258
|
border-right: 1px dashed #ccc;
|
|
2259
2259
|
min-height: 40px;
|
|
2260
2260
|
box-sizing: border-box;
|
|
2261
2261
|
}
|
|
2262
|
-
.widget-form-list .row_table[data-v-
|
|
2262
|
+
.widget-form-list .row_table[data-v-50c00481] {
|
|
2263
2263
|
min-height: 60px;
|
|
2264
2264
|
position: relative;
|
|
2265
2265
|
border-bottom: 1px solid #e6e6e6;
|
|
2266
2266
|
}
|
|
2267
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
2267
|
+
.widget-form-list li.sortable-chosen[data-v-50c00481] {
|
|
2268
2268
|
height: 2px !important;
|
|
2269
2269
|
overflow: hidden !important;
|
|
2270
2270
|
background: red !important;
|
|
2271
2271
|
}
|
|
2272
|
-
.widget-form-list .widget-col-list[data-v-
|
|
2272
|
+
.widget-form-list .widget-col-list[data-v-50c00481] {
|
|
2273
2273
|
min-height: 50px;
|
|
2274
2274
|
border: 1px dashed #ccc;
|
|
2275
2275
|
background: #fff;
|
|
2276
2276
|
}
|
|
2277
|
-
.widget-form-list .widget-col[data-v-
|
|
2277
|
+
.widget-form-list .widget-col[data-v-50c00481] {
|
|
2278
2278
|
padding-bottom: 0;
|
|
2279
2279
|
background-color: rgba(253, 246, 236, 0.3);
|
|
2280
2280
|
}
|
|
2281
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
2281
|
+
.grid-lay-out-wrap .widget-col-list[data-v-50c00481] {
|
|
2282
2282
|
width: 100%;
|
|
2283
2283
|
height: 100%;
|
|
2284
2284
|
min-height: 40px;
|
|
2285
2285
|
border: none;
|
|
2286
2286
|
}
|
|
2287
|
-
.widget-form-ocuupied[data-v-
|
|
2287
|
+
.widget-form-ocuupied[data-v-50c00481] {
|
|
2288
2288
|
min-height: 540px;
|
|
2289
2289
|
border: none;
|
|
2290
2290
|
}
|
|
2291
|
-
.drag_table[data-v-
|
|
2291
|
+
.drag_table[data-v-50c00481] {
|
|
2292
2292
|
width: calc(100% - 100px);
|
|
2293
2293
|
height: 100%;
|
|
2294
2294
|
display: flex;
|
|
2295
2295
|
overflow-y: scroll;
|
|
2296
2296
|
}
|
|
2297
|
-
.drag_table[data-v-
|
|
2297
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar {
|
|
2298
2298
|
width: 3px;
|
|
2299
2299
|
height: 3px;
|
|
2300
2300
|
}
|
|
2301
|
-
.drag_table[data-v-
|
|
2301
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-track {
|
|
2302
2302
|
background: #fff;
|
|
2303
2303
|
border-radius: 2px;
|
|
2304
2304
|
}
|
|
2305
|
-
.drag_table[data-v-
|
|
2305
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-thumb {
|
|
2306
2306
|
background: #cdcdcd;
|
|
2307
2307
|
border-radius: 8px;
|
|
2308
2308
|
}
|
|
2309
|
-
.drag_table[data-v-
|
|
2309
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-thumb:hover {
|
|
2310
2310
|
background: #cdcdcd;
|
|
2311
2311
|
}
|
|
2312
|
-
.drag_table[data-v-
|
|
2312
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-corner {
|
|
2313
2313
|
background: #cdcdcd;
|
|
2314
2314
|
}
|
|
2315
|
-
.widget-form-ocuupied[data-v-
|
|
2315
|
+
.widget-form-ocuupied[data-v-50c00481] {
|
|
2316
2316
|
min-height: 540px;
|
|
2317
2317
|
border: none;
|
|
2318
2318
|
}
|
|
2319
|
-
.table_label[data-v-
|
|
2319
|
+
.table_label[data-v-50c00481] {
|
|
2320
2320
|
width: 100px;
|
|
2321
2321
|
min-width: 100px;
|
|
2322
2322
|
height: 100%;
|
|
2323
2323
|
text-align: right;
|
|
2324
2324
|
}
|
|
2325
|
-
.widget-view-model[data-v-
|
|
2325
|
+
.widget-view-model[data-v-50c00481] {
|
|
2326
2326
|
position: absolute;
|
|
2327
2327
|
top: 0px;
|
|
2328
2328
|
right: 3px;
|
|
@@ -2332,12 +2332,12 @@ li.CodeMirror-hint-active {
|
|
|
2332
2332
|
opacity: 0.6;
|
|
2333
2333
|
}
|
|
2334
2334
|
/**selectedWidget active*/
|
|
2335
|
-
.active[data-v-
|
|
2336
|
-
outline: 2px solid #
|
|
2337
|
-
box-shadow: 0 0
|
|
2335
|
+
.active[data-v-50c00481] {
|
|
2336
|
+
outline: 2px solid #409EFF;
|
|
2337
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
2338
2338
|
position: relative;
|
|
2339
2339
|
}
|
|
2340
|
-
.active .widget-view-drag[data-v-
|
|
2340
|
+
.active .widget-view-drag[data-v-50c00481] {
|
|
2341
2341
|
position: absolute;
|
|
2342
2342
|
left: -2px;
|
|
2343
2343
|
top: -2px;
|
|
@@ -2351,7 +2351,7 @@ li.CodeMirror-hint-active {
|
|
|
2351
2351
|
color: #ffffff;
|
|
2352
2352
|
cursor: move;
|
|
2353
2353
|
}
|
|
2354
|
-
.active .widget-view-action[data-v-
|
|
2354
|
+
.active .widget-view-action[data-v-50c00481] {
|
|
2355
2355
|
width: 70px;
|
|
2356
2356
|
position: absolute;
|
|
2357
2357
|
right: 0px;
|
|
@@ -2364,29 +2364,29 @@ li.CodeMirror-hint-active {
|
|
|
2364
2364
|
background: transparent;
|
|
2365
2365
|
color: #fff;
|
|
2366
2366
|
}
|
|
2367
|
-
.active .widget-view-action .iconfont[data-v-
|
|
2367
|
+
.active .widget-view-action .iconfont[data-v-50c00481] {
|
|
2368
2368
|
width: 25px;
|
|
2369
2369
|
height: 25px;
|
|
2370
2370
|
border-radius: 50%;
|
|
2371
2371
|
cursor: pointer;
|
|
2372
|
-
background: #
|
|
2372
|
+
background: #409EFF;
|
|
2373
2373
|
display: flex;
|
|
2374
2374
|
font-size: 14px;
|
|
2375
2375
|
justify-content: center;
|
|
2376
2376
|
}
|
|
2377
|
-
.active .widget-view-action .icon-icon_clone[data-v-
|
|
2377
|
+
.active .widget-view-action .icon-icon_clone[data-v-50c00481] {
|
|
2378
2378
|
background: red;
|
|
2379
2379
|
}
|
|
2380
|
-
.active .widget-view-action .icon-trash[data-v-
|
|
2380
|
+
.active .widget-view-action .icon-trash[data-v-50c00481] {
|
|
2381
2381
|
margin-left: 20px;
|
|
2382
2382
|
}
|
|
2383
|
-
.widget-form-list .widget-view[data-v-
|
|
2383
|
+
.widget-form-list .widget-view[data-v-50c00481] {
|
|
2384
2384
|
position: relative;
|
|
2385
2385
|
border: 1px dashed rgba(170, 170, 170, 0.7);
|
|
2386
2386
|
background-color: rgba(236, 245, 255, 0.3);
|
|
2387
2387
|
margin: 2px;
|
|
2388
2388
|
}
|
|
2389
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
2389
|
+
.widget-form-list .widget-view .widget-view-action[data-v-50c00481] {
|
|
2390
2390
|
position: absolute;
|
|
2391
2391
|
right: 0px;
|
|
2392
2392
|
bottom: 0;
|
|
@@ -2398,7 +2398,7 @@ li.CodeMirror-hint-active {
|
|
|
2398
2398
|
background: transparent;
|
|
2399
2399
|
color: #fff;
|
|
2400
2400
|
}
|
|
2401
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
2401
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-50c00481] {
|
|
2402
2402
|
width: 25px;
|
|
2403
2403
|
height: 25px;
|
|
2404
2404
|
border-radius: 50%;
|
|
@@ -2408,13 +2408,13 @@ li.CodeMirror-hint-active {
|
|
|
2408
2408
|
font-size: 14px;
|
|
2409
2409
|
justify-content: center;
|
|
2410
2410
|
}
|
|
2411
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
2411
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-50c00481] {
|
|
2412
2412
|
background: red;
|
|
2413
2413
|
}
|
|
2414
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
2414
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-50c00481] {
|
|
2415
2415
|
margin-left: 20px;
|
|
2416
2416
|
}
|
|
2417
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
2417
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-50c00481] {
|
|
2418
2418
|
position: absolute;
|
|
2419
2419
|
left: -2px;
|
|
2420
2420
|
top: -2px;
|
|
@@ -2424,20 +2424,20 @@ li.CodeMirror-hint-active {
|
|
|
2424
2424
|
background: #409eff;
|
|
2425
2425
|
z-index: 9;
|
|
2426
2426
|
}
|
|
2427
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
2427
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-50c00481] {
|
|
2428
2428
|
font-size: 14px;
|
|
2429
2429
|
color: #fff;
|
|
2430
2430
|
margin: 0 5px;
|
|
2431
2431
|
cursor: move;
|
|
2432
2432
|
}
|
|
2433
|
-
[data-v-
|
|
2433
|
+
[data-v-50c00481] .ant-form-item-control-wrapper {
|
|
2434
2434
|
border-right: 1px solid #000;
|
|
2435
2435
|
border-bottom: 1px solid #000;
|
|
2436
2436
|
}
|
|
2437
|
-
.all-lay-out[data-v-
|
|
2437
|
+
.all-lay-out[data-v-50c00481] {
|
|
2438
2438
|
position: relative;
|
|
2439
2439
|
}
|
|
2440
|
-
.all-lay-out .all-lay-out-bg[data-v-
|
|
2440
|
+
.all-lay-out .all-lay-out-bg[data-v-50c00481] {
|
|
2441
2441
|
position: absolute;
|
|
2442
2442
|
left: 0;
|
|
2443
2443
|
width: 100%;
|
|
@@ -2445,22 +2445,22 @@ li.CodeMirror-hint-active {
|
|
|
2445
2445
|
top: 0;
|
|
2446
2446
|
z-index: 0;
|
|
2447
2447
|
}
|
|
2448
|
-
.all-lay-out[data-v-
|
|
2448
|
+
.all-lay-out[data-v-50c00481] .widget-col-list {
|
|
2449
2449
|
width: 100%;
|
|
2450
2450
|
height: 100%;
|
|
2451
2451
|
}
|
|
2452
|
-
.all-lay-out .all-grid-item-wrap[data-v-
|
|
2452
|
+
.all-lay-out .all-grid-item-wrap[data-v-50c00481] {
|
|
2453
2453
|
width: 100%;
|
|
2454
2454
|
height: 100%;
|
|
2455
2455
|
background: #fff;
|
|
2456
2456
|
}
|
|
2457
|
-
.all-lay-out .all-lay-out-edit-wrap[data-v-
|
|
2457
|
+
.all-lay-out .all-lay-out-edit-wrap[data-v-50c00481] {
|
|
2458
2458
|
position: relative;
|
|
2459
2459
|
height: 100%;
|
|
2460
2460
|
left: 90px;
|
|
2461
2461
|
top: 0;
|
|
2462
2462
|
}
|
|
2463
|
-
.all-lay-out .all-lay-out-label[data-v-
|
|
2463
|
+
.all-lay-out .all-lay-out-label[data-v-50c00481] {
|
|
2464
2464
|
position: absolute;
|
|
2465
2465
|
left: 0;
|
|
2466
2466
|
top: 0;
|
|
@@ -2477,72 +2477,72 @@ li.CodeMirror-hint-active {
|
|
|
2477
2477
|
}
|
|
2478
2478
|
|
|
2479
2479
|
|
|
2480
|
-
[data-v-
|
|
2480
|
+
[data-v-fba51b4c] .ant-col {
|
|
2481
2481
|
min-height: 50px;
|
|
2482
2482
|
}
|
|
2483
|
-
[data-v-
|
|
2483
|
+
[data-v-fba51b4c] .vue-grid-layout {
|
|
2484
2484
|
z-index: 2;
|
|
2485
2485
|
}
|
|
2486
|
-
[data-v-
|
|
2486
|
+
[data-v-fba51b4c] .vue-grid-item {
|
|
2487
2487
|
border: 1px dashed #ccc;
|
|
2488
2488
|
box-sizing: border-box;
|
|
2489
2489
|
background-color: #fff;
|
|
2490
2490
|
}
|
|
2491
|
-
[data-v-
|
|
2491
|
+
[data-v-fba51b4c] .ant-form-item {
|
|
2492
2492
|
height: 100%;
|
|
2493
2493
|
}
|
|
2494
|
-
[data-v-
|
|
2494
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-label {
|
|
2495
2495
|
height: 100%;
|
|
2496
2496
|
position: absolute;
|
|
2497
2497
|
left: 0;
|
|
2498
2498
|
top: 0;
|
|
2499
2499
|
border-right: 1px solid #333;
|
|
2500
2500
|
}
|
|
2501
|
-
[data-v-
|
|
2501
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-label label {
|
|
2502
2502
|
display: flex;
|
|
2503
2503
|
justify-content: center;
|
|
2504
2504
|
align-items: center;
|
|
2505
2505
|
height: 100%;
|
|
2506
2506
|
}
|
|
2507
|
-
[data-v-
|
|
2507
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
2508
2508
|
display: none;
|
|
2509
2509
|
}
|
|
2510
|
-
[data-v-
|
|
2510
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-control-wrapper {
|
|
2511
2511
|
height: 100%;
|
|
2512
2512
|
float: right;
|
|
2513
2513
|
display: flex;
|
|
2514
2514
|
align-items: center;
|
|
2515
2515
|
}
|
|
2516
|
-
[data-v-
|
|
2516
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-control {
|
|
2517
2517
|
width: 98%;
|
|
2518
2518
|
margin: 0 auto;
|
|
2519
2519
|
}
|
|
2520
|
-
.is_required[data-v-
|
|
2520
|
+
.is_required[data-v-fba51b4c]::before {
|
|
2521
2521
|
content: "*";
|
|
2522
2522
|
color: #f56c6c;
|
|
2523
2523
|
margin-right: 4px;
|
|
2524
2524
|
}
|
|
2525
|
-
.widget-form-list[data-v-
|
|
2525
|
+
.widget-form-list[data-v-fba51b4c] {
|
|
2526
2526
|
background: #fff;
|
|
2527
2527
|
border: 1px solid var(--designBorderColor);
|
|
2528
2528
|
box-sizing: border-box;
|
|
2529
2529
|
}
|
|
2530
|
-
.widget-form-list .row-item[data-v-
|
|
2530
|
+
.widget-form-list .row-item[data-v-fba51b4c]:not(:last-child) {
|
|
2531
2531
|
border-bottom: 1px solid var(--designBorderColor);
|
|
2532
2532
|
}
|
|
2533
|
-
.widget-form-list .widget-grid[data-v-
|
|
2533
|
+
.widget-form-list .widget-grid[data-v-fba51b4c] {
|
|
2534
2534
|
background: #f4f6fc;
|
|
2535
2535
|
position: relative;
|
|
2536
2536
|
border-left: 5px solid transparent;
|
|
2537
2537
|
padding: 5px;
|
|
2538
2538
|
margin: 0 !important;
|
|
2539
2539
|
}
|
|
2540
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
2540
|
+
.widget-form-list .widget-grid.active[data-v-fba51b4c] {
|
|
2541
2541
|
outline: 2px solid #409eff;
|
|
2542
2542
|
border: 1px solid #409eff;
|
|
2543
2543
|
background: #b3d8ff;
|
|
2544
2544
|
}
|
|
2545
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
2545
|
+
.widget-form-list .widget-grid .grid-background[data-v-fba51b4c] {
|
|
2546
2546
|
position: absolute;
|
|
2547
2547
|
z-index: 1;
|
|
2548
2548
|
top: 0;
|
|
@@ -2553,85 +2553,85 @@ li.CodeMirror-hint-active {
|
|
|
2553
2553
|
height: 100%;
|
|
2554
2554
|
padding: 5px 5px 10px 5px;
|
|
2555
2555
|
}
|
|
2556
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2556
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-fba51b4c] {
|
|
2557
2557
|
border-bottom: 1px dashed #ccc;
|
|
2558
2558
|
border-left: 1px dashed #ccc;
|
|
2559
2559
|
box-sizing: border-box;
|
|
2560
2560
|
overflow: hidden;
|
|
2561
2561
|
}
|
|
2562
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2562
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-fba51b4c]:first-child {
|
|
2563
2563
|
border-top: 1px dashed #ccc;
|
|
2564
2564
|
}
|
|
2565
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
2565
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-fba51b4c] {
|
|
2566
2566
|
float: left;
|
|
2567
2567
|
border-right: 1px dashed #ccc;
|
|
2568
2568
|
min-height: 40px;
|
|
2569
2569
|
box-sizing: border-box;
|
|
2570
2570
|
}
|
|
2571
|
-
.widget-form-list .row_table[data-v-
|
|
2571
|
+
.widget-form-list .row_table[data-v-fba51b4c] {
|
|
2572
2572
|
min-height: 60px;
|
|
2573
2573
|
position: relative;
|
|
2574
2574
|
border-bottom: 1px solid #333;
|
|
2575
2575
|
}
|
|
2576
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
2576
|
+
.widget-form-list li.sortable-chosen[data-v-fba51b4c] {
|
|
2577
2577
|
height: 2px !important;
|
|
2578
2578
|
overflow: hidden !important;
|
|
2579
2579
|
background: red !important;
|
|
2580
2580
|
}
|
|
2581
|
-
.widget-form-list .widget-col-list[data-v-
|
|
2581
|
+
.widget-form-list .widget-col-list[data-v-fba51b4c] {
|
|
2582
2582
|
min-height: 50px;
|
|
2583
2583
|
border: 1px dashed #ccc;
|
|
2584
2584
|
background: #fff;
|
|
2585
2585
|
}
|
|
2586
|
-
.widget-form-list .widget-col[data-v-
|
|
2586
|
+
.widget-form-list .widget-col[data-v-fba51b4c] {
|
|
2587
2587
|
padding-bottom: 0;
|
|
2588
2588
|
background-color: rgba(253, 246, 236, 0.3);
|
|
2589
2589
|
}
|
|
2590
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
2590
|
+
.grid-lay-out-wrap .widget-col-list[data-v-fba51b4c] {
|
|
2591
2591
|
width: 100%;
|
|
2592
2592
|
height: 100%;
|
|
2593
2593
|
min-height: 40px;
|
|
2594
2594
|
border: none;
|
|
2595
2595
|
}
|
|
2596
|
-
.widget-form-ocuupied[data-v-
|
|
2596
|
+
.widget-form-ocuupied[data-v-fba51b4c] {
|
|
2597
2597
|
min-height: 540px;
|
|
2598
2598
|
border: none;
|
|
2599
2599
|
}
|
|
2600
|
-
.drag_table[data-v-
|
|
2600
|
+
.drag_table[data-v-fba51b4c] {
|
|
2601
2601
|
width: calc(100% - 100px);
|
|
2602
2602
|
height: 100%;
|
|
2603
2603
|
display: flex;
|
|
2604
2604
|
overflow-y: scroll;
|
|
2605
2605
|
}
|
|
2606
|
-
.drag_table[data-v-
|
|
2606
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar {
|
|
2607
2607
|
width: 3px;
|
|
2608
2608
|
height: 3px;
|
|
2609
2609
|
}
|
|
2610
|
-
.drag_table[data-v-
|
|
2610
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-track {
|
|
2611
2611
|
background: #fff;
|
|
2612
2612
|
border-radius: 2px;
|
|
2613
2613
|
}
|
|
2614
|
-
.drag_table[data-v-
|
|
2614
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-thumb {
|
|
2615
2615
|
background: #cdcdcd;
|
|
2616
2616
|
border-radius: 8px;
|
|
2617
2617
|
}
|
|
2618
|
-
.drag_table[data-v-
|
|
2618
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-thumb:hover {
|
|
2619
2619
|
background: #cdcdcd;
|
|
2620
2620
|
}
|
|
2621
|
-
.drag_table[data-v-
|
|
2621
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-corner {
|
|
2622
2622
|
background: #cdcdcd;
|
|
2623
2623
|
}
|
|
2624
|
-
.widget-form-ocuupied[data-v-
|
|
2624
|
+
.widget-form-ocuupied[data-v-fba51b4c] {
|
|
2625
2625
|
min-height: 540px;
|
|
2626
2626
|
border: none;
|
|
2627
2627
|
}
|
|
2628
|
-
.table_label[data-v-
|
|
2628
|
+
.table_label[data-v-fba51b4c] {
|
|
2629
2629
|
width: 100px;
|
|
2630
2630
|
min-width: 100px;
|
|
2631
2631
|
height: 100%;
|
|
2632
2632
|
text-align: right;
|
|
2633
2633
|
}
|
|
2634
|
-
.widget-view-model[data-v-
|
|
2634
|
+
.widget-view-model[data-v-fba51b4c] {
|
|
2635
2635
|
position: absolute;
|
|
2636
2636
|
top: 0px;
|
|
2637
2637
|
right: 3px;
|
|
@@ -2641,12 +2641,12 @@ li.CodeMirror-hint-active {
|
|
|
2641
2641
|
opacity: 0.6;
|
|
2642
2642
|
}
|
|
2643
2643
|
/**selectedWidget active*/
|
|
2644
|
-
.active[data-v-
|
|
2645
|
-
outline: 2px solid #
|
|
2646
|
-
box-shadow: 0 0
|
|
2644
|
+
.active[data-v-fba51b4c] {
|
|
2645
|
+
outline: 2px solid #409EFF;
|
|
2646
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
2647
2647
|
position: relative;
|
|
2648
2648
|
}
|
|
2649
|
-
.active .widget-view-drag[data-v-
|
|
2649
|
+
.active .widget-view-drag[data-v-fba51b4c] {
|
|
2650
2650
|
position: absolute;
|
|
2651
2651
|
left: -2px;
|
|
2652
2652
|
top: -2px;
|
|
@@ -2660,7 +2660,7 @@ li.CodeMirror-hint-active {
|
|
|
2660
2660
|
color: #ffffff;
|
|
2661
2661
|
cursor: move;
|
|
2662
2662
|
}
|
|
2663
|
-
.active .widget-view-action[data-v-
|
|
2663
|
+
.active .widget-view-action[data-v-fba51b4c] {
|
|
2664
2664
|
width: 70px;
|
|
2665
2665
|
position: absolute;
|
|
2666
2666
|
right: 0px;
|
|
@@ -2673,29 +2673,29 @@ li.CodeMirror-hint-active {
|
|
|
2673
2673
|
background: transparent;
|
|
2674
2674
|
color: #fff;
|
|
2675
2675
|
}
|
|
2676
|
-
.active .widget-view-action .iconfont[data-v-
|
|
2676
|
+
.active .widget-view-action .iconfont[data-v-fba51b4c] {
|
|
2677
2677
|
width: 25px;
|
|
2678
2678
|
height: 25px;
|
|
2679
2679
|
border-radius: 50%;
|
|
2680
2680
|
cursor: pointer;
|
|
2681
|
-
background: #
|
|
2681
|
+
background: #409EFF;
|
|
2682
2682
|
display: flex;
|
|
2683
2683
|
font-size: 14px;
|
|
2684
2684
|
justify-content: center;
|
|
2685
2685
|
}
|
|
2686
|
-
.active .widget-view-action .icon-icon_clone[data-v-
|
|
2686
|
+
.active .widget-view-action .icon-icon_clone[data-v-fba51b4c] {
|
|
2687
2687
|
background: red;
|
|
2688
2688
|
}
|
|
2689
|
-
.active .widget-view-action .icon-trash[data-v-
|
|
2689
|
+
.active .widget-view-action .icon-trash[data-v-fba51b4c] {
|
|
2690
2690
|
margin-left: 20px;
|
|
2691
2691
|
}
|
|
2692
|
-
.widget-form-list .widget-view[data-v-
|
|
2692
|
+
.widget-form-list .widget-view[data-v-fba51b4c] {
|
|
2693
2693
|
position: relative;
|
|
2694
2694
|
border: 1px dashed rgba(170, 170, 170, 0.7);
|
|
2695
2695
|
background-color: rgba(236, 245, 255, 0.3);
|
|
2696
2696
|
margin: 2px;
|
|
2697
2697
|
}
|
|
2698
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
2698
|
+
.widget-form-list .widget-view .widget-view-action[data-v-fba51b4c] {
|
|
2699
2699
|
position: absolute;
|
|
2700
2700
|
right: 0px;
|
|
2701
2701
|
bottom: 0;
|
|
@@ -2707,7 +2707,7 @@ li.CodeMirror-hint-active {
|
|
|
2707
2707
|
background: transparent;
|
|
2708
2708
|
color: #fff;
|
|
2709
2709
|
}
|
|
2710
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
2710
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-fba51b4c] {
|
|
2711
2711
|
width: 25px;
|
|
2712
2712
|
height: 25px;
|
|
2713
2713
|
border-radius: 50%;
|
|
@@ -2717,13 +2717,13 @@ li.CodeMirror-hint-active {
|
|
|
2717
2717
|
font-size: 14px;
|
|
2718
2718
|
justify-content: center;
|
|
2719
2719
|
}
|
|
2720
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
2720
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-fba51b4c] {
|
|
2721
2721
|
background: red;
|
|
2722
2722
|
}
|
|
2723
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
2723
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-fba51b4c] {
|
|
2724
2724
|
margin-left: 20px;
|
|
2725
2725
|
}
|
|
2726
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
2726
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-fba51b4c] {
|
|
2727
2727
|
position: absolute;
|
|
2728
2728
|
left: -2px;
|
|
2729
2729
|
top: -2px;
|
|
@@ -2733,27 +2733,27 @@ li.CodeMirror-hint-active {
|
|
|
2733
2733
|
background: #409eff;
|
|
2734
2734
|
z-index: 9;
|
|
2735
2735
|
}
|
|
2736
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
2736
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-fba51b4c] {
|
|
2737
2737
|
font-size: 14px;
|
|
2738
2738
|
color: #fff;
|
|
2739
2739
|
margin: 0 5px;
|
|
2740
2740
|
cursor: move;
|
|
2741
2741
|
}
|
|
2742
2742
|
/*****无border *****/
|
|
2743
|
-
.no-border .widget-form-list[data-v-
|
|
2743
|
+
.no-border .widget-form-list[data-v-fba51b4c] {
|
|
2744
2744
|
border: none;
|
|
2745
2745
|
}
|
|
2746
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
2746
|
+
.no-border .widget-form-list .row-item[data-v-fba51b4c]:not(:last-child) {
|
|
2747
2747
|
border: none;
|
|
2748
2748
|
}
|
|
2749
|
-
.no-border .widget-form-list[data-v-
|
|
2749
|
+
.no-border .widget-form-list[data-v-fba51b4c] .ant-form-item .ant-form-item-label {
|
|
2750
2750
|
border: 0;
|
|
2751
2751
|
}
|
|
2752
2752
|
/*****无border *****/
|
|
2753
|
-
.all-lay-out[data-v-
|
|
2753
|
+
.all-lay-out[data-v-fba51b4c] {
|
|
2754
2754
|
position: relative;
|
|
2755
2755
|
}
|
|
2756
|
-
.all-lay-out .all-lay-out-bg[data-v-
|
|
2756
|
+
.all-lay-out .all-lay-out-bg[data-v-fba51b4c] {
|
|
2757
2757
|
position: absolute;
|
|
2758
2758
|
left: 0;
|
|
2759
2759
|
width: 100%;
|
|
@@ -2761,22 +2761,22 @@ li.CodeMirror-hint-active {
|
|
|
2761
2761
|
top: 0;
|
|
2762
2762
|
z-index: 0;
|
|
2763
2763
|
}
|
|
2764
|
-
.all-lay-out[data-v-
|
|
2764
|
+
.all-lay-out[data-v-fba51b4c] .widget-col-list {
|
|
2765
2765
|
width: 100%;
|
|
2766
2766
|
height: 100%;
|
|
2767
2767
|
}
|
|
2768
|
-
.all-lay-out .all-grid-item-wrap[data-v-
|
|
2768
|
+
.all-lay-out .all-grid-item-wrap[data-v-fba51b4c] {
|
|
2769
2769
|
width: 100%;
|
|
2770
2770
|
height: 100%;
|
|
2771
2771
|
background: #fff;
|
|
2772
2772
|
}
|
|
2773
|
-
.all-lay-out .all-lay-out-edit-wrap[data-v-
|
|
2773
|
+
.all-lay-out .all-lay-out-edit-wrap[data-v-fba51b4c] {
|
|
2774
2774
|
position: relative;
|
|
2775
2775
|
height: 100%;
|
|
2776
2776
|
left: 90px;
|
|
2777
2777
|
top: 0;
|
|
2778
2778
|
}
|
|
2779
|
-
.all-lay-out .all-lay-out-label[data-v-
|
|
2779
|
+
.all-lay-out .all-lay-out-label[data-v-fba51b4c] {
|
|
2780
2780
|
position: absolute;
|
|
2781
2781
|
left: 0;
|
|
2782
2782
|
top: 0;
|
|
@@ -2806,7 +2806,7 @@ li.CodeMirror-hint-active {
|
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
2808
|
|
|
2809
|
-
[data-v-
|
|
2809
|
+
[data-v-312deacd] .ant-btn-icon-only > i {
|
|
2810
2810
|
vertical-align: 1px;
|
|
2811
2811
|
}
|
|
2812
2812
|
|
|
@@ -3963,12 +3963,6 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3963
3963
|
display: flex;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
-
|
|
3967
|
-
[data-v-3e57732c] .ant-time-picker {
|
|
3968
|
-
max-width: 170px !important;
|
|
3969
|
-
width: initial !important;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
3966
|
.is_required[data-v-77374a03]::before {
|
|
3973
3967
|
content: "*";
|
|
3974
3968
|
color: #f56c6c;
|
|
@@ -5390,89 +5384,107 @@ div {
|
|
|
5390
5384
|
display: none ;
|
|
5391
5385
|
}
|
|
5392
5386
|
|
|
5393
|
-
.components-list[data-v-
|
|
5387
|
+
.components-list[data-v-58c83656] {
|
|
5394
5388
|
padding: 0;
|
|
5395
|
-
padding-top: 5px;
|
|
5396
5389
|
margin: 0;
|
|
5397
5390
|
line-height: 20px;
|
|
5398
5391
|
position: relative;
|
|
5392
|
+
height: 100%;
|
|
5393
|
+
overflow-y: auto;
|
|
5399
5394
|
}
|
|
5400
|
-
.components-list .tabs[data-v-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5395
|
+
.components-list .tabs[data-v-58c83656] {
|
|
5396
|
+
padding: 8px 10px 6px;
|
|
5397
|
+
display: flex;
|
|
5398
|
+
flex-wrap: wrap;
|
|
5399
|
+
gap: 4px;
|
|
5400
|
+
border-bottom: 1px solid #e8e8e8;
|
|
5401
|
+
position: sticky;
|
|
5402
|
+
top: 0;
|
|
5403
|
+
background: #fff;
|
|
5404
|
+
z-index: 1;
|
|
5409
5405
|
}
|
|
5410
|
-
.components-list .tabs span[data-v-
|
|
5406
|
+
.components-list .tabs span[data-v-58c83656] {
|
|
5411
5407
|
cursor: pointer;
|
|
5412
5408
|
display: inline-block;
|
|
5413
|
-
margin: 0 5px;
|
|
5414
5409
|
font-size: 12px;
|
|
5415
|
-
padding: 2px
|
|
5416
|
-
}
|
|
5417
|
-
.components-list .tabs .activeTab[data-v-bb4c8efc] {
|
|
5418
|
-
background: #4991f2;
|
|
5410
|
+
padding: 2px 8px;
|
|
5419
5411
|
border-radius: 10px;
|
|
5412
|
+
color: #666;
|
|
5413
|
+
transition: all 0.2s;
|
|
5414
|
+
}
|
|
5415
|
+
.components-list .tabs .activeTab[data-v-58c83656] {
|
|
5416
|
+
background: #409EFF;
|
|
5420
5417
|
color: #fff;
|
|
5421
5418
|
}
|
|
5422
|
-
.components-list
|
|
5423
|
-
|
|
5424
|
-
|
|
5419
|
+
.components-list ul[data-v-58c83656] {
|
|
5420
|
+
padding: 8px 8px 4px;
|
|
5421
|
+
}
|
|
5422
|
+
.components-list .widget-control[data-v-58c83656] {
|
|
5423
|
+
display: block;
|
|
5424
|
+
width: 100%;
|
|
5425
5425
|
box-sizing: border-box;
|
|
5426
|
-
padding: 0
|
|
5427
|
-
height:
|
|
5428
|
-
border: 1px solid #
|
|
5429
|
-
|
|
5426
|
+
padding: 0;
|
|
5427
|
+
height: 36px;
|
|
5428
|
+
border: 1px solid #ebeef5;
|
|
5429
|
+
border-radius: 6px;
|
|
5430
|
+
cursor: pointer;
|
|
5431
|
+
margin: 0 0 6px 0;
|
|
5432
|
+
transition: all 0.25s ease;
|
|
5430
5433
|
}
|
|
5431
|
-
.components-list .widget-control[data-v-
|
|
5432
|
-
border-
|
|
5434
|
+
.components-list .widget-control[data-v-58c83656]:hover {
|
|
5435
|
+
border-color: #409EFF;
|
|
5436
|
+
background: #ecf5ff;
|
|
5437
|
+
transform: translateX(2px);
|
|
5438
|
+
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.15);
|
|
5433
5439
|
}
|
|
5434
|
-
.components-list .widget-control a[data-v-
|
|
5435
|
-
color: #
|
|
5440
|
+
.components-list .widget-control a[data-v-58c83656] {
|
|
5441
|
+
color: #606266;
|
|
5436
5442
|
display: flex;
|
|
5437
|
-
flex-direction:
|
|
5438
|
-
justify-content:
|
|
5443
|
+
flex-direction: row;
|
|
5444
|
+
justify-content: flex-start;
|
|
5439
5445
|
align-items: center;
|
|
5440
|
-
|
|
5446
|
+
height: 100%;
|
|
5447
|
+
padding: 0 10px;
|
|
5448
|
+
font-size: 13px;
|
|
5441
5449
|
}
|
|
5442
|
-
.components-list .
|
|
5450
|
+
.components-list .widget-control a i[data-v-58c83656] {
|
|
5451
|
+
font-size: 16px;
|
|
5452
|
+
margin-right: 8px;
|
|
5453
|
+
}
|
|
5454
|
+
.components-list .preview-options[data-v-58c83656] {
|
|
5443
5455
|
position: absolute;
|
|
5444
5456
|
height: 30px;
|
|
5445
|
-
right:
|
|
5446
|
-
bottom:
|
|
5457
|
+
right: 10px;
|
|
5458
|
+
bottom: 10px;
|
|
5447
5459
|
}
|
|
5448
|
-
.components-list .preview-options .ant-btn-link[data-v-
|
|
5460
|
+
.components-list .preview-options .ant-btn-link[data-v-58c83656] {
|
|
5449
5461
|
color: #666;
|
|
5450
5462
|
padding: 0 2px;
|
|
5451
5463
|
}
|
|
5452
|
-
.components-list .preview-options .ant-btn-link.btn-active[data-v-
|
|
5464
|
+
.components-list .preview-options .ant-btn-link.btn-active[data-v-58c83656] {
|
|
5453
5465
|
color: #1890ff;
|
|
5454
5466
|
}
|
|
5455
|
-
.control[data-v-
|
|
5467
|
+
.control[data-v-58c83656] {
|
|
5456
5468
|
margin-top: 20px;
|
|
5457
5469
|
width: 350px;
|
|
5458
5470
|
background: #ffffff;
|
|
5459
5471
|
box-shadow: 0 0 15px #ffffff;
|
|
5460
5472
|
}
|
|
5461
|
-
.control .title[data-v-
|
|
5473
|
+
.control .title[data-v-58c83656] {
|
|
5462
5474
|
height: 50px;
|
|
5463
5475
|
line-height: 50px;
|
|
5464
5476
|
padding: 0 15px;
|
|
5465
5477
|
border-bottom: 1px solid #f0f0f0;
|
|
5466
5478
|
}
|
|
5467
|
-
.control .list_wrap[data-v-
|
|
5479
|
+
.control .list_wrap[data-v-58c83656] {
|
|
5468
5480
|
padding-top: 15px;
|
|
5469
5481
|
font-size: 0;
|
|
5470
5482
|
min-height: 680px;
|
|
5471
5483
|
}
|
|
5472
|
-
.control .list_wrap .list_box[data-v-
|
|
5484
|
+
.control .list_wrap .list_box[data-v-58c83656] {
|
|
5473
5485
|
display: inline-block;
|
|
5474
5486
|
}
|
|
5475
|
-
.control .list_wrap .list[data-v-
|
|
5487
|
+
.control .list_wrap .list[data-v-58c83656] {
|
|
5476
5488
|
border: 1px dashed #d1d1d1;
|
|
5477
5489
|
margin: 0 7.5px 15px 7.5px;
|
|
5478
5490
|
width: 160px;
|
|
@@ -5482,23 +5494,23 @@ div {
|
|
|
5482
5494
|
line-height: 42px;
|
|
5483
5495
|
text-align: left;
|
|
5484
5496
|
padding-left: 15px;
|
|
5485
|
-
cursor:
|
|
5497
|
+
cursor: pointer;
|
|
5486
5498
|
color: #333;
|
|
5487
5499
|
background: #fff;
|
|
5488
5500
|
position: relative;
|
|
5489
5501
|
overflow: hidden;
|
|
5490
5502
|
}
|
|
5491
|
-
.control .list_wrap .list i[data-v-
|
|
5503
|
+
.control .list_wrap .list i[data-v-58c83656] {
|
|
5492
5504
|
position: absolute;
|
|
5493
5505
|
right: 10px;
|
|
5494
5506
|
top: 0px;
|
|
5495
5507
|
font-size: 22px;
|
|
5496
5508
|
color: #999;
|
|
5497
5509
|
}
|
|
5498
|
-
.control .list_wrap .list[data-v-
|
|
5510
|
+
.control .list_wrap .list[data-v-58c83656]:nth-child(2n) {
|
|
5499
5511
|
margin-right: 0;
|
|
5500
5512
|
}
|
|
5501
|
-
.control .list_wrap .list[data-v-
|
|
5513
|
+
.control .list_wrap .list[data-v-58c83656]:hover {
|
|
5502
5514
|
background: #f1f1f1;
|
|
5503
5515
|
}
|
|
5504
5516
|
|
|
@@ -5516,98 +5528,98 @@ div {
|
|
|
5516
5528
|
opacity: 0.6;
|
|
5517
5529
|
}
|
|
5518
5530
|
|
|
5519
|
-
.paper[data-v-
|
|
5531
|
+
.paper[data-v-51f14858] * {
|
|
5520
5532
|
font-size: var(--paperFontSize);
|
|
5521
5533
|
}
|
|
5522
|
-
.paper .form-title[data-v-
|
|
5534
|
+
.paper .form-title[data-v-51f14858] {
|
|
5523
5535
|
text-align: center;
|
|
5524
5536
|
font-weight: 600;
|
|
5525
5537
|
font-size: 16px;
|
|
5526
5538
|
min-height: 40px;
|
|
5527
5539
|
line-height: 30px;
|
|
5528
5540
|
}
|
|
5529
|
-
[data-v-
|
|
5541
|
+
[data-v-51f14858] .vue-grid-layout {
|
|
5530
5542
|
z-index: 2;
|
|
5531
5543
|
}
|
|
5532
|
-
[data-v-
|
|
5544
|
+
[data-v-51f14858] .vue-grid-item {
|
|
5533
5545
|
border: 1px dashed #ccc;
|
|
5534
5546
|
box-sizing: border-box;
|
|
5535
5547
|
background-color: #fff;
|
|
5536
5548
|
}
|
|
5537
|
-
[data-v-
|
|
5549
|
+
[data-v-51f14858] .ant-form-item {
|
|
5538
5550
|
width: 100%;
|
|
5539
5551
|
height: 100%;
|
|
5540
5552
|
margin-bottom: 0;
|
|
5541
5553
|
}
|
|
5542
|
-
[data-v-
|
|
5554
|
+
[data-v-51f14858] .ant-form-item .ant-form-item-label {
|
|
5543
5555
|
height: 100%;
|
|
5544
5556
|
position: absolute;
|
|
5545
5557
|
left: 0;
|
|
5546
5558
|
top: 0;
|
|
5547
5559
|
border-right: 1px solid var(--designBorderColor);
|
|
5548
5560
|
}
|
|
5549
|
-
[data-v-
|
|
5561
|
+
[data-v-51f14858] .ant-form-item .ant-form-item-label label {
|
|
5550
5562
|
display: flex;
|
|
5551
5563
|
justify-content: center;
|
|
5552
5564
|
align-items: center;
|
|
5553
5565
|
height: 100%;
|
|
5554
5566
|
}
|
|
5555
|
-
[data-v-
|
|
5567
|
+
[data-v-51f14858] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
5556
5568
|
display: none;
|
|
5557
5569
|
}
|
|
5558
|
-
[data-v-
|
|
5570
|
+
[data-v-51f14858] .ant-form-item .ant-form-item-control-wrapper {
|
|
5559
5571
|
height: 100%;
|
|
5560
5572
|
float: right;
|
|
5561
5573
|
display: flex;
|
|
5562
5574
|
align-items: center;
|
|
5563
5575
|
}
|
|
5564
|
-
[data-v-
|
|
5576
|
+
[data-v-51f14858] .ant-form-item .ant-form-item-control {
|
|
5565
5577
|
width: 98%;
|
|
5566
5578
|
margin: 0 auto;
|
|
5567
5579
|
}
|
|
5568
|
-
.is_required[data-v-
|
|
5580
|
+
.is_required[data-v-51f14858]::before {
|
|
5569
5581
|
content: "*";
|
|
5570
5582
|
color: #f56c6c;
|
|
5571
5583
|
margin-right: 4px;
|
|
5572
5584
|
}
|
|
5573
|
-
.widget-form-list[data-v-
|
|
5585
|
+
.widget-form-list[data-v-51f14858] {
|
|
5574
5586
|
background: #fff;
|
|
5575
5587
|
box-sizing: border-box;
|
|
5576
5588
|
}
|
|
5577
|
-
.widget-form-list .row-item[data-v-
|
|
5589
|
+
.widget-form-list .row-item[data-v-51f14858]:first-child {
|
|
5578
5590
|
border-top: 1px solid var(--designBorderColor);
|
|
5579
5591
|
}
|
|
5580
|
-
.widget-form-list .row-item[data-v-
|
|
5592
|
+
.widget-form-list .row-item[data-v-51f14858] {
|
|
5581
5593
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5582
5594
|
}
|
|
5583
|
-
.widget-form-list .row-item[data-v-
|
|
5595
|
+
.widget-form-list .row-item[data-v-51f14858] {
|
|
5584
5596
|
border-right: 1px solid var(--designBorderColor);
|
|
5585
5597
|
border-left: 1px solid var(--designBorderColor);
|
|
5586
5598
|
}
|
|
5587
|
-
.widget-form-list .item-bottom[data-v-
|
|
5599
|
+
.widget-form-list .item-bottom[data-v-51f14858] {
|
|
5588
5600
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5589
5601
|
}
|
|
5590
|
-
.widget-form-list .no-row-item[data-v-
|
|
5602
|
+
.widget-form-list .no-row-item[data-v-51f14858] {
|
|
5591
5603
|
border-right: none;
|
|
5592
5604
|
border-bottom: none !important;
|
|
5593
5605
|
}
|
|
5594
|
-
.widget-form-list .no-row-item .widget-form-list[data-v-
|
|
5606
|
+
.widget-form-list .no-row-item .widget-form-list[data-v-51f14858] {
|
|
5595
5607
|
border-top: none !important;
|
|
5596
5608
|
border-right: none;
|
|
5597
5609
|
}
|
|
5598
|
-
.widget-form-list .widget-grid[data-v-
|
|
5610
|
+
.widget-form-list .widget-grid[data-v-51f14858] {
|
|
5599
5611
|
background: #f4f6fc;
|
|
5600
5612
|
position: relative;
|
|
5601
5613
|
border-left: 5px solid transparent;
|
|
5602
5614
|
padding: 5px;
|
|
5603
5615
|
margin: 0 !important;
|
|
5604
5616
|
}
|
|
5605
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
5617
|
+
.widget-form-list .widget-grid.active[data-v-51f14858] {
|
|
5606
5618
|
outline: 2px solid #409eff;
|
|
5607
5619
|
border: 1px solid #409eff;
|
|
5608
|
-
background: #
|
|
5620
|
+
background: #ecf5ff;
|
|
5609
5621
|
}
|
|
5610
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
5622
|
+
.widget-form-list .widget-grid .grid-background[data-v-51f14858] {
|
|
5611
5623
|
position: absolute;
|
|
5612
5624
|
z-index: 1;
|
|
5613
5625
|
top: 0;
|
|
@@ -5618,85 +5630,85 @@ div {
|
|
|
5618
5630
|
height: 100%;
|
|
5619
5631
|
padding: 5px 5px 10px 5px;
|
|
5620
5632
|
}
|
|
5621
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5633
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-51f14858] {
|
|
5622
5634
|
border-bottom: 1px dashed #ccc;
|
|
5623
5635
|
border-left: 1px dashed #ccc;
|
|
5624
5636
|
box-sizing: border-box;
|
|
5625
5637
|
overflow: hidden;
|
|
5626
5638
|
}
|
|
5627
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5639
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-51f14858]:first-child {
|
|
5628
5640
|
border-top: 1px dashed #ccc;
|
|
5629
5641
|
}
|
|
5630
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
5642
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-51f14858] {
|
|
5631
5643
|
float: left;
|
|
5632
5644
|
border-right: 1px dashed #ccc;
|
|
5633
5645
|
min-height: 40px;
|
|
5634
5646
|
box-sizing: border-box;
|
|
5635
5647
|
}
|
|
5636
|
-
.widget-form-list .row_table[data-v-
|
|
5648
|
+
.widget-form-list .row_table[data-v-51f14858] {
|
|
5637
5649
|
min-height: 60px;
|
|
5638
5650
|
position: relative;
|
|
5639
5651
|
}
|
|
5640
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
5652
|
+
.widget-form-list li.sortable-chosen[data-v-51f14858] {
|
|
5641
5653
|
height: 2px !important;
|
|
5642
5654
|
overflow: hidden !important;
|
|
5643
5655
|
background: red !important;
|
|
5644
5656
|
}
|
|
5645
|
-
.widget-form-list .widget-col-list[data-v-
|
|
5657
|
+
.widget-form-list .widget-col-list[data-v-51f14858] {
|
|
5646
5658
|
min-height: 50px;
|
|
5647
5659
|
border: 1px dashed #ccc;
|
|
5648
5660
|
background: #fff;
|
|
5649
5661
|
}
|
|
5650
|
-
.widget-form-list .widget-col[data-v-
|
|
5662
|
+
.widget-form-list .widget-col[data-v-51f14858] {
|
|
5651
5663
|
padding-bottom: 0;
|
|
5652
5664
|
padding: 5px;
|
|
5653
5665
|
background-color: rgba(253, 246, 236, 0.3);
|
|
5654
5666
|
}
|
|
5655
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
5667
|
+
.grid-lay-out-wrap .widget-col-list[data-v-51f14858] {
|
|
5656
5668
|
width: 100%;
|
|
5657
5669
|
height: 100%;
|
|
5658
5670
|
min-height: 40px;
|
|
5659
5671
|
border: none;
|
|
5660
5672
|
}
|
|
5661
|
-
.widget-form-ocuupied[data-v-
|
|
5673
|
+
.widget-form-ocuupied[data-v-51f14858] {
|
|
5662
5674
|
min-height: 540px;
|
|
5663
5675
|
border: none;
|
|
5664
5676
|
}
|
|
5665
|
-
.drag_table[data-v-
|
|
5677
|
+
.drag_table[data-v-51f14858] {
|
|
5666
5678
|
width: calc(100% - 100px);
|
|
5667
5679
|
height: 100%;
|
|
5668
5680
|
display: flex;
|
|
5669
5681
|
overflow-y: scroll;
|
|
5670
5682
|
}
|
|
5671
|
-
.drag_table[data-v-
|
|
5683
|
+
.drag_table[data-v-51f14858]::-webkit-scrollbar {
|
|
5672
5684
|
width: 3px;
|
|
5673
5685
|
height: 3px;
|
|
5674
5686
|
}
|
|
5675
|
-
.drag_table[data-v-
|
|
5687
|
+
.drag_table[data-v-51f14858]::-webkit-scrollbar-track {
|
|
5676
5688
|
background: #fff;
|
|
5677
5689
|
border-radius: 2px;
|
|
5678
5690
|
}
|
|
5679
|
-
.drag_table[data-v-
|
|
5691
|
+
.drag_table[data-v-51f14858]::-webkit-scrollbar-thumb {
|
|
5680
5692
|
background: #cdcdcd;
|
|
5681
5693
|
border-radius: 8px;
|
|
5682
5694
|
}
|
|
5683
|
-
.drag_table[data-v-
|
|
5695
|
+
.drag_table[data-v-51f14858]::-webkit-scrollbar-thumb:hover {
|
|
5684
5696
|
background: #cdcdcd;
|
|
5685
5697
|
}
|
|
5686
|
-
.drag_table[data-v-
|
|
5698
|
+
.drag_table[data-v-51f14858]::-webkit-scrollbar-corner {
|
|
5687
5699
|
background: #cdcdcd;
|
|
5688
5700
|
}
|
|
5689
|
-
.widget-form-ocuupied[data-v-
|
|
5701
|
+
.widget-form-ocuupied[data-v-51f14858] {
|
|
5690
5702
|
min-height: 540px;
|
|
5691
5703
|
border: none;
|
|
5692
5704
|
}
|
|
5693
|
-
.table_label[data-v-
|
|
5705
|
+
.table_label[data-v-51f14858] {
|
|
5694
5706
|
width: 100px;
|
|
5695
5707
|
min-width: 100px;
|
|
5696
5708
|
height: 100%;
|
|
5697
5709
|
text-align: right;
|
|
5698
5710
|
}
|
|
5699
|
-
.widget-view-model[data-v-
|
|
5711
|
+
.widget-view-model[data-v-51f14858] {
|
|
5700
5712
|
position: absolute;
|
|
5701
5713
|
top: 0px;
|
|
5702
5714
|
right: 3px;
|
|
@@ -5706,12 +5718,12 @@ div {
|
|
|
5706
5718
|
opacity: 0.6;
|
|
5707
5719
|
}
|
|
5708
5720
|
/**selectedWidget active*/
|
|
5709
|
-
[data-v-
|
|
5710
|
-
outline: 2px solid #
|
|
5711
|
-
box-shadow: 0 0
|
|
5721
|
+
[data-v-51f14858] .active {
|
|
5722
|
+
outline: 2px solid #409EFF;
|
|
5723
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
5712
5724
|
position: relative;
|
|
5713
5725
|
}
|
|
5714
|
-
[data-v-
|
|
5726
|
+
[data-v-51f14858] .active .widget-view-drag {
|
|
5715
5727
|
position: absolute;
|
|
5716
5728
|
left: -2px;
|
|
5717
5729
|
top: -2px;
|
|
@@ -5725,7 +5737,7 @@ div {
|
|
|
5725
5737
|
color: #ffffff;
|
|
5726
5738
|
cursor: move;
|
|
5727
5739
|
}
|
|
5728
|
-
[data-v-
|
|
5740
|
+
[data-v-51f14858] .active .widget-view-action {
|
|
5729
5741
|
width: 70px;
|
|
5730
5742
|
position: absolute;
|
|
5731
5743
|
right: 0px;
|
|
@@ -5738,27 +5750,27 @@ div {
|
|
|
5738
5750
|
background: transparent;
|
|
5739
5751
|
color: #fff;
|
|
5740
5752
|
}
|
|
5741
|
-
[data-v-
|
|
5753
|
+
[data-v-51f14858] .active .widget-view-action .iconfont {
|
|
5742
5754
|
width: 25px;
|
|
5743
5755
|
height: 25px;
|
|
5744
5756
|
border-radius: 50%;
|
|
5745
5757
|
cursor: pointer;
|
|
5746
|
-
background: #
|
|
5758
|
+
background: #409EFF;
|
|
5747
5759
|
display: flex;
|
|
5748
5760
|
font-size: 14px;
|
|
5749
5761
|
justify-content: center;
|
|
5750
5762
|
}
|
|
5751
|
-
[data-v-
|
|
5763
|
+
[data-v-51f14858] .active .widget-view-action .icon-icon_clone {
|
|
5752
5764
|
background: red;
|
|
5753
5765
|
}
|
|
5754
|
-
[data-v-
|
|
5766
|
+
[data-v-51f14858] .active .widget-view-action .icon-trash {
|
|
5755
5767
|
margin-left: 20px;
|
|
5756
5768
|
}
|
|
5757
|
-
.widget-form-list .widget-view[data-v-
|
|
5769
|
+
.widget-form-list .widget-view[data-v-51f14858] {
|
|
5758
5770
|
z-index: 8;
|
|
5759
5771
|
position: relative;
|
|
5760
5772
|
}
|
|
5761
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
5773
|
+
.widget-form-list .widget-view .widget-view-action[data-v-51f14858] {
|
|
5762
5774
|
position: absolute;
|
|
5763
5775
|
right: 0px;
|
|
5764
5776
|
bottom: 0;
|
|
@@ -5770,23 +5782,23 @@ div {
|
|
|
5770
5782
|
background: transparent;
|
|
5771
5783
|
color: #fff;
|
|
5772
5784
|
}
|
|
5773
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
5785
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-51f14858] {
|
|
5774
5786
|
width: 25px;
|
|
5775
5787
|
height: 25px;
|
|
5776
5788
|
border-radius: 50%;
|
|
5777
5789
|
cursor: pointer;
|
|
5778
|
-
background: #
|
|
5790
|
+
background: #409EFF;
|
|
5779
5791
|
display: flex;
|
|
5780
5792
|
font-size: 14px;
|
|
5781
5793
|
justify-content: center;
|
|
5782
5794
|
}
|
|
5783
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
5795
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-51f14858] {
|
|
5784
5796
|
background: red;
|
|
5785
5797
|
}
|
|
5786
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
5798
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-51f14858] {
|
|
5787
5799
|
margin-left: 20px;
|
|
5788
5800
|
}
|
|
5789
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
5801
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-51f14858] {
|
|
5790
5802
|
position: absolute;
|
|
5791
5803
|
left: -2px;
|
|
5792
5804
|
top: -2px;
|
|
@@ -5796,30 +5808,30 @@ div {
|
|
|
5796
5808
|
background: #409eff;
|
|
5797
5809
|
z-index: 9;
|
|
5798
5810
|
}
|
|
5799
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
5811
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-51f14858] {
|
|
5800
5812
|
font-size: 14px;
|
|
5801
5813
|
color: #fff;
|
|
5802
5814
|
margin: 0 5px;
|
|
5803
5815
|
cursor: move;
|
|
5804
5816
|
}
|
|
5805
5817
|
/*****无border *****/
|
|
5806
|
-
.no-border .widget-form-list[data-v-
|
|
5818
|
+
.no-border .widget-form-list[data-v-51f14858] {
|
|
5807
5819
|
border: none;
|
|
5808
5820
|
}
|
|
5809
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
5821
|
+
.no-border .widget-form-list .row-item[data-v-51f14858]:not(:last-child) {
|
|
5810
5822
|
border: none;
|
|
5811
5823
|
}
|
|
5812
|
-
.no-border .widget-form-list[data-v-
|
|
5824
|
+
.no-border .widget-form-list[data-v-51f14858] .ant-form-item .ant-form-item-label {
|
|
5813
5825
|
border: 0;
|
|
5814
5826
|
}
|
|
5815
5827
|
/*****无border *****/
|
|
5816
5828
|
/***label对齐方式 */
|
|
5817
|
-
[data-v-
|
|
5829
|
+
[data-v-51f14858] .custom_form_item .break {
|
|
5818
5830
|
white-space: normal;
|
|
5819
5831
|
word-break: break-all;
|
|
5820
5832
|
word-wrap: break-word;
|
|
5821
5833
|
}
|
|
5822
|
-
[data-v-
|
|
5834
|
+
[data-v-51f14858] .custom_form_item .align-between {
|
|
5823
5835
|
white-space: normal;
|
|
5824
5836
|
word-break: break-all;
|
|
5825
5837
|
word-wrap: break-word;
|
|
@@ -5828,28 +5840,28 @@ div {
|
|
|
5828
5840
|
text-align-last: justify;
|
|
5829
5841
|
width: 80%;
|
|
5830
5842
|
}
|
|
5831
|
-
[data-v-
|
|
5843
|
+
[data-v-51f14858] .custom_form_item .align-middle {
|
|
5832
5844
|
white-space: normal;
|
|
5833
5845
|
word-break: break-all;
|
|
5834
5846
|
word-wrap: break-word;
|
|
5835
5847
|
text-align: center;
|
|
5836
5848
|
width: 80%;
|
|
5837
5849
|
}
|
|
5838
|
-
[data-v-
|
|
5850
|
+
[data-v-51f14858] .custom_form_item .align-left {
|
|
5839
5851
|
white-space: normal;
|
|
5840
5852
|
word-break: break-all;
|
|
5841
5853
|
word-wrap: break-word;
|
|
5842
5854
|
text-align: left;
|
|
5843
5855
|
width: 80%;
|
|
5844
5856
|
}
|
|
5845
|
-
[data-v-
|
|
5857
|
+
[data-v-51f14858] .custom_form_item .align-right {
|
|
5846
5858
|
white-space: normal;
|
|
5847
5859
|
word-break: break-all;
|
|
5848
5860
|
word-wrap: break-word;
|
|
5849
5861
|
text-align: right;
|
|
5850
5862
|
width: 80%;
|
|
5851
5863
|
}
|
|
5852
|
-
[data-v-
|
|
5864
|
+
[data-v-51f14858] .custom_form_item .align-center {
|
|
5853
5865
|
white-space: normal;
|
|
5854
5866
|
word-break: break-all;
|
|
5855
5867
|
word-wrap: break-word;
|
|
@@ -5859,24 +5871,74 @@ div {
|
|
|
5859
5871
|
/***label对齐方式 */
|
|
5860
5872
|
|
|
5861
5873
|
|
|
5862
|
-
[data-v-
|
|
5874
|
+
[data-v-5f94fdfc] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5875
|
+
line-height: 5px !important;
|
|
5876
|
+
}
|
|
5877
|
+
[data-v-5f94fdfc] .m-colorPicker {
|
|
5863
5878
|
z-index: 2;
|
|
5864
5879
|
}
|
|
5865
|
-
[data-v-
|
|
5880
|
+
[data-v-5f94fdfc] .m-colorPicker .colorBtn {
|
|
5866
5881
|
border: 1px solid #e3e3e3;
|
|
5867
5882
|
}
|
|
5868
|
-
[data-v-68fadbb3] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5869
|
-
line-height: 5px !important;
|
|
5870
|
-
}
|
|
5871
5883
|
|
|
5872
5884
|
|
|
5873
|
-
[data-v-
|
|
5874
|
-
margin-bottom:
|
|
5885
|
+
[data-v-78823b9c] .ant-form-item {
|
|
5886
|
+
margin-bottom: 10px;
|
|
5887
|
+
padding-bottom: 8px;
|
|
5888
|
+
border-bottom: 1px dashed #f0f0f0;
|
|
5875
5889
|
}
|
|
5876
|
-
[data-v-
|
|
5890
|
+
[data-v-78823b9c] .ant-form-item:last-child {
|
|
5891
|
+
border-bottom: none;
|
|
5892
|
+
padding-bottom: 0;
|
|
5893
|
+
}
|
|
5894
|
+
[data-v-78823b9c] .ant-form-item ul {
|
|
5877
5895
|
position: initial !important;
|
|
5878
5896
|
overflow-y: auto !important;
|
|
5879
5897
|
}
|
|
5898
|
+
[data-v-78823b9c] .ant-form-item-label > label {
|
|
5899
|
+
color: #606266;
|
|
5900
|
+
font-size: 13px;
|
|
5901
|
+
font-weight: 500;
|
|
5902
|
+
}
|
|
5903
|
+
[data-v-78823b9c] .ant-switch {
|
|
5904
|
+
transition: all 0.25s ease;
|
|
5905
|
+
}
|
|
5906
|
+
[data-v-78823b9c] .ant-input,[data-v-78823b9c] .ant-select,[data-v-78823b9c] .ant-input-number {
|
|
5907
|
+
transition: border-color 0.25s ease, box-shadow 0.25s ease;
|
|
5908
|
+
}
|
|
5909
|
+
[data-v-78823b9c] .ant-input:focus,[data-v-78823b9c] .ant-select:focus,[data-v-78823b9c] .ant-input-number:focus,[data-v-78823b9c] .ant-input:hover,[data-v-78823b9c] .ant-select:hover,[data-v-78823b9c] .ant-input-number:hover {
|
|
5910
|
+
border-color: #409EFF;
|
|
5911
|
+
}
|
|
5912
|
+
[data-v-78823b9c] .ant-input:focus,[data-v-78823b9c] .ant-select:focus .ant-select-selection {
|
|
5913
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.15);
|
|
5914
|
+
}
|
|
5915
|
+
.config-empty[data-v-78823b9c] {
|
|
5916
|
+
display: flex;
|
|
5917
|
+
flex-direction: column;
|
|
5918
|
+
align-items: center;
|
|
5919
|
+
justify-content: center;
|
|
5920
|
+
height: 200px;
|
|
5921
|
+
color: #c0c4cc;
|
|
5922
|
+
}
|
|
5923
|
+
.config-empty .anticon[data-v-78823b9c] {
|
|
5924
|
+
font-size: 40px;
|
|
5925
|
+
margin-bottom: 14px;
|
|
5926
|
+
animation: emptyFloat-data-v-78823b9c 2.5s ease-in-out infinite;
|
|
5927
|
+
}
|
|
5928
|
+
.config-empty p[data-v-78823b9c] {
|
|
5929
|
+
font-size: 13px;
|
|
5930
|
+
margin: 0;
|
|
5931
|
+
color: #909399;
|
|
5932
|
+
}
|
|
5933
|
+
@keyframes emptyFloat-data-v-78823b9c {
|
|
5934
|
+
0%,
|
|
5935
|
+
100% {
|
|
5936
|
+
transform: translateY(0);
|
|
5937
|
+
}
|
|
5938
|
+
50% {
|
|
5939
|
+
transform: translateY(-6px);
|
|
5940
|
+
}
|
|
5941
|
+
}
|
|
5880
5942
|
|
|
5881
5943
|
.cus-dialog-container .el-dialog__footer{margin:0 20px;padding:15px 0 16px;text-align:center;position:relative}.cus-dialog-container .el-dialog__footer .dialog-footer{display:block}.cus-dialog-container .el-dialog__footer .dialog-footer .circular{display:inline-block;vertical-align:middle;margin-right:5px;width:24px;height:24px}.cus-dialog-container .el-dialog__footer .dialog-footer .el-loading-text{display:inline-block;vertical-align:middle}.cus-dialog-container .el-dialog__footer .dialog-footer .el-loading-spinner{margin-top:-12px}
|
|
5882
5944
|
|
|
@@ -6129,13 +6191,13 @@ div {
|
|
|
6129
6191
|
}
|
|
6130
6192
|
|
|
6131
6193
|
|
|
6132
|
-
[data-v-
|
|
6133
|
-
margin-bottom:
|
|
6194
|
+
[data-v-a37b7fb0] .ant-form-item {
|
|
6195
|
+
margin-bottom: 12px;
|
|
6134
6196
|
}
|
|
6135
|
-
.m-colorPicker[data-v-
|
|
6197
|
+
.m-colorPicker[data-v-a37b7fb0] .box.open {
|
|
6136
6198
|
z-index: 999;
|
|
6137
6199
|
}
|
|
6138
|
-
.m-colorPicker[data-v-
|
|
6200
|
+
.m-colorPicker[data-v-a37b7fb0] .colorBtn {
|
|
6139
6201
|
border: 1px solid #e3e3e3;
|
|
6140
6202
|
}
|
|
6141
6203
|
|
|
@@ -6144,10 +6206,10 @@ div {
|
|
|
6144
6206
|
}
|
|
6145
6207
|
|
|
6146
6208
|
|
|
6147
|
-
[data-v-
|
|
6209
|
+
[data-v-3c9c38be] .w-e-toolbar {
|
|
6148
6210
|
display: none !important;
|
|
6149
6211
|
}
|
|
6150
|
-
[data-v-
|
|
6212
|
+
[data-v-3c9c38be] .w-e-text-container {
|
|
6151
6213
|
border-top: 1px solid #c9d8db !important;
|
|
6152
6214
|
}
|
|
6153
6215
|
|
|
@@ -6168,7 +6230,10 @@ div {
|
|
|
6168
6230
|
.fm2-container {
|
|
6169
6231
|
background: #fff;
|
|
6170
6232
|
height: 100%;
|
|
6171
|
-
border: 1px solid #
|
|
6233
|
+
border: 1px solid #e4e7ed;
|
|
6234
|
+
border-radius: 6px;
|
|
6235
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
|
|
6236
|
+
overflow: hidden;
|
|
6172
6237
|
}
|
|
6173
6238
|
.fm2-container .el-container {
|
|
6174
6239
|
height: 100% !important;
|
|
@@ -6235,46 +6300,6 @@ div {
|
|
|
6235
6300
|
padding: 0 10px 10px;
|
|
6236
6301
|
margin: 0;
|
|
6237
6302
|
}
|
|
6238
|
-
.components-list .form-edit-widget-label {
|
|
6239
|
-
font-size: 12px;
|
|
6240
|
-
display: block;
|
|
6241
|
-
width: 48%;
|
|
6242
|
-
line-height: 26px;
|
|
6243
|
-
position: relative;
|
|
6244
|
-
float: left;
|
|
6245
|
-
left: 0;
|
|
6246
|
-
overflow: hidden;
|
|
6247
|
-
text-overflow: ellipsis;
|
|
6248
|
-
white-space: nowrap;
|
|
6249
|
-
margin: 1%;
|
|
6250
|
-
color: #606266;
|
|
6251
|
-
border: 1px solid #F4F6FC;
|
|
6252
|
-
}
|
|
6253
|
-
.components-list .form-edit-widget-label:hover {
|
|
6254
|
-
color: #409EFF;
|
|
6255
|
-
border: 1px dashed #409EFF;
|
|
6256
|
-
}
|
|
6257
|
-
.components-list .form-edit-widget-label:hover a {
|
|
6258
|
-
color: #409EFF;
|
|
6259
|
-
}
|
|
6260
|
-
.components-list .form-edit-widget-label > a {
|
|
6261
|
-
display: block;
|
|
6262
|
-
cursor: move;
|
|
6263
|
-
background: #F4F6FC;
|
|
6264
|
-
border: 1px solid #F4F6FC;
|
|
6265
|
-
color: #606266;
|
|
6266
|
-
}
|
|
6267
|
-
.components-list .form-edit-widget-label > a .icon {
|
|
6268
|
-
margin-right: 6px;
|
|
6269
|
-
margin-left: 8px;
|
|
6270
|
-
font-size: 14px;
|
|
6271
|
-
display: inline-block;
|
|
6272
|
-
vertical-align: middle;
|
|
6273
|
-
}
|
|
6274
|
-
.components-list .form-edit-widget-label > a span {
|
|
6275
|
-
display: inline-block;
|
|
6276
|
-
vertical-align: middle;
|
|
6277
|
-
}
|
|
6278
6303
|
.widget-form-container {
|
|
6279
6304
|
height: 100%;
|
|
6280
6305
|
position: absolute;
|
|
@@ -6708,7 +6733,7 @@ div {
|
|
|
6708
6733
|
position: relative;
|
|
6709
6734
|
}
|
|
6710
6735
|
.widget-config-container .ant-layout-header {
|
|
6711
|
-
border-bottom: solid
|
|
6736
|
+
border-bottom: solid 1px #ebeef5;
|
|
6712
6737
|
padding: 0 5px;
|
|
6713
6738
|
}
|
|
6714
6739
|
.widget-config-container .config-tab {
|
|
@@ -6721,17 +6746,27 @@ div {
|
|
|
6721
6746
|
font-weight: 500;
|
|
6722
6747
|
position: relative;
|
|
6723
6748
|
cursor: pointer;
|
|
6749
|
+
color: #606266;
|
|
6750
|
+
transition: all 0.25s ease;
|
|
6751
|
+
border-bottom: 2px solid transparent;
|
|
6752
|
+
}
|
|
6753
|
+
.widget-config-container .config-tab:hover {
|
|
6754
|
+
color: #409EFF;
|
|
6755
|
+
background: #f5f7fa;
|
|
6724
6756
|
}
|
|
6725
6757
|
.widget-config-container .config-tab.active {
|
|
6726
|
-
|
|
6758
|
+
color: #409EFF;
|
|
6759
|
+
font-weight: 600;
|
|
6760
|
+
border-bottom: 2px solid #409EFF;
|
|
6727
6761
|
}
|
|
6728
6762
|
.widget-config-container .config-content {
|
|
6729
|
-
padding:
|
|
6763
|
+
padding: 12px 16px;
|
|
6730
6764
|
}
|
|
6731
6765
|
.widget-config-container .config-content .el-form-item__label {
|
|
6732
6766
|
padding: 0;
|
|
6733
|
-
font-weight:
|
|
6767
|
+
font-weight: 500;
|
|
6734
6768
|
font-size: 12px;
|
|
6769
|
+
color: #606266;
|
|
6735
6770
|
}
|
|
6736
6771
|
.widget-config-container .config-content .el-form-item {
|
|
6737
6772
|
padding-bottom: 10px;
|
|
@@ -6767,13 +6802,22 @@ div {
|
|
|
6767
6802
|
position: absolute;
|
|
6768
6803
|
text-align: center;
|
|
6769
6804
|
width: 300px;
|
|
6770
|
-
font-size:
|
|
6805
|
+
font-size: 14px;
|
|
6806
|
+
color: #bbb;
|
|
6771
6807
|
top: 200px;
|
|
6772
6808
|
left: 50%;
|
|
6773
6809
|
margin-left: -150px;
|
|
6774
|
-
color: #ccc;
|
|
6775
6810
|
z-index: 10;
|
|
6776
6811
|
}
|
|
6812
|
+
.form-empty .anticon {
|
|
6813
|
+
font-size: 48px;
|
|
6814
|
+
display: block;
|
|
6815
|
+
margin-bottom: 12px;
|
|
6816
|
+
color: #d9d9d9;
|
|
6817
|
+
}
|
|
6818
|
+
.form-empty p {
|
|
6819
|
+
margin: 0;
|
|
6820
|
+
}
|
|
6777
6821
|
.full-modal .ant-modal {
|
|
6778
6822
|
padding-bottom: 0;
|
|
6779
6823
|
position: static;
|
|
@@ -6782,7 +6826,7 @@ div {
|
|
|
6782
6826
|
padding-top: 14px;
|
|
6783
6827
|
}
|
|
6784
6828
|
.full-modal .ant-modal-content {
|
|
6785
|
-
box-shadow:
|
|
6829
|
+
box-shadow: none;
|
|
6786
6830
|
position: absolute;
|
|
6787
6831
|
left: 0;
|
|
6788
6832
|
right: 0;
|
|
@@ -6848,6 +6892,7 @@ div {
|
|
|
6848
6892
|
height: 100%;
|
|
6849
6893
|
overflow: hidden;
|
|
6850
6894
|
background: #fff !important;
|
|
6895
|
+
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.04);
|
|
6851
6896
|
}
|
|
6852
6897
|
.g1-panel1 .ant-layout-sider-children {
|
|
6853
6898
|
display: flex;
|
|
@@ -6865,9 +6910,22 @@ div {
|
|
|
6865
6910
|
padding-bottom: 0;
|
|
6866
6911
|
margin-bottom: 10px;
|
|
6867
6912
|
}
|
|
6913
|
+
.g1-panel1 .config-content .ant-select,
|
|
6914
|
+
.g1-panel1 .config-content .ant-input,
|
|
6915
|
+
.g1-panel1 .config-content .ant-input-number,
|
|
6916
|
+
.g1-panel1 .config-content .ant-time-picker,
|
|
6917
|
+
.g1-panel1 .config-content .ant-calendar-picker {
|
|
6918
|
+
width: 100%;
|
|
6919
|
+
}
|
|
6868
6920
|
.g1-panel1 .el-form-item__label {
|
|
6869
|
-
font-weight:
|
|
6921
|
+
font-weight: 500;
|
|
6870
6922
|
line-height: 26px;
|
|
6923
|
+
color: #606266;
|
|
6924
|
+
}
|
|
6925
|
+
.g1-panel1 .ant-form-item-label > label {
|
|
6926
|
+
color: #606266;
|
|
6927
|
+
font-size: 13px;
|
|
6928
|
+
font-weight: 500;
|
|
6871
6929
|
}
|
|
6872
6930
|
.g1-panel1 .el-radio-group li {
|
|
6873
6931
|
margin-bottom: 5px;
|
|
@@ -6927,35 +6985,54 @@ div {
|
|
|
6927
6985
|
}
|
|
6928
6986
|
/*定义要拖拽元素的样式*/
|
|
6929
6987
|
.ghostClass {
|
|
6930
|
-
background-color:
|
|
6988
|
+
background-color: #ecf5ff !important;
|
|
6931
6989
|
}
|
|
6932
6990
|
.chosenClass {
|
|
6933
|
-
background-color:
|
|
6991
|
+
background-color: #ecf5ff !important;
|
|
6934
6992
|
opacity: 1 !important;
|
|
6935
6993
|
}
|
|
6936
6994
|
.dragClass {
|
|
6937
|
-
background-color:
|
|
6995
|
+
background-color: #ecf5ff !important;
|
|
6938
6996
|
opacity: 1 !important;
|
|
6939
6997
|
box-shadow: none !important;
|
|
6940
6998
|
outline: none !important;
|
|
6941
6999
|
background-image: none !important;
|
|
6942
7000
|
}
|
|
6943
7001
|
.g1-panel1 .config-content::-webkit-scrollbar-track-piece {
|
|
6944
|
-
background-color:
|
|
7002
|
+
background-color: transparent;
|
|
6945
7003
|
border-radius: 2em;
|
|
6946
7004
|
}
|
|
6947
7005
|
.g1-panel1 .config-content::-webkit-scrollbar {
|
|
6948
|
-
width:
|
|
7006
|
+
width: 5px;
|
|
6949
7007
|
}
|
|
6950
7008
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb {
|
|
6951
|
-
background-color: #
|
|
7009
|
+
background-color: #c0c4cc;
|
|
6952
7010
|
background-clip: padding-box;
|
|
6953
7011
|
border-radius: 2em;
|
|
7012
|
+
-webkit-transition: background-color 0.2s;
|
|
7013
|
+
transition: background-color 0.2s;
|
|
6954
7014
|
}
|
|
6955
7015
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb:hover {
|
|
6956
|
-
background-color: #
|
|
7016
|
+
background-color: #909399;
|
|
7017
|
+
}
|
|
7018
|
+
.components-list::-webkit-scrollbar-track-piece {
|
|
7019
|
+
background-color: transparent;
|
|
7020
|
+
border-radius: 2em;
|
|
7021
|
+
}
|
|
7022
|
+
.components-list::-webkit-scrollbar {
|
|
7023
|
+
width: 5px;
|
|
6957
7024
|
}
|
|
6958
|
-
|
|
7025
|
+
.components-list::-webkit-scrollbar-thumb {
|
|
7026
|
+
background-color: #c0c4cc;
|
|
7027
|
+
background-clip: padding-box;
|
|
7028
|
+
border-radius: 2em;
|
|
7029
|
+
-webkit-transition: background-color 0.2s;
|
|
7030
|
+
transition: background-color 0.2s;
|
|
7031
|
+
}
|
|
7032
|
+
.components-list::-webkit-scrollbar-thumb:hover {
|
|
7033
|
+
background-color: #909399;
|
|
7034
|
+
}
|
|
7035
|
+
.widget-form-list /deep/ .ant-form-item {
|
|
6959
7036
|
margin-bottom: 0;
|
|
6960
7037
|
}
|
|
6961
7038
|
.sortable-chosen {
|
|
@@ -6969,47 +7046,114 @@ div {
|
|
|
6969
7046
|
height: 820px;
|
|
6970
7047
|
}
|
|
6971
7048
|
.g1-tools1::-webkit-scrollbar-track-piece {
|
|
6972
|
-
background-color:
|
|
7049
|
+
background-color: transparent;
|
|
6973
7050
|
border-radius: 2em;
|
|
6974
7051
|
}
|
|
6975
7052
|
.g1-tools1::-webkit-scrollbar {
|
|
6976
|
-
width:
|
|
7053
|
+
width: 5px;
|
|
6977
7054
|
}
|
|
6978
7055
|
.g1-tools1::-webkit-scrollbar-thumb {
|
|
6979
|
-
background-color: #
|
|
7056
|
+
background-color: #c0c4cc;
|
|
6980
7057
|
background-clip: padding-box;
|
|
6981
7058
|
border-radius: 2em;
|
|
7059
|
+
-webkit-transition: background-color 0.2s;
|
|
7060
|
+
transition: background-color 0.2s;
|
|
6982
7061
|
}
|
|
6983
7062
|
.g1-tools1::-webkit-scrollbar-thumb:hover {
|
|
6984
|
-
background-color: #
|
|
7063
|
+
background-color: #909399;
|
|
6985
7064
|
}
|
|
6986
7065
|
.center-container .a-layout-main {
|
|
6987
|
-
background: #
|
|
7066
|
+
background: #f0f2f5;
|
|
6988
7067
|
overflow: scroll;
|
|
6989
7068
|
}
|
|
6990
7069
|
.center-container .a-layout-main::-webkit-scrollbar-track-piece {
|
|
6991
|
-
background-color:
|
|
7070
|
+
background-color: transparent;
|
|
6992
7071
|
border-radius: 2em;
|
|
6993
7072
|
}
|
|
6994
7073
|
.center-container .a-layout-main::-webkit-scrollbar {
|
|
6995
|
-
width:
|
|
7074
|
+
width: 5px;
|
|
6996
7075
|
}
|
|
6997
7076
|
.center-container .a-layout-main::-webkit-scrollbar-thumb {
|
|
6998
|
-
background-color: #
|
|
7077
|
+
background-color: #c0c4cc;
|
|
6999
7078
|
background-clip: padding-box;
|
|
7000
7079
|
border-radius: 2em;
|
|
7080
|
+
-webkit-transition: background-color 0.2s;
|
|
7081
|
+
transition: background-color 0.2s;
|
|
7001
7082
|
}
|
|
7002
7083
|
.center-container .a-layout-main::-webkit-scrollbar-thumb:hover {
|
|
7003
|
-
background-color: #
|
|
7084
|
+
background-color: #909399;
|
|
7004
7085
|
}
|
|
7005
7086
|
.widget-empty {
|
|
7006
7087
|
background: url(data:image/png;base64,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) no-repeat;
|
|
7007
7088
|
background-position: 50%;
|
|
7008
7089
|
}
|
|
7009
|
-
.
|
|
7010
|
-
|
|
7090
|
+
.left-sider {
|
|
7091
|
+
background: #fff !important;
|
|
7092
|
+
border-right: none;
|
|
7093
|
+
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
|
|
7094
|
+
z-index: 2;
|
|
7095
|
+
}
|
|
7096
|
+
.left-sider .ant-layout-sider-children {
|
|
7097
|
+
display: flex;
|
|
7098
|
+
flex-direction: column;
|
|
7099
|
+
height: 100%;
|
|
7100
|
+
overflow: hidden;
|
|
7101
|
+
}
|
|
7102
|
+
.left-actions {
|
|
7103
|
+
padding: 10px 12px;
|
|
7104
|
+
display: flex;
|
|
7105
|
+
flex-wrap: wrap;
|
|
7106
|
+
gap: 8px;
|
|
7107
|
+
border-bottom: 1px solid #ebeef5;
|
|
7011
7108
|
background: #fff;
|
|
7012
|
-
|
|
7109
|
+
flex-shrink: 0;
|
|
7110
|
+
}
|
|
7111
|
+
.left-actions .action-btn {
|
|
7112
|
+
cursor: pointer;
|
|
7113
|
+
font-size: 12px;
|
|
7114
|
+
padding: 4px 12px;
|
|
7115
|
+
border-radius: 14px;
|
|
7116
|
+
color: #606266;
|
|
7117
|
+
background: #f5f7fa;
|
|
7118
|
+
border: 1px solid #e4e7ed;
|
|
7119
|
+
transition: all 0.25s ease;
|
|
7120
|
+
}
|
|
7121
|
+
.left-actions .action-btn:hover {
|
|
7122
|
+
color: #409EFF;
|
|
7123
|
+
border-color: #409EFF;
|
|
7124
|
+
background: #ecf5ff;
|
|
7125
|
+
transform: translateY(-1px);
|
|
7126
|
+
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.2);
|
|
7127
|
+
}
|
|
7128
|
+
.left-actions .action-btn:active {
|
|
7129
|
+
transform: translateY(0);
|
|
7130
|
+
box-shadow: none;
|
|
7131
|
+
}
|
|
7132
|
+
.left-actions .action-btn.primary {
|
|
7133
|
+
color: #fff;
|
|
7134
|
+
background: #409EFF;
|
|
7135
|
+
border-color: #409EFF;
|
|
7136
|
+
}
|
|
7137
|
+
.left-actions .action-btn.primary:hover {
|
|
7138
|
+
background: #66b1ff;
|
|
7139
|
+
border-color: #66b1ff;
|
|
7140
|
+
transform: translateY(-1px);
|
|
7141
|
+
box-shadow: 0 2px 8px rgba(64, 158, 255, 0.35);
|
|
7142
|
+
}
|
|
7143
|
+
.left-actions .action-btn.primary:active {
|
|
7144
|
+
transform: translateY(0);
|
|
7145
|
+
box-shadow: none;
|
|
7146
|
+
}
|
|
7147
|
+
.left-actions .action-btn.danger {
|
|
7148
|
+
color: #fff;
|
|
7149
|
+
background: #f56c6c;
|
|
7150
|
+
border-color: #f56c6c;
|
|
7151
|
+
}
|
|
7152
|
+
.left-actions .action-btn.danger:hover {
|
|
7153
|
+
background: #f78989;
|
|
7154
|
+
border-color: #f78989;
|
|
7155
|
+
transform: translateY(-1px);
|
|
7156
|
+
box-shadow: 0 2px 8px rgba(245, 108, 108, 0.35);
|
|
7013
7157
|
}
|
|
7014
7158
|
.gzt-hidden-key .widget-form-list .widget-view-model {
|
|
7015
7159
|
display: none;
|
|
@@ -7216,7 +7360,10 @@ div {
|
|
|
7216
7360
|
.fm2-container {
|
|
7217
7361
|
background: #fff;
|
|
7218
7362
|
height: 100%;
|
|
7219
|
-
border: 1px solid #
|
|
7363
|
+
border: 1px solid #e4e7ed;
|
|
7364
|
+
border-radius: 6px;
|
|
7365
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
|
|
7366
|
+
overflow: hidden;
|
|
7220
7367
|
}
|
|
7221
7368
|
.fm2-container .el-container {
|
|
7222
7369
|
height: 100% !important;
|
|
@@ -7283,46 +7430,6 @@ div {
|
|
|
7283
7430
|
padding: 0 10px 10px;
|
|
7284
7431
|
margin: 0;
|
|
7285
7432
|
}
|
|
7286
|
-
.components-list .form-edit-widget-label {
|
|
7287
|
-
font-size: 12px;
|
|
7288
|
-
display: block;
|
|
7289
|
-
width: 48%;
|
|
7290
|
-
line-height: 26px;
|
|
7291
|
-
position: relative;
|
|
7292
|
-
float: left;
|
|
7293
|
-
left: 0;
|
|
7294
|
-
overflow: hidden;
|
|
7295
|
-
text-overflow: ellipsis;
|
|
7296
|
-
white-space: nowrap;
|
|
7297
|
-
margin: 1%;
|
|
7298
|
-
color: #606266;
|
|
7299
|
-
border: 1px solid #F4F6FC;
|
|
7300
|
-
}
|
|
7301
|
-
.components-list .form-edit-widget-label:hover {
|
|
7302
|
-
color: #409EFF;
|
|
7303
|
-
border: 1px dashed #409EFF;
|
|
7304
|
-
}
|
|
7305
|
-
.components-list .form-edit-widget-label:hover a {
|
|
7306
|
-
color: #409EFF;
|
|
7307
|
-
}
|
|
7308
|
-
.components-list .form-edit-widget-label > a {
|
|
7309
|
-
display: block;
|
|
7310
|
-
cursor: move;
|
|
7311
|
-
background: #F4F6FC;
|
|
7312
|
-
border: 1px solid #F4F6FC;
|
|
7313
|
-
color: #606266;
|
|
7314
|
-
}
|
|
7315
|
-
.components-list .form-edit-widget-label > a .icon {
|
|
7316
|
-
margin-right: 6px;
|
|
7317
|
-
margin-left: 8px;
|
|
7318
|
-
font-size: 14px;
|
|
7319
|
-
display: inline-block;
|
|
7320
|
-
vertical-align: middle;
|
|
7321
|
-
}
|
|
7322
|
-
.components-list .form-edit-widget-label > a span {
|
|
7323
|
-
display: inline-block;
|
|
7324
|
-
vertical-align: middle;
|
|
7325
|
-
}
|
|
7326
7433
|
.widget-form-container {
|
|
7327
7434
|
height: 100%;
|
|
7328
7435
|
position: absolute;
|
|
@@ -7756,7 +7863,7 @@ div {
|
|
|
7756
7863
|
position: relative;
|
|
7757
7864
|
}
|
|
7758
7865
|
.widget-config-container .ant-layout-header {
|
|
7759
|
-
border-bottom: solid
|
|
7866
|
+
border-bottom: solid 1px #ebeef5;
|
|
7760
7867
|
padding: 0 5px;
|
|
7761
7868
|
}
|
|
7762
7869
|
.widget-config-container .config-tab {
|
|
@@ -7769,17 +7876,27 @@ div {
|
|
|
7769
7876
|
font-weight: 500;
|
|
7770
7877
|
position: relative;
|
|
7771
7878
|
cursor: pointer;
|
|
7879
|
+
color: #606266;
|
|
7880
|
+
transition: all 0.25s ease;
|
|
7881
|
+
border-bottom: 2px solid transparent;
|
|
7882
|
+
}
|
|
7883
|
+
.widget-config-container .config-tab:hover {
|
|
7884
|
+
color: #409EFF;
|
|
7885
|
+
background: #f5f7fa;
|
|
7772
7886
|
}
|
|
7773
7887
|
.widget-config-container .config-tab.active {
|
|
7774
|
-
|
|
7888
|
+
color: #409EFF;
|
|
7889
|
+
font-weight: 600;
|
|
7890
|
+
border-bottom: 2px solid #409EFF;
|
|
7775
7891
|
}
|
|
7776
7892
|
.widget-config-container .config-content {
|
|
7777
|
-
padding:
|
|
7893
|
+
padding: 12px 16px;
|
|
7778
7894
|
}
|
|
7779
7895
|
.widget-config-container .config-content .el-form-item__label {
|
|
7780
7896
|
padding: 0;
|
|
7781
|
-
font-weight:
|
|
7897
|
+
font-weight: 500;
|
|
7782
7898
|
font-size: 12px;
|
|
7899
|
+
color: #606266;
|
|
7783
7900
|
}
|
|
7784
7901
|
.widget-config-container .config-content .el-form-item {
|
|
7785
7902
|
padding-bottom: 10px;
|
|
@@ -7815,13 +7932,22 @@ div {
|
|
|
7815
7932
|
position: absolute;
|
|
7816
7933
|
text-align: center;
|
|
7817
7934
|
width: 300px;
|
|
7818
|
-
font-size:
|
|
7935
|
+
font-size: 14px;
|
|
7936
|
+
color: #bbb;
|
|
7819
7937
|
top: 200px;
|
|
7820
7938
|
left: 50%;
|
|
7821
7939
|
margin-left: -150px;
|
|
7822
|
-
color: #ccc;
|
|
7823
7940
|
z-index: 10;
|
|
7824
7941
|
}
|
|
7942
|
+
.form-empty .anticon {
|
|
7943
|
+
font-size: 48px;
|
|
7944
|
+
display: block;
|
|
7945
|
+
margin-bottom: 12px;
|
|
7946
|
+
color: #d9d9d9;
|
|
7947
|
+
}
|
|
7948
|
+
.form-empty p {
|
|
7949
|
+
margin: 0;
|
|
7950
|
+
}
|
|
7825
7951
|
.full-modal .ant-modal {
|
|
7826
7952
|
padding-bottom: 0;
|
|
7827
7953
|
position: static;
|
|
@@ -7830,7 +7956,7 @@ div {
|
|
|
7830
7956
|
padding-top: 14px;
|
|
7831
7957
|
}
|
|
7832
7958
|
.full-modal .ant-modal-content {
|
|
7833
|
-
box-shadow:
|
|
7959
|
+
box-shadow: none;
|
|
7834
7960
|
position: absolute;
|
|
7835
7961
|
left: 0;
|
|
7836
7962
|
right: 0;
|
|
@@ -7896,6 +8022,7 @@ div {
|
|
|
7896
8022
|
height: 100%;
|
|
7897
8023
|
overflow: hidden;
|
|
7898
8024
|
background: #fff !important;
|
|
8025
|
+
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.04);
|
|
7899
8026
|
}
|
|
7900
8027
|
.g1-panel1 .ant-layout-sider-children {
|
|
7901
8028
|
display: flex;
|
|
@@ -7913,9 +8040,22 @@ div {
|
|
|
7913
8040
|
padding-bottom: 0;
|
|
7914
8041
|
margin-bottom: 10px;
|
|
7915
8042
|
}
|
|
8043
|
+
.g1-panel1 .config-content .ant-select,
|
|
8044
|
+
.g1-panel1 .config-content .ant-input,
|
|
8045
|
+
.g1-panel1 .config-content .ant-input-number,
|
|
8046
|
+
.g1-panel1 .config-content .ant-time-picker,
|
|
8047
|
+
.g1-panel1 .config-content .ant-calendar-picker {
|
|
8048
|
+
width: 100%;
|
|
8049
|
+
}
|
|
7916
8050
|
.g1-panel1 .el-form-item__label {
|
|
7917
|
-
font-weight:
|
|
8051
|
+
font-weight: 500;
|
|
7918
8052
|
line-height: 26px;
|
|
8053
|
+
color: #606266;
|
|
8054
|
+
}
|
|
8055
|
+
.g1-panel1 .ant-form-item-label > label {
|
|
8056
|
+
color: #606266;
|
|
8057
|
+
font-size: 13px;
|
|
8058
|
+
font-weight: 500;
|
|
7919
8059
|
}
|
|
7920
8060
|
.g1-panel1 .el-radio-group li {
|
|
7921
8061
|
margin-bottom: 5px;
|
|
@@ -7975,35 +8115,54 @@ div {
|
|
|
7975
8115
|
}
|
|
7976
8116
|
/*定义要拖拽元素的样式*/
|
|
7977
8117
|
.ghostClass {
|
|
7978
|
-
background-color:
|
|
8118
|
+
background-color: #ecf5ff !important;
|
|
7979
8119
|
}
|
|
7980
8120
|
.chosenClass {
|
|
7981
|
-
background-color:
|
|
8121
|
+
background-color: #ecf5ff !important;
|
|
7982
8122
|
opacity: 1 !important;
|
|
7983
8123
|
}
|
|
7984
8124
|
.dragClass {
|
|
7985
|
-
background-color:
|
|
8125
|
+
background-color: #ecf5ff !important;
|
|
7986
8126
|
opacity: 1 !important;
|
|
7987
8127
|
box-shadow: none !important;
|
|
7988
8128
|
outline: none !important;
|
|
7989
8129
|
background-image: none !important;
|
|
7990
8130
|
}
|
|
7991
8131
|
.g1-panel1 .config-content::-webkit-scrollbar-track-piece {
|
|
7992
|
-
background-color:
|
|
8132
|
+
background-color: transparent;
|
|
7993
8133
|
border-radius: 2em;
|
|
7994
8134
|
}
|
|
7995
8135
|
.g1-panel1 .config-content::-webkit-scrollbar {
|
|
7996
|
-
width:
|
|
8136
|
+
width: 5px;
|
|
7997
8137
|
}
|
|
7998
8138
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb {
|
|
7999
|
-
background-color: #
|
|
8139
|
+
background-color: #c0c4cc;
|
|
8000
8140
|
background-clip: padding-box;
|
|
8001
8141
|
border-radius: 2em;
|
|
8142
|
+
-webkit-transition: background-color 0.2s;
|
|
8143
|
+
transition: background-color 0.2s;
|
|
8002
8144
|
}
|
|
8003
8145
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb:hover {
|
|
8004
|
-
background-color: #
|
|
8146
|
+
background-color: #909399;
|
|
8147
|
+
}
|
|
8148
|
+
.components-list::-webkit-scrollbar-track-piece {
|
|
8149
|
+
background-color: transparent;
|
|
8150
|
+
border-radius: 2em;
|
|
8151
|
+
}
|
|
8152
|
+
.components-list::-webkit-scrollbar {
|
|
8153
|
+
width: 5px;
|
|
8154
|
+
}
|
|
8155
|
+
.components-list::-webkit-scrollbar-thumb {
|
|
8156
|
+
background-color: #c0c4cc;
|
|
8157
|
+
background-clip: padding-box;
|
|
8158
|
+
border-radius: 2em;
|
|
8159
|
+
-webkit-transition: background-color 0.2s;
|
|
8160
|
+
transition: background-color 0.2s;
|
|
8161
|
+
}
|
|
8162
|
+
.components-list::-webkit-scrollbar-thumb:hover {
|
|
8163
|
+
background-color: #909399;
|
|
8005
8164
|
}
|
|
8006
|
-
/deep/ .ant-form-item {
|
|
8165
|
+
.widget-form-list /deep/ .ant-form-item {
|
|
8007
8166
|
margin-bottom: 0;
|
|
8008
8167
|
}
|
|
8009
8168
|
.sortable-chosen {
|