@zscreate/form-component 1.1.31 → 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 +77 -78
- package/dist/form-component.umd-report.html +2 -2
- package/dist/form-component.umd.js +622 -186
- 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;
|
|
@@ -2021,18 +2023,18 @@
|
|
|
2021
2023
|
}
|
|
2022
2024
|
|
|
2023
2025
|
|
|
2024
|
-
[data-v-
|
|
2026
|
+
[data-v-8e0a3104] .ant-form-item-children {
|
|
2025
2027
|
display: block;
|
|
2026
2028
|
height: 100% !important;
|
|
2027
2029
|
line-height: initial!important;
|
|
2028
2030
|
}
|
|
2029
|
-
[data-v-
|
|
2031
|
+
[data-v-8e0a3104] .ant-form-item-control {
|
|
2030
2032
|
padding: 5px;
|
|
2031
2033
|
width: 100% !important;
|
|
2032
2034
|
box-sizing: border-box;
|
|
2033
2035
|
height: 100%;
|
|
2034
2036
|
}
|
|
2035
|
-
[data-v-
|
|
2037
|
+
[data-v-8e0a3104] .w-e-full-screen-container {
|
|
2036
2038
|
z-index: 10000;
|
|
2037
2039
|
}
|
|
2038
2040
|
|
|
@@ -2100,7 +2102,7 @@
|
|
|
2100
2102
|
line-height: 24px;
|
|
2101
2103
|
}
|
|
2102
2104
|
.rich-editor .w-e-text-container {
|
|
2103
|
-
|
|
2105
|
+
height: 100% !important;
|
|
2104
2106
|
}
|
|
2105
2107
|
.rich-editor .w-e-text-container .w-e-text {
|
|
2106
2108
|
min-height: initial;
|
|
@@ -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,132 +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[data-v-
|
|
2759
|
-
font-size: var(--paperFontSize);
|
|
2760
|
-
}
|
|
2761
|
-
.layout .paper .form-title[data-v-23dbee48] {
|
|
2760
|
+
.layout .paper .form-title[data-v-22d88914] {
|
|
2762
2761
|
text-align: center;
|
|
2763
2762
|
font-weight: 600;
|
|
2764
2763
|
font-size: 16px;
|
|
2765
2764
|
height: 40px;
|
|
2766
2765
|
}
|
|
2767
|
-
.row-item[data-v-
|
|
2766
|
+
.row-item[data-v-22d88914] {
|
|
2768
2767
|
height: -moz-fit-content;
|
|
2769
2768
|
height: fit-content;
|
|
2770
2769
|
/**打印非固定高度标签 高度不确定bug**/
|
|
2771
2770
|
}
|
|
2772
|
-
.no-row-item[data-v-
|
|
2771
|
+
.no-row-item[data-v-22d88914] {
|
|
2773
2772
|
border-right: none;
|
|
2774
2773
|
border-bottom: none;
|
|
2775
2774
|
}
|
|
2776
2775
|
/****page边框内的 ***/
|
|
2777
|
-
.page-border[data-v-
|
|
2776
|
+
.page-border[data-v-22d88914] {
|
|
2778
2777
|
background: #fff;
|
|
2779
2778
|
box-sizing: border-box;
|
|
2780
2779
|
}
|
|
2781
|
-
.page-border .row-item[data-v-
|
|
2780
|
+
.page-border .row-item[data-v-22d88914]:first-child {
|
|
2782
2781
|
border-top: 1px solid #000;
|
|
2783
2782
|
}
|
|
2784
|
-
.page-border .row-item[data-v-
|
|
2783
|
+
.page-border .row-item[data-v-22d88914] {
|
|
2785
2784
|
border-left: 1px solid #000;
|
|
2786
2785
|
}
|
|
2787
|
-
.page-border .item-bottom[data-v-
|
|
2786
|
+
.page-border .item-bottom[data-v-22d88914] {
|
|
2788
2787
|
border-bottom: 1px solid #000;
|
|
2789
2788
|
}
|
|
2790
|
-
.page-border .row-item[data-v-
|
|
2789
|
+
.page-border .row-item[data-v-22d88914]:not(:last-child) {
|
|
2791
2790
|
position: relative;
|
|
2792
2791
|
}
|
|
2793
|
-
.page-border li.sortable-chosen[data-v-
|
|
2792
|
+
.page-border li.sortable-chosen[data-v-22d88914] {
|
|
2794
2793
|
height: 2px !important;
|
|
2795
2794
|
overflow: hidden !important;
|
|
2796
2795
|
background: red !important;
|
|
2797
2796
|
}
|
|
2798
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
2797
|
+
.page-border .ant-time-picker-panel[data-v-22d88914] {
|
|
2799
2798
|
z-index: 200000 !important;
|
|
2800
2799
|
}
|
|
2801
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
2800
|
+
.page-border .ant-calendar-picker-container[data-v-22d88914] {
|
|
2802
2801
|
z-index: 200000 !important;
|
|
2803
2802
|
}
|
|
2804
|
-
[data-v-
|
|
2803
|
+
[data-v-22d88914] .ant-time-picker-panel {
|
|
2805
2804
|
z-index: 9999 !important;
|
|
2806
2805
|
}
|
|
2807
|
-
.ant-calendar-picker-container[data-v-
|
|
2806
|
+
.ant-calendar-picker-container[data-v-22d88914] {
|
|
2808
2807
|
z-index: 200000 !important;
|
|
2809
2808
|
}
|
|
2810
|
-
[data-v-
|
|
2809
|
+
[data-v-22d88914] .ant-form-item-children {
|
|
2811
2810
|
display: block;
|
|
2812
2811
|
}
|
|
2813
|
-
[data-v-
|
|
2812
|
+
[data-v-22d88914] .ant-form-item {
|
|
2814
2813
|
width: 100%;
|
|
2815
2814
|
height: 100%;
|
|
2816
2815
|
margin-bottom: 0;
|
|
2817
2816
|
display: flex;
|
|
2818
2817
|
}
|
|
2819
|
-
[data-v-
|
|
2818
|
+
[data-v-22d88914] .ant-form-item .is_required::before {
|
|
2820
2819
|
content: "*";
|
|
2821
2820
|
color: #f56c6c;
|
|
2822
2821
|
margin-right: 4px;
|
|
2823
2822
|
}
|
|
2824
|
-
[data-v-
|
|
2823
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-label {
|
|
2825
2824
|
border-right: 1px solid #000;
|
|
2826
2825
|
}
|
|
2827
|
-
[data-v-
|
|
2826
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-label label {
|
|
2828
2827
|
display: flex;
|
|
2829
2828
|
justify-content: center;
|
|
2830
2829
|
align-items: center;
|
|
2831
2830
|
height: 100%;
|
|
2832
2831
|
}
|
|
2833
|
-
[data-v-
|
|
2832
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
2834
2833
|
display: none;
|
|
2835
2834
|
}
|
|
2836
|
-
[data-v-
|
|
2835
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-control-wrapper {
|
|
2837
2836
|
display: flex;
|
|
2838
2837
|
align-items: center;
|
|
2839
2838
|
text-align: left;
|
|
2840
2839
|
}
|
|
2841
|
-
[data-v-
|
|
2840
|
+
[data-v-22d88914] .ant-form-item .ant-form-item-control {
|
|
2842
2841
|
width: 98%;
|
|
2843
2842
|
margin: 0 auto;
|
|
2844
2843
|
}
|
|
2845
|
-
[data-v-
|
|
2844
|
+
[data-v-22d88914] .ant-form-item .is_required::before {
|
|
2846
2845
|
content: "*";
|
|
2847
2846
|
color: #f56c6c;
|
|
2848
2847
|
margin-right: 4px;
|
|
2849
2848
|
}
|
|
2850
|
-
.row-table[data-v-
|
|
2849
|
+
.row-table[data-v-22d88914] {
|
|
2851
2850
|
display: flex;
|
|
2852
2851
|
}
|
|
2853
|
-
.row-table[data-v-
|
|
2854
|
-
.row-table[data-v-
|
|
2852
|
+
.row-table[data-v-22d88914] .ant-spin-container,
|
|
2853
|
+
.row-table[data-v-22d88914] {
|
|
2855
2854
|
display: flex;
|
|
2856
2855
|
width: 100%;
|
|
2857
2856
|
}
|
|
2858
|
-
.row-table[data-v-
|
|
2859
|
-
.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] {
|
|
2860
2859
|
width: 100px;
|
|
2861
2860
|
text-align: center;
|
|
2862
2861
|
border-right: 1px solid #333;
|
|
2863
2862
|
border-bottom: 1px solid #333;
|
|
2864
2863
|
position: relative;
|
|
2865
2864
|
}
|
|
2866
|
-
.row-table[data-v-
|
|
2867
|
-
.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] {
|
|
2868
2867
|
position: absolute;
|
|
2869
2868
|
top: 50%;
|
|
2870
2869
|
left: 50%;
|
|
2871
2870
|
transform: translate(-50%, -50%);
|
|
2872
2871
|
}
|
|
2873
|
-
.row-table[data-v-
|
|
2874
|
-
.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] {
|
|
2875
2874
|
flex: 1;
|
|
2876
2875
|
}
|
|
2877
|
-
.table-content[data-v-
|
|
2876
|
+
.table-content[data-v-22d88914] {
|
|
2878
2877
|
width: 100%;
|
|
2879
2878
|
height: 40px;
|
|
2880
2879
|
line-height: 40px;
|
|
@@ -2883,11 +2882,11 @@
|
|
|
2883
2882
|
border-bottom: 1px solid #333;
|
|
2884
2883
|
border-right: 1px solid #333;
|
|
2885
2884
|
}
|
|
2886
|
-
.sub-table-col[data-v-
|
|
2885
|
+
.sub-table-col[data-v-22d88914] {
|
|
2887
2886
|
display: flex;
|
|
2888
2887
|
box-sizing: border-box;
|
|
2889
2888
|
}
|
|
2890
|
-
.sub-table-col > span[data-v-
|
|
2889
|
+
.sub-table-col > span[data-v-22d88914] {
|
|
2891
2890
|
flex: 2;
|
|
2892
2891
|
border-bottom: 1px solid #000;
|
|
2893
2892
|
border-right: 1px solid #000;
|
|
@@ -2895,22 +2894,22 @@
|
|
|
2895
2894
|
line-height: 40px;
|
|
2896
2895
|
text-align: center;
|
|
2897
2896
|
}
|
|
2898
|
-
.sub-table-col > .last-one[data-v-
|
|
2897
|
+
.sub-table-col > .last-one[data-v-22d88914] {
|
|
2899
2898
|
width: 87px;
|
|
2900
2899
|
flex: 0 0 87px;
|
|
2901
2900
|
border-right: 1px solid #333;
|
|
2902
2901
|
border-bottom: 1px solid #333;
|
|
2903
2902
|
}
|
|
2904
|
-
.sub-table-col-no-border > span[data-v-
|
|
2903
|
+
.sub-table-col-no-border > span[data-v-22d88914] {
|
|
2905
2904
|
border: none;
|
|
2906
2905
|
height: auto;
|
|
2907
2906
|
width: 0;
|
|
2908
2907
|
}
|
|
2909
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
2910
|
-
.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 {
|
|
2911
2910
|
border-right: none !important;
|
|
2912
2911
|
}
|
|
2913
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
2912
|
+
.sub-table-col-no-border > .last-one[data-v-22d88914] {
|
|
2914
2913
|
width: 87px;
|
|
2915
2914
|
flex: 0 0 87px;
|
|
2916
2915
|
display: flex;
|
|
@@ -2918,25 +2917,25 @@
|
|
|
2918
2917
|
align-items: center;
|
|
2919
2918
|
}
|
|
2920
2919
|
/*****无border *****/
|
|
2921
|
-
.no-border .page-border[data-v-
|
|
2920
|
+
.no-border .page-border[data-v-22d88914] {
|
|
2922
2921
|
border: none;
|
|
2923
2922
|
}
|
|
2924
|
-
.no-border .page-border .row-item[data-v-
|
|
2923
|
+
.no-border .page-border .row-item[data-v-22d88914]:not(:last-child) {
|
|
2925
2924
|
border: none;
|
|
2926
2925
|
}
|
|
2927
|
-
.no-border .page-border[data-v-
|
|
2926
|
+
.no-border .page-border[data-v-22d88914] .ant-form-item .ant-form-item-label {
|
|
2928
2927
|
border: none;
|
|
2929
2928
|
}
|
|
2930
|
-
.table_border[data-v-
|
|
2929
|
+
.table_border[data-v-22d88914] {
|
|
2931
2930
|
border-bottom: 0;
|
|
2932
2931
|
border-right: 0;
|
|
2933
2932
|
}
|
|
2934
2933
|
/*****无border *****/
|
|
2935
|
-
[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 {
|
|
2936
2935
|
margin: 10px 0;
|
|
2937
2936
|
line-height: 1.5;
|
|
2938
2937
|
}
|
|
2939
|
-
[data-v-
|
|
2938
|
+
[data-v-22d88914] .ant-spin-dot {
|
|
2940
2939
|
font-size: 20px !important;
|
|
2941
2940
|
}
|
|
2942
2941
|
|