@zscreate/form-component 1.1.32 → 1.1.33
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 +73 -71
- package/dist/form-component.umd-report.html +2 -2
- package/dist/form-component.umd.js +260 -27
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -397,22 +397,24 @@
|
|
|
397
397
|
width: 90%;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.tip_content textarea.ant-input{margin:0;padding:5px 10px;border:none;background:rgba(236,238,243,0.86)}.tip_btn{margin-top:10px;text-align:center}
|
|
400
401
|
|
|
401
|
-
|
|
402
|
+
|
|
403
|
+
[data-v-75b5682f] .ant-form-item .ant-form-item-label {
|
|
402
404
|
border-right: 1px solid #333;
|
|
403
405
|
}
|
|
404
|
-
.table-design[data-v-
|
|
406
|
+
.table-design[data-v-75b5682f] {
|
|
405
407
|
width: 100%;
|
|
406
408
|
position: relative;
|
|
407
409
|
}
|
|
408
|
-
.table-design[data-v-
|
|
410
|
+
.table-design[data-v-75b5682f] .ant-form-item .ant-form-item-label {
|
|
409
411
|
border-bottom: 1px solid #333;
|
|
410
412
|
}
|
|
411
|
-
.table-design[data-v-
|
|
413
|
+
.table-design[data-v-75b5682f] .ant-form-item .ant-form-item-control-wrapper {
|
|
412
414
|
border-bottom: 1px solid #333;
|
|
413
415
|
border-right: 1px solid #333;
|
|
414
416
|
}
|
|
415
|
-
.table-design .table_label[data-v-
|
|
417
|
+
.table-design .table_label[data-v-75b5682f] {
|
|
416
418
|
position: relative;
|
|
417
419
|
width: 100%;
|
|
418
420
|
height: 40px;
|
|
@@ -421,31 +423,31 @@
|
|
|
421
423
|
border-right: 1px solid #333;
|
|
422
424
|
border-bottom: 1px solid #333;
|
|
423
425
|
}
|
|
424
|
-
.table-design .table_label .last-one[data-v-
|
|
426
|
+
.table-design .table_label .last-one[data-v-75b5682f] {
|
|
425
427
|
position: absolute;
|
|
426
428
|
right: 10px;
|
|
427
429
|
bottom: 0;
|
|
428
430
|
}
|
|
429
|
-
.table-design .table-design-content[data-v-
|
|
431
|
+
.table-design .table-design-content[data-v-75b5682f] {
|
|
430
432
|
position: relative;
|
|
431
433
|
}
|
|
432
|
-
.table-design .table-design-content .table-design-delete[data-v-
|
|
434
|
+
.table-design .table-design-content .table-design-delete[data-v-75b5682f] {
|
|
433
435
|
position: absolute;
|
|
434
436
|
bottom: 3px;
|
|
435
437
|
right: 3px;
|
|
436
438
|
display: none;
|
|
437
439
|
z-index: 101;
|
|
438
440
|
}
|
|
439
|
-
.table-design .table-design-content:hover .table-design-delete[data-v-
|
|
441
|
+
.table-design .table-design-content:hover .table-design-delete[data-v-75b5682f] {
|
|
440
442
|
display: block;
|
|
441
443
|
}
|
|
442
|
-
.del-button[data-v-
|
|
444
|
+
.del-button[data-v-75b5682f] {
|
|
443
445
|
bottom: 2px!important;
|
|
444
446
|
}
|
|
445
|
-
.del-button[data-v-
|
|
447
|
+
.del-button[data-v-75b5682f] .ant-btn-sm {
|
|
446
448
|
transform: scale(0.9);
|
|
447
449
|
}
|
|
448
|
-
.no-label-add-button[data-v-
|
|
450
|
+
.no-label-add-button[data-v-75b5682f] {
|
|
449
451
|
position: absolute;
|
|
450
452
|
z-index: 3;
|
|
451
453
|
right: 3px;
|
|
@@ -2705,43 +2707,43 @@
|
|
|
2705
2707
|
background-size: 100%;
|
|
2706
2708
|
}
|
|
2707
2709
|
|
|
2708
|
-
.t-border[data-v-
|
|
2710
|
+
.t-border[data-v-22d88914] {
|
|
2709
2711
|
border-right: 1px solid #333;
|
|
2710
2712
|
border-bottom: 1px solid #333;
|
|
2711
2713
|
}
|
|
2712
|
-
[data-v-
|
|
2714
|
+
[data-v-22d88914] .custom_form_item {
|
|
2713
2715
|
height: -moz-fit-content;
|
|
2714
2716
|
height: fit-content;
|
|
2715
2717
|
}
|
|
2716
|
-
.save-pdf[data-v-
|
|
2718
|
+
.save-pdf[data-v-22d88914] .ant-input {
|
|
2717
2719
|
border: none !important;
|
|
2718
2720
|
}
|
|
2719
|
-
.save-pdf[data-v-
|
|
2721
|
+
.save-pdf[data-v-22d88914] .ant-select-selection {
|
|
2720
2722
|
border: none !important;
|
|
2721
2723
|
}
|
|
2722
|
-
.save-pdf[data-v-
|
|
2724
|
+
.save-pdf[data-v-22d88914] .ant-select-arrow svg {
|
|
2723
2725
|
display: none;
|
|
2724
2726
|
}
|
|
2725
|
-
.save-pdf[data-v-
|
|
2727
|
+
.save-pdf[data-v-22d88914] .ant-upload.ant-upload-select-picture-card {
|
|
2726
2728
|
display: none;
|
|
2727
2729
|
}
|
|
2728
|
-
.save-pdf[data-v-
|
|
2730
|
+
.save-pdf[data-v-22d88914] .anticon svg {
|
|
2729
2731
|
display: none;
|
|
2730
2732
|
}
|
|
2731
|
-
.save-pdf[data-v-
|
|
2733
|
+
.save-pdf[data-v-22d88914] .ant-time-picker-input {
|
|
2732
2734
|
border: none !important;
|
|
2733
2735
|
}
|
|
2734
|
-
.save-pdf[data-v-
|
|
2736
|
+
.save-pdf[data-v-22d88914] .ant-upload.ant-upload-select {
|
|
2735
2737
|
display: none;
|
|
2736
2738
|
}
|
|
2737
2739
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2738
|
-
.computed-wrap[data-v-
|
|
2740
|
+
.computed-wrap[data-v-22d88914] {
|
|
2739
2741
|
background: #f5f5f5;
|
|
2740
2742
|
}
|
|
2741
|
-
.computed-wrap .item[data-v-
|
|
2743
|
+
.computed-wrap .item[data-v-22d88914] {
|
|
2742
2744
|
display: flex;
|
|
2743
2745
|
}
|
|
2744
|
-
.computed-wrap .item > div[data-v-
|
|
2746
|
+
.computed-wrap .item > div[data-v-22d88914] {
|
|
2745
2747
|
height: 35px;
|
|
2746
2748
|
line-height: 35px;
|
|
2747
2749
|
flex: 1;
|
|
@@ -2749,129 +2751,129 @@
|
|
|
2749
2751
|
border-bottom: 1px solid #000;
|
|
2750
2752
|
text-align: center;
|
|
2751
2753
|
}
|
|
2752
|
-
.computed-wrap .item > div + div[data-v-
|
|
2754
|
+
.computed-wrap .item > div + div[data-v-22d88914] {
|
|
2753
2755
|
flex: 2;
|
|
2754
2756
|
}
|
|
2755
|
-
.layout .paper[data-v-
|
|
2757
|
+
.layout .paper[data-v-22d88914] {
|
|
2756
2758
|
position: relative;
|
|
2757
2759
|
}
|
|
2758
|
-
.layout .paper .form-title[data-v-
|
|
2760
|
+
.layout .paper .form-title[data-v-22d88914] {
|
|
2759
2761
|
text-align: center;
|
|
2760
2762
|
font-weight: 600;
|
|
2761
2763
|
font-size: 16px;
|
|
2762
2764
|
height: 40px;
|
|
2763
2765
|
}
|
|
2764
|
-
.row-item[data-v-
|
|
2766
|
+
.row-item[data-v-22d88914] {
|
|
2765
2767
|
height: -moz-fit-content;
|
|
2766
2768
|
height: fit-content;
|
|
2767
2769
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2768
2770
|
}
|
|
2769
|
-
.no-row-item[data-v-
|
|
2771
|
+
.no-row-item[data-v-22d88914] {
|
|
2770
2772
|
border-right: none;
|
|
2771
2773
|
border-bottom: none;
|
|
2772
2774
|
}
|
|
2773
2775
|
/****page边框内的 ***/
|
|
2774
|
-
.page-border[data-v-
|
|
2776
|
+
.page-border[data-v-22d88914] {
|
|
2775
2777
|
background: #fff;
|
|
2776
2778
|
box-sizing: border-box;
|
|
2777
2779
|
}
|
|
2778
|
-
.page-border .row-item[data-v-
|
|
2780
|
+
.page-border .row-item[data-v-22d88914]:first-child {
|
|
2779
2781
|
border-top: 1px solid #000;
|
|
2780
2782
|
}
|
|
2781
|
-
.page-border .row-item[data-v-
|
|
2783
|
+
.page-border .row-item[data-v-22d88914] {
|
|
2782
2784
|
border-left: 1px solid #000;
|
|
2783
2785
|
}
|
|
2784
|
-
.page-border .item-bottom[data-v-
|
|
2786
|
+
.page-border .item-bottom[data-v-22d88914] {
|
|
2785
2787
|
border-bottom: 1px solid #000;
|
|
2786
2788
|
}
|
|
2787
|
-
.page-border .row-item[data-v-
|
|
2789
|
+
.page-border .row-item[data-v-22d88914]:not(:last-child) {
|
|
2788
2790
|
position: relative;
|
|
2789
2791
|
}
|
|
2790
|
-
.page-border li.sortable-chosen[data-v-
|
|
2792
|
+
.page-border li.sortable-chosen[data-v-22d88914] {
|
|
2791
2793
|
height: 2px !important;
|
|
2792
2794
|
overflow: hidden !important;
|
|
2793
2795
|
background: red !important;
|
|
2794
2796
|
}
|
|
2795
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
2797
|
+
.page-border .ant-time-picker-panel[data-v-22d88914] {
|
|
2796
2798
|
z-index: 200000 !important;
|
|
2797
2799
|
}
|
|
2798
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
2800
|
+
.page-border .ant-calendar-picker-container[data-v-22d88914] {
|
|
2799
2801
|
z-index: 200000 !important;
|
|
2800
2802
|
}
|
|
2801
|
-
[data-v-
|
|
2803
|
+
[data-v-22d88914] .ant-time-picker-panel {
|
|
2802
2804
|
z-index: 9999 !important;
|
|
2803
2805
|
}
|
|
2804
|
-
.ant-calendar-picker-container[data-v-
|
|
2806
|
+
.ant-calendar-picker-container[data-v-22d88914] {
|
|
2805
2807
|
z-index: 200000 !important;
|
|
2806
2808
|
}
|
|
2807
|
-
[data-v-
|
|
2809
|
+
[data-v-22d88914] .ant-form-item-children {
|
|
2808
2810
|
display: block;
|
|
2809
2811
|
}
|
|
2810
|
-
[data-v-
|
|
2812
|
+
[data-v-22d88914] .ant-form-item {
|
|
2811
2813
|
width: 100%;
|
|
2812
2814
|
height: 100%;
|
|
2813
2815
|
margin-bottom: 0;
|
|
2814
2816
|
display: flex;
|
|
2815
2817
|
}
|
|
2816
|
-
[data-v-
|
|
2818
|
+
[data-v-22d88914] .ant-form-item .is_required::before {
|
|
2817
2819
|
content: "*";
|
|
2818
2820
|
color: #f56c6c;
|
|
2819
2821
|
margin-right: 4px;
|
|
2820
2822
|
}
|
|
2821
|
-
[data-v-
|
|
2823
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-label {
|
|
2822
2824
|
border-right: 1px solid #000;
|
|
2823
2825
|
}
|
|
2824
|
-
[data-v-
|
|
2826
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-label label {
|
|
2825
2827
|
display: flex;
|
|
2826
2828
|
justify-content: center;
|
|
2827
2829
|
align-items: center;
|
|
2828
2830
|
height: 100%;
|
|
2829
2831
|
}
|
|
2830
|
-
[data-v-
|
|
2832
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
2831
2833
|
display: none;
|
|
2832
2834
|
}
|
|
2833
|
-
[data-v-
|
|
2835
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-control-wrapper {
|
|
2834
2836
|
display: flex;
|
|
2835
2837
|
align-items: center;
|
|
2836
2838
|
text-align: left;
|
|
2837
2839
|
}
|
|
2838
|
-
[data-v-
|
|
2840
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-control {
|
|
2839
2841
|
width: 98%;
|
|
2840
2842
|
margin: 0 auto;
|
|
2841
2843
|
}
|
|
2842
|
-
[data-v-
|
|
2844
|
+
[data-v-22d88914] .ant-form-item .is_required::before {
|
|
2843
2845
|
content: "*";
|
|
2844
2846
|
color: #f56c6c;
|
|
2845
2847
|
margin-right: 4px;
|
|
2846
2848
|
}
|
|
2847
|
-
.row-table[data-v-
|
|
2849
|
+
.row-table[data-v-22d88914] {
|
|
2848
2850
|
display: flex;
|
|
2849
2851
|
}
|
|
2850
|
-
.row-table[data-v-
|
|
2851
|
-
.row-table[data-v-
|
|
2852
|
+
.row-table[data-v-22d88914] .ant-spin-container,
|
|
2853
|
+
.row-table[data-v-22d88914] {
|
|
2852
2854
|
display: flex;
|
|
2853
2855
|
width: 100%;
|
|
2854
2856
|
}
|
|
2855
|
-
.row-table[data-v-
|
|
2856
|
-
.row-table .table-left[data-v-
|
|
2857
|
+
.row-table[data-v-22d88914] .ant-spin-container .table-left,
|
|
2858
|
+
.row-table .table-left[data-v-22d88914] {
|
|
2857
2859
|
width: 100px;
|
|
2858
2860
|
text-align: center;
|
|
2859
2861
|
border-right: 1px solid #333;
|
|
2860
2862
|
border-bottom: 1px solid #333;
|
|
2861
2863
|
position: relative;
|
|
2862
2864
|
}
|
|
2863
|
-
.row-table[data-v-
|
|
2864
|
-
.row-table .table-left p[data-v-
|
|
2865
|
+
.row-table[data-v-22d88914] .ant-spin-container .table-left p,
|
|
2866
|
+
.row-table .table-left p[data-v-22d88914] {
|
|
2865
2867
|
position: absolute;
|
|
2866
2868
|
top: 50%;
|
|
2867
2869
|
left: 50%;
|
|
2868
2870
|
transform: translate(-50%, -50%);
|
|
2869
2871
|
}
|
|
2870
|
-
.row-table[data-v-
|
|
2871
|
-
.row-table .table-right[data-v-
|
|
2872
|
+
.row-table[data-v-22d88914] .ant-spin-container .table-right,
|
|
2873
|
+
.row-table .table-right[data-v-22d88914] {
|
|
2872
2874
|
flex: 1;
|
|
2873
2875
|
}
|
|
2874
|
-
.table-content[data-v-
|
|
2876
|
+
.table-content[data-v-22d88914] {
|
|
2875
2877
|
width: 100%;
|
|
2876
2878
|
height: 40px;
|
|
2877
2879
|
line-height: 40px;
|
|
@@ -2880,11 +2882,11 @@
|
|
|
2880
2882
|
border-bottom: 1px solid #333;
|
|
2881
2883
|
border-right: 1px solid #333;
|
|
2882
2884
|
}
|
|
2883
|
-
.sub-table-col[data-v-
|
|
2885
|
+
.sub-table-col[data-v-22d88914] {
|
|
2884
2886
|
display: flex;
|
|
2885
2887
|
box-sizing: border-box;
|
|
2886
2888
|
}
|
|
2887
|
-
.sub-table-col > span[data-v-
|
|
2889
|
+
.sub-table-col > span[data-v-22d88914] {
|
|
2888
2890
|
flex: 2;
|
|
2889
2891
|
border-bottom: 1px solid #000;
|
|
2890
2892
|
border-right: 1px solid #000;
|
|
@@ -2892,22 +2894,22 @@
|
|
|
2892
2894
|
line-height: 40px;
|
|
2893
2895
|
text-align: center;
|
|
2894
2896
|
}
|
|
2895
|
-
.sub-table-col > .last-one[data-v-
|
|
2897
|
+
.sub-table-col > .last-one[data-v-22d88914] {
|
|
2896
2898
|
width: 87px;
|
|
2897
2899
|
flex: 0 0 87px;
|
|
2898
2900
|
border-right: 1px solid #333;
|
|
2899
2901
|
border-bottom: 1px solid #333;
|
|
2900
2902
|
}
|
|
2901
|
-
.sub-table-col-no-border > span[data-v-
|
|
2903
|
+
.sub-table-col-no-border > span[data-v-22d88914] {
|
|
2902
2904
|
border: none;
|
|
2903
2905
|
height: auto;
|
|
2904
2906
|
width: 0;
|
|
2905
2907
|
}
|
|
2906
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
2907
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
2908
|
+
.sub-table-col-no-border > .sub-table-title[data-v-22d88914]:last-child,
|
|
2909
|
+
.sub-table-col-no-border > .sub-table-item[data-v-22d88914]:last-child {
|
|
2908
2910
|
border-right: none !important;
|
|
2909
2911
|
}
|
|
2910
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
2912
|
+
.sub-table-col-no-border > .last-one[data-v-22d88914] {
|
|
2911
2913
|
width: 87px;
|
|
2912
2914
|
flex: 0 0 87px;
|
|
2913
2915
|
display: flex;
|
|
@@ -2915,25 +2917,25 @@
|
|
|
2915
2917
|
align-items: center;
|
|
2916
2918
|
}
|
|
2917
2919
|
/*****无border *****/
|
|
2918
|
-
.no-border .page-border[data-v-
|
|
2920
|
+
.no-border .page-border[data-v-22d88914] {
|
|
2919
2921
|
border: none;
|
|
2920
2922
|
}
|
|
2921
|
-
.no-border .page-border .row-item[data-v-
|
|
2923
|
+
.no-border .page-border .row-item[data-v-22d88914]:not(:last-child) {
|
|
2922
2924
|
border: none;
|
|
2923
2925
|
}
|
|
2924
|
-
.no-border .page-border[data-v-
|
|
2926
|
+
.no-border .page-border[data-v-22d88914] .ant-form-item .ant-form-item-label {
|
|
2925
2927
|
border: none;
|
|
2926
2928
|
}
|
|
2927
|
-
.table_border[data-v-
|
|
2929
|
+
.table_border[data-v-22d88914] {
|
|
2928
2930
|
border-bottom: 0;
|
|
2929
2931
|
border-right: 0;
|
|
2930
2932
|
}
|
|
2931
2933
|
/*****无border *****/
|
|
2932
|
-
[data-v-
|
|
2934
|
+
[data-v-22d88914] .ant-form-item-children > div > p,[data-v-22d88914] .ant-form-item-children > div > h1,[data-v-22d88914] .ant-form-item-children > div > h2,[data-v-22d88914] .ant-form-item-children > div > h3,[data-v-22d88914] .ant-form-item-children > div > h4,[data-v-22d88914] .ant-form-item-children > div > h5,[data-v-22d88914] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
2933
2935
|
margin: 10px 0;
|
|
2934
2936
|
line-height: 1.5;
|
|
2935
2937
|
}
|
|
2936
|
-
[data-v-
|
|
2938
|
+
[data-v-22d88914] .ant-spin-dot {
|
|
2937
2939
|
font-size: 20px !important;
|
|
2938
2940
|
}
|
|
2939
2941
|
|