@zscreate/form-component 1.1.687 → 1.1.689-AI.10
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 +1163 -1114
- package/dist/form-component.umd.js +152405 -149734
- package/package.json +1 -1
- package/readme.md +4 -1
package/dist/form-component.css
CHANGED
|
@@ -380,117 +380,117 @@ ul li[data-v-c8780a30] {
|
|
|
380
380
|
display: block !important;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
.body-Condition-item-list-children[data-v-
|
|
383
|
+
.body-Condition-item-list-children[data-v-5dfd0db6] {
|
|
384
384
|
padding-top: 10px;
|
|
385
385
|
}
|
|
386
|
-
.body-Condition-item-list-children .delete-icon[data-v-
|
|
386
|
+
.body-Condition-item-list-children .delete-icon[data-v-5dfd0db6] {
|
|
387
387
|
color: #838c99;
|
|
388
388
|
font-size: 16px;
|
|
389
389
|
cursor: pointer;
|
|
390
390
|
}
|
|
391
|
-
.body-Condition-item-list-children .delete-icon[data-v-
|
|
391
|
+
.body-Condition-item-list-children .delete-icon[data-v-5dfd0db6]:hover {
|
|
392
392
|
color: #eb5096;
|
|
393
393
|
}
|
|
394
|
-
.body-Condition-item-list-children .range-date-more[data-v-
|
|
394
|
+
.body-Condition-item-list-children .range-date-more[data-v-5dfd0db6] .ant-calendar-picker {
|
|
395
395
|
min-width: 140px !important;
|
|
396
396
|
}
|
|
397
|
-
.body-Condition-item-list-children .range-date-more[data-v-
|
|
397
|
+
.body-Condition-item-list-children .range-date-more[data-v-5dfd0db6] .ant-calendar-picker-input {
|
|
398
398
|
font-size: 12px !important;
|
|
399
399
|
}
|
|
400
|
-
.body-Condition-item-list-children .range-date-more[data-v-
|
|
400
|
+
.body-Condition-item-list-children .range-date-more[data-v-5dfd0db6] .ant-calendar-picker-icon {
|
|
401
401
|
display: none !important;
|
|
402
402
|
}
|
|
403
|
-
.body-Condition-item-list-children .body-Condition-item-operationType[data-v-
|
|
403
|
+
.body-Condition-item-list-children .body-Condition-item-operationType[data-v-5dfd0db6] .ant-select-selection {
|
|
404
404
|
border: none;
|
|
405
405
|
font-size: 14px;
|
|
406
406
|
min-width: 80px;
|
|
407
407
|
}
|
|
408
|
-
.body-Condition-item-list-children .body-Condition-item-operationType[data-v-
|
|
408
|
+
.body-Condition-item-list-children .body-Condition-item-operationType[data-v-5dfd0db6] .ant-select-selection__rendered {
|
|
409
409
|
margin-left: 5px !important;
|
|
410
410
|
text-align: center !important;
|
|
411
411
|
display: flex;
|
|
412
412
|
justify-content: center;
|
|
413
413
|
}
|
|
414
|
-
.body-Condition-item-list-children .body-Condition-item-operationType[data-v-
|
|
414
|
+
.body-Condition-item-list-children .body-Condition-item-operationType[data-v-5dfd0db6] .ant-select-arrow-icon {
|
|
415
415
|
color: #141e31;
|
|
416
416
|
}
|
|
417
|
-
.body-Condition-item-list-children .range-picker[data-v-
|
|
417
|
+
.body-Condition-item-list-children .range-picker[data-v-5dfd0db6] .ant-calendar-picker-input {
|
|
418
418
|
padding: 4px 2px;
|
|
419
419
|
}
|
|
420
|
-
.body-Condition-item-list-children .range-picker[data-v-
|
|
420
|
+
.body-Condition-item-list-children .range-picker[data-v-5dfd0db6] .ant-calendar-picker-input .ant-calendar-range-picker-input {
|
|
421
421
|
width: 47%;
|
|
422
422
|
}
|
|
423
|
-
.body-Condition-item-list-children[data-v-
|
|
423
|
+
.body-Condition-item-list-children[data-v-5dfd0db6] .ant-select-selection--multiple .ant-select-selection__choice {
|
|
424
424
|
width: initial !important;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
|
-
.data-condition .data-condition-body .body-Condition[data-v-
|
|
427
|
+
.data-condition .data-condition-body .body-Condition[data-v-f34a1f32] {
|
|
428
428
|
color: #141e31;
|
|
429
429
|
font-size: 14px;
|
|
430
430
|
}
|
|
431
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item[data-v-
|
|
431
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item[data-v-f34a1f32] {
|
|
432
432
|
margin-top: 20px;
|
|
433
433
|
}
|
|
434
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-
|
|
434
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-f34a1f32] .ant-select-selection {
|
|
435
435
|
border: none;
|
|
436
436
|
font-size: 14px;
|
|
437
437
|
}
|
|
438
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-
|
|
438
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-f34a1f32] .ant-select-selection__rendered {
|
|
439
439
|
margin: 0 !important;
|
|
440
440
|
margin-left: 5px !important;
|
|
441
441
|
}
|
|
442
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-
|
|
442
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-f34a1f32] .ant-select-arrow-icon {
|
|
443
443
|
color: #141e31;
|
|
444
444
|
}
|
|
445
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-
|
|
445
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-f34a1f32] {
|
|
446
446
|
padding-top: 10px;
|
|
447
447
|
padding-bottom: 20px;
|
|
448
448
|
border-top: 1px solid #ccc;
|
|
449
449
|
}
|
|
450
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-
|
|
450
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-f34a1f32] {
|
|
451
451
|
color: #838c99;
|
|
452
452
|
font-size: 16px;
|
|
453
453
|
cursor: pointer;
|
|
454
454
|
}
|
|
455
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-
|
|
455
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-f34a1f32]:hover {
|
|
456
456
|
color: #eb5096;
|
|
457
457
|
}
|
|
458
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-
|
|
458
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-f34a1f32] .ant-calendar-picker {
|
|
459
459
|
min-width: 140px !important;
|
|
460
460
|
}
|
|
461
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-
|
|
461
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-f34a1f32] .ant-calendar-picker-input {
|
|
462
462
|
font-size: 12px !important;
|
|
463
463
|
}
|
|
464
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-
|
|
464
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-f34a1f32] .ant-calendar-picker-icon {
|
|
465
465
|
display: none !important;
|
|
466
466
|
}
|
|
467
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-
|
|
467
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-f34a1f32] .ant-select-selection {
|
|
468
468
|
border: none;
|
|
469
469
|
font-size: 14px;
|
|
470
470
|
min-width: 80px;
|
|
471
471
|
}
|
|
472
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-
|
|
472
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-f34a1f32] .ant-select-selection__rendered {
|
|
473
473
|
margin-left: 5px !important;
|
|
474
474
|
text-align: center !important;
|
|
475
475
|
display: flex;
|
|
476
476
|
justify-content: center;
|
|
477
477
|
}
|
|
478
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-
|
|
478
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-f34a1f32] .ant-select-arrow-icon {
|
|
479
479
|
color: #141e31;
|
|
480
480
|
}
|
|
481
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-
|
|
481
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-f34a1f32] .ant-calendar-picker-input {
|
|
482
482
|
padding: 4px 2px;
|
|
483
483
|
}
|
|
484
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-
|
|
484
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-f34a1f32] .ant-calendar-picker-input .ant-calendar-range-picker-input {
|
|
485
485
|
width: 47%;
|
|
486
486
|
}
|
|
487
|
-
.data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-
|
|
487
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-f34a1f32] .ant-select-selection--multiple .ant-select-selection__choice {
|
|
488
488
|
width: initial !important;
|
|
489
489
|
}
|
|
490
|
-
.data-condition[data-v-
|
|
490
|
+
.data-condition[data-v-f34a1f32] .ant-time-picker-panel-select li {
|
|
491
491
|
text-align: left !important;
|
|
492
492
|
}
|
|
493
|
-
.data-condition .clearConditionList[data-v-
|
|
493
|
+
.data-condition .clearConditionList[data-v-f34a1f32]:hover {
|
|
494
494
|
color: #eb5050 !important;
|
|
495
495
|
}
|
|
496
496
|
|
|
@@ -502,6 +502,24 @@ ul li[data-v-c8780a30] {
|
|
|
502
502
|
.data-condition-dropdown {
|
|
503
503
|
background-color: #fff
|
|
504
504
|
}
|
|
505
|
+
.ant-select-dropdown.data-condition-operation-dropdown {
|
|
506
|
+
z-index: 1060 !important;
|
|
507
|
+
max-width: calc(100vw - 16px) !important;
|
|
508
|
+
}
|
|
509
|
+
.ant-select-dropdown.data-condition-operation-dropdown .ant-select-dropdown-menu {
|
|
510
|
+
max-height: 280px;
|
|
511
|
+
overflow-x: hidden;
|
|
512
|
+
overflow-y: auto;
|
|
513
|
+
max-width: 100%;
|
|
514
|
+
}
|
|
515
|
+
.ant-select-dropdown.data-condition-operation-dropdown .ant-select-dropdown-menu-item {
|
|
516
|
+
white-space: nowrap;
|
|
517
|
+
overflow: hidden;
|
|
518
|
+
text-overflow: ellipsis;
|
|
519
|
+
line-height: 22px;
|
|
520
|
+
padding: 5px 12px;
|
|
521
|
+
max-width: calc(100vw - 32px);
|
|
522
|
+
}
|
|
505
523
|
|
|
506
524
|
.g1-form_main1 .sider-pannel[data-v-3a67cae6] {
|
|
507
525
|
width: 347px !important;
|
|
@@ -523,16 +541,16 @@ ul li[data-v-c8780a30] {
|
|
|
523
541
|
z-index: 101;
|
|
524
542
|
}
|
|
525
543
|
|
|
526
|
-
ul[data-v-
|
|
527
|
-
li[data-v-
|
|
528
|
-
dl[data-v-
|
|
529
|
-
dt[data-v-
|
|
530
|
-
dd[data-v-
|
|
544
|
+
ul[data-v-79dfc621],
|
|
545
|
+
li[data-v-79dfc621],
|
|
546
|
+
dl[data-v-79dfc621],
|
|
547
|
+
dt[data-v-79dfc621],
|
|
548
|
+
dd[data-v-79dfc621] {
|
|
531
549
|
list-style-type: none;
|
|
532
550
|
padding: 0;
|
|
533
551
|
margin: 0;
|
|
534
552
|
}
|
|
535
|
-
.flowwork-warp[data-v-
|
|
553
|
+
.flowwork-warp[data-v-79dfc621] {
|
|
536
554
|
position: absolute;
|
|
537
555
|
left: 0;
|
|
538
556
|
right: 0;
|
|
@@ -540,7 +558,7 @@ dd[data-v-f7c20cf8] {
|
|
|
540
558
|
bottom: 64px;
|
|
541
559
|
background: #fff;
|
|
542
560
|
}
|
|
543
|
-
.g1_workflow_warp[data-v-
|
|
561
|
+
.g1_workflow_warp[data-v-79dfc621] {
|
|
544
562
|
border: 1px solid #dfdfdf;
|
|
545
563
|
margin: auto;
|
|
546
564
|
position: absolute;
|
|
@@ -549,12 +567,12 @@ dd[data-v-f7c20cf8] {
|
|
|
549
567
|
bottom: 0;
|
|
550
568
|
top: 0;
|
|
551
569
|
}
|
|
552
|
-
.g1_workflow_warp li[data-v-
|
|
570
|
+
.g1_workflow_warp li[data-v-79dfc621] {
|
|
553
571
|
width: 100%;
|
|
554
572
|
position: relative;
|
|
555
573
|
text-align: center;
|
|
556
574
|
}
|
|
557
|
-
.g1-sider_tool1[data-v-
|
|
575
|
+
.g1-sider_tool1[data-v-79dfc621] {
|
|
558
576
|
width: 100px;
|
|
559
577
|
position: absolute;
|
|
560
578
|
left: 0;
|
|
@@ -563,37 +581,37 @@ dd[data-v-f7c20cf8] {
|
|
|
563
581
|
border-right: 1px solid #dfdfdf;
|
|
564
582
|
overflow-y: auto;
|
|
565
583
|
}
|
|
566
|
-
.g1-sider_tool1 .tool_box[data-v-
|
|
584
|
+
.g1-sider_tool1 .tool_box[data-v-79dfc621] {
|
|
567
585
|
margin-top: 15px;
|
|
568
586
|
}
|
|
569
|
-
.g1-sider_tool1 .tool_box .tool[data-v-
|
|
587
|
+
.g1-sider_tool1 .tool_box .tool[data-v-79dfc621] {
|
|
570
588
|
text-align: center;
|
|
571
589
|
font-size: 12px;
|
|
572
590
|
color: #fff;
|
|
573
591
|
}
|
|
574
592
|
/* 公用图形 */
|
|
575
|
-
.end[data-v-
|
|
593
|
+
.end[data-v-79dfc621] {
|
|
576
594
|
border-radius: 100%;
|
|
577
595
|
}
|
|
578
|
-
.comm[data-v-
|
|
596
|
+
.comm[data-v-79dfc621] {
|
|
579
597
|
border-radius: 0px;
|
|
580
598
|
}
|
|
581
|
-
.gate[data-v-
|
|
599
|
+
.gate[data-v-79dfc621] {
|
|
582
600
|
width: 60px;
|
|
583
601
|
border-radius: 0;
|
|
584
602
|
}
|
|
585
|
-
.gate .inner[data-v-
|
|
603
|
+
.gate .inner[data-v-79dfc621] {
|
|
586
604
|
display: inline-block;
|
|
587
605
|
font-size: 16px;
|
|
588
606
|
}
|
|
589
|
-
.g1-form_main1[data-v-
|
|
607
|
+
.g1-form_main1[data-v-79dfc621] {
|
|
590
608
|
position: absolute;
|
|
591
609
|
left: 100px;
|
|
592
610
|
right: 0;
|
|
593
611
|
top: 0;
|
|
594
612
|
bottom: 0;
|
|
595
613
|
}
|
|
596
|
-
.g1-form_main1 .head[data-v-
|
|
614
|
+
.g1-form_main1 .head[data-v-79dfc621] {
|
|
597
615
|
height: 46px;
|
|
598
616
|
line-height: 46px;
|
|
599
617
|
text-align: left;
|
|
@@ -601,11 +619,11 @@ dd[data-v-f7c20cf8] {
|
|
|
601
619
|
box-sizing: border-box;
|
|
602
620
|
border-bottom: 1px solid #d8d8d8;
|
|
603
621
|
}
|
|
604
|
-
.g1-form_main1 .head .ant-btn[data-v-
|
|
622
|
+
.g1-form_main1 .head .ant-btn[data-v-79dfc621] {
|
|
605
623
|
height: 32px;
|
|
606
624
|
margin-right: 10px;
|
|
607
625
|
}
|
|
608
|
-
.g1-form_main1 .main[data-v-
|
|
626
|
+
.g1-form_main1 .main[data-v-79dfc621] {
|
|
609
627
|
position: absolute;
|
|
610
628
|
left: 0 !important;
|
|
611
629
|
right: 0px;
|
|
@@ -614,12 +632,12 @@ dd[data-v-f7c20cf8] {
|
|
|
614
632
|
overflow: auto;
|
|
615
633
|
box-sizing: border-box;
|
|
616
634
|
}
|
|
617
|
-
.g1-form_main1 .main #flowContainer[data-v-
|
|
635
|
+
.g1-form_main1 .main #flowContainer[data-v-79dfc621] {
|
|
618
636
|
background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.15) 10%, rgba(180, 180, 180, 0) 10%), linear-gradient(rgba(180, 180, 180, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
|
|
619
637
|
background-size: 10px 10px;
|
|
620
638
|
background-color: #fbfbfb;
|
|
621
639
|
}
|
|
622
|
-
.g1-form_main1 .sider-pannel[data-v-
|
|
640
|
+
.g1-form_main1 .sider-pannel[data-v-79dfc621] {
|
|
623
641
|
width: 250px;
|
|
624
642
|
padding: 0 15px;
|
|
625
643
|
position: absolute;
|
|
@@ -630,7 +648,7 @@ dd[data-v-f7c20cf8] {
|
|
|
630
648
|
background-color: #fff;
|
|
631
649
|
z-index: 101;
|
|
632
650
|
}
|
|
633
|
-
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-
|
|
651
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-79dfc621] {
|
|
634
652
|
width: 100%;
|
|
635
653
|
height: 100%;
|
|
636
654
|
padding: 15px;
|
|
@@ -641,7 +659,7 @@ dd[data-v-f7c20cf8] {
|
|
|
641
659
|
top: 0;
|
|
642
660
|
overflow-y: auto;
|
|
643
661
|
}
|
|
644
|
-
.g1-form_main1 .sider-pannel .sider-open[data-v-
|
|
662
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-79dfc621] {
|
|
645
663
|
width: 36px;
|
|
646
664
|
height: 60px;
|
|
647
665
|
line-height: 60px;
|
|
@@ -657,14 +675,14 @@ dd[data-v-f7c20cf8] {
|
|
|
657
675
|
background-color: #fff;
|
|
658
676
|
}
|
|
659
677
|
/* 视图图形 */
|
|
660
|
-
.flow-view[data-v-
|
|
678
|
+
.flow-view[data-v-79dfc621] {
|
|
661
679
|
position: absolute;
|
|
662
680
|
left: 0;
|
|
663
681
|
right: 0;
|
|
664
682
|
top: 0;
|
|
665
683
|
bottom: 0;
|
|
666
684
|
}
|
|
667
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
685
|
+
.flow-view .inner .flow-node-drag[data-v-79dfc621] {
|
|
668
686
|
width: 12px;
|
|
669
687
|
height: 12px;
|
|
670
688
|
display: block;
|
|
@@ -675,27 +693,27 @@ dd[data-v-f7c20cf8] {
|
|
|
675
693
|
cursor: crosshair;
|
|
676
694
|
background: rgba(24, 144, 255, 0.6);
|
|
677
695
|
}
|
|
678
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
696
|
+
.flow-view .inner .flow-node-drag[data-v-79dfc621]:nth-child(1) {
|
|
679
697
|
left: -6px;
|
|
680
698
|
top: 0;
|
|
681
699
|
bottom: 0;
|
|
682
700
|
}
|
|
683
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
701
|
+
.flow-view .inner .flow-node-drag[data-v-79dfc621]:nth-child(2) {
|
|
684
702
|
top: -6px;
|
|
685
703
|
left: 0;
|
|
686
704
|
right: 0;
|
|
687
705
|
}
|
|
688
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
706
|
+
.flow-view .inner .flow-node-drag[data-v-79dfc621]:nth-child(3) {
|
|
689
707
|
right: -6px;
|
|
690
708
|
top: 0;
|
|
691
709
|
bottom: 0;
|
|
692
710
|
}
|
|
693
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
711
|
+
.flow-view .inner .flow-node-drag[data-v-79dfc621]:nth-child(4) {
|
|
694
712
|
bottom: -6px;
|
|
695
713
|
left: 0;
|
|
696
714
|
right: 0;
|
|
697
715
|
}
|
|
698
|
-
.flow-view .tool[data-v-
|
|
716
|
+
.flow-view .tool[data-v-79dfc621] {
|
|
699
717
|
width: 100%;
|
|
700
718
|
height: 100%;
|
|
701
719
|
margin: 0;
|
|
@@ -703,14 +721,14 @@ dd[data-v-f7c20cf8] {
|
|
|
703
721
|
box-shadow: 5px 5px 3px #d4d0d0;
|
|
704
722
|
background: #fbfbfb;
|
|
705
723
|
}
|
|
706
|
-
.flow-view .tool .iconfont[data-v-
|
|
724
|
+
.flow-view .tool .iconfont[data-v-79dfc621] {
|
|
707
725
|
font-size: 100%;
|
|
708
726
|
color: #858587;
|
|
709
727
|
}
|
|
710
|
-
.flow-view .exclude_gateway[data-v-
|
|
728
|
+
.flow-view .exclude_gateway[data-v-79dfc621] {
|
|
711
729
|
box-shadow: 0 0 0 #ccc;
|
|
712
730
|
}
|
|
713
|
-
.flow-view .gate[data-v-
|
|
731
|
+
.flow-view .gate[data-v-79dfc621] {
|
|
714
732
|
line-height: 50px;
|
|
715
733
|
position: absolute;
|
|
716
734
|
left: 0;
|
|
@@ -718,9 +736,9 @@ dd[data-v-f7c20cf8] {
|
|
|
718
736
|
top: 0;
|
|
719
737
|
bottom: 0;
|
|
720
738
|
}
|
|
721
|
-
.flow-view .ordinary_gateway[data-v-
|
|
722
|
-
.flow-view .parall_gateway[data-v-
|
|
723
|
-
.flow-view .exclude_gateway[data-v-
|
|
739
|
+
.flow-view .ordinary_gateway[data-v-79dfc621],
|
|
740
|
+
.flow-view .parall_gateway[data-v-79dfc621],
|
|
741
|
+
.flow-view .exclude_gateway[data-v-79dfc621] {
|
|
724
742
|
border: none;
|
|
725
743
|
border-radius: 0;
|
|
726
744
|
background-size: cover;
|
|
@@ -728,35 +746,35 @@ dd[data-v-f7c20cf8] {
|
|
|
728
746
|
background-position: center center;
|
|
729
747
|
box-shadow: 0 0 0 #ccc;
|
|
730
748
|
}
|
|
731
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
732
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
733
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
749
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-79dfc621]:nth-child(1),
|
|
750
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-79dfc621]:nth-child(1),
|
|
751
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-79dfc621]:nth-child(1) {
|
|
734
752
|
left: 0;
|
|
735
753
|
top: 0;
|
|
736
754
|
bottom: 0;
|
|
737
755
|
}
|
|
738
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
739
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
740
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
756
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-79dfc621]:nth-child(2),
|
|
757
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-79dfc621]:nth-child(2),
|
|
758
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-79dfc621]:nth-child(2) {
|
|
741
759
|
top: 0;
|
|
742
760
|
left: 0;
|
|
743
761
|
right: 0;
|
|
744
762
|
}
|
|
745
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
746
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
747
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
763
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-79dfc621]:nth-child(3),
|
|
764
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-79dfc621]:nth-child(3),
|
|
765
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-79dfc621]:nth-child(3) {
|
|
748
766
|
right: 0;
|
|
749
767
|
top: 0;
|
|
750
768
|
bottom: 0;
|
|
751
769
|
}
|
|
752
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
753
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
754
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
770
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-79dfc621]:nth-child(4),
|
|
771
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-79dfc621]:nth-child(4),
|
|
772
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-79dfc621]:nth-child(4) {
|
|
755
773
|
bottom: 0;
|
|
756
774
|
left: 0;
|
|
757
775
|
right: 0;
|
|
758
776
|
}
|
|
759
|
-
.flow-view .exclude_gateway[data-v-
|
|
777
|
+
.flow-view .exclude_gateway[data-v-79dfc621] {
|
|
760
778
|
width: 70%;
|
|
761
779
|
height: 70%;
|
|
762
780
|
margin: 15%;
|
|
@@ -765,7 +783,7 @@ dd[data-v-f7c20cf8] {
|
|
|
765
783
|
transform: rotate(45deg);
|
|
766
784
|
position: relative;
|
|
767
785
|
}
|
|
768
|
-
.flow-view .exclude_gateway[data-v-
|
|
786
|
+
.flow-view .exclude_gateway[data-v-79dfc621]::before {
|
|
769
787
|
content: '';
|
|
770
788
|
width: 2px;
|
|
771
789
|
background-color: #7a7a7a;
|
|
@@ -775,7 +793,7 @@ dd[data-v-f7c20cf8] {
|
|
|
775
793
|
top: calc(50% - 10px);
|
|
776
794
|
left: calc(50% - 1px);
|
|
777
795
|
}
|
|
778
|
-
.flow-view .exclude_gateway[data-v-
|
|
796
|
+
.flow-view .exclude_gateway[data-v-79dfc621]::after {
|
|
779
797
|
content: '';
|
|
780
798
|
width: 20px;
|
|
781
799
|
background-color: #7a7a7a;
|
|
@@ -785,7 +803,7 @@ dd[data-v-f7c20cf8] {
|
|
|
785
803
|
top: calc(50% - 1px);
|
|
786
804
|
left: calc(50% - 10px);
|
|
787
805
|
}
|
|
788
|
-
.flow-view .parall_gateway[data-v-
|
|
806
|
+
.flow-view .parall_gateway[data-v-79dfc621] {
|
|
789
807
|
width: 70%;
|
|
790
808
|
height: 70%;
|
|
791
809
|
margin: 15%;
|
|
@@ -794,7 +812,7 @@ dd[data-v-f7c20cf8] {
|
|
|
794
812
|
transform: rotate(45deg);
|
|
795
813
|
position: relative;
|
|
796
814
|
}
|
|
797
|
-
.flow-view .parall_gateway[data-v-
|
|
815
|
+
.flow-view .parall_gateway[data-v-79dfc621]::after {
|
|
798
816
|
content: '';
|
|
799
817
|
width: 20px;
|
|
800
818
|
background-color: #7a7a7a;
|
|
@@ -806,7 +824,7 @@ dd[data-v-f7c20cf8] {
|
|
|
806
824
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
807
825
|
transform: rotate(45deg);
|
|
808
826
|
}
|
|
809
|
-
.flow-view .parall_gateway[data-v-
|
|
827
|
+
.flow-view .parall_gateway[data-v-79dfc621]::before {
|
|
810
828
|
content: '';
|
|
811
829
|
width: 2px;
|
|
812
830
|
background-color: #7a7a7a;
|
|
@@ -819,7 +837,7 @@ dd[data-v-f7c20cf8] {
|
|
|
819
837
|
transform: rotate(45deg);
|
|
820
838
|
}
|
|
821
839
|
/* 线条工具 */
|
|
822
|
-
.lineTool[data-v-
|
|
840
|
+
.lineTool[data-v-79dfc621] {
|
|
823
841
|
width: 130px;
|
|
824
842
|
height: 26px;
|
|
825
843
|
border: 1px solid #1890ff;
|
|
@@ -827,7 +845,7 @@ dd[data-v-f7c20cf8] {
|
|
|
827
845
|
background-color: #fff;
|
|
828
846
|
text-align: left;
|
|
829
847
|
}
|
|
830
|
-
.lineTool li[data-v-
|
|
848
|
+
.lineTool li[data-v-79dfc621] {
|
|
831
849
|
width: 30px;
|
|
832
850
|
height: 26px;
|
|
833
851
|
display: inline-block;
|
|
@@ -835,14 +853,14 @@ dd[data-v-f7c20cf8] {
|
|
|
835
853
|
text-align: center;
|
|
836
854
|
color: #1890ff;
|
|
837
855
|
}
|
|
838
|
-
.tool-drag a .inner[data-v-
|
|
856
|
+
.tool-drag a .inner[data-v-79dfc621] {
|
|
839
857
|
color: #f00 !important;
|
|
840
858
|
}
|
|
841
|
-
.ant-layout-footer[data-v-
|
|
859
|
+
.ant-layout-footer[data-v-79dfc621] {
|
|
842
860
|
z-index: 10;
|
|
843
861
|
}
|
|
844
862
|
|
|
845
|
-
#flowContainer[data-v-
|
|
863
|
+
#flowContainer[data-v-79dfc621] {
|
|
846
864
|
width: 1000000px;
|
|
847
865
|
height: 1000000px;
|
|
848
866
|
position: absolute;
|
|
@@ -855,14 +873,14 @@ dd[data-v-f7c20cf8] {
|
|
|
855
873
|
left: -500000px;
|
|
856
874
|
top: -500000px; */
|
|
857
875
|
}
|
|
858
|
-
.loading[data-v-
|
|
876
|
+
.loading[data-v-79dfc621] {
|
|
859
877
|
height: 100%;
|
|
860
878
|
width: 100%;
|
|
861
879
|
display: flex;
|
|
862
880
|
align-items: center;
|
|
863
881
|
justify-content: center;
|
|
864
882
|
}
|
|
865
|
-
[data-v-
|
|
883
|
+
[data-v-79dfc621] .labelClass {
|
|
866
884
|
z-index: 1;
|
|
867
885
|
background-color: #539dfa !important;
|
|
868
886
|
padding: 5px;
|
|
@@ -870,7 +888,7 @@ dd[data-v-f7c20cf8] {
|
|
|
870
888
|
color: #fff;
|
|
871
889
|
}
|
|
872
890
|
|
|
873
|
-
.flowWorkCard[data-v-
|
|
891
|
+
.flowWorkCard[data-v-d936086e]{border-radius:10px;background-color:#f5f7fa;padding:18px 5px 18px 16px;overflow:hidden;margin-bottom:10px}[data-v-d936086e] .ant-timeline .ant-timeline-item{padding-bottom:20px}[data-v-d936086e] .ant-timeline .ant-timeline-item:last-child{padding-bottom:0}[data-v-d936086e] .ant-timeline .ant-timeline-item-tail{border-left-style:dashed;border-left-color:#268AEF;left:7px !important}[data-v-d936086e] .ant-timeline .ant-timeline-item-head{width:16px;height:16px;border:2px solid #268AEF;background:#fff}
|
|
874
892
|
|
|
875
893
|
/****提示框样式 */
|
|
876
894
|
.tips-content[data-v-4fb63fb6] {
|
|
@@ -1232,341 +1250,41 @@ dd[data-v-f7c20cf8] {
|
|
|
1232
1250
|
|
|
1233
1251
|
.o-table[data-v-ace46d94] .flowWork {
|
|
1234
1252
|
padding: 10px 0;
|
|
1235
|
-
}
|
|
1236
|
-
.o-table[data-v-ace46d94] .flowPaint {
|
|
1237
|
-
position: relative;
|
|
1238
|
-
}
|
|
1239
|
-
.o-table[data-v-ace46d94] .g1_workflow_warp {
|
|
1240
|
-
width: 100%;
|
|
1241
|
-
bottom: 0;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
.svg-icon[data-v-d10df7e8] {
|
|
1246
|
-
width: 1em;
|
|
1247
|
-
height: 1em;
|
|
1248
|
-
position: relative;
|
|
1249
|
-
fill: currentColor;
|
|
1250
|
-
vertical-align: -2px;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
.is_required[data-v-705f4236]::before {
|
|
1254
|
-
content: "*";
|
|
1255
|
-
color: #f56c6c;
|
|
1256
|
-
margin-right: 4px;
|
|
1257
|
-
}
|
|
1258
|
-
[data-v-705f4236] .ant-input {
|
|
1259
|
-
background-color: rgba(0, 0, 0, 0);
|
|
1260
|
-
}
|
|
1261
|
-
[data-v-705f4236] .ant-input-number {
|
|
1262
|
-
width: 100%;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1253
|
+
}
|
|
1254
|
+
.o-table[data-v-ace46d94] .flowPaint {
|
|
1255
|
+
position: relative;
|
|
1256
|
+
}
|
|
1257
|
+
.o-table[data-v-ace46d94] .g1_workflow_warp {
|
|
1258
|
+
width: 100%;
|
|
1259
|
+
bottom: 0;
|
|
1260
|
+
}
|
|
1554
1261
|
|
|
1555
1262
|
|
|
1263
|
+
.svg-icon[data-v-d10df7e8] {
|
|
1264
|
+
width: 1em;
|
|
1265
|
+
height: 1em;
|
|
1266
|
+
position: relative;
|
|
1267
|
+
fill: currentColor;
|
|
1268
|
+
vertical-align: -2px;
|
|
1269
|
+
}
|
|
1556
1270
|
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1271
|
+
.is_required[data-v-705f4236]::before {
|
|
1272
|
+
content: "*";
|
|
1273
|
+
color: #f56c6c;
|
|
1274
|
+
margin-right: 4px;
|
|
1275
|
+
}
|
|
1276
|
+
[data-v-705f4236] .ant-input {
|
|
1277
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1560
1278
|
}
|
|
1561
|
-
|
|
1562
|
-
|
|
1279
|
+
[data-v-705f4236] .ant-input-number {
|
|
1280
|
+
width: 100%;
|
|
1563
1281
|
}
|
|
1564
1282
|
|
|
1565
|
-
.content .left[data-v-
|
|
1283
|
+
.content .left[data-v-46e0223e] {
|
|
1566
1284
|
width: 90%;
|
|
1567
1285
|
border-right: 1px solid #ccc;
|
|
1568
1286
|
}
|
|
1569
|
-
.content .no-data[data-v-
|
|
1287
|
+
.content .no-data[data-v-46e0223e] {
|
|
1570
1288
|
display: flex;
|
|
1571
1289
|
height: 100%;
|
|
1572
1290
|
justify-content: center;
|
|
@@ -1863,16 +1581,16 @@ li.CodeMirror-hint-active {
|
|
|
1863
1581
|
margin-right: 4px;
|
|
1864
1582
|
}
|
|
1865
1583
|
|
|
1866
|
-
.custom_form_item .label[data-v-
|
|
1584
|
+
.custom_form_item .label[data-v-ef4ced6e] {
|
|
1867
1585
|
text-align: justify;
|
|
1868
1586
|
-moz-text-align-last: justify;
|
|
1869
1587
|
text-align-last: justify;
|
|
1870
1588
|
width: 90%;
|
|
1871
1589
|
}
|
|
1872
|
-
.custom_form_item[data-v-
|
|
1590
|
+
.custom_form_item[data-v-ef4ced6e] .ant-input {
|
|
1873
1591
|
background-color: rgba(0, 0, 0, 0);
|
|
1874
1592
|
}
|
|
1875
|
-
.select_component[data-v-
|
|
1593
|
+
.select_component[data-v-ef4ced6e] .ant-select-dropdown {
|
|
1876
1594
|
width: var(--dropdown_width) !important;
|
|
1877
1595
|
}
|
|
1878
1596
|
|
|
@@ -1890,12 +1608,12 @@ li.CodeMirror-hint-active {
|
|
|
1890
1608
|
}
|
|
1891
1609
|
|
|
1892
1610
|
|
|
1893
|
-
[data-v-
|
|
1611
|
+
[data-v-d5d5d844] .ant-select-selection__rendered::after {
|
|
1894
1612
|
content: "";
|
|
1895
1613
|
display: none;
|
|
1896
1614
|
height: 0;
|
|
1897
1615
|
}
|
|
1898
|
-
.designDataList[data-v-
|
|
1616
|
+
.designDataList[data-v-d5d5d844] {
|
|
1899
1617
|
display: flex;
|
|
1900
1618
|
margin-bottom: 5px;
|
|
1901
1619
|
}
|
|
@@ -1965,7 +1683,7 @@ li.CodeMirror-hint-active {
|
|
|
1965
1683
|
}
|
|
1966
1684
|
|
|
1967
1685
|
|
|
1968
|
-
[data-v-
|
|
1686
|
+
[data-v-2b3989c5] .ant-select-selection__rendered::after {
|
|
1969
1687
|
content: "";
|
|
1970
1688
|
display: none;
|
|
1971
1689
|
height: 0;
|
|
@@ -2098,6 +1816,170 @@ li.CodeMirror-hint-active {
|
|
|
2098
1816
|
opacity: 0.6;
|
|
2099
1817
|
}
|
|
2100
1818
|
|
|
1819
|
+
|
|
1820
|
+
[data-v-cab895c6] .ant-form-item .ant-form-item-label {
|
|
1821
|
+
border-right: 1px solid #333;
|
|
1822
|
+
}
|
|
1823
|
+
.table-design[data-v-cab895c6] {
|
|
1824
|
+
width: 100%;
|
|
1825
|
+
position: relative;
|
|
1826
|
+
}
|
|
1827
|
+
.table-design[data-v-cab895c6] .ant-form-item .ant-form-item-label {
|
|
1828
|
+
border-bottom: 1px solid #333;
|
|
1829
|
+
}
|
|
1830
|
+
.table-design[data-v-cab895c6] .ant-form-item .ant-form-item-control-wrapper {
|
|
1831
|
+
border-bottom: 1px solid #333;
|
|
1832
|
+
border-right: 1px solid #333;
|
|
1833
|
+
}
|
|
1834
|
+
.table-design .table_label[data-v-cab895c6] {
|
|
1835
|
+
position: relative;
|
|
1836
|
+
width: 100%;
|
|
1837
|
+
height: 40px;
|
|
1838
|
+
line-height: 40px;
|
|
1839
|
+
text-align: center;
|
|
1840
|
+
border-right: 1px solid #333;
|
|
1841
|
+
border-bottom: 1px solid #333;
|
|
1842
|
+
}
|
|
1843
|
+
.table-design .table_label .last-one[data-v-cab895c6] {
|
|
1844
|
+
position: absolute;
|
|
1845
|
+
right: 10px;
|
|
1846
|
+
bottom: 0;
|
|
1847
|
+
}
|
|
1848
|
+
.table-design .table-design-content[data-v-cab895c6] {
|
|
1849
|
+
position: relative;
|
|
1850
|
+
}
|
|
1851
|
+
.table-design .table-design-content .table-design-delete[data-v-cab895c6] {
|
|
1852
|
+
position: absolute;
|
|
1853
|
+
bottom: 3px;
|
|
1854
|
+
right: 3px;
|
|
1855
|
+
display: none;
|
|
1856
|
+
z-index: 101;
|
|
1857
|
+
}
|
|
1858
|
+
.table-design .table-design-content:hover .table-design-delete[data-v-cab895c6] {
|
|
1859
|
+
display: block;
|
|
1860
|
+
}
|
|
1861
|
+
.del-button[data-v-cab895c6] {
|
|
1862
|
+
bottom: 2px!important;
|
|
1863
|
+
}
|
|
1864
|
+
.del-button[data-v-cab895c6] .ant-btn-sm {
|
|
1865
|
+
transform: scale(0.9);
|
|
1866
|
+
}
|
|
1867
|
+
.no-label-add-button[data-v-cab895c6] {
|
|
1868
|
+
position: absolute;
|
|
1869
|
+
z-index: 3;
|
|
1870
|
+
right: 3px;
|
|
1871
|
+
bottom: calc(100% + 3px);
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
[data-v-770bc912] .ant-select-selection__rendered::after {
|
|
1876
|
+
content: "";
|
|
1877
|
+
display: none;
|
|
1878
|
+
height: 0;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
[data-v-416eb027] .vue-grid-item {
|
|
1883
|
+
border: 1px dashed #ccc;
|
|
1884
|
+
box-sizing: border-box;
|
|
1885
|
+
background-color: #fff;
|
|
1886
|
+
/* border:1px solid #000; */
|
|
1887
|
+
}
|
|
1888
|
+
[data-v-416eb027] .vue-grid-layout {
|
|
1889
|
+
z-index: 2;
|
|
1890
|
+
}
|
|
1891
|
+
[data-v-416eb027] .ant-col {
|
|
1892
|
+
min-height: 50px;
|
|
1893
|
+
}
|
|
1894
|
+
.grid-lay-out-wrap[data-v-416eb027] {
|
|
1895
|
+
height: 100%;
|
|
1896
|
+
width: 100%;
|
|
1897
|
+
}
|
|
1898
|
+
.widget-form-list[data-v-416eb027] {
|
|
1899
|
+
background: #fff;
|
|
1900
|
+
box-sizing: border-box;
|
|
1901
|
+
}
|
|
1902
|
+
.widget-form-list .row-item[data-v-416eb027]:not(:last-child) {
|
|
1903
|
+
border-bottom: 1px solid #333;
|
|
1904
|
+
}
|
|
1905
|
+
.widget-form-list .widget-grid[data-v-416eb027] {
|
|
1906
|
+
background: #f4f6fc;
|
|
1907
|
+
position: relative;
|
|
1908
|
+
border-left: 5px solid transparent;
|
|
1909
|
+
padding: 5px;
|
|
1910
|
+
margin: 0 !important;
|
|
1911
|
+
box-sizing: border-box;
|
|
1912
|
+
}
|
|
1913
|
+
.widget-form-list .widget-grid.active[data-v-416eb027] {
|
|
1914
|
+
outline: 2px solid #409eff;
|
|
1915
|
+
border: 2px solid #409eff;
|
|
1916
|
+
background: #b3d8ff;
|
|
1917
|
+
}
|
|
1918
|
+
.widget-form-list .widget-grid .grid-background[data-v-416eb027] {
|
|
1919
|
+
position: absolute;
|
|
1920
|
+
z-index: 1;
|
|
1921
|
+
top: 0;
|
|
1922
|
+
left: 0;
|
|
1923
|
+
bottom: 0;
|
|
1924
|
+
right: 0;
|
|
1925
|
+
width: 100%;
|
|
1926
|
+
height: 100%;
|
|
1927
|
+
padding: 5px 5px 10px 5px;
|
|
1928
|
+
}
|
|
1929
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-416eb027] {
|
|
1930
|
+
border-bottom: 1px dashed #ccc;
|
|
1931
|
+
border-left: 1px dashed #ccc;
|
|
1932
|
+
box-sizing: border-box;
|
|
1933
|
+
overflow: hidden;
|
|
1934
|
+
}
|
|
1935
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-416eb027]:first-child {
|
|
1936
|
+
border-top: 1px dashed #ccc;
|
|
1937
|
+
}
|
|
1938
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-416eb027] {
|
|
1939
|
+
float: left;
|
|
1940
|
+
border-right: 1px dashed #ccc;
|
|
1941
|
+
min-height: 40px;
|
|
1942
|
+
box-sizing: border-box;
|
|
1943
|
+
}
|
|
1944
|
+
.widget-form-list .row_table[data-v-416eb027] {
|
|
1945
|
+
min-height: 60px;
|
|
1946
|
+
position: relative;
|
|
1947
|
+
border-bottom: 1px solid #333;
|
|
1948
|
+
}
|
|
1949
|
+
.widget-form-list li.sortable-chosen[data-v-416eb027] {
|
|
1950
|
+
height: 2px !important;
|
|
1951
|
+
overflow: hidden !important;
|
|
1952
|
+
background: red !important;
|
|
1953
|
+
}
|
|
1954
|
+
.widget-form-list .widget-col-list[data-v-416eb027] {
|
|
1955
|
+
min-height: 50px;
|
|
1956
|
+
background: #fff;
|
|
1957
|
+
}
|
|
1958
|
+
.widget-form-list .widget-col-list.active[data-v-416eb027] {
|
|
1959
|
+
border: 2px solid red;
|
|
1960
|
+
}
|
|
1961
|
+
.widget-form-list .widget-col[data-v-416eb027] {
|
|
1962
|
+
padding-bottom: 0;
|
|
1963
|
+
padding: 5px;
|
|
1964
|
+
background-color: rgba(253, 246, 236, 0.3);
|
|
1965
|
+
}
|
|
1966
|
+
.table_label[data-v-416eb027] {
|
|
1967
|
+
width: 100%;
|
|
1968
|
+
height: 40px;
|
|
1969
|
+
line-height: 40px;
|
|
1970
|
+
text-align: center;
|
|
1971
|
+
border: 1px dashed #ccc;
|
|
1972
|
+
}
|
|
1973
|
+
.widget-view-model[data-v-416eb027] {
|
|
1974
|
+
position: absolute;
|
|
1975
|
+
right: 0;
|
|
1976
|
+
color: #e6a23c;
|
|
1977
|
+
top: 0px;
|
|
1978
|
+
right: 3px;
|
|
1979
|
+
font-size: 11px;
|
|
1980
|
+
opacity: 0.6;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
2101
1983
|
.custom_form_item .label {
|
|
2102
1984
|
text-align: justify;
|
|
2103
1985
|
-moz-text-align-last: justify;
|
|
@@ -2153,7 +2035,7 @@ li.CodeMirror-hint-active {
|
|
|
2153
2035
|
|
|
2154
2036
|
|
|
2155
2037
|
|
|
2156
|
-
[data-v-
|
|
2038
|
+
[data-v-02f7d5e6] .ant-radio-wrapper {
|
|
2157
2039
|
white-space: initial !important;
|
|
2158
2040
|
}
|
|
2159
2041
|
|
|
@@ -2197,43 +2079,43 @@ li.CodeMirror-hint-active {
|
|
|
2197
2079
|
}
|
|
2198
2080
|
|
|
2199
2081
|
|
|
2200
|
-
[data-v-
|
|
2082
|
+
[data-v-50c00481] .ant-col {
|
|
2201
2083
|
min-height: 50px;
|
|
2202
2084
|
}
|
|
2203
|
-
[data-v-
|
|
2085
|
+
[data-v-50c00481] .vue-grid-layout {
|
|
2204
2086
|
z-index: 2;
|
|
2205
2087
|
}
|
|
2206
|
-
[data-v-
|
|
2088
|
+
[data-v-50c00481] .vue-grid-item {
|
|
2207
2089
|
border: 1px dashed #ccc;
|
|
2208
2090
|
box-sizing: border-box;
|
|
2209
2091
|
background-color: #fff;
|
|
2210
2092
|
}
|
|
2211
|
-
.is_required[data-v-
|
|
2093
|
+
.is_required[data-v-50c00481]::before {
|
|
2212
2094
|
content: "*";
|
|
2213
2095
|
color: #f56c6c;
|
|
2214
2096
|
margin-right: 4px;
|
|
2215
2097
|
}
|
|
2216
|
-
.widget-form-list[data-v-
|
|
2098
|
+
.widget-form-list[data-v-50c00481] {
|
|
2217
2099
|
background: #fff;
|
|
2218
2100
|
border: 1px solid var(--designBorderColor);
|
|
2219
2101
|
box-sizing: border-box;
|
|
2220
2102
|
}
|
|
2221
|
-
.widget-form-list .row-item[data-v-
|
|
2103
|
+
.widget-form-list .row-item[data-v-50c00481]:not(:last-child) {
|
|
2222
2104
|
border-bottom: 1px solid var(--designBorderColor);
|
|
2223
2105
|
}
|
|
2224
|
-
.widget-form-list .widget-grid[data-v-
|
|
2106
|
+
.widget-form-list .widget-grid[data-v-50c00481] {
|
|
2225
2107
|
background: #f4f6fc;
|
|
2226
2108
|
position: relative;
|
|
2227
2109
|
border-left: 5px solid transparent;
|
|
2228
2110
|
padding: 5px;
|
|
2229
2111
|
margin: 0 !important;
|
|
2230
2112
|
}
|
|
2231
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
2113
|
+
.widget-form-list .widget-grid.active[data-v-50c00481] {
|
|
2232
2114
|
outline: 2px solid #409eff;
|
|
2233
2115
|
border: 1px solid #409eff;
|
|
2234
2116
|
background: #b3d8ff;
|
|
2235
2117
|
}
|
|
2236
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
2118
|
+
.widget-form-list .widget-grid .grid-background[data-v-50c00481] {
|
|
2237
2119
|
position: absolute;
|
|
2238
2120
|
z-index: 1;
|
|
2239
2121
|
top: 0;
|
|
@@ -2244,85 +2126,85 @@ li.CodeMirror-hint-active {
|
|
|
2244
2126
|
height: 100%;
|
|
2245
2127
|
padding: 5px 5px 10px 5px;
|
|
2246
2128
|
}
|
|
2247
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2129
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-50c00481] {
|
|
2248
2130
|
border-bottom: 1px dashed #ccc;
|
|
2249
2131
|
border-left: 1px dashed #ccc;
|
|
2250
2132
|
box-sizing: border-box;
|
|
2251
2133
|
overflow: hidden;
|
|
2252
2134
|
}
|
|
2253
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2135
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-50c00481]:first-child {
|
|
2254
2136
|
border-top: 1px dashed #ccc;
|
|
2255
2137
|
}
|
|
2256
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
2138
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-50c00481] {
|
|
2257
2139
|
float: left;
|
|
2258
2140
|
border-right: 1px dashed #ccc;
|
|
2259
2141
|
min-height: 40px;
|
|
2260
2142
|
box-sizing: border-box;
|
|
2261
2143
|
}
|
|
2262
|
-
.widget-form-list .row_table[data-v-
|
|
2144
|
+
.widget-form-list .row_table[data-v-50c00481] {
|
|
2263
2145
|
min-height: 60px;
|
|
2264
2146
|
position: relative;
|
|
2265
2147
|
border-bottom: 1px solid #e6e6e6;
|
|
2266
2148
|
}
|
|
2267
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
2149
|
+
.widget-form-list li.sortable-chosen[data-v-50c00481] {
|
|
2268
2150
|
height: 2px !important;
|
|
2269
2151
|
overflow: hidden !important;
|
|
2270
2152
|
background: red !important;
|
|
2271
2153
|
}
|
|
2272
|
-
.widget-form-list .widget-col-list[data-v-
|
|
2154
|
+
.widget-form-list .widget-col-list[data-v-50c00481] {
|
|
2273
2155
|
min-height: 50px;
|
|
2274
2156
|
border: 1px dashed #ccc;
|
|
2275
2157
|
background: #fff;
|
|
2276
2158
|
}
|
|
2277
|
-
.widget-form-list .widget-col[data-v-
|
|
2159
|
+
.widget-form-list .widget-col[data-v-50c00481] {
|
|
2278
2160
|
padding-bottom: 0;
|
|
2279
2161
|
background-color: rgba(253, 246, 236, 0.3);
|
|
2280
2162
|
}
|
|
2281
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
2163
|
+
.grid-lay-out-wrap .widget-col-list[data-v-50c00481] {
|
|
2282
2164
|
width: 100%;
|
|
2283
2165
|
height: 100%;
|
|
2284
2166
|
min-height: 40px;
|
|
2285
2167
|
border: none;
|
|
2286
2168
|
}
|
|
2287
|
-
.widget-form-ocuupied[data-v-
|
|
2169
|
+
.widget-form-ocuupied[data-v-50c00481] {
|
|
2288
2170
|
min-height: 540px;
|
|
2289
2171
|
border: none;
|
|
2290
2172
|
}
|
|
2291
|
-
.drag_table[data-v-
|
|
2173
|
+
.drag_table[data-v-50c00481] {
|
|
2292
2174
|
width: calc(100% - 100px);
|
|
2293
2175
|
height: 100%;
|
|
2294
2176
|
display: flex;
|
|
2295
2177
|
overflow-y: scroll;
|
|
2296
2178
|
}
|
|
2297
|
-
.drag_table[data-v-
|
|
2179
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar {
|
|
2298
2180
|
width: 3px;
|
|
2299
2181
|
height: 3px;
|
|
2300
2182
|
}
|
|
2301
|
-
.drag_table[data-v-
|
|
2183
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-track {
|
|
2302
2184
|
background: #fff;
|
|
2303
2185
|
border-radius: 2px;
|
|
2304
2186
|
}
|
|
2305
|
-
.drag_table[data-v-
|
|
2187
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-thumb {
|
|
2306
2188
|
background: #cdcdcd;
|
|
2307
2189
|
border-radius: 8px;
|
|
2308
2190
|
}
|
|
2309
|
-
.drag_table[data-v-
|
|
2191
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-thumb:hover {
|
|
2310
2192
|
background: #cdcdcd;
|
|
2311
2193
|
}
|
|
2312
|
-
.drag_table[data-v-
|
|
2194
|
+
.drag_table[data-v-50c00481]::-webkit-scrollbar-corner {
|
|
2313
2195
|
background: #cdcdcd;
|
|
2314
2196
|
}
|
|
2315
|
-
.widget-form-ocuupied[data-v-
|
|
2197
|
+
.widget-form-ocuupied[data-v-50c00481] {
|
|
2316
2198
|
min-height: 540px;
|
|
2317
2199
|
border: none;
|
|
2318
2200
|
}
|
|
2319
|
-
.table_label[data-v-
|
|
2201
|
+
.table_label[data-v-50c00481] {
|
|
2320
2202
|
width: 100px;
|
|
2321
2203
|
min-width: 100px;
|
|
2322
2204
|
height: 100%;
|
|
2323
2205
|
text-align: right;
|
|
2324
2206
|
}
|
|
2325
|
-
.widget-view-model[data-v-
|
|
2207
|
+
.widget-view-model[data-v-50c00481] {
|
|
2326
2208
|
position: absolute;
|
|
2327
2209
|
top: 0px;
|
|
2328
2210
|
right: 3px;
|
|
@@ -2332,12 +2214,12 @@ li.CodeMirror-hint-active {
|
|
|
2332
2214
|
opacity: 0.6;
|
|
2333
2215
|
}
|
|
2334
2216
|
/**selectedWidget active*/
|
|
2335
|
-
.active[data-v-
|
|
2336
|
-
outline: 2px solid #
|
|
2337
|
-
box-shadow: 0 0
|
|
2217
|
+
.active[data-v-50c00481] {
|
|
2218
|
+
outline: 2px solid #409EFF;
|
|
2219
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
2338
2220
|
position: relative;
|
|
2339
2221
|
}
|
|
2340
|
-
.active .widget-view-drag[data-v-
|
|
2222
|
+
.active .widget-view-drag[data-v-50c00481] {
|
|
2341
2223
|
position: absolute;
|
|
2342
2224
|
left: -2px;
|
|
2343
2225
|
top: -2px;
|
|
@@ -2351,7 +2233,7 @@ li.CodeMirror-hint-active {
|
|
|
2351
2233
|
color: #ffffff;
|
|
2352
2234
|
cursor: move;
|
|
2353
2235
|
}
|
|
2354
|
-
.active .widget-view-action[data-v-
|
|
2236
|
+
.active .widget-view-action[data-v-50c00481] {
|
|
2355
2237
|
width: 70px;
|
|
2356
2238
|
position: absolute;
|
|
2357
2239
|
right: 0px;
|
|
@@ -2364,29 +2246,29 @@ li.CodeMirror-hint-active {
|
|
|
2364
2246
|
background: transparent;
|
|
2365
2247
|
color: #fff;
|
|
2366
2248
|
}
|
|
2367
|
-
.active .widget-view-action .iconfont[data-v-
|
|
2249
|
+
.active .widget-view-action .iconfont[data-v-50c00481] {
|
|
2368
2250
|
width: 25px;
|
|
2369
2251
|
height: 25px;
|
|
2370
2252
|
border-radius: 50%;
|
|
2371
2253
|
cursor: pointer;
|
|
2372
|
-
background: #
|
|
2254
|
+
background: #409EFF;
|
|
2373
2255
|
display: flex;
|
|
2374
2256
|
font-size: 14px;
|
|
2375
2257
|
justify-content: center;
|
|
2376
2258
|
}
|
|
2377
|
-
.active .widget-view-action .icon-icon_clone[data-v-
|
|
2259
|
+
.active .widget-view-action .icon-icon_clone[data-v-50c00481] {
|
|
2378
2260
|
background: red;
|
|
2379
2261
|
}
|
|
2380
|
-
.active .widget-view-action .icon-trash[data-v-
|
|
2262
|
+
.active .widget-view-action .icon-trash[data-v-50c00481] {
|
|
2381
2263
|
margin-left: 20px;
|
|
2382
2264
|
}
|
|
2383
|
-
.widget-form-list .widget-view[data-v-
|
|
2265
|
+
.widget-form-list .widget-view[data-v-50c00481] {
|
|
2384
2266
|
position: relative;
|
|
2385
2267
|
border: 1px dashed rgba(170, 170, 170, 0.7);
|
|
2386
2268
|
background-color: rgba(236, 245, 255, 0.3);
|
|
2387
2269
|
margin: 2px;
|
|
2388
2270
|
}
|
|
2389
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
2271
|
+
.widget-form-list .widget-view .widget-view-action[data-v-50c00481] {
|
|
2390
2272
|
position: absolute;
|
|
2391
2273
|
right: 0px;
|
|
2392
2274
|
bottom: 0;
|
|
@@ -2398,7 +2280,7 @@ li.CodeMirror-hint-active {
|
|
|
2398
2280
|
background: transparent;
|
|
2399
2281
|
color: #fff;
|
|
2400
2282
|
}
|
|
2401
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
2283
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-50c00481] {
|
|
2402
2284
|
width: 25px;
|
|
2403
2285
|
height: 25px;
|
|
2404
2286
|
border-radius: 50%;
|
|
@@ -2408,13 +2290,13 @@ li.CodeMirror-hint-active {
|
|
|
2408
2290
|
font-size: 14px;
|
|
2409
2291
|
justify-content: center;
|
|
2410
2292
|
}
|
|
2411
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
2293
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-50c00481] {
|
|
2412
2294
|
background: red;
|
|
2413
2295
|
}
|
|
2414
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
2296
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-50c00481] {
|
|
2415
2297
|
margin-left: 20px;
|
|
2416
2298
|
}
|
|
2417
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
2299
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-50c00481] {
|
|
2418
2300
|
position: absolute;
|
|
2419
2301
|
left: -2px;
|
|
2420
2302
|
top: -2px;
|
|
@@ -2424,20 +2306,20 @@ li.CodeMirror-hint-active {
|
|
|
2424
2306
|
background: #409eff;
|
|
2425
2307
|
z-index: 9;
|
|
2426
2308
|
}
|
|
2427
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
2309
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-50c00481] {
|
|
2428
2310
|
font-size: 14px;
|
|
2429
2311
|
color: #fff;
|
|
2430
2312
|
margin: 0 5px;
|
|
2431
2313
|
cursor: move;
|
|
2432
2314
|
}
|
|
2433
|
-
[data-v-
|
|
2315
|
+
[data-v-50c00481] .ant-form-item-control-wrapper {
|
|
2434
2316
|
border-right: 1px solid #000;
|
|
2435
2317
|
border-bottom: 1px solid #000;
|
|
2436
2318
|
}
|
|
2437
|
-
.all-lay-out[data-v-
|
|
2319
|
+
.all-lay-out[data-v-50c00481] {
|
|
2438
2320
|
position: relative;
|
|
2439
2321
|
}
|
|
2440
|
-
.all-lay-out .all-lay-out-bg[data-v-
|
|
2322
|
+
.all-lay-out .all-lay-out-bg[data-v-50c00481] {
|
|
2441
2323
|
position: absolute;
|
|
2442
2324
|
left: 0;
|
|
2443
2325
|
width: 100%;
|
|
@@ -2445,22 +2327,22 @@ li.CodeMirror-hint-active {
|
|
|
2445
2327
|
top: 0;
|
|
2446
2328
|
z-index: 0;
|
|
2447
2329
|
}
|
|
2448
|
-
.all-lay-out[data-v-
|
|
2330
|
+
.all-lay-out[data-v-50c00481] .widget-col-list {
|
|
2449
2331
|
width: 100%;
|
|
2450
2332
|
height: 100%;
|
|
2451
2333
|
}
|
|
2452
|
-
.all-lay-out .all-grid-item-wrap[data-v-
|
|
2334
|
+
.all-lay-out .all-grid-item-wrap[data-v-50c00481] {
|
|
2453
2335
|
width: 100%;
|
|
2454
2336
|
height: 100%;
|
|
2455
2337
|
background: #fff;
|
|
2456
2338
|
}
|
|
2457
|
-
.all-lay-out .all-lay-out-edit-wrap[data-v-
|
|
2339
|
+
.all-lay-out .all-lay-out-edit-wrap[data-v-50c00481] {
|
|
2458
2340
|
position: relative;
|
|
2459
2341
|
height: 100%;
|
|
2460
2342
|
left: 90px;
|
|
2461
2343
|
top: 0;
|
|
2462
2344
|
}
|
|
2463
|
-
.all-lay-out .all-lay-out-label[data-v-
|
|
2345
|
+
.all-lay-out .all-lay-out-label[data-v-50c00481] {
|
|
2464
2346
|
position: absolute;
|
|
2465
2347
|
left: 0;
|
|
2466
2348
|
top: 0;
|
|
@@ -2477,72 +2359,72 @@ li.CodeMirror-hint-active {
|
|
|
2477
2359
|
}
|
|
2478
2360
|
|
|
2479
2361
|
|
|
2480
|
-
[data-v-
|
|
2362
|
+
[data-v-fba51b4c] .ant-col {
|
|
2481
2363
|
min-height: 50px;
|
|
2482
2364
|
}
|
|
2483
|
-
[data-v-
|
|
2365
|
+
[data-v-fba51b4c] .vue-grid-layout {
|
|
2484
2366
|
z-index: 2;
|
|
2485
2367
|
}
|
|
2486
|
-
[data-v-
|
|
2368
|
+
[data-v-fba51b4c] .vue-grid-item {
|
|
2487
2369
|
border: 1px dashed #ccc;
|
|
2488
2370
|
box-sizing: border-box;
|
|
2489
2371
|
background-color: #fff;
|
|
2490
2372
|
}
|
|
2491
|
-
[data-v-
|
|
2373
|
+
[data-v-fba51b4c] .ant-form-item {
|
|
2492
2374
|
height: 100%;
|
|
2493
2375
|
}
|
|
2494
|
-
[data-v-
|
|
2376
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-label {
|
|
2495
2377
|
height: 100%;
|
|
2496
2378
|
position: absolute;
|
|
2497
2379
|
left: 0;
|
|
2498
2380
|
top: 0;
|
|
2499
2381
|
border-right: 1px solid #333;
|
|
2500
2382
|
}
|
|
2501
|
-
[data-v-
|
|
2383
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-label label {
|
|
2502
2384
|
display: flex;
|
|
2503
2385
|
justify-content: center;
|
|
2504
2386
|
align-items: center;
|
|
2505
2387
|
height: 100%;
|
|
2506
2388
|
}
|
|
2507
|
-
[data-v-
|
|
2389
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
2508
2390
|
display: none;
|
|
2509
2391
|
}
|
|
2510
|
-
[data-v-
|
|
2392
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-control-wrapper {
|
|
2511
2393
|
height: 100%;
|
|
2512
2394
|
float: right;
|
|
2513
2395
|
display: flex;
|
|
2514
2396
|
align-items: center;
|
|
2515
2397
|
}
|
|
2516
|
-
[data-v-
|
|
2398
|
+
[data-v-fba51b4c] .ant-form-item .ant-form-item-control {
|
|
2517
2399
|
width: 98%;
|
|
2518
2400
|
margin: 0 auto;
|
|
2519
2401
|
}
|
|
2520
|
-
.is_required[data-v-
|
|
2402
|
+
.is_required[data-v-fba51b4c]::before {
|
|
2521
2403
|
content: "*";
|
|
2522
2404
|
color: #f56c6c;
|
|
2523
2405
|
margin-right: 4px;
|
|
2524
2406
|
}
|
|
2525
|
-
.widget-form-list[data-v-
|
|
2407
|
+
.widget-form-list[data-v-fba51b4c] {
|
|
2526
2408
|
background: #fff;
|
|
2527
2409
|
border: 1px solid var(--designBorderColor);
|
|
2528
2410
|
box-sizing: border-box;
|
|
2529
2411
|
}
|
|
2530
|
-
.widget-form-list .row-item[data-v-
|
|
2412
|
+
.widget-form-list .row-item[data-v-fba51b4c]:not(:last-child) {
|
|
2531
2413
|
border-bottom: 1px solid var(--designBorderColor);
|
|
2532
2414
|
}
|
|
2533
|
-
.widget-form-list .widget-grid[data-v-
|
|
2415
|
+
.widget-form-list .widget-grid[data-v-fba51b4c] {
|
|
2534
2416
|
background: #f4f6fc;
|
|
2535
2417
|
position: relative;
|
|
2536
2418
|
border-left: 5px solid transparent;
|
|
2537
2419
|
padding: 5px;
|
|
2538
2420
|
margin: 0 !important;
|
|
2539
2421
|
}
|
|
2540
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
2422
|
+
.widget-form-list .widget-grid.active[data-v-fba51b4c] {
|
|
2541
2423
|
outline: 2px solid #409eff;
|
|
2542
2424
|
border: 1px solid #409eff;
|
|
2543
2425
|
background: #b3d8ff;
|
|
2544
2426
|
}
|
|
2545
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
2427
|
+
.widget-form-list .widget-grid .grid-background[data-v-fba51b4c] {
|
|
2546
2428
|
position: absolute;
|
|
2547
2429
|
z-index: 1;
|
|
2548
2430
|
top: 0;
|
|
@@ -2553,85 +2435,85 @@ li.CodeMirror-hint-active {
|
|
|
2553
2435
|
height: 100%;
|
|
2554
2436
|
padding: 5px 5px 10px 5px;
|
|
2555
2437
|
}
|
|
2556
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2438
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-fba51b4c] {
|
|
2557
2439
|
border-bottom: 1px dashed #ccc;
|
|
2558
2440
|
border-left: 1px dashed #ccc;
|
|
2559
2441
|
box-sizing: border-box;
|
|
2560
2442
|
overflow: hidden;
|
|
2561
2443
|
}
|
|
2562
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
2444
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-fba51b4c]:first-child {
|
|
2563
2445
|
border-top: 1px dashed #ccc;
|
|
2564
2446
|
}
|
|
2565
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
2447
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-fba51b4c] {
|
|
2566
2448
|
float: left;
|
|
2567
2449
|
border-right: 1px dashed #ccc;
|
|
2568
2450
|
min-height: 40px;
|
|
2569
2451
|
box-sizing: border-box;
|
|
2570
2452
|
}
|
|
2571
|
-
.widget-form-list .row_table[data-v-
|
|
2453
|
+
.widget-form-list .row_table[data-v-fba51b4c] {
|
|
2572
2454
|
min-height: 60px;
|
|
2573
2455
|
position: relative;
|
|
2574
2456
|
border-bottom: 1px solid #333;
|
|
2575
2457
|
}
|
|
2576
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
2458
|
+
.widget-form-list li.sortable-chosen[data-v-fba51b4c] {
|
|
2577
2459
|
height: 2px !important;
|
|
2578
2460
|
overflow: hidden !important;
|
|
2579
2461
|
background: red !important;
|
|
2580
2462
|
}
|
|
2581
|
-
.widget-form-list .widget-col-list[data-v-
|
|
2463
|
+
.widget-form-list .widget-col-list[data-v-fba51b4c] {
|
|
2582
2464
|
min-height: 50px;
|
|
2583
2465
|
border: 1px dashed #ccc;
|
|
2584
2466
|
background: #fff;
|
|
2585
2467
|
}
|
|
2586
|
-
.widget-form-list .widget-col[data-v-
|
|
2468
|
+
.widget-form-list .widget-col[data-v-fba51b4c] {
|
|
2587
2469
|
padding-bottom: 0;
|
|
2588
2470
|
background-color: rgba(253, 246, 236, 0.3);
|
|
2589
2471
|
}
|
|
2590
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
2472
|
+
.grid-lay-out-wrap .widget-col-list[data-v-fba51b4c] {
|
|
2591
2473
|
width: 100%;
|
|
2592
2474
|
height: 100%;
|
|
2593
2475
|
min-height: 40px;
|
|
2594
2476
|
border: none;
|
|
2595
2477
|
}
|
|
2596
|
-
.widget-form-ocuupied[data-v-
|
|
2478
|
+
.widget-form-ocuupied[data-v-fba51b4c] {
|
|
2597
2479
|
min-height: 540px;
|
|
2598
2480
|
border: none;
|
|
2599
2481
|
}
|
|
2600
|
-
.drag_table[data-v-
|
|
2482
|
+
.drag_table[data-v-fba51b4c] {
|
|
2601
2483
|
width: calc(100% - 100px);
|
|
2602
2484
|
height: 100%;
|
|
2603
2485
|
display: flex;
|
|
2604
2486
|
overflow-y: scroll;
|
|
2605
2487
|
}
|
|
2606
|
-
.drag_table[data-v-
|
|
2488
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar {
|
|
2607
2489
|
width: 3px;
|
|
2608
2490
|
height: 3px;
|
|
2609
2491
|
}
|
|
2610
|
-
.drag_table[data-v-
|
|
2492
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-track {
|
|
2611
2493
|
background: #fff;
|
|
2612
2494
|
border-radius: 2px;
|
|
2613
2495
|
}
|
|
2614
|
-
.drag_table[data-v-
|
|
2496
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-thumb {
|
|
2615
2497
|
background: #cdcdcd;
|
|
2616
2498
|
border-radius: 8px;
|
|
2617
2499
|
}
|
|
2618
|
-
.drag_table[data-v-
|
|
2500
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-thumb:hover {
|
|
2619
2501
|
background: #cdcdcd;
|
|
2620
2502
|
}
|
|
2621
|
-
.drag_table[data-v-
|
|
2503
|
+
.drag_table[data-v-fba51b4c]::-webkit-scrollbar-corner {
|
|
2622
2504
|
background: #cdcdcd;
|
|
2623
2505
|
}
|
|
2624
|
-
.widget-form-ocuupied[data-v-
|
|
2506
|
+
.widget-form-ocuupied[data-v-fba51b4c] {
|
|
2625
2507
|
min-height: 540px;
|
|
2626
2508
|
border: none;
|
|
2627
2509
|
}
|
|
2628
|
-
.table_label[data-v-
|
|
2510
|
+
.table_label[data-v-fba51b4c] {
|
|
2629
2511
|
width: 100px;
|
|
2630
2512
|
min-width: 100px;
|
|
2631
2513
|
height: 100%;
|
|
2632
2514
|
text-align: right;
|
|
2633
2515
|
}
|
|
2634
|
-
.widget-view-model[data-v-
|
|
2516
|
+
.widget-view-model[data-v-fba51b4c] {
|
|
2635
2517
|
position: absolute;
|
|
2636
2518
|
top: 0px;
|
|
2637
2519
|
right: 3px;
|
|
@@ -2641,12 +2523,12 @@ li.CodeMirror-hint-active {
|
|
|
2641
2523
|
opacity: 0.6;
|
|
2642
2524
|
}
|
|
2643
2525
|
/**selectedWidget active*/
|
|
2644
|
-
.active[data-v-
|
|
2645
|
-
outline: 2px solid #
|
|
2646
|
-
box-shadow: 0 0
|
|
2526
|
+
.active[data-v-fba51b4c] {
|
|
2527
|
+
outline: 2px solid #409EFF;
|
|
2528
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
2647
2529
|
position: relative;
|
|
2648
2530
|
}
|
|
2649
|
-
.active .widget-view-drag[data-v-
|
|
2531
|
+
.active .widget-view-drag[data-v-fba51b4c] {
|
|
2650
2532
|
position: absolute;
|
|
2651
2533
|
left: -2px;
|
|
2652
2534
|
top: -2px;
|
|
@@ -2660,7 +2542,7 @@ li.CodeMirror-hint-active {
|
|
|
2660
2542
|
color: #ffffff;
|
|
2661
2543
|
cursor: move;
|
|
2662
2544
|
}
|
|
2663
|
-
.active .widget-view-action[data-v-
|
|
2545
|
+
.active .widget-view-action[data-v-fba51b4c] {
|
|
2664
2546
|
width: 70px;
|
|
2665
2547
|
position: absolute;
|
|
2666
2548
|
right: 0px;
|
|
@@ -2673,29 +2555,29 @@ li.CodeMirror-hint-active {
|
|
|
2673
2555
|
background: transparent;
|
|
2674
2556
|
color: #fff;
|
|
2675
2557
|
}
|
|
2676
|
-
.active .widget-view-action .iconfont[data-v-
|
|
2558
|
+
.active .widget-view-action .iconfont[data-v-fba51b4c] {
|
|
2677
2559
|
width: 25px;
|
|
2678
2560
|
height: 25px;
|
|
2679
2561
|
border-radius: 50%;
|
|
2680
2562
|
cursor: pointer;
|
|
2681
|
-
background: #
|
|
2563
|
+
background: #409EFF;
|
|
2682
2564
|
display: flex;
|
|
2683
2565
|
font-size: 14px;
|
|
2684
2566
|
justify-content: center;
|
|
2685
2567
|
}
|
|
2686
|
-
.active .widget-view-action .icon-icon_clone[data-v-
|
|
2568
|
+
.active .widget-view-action .icon-icon_clone[data-v-fba51b4c] {
|
|
2687
2569
|
background: red;
|
|
2688
2570
|
}
|
|
2689
|
-
.active .widget-view-action .icon-trash[data-v-
|
|
2571
|
+
.active .widget-view-action .icon-trash[data-v-fba51b4c] {
|
|
2690
2572
|
margin-left: 20px;
|
|
2691
2573
|
}
|
|
2692
|
-
.widget-form-list .widget-view[data-v-
|
|
2574
|
+
.widget-form-list .widget-view[data-v-fba51b4c] {
|
|
2693
2575
|
position: relative;
|
|
2694
2576
|
border: 1px dashed rgba(170, 170, 170, 0.7);
|
|
2695
2577
|
background-color: rgba(236, 245, 255, 0.3);
|
|
2696
2578
|
margin: 2px;
|
|
2697
2579
|
}
|
|
2698
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
2580
|
+
.widget-form-list .widget-view .widget-view-action[data-v-fba51b4c] {
|
|
2699
2581
|
position: absolute;
|
|
2700
2582
|
right: 0px;
|
|
2701
2583
|
bottom: 0;
|
|
@@ -2707,7 +2589,7 @@ li.CodeMirror-hint-active {
|
|
|
2707
2589
|
background: transparent;
|
|
2708
2590
|
color: #fff;
|
|
2709
2591
|
}
|
|
2710
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
2592
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-fba51b4c] {
|
|
2711
2593
|
width: 25px;
|
|
2712
2594
|
height: 25px;
|
|
2713
2595
|
border-radius: 50%;
|
|
@@ -2717,13 +2599,13 @@ li.CodeMirror-hint-active {
|
|
|
2717
2599
|
font-size: 14px;
|
|
2718
2600
|
justify-content: center;
|
|
2719
2601
|
}
|
|
2720
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
2602
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-fba51b4c] {
|
|
2721
2603
|
background: red;
|
|
2722
2604
|
}
|
|
2723
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
2605
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-fba51b4c] {
|
|
2724
2606
|
margin-left: 20px;
|
|
2725
2607
|
}
|
|
2726
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
2608
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-fba51b4c] {
|
|
2727
2609
|
position: absolute;
|
|
2728
2610
|
left: -2px;
|
|
2729
2611
|
top: -2px;
|
|
@@ -2733,27 +2615,27 @@ li.CodeMirror-hint-active {
|
|
|
2733
2615
|
background: #409eff;
|
|
2734
2616
|
z-index: 9;
|
|
2735
2617
|
}
|
|
2736
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
2618
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-fba51b4c] {
|
|
2737
2619
|
font-size: 14px;
|
|
2738
2620
|
color: #fff;
|
|
2739
2621
|
margin: 0 5px;
|
|
2740
2622
|
cursor: move;
|
|
2741
2623
|
}
|
|
2742
2624
|
/*****无border *****/
|
|
2743
|
-
.no-border .widget-form-list[data-v-
|
|
2625
|
+
.no-border .widget-form-list[data-v-fba51b4c] {
|
|
2744
2626
|
border: none;
|
|
2745
2627
|
}
|
|
2746
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
2628
|
+
.no-border .widget-form-list .row-item[data-v-fba51b4c]:not(:last-child) {
|
|
2747
2629
|
border: none;
|
|
2748
2630
|
}
|
|
2749
|
-
.no-border .widget-form-list[data-v-
|
|
2631
|
+
.no-border .widget-form-list[data-v-fba51b4c] .ant-form-item .ant-form-item-label {
|
|
2750
2632
|
border: 0;
|
|
2751
2633
|
}
|
|
2752
2634
|
/*****无border *****/
|
|
2753
|
-
.all-lay-out[data-v-
|
|
2635
|
+
.all-lay-out[data-v-fba51b4c] {
|
|
2754
2636
|
position: relative;
|
|
2755
2637
|
}
|
|
2756
|
-
.all-lay-out .all-lay-out-bg[data-v-
|
|
2638
|
+
.all-lay-out .all-lay-out-bg[data-v-fba51b4c] {
|
|
2757
2639
|
position: absolute;
|
|
2758
2640
|
left: 0;
|
|
2759
2641
|
width: 100%;
|
|
@@ -2761,22 +2643,22 @@ li.CodeMirror-hint-active {
|
|
|
2761
2643
|
top: 0;
|
|
2762
2644
|
z-index: 0;
|
|
2763
2645
|
}
|
|
2764
|
-
.all-lay-out[data-v-
|
|
2646
|
+
.all-lay-out[data-v-fba51b4c] .widget-col-list {
|
|
2765
2647
|
width: 100%;
|
|
2766
2648
|
height: 100%;
|
|
2767
2649
|
}
|
|
2768
|
-
.all-lay-out .all-grid-item-wrap[data-v-
|
|
2650
|
+
.all-lay-out .all-grid-item-wrap[data-v-fba51b4c] {
|
|
2769
2651
|
width: 100%;
|
|
2770
2652
|
height: 100%;
|
|
2771
2653
|
background: #fff;
|
|
2772
2654
|
}
|
|
2773
|
-
.all-lay-out .all-lay-out-edit-wrap[data-v-
|
|
2655
|
+
.all-lay-out .all-lay-out-edit-wrap[data-v-fba51b4c] {
|
|
2774
2656
|
position: relative;
|
|
2775
2657
|
height: 100%;
|
|
2776
2658
|
left: 90px;
|
|
2777
2659
|
top: 0;
|
|
2778
2660
|
}
|
|
2779
|
-
.all-lay-out .all-lay-out-label[data-v-
|
|
2661
|
+
.all-lay-out .all-lay-out-label[data-v-fba51b4c] {
|
|
2780
2662
|
position: absolute;
|
|
2781
2663
|
left: 0;
|
|
2782
2664
|
top: 0;
|
|
@@ -2806,7 +2688,7 @@ li.CodeMirror-hint-active {
|
|
|
2806
2688
|
}
|
|
2807
2689
|
|
|
2808
2690
|
|
|
2809
|
-
[data-v-
|
|
2691
|
+
[data-v-312deacd] .ant-btn-icon-only > i {
|
|
2810
2692
|
vertical-align: 1px;
|
|
2811
2693
|
}
|
|
2812
2694
|
|
|
@@ -3032,22 +2914,22 @@ li.CodeMirror-hint-active {
|
|
|
3032
2914
|
}
|
|
3033
2915
|
|
|
3034
2916
|
|
|
3035
|
-
[data-v-
|
|
2917
|
+
[data-v-4ae662b1] .ant-popover-inner-content {
|
|
3036
2918
|
width: 190px;
|
|
3037
2919
|
}
|
|
3038
|
-
[data-v-
|
|
2920
|
+
[data-v-4ae662b1] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
3039
2921
|
width: calc(100% - 0px) !important;
|
|
3040
2922
|
}
|
|
3041
|
-
[data-v-
|
|
2923
|
+
[data-v-4ae662b1] .ant-form-item-control {
|
|
3042
2924
|
height: 100%;
|
|
3043
2925
|
}
|
|
3044
2926
|
/***label对齐方式*/
|
|
3045
|
-
.custom_form_item .break[data-v-
|
|
2927
|
+
.custom_form_item .break[data-v-4ae662b1] {
|
|
3046
2928
|
white-space: normal;
|
|
3047
2929
|
word-break: break-all;
|
|
3048
2930
|
word-wrap: break-word;
|
|
3049
2931
|
}
|
|
3050
|
-
.custom_form_item .align-between[data-v-
|
|
2932
|
+
.custom_form_item .align-between[data-v-4ae662b1] {
|
|
3051
2933
|
white-space: normal;
|
|
3052
2934
|
word-break: break-all;
|
|
3053
2935
|
word-wrap: break-word;
|
|
@@ -3056,28 +2938,28 @@ li.CodeMirror-hint-active {
|
|
|
3056
2938
|
text-align-last: justify;
|
|
3057
2939
|
width: 80%;
|
|
3058
2940
|
}
|
|
3059
|
-
.custom_form_item .align-middle[data-v-
|
|
2941
|
+
.custom_form_item .align-middle[data-v-4ae662b1] {
|
|
3060
2942
|
white-space: normal;
|
|
3061
2943
|
word-break: break-all;
|
|
3062
2944
|
word-wrap: break-word;
|
|
3063
2945
|
text-align: center;
|
|
3064
2946
|
width: 80%;
|
|
3065
2947
|
}
|
|
3066
|
-
.custom_form_item .align-left[data-v-
|
|
2948
|
+
.custom_form_item .align-left[data-v-4ae662b1] {
|
|
3067
2949
|
white-space: normal;
|
|
3068
2950
|
word-break: break-all;
|
|
3069
2951
|
word-wrap: break-word;
|
|
3070
2952
|
text-align: left;
|
|
3071
2953
|
width: 80%;
|
|
3072
2954
|
}
|
|
3073
|
-
.custom_form_item .align-right[data-v-
|
|
2955
|
+
.custom_form_item .align-right[data-v-4ae662b1] {
|
|
3074
2956
|
white-space: normal;
|
|
3075
2957
|
word-break: break-all;
|
|
3076
2958
|
word-wrap: break-word;
|
|
3077
2959
|
text-align: right;
|
|
3078
2960
|
width: 80%;
|
|
3079
2961
|
}
|
|
3080
|
-
.custom_form_item .align-center[data-v-
|
|
2962
|
+
.custom_form_item .align-center[data-v-4ae662b1] {
|
|
3081
2963
|
white-space: normal;
|
|
3082
2964
|
word-break: break-all;
|
|
3083
2965
|
word-wrap: break-word;
|
|
@@ -3086,51 +2968,51 @@ li.CodeMirror-hint-active {
|
|
|
3086
2968
|
}
|
|
3087
2969
|
/***label对齐方式 */
|
|
3088
2970
|
/*****公共boder ****/
|
|
3089
|
-
[data-v-
|
|
2971
|
+
[data-v-4ae662b1] .ant-form-item-control-wrapper {
|
|
3090
2972
|
border-bottom: 1px solid #000;
|
|
3091
2973
|
}
|
|
3092
|
-
[data-v-
|
|
2974
|
+
[data-v-4ae662b1] .ant-form-item-label {
|
|
3093
2975
|
border-bottom: 1px solid #000;
|
|
3094
2976
|
}
|
|
3095
|
-
.verify-right[data-v-
|
|
2977
|
+
.verify-right[data-v-4ae662b1] {
|
|
3096
2978
|
border-right: 1px solid #000;
|
|
3097
2979
|
}
|
|
3098
|
-
.custom_form_item_special[data-v-
|
|
2980
|
+
.custom_form_item_special[data-v-4ae662b1] .ant-form-item-children {
|
|
3099
2981
|
height: 100%;
|
|
3100
2982
|
}
|
|
3101
2983
|
/*****公共boder ****/
|
|
3102
|
-
.custom_form_item_special[data-v-
|
|
2984
|
+
.custom_form_item_special[data-v-4ae662b1] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
3103
2985
|
width: 100%;
|
|
3104
2986
|
}
|
|
3105
|
-
.verify-no-border input[data-v-
|
|
3106
|
-
.verify-no-border textarea[data-v-
|
|
2987
|
+
.verify-no-border input[data-v-4ae662b1],
|
|
2988
|
+
.verify-no-border textarea[data-v-4ae662b1] {
|
|
3107
2989
|
display: block;
|
|
3108
2990
|
background: none;
|
|
3109
2991
|
height: 90%;
|
|
3110
2992
|
width: 98%;
|
|
3111
2993
|
margin: 0 auto;
|
|
3112
2994
|
}
|
|
3113
|
-
.verify-no-border input[data-v-
|
|
3114
|
-
.verify-no-border textarea[data-v-
|
|
2995
|
+
.verify-no-border input[data-v-4ae662b1]:disabled,
|
|
2996
|
+
.verify-no-border textarea[data-v-4ae662b1]:disabled {
|
|
3115
2997
|
background: none !important;
|
|
3116
2998
|
color: #333;
|
|
3117
2999
|
}
|
|
3118
|
-
.verify[data-v-
|
|
3000
|
+
.verify[data-v-4ae662b1] {
|
|
3119
3001
|
position: relative;
|
|
3120
3002
|
}
|
|
3121
|
-
.verify .inner-form-item[data-v-
|
|
3003
|
+
.verify .inner-form-item[data-v-4ae662b1] .ant-form-item-control-wrapper {
|
|
3122
3004
|
border-bottom: none !important;
|
|
3123
3005
|
}
|
|
3124
|
-
.verify .inner-form-item[data-v-
|
|
3006
|
+
.verify .inner-form-item[data-v-4ae662b1] .ant-form-item-children {
|
|
3125
3007
|
display: flex;
|
|
3126
3008
|
align-items: center;
|
|
3127
3009
|
justify-content: center;
|
|
3128
3010
|
width: 100%;
|
|
3129
3011
|
}
|
|
3130
|
-
.verify .inner-form-item[data-v-
|
|
3012
|
+
.verify .inner-form-item[data-v-4ae662b1] .ant-form-item-children .textarea-wrapper {
|
|
3131
3013
|
width: 100%;
|
|
3132
3014
|
}
|
|
3133
|
-
.verify .verify-left[data-v-
|
|
3015
|
+
.verify .verify-left[data-v-4ae662b1] {
|
|
3134
3016
|
position: absolute;
|
|
3135
3017
|
left: 0;
|
|
3136
3018
|
top: 0;
|
|
@@ -3141,56 +3023,62 @@ li.CodeMirror-hint-active {
|
|
|
3141
3023
|
-moz-text-align-last: justify;
|
|
3142
3024
|
text-align-last: justify;
|
|
3143
3025
|
}
|
|
3144
|
-
.verify .verify-right[data-v-
|
|
3026
|
+
.verify .verify-right[data-v-4ae662b1] {
|
|
3145
3027
|
height: 100%;
|
|
3146
3028
|
width: 100%;
|
|
3147
3029
|
}
|
|
3148
|
-
.verify .verify-right .verify-text[data-v-
|
|
3030
|
+
.verify .verify-right .verify-text[data-v-4ae662b1] {
|
|
3149
3031
|
position: relative;
|
|
3150
3032
|
height: 70%;
|
|
3151
3033
|
padding-top: 5px;
|
|
3152
3034
|
border-bottom: 1px solid #e6e6e6;
|
|
3035
|
+
/* 仅历史记录里直接包裹 textarea 的 span,避免误伤字数统计等嵌套 span */
|
|
3153
3036
|
}
|
|
3154
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
3037
|
+
.verify .verify-right .verify-text .verify-btn[data-v-4ae662b1] {
|
|
3155
3038
|
position: absolute;
|
|
3156
3039
|
right: 3%;
|
|
3157
3040
|
bottom: 2%;
|
|
3158
3041
|
z-index: 10;
|
|
3159
3042
|
}
|
|
3160
|
-
.verify .verify-right .verify-text span[data-v-
|
|
3043
|
+
.verify .verify-right .verify-text > span[data-v-4ae662b1] {
|
|
3161
3044
|
display: block;
|
|
3162
3045
|
border: none;
|
|
3163
3046
|
height: 100%;
|
|
3164
3047
|
}
|
|
3165
|
-
.verify .verify-right .verify-
|
|
3048
|
+
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-4ae662b1] {
|
|
3049
|
+
display: inline;
|
|
3050
|
+
height: auto;
|
|
3051
|
+
width: auto;
|
|
3052
|
+
}
|
|
3053
|
+
.verify .verify-right .verify-seal[data-v-4ae662b1] {
|
|
3166
3054
|
position: absolute;
|
|
3167
3055
|
width: 35mm;
|
|
3168
3056
|
height: 35mm;
|
|
3169
3057
|
z-index: 9 !important;
|
|
3170
3058
|
}
|
|
3171
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
3059
|
+
.verify .verify-right .verify-seal img[data-v-4ae662b1] {
|
|
3172
3060
|
width: 35mm;
|
|
3173
3061
|
height: 35mm;
|
|
3174
3062
|
}
|
|
3175
|
-
.verify .verify-right .verify-icon[data-v-
|
|
3063
|
+
.verify .verify-right .verify-icon[data-v-4ae662b1] {
|
|
3176
3064
|
position: absolute;
|
|
3177
3065
|
right: 3%;
|
|
3178
3066
|
top: 3%;
|
|
3179
3067
|
z-index: 20;
|
|
3180
3068
|
cursor: pointer;
|
|
3181
3069
|
}
|
|
3182
|
-
.verify .verify-option[data-v-
|
|
3070
|
+
.verify .verify-option[data-v-4ae662b1] {
|
|
3183
3071
|
display: flex;
|
|
3184
3072
|
height: 30%;
|
|
3185
3073
|
}
|
|
3186
|
-
.verify .verify-option > div[data-v-
|
|
3074
|
+
.verify .verify-option > div[data-v-4ae662b1] {
|
|
3187
3075
|
flex: 1;
|
|
3188
3076
|
border-right: 1px solid #e6e6e6;
|
|
3189
3077
|
display: flex;
|
|
3190
3078
|
justify-content: space-between;
|
|
3191
3079
|
align-items: center;
|
|
3192
3080
|
}
|
|
3193
|
-
.verify .verify-option > div span[data-v-
|
|
3081
|
+
.verify .verify-option > div span[data-v-4ae662b1] {
|
|
3194
3082
|
text-align: center;
|
|
3195
3083
|
flex: 2;
|
|
3196
3084
|
border-right: 1px solid #e6e6e6;
|
|
@@ -3199,16 +3087,16 @@ li.CodeMirror-hint-active {
|
|
|
3199
3087
|
align-items: center;
|
|
3200
3088
|
justify-content: center;
|
|
3201
3089
|
}
|
|
3202
|
-
.verify .verify-option > div span + span[data-v-
|
|
3203
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
3090
|
+
.verify .verify-option > div span + span[data-v-4ae662b1],
|
|
3091
|
+
.verify .verify-option > div span + .inner-form-item[data-v-4ae662b1] {
|
|
3204
3092
|
border-right: none;
|
|
3205
3093
|
flex: 4;
|
|
3206
3094
|
}
|
|
3207
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
3095
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-4ae662b1]:last-child {
|
|
3208
3096
|
box-sizing: border-box;
|
|
3209
3097
|
padding: 1px;
|
|
3210
3098
|
}
|
|
3211
|
-
.verify .verify-option div[data-v-
|
|
3099
|
+
.verify .verify-option div[data-v-4ae662b1]:last-child {
|
|
3212
3100
|
border-right: none;
|
|
3213
3101
|
}
|
|
3214
3102
|
|
|
@@ -3293,9 +3181,9 @@ li.CodeMirror-hint-active {
|
|
|
3293
3181
|
position: relative;
|
|
3294
3182
|
}
|
|
3295
3183
|
|
|
3296
|
-
.idea-sign-class[data-v-
|
|
3184
|
+
.idea-sign-class[data-v-78b54450]{border-right:1px dashed #ccc;border-bottom:1px dashed #ccc;position:relative}.idea-sign-class .text-content[data-v-78b54450]{position:relative}.idea-sign-class .text-content .sign[data-v-78b54450]{position:absolute;bottom:0;left:0;width:100%}.idea-sign-class .text-area[data-v-78b54450]{overflow:hidden}.idea-sign-class .text-area[data-v-78b54450] .ant-form-item-control{margin-left:0 !important}.idea-sign-class .text-area[data-v-78b54450] .ant-input{border:none;resize:none;height:100% !important}.idea-sign-class>div[data-v-78b54450]:nth-child(1){border-right:1px dashed #ccc;position:absolute;top:0;left:0;height:100%;display:flex;justify-content:center;align-items:center}.idea-sign-class>div[data-v-78b54450]{float:left;height:100%;box-sizing:border-box}.idea-sign-class>div+div[data-v-78b54450]{width:100%}.idea-sign-class .sign[data-v-78b54450]{padding:10px 20px}.idea-sign-class .sign img[data-v-78b54450]{width:140px;max-height:140px}[data-v-78b54450] .ant-form-item .ant-form-item-control-wrapper{width:100%}
|
|
3297
3185
|
|
|
3298
|
-
[data-v-
|
|
3186
|
+
[data-v-593cf4a2] .ant-col{min-height:50px}.idea-sign-class[data-v-593cf4a2]{border-right:1px dashed #ccc;border-bottom:1px dashed #ccc;position:relative}.idea-sign-class .text-content[data-v-593cf4a2]{position:relative;height:100%;padding-top:20px}.idea-sign-class .text-content .sign[data-v-593cf4a2]{position:absolute;bottom:0;left:0;width:100%}.idea-sign-class .text-area[data-v-593cf4a2]{overflow:hidden}.idea-sign-class .text-area[data-v-593cf4a2] .ant-form-item-control{margin-left:0 !important}.idea-sign-class .text-area[data-v-593cf4a2] .ant-input{border:none;resize:none;height:100% !important}.idea-sign-class>div[data-v-593cf4a2]:nth-child(1){border-right:1px dashed #ccc;position:absolute;top:0;left:0;height:100%;display:flex;justify-content:center;align-items:center}.idea-sign-class>div[data-v-593cf4a2]{float:left;height:100%;box-sizing:border-box}.idea-sign-class>div+div[data-v-593cf4a2]{width:100%}.idea-sign-class .sign[data-v-593cf4a2]{padding:0px 20px}.idea-sign-class .sign img[data-v-593cf4a2]{width:140px;max-height:140px}[data-v-593cf4a2] .ant-form-item .ant-form-item-control-wrapper{width:100%}[data-v-593cf4a2] .ant-form-item div.ant-form-item-label{position:relative}[data-v-593cf4a2] .ant-form-item .ant-form-item-control{height:100%}
|
|
3299
3187
|
|
|
3300
3188
|
|
|
3301
3189
|
[data-v-a83ee7c8] img {
|
|
@@ -3750,13 +3638,6 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3750
3638
|
color: #ff0000;
|
|
3751
3639
|
}
|
|
3752
3640
|
|
|
3753
|
-
|
|
3754
|
-
[data-v-5c11f30e] .ant-select-selection__rendered::after {
|
|
3755
|
-
content: "";
|
|
3756
|
-
display: none;
|
|
3757
|
-
height: 0;
|
|
3758
|
-
}
|
|
3759
|
-
|
|
3760
3641
|
.flex-warp[data-v-7d9a6249] {
|
|
3761
3642
|
display: flex;
|
|
3762
3643
|
}
|
|
@@ -3843,6 +3724,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3843
3724
|
}
|
|
3844
3725
|
|
|
3845
3726
|
|
|
3727
|
+
[data-v-777f0809] .ant-radio-group {
|
|
3728
|
+
white-space: nowrap;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
|
|
3846
3732
|
[data-v-62eca78c] .ant-modal {
|
|
3847
3733
|
width: -moz-max-content !important;
|
|
3848
3734
|
width: max-content !important;
|
|
@@ -3963,12 +3849,6 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3963
3849
|
display: flex;
|
|
3964
3850
|
}
|
|
3965
3851
|
|
|
3966
|
-
|
|
3967
|
-
[data-v-3e57732c] .ant-time-picker {
|
|
3968
|
-
max-width: 170px !important;
|
|
3969
|
-
width: initial !important;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
3852
|
.is_required[data-v-77374a03]::before {
|
|
3973
3853
|
content: "*";
|
|
3974
3854
|
color: #f56c6c;
|
|
@@ -4155,13 +4035,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4155
4035
|
}
|
|
4156
4036
|
|
|
4157
4037
|
|
|
4158
|
-
[data-v-
|
|
4038
|
+
[data-v-627f4e94] .ant-modal-content {
|
|
4159
4039
|
top: 0px !important;
|
|
4160
4040
|
}
|
|
4161
|
-
[data-v-
|
|
4041
|
+
[data-v-627f4e94] .ant-modal-body {
|
|
4162
4042
|
padding: 20px 12px !important;
|
|
4163
4043
|
}
|
|
4164
|
-
.conference-room-content[data-v-
|
|
4044
|
+
.conference-room-content[data-v-627f4e94] {
|
|
4165
4045
|
-webkit-user-select: none;
|
|
4166
4046
|
/* Safari */
|
|
4167
4047
|
-moz-user-select: none;
|
|
@@ -4170,71 +4050,71 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4170
4050
|
user-select: none;
|
|
4171
4051
|
/* 标准语法 */
|
|
4172
4052
|
}
|
|
4173
|
-
.conference-room-content .conference-room-content-hard[data-v-
|
|
4053
|
+
.conference-room-content .conference-room-content-hard[data-v-627f4e94] {
|
|
4174
4054
|
display: flex;
|
|
4175
4055
|
justify-content: space-between;
|
|
4176
4056
|
align-items: center;
|
|
4177
4057
|
}
|
|
4178
|
-
.conference-room-content .conference-room-content-hard .left[data-v-
|
|
4058
|
+
.conference-room-content .conference-room-content-hard .left[data-v-627f4e94] {
|
|
4179
4059
|
display: flex;
|
|
4180
4060
|
}
|
|
4181
|
-
.conference-room-content .conference-room-content-hard .left .left-date-type[data-v-
|
|
4061
|
+
.conference-room-content .conference-room-content-hard .left .left-date-type[data-v-627f4e94] {
|
|
4182
4062
|
margin-right: 20px;
|
|
4183
4063
|
}
|
|
4184
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-
|
|
4064
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-627f4e94] {
|
|
4185
4065
|
cursor: pointer;
|
|
4186
4066
|
color: #999;
|
|
4187
4067
|
}
|
|
4188
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-
|
|
4068
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-627f4e94] .ant-input {
|
|
4189
4069
|
border: none;
|
|
4190
4070
|
text-align: center;
|
|
4191
4071
|
}
|
|
4192
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-
|
|
4072
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-627f4e94] .anticon {
|
|
4193
4073
|
display: none;
|
|
4194
4074
|
}
|
|
4195
|
-
.conference-room-content .conference-room-content-hard .left .left-date-button[data-v-
|
|
4075
|
+
.conference-room-content .conference-room-content-hard .left .left-date-button[data-v-627f4e94] {
|
|
4196
4076
|
display: flex;
|
|
4197
4077
|
align-items: center;
|
|
4198
4078
|
margin-left: 12px;
|
|
4199
4079
|
}
|
|
4200
|
-
.conference-room-content .conference-room-content-hard .right .right-content[data-v-
|
|
4080
|
+
.conference-room-content .conference-room-content-hard .right .right-content[data-v-627f4e94] {
|
|
4201
4081
|
display: flex;
|
|
4202
4082
|
margin-right: 10px;
|
|
4203
4083
|
}
|
|
4204
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-
|
|
4084
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-627f4e94] {
|
|
4205
4085
|
display: flex;
|
|
4206
4086
|
margin-left: 20px;
|
|
4207
4087
|
align-items: center;
|
|
4208
4088
|
}
|
|
4209
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-
|
|
4089
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-627f4e94] {
|
|
4210
4090
|
background-color: #D7F4DA;
|
|
4211
4091
|
width: 14px;
|
|
4212
4092
|
height: 14px;
|
|
4213
4093
|
border-radius: 7px 7px 7px 7px;
|
|
4214
4094
|
}
|
|
4215
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-
|
|
4095
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-627f4e94] {
|
|
4216
4096
|
background-color: #FFD4AF;
|
|
4217
4097
|
width: 14px;
|
|
4218
4098
|
height: 14px;
|
|
4219
4099
|
border-radius: 7px 7px 7px 7px;
|
|
4220
4100
|
}
|
|
4221
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-
|
|
4101
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-627f4e94] {
|
|
4222
4102
|
background-color: #FFB5B5;
|
|
4223
4103
|
width: 14px;
|
|
4224
4104
|
height: 14px;
|
|
4225
4105
|
border-radius: 7px 7px 7px 7px;
|
|
4226
4106
|
}
|
|
4227
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-
|
|
4107
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-627f4e94] {
|
|
4228
4108
|
font-weight: 400;
|
|
4229
4109
|
font-size: 14px;
|
|
4230
4110
|
color: #333333;
|
|
4231
4111
|
margin-left: 6px;
|
|
4232
4112
|
}
|
|
4233
|
-
.conference-room-content .conference-room-body[data-v-
|
|
4113
|
+
.conference-room-content .conference-room-body[data-v-627f4e94] {
|
|
4234
4114
|
margin-top: 16px;
|
|
4235
4115
|
display: flex;
|
|
4236
4116
|
}
|
|
4237
|
-
.conference-room-content .conference-room-body .conference-room-body-left[data-v-
|
|
4117
|
+
.conference-room-content .conference-room-body .conference-room-body-left[data-v-627f4e94] {
|
|
4238
4118
|
width: 243px;
|
|
4239
4119
|
height: 559px;
|
|
4240
4120
|
background: #F5F9FF;
|
|
@@ -4242,60 +4122,60 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4242
4122
|
border: 1px solid #ECECEC;
|
|
4243
4123
|
border-bottom: none;
|
|
4244
4124
|
}
|
|
4245
|
-
.table[data-v-
|
|
4125
|
+
.table[data-v-627f4e94] {
|
|
4246
4126
|
width: 100%;
|
|
4247
4127
|
}
|
|
4248
|
-
.table tr td[data-v-
|
|
4249
|
-
.table tr th[data-v-
|
|
4128
|
+
.table tr td[data-v-627f4e94]:first-child,
|
|
4129
|
+
.table tr th[data-v-627f4e94]:first-child {
|
|
4250
4130
|
width: 243px;
|
|
4251
4131
|
background-color: #F5F9FF;
|
|
4252
4132
|
}
|
|
4253
|
-
.table td[data-v-
|
|
4254
|
-
.table th[data-v-
|
|
4133
|
+
.table td[data-v-627f4e94],
|
|
4134
|
+
.table th[data-v-627f4e94] {
|
|
4255
4135
|
border: 1px solid #f1f1f1;
|
|
4256
4136
|
padding: 5px;
|
|
4257
4137
|
vertical-align: middle;
|
|
4258
4138
|
text-align: center;
|
|
4259
4139
|
}
|
|
4260
|
-
.table td .ellipsis[data-v-
|
|
4261
|
-
.table th .ellipsis[data-v-
|
|
4140
|
+
.table td .ellipsis[data-v-627f4e94],
|
|
4141
|
+
.table th .ellipsis[data-v-627f4e94] {
|
|
4262
4142
|
overflow: hidden;
|
|
4263
4143
|
text-overflow: ellipsis;
|
|
4264
4144
|
white-space: nowrap;
|
|
4265
4145
|
width: 97%;
|
|
4266
4146
|
}
|
|
4267
|
-
.table .td-bg-0[data-v-
|
|
4147
|
+
.table .td-bg-0[data-v-627f4e94] {
|
|
4268
4148
|
background-color: #fff;
|
|
4269
4149
|
cursor: not-allowed;
|
|
4270
4150
|
}
|
|
4271
|
-
.table .td-bg-0[data-v-
|
|
4151
|
+
.table .td-bg-0[data-v-627f4e94]:hover {
|
|
4272
4152
|
background-color: #efefee;
|
|
4273
4153
|
}
|
|
4274
|
-
.table .td-bg-1[data-v-
|
|
4154
|
+
.table .td-bg-1[data-v-627f4e94] {
|
|
4275
4155
|
background-color: #d7f4da;
|
|
4276
4156
|
cursor: pointer;
|
|
4277
4157
|
}
|
|
4278
|
-
.table .td-bg-1[data-v-
|
|
4158
|
+
.table .td-bg-1[data-v-627f4e94]:hover {
|
|
4279
4159
|
background-color: rgba(215, 244, 218, 0.5);
|
|
4280
4160
|
}
|
|
4281
|
-
.table .td-bg-2[data-v-
|
|
4161
|
+
.table .td-bg-2[data-v-627f4e94] {
|
|
4282
4162
|
background-color: #ffd4af;
|
|
4283
4163
|
cursor: pointer;
|
|
4284
4164
|
}
|
|
4285
|
-
.table .td-bg-2[data-v-
|
|
4165
|
+
.table .td-bg-2[data-v-627f4e94]:hover {
|
|
4286
4166
|
background-color: rgba(255, 212, 175, 0.5);
|
|
4287
4167
|
}
|
|
4288
|
-
.table .td-bg-3[data-v-
|
|
4168
|
+
.table .td-bg-3[data-v-627f4e94] {
|
|
4289
4169
|
background-color: #ffb5b5;
|
|
4290
4170
|
cursor: pointer;
|
|
4291
4171
|
}
|
|
4292
|
-
.table .td-bg-3[data-v-
|
|
4172
|
+
.table .td-bg-3[data-v-627f4e94]:hover {
|
|
4293
4173
|
background-color: rgba(255, 181, 181, 0.5);
|
|
4294
4174
|
}
|
|
4295
|
-
.input-no-border[data-v-
|
|
4175
|
+
.input-no-border[data-v-627f4e94] {
|
|
4296
4176
|
border: none;
|
|
4297
4177
|
}
|
|
4298
|
-
[data-v-
|
|
4178
|
+
[data-v-627f4e94] .ant-table-body {
|
|
4299
4179
|
margin: 0 !important;
|
|
4300
4180
|
}
|
|
4301
4181
|
|
|
@@ -4340,7 +4220,7 @@ div {
|
|
|
4340
4220
|
}
|
|
4341
4221
|
|
|
4342
4222
|
|
|
4343
|
-
[data-v-
|
|
4223
|
+
[data-v-b87a9ec2] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
4344
4224
|
line-height: 5px !important;
|
|
4345
4225
|
}
|
|
4346
4226
|
|
|
@@ -4568,22 +4448,22 @@ div {
|
|
|
4568
4448
|
}
|
|
4569
4449
|
|
|
4570
4450
|
|
|
4571
|
-
[data-v-
|
|
4451
|
+
[data-v-6bb26d0f] .ant-popover-inner-content {
|
|
4572
4452
|
width: 190px;
|
|
4573
4453
|
}
|
|
4574
|
-
[data-v-
|
|
4454
|
+
[data-v-6bb26d0f] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
4575
4455
|
width: calc(100% - 0px) !important;
|
|
4576
4456
|
}
|
|
4577
|
-
[data-v-
|
|
4457
|
+
[data-v-6bb26d0f] .ant-form-item-control {
|
|
4578
4458
|
height: 100%;
|
|
4579
4459
|
}
|
|
4580
4460
|
/***label对齐方式*/
|
|
4581
|
-
.custom_form_item .break[data-v-
|
|
4461
|
+
.custom_form_item .break[data-v-6bb26d0f] {
|
|
4582
4462
|
white-space: normal;
|
|
4583
4463
|
word-break: break-all;
|
|
4584
4464
|
word-wrap: break-word;
|
|
4585
4465
|
}
|
|
4586
|
-
.custom_form_item .align-between[data-v-
|
|
4466
|
+
.custom_form_item .align-between[data-v-6bb26d0f] {
|
|
4587
4467
|
white-space: normal;
|
|
4588
4468
|
word-break: break-all;
|
|
4589
4469
|
word-wrap: break-word;
|
|
@@ -4592,28 +4472,28 @@ div {
|
|
|
4592
4472
|
text-align-last: justify;
|
|
4593
4473
|
width: 80%;
|
|
4594
4474
|
}
|
|
4595
|
-
.custom_form_item .align-middle[data-v-
|
|
4475
|
+
.custom_form_item .align-middle[data-v-6bb26d0f] {
|
|
4596
4476
|
white-space: normal;
|
|
4597
4477
|
word-break: break-all;
|
|
4598
4478
|
word-wrap: break-word;
|
|
4599
4479
|
text-align: center;
|
|
4600
4480
|
width: 80%;
|
|
4601
4481
|
}
|
|
4602
|
-
.custom_form_item .align-left[data-v-
|
|
4482
|
+
.custom_form_item .align-left[data-v-6bb26d0f] {
|
|
4603
4483
|
white-space: normal;
|
|
4604
4484
|
word-break: break-all;
|
|
4605
4485
|
word-wrap: break-word;
|
|
4606
4486
|
text-align: left;
|
|
4607
4487
|
width: 80%;
|
|
4608
4488
|
}
|
|
4609
|
-
.custom_form_item .align-right[data-v-
|
|
4489
|
+
.custom_form_item .align-right[data-v-6bb26d0f] {
|
|
4610
4490
|
white-space: normal;
|
|
4611
4491
|
word-break: break-all;
|
|
4612
4492
|
word-wrap: break-word;
|
|
4613
4493
|
text-align: right;
|
|
4614
4494
|
width: 80%;
|
|
4615
4495
|
}
|
|
4616
|
-
.custom_form_item .align-center[data-v-
|
|
4496
|
+
.custom_form_item .align-center[data-v-6bb26d0f] {
|
|
4617
4497
|
white-space: normal;
|
|
4618
4498
|
word-break: break-all;
|
|
4619
4499
|
word-wrap: break-word;
|
|
@@ -4622,52 +4502,52 @@ div {
|
|
|
4622
4502
|
}
|
|
4623
4503
|
/***label对齐方式 */
|
|
4624
4504
|
/*****公共boder ****/
|
|
4625
|
-
[data-v-
|
|
4505
|
+
[data-v-6bb26d0f] .ant-form-item-control-wrapper {
|
|
4626
4506
|
border-right: none !important;
|
|
4627
4507
|
border-bottom: 1px solid #000;
|
|
4628
4508
|
}
|
|
4629
|
-
[data-v-
|
|
4509
|
+
[data-v-6bb26d0f] .ant-form-item-label {
|
|
4630
4510
|
border-bottom: 1px solid #000;
|
|
4631
4511
|
}
|
|
4632
|
-
.verify-right[data-v-
|
|
4512
|
+
.verify-right[data-v-6bb26d0f] {
|
|
4633
4513
|
border-right: 1px solid #000;
|
|
4634
4514
|
}
|
|
4635
|
-
.custom_form_item_special[data-v-
|
|
4515
|
+
.custom_form_item_special[data-v-6bb26d0f] .ant-form-item-children {
|
|
4636
4516
|
height: 100%;
|
|
4637
4517
|
}
|
|
4638
4518
|
/*****公共boder ****/
|
|
4639
|
-
.custom_form_item_special[data-v-
|
|
4519
|
+
.custom_form_item_special[data-v-6bb26d0f] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
4640
4520
|
width: 100%;
|
|
4641
4521
|
}
|
|
4642
|
-
.verify-no-border input[data-v-
|
|
4643
|
-
.verify-no-border textarea[data-v-
|
|
4522
|
+
.verify-no-border input[data-v-6bb26d0f],
|
|
4523
|
+
.verify-no-border textarea[data-v-6bb26d0f] {
|
|
4644
4524
|
display: block;
|
|
4645
4525
|
background: none;
|
|
4646
4526
|
height: 90%;
|
|
4647
4527
|
width: 98%;
|
|
4648
4528
|
margin: 0 auto;
|
|
4649
4529
|
}
|
|
4650
|
-
.verify-no-border input[data-v-
|
|
4651
|
-
.verify-no-border textarea[data-v-
|
|
4530
|
+
.verify-no-border input[data-v-6bb26d0f]:disabled,
|
|
4531
|
+
.verify-no-border textarea[data-v-6bb26d0f]:disabled {
|
|
4652
4532
|
background: none !important;
|
|
4653
4533
|
color: #333;
|
|
4654
4534
|
}
|
|
4655
|
-
.verify[data-v-
|
|
4535
|
+
.verify[data-v-6bb26d0f] {
|
|
4656
4536
|
position: relative;
|
|
4657
4537
|
}
|
|
4658
|
-
.verify .inner-form-item[data-v-
|
|
4538
|
+
.verify .inner-form-item[data-v-6bb26d0f] .ant-form-item-control-wrapper {
|
|
4659
4539
|
border-bottom: none !important;
|
|
4660
4540
|
}
|
|
4661
|
-
.verify .inner-form-item[data-v-
|
|
4541
|
+
.verify .inner-form-item[data-v-6bb26d0f] .ant-form-item-children {
|
|
4662
4542
|
display: flex;
|
|
4663
4543
|
align-items: center;
|
|
4664
4544
|
justify-content: center;
|
|
4665
4545
|
width: 100%;
|
|
4666
4546
|
}
|
|
4667
|
-
.verify .inner-form-item[data-v-
|
|
4547
|
+
.verify .inner-form-item[data-v-6bb26d0f] .ant-form-item-children .textarea-wrapper {
|
|
4668
4548
|
width: 100%;
|
|
4669
4549
|
}
|
|
4670
|
-
.verify .verify-left[data-v-
|
|
4550
|
+
.verify .verify-left[data-v-6bb26d0f] {
|
|
4671
4551
|
position: absolute;
|
|
4672
4552
|
left: 0;
|
|
4673
4553
|
top: 0;
|
|
@@ -4678,57 +4558,63 @@ div {
|
|
|
4678
4558
|
-moz-text-align-last: justify;
|
|
4679
4559
|
text-align-last: justify;
|
|
4680
4560
|
}
|
|
4681
|
-
.verify .verify-right[data-v-
|
|
4561
|
+
.verify .verify-right[data-v-6bb26d0f] {
|
|
4682
4562
|
height: 100%;
|
|
4683
4563
|
width: 100%;
|
|
4684
4564
|
position: relative;
|
|
4685
4565
|
}
|
|
4686
|
-
.verify .verify-right .verify-text[data-v-
|
|
4566
|
+
.verify .verify-right .verify-text[data-v-6bb26d0f] {
|
|
4687
4567
|
position: relative;
|
|
4688
4568
|
height: 70%;
|
|
4689
4569
|
padding-top: 5px;
|
|
4690
4570
|
border-bottom: 1px solid #e6e6e6;
|
|
4571
|
+
/* 仅历史记录里直接包裹 textarea 的 span,避免误伤字数统计等嵌套 span */
|
|
4691
4572
|
}
|
|
4692
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
4573
|
+
.verify .verify-right .verify-text .verify-btn[data-v-6bb26d0f] {
|
|
4693
4574
|
position: absolute;
|
|
4694
4575
|
right: 10px;
|
|
4695
4576
|
bottom: 10px;
|
|
4696
4577
|
z-index: 10;
|
|
4697
4578
|
}
|
|
4698
|
-
.verify .verify-right .verify-text span[data-v-
|
|
4579
|
+
.verify .verify-right .verify-text > span[data-v-6bb26d0f] {
|
|
4699
4580
|
display: block;
|
|
4700
4581
|
border: none;
|
|
4701
4582
|
height: 100%;
|
|
4702
4583
|
}
|
|
4703
|
-
.verify .verify-right .verify-
|
|
4584
|
+
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-6bb26d0f] {
|
|
4585
|
+
display: inline;
|
|
4586
|
+
height: auto;
|
|
4587
|
+
width: auto;
|
|
4588
|
+
}
|
|
4589
|
+
.verify .verify-right .verify-seal[data-v-6bb26d0f] {
|
|
4704
4590
|
position: absolute;
|
|
4705
4591
|
width: 35mm;
|
|
4706
4592
|
height: 35mm;
|
|
4707
4593
|
z-index: 9 !important;
|
|
4708
4594
|
}
|
|
4709
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
4595
|
+
.verify .verify-right .verify-seal img[data-v-6bb26d0f] {
|
|
4710
4596
|
width: 35mm;
|
|
4711
4597
|
height: 35mm;
|
|
4712
4598
|
}
|
|
4713
|
-
.verify .verify-right .verify-icon[data-v-
|
|
4599
|
+
.verify .verify-right .verify-icon[data-v-6bb26d0f] {
|
|
4714
4600
|
position: absolute;
|
|
4715
4601
|
right: 3%;
|
|
4716
4602
|
top: 3%;
|
|
4717
4603
|
z-index: 20;
|
|
4718
4604
|
cursor: pointer;
|
|
4719
4605
|
}
|
|
4720
|
-
.verify .verify-option[data-v-
|
|
4606
|
+
.verify .verify-option[data-v-6bb26d0f] {
|
|
4721
4607
|
display: flex;
|
|
4722
4608
|
height: 30%;
|
|
4723
4609
|
}
|
|
4724
|
-
.verify .verify-option > div[data-v-
|
|
4610
|
+
.verify .verify-option > div[data-v-6bb26d0f] {
|
|
4725
4611
|
flex: 1;
|
|
4726
4612
|
border-right: 1px solid #e6e6e6;
|
|
4727
4613
|
display: flex;
|
|
4728
4614
|
justify-content: space-between;
|
|
4729
4615
|
align-items: center;
|
|
4730
4616
|
}
|
|
4731
|
-
.verify .verify-option > div span[data-v-
|
|
4617
|
+
.verify .verify-option > div span[data-v-6bb26d0f] {
|
|
4732
4618
|
text-align: center;
|
|
4733
4619
|
flex: 2;
|
|
4734
4620
|
border-right: 1px solid #e6e6e6;
|
|
@@ -4737,36 +4623,45 @@ div {
|
|
|
4737
4623
|
align-items: center;
|
|
4738
4624
|
justify-content: center;
|
|
4739
4625
|
}
|
|
4740
|
-
.verify .verify-option > div span + span[data-v-
|
|
4741
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
4626
|
+
.verify .verify-option > div span + span[data-v-6bb26d0f],
|
|
4627
|
+
.verify .verify-option > div span + .inner-form-item[data-v-6bb26d0f] {
|
|
4742
4628
|
border-right: none;
|
|
4743
4629
|
flex: 4;
|
|
4744
4630
|
}
|
|
4745
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
4631
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-6bb26d0f]:last-child {
|
|
4746
4632
|
box-sizing: border-box;
|
|
4747
4633
|
padding: 1px;
|
|
4748
4634
|
}
|
|
4749
|
-
.verify .verify-option div[data-v-
|
|
4635
|
+
.verify .verify-option div[data-v-6bb26d0f]:last-child {
|
|
4750
4636
|
border-right: none;
|
|
4751
4637
|
}
|
|
4752
|
-
.verify-
|
|
4638
|
+
[data-v-6bb26d0f] .verify-style_label_left .ant-form-item-label label > div,
|
|
4639
|
+
.verify-style_label_left[data-v-6bb26d0f] .ant-form-item-label label > div {
|
|
4640
|
+
align-self: center;
|
|
4641
|
+
flex: 0 0 auto;
|
|
4642
|
+
height: auto;
|
|
4643
|
+
display: flex;
|
|
4644
|
+
align-items: center;
|
|
4645
|
+
justify-content: center;
|
|
4646
|
+
}
|
|
4647
|
+
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] {
|
|
4753
4648
|
display: flex;
|
|
4754
4649
|
flex-direction: column;
|
|
4755
4650
|
height: 100%;
|
|
4756
4651
|
}
|
|
4757
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4652
|
+
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .verify-right {
|
|
4758
4653
|
height: 100% !important;
|
|
4759
4654
|
}
|
|
4760
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4655
|
+
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-label {
|
|
4761
4656
|
position: relative;
|
|
4762
4657
|
width: 100% !important;
|
|
4763
4658
|
height: 50px;
|
|
4764
4659
|
border-bottom: 1px solid #e6e6e6 !important;
|
|
4765
4660
|
}
|
|
4766
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4661
|
+
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-label label {
|
|
4767
4662
|
width: 100%;
|
|
4768
4663
|
}
|
|
4769
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4664
|
+
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-label .align-between {
|
|
4770
4665
|
width: 100% !important;
|
|
4771
4666
|
align-items: flex-start;
|
|
4772
4667
|
-moz-text-align-last: left;
|
|
@@ -4775,63 +4670,63 @@ div {
|
|
|
4775
4670
|
letter-spacing: 8px;
|
|
4776
4671
|
text-indent: 10px;
|
|
4777
4672
|
}
|
|
4778
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4673
|
+
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-control-wrapper {
|
|
4779
4674
|
width: 100%!important;
|
|
4780
4675
|
height: initial !important;
|
|
4781
4676
|
flex: 1;
|
|
4782
4677
|
overflow: hidden;
|
|
4783
4678
|
}
|
|
4784
|
-
.verify-style_grid_verify[data-v-
|
|
4679
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify .ant-form-item-control-wrapper {
|
|
4785
4680
|
border-right: none;
|
|
4786
4681
|
border-bottom: none;
|
|
4787
4682
|
}
|
|
4788
|
-
.verify-style_grid_verify[data-v-
|
|
4683
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify .ant-form-item-label {
|
|
4789
4684
|
border-bottom: none;
|
|
4790
4685
|
}
|
|
4791
|
-
.verify-style_grid_verify .verify-style_label_top[data-v-
|
|
4686
|
+
.verify-style_grid_verify .verify-style_label_top[data-v-6bb26d0f] .ant-form-item-label {
|
|
4792
4687
|
border-right: none !important;
|
|
4793
4688
|
}
|
|
4794
|
-
.verify-style_grid_verify[data-v-
|
|
4689
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right {
|
|
4795
4690
|
border: none;
|
|
4796
4691
|
}
|
|
4797
|
-
.verify-style_grid_verify[data-v-
|
|
4692
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-text {
|
|
4798
4693
|
height: 50%;
|
|
4799
4694
|
}
|
|
4800
|
-
.verify-style_grid_verify[data-v-
|
|
4695
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option {
|
|
4801
4696
|
height: 50%;
|
|
4802
4697
|
flex-wrap: wrap;
|
|
4803
4698
|
display: grid;
|
|
4804
4699
|
grid-template-rows: repeat(2, 50%);
|
|
4805
4700
|
grid-template-columns: repeat(2, 50%);
|
|
4806
4701
|
}
|
|
4807
|
-
.verify-style_grid_verify[data-v-
|
|
4702
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:first-child {
|
|
4808
4703
|
grid-area: 1 / span 1 / span 1;
|
|
4809
4704
|
}
|
|
4810
|
-
.verify-style_grid_verify[data-v-
|
|
4705
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:nth-child(2) {
|
|
4811
4706
|
grid-area: 0.5 / span 1 / span 1;
|
|
4812
4707
|
}
|
|
4813
|
-
.verify-style_grid_verify[data-v-
|
|
4708
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:nth-child(3) {
|
|
4814
4709
|
grid-area: 2 / span 2 / span 1;
|
|
4815
4710
|
}
|
|
4816
|
-
.verify-style_grid_verify[data-v-
|
|
4711
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div {
|
|
4817
4712
|
height: 100%;
|
|
4818
4713
|
box-sizing: border-box;
|
|
4819
4714
|
}
|
|
4820
|
-
.verify-style_grid_verify[data-v-
|
|
4715
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div > span:first-child {
|
|
4821
4716
|
flex: initial;
|
|
4822
4717
|
padding: 0 3px;
|
|
4823
4718
|
}
|
|
4824
|
-
.verify-style_grid_verify[data-v-
|
|
4719
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div span + span {
|
|
4825
4720
|
flex: 3;
|
|
4826
4721
|
overflow: hidden;
|
|
4827
4722
|
}
|
|
4828
|
-
.verify-style_grid_verify[data-v-
|
|
4723
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:first-child {
|
|
4829
4724
|
flex: 0 1 calc(50% + 20px);
|
|
4830
4725
|
}
|
|
4831
|
-
.verify-style_grid_verify[data-v-
|
|
4726
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:nth-child(2) {
|
|
4832
4727
|
border-right: none;
|
|
4833
4728
|
}
|
|
4834
|
-
.verify-style_grid_verify[data-v-
|
|
4729
|
+
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:last-child {
|
|
4835
4730
|
flex: 0 0 100%;
|
|
4836
4731
|
border-top: 1px solid #e6e6e6;
|
|
4837
4732
|
}
|
|
@@ -4840,25 +4735,39 @@ div {
|
|
|
4840
4735
|
width: 100%;
|
|
4841
4736
|
}
|
|
4842
4737
|
|
|
4843
|
-
.
|
|
4738
|
+
.custom_form_item[data-v-a34a7416] {
|
|
4739
|
+
height: 100%;
|
|
4740
|
+
}
|
|
4741
|
+
.custom_form_item[data-v-a34a7416] .ant-form-item {
|
|
4742
|
+
height: 100%;
|
|
4743
|
+
}
|
|
4744
|
+
[data-v-a34a7416] .verify-style_label_left .ant-form-item-label label > div,[data-v-a34a7416] .ant-form-item:not(.verify-style_label_top) .ant-form-item-label label > div {
|
|
4745
|
+
align-self: center;
|
|
4746
|
+
flex: 0 0 auto;
|
|
4747
|
+
height: auto;
|
|
4748
|
+
display: flex;
|
|
4749
|
+
align-items: center;
|
|
4750
|
+
justify-content: center;
|
|
4751
|
+
}
|
|
4752
|
+
.verify-com[data-v-a34a7416] {
|
|
4844
4753
|
width: 100%;
|
|
4845
4754
|
}
|
|
4846
|
-
.verify-com .verify-text[data-v-
|
|
4755
|
+
.verify-com .verify-text[data-v-a34a7416] {
|
|
4847
4756
|
position: relative;
|
|
4848
4757
|
}
|
|
4849
|
-
.verify-com .verify-option[data-v-
|
|
4758
|
+
.verify-com .verify-option[data-v-a34a7416] {
|
|
4850
4759
|
display: flex;
|
|
4851
4760
|
height: 30%;
|
|
4852
4761
|
margin-top: 10px;
|
|
4853
4762
|
flex-wrap: wrap;
|
|
4854
4763
|
}
|
|
4855
|
-
.verify-com .verify-option > div[data-v-
|
|
4764
|
+
.verify-com .verify-option > div[data-v-a34a7416] {
|
|
4856
4765
|
flex: 1;
|
|
4857
4766
|
display: flex;
|
|
4858
4767
|
justify-content: space-between;
|
|
4859
4768
|
align-items: center;
|
|
4860
4769
|
}
|
|
4861
|
-
.verify-com .verify-option > div span[data-v-
|
|
4770
|
+
.verify-com .verify-option > div span[data-v-a34a7416] {
|
|
4862
4771
|
text-align: center;
|
|
4863
4772
|
flex: 2;
|
|
4864
4773
|
height: 100%;
|
|
@@ -4866,69 +4775,69 @@ div {
|
|
|
4866
4775
|
align-items: center;
|
|
4867
4776
|
justify-content: center;
|
|
4868
4777
|
}
|
|
4869
|
-
.verify-com .verify-option > div span + input[data-v-
|
|
4778
|
+
.verify-com .verify-option > div span + input[data-v-a34a7416] {
|
|
4870
4779
|
border-right: none;
|
|
4871
4780
|
flex: 3;
|
|
4872
4781
|
}
|
|
4873
|
-
.verify-com .verify-option div[data-v-
|
|
4782
|
+
.verify-com .verify-option div[data-v-a34a7416]:last-child {
|
|
4874
4783
|
border-right: none;
|
|
4875
4784
|
}
|
|
4876
|
-
.verify-style_grid_verify .verify-text[data-v-
|
|
4785
|
+
.verify-style_grid_verify .verify-text[data-v-a34a7416] {
|
|
4877
4786
|
height: 50%;
|
|
4878
4787
|
}
|
|
4879
|
-
.verify-style_grid_verify .verify-option[data-v-
|
|
4788
|
+
.verify-style_grid_verify .verify-option[data-v-a34a7416] {
|
|
4880
4789
|
height: 50%;
|
|
4881
4790
|
flex-wrap: wrap;
|
|
4882
4791
|
display: grid;
|
|
4883
4792
|
grid-template-rows: repeat(2, 50%);
|
|
4884
4793
|
grid-template-columns: repeat(2, 50%);
|
|
4885
4794
|
}
|
|
4886
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
4795
|
+
.verify-style_grid_verify .verify-option > div[data-v-a34a7416]:first-child {
|
|
4887
4796
|
grid-area: 1 / span 1.5 / span 1;
|
|
4888
4797
|
}
|
|
4889
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
4798
|
+
.verify-style_grid_verify .verify-option > div[data-v-a34a7416]:nth-child(2) {
|
|
4890
4799
|
grid-area: 0.5 / span 1 / span 1;
|
|
4891
4800
|
}
|
|
4892
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
4801
|
+
.verify-style_grid_verify .verify-option > div[data-v-a34a7416]:nth-child(3) {
|
|
4893
4802
|
grid-area: 2 / span 2 / span 1;
|
|
4894
4803
|
}
|
|
4895
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
4804
|
+
.verify-style_grid_verify .verify-option > div[data-v-a34a7416] {
|
|
4896
4805
|
height: 100%;
|
|
4897
4806
|
box-sizing: border-box;
|
|
4898
4807
|
}
|
|
4899
|
-
.verify-style_grid_verify .verify-option > div > span[data-v-
|
|
4808
|
+
.verify-style_grid_verify .verify-option > div > span[data-v-a34a7416]:first-child {
|
|
4900
4809
|
flex: initial;
|
|
4901
4810
|
padding: 0 3px;
|
|
4902
4811
|
}
|
|
4903
|
-
.verify-style_grid_verify .verify-option > div span + span[data-v-
|
|
4812
|
+
.verify-style_grid_verify .verify-option > div span + span[data-v-a34a7416] {
|
|
4904
4813
|
flex: 3;
|
|
4905
4814
|
}
|
|
4906
|
-
.verify-style_label_top[data-v-
|
|
4815
|
+
.verify-style_label_top[data-v-a34a7416] {
|
|
4907
4816
|
display: flex;
|
|
4908
4817
|
flex-direction: column;
|
|
4909
4818
|
height: 100%;
|
|
4910
4819
|
box-sizing: border-box;
|
|
4911
4820
|
}
|
|
4912
|
-
.verify-style_label_top .verify-text textarea[data-v-
|
|
4821
|
+
.verify-style_label_top .verify-text textarea[data-v-a34a7416] {
|
|
4913
4822
|
margin-bottom: 0!important;
|
|
4914
4823
|
}
|
|
4915
|
-
.verify-style_label_top[data-v-
|
|
4824
|
+
.verify-style_label_top[data-v-a34a7416] .ant-form-item-control {
|
|
4916
4825
|
height: 100%;
|
|
4917
4826
|
display: flex;
|
|
4918
4827
|
flex-direction: column;
|
|
4919
4828
|
justify-content: center;
|
|
4920
4829
|
}
|
|
4921
|
-
.verify-style_label_top[data-v-
|
|
4830
|
+
.verify-style_label_top[data-v-a34a7416] .ant-form-item-label {
|
|
4922
4831
|
position: relative !important;
|
|
4923
4832
|
width: 100% !important;
|
|
4924
4833
|
height: 20% !important;
|
|
4925
4834
|
border-right: none !important;
|
|
4926
4835
|
border-bottom: 1px solid #000;
|
|
4927
4836
|
}
|
|
4928
|
-
.verify-style_label_top[data-v-
|
|
4837
|
+
.verify-style_label_top[data-v-a34a7416] .ant-form-item-label label {
|
|
4929
4838
|
width: 100%;
|
|
4930
4839
|
}
|
|
4931
|
-
.verify-style_label_top[data-v-
|
|
4840
|
+
.verify-style_label_top[data-v-a34a7416] .ant-form-item-label .align-between {
|
|
4932
4841
|
width: 100% !important;
|
|
4933
4842
|
align-items: flex-start;
|
|
4934
4843
|
-moz-text-align-last: left;
|
|
@@ -4937,13 +4846,13 @@ div {
|
|
|
4937
4846
|
letter-spacing: 8px;
|
|
4938
4847
|
text-indent: 10px;
|
|
4939
4848
|
}
|
|
4940
|
-
.verify-style_label_top[data-v-
|
|
4849
|
+
.verify-style_label_top[data-v-a34a7416] .ant-form-item-control-wrapper {
|
|
4941
4850
|
width: 100%!important;
|
|
4942
4851
|
height: initial !important;
|
|
4943
4852
|
flex: 1;
|
|
4944
4853
|
margin-top: 5px;
|
|
4945
4854
|
}
|
|
4946
|
-
.verify-style_label_top .verify-option[data-v-
|
|
4855
|
+
.verify-style_label_top .verify-option[data-v-a34a7416] {
|
|
4947
4856
|
margin-top: 0 !important;
|
|
4948
4857
|
}
|
|
4949
4858
|
|
|
@@ -5006,12 +4915,12 @@ div {
|
|
|
5006
4915
|
}
|
|
5007
4916
|
|
|
5008
4917
|
/***label对齐方式 */
|
|
5009
|
-
[data-v-
|
|
4918
|
+
[data-v-0e694577] .custom_form_item .break {
|
|
5010
4919
|
white-space: normal;
|
|
5011
4920
|
word-break: break-all;
|
|
5012
4921
|
word-wrap: break-word;
|
|
5013
4922
|
}
|
|
5014
|
-
[data-v-
|
|
4923
|
+
[data-v-0e694577] .custom_form_item .align-between {
|
|
5015
4924
|
white-space: normal;
|
|
5016
4925
|
word-break: break-all;
|
|
5017
4926
|
word-wrap: break-word;
|
|
@@ -5020,28 +4929,28 @@ div {
|
|
|
5020
4929
|
text-align-last: justify;
|
|
5021
4930
|
width: 80%;
|
|
5022
4931
|
}
|
|
5023
|
-
[data-v-
|
|
4932
|
+
[data-v-0e694577] .custom_form_item .align-middle {
|
|
5024
4933
|
white-space: normal;
|
|
5025
4934
|
word-break: break-all;
|
|
5026
4935
|
word-wrap: break-word;
|
|
5027
4936
|
text-align: center;
|
|
5028
4937
|
width: 80%;
|
|
5029
4938
|
}
|
|
5030
|
-
[data-v-
|
|
4939
|
+
[data-v-0e694577] .custom_form_item .align-left {
|
|
5031
4940
|
white-space: normal;
|
|
5032
4941
|
word-break: break-all;
|
|
5033
4942
|
word-wrap: break-word;
|
|
5034
4943
|
text-align: left;
|
|
5035
4944
|
width: 80%;
|
|
5036
4945
|
}
|
|
5037
|
-
[data-v-
|
|
4946
|
+
[data-v-0e694577] .custom_form_item .align-right {
|
|
5038
4947
|
white-space: normal;
|
|
5039
4948
|
word-break: break-all;
|
|
5040
4949
|
word-wrap: break-word;
|
|
5041
4950
|
text-align: right;
|
|
5042
4951
|
width: 80%;
|
|
5043
4952
|
}
|
|
5044
|
-
[data-v-
|
|
4953
|
+
[data-v-0e694577] .custom_form_item .align-center {
|
|
5045
4954
|
white-space: normal;
|
|
5046
4955
|
word-break: break-all;
|
|
5047
4956
|
word-wrap: break-word;
|
|
@@ -5050,15 +4959,15 @@ div {
|
|
|
5050
4959
|
}
|
|
5051
4960
|
/***label对齐方式 */
|
|
5052
4961
|
/*****公共boder ****/
|
|
5053
|
-
[data-v-
|
|
4962
|
+
[data-v-0e694577] .ant-form-item-control-wrapper {
|
|
5054
4963
|
border-right: 1px solid #000;
|
|
5055
4964
|
border-bottom: 1px solid #000;
|
|
5056
4965
|
}
|
|
5057
|
-
[data-v-
|
|
4966
|
+
[data-v-0e694577] .ant-form-item-label {
|
|
5058
4967
|
border-bottom: 1px solid #000;
|
|
5059
4968
|
}
|
|
5060
4969
|
/*****公共boder ****/
|
|
5061
|
-
.correction[data-v-
|
|
4970
|
+
.correction[data-v-0e694577] {
|
|
5062
4971
|
display: block;
|
|
5063
4972
|
position: absolute;
|
|
5064
4973
|
right: 1px;
|
|
@@ -5085,11 +4994,11 @@ div {
|
|
|
5085
4994
|
transition: transform linear;
|
|
5086
4995
|
}
|
|
5087
4996
|
|
|
5088
|
-
.sub-table-col[data-v-
|
|
4997
|
+
.sub-table-col[data-v-f81354ea] {
|
|
5089
4998
|
display: flex;
|
|
5090
4999
|
box-sizing: border-box;
|
|
5091
5000
|
}
|
|
5092
|
-
.sub-table-col > span[data-v-
|
|
5001
|
+
.sub-table-col > span[data-v-f81354ea] {
|
|
5093
5002
|
flex: 2;
|
|
5094
5003
|
border-bottom: 1px solid #000;
|
|
5095
5004
|
border-right: 1px solid #000;
|
|
@@ -5097,22 +5006,22 @@ div {
|
|
|
5097
5006
|
line-height: 40px;
|
|
5098
5007
|
text-align: center;
|
|
5099
5008
|
}
|
|
5100
|
-
.sub-table-col > .last-one[data-v-
|
|
5009
|
+
.sub-table-col > .last-one[data-v-f81354ea] {
|
|
5101
5010
|
width: 87px;
|
|
5102
5011
|
flex: 0 0 87px;
|
|
5103
5012
|
border-right: 1px solid #333;
|
|
5104
5013
|
border-bottom: 1px solid #333;
|
|
5105
5014
|
}
|
|
5106
|
-
.sub-table-col-no-border > span[data-v-
|
|
5015
|
+
.sub-table-col-no-border > span[data-v-f81354ea] {
|
|
5107
5016
|
border: none;
|
|
5108
5017
|
height: auto;
|
|
5109
5018
|
width: 0;
|
|
5110
5019
|
}
|
|
5111
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5112
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5020
|
+
.sub-table-col-no-border > .sub-table-title[data-v-f81354ea]:last-child,
|
|
5021
|
+
.sub-table-col-no-border > .sub-table-item[data-v-f81354ea]:last-child {
|
|
5113
5022
|
border-right: none !important;
|
|
5114
5023
|
}
|
|
5115
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5024
|
+
.sub-table-col-no-border > .last-one[data-v-f81354ea] {
|
|
5116
5025
|
width: 87px;
|
|
5117
5026
|
flex: 0 0 87px;
|
|
5118
5027
|
display: flex;
|
|
@@ -5120,46 +5029,46 @@ div {
|
|
|
5120
5029
|
align-items: center;
|
|
5121
5030
|
}
|
|
5122
5031
|
|
|
5123
|
-
.t-border[data-v-
|
|
5032
|
+
.t-border[data-v-6ffd30c3] {
|
|
5124
5033
|
border-right: 1px solid #333;
|
|
5125
5034
|
border-bottom: 1px solid #333;
|
|
5126
5035
|
}
|
|
5127
|
-
[data-v-
|
|
5036
|
+
[data-v-6ffd30c3] * {
|
|
5128
5037
|
font-size: var(--paperFontSize);
|
|
5129
5038
|
}
|
|
5130
|
-
[data-v-
|
|
5039
|
+
[data-v-6ffd30c3] .custom_form_item {
|
|
5131
5040
|
height: -moz-fit-content;
|
|
5132
5041
|
height: fit-content;
|
|
5133
5042
|
}
|
|
5134
|
-
.save-pdf[data-v-
|
|
5043
|
+
.save-pdf[data-v-6ffd30c3] .ant-input {
|
|
5135
5044
|
border: none !important;
|
|
5136
5045
|
}
|
|
5137
|
-
.save-pdf[data-v-
|
|
5046
|
+
.save-pdf[data-v-6ffd30c3] .ant-select-selection {
|
|
5138
5047
|
border: none !important;
|
|
5139
5048
|
}
|
|
5140
|
-
.save-pdf[data-v-
|
|
5049
|
+
.save-pdf[data-v-6ffd30c3] .ant-select-arrow svg {
|
|
5141
5050
|
display: none;
|
|
5142
5051
|
}
|
|
5143
|
-
.save-pdf[data-v-
|
|
5052
|
+
.save-pdf[data-v-6ffd30c3] .ant-upload.ant-upload-select-picture-card {
|
|
5144
5053
|
display: none;
|
|
5145
5054
|
}
|
|
5146
|
-
.save-pdf[data-v-
|
|
5055
|
+
.save-pdf[data-v-6ffd30c3] .anticon svg {
|
|
5147
5056
|
display: none;
|
|
5148
5057
|
}
|
|
5149
|
-
.save-pdf[data-v-
|
|
5058
|
+
.save-pdf[data-v-6ffd30c3] .ant-time-picker-input {
|
|
5150
5059
|
border: none !important;
|
|
5151
5060
|
}
|
|
5152
|
-
.save-pdf[data-v-
|
|
5061
|
+
.save-pdf[data-v-6ffd30c3] .ant-upload.ant-upload-select {
|
|
5153
5062
|
display: none;
|
|
5154
5063
|
}
|
|
5155
5064
|
/**打印非固定高度标签 高度不确定bug**/
|
|
5156
|
-
.computed-wrap[data-v-
|
|
5065
|
+
.computed-wrap[data-v-6ffd30c3] {
|
|
5157
5066
|
background: #f5f5f5;
|
|
5158
5067
|
}
|
|
5159
|
-
.computed-wrap .item[data-v-
|
|
5068
|
+
.computed-wrap .item[data-v-6ffd30c3] {
|
|
5160
5069
|
display: flex;
|
|
5161
5070
|
}
|
|
5162
|
-
.computed-wrap .item > div[data-v-
|
|
5071
|
+
.computed-wrap .item > div[data-v-6ffd30c3] {
|
|
5163
5072
|
height: 35px;
|
|
5164
5073
|
line-height: 35px;
|
|
5165
5074
|
flex: 1;
|
|
@@ -5167,130 +5076,130 @@ div {
|
|
|
5167
5076
|
border-bottom: 1px solid #000;
|
|
5168
5077
|
text-align: center;
|
|
5169
5078
|
}
|
|
5170
|
-
.computed-wrap .item > div + div[data-v-
|
|
5079
|
+
.computed-wrap .item > div + div[data-v-6ffd30c3] {
|
|
5171
5080
|
flex: 2;
|
|
5172
5081
|
}
|
|
5173
|
-
.layout .paper[data-v-
|
|
5082
|
+
.layout .paper[data-v-6ffd30c3] {
|
|
5174
5083
|
position: relative;
|
|
5175
5084
|
}
|
|
5176
|
-
.layout .paper .form-title[data-v-
|
|
5085
|
+
.layout .paper .form-title[data-v-6ffd30c3] {
|
|
5177
5086
|
text-align: center;
|
|
5178
5087
|
font-weight: 600;
|
|
5179
5088
|
font-size: 16px;
|
|
5180
5089
|
min-height: 40px;
|
|
5181
5090
|
line-height: 30px;
|
|
5182
5091
|
}
|
|
5183
|
-
.row-item[data-v-
|
|
5092
|
+
.row-item[data-v-6ffd30c3] {
|
|
5184
5093
|
height: -moz-fit-content;
|
|
5185
5094
|
height: fit-content;
|
|
5186
5095
|
/**打印非固定高度标签 高度不确定bug**/
|
|
5187
5096
|
}
|
|
5188
|
-
.no-row-item[data-v-
|
|
5097
|
+
.no-row-item[data-v-6ffd30c3] {
|
|
5189
5098
|
border-right: none;
|
|
5190
5099
|
border-bottom: none;
|
|
5191
5100
|
}
|
|
5192
5101
|
/****page边框内的 ***/
|
|
5193
|
-
.page-border[data-v-
|
|
5102
|
+
.page-border[data-v-6ffd30c3] {
|
|
5194
5103
|
background: #fff;
|
|
5195
5104
|
box-sizing: border-box;
|
|
5196
5105
|
}
|
|
5197
|
-
.page-border .row-item[data-v-
|
|
5106
|
+
.page-border .row-item[data-v-6ffd30c3]:first-child {
|
|
5198
5107
|
border-top: 1px solid #000;
|
|
5199
5108
|
}
|
|
5200
|
-
.page-border .row-item[data-v-
|
|
5109
|
+
.page-border .row-item[data-v-6ffd30c3] {
|
|
5201
5110
|
border-left: 1px solid #000;
|
|
5202
5111
|
}
|
|
5203
|
-
.page-border .item-bottom[data-v-
|
|
5112
|
+
.page-border .item-bottom[data-v-6ffd30c3] {
|
|
5204
5113
|
border-bottom: 1px solid #000;
|
|
5205
5114
|
}
|
|
5206
|
-
.page-border .row-item[data-v-
|
|
5115
|
+
.page-border .row-item[data-v-6ffd30c3]:not(:last-child) {
|
|
5207
5116
|
position: relative;
|
|
5208
5117
|
}
|
|
5209
|
-
.page-border li.sortable-chosen[data-v-
|
|
5118
|
+
.page-border li.sortable-chosen[data-v-6ffd30c3] {
|
|
5210
5119
|
height: 2px !important;
|
|
5211
5120
|
overflow: hidden !important;
|
|
5212
5121
|
background: red !important;
|
|
5213
5122
|
}
|
|
5214
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
5123
|
+
.page-border .ant-time-picker-panel[data-v-6ffd30c3] {
|
|
5215
5124
|
z-index: 200000 !important;
|
|
5216
5125
|
}
|
|
5217
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
5126
|
+
.page-border .ant-calendar-picker-container[data-v-6ffd30c3] {
|
|
5218
5127
|
z-index: 200000 !important;
|
|
5219
5128
|
}
|
|
5220
|
-
[data-v-
|
|
5129
|
+
[data-v-6ffd30c3] .ant-time-picker-panel {
|
|
5221
5130
|
z-index: 9999 !important;
|
|
5222
5131
|
}
|
|
5223
|
-
.ant-calendar-picker-container[data-v-
|
|
5132
|
+
.ant-calendar-picker-container[data-v-6ffd30c3] {
|
|
5224
5133
|
z-index: 200000 !important;
|
|
5225
5134
|
}
|
|
5226
|
-
[data-v-
|
|
5135
|
+
[data-v-6ffd30c3] .ant-form-item-children {
|
|
5227
5136
|
display: block;
|
|
5228
5137
|
}
|
|
5229
|
-
[data-v-
|
|
5138
|
+
[data-v-6ffd30c3] .ant-form-item {
|
|
5230
5139
|
width: 100%;
|
|
5231
5140
|
height: 100%;
|
|
5232
5141
|
margin-bottom: 0;
|
|
5233
5142
|
display: flex;
|
|
5234
5143
|
}
|
|
5235
|
-
[data-v-
|
|
5144
|
+
[data-v-6ffd30c3] .ant-form-item .is_required::before {
|
|
5236
5145
|
content: "*";
|
|
5237
5146
|
color: #f56c6c;
|
|
5238
5147
|
margin-right: 4px;
|
|
5239
5148
|
}
|
|
5240
|
-
[data-v-
|
|
5149
|
+
[data-v-6ffd30c3] .ant-form-item .ant-form-item-label {
|
|
5241
5150
|
border-right: 1px solid #000;
|
|
5242
5151
|
}
|
|
5243
|
-
[data-v-
|
|
5152
|
+
[data-v-6ffd30c3] .ant-form-item .ant-form-item-label label {
|
|
5244
5153
|
display: flex;
|
|
5245
5154
|
justify-content: center;
|
|
5246
5155
|
align-items: center;
|
|
5247
5156
|
height: 100%;
|
|
5248
5157
|
}
|
|
5249
|
-
[data-v-
|
|
5158
|
+
[data-v-6ffd30c3] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
5250
5159
|
display: none;
|
|
5251
5160
|
}
|
|
5252
|
-
[data-v-
|
|
5161
|
+
[data-v-6ffd30c3] .ant-form-item .ant-form-item-control-wrapper {
|
|
5253
5162
|
display: flex;
|
|
5254
5163
|
align-items: center;
|
|
5255
5164
|
text-align: left;
|
|
5256
5165
|
}
|
|
5257
|
-
[data-v-
|
|
5166
|
+
[data-v-6ffd30c3] .ant-form-item .ant-form-item-control {
|
|
5258
5167
|
width: 98%;
|
|
5259
5168
|
margin: 0 auto;
|
|
5260
5169
|
}
|
|
5261
|
-
[data-v-
|
|
5170
|
+
[data-v-6ffd30c3] .ant-form-item .is_required::before {
|
|
5262
5171
|
content: "*";
|
|
5263
5172
|
color: #f56c6c;
|
|
5264
5173
|
margin-right: 4px;
|
|
5265
5174
|
}
|
|
5266
|
-
.row-table[data-v-
|
|
5175
|
+
.row-table[data-v-6ffd30c3] {
|
|
5267
5176
|
display: flex;
|
|
5268
5177
|
}
|
|
5269
|
-
.row-table[data-v-
|
|
5270
|
-
.row-table[data-v-
|
|
5178
|
+
.row-table[data-v-6ffd30c3] .ant-spin-container,
|
|
5179
|
+
.row-table[data-v-6ffd30c3] {
|
|
5271
5180
|
display: flex;
|
|
5272
5181
|
width: 100%;
|
|
5273
5182
|
}
|
|
5274
|
-
.row-table[data-v-
|
|
5275
|
-
.row-table .table-left[data-v-
|
|
5183
|
+
.row-table[data-v-6ffd30c3] .ant-spin-container .table-left,
|
|
5184
|
+
.row-table .table-left[data-v-6ffd30c3] {
|
|
5276
5185
|
width: 100px;
|
|
5277
5186
|
text-align: center;
|
|
5278
5187
|
border-right: 1px solid #333;
|
|
5279
5188
|
border-bottom: 1px solid #333;
|
|
5280
5189
|
position: relative;
|
|
5281
5190
|
}
|
|
5282
|
-
.row-table[data-v-
|
|
5283
|
-
.row-table .table-left p[data-v-
|
|
5191
|
+
.row-table[data-v-6ffd30c3] .ant-spin-container .table-left p,
|
|
5192
|
+
.row-table .table-left p[data-v-6ffd30c3] {
|
|
5284
5193
|
position: absolute;
|
|
5285
5194
|
top: 50%;
|
|
5286
5195
|
left: 50%;
|
|
5287
5196
|
transform: translate(-50%, -50%);
|
|
5288
5197
|
}
|
|
5289
|
-
.row-table[data-v-
|
|
5290
|
-
.row-table .table-right[data-v-
|
|
5198
|
+
.row-table[data-v-6ffd30c3] .ant-spin-container .table-right,
|
|
5199
|
+
.row-table .table-right[data-v-6ffd30c3] {
|
|
5291
5200
|
flex: 1;
|
|
5292
5201
|
}
|
|
5293
|
-
.table-content[data-v-
|
|
5202
|
+
.table-content[data-v-6ffd30c3] {
|
|
5294
5203
|
width: 100%;
|
|
5295
5204
|
height: 40px;
|
|
5296
5205
|
line-height: 40px;
|
|
@@ -5299,11 +5208,11 @@ div {
|
|
|
5299
5208
|
border-bottom: 1px solid #333;
|
|
5300
5209
|
border-right: 1px solid #333;
|
|
5301
5210
|
}
|
|
5302
|
-
.sub-table-col[data-v-
|
|
5211
|
+
.sub-table-col[data-v-6ffd30c3] {
|
|
5303
5212
|
display: flex;
|
|
5304
5213
|
box-sizing: border-box;
|
|
5305
5214
|
}
|
|
5306
|
-
.sub-table-col > span[data-v-
|
|
5215
|
+
.sub-table-col > span[data-v-6ffd30c3] {
|
|
5307
5216
|
flex: 2;
|
|
5308
5217
|
border-bottom: 1px solid #000;
|
|
5309
5218
|
border-right: 1px solid #000;
|
|
@@ -5311,34 +5220,34 @@ div {
|
|
|
5311
5220
|
line-height: 40px;
|
|
5312
5221
|
text-align: center;
|
|
5313
5222
|
}
|
|
5314
|
-
.sub-table-col > .last-one[data-v-
|
|
5223
|
+
.sub-table-col > .last-one[data-v-6ffd30c3] {
|
|
5315
5224
|
width: 87px;
|
|
5316
5225
|
flex: 0 0 87px;
|
|
5317
5226
|
border-right: 1px solid #333;
|
|
5318
5227
|
border-bottom: 1px solid #333;
|
|
5319
5228
|
}
|
|
5320
|
-
.sub-table-col-no-border > span[data-v-
|
|
5229
|
+
.sub-table-col-no-border > span[data-v-6ffd30c3] {
|
|
5321
5230
|
border: none;
|
|
5322
5231
|
height: auto;
|
|
5323
5232
|
width: 0;
|
|
5324
5233
|
}
|
|
5325
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5326
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5234
|
+
.sub-table-col-no-border > .sub-table-title[data-v-6ffd30c3]:last-child,
|
|
5235
|
+
.sub-table-col-no-border > .sub-table-item[data-v-6ffd30c3]:last-child {
|
|
5327
5236
|
border-right: none !important;
|
|
5328
5237
|
}
|
|
5329
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5238
|
+
.sub-table-col-no-border > .last-one[data-v-6ffd30c3] {
|
|
5330
5239
|
width: 87px;
|
|
5331
5240
|
flex: 0 0 87px;
|
|
5332
5241
|
display: flex;
|
|
5333
5242
|
justify-content: center;
|
|
5334
5243
|
align-items: center;
|
|
5335
5244
|
}
|
|
5336
|
-
.pagiAfter + .row-item[data-v-
|
|
5245
|
+
.pagiAfter + .row-item[data-v-6ffd30c3] {
|
|
5337
5246
|
border-top-width: 1px;
|
|
5338
5247
|
border-top-style: solid;
|
|
5339
5248
|
}
|
|
5340
5249
|
/* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
|
|
5341
|
-
.row-item:not(:last-child) .hasWidgetAfter[data-v-
|
|
5250
|
+
.row-item:not(:last-child) .hasWidgetAfter[data-v-6ffd30c3] {
|
|
5342
5251
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5343
5252
|
width: calc(100% + 1px);
|
|
5344
5253
|
border-left-width: 1px;
|
|
@@ -5347,7 +5256,7 @@ div {
|
|
|
5347
5256
|
border-right-style: solid;
|
|
5348
5257
|
left: -1px;
|
|
5349
5258
|
}
|
|
5350
|
-
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-
|
|
5259
|
+
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-6ffd30c3] {
|
|
5351
5260
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5352
5261
|
width: calc(100% + 1px);
|
|
5353
5262
|
border-left: none;
|
|
@@ -5355,33 +5264,33 @@ div {
|
|
|
5355
5264
|
left: -1px;
|
|
5356
5265
|
}
|
|
5357
5266
|
/*****无border *****/
|
|
5358
|
-
.no-border .page-border[data-v-
|
|
5267
|
+
.no-border .page-border[data-v-6ffd30c3] {
|
|
5359
5268
|
border: none;
|
|
5360
5269
|
}
|
|
5361
|
-
.no-border .page-border .row-item[data-v-
|
|
5270
|
+
.no-border .page-border .row-item[data-v-6ffd30c3]:not(:last-child) {
|
|
5362
5271
|
border: none;
|
|
5363
5272
|
}
|
|
5364
|
-
.no-border .page-border[data-v-
|
|
5273
|
+
.no-border .page-border[data-v-6ffd30c3] .ant-form-item .ant-form-item-label {
|
|
5365
5274
|
border: none;
|
|
5366
5275
|
}
|
|
5367
|
-
.table_border[data-v-
|
|
5276
|
+
.table_border[data-v-6ffd30c3] {
|
|
5368
5277
|
border-bottom: 0;
|
|
5369
5278
|
border-right: 0;
|
|
5370
5279
|
}
|
|
5371
5280
|
/*****无border *****/
|
|
5372
|
-
[data-v-
|
|
5281
|
+
[data-v-6ffd30c3] .ant-form-item-children > div > p,[data-v-6ffd30c3] .ant-form-item-children > div > h1,[data-v-6ffd30c3] .ant-form-item-children > div > h2,[data-v-6ffd30c3] .ant-form-item-children > div > h3,[data-v-6ffd30c3] .ant-form-item-children > div > h4,[data-v-6ffd30c3] .ant-form-item-children > div > h5,[data-v-6ffd30c3] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
5373
5282
|
margin: 10px 0;
|
|
5374
5283
|
line-height: 1.5;
|
|
5375
5284
|
}
|
|
5376
|
-
[data-v-
|
|
5285
|
+
[data-v-6ffd30c3] .ant-spin-dot {
|
|
5377
5286
|
font-size: 20px !important;
|
|
5378
5287
|
}
|
|
5379
|
-
.form_skeleton[data-v-
|
|
5288
|
+
.form_skeleton[data-v-6ffd30c3] {
|
|
5380
5289
|
display: block;
|
|
5381
5290
|
width: 700px;
|
|
5382
5291
|
margin: 55px auto;
|
|
5383
5292
|
}
|
|
5384
|
-
.form_skeleton[data-v-
|
|
5293
|
+
.form_skeleton[data-v-6ffd30c3] .ant-skeleton-title {
|
|
5385
5294
|
margin: 0 auto;
|
|
5386
5295
|
}
|
|
5387
5296
|
|
|
@@ -5390,89 +5299,94 @@ div {
|
|
|
5390
5299
|
display: none ;
|
|
5391
5300
|
}
|
|
5392
5301
|
|
|
5393
|
-
.components-list[data-v-
|
|
5302
|
+
.components-list[data-v-27422f7c] {
|
|
5394
5303
|
padding: 0;
|
|
5395
|
-
padding-top: 5px;
|
|
5396
5304
|
margin: 0;
|
|
5397
5305
|
line-height: 20px;
|
|
5398
5306
|
position: relative;
|
|
5307
|
+
height: 100%;
|
|
5308
|
+
overflow-y: auto;
|
|
5399
5309
|
}
|
|
5400
|
-
.components-list .tabs[data-v-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5310
|
+
.components-list .tabs[data-v-27422f7c] {
|
|
5311
|
+
padding: 8px 10px 6px;
|
|
5312
|
+
display: flex;
|
|
5313
|
+
flex-wrap: wrap;
|
|
5314
|
+
gap: 4px;
|
|
5315
|
+
border-bottom: 1px solid #e8e8e8;
|
|
5316
|
+
position: sticky;
|
|
5317
|
+
top: 0;
|
|
5318
|
+
background: #fff;
|
|
5319
|
+
z-index: 1;
|
|
5409
5320
|
}
|
|
5410
|
-
.components-list .tabs span[data-v-
|
|
5321
|
+
.components-list .tabs span[data-v-27422f7c] {
|
|
5411
5322
|
cursor: pointer;
|
|
5412
5323
|
display: inline-block;
|
|
5413
|
-
margin: 0 5px;
|
|
5414
5324
|
font-size: 12px;
|
|
5415
|
-
padding: 2px
|
|
5416
|
-
}
|
|
5417
|
-
.components-list .tabs .activeTab[data-v-bb4c8efc] {
|
|
5418
|
-
background: #4991f2;
|
|
5325
|
+
padding: 2px 8px;
|
|
5419
5326
|
border-radius: 10px;
|
|
5327
|
+
color: #666;
|
|
5328
|
+
transition: all 0.2s;
|
|
5329
|
+
}
|
|
5330
|
+
.components-list .tabs .activeTab[data-v-27422f7c] {
|
|
5331
|
+
background: #409EFF;
|
|
5420
5332
|
color: #fff;
|
|
5421
5333
|
}
|
|
5422
|
-
.components-list
|
|
5423
|
-
|
|
5424
|
-
|
|
5334
|
+
.components-list ul[data-v-27422f7c] {
|
|
5335
|
+
padding: 8px 8px 4px;
|
|
5336
|
+
}
|
|
5337
|
+
.components-list .widget-control[data-v-27422f7c] {
|
|
5338
|
+
display: block;
|
|
5339
|
+
width: 100%;
|
|
5425
5340
|
box-sizing: border-box;
|
|
5426
|
-
padding: 0
|
|
5427
|
-
height:
|
|
5428
|
-
border: 1px solid #
|
|
5429
|
-
|
|
5341
|
+
padding: 0;
|
|
5342
|
+
height: 36px;
|
|
5343
|
+
border: 1px solid #ebeef5;
|
|
5344
|
+
border-radius: 6px;
|
|
5345
|
+
cursor: pointer;
|
|
5346
|
+
margin: 0 0 6px 0;
|
|
5347
|
+
transition: all 0.25s ease;
|
|
5430
5348
|
}
|
|
5431
|
-
.components-list .widget-control[data-v-
|
|
5432
|
-
border-
|
|
5349
|
+
.components-list .widget-control[data-v-27422f7c]:hover {
|
|
5350
|
+
border-color: #409EFF;
|
|
5351
|
+
background: #ecf5ff;
|
|
5352
|
+
transform: translateX(2px);
|
|
5353
|
+
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.15);
|
|
5433
5354
|
}
|
|
5434
|
-
.components-list .widget-control a[data-v-
|
|
5435
|
-
color: #
|
|
5355
|
+
.components-list .widget-control a[data-v-27422f7c] {
|
|
5356
|
+
color: #606266;
|
|
5436
5357
|
display: flex;
|
|
5437
|
-
flex-direction:
|
|
5438
|
-
justify-content:
|
|
5358
|
+
flex-direction: row;
|
|
5359
|
+
justify-content: flex-start;
|
|
5439
5360
|
align-items: center;
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
position: absolute;
|
|
5444
|
-
height: 30px;
|
|
5445
|
-
right: 250px;
|
|
5446
|
-
bottom: 0;
|
|
5447
|
-
}
|
|
5448
|
-
.components-list .preview-options .ant-btn-link[data-v-bb4c8efc] {
|
|
5449
|
-
color: #666;
|
|
5450
|
-
padding: 0 2px;
|
|
5361
|
+
height: 100%;
|
|
5362
|
+
padding: 0 10px;
|
|
5363
|
+
font-size: 13px;
|
|
5451
5364
|
}
|
|
5452
|
-
.components-list .
|
|
5453
|
-
|
|
5365
|
+
.components-list .widget-control a i[data-v-27422f7c] {
|
|
5366
|
+
font-size: 16px;
|
|
5367
|
+
margin-right: 8px;
|
|
5454
5368
|
}
|
|
5455
|
-
.control[data-v-
|
|
5369
|
+
.control[data-v-27422f7c] {
|
|
5456
5370
|
margin-top: 20px;
|
|
5457
5371
|
width: 350px;
|
|
5458
5372
|
background: #ffffff;
|
|
5459
5373
|
box-shadow: 0 0 15px #ffffff;
|
|
5460
5374
|
}
|
|
5461
|
-
.control .title[data-v-
|
|
5375
|
+
.control .title[data-v-27422f7c] {
|
|
5462
5376
|
height: 50px;
|
|
5463
5377
|
line-height: 50px;
|
|
5464
5378
|
padding: 0 15px;
|
|
5465
5379
|
border-bottom: 1px solid #f0f0f0;
|
|
5466
5380
|
}
|
|
5467
|
-
.control .list_wrap[data-v-
|
|
5381
|
+
.control .list_wrap[data-v-27422f7c] {
|
|
5468
5382
|
padding-top: 15px;
|
|
5469
5383
|
font-size: 0;
|
|
5470
5384
|
min-height: 680px;
|
|
5471
5385
|
}
|
|
5472
|
-
.control .list_wrap .list_box[data-v-
|
|
5386
|
+
.control .list_wrap .list_box[data-v-27422f7c] {
|
|
5473
5387
|
display: inline-block;
|
|
5474
5388
|
}
|
|
5475
|
-
.control .list_wrap .list[data-v-
|
|
5389
|
+
.control .list_wrap .list[data-v-27422f7c] {
|
|
5476
5390
|
border: 1px dashed #d1d1d1;
|
|
5477
5391
|
margin: 0 7.5px 15px 7.5px;
|
|
5478
5392
|
width: 160px;
|
|
@@ -5482,31 +5396,31 @@ div {
|
|
|
5482
5396
|
line-height: 42px;
|
|
5483
5397
|
text-align: left;
|
|
5484
5398
|
padding-left: 15px;
|
|
5485
|
-
cursor:
|
|
5399
|
+
cursor: pointer;
|
|
5486
5400
|
color: #333;
|
|
5487
5401
|
background: #fff;
|
|
5488
5402
|
position: relative;
|
|
5489
5403
|
overflow: hidden;
|
|
5490
5404
|
}
|
|
5491
|
-
.control .list_wrap .list i[data-v-
|
|
5405
|
+
.control .list_wrap .list i[data-v-27422f7c] {
|
|
5492
5406
|
position: absolute;
|
|
5493
5407
|
right: 10px;
|
|
5494
5408
|
top: 0px;
|
|
5495
5409
|
font-size: 22px;
|
|
5496
5410
|
color: #999;
|
|
5497
5411
|
}
|
|
5498
|
-
.control .list_wrap .list[data-v-
|
|
5412
|
+
.control .list_wrap .list[data-v-27422f7c]:nth-child(2n) {
|
|
5499
5413
|
margin-right: 0;
|
|
5500
5414
|
}
|
|
5501
|
-
.control .list_wrap .list[data-v-
|
|
5415
|
+
.control .list_wrap .list[data-v-27422f7c]:hover {
|
|
5502
5416
|
background: #f1f1f1;
|
|
5503
5417
|
}
|
|
5504
5418
|
|
|
5505
|
-
.widget-view[data-v-
|
|
5419
|
+
.widget-view[data-v-e4654656] {
|
|
5506
5420
|
position: relative;
|
|
5507
5421
|
z-index: 8;
|
|
5508
5422
|
}
|
|
5509
|
-
.widget-view .widget-view-model[data-v-
|
|
5423
|
+
.widget-view .widget-view-model[data-v-e4654656] {
|
|
5510
5424
|
position: absolute;
|
|
5511
5425
|
top: 0px;
|
|
5512
5426
|
right: 3px;
|
|
@@ -5516,98 +5430,103 @@ div {
|
|
|
5516
5430
|
opacity: 0.6;
|
|
5517
5431
|
}
|
|
5518
5432
|
|
|
5519
|
-
.paper[data-v-
|
|
5433
|
+
.paper[data-v-aa7a7266] * {
|
|
5520
5434
|
font-size: var(--paperFontSize);
|
|
5521
5435
|
}
|
|
5522
|
-
.paper .form-title[data-v-
|
|
5436
|
+
.paper .form-title[data-v-aa7a7266] {
|
|
5523
5437
|
text-align: center;
|
|
5524
5438
|
font-weight: 600;
|
|
5525
5439
|
font-size: 16px;
|
|
5526
5440
|
min-height: 40px;
|
|
5527
5441
|
line-height: 30px;
|
|
5528
5442
|
}
|
|
5529
|
-
[data-v-
|
|
5443
|
+
[data-v-aa7a7266] .vue-grid-layout {
|
|
5530
5444
|
z-index: 2;
|
|
5531
5445
|
}
|
|
5532
|
-
[data-v-
|
|
5446
|
+
[data-v-aa7a7266] .vue-grid-item {
|
|
5533
5447
|
border: 1px dashed #ccc;
|
|
5534
5448
|
box-sizing: border-box;
|
|
5535
5449
|
background-color: #fff;
|
|
5536
5450
|
}
|
|
5537
|
-
[data-v-
|
|
5451
|
+
[data-v-aa7a7266] .ant-form-item {
|
|
5538
5452
|
width: 100%;
|
|
5539
5453
|
height: 100%;
|
|
5540
5454
|
margin-bottom: 0;
|
|
5541
5455
|
}
|
|
5542
|
-
[data-v-
|
|
5456
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
|
|
5543
5457
|
height: 100%;
|
|
5544
5458
|
position: absolute;
|
|
5545
5459
|
left: 0;
|
|
5546
5460
|
top: 0;
|
|
5547
5461
|
border-right: 1px solid var(--designBorderColor);
|
|
5548
5462
|
}
|
|
5549
|
-
[data-v-
|
|
5463
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label label {
|
|
5550
5464
|
display: flex;
|
|
5551
5465
|
justify-content: center;
|
|
5552
5466
|
align-items: center;
|
|
5553
5467
|
height: 100%;
|
|
5554
5468
|
}
|
|
5555
|
-
[data-v-
|
|
5469
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label label > * {
|
|
5470
|
+
align-self: center;
|
|
5471
|
+
flex: 0 0 auto;
|
|
5472
|
+
height: auto;
|
|
5473
|
+
}
|
|
5474
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
5556
5475
|
display: none;
|
|
5557
5476
|
}
|
|
5558
|
-
[data-v-
|
|
5477
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-control-wrapper {
|
|
5559
5478
|
height: 100%;
|
|
5560
5479
|
float: right;
|
|
5561
5480
|
display: flex;
|
|
5562
5481
|
align-items: center;
|
|
5563
5482
|
}
|
|
5564
|
-
[data-v-
|
|
5483
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-control {
|
|
5565
5484
|
width: 98%;
|
|
5566
5485
|
margin: 0 auto;
|
|
5567
5486
|
}
|
|
5568
|
-
.is_required[data-v-
|
|
5487
|
+
.is_required[data-v-aa7a7266]::before {
|
|
5569
5488
|
content: "*";
|
|
5570
5489
|
color: #f56c6c;
|
|
5571
5490
|
margin-right: 4px;
|
|
5572
5491
|
}
|
|
5573
|
-
.widget-form-list[data-v-
|
|
5492
|
+
.widget-form-list[data-v-aa7a7266] {
|
|
5574
5493
|
background: #fff;
|
|
5575
5494
|
box-sizing: border-box;
|
|
5576
5495
|
}
|
|
5577
|
-
.widget-form-list .row-item[data-v-
|
|
5496
|
+
.widget-form-list .row-item[data-v-aa7a7266]:first-child {
|
|
5578
5497
|
border-top: 1px solid var(--designBorderColor);
|
|
5579
5498
|
}
|
|
5580
|
-
.widget-form-list .row-item[data-v-
|
|
5499
|
+
.widget-form-list .row-item[data-v-aa7a7266] {
|
|
5581
5500
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5582
5501
|
}
|
|
5583
|
-
.widget-form-list .row-item[data-v-
|
|
5502
|
+
.widget-form-list .row-item[data-v-aa7a7266] {
|
|
5584
5503
|
border-right: 1px solid var(--designBorderColor);
|
|
5585
5504
|
border-left: 1px solid var(--designBorderColor);
|
|
5586
5505
|
}
|
|
5587
|
-
.widget-form-list .item-bottom[data-v-
|
|
5506
|
+
.widget-form-list .item-bottom[data-v-aa7a7266] {
|
|
5588
5507
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5589
5508
|
}
|
|
5590
|
-
.widget-form-list .no-row-item[data-v-
|
|
5509
|
+
.widget-form-list .no-row-item[data-v-aa7a7266] {
|
|
5591
5510
|
border-right: none;
|
|
5592
5511
|
border-bottom: none !important;
|
|
5593
5512
|
}
|
|
5594
|
-
.widget-form-list .no-row-item .widget-form-list[data-v-
|
|
5513
|
+
.widget-form-list .no-row-item .widget-form-list[data-v-aa7a7266] {
|
|
5595
5514
|
border-top: none !important;
|
|
5596
5515
|
border-right: none;
|
|
5597
5516
|
}
|
|
5598
|
-
.widget-form-list .widget-grid[data-v-
|
|
5517
|
+
.widget-form-list .widget-grid[data-v-aa7a7266] {
|
|
5599
5518
|
background: #f4f6fc;
|
|
5600
5519
|
position: relative;
|
|
5601
5520
|
border-left: 5px solid transparent;
|
|
5602
5521
|
padding: 5px;
|
|
5603
5522
|
margin: 0 !important;
|
|
5604
5523
|
}
|
|
5605
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
5524
|
+
.widget-form-list .widget-grid.active[data-v-aa7a7266] {
|
|
5606
5525
|
outline: 2px solid #409eff;
|
|
5607
5526
|
border: 1px solid #409eff;
|
|
5608
|
-
background: #
|
|
5527
|
+
background: #ecf5ff;
|
|
5609
5528
|
}
|
|
5610
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
5529
|
+
.widget-form-list .widget-grid .grid-background[data-v-aa7a7266] {
|
|
5611
5530
|
position: absolute;
|
|
5612
5531
|
z-index: 1;
|
|
5613
5532
|
top: 0;
|
|
@@ -5618,85 +5537,85 @@ div {
|
|
|
5618
5537
|
height: 100%;
|
|
5619
5538
|
padding: 5px 5px 10px 5px;
|
|
5620
5539
|
}
|
|
5621
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5540
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266] {
|
|
5622
5541
|
border-bottom: 1px dashed #ccc;
|
|
5623
5542
|
border-left: 1px dashed #ccc;
|
|
5624
5543
|
box-sizing: border-box;
|
|
5625
5544
|
overflow: hidden;
|
|
5626
5545
|
}
|
|
5627
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5546
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266]:first-child {
|
|
5628
5547
|
border-top: 1px dashed #ccc;
|
|
5629
5548
|
}
|
|
5630
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
5549
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-aa7a7266] {
|
|
5631
5550
|
float: left;
|
|
5632
5551
|
border-right: 1px dashed #ccc;
|
|
5633
5552
|
min-height: 40px;
|
|
5634
5553
|
box-sizing: border-box;
|
|
5635
5554
|
}
|
|
5636
|
-
.widget-form-list .row_table[data-v-
|
|
5555
|
+
.widget-form-list .row_table[data-v-aa7a7266] {
|
|
5637
5556
|
min-height: 60px;
|
|
5638
5557
|
position: relative;
|
|
5639
5558
|
}
|
|
5640
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
5559
|
+
.widget-form-list li.sortable-chosen[data-v-aa7a7266] {
|
|
5641
5560
|
height: 2px !important;
|
|
5642
5561
|
overflow: hidden !important;
|
|
5643
5562
|
background: red !important;
|
|
5644
5563
|
}
|
|
5645
|
-
.widget-form-list .widget-col-list[data-v-
|
|
5564
|
+
.widget-form-list .widget-col-list[data-v-aa7a7266] {
|
|
5646
5565
|
min-height: 50px;
|
|
5647
5566
|
border: 1px dashed #ccc;
|
|
5648
5567
|
background: #fff;
|
|
5649
5568
|
}
|
|
5650
|
-
.widget-form-list .widget-col[data-v-
|
|
5569
|
+
.widget-form-list .widget-col[data-v-aa7a7266] {
|
|
5651
5570
|
padding-bottom: 0;
|
|
5652
5571
|
padding: 5px;
|
|
5653
5572
|
background-color: rgba(253, 246, 236, 0.3);
|
|
5654
5573
|
}
|
|
5655
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
5574
|
+
.grid-lay-out-wrap .widget-col-list[data-v-aa7a7266] {
|
|
5656
5575
|
width: 100%;
|
|
5657
5576
|
height: 100%;
|
|
5658
5577
|
min-height: 40px;
|
|
5659
5578
|
border: none;
|
|
5660
5579
|
}
|
|
5661
|
-
.widget-form-ocuupied[data-v-
|
|
5580
|
+
.widget-form-ocuupied[data-v-aa7a7266] {
|
|
5662
5581
|
min-height: 540px;
|
|
5663
5582
|
border: none;
|
|
5664
5583
|
}
|
|
5665
|
-
.drag_table[data-v-
|
|
5584
|
+
.drag_table[data-v-aa7a7266] {
|
|
5666
5585
|
width: calc(100% - 100px);
|
|
5667
5586
|
height: 100%;
|
|
5668
5587
|
display: flex;
|
|
5669
5588
|
overflow-y: scroll;
|
|
5670
5589
|
}
|
|
5671
|
-
.drag_table[data-v-
|
|
5590
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar {
|
|
5672
5591
|
width: 3px;
|
|
5673
5592
|
height: 3px;
|
|
5674
5593
|
}
|
|
5675
|
-
.drag_table[data-v-
|
|
5594
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-track {
|
|
5676
5595
|
background: #fff;
|
|
5677
5596
|
border-radius: 2px;
|
|
5678
5597
|
}
|
|
5679
|
-
.drag_table[data-v-
|
|
5598
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb {
|
|
5680
5599
|
background: #cdcdcd;
|
|
5681
5600
|
border-radius: 8px;
|
|
5682
5601
|
}
|
|
5683
|
-
.drag_table[data-v-
|
|
5602
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb:hover {
|
|
5684
5603
|
background: #cdcdcd;
|
|
5685
5604
|
}
|
|
5686
|
-
.drag_table[data-v-
|
|
5605
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-corner {
|
|
5687
5606
|
background: #cdcdcd;
|
|
5688
5607
|
}
|
|
5689
|
-
.widget-form-ocuupied[data-v-
|
|
5608
|
+
.widget-form-ocuupied[data-v-aa7a7266] {
|
|
5690
5609
|
min-height: 540px;
|
|
5691
5610
|
border: none;
|
|
5692
5611
|
}
|
|
5693
|
-
.table_label[data-v-
|
|
5612
|
+
.table_label[data-v-aa7a7266] {
|
|
5694
5613
|
width: 100px;
|
|
5695
5614
|
min-width: 100px;
|
|
5696
5615
|
height: 100%;
|
|
5697
5616
|
text-align: right;
|
|
5698
5617
|
}
|
|
5699
|
-
.widget-view-model[data-v-
|
|
5618
|
+
.widget-view-model[data-v-aa7a7266] {
|
|
5700
5619
|
position: absolute;
|
|
5701
5620
|
top: 0px;
|
|
5702
5621
|
right: 3px;
|
|
@@ -5706,12 +5625,12 @@ div {
|
|
|
5706
5625
|
opacity: 0.6;
|
|
5707
5626
|
}
|
|
5708
5627
|
/**selectedWidget active*/
|
|
5709
|
-
[data-v-
|
|
5710
|
-
outline: 2px solid #
|
|
5711
|
-
box-shadow: 0 0
|
|
5628
|
+
[data-v-aa7a7266] .active {
|
|
5629
|
+
outline: 2px solid #409EFF;
|
|
5630
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
5712
5631
|
position: relative;
|
|
5713
5632
|
}
|
|
5714
|
-
[data-v-
|
|
5633
|
+
[data-v-aa7a7266] .active .widget-view-drag {
|
|
5715
5634
|
position: absolute;
|
|
5716
5635
|
left: -2px;
|
|
5717
5636
|
top: -2px;
|
|
@@ -5725,7 +5644,7 @@ div {
|
|
|
5725
5644
|
color: #ffffff;
|
|
5726
5645
|
cursor: move;
|
|
5727
5646
|
}
|
|
5728
|
-
[data-v-
|
|
5647
|
+
[data-v-aa7a7266] .active .widget-view-action {
|
|
5729
5648
|
width: 70px;
|
|
5730
5649
|
position: absolute;
|
|
5731
5650
|
right: 0px;
|
|
@@ -5738,27 +5657,27 @@ div {
|
|
|
5738
5657
|
background: transparent;
|
|
5739
5658
|
color: #fff;
|
|
5740
5659
|
}
|
|
5741
|
-
[data-v-
|
|
5660
|
+
[data-v-aa7a7266] .active .widget-view-action .iconfont {
|
|
5742
5661
|
width: 25px;
|
|
5743
5662
|
height: 25px;
|
|
5744
5663
|
border-radius: 50%;
|
|
5745
5664
|
cursor: pointer;
|
|
5746
|
-
background: #
|
|
5665
|
+
background: #409EFF;
|
|
5747
5666
|
display: flex;
|
|
5748
5667
|
font-size: 14px;
|
|
5749
5668
|
justify-content: center;
|
|
5750
5669
|
}
|
|
5751
|
-
[data-v-
|
|
5670
|
+
[data-v-aa7a7266] .active .widget-view-action .icon-icon_clone {
|
|
5752
5671
|
background: red;
|
|
5753
5672
|
}
|
|
5754
|
-
[data-v-
|
|
5673
|
+
[data-v-aa7a7266] .active .widget-view-action .icon-trash {
|
|
5755
5674
|
margin-left: 20px;
|
|
5756
5675
|
}
|
|
5757
|
-
.widget-form-list .widget-view[data-v-
|
|
5676
|
+
.widget-form-list .widget-view[data-v-aa7a7266] {
|
|
5758
5677
|
z-index: 8;
|
|
5759
5678
|
position: relative;
|
|
5760
5679
|
}
|
|
5761
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
5680
|
+
.widget-form-list .widget-view .widget-view-action[data-v-aa7a7266] {
|
|
5762
5681
|
position: absolute;
|
|
5763
5682
|
right: 0px;
|
|
5764
5683
|
bottom: 0;
|
|
@@ -5770,23 +5689,23 @@ div {
|
|
|
5770
5689
|
background: transparent;
|
|
5771
5690
|
color: #fff;
|
|
5772
5691
|
}
|
|
5773
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
5692
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-aa7a7266] {
|
|
5774
5693
|
width: 25px;
|
|
5775
5694
|
height: 25px;
|
|
5776
5695
|
border-radius: 50%;
|
|
5777
5696
|
cursor: pointer;
|
|
5778
|
-
background: #
|
|
5697
|
+
background: #409EFF;
|
|
5779
5698
|
display: flex;
|
|
5780
5699
|
font-size: 14px;
|
|
5781
5700
|
justify-content: center;
|
|
5782
5701
|
}
|
|
5783
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
5702
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-aa7a7266] {
|
|
5784
5703
|
background: red;
|
|
5785
5704
|
}
|
|
5786
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
5705
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-aa7a7266] {
|
|
5787
5706
|
margin-left: 20px;
|
|
5788
5707
|
}
|
|
5789
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
5708
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-aa7a7266] {
|
|
5790
5709
|
position: absolute;
|
|
5791
5710
|
left: -2px;
|
|
5792
5711
|
top: -2px;
|
|
@@ -5796,30 +5715,30 @@ div {
|
|
|
5796
5715
|
background: #409eff;
|
|
5797
5716
|
z-index: 9;
|
|
5798
5717
|
}
|
|
5799
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
5718
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-aa7a7266] {
|
|
5800
5719
|
font-size: 14px;
|
|
5801
5720
|
color: #fff;
|
|
5802
5721
|
margin: 0 5px;
|
|
5803
5722
|
cursor: move;
|
|
5804
5723
|
}
|
|
5805
5724
|
/*****无border *****/
|
|
5806
|
-
.no-border .widget-form-list[data-v-
|
|
5725
|
+
.no-border .widget-form-list[data-v-aa7a7266] {
|
|
5807
5726
|
border: none;
|
|
5808
5727
|
}
|
|
5809
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
5728
|
+
.no-border .widget-form-list .row-item[data-v-aa7a7266]:not(:last-child) {
|
|
5810
5729
|
border: none;
|
|
5811
5730
|
}
|
|
5812
|
-
.no-border .widget-form-list[data-v-
|
|
5731
|
+
.no-border .widget-form-list[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
|
|
5813
5732
|
border: 0;
|
|
5814
5733
|
}
|
|
5815
5734
|
/*****无border *****/
|
|
5816
5735
|
/***label对齐方式 */
|
|
5817
|
-
[data-v-
|
|
5736
|
+
[data-v-aa7a7266] .custom_form_item .break {
|
|
5818
5737
|
white-space: normal;
|
|
5819
5738
|
word-break: break-all;
|
|
5820
5739
|
word-wrap: break-word;
|
|
5821
5740
|
}
|
|
5822
|
-
[data-v-
|
|
5741
|
+
[data-v-aa7a7266] .custom_form_item .align-between {
|
|
5823
5742
|
white-space: normal;
|
|
5824
5743
|
word-break: break-all;
|
|
5825
5744
|
word-wrap: break-word;
|
|
@@ -5828,28 +5747,28 @@ div {
|
|
|
5828
5747
|
text-align-last: justify;
|
|
5829
5748
|
width: 80%;
|
|
5830
5749
|
}
|
|
5831
|
-
[data-v-
|
|
5750
|
+
[data-v-aa7a7266] .custom_form_item .align-middle {
|
|
5832
5751
|
white-space: normal;
|
|
5833
5752
|
word-break: break-all;
|
|
5834
5753
|
word-wrap: break-word;
|
|
5835
5754
|
text-align: center;
|
|
5836
5755
|
width: 80%;
|
|
5837
5756
|
}
|
|
5838
|
-
[data-v-
|
|
5757
|
+
[data-v-aa7a7266] .custom_form_item .align-left {
|
|
5839
5758
|
white-space: normal;
|
|
5840
5759
|
word-break: break-all;
|
|
5841
5760
|
word-wrap: break-word;
|
|
5842
5761
|
text-align: left;
|
|
5843
5762
|
width: 80%;
|
|
5844
5763
|
}
|
|
5845
|
-
[data-v-
|
|
5764
|
+
[data-v-aa7a7266] .custom_form_item .align-right {
|
|
5846
5765
|
white-space: normal;
|
|
5847
5766
|
word-break: break-all;
|
|
5848
5767
|
word-wrap: break-word;
|
|
5849
5768
|
text-align: right;
|
|
5850
5769
|
width: 80%;
|
|
5851
5770
|
}
|
|
5852
|
-
[data-v-
|
|
5771
|
+
[data-v-aa7a7266] .custom_form_item .align-center {
|
|
5853
5772
|
white-space: normal;
|
|
5854
5773
|
word-break: break-all;
|
|
5855
5774
|
word-wrap: break-word;
|
|
@@ -5859,26 +5778,76 @@ div {
|
|
|
5859
5778
|
/***label对齐方式 */
|
|
5860
5779
|
|
|
5861
5780
|
|
|
5862
|
-
[data-v-
|
|
5781
|
+
[data-v-34cf2307] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5782
|
+
line-height: 5px !important;
|
|
5783
|
+
}
|
|
5784
|
+
[data-v-34cf2307] .m-colorPicker {
|
|
5863
5785
|
z-index: 2;
|
|
5864
5786
|
}
|
|
5865
|
-
[data-v-
|
|
5787
|
+
[data-v-34cf2307] .m-colorPicker .colorBtn {
|
|
5866
5788
|
border: 1px solid #e3e3e3;
|
|
5867
5789
|
}
|
|
5868
|
-
[data-v-68fadbb3] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5869
|
-
line-height: 5px !important;
|
|
5870
|
-
}
|
|
5871
5790
|
|
|
5872
5791
|
|
|
5873
|
-
[data-v-
|
|
5874
|
-
margin-bottom:
|
|
5792
|
+
[data-v-6aa7533c] .ant-form-item {
|
|
5793
|
+
margin-bottom: 10px;
|
|
5794
|
+
padding-bottom: 8px;
|
|
5795
|
+
border-bottom: 1px dashed #f0f0f0;
|
|
5796
|
+
}
|
|
5797
|
+
[data-v-6aa7533c] .ant-form-item:last-child {
|
|
5798
|
+
border-bottom: none;
|
|
5799
|
+
padding-bottom: 0;
|
|
5875
5800
|
}
|
|
5876
|
-
[data-v-
|
|
5801
|
+
[data-v-6aa7533c] .ant-form-item ul {
|
|
5877
5802
|
position: initial !important;
|
|
5878
5803
|
overflow-y: auto !important;
|
|
5879
5804
|
}
|
|
5805
|
+
[data-v-6aa7533c] .ant-form-item-label > label {
|
|
5806
|
+
color: #606266;
|
|
5807
|
+
font-size: 13px;
|
|
5808
|
+
font-weight: 500;
|
|
5809
|
+
}
|
|
5810
|
+
[data-v-6aa7533c] .ant-switch {
|
|
5811
|
+
transition: all 0.25s ease;
|
|
5812
|
+
}
|
|
5813
|
+
[data-v-6aa7533c] .ant-input,[data-v-6aa7533c] .ant-select,[data-v-6aa7533c] .ant-input-number {
|
|
5814
|
+
transition: border-color 0.25s ease, box-shadow 0.25s ease;
|
|
5815
|
+
}
|
|
5816
|
+
[data-v-6aa7533c] .ant-input:focus,[data-v-6aa7533c] .ant-select:focus,[data-v-6aa7533c] .ant-input-number:focus,[data-v-6aa7533c] .ant-input:hover,[data-v-6aa7533c] .ant-select:hover,[data-v-6aa7533c] .ant-input-number:hover {
|
|
5817
|
+
border-color: #409EFF;
|
|
5818
|
+
}
|
|
5819
|
+
[data-v-6aa7533c] .ant-input:focus,[data-v-6aa7533c] .ant-select:focus .ant-select-selection {
|
|
5820
|
+
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.15);
|
|
5821
|
+
}
|
|
5822
|
+
.config-empty[data-v-6aa7533c] {
|
|
5823
|
+
display: flex;
|
|
5824
|
+
flex-direction: column;
|
|
5825
|
+
align-items: center;
|
|
5826
|
+
justify-content: center;
|
|
5827
|
+
height: 200px;
|
|
5828
|
+
color: #c0c4cc;
|
|
5829
|
+
}
|
|
5830
|
+
.config-empty .anticon[data-v-6aa7533c] {
|
|
5831
|
+
font-size: 40px;
|
|
5832
|
+
margin-bottom: 14px;
|
|
5833
|
+
animation: emptyFloat-data-v-6aa7533c 2.5s ease-in-out infinite;
|
|
5834
|
+
}
|
|
5835
|
+
.config-empty p[data-v-6aa7533c] {
|
|
5836
|
+
font-size: 13px;
|
|
5837
|
+
margin: 0;
|
|
5838
|
+
color: #909399;
|
|
5839
|
+
}
|
|
5840
|
+
@keyframes emptyFloat-data-v-6aa7533c {
|
|
5841
|
+
0%,
|
|
5842
|
+
100% {
|
|
5843
|
+
transform: translateY(0);
|
|
5844
|
+
}
|
|
5845
|
+
50% {
|
|
5846
|
+
transform: translateY(-6px);
|
|
5847
|
+
}
|
|
5848
|
+
}
|
|
5880
5849
|
|
|
5881
|
-
.cus-dialog-container .
|
|
5850
|
+
.cus-dialog-container .ant-modal-footer{margin:0 20px;padding:15px 0 16px;text-align:center;position:relative}.cus-dialog-container .ant-modal-footer .dialog-footer{display:block}
|
|
5882
5851
|
|
|
5883
5852
|
.linkage_select-dropdown[data-v-c6bf9314] {
|
|
5884
5853
|
cursor: pointer;
|
|
@@ -6129,13 +6098,13 @@ div {
|
|
|
6129
6098
|
}
|
|
6130
6099
|
|
|
6131
6100
|
|
|
6132
|
-
[data-v-
|
|
6133
|
-
margin-bottom:
|
|
6101
|
+
[data-v-a37b7fb0] .ant-form-item {
|
|
6102
|
+
margin-bottom: 12px;
|
|
6134
6103
|
}
|
|
6135
|
-
.m-colorPicker[data-v-
|
|
6104
|
+
.m-colorPicker[data-v-a37b7fb0] .box.open {
|
|
6136
6105
|
z-index: 999;
|
|
6137
6106
|
}
|
|
6138
|
-
.m-colorPicker[data-v-
|
|
6107
|
+
.m-colorPicker[data-v-a37b7fb0] .colorBtn {
|
|
6139
6108
|
border: 1px solid #e3e3e3;
|
|
6140
6109
|
}
|
|
6141
6110
|
|
|
@@ -6144,10 +6113,10 @@ div {
|
|
|
6144
6113
|
}
|
|
6145
6114
|
|
|
6146
6115
|
|
|
6147
|
-
[data-v-
|
|
6116
|
+
[data-v-3c9c38be] .w-e-toolbar {
|
|
6148
6117
|
display: none !important;
|
|
6149
6118
|
}
|
|
6150
|
-
[data-v-
|
|
6119
|
+
[data-v-3c9c38be] .w-e-text-container {
|
|
6151
6120
|
border-top: 1px solid #c9d8db !important;
|
|
6152
6121
|
}
|
|
6153
6122
|
|
|
@@ -6168,23 +6137,10 @@ div {
|
|
|
6168
6137
|
.fm2-container {
|
|
6169
6138
|
background: #fff;
|
|
6170
6139
|
height: 100%;
|
|
6171
|
-
border: 1px solid #
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
}
|
|
6176
|
-
.fm2-container > .el-container {
|
|
6177
|
-
background: #fff;
|
|
6178
|
-
}
|
|
6179
|
-
.fm2-container .fm2-main {
|
|
6180
|
-
position: relative;
|
|
6181
|
-
}
|
|
6182
|
-
.fm2-container .fm2-main > .el-container {
|
|
6183
|
-
position: absolute;
|
|
6184
|
-
top: 0;
|
|
6185
|
-
bottom: 0;
|
|
6186
|
-
left: 0;
|
|
6187
|
-
right: 0;
|
|
6140
|
+
border: 1px solid #e4e7ed;
|
|
6141
|
+
border-radius: 6px;
|
|
6142
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
|
|
6143
|
+
overflow: hidden;
|
|
6188
6144
|
}
|
|
6189
6145
|
.fm2-container main {
|
|
6190
6146
|
padding: 0;
|
|
@@ -6235,46 +6191,6 @@ div {
|
|
|
6235
6191
|
padding: 0 10px 10px;
|
|
6236
6192
|
margin: 0;
|
|
6237
6193
|
}
|
|
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
6194
|
.widget-form-container {
|
|
6279
6195
|
height: 100%;
|
|
6280
6196
|
position: absolute;
|
|
@@ -6306,10 +6222,10 @@ div {
|
|
|
6306
6222
|
background-color: rgba(236, 245, 255, 0.3);
|
|
6307
6223
|
margin: 2px;
|
|
6308
6224
|
}
|
|
6309
|
-
.widget-form-container .widget-form-list .widget-view .
|
|
6225
|
+
.widget-form-container .widget-form-list .widget-view .ant-form-item-control {
|
|
6310
6226
|
position: unset;
|
|
6311
6227
|
}
|
|
6312
|
-
.widget-form-container .widget-form-list .widget-view.is_req .
|
|
6228
|
+
.widget-form-container .widget-form-list .widget-view.is_req .ant-form-item-label::before {
|
|
6313
6229
|
content: '*';
|
|
6314
6230
|
color: #f56c6c;
|
|
6315
6231
|
margin-right: 4px;
|
|
@@ -6417,10 +6333,10 @@ div {
|
|
|
6417
6333
|
position: relative;
|
|
6418
6334
|
display: block;
|
|
6419
6335
|
}
|
|
6420
|
-
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view .
|
|
6336
|
+
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view .ant-table {
|
|
6421
6337
|
height: 100%;
|
|
6422
6338
|
}
|
|
6423
|
-
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view.is_req .
|
|
6339
|
+
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view.is_req .ant-form-item-label::before {
|
|
6424
6340
|
content: '*';
|
|
6425
6341
|
color: #f56c6c;
|
|
6426
6342
|
margin-right: 4px;
|
|
@@ -6620,7 +6536,7 @@ div {
|
|
|
6620
6536
|
border: 1px solid #e6a23c;
|
|
6621
6537
|
outline-offset: 0;
|
|
6622
6538
|
}
|
|
6623
|
-
.widget-form-container .widget-form-list .widget-col .
|
|
6539
|
+
.widget-form-container .widget-form-list .widget-col .ant-col {
|
|
6624
6540
|
min-height: 50px;
|
|
6625
6541
|
}
|
|
6626
6542
|
.widget-form-container .widget-form-list .widget-col.ghost {
|
|
@@ -6708,7 +6624,7 @@ div {
|
|
|
6708
6624
|
position: relative;
|
|
6709
6625
|
}
|
|
6710
6626
|
.widget-config-container .ant-layout-header {
|
|
6711
|
-
border-bottom: solid
|
|
6627
|
+
border-bottom: solid 1px #ebeef5;
|
|
6712
6628
|
padding: 0 5px;
|
|
6713
6629
|
}
|
|
6714
6630
|
.widget-config-container .config-tab {
|
|
@@ -6721,19 +6637,29 @@ div {
|
|
|
6721
6637
|
font-weight: 500;
|
|
6722
6638
|
position: relative;
|
|
6723
6639
|
cursor: pointer;
|
|
6640
|
+
color: #606266;
|
|
6641
|
+
transition: all 0.25s ease;
|
|
6642
|
+
border-bottom: 2px solid transparent;
|
|
6643
|
+
}
|
|
6644
|
+
.widget-config-container .config-tab:hover {
|
|
6645
|
+
color: #409EFF;
|
|
6646
|
+
background: #f5f7fa;
|
|
6724
6647
|
}
|
|
6725
6648
|
.widget-config-container .config-tab.active {
|
|
6726
|
-
|
|
6649
|
+
color: #409EFF;
|
|
6650
|
+
font-weight: 600;
|
|
6651
|
+
border-bottom: 2px solid #409EFF;
|
|
6727
6652
|
}
|
|
6728
6653
|
.widget-config-container .config-content {
|
|
6729
|
-
padding:
|
|
6654
|
+
padding: 12px 16px;
|
|
6730
6655
|
}
|
|
6731
|
-
.widget-config-container .config-content .
|
|
6656
|
+
.widget-config-container .config-content .ant-form-item-label {
|
|
6732
6657
|
padding: 0;
|
|
6733
|
-
font-weight:
|
|
6658
|
+
font-weight: 500;
|
|
6734
6659
|
font-size: 12px;
|
|
6660
|
+
color: #606266;
|
|
6735
6661
|
}
|
|
6736
|
-
.widget-config-container .config-content .
|
|
6662
|
+
.widget-config-container .config-content .ant-form-item {
|
|
6737
6663
|
padding-bottom: 10px;
|
|
6738
6664
|
}
|
|
6739
6665
|
.widget-config-container .ghost {
|
|
@@ -6767,13 +6693,22 @@ div {
|
|
|
6767
6693
|
position: absolute;
|
|
6768
6694
|
text-align: center;
|
|
6769
6695
|
width: 300px;
|
|
6770
|
-
font-size:
|
|
6696
|
+
font-size: 14px;
|
|
6697
|
+
color: #bbb;
|
|
6771
6698
|
top: 200px;
|
|
6772
6699
|
left: 50%;
|
|
6773
6700
|
margin-left: -150px;
|
|
6774
|
-
color: #ccc;
|
|
6775
6701
|
z-index: 10;
|
|
6776
6702
|
}
|
|
6703
|
+
.form-empty .anticon {
|
|
6704
|
+
font-size: 48px;
|
|
6705
|
+
display: block;
|
|
6706
|
+
margin-bottom: 12px;
|
|
6707
|
+
color: #d9d9d9;
|
|
6708
|
+
}
|
|
6709
|
+
.form-empty p {
|
|
6710
|
+
margin: 0;
|
|
6711
|
+
}
|
|
6777
6712
|
.full-modal .ant-modal {
|
|
6778
6713
|
padding-bottom: 0;
|
|
6779
6714
|
position: static;
|
|
@@ -6782,7 +6717,7 @@ div {
|
|
|
6782
6717
|
padding-top: 14px;
|
|
6783
6718
|
}
|
|
6784
6719
|
.full-modal .ant-modal-content {
|
|
6785
|
-
box-shadow:
|
|
6720
|
+
box-shadow: none;
|
|
6786
6721
|
position: absolute;
|
|
6787
6722
|
left: 0;
|
|
6788
6723
|
right: 0;
|
|
@@ -6848,6 +6783,7 @@ div {
|
|
|
6848
6783
|
height: 100%;
|
|
6849
6784
|
overflow: hidden;
|
|
6850
6785
|
background: #fff !important;
|
|
6786
|
+
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.04);
|
|
6851
6787
|
}
|
|
6852
6788
|
.g1-panel1 .ant-layout-sider-children {
|
|
6853
6789
|
display: flex;
|
|
@@ -6861,15 +6797,28 @@ div {
|
|
|
6861
6797
|
height: 100%;
|
|
6862
6798
|
overflow-y: auto;
|
|
6863
6799
|
}
|
|
6864
|
-
.g1-panel1 .config-content .
|
|
6800
|
+
.g1-panel1 .config-content .ant-form-item {
|
|
6865
6801
|
padding-bottom: 0;
|
|
6866
6802
|
margin-bottom: 10px;
|
|
6867
6803
|
}
|
|
6868
|
-
.g1-panel1 .
|
|
6869
|
-
|
|
6804
|
+
.g1-panel1 .config-content .ant-select,
|
|
6805
|
+
.g1-panel1 .config-content .ant-input,
|
|
6806
|
+
.g1-panel1 .config-content .ant-input-number,
|
|
6807
|
+
.g1-panel1 .config-content .ant-time-picker,
|
|
6808
|
+
.g1-panel1 .config-content .ant-calendar-picker {
|
|
6809
|
+
width: 100%;
|
|
6810
|
+
}
|
|
6811
|
+
.g1-panel1 .ant-form-item-label {
|
|
6812
|
+
font-weight: 500;
|
|
6870
6813
|
line-height: 26px;
|
|
6814
|
+
color: #606266;
|
|
6815
|
+
}
|
|
6816
|
+
.g1-panel1 .ant-form-item-label > label {
|
|
6817
|
+
color: #606266;
|
|
6818
|
+
font-size: 13px;
|
|
6819
|
+
font-weight: 500;
|
|
6871
6820
|
}
|
|
6872
|
-
.g1-panel1 .
|
|
6821
|
+
.g1-panel1 .ant-radio-group li {
|
|
6873
6822
|
margin-bottom: 5px;
|
|
6874
6823
|
}
|
|
6875
6824
|
/* 添加表单在线开发 */
|
|
@@ -6889,20 +6838,14 @@ div {
|
|
|
6889
6838
|
.cus-modal-warp .ant-modal-footer {
|
|
6890
6839
|
text-align: center;
|
|
6891
6840
|
}
|
|
6892
|
-
.ant-cus-from .
|
|
6841
|
+
.ant-cus-from .ant-form-item {
|
|
6893
6842
|
display: flex;
|
|
6894
6843
|
margin-bottom: 0;
|
|
6895
6844
|
}
|
|
6896
|
-
.ant-cus-from .
|
|
6845
|
+
.ant-cus-from .ant-form-item .ant-form-item-control {
|
|
6897
6846
|
flex: 1 1;
|
|
6898
6847
|
display: inline-block;
|
|
6899
6848
|
}
|
|
6900
|
-
.ant-cus-from .el-table .cell,
|
|
6901
|
-
.ant-cus-from .el-table th div {
|
|
6902
|
-
overflow: visible;
|
|
6903
|
-
padding-top: 8px;
|
|
6904
|
-
padding-bottom: 8px;
|
|
6905
|
-
}
|
|
6906
6849
|
.ant-cus-from .ant-form-item {
|
|
6907
6850
|
display: flex;
|
|
6908
6851
|
}
|
|
@@ -6927,35 +6870,54 @@ div {
|
|
|
6927
6870
|
}
|
|
6928
6871
|
/*定义要拖拽元素的样式*/
|
|
6929
6872
|
.ghostClass {
|
|
6930
|
-
background-color:
|
|
6873
|
+
background-color: #ecf5ff !important;
|
|
6931
6874
|
}
|
|
6932
6875
|
.chosenClass {
|
|
6933
|
-
background-color:
|
|
6876
|
+
background-color: #ecf5ff !important;
|
|
6934
6877
|
opacity: 1 !important;
|
|
6935
6878
|
}
|
|
6936
6879
|
.dragClass {
|
|
6937
|
-
background-color:
|
|
6880
|
+
background-color: #ecf5ff !important;
|
|
6938
6881
|
opacity: 1 !important;
|
|
6939
6882
|
box-shadow: none !important;
|
|
6940
6883
|
outline: none !important;
|
|
6941
6884
|
background-image: none !important;
|
|
6942
6885
|
}
|
|
6943
6886
|
.g1-panel1 .config-content::-webkit-scrollbar-track-piece {
|
|
6944
|
-
background-color:
|
|
6887
|
+
background-color: transparent;
|
|
6945
6888
|
border-radius: 2em;
|
|
6946
6889
|
}
|
|
6947
6890
|
.g1-panel1 .config-content::-webkit-scrollbar {
|
|
6948
|
-
width:
|
|
6891
|
+
width: 5px;
|
|
6949
6892
|
}
|
|
6950
6893
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb {
|
|
6951
|
-
background-color: #
|
|
6894
|
+
background-color: #c0c4cc;
|
|
6952
6895
|
background-clip: padding-box;
|
|
6953
6896
|
border-radius: 2em;
|
|
6897
|
+
-webkit-transition: background-color 0.2s;
|
|
6898
|
+
transition: background-color 0.2s;
|
|
6954
6899
|
}
|
|
6955
6900
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb:hover {
|
|
6956
|
-
background-color: #
|
|
6901
|
+
background-color: #909399;
|
|
6902
|
+
}
|
|
6903
|
+
.components-list::-webkit-scrollbar-track-piece {
|
|
6904
|
+
background-color: transparent;
|
|
6905
|
+
border-radius: 2em;
|
|
6906
|
+
}
|
|
6907
|
+
.components-list::-webkit-scrollbar {
|
|
6908
|
+
width: 5px;
|
|
6957
6909
|
}
|
|
6958
|
-
|
|
6910
|
+
.components-list::-webkit-scrollbar-thumb {
|
|
6911
|
+
background-color: #c0c4cc;
|
|
6912
|
+
background-clip: padding-box;
|
|
6913
|
+
border-radius: 2em;
|
|
6914
|
+
-webkit-transition: background-color 0.2s;
|
|
6915
|
+
transition: background-color 0.2s;
|
|
6916
|
+
}
|
|
6917
|
+
.components-list::-webkit-scrollbar-thumb:hover {
|
|
6918
|
+
background-color: #909399;
|
|
6919
|
+
}
|
|
6920
|
+
.widget-form-list /deep/ .ant-form-item {
|
|
6959
6921
|
margin-bottom: 0;
|
|
6960
6922
|
}
|
|
6961
6923
|
.sortable-chosen {
|
|
@@ -6969,47 +6931,141 @@ div {
|
|
|
6969
6931
|
height: 820px;
|
|
6970
6932
|
}
|
|
6971
6933
|
.g1-tools1::-webkit-scrollbar-track-piece {
|
|
6972
|
-
background-color:
|
|
6934
|
+
background-color: transparent;
|
|
6973
6935
|
border-radius: 2em;
|
|
6974
6936
|
}
|
|
6975
6937
|
.g1-tools1::-webkit-scrollbar {
|
|
6976
|
-
width:
|
|
6938
|
+
width: 5px;
|
|
6977
6939
|
}
|
|
6978
6940
|
.g1-tools1::-webkit-scrollbar-thumb {
|
|
6979
|
-
background-color: #
|
|
6941
|
+
background-color: #c0c4cc;
|
|
6980
6942
|
background-clip: padding-box;
|
|
6981
6943
|
border-radius: 2em;
|
|
6944
|
+
-webkit-transition: background-color 0.2s;
|
|
6945
|
+
transition: background-color 0.2s;
|
|
6982
6946
|
}
|
|
6983
6947
|
.g1-tools1::-webkit-scrollbar-thumb:hover {
|
|
6984
|
-
background-color: #
|
|
6948
|
+
background-color: #909399;
|
|
6985
6949
|
}
|
|
6986
6950
|
.center-container .a-layout-main {
|
|
6987
|
-
background: #
|
|
6951
|
+
background: #f0f2f5;
|
|
6988
6952
|
overflow: scroll;
|
|
6989
6953
|
}
|
|
6990
6954
|
.center-container .a-layout-main::-webkit-scrollbar-track-piece {
|
|
6991
|
-
background-color:
|
|
6955
|
+
background-color: transparent;
|
|
6992
6956
|
border-radius: 2em;
|
|
6993
6957
|
}
|
|
6994
6958
|
.center-container .a-layout-main::-webkit-scrollbar {
|
|
6995
|
-
width:
|
|
6959
|
+
width: 5px;
|
|
6996
6960
|
}
|
|
6997
6961
|
.center-container .a-layout-main::-webkit-scrollbar-thumb {
|
|
6998
|
-
background-color: #
|
|
6962
|
+
background-color: #c0c4cc;
|
|
6999
6963
|
background-clip: padding-box;
|
|
7000
6964
|
border-radius: 2em;
|
|
6965
|
+
-webkit-transition: background-color 0.2s;
|
|
6966
|
+
transition: background-color 0.2s;
|
|
7001
6967
|
}
|
|
7002
6968
|
.center-container .a-layout-main::-webkit-scrollbar-thumb:hover {
|
|
7003
|
-
background-color: #
|
|
6969
|
+
background-color: #909399;
|
|
7004
6970
|
}
|
|
7005
6971
|
.widget-empty {
|
|
7006
6972
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUMAAADXCAYAAACAszPmAAAAAXNSR0IArs4c6QAADXRJREFUeAHt3cuLZGcZB+BvLk2PM0ZxFMdJXEQCYRIialrUmPgXuM0qkI3GnVl4ScBtUEFFXOhCEBQ3oiDi36BGkWQ0gpgIZgK59EhIxhBn0nMfz+nqwq6e6upT019933vqPAVxuuty3vc8b/fPU3UufWB9ff1GciNAgMDABQ6363/y5MmBM8y3+mfPnmU2H5lnEwgt0P5OHwzdoeYIECBQSEAYFoJWhgCB2ALCMPZ8dEeAQCEBYVgIWhkCBGILCMPY89EdAQKFBIRhIWhlCBCILbB5aE3sFnVHgEAtgfaQk0Xddh7St6haO+vstj4zw/DPr26knz/3dnrr4vXN199/cjV9/cHjm19/9w/n0nP/vjSx3I9/aDU9+VA/Hv/e0+fSX89O9v/J21fTVz876n9ixeb4ZlEDnaOFqU/t+gMx9cXuJDAAgZlvk3/6l/8HYWtx9frynKxy/vIo4LfP+Nn1S+nbv3tz+12+JkBgIAIH2tPxdttqeOTXo03kb306pZUmNg/NjM5+ibW5/s7VyZ6feiala839v3h49hk57dbfbma2DCdNfddvgUX+PO/8HVpUrZ11pk2krT3zbfL4RW0ILlMQtut18EBK714Zr6F/CRAYusDMMPxE8xnhlWZTaeXg5aE7WX8CBJZcYGYYPrG1s2RRm69Lbmv1CBDokcDMMOzRemRp9f7bj6RrS7STKAuKhRAYiMDMMGwPn2lvj941DI2vPPC+YayotSRA4CaBmfuH2+MIdx5LeNMS3EGAAIElEJi5ZbgE6zfXKoy3hMcHjs/14q0nd9mNfyvL9RoCBBYrIAy3+doK3obhSwIDE5j5NnlgFlaXAIEBC8zcMmzPNR7dJs/hjer13Bsp/fZMSv+9Murw3mZ/yBfvHX39k3+k9MJ/Jju/p3n8sW2Pjx8dn3kz+1zrs2n24ynr49POpX7gw0fS45+x02c8N//mFyj5sU/JWtOkZobh+LOzvhxn+JsXU7qw7RS79tS6Zbmdv3TzudR/evViOv/7N9M3Pvf+ZVlN60GgmsDMc5PHXfUlDL/29Kjjpz6V0pFDy3UK4bRzqb/5bEpXmozc61zq8Rz9S4DAdIE9z03+TnOc4eHmU8VHPjJ9AVHvPdScd+xc6qjT0ReBmAIzd6D8rT3OcMc1/2Kuxqir9jPCu97TbBXOfPMfeQ30RoBALYGlio3xzpJamOoSINBfgZlh+MFjh9LrF66lJ/84WsGPNXuX+3Cl6758xrnfH5v2XOrLy7SXaL8gXk9gHwIzw/Cx+9+bfvzsW+ncxmhPZvTfuxfPXUntWSRDOZf6oZXmOKLmmowvvPB6uuOOOzZ/DF577bV04cKFiR+JY8eOeZzPIH4+XnnllbSxsTHx87+2tjbx/W7fzAzD+06sph99/sTU144Pu5n6YHNnjcfb4wPbs0iGEoa72bufwFAFVlZW0tWro+PrrlzZOuC4I0anQ2s6Lqv608YHS3//weqtFGngZ/9sjh9qbo+vvatIPUUI9EngpZdeSm0gdtky3PPQmj6t+BB7/fsb14a42taZQCeBo0ePpsuXu1+lf+bb5HHFoeyQGK+vfwkQ6L/AiRPTP+Lbbc06heFuL452/ymn6UYbiX4I9EZgqcLwS1sXXeiNvkYJEFiYQHtkRXs7depUpxpLFYad1niJnnTfBw6l5sxDNwIEpgjsPMRsylMm7lqqMGwv09XehrKFaC/yaN7+l0AOgaUKw53XK8wBZBkECAxDYOaFGoZB0N+1/MEzG6n9z40Agf0LLNWW4fHmwtznmotyP7F1LnV7Jesv3DNC6nKl651blvu9kvVHm8/0vrx1QPQPT2+knccFzvP4r56/lJ5/c9uVa5vVOtucN378iE8N9/9rYAnLKNCehjrPbanC8OHm7zv/8l8pvb11nGXtc6kvXrzYzCLP2SHr56834Td56e4TRw+kR+87Ms+8PZfAYATG5+t3XeFOp+MN5aDrrn+DofXY67mnT5/enMHdd9/ddRaeR4DAAgRuu+22PZfa/k77zHBPJk8gQKCPAu1xhuNjDbv0v1Rvk7ussOcQIDAMgXmPM7RlOIyfC2tJgMAeArYM9wC61Yfn3ZN1q3W8jgCBPALCMI/jTUuZd0/WTQtwBwECRQWEYVFuxQgQKCUw77szYbigyYz3YtlCXBCwxRLYQ2De3z1huAforT48756sW63jdQQI5BHoFIZ7HWCcpxVLIUCAQD6B8bsz1zPMZ2pJBAj0UGDed2eOM+zhkLVMgEB+gU5vk/OXXf4lzrsna/lFrCGB2ALCcEHzmXdP1oLasFgCBDoKCMOOUJ5GgEC/BOZ9d9YpDF3Ca/4fgjNnzqTV1dXNS30dPOij2fkFvYLA/gTmfXfWKQz319IwX339+vXU7s16+eWX05133rmJ0O7q37mHq/1/r/HQPM7Hz8eFicCY5/djfX39pt+vGzdupLW1tYll7vaNMNxNJtP9KysrmZZkMQQIzBJog6/9b/vt8OHuEedK19vkuh5c3uVK19sW60sCBIILuNJ18AFpjwCBcgI+2S9nrRIBAoEFhGHg4WiNAIFyAsKwnLVKBAgEFhCGgYejNQIEygkIw3LWKhEgEFhAGAYejtYIECgnIAzLWatEgEBgAWEYeDhaI0CgnIAwLGetEgECgQWEYeDhaI0AgXICnc5i7nrObrm2VSJAgEBeAVuGeT0tjQCBngoIw54OTtsECOQVEIZ5PS2NAIGeCgjDng5O2wQI5BXotAPF30DJi25pBAjEE7BlGG8mOiJAoIKAMKyAriQBAvEEhGG8meiIAIEKAsKwArqSBAjEExCG8WaiIwIEKggIwwroShIgEE9AGMabiY4IEKggIAwroCtJgEA8AWEYbyY6IkCggoAwrICuJAEC8QSEYbyZ6IgAgQoCwrACupIECMQTEIbxZqIjAgQqCAjDCuhKEiAQT0AYxpuJjggQqCAgDCugK0mAQDyBThd39dfx4g1ORwQI5BWwZZjX09IIEOipgDDs6eC0TYBAXgFhmNfT0ggQ6KmAMOzp4LRNgEBegU47UPx1vLzolkaAQDwBW4bxZqIjAgQqCAjDCuhKEiAQT0AYxpuJjggQqCAgDCugK0mAQDwBYRhvJjoiQKCCgDCsgK4kAQLxBIRhvJnoiACBCgLCsAK6kgQIxBMQhvFmoiMCBCoICMMK6EoSIBBPQBjGm4mOCBCoICAMK6ArSYBAPAFhGG8mOiJAoIKAMKyAriQBAvEEhGG8meiIAIEKAsKwArqSBAjEE+h0cVd/HS/e4HREgEBeAVuGeT0tjQCBngoIw54OTtsECOQVEIZ5PS2NAIGeCgjDng5O2wQI5BXotAPFX8fLi25pBAjEE7BlGG8mOiJAoIKAMKyAriQBAvEEhGG8meiIAIEKAsKwArqSBAjEExCG8WaiIwIEKggIwwroShIgEE9AGMabiY4IEKggIAwroCtJgEA8AWEYbyY6IkCggoAwrICuJAEC8QSEYbyZ6IgAgQoCwrACupIECMQTEIbxZqIjAgQqCAjDCuhKEiAQT0AYxpuJjggQqCDQ6XqG/iBUhckoSYBAUQFbhkW5FSNAIKqAMIw6GX0RIFBUQBgW5VaMAIGoAsIw6mT0RYBAUQFhWJRbMQIEogp02pvsr+NFHZ++CBDIJWDLMJek5RAg0GsBYdjr8WmeAIFcAsIwl6TlECDQawFh2OvxaZ4AgVwCwjCXpOUQINBrAWHY6/FpngCBXALCMJek5RAg0GsBYdjr8WmeAIFcAsIwl6TlECDQawFh2OvxaZ4AgVwCwjCXpOUQINBrAWHY6/FpngCBXALCMJek5RAg0GsBYdjr8WmeAIFcAp0u4eUPQuXithwCBKIK2DKMOhl9ESBQVEAYFuVWjACBqALCMOpk9EWAQFEBYViUWzECBKIKCMOok9EXAQJFBYRhUW7FCBCIKiAMo05GXwQIFBUQhkW5FSNAIKqAMIw6GX0RIFBUQBgW5VaMAIGoAsIw6mT0RYBAUQFhWJRbMQIEogoIw6iT0RcBAkUFhGFRbsUIEIgqIAyjTkZfBAgUFRCGRbkVI0AgqoAwjDoZfREgUFRAGBblVowAgagCwjDqZPRFgEBRAWFYlFsxAgSiCgjDqJPRFwECRQWEYVFuxQgQiCogDKNORl8ECBQVEIZFuRUjQCCqgDCMOhl9ESBQVEAYFuVWjACBqALCMOpk9EWAQFEBYViUWzECBKIKCMOok9EXAQJFBYRhUW7FCBCIKiAMo05GXwQIFBUQhkW5FSNAIKqAMIw6GX0RIFBUQBgW5VaMAIGoAsIw6mT0RYBAUQFhWJRbMQIEogoIw6iT0RcBAkUFhGFRbsUIEIgqIAyjTkZfBAgUFRCGRbkVI0AgqoAwjDoZfREgUFRAGBblVowAgagCwjDqZPRFgEBRAWFYlFsxAgSiCgjDqJPRFwECRQWEYVFuxQgQiCogDKNORl8ECBQVEIZFuRUjQCCqgDCMOhl9ESBQVEAYFuVWjACBqALCMOpk9EWAQFEBYViUWzECBKIKCMOok9EXAQJFBYRhUW7FCBCIKiAMo05GXwQIFBUQhkW5FSNAIKqAMIw6GX0RIFBU4H8RUTV123y9kQAAAABJRU5ErkJggg==) no-repeat;
|
|
7007
6973
|
background-position: 50%;
|
|
7008
6974
|
}
|
|
7009
|
-
.
|
|
7010
|
-
|
|
6975
|
+
.widget-config-container .ant-radio-group {
|
|
6976
|
+
white-space: nowrap;
|
|
6977
|
+
}
|
|
6978
|
+
.left-sider {
|
|
6979
|
+
background: #fff !important;
|
|
6980
|
+
border-right: none;
|
|
6981
|
+
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
|
|
6982
|
+
z-index: 2;
|
|
6983
|
+
}
|
|
6984
|
+
.left-sider .ant-layout-sider-children {
|
|
6985
|
+
display: flex;
|
|
6986
|
+
flex-direction: column;
|
|
6987
|
+
height: 100%;
|
|
6988
|
+
overflow: hidden;
|
|
6989
|
+
}
|
|
6990
|
+
.left-sider .ant-layout-sider-children > widget-list {
|
|
6991
|
+
flex: 1;
|
|
6992
|
+
min-height: 0;
|
|
6993
|
+
display: flex;
|
|
6994
|
+
overflow: hidden;
|
|
6995
|
+
}
|
|
6996
|
+
.preview-options {
|
|
6997
|
+
flex-shrink: 0;
|
|
6998
|
+
height: 36px;
|
|
6999
|
+
display: flex;
|
|
7000
|
+
align-items: center;
|
|
7001
|
+
justify-content: center;
|
|
7002
|
+
border-top: 1px solid #ebeef5;
|
|
7003
|
+
background: #fafafa;
|
|
7004
|
+
gap: 6px;
|
|
7005
|
+
}
|
|
7006
|
+
.preview-options .ant-btn-link {
|
|
7007
|
+
color: #666;
|
|
7008
|
+
padding: 0 4px;
|
|
7009
|
+
font-size: 12px;
|
|
7010
|
+
}
|
|
7011
|
+
.preview-options .ant-btn-link.btn-active {
|
|
7012
|
+
color: #409EFF;
|
|
7013
|
+
}
|
|
7014
|
+
.left-actions {
|
|
7015
|
+
padding: 10px 12px;
|
|
7016
|
+
display: flex;
|
|
7017
|
+
flex-wrap: wrap;
|
|
7018
|
+
gap: 8px;
|
|
7019
|
+
border-bottom: 1px solid #ebeef5;
|
|
7011
7020
|
background: #fff;
|
|
7012
|
-
|
|
7021
|
+
flex-shrink: 0;
|
|
7022
|
+
}
|
|
7023
|
+
.left-actions .action-btn {
|
|
7024
|
+
cursor: pointer;
|
|
7025
|
+
font-size: 12px;
|
|
7026
|
+
padding: 4px 12px;
|
|
7027
|
+
border-radius: 14px;
|
|
7028
|
+
color: #606266;
|
|
7029
|
+
background: #f5f7fa;
|
|
7030
|
+
border: 1px solid #e4e7ed;
|
|
7031
|
+
transition: all 0.25s ease;
|
|
7032
|
+
}
|
|
7033
|
+
.left-actions .action-btn:hover {
|
|
7034
|
+
color: #409EFF;
|
|
7035
|
+
border-color: #409EFF;
|
|
7036
|
+
background: #ecf5ff;
|
|
7037
|
+
transform: translateY(-1px);
|
|
7038
|
+
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.2);
|
|
7039
|
+
}
|
|
7040
|
+
.left-actions .action-btn:active {
|
|
7041
|
+
transform: translateY(0);
|
|
7042
|
+
box-shadow: none;
|
|
7043
|
+
}
|
|
7044
|
+
.left-actions .action-btn.primary {
|
|
7045
|
+
color: #fff;
|
|
7046
|
+
background: #409EFF;
|
|
7047
|
+
border-color: #409EFF;
|
|
7048
|
+
}
|
|
7049
|
+
.left-actions .action-btn.primary:hover {
|
|
7050
|
+
background: #66b1ff;
|
|
7051
|
+
border-color: #66b1ff;
|
|
7052
|
+
transform: translateY(-1px);
|
|
7053
|
+
box-shadow: 0 2px 8px rgba(64, 158, 255, 0.35);
|
|
7054
|
+
}
|
|
7055
|
+
.left-actions .action-btn.primary:active {
|
|
7056
|
+
transform: translateY(0);
|
|
7057
|
+
box-shadow: none;
|
|
7058
|
+
}
|
|
7059
|
+
.left-actions .action-btn.danger {
|
|
7060
|
+
color: #fff;
|
|
7061
|
+
background: #f56c6c;
|
|
7062
|
+
border-color: #f56c6c;
|
|
7063
|
+
}
|
|
7064
|
+
.left-actions .action-btn.danger:hover {
|
|
7065
|
+
background: #f78989;
|
|
7066
|
+
border-color: #f78989;
|
|
7067
|
+
transform: translateY(-1px);
|
|
7068
|
+
box-shadow: 0 2px 8px rgba(245, 108, 108, 0.35);
|
|
7013
7069
|
}
|
|
7014
7070
|
.gzt-hidden-key .widget-form-list .widget-view-model {
|
|
7015
7071
|
display: none;
|
|
@@ -7216,23 +7272,10 @@ div {
|
|
|
7216
7272
|
.fm2-container {
|
|
7217
7273
|
background: #fff;
|
|
7218
7274
|
height: 100%;
|
|
7219
|
-
border: 1px solid #
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
}
|
|
7224
|
-
.fm2-container > .el-container {
|
|
7225
|
-
background: #fff;
|
|
7226
|
-
}
|
|
7227
|
-
.fm2-container .fm2-main {
|
|
7228
|
-
position: relative;
|
|
7229
|
-
}
|
|
7230
|
-
.fm2-container .fm2-main > .el-container {
|
|
7231
|
-
position: absolute;
|
|
7232
|
-
top: 0;
|
|
7233
|
-
bottom: 0;
|
|
7234
|
-
left: 0;
|
|
7235
|
-
right: 0;
|
|
7275
|
+
border: 1px solid #e4e7ed;
|
|
7276
|
+
border-radius: 6px;
|
|
7277
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
|
|
7278
|
+
overflow: hidden;
|
|
7236
7279
|
}
|
|
7237
7280
|
.fm2-container main {
|
|
7238
7281
|
padding: 0;
|
|
@@ -7283,46 +7326,6 @@ div {
|
|
|
7283
7326
|
padding: 0 10px 10px;
|
|
7284
7327
|
margin: 0;
|
|
7285
7328
|
}
|
|
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
7329
|
.widget-form-container {
|
|
7327
7330
|
height: 100%;
|
|
7328
7331
|
position: absolute;
|
|
@@ -7354,10 +7357,10 @@ div {
|
|
|
7354
7357
|
background-color: rgba(236, 245, 255, 0.3);
|
|
7355
7358
|
margin: 2px;
|
|
7356
7359
|
}
|
|
7357
|
-
.widget-form-container .widget-form-list .widget-view .
|
|
7360
|
+
.widget-form-container .widget-form-list .widget-view .ant-form-item-control {
|
|
7358
7361
|
position: unset;
|
|
7359
7362
|
}
|
|
7360
|
-
.widget-form-container .widget-form-list .widget-view.is_req .
|
|
7363
|
+
.widget-form-container .widget-form-list .widget-view.is_req .ant-form-item-label::before {
|
|
7361
7364
|
content: '*';
|
|
7362
7365
|
color: #f56c6c;
|
|
7363
7366
|
margin-right: 4px;
|
|
@@ -7465,10 +7468,10 @@ div {
|
|
|
7465
7468
|
position: relative;
|
|
7466
7469
|
display: block;
|
|
7467
7470
|
}
|
|
7468
|
-
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view .
|
|
7471
|
+
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view .ant-table {
|
|
7469
7472
|
height: 100%;
|
|
7470
7473
|
}
|
|
7471
|
-
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view.is_req .
|
|
7474
|
+
.widget-form-container .widget-form-list .widget-table .widget-table-wrapper .widget-table-view.is_req .ant-form-item-label::before {
|
|
7472
7475
|
content: '*';
|
|
7473
7476
|
color: #f56c6c;
|
|
7474
7477
|
margin-right: 4px;
|
|
@@ -7668,7 +7671,7 @@ div {
|
|
|
7668
7671
|
border: 1px solid #e6a23c;
|
|
7669
7672
|
outline-offset: 0;
|
|
7670
7673
|
}
|
|
7671
|
-
.widget-form-container .widget-form-list .widget-col .
|
|
7674
|
+
.widget-form-container .widget-form-list .widget-col .ant-col {
|
|
7672
7675
|
min-height: 50px;
|
|
7673
7676
|
}
|
|
7674
7677
|
.widget-form-container .widget-form-list .widget-col.ghost {
|
|
@@ -7756,7 +7759,7 @@ div {
|
|
|
7756
7759
|
position: relative;
|
|
7757
7760
|
}
|
|
7758
7761
|
.widget-config-container .ant-layout-header {
|
|
7759
|
-
border-bottom: solid
|
|
7762
|
+
border-bottom: solid 1px #ebeef5;
|
|
7760
7763
|
padding: 0 5px;
|
|
7761
7764
|
}
|
|
7762
7765
|
.widget-config-container .config-tab {
|
|
@@ -7769,19 +7772,29 @@ div {
|
|
|
7769
7772
|
font-weight: 500;
|
|
7770
7773
|
position: relative;
|
|
7771
7774
|
cursor: pointer;
|
|
7775
|
+
color: #606266;
|
|
7776
|
+
transition: all 0.25s ease;
|
|
7777
|
+
border-bottom: 2px solid transparent;
|
|
7778
|
+
}
|
|
7779
|
+
.widget-config-container .config-tab:hover {
|
|
7780
|
+
color: #409EFF;
|
|
7781
|
+
background: #f5f7fa;
|
|
7772
7782
|
}
|
|
7773
7783
|
.widget-config-container .config-tab.active {
|
|
7774
|
-
|
|
7784
|
+
color: #409EFF;
|
|
7785
|
+
font-weight: 600;
|
|
7786
|
+
border-bottom: 2px solid #409EFF;
|
|
7775
7787
|
}
|
|
7776
7788
|
.widget-config-container .config-content {
|
|
7777
|
-
padding:
|
|
7789
|
+
padding: 12px 16px;
|
|
7778
7790
|
}
|
|
7779
|
-
.widget-config-container .config-content .
|
|
7791
|
+
.widget-config-container .config-content .ant-form-item-label {
|
|
7780
7792
|
padding: 0;
|
|
7781
|
-
font-weight:
|
|
7793
|
+
font-weight: 500;
|
|
7782
7794
|
font-size: 12px;
|
|
7795
|
+
color: #606266;
|
|
7783
7796
|
}
|
|
7784
|
-
.widget-config-container .config-content .
|
|
7797
|
+
.widget-config-container .config-content .ant-form-item {
|
|
7785
7798
|
padding-bottom: 10px;
|
|
7786
7799
|
}
|
|
7787
7800
|
.widget-config-container .ghost {
|
|
@@ -7815,13 +7828,22 @@ div {
|
|
|
7815
7828
|
position: absolute;
|
|
7816
7829
|
text-align: center;
|
|
7817
7830
|
width: 300px;
|
|
7818
|
-
font-size:
|
|
7831
|
+
font-size: 14px;
|
|
7832
|
+
color: #bbb;
|
|
7819
7833
|
top: 200px;
|
|
7820
7834
|
left: 50%;
|
|
7821
7835
|
margin-left: -150px;
|
|
7822
|
-
color: #ccc;
|
|
7823
7836
|
z-index: 10;
|
|
7824
7837
|
}
|
|
7838
|
+
.form-empty .anticon {
|
|
7839
|
+
font-size: 48px;
|
|
7840
|
+
display: block;
|
|
7841
|
+
margin-bottom: 12px;
|
|
7842
|
+
color: #d9d9d9;
|
|
7843
|
+
}
|
|
7844
|
+
.form-empty p {
|
|
7845
|
+
margin: 0;
|
|
7846
|
+
}
|
|
7825
7847
|
.full-modal .ant-modal {
|
|
7826
7848
|
padding-bottom: 0;
|
|
7827
7849
|
position: static;
|
|
@@ -7830,7 +7852,7 @@ div {
|
|
|
7830
7852
|
padding-top: 14px;
|
|
7831
7853
|
}
|
|
7832
7854
|
.full-modal .ant-modal-content {
|
|
7833
|
-
box-shadow:
|
|
7855
|
+
box-shadow: none;
|
|
7834
7856
|
position: absolute;
|
|
7835
7857
|
left: 0;
|
|
7836
7858
|
right: 0;
|
|
@@ -7896,6 +7918,7 @@ div {
|
|
|
7896
7918
|
height: 100%;
|
|
7897
7919
|
overflow: hidden;
|
|
7898
7920
|
background: #fff !important;
|
|
7921
|
+
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.04);
|
|
7899
7922
|
}
|
|
7900
7923
|
.g1-panel1 .ant-layout-sider-children {
|
|
7901
7924
|
display: flex;
|
|
@@ -7909,15 +7932,28 @@ div {
|
|
|
7909
7932
|
height: 100%;
|
|
7910
7933
|
overflow-y: auto;
|
|
7911
7934
|
}
|
|
7912
|
-
.g1-panel1 .config-content .
|
|
7935
|
+
.g1-panel1 .config-content .ant-form-item {
|
|
7913
7936
|
padding-bottom: 0;
|
|
7914
7937
|
margin-bottom: 10px;
|
|
7915
7938
|
}
|
|
7916
|
-
.g1-panel1 .
|
|
7917
|
-
|
|
7939
|
+
.g1-panel1 .config-content .ant-select,
|
|
7940
|
+
.g1-panel1 .config-content .ant-input,
|
|
7941
|
+
.g1-panel1 .config-content .ant-input-number,
|
|
7942
|
+
.g1-panel1 .config-content .ant-time-picker,
|
|
7943
|
+
.g1-panel1 .config-content .ant-calendar-picker {
|
|
7944
|
+
width: 100%;
|
|
7945
|
+
}
|
|
7946
|
+
.g1-panel1 .ant-form-item-label {
|
|
7947
|
+
font-weight: 500;
|
|
7918
7948
|
line-height: 26px;
|
|
7949
|
+
color: #606266;
|
|
7950
|
+
}
|
|
7951
|
+
.g1-panel1 .ant-form-item-label > label {
|
|
7952
|
+
color: #606266;
|
|
7953
|
+
font-size: 13px;
|
|
7954
|
+
font-weight: 500;
|
|
7919
7955
|
}
|
|
7920
|
-
.g1-panel1 .
|
|
7956
|
+
.g1-panel1 .ant-radio-group li {
|
|
7921
7957
|
margin-bottom: 5px;
|
|
7922
7958
|
}
|
|
7923
7959
|
/* 添加表单在线开发 */
|
|
@@ -7937,20 +7973,14 @@ div {
|
|
|
7937
7973
|
.cus-modal-warp .ant-modal-footer {
|
|
7938
7974
|
text-align: center;
|
|
7939
7975
|
}
|
|
7940
|
-
.ant-cus-from .
|
|
7976
|
+
.ant-cus-from .ant-form-item {
|
|
7941
7977
|
display: flex;
|
|
7942
7978
|
margin-bottom: 0;
|
|
7943
7979
|
}
|
|
7944
|
-
.ant-cus-from .
|
|
7980
|
+
.ant-cus-from .ant-form-item .ant-form-item-control {
|
|
7945
7981
|
flex: 1 1;
|
|
7946
7982
|
display: inline-block;
|
|
7947
7983
|
}
|
|
7948
|
-
.ant-cus-from .el-table .cell,
|
|
7949
|
-
.ant-cus-from .el-table th div {
|
|
7950
|
-
overflow: visible;
|
|
7951
|
-
padding-top: 8px;
|
|
7952
|
-
padding-bottom: 8px;
|
|
7953
|
-
}
|
|
7954
7984
|
.ant-cus-from .ant-form-item {
|
|
7955
7985
|
display: flex;
|
|
7956
7986
|
}
|
|
@@ -7975,35 +8005,54 @@ div {
|
|
|
7975
8005
|
}
|
|
7976
8006
|
/*定义要拖拽元素的样式*/
|
|
7977
8007
|
.ghostClass {
|
|
7978
|
-
background-color:
|
|
8008
|
+
background-color: #ecf5ff !important;
|
|
7979
8009
|
}
|
|
7980
8010
|
.chosenClass {
|
|
7981
|
-
background-color:
|
|
8011
|
+
background-color: #ecf5ff !important;
|
|
7982
8012
|
opacity: 1 !important;
|
|
7983
8013
|
}
|
|
7984
8014
|
.dragClass {
|
|
7985
|
-
background-color:
|
|
8015
|
+
background-color: #ecf5ff !important;
|
|
7986
8016
|
opacity: 1 !important;
|
|
7987
8017
|
box-shadow: none !important;
|
|
7988
8018
|
outline: none !important;
|
|
7989
8019
|
background-image: none !important;
|
|
7990
8020
|
}
|
|
7991
8021
|
.g1-panel1 .config-content::-webkit-scrollbar-track-piece {
|
|
7992
|
-
background-color:
|
|
8022
|
+
background-color: transparent;
|
|
7993
8023
|
border-radius: 2em;
|
|
7994
8024
|
}
|
|
7995
8025
|
.g1-panel1 .config-content::-webkit-scrollbar {
|
|
7996
|
-
width:
|
|
8026
|
+
width: 5px;
|
|
7997
8027
|
}
|
|
7998
8028
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb {
|
|
7999
|
-
background-color: #
|
|
8029
|
+
background-color: #c0c4cc;
|
|
8000
8030
|
background-clip: padding-box;
|
|
8001
8031
|
border-radius: 2em;
|
|
8032
|
+
-webkit-transition: background-color 0.2s;
|
|
8033
|
+
transition: background-color 0.2s;
|
|
8002
8034
|
}
|
|
8003
8035
|
.g1-panel1 .config-content::-webkit-scrollbar-thumb:hover {
|
|
8004
|
-
background-color: #
|
|
8036
|
+
background-color: #909399;
|
|
8037
|
+
}
|
|
8038
|
+
.components-list::-webkit-scrollbar-track-piece {
|
|
8039
|
+
background-color: transparent;
|
|
8040
|
+
border-radius: 2em;
|
|
8041
|
+
}
|
|
8042
|
+
.components-list::-webkit-scrollbar {
|
|
8043
|
+
width: 5px;
|
|
8044
|
+
}
|
|
8045
|
+
.components-list::-webkit-scrollbar-thumb {
|
|
8046
|
+
background-color: #c0c4cc;
|
|
8047
|
+
background-clip: padding-box;
|
|
8048
|
+
border-radius: 2em;
|
|
8049
|
+
-webkit-transition: background-color 0.2s;
|
|
8050
|
+
transition: background-color 0.2s;
|
|
8051
|
+
}
|
|
8052
|
+
.components-list::-webkit-scrollbar-thumb:hover {
|
|
8053
|
+
background-color: #909399;
|
|
8005
8054
|
}
|
|
8006
|
-
/deep/ .ant-form-item {
|
|
8055
|
+
.widget-form-list /deep/ .ant-form-item {
|
|
8007
8056
|
margin-bottom: 0;
|
|
8008
8057
|
}
|
|
8009
8058
|
.sortable-chosen {
|