@zscreate/form-component 1.1.24 → 1.1.26
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
CHANGED
|
@@ -398,21 +398,21 @@
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
|
|
401
|
-
[data-v-
|
|
401
|
+
[data-v-760c8960] .ant-form-item .ant-form-item-label {
|
|
402
402
|
border-right: 1px solid #333;
|
|
403
403
|
}
|
|
404
|
-
.table-design[data-v-
|
|
404
|
+
.table-design[data-v-760c8960] {
|
|
405
405
|
width: 100%;
|
|
406
406
|
position: relative;
|
|
407
407
|
}
|
|
408
|
-
.table-design[data-v-
|
|
408
|
+
.table-design[data-v-760c8960] .ant-form-item .ant-form-item-label {
|
|
409
409
|
border-bottom: 1px solid #333;
|
|
410
410
|
}
|
|
411
|
-
.table-design[data-v-
|
|
411
|
+
.table-design[data-v-760c8960] .ant-form-item .ant-form-item-control-wrapper {
|
|
412
412
|
border-bottom: 1px solid #333;
|
|
413
413
|
border-right: 1px solid #333;
|
|
414
414
|
}
|
|
415
|
-
.table-design .table_label[data-v-
|
|
415
|
+
.table-design .table_label[data-v-760c8960] {
|
|
416
416
|
position: relative;
|
|
417
417
|
width: 100%;
|
|
418
418
|
height: 40px;
|
|
@@ -421,31 +421,31 @@
|
|
|
421
421
|
border-right: 1px solid #333;
|
|
422
422
|
border-bottom: 1px solid #333;
|
|
423
423
|
}
|
|
424
|
-
.table-design .table_label .last-one[data-v-
|
|
424
|
+
.table-design .table_label .last-one[data-v-760c8960] {
|
|
425
425
|
position: absolute;
|
|
426
426
|
right: 10px;
|
|
427
427
|
bottom: 0;
|
|
428
428
|
}
|
|
429
|
-
.table-design .table-design-content[data-v-
|
|
429
|
+
.table-design .table-design-content[data-v-760c8960] {
|
|
430
430
|
position: relative;
|
|
431
431
|
}
|
|
432
|
-
.table-design .table-design-content .table-design-delete[data-v-
|
|
432
|
+
.table-design .table-design-content .table-design-delete[data-v-760c8960] {
|
|
433
433
|
position: absolute;
|
|
434
434
|
bottom: 3px;
|
|
435
435
|
right: 3px;
|
|
436
436
|
display: none;
|
|
437
437
|
z-index: 101;
|
|
438
438
|
}
|
|
439
|
-
.table-design .table-design-content:hover .table-design-delete[data-v-
|
|
439
|
+
.table-design .table-design-content:hover .table-design-delete[data-v-760c8960] {
|
|
440
440
|
display: block;
|
|
441
441
|
}
|
|
442
|
-
.del-button[data-v-
|
|
442
|
+
.del-button[data-v-760c8960] {
|
|
443
443
|
bottom: 2px!important;
|
|
444
444
|
}
|
|
445
|
-
.del-button[data-v-
|
|
445
|
+
.del-button[data-v-760c8960] .ant-btn-sm {
|
|
446
446
|
transform: scale(0.9);
|
|
447
447
|
}
|
|
448
|
-
.no-label-add-button[data-v-
|
|
448
|
+
.no-label-add-button[data-v-760c8960] {
|
|
449
449
|
position: absolute;
|
|
450
450
|
z-index: 3;
|
|
451
451
|
right: 3px;
|
|
@@ -1938,18 +1938,18 @@
|
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
1940
|
|
|
1941
|
-
[data-v-
|
|
1941
|
+
[data-v-2951a80e] .ant-form-item-children {
|
|
1942
1942
|
position: relative;
|
|
1943
1943
|
height: 100%;
|
|
1944
1944
|
}
|
|
1945
|
-
.name-sign-img[data-v-
|
|
1945
|
+
.name-sign-img[data-v-2951a80e] {
|
|
1946
1946
|
width: 100%;
|
|
1947
1947
|
height: 100%;
|
|
1948
1948
|
display: flex;
|
|
1949
1949
|
align-items: center;
|
|
1950
1950
|
justify-content: center;
|
|
1951
1951
|
}
|
|
1952
|
-
.name-sign-img > span[data-v-
|
|
1952
|
+
.name-sign-img > span[data-v-2951a80e] {
|
|
1953
1953
|
text-align: left;
|
|
1954
1954
|
width: 100%;
|
|
1955
1955
|
}
|
|
@@ -2643,12 +2643,12 @@
|
|
|
2643
2643
|
}
|
|
2644
2644
|
|
|
2645
2645
|
/***label对齐方式 */
|
|
2646
|
-
[data-v-
|
|
2646
|
+
[data-v-3657d126] .custom_form_item .break {
|
|
2647
2647
|
white-space: normal;
|
|
2648
2648
|
word-break: break-all;
|
|
2649
2649
|
word-wrap: break-word;
|
|
2650
2650
|
}
|
|
2651
|
-
[data-v-
|
|
2651
|
+
[data-v-3657d126] .custom_form_item .align-between {
|
|
2652
2652
|
white-space: normal;
|
|
2653
2653
|
word-break: break-all;
|
|
2654
2654
|
word-wrap: break-word;
|
|
@@ -2657,28 +2657,28 @@
|
|
|
2657
2657
|
text-align-last: justify;
|
|
2658
2658
|
width: 80%;
|
|
2659
2659
|
}
|
|
2660
|
-
[data-v-
|
|
2660
|
+
[data-v-3657d126] .custom_form_item .align-middle {
|
|
2661
2661
|
white-space: normal;
|
|
2662
2662
|
word-break: break-all;
|
|
2663
2663
|
word-wrap: break-word;
|
|
2664
2664
|
text-align: center;
|
|
2665
2665
|
width: 80%;
|
|
2666
2666
|
}
|
|
2667
|
-
[data-v-
|
|
2667
|
+
[data-v-3657d126] .custom_form_item .align-left {
|
|
2668
2668
|
white-space: normal;
|
|
2669
2669
|
word-break: break-all;
|
|
2670
2670
|
word-wrap: break-word;
|
|
2671
2671
|
text-align: left;
|
|
2672
2672
|
width: 80%;
|
|
2673
2673
|
}
|
|
2674
|
-
[data-v-
|
|
2674
|
+
[data-v-3657d126] .custom_form_item .align-right {
|
|
2675
2675
|
white-space: normal;
|
|
2676
2676
|
word-break: break-all;
|
|
2677
2677
|
word-wrap: break-word;
|
|
2678
2678
|
text-align: right;
|
|
2679
2679
|
width: 80%;
|
|
2680
2680
|
}
|
|
2681
|
-
[data-v-
|
|
2681
|
+
[data-v-3657d126] .custom_form_item .align-center {
|
|
2682
2682
|
white-space: normal;
|
|
2683
2683
|
word-break: break-all;
|
|
2684
2684
|
word-wrap: break-word;
|
|
@@ -2687,15 +2687,15 @@
|
|
|
2687
2687
|
}
|
|
2688
2688
|
/***label对齐方式 */
|
|
2689
2689
|
/*****公共boder ****/
|
|
2690
|
-
[data-v-
|
|
2690
|
+
[data-v-3657d126] .ant-form-item-control-wrapper {
|
|
2691
2691
|
border-right: 1px solid #000;
|
|
2692
2692
|
border-bottom: 1px solid #000;
|
|
2693
2693
|
}
|
|
2694
|
-
[data-v-
|
|
2694
|
+
[data-v-3657d126] .ant-form-item-label {
|
|
2695
2695
|
border-bottom: 1px solid #000;
|
|
2696
2696
|
}
|
|
2697
2697
|
/*****公共boder ****/
|
|
2698
|
-
.correction[data-v-
|
|
2698
|
+
.correction[data-v-3657d126] {
|
|
2699
2699
|
display: block;
|
|
2700
2700
|
position: absolute;
|
|
2701
2701
|
right: 1px;
|
|
@@ -2708,43 +2708,43 @@
|
|
|
2708
2708
|
background-size: 100%;
|
|
2709
2709
|
}
|
|
2710
2710
|
|
|
2711
|
-
.t-border[data-v-
|
|
2711
|
+
.t-border[data-v-23dbee48] {
|
|
2712
2712
|
border-right: 1px solid #333;
|
|
2713
2713
|
border-bottom: 1px solid #333;
|
|
2714
2714
|
}
|
|
2715
|
-
[data-v-
|
|
2715
|
+
[data-v-23dbee48] .custom_form_item {
|
|
2716
2716
|
height: -moz-fit-content;
|
|
2717
2717
|
height: fit-content;
|
|
2718
2718
|
}
|
|
2719
|
-
.save-pdf[data-v-
|
|
2719
|
+
.save-pdf[data-v-23dbee48] .ant-input {
|
|
2720
2720
|
border: none !important;
|
|
2721
2721
|
}
|
|
2722
|
-
.save-pdf[data-v-
|
|
2722
|
+
.save-pdf[data-v-23dbee48] .ant-select-selection {
|
|
2723
2723
|
border: none !important;
|
|
2724
2724
|
}
|
|
2725
|
-
.save-pdf[data-v-
|
|
2725
|
+
.save-pdf[data-v-23dbee48] .ant-select-arrow svg {
|
|
2726
2726
|
display: none;
|
|
2727
2727
|
}
|
|
2728
|
-
.save-pdf[data-v-
|
|
2728
|
+
.save-pdf[data-v-23dbee48] .ant-upload.ant-upload-select-picture-card {
|
|
2729
2729
|
display: none;
|
|
2730
2730
|
}
|
|
2731
|
-
.save-pdf[data-v-
|
|
2731
|
+
.save-pdf[data-v-23dbee48] .anticon svg {
|
|
2732
2732
|
display: none;
|
|
2733
2733
|
}
|
|
2734
|
-
.save-pdf[data-v-
|
|
2734
|
+
.save-pdf[data-v-23dbee48] .ant-time-picker-input {
|
|
2735
2735
|
border: none !important;
|
|
2736
2736
|
}
|
|
2737
|
-
.save-pdf[data-v-
|
|
2737
|
+
.save-pdf[data-v-23dbee48] .ant-upload.ant-upload-select {
|
|
2738
2738
|
display: none;
|
|
2739
2739
|
}
|
|
2740
2740
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2741
|
-
.computed-wrap[data-v-
|
|
2741
|
+
.computed-wrap[data-v-23dbee48] {
|
|
2742
2742
|
background: #f5f5f5;
|
|
2743
2743
|
}
|
|
2744
|
-
.computed-wrap .item[data-v-
|
|
2744
|
+
.computed-wrap .item[data-v-23dbee48] {
|
|
2745
2745
|
display: flex;
|
|
2746
2746
|
}
|
|
2747
|
-
.computed-wrap .item > div[data-v-
|
|
2747
|
+
.computed-wrap .item > div[data-v-23dbee48] {
|
|
2748
2748
|
height: 35px;
|
|
2749
2749
|
line-height: 35px;
|
|
2750
2750
|
flex: 1;
|
|
@@ -2752,132 +2752,132 @@
|
|
|
2752
2752
|
border-bottom: 1px solid #000;
|
|
2753
2753
|
text-align: center;
|
|
2754
2754
|
}
|
|
2755
|
-
.computed-wrap .item > div + div[data-v-
|
|
2755
|
+
.computed-wrap .item > div + div[data-v-23dbee48] {
|
|
2756
2756
|
flex: 2;
|
|
2757
2757
|
}
|
|
2758
|
-
.layout .paper[data-v-
|
|
2758
|
+
.layout .paper[data-v-23dbee48] {
|
|
2759
2759
|
position: relative;
|
|
2760
2760
|
}
|
|
2761
|
-
.layout .paper[data-v-
|
|
2761
|
+
.layout .paper[data-v-23dbee48] * {
|
|
2762
2762
|
font-size: var(--paperFontSize);
|
|
2763
2763
|
}
|
|
2764
|
-
.layout .paper .form-title[data-v-
|
|
2764
|
+
.layout .paper .form-title[data-v-23dbee48] {
|
|
2765
2765
|
text-align: center;
|
|
2766
2766
|
font-weight: 600;
|
|
2767
2767
|
font-size: 16px;
|
|
2768
2768
|
height: 40px;
|
|
2769
2769
|
}
|
|
2770
|
-
.row-item[data-v-
|
|
2770
|
+
.row-item[data-v-23dbee48] {
|
|
2771
2771
|
height: -moz-fit-content;
|
|
2772
2772
|
height: fit-content;
|
|
2773
2773
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2774
2774
|
}
|
|
2775
|
-
.no-row-item[data-v-
|
|
2775
|
+
.no-row-item[data-v-23dbee48] {
|
|
2776
2776
|
border-right: none;
|
|
2777
2777
|
border-bottom: none;
|
|
2778
2778
|
}
|
|
2779
2779
|
/****page边框内的 ***/
|
|
2780
|
-
.page-border[data-v-
|
|
2780
|
+
.page-border[data-v-23dbee48] {
|
|
2781
2781
|
background: #fff;
|
|
2782
2782
|
box-sizing: border-box;
|
|
2783
2783
|
}
|
|
2784
|
-
.page-border .row-item[data-v-
|
|
2784
|
+
.page-border .row-item[data-v-23dbee48]:first-child {
|
|
2785
2785
|
border-top: 1px solid #000;
|
|
2786
2786
|
}
|
|
2787
|
-
.page-border .row-item[data-v-
|
|
2787
|
+
.page-border .row-item[data-v-23dbee48] {
|
|
2788
2788
|
border-left: 1px solid #000;
|
|
2789
2789
|
}
|
|
2790
|
-
.page-border .item-bottom[data-v-
|
|
2790
|
+
.page-border .item-bottom[data-v-23dbee48] {
|
|
2791
2791
|
border-bottom: 1px solid #000;
|
|
2792
2792
|
}
|
|
2793
|
-
.page-border .row-item[data-v-
|
|
2793
|
+
.page-border .row-item[data-v-23dbee48]:not(:last-child) {
|
|
2794
2794
|
position: relative;
|
|
2795
2795
|
}
|
|
2796
|
-
.page-border li.sortable-chosen[data-v-
|
|
2796
|
+
.page-border li.sortable-chosen[data-v-23dbee48] {
|
|
2797
2797
|
height: 2px !important;
|
|
2798
2798
|
overflow: hidden !important;
|
|
2799
2799
|
background: red !important;
|
|
2800
2800
|
}
|
|
2801
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
2801
|
+
.page-border .ant-time-picker-panel[data-v-23dbee48] {
|
|
2802
2802
|
z-index: 200000 !important;
|
|
2803
2803
|
}
|
|
2804
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
2804
|
+
.page-border .ant-calendar-picker-container[data-v-23dbee48] {
|
|
2805
2805
|
z-index: 200000 !important;
|
|
2806
2806
|
}
|
|
2807
|
-
[data-v-
|
|
2807
|
+
[data-v-23dbee48] .ant-time-picker-panel {
|
|
2808
2808
|
z-index: 9999 !important;
|
|
2809
2809
|
}
|
|
2810
|
-
.ant-calendar-picker-container[data-v-
|
|
2810
|
+
.ant-calendar-picker-container[data-v-23dbee48] {
|
|
2811
2811
|
z-index: 200000 !important;
|
|
2812
2812
|
}
|
|
2813
|
-
[data-v-
|
|
2813
|
+
[data-v-23dbee48] .ant-form-item-children {
|
|
2814
2814
|
display: block;
|
|
2815
2815
|
}
|
|
2816
|
-
[data-v-
|
|
2816
|
+
[data-v-23dbee48] .ant-form-item {
|
|
2817
2817
|
width: 100%;
|
|
2818
2818
|
height: 100%;
|
|
2819
2819
|
margin-bottom: 0;
|
|
2820
2820
|
display: flex;
|
|
2821
2821
|
}
|
|
2822
|
-
[data-v-
|
|
2822
|
+
[data-v-23dbee48] .ant-form-item .is_required::before {
|
|
2823
2823
|
content: "*";
|
|
2824
2824
|
color: #f56c6c;
|
|
2825
2825
|
margin-right: 4px;
|
|
2826
2826
|
}
|
|
2827
|
-
[data-v-
|
|
2827
|
+
[data-v-23dbee48] .ant-form-item .ant-form-item-label {
|
|
2828
2828
|
border-right: 1px solid #000;
|
|
2829
2829
|
}
|
|
2830
|
-
[data-v-
|
|
2830
|
+
[data-v-23dbee48] .ant-form-item .ant-form-item-label label {
|
|
2831
2831
|
display: flex;
|
|
2832
2832
|
justify-content: center;
|
|
2833
2833
|
align-items: center;
|
|
2834
2834
|
height: 100%;
|
|
2835
2835
|
}
|
|
2836
|
-
[data-v-
|
|
2836
|
+
[data-v-23dbee48] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
2837
2837
|
display: none;
|
|
2838
2838
|
}
|
|
2839
|
-
[data-v-
|
|
2839
|
+
[data-v-23dbee48] .ant-form-item .ant-form-item-control-wrapper {
|
|
2840
2840
|
display: flex;
|
|
2841
2841
|
align-items: center;
|
|
2842
2842
|
text-align: left;
|
|
2843
2843
|
}
|
|
2844
|
-
[data-v-
|
|
2844
|
+
[data-v-23dbee48] .ant-form-item .ant-form-item-control {
|
|
2845
2845
|
width: 98%;
|
|
2846
2846
|
margin: 0 auto;
|
|
2847
2847
|
}
|
|
2848
|
-
[data-v-
|
|
2848
|
+
[data-v-23dbee48] .ant-form-item .is_required::before {
|
|
2849
2849
|
content: "*";
|
|
2850
2850
|
color: #f56c6c;
|
|
2851
2851
|
margin-right: 4px;
|
|
2852
2852
|
}
|
|
2853
|
-
.row-table[data-v-
|
|
2853
|
+
.row-table[data-v-23dbee48] {
|
|
2854
2854
|
display: flex;
|
|
2855
2855
|
}
|
|
2856
|
-
.row-table[data-v-
|
|
2857
|
-
.row-table[data-v-
|
|
2856
|
+
.row-table[data-v-23dbee48] .ant-spin-container,
|
|
2857
|
+
.row-table[data-v-23dbee48] {
|
|
2858
2858
|
display: flex;
|
|
2859
2859
|
width: 100%;
|
|
2860
2860
|
}
|
|
2861
|
-
.row-table[data-v-
|
|
2862
|
-
.row-table .table-left[data-v-
|
|
2861
|
+
.row-table[data-v-23dbee48] .ant-spin-container .table-left,
|
|
2862
|
+
.row-table .table-left[data-v-23dbee48] {
|
|
2863
2863
|
width: 100px;
|
|
2864
2864
|
text-align: center;
|
|
2865
2865
|
border-right: 1px solid #333;
|
|
2866
2866
|
border-bottom: 1px solid #333;
|
|
2867
2867
|
position: relative;
|
|
2868
2868
|
}
|
|
2869
|
-
.row-table[data-v-
|
|
2870
|
-
.row-table .table-left p[data-v-
|
|
2869
|
+
.row-table[data-v-23dbee48] .ant-spin-container .table-left p,
|
|
2870
|
+
.row-table .table-left p[data-v-23dbee48] {
|
|
2871
2871
|
position: absolute;
|
|
2872
2872
|
top: 50%;
|
|
2873
2873
|
left: 50%;
|
|
2874
2874
|
transform: translate(-50%, -50%);
|
|
2875
2875
|
}
|
|
2876
|
-
.row-table[data-v-
|
|
2877
|
-
.row-table .table-right[data-v-
|
|
2876
|
+
.row-table[data-v-23dbee48] .ant-spin-container .table-right,
|
|
2877
|
+
.row-table .table-right[data-v-23dbee48] {
|
|
2878
2878
|
flex: 1;
|
|
2879
2879
|
}
|
|
2880
|
-
.table-content[data-v-
|
|
2880
|
+
.table-content[data-v-23dbee48] {
|
|
2881
2881
|
width: 100%;
|
|
2882
2882
|
height: 40px;
|
|
2883
2883
|
line-height: 40px;
|
|
@@ -2886,11 +2886,11 @@
|
|
|
2886
2886
|
border-bottom: 1px solid #333;
|
|
2887
2887
|
border-right: 1px solid #333;
|
|
2888
2888
|
}
|
|
2889
|
-
.sub-table-col[data-v-
|
|
2889
|
+
.sub-table-col[data-v-23dbee48] {
|
|
2890
2890
|
display: flex;
|
|
2891
2891
|
box-sizing: border-box;
|
|
2892
2892
|
}
|
|
2893
|
-
.sub-table-col > span[data-v-
|
|
2893
|
+
.sub-table-col > span[data-v-23dbee48] {
|
|
2894
2894
|
flex: 2;
|
|
2895
2895
|
border-bottom: 1px solid #000;
|
|
2896
2896
|
border-right: 1px solid #000;
|
|
@@ -2898,22 +2898,22 @@
|
|
|
2898
2898
|
line-height: 40px;
|
|
2899
2899
|
text-align: center;
|
|
2900
2900
|
}
|
|
2901
|
-
.sub-table-col > .last-one[data-v-
|
|
2901
|
+
.sub-table-col > .last-one[data-v-23dbee48] {
|
|
2902
2902
|
width: 87px;
|
|
2903
2903
|
flex: 0 0 87px;
|
|
2904
2904
|
border-right: 1px solid #333;
|
|
2905
2905
|
border-bottom: 1px solid #333;
|
|
2906
2906
|
}
|
|
2907
|
-
.sub-table-col-no-border > span[data-v-
|
|
2907
|
+
.sub-table-col-no-border > span[data-v-23dbee48] {
|
|
2908
2908
|
border: none;
|
|
2909
2909
|
height: auto;
|
|
2910
2910
|
width: 0;
|
|
2911
2911
|
}
|
|
2912
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
2913
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
2912
|
+
.sub-table-col-no-border > .sub-table-title[data-v-23dbee48]:last-child,
|
|
2913
|
+
.sub-table-col-no-border > .sub-table-item[data-v-23dbee48]:last-child {
|
|
2914
2914
|
border-right: none !important;
|
|
2915
2915
|
}
|
|
2916
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
2916
|
+
.sub-table-col-no-border > .last-one[data-v-23dbee48] {
|
|
2917
2917
|
width: 87px;
|
|
2918
2918
|
flex: 0 0 87px;
|
|
2919
2919
|
display: flex;
|
|
@@ -2921,25 +2921,25 @@
|
|
|
2921
2921
|
align-items: center;
|
|
2922
2922
|
}
|
|
2923
2923
|
/*****无border *****/
|
|
2924
|
-
.no-border .page-border[data-v-
|
|
2924
|
+
.no-border .page-border[data-v-23dbee48] {
|
|
2925
2925
|
border: none;
|
|
2926
2926
|
}
|
|
2927
|
-
.no-border .page-border .row-item[data-v-
|
|
2927
|
+
.no-border .page-border .row-item[data-v-23dbee48]:not(:last-child) {
|
|
2928
2928
|
border: none;
|
|
2929
2929
|
}
|
|
2930
|
-
.no-border .page-border[data-v-
|
|
2930
|
+
.no-border .page-border[data-v-23dbee48] .ant-form-item .ant-form-item-label {
|
|
2931
2931
|
border: none;
|
|
2932
2932
|
}
|
|
2933
|
-
.table_border[data-v-
|
|
2933
|
+
.table_border[data-v-23dbee48] {
|
|
2934
2934
|
border-bottom: 0;
|
|
2935
2935
|
border-right: 0;
|
|
2936
2936
|
}
|
|
2937
2937
|
/*****无border *****/
|
|
2938
|
-
[data-v-
|
|
2938
|
+
[data-v-23dbee48] .ant-form-item-children > div > p,[data-v-23dbee48] .ant-form-item-children > div > h1,[data-v-23dbee48] .ant-form-item-children > div > h2,[data-v-23dbee48] .ant-form-item-children > div > h3,[data-v-23dbee48] .ant-form-item-children > div > h4,[data-v-23dbee48] .ant-form-item-children > div > h5,[data-v-23dbee48] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
2939
2939
|
margin: 10px 0;
|
|
2940
2940
|
line-height: 1.5;
|
|
2941
2941
|
}
|
|
2942
|
-
[data-v-
|
|
2942
|
+
[data-v-23dbee48] .ant-spin-dot {
|
|
2943
2943
|
font-size: 20px !important;
|
|
2944
2944
|
}
|
|
2945
2945
|
|