@zscreate/form-component 1.1.229 → 1.1.230
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 +1209 -439
- package/dist/form-component.umd.js +13305 -1201
- package/dist/img/phone_wrap.25f7cb4a.png +0 -0
- package/package.json +1 -1
- package/readme.md +1 -0
- package/dist/fonts/iconfont.206a9cc3.ttf +0 -0
- package/dist/fonts/iconfont.f69c2605.eot +0 -0
- package/dist/img/iconfont.3cacacb7.svg +0 -131
package/dist/form-component.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.is_required[data-v-
|
|
1
|
+
.is_required[data-v-71e1a122]::before {
|
|
2
2
|
content: "*";
|
|
3
3
|
color: #f56c6c;
|
|
4
4
|
margin-right: 4px;
|
|
5
5
|
}
|
|
6
|
-
[data-v-
|
|
6
|
+
[data-v-71e1a122] .ant-input {
|
|
7
7
|
background-color: rgba(0, 0, 0, 0);
|
|
8
8
|
}
|
|
9
|
-
[data-v-
|
|
9
|
+
[data-v-71e1a122] .ant-input-number {
|
|
10
10
|
width: 100%;
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -310,11 +310,11 @@
|
|
|
310
310
|
min-height: 32px !important;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
.content .left[data-v-
|
|
313
|
+
.content .left[data-v-c79f5814] {
|
|
314
314
|
width: 90%;
|
|
315
315
|
border-right: 1px solid #ccc;
|
|
316
316
|
}
|
|
317
|
-
.content .no-data[data-v-
|
|
317
|
+
.content .no-data[data-v-c79f5814] {
|
|
318
318
|
display: flex;
|
|
319
319
|
height: 100%;
|
|
320
320
|
justify-content: center;
|
|
@@ -367,6 +367,30 @@
|
|
|
367
367
|
height: 178px !important;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
+
|
|
371
|
+
.datasetManagement[data-v-f5f06744] {
|
|
372
|
+
-webkit-user-select: none;
|
|
373
|
+
-moz-user-select: none;
|
|
374
|
+
user-select: none;
|
|
375
|
+
}
|
|
376
|
+
.content[data-v-f5f06744] {
|
|
377
|
+
margin-top: 20px;
|
|
378
|
+
}
|
|
379
|
+
.classificationItem[data-v-f5f06744] {
|
|
380
|
+
background-color: #e6f7ff;
|
|
381
|
+
}
|
|
382
|
+
.ellipsis[data-v-f5f06744] {
|
|
383
|
+
margin: 5px 0;
|
|
384
|
+
white-space: nowrap;
|
|
385
|
+
overflow: hidden;
|
|
386
|
+
text-overflow: ellipsis;
|
|
387
|
+
/* cursor: pointer; */
|
|
388
|
+
}
|
|
389
|
+
.ellipsis[data-v-f5f06744]:hover {
|
|
390
|
+
background-color: #e6f7ff;
|
|
391
|
+
cursor: pointer;
|
|
392
|
+
}
|
|
393
|
+
|
|
370
394
|
.is_required[data-v-25d3bce4]::before {
|
|
371
395
|
content: "*";
|
|
372
396
|
color: #f56c6c;
|
|
@@ -458,7 +482,7 @@
|
|
|
458
482
|
}
|
|
459
483
|
|
|
460
484
|
|
|
461
|
-
[data-v-
|
|
485
|
+
[data-v-aac507b4] .ant-select-selection__rendered::after {
|
|
462
486
|
content: "";
|
|
463
487
|
display: none;
|
|
464
488
|
height: 0;
|
|
@@ -677,49 +701,49 @@
|
|
|
677
701
|
}
|
|
678
702
|
|
|
679
703
|
|
|
680
|
-
[data-v-
|
|
704
|
+
[data-v-ca14b8a6] .ant-col {
|
|
681
705
|
min-height: 50px;
|
|
682
706
|
}
|
|
683
|
-
.paper .form-title[data-v-
|
|
707
|
+
.paper .form-title[data-v-ca14b8a6] {
|
|
684
708
|
text-align: center;
|
|
685
709
|
font-weight: 600;
|
|
686
710
|
font-size: 16px;
|
|
687
711
|
height: 40px;
|
|
688
712
|
}
|
|
689
|
-
[data-v-
|
|
713
|
+
[data-v-ca14b8a6] .vue-grid-layout {
|
|
690
714
|
z-index: 2;
|
|
691
715
|
}
|
|
692
|
-
[data-v-
|
|
716
|
+
[data-v-ca14b8a6] .vue-grid-item {
|
|
693
717
|
border: 1px dashed #ccc;
|
|
694
718
|
box-sizing: border-box;
|
|
695
719
|
background-color: #fff;
|
|
696
720
|
}
|
|
697
|
-
.is_required[data-v-
|
|
721
|
+
.is_required[data-v-ca14b8a6]::before {
|
|
698
722
|
content: "*";
|
|
699
723
|
color: #f56c6c;
|
|
700
724
|
margin-right: 4px;
|
|
701
725
|
}
|
|
702
|
-
.widget-form-list[data-v-
|
|
726
|
+
.widget-form-list[data-v-ca14b8a6] {
|
|
703
727
|
background: #fff;
|
|
704
|
-
border: 1px solid
|
|
728
|
+
border: 1px solid var(--designBorderColor);
|
|
705
729
|
box-sizing: border-box;
|
|
706
730
|
}
|
|
707
|
-
.widget-form-list .row-item[data-v-
|
|
708
|
-
border-bottom: 1px solid
|
|
731
|
+
.widget-form-list .row-item[data-v-ca14b8a6]:not(:last-child) {
|
|
732
|
+
border-bottom: 1px solid var(--designBorderColor);
|
|
709
733
|
}
|
|
710
|
-
.widget-form-list .widget-grid[data-v-
|
|
734
|
+
.widget-form-list .widget-grid[data-v-ca14b8a6] {
|
|
711
735
|
background: #f4f6fc;
|
|
712
736
|
position: relative;
|
|
713
737
|
border-left: 5px solid transparent;
|
|
714
738
|
padding: 5px;
|
|
715
739
|
margin: 0 !important;
|
|
716
740
|
}
|
|
717
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
741
|
+
.widget-form-list .widget-grid.active[data-v-ca14b8a6] {
|
|
718
742
|
outline: 2px solid #409eff;
|
|
719
743
|
border: 1px solid #409eff;
|
|
720
744
|
background: #b3d8ff;
|
|
721
745
|
}
|
|
722
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
746
|
+
.widget-form-list .widget-grid .grid-background[data-v-ca14b8a6] {
|
|
723
747
|
position: absolute;
|
|
724
748
|
z-index: 1;
|
|
725
749
|
top: 0;
|
|
@@ -730,85 +754,85 @@
|
|
|
730
754
|
height: 100%;
|
|
731
755
|
padding: 5px 5px 10px 5px;
|
|
732
756
|
}
|
|
733
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
757
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-ca14b8a6] {
|
|
734
758
|
border-bottom: 1px dashed #ccc;
|
|
735
759
|
border-left: 1px dashed #ccc;
|
|
736
760
|
box-sizing: border-box;
|
|
737
761
|
overflow: hidden;
|
|
738
762
|
}
|
|
739
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
763
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-ca14b8a6]:first-child {
|
|
740
764
|
border-top: 1px dashed #ccc;
|
|
741
765
|
}
|
|
742
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
766
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-ca14b8a6] {
|
|
743
767
|
float: left;
|
|
744
768
|
border-right: 1px dashed #ccc;
|
|
745
769
|
min-height: 40px;
|
|
746
770
|
box-sizing: border-box;
|
|
747
771
|
}
|
|
748
|
-
.widget-form-list .row_table[data-v-
|
|
772
|
+
.widget-form-list .row_table[data-v-ca14b8a6] {
|
|
749
773
|
min-height: 60px;
|
|
750
774
|
position: relative;
|
|
751
775
|
border-bottom: 1px solid #e6e6e6;
|
|
752
776
|
}
|
|
753
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
777
|
+
.widget-form-list li.sortable-chosen[data-v-ca14b8a6] {
|
|
754
778
|
height: 2px !important;
|
|
755
779
|
overflow: hidden !important;
|
|
756
780
|
background: red !important;
|
|
757
781
|
}
|
|
758
|
-
.widget-form-list .widget-col-list[data-v-
|
|
782
|
+
.widget-form-list .widget-col-list[data-v-ca14b8a6] {
|
|
759
783
|
min-height: 50px;
|
|
760
784
|
border: 1px dashed #ccc;
|
|
761
785
|
background: #fff;
|
|
762
786
|
}
|
|
763
|
-
.widget-form-list .widget-col[data-v-
|
|
787
|
+
.widget-form-list .widget-col[data-v-ca14b8a6] {
|
|
764
788
|
padding-bottom: 0;
|
|
765
789
|
background-color: rgba(253, 246, 236, 0.3);
|
|
766
790
|
}
|
|
767
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
791
|
+
.grid-lay-out-wrap .widget-col-list[data-v-ca14b8a6] {
|
|
768
792
|
width: 100%;
|
|
769
793
|
height: 100%;
|
|
770
794
|
min-height: 40px;
|
|
771
795
|
border: none;
|
|
772
796
|
}
|
|
773
|
-
.widget-form-ocuupied[data-v-
|
|
797
|
+
.widget-form-ocuupied[data-v-ca14b8a6] {
|
|
774
798
|
min-height: 540px;
|
|
775
799
|
border: none;
|
|
776
800
|
}
|
|
777
|
-
.drag_table[data-v-
|
|
801
|
+
.drag_table[data-v-ca14b8a6] {
|
|
778
802
|
width: calc(100% - 100px);
|
|
779
803
|
height: 100%;
|
|
780
804
|
display: flex;
|
|
781
805
|
overflow-y: scroll;
|
|
782
806
|
}
|
|
783
|
-
.drag_table[data-v-
|
|
807
|
+
.drag_table[data-v-ca14b8a6]::-webkit-scrollbar {
|
|
784
808
|
width: 3px;
|
|
785
809
|
height: 3px;
|
|
786
810
|
}
|
|
787
|
-
.drag_table[data-v-
|
|
811
|
+
.drag_table[data-v-ca14b8a6]::-webkit-scrollbar-track {
|
|
788
812
|
background: #fff;
|
|
789
813
|
border-radius: 2px;
|
|
790
814
|
}
|
|
791
|
-
.drag_table[data-v-
|
|
815
|
+
.drag_table[data-v-ca14b8a6]::-webkit-scrollbar-thumb {
|
|
792
816
|
background: #cdcdcd;
|
|
793
817
|
border-radius: 8px;
|
|
794
818
|
}
|
|
795
|
-
.drag_table[data-v-
|
|
819
|
+
.drag_table[data-v-ca14b8a6]::-webkit-scrollbar-thumb:hover {
|
|
796
820
|
background: #cdcdcd;
|
|
797
821
|
}
|
|
798
|
-
.drag_table[data-v-
|
|
822
|
+
.drag_table[data-v-ca14b8a6]::-webkit-scrollbar-corner {
|
|
799
823
|
background: #cdcdcd;
|
|
800
824
|
}
|
|
801
|
-
.widget-form-ocuupied[data-v-
|
|
825
|
+
.widget-form-ocuupied[data-v-ca14b8a6] {
|
|
802
826
|
min-height: 540px;
|
|
803
827
|
border: none;
|
|
804
828
|
}
|
|
805
|
-
.table_label[data-v-
|
|
829
|
+
.table_label[data-v-ca14b8a6] {
|
|
806
830
|
width: 100px;
|
|
807
831
|
min-width: 100px;
|
|
808
832
|
height: 100%;
|
|
809
833
|
text-align: right;
|
|
810
834
|
}
|
|
811
|
-
.widget-view-model[data-v-
|
|
835
|
+
.widget-view-model[data-v-ca14b8a6] {
|
|
812
836
|
position: absolute;
|
|
813
837
|
top: 0px;
|
|
814
838
|
right: 3px;
|
|
@@ -818,12 +842,12 @@
|
|
|
818
842
|
opacity: 0.6;
|
|
819
843
|
}
|
|
820
844
|
/**selectedWidget active*/
|
|
821
|
-
.active[data-v-
|
|
845
|
+
.active[data-v-ca14b8a6] {
|
|
822
846
|
outline: 2px solid #539dfa;
|
|
823
847
|
box-shadow: 0 0 5px #539dfa;
|
|
824
848
|
position: relative;
|
|
825
849
|
}
|
|
826
|
-
.active .widget-view-drag[data-v-
|
|
850
|
+
.active .widget-view-drag[data-v-ca14b8a6] {
|
|
827
851
|
position: absolute;
|
|
828
852
|
left: -2px;
|
|
829
853
|
top: -2px;
|
|
@@ -837,7 +861,7 @@
|
|
|
837
861
|
color: #ffffff;
|
|
838
862
|
cursor: move;
|
|
839
863
|
}
|
|
840
|
-
.active .widget-view-action[data-v-
|
|
864
|
+
.active .widget-view-action[data-v-ca14b8a6] {
|
|
841
865
|
width: 70px;
|
|
842
866
|
position: absolute;
|
|
843
867
|
right: 0px;
|
|
@@ -850,7 +874,7 @@
|
|
|
850
874
|
background: transparent;
|
|
851
875
|
color: #fff;
|
|
852
876
|
}
|
|
853
|
-
.active .widget-view-action .iconfont[data-v-
|
|
877
|
+
.active .widget-view-action .iconfont[data-v-ca14b8a6] {
|
|
854
878
|
width: 25px;
|
|
855
879
|
height: 25px;
|
|
856
880
|
border-radius: 50%;
|
|
@@ -860,19 +884,19 @@
|
|
|
860
884
|
font-size: 14px;
|
|
861
885
|
justify-content: center;
|
|
862
886
|
}
|
|
863
|
-
.active .widget-view-action .icon-icon_clone[data-v-
|
|
887
|
+
.active .widget-view-action .icon-icon_clone[data-v-ca14b8a6] {
|
|
864
888
|
background: red;
|
|
865
889
|
}
|
|
866
|
-
.active .widget-view-action .icon-trash[data-v-
|
|
890
|
+
.active .widget-view-action .icon-trash[data-v-ca14b8a6] {
|
|
867
891
|
margin-left: 20px;
|
|
868
892
|
}
|
|
869
|
-
.widget-form-list .widget-view[data-v-
|
|
893
|
+
.widget-form-list .widget-view[data-v-ca14b8a6] {
|
|
870
894
|
position: relative;
|
|
871
895
|
border: 1px dashed rgba(170, 170, 170, 0.7);
|
|
872
896
|
background-color: rgba(236, 245, 255, 0.3);
|
|
873
897
|
margin: 2px;
|
|
874
898
|
}
|
|
875
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
899
|
+
.widget-form-list .widget-view .widget-view-action[data-v-ca14b8a6] {
|
|
876
900
|
position: absolute;
|
|
877
901
|
right: 0px;
|
|
878
902
|
bottom: 0;
|
|
@@ -884,7 +908,7 @@
|
|
|
884
908
|
background: transparent;
|
|
885
909
|
color: #fff;
|
|
886
910
|
}
|
|
887
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
911
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-ca14b8a6] {
|
|
888
912
|
width: 25px;
|
|
889
913
|
height: 25px;
|
|
890
914
|
border-radius: 50%;
|
|
@@ -894,13 +918,13 @@
|
|
|
894
918
|
font-size: 14px;
|
|
895
919
|
justify-content: center;
|
|
896
920
|
}
|
|
897
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
921
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-ca14b8a6] {
|
|
898
922
|
background: red;
|
|
899
923
|
}
|
|
900
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
924
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-ca14b8a6] {
|
|
901
925
|
margin-left: 20px;
|
|
902
926
|
}
|
|
903
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
927
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-ca14b8a6] {
|
|
904
928
|
position: absolute;
|
|
905
929
|
left: -2px;
|
|
906
930
|
top: -2px;
|
|
@@ -910,20 +934,20 @@
|
|
|
910
934
|
background: #409eff;
|
|
911
935
|
z-index: 9;
|
|
912
936
|
}
|
|
913
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
937
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-ca14b8a6] {
|
|
914
938
|
font-size: 14px;
|
|
915
939
|
color: #fff;
|
|
916
940
|
margin: 0 5px;
|
|
917
941
|
cursor: move;
|
|
918
942
|
}
|
|
919
|
-
[data-v-
|
|
943
|
+
[data-v-ca14b8a6] .ant-form-item-control-wrapper {
|
|
920
944
|
border-right: 1px solid #000;
|
|
921
945
|
border-bottom: 1px solid #000;
|
|
922
946
|
}
|
|
923
|
-
.all-lay-out[data-v-
|
|
947
|
+
.all-lay-out[data-v-ca14b8a6] {
|
|
924
948
|
position: relative;
|
|
925
949
|
}
|
|
926
|
-
.all-lay-out .all-lay-out-bg[data-v-
|
|
950
|
+
.all-lay-out .all-lay-out-bg[data-v-ca14b8a6] {
|
|
927
951
|
position: absolute;
|
|
928
952
|
left: 0;
|
|
929
953
|
width: 100%;
|
|
@@ -931,22 +955,22 @@
|
|
|
931
955
|
top: 0;
|
|
932
956
|
z-index: 0;
|
|
933
957
|
}
|
|
934
|
-
.all-lay-out[data-v-
|
|
958
|
+
.all-lay-out[data-v-ca14b8a6] .widget-col-list {
|
|
935
959
|
width: 100%;
|
|
936
960
|
height: 100%;
|
|
937
961
|
}
|
|
938
|
-
.all-lay-out .all-grid-item-wrap[data-v-
|
|
962
|
+
.all-lay-out .all-grid-item-wrap[data-v-ca14b8a6] {
|
|
939
963
|
width: 100%;
|
|
940
964
|
height: 100%;
|
|
941
965
|
background: #fff;
|
|
942
966
|
}
|
|
943
|
-
.all-lay-out .all-lay-out-edit-wrap[data-v-
|
|
967
|
+
.all-lay-out .all-lay-out-edit-wrap[data-v-ca14b8a6] {
|
|
944
968
|
position: relative;
|
|
945
969
|
height: 100%;
|
|
946
970
|
left: 90px;
|
|
947
971
|
top: 0;
|
|
948
972
|
}
|
|
949
|
-
.all-lay-out .all-lay-out-label[data-v-
|
|
973
|
+
.all-lay-out .all-lay-out-label[data-v-ca14b8a6] {
|
|
950
974
|
position: absolute;
|
|
951
975
|
left: 0;
|
|
952
976
|
top: 0;
|
|
@@ -963,78 +987,78 @@
|
|
|
963
987
|
}
|
|
964
988
|
|
|
965
989
|
|
|
966
|
-
[data-v-
|
|
990
|
+
[data-v-d0b4b012] .ant-col {
|
|
967
991
|
min-height: 50px;
|
|
968
992
|
}
|
|
969
|
-
.paper .form-title[data-v-
|
|
993
|
+
.paper .form-title[data-v-d0b4b012] {
|
|
970
994
|
text-align: center;
|
|
971
995
|
font-weight: 600;
|
|
972
996
|
font-size: 16px;
|
|
973
997
|
height: 40px;
|
|
974
998
|
}
|
|
975
|
-
[data-v-
|
|
999
|
+
[data-v-d0b4b012] .vue-grid-layout {
|
|
976
1000
|
z-index: 2;
|
|
977
1001
|
}
|
|
978
|
-
[data-v-
|
|
1002
|
+
[data-v-d0b4b012] .vue-grid-item {
|
|
979
1003
|
border: 1px dashed #ccc;
|
|
980
1004
|
box-sizing: border-box;
|
|
981
1005
|
background-color: #fff;
|
|
982
1006
|
}
|
|
983
|
-
[data-v-
|
|
1007
|
+
[data-v-d0b4b012] .ant-form-item {
|
|
984
1008
|
height: 100%;
|
|
985
1009
|
}
|
|
986
|
-
[data-v-
|
|
1010
|
+
[data-v-d0b4b012] .ant-form-item .ant-form-item-label {
|
|
987
1011
|
height: 100%;
|
|
988
1012
|
position: absolute;
|
|
989
1013
|
left: 0;
|
|
990
1014
|
top: 0;
|
|
991
1015
|
border-right: 1px solid #333;
|
|
992
1016
|
}
|
|
993
|
-
[data-v-
|
|
1017
|
+
[data-v-d0b4b012] .ant-form-item .ant-form-item-label label {
|
|
994
1018
|
display: flex;
|
|
995
1019
|
justify-content: center;
|
|
996
1020
|
align-items: center;
|
|
997
1021
|
height: 100%;
|
|
998
1022
|
}
|
|
999
|
-
[data-v-
|
|
1023
|
+
[data-v-d0b4b012] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
1000
1024
|
display: none;
|
|
1001
1025
|
}
|
|
1002
|
-
[data-v-
|
|
1026
|
+
[data-v-d0b4b012] .ant-form-item .ant-form-item-control-wrapper {
|
|
1003
1027
|
height: 100%;
|
|
1004
1028
|
float: right;
|
|
1005
1029
|
display: flex;
|
|
1006
1030
|
align-items: center;
|
|
1007
1031
|
}
|
|
1008
|
-
[data-v-
|
|
1032
|
+
[data-v-d0b4b012] .ant-form-item .ant-form-item-control {
|
|
1009
1033
|
width: 98%;
|
|
1010
1034
|
margin: 0 auto;
|
|
1011
1035
|
}
|
|
1012
|
-
.is_required[data-v-
|
|
1036
|
+
.is_required[data-v-d0b4b012]::before {
|
|
1013
1037
|
content: "*";
|
|
1014
1038
|
color: #f56c6c;
|
|
1015
1039
|
margin-right: 4px;
|
|
1016
1040
|
}
|
|
1017
|
-
.widget-form-list[data-v-
|
|
1041
|
+
.widget-form-list[data-v-d0b4b012] {
|
|
1018
1042
|
background: #fff;
|
|
1019
|
-
border: 1px solid
|
|
1043
|
+
border: 1px solid var(--designBorderColor);
|
|
1020
1044
|
box-sizing: border-box;
|
|
1021
1045
|
}
|
|
1022
|
-
.widget-form-list .row-item[data-v-
|
|
1023
|
-
border-bottom: 1px solid
|
|
1046
|
+
.widget-form-list .row-item[data-v-d0b4b012]:not(:last-child) {
|
|
1047
|
+
border-bottom: 1px solid var(--designBorderColor);
|
|
1024
1048
|
}
|
|
1025
|
-
.widget-form-list .widget-grid[data-v-
|
|
1049
|
+
.widget-form-list .widget-grid[data-v-d0b4b012] {
|
|
1026
1050
|
background: #f4f6fc;
|
|
1027
1051
|
position: relative;
|
|
1028
1052
|
border-left: 5px solid transparent;
|
|
1029
1053
|
padding: 5px;
|
|
1030
1054
|
margin: 0 !important;
|
|
1031
1055
|
}
|
|
1032
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
1056
|
+
.widget-form-list .widget-grid.active[data-v-d0b4b012] {
|
|
1033
1057
|
outline: 2px solid #409eff;
|
|
1034
1058
|
border: 1px solid #409eff;
|
|
1035
1059
|
background: #b3d8ff;
|
|
1036
1060
|
}
|
|
1037
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
1061
|
+
.widget-form-list .widget-grid .grid-background[data-v-d0b4b012] {
|
|
1038
1062
|
position: absolute;
|
|
1039
1063
|
z-index: 1;
|
|
1040
1064
|
top: 0;
|
|
@@ -1045,85 +1069,85 @@
|
|
|
1045
1069
|
height: 100%;
|
|
1046
1070
|
padding: 5px 5px 10px 5px;
|
|
1047
1071
|
}
|
|
1048
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
1072
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-d0b4b012] {
|
|
1049
1073
|
border-bottom: 1px dashed #ccc;
|
|
1050
1074
|
border-left: 1px dashed #ccc;
|
|
1051
1075
|
box-sizing: border-box;
|
|
1052
1076
|
overflow: hidden;
|
|
1053
1077
|
}
|
|
1054
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
1078
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-d0b4b012]:first-child {
|
|
1055
1079
|
border-top: 1px dashed #ccc;
|
|
1056
1080
|
}
|
|
1057
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
1081
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-d0b4b012] {
|
|
1058
1082
|
float: left;
|
|
1059
1083
|
border-right: 1px dashed #ccc;
|
|
1060
1084
|
min-height: 40px;
|
|
1061
1085
|
box-sizing: border-box;
|
|
1062
1086
|
}
|
|
1063
|
-
.widget-form-list .row_table[data-v-
|
|
1087
|
+
.widget-form-list .row_table[data-v-d0b4b012] {
|
|
1064
1088
|
min-height: 60px;
|
|
1065
1089
|
position: relative;
|
|
1066
1090
|
border-bottom: 1px solid #333;
|
|
1067
1091
|
}
|
|
1068
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
1092
|
+
.widget-form-list li.sortable-chosen[data-v-d0b4b012] {
|
|
1069
1093
|
height: 2px !important;
|
|
1070
1094
|
overflow: hidden !important;
|
|
1071
1095
|
background: red !important;
|
|
1072
1096
|
}
|
|
1073
|
-
.widget-form-list .widget-col-list[data-v-
|
|
1097
|
+
.widget-form-list .widget-col-list[data-v-d0b4b012] {
|
|
1074
1098
|
min-height: 50px;
|
|
1075
1099
|
border: 1px dashed #ccc;
|
|
1076
1100
|
background: #fff;
|
|
1077
1101
|
}
|
|
1078
|
-
.widget-form-list .widget-col[data-v-
|
|
1102
|
+
.widget-form-list .widget-col[data-v-d0b4b012] {
|
|
1079
1103
|
padding-bottom: 0;
|
|
1080
1104
|
background-color: rgba(253, 246, 236, 0.3);
|
|
1081
1105
|
}
|
|
1082
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
1106
|
+
.grid-lay-out-wrap .widget-col-list[data-v-d0b4b012] {
|
|
1083
1107
|
width: 100%;
|
|
1084
1108
|
height: 100%;
|
|
1085
1109
|
min-height: 40px;
|
|
1086
1110
|
border: none;
|
|
1087
1111
|
}
|
|
1088
|
-
.widget-form-ocuupied[data-v-
|
|
1112
|
+
.widget-form-ocuupied[data-v-d0b4b012] {
|
|
1089
1113
|
min-height: 540px;
|
|
1090
1114
|
border: none;
|
|
1091
1115
|
}
|
|
1092
|
-
.drag_table[data-v-
|
|
1116
|
+
.drag_table[data-v-d0b4b012] {
|
|
1093
1117
|
width: calc(100% - 100px);
|
|
1094
1118
|
height: 100%;
|
|
1095
1119
|
display: flex;
|
|
1096
1120
|
overflow-y: scroll;
|
|
1097
1121
|
}
|
|
1098
|
-
.drag_table[data-v-
|
|
1122
|
+
.drag_table[data-v-d0b4b012]::-webkit-scrollbar {
|
|
1099
1123
|
width: 3px;
|
|
1100
1124
|
height: 3px;
|
|
1101
1125
|
}
|
|
1102
|
-
.drag_table[data-v-
|
|
1126
|
+
.drag_table[data-v-d0b4b012]::-webkit-scrollbar-track {
|
|
1103
1127
|
background: #fff;
|
|
1104
1128
|
border-radius: 2px;
|
|
1105
1129
|
}
|
|
1106
|
-
.drag_table[data-v-
|
|
1130
|
+
.drag_table[data-v-d0b4b012]::-webkit-scrollbar-thumb {
|
|
1107
1131
|
background: #cdcdcd;
|
|
1108
1132
|
border-radius: 8px;
|
|
1109
1133
|
}
|
|
1110
|
-
.drag_table[data-v-
|
|
1134
|
+
.drag_table[data-v-d0b4b012]::-webkit-scrollbar-thumb:hover {
|
|
1111
1135
|
background: #cdcdcd;
|
|
1112
1136
|
}
|
|
1113
|
-
.drag_table[data-v-
|
|
1137
|
+
.drag_table[data-v-d0b4b012]::-webkit-scrollbar-corner {
|
|
1114
1138
|
background: #cdcdcd;
|
|
1115
1139
|
}
|
|
1116
|
-
.widget-form-ocuupied[data-v-
|
|
1140
|
+
.widget-form-ocuupied[data-v-d0b4b012] {
|
|
1117
1141
|
min-height: 540px;
|
|
1118
1142
|
border: none;
|
|
1119
1143
|
}
|
|
1120
|
-
.table_label[data-v-
|
|
1144
|
+
.table_label[data-v-d0b4b012] {
|
|
1121
1145
|
width: 100px;
|
|
1122
1146
|
min-width: 100px;
|
|
1123
1147
|
height: 100%;
|
|
1124
1148
|
text-align: right;
|
|
1125
1149
|
}
|
|
1126
|
-
.widget-view-model[data-v-
|
|
1150
|
+
.widget-view-model[data-v-d0b4b012] {
|
|
1127
1151
|
position: absolute;
|
|
1128
1152
|
top: 0px;
|
|
1129
1153
|
right: 3px;
|
|
@@ -1133,12 +1157,12 @@
|
|
|
1133
1157
|
opacity: 0.6;
|
|
1134
1158
|
}
|
|
1135
1159
|
/**selectedWidget active*/
|
|
1136
|
-
.active[data-v-
|
|
1160
|
+
.active[data-v-d0b4b012] {
|
|
1137
1161
|
outline: 2px solid #539dfa;
|
|
1138
1162
|
box-shadow: 0 0 5px #539dfa;
|
|
1139
1163
|
position: relative;
|
|
1140
1164
|
}
|
|
1141
|
-
.active .widget-view-drag[data-v-
|
|
1165
|
+
.active .widget-view-drag[data-v-d0b4b012] {
|
|
1142
1166
|
position: absolute;
|
|
1143
1167
|
left: -2px;
|
|
1144
1168
|
top: -2px;
|
|
@@ -1152,7 +1176,7 @@
|
|
|
1152
1176
|
color: #ffffff;
|
|
1153
1177
|
cursor: move;
|
|
1154
1178
|
}
|
|
1155
|
-
.active .widget-view-action[data-v-
|
|
1179
|
+
.active .widget-view-action[data-v-d0b4b012] {
|
|
1156
1180
|
width: 70px;
|
|
1157
1181
|
position: absolute;
|
|
1158
1182
|
right: 0px;
|
|
@@ -1165,7 +1189,7 @@
|
|
|
1165
1189
|
background: transparent;
|
|
1166
1190
|
color: #fff;
|
|
1167
1191
|
}
|
|
1168
|
-
.active .widget-view-action .iconfont[data-v-
|
|
1192
|
+
.active .widget-view-action .iconfont[data-v-d0b4b012] {
|
|
1169
1193
|
width: 25px;
|
|
1170
1194
|
height: 25px;
|
|
1171
1195
|
border-radius: 50%;
|
|
@@ -1175,19 +1199,19 @@
|
|
|
1175
1199
|
font-size: 14px;
|
|
1176
1200
|
justify-content: center;
|
|
1177
1201
|
}
|
|
1178
|
-
.active .widget-view-action .icon-icon_clone[data-v-
|
|
1202
|
+
.active .widget-view-action .icon-icon_clone[data-v-d0b4b012] {
|
|
1179
1203
|
background: red;
|
|
1180
1204
|
}
|
|
1181
|
-
.active .widget-view-action .icon-trash[data-v-
|
|
1205
|
+
.active .widget-view-action .icon-trash[data-v-d0b4b012] {
|
|
1182
1206
|
margin-left: 20px;
|
|
1183
1207
|
}
|
|
1184
|
-
.widget-form-list .widget-view[data-v-
|
|
1208
|
+
.widget-form-list .widget-view[data-v-d0b4b012] {
|
|
1185
1209
|
position: relative;
|
|
1186
1210
|
border: 1px dashed rgba(170, 170, 170, 0.7);
|
|
1187
1211
|
background-color: rgba(236, 245, 255, 0.3);
|
|
1188
1212
|
margin: 2px;
|
|
1189
1213
|
}
|
|
1190
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
1214
|
+
.widget-form-list .widget-view .widget-view-action[data-v-d0b4b012] {
|
|
1191
1215
|
position: absolute;
|
|
1192
1216
|
right: 0px;
|
|
1193
1217
|
bottom: 0;
|
|
@@ -1199,7 +1223,7 @@
|
|
|
1199
1223
|
background: transparent;
|
|
1200
1224
|
color: #fff;
|
|
1201
1225
|
}
|
|
1202
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
1226
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-d0b4b012] {
|
|
1203
1227
|
width: 25px;
|
|
1204
1228
|
height: 25px;
|
|
1205
1229
|
border-radius: 50%;
|
|
@@ -1209,13 +1233,13 @@
|
|
|
1209
1233
|
font-size: 14px;
|
|
1210
1234
|
justify-content: center;
|
|
1211
1235
|
}
|
|
1212
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
1236
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-d0b4b012] {
|
|
1213
1237
|
background: red;
|
|
1214
1238
|
}
|
|
1215
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
1239
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-d0b4b012] {
|
|
1216
1240
|
margin-left: 20px;
|
|
1217
1241
|
}
|
|
1218
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
1242
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-d0b4b012] {
|
|
1219
1243
|
position: absolute;
|
|
1220
1244
|
left: -2px;
|
|
1221
1245
|
top: -2px;
|
|
@@ -1225,27 +1249,27 @@
|
|
|
1225
1249
|
background: #409eff;
|
|
1226
1250
|
z-index: 9;
|
|
1227
1251
|
}
|
|
1228
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
1252
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-d0b4b012] {
|
|
1229
1253
|
font-size: 14px;
|
|
1230
1254
|
color: #fff;
|
|
1231
1255
|
margin: 0 5px;
|
|
1232
1256
|
cursor: move;
|
|
1233
1257
|
}
|
|
1234
1258
|
/*****无border *****/
|
|
1235
|
-
.no-border .widget-form-list[data-v-
|
|
1259
|
+
.no-border .widget-form-list[data-v-d0b4b012] {
|
|
1236
1260
|
border: none;
|
|
1237
1261
|
}
|
|
1238
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
1262
|
+
.no-border .widget-form-list .row-item[data-v-d0b4b012]:not(:last-child) {
|
|
1239
1263
|
border: none;
|
|
1240
1264
|
}
|
|
1241
|
-
.no-border .widget-form-list[data-v-
|
|
1265
|
+
.no-border .widget-form-list[data-v-d0b4b012] .ant-form-item .ant-form-item-label {
|
|
1242
1266
|
border: 0;
|
|
1243
1267
|
}
|
|
1244
1268
|
/*****无border *****/
|
|
1245
|
-
.all-lay-out[data-v-
|
|
1269
|
+
.all-lay-out[data-v-d0b4b012] {
|
|
1246
1270
|
position: relative;
|
|
1247
1271
|
}
|
|
1248
|
-
.all-lay-out .all-lay-out-bg[data-v-
|
|
1272
|
+
.all-lay-out .all-lay-out-bg[data-v-d0b4b012] {
|
|
1249
1273
|
position: absolute;
|
|
1250
1274
|
left: 0;
|
|
1251
1275
|
width: 100%;
|
|
@@ -1253,22 +1277,22 @@
|
|
|
1253
1277
|
top: 0;
|
|
1254
1278
|
z-index: 0;
|
|
1255
1279
|
}
|
|
1256
|
-
.all-lay-out[data-v-
|
|
1280
|
+
.all-lay-out[data-v-d0b4b012] .widget-col-list {
|
|
1257
1281
|
width: 100%;
|
|
1258
1282
|
height: 100%;
|
|
1259
1283
|
}
|
|
1260
|
-
.all-lay-out .all-grid-item-wrap[data-v-
|
|
1284
|
+
.all-lay-out .all-grid-item-wrap[data-v-d0b4b012] {
|
|
1261
1285
|
width: 100%;
|
|
1262
1286
|
height: 100%;
|
|
1263
1287
|
background: #fff;
|
|
1264
1288
|
}
|
|
1265
|
-
.all-lay-out .all-lay-out-edit-wrap[data-v-
|
|
1289
|
+
.all-lay-out .all-lay-out-edit-wrap[data-v-d0b4b012] {
|
|
1266
1290
|
position: relative;
|
|
1267
1291
|
height: 100%;
|
|
1268
1292
|
left: 90px;
|
|
1269
1293
|
top: 0;
|
|
1270
1294
|
}
|
|
1271
|
-
.all-lay-out .all-lay-out-label[data-v-
|
|
1295
|
+
.all-lay-out .all-lay-out-label[data-v-d0b4b012] {
|
|
1272
1296
|
position: absolute;
|
|
1273
1297
|
left: 0;
|
|
1274
1298
|
top: 0;
|
|
@@ -1299,30 +1323,30 @@
|
|
|
1299
1323
|
}
|
|
1300
1324
|
|
|
1301
1325
|
|
|
1302
|
-
[data-v-
|
|
1326
|
+
[data-v-1f623548] .ant-col {
|
|
1303
1327
|
min-height: 50px;
|
|
1304
1328
|
}
|
|
1305
|
-
.widget-form-list[data-v-
|
|
1329
|
+
.widget-form-list[data-v-1f623548] {
|
|
1306
1330
|
background: #fff;
|
|
1307
|
-
border: 1px solid
|
|
1331
|
+
border: 1px solid var(--designBorderColor);
|
|
1308
1332
|
box-sizing: border-box;
|
|
1309
1333
|
}
|
|
1310
|
-
.widget-form-list .row-item[data-v-
|
|
1311
|
-
border-bottom: 1px solid
|
|
1334
|
+
.widget-form-list .row-item[data-v-1f623548]:not(:last-child) {
|
|
1335
|
+
border-bottom: 1px solid var(--designBorderColor);
|
|
1312
1336
|
}
|
|
1313
|
-
.widget-form-list .widget-grid[data-v-
|
|
1337
|
+
.widget-form-list .widget-grid[data-v-1f623548] {
|
|
1314
1338
|
background: #f4f6fc;
|
|
1315
1339
|
position: relative;
|
|
1316
1340
|
border-left: 5px solid transparent;
|
|
1317
1341
|
padding: 5px;
|
|
1318
1342
|
margin: 0 !important;
|
|
1319
1343
|
}
|
|
1320
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
1344
|
+
.widget-form-list .widget-grid.active[data-v-1f623548] {
|
|
1321
1345
|
outline: 2px solid #409eff;
|
|
1322
1346
|
border: 1px solid #409eff;
|
|
1323
1347
|
background: #b3d8ff;
|
|
1324
1348
|
}
|
|
1325
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
1349
|
+
.widget-form-list .widget-grid .grid-background[data-v-1f623548] {
|
|
1326
1350
|
position: absolute;
|
|
1327
1351
|
z-index: 1;
|
|
1328
1352
|
top: 0;
|
|
@@ -1333,36 +1357,36 @@
|
|
|
1333
1357
|
height: 100%;
|
|
1334
1358
|
padding: 5px 5px 10px 5px;
|
|
1335
1359
|
}
|
|
1336
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
1360
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-1f623548] {
|
|
1337
1361
|
border-bottom: 1px dashed #ccc;
|
|
1338
1362
|
border-left: 1px dashed #ccc;
|
|
1339
1363
|
box-sizing: border-box;
|
|
1340
1364
|
overflow: hidden;
|
|
1341
1365
|
}
|
|
1342
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
1366
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-1f623548]:first-child {
|
|
1343
1367
|
border-top: 1px dashed #ccc;
|
|
1344
1368
|
}
|
|
1345
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
1369
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-1f623548] {
|
|
1346
1370
|
float: left;
|
|
1347
1371
|
border-right: 1px dashed #ccc;
|
|
1348
1372
|
min-height: 40px;
|
|
1349
1373
|
box-sizing: border-box;
|
|
1350
1374
|
}
|
|
1351
|
-
.widget-form-list .row_table[data-v-
|
|
1375
|
+
.widget-form-list .row_table[data-v-1f623548] {
|
|
1352
1376
|
min-height: 60px;
|
|
1353
1377
|
position: relative;
|
|
1354
1378
|
border-bottom: 1px solid #333;
|
|
1355
1379
|
}
|
|
1356
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
1380
|
+
.widget-form-list li.sortable-chosen[data-v-1f623548] {
|
|
1357
1381
|
height: 2px !important;
|
|
1358
1382
|
overflow: hidden !important;
|
|
1359
1383
|
background: red !important;
|
|
1360
1384
|
}
|
|
1361
|
-
.widget-form-list .widget-col-list[data-v-
|
|
1385
|
+
.widget-form-list .widget-col-list[data-v-1f623548] {
|
|
1362
1386
|
min-height: 50px;
|
|
1363
1387
|
background: #fff;
|
|
1364
1388
|
}
|
|
1365
|
-
.widget-form-list .widget-col[data-v-
|
|
1389
|
+
.widget-form-list .widget-col[data-v-1f623548] {
|
|
1366
1390
|
padding-bottom: 0;
|
|
1367
1391
|
padding: 5px;
|
|
1368
1392
|
background-color: rgba(253, 246, 236, 0.3);
|
|
@@ -1520,22 +1544,22 @@
|
|
|
1520
1544
|
}
|
|
1521
1545
|
|
|
1522
1546
|
|
|
1523
|
-
[data-v-
|
|
1547
|
+
[data-v-0cee0678] .ant-popover-inner-content {
|
|
1524
1548
|
width: 190px;
|
|
1525
1549
|
}
|
|
1526
|
-
[data-v-
|
|
1550
|
+
[data-v-0cee0678] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
1527
1551
|
width: calc(100% - 0px) !important;
|
|
1528
1552
|
}
|
|
1529
|
-
[data-v-
|
|
1553
|
+
[data-v-0cee0678] .ant-form-item-control {
|
|
1530
1554
|
height: 100%;
|
|
1531
1555
|
}
|
|
1532
1556
|
/***label对齐方式*/
|
|
1533
|
-
.custom_form_item .break[data-v-
|
|
1557
|
+
.custom_form_item .break[data-v-0cee0678] {
|
|
1534
1558
|
white-space: normal;
|
|
1535
1559
|
word-break: break-all;
|
|
1536
1560
|
word-wrap: break-word;
|
|
1537
1561
|
}
|
|
1538
|
-
.custom_form_item .align-between[data-v-
|
|
1562
|
+
.custom_form_item .align-between[data-v-0cee0678] {
|
|
1539
1563
|
white-space: normal;
|
|
1540
1564
|
word-break: break-all;
|
|
1541
1565
|
word-wrap: break-word;
|
|
@@ -1544,28 +1568,28 @@
|
|
|
1544
1568
|
text-align-last: justify;
|
|
1545
1569
|
width: 80%;
|
|
1546
1570
|
}
|
|
1547
|
-
.custom_form_item .align-middle[data-v-
|
|
1571
|
+
.custom_form_item .align-middle[data-v-0cee0678] {
|
|
1548
1572
|
white-space: normal;
|
|
1549
1573
|
word-break: break-all;
|
|
1550
1574
|
word-wrap: break-word;
|
|
1551
1575
|
text-align: center;
|
|
1552
1576
|
width: 80%;
|
|
1553
1577
|
}
|
|
1554
|
-
.custom_form_item .align-left[data-v-
|
|
1578
|
+
.custom_form_item .align-left[data-v-0cee0678] {
|
|
1555
1579
|
white-space: normal;
|
|
1556
1580
|
word-break: break-all;
|
|
1557
1581
|
word-wrap: break-word;
|
|
1558
1582
|
text-align: left;
|
|
1559
1583
|
width: 80%;
|
|
1560
1584
|
}
|
|
1561
|
-
.custom_form_item .align-right[data-v-
|
|
1585
|
+
.custom_form_item .align-right[data-v-0cee0678] {
|
|
1562
1586
|
white-space: normal;
|
|
1563
1587
|
word-break: break-all;
|
|
1564
1588
|
word-wrap: break-word;
|
|
1565
1589
|
text-align: right;
|
|
1566
1590
|
width: 80%;
|
|
1567
1591
|
}
|
|
1568
|
-
.custom_form_item .align-center[data-v-
|
|
1592
|
+
.custom_form_item .align-center[data-v-0cee0678] {
|
|
1569
1593
|
white-space: normal;
|
|
1570
1594
|
word-break: break-all;
|
|
1571
1595
|
word-wrap: break-word;
|
|
@@ -1574,51 +1598,51 @@
|
|
|
1574
1598
|
}
|
|
1575
1599
|
/***label对齐方式 */
|
|
1576
1600
|
/*****公共boder ****/
|
|
1577
|
-
[data-v-
|
|
1601
|
+
[data-v-0cee0678] .ant-form-item-control-wrapper {
|
|
1578
1602
|
border-bottom: 1px solid #000;
|
|
1579
1603
|
}
|
|
1580
|
-
[data-v-
|
|
1604
|
+
[data-v-0cee0678] .ant-form-item-label {
|
|
1581
1605
|
border-bottom: 1px solid #000;
|
|
1582
1606
|
}
|
|
1583
|
-
.verify-right[data-v-
|
|
1607
|
+
.verify-right[data-v-0cee0678] {
|
|
1584
1608
|
border-right: 1px solid #000;
|
|
1585
1609
|
}
|
|
1586
|
-
.custom_form_item_special[data-v-
|
|
1610
|
+
.custom_form_item_special[data-v-0cee0678] .ant-form-item-children {
|
|
1587
1611
|
height: 100%;
|
|
1588
1612
|
}
|
|
1589
1613
|
/*****公共boder ****/
|
|
1590
|
-
.custom_form_item_special[data-v-
|
|
1614
|
+
.custom_form_item_special[data-v-0cee0678] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
1591
1615
|
width: 100%;
|
|
1592
1616
|
}
|
|
1593
|
-
.verify-no-border input[data-v-
|
|
1594
|
-
.verify-no-border textarea[data-v-
|
|
1617
|
+
.verify-no-border input[data-v-0cee0678],
|
|
1618
|
+
.verify-no-border textarea[data-v-0cee0678] {
|
|
1595
1619
|
display: block;
|
|
1596
1620
|
background: none;
|
|
1597
1621
|
height: 90%;
|
|
1598
1622
|
width: 98%;
|
|
1599
1623
|
margin: 0 auto;
|
|
1600
1624
|
}
|
|
1601
|
-
.verify-no-border input[data-v-
|
|
1602
|
-
.verify-no-border textarea[data-v-
|
|
1625
|
+
.verify-no-border input[data-v-0cee0678]:disabled,
|
|
1626
|
+
.verify-no-border textarea[data-v-0cee0678]:disabled {
|
|
1603
1627
|
background: none !important;
|
|
1604
1628
|
color: #333;
|
|
1605
1629
|
}
|
|
1606
|
-
.verify[data-v-
|
|
1630
|
+
.verify[data-v-0cee0678] {
|
|
1607
1631
|
position: relative;
|
|
1608
1632
|
}
|
|
1609
|
-
.verify .inner-form-item[data-v-
|
|
1633
|
+
.verify .inner-form-item[data-v-0cee0678] .ant-form-item-control-wrapper {
|
|
1610
1634
|
border-bottom: none !important;
|
|
1611
1635
|
}
|
|
1612
|
-
.verify .inner-form-item[data-v-
|
|
1636
|
+
.verify .inner-form-item[data-v-0cee0678] .ant-form-item-children {
|
|
1613
1637
|
display: flex;
|
|
1614
1638
|
align-items: center;
|
|
1615
1639
|
justify-content: center;
|
|
1616
1640
|
width: 100%;
|
|
1617
1641
|
}
|
|
1618
|
-
.verify .inner-form-item[data-v-
|
|
1642
|
+
.verify .inner-form-item[data-v-0cee0678] .ant-form-item-children .textarea-wrapper {
|
|
1619
1643
|
width: 100%;
|
|
1620
1644
|
}
|
|
1621
|
-
.verify .verify-left[data-v-
|
|
1645
|
+
.verify .verify-left[data-v-0cee0678] {
|
|
1622
1646
|
position: absolute;
|
|
1623
1647
|
left: 0;
|
|
1624
1648
|
top: 0;
|
|
@@ -1629,56 +1653,56 @@
|
|
|
1629
1653
|
-moz-text-align-last: justify;
|
|
1630
1654
|
text-align-last: justify;
|
|
1631
1655
|
}
|
|
1632
|
-
.verify .verify-right[data-v-
|
|
1656
|
+
.verify .verify-right[data-v-0cee0678] {
|
|
1633
1657
|
height: 100%;
|
|
1634
1658
|
width: 100%;
|
|
1635
1659
|
}
|
|
1636
|
-
.verify .verify-right .verify-text[data-v-
|
|
1660
|
+
.verify .verify-right .verify-text[data-v-0cee0678] {
|
|
1637
1661
|
position: relative;
|
|
1638
1662
|
height: 70%;
|
|
1639
1663
|
padding-top: 5px;
|
|
1640
1664
|
border-bottom: 1px solid #e6e6e6;
|
|
1641
1665
|
}
|
|
1642
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
1666
|
+
.verify .verify-right .verify-text .verify-btn[data-v-0cee0678] {
|
|
1643
1667
|
position: absolute;
|
|
1644
1668
|
right: 3%;
|
|
1645
1669
|
bottom: 2%;
|
|
1646
1670
|
z-index: 10;
|
|
1647
1671
|
}
|
|
1648
|
-
.verify .verify-right .verify-text span[data-v-
|
|
1672
|
+
.verify .verify-right .verify-text span[data-v-0cee0678] {
|
|
1649
1673
|
display: block;
|
|
1650
1674
|
border: none;
|
|
1651
1675
|
height: 100%;
|
|
1652
1676
|
}
|
|
1653
|
-
.verify .verify-right .verify-seal[data-v-
|
|
1677
|
+
.verify .verify-right .verify-seal[data-v-0cee0678] {
|
|
1654
1678
|
position: absolute;
|
|
1655
1679
|
width: 35mm;
|
|
1656
1680
|
height: 35mm;
|
|
1657
1681
|
z-index: 9 !important;
|
|
1658
1682
|
}
|
|
1659
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
1683
|
+
.verify .verify-right .verify-seal img[data-v-0cee0678] {
|
|
1660
1684
|
width: 35mm;
|
|
1661
1685
|
height: 35mm;
|
|
1662
1686
|
}
|
|
1663
|
-
.verify .verify-right .verify-icon[data-v-
|
|
1687
|
+
.verify .verify-right .verify-icon[data-v-0cee0678] {
|
|
1664
1688
|
position: absolute;
|
|
1665
1689
|
right: 3%;
|
|
1666
1690
|
top: 3%;
|
|
1667
1691
|
z-index: 20;
|
|
1668
1692
|
cursor: pointer;
|
|
1669
1693
|
}
|
|
1670
|
-
.verify .verify-option[data-v-
|
|
1694
|
+
.verify .verify-option[data-v-0cee0678] {
|
|
1671
1695
|
display: flex;
|
|
1672
1696
|
height: 30%;
|
|
1673
1697
|
}
|
|
1674
|
-
.verify .verify-option > div[data-v-
|
|
1698
|
+
.verify .verify-option > div[data-v-0cee0678] {
|
|
1675
1699
|
flex: 1;
|
|
1676
1700
|
border-right: 1px solid #e6e6e6;
|
|
1677
1701
|
display: flex;
|
|
1678
1702
|
justify-content: space-between;
|
|
1679
1703
|
align-items: center;
|
|
1680
1704
|
}
|
|
1681
|
-
.verify .verify-option > div span[data-v-
|
|
1705
|
+
.verify .verify-option > div span[data-v-0cee0678] {
|
|
1682
1706
|
text-align: center;
|
|
1683
1707
|
flex: 2;
|
|
1684
1708
|
border-right: 1px solid #e6e6e6;
|
|
@@ -1687,37 +1711,37 @@
|
|
|
1687
1711
|
align-items: center;
|
|
1688
1712
|
justify-content: center;
|
|
1689
1713
|
}
|
|
1690
|
-
.verify .verify-option > div span + span[data-v-
|
|
1691
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
1714
|
+
.verify .verify-option > div span + span[data-v-0cee0678],
|
|
1715
|
+
.verify .verify-option > div span + .inner-form-item[data-v-0cee0678] {
|
|
1692
1716
|
border-right: none;
|
|
1693
1717
|
flex: 4;
|
|
1694
1718
|
}
|
|
1695
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
1719
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-0cee0678]:last-child {
|
|
1696
1720
|
box-sizing: border-box;
|
|
1697
1721
|
padding: 1px;
|
|
1698
1722
|
}
|
|
1699
|
-
.verify .verify-option div[data-v-
|
|
1723
|
+
.verify .verify-option div[data-v-0cee0678]:last-child {
|
|
1700
1724
|
border-right: none;
|
|
1701
1725
|
}
|
|
1702
1726
|
|
|
1703
|
-
.verify-com[data-v-
|
|
1727
|
+
.verify-com[data-v-2ed5d5a9] {
|
|
1704
1728
|
width: 100%;
|
|
1705
1729
|
}
|
|
1706
|
-
.verify-com .verify-text[data-v-
|
|
1730
|
+
.verify-com .verify-text[data-v-2ed5d5a9] {
|
|
1707
1731
|
position: relative;
|
|
1708
1732
|
}
|
|
1709
|
-
.verify-com .verify-option[data-v-
|
|
1733
|
+
.verify-com .verify-option[data-v-2ed5d5a9] {
|
|
1710
1734
|
display: flex;
|
|
1711
1735
|
height: 30%;
|
|
1712
1736
|
margin-top: 10px;
|
|
1713
1737
|
}
|
|
1714
|
-
.verify-com .verify-option > div[data-v-
|
|
1738
|
+
.verify-com .verify-option > div[data-v-2ed5d5a9] {
|
|
1715
1739
|
flex: 1;
|
|
1716
1740
|
display: flex;
|
|
1717
1741
|
justify-content: space-between;
|
|
1718
1742
|
align-items: center;
|
|
1719
1743
|
}
|
|
1720
|
-
.verify-com .verify-option > div span[data-v-
|
|
1744
|
+
.verify-com .verify-option > div span[data-v-2ed5d5a9] {
|
|
1721
1745
|
text-align: center;
|
|
1722
1746
|
flex: 2;
|
|
1723
1747
|
height: 100%;
|
|
@@ -1725,11 +1749,11 @@
|
|
|
1725
1749
|
align-items: center;
|
|
1726
1750
|
justify-content: center;
|
|
1727
1751
|
}
|
|
1728
|
-
.verify-com .verify-option > div span + input[data-v-
|
|
1752
|
+
.verify-com .verify-option > div span + input[data-v-2ed5d5a9] {
|
|
1729
1753
|
border-right: none;
|
|
1730
1754
|
flex: 3;
|
|
1731
1755
|
}
|
|
1732
|
-
.verify-com .verify-option div[data-v-
|
|
1756
|
+
.verify-com .verify-option div[data-v-2ed5d5a9]:last-child {
|
|
1733
1757
|
border-right: none;
|
|
1734
1758
|
}
|
|
1735
1759
|
|
|
@@ -1783,7 +1807,7 @@
|
|
|
1783
1807
|
|
|
1784
1808
|
.idea-sign-class[data-v-39ebbff6]{border-right:1px dashed #ccc;border-bottom:1px dashed #ccc;position:relative}.idea-sign-class .text-content[data-v-39ebbff6]{position:relative}.idea-sign-class .text-content .sign[data-v-39ebbff6]{position:absolute;bottom:0;left:0;width:100%}.idea-sign-class .text-area[data-v-39ebbff6]{overflow:hidden}.idea-sign-class .text-area[data-v-39ebbff6] .el-form-item__content{margin-left:0 !important}.idea-sign-class .text-area[data-v-39ebbff6] .el-textarea__inner{border:none;resize:none;height:100% !important}.idea-sign-class>div[data-v-39ebbff6]: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-39ebbff6]{float:left;height:100%;box-sizing:border-box}.idea-sign-class>div+div[data-v-39ebbff6]{width:100%}.idea-sign-class .sign[data-v-39ebbff6]{padding:10px 20px}.idea-sign-class .sign img[data-v-39ebbff6]{width:140px;max-height:140px}[data-v-39ebbff6] .ant-form-item .ant-form-item-control-wrapper{width:100%}
|
|
1785
1809
|
|
|
1786
|
-
[data-v-
|
|
1810
|
+
[data-v-abe87900] .ant-col{min-height:50px}.idea-sign-class[data-v-abe87900]{border-right:1px dashed #ccc;border-bottom:1px dashed #ccc;position:relative}.idea-sign-class .text-content[data-v-abe87900]{position:relative;height:100%;padding-top:20px}.idea-sign-class .text-content .sign[data-v-abe87900]{position:absolute;bottom:0;left:0;width:100%}.idea-sign-class .text-area[data-v-abe87900]{overflow:hidden}.idea-sign-class .text-area[data-v-abe87900] .el-form-item__content{margin-left:0 !important}.idea-sign-class .text-area[data-v-abe87900] .el-textarea__inner{border:none;resize:none;height:100% !important}.idea-sign-class>div[data-v-abe87900]: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-abe87900]{float:left;height:100%;box-sizing:border-box}.idea-sign-class>div+div[data-v-abe87900]{width:100%}.idea-sign-class .sign[data-v-abe87900]{padding:0px 20px}.idea-sign-class .sign img[data-v-abe87900]{width:140px;max-height:140px}[data-v-abe87900] .ant-form-item .ant-form-item-control-wrapper{width:100%}[data-v-abe87900] .ant-form-item div.ant-form-item-label{position:relative}[data-v-abe87900] .ant-form-item .ant-form-item-control{height:100%}
|
|
1787
1811
|
|
|
1788
1812
|
.custom_form_item .label {
|
|
1789
1813
|
text-align: justify;
|
|
@@ -2199,7 +2223,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2199
2223
|
}
|
|
2200
2224
|
|
|
2201
2225
|
|
|
2202
|
-
[data-v-
|
|
2226
|
+
[data-v-167f4668] .ant-select-selection__rendered::after {
|
|
2203
2227
|
content: "";
|
|
2204
2228
|
display: none;
|
|
2205
2229
|
height: 0;
|
|
@@ -2223,7 +2247,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2223
2247
|
}
|
|
2224
2248
|
|
|
2225
2249
|
|
|
2226
|
-
[data-v-
|
|
2250
|
+
[data-v-6249aad2] .ant-select-selection__rendered::after {
|
|
2227
2251
|
content: "";
|
|
2228
2252
|
display: none;
|
|
2229
2253
|
height: 0;
|
|
@@ -2275,6 +2299,53 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2275
2299
|
align-items: center;
|
|
2276
2300
|
}
|
|
2277
2301
|
|
|
2302
|
+
.title[data-v-1646656c] {
|
|
2303
|
+
text-overflow: ellipsis;
|
|
2304
|
+
white-space: nowrap;
|
|
2305
|
+
overflow: hidden;
|
|
2306
|
+
max-width: 620px;
|
|
2307
|
+
margin-right: 10px;
|
|
2308
|
+
}
|
|
2309
|
+
.dataTableSet[data-v-1646656c] .ant-table-placeholder {
|
|
2310
|
+
border-left: none !important;
|
|
2311
|
+
border-right: none !important;
|
|
2312
|
+
border-bottom: none !important;
|
|
2313
|
+
padding: 0 !important;
|
|
2314
|
+
padding-top: var(--paddingTop) !important;
|
|
2315
|
+
}
|
|
2316
|
+
.dataSetFormItem[data-v-1646656c] .ant-form-item-control {
|
|
2317
|
+
margin: 0 !important;
|
|
2318
|
+
width: 100% !important;
|
|
2319
|
+
}
|
|
2320
|
+
.dataSetFormItem[data-v-1646656c] .ant-form-item-control-wrapper {
|
|
2321
|
+
display: initial !important;
|
|
2322
|
+
}
|
|
2323
|
+
.dataTableSet[data-v-1646656c] table {
|
|
2324
|
+
border-left: none !important;
|
|
2325
|
+
border-right: none !important;
|
|
2326
|
+
}
|
|
2327
|
+
.dataSetFormItem[data-v-1646656c] .ant-form-explain {
|
|
2328
|
+
top: 49px !important;
|
|
2329
|
+
left: 50% !important;
|
|
2330
|
+
}
|
|
2331
|
+
.dataSetFormItem[data-v-1646656c] .ant-form-item-control-wrapper {
|
|
2332
|
+
width: 100% !important;
|
|
2333
|
+
}
|
|
2334
|
+
.dataTableSet[data-v-1646656c] .ant-table-tbody tr td:last-child {
|
|
2335
|
+
border-right: none !important;
|
|
2336
|
+
}
|
|
2337
|
+
.dataTableSet[data-v-1646656c] .ant-table-thead tr th:last-child {
|
|
2338
|
+
border-right: none !important;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.title[data-v-40f40d52] {
|
|
2342
|
+
text-overflow: ellipsis;
|
|
2343
|
+
white-space: nowrap;
|
|
2344
|
+
overflow: hidden;
|
|
2345
|
+
max-width: 620px;
|
|
2346
|
+
margin-right: 10px;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2278
2349
|
.mydiy[data-v-330b4adb] {
|
|
2279
2350
|
z-index: 9999 !important;
|
|
2280
2351
|
}
|
|
@@ -2294,7 +2365,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2294
2365
|
}
|
|
2295
2366
|
|
|
2296
2367
|
|
|
2297
|
-
[data-v-
|
|
2368
|
+
[data-v-9e712c50] .ant-time-picker {
|
|
2298
2369
|
max-width: 170px !important;
|
|
2299
2370
|
width: initial !important;
|
|
2300
2371
|
}
|
|
@@ -2700,16 +2771,19 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2700
2771
|
}
|
|
2701
2772
|
|
|
2702
2773
|
|
|
2703
|
-
[data-v-
|
|
2774
|
+
[data-v-69a62b2f] .ant-form-item .ant-form-item-label {
|
|
2775
|
+
position: relative !important;
|
|
2776
|
+
}
|
|
2777
|
+
[data-v-69a62b2f] .ant-form-item-control {
|
|
2704
2778
|
height: 100%;
|
|
2705
2779
|
}
|
|
2706
|
-
[data-v-
|
|
2780
|
+
[data-v-69a62b2f] .ant-form-item-control .ant-form-item-children {
|
|
2707
2781
|
display: block;
|
|
2708
2782
|
width: 100%;
|
|
2709
2783
|
height: 100%;
|
|
2710
2784
|
position: relative;
|
|
2711
2785
|
}
|
|
2712
|
-
.seal-btn[data-v-
|
|
2786
|
+
.seal-btn[data-v-69a62b2f] {
|
|
2713
2787
|
position: absolute;
|
|
2714
2788
|
right: 3%;
|
|
2715
2789
|
bottom: 2%;
|
|
@@ -2717,20 +2791,23 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2717
2791
|
}
|
|
2718
2792
|
|
|
2719
2793
|
|
|
2720
|
-
[data-v-
|
|
2794
|
+
[data-v-69d7d54e] .ant-form-item-children {
|
|
2721
2795
|
display: block;
|
|
2722
2796
|
height: 100% !important;
|
|
2723
2797
|
line-height: initial!important;
|
|
2724
2798
|
}
|
|
2725
|
-
[data-v-
|
|
2799
|
+
[data-v-69d7d54e] .ant-form-item-control {
|
|
2726
2800
|
padding: 5px;
|
|
2727
2801
|
width: 100% !important;
|
|
2728
2802
|
box-sizing: border-box;
|
|
2729
2803
|
height: 100%;
|
|
2730
2804
|
}
|
|
2731
|
-
[data-v-
|
|
2805
|
+
[data-v-69d7d54e] .w-e-full-screen-container {
|
|
2732
2806
|
z-index: 10000;
|
|
2733
2807
|
}
|
|
2808
|
+
[data-v-69d7d54e] .w-e-text-container .w-e-scroll {
|
|
2809
|
+
height: var(--height);
|
|
2810
|
+
}
|
|
2734
2811
|
|
|
2735
2812
|
:root,
|
|
2736
2813
|
:host {
|
|
@@ -2764,23 +2841,23 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2764
2841
|
}
|
|
2765
2842
|
|
|
2766
2843
|
|
|
2767
|
-
[data-v-
|
|
2844
|
+
[data-v-c2c756b0] .ant-form-item-control {
|
|
2768
2845
|
padding: 5px;
|
|
2769
2846
|
width: 100% !important;
|
|
2770
2847
|
box-sizing: border-box;
|
|
2771
2848
|
height: 100%;
|
|
2772
2849
|
}
|
|
2773
|
-
.rich-editor[data-v-
|
|
2850
|
+
.rich-editor[data-v-c2c756b0] {
|
|
2774
2851
|
z-index: 11 !important;
|
|
2775
2852
|
height: 100%;
|
|
2776
2853
|
display: flex;
|
|
2777
2854
|
flex-direction: column;
|
|
2778
2855
|
border: 1px solid #c9d8db;
|
|
2779
2856
|
}
|
|
2780
|
-
.rich-editor .w-e-text-container[data-v-
|
|
2857
|
+
.rich-editor .w-e-text-container[data-v-c2c756b0] {
|
|
2781
2858
|
flex: 0 0 1;
|
|
2782
2859
|
}
|
|
2783
|
-
.rich-editor .w-e-text-container .w-e-text[data-v-
|
|
2860
|
+
.rich-editor .w-e-text-container .w-e-text[data-v-c2c756b0] {
|
|
2784
2861
|
min-height: initial;
|
|
2785
2862
|
}
|
|
2786
2863
|
|
|
@@ -3072,25 +3149,25 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3072
3149
|
border-top: 1px solid #000;
|
|
3073
3150
|
}
|
|
3074
3151
|
|
|
3075
|
-
.verify-com[data-v-
|
|
3152
|
+
.verify-com[data-v-67b91002] {
|
|
3076
3153
|
width: 100%;
|
|
3077
3154
|
}
|
|
3078
|
-
.verify-com .verify-text[data-v-
|
|
3155
|
+
.verify-com .verify-text[data-v-67b91002] {
|
|
3079
3156
|
position: relative;
|
|
3080
3157
|
}
|
|
3081
|
-
.verify-com .verify-option[data-v-
|
|
3158
|
+
.verify-com .verify-option[data-v-67b91002] {
|
|
3082
3159
|
display: flex;
|
|
3083
3160
|
height: 30%;
|
|
3084
3161
|
margin-top: 10px;
|
|
3085
3162
|
flex-wrap: wrap;
|
|
3086
3163
|
}
|
|
3087
|
-
.verify-com .verify-option > div[data-v-
|
|
3164
|
+
.verify-com .verify-option > div[data-v-67b91002] {
|
|
3088
3165
|
flex: 1;
|
|
3089
3166
|
display: flex;
|
|
3090
3167
|
justify-content: space-between;
|
|
3091
3168
|
align-items: center;
|
|
3092
3169
|
}
|
|
3093
|
-
.verify-com .verify-option > div span[data-v-
|
|
3170
|
+
.verify-com .verify-option > div span[data-v-67b91002] {
|
|
3094
3171
|
text-align: center;
|
|
3095
3172
|
flex: 2;
|
|
3096
3173
|
height: 100%;
|
|
@@ -3098,69 +3175,69 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3098
3175
|
align-items: center;
|
|
3099
3176
|
justify-content: center;
|
|
3100
3177
|
}
|
|
3101
|
-
.verify-com .verify-option > div span + input[data-v-
|
|
3178
|
+
.verify-com .verify-option > div span + input[data-v-67b91002] {
|
|
3102
3179
|
border-right: none;
|
|
3103
3180
|
flex: 3;
|
|
3104
3181
|
}
|
|
3105
|
-
.verify-com .verify-option div[data-v-
|
|
3182
|
+
.verify-com .verify-option div[data-v-67b91002]:last-child {
|
|
3106
3183
|
border-right: none;
|
|
3107
3184
|
}
|
|
3108
|
-
.verify-style_grid_verify .verify-text[data-v-
|
|
3185
|
+
.verify-style_grid_verify .verify-text[data-v-67b91002] {
|
|
3109
3186
|
height: 50%;
|
|
3110
3187
|
}
|
|
3111
|
-
.verify-style_grid_verify .verify-option[data-v-
|
|
3188
|
+
.verify-style_grid_verify .verify-option[data-v-67b91002] {
|
|
3112
3189
|
height: 50%;
|
|
3113
3190
|
flex-wrap: wrap;
|
|
3114
3191
|
display: grid;
|
|
3115
3192
|
grid-template-rows: repeat(2, 50%);
|
|
3116
3193
|
grid-template-columns: repeat(2, 50%);
|
|
3117
3194
|
}
|
|
3118
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
3195
|
+
.verify-style_grid_verify .verify-option > div[data-v-67b91002]:first-child {
|
|
3119
3196
|
grid-area: 1 / span 1.5 / span 1;
|
|
3120
3197
|
}
|
|
3121
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
3198
|
+
.verify-style_grid_verify .verify-option > div[data-v-67b91002]:nth-child(2) {
|
|
3122
3199
|
grid-area: 0.5 / span 1 / span 1;
|
|
3123
3200
|
}
|
|
3124
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
3201
|
+
.verify-style_grid_verify .verify-option > div[data-v-67b91002]:nth-child(3) {
|
|
3125
3202
|
grid-area: 2 / span 2 / span 1;
|
|
3126
3203
|
}
|
|
3127
|
-
.verify-style_grid_verify .verify-option > div[data-v-
|
|
3204
|
+
.verify-style_grid_verify .verify-option > div[data-v-67b91002] {
|
|
3128
3205
|
height: 100%;
|
|
3129
3206
|
box-sizing: border-box;
|
|
3130
3207
|
}
|
|
3131
|
-
.verify-style_grid_verify .verify-option > div > span[data-v-
|
|
3208
|
+
.verify-style_grid_verify .verify-option > div > span[data-v-67b91002]:first-child {
|
|
3132
3209
|
flex: initial;
|
|
3133
3210
|
padding: 0 3px;
|
|
3134
3211
|
}
|
|
3135
|
-
.verify-style_grid_verify .verify-option > div span + span[data-v-
|
|
3212
|
+
.verify-style_grid_verify .verify-option > div span + span[data-v-67b91002] {
|
|
3136
3213
|
flex: 3;
|
|
3137
3214
|
}
|
|
3138
|
-
.verify-style_label_top[data-v-
|
|
3215
|
+
.verify-style_label_top[data-v-67b91002] {
|
|
3139
3216
|
display: flex;
|
|
3140
3217
|
flex-direction: column;
|
|
3141
3218
|
height: 100%;
|
|
3142
3219
|
box-sizing: border-box;
|
|
3143
3220
|
}
|
|
3144
|
-
.verify-style_label_top .verify-text textarea[data-v-
|
|
3221
|
+
.verify-style_label_top .verify-text textarea[data-v-67b91002] {
|
|
3145
3222
|
margin-bottom: 0!important;
|
|
3146
3223
|
}
|
|
3147
|
-
.verify-style_label_top[data-v-
|
|
3224
|
+
.verify-style_label_top[data-v-67b91002] .ant-form-item-control {
|
|
3148
3225
|
height: 100%;
|
|
3149
3226
|
display: flex;
|
|
3150
3227
|
flex-direction: column;
|
|
3151
3228
|
justify-content: center;
|
|
3152
3229
|
}
|
|
3153
|
-
.verify-style_label_top[data-v-
|
|
3230
|
+
.verify-style_label_top[data-v-67b91002] .ant-form-item-label {
|
|
3154
3231
|
position: relative !important;
|
|
3155
3232
|
width: 100% !important;
|
|
3156
3233
|
height: 20% !important;
|
|
3157
3234
|
border-right: none !important;
|
|
3158
3235
|
border-bottom: 1px solid #000;
|
|
3159
3236
|
}
|
|
3160
|
-
.verify-style_label_top[data-v-
|
|
3237
|
+
.verify-style_label_top[data-v-67b91002] .ant-form-item-label label {
|
|
3161
3238
|
width: 100%;
|
|
3162
3239
|
}
|
|
3163
|
-
.verify-style_label_top[data-v-
|
|
3240
|
+
.verify-style_label_top[data-v-67b91002] .ant-form-item-label .align-between {
|
|
3164
3241
|
width: 100% !important;
|
|
3165
3242
|
align-items: flex-start;
|
|
3166
3243
|
-moz-text-align-last: left;
|
|
@@ -3169,33 +3246,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3169
3246
|
letter-spacing: 8px;
|
|
3170
3247
|
text-indent: 10px;
|
|
3171
3248
|
}
|
|
3172
|
-
.verify-style_label_top[data-v-
|
|
3249
|
+
.verify-style_label_top[data-v-67b91002] .ant-form-item-control-wrapper {
|
|
3173
3250
|
width: 100%!important;
|
|
3174
3251
|
height: initial !important;
|
|
3175
3252
|
flex: 1;
|
|
3176
3253
|
margin-top: 5px;
|
|
3177
3254
|
}
|
|
3178
|
-
.verify-style_label_top .verify-option[data-v-
|
|
3255
|
+
.verify-style_label_top .verify-option[data-v-67b91002] {
|
|
3179
3256
|
margin-top: 0 !important;
|
|
3180
3257
|
}
|
|
3181
3258
|
|
|
3182
|
-
.no-boder[data-v-
|
|
3259
|
+
.no-boder[data-v-6fe27568] {
|
|
3183
3260
|
border: none;
|
|
3184
3261
|
}
|
|
3185
3262
|
/***label对齐方式 */
|
|
3186
3263
|
/***label对齐方式 */
|
|
3187
3264
|
/*****公共boder ****/
|
|
3188
|
-
[data-v-
|
|
3265
|
+
[data-v-6fe27568] .ant-form-item-control-wrapper {
|
|
3189
3266
|
border: none !important;
|
|
3190
3267
|
}
|
|
3191
|
-
[data-v-
|
|
3268
|
+
[data-v-6fe27568] .ant-form-item {
|
|
3192
3269
|
display: flex;
|
|
3193
3270
|
}
|
|
3194
|
-
[data-v-
|
|
3271
|
+
[data-v-6fe27568] .ant-form-item-label {
|
|
3195
3272
|
border: none !important;
|
|
3196
3273
|
}
|
|
3197
3274
|
/*****公共boder ****/
|
|
3198
|
-
.correction[data-v-
|
|
3275
|
+
.correction[data-v-6fe27568] {
|
|
3199
3276
|
display: block;
|
|
3200
3277
|
position: absolute;
|
|
3201
3278
|
right: 0;
|
|
@@ -3232,12 +3309,12 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3232
3309
|
}
|
|
3233
3310
|
|
|
3234
3311
|
/***label对齐方式 */
|
|
3235
|
-
[data-v-
|
|
3312
|
+
[data-v-16aa8d52] .custom_form_item .break {
|
|
3236
3313
|
white-space: normal;
|
|
3237
3314
|
word-break: break-all;
|
|
3238
3315
|
word-wrap: break-word;
|
|
3239
3316
|
}
|
|
3240
|
-
[data-v-
|
|
3317
|
+
[data-v-16aa8d52] .custom_form_item .align-between {
|
|
3241
3318
|
white-space: normal;
|
|
3242
3319
|
word-break: break-all;
|
|
3243
3320
|
word-wrap: break-word;
|
|
@@ -3246,28 +3323,28 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3246
3323
|
text-align-last: justify;
|
|
3247
3324
|
width: 80%;
|
|
3248
3325
|
}
|
|
3249
|
-
[data-v-
|
|
3326
|
+
[data-v-16aa8d52] .custom_form_item .align-middle {
|
|
3250
3327
|
white-space: normal;
|
|
3251
3328
|
word-break: break-all;
|
|
3252
3329
|
word-wrap: break-word;
|
|
3253
3330
|
text-align: center;
|
|
3254
3331
|
width: 80%;
|
|
3255
3332
|
}
|
|
3256
|
-
[data-v-
|
|
3333
|
+
[data-v-16aa8d52] .custom_form_item .align-left {
|
|
3257
3334
|
white-space: normal;
|
|
3258
3335
|
word-break: break-all;
|
|
3259
3336
|
word-wrap: break-word;
|
|
3260
3337
|
text-align: left;
|
|
3261
3338
|
width: 80%;
|
|
3262
3339
|
}
|
|
3263
|
-
[data-v-
|
|
3340
|
+
[data-v-16aa8d52] .custom_form_item .align-right {
|
|
3264
3341
|
white-space: normal;
|
|
3265
3342
|
word-break: break-all;
|
|
3266
3343
|
word-wrap: break-word;
|
|
3267
3344
|
text-align: right;
|
|
3268
3345
|
width: 80%;
|
|
3269
3346
|
}
|
|
3270
|
-
[data-v-
|
|
3347
|
+
[data-v-16aa8d52] .custom_form_item .align-center {
|
|
3271
3348
|
white-space: normal;
|
|
3272
3349
|
word-break: break-all;
|
|
3273
3350
|
word-wrap: break-word;
|
|
@@ -3276,15 +3353,15 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3276
3353
|
}
|
|
3277
3354
|
/***label对齐方式 */
|
|
3278
3355
|
/*****公共boder ****/
|
|
3279
|
-
[data-v-
|
|
3356
|
+
[data-v-16aa8d52] .ant-form-item-control-wrapper {
|
|
3280
3357
|
border-right: 1px solid #000;
|
|
3281
3358
|
border-bottom: 1px solid #000;
|
|
3282
3359
|
}
|
|
3283
|
-
[data-v-
|
|
3360
|
+
[data-v-16aa8d52] .ant-form-item-label {
|
|
3284
3361
|
border-bottom: 1px solid #000;
|
|
3285
3362
|
}
|
|
3286
3363
|
/*****公共boder ****/
|
|
3287
|
-
.correction[data-v-
|
|
3364
|
+
.correction[data-v-16aa8d52] {
|
|
3288
3365
|
display: block;
|
|
3289
3366
|
position: absolute;
|
|
3290
3367
|
right: 1px;
|
|
@@ -3332,46 +3409,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3332
3409
|
align-items: center;
|
|
3333
3410
|
}
|
|
3334
3411
|
|
|
3335
|
-
.t-border[data-v-
|
|
3412
|
+
.t-border[data-v-aece98b6] {
|
|
3336
3413
|
border-right: 1px solid #333;
|
|
3337
3414
|
border-bottom: 1px solid #333;
|
|
3338
3415
|
}
|
|
3339
|
-
[data-v-
|
|
3416
|
+
[data-v-aece98b6] * {
|
|
3340
3417
|
font-size: var(--paperFontSize);
|
|
3341
3418
|
}
|
|
3342
|
-
[data-v-
|
|
3419
|
+
[data-v-aece98b6] .custom_form_item {
|
|
3343
3420
|
height: -moz-fit-content;
|
|
3344
3421
|
height: fit-content;
|
|
3345
3422
|
}
|
|
3346
|
-
.save-pdf[data-v-
|
|
3423
|
+
.save-pdf[data-v-aece98b6] .ant-input {
|
|
3347
3424
|
border: none !important;
|
|
3348
3425
|
}
|
|
3349
|
-
.save-pdf[data-v-
|
|
3426
|
+
.save-pdf[data-v-aece98b6] .ant-select-selection {
|
|
3350
3427
|
border: none !important;
|
|
3351
3428
|
}
|
|
3352
|
-
.save-pdf[data-v-
|
|
3429
|
+
.save-pdf[data-v-aece98b6] .ant-select-arrow svg {
|
|
3353
3430
|
display: none;
|
|
3354
3431
|
}
|
|
3355
|
-
.save-pdf[data-v-
|
|
3432
|
+
.save-pdf[data-v-aece98b6] .ant-upload.ant-upload-select-picture-card {
|
|
3356
3433
|
display: none;
|
|
3357
3434
|
}
|
|
3358
|
-
.save-pdf[data-v-
|
|
3435
|
+
.save-pdf[data-v-aece98b6] .anticon svg {
|
|
3359
3436
|
display: none;
|
|
3360
3437
|
}
|
|
3361
|
-
.save-pdf[data-v-
|
|
3438
|
+
.save-pdf[data-v-aece98b6] .ant-time-picker-input {
|
|
3362
3439
|
border: none !important;
|
|
3363
3440
|
}
|
|
3364
|
-
.save-pdf[data-v-
|
|
3441
|
+
.save-pdf[data-v-aece98b6] .ant-upload.ant-upload-select {
|
|
3365
3442
|
display: none;
|
|
3366
3443
|
}
|
|
3367
3444
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3368
|
-
.computed-wrap[data-v-
|
|
3445
|
+
.computed-wrap[data-v-aece98b6] {
|
|
3369
3446
|
background: #f5f5f5;
|
|
3370
3447
|
}
|
|
3371
|
-
.computed-wrap .item[data-v-
|
|
3448
|
+
.computed-wrap .item[data-v-aece98b6] {
|
|
3372
3449
|
display: flex;
|
|
3373
3450
|
}
|
|
3374
|
-
.computed-wrap .item > div[data-v-
|
|
3451
|
+
.computed-wrap .item > div[data-v-aece98b6] {
|
|
3375
3452
|
height: 35px;
|
|
3376
3453
|
line-height: 35px;
|
|
3377
3454
|
flex: 1;
|
|
@@ -3379,129 +3456,129 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3379
3456
|
border-bottom: 1px solid #000;
|
|
3380
3457
|
text-align: center;
|
|
3381
3458
|
}
|
|
3382
|
-
.computed-wrap .item > div + div[data-v-
|
|
3459
|
+
.computed-wrap .item > div + div[data-v-aece98b6] {
|
|
3383
3460
|
flex: 2;
|
|
3384
3461
|
}
|
|
3385
|
-
.layout .paper[data-v-
|
|
3462
|
+
.layout .paper[data-v-aece98b6] {
|
|
3386
3463
|
position: relative;
|
|
3387
3464
|
}
|
|
3388
|
-
.layout .paper .form-title[data-v-
|
|
3465
|
+
.layout .paper .form-title[data-v-aece98b6] {
|
|
3389
3466
|
text-align: center;
|
|
3390
3467
|
font-weight: 600;
|
|
3391
3468
|
font-size: 16px;
|
|
3392
3469
|
height: 40px;
|
|
3393
3470
|
}
|
|
3394
|
-
.row-item[data-v-
|
|
3471
|
+
.row-item[data-v-aece98b6] {
|
|
3395
3472
|
height: -moz-fit-content;
|
|
3396
3473
|
height: fit-content;
|
|
3397
3474
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3398
3475
|
}
|
|
3399
|
-
.no-row-item[data-v-
|
|
3476
|
+
.no-row-item[data-v-aece98b6] {
|
|
3400
3477
|
border-right: none;
|
|
3401
3478
|
border-bottom: none;
|
|
3402
3479
|
}
|
|
3403
3480
|
/****page边框内的 ***/
|
|
3404
|
-
.page-border[data-v-
|
|
3481
|
+
.page-border[data-v-aece98b6] {
|
|
3405
3482
|
background: #fff;
|
|
3406
3483
|
box-sizing: border-box;
|
|
3407
3484
|
}
|
|
3408
|
-
.page-border .row-item[data-v-
|
|
3485
|
+
.page-border .row-item[data-v-aece98b6]:first-child {
|
|
3409
3486
|
border-top: 1px solid #000;
|
|
3410
3487
|
}
|
|
3411
|
-
.page-border .row-item[data-v-
|
|
3488
|
+
.page-border .row-item[data-v-aece98b6] {
|
|
3412
3489
|
border-left: 1px solid #000;
|
|
3413
3490
|
}
|
|
3414
|
-
.page-border .item-bottom[data-v-
|
|
3491
|
+
.page-border .item-bottom[data-v-aece98b6] {
|
|
3415
3492
|
border-bottom: 1px solid #000;
|
|
3416
3493
|
}
|
|
3417
|
-
.page-border .row-item[data-v-
|
|
3494
|
+
.page-border .row-item[data-v-aece98b6]:not(:last-child) {
|
|
3418
3495
|
position: relative;
|
|
3419
3496
|
}
|
|
3420
|
-
.page-border li.sortable-chosen[data-v-
|
|
3497
|
+
.page-border li.sortable-chosen[data-v-aece98b6] {
|
|
3421
3498
|
height: 2px !important;
|
|
3422
3499
|
overflow: hidden !important;
|
|
3423
3500
|
background: red !important;
|
|
3424
3501
|
}
|
|
3425
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
3502
|
+
.page-border .ant-time-picker-panel[data-v-aece98b6] {
|
|
3426
3503
|
z-index: 200000 !important;
|
|
3427
3504
|
}
|
|
3428
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
3505
|
+
.page-border .ant-calendar-picker-container[data-v-aece98b6] {
|
|
3429
3506
|
z-index: 200000 !important;
|
|
3430
3507
|
}
|
|
3431
|
-
[data-v-
|
|
3508
|
+
[data-v-aece98b6] .ant-time-picker-panel {
|
|
3432
3509
|
z-index: 9999 !important;
|
|
3433
3510
|
}
|
|
3434
|
-
.ant-calendar-picker-container[data-v-
|
|
3511
|
+
.ant-calendar-picker-container[data-v-aece98b6] {
|
|
3435
3512
|
z-index: 200000 !important;
|
|
3436
3513
|
}
|
|
3437
|
-
[data-v-
|
|
3514
|
+
[data-v-aece98b6] .ant-form-item-children {
|
|
3438
3515
|
display: block;
|
|
3439
3516
|
}
|
|
3440
|
-
[data-v-
|
|
3517
|
+
[data-v-aece98b6] .ant-form-item {
|
|
3441
3518
|
width: 100%;
|
|
3442
3519
|
height: 100%;
|
|
3443
3520
|
margin-bottom: 0;
|
|
3444
3521
|
display: flex;
|
|
3445
3522
|
}
|
|
3446
|
-
[data-v-
|
|
3523
|
+
[data-v-aece98b6] .ant-form-item .is_required::before {
|
|
3447
3524
|
content: "*";
|
|
3448
3525
|
color: #f56c6c;
|
|
3449
3526
|
margin-right: 4px;
|
|
3450
3527
|
}
|
|
3451
|
-
[data-v-
|
|
3528
|
+
[data-v-aece98b6] .ant-form-item .ant-form-item-label {
|
|
3452
3529
|
border-right: 1px solid #000;
|
|
3453
3530
|
}
|
|
3454
|
-
[data-v-
|
|
3531
|
+
[data-v-aece98b6] .ant-form-item .ant-form-item-label label {
|
|
3455
3532
|
display: flex;
|
|
3456
3533
|
justify-content: center;
|
|
3457
3534
|
align-items: center;
|
|
3458
3535
|
height: 100%;
|
|
3459
3536
|
}
|
|
3460
|
-
[data-v-
|
|
3537
|
+
[data-v-aece98b6] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
3461
3538
|
display: none;
|
|
3462
3539
|
}
|
|
3463
|
-
[data-v-
|
|
3540
|
+
[data-v-aece98b6] .ant-form-item .ant-form-item-control-wrapper {
|
|
3464
3541
|
display: flex;
|
|
3465
3542
|
align-items: center;
|
|
3466
3543
|
text-align: left;
|
|
3467
3544
|
}
|
|
3468
|
-
[data-v-
|
|
3545
|
+
[data-v-aece98b6] .ant-form-item .ant-form-item-control {
|
|
3469
3546
|
width: 98%;
|
|
3470
3547
|
margin: 0 auto;
|
|
3471
3548
|
}
|
|
3472
|
-
[data-v-
|
|
3549
|
+
[data-v-aece98b6] .ant-form-item .is_required::before {
|
|
3473
3550
|
content: "*";
|
|
3474
3551
|
color: #f56c6c;
|
|
3475
3552
|
margin-right: 4px;
|
|
3476
3553
|
}
|
|
3477
|
-
.row-table[data-v-
|
|
3554
|
+
.row-table[data-v-aece98b6] {
|
|
3478
3555
|
display: flex;
|
|
3479
3556
|
}
|
|
3480
|
-
.row-table[data-v-
|
|
3481
|
-
.row-table[data-v-
|
|
3557
|
+
.row-table[data-v-aece98b6] .ant-spin-container,
|
|
3558
|
+
.row-table[data-v-aece98b6] {
|
|
3482
3559
|
display: flex;
|
|
3483
3560
|
width: 100%;
|
|
3484
3561
|
}
|
|
3485
|
-
.row-table[data-v-
|
|
3486
|
-
.row-table .table-left[data-v-
|
|
3562
|
+
.row-table[data-v-aece98b6] .ant-spin-container .table-left,
|
|
3563
|
+
.row-table .table-left[data-v-aece98b6] {
|
|
3487
3564
|
width: 100px;
|
|
3488
3565
|
text-align: center;
|
|
3489
3566
|
border-right: 1px solid #333;
|
|
3490
3567
|
border-bottom: 1px solid #333;
|
|
3491
3568
|
position: relative;
|
|
3492
3569
|
}
|
|
3493
|
-
.row-table[data-v-
|
|
3494
|
-
.row-table .table-left p[data-v-
|
|
3570
|
+
.row-table[data-v-aece98b6] .ant-spin-container .table-left p,
|
|
3571
|
+
.row-table .table-left p[data-v-aece98b6] {
|
|
3495
3572
|
position: absolute;
|
|
3496
3573
|
top: 50%;
|
|
3497
3574
|
left: 50%;
|
|
3498
3575
|
transform: translate(-50%, -50%);
|
|
3499
3576
|
}
|
|
3500
|
-
.row-table[data-v-
|
|
3501
|
-
.row-table .table-right[data-v-
|
|
3577
|
+
.row-table[data-v-aece98b6] .ant-spin-container .table-right,
|
|
3578
|
+
.row-table .table-right[data-v-aece98b6] {
|
|
3502
3579
|
flex: 1;
|
|
3503
3580
|
}
|
|
3504
|
-
.table-content[data-v-
|
|
3581
|
+
.table-content[data-v-aece98b6] {
|
|
3505
3582
|
width: 100%;
|
|
3506
3583
|
height: 40px;
|
|
3507
3584
|
line-height: 40px;
|
|
@@ -3510,11 +3587,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3510
3587
|
border-bottom: 1px solid #333;
|
|
3511
3588
|
border-right: 1px solid #333;
|
|
3512
3589
|
}
|
|
3513
|
-
.sub-table-col[data-v-
|
|
3590
|
+
.sub-table-col[data-v-aece98b6] {
|
|
3514
3591
|
display: flex;
|
|
3515
3592
|
box-sizing: border-box;
|
|
3516
3593
|
}
|
|
3517
|
-
.sub-table-col > span[data-v-
|
|
3594
|
+
.sub-table-col > span[data-v-aece98b6] {
|
|
3518
3595
|
flex: 2;
|
|
3519
3596
|
border-bottom: 1px solid #000;
|
|
3520
3597
|
border-right: 1px solid #000;
|
|
@@ -3522,22 +3599,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3522
3599
|
line-height: 40px;
|
|
3523
3600
|
text-align: center;
|
|
3524
3601
|
}
|
|
3525
|
-
.sub-table-col > .last-one[data-v-
|
|
3602
|
+
.sub-table-col > .last-one[data-v-aece98b6] {
|
|
3526
3603
|
width: 87px;
|
|
3527
3604
|
flex: 0 0 87px;
|
|
3528
3605
|
border-right: 1px solid #333;
|
|
3529
3606
|
border-bottom: 1px solid #333;
|
|
3530
3607
|
}
|
|
3531
|
-
.sub-table-col-no-border > span[data-v-
|
|
3608
|
+
.sub-table-col-no-border > span[data-v-aece98b6] {
|
|
3532
3609
|
border: none;
|
|
3533
3610
|
height: auto;
|
|
3534
3611
|
width: 0;
|
|
3535
3612
|
}
|
|
3536
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
3537
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
3613
|
+
.sub-table-col-no-border > .sub-table-title[data-v-aece98b6]:last-child,
|
|
3614
|
+
.sub-table-col-no-border > .sub-table-item[data-v-aece98b6]:last-child {
|
|
3538
3615
|
border-right: none !important;
|
|
3539
3616
|
}
|
|
3540
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
3617
|
+
.sub-table-col-no-border > .last-one[data-v-aece98b6] {
|
|
3541
3618
|
width: 87px;
|
|
3542
3619
|
flex: 0 0 87px;
|
|
3543
3620
|
display: flex;
|
|
@@ -3545,33 +3622,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3545
3622
|
align-items: center;
|
|
3546
3623
|
}
|
|
3547
3624
|
/*****无border *****/
|
|
3548
|
-
.no-border .page-border[data-v-
|
|
3625
|
+
.no-border .page-border[data-v-aece98b6] {
|
|
3549
3626
|
border: none;
|
|
3550
3627
|
}
|
|
3551
|
-
.no-border .page-border .row-item[data-v-
|
|
3628
|
+
.no-border .page-border .row-item[data-v-aece98b6]:not(:last-child) {
|
|
3552
3629
|
border: none;
|
|
3553
3630
|
}
|
|
3554
|
-
.no-border .page-border[data-v-
|
|
3631
|
+
.no-border .page-border[data-v-aece98b6] .ant-form-item .ant-form-item-label {
|
|
3555
3632
|
border: none;
|
|
3556
3633
|
}
|
|
3557
|
-
.table_border[data-v-
|
|
3634
|
+
.table_border[data-v-aece98b6] {
|
|
3558
3635
|
border-bottom: 0;
|
|
3559
3636
|
border-right: 0;
|
|
3560
3637
|
}
|
|
3561
3638
|
/*****无border *****/
|
|
3562
|
-
[data-v-
|
|
3639
|
+
[data-v-aece98b6] .ant-form-item-children > div > p,[data-v-aece98b6] .ant-form-item-children > div > h1,[data-v-aece98b6] .ant-form-item-children > div > h2,[data-v-aece98b6] .ant-form-item-children > div > h3,[data-v-aece98b6] .ant-form-item-children > div > h4,[data-v-aece98b6] .ant-form-item-children > div > h5,[data-v-aece98b6] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
3563
3640
|
margin: 10px 0;
|
|
3564
3641
|
line-height: 1.5;
|
|
3565
3642
|
}
|
|
3566
|
-
[data-v-
|
|
3643
|
+
[data-v-aece98b6] .ant-spin-dot {
|
|
3567
3644
|
font-size: 20px !important;
|
|
3568
3645
|
}
|
|
3569
|
-
.form_skeleton[data-v-
|
|
3646
|
+
.form_skeleton[data-v-aece98b6] {
|
|
3570
3647
|
display: block;
|
|
3571
3648
|
width: 700px;
|
|
3572
3649
|
margin: 55px auto;
|
|
3573
3650
|
}
|
|
3574
|
-
.form_skeleton[data-v-
|
|
3651
|
+
.form_skeleton[data-v-aece98b6] .ant-skeleton-title {
|
|
3575
3652
|
margin: 0 auto;
|
|
3576
3653
|
}
|
|
3577
3654
|
|
|
@@ -3580,36 +3657,36 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3580
3657
|
display: none ;
|
|
3581
3658
|
}
|
|
3582
3659
|
|
|
3583
|
-
.components-list[data-v-
|
|
3660
|
+
.components-list[data-v-431e15ca] {
|
|
3584
3661
|
padding: 0;
|
|
3585
3662
|
padding-top: 5px;
|
|
3586
3663
|
margin: 0;
|
|
3587
3664
|
line-height: 20px;
|
|
3588
3665
|
position: relative;
|
|
3589
3666
|
}
|
|
3590
|
-
.components-list .tabs[data-v-
|
|
3667
|
+
.components-list .tabs[data-v-431e15ca] {
|
|
3591
3668
|
margin-bottom: 10px;
|
|
3592
3669
|
overflow: hidden;
|
|
3593
3670
|
}
|
|
3594
|
-
.components-list .tabs > div[data-v-
|
|
3671
|
+
.components-list .tabs > div[data-v-431e15ca] {
|
|
3595
3672
|
float: left;
|
|
3596
3673
|
}
|
|
3597
|
-
.components-list .tabs > div[data-v-
|
|
3674
|
+
.components-list .tabs > div[data-v-431e15ca]:not(:last-child) {
|
|
3598
3675
|
border-right: 1px solid #ccc;
|
|
3599
3676
|
}
|
|
3600
|
-
.components-list .tabs span[data-v-
|
|
3677
|
+
.components-list .tabs span[data-v-431e15ca] {
|
|
3601
3678
|
cursor: pointer;
|
|
3602
3679
|
display: inline-block;
|
|
3603
3680
|
margin: 0 5px;
|
|
3604
3681
|
font-size: 12px;
|
|
3605
3682
|
padding: 2px 5px;
|
|
3606
3683
|
}
|
|
3607
|
-
.components-list .tabs .activeTab[data-v-
|
|
3684
|
+
.components-list .tabs .activeTab[data-v-431e15ca] {
|
|
3608
3685
|
background: #4991f2;
|
|
3609
3686
|
border-radius: 10px;
|
|
3610
3687
|
color: #fff;
|
|
3611
3688
|
}
|
|
3612
|
-
.components-list .widget-control[data-v-
|
|
3689
|
+
.components-list .widget-control[data-v-431e15ca] {
|
|
3613
3690
|
display: inline-block;
|
|
3614
3691
|
min-width: 70px;
|
|
3615
3692
|
box-sizing: border-box;
|
|
@@ -3618,10 +3695,10 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3618
3695
|
border: 1px solid #ccc;
|
|
3619
3696
|
cursor: move;
|
|
3620
3697
|
}
|
|
3621
|
-
.components-list .widget-control[data-v-
|
|
3698
|
+
.components-list .widget-control[data-v-431e15ca]:not(:last-child) {
|
|
3622
3699
|
border-right: none;
|
|
3623
3700
|
}
|
|
3624
|
-
.components-list .widget-control a[data-v-
|
|
3701
|
+
.components-list .widget-control a[data-v-431e15ca] {
|
|
3625
3702
|
color: #666;
|
|
3626
3703
|
display: flex;
|
|
3627
3704
|
flex-direction: column;
|
|
@@ -3629,40 +3706,40 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3629
3706
|
align-items: center;
|
|
3630
3707
|
font-size: 12px;
|
|
3631
3708
|
}
|
|
3632
|
-
.components-list .preview-options[data-v-
|
|
3709
|
+
.components-list .preview-options[data-v-431e15ca] {
|
|
3633
3710
|
position: absolute;
|
|
3634
3711
|
height: 30px;
|
|
3635
3712
|
right: 250px;
|
|
3636
3713
|
bottom: 0;
|
|
3637
3714
|
}
|
|
3638
|
-
.components-list .preview-options .ant-btn-link[data-v-
|
|
3715
|
+
.components-list .preview-options .ant-btn-link[data-v-431e15ca] {
|
|
3639
3716
|
color: #666;
|
|
3640
3717
|
padding: 0 2px;
|
|
3641
3718
|
}
|
|
3642
|
-
.components-list .preview-options .ant-btn-link.btn-active[data-v-
|
|
3719
|
+
.components-list .preview-options .ant-btn-link.btn-active[data-v-431e15ca] {
|
|
3643
3720
|
color: #1890ff;
|
|
3644
3721
|
}
|
|
3645
|
-
.control[data-v-
|
|
3722
|
+
.control[data-v-431e15ca] {
|
|
3646
3723
|
margin-top: 20px;
|
|
3647
3724
|
width: 350px;
|
|
3648
3725
|
background: #ffffff;
|
|
3649
3726
|
box-shadow: 0 0 15px #ffffff;
|
|
3650
3727
|
}
|
|
3651
|
-
.control .title[data-v-
|
|
3728
|
+
.control .title[data-v-431e15ca] {
|
|
3652
3729
|
height: 50px;
|
|
3653
3730
|
line-height: 50px;
|
|
3654
3731
|
padding: 0 15px;
|
|
3655
3732
|
border-bottom: 1px solid #f0f0f0;
|
|
3656
3733
|
}
|
|
3657
|
-
.control .list_wrap[data-v-
|
|
3734
|
+
.control .list_wrap[data-v-431e15ca] {
|
|
3658
3735
|
padding-top: 15px;
|
|
3659
3736
|
font-size: 0;
|
|
3660
3737
|
min-height: 680px;
|
|
3661
3738
|
}
|
|
3662
|
-
.control .list_wrap .list_box[data-v-
|
|
3739
|
+
.control .list_wrap .list_box[data-v-431e15ca] {
|
|
3663
3740
|
display: inline-block;
|
|
3664
3741
|
}
|
|
3665
|
-
.control .list_wrap .list[data-v-
|
|
3742
|
+
.control .list_wrap .list[data-v-431e15ca] {
|
|
3666
3743
|
border: 1px dashed #d1d1d1;
|
|
3667
3744
|
margin: 0 7.5px 15px 7.5px;
|
|
3668
3745
|
width: 160px;
|
|
@@ -3678,25 +3755,25 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3678
3755
|
position: relative;
|
|
3679
3756
|
overflow: hidden;
|
|
3680
3757
|
}
|
|
3681
|
-
.control .list_wrap .list i[data-v-
|
|
3758
|
+
.control .list_wrap .list i[data-v-431e15ca] {
|
|
3682
3759
|
position: absolute;
|
|
3683
3760
|
right: 10px;
|
|
3684
3761
|
top: 0px;
|
|
3685
3762
|
font-size: 22px;
|
|
3686
3763
|
color: #999;
|
|
3687
3764
|
}
|
|
3688
|
-
.control .list_wrap .list[data-v-
|
|
3765
|
+
.control .list_wrap .list[data-v-431e15ca]:nth-child(2n) {
|
|
3689
3766
|
margin-right: 0;
|
|
3690
3767
|
}
|
|
3691
|
-
.control .list_wrap .list[data-v-
|
|
3768
|
+
.control .list_wrap .list[data-v-431e15ca]:hover {
|
|
3692
3769
|
background: #f1f1f1;
|
|
3693
3770
|
}
|
|
3694
3771
|
|
|
3695
|
-
.widget-view[data-v-
|
|
3772
|
+
.widget-view[data-v-11507e88] {
|
|
3696
3773
|
position: relative;
|
|
3697
3774
|
z-index: 8;
|
|
3698
3775
|
}
|
|
3699
|
-
.widget-view .widget-view-model[data-v-
|
|
3776
|
+
.widget-view .widget-view-model[data-v-11507e88] {
|
|
3700
3777
|
position: absolute;
|
|
3701
3778
|
top: 0px;
|
|
3702
3779
|
right: 3px;
|
|
@@ -3706,97 +3783,97 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3706
3783
|
opacity: 0.6;
|
|
3707
3784
|
}
|
|
3708
3785
|
|
|
3709
|
-
.paper[data-v-
|
|
3786
|
+
.paper[data-v-80829888] * {
|
|
3710
3787
|
font-size: var(--paperFontSize);
|
|
3711
3788
|
}
|
|
3712
|
-
.paper .form-title[data-v-
|
|
3789
|
+
.paper .form-title[data-v-80829888] {
|
|
3713
3790
|
text-align: center;
|
|
3714
3791
|
font-weight: 600;
|
|
3715
3792
|
font-size: 16px;
|
|
3716
3793
|
height: 40px;
|
|
3717
3794
|
}
|
|
3718
|
-
[data-v-
|
|
3795
|
+
[data-v-80829888] .vue-grid-layout {
|
|
3719
3796
|
z-index: 2;
|
|
3720
3797
|
}
|
|
3721
|
-
[data-v-
|
|
3798
|
+
[data-v-80829888] .vue-grid-item {
|
|
3722
3799
|
border: 1px dashed #ccc;
|
|
3723
3800
|
box-sizing: border-box;
|
|
3724
3801
|
background-color: #fff;
|
|
3725
3802
|
}
|
|
3726
|
-
[data-v-
|
|
3803
|
+
[data-v-80829888] .ant-form-item {
|
|
3727
3804
|
width: 100%;
|
|
3728
3805
|
height: 100%;
|
|
3729
3806
|
margin-bottom: 0;
|
|
3730
3807
|
}
|
|
3731
|
-
[data-v-
|
|
3808
|
+
[data-v-80829888] .ant-form-item .ant-form-item-label {
|
|
3732
3809
|
height: 100%;
|
|
3733
3810
|
position: absolute;
|
|
3734
3811
|
left: 0;
|
|
3735
3812
|
top: 0;
|
|
3736
3813
|
border-right: 1px solid var(--designBorderColor);
|
|
3737
3814
|
}
|
|
3738
|
-
[data-v-
|
|
3815
|
+
[data-v-80829888] .ant-form-item .ant-form-item-label label {
|
|
3739
3816
|
display: flex;
|
|
3740
3817
|
justify-content: center;
|
|
3741
3818
|
align-items: center;
|
|
3742
3819
|
height: 100%;
|
|
3743
3820
|
}
|
|
3744
|
-
[data-v-
|
|
3821
|
+
[data-v-80829888] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
3745
3822
|
display: none;
|
|
3746
3823
|
}
|
|
3747
|
-
[data-v-
|
|
3824
|
+
[data-v-80829888] .ant-form-item .ant-form-item-control-wrapper {
|
|
3748
3825
|
height: 100%;
|
|
3749
3826
|
float: right;
|
|
3750
3827
|
display: flex;
|
|
3751
3828
|
align-items: center;
|
|
3752
3829
|
}
|
|
3753
|
-
[data-v-
|
|
3830
|
+
[data-v-80829888] .ant-form-item .ant-form-item-control {
|
|
3754
3831
|
width: 98%;
|
|
3755
3832
|
margin: 0 auto;
|
|
3756
3833
|
}
|
|
3757
|
-
.is_required[data-v-
|
|
3834
|
+
.is_required[data-v-80829888]::before {
|
|
3758
3835
|
content: "*";
|
|
3759
3836
|
color: #f56c6c;
|
|
3760
3837
|
margin-right: 4px;
|
|
3761
3838
|
}
|
|
3762
|
-
.widget-form-list[data-v-
|
|
3839
|
+
.widget-form-list[data-v-80829888] {
|
|
3763
3840
|
background: #fff;
|
|
3764
3841
|
box-sizing: border-box;
|
|
3765
3842
|
}
|
|
3766
|
-
.widget-form-list .row-item[data-v-
|
|
3843
|
+
.widget-form-list .row-item[data-v-80829888]:first-child {
|
|
3767
3844
|
border-top: 1px solid var(--designBorderColor);
|
|
3768
3845
|
}
|
|
3769
|
-
.widget-form-list .row-item[data-v-
|
|
3846
|
+
.widget-form-list .row-item[data-v-80829888] {
|
|
3770
3847
|
border-bottom: 1px solid var(--designBorderColor);
|
|
3771
3848
|
}
|
|
3772
|
-
.widget-form-list .row-item[data-v-
|
|
3849
|
+
.widget-form-list .row-item[data-v-80829888] {
|
|
3773
3850
|
border-right: 1px solid var(--designBorderColor);
|
|
3774
3851
|
border-left: 1px solid var(--designBorderColor);
|
|
3775
3852
|
}
|
|
3776
|
-
.widget-form-list .item-bottom[data-v-
|
|
3853
|
+
.widget-form-list .item-bottom[data-v-80829888] {
|
|
3777
3854
|
border-bottom: 1px solid var(--designBorderColor);
|
|
3778
3855
|
}
|
|
3779
|
-
.widget-form-list .no-row-item[data-v-
|
|
3856
|
+
.widget-form-list .no-row-item[data-v-80829888] {
|
|
3780
3857
|
border-right: none;
|
|
3781
3858
|
border-bottom: none !important;
|
|
3782
3859
|
}
|
|
3783
|
-
.widget-form-list .no-row-item .widget-form-list[data-v-
|
|
3860
|
+
.widget-form-list .no-row-item .widget-form-list[data-v-80829888] {
|
|
3784
3861
|
border-top: none !important;
|
|
3785
3862
|
border-right: none;
|
|
3786
3863
|
}
|
|
3787
|
-
.widget-form-list .widget-grid[data-v-
|
|
3864
|
+
.widget-form-list .widget-grid[data-v-80829888] {
|
|
3788
3865
|
background: #f4f6fc;
|
|
3789
3866
|
position: relative;
|
|
3790
3867
|
border-left: 5px solid transparent;
|
|
3791
3868
|
padding: 5px;
|
|
3792
3869
|
margin: 0 !important;
|
|
3793
3870
|
}
|
|
3794
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
3871
|
+
.widget-form-list .widget-grid.active[data-v-80829888] {
|
|
3795
3872
|
outline: 2px solid #409eff;
|
|
3796
3873
|
border: 1px solid #409eff;
|
|
3797
3874
|
background: #b3d8ff;
|
|
3798
3875
|
}
|
|
3799
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
3876
|
+
.widget-form-list .widget-grid .grid-background[data-v-80829888] {
|
|
3800
3877
|
position: absolute;
|
|
3801
3878
|
z-index: 1;
|
|
3802
3879
|
top: 0;
|
|
@@ -3807,85 +3884,85 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3807
3884
|
height: 100%;
|
|
3808
3885
|
padding: 5px 5px 10px 5px;
|
|
3809
3886
|
}
|
|
3810
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
3887
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-80829888] {
|
|
3811
3888
|
border-bottom: 1px dashed #ccc;
|
|
3812
3889
|
border-left: 1px dashed #ccc;
|
|
3813
3890
|
box-sizing: border-box;
|
|
3814
3891
|
overflow: hidden;
|
|
3815
3892
|
}
|
|
3816
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
3893
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-80829888]:first-child {
|
|
3817
3894
|
border-top: 1px dashed #ccc;
|
|
3818
3895
|
}
|
|
3819
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
3896
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-80829888] {
|
|
3820
3897
|
float: left;
|
|
3821
3898
|
border-right: 1px dashed #ccc;
|
|
3822
3899
|
min-height: 40px;
|
|
3823
3900
|
box-sizing: border-box;
|
|
3824
3901
|
}
|
|
3825
|
-
.widget-form-list .row_table[data-v-
|
|
3902
|
+
.widget-form-list .row_table[data-v-80829888] {
|
|
3826
3903
|
min-height: 60px;
|
|
3827
3904
|
position: relative;
|
|
3828
3905
|
}
|
|
3829
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
3906
|
+
.widget-form-list li.sortable-chosen[data-v-80829888] {
|
|
3830
3907
|
height: 2px !important;
|
|
3831
3908
|
overflow: hidden !important;
|
|
3832
3909
|
background: red !important;
|
|
3833
3910
|
}
|
|
3834
|
-
.widget-form-list .widget-col-list[data-v-
|
|
3911
|
+
.widget-form-list .widget-col-list[data-v-80829888] {
|
|
3835
3912
|
min-height: 50px;
|
|
3836
3913
|
border: 1px dashed #ccc;
|
|
3837
3914
|
background: #fff;
|
|
3838
3915
|
}
|
|
3839
|
-
.widget-form-list .widget-col[data-v-
|
|
3916
|
+
.widget-form-list .widget-col[data-v-80829888] {
|
|
3840
3917
|
padding-bottom: 0;
|
|
3841
3918
|
padding: 5px;
|
|
3842
3919
|
background-color: rgba(253, 246, 236, 0.3);
|
|
3843
3920
|
}
|
|
3844
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
3921
|
+
.grid-lay-out-wrap .widget-col-list[data-v-80829888] {
|
|
3845
3922
|
width: 100%;
|
|
3846
3923
|
height: 100%;
|
|
3847
3924
|
min-height: 40px;
|
|
3848
3925
|
border: none;
|
|
3849
3926
|
}
|
|
3850
|
-
.widget-form-ocuupied[data-v-
|
|
3927
|
+
.widget-form-ocuupied[data-v-80829888] {
|
|
3851
3928
|
min-height: 540px;
|
|
3852
3929
|
border: none;
|
|
3853
3930
|
}
|
|
3854
|
-
.drag_table[data-v-
|
|
3931
|
+
.drag_table[data-v-80829888] {
|
|
3855
3932
|
width: calc(100% - 100px);
|
|
3856
3933
|
height: 100%;
|
|
3857
3934
|
display: flex;
|
|
3858
3935
|
overflow-y: scroll;
|
|
3859
3936
|
}
|
|
3860
|
-
.drag_table[data-v-
|
|
3937
|
+
.drag_table[data-v-80829888]::-webkit-scrollbar {
|
|
3861
3938
|
width: 3px;
|
|
3862
3939
|
height: 3px;
|
|
3863
3940
|
}
|
|
3864
|
-
.drag_table[data-v-
|
|
3941
|
+
.drag_table[data-v-80829888]::-webkit-scrollbar-track {
|
|
3865
3942
|
background: #fff;
|
|
3866
3943
|
border-radius: 2px;
|
|
3867
3944
|
}
|
|
3868
|
-
.drag_table[data-v-
|
|
3945
|
+
.drag_table[data-v-80829888]::-webkit-scrollbar-thumb {
|
|
3869
3946
|
background: #cdcdcd;
|
|
3870
3947
|
border-radius: 8px;
|
|
3871
3948
|
}
|
|
3872
|
-
.drag_table[data-v-
|
|
3949
|
+
.drag_table[data-v-80829888]::-webkit-scrollbar-thumb:hover {
|
|
3873
3950
|
background: #cdcdcd;
|
|
3874
3951
|
}
|
|
3875
|
-
.drag_table[data-v-
|
|
3952
|
+
.drag_table[data-v-80829888]::-webkit-scrollbar-corner {
|
|
3876
3953
|
background: #cdcdcd;
|
|
3877
3954
|
}
|
|
3878
|
-
.widget-form-ocuupied[data-v-
|
|
3955
|
+
.widget-form-ocuupied[data-v-80829888] {
|
|
3879
3956
|
min-height: 540px;
|
|
3880
3957
|
border: none;
|
|
3881
3958
|
}
|
|
3882
|
-
.table_label[data-v-
|
|
3959
|
+
.table_label[data-v-80829888] {
|
|
3883
3960
|
width: 100px;
|
|
3884
3961
|
min-width: 100px;
|
|
3885
3962
|
height: 100%;
|
|
3886
3963
|
text-align: right;
|
|
3887
3964
|
}
|
|
3888
|
-
.widget-view-model[data-v-
|
|
3965
|
+
.widget-view-model[data-v-80829888] {
|
|
3889
3966
|
position: absolute;
|
|
3890
3967
|
top: 0px;
|
|
3891
3968
|
right: 3px;
|
|
@@ -3895,12 +3972,12 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3895
3972
|
opacity: 0.6;
|
|
3896
3973
|
}
|
|
3897
3974
|
/**selectedWidget active*/
|
|
3898
|
-
[data-v-
|
|
3975
|
+
[data-v-80829888] .active {
|
|
3899
3976
|
outline: 2px solid #539dfa;
|
|
3900
3977
|
box-shadow: 0 0 5px #539dfa;
|
|
3901
3978
|
position: relative;
|
|
3902
3979
|
}
|
|
3903
|
-
[data-v-
|
|
3980
|
+
[data-v-80829888] .active .widget-view-drag {
|
|
3904
3981
|
position: absolute;
|
|
3905
3982
|
left: -2px;
|
|
3906
3983
|
top: -2px;
|
|
@@ -3914,7 +3991,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3914
3991
|
color: #ffffff;
|
|
3915
3992
|
cursor: move;
|
|
3916
3993
|
}
|
|
3917
|
-
[data-v-
|
|
3994
|
+
[data-v-80829888] .active .widget-view-action {
|
|
3918
3995
|
width: 70px;
|
|
3919
3996
|
position: absolute;
|
|
3920
3997
|
right: 0px;
|
|
@@ -3927,7 +4004,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3927
4004
|
background: transparent;
|
|
3928
4005
|
color: #fff;
|
|
3929
4006
|
}
|
|
3930
|
-
[data-v-
|
|
4007
|
+
[data-v-80829888] .active .widget-view-action .iconfont {
|
|
3931
4008
|
width: 25px;
|
|
3932
4009
|
height: 25px;
|
|
3933
4010
|
border-radius: 50%;
|
|
@@ -3937,17 +4014,17 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3937
4014
|
font-size: 14px;
|
|
3938
4015
|
justify-content: center;
|
|
3939
4016
|
}
|
|
3940
|
-
[data-v-
|
|
4017
|
+
[data-v-80829888] .active .widget-view-action .icon-icon_clone {
|
|
3941
4018
|
background: red;
|
|
3942
4019
|
}
|
|
3943
|
-
[data-v-
|
|
4020
|
+
[data-v-80829888] .active .widget-view-action .icon-trash {
|
|
3944
4021
|
margin-left: 20px;
|
|
3945
4022
|
}
|
|
3946
|
-
.widget-form-list .widget-view[data-v-
|
|
4023
|
+
.widget-form-list .widget-view[data-v-80829888] {
|
|
3947
4024
|
z-index: 8;
|
|
3948
4025
|
position: relative;
|
|
3949
4026
|
}
|
|
3950
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
4027
|
+
.widget-form-list .widget-view .widget-view-action[data-v-80829888] {
|
|
3951
4028
|
position: absolute;
|
|
3952
4029
|
right: 0px;
|
|
3953
4030
|
bottom: 0;
|
|
@@ -3959,7 +4036,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3959
4036
|
background: transparent;
|
|
3960
4037
|
color: #fff;
|
|
3961
4038
|
}
|
|
3962
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
4039
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-80829888] {
|
|
3963
4040
|
width: 25px;
|
|
3964
4041
|
height: 25px;
|
|
3965
4042
|
border-radius: 50%;
|
|
@@ -3969,13 +4046,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3969
4046
|
font-size: 14px;
|
|
3970
4047
|
justify-content: center;
|
|
3971
4048
|
}
|
|
3972
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
4049
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-80829888] {
|
|
3973
4050
|
background: red;
|
|
3974
4051
|
}
|
|
3975
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
4052
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-80829888] {
|
|
3976
4053
|
margin-left: 20px;
|
|
3977
4054
|
}
|
|
3978
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
4055
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-80829888] {
|
|
3979
4056
|
position: absolute;
|
|
3980
4057
|
left: -2px;
|
|
3981
4058
|
top: -2px;
|
|
@@ -3985,30 +4062,30 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3985
4062
|
background: #409eff;
|
|
3986
4063
|
z-index: 9;
|
|
3987
4064
|
}
|
|
3988
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
4065
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-80829888] {
|
|
3989
4066
|
font-size: 14px;
|
|
3990
4067
|
color: #fff;
|
|
3991
4068
|
margin: 0 5px;
|
|
3992
4069
|
cursor: move;
|
|
3993
4070
|
}
|
|
3994
4071
|
/*****无border *****/
|
|
3995
|
-
.no-border .widget-form-list[data-v-
|
|
4072
|
+
.no-border .widget-form-list[data-v-80829888] {
|
|
3996
4073
|
border: none;
|
|
3997
4074
|
}
|
|
3998
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
4075
|
+
.no-border .widget-form-list .row-item[data-v-80829888]:not(:last-child) {
|
|
3999
4076
|
border: none;
|
|
4000
4077
|
}
|
|
4001
|
-
.no-border .widget-form-list[data-v-
|
|
4078
|
+
.no-border .widget-form-list[data-v-80829888] .ant-form-item .ant-form-item-label {
|
|
4002
4079
|
border: 0;
|
|
4003
4080
|
}
|
|
4004
4081
|
/*****无border *****/
|
|
4005
4082
|
/***label对齐方式 */
|
|
4006
|
-
[data-v-
|
|
4083
|
+
[data-v-80829888] .custom_form_item .break {
|
|
4007
4084
|
white-space: normal;
|
|
4008
4085
|
word-break: break-all;
|
|
4009
4086
|
word-wrap: break-word;
|
|
4010
4087
|
}
|
|
4011
|
-
[data-v-
|
|
4088
|
+
[data-v-80829888] .custom_form_item .align-between {
|
|
4012
4089
|
white-space: normal;
|
|
4013
4090
|
word-break: break-all;
|
|
4014
4091
|
word-wrap: break-word;
|
|
@@ -4017,28 +4094,28 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4017
4094
|
text-align-last: justify;
|
|
4018
4095
|
width: 80%;
|
|
4019
4096
|
}
|
|
4020
|
-
[data-v-
|
|
4097
|
+
[data-v-80829888] .custom_form_item .align-middle {
|
|
4021
4098
|
white-space: normal;
|
|
4022
4099
|
word-break: break-all;
|
|
4023
4100
|
word-wrap: break-word;
|
|
4024
4101
|
text-align: center;
|
|
4025
4102
|
width: 80%;
|
|
4026
4103
|
}
|
|
4027
|
-
[data-v-
|
|
4104
|
+
[data-v-80829888] .custom_form_item .align-left {
|
|
4028
4105
|
white-space: normal;
|
|
4029
4106
|
word-break: break-all;
|
|
4030
4107
|
word-wrap: break-word;
|
|
4031
4108
|
text-align: left;
|
|
4032
4109
|
width: 80%;
|
|
4033
4110
|
}
|
|
4034
|
-
[data-v-
|
|
4111
|
+
[data-v-80829888] .custom_form_item .align-right {
|
|
4035
4112
|
white-space: normal;
|
|
4036
4113
|
word-break: break-all;
|
|
4037
4114
|
word-wrap: break-word;
|
|
4038
4115
|
text-align: right;
|
|
4039
4116
|
width: 80%;
|
|
4040
4117
|
}
|
|
4041
|
-
[data-v-
|
|
4118
|
+
[data-v-80829888] .custom_form_item .align-center {
|
|
4042
4119
|
white-space: normal;
|
|
4043
4120
|
word-break: break-all;
|
|
4044
4121
|
word-wrap: break-word;
|
|
@@ -4048,18 +4125,18 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4048
4125
|
/***label对齐方式 */
|
|
4049
4126
|
|
|
4050
4127
|
|
|
4051
|
-
[data-v-
|
|
4128
|
+
[data-v-0ee195c2] .m-colorPicker {
|
|
4052
4129
|
z-index: 2;
|
|
4053
4130
|
}
|
|
4054
|
-
[data-v-
|
|
4131
|
+
[data-v-0ee195c2] .m-colorPicker .colorBtn {
|
|
4055
4132
|
border: 1px solid #e3e3e3;
|
|
4056
4133
|
}
|
|
4057
4134
|
|
|
4058
4135
|
|
|
4059
|
-
[data-v-
|
|
4136
|
+
[data-v-1f57611e] .ant-form-item {
|
|
4060
4137
|
margin-bottom: 0;
|
|
4061
4138
|
}
|
|
4062
|
-
[data-v-
|
|
4139
|
+
[data-v-1f57611e] .ant-form-item ul {
|
|
4063
4140
|
position: initial !important;
|
|
4064
4141
|
overflow-y: auto !important;
|
|
4065
4142
|
}
|
|
@@ -4895,6 +4972,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4895
4972
|
.sortable-chosen {
|
|
4896
4973
|
border-right: 1px solid #ccc !important;
|
|
4897
4974
|
}
|
|
4975
|
+
.phone-preview {
|
|
4976
|
+
display: flex;
|
|
4977
|
+
align-items: center;
|
|
4978
|
+
background: url(./img/phone_wrap.25f7cb4a.png) no-repeat center;
|
|
4979
|
+
background-size: 455px 820px;
|
|
4980
|
+
height: 820px;
|
|
4981
|
+
}
|
|
4898
4982
|
.g1-tools1::-webkit-scrollbar-track-piece {
|
|
4899
4983
|
background-color: #f8f8f8;
|
|
4900
4984
|
border-radius: 2em;
|
|
@@ -4941,10 +5025,8 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4941
5025
|
|
|
4942
5026
|
@font-face {
|
|
4943
5027
|
font-family: "iconfont";
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
src: url(./fonts/iconfont.f69c2605.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(data:application/x-font-woff2;charset=utf-8;base64,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) format('woff2'), url(data:font/woff;base64,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) format('woff'), url(./fonts/iconfont.206a9cc3.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url(./img/iconfont.3cacacb7.svg#iconfont) format('svg');
|
|
4947
|
-
/* iOS 4.1- */
|
|
5028
|
+
/* Project id 4407909 */
|
|
5029
|
+
src: url('//at.alicdn.com/t/c/font_4407909_5kdt7use5zi.woff2?t=1707028068339') format('woff2'), url('//at.alicdn.com/t/c/font_4407909_5kdt7use5zi.woff?t=1707028068339') format('woff'), url('//at.alicdn.com/t/c/font_4407909_5kdt7use5zi.ttf?t=1707028068339') format('truetype');
|
|
4948
5030
|
}
|
|
4949
5031
|
.iconfont {
|
|
4950
5032
|
font-family: "iconfont" !important;
|
|
@@ -4953,110 +5035,176 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4953
5035
|
-webkit-font-smoothing: antialiased;
|
|
4954
5036
|
-moz-osx-font-smoothing: grayscale;
|
|
4955
5037
|
}
|
|
4956
|
-
.icon-
|
|
4957
|
-
content: "\
|
|
5038
|
+
.icon-gongzhang:before {
|
|
5039
|
+
content: "\e62a";
|
|
4958
5040
|
}
|
|
4959
|
-
.icon-
|
|
4960
|
-
content: "\
|
|
5041
|
+
.icon-tupianyanzhengma:before {
|
|
5042
|
+
content: "\e62b";
|
|
4961
5043
|
}
|
|
4962
|
-
.icon-
|
|
4963
|
-
content: "\
|
|
5044
|
+
.icon-shenhebiaodan:before {
|
|
5045
|
+
content: "\e62c";
|
|
4964
5046
|
}
|
|
4965
|
-
.icon-
|
|
5047
|
+
.icon-zhanweiziduan:before {
|
|
5048
|
+
content: "\e62d";
|
|
5049
|
+
}
|
|
5050
|
+
.icon-yijianqianming:before {
|
|
5051
|
+
content: "\e62e";
|
|
5052
|
+
}
|
|
5053
|
+
.icon-zerenshu:before {
|
|
5054
|
+
content: "\e62f";
|
|
5055
|
+
}
|
|
5056
|
+
.icon-bumenxuanze:before {
|
|
4966
5057
|
content: "\e630";
|
|
4967
5058
|
}
|
|
4968
|
-
.icon-
|
|
4969
|
-
content: "\
|
|
5059
|
+
.icon-fuwenbenbianjiqi:before {
|
|
5060
|
+
content: "\e631";
|
|
4970
5061
|
}
|
|
4971
|
-
.icon-
|
|
4972
|
-
content: "\
|
|
5062
|
+
.icon-form_weizhi:before {
|
|
5063
|
+
content: "\e632";
|
|
4973
5064
|
}
|
|
4974
|
-
.icon-
|
|
4975
|
-
content: "\
|
|
5065
|
+
.icon-shujuliebiao:before {
|
|
5066
|
+
content: "\e633";
|
|
4976
5067
|
}
|
|
4977
|
-
.icon-
|
|
4978
|
-
content: "\
|
|
5068
|
+
.icon-zhagebuju:before {
|
|
5069
|
+
content: "\e634";
|
|
4979
5070
|
}
|
|
4980
|
-
.icon-
|
|
4981
|
-
content: "\
|
|
5071
|
+
.icon-yinzhang:before {
|
|
5072
|
+
content: "\e625";
|
|
4982
5073
|
}
|
|
4983
|
-
.icon-
|
|
4984
|
-
content: "\
|
|
5074
|
+
.icon-shouxieqianming:before {
|
|
5075
|
+
content: "\e626";
|
|
4985
5076
|
}
|
|
4986
|
-
.icon-
|
|
4987
|
-
content: "\
|
|
5077
|
+
.icon-qianming:before {
|
|
5078
|
+
content: "\e627";
|
|
4988
5079
|
}
|
|
4989
|
-
.icon-
|
|
4990
|
-
content: "\
|
|
5080
|
+
.icon-wanggebuju:before {
|
|
5081
|
+
content: "\e628";
|
|
4991
5082
|
}
|
|
4992
|
-
.icon-
|
|
4993
|
-
content: "\
|
|
5083
|
+
.icon-renyuanxuanze:before {
|
|
5084
|
+
content: "\e629";
|
|
4994
5085
|
}
|
|
4995
|
-
.icon-
|
|
4996
|
-
content: "\
|
|
5086
|
+
.icon-date:before {
|
|
5087
|
+
content: "\e614";
|
|
4997
5088
|
}
|
|
4998
|
-
.icon-
|
|
4999
|
-
content: "\
|
|
5089
|
+
.icon-jilianxuanze:before {
|
|
5090
|
+
content: "\e615";
|
|
5000
5091
|
}
|
|
5001
|
-
.icon-
|
|
5002
|
-
content: "\
|
|
5092
|
+
.icon-weibiaoti46:before {
|
|
5093
|
+
content: "\e616";
|
|
5003
5094
|
}
|
|
5004
|
-
.icon-
|
|
5005
|
-
content: "\
|
|
5095
|
+
.icon-zhage:before {
|
|
5096
|
+
content: "\e617";
|
|
5006
5097
|
}
|
|
5007
|
-
.icon-
|
|
5008
|
-
content: "\
|
|
5098
|
+
.icon-delete:before {
|
|
5099
|
+
content: "\e618";
|
|
5009
5100
|
}
|
|
5010
5101
|
.icon-radio-active:before {
|
|
5011
|
-
content: "\
|
|
5102
|
+
content: "\e619";
|
|
5012
5103
|
}
|
|
5013
|
-
.icon-
|
|
5014
|
-
content: "\
|
|
5104
|
+
.icon-icon_clone:before {
|
|
5105
|
+
content: "\e61a";
|
|
5015
5106
|
}
|
|
5016
|
-
.icon-
|
|
5017
|
-
content: "\
|
|
5107
|
+
.icon-sync1:before {
|
|
5108
|
+
content: "\e61b";
|
|
5018
5109
|
}
|
|
5019
|
-
.icon-
|
|
5020
|
-
content: "\
|
|
5110
|
+
.icon-time:before {
|
|
5111
|
+
content: "\e61c";
|
|
5112
|
+
}
|
|
5113
|
+
.icon-grid-:before {
|
|
5114
|
+
content: "\e61d";
|
|
5115
|
+
}
|
|
5116
|
+
.icon-shangchuan:before {
|
|
5117
|
+
content: "\e61e";
|
|
5021
5118
|
}
|
|
5022
5119
|
.icon-fuwenbenkuang:before {
|
|
5023
|
-
content: "\
|
|
5120
|
+
content: "\e61f";
|
|
5024
5121
|
}
|
|
5025
|
-
.icon-
|
|
5026
|
-
content: "\
|
|
5122
|
+
.icon-pingfen:before {
|
|
5123
|
+
content: "\e620";
|
|
5027
5124
|
}
|
|
5028
|
-
.icon-
|
|
5125
|
+
.icon-check-box:before {
|
|
5029
5126
|
content: "\e621";
|
|
5030
5127
|
}
|
|
5128
|
+
.icon-ic:before {
|
|
5129
|
+
content: "\e622";
|
|
5130
|
+
}
|
|
5131
|
+
.icon-icon_bars:before {
|
|
5132
|
+
content: "\e623";
|
|
5133
|
+
}
|
|
5134
|
+
.icon-select:before {
|
|
5135
|
+
content: "\e624";
|
|
5136
|
+
}
|
|
5137
|
+
.icon-diy-com-textarea:before {
|
|
5138
|
+
content: "\e606";
|
|
5139
|
+
}
|
|
5031
5140
|
.icon-trash:before {
|
|
5141
|
+
content: "\e607";
|
|
5142
|
+
}
|
|
5143
|
+
.icon-number:before {
|
|
5144
|
+
content: "\e608";
|
|
5145
|
+
}
|
|
5146
|
+
.icon-fabu:before {
|
|
5147
|
+
content: "\e609";
|
|
5148
|
+
}
|
|
5149
|
+
.icon-yulan:before {
|
|
5150
|
+
content: "\e60a";
|
|
5151
|
+
}
|
|
5152
|
+
.icon-json:before {
|
|
5153
|
+
content: "\e60b";
|
|
5154
|
+
}
|
|
5155
|
+
.icon-ad-icon-tooltip:before {
|
|
5156
|
+
content: "\e60c";
|
|
5157
|
+
}
|
|
5158
|
+
.icon-icon-test:before {
|
|
5159
|
+
content: "\e60d";
|
|
5160
|
+
}
|
|
5161
|
+
.icon-clear:before {
|
|
5162
|
+
content: "\e60e";
|
|
5163
|
+
}
|
|
5164
|
+
.icon-code:before {
|
|
5032
5165
|
content: "\e60f";
|
|
5033
5166
|
}
|
|
5034
|
-
.icon-
|
|
5035
|
-
content: "\
|
|
5167
|
+
.icon-RectangleCopy:before {
|
|
5168
|
+
content: "\e610";
|
|
5169
|
+
}
|
|
5170
|
+
.icon-switch:before {
|
|
5171
|
+
content: "\e612";
|
|
5172
|
+
}
|
|
5173
|
+
.icon-color:before {
|
|
5174
|
+
content: "\e613";
|
|
5175
|
+
}
|
|
5176
|
+
.icon-tupianyulan:before {
|
|
5177
|
+
content: "\e601";
|
|
5178
|
+
}
|
|
5179
|
+
.icon-input:before {
|
|
5180
|
+
content: "\e602";
|
|
5036
5181
|
}
|
|
5037
5182
|
.icon-drag:before {
|
|
5038
|
-
content: "\
|
|
5183
|
+
content: "\e603";
|
|
5039
5184
|
}
|
|
5040
|
-
.icon-
|
|
5041
|
-
content: "\
|
|
5185
|
+
.icon-slider:before {
|
|
5186
|
+
content: "\e604";
|
|
5042
5187
|
}
|
|
5043
|
-
.icon-
|
|
5044
|
-
content: "\
|
|
5188
|
+
.icon-tupian:before {
|
|
5189
|
+
content: "\e605";
|
|
5045
5190
|
}
|
|
5046
|
-
.icon-
|
|
5047
|
-
content: "\
|
|
5191
|
+
.icon-beizhu:before {
|
|
5192
|
+
content: "\e600";
|
|
5048
5193
|
}
|
|
5049
|
-
.icon-
|
|
5194
|
+
.icon-replace:before {
|
|
5195
|
+
content: "\e65f";
|
|
5196
|
+
}
|
|
5197
|
+
.icon-Copy:before {
|
|
5050
5198
|
content: "\e668";
|
|
5051
5199
|
}
|
|
5052
|
-
.icon-
|
|
5053
|
-
content: "\
|
|
5200
|
+
.icon-tiaoshi:before {
|
|
5201
|
+
content: "\e67a";
|
|
5054
5202
|
}
|
|
5055
|
-
.icon-
|
|
5056
|
-
content: "\
|
|
5203
|
+
.icon-rightyou:before {
|
|
5204
|
+
content: "\e64f";
|
|
5057
5205
|
}
|
|
5058
|
-
.icon-
|
|
5059
|
-
content: "\
|
|
5206
|
+
.icon-gengduo:before {
|
|
5207
|
+
content: "\e611";
|
|
5060
5208
|
}
|
|
5061
5209
|
|
|
5062
5210
|
*,
|
|
@@ -6081,3 +6229,625 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
6081
6229
|
text-align: left;
|
|
6082
6230
|
}
|
|
6083
6231
|
|
|
6232
|
+
.CodeMirror-hints {
|
|
6233
|
+
position: absolute;
|
|
6234
|
+
z-index: 10;
|
|
6235
|
+
overflow: hidden;
|
|
6236
|
+
list-style: none;
|
|
6237
|
+
|
|
6238
|
+
margin: 0;
|
|
6239
|
+
padding: 2px;
|
|
6240
|
+
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
|
6241
|
+
border-radius: 3px;
|
|
6242
|
+
border: 1px solid silver;
|
|
6243
|
+
|
|
6244
|
+
background: white;
|
|
6245
|
+
font-size: 90%;
|
|
6246
|
+
font-family: monospace;
|
|
6247
|
+
|
|
6248
|
+
max-height: 20em;
|
|
6249
|
+
overflow-y: auto;
|
|
6250
|
+
box-sizing: border-box;
|
|
6251
|
+
}
|
|
6252
|
+
|
|
6253
|
+
.CodeMirror-hint {
|
|
6254
|
+
margin: 0;
|
|
6255
|
+
padding: 0 4px;
|
|
6256
|
+
border-radius: 2px;
|
|
6257
|
+
white-space: pre;
|
|
6258
|
+
color: black;
|
|
6259
|
+
cursor: pointer;
|
|
6260
|
+
}
|
|
6261
|
+
|
|
6262
|
+
li.CodeMirror-hint-active {
|
|
6263
|
+
background: #08f;
|
|
6264
|
+
color: white;
|
|
6265
|
+
}
|
|
6266
|
+
|
|
6267
|
+
.cm-s-eclipse span.cm-meta { color: #FF1717; }
|
|
6268
|
+
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
|
|
6269
|
+
.cm-s-eclipse span.cm-atom { color: #219; }
|
|
6270
|
+
.cm-s-eclipse span.cm-number { color: #164; }
|
|
6271
|
+
.cm-s-eclipse span.cm-def { color: #00f; }
|
|
6272
|
+
.cm-s-eclipse span.cm-variable { color: black; }
|
|
6273
|
+
.cm-s-eclipse span.cm-variable-2 { color: #0000C0; }
|
|
6274
|
+
.cm-s-eclipse span.cm-variable-3, .cm-s-eclipse span.cm-type { color: #0000C0; }
|
|
6275
|
+
.cm-s-eclipse span.cm-property { color: black; }
|
|
6276
|
+
.cm-s-eclipse span.cm-operator { color: black; }
|
|
6277
|
+
.cm-s-eclipse span.cm-comment { color: #3F7F5F; }
|
|
6278
|
+
.cm-s-eclipse span.cm-string { color: #2A00FF; }
|
|
6279
|
+
.cm-s-eclipse span.cm-string-2 { color: #f50; }
|
|
6280
|
+
.cm-s-eclipse span.cm-qualifier { color: #555; }
|
|
6281
|
+
.cm-s-eclipse span.cm-builtin { color: #30a; }
|
|
6282
|
+
.cm-s-eclipse span.cm-bracket { color: #cc7; }
|
|
6283
|
+
.cm-s-eclipse span.cm-tag { color: #170; }
|
|
6284
|
+
.cm-s-eclipse span.cm-attribute { color: #00c; }
|
|
6285
|
+
.cm-s-eclipse span.cm-link { color: #219; }
|
|
6286
|
+
.cm-s-eclipse span.cm-error { color: #f00; }
|
|
6287
|
+
|
|
6288
|
+
.cm-s-eclipse .CodeMirror-activeline-background { background: #e8f2ff; }
|
|
6289
|
+
.cm-s-eclipse .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
|
|
6290
|
+
|
|
6291
|
+
.field-type {
|
|
6292
|
+
-webkit-box-flex: 0;
|
|
6293
|
+
border-radius: 40px;
|
|
6294
|
+
flex: none;
|
|
6295
|
+
height: 18px;
|
|
6296
|
+
line-height: 18px;
|
|
6297
|
+
margin-top: 6px;
|
|
6298
|
+
min-width: 44px;
|
|
6299
|
+
padding: 0 10px;
|
|
6300
|
+
text-align: center;
|
|
6301
|
+
}
|
|
6302
|
+
.field-type.color-string {
|
|
6303
|
+
background: rgba(47, 125, 235, 0.15);
|
|
6304
|
+
color: #2f7deb;
|
|
6305
|
+
}
|
|
6306
|
+
.field-type.color-number {
|
|
6307
|
+
background: rgba(240, 168, 0, 0.15);
|
|
6308
|
+
color: #f0a800;
|
|
6309
|
+
}
|
|
6310
|
+
.field-type.color-datetime {
|
|
6311
|
+
background: rgba(126, 71, 235, 0.15);
|
|
6312
|
+
color: #7e47eb;
|
|
6313
|
+
}
|
|
6314
|
+
.field-type.color-array {
|
|
6315
|
+
background: rgba(217, 65, 192, 0.15);
|
|
6316
|
+
color: #d941c0;
|
|
6317
|
+
}
|
|
6318
|
+
.field-type.color-address {
|
|
6319
|
+
background: rgba(76, 205, 184, 0.15);
|
|
6320
|
+
color: #4dcdb8;
|
|
6321
|
+
}
|
|
6322
|
+
.field-type.color-location {
|
|
6323
|
+
background: rgba(235, 80, 80, 0.15);
|
|
6324
|
+
color: #eb5050;
|
|
6325
|
+
}
|
|
6326
|
+
.field-type.color-phone {
|
|
6327
|
+
background: rgba(70, 194, 111, 0.15);
|
|
6328
|
+
color: #46c26f;
|
|
6329
|
+
}
|
|
6330
|
+
.field-type.color-user {
|
|
6331
|
+
background: rgba(252, 167, 93, 0.15);
|
|
6332
|
+
color: #fca75d;
|
|
6333
|
+
}
|
|
6334
|
+
.field-type.color-usergroup {
|
|
6335
|
+
background: rgba(88, 101, 245, 0.15);
|
|
6336
|
+
color: #5865f5;
|
|
6337
|
+
}
|
|
6338
|
+
.field-type.color-dept {
|
|
6339
|
+
background: rgba(240, 67, 125, 0.15);
|
|
6340
|
+
color: #f0437d;
|
|
6341
|
+
}
|
|
6342
|
+
.field-type.color-deptgroup {
|
|
6343
|
+
background: rgba(235, 80, 80, 0.15);
|
|
6344
|
+
color: #eb5050;
|
|
6345
|
+
}
|
|
6346
|
+
.field-type.color-textarea {
|
|
6347
|
+
background: rgba(56, 155, 89, 0.15);
|
|
6348
|
+
color: #389b59;
|
|
6349
|
+
}
|
|
6350
|
+
.field-type.color-url {
|
|
6351
|
+
background: rgba(70, 194, 111, 0.15);
|
|
6352
|
+
color: #46c26f;
|
|
6353
|
+
}
|
|
6354
|
+
.field-type.color-widget {
|
|
6355
|
+
background: rgba(88, 101, 245, 0.15);
|
|
6356
|
+
color: #5865f5;
|
|
6357
|
+
}
|
|
6358
|
+
.CodeMirror-hint {
|
|
6359
|
+
white-space: nowrap !important;
|
|
6360
|
+
}
|
|
6361
|
+
.CodeMirror-hints {
|
|
6362
|
+
border: none;
|
|
6363
|
+
max-width: 236px;
|
|
6364
|
+
padding: 4px;
|
|
6365
|
+
z-index: 10000 !important;
|
|
6366
|
+
}
|
|
6367
|
+
.CodeMirror-hints .CodeMirror-hint {
|
|
6368
|
+
border-radius: 4px;
|
|
6369
|
+
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
|
|
6370
|
+
padding: 0 !important;
|
|
6371
|
+
}
|
|
6372
|
+
.CodeMirror-hints .CodeMirror-hint.hint-formula .hint-content {
|
|
6373
|
+
display: flex;
|
|
6374
|
+
flex-direction: column;
|
|
6375
|
+
height: 52px;
|
|
6376
|
+
justify-content: space-evenly;
|
|
6377
|
+
padding: 6px 4px;
|
|
6378
|
+
}
|
|
6379
|
+
.CodeMirror-hints .CodeMirror-hint.hint-formula .hint-content .hint-formula-text {
|
|
6380
|
+
display: flex;
|
|
6381
|
+
font-size: 14px;
|
|
6382
|
+
line-height: 20px;
|
|
6383
|
+
}
|
|
6384
|
+
.CodeMirror-hints .CodeMirror-hint.hint-formula .hint-content .hint-formula-desc {
|
|
6385
|
+
color: #b5b8be;
|
|
6386
|
+
font-size: 12px;
|
|
6387
|
+
line-height: 16px;
|
|
6388
|
+
width: 120px;
|
|
6389
|
+
overflow: hidden;
|
|
6390
|
+
text-overflow: ellipsis;
|
|
6391
|
+
white-space: nowrap;
|
|
6392
|
+
}
|
|
6393
|
+
.CodeMirror-hints .CodeMirror-hint .hint-hight-light {
|
|
6394
|
+
color: #00b899;
|
|
6395
|
+
}
|
|
6396
|
+
.CodeMirror-hints li.CodeMirror-hint-active {
|
|
6397
|
+
background: unset;
|
|
6398
|
+
color: unset;
|
|
6399
|
+
}
|
|
6400
|
+
.CodeMirror-hints li.CodeMirror-hint-active .hint-content {
|
|
6401
|
+
background: #f0f1f4;
|
|
6402
|
+
border-radius: 3px;
|
|
6403
|
+
color: #141e31;
|
|
6404
|
+
}
|
|
6405
|
+
.CodeMirror-code {
|
|
6406
|
+
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
|
|
6407
|
+
font-size: 12px !important;
|
|
6408
|
+
line-height: 20px;
|
|
6409
|
+
outline: none;
|
|
6410
|
+
}
|
|
6411
|
+
.CodeMirror-code .cm-keyword {
|
|
6412
|
+
font-size: 12px;
|
|
6413
|
+
font-weight: 400 !important;
|
|
6414
|
+
color: #c643e0 !important;
|
|
6415
|
+
}
|
|
6416
|
+
.CodeMirror-code .cm-field {
|
|
6417
|
+
font-size: 12px;
|
|
6418
|
+
}
|
|
6419
|
+
.CodeMirror-hints .CodeMirror-hint.hint-field .hint-field-title {
|
|
6420
|
+
color: #525967;
|
|
6421
|
+
font-size: 12px;
|
|
6422
|
+
height: 32px;
|
|
6423
|
+
line-height: 32px;
|
|
6424
|
+
}
|
|
6425
|
+
.CodeMirror-hints .CodeMirror-hint.hint-field .hint-content {
|
|
6426
|
+
-webkit-box-align: center;
|
|
6427
|
+
-ms-flex-align: center;
|
|
6428
|
+
-webkit-box-pack: justify;
|
|
6429
|
+
-ms-flex-pack: justify;
|
|
6430
|
+
align-items: center;
|
|
6431
|
+
display: flex;
|
|
6432
|
+
height: 32px;
|
|
6433
|
+
justify-content: space-between;
|
|
6434
|
+
line-height: 32px;
|
|
6435
|
+
padding: 0 4px;
|
|
6436
|
+
}
|
|
6437
|
+
.CodeMirror-hints .CodeMirror-hint.hint-field .hint-content .hint-field-text {
|
|
6438
|
+
font-size: 14px;
|
|
6439
|
+
overflow: hidden;
|
|
6440
|
+
text-overflow: ellipsis;
|
|
6441
|
+
white-space: nowrap;
|
|
6442
|
+
}
|
|
6443
|
+
.CodeMirror-hints .CodeMirror-hint.hint-field .hint-field-title {
|
|
6444
|
+
color: #525967;
|
|
6445
|
+
font-size: 12px;
|
|
6446
|
+
height: 32px;
|
|
6447
|
+
line-height: 32px;
|
|
6448
|
+
}
|
|
6449
|
+
.CodeMirror-hints .CodeMirror-hint.hint-field .hint-content .hint-field-type {
|
|
6450
|
+
margin-left: 8px;
|
|
6451
|
+
}
|
|
6452
|
+
.CodeMirror-hints .CodeMirror-hint.hint-field .hint-content .hint-field-type .field-type {
|
|
6453
|
+
font-size: 12px;
|
|
6454
|
+
margin: 0;
|
|
6455
|
+
min-width: 32px;
|
|
6456
|
+
padding: 2px 4px;
|
|
6457
|
+
line-height: 18px;
|
|
6458
|
+
}
|
|
6459
|
+
.CodeMirror-scroll {
|
|
6460
|
+
height: 100%;
|
|
6461
|
+
margin-bottom: -50px;
|
|
6462
|
+
margin-right: -50px;
|
|
6463
|
+
outline: none;
|
|
6464
|
+
overflow: scroll!important;
|
|
6465
|
+
padding-bottom: 50px;
|
|
6466
|
+
position: relative;
|
|
6467
|
+
}
|
|
6468
|
+
.CodeMirror-wrap pre.CodeMirror-line,
|
|
6469
|
+
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
6470
|
+
word-wrap: break-word;
|
|
6471
|
+
white-space: pre-wrap;
|
|
6472
|
+
word-break: normal;
|
|
6473
|
+
}
|
|
6474
|
+
.formula-name {
|
|
6475
|
+
color: #c643e0;
|
|
6476
|
+
}
|
|
6477
|
+
.formula-field {
|
|
6478
|
+
background: #e6f7fa;
|
|
6479
|
+
border-radius: 3px;
|
|
6480
|
+
color: #00aed1;
|
|
6481
|
+
padding: 2px 4px;
|
|
6482
|
+
}
|
|
6483
|
+
.CodeMirror-hints {
|
|
6484
|
+
z-index: 9999;
|
|
6485
|
+
}
|
|
6486
|
+
.form-formula-dialog {
|
|
6487
|
+
font-family: -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
6488
|
+
font-variant-numeric: tabular-nums;
|
|
6489
|
+
}
|
|
6490
|
+
.form-formula-dialog .ant-tree li ul {
|
|
6491
|
+
padding: 0;
|
|
6492
|
+
}
|
|
6493
|
+
.form-formula-dialog .ant-tree li .ant-tree-node-content-wrapper {
|
|
6494
|
+
height: initial;
|
|
6495
|
+
min-height: 24px;
|
|
6496
|
+
}
|
|
6497
|
+
.form-formula-dialog .CodeMirror {
|
|
6498
|
+
height: auto;
|
|
6499
|
+
}
|
|
6500
|
+
.form-formula-dialog .formula-error {
|
|
6501
|
+
background: #fdeeee;
|
|
6502
|
+
color: #8d3030;
|
|
6503
|
+
height: 36px;
|
|
6504
|
+
padding: 6px 10px;
|
|
6505
|
+
z-index: 9;
|
|
6506
|
+
}
|
|
6507
|
+
.form-formula-dialog .formula-head-title {
|
|
6508
|
+
border-radius: 4px 4px 0 0;
|
|
6509
|
+
border: 1px solid #e0e0e0;
|
|
6510
|
+
border-bottom: 0;
|
|
6511
|
+
}
|
|
6512
|
+
.form-formula-dialog .formula-head-title .head-options {
|
|
6513
|
+
height: 32px;
|
|
6514
|
+
display: flex;
|
|
6515
|
+
justify-content: space-between;
|
|
6516
|
+
line-height: 32px;
|
|
6517
|
+
padding: 0 10px;
|
|
6518
|
+
position: relative;
|
|
6519
|
+
background: #f5f6f8;
|
|
6520
|
+
z-index: 9;
|
|
6521
|
+
}
|
|
6522
|
+
.form-formula-dialog .formula-head-title .head-options .head-opt-btns {
|
|
6523
|
+
flex-shrink: 0;
|
|
6524
|
+
}
|
|
6525
|
+
.form-formula-dialog .formula-head-title .head-options .head-opt-btns button {
|
|
6526
|
+
margin: 0 5px;
|
|
6527
|
+
color: #525967;
|
|
6528
|
+
background: transparent;
|
|
6529
|
+
border-color: transparent;
|
|
6530
|
+
font-size: 12px;
|
|
6531
|
+
height: 24px;
|
|
6532
|
+
line-height: 22px;
|
|
6533
|
+
padding: 0 4px;
|
|
6534
|
+
border-radius: 4px;
|
|
6535
|
+
cursor: pointer;
|
|
6536
|
+
}
|
|
6537
|
+
.form-formula-dialog .formula-head-title .head-options .head-opt-btns button > i {
|
|
6538
|
+
color: #525967;
|
|
6539
|
+
margin-right: 5px;
|
|
6540
|
+
}
|
|
6541
|
+
.form-formula-dialog .formula-head-title .head-options .head-opt-btns button:hover {
|
|
6542
|
+
background: #e6e8ed;
|
|
6543
|
+
}
|
|
6544
|
+
.form-formula-dialog .formula-intro .formula-title {
|
|
6545
|
+
padding-left: 10px;
|
|
6546
|
+
color: #141e31;
|
|
6547
|
+
}
|
|
6548
|
+
.form-formula-dialog .formula-info-main {
|
|
6549
|
+
height: 300px;
|
|
6550
|
+
border: 1px solid #e0e0e0;
|
|
6551
|
+
display: flex;
|
|
6552
|
+
flex-direction: column;
|
|
6553
|
+
}
|
|
6554
|
+
.form-formula-dialog .formula-info-main .head {
|
|
6555
|
+
height: 35px;
|
|
6556
|
+
line-height: 35px;
|
|
6557
|
+
border-bottom: 1px solid #e0e0e0;
|
|
6558
|
+
}
|
|
6559
|
+
.form-formula-dialog .formula-info-main .head input {
|
|
6560
|
+
border: none;
|
|
6561
|
+
outline: none;
|
|
6562
|
+
box-shadow: none;
|
|
6563
|
+
}
|
|
6564
|
+
.form-formula-dialog .formula-info-main .head input:hover {
|
|
6565
|
+
outline: none;
|
|
6566
|
+
border: none;
|
|
6567
|
+
box-shadow: none;
|
|
6568
|
+
}
|
|
6569
|
+
.form-formula-dialog .formula-info-main .formula-container {
|
|
6570
|
+
padding: 5px;
|
|
6571
|
+
overflow: auto;
|
|
6572
|
+
}
|
|
6573
|
+
.form-formula-dialog .cm-tab {
|
|
6574
|
+
display: inline-block;
|
|
6575
|
+
text-decoration: inherit;
|
|
6576
|
+
}
|
|
6577
|
+
.form-formula-dialog .CodeMirror-ruler {
|
|
6578
|
+
border-left: 1px solid #ccc;
|
|
6579
|
+
position: absolute;
|
|
6580
|
+
}
|
|
6581
|
+
.form-formula-dialog .cm-header {
|
|
6582
|
+
color: #00f;
|
|
6583
|
+
}
|
|
6584
|
+
.form-formula-dialog .cm-quote {
|
|
6585
|
+
color: #090;
|
|
6586
|
+
}
|
|
6587
|
+
.form-formula-dialog .cm-negative {
|
|
6588
|
+
color: #d44;
|
|
6589
|
+
}
|
|
6590
|
+
.form-formula-dialog .cm-positive {
|
|
6591
|
+
color: #292;
|
|
6592
|
+
}
|
|
6593
|
+
.form-formula-dialog .cm-header,
|
|
6594
|
+
.form-formula-dialog .cm-strong {
|
|
6595
|
+
font-weight: 700;
|
|
6596
|
+
}
|
|
6597
|
+
.form-formula-dialog .cm-em {
|
|
6598
|
+
font-style: italic;
|
|
6599
|
+
}
|
|
6600
|
+
.form-formula-dialog .cm-link {
|
|
6601
|
+
text-decoration: underline;
|
|
6602
|
+
}
|
|
6603
|
+
.form-formula-dialog .cm-strikethrough {
|
|
6604
|
+
text-decoration: line-through;
|
|
6605
|
+
}
|
|
6606
|
+
.form-formula-dialog .cm-keyword {
|
|
6607
|
+
color: #781287;
|
|
6608
|
+
}
|
|
6609
|
+
.form-formula-dialog .cm-atom {
|
|
6610
|
+
color: #219;
|
|
6611
|
+
}
|
|
6612
|
+
.form-formula-dialog .cm-number {
|
|
6613
|
+
color: #164;
|
|
6614
|
+
}
|
|
6615
|
+
.form-formula-dialog .cm-def {
|
|
6616
|
+
color: #00f;
|
|
6617
|
+
}
|
|
6618
|
+
.form-formula-dialog .cm-variable-2 {
|
|
6619
|
+
color: #05a;
|
|
6620
|
+
}
|
|
6621
|
+
.form-formula-dialog .cm-variable-3 {
|
|
6622
|
+
color: #085;
|
|
6623
|
+
}
|
|
6624
|
+
.form-formula-dialog .cm-comment {
|
|
6625
|
+
color: #a50;
|
|
6626
|
+
}
|
|
6627
|
+
.form-formula-dialog .cm-string {
|
|
6628
|
+
color: #a11;
|
|
6629
|
+
}
|
|
6630
|
+
.form-formula-dialog .cm-string-2 {
|
|
6631
|
+
color: #f50;
|
|
6632
|
+
}
|
|
6633
|
+
.form-formula-dialog .cm-meta {
|
|
6634
|
+
color: #555;
|
|
6635
|
+
}
|
|
6636
|
+
.form-formula-dialog .cm-qualifier {
|
|
6637
|
+
color: #555;
|
|
6638
|
+
}
|
|
6639
|
+
.form-formula-dialog .cm-builtin {
|
|
6640
|
+
color: #333;
|
|
6641
|
+
}
|
|
6642
|
+
.form-formula-dialog .cm-bracket {
|
|
6643
|
+
color: #997;
|
|
6644
|
+
}
|
|
6645
|
+
.form-formula-dialog .cm-tag {
|
|
6646
|
+
color: #170;
|
|
6647
|
+
}
|
|
6648
|
+
.form-formula-dialog .cm-attribute {
|
|
6649
|
+
color: #00c;
|
|
6650
|
+
}
|
|
6651
|
+
.form-formula-dialog .cm-hr {
|
|
6652
|
+
color: #999;
|
|
6653
|
+
}
|
|
6654
|
+
.form-formula-dialog .cm-link {
|
|
6655
|
+
color: #00c;
|
|
6656
|
+
}
|
|
6657
|
+
.form-formula-dialog .cm-field {
|
|
6658
|
+
display: inline-block;
|
|
6659
|
+
border-radius: 2px;
|
|
6660
|
+
padding: 0 5px;
|
|
6661
|
+
margin: 1px 1px;
|
|
6662
|
+
color: #fff;
|
|
6663
|
+
font-size: 14px;
|
|
6664
|
+
}
|
|
6665
|
+
.form-formula-dialog .cm-field.cm-field-name {
|
|
6666
|
+
background: #5cb85c;
|
|
6667
|
+
}
|
|
6668
|
+
.form-formula-dialog .cm-field.cm-field-value {
|
|
6669
|
+
background: #EBF5FF;
|
|
6670
|
+
color: #008DCD;
|
|
6671
|
+
}
|
|
6672
|
+
.form-formula-dialog .cm-field.cm-field-invalid {
|
|
6673
|
+
background: #fdeeee;
|
|
6674
|
+
color: #eb5050;
|
|
6675
|
+
}
|
|
6676
|
+
.form-formula-dialog .cm-error {
|
|
6677
|
+
color: red;
|
|
6678
|
+
}
|
|
6679
|
+
.form-formula-dialog .cm-invalidchar {
|
|
6680
|
+
color: red;
|
|
6681
|
+
}
|
|
6682
|
+
|
|
6683
|
+
|
|
6684
|
+
.empty-tip {
|
|
6685
|
+
color: #838892;
|
|
6686
|
+
margin: 50px auto;
|
|
6687
|
+
padding: 0 30px;
|
|
6688
|
+
position: absolute;
|
|
6689
|
+
width: 100%;
|
|
6690
|
+
text-align: center;
|
|
6691
|
+
}
|
|
6692
|
+
.replace-param-content>.tip {
|
|
6693
|
+
color: #525967;
|
|
6694
|
+
font-size: 12px;
|
|
6695
|
+
margin-bottom: 8px
|
|
6696
|
+
}
|
|
6697
|
+
.replace-param-content>.tip.count {
|
|
6698
|
+
color: #838892
|
|
6699
|
+
}
|
|
6700
|
+
.replace-param-content>.tip.error {
|
|
6701
|
+
color: #eb5050;
|
|
6702
|
+
margin-bottom: 0
|
|
6703
|
+
}
|
|
6704
|
+
.replace-param-content>.label {
|
|
6705
|
+
color: #141e31;
|
|
6706
|
+
font-size: 14px
|
|
6707
|
+
}
|
|
6708
|
+
.replace-param-content>.param-combo {
|
|
6709
|
+
font-size: 14px;
|
|
6710
|
+
margin: 4px 0;
|
|
6711
|
+
width: 100%
|
|
6712
|
+
}
|
|
6713
|
+
|
|
6714
|
+
|
|
6715
|
+
.formula-menu {
|
|
6716
|
+
position: relative;
|
|
6717
|
+
height: 100%;color: #141e31;
|
|
6718
|
+
padding: 5px;
|
|
6719
|
+
}
|
|
6720
|
+
.formula-menu .formula-list {
|
|
6721
|
+
height: 100%;
|
|
6722
|
+
}
|
|
6723
|
+
.formula-menu .formula-list .search-empty {
|
|
6724
|
+
color: #838892;
|
|
6725
|
+
margin-top: 20px;
|
|
6726
|
+
text-align: center
|
|
6727
|
+
}
|
|
6728
|
+
.formula-menu .formula-list .formula-category .title {
|
|
6729
|
+
cursor: pointer;
|
|
6730
|
+
height: 28px;
|
|
6731
|
+
line-height: 28px;
|
|
6732
|
+
-webkit-user-select: none;
|
|
6733
|
+
-moz-user-select: none;
|
|
6734
|
+
user-select: none
|
|
6735
|
+
}
|
|
6736
|
+
.formula-menu .formula-list .formula-category .title .arrow-icon {
|
|
6737
|
+
padding: 0 4px
|
|
6738
|
+
}
|
|
6739
|
+
.formula-menu .formula-list .formula-category .children {
|
|
6740
|
+
height: 0;
|
|
6741
|
+
overflow: hidden;
|
|
6742
|
+
transition: height .2s ease-in-out
|
|
6743
|
+
}
|
|
6744
|
+
.formula-category.expand {
|
|
6745
|
+
.arrow-icon {
|
|
6746
|
+
transform: rotate(90deg);
|
|
6747
|
+
}
|
|
6748
|
+
}
|
|
6749
|
+
.formula-menu .formula-list .formula-category.expand>.children {
|
|
6750
|
+
height: auto
|
|
6751
|
+
}
|
|
6752
|
+
.formula-menu .formula-list .formula-item {
|
|
6753
|
+
-webkit-box-pack: justify;
|
|
6754
|
+
-ms-flex-pack: justify;
|
|
6755
|
+
color: #525967;
|
|
6756
|
+
cursor: pointer;
|
|
6757
|
+
display: flex;
|
|
6758
|
+
flex-direction: column;
|
|
6759
|
+
height: 50px;
|
|
6760
|
+
justify-content: space-between;
|
|
6761
|
+
padding: 6px 4px 6px 22px
|
|
6762
|
+
}
|
|
6763
|
+
.formula-menu .formula-list .formula-item.select, .formula-menu .formula-list .formula-item:hover {
|
|
6764
|
+
background: #f0f1f4;
|
|
6765
|
+
}
|
|
6766
|
+
.formula-menu .formula-list .formula-item .formula-item-name {
|
|
6767
|
+
line-height: 20px
|
|
6768
|
+
}
|
|
6769
|
+
.formula-menu .formula-list .formula-item .formula-item-subName {
|
|
6770
|
+
color: #b5b8be;
|
|
6771
|
+
font-size: 12px;
|
|
6772
|
+
line-height: 16px;
|
|
6773
|
+
overflow: hidden;
|
|
6774
|
+
text-overflow: ellipsis;
|
|
6775
|
+
white-space: nowrap
|
|
6776
|
+
}
|
|
6777
|
+
.formula-menu .formula-list.search-list .formula-item {
|
|
6778
|
+
padding-left: 10px
|
|
6779
|
+
}
|
|
6780
|
+
.formula-menu .formula-list.search-list .formula-item .key {
|
|
6781
|
+
color: #00b899;
|
|
6782
|
+
}
|
|
6783
|
+
|
|
6784
|
+
.variable-list {
|
|
6785
|
+
line-height: 32px;
|
|
6786
|
+
height: 32px;
|
|
6787
|
+
padding: 5px;
|
|
6788
|
+
display: flex;
|
|
6789
|
+
align-items: center;
|
|
6790
|
+
cursor: pointer;
|
|
6791
|
+
}
|
|
6792
|
+
.variable-list:hover {
|
|
6793
|
+
background: #e6e8ed;
|
|
6794
|
+
}
|
|
6795
|
+
.variable-list > div:first-child {
|
|
6796
|
+
flex: 1;
|
|
6797
|
+
line-break: anywhere;
|
|
6798
|
+
overflow: hidden;
|
|
6799
|
+
text-overflow: ellipsis;
|
|
6800
|
+
white-space: nowrap;
|
|
6801
|
+
}
|
|
6802
|
+
.variable-list > div:last-child {
|
|
6803
|
+
flex-shrink: 1;
|
|
6804
|
+
border-radius: 10px;
|
|
6805
|
+
font-size: 12px;
|
|
6806
|
+
line-height: 16px;
|
|
6807
|
+
padding: 1px 4px;
|
|
6808
|
+
}
|
|
6809
|
+
.style-string {
|
|
6810
|
+
background: rgba(47, 125, 235, 0.2);
|
|
6811
|
+
color: #2f7deb;
|
|
6812
|
+
}
|
|
6813
|
+
.style-number {
|
|
6814
|
+
background: rgba(240, 168, 0, 0.2);
|
|
6815
|
+
color: #f0a800;
|
|
6816
|
+
}
|
|
6817
|
+
.style-datetime {
|
|
6818
|
+
background: rgba(126, 71, 235, 0.2);
|
|
6819
|
+
color: #7e47eb;
|
|
6820
|
+
}
|
|
6821
|
+
.style-user {
|
|
6822
|
+
background: rgba(252, 167, 93, 0.2);
|
|
6823
|
+
color: #fca75d;
|
|
6824
|
+
}
|
|
6825
|
+
.style-usergroup {
|
|
6826
|
+
background: rgba(88, 101, 245, 0.2);
|
|
6827
|
+
color: #5865f5;
|
|
6828
|
+
}
|
|
6829
|
+
.style-dept {
|
|
6830
|
+
background: rgba(240, 67, 125, 0.2);
|
|
6831
|
+
color: #f0437d;
|
|
6832
|
+
}
|
|
6833
|
+
.style-deptgroup {
|
|
6834
|
+
background: rgba(235, 80, 80, 0.2);
|
|
6835
|
+
color: #eb5050;
|
|
6836
|
+
}
|
|
6837
|
+
.style-array {
|
|
6838
|
+
background: rgba(217, 65, 192, 0.2);
|
|
6839
|
+
color: #d941c0;
|
|
6840
|
+
}
|
|
6841
|
+
.style-location {
|
|
6842
|
+
background: rgba(235, 80, 80, 0.2);
|
|
6843
|
+
color: #eb5050;
|
|
6844
|
+
}
|
|
6845
|
+
.style-address {
|
|
6846
|
+
background: rgba(76, 205, 184, 0.2);
|
|
6847
|
+
color: #4dcdb8;
|
|
6848
|
+
}
|
|
6849
|
+
.style-phone {
|
|
6850
|
+
background: rgba(70, 194, 111, 0.2);
|
|
6851
|
+
color: #46c26f;
|
|
6852
|
+
}
|
|
6853
|
+
|