@zscreate/form-component 1.1.40 → 1.1.41
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 +93 -59
- package/dist/form-component.umd-report.html +2 -2
- package/dist/form-component.umd.js +1182 -36
- package/package.json +3 -2
package/dist/form-component.css
CHANGED
|
@@ -2707,43 +2707,77 @@
|
|
|
2707
2707
|
background-size: 100%;
|
|
2708
2708
|
}
|
|
2709
2709
|
|
|
2710
|
-
.
|
|
2710
|
+
.sub-table-col[data-v-b1812dae] {
|
|
2711
|
+
display: flex;
|
|
2712
|
+
box-sizing: border-box;
|
|
2713
|
+
}
|
|
2714
|
+
.sub-table-col > span[data-v-b1812dae] {
|
|
2715
|
+
flex: 2;
|
|
2716
|
+
border-bottom: 1px solid #000;
|
|
2717
|
+
border-right: 1px solid #000;
|
|
2718
|
+
height: 40px;
|
|
2719
|
+
line-height: 40px;
|
|
2720
|
+
text-align: center;
|
|
2721
|
+
}
|
|
2722
|
+
.sub-table-col > .last-one[data-v-b1812dae] {
|
|
2723
|
+
width: 87px;
|
|
2724
|
+
flex: 0 0 87px;
|
|
2725
|
+
border-right: 1px solid #333;
|
|
2726
|
+
border-bottom: 1px solid #333;
|
|
2727
|
+
}
|
|
2728
|
+
.sub-table-col-no-border > span[data-v-b1812dae] {
|
|
2729
|
+
border: none;
|
|
2730
|
+
height: auto;
|
|
2731
|
+
}
|
|
2732
|
+
.sub-table-col-no-border > .sub-table-title[data-v-b1812dae]:last-child,
|
|
2733
|
+
.sub-table-col-no-border > .sub-table-item[data-v-b1812dae]:last-child {
|
|
2734
|
+
border-right: none !important;
|
|
2735
|
+
}
|
|
2736
|
+
.sub-table-col-no-border > .last-one[data-v-b1812dae] {
|
|
2737
|
+
width: 87px;
|
|
2738
|
+
flex: 0 0 87px;
|
|
2739
|
+
display: flex;
|
|
2740
|
+
justify-content: center;
|
|
2741
|
+
align-items: center;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.t-border[data-v-57dc7d67] {
|
|
2711
2745
|
border-right: 1px solid #333;
|
|
2712
2746
|
border-bottom: 1px solid #333;
|
|
2713
2747
|
}
|
|
2714
|
-
[data-v-
|
|
2748
|
+
[data-v-57dc7d67] .custom_form_item {
|
|
2715
2749
|
height: -moz-fit-content;
|
|
2716
2750
|
height: fit-content;
|
|
2717
2751
|
}
|
|
2718
|
-
.save-pdf[data-v-
|
|
2752
|
+
.save-pdf[data-v-57dc7d67] .ant-input {
|
|
2719
2753
|
border: none !important;
|
|
2720
2754
|
}
|
|
2721
|
-
.save-pdf[data-v-
|
|
2755
|
+
.save-pdf[data-v-57dc7d67] .ant-select-selection {
|
|
2722
2756
|
border: none !important;
|
|
2723
2757
|
}
|
|
2724
|
-
.save-pdf[data-v-
|
|
2758
|
+
.save-pdf[data-v-57dc7d67] .ant-select-arrow svg {
|
|
2725
2759
|
display: none;
|
|
2726
2760
|
}
|
|
2727
|
-
.save-pdf[data-v-
|
|
2761
|
+
.save-pdf[data-v-57dc7d67] .ant-upload.ant-upload-select-picture-card {
|
|
2728
2762
|
display: none;
|
|
2729
2763
|
}
|
|
2730
|
-
.save-pdf[data-v-
|
|
2764
|
+
.save-pdf[data-v-57dc7d67] .anticon svg {
|
|
2731
2765
|
display: none;
|
|
2732
2766
|
}
|
|
2733
|
-
.save-pdf[data-v-
|
|
2767
|
+
.save-pdf[data-v-57dc7d67] .ant-time-picker-input {
|
|
2734
2768
|
border: none !important;
|
|
2735
2769
|
}
|
|
2736
|
-
.save-pdf[data-v-
|
|
2770
|
+
.save-pdf[data-v-57dc7d67] .ant-upload.ant-upload-select {
|
|
2737
2771
|
display: none;
|
|
2738
2772
|
}
|
|
2739
2773
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2740
|
-
.computed-wrap[data-v-
|
|
2774
|
+
.computed-wrap[data-v-57dc7d67] {
|
|
2741
2775
|
background: #f5f5f5;
|
|
2742
2776
|
}
|
|
2743
|
-
.computed-wrap .item[data-v-
|
|
2777
|
+
.computed-wrap .item[data-v-57dc7d67] {
|
|
2744
2778
|
display: flex;
|
|
2745
2779
|
}
|
|
2746
|
-
.computed-wrap .item > div[data-v-
|
|
2780
|
+
.computed-wrap .item > div[data-v-57dc7d67] {
|
|
2747
2781
|
height: 35px;
|
|
2748
2782
|
line-height: 35px;
|
|
2749
2783
|
flex: 1;
|
|
@@ -2751,129 +2785,129 @@
|
|
|
2751
2785
|
border-bottom: 1px solid #000;
|
|
2752
2786
|
text-align: center;
|
|
2753
2787
|
}
|
|
2754
|
-
.computed-wrap .item > div + div[data-v-
|
|
2788
|
+
.computed-wrap .item > div + div[data-v-57dc7d67] {
|
|
2755
2789
|
flex: 2;
|
|
2756
2790
|
}
|
|
2757
|
-
.layout .paper[data-v-
|
|
2791
|
+
.layout .paper[data-v-57dc7d67] {
|
|
2758
2792
|
position: relative;
|
|
2759
2793
|
}
|
|
2760
|
-
.layout .paper .form-title[data-v-
|
|
2794
|
+
.layout .paper .form-title[data-v-57dc7d67] {
|
|
2761
2795
|
text-align: center;
|
|
2762
2796
|
font-weight: 600;
|
|
2763
2797
|
font-size: 16px;
|
|
2764
2798
|
height: 40px;
|
|
2765
2799
|
}
|
|
2766
|
-
.row-item[data-v-
|
|
2800
|
+
.row-item[data-v-57dc7d67] {
|
|
2767
2801
|
height: -moz-fit-content;
|
|
2768
2802
|
height: fit-content;
|
|
2769
2803
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2770
2804
|
}
|
|
2771
|
-
.no-row-item[data-v-
|
|
2805
|
+
.no-row-item[data-v-57dc7d67] {
|
|
2772
2806
|
border-right: none;
|
|
2773
2807
|
border-bottom: none;
|
|
2774
2808
|
}
|
|
2775
2809
|
/****page边框内的 ***/
|
|
2776
|
-
.page-border[data-v-
|
|
2810
|
+
.page-border[data-v-57dc7d67] {
|
|
2777
2811
|
background: #fff;
|
|
2778
2812
|
box-sizing: border-box;
|
|
2779
2813
|
}
|
|
2780
|
-
.page-border .row-item[data-v-
|
|
2814
|
+
.page-border .row-item[data-v-57dc7d67]:first-child {
|
|
2781
2815
|
border-top: 1px solid #000;
|
|
2782
2816
|
}
|
|
2783
|
-
.page-border .row-item[data-v-
|
|
2817
|
+
.page-border .row-item[data-v-57dc7d67] {
|
|
2784
2818
|
border-left: 1px solid #000;
|
|
2785
2819
|
}
|
|
2786
|
-
.page-border .item-bottom[data-v-
|
|
2820
|
+
.page-border .item-bottom[data-v-57dc7d67] {
|
|
2787
2821
|
border-bottom: 1px solid #000;
|
|
2788
2822
|
}
|
|
2789
|
-
.page-border .row-item[data-v-
|
|
2823
|
+
.page-border .row-item[data-v-57dc7d67]:not(:last-child) {
|
|
2790
2824
|
position: relative;
|
|
2791
2825
|
}
|
|
2792
|
-
.page-border li.sortable-chosen[data-v-
|
|
2826
|
+
.page-border li.sortable-chosen[data-v-57dc7d67] {
|
|
2793
2827
|
height: 2px !important;
|
|
2794
2828
|
overflow: hidden !important;
|
|
2795
2829
|
background: red !important;
|
|
2796
2830
|
}
|
|
2797
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
2831
|
+
.page-border .ant-time-picker-panel[data-v-57dc7d67] {
|
|
2798
2832
|
z-index: 200000 !important;
|
|
2799
2833
|
}
|
|
2800
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
2834
|
+
.page-border .ant-calendar-picker-container[data-v-57dc7d67] {
|
|
2801
2835
|
z-index: 200000 !important;
|
|
2802
2836
|
}
|
|
2803
|
-
[data-v-
|
|
2837
|
+
[data-v-57dc7d67] .ant-time-picker-panel {
|
|
2804
2838
|
z-index: 9999 !important;
|
|
2805
2839
|
}
|
|
2806
|
-
.ant-calendar-picker-container[data-v-
|
|
2840
|
+
.ant-calendar-picker-container[data-v-57dc7d67] {
|
|
2807
2841
|
z-index: 200000 !important;
|
|
2808
2842
|
}
|
|
2809
|
-
[data-v-
|
|
2843
|
+
[data-v-57dc7d67] .ant-form-item-children {
|
|
2810
2844
|
display: block;
|
|
2811
2845
|
}
|
|
2812
|
-
[data-v-
|
|
2846
|
+
[data-v-57dc7d67] .ant-form-item {
|
|
2813
2847
|
width: 100%;
|
|
2814
2848
|
height: 100%;
|
|
2815
2849
|
margin-bottom: 0;
|
|
2816
2850
|
display: flex;
|
|
2817
2851
|
}
|
|
2818
|
-
[data-v-
|
|
2852
|
+
[data-v-57dc7d67] .ant-form-item .is_required::before {
|
|
2819
2853
|
content: "*";
|
|
2820
2854
|
color: #f56c6c;
|
|
2821
2855
|
margin-right: 4px;
|
|
2822
2856
|
}
|
|
2823
|
-
[data-v-
|
|
2857
|
+
[data-v-57dc7d67] .ant-form-item .ant-form-item-label {
|
|
2824
2858
|
border-right: 1px solid #000;
|
|
2825
2859
|
}
|
|
2826
|
-
[data-v-
|
|
2860
|
+
[data-v-57dc7d67] .ant-form-item .ant-form-item-label label {
|
|
2827
2861
|
display: flex;
|
|
2828
2862
|
justify-content: center;
|
|
2829
2863
|
align-items: center;
|
|
2830
2864
|
height: 100%;
|
|
2831
2865
|
}
|
|
2832
|
-
[data-v-
|
|
2866
|
+
[data-v-57dc7d67] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
2833
2867
|
display: none;
|
|
2834
2868
|
}
|
|
2835
|
-
[data-v-
|
|
2869
|
+
[data-v-57dc7d67] .ant-form-item .ant-form-item-control-wrapper {
|
|
2836
2870
|
display: flex;
|
|
2837
2871
|
align-items: center;
|
|
2838
2872
|
text-align: left;
|
|
2839
2873
|
}
|
|
2840
|
-
[data-v-
|
|
2874
|
+
[data-v-57dc7d67] .ant-form-item .ant-form-item-control {
|
|
2841
2875
|
width: 98%;
|
|
2842
2876
|
margin: 0 auto;
|
|
2843
2877
|
}
|
|
2844
|
-
[data-v-
|
|
2878
|
+
[data-v-57dc7d67] .ant-form-item .is_required::before {
|
|
2845
2879
|
content: "*";
|
|
2846
2880
|
color: #f56c6c;
|
|
2847
2881
|
margin-right: 4px;
|
|
2848
2882
|
}
|
|
2849
|
-
.row-table[data-v-
|
|
2883
|
+
.row-table[data-v-57dc7d67] {
|
|
2850
2884
|
display: flex;
|
|
2851
2885
|
}
|
|
2852
|
-
.row-table[data-v-
|
|
2853
|
-
.row-table[data-v-
|
|
2886
|
+
.row-table[data-v-57dc7d67] .ant-spin-container,
|
|
2887
|
+
.row-table[data-v-57dc7d67] {
|
|
2854
2888
|
display: flex;
|
|
2855
2889
|
width: 100%;
|
|
2856
2890
|
}
|
|
2857
|
-
.row-table[data-v-
|
|
2858
|
-
.row-table .table-left[data-v-
|
|
2891
|
+
.row-table[data-v-57dc7d67] .ant-spin-container .table-left,
|
|
2892
|
+
.row-table .table-left[data-v-57dc7d67] {
|
|
2859
2893
|
width: 100px;
|
|
2860
2894
|
text-align: center;
|
|
2861
2895
|
border-right: 1px solid #333;
|
|
2862
2896
|
border-bottom: 1px solid #333;
|
|
2863
2897
|
position: relative;
|
|
2864
2898
|
}
|
|
2865
|
-
.row-table[data-v-
|
|
2866
|
-
.row-table .table-left p[data-v-
|
|
2899
|
+
.row-table[data-v-57dc7d67] .ant-spin-container .table-left p,
|
|
2900
|
+
.row-table .table-left p[data-v-57dc7d67] {
|
|
2867
2901
|
position: absolute;
|
|
2868
2902
|
top: 50%;
|
|
2869
2903
|
left: 50%;
|
|
2870
2904
|
transform: translate(-50%, -50%);
|
|
2871
2905
|
}
|
|
2872
|
-
.row-table[data-v-
|
|
2873
|
-
.row-table .table-right[data-v-
|
|
2906
|
+
.row-table[data-v-57dc7d67] .ant-spin-container .table-right,
|
|
2907
|
+
.row-table .table-right[data-v-57dc7d67] {
|
|
2874
2908
|
flex: 1;
|
|
2875
2909
|
}
|
|
2876
|
-
.table-content[data-v-
|
|
2910
|
+
.table-content[data-v-57dc7d67] {
|
|
2877
2911
|
width: 100%;
|
|
2878
2912
|
height: 40px;
|
|
2879
2913
|
line-height: 40px;
|
|
@@ -2882,11 +2916,11 @@
|
|
|
2882
2916
|
border-bottom: 1px solid #333;
|
|
2883
2917
|
border-right: 1px solid #333;
|
|
2884
2918
|
}
|
|
2885
|
-
.sub-table-col[data-v-
|
|
2919
|
+
.sub-table-col[data-v-57dc7d67] {
|
|
2886
2920
|
display: flex;
|
|
2887
2921
|
box-sizing: border-box;
|
|
2888
2922
|
}
|
|
2889
|
-
.sub-table-col > span[data-v-
|
|
2923
|
+
.sub-table-col > span[data-v-57dc7d67] {
|
|
2890
2924
|
flex: 2;
|
|
2891
2925
|
border-bottom: 1px solid #000;
|
|
2892
2926
|
border-right: 1px solid #000;
|
|
@@ -2894,22 +2928,22 @@
|
|
|
2894
2928
|
line-height: 40px;
|
|
2895
2929
|
text-align: center;
|
|
2896
2930
|
}
|
|
2897
|
-
.sub-table-col > .last-one[data-v-
|
|
2931
|
+
.sub-table-col > .last-one[data-v-57dc7d67] {
|
|
2898
2932
|
width: 87px;
|
|
2899
2933
|
flex: 0 0 87px;
|
|
2900
2934
|
border-right: 1px solid #333;
|
|
2901
2935
|
border-bottom: 1px solid #333;
|
|
2902
2936
|
}
|
|
2903
|
-
.sub-table-col-no-border > span[data-v-
|
|
2937
|
+
.sub-table-col-no-border > span[data-v-57dc7d67] {
|
|
2904
2938
|
border: none;
|
|
2905
2939
|
height: auto;
|
|
2906
2940
|
width: 0;
|
|
2907
2941
|
}
|
|
2908
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
2909
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
2942
|
+
.sub-table-col-no-border > .sub-table-title[data-v-57dc7d67]:last-child,
|
|
2943
|
+
.sub-table-col-no-border > .sub-table-item[data-v-57dc7d67]:last-child {
|
|
2910
2944
|
border-right: none !important;
|
|
2911
2945
|
}
|
|
2912
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
2946
|
+
.sub-table-col-no-border > .last-one[data-v-57dc7d67] {
|
|
2913
2947
|
width: 87px;
|
|
2914
2948
|
flex: 0 0 87px;
|
|
2915
2949
|
display: flex;
|
|
@@ -2917,25 +2951,25 @@
|
|
|
2917
2951
|
align-items: center;
|
|
2918
2952
|
}
|
|
2919
2953
|
/*****无border *****/
|
|
2920
|
-
.no-border .page-border[data-v-
|
|
2954
|
+
.no-border .page-border[data-v-57dc7d67] {
|
|
2921
2955
|
border: none;
|
|
2922
2956
|
}
|
|
2923
|
-
.no-border .page-border .row-item[data-v-
|
|
2957
|
+
.no-border .page-border .row-item[data-v-57dc7d67]:not(:last-child) {
|
|
2924
2958
|
border: none;
|
|
2925
2959
|
}
|
|
2926
|
-
.no-border .page-border[data-v-
|
|
2960
|
+
.no-border .page-border[data-v-57dc7d67] .ant-form-item .ant-form-item-label {
|
|
2927
2961
|
border: none;
|
|
2928
2962
|
}
|
|
2929
|
-
.table_border[data-v-
|
|
2963
|
+
.table_border[data-v-57dc7d67] {
|
|
2930
2964
|
border-bottom: 0;
|
|
2931
2965
|
border-right: 0;
|
|
2932
2966
|
}
|
|
2933
2967
|
/*****无border *****/
|
|
2934
|
-
[data-v-
|
|
2968
|
+
[data-v-57dc7d67] .ant-form-item-children > div > p,[data-v-57dc7d67] .ant-form-item-children > div > h1,[data-v-57dc7d67] .ant-form-item-children > div > h2,[data-v-57dc7d67] .ant-form-item-children > div > h3,[data-v-57dc7d67] .ant-form-item-children > div > h4,[data-v-57dc7d67] .ant-form-item-children > div > h5,[data-v-57dc7d67] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
2935
2969
|
margin: 10px 0;
|
|
2936
2970
|
line-height: 1.5;
|
|
2937
2971
|
}
|
|
2938
|
-
[data-v-
|
|
2972
|
+
[data-v-57dc7d67] .ant-spin-dot {
|
|
2939
2973
|
font-size: 20px !important;
|
|
2940
2974
|
}
|
|
2941
2975
|
|