@zscreate/form-component 1.1.689-AI.6 → 1.1.689-AI.8

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.
@@ -1581,16 +1581,16 @@ li.CodeMirror-hint-active {
1581
1581
  margin-right: 4px;
1582
1582
  }
1583
1583
 
1584
- .custom_form_item .label[data-v-3e4df89e] {
1584
+ .custom_form_item .label[data-v-ef4ced6e] {
1585
1585
  text-align: justify;
1586
1586
  -moz-text-align-last: justify;
1587
1587
  text-align-last: justify;
1588
1588
  width: 90%;
1589
1589
  }
1590
- .custom_form_item[data-v-3e4df89e] .ant-input {
1590
+ .custom_form_item[data-v-ef4ced6e] .ant-input {
1591
1591
  background-color: rgba(0, 0, 0, 0);
1592
1592
  }
1593
- .select_component[data-v-3e4df89e] .ant-select-dropdown {
1593
+ .select_component[data-v-ef4ced6e] .ant-select-dropdown {
1594
1594
  width: var(--dropdown_width) !important;
1595
1595
  }
1596
1596
 
@@ -1816,6 +1816,170 @@ li.CodeMirror-hint-active {
1816
1816
  opacity: 0.6;
1817
1817
  }
1818
1818
 
1819
+
1820
+ [data-v-cab895c6] .ant-form-item .ant-form-item-label {
1821
+ border-right: 1px solid #333;
1822
+ }
1823
+ .table-design[data-v-cab895c6] {
1824
+ width: 100%;
1825
+ position: relative;
1826
+ }
1827
+ .table-design[data-v-cab895c6] .ant-form-item .ant-form-item-label {
1828
+ border-bottom: 1px solid #333;
1829
+ }
1830
+ .table-design[data-v-cab895c6] .ant-form-item .ant-form-item-control-wrapper {
1831
+ border-bottom: 1px solid #333;
1832
+ border-right: 1px solid #333;
1833
+ }
1834
+ .table-design .table_label[data-v-cab895c6] {
1835
+ position: relative;
1836
+ width: 100%;
1837
+ height: 40px;
1838
+ line-height: 40px;
1839
+ text-align: center;
1840
+ border-right: 1px solid #333;
1841
+ border-bottom: 1px solid #333;
1842
+ }
1843
+ .table-design .table_label .last-one[data-v-cab895c6] {
1844
+ position: absolute;
1845
+ right: 10px;
1846
+ bottom: 0;
1847
+ }
1848
+ .table-design .table-design-content[data-v-cab895c6] {
1849
+ position: relative;
1850
+ }
1851
+ .table-design .table-design-content .table-design-delete[data-v-cab895c6] {
1852
+ position: absolute;
1853
+ bottom: 3px;
1854
+ right: 3px;
1855
+ display: none;
1856
+ z-index: 101;
1857
+ }
1858
+ .table-design .table-design-content:hover .table-design-delete[data-v-cab895c6] {
1859
+ display: block;
1860
+ }
1861
+ .del-button[data-v-cab895c6] {
1862
+ bottom: 2px!important;
1863
+ }
1864
+ .del-button[data-v-cab895c6] .ant-btn-sm {
1865
+ transform: scale(0.9);
1866
+ }
1867
+ .no-label-add-button[data-v-cab895c6] {
1868
+ position: absolute;
1869
+ z-index: 3;
1870
+ right: 3px;
1871
+ bottom: calc(100% + 3px);
1872
+ }
1873
+
1874
+
1875
+ [data-v-770bc912] .ant-select-selection__rendered::after {
1876
+ content: "";
1877
+ display: none;
1878
+ height: 0;
1879
+ }
1880
+
1881
+
1882
+ [data-v-416eb027] .vue-grid-item {
1883
+ border: 1px dashed #ccc;
1884
+ box-sizing: border-box;
1885
+ background-color: #fff;
1886
+ /* border:1px solid #000; */
1887
+ }
1888
+ [data-v-416eb027] .vue-grid-layout {
1889
+ z-index: 2;
1890
+ }
1891
+ [data-v-416eb027] .ant-col {
1892
+ min-height: 50px;
1893
+ }
1894
+ .grid-lay-out-wrap[data-v-416eb027] {
1895
+ height: 100%;
1896
+ width: 100%;
1897
+ }
1898
+ .widget-form-list[data-v-416eb027] {
1899
+ background: #fff;
1900
+ box-sizing: border-box;
1901
+ }
1902
+ .widget-form-list .row-item[data-v-416eb027]:not(:last-child) {
1903
+ border-bottom: 1px solid #333;
1904
+ }
1905
+ .widget-form-list .widget-grid[data-v-416eb027] {
1906
+ background: #f4f6fc;
1907
+ position: relative;
1908
+ border-left: 5px solid transparent;
1909
+ padding: 5px;
1910
+ margin: 0 !important;
1911
+ box-sizing: border-box;
1912
+ }
1913
+ .widget-form-list .widget-grid.active[data-v-416eb027] {
1914
+ outline: 2px solid #409eff;
1915
+ border: 2px solid #409eff;
1916
+ background: #b3d8ff;
1917
+ }
1918
+ .widget-form-list .widget-grid .grid-background[data-v-416eb027] {
1919
+ position: absolute;
1920
+ z-index: 1;
1921
+ top: 0;
1922
+ left: 0;
1923
+ bottom: 0;
1924
+ right: 0;
1925
+ width: 100%;
1926
+ height: 100%;
1927
+ padding: 5px 5px 10px 5px;
1928
+ }
1929
+ .widget-form-list .widget-grid .grid-background .rows[data-v-416eb027] {
1930
+ border-bottom: 1px dashed #ccc;
1931
+ border-left: 1px dashed #ccc;
1932
+ box-sizing: border-box;
1933
+ overflow: hidden;
1934
+ }
1935
+ .widget-form-list .widget-grid .grid-background .rows[data-v-416eb027]:first-child {
1936
+ border-top: 1px dashed #ccc;
1937
+ }
1938
+ .widget-form-list .widget-grid .grid-background .rows .columns[data-v-416eb027] {
1939
+ float: left;
1940
+ border-right: 1px dashed #ccc;
1941
+ min-height: 40px;
1942
+ box-sizing: border-box;
1943
+ }
1944
+ .widget-form-list .row_table[data-v-416eb027] {
1945
+ min-height: 60px;
1946
+ position: relative;
1947
+ border-bottom: 1px solid #333;
1948
+ }
1949
+ .widget-form-list li.sortable-chosen[data-v-416eb027] {
1950
+ height: 2px !important;
1951
+ overflow: hidden !important;
1952
+ background: red !important;
1953
+ }
1954
+ .widget-form-list .widget-col-list[data-v-416eb027] {
1955
+ min-height: 50px;
1956
+ background: #fff;
1957
+ }
1958
+ .widget-form-list .widget-col-list.active[data-v-416eb027] {
1959
+ border: 2px solid red;
1960
+ }
1961
+ .widget-form-list .widget-col[data-v-416eb027] {
1962
+ padding-bottom: 0;
1963
+ padding: 5px;
1964
+ background-color: rgba(253, 246, 236, 0.3);
1965
+ }
1966
+ .table_label[data-v-416eb027] {
1967
+ width: 100%;
1968
+ height: 40px;
1969
+ line-height: 40px;
1970
+ text-align: center;
1971
+ border: 1px dashed #ccc;
1972
+ }
1973
+ .widget-view-model[data-v-416eb027] {
1974
+ position: absolute;
1975
+ right: 0;
1976
+ color: #e6a23c;
1977
+ top: 0px;
1978
+ right: 3px;
1979
+ font-size: 11px;
1980
+ opacity: 0.6;
1981
+ }
1982
+
1819
1983
  .custom_form_item .label {
1820
1984
  text-align: justify;
1821
1985
  -moz-text-align-last: justify;
@@ -1871,7 +2035,7 @@ li.CodeMirror-hint-active {
1871
2035
 
1872
2036
 
1873
2037
 
1874
- [data-v-1277221d] .ant-radio-wrapper {
2038
+ [data-v-02f7d5e6] .ant-radio-wrapper {
1875
2039
  white-space: initial !important;
1876
2040
  }
1877
2041
 
@@ -2750,22 +2914,22 @@ li.CodeMirror-hint-active {
2750
2914
  }
2751
2915
 
2752
2916
 
2753
- [data-v-2b721eca] .ant-popover-inner-content {
2917
+ [data-v-4ae662b1] .ant-popover-inner-content {
2754
2918
  width: 190px;
2755
2919
  }
2756
- [data-v-2b721eca] .ant-form-item .ant-form-item-control-wrapper:first-child {
2920
+ [data-v-4ae662b1] .ant-form-item .ant-form-item-control-wrapper:first-child {
2757
2921
  width: calc(100% - 0px) !important;
2758
2922
  }
2759
- [data-v-2b721eca] .ant-form-item-control {
2923
+ [data-v-4ae662b1] .ant-form-item-control {
2760
2924
  height: 100%;
2761
2925
  }
2762
2926
  /***label对齐方式*/
2763
- .custom_form_item .break[data-v-2b721eca] {
2927
+ .custom_form_item .break[data-v-4ae662b1] {
2764
2928
  white-space: normal;
2765
2929
  word-break: break-all;
2766
2930
  word-wrap: break-word;
2767
2931
  }
2768
- .custom_form_item .align-between[data-v-2b721eca] {
2932
+ .custom_form_item .align-between[data-v-4ae662b1] {
2769
2933
  white-space: normal;
2770
2934
  word-break: break-all;
2771
2935
  word-wrap: break-word;
@@ -2774,28 +2938,28 @@ li.CodeMirror-hint-active {
2774
2938
  text-align-last: justify;
2775
2939
  width: 80%;
2776
2940
  }
2777
- .custom_form_item .align-middle[data-v-2b721eca] {
2941
+ .custom_form_item .align-middle[data-v-4ae662b1] {
2778
2942
  white-space: normal;
2779
2943
  word-break: break-all;
2780
2944
  word-wrap: break-word;
2781
2945
  text-align: center;
2782
2946
  width: 80%;
2783
2947
  }
2784
- .custom_form_item .align-left[data-v-2b721eca] {
2948
+ .custom_form_item .align-left[data-v-4ae662b1] {
2785
2949
  white-space: normal;
2786
2950
  word-break: break-all;
2787
2951
  word-wrap: break-word;
2788
2952
  text-align: left;
2789
2953
  width: 80%;
2790
2954
  }
2791
- .custom_form_item .align-right[data-v-2b721eca] {
2955
+ .custom_form_item .align-right[data-v-4ae662b1] {
2792
2956
  white-space: normal;
2793
2957
  word-break: break-all;
2794
2958
  word-wrap: break-word;
2795
2959
  text-align: right;
2796
2960
  width: 80%;
2797
2961
  }
2798
- .custom_form_item .align-center[data-v-2b721eca] {
2962
+ .custom_form_item .align-center[data-v-4ae662b1] {
2799
2963
  white-space: normal;
2800
2964
  word-break: break-all;
2801
2965
  word-wrap: break-word;
@@ -2804,51 +2968,51 @@ li.CodeMirror-hint-active {
2804
2968
  }
2805
2969
  /***label对齐方式 */
2806
2970
  /*****公共boder ****/
2807
- [data-v-2b721eca] .ant-form-item-control-wrapper {
2971
+ [data-v-4ae662b1] .ant-form-item-control-wrapper {
2808
2972
  border-bottom: 1px solid #000;
2809
2973
  }
2810
- [data-v-2b721eca] .ant-form-item-label {
2974
+ [data-v-4ae662b1] .ant-form-item-label {
2811
2975
  border-bottom: 1px solid #000;
2812
2976
  }
2813
- .verify-right[data-v-2b721eca] {
2977
+ .verify-right[data-v-4ae662b1] {
2814
2978
  border-right: 1px solid #000;
2815
2979
  }
2816
- .custom_form_item_special[data-v-2b721eca] .ant-form-item-children {
2980
+ .custom_form_item_special[data-v-4ae662b1] .ant-form-item-children {
2817
2981
  height: 100%;
2818
2982
  }
2819
2983
  /*****公共boder ****/
2820
- .custom_form_item_special[data-v-2b721eca] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
2984
+ .custom_form_item_special[data-v-4ae662b1] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
2821
2985
  width: 100%;
2822
2986
  }
2823
- .verify-no-border input[data-v-2b721eca],
2824
- .verify-no-border textarea[data-v-2b721eca] {
2987
+ .verify-no-border input[data-v-4ae662b1],
2988
+ .verify-no-border textarea[data-v-4ae662b1] {
2825
2989
  display: block;
2826
2990
  background: none;
2827
2991
  height: 90%;
2828
2992
  width: 98%;
2829
2993
  margin: 0 auto;
2830
2994
  }
2831
- .verify-no-border input[data-v-2b721eca]:disabled,
2832
- .verify-no-border textarea[data-v-2b721eca]:disabled {
2995
+ .verify-no-border input[data-v-4ae662b1]:disabled,
2996
+ .verify-no-border textarea[data-v-4ae662b1]:disabled {
2833
2997
  background: none !important;
2834
2998
  color: #333;
2835
2999
  }
2836
- .verify[data-v-2b721eca] {
3000
+ .verify[data-v-4ae662b1] {
2837
3001
  position: relative;
2838
3002
  }
2839
- .verify .inner-form-item[data-v-2b721eca] .ant-form-item-control-wrapper {
3003
+ .verify .inner-form-item[data-v-4ae662b1] .ant-form-item-control-wrapper {
2840
3004
  border-bottom: none !important;
2841
3005
  }
2842
- .verify .inner-form-item[data-v-2b721eca] .ant-form-item-children {
3006
+ .verify .inner-form-item[data-v-4ae662b1] .ant-form-item-children {
2843
3007
  display: flex;
2844
3008
  align-items: center;
2845
3009
  justify-content: center;
2846
3010
  width: 100%;
2847
3011
  }
2848
- .verify .inner-form-item[data-v-2b721eca] .ant-form-item-children .textarea-wrapper {
3012
+ .verify .inner-form-item[data-v-4ae662b1] .ant-form-item-children .textarea-wrapper {
2849
3013
  width: 100%;
2850
3014
  }
2851
- .verify .verify-left[data-v-2b721eca] {
3015
+ .verify .verify-left[data-v-4ae662b1] {
2852
3016
  position: absolute;
2853
3017
  left: 0;
2854
3018
  top: 0;
@@ -2859,56 +3023,62 @@ li.CodeMirror-hint-active {
2859
3023
  -moz-text-align-last: justify;
2860
3024
  text-align-last: justify;
2861
3025
  }
2862
- .verify .verify-right[data-v-2b721eca] {
3026
+ .verify .verify-right[data-v-4ae662b1] {
2863
3027
  height: 100%;
2864
3028
  width: 100%;
2865
3029
  }
2866
- .verify .verify-right .verify-text[data-v-2b721eca] {
3030
+ .verify .verify-right .verify-text[data-v-4ae662b1] {
2867
3031
  position: relative;
2868
3032
  height: 70%;
2869
3033
  padding-top: 5px;
2870
3034
  border-bottom: 1px solid #e6e6e6;
3035
+ /* 仅历史记录里直接包裹 textarea 的 span,避免误伤字数统计等嵌套 span */
2871
3036
  }
2872
- .verify .verify-right .verify-text .verify-btn[data-v-2b721eca] {
3037
+ .verify .verify-right .verify-text .verify-btn[data-v-4ae662b1] {
2873
3038
  position: absolute;
2874
3039
  right: 3%;
2875
3040
  bottom: 2%;
2876
3041
  z-index: 10;
2877
3042
  }
2878
- .verify .verify-right .verify-text span[data-v-2b721eca] {
3043
+ .verify .verify-right .verify-text > span[data-v-4ae662b1] {
2879
3044
  display: block;
2880
3045
  border: none;
2881
3046
  height: 100%;
2882
3047
  }
2883
- .verify .verify-right .verify-seal[data-v-2b721eca] {
3048
+ .verify .verify-right .verify-text .textarea-wrapper__count[data-v-4ae662b1] {
3049
+ display: inline;
3050
+ height: auto;
3051
+ width: auto;
3052
+ }
3053
+ .verify .verify-right .verify-seal[data-v-4ae662b1] {
2884
3054
  position: absolute;
2885
3055
  width: 35mm;
2886
3056
  height: 35mm;
2887
3057
  z-index: 9 !important;
2888
3058
  }
2889
- .verify .verify-right .verify-seal img[data-v-2b721eca] {
3059
+ .verify .verify-right .verify-seal img[data-v-4ae662b1] {
2890
3060
  width: 35mm;
2891
3061
  height: 35mm;
2892
3062
  }
2893
- .verify .verify-right .verify-icon[data-v-2b721eca] {
3063
+ .verify .verify-right .verify-icon[data-v-4ae662b1] {
2894
3064
  position: absolute;
2895
3065
  right: 3%;
2896
3066
  top: 3%;
2897
3067
  z-index: 20;
2898
3068
  cursor: pointer;
2899
3069
  }
2900
- .verify .verify-option[data-v-2b721eca] {
3070
+ .verify .verify-option[data-v-4ae662b1] {
2901
3071
  display: flex;
2902
3072
  height: 30%;
2903
3073
  }
2904
- .verify .verify-option > div[data-v-2b721eca] {
3074
+ .verify .verify-option > div[data-v-4ae662b1] {
2905
3075
  flex: 1;
2906
3076
  border-right: 1px solid #e6e6e6;
2907
3077
  display: flex;
2908
3078
  justify-content: space-between;
2909
3079
  align-items: center;
2910
3080
  }
2911
- .verify .verify-option > div span[data-v-2b721eca] {
3081
+ .verify .verify-option > div span[data-v-4ae662b1] {
2912
3082
  text-align: center;
2913
3083
  flex: 2;
2914
3084
  border-right: 1px solid #e6e6e6;
@@ -2917,16 +3087,16 @@ li.CodeMirror-hint-active {
2917
3087
  align-items: center;
2918
3088
  justify-content: center;
2919
3089
  }
2920
- .verify .verify-option > div span + span[data-v-2b721eca],
2921
- .verify .verify-option > div span + .inner-form-item[data-v-2b721eca] {
3090
+ .verify .verify-option > div span + span[data-v-4ae662b1],
3091
+ .verify .verify-option > div span + .inner-form-item[data-v-4ae662b1] {
2922
3092
  border-right: none;
2923
3093
  flex: 4;
2924
3094
  }
2925
- .verify .verify-option > div:nth-child(2) > span[data-v-2b721eca]:last-child {
3095
+ .verify .verify-option > div:nth-child(2) > span[data-v-4ae662b1]:last-child {
2926
3096
  box-sizing: border-box;
2927
3097
  padding: 1px;
2928
3098
  }
2929
- .verify .verify-option div[data-v-2b721eca]:last-child {
3099
+ .verify .verify-option div[data-v-4ae662b1]:last-child {
2930
3100
  border-right: none;
2931
3101
  }
2932
3102
 
@@ -3865,13 +4035,13 @@ span.CodeMirror-selectedtext { background: none; }
3865
4035
  }
3866
4036
 
3867
4037
 
3868
- [data-v-057ba4e5] .ant-modal-content {
4038
+ [data-v-627f4e94] .ant-modal-content {
3869
4039
  top: 0px !important;
3870
4040
  }
3871
- [data-v-057ba4e5] .ant-modal-body {
4041
+ [data-v-627f4e94] .ant-modal-body {
3872
4042
  padding: 20px 12px !important;
3873
4043
  }
3874
- .conference-room-content[data-v-057ba4e5] {
4044
+ .conference-room-content[data-v-627f4e94] {
3875
4045
  -webkit-user-select: none;
3876
4046
  /* Safari */
3877
4047
  -moz-user-select: none;
@@ -3880,71 +4050,71 @@ span.CodeMirror-selectedtext { background: none; }
3880
4050
  user-select: none;
3881
4051
  /* 标准语法 */
3882
4052
  }
3883
- .conference-room-content .conference-room-content-hard[data-v-057ba4e5] {
4053
+ .conference-room-content .conference-room-content-hard[data-v-627f4e94] {
3884
4054
  display: flex;
3885
4055
  justify-content: space-between;
3886
4056
  align-items: center;
3887
4057
  }
3888
- .conference-room-content .conference-room-content-hard .left[data-v-057ba4e5] {
4058
+ .conference-room-content .conference-room-content-hard .left[data-v-627f4e94] {
3889
4059
  display: flex;
3890
4060
  }
3891
- .conference-room-content .conference-room-content-hard .left .left-date-type[data-v-057ba4e5] {
4061
+ .conference-room-content .conference-room-content-hard .left .left-date-type[data-v-627f4e94] {
3892
4062
  margin-right: 20px;
3893
4063
  }
3894
- .conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-057ba4e5] {
4064
+ .conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-627f4e94] {
3895
4065
  cursor: pointer;
3896
4066
  color: #999;
3897
4067
  }
3898
- .conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-057ba4e5] .ant-input {
4068
+ .conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-627f4e94] .ant-input {
3899
4069
  border: none;
3900
4070
  text-align: center;
3901
4071
  }
3902
- .conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-057ba4e5] .anticon {
4072
+ .conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-627f4e94] .anticon {
3903
4073
  display: none;
3904
4074
  }
3905
- .conference-room-content .conference-room-content-hard .left .left-date-button[data-v-057ba4e5] {
4075
+ .conference-room-content .conference-room-content-hard .left .left-date-button[data-v-627f4e94] {
3906
4076
  display: flex;
3907
4077
  align-items: center;
3908
4078
  margin-left: 12px;
3909
4079
  }
3910
- .conference-room-content .conference-room-content-hard .right .right-content[data-v-057ba4e5] {
4080
+ .conference-room-content .conference-room-content-hard .right .right-content[data-v-627f4e94] {
3911
4081
  display: flex;
3912
4082
  margin-right: 10px;
3913
4083
  }
3914
- .conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-057ba4e5] {
4084
+ .conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-627f4e94] {
3915
4085
  display: flex;
3916
4086
  margin-left: 20px;
3917
4087
  align-items: center;
3918
4088
  }
3919
- .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-057ba4e5] {
4089
+ .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-627f4e94] {
3920
4090
  background-color: #D7F4DA;
3921
4091
  width: 14px;
3922
4092
  height: 14px;
3923
4093
  border-radius: 7px 7px 7px 7px;
3924
4094
  }
3925
- .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-057ba4e5] {
4095
+ .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-627f4e94] {
3926
4096
  background-color: #FFD4AF;
3927
4097
  width: 14px;
3928
4098
  height: 14px;
3929
4099
  border-radius: 7px 7px 7px 7px;
3930
4100
  }
3931
- .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-057ba4e5] {
4101
+ .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-627f4e94] {
3932
4102
  background-color: #FFB5B5;
3933
4103
  width: 14px;
3934
4104
  height: 14px;
3935
4105
  border-radius: 7px 7px 7px 7px;
3936
4106
  }
3937
- .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-057ba4e5] {
4107
+ .conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-627f4e94] {
3938
4108
  font-weight: 400;
3939
4109
  font-size: 14px;
3940
4110
  color: #333333;
3941
4111
  margin-left: 6px;
3942
4112
  }
3943
- .conference-room-content .conference-room-body[data-v-057ba4e5] {
4113
+ .conference-room-content .conference-room-body[data-v-627f4e94] {
3944
4114
  margin-top: 16px;
3945
4115
  display: flex;
3946
4116
  }
3947
- .conference-room-content .conference-room-body .conference-room-body-left[data-v-057ba4e5] {
4117
+ .conference-room-content .conference-room-body .conference-room-body-left[data-v-627f4e94] {
3948
4118
  width: 243px;
3949
4119
  height: 559px;
3950
4120
  background: #F5F9FF;
@@ -3952,60 +4122,60 @@ span.CodeMirror-selectedtext { background: none; }
3952
4122
  border: 1px solid #ECECEC;
3953
4123
  border-bottom: none;
3954
4124
  }
3955
- .table[data-v-057ba4e5] {
4125
+ .table[data-v-627f4e94] {
3956
4126
  width: 100%;
3957
4127
  }
3958
- .table tr td[data-v-057ba4e5]:first-child,
3959
- .table tr th[data-v-057ba4e5]:first-child {
4128
+ .table tr td[data-v-627f4e94]:first-child,
4129
+ .table tr th[data-v-627f4e94]:first-child {
3960
4130
  width: 243px;
3961
4131
  background-color: #F5F9FF;
3962
4132
  }
3963
- .table td[data-v-057ba4e5],
3964
- .table th[data-v-057ba4e5] {
4133
+ .table td[data-v-627f4e94],
4134
+ .table th[data-v-627f4e94] {
3965
4135
  border: 1px solid #f1f1f1;
3966
4136
  padding: 5px;
3967
4137
  vertical-align: middle;
3968
4138
  text-align: center;
3969
4139
  }
3970
- .table td .ellipsis[data-v-057ba4e5],
3971
- .table th .ellipsis[data-v-057ba4e5] {
4140
+ .table td .ellipsis[data-v-627f4e94],
4141
+ .table th .ellipsis[data-v-627f4e94] {
3972
4142
  overflow: hidden;
3973
4143
  text-overflow: ellipsis;
3974
4144
  white-space: nowrap;
3975
4145
  width: 97%;
3976
4146
  }
3977
- .table .td-bg-0[data-v-057ba4e5] {
4147
+ .table .td-bg-0[data-v-627f4e94] {
3978
4148
  background-color: #fff;
3979
4149
  cursor: not-allowed;
3980
4150
  }
3981
- .table .td-bg-0[data-v-057ba4e5]:hover {
4151
+ .table .td-bg-0[data-v-627f4e94]:hover {
3982
4152
  background-color: #efefee;
3983
4153
  }
3984
- .table .td-bg-1[data-v-057ba4e5] {
4154
+ .table .td-bg-1[data-v-627f4e94] {
3985
4155
  background-color: #d7f4da;
3986
4156
  cursor: pointer;
3987
4157
  }
3988
- .table .td-bg-1[data-v-057ba4e5]:hover {
4158
+ .table .td-bg-1[data-v-627f4e94]:hover {
3989
4159
  background-color: rgba(215, 244, 218, 0.5);
3990
4160
  }
3991
- .table .td-bg-2[data-v-057ba4e5] {
4161
+ .table .td-bg-2[data-v-627f4e94] {
3992
4162
  background-color: #ffd4af;
3993
4163
  cursor: pointer;
3994
4164
  }
3995
- .table .td-bg-2[data-v-057ba4e5]:hover {
4165
+ .table .td-bg-2[data-v-627f4e94]:hover {
3996
4166
  background-color: rgba(255, 212, 175, 0.5);
3997
4167
  }
3998
- .table .td-bg-3[data-v-057ba4e5] {
4168
+ .table .td-bg-3[data-v-627f4e94] {
3999
4169
  background-color: #ffb5b5;
4000
4170
  cursor: pointer;
4001
4171
  }
4002
- .table .td-bg-3[data-v-057ba4e5]:hover {
4172
+ .table .td-bg-3[data-v-627f4e94]:hover {
4003
4173
  background-color: rgba(255, 181, 181, 0.5);
4004
4174
  }
4005
- .input-no-border[data-v-057ba4e5] {
4175
+ .input-no-border[data-v-627f4e94] {
4006
4176
  border: none;
4007
4177
  }
4008
- [data-v-057ba4e5] .ant-table-body {
4178
+ [data-v-627f4e94] .ant-table-body {
4009
4179
  margin: 0 !important;
4010
4180
  }
4011
4181
 
@@ -4050,7 +4220,7 @@ div {
4050
4220
  }
4051
4221
 
4052
4222
 
4053
- [data-v-20ca2364] .ant-select-selection--multiple .ant-select-selection__rendered {
4223
+ [data-v-b87a9ec2] .ant-select-selection--multiple .ant-select-selection__rendered {
4054
4224
  line-height: 5px !important;
4055
4225
  }
4056
4226
 
@@ -4258,428 +4428,6 @@ div {
4258
4428
  min-height: initial;
4259
4429
  }
4260
4430
 
4261
- .textarea-wrapper[data-v-64726beb] {
4262
- position: relative;
4263
- display: block;
4264
- height: 100%;
4265
- box-sizing: border-box;
4266
- }
4267
- .textarea-wrapper[data-v-64726beb] textarea {
4268
- height: 100%;
4269
- }
4270
- .textarea-wrapper .textarea-wrapper__count[data-v-64726beb] {
4271
- color: #808080;
4272
- background: #fff;
4273
- position: absolute;
4274
- font-size: 12px;
4275
- bottom: 8px;
4276
- right: 12px;
4277
- line-height: 14px;
4278
- }
4279
-
4280
-
4281
- [data-v-298fe62a] .ant-popover-inner-content {
4282
- width: 190px;
4283
- }
4284
- [data-v-298fe62a] .ant-form-item .ant-form-item-control-wrapper:first-child {
4285
- width: calc(100% - 0px) !important;
4286
- }
4287
- [data-v-298fe62a] .ant-form-item-control {
4288
- height: 100%;
4289
- }
4290
- /***label对齐方式*/
4291
- .custom_form_item .break[data-v-298fe62a] {
4292
- white-space: normal;
4293
- word-break: break-all;
4294
- word-wrap: break-word;
4295
- }
4296
- .custom_form_item .align-between[data-v-298fe62a] {
4297
- white-space: normal;
4298
- word-break: break-all;
4299
- word-wrap: break-word;
4300
- text-align: justify;
4301
- -moz-text-align-last: justify;
4302
- text-align-last: justify;
4303
- width: 80%;
4304
- }
4305
- .custom_form_item .align-middle[data-v-298fe62a] {
4306
- white-space: normal;
4307
- word-break: break-all;
4308
- word-wrap: break-word;
4309
- text-align: center;
4310
- width: 80%;
4311
- }
4312
- .custom_form_item .align-left[data-v-298fe62a] {
4313
- white-space: normal;
4314
- word-break: break-all;
4315
- word-wrap: break-word;
4316
- text-align: left;
4317
- width: 80%;
4318
- }
4319
- .custom_form_item .align-right[data-v-298fe62a] {
4320
- white-space: normal;
4321
- word-break: break-all;
4322
- word-wrap: break-word;
4323
- text-align: right;
4324
- width: 80%;
4325
- }
4326
- .custom_form_item .align-center[data-v-298fe62a] {
4327
- white-space: normal;
4328
- word-break: break-all;
4329
- word-wrap: break-word;
4330
- text-align: center;
4331
- width: 90%;
4332
- }
4333
- /***label对齐方式 */
4334
- /*****公共boder ****/
4335
- [data-v-298fe62a] .ant-form-item-control-wrapper {
4336
- border-right: none !important;
4337
- border-bottom: 1px solid #000;
4338
- }
4339
- [data-v-298fe62a] .ant-form-item-label {
4340
- border-bottom: 1px solid #000;
4341
- }
4342
- .verify-right[data-v-298fe62a] {
4343
- border-right: 1px solid #000;
4344
- }
4345
- .custom_form_item_special[data-v-298fe62a] .ant-form-item-children {
4346
- height: 100%;
4347
- }
4348
- /*****公共boder ****/
4349
- .custom_form_item_special[data-v-298fe62a] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
4350
- width: 100%;
4351
- }
4352
- .verify-no-border input[data-v-298fe62a],
4353
- .verify-no-border textarea[data-v-298fe62a] {
4354
- display: block;
4355
- background: none;
4356
- height: 90%;
4357
- width: 98%;
4358
- margin: 0 auto;
4359
- }
4360
- .verify-no-border input[data-v-298fe62a]:disabled,
4361
- .verify-no-border textarea[data-v-298fe62a]:disabled {
4362
- background: none !important;
4363
- color: #333;
4364
- }
4365
- .verify[data-v-298fe62a] {
4366
- position: relative;
4367
- }
4368
- .verify .inner-form-item[data-v-298fe62a] .ant-form-item-control-wrapper {
4369
- border-bottom: none !important;
4370
- }
4371
- .verify .inner-form-item[data-v-298fe62a] .ant-form-item-children {
4372
- display: flex;
4373
- align-items: center;
4374
- justify-content: center;
4375
- width: 100%;
4376
- }
4377
- .verify .inner-form-item[data-v-298fe62a] .ant-form-item-children .textarea-wrapper {
4378
- width: 100%;
4379
- }
4380
- .verify .verify-left[data-v-298fe62a] {
4381
- position: absolute;
4382
- left: 0;
4383
- top: 0;
4384
- width: 100px;
4385
- border-right: 1px solid #e6e6e6;
4386
- height: 100%;
4387
- text-align: justify;
4388
- -moz-text-align-last: justify;
4389
- text-align-last: justify;
4390
- }
4391
- .verify .verify-right[data-v-298fe62a] {
4392
- height: 100%;
4393
- width: 100%;
4394
- position: relative;
4395
- }
4396
- .verify .verify-right .verify-text[data-v-298fe62a] {
4397
- position: relative;
4398
- height: 70%;
4399
- padding-top: 5px;
4400
- border-bottom: 1px solid #e6e6e6;
4401
- }
4402
- .verify .verify-right .verify-text .verify-btn[data-v-298fe62a] {
4403
- position: absolute;
4404
- right: 10px;
4405
- bottom: 10px;
4406
- z-index: 10;
4407
- }
4408
- .verify .verify-right .verify-text span[data-v-298fe62a] {
4409
- display: block;
4410
- border: none;
4411
- height: 100%;
4412
- }
4413
- .verify .verify-right .verify-seal[data-v-298fe62a] {
4414
- position: absolute;
4415
- width: 35mm;
4416
- height: 35mm;
4417
- z-index: 9 !important;
4418
- }
4419
- .verify .verify-right .verify-seal img[data-v-298fe62a] {
4420
- width: 35mm;
4421
- height: 35mm;
4422
- }
4423
- .verify .verify-right .verify-icon[data-v-298fe62a] {
4424
- position: absolute;
4425
- right: 3%;
4426
- top: 3%;
4427
- z-index: 20;
4428
- cursor: pointer;
4429
- }
4430
- .verify .verify-option[data-v-298fe62a] {
4431
- display: flex;
4432
- height: 30%;
4433
- }
4434
- .verify .verify-option > div[data-v-298fe62a] {
4435
- flex: 1;
4436
- border-right: 1px solid #e6e6e6;
4437
- display: flex;
4438
- justify-content: space-between;
4439
- align-items: center;
4440
- }
4441
- .verify .verify-option > div span[data-v-298fe62a] {
4442
- text-align: center;
4443
- flex: 2;
4444
- border-right: 1px solid #e6e6e6;
4445
- height: 100%;
4446
- display: flex;
4447
- align-items: center;
4448
- justify-content: center;
4449
- }
4450
- .verify .verify-option > div span + span[data-v-298fe62a],
4451
- .verify .verify-option > div span + .inner-form-item[data-v-298fe62a] {
4452
- border-right: none;
4453
- flex: 4;
4454
- }
4455
- .verify .verify-option > div:nth-child(2) > span[data-v-298fe62a]:last-child {
4456
- box-sizing: border-box;
4457
- padding: 1px;
4458
- }
4459
- .verify .verify-option div[data-v-298fe62a]:last-child {
4460
- border-right: none;
4461
- }
4462
- [data-v-298fe62a] .verify-style_label_left .ant-form-item-label label > div,
4463
- .verify-style_label_left[data-v-298fe62a] .ant-form-item-label label > div {
4464
- align-self: center;
4465
- flex: 0 0 auto;
4466
- height: auto;
4467
- display: flex;
4468
- align-items: center;
4469
- justify-content: center;
4470
- }
4471
- .verify-style_label_top > .ant-form-item[data-v-298fe62a] {
4472
- display: flex;
4473
- flex-direction: column;
4474
- height: 100%;
4475
- }
4476
- .verify-style_label_top > .ant-form-item[data-v-298fe62a] .verify-right {
4477
- height: 100% !important;
4478
- }
4479
- .verify-style_label_top > .ant-form-item[data-v-298fe62a] .ant-form-item-label {
4480
- position: relative;
4481
- width: 100% !important;
4482
- height: 50px;
4483
- border-bottom: 1px solid #e6e6e6 !important;
4484
- }
4485
- .verify-style_label_top > .ant-form-item[data-v-298fe62a] .ant-form-item-label label {
4486
- width: 100%;
4487
- }
4488
- .verify-style_label_top > .ant-form-item[data-v-298fe62a] .ant-form-item-label .align-between {
4489
- width: 100% !important;
4490
- align-items: flex-start;
4491
- -moz-text-align-last: left;
4492
- text-align-last: left;
4493
- text-align: left;
4494
- letter-spacing: 8px;
4495
- text-indent: 10px;
4496
- }
4497
- .verify-style_label_top > .ant-form-item[data-v-298fe62a] .ant-form-item-control-wrapper {
4498
- width: 100%!important;
4499
- height: initial !important;
4500
- flex: 1;
4501
- overflow: hidden;
4502
- }
4503
- .verify-style_grid_verify[data-v-298fe62a] .verify .ant-form-item-control-wrapper {
4504
- border-right: none;
4505
- border-bottom: none;
4506
- }
4507
- .verify-style_grid_verify[data-v-298fe62a] .verify .ant-form-item-label {
4508
- border-bottom: none;
4509
- }
4510
- .verify-style_grid_verify .verify-style_label_top[data-v-298fe62a] .ant-form-item-label {
4511
- border-right: none !important;
4512
- }
4513
- .verify-style_grid_verify[data-v-298fe62a] .verify-right {
4514
- border: none;
4515
- }
4516
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-text {
4517
- height: 50%;
4518
- }
4519
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option {
4520
- height: 50%;
4521
- flex-wrap: wrap;
4522
- display: grid;
4523
- grid-template-rows: repeat(2, 50%);
4524
- grid-template-columns: repeat(2, 50%);
4525
- }
4526
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div:first-child {
4527
- grid-area: 1 / span 1 / span 1;
4528
- }
4529
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div:nth-child(2) {
4530
- grid-area: 0.5 / span 1 / span 1;
4531
- }
4532
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div:nth-child(3) {
4533
- grid-area: 2 / span 2 / span 1;
4534
- }
4535
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div {
4536
- height: 100%;
4537
- box-sizing: border-box;
4538
- }
4539
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div > span:first-child {
4540
- flex: initial;
4541
- padding: 0 3px;
4542
- }
4543
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div span + span {
4544
- flex: 3;
4545
- overflow: hidden;
4546
- }
4547
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div:first-child {
4548
- flex: 0 1 calc(50% + 20px);
4549
- }
4550
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div:nth-child(2) {
4551
- border-right: none;
4552
- }
4553
- .verify-style_grid_verify[data-v-298fe62a] .verify-right .verify-option > div:last-child {
4554
- flex: 0 0 100%;
4555
- border-top: 1px solid #e6e6e6;
4556
- }
4557
-
4558
- .verifySelectDropDown .ant-empty-image svg {
4559
- width: 100%;
4560
- }
4561
-
4562
- .custom_form_item[data-v-a34a7416] {
4563
- height: 100%;
4564
- }
4565
- .custom_form_item[data-v-a34a7416] .ant-form-item {
4566
- height: 100%;
4567
- }
4568
- [data-v-a34a7416] .verify-style_label_left .ant-form-item-label label > div,[data-v-a34a7416] .ant-form-item:not(.verify-style_label_top) .ant-form-item-label label > div {
4569
- align-self: center;
4570
- flex: 0 0 auto;
4571
- height: auto;
4572
- display: flex;
4573
- align-items: center;
4574
- justify-content: center;
4575
- }
4576
- .verify-com[data-v-a34a7416] {
4577
- width: 100%;
4578
- }
4579
- .verify-com .verify-text[data-v-a34a7416] {
4580
- position: relative;
4581
- }
4582
- .verify-com .verify-option[data-v-a34a7416] {
4583
- display: flex;
4584
- height: 30%;
4585
- margin-top: 10px;
4586
- flex-wrap: wrap;
4587
- }
4588
- .verify-com .verify-option > div[data-v-a34a7416] {
4589
- flex: 1;
4590
- display: flex;
4591
- justify-content: space-between;
4592
- align-items: center;
4593
- }
4594
- .verify-com .verify-option > div span[data-v-a34a7416] {
4595
- text-align: center;
4596
- flex: 2;
4597
- height: 100%;
4598
- display: flex;
4599
- align-items: center;
4600
- justify-content: center;
4601
- }
4602
- .verify-com .verify-option > div span + input[data-v-a34a7416] {
4603
- border-right: none;
4604
- flex: 3;
4605
- }
4606
- .verify-com .verify-option div[data-v-a34a7416]:last-child {
4607
- border-right: none;
4608
- }
4609
- .verify-style_grid_verify .verify-text[data-v-a34a7416] {
4610
- height: 50%;
4611
- }
4612
- .verify-style_grid_verify .verify-option[data-v-a34a7416] {
4613
- height: 50%;
4614
- flex-wrap: wrap;
4615
- display: grid;
4616
- grid-template-rows: repeat(2, 50%);
4617
- grid-template-columns: repeat(2, 50%);
4618
- }
4619
- .verify-style_grid_verify .verify-option > div[data-v-a34a7416]:first-child {
4620
- grid-area: 1 / span 1.5 / span 1;
4621
- }
4622
- .verify-style_grid_verify .verify-option > div[data-v-a34a7416]:nth-child(2) {
4623
- grid-area: 0.5 / span 1 / span 1;
4624
- }
4625
- .verify-style_grid_verify .verify-option > div[data-v-a34a7416]:nth-child(3) {
4626
- grid-area: 2 / span 2 / span 1;
4627
- }
4628
- .verify-style_grid_verify .verify-option > div[data-v-a34a7416] {
4629
- height: 100%;
4630
- box-sizing: border-box;
4631
- }
4632
- .verify-style_grid_verify .verify-option > div > span[data-v-a34a7416]:first-child {
4633
- flex: initial;
4634
- padding: 0 3px;
4635
- }
4636
- .verify-style_grid_verify .verify-option > div span + span[data-v-a34a7416] {
4637
- flex: 3;
4638
- }
4639
- .verify-style_label_top[data-v-a34a7416] {
4640
- display: flex;
4641
- flex-direction: column;
4642
- height: 100%;
4643
- box-sizing: border-box;
4644
- }
4645
- .verify-style_label_top .verify-text textarea[data-v-a34a7416] {
4646
- margin-bottom: 0!important;
4647
- }
4648
- .verify-style_label_top[data-v-a34a7416] .ant-form-item-control {
4649
- height: 100%;
4650
- display: flex;
4651
- flex-direction: column;
4652
- justify-content: center;
4653
- }
4654
- .verify-style_label_top[data-v-a34a7416] .ant-form-item-label {
4655
- position: relative !important;
4656
- width: 100% !important;
4657
- height: 20% !important;
4658
- border-right: none !important;
4659
- border-bottom: 1px solid #000;
4660
- }
4661
- .verify-style_label_top[data-v-a34a7416] .ant-form-item-label label {
4662
- width: 100%;
4663
- }
4664
- .verify-style_label_top[data-v-a34a7416] .ant-form-item-label .align-between {
4665
- width: 100% !important;
4666
- align-items: flex-start;
4667
- -moz-text-align-last: left;
4668
- text-align-last: left;
4669
- text-align: left;
4670
- letter-spacing: 8px;
4671
- text-indent: 10px;
4672
- }
4673
- .verify-style_label_top[data-v-a34a7416] .ant-form-item-control-wrapper {
4674
- width: 100%!important;
4675
- height: initial !important;
4676
- flex: 1;
4677
- margin-top: 5px;
4678
- }
4679
- .verify-style_label_top .verify-option[data-v-a34a7416] {
4680
- margin-top: 0 !important;
4681
- }
4682
-
4683
4431
  .no-boder[data-v-30732198] {
4684
4432
  border: none;
4685
4433
  }
@@ -4818,11 +4566,11 @@ div {
4818
4566
  transition: transform linear;
4819
4567
  }
4820
4568
 
4821
- .sub-table-col[data-v-9b717926] {
4569
+ .sub-table-col[data-v-0536d5fe] {
4822
4570
  display: flex;
4823
4571
  box-sizing: border-box;
4824
4572
  }
4825
- .sub-table-col > span[data-v-9b717926] {
4573
+ .sub-table-col > span[data-v-0536d5fe] {
4826
4574
  flex: 2;
4827
4575
  border-bottom: 1px solid #000;
4828
4576
  border-right: 1px solid #000;
@@ -4830,22 +4578,22 @@ div {
4830
4578
  line-height: 40px;
4831
4579
  text-align: center;
4832
4580
  }
4833
- .sub-table-col > .last-one[data-v-9b717926] {
4581
+ .sub-table-col > .last-one[data-v-0536d5fe] {
4834
4582
  width: 87px;
4835
4583
  flex: 0 0 87px;
4836
4584
  border-right: 1px solid #333;
4837
4585
  border-bottom: 1px solid #333;
4838
4586
  }
4839
- .sub-table-col-no-border > span[data-v-9b717926] {
4587
+ .sub-table-col-no-border > span[data-v-0536d5fe] {
4840
4588
  border: none;
4841
4589
  height: auto;
4842
4590
  width: 0;
4843
4591
  }
4844
- .sub-table-col-no-border > .sub-table-title[data-v-9b717926]:last-child,
4845
- .sub-table-col-no-border > .sub-table-item[data-v-9b717926]:last-child {
4592
+ .sub-table-col-no-border > .sub-table-title[data-v-0536d5fe]:last-child,
4593
+ .sub-table-col-no-border > .sub-table-item[data-v-0536d5fe]:last-child {
4846
4594
  border-right: none !important;
4847
4595
  }
4848
- .sub-table-col-no-border > .last-one[data-v-9b717926] {
4596
+ .sub-table-col-no-border > .last-one[data-v-0536d5fe] {
4849
4597
  width: 87px;
4850
4598
  flex: 0 0 87px;
4851
4599
  display: flex;
@@ -4853,46 +4601,46 @@ div {
4853
4601
  align-items: center;
4854
4602
  }
4855
4603
 
4856
- .t-border[data-v-73194dd8] {
4604
+ .t-border[data-v-7dc51789] {
4857
4605
  border-right: 1px solid #333;
4858
4606
  border-bottom: 1px solid #333;
4859
4607
  }
4860
- [data-v-73194dd8] * {
4608
+ [data-v-7dc51789] * {
4861
4609
  font-size: var(--paperFontSize);
4862
4610
  }
4863
- [data-v-73194dd8] .custom_form_item {
4611
+ [data-v-7dc51789] .custom_form_item {
4864
4612
  height: -moz-fit-content;
4865
4613
  height: fit-content;
4866
4614
  }
4867
- .save-pdf[data-v-73194dd8] .ant-input {
4615
+ .save-pdf[data-v-7dc51789] .ant-input {
4868
4616
  border: none !important;
4869
4617
  }
4870
- .save-pdf[data-v-73194dd8] .ant-select-selection {
4618
+ .save-pdf[data-v-7dc51789] .ant-select-selection {
4871
4619
  border: none !important;
4872
4620
  }
4873
- .save-pdf[data-v-73194dd8] .ant-select-arrow svg {
4621
+ .save-pdf[data-v-7dc51789] .ant-select-arrow svg {
4874
4622
  display: none;
4875
4623
  }
4876
- .save-pdf[data-v-73194dd8] .ant-upload.ant-upload-select-picture-card {
4624
+ .save-pdf[data-v-7dc51789] .ant-upload.ant-upload-select-picture-card {
4877
4625
  display: none;
4878
4626
  }
4879
- .save-pdf[data-v-73194dd8] .anticon svg {
4627
+ .save-pdf[data-v-7dc51789] .anticon svg {
4880
4628
  display: none;
4881
4629
  }
4882
- .save-pdf[data-v-73194dd8] .ant-time-picker-input {
4630
+ .save-pdf[data-v-7dc51789] .ant-time-picker-input {
4883
4631
  border: none !important;
4884
4632
  }
4885
- .save-pdf[data-v-73194dd8] .ant-upload.ant-upload-select {
4633
+ .save-pdf[data-v-7dc51789] .ant-upload.ant-upload-select {
4886
4634
  display: none;
4887
4635
  }
4888
4636
  /**打印非固定高度标签 高度不确定bug**/
4889
- .computed-wrap[data-v-73194dd8] {
4637
+ .computed-wrap[data-v-7dc51789] {
4890
4638
  background: #f5f5f5;
4891
4639
  }
4892
- .computed-wrap .item[data-v-73194dd8] {
4640
+ .computed-wrap .item[data-v-7dc51789] {
4893
4641
  display: flex;
4894
4642
  }
4895
- .computed-wrap .item > div[data-v-73194dd8] {
4643
+ .computed-wrap .item > div[data-v-7dc51789] {
4896
4644
  height: 35px;
4897
4645
  line-height: 35px;
4898
4646
  flex: 1;
@@ -4900,130 +4648,130 @@ div {
4900
4648
  border-bottom: 1px solid #000;
4901
4649
  text-align: center;
4902
4650
  }
4903
- .computed-wrap .item > div + div[data-v-73194dd8] {
4651
+ .computed-wrap .item > div + div[data-v-7dc51789] {
4904
4652
  flex: 2;
4905
4653
  }
4906
- .layout .paper[data-v-73194dd8] {
4654
+ .layout .paper[data-v-7dc51789] {
4907
4655
  position: relative;
4908
4656
  }
4909
- .layout .paper .form-title[data-v-73194dd8] {
4657
+ .layout .paper .form-title[data-v-7dc51789] {
4910
4658
  text-align: center;
4911
4659
  font-weight: 600;
4912
4660
  font-size: 16px;
4913
4661
  min-height: 40px;
4914
4662
  line-height: 30px;
4915
4663
  }
4916
- .row-item[data-v-73194dd8] {
4664
+ .row-item[data-v-7dc51789] {
4917
4665
  height: -moz-fit-content;
4918
4666
  height: fit-content;
4919
4667
  /**打印非固定高度标签 高度不确定bug**/
4920
4668
  }
4921
- .no-row-item[data-v-73194dd8] {
4669
+ .no-row-item[data-v-7dc51789] {
4922
4670
  border-right: none;
4923
4671
  border-bottom: none;
4924
4672
  }
4925
4673
  /****page边框内的 ***/
4926
- .page-border[data-v-73194dd8] {
4674
+ .page-border[data-v-7dc51789] {
4927
4675
  background: #fff;
4928
4676
  box-sizing: border-box;
4929
4677
  }
4930
- .page-border .row-item[data-v-73194dd8]:first-child {
4678
+ .page-border .row-item[data-v-7dc51789]:first-child {
4931
4679
  border-top: 1px solid #000;
4932
4680
  }
4933
- .page-border .row-item[data-v-73194dd8] {
4681
+ .page-border .row-item[data-v-7dc51789] {
4934
4682
  border-left: 1px solid #000;
4935
4683
  }
4936
- .page-border .item-bottom[data-v-73194dd8] {
4684
+ .page-border .item-bottom[data-v-7dc51789] {
4937
4685
  border-bottom: 1px solid #000;
4938
4686
  }
4939
- .page-border .row-item[data-v-73194dd8]:not(:last-child) {
4687
+ .page-border .row-item[data-v-7dc51789]:not(:last-child) {
4940
4688
  position: relative;
4941
4689
  }
4942
- .page-border li.sortable-chosen[data-v-73194dd8] {
4690
+ .page-border li.sortable-chosen[data-v-7dc51789] {
4943
4691
  height: 2px !important;
4944
4692
  overflow: hidden !important;
4945
4693
  background: red !important;
4946
4694
  }
4947
- .page-border .ant-time-picker-panel[data-v-73194dd8] {
4695
+ .page-border .ant-time-picker-panel[data-v-7dc51789] {
4948
4696
  z-index: 200000 !important;
4949
4697
  }
4950
- .page-border .ant-calendar-picker-container[data-v-73194dd8] {
4698
+ .page-border .ant-calendar-picker-container[data-v-7dc51789] {
4951
4699
  z-index: 200000 !important;
4952
4700
  }
4953
- [data-v-73194dd8] .ant-time-picker-panel {
4701
+ [data-v-7dc51789] .ant-time-picker-panel {
4954
4702
  z-index: 9999 !important;
4955
4703
  }
4956
- .ant-calendar-picker-container[data-v-73194dd8] {
4704
+ .ant-calendar-picker-container[data-v-7dc51789] {
4957
4705
  z-index: 200000 !important;
4958
4706
  }
4959
- [data-v-73194dd8] .ant-form-item-children {
4707
+ [data-v-7dc51789] .ant-form-item-children {
4960
4708
  display: block;
4961
4709
  }
4962
- [data-v-73194dd8] .ant-form-item {
4710
+ [data-v-7dc51789] .ant-form-item {
4963
4711
  width: 100%;
4964
4712
  height: 100%;
4965
4713
  margin-bottom: 0;
4966
4714
  display: flex;
4967
4715
  }
4968
- [data-v-73194dd8] .ant-form-item .is_required::before {
4716
+ [data-v-7dc51789] .ant-form-item .is_required::before {
4969
4717
  content: "*";
4970
4718
  color: #f56c6c;
4971
4719
  margin-right: 4px;
4972
4720
  }
4973
- [data-v-73194dd8] .ant-form-item .ant-form-item-label {
4721
+ [data-v-7dc51789] .ant-form-item .ant-form-item-label {
4974
4722
  border-right: 1px solid #000;
4975
4723
  }
4976
- [data-v-73194dd8] .ant-form-item .ant-form-item-label label {
4724
+ [data-v-7dc51789] .ant-form-item .ant-form-item-label label {
4977
4725
  display: flex;
4978
4726
  justify-content: center;
4979
4727
  align-items: center;
4980
4728
  height: 100%;
4981
4729
  }
4982
- [data-v-73194dd8] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
4730
+ [data-v-7dc51789] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
4983
4731
  display: none;
4984
4732
  }
4985
- [data-v-73194dd8] .ant-form-item .ant-form-item-control-wrapper {
4733
+ [data-v-7dc51789] .ant-form-item .ant-form-item-control-wrapper {
4986
4734
  display: flex;
4987
4735
  align-items: center;
4988
4736
  text-align: left;
4989
4737
  }
4990
- [data-v-73194dd8] .ant-form-item .ant-form-item-control {
4738
+ [data-v-7dc51789] .ant-form-item .ant-form-item-control {
4991
4739
  width: 98%;
4992
4740
  margin: 0 auto;
4993
4741
  }
4994
- [data-v-73194dd8] .ant-form-item .is_required::before {
4742
+ [data-v-7dc51789] .ant-form-item .is_required::before {
4995
4743
  content: "*";
4996
4744
  color: #f56c6c;
4997
4745
  margin-right: 4px;
4998
4746
  }
4999
- .row-table[data-v-73194dd8] {
4747
+ .row-table[data-v-7dc51789] {
5000
4748
  display: flex;
5001
4749
  }
5002
- .row-table[data-v-73194dd8] .ant-spin-container,
5003
- .row-table[data-v-73194dd8] {
4750
+ .row-table[data-v-7dc51789] .ant-spin-container,
4751
+ .row-table[data-v-7dc51789] {
5004
4752
  display: flex;
5005
4753
  width: 100%;
5006
4754
  }
5007
- .row-table[data-v-73194dd8] .ant-spin-container .table-left,
5008
- .row-table .table-left[data-v-73194dd8] {
4755
+ .row-table[data-v-7dc51789] .ant-spin-container .table-left,
4756
+ .row-table .table-left[data-v-7dc51789] {
5009
4757
  width: 100px;
5010
4758
  text-align: center;
5011
4759
  border-right: 1px solid #333;
5012
4760
  border-bottom: 1px solid #333;
5013
4761
  position: relative;
5014
4762
  }
5015
- .row-table[data-v-73194dd8] .ant-spin-container .table-left p,
5016
- .row-table .table-left p[data-v-73194dd8] {
4763
+ .row-table[data-v-7dc51789] .ant-spin-container .table-left p,
4764
+ .row-table .table-left p[data-v-7dc51789] {
5017
4765
  position: absolute;
5018
4766
  top: 50%;
5019
4767
  left: 50%;
5020
4768
  transform: translate(-50%, -50%);
5021
4769
  }
5022
- .row-table[data-v-73194dd8] .ant-spin-container .table-right,
5023
- .row-table .table-right[data-v-73194dd8] {
4770
+ .row-table[data-v-7dc51789] .ant-spin-container .table-right,
4771
+ .row-table .table-right[data-v-7dc51789] {
5024
4772
  flex: 1;
5025
4773
  }
5026
- .table-content[data-v-73194dd8] {
4774
+ .table-content[data-v-7dc51789] {
5027
4775
  width: 100%;
5028
4776
  height: 40px;
5029
4777
  line-height: 40px;
@@ -5032,11 +4780,11 @@ div {
5032
4780
  border-bottom: 1px solid #333;
5033
4781
  border-right: 1px solid #333;
5034
4782
  }
5035
- .sub-table-col[data-v-73194dd8] {
4783
+ .sub-table-col[data-v-7dc51789] {
5036
4784
  display: flex;
5037
4785
  box-sizing: border-box;
5038
4786
  }
5039
- .sub-table-col > span[data-v-73194dd8] {
4787
+ .sub-table-col > span[data-v-7dc51789] {
5040
4788
  flex: 2;
5041
4789
  border-bottom: 1px solid #000;
5042
4790
  border-right: 1px solid #000;
@@ -5044,34 +4792,34 @@ div {
5044
4792
  line-height: 40px;
5045
4793
  text-align: center;
5046
4794
  }
5047
- .sub-table-col > .last-one[data-v-73194dd8] {
4795
+ .sub-table-col > .last-one[data-v-7dc51789] {
5048
4796
  width: 87px;
5049
4797
  flex: 0 0 87px;
5050
4798
  border-right: 1px solid #333;
5051
4799
  border-bottom: 1px solid #333;
5052
4800
  }
5053
- .sub-table-col-no-border > span[data-v-73194dd8] {
4801
+ .sub-table-col-no-border > span[data-v-7dc51789] {
5054
4802
  border: none;
5055
4803
  height: auto;
5056
4804
  width: 0;
5057
4805
  }
5058
- .sub-table-col-no-border > .sub-table-title[data-v-73194dd8]:last-child,
5059
- .sub-table-col-no-border > .sub-table-item[data-v-73194dd8]:last-child {
4806
+ .sub-table-col-no-border > .sub-table-title[data-v-7dc51789]:last-child,
4807
+ .sub-table-col-no-border > .sub-table-item[data-v-7dc51789]:last-child {
5060
4808
  border-right: none !important;
5061
4809
  }
5062
- .sub-table-col-no-border > .last-one[data-v-73194dd8] {
4810
+ .sub-table-col-no-border > .last-one[data-v-7dc51789] {
5063
4811
  width: 87px;
5064
4812
  flex: 0 0 87px;
5065
4813
  display: flex;
5066
4814
  justify-content: center;
5067
4815
  align-items: center;
5068
4816
  }
5069
- .pagiAfter + .row-item[data-v-73194dd8] {
4817
+ .pagiAfter + .row-item[data-v-7dc51789] {
5070
4818
  border-top-width: 1px;
5071
4819
  border-top-style: solid;
5072
4820
  }
5073
4821
  /* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
5074
- .row-item:not(:last-child) .hasWidgetAfter[data-v-73194dd8] {
4822
+ .row-item:not(:last-child) .hasWidgetAfter[data-v-7dc51789] {
5075
4823
  /* 为这些.hasWidgetAfter设置样式 */
5076
4824
  width: calc(100% + 1px);
5077
4825
  border-left-width: 1px;
@@ -5080,7 +4828,7 @@ div {
5080
4828
  border-right-style: solid;
5081
4829
  left: -1px;
5082
4830
  }
5083
- .row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-73194dd8] {
4831
+ .row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-7dc51789] {
5084
4832
  /* 为这些.hasWidgetAfter设置样式 */
5085
4833
  width: calc(100% + 1px);
5086
4834
  border-left: none;
@@ -5088,33 +4836,33 @@ div {
5088
4836
  left: -1px;
5089
4837
  }
5090
4838
  /*****无border *****/
5091
- .no-border .page-border[data-v-73194dd8] {
4839
+ .no-border .page-border[data-v-7dc51789] {
5092
4840
  border: none;
5093
4841
  }
5094
- .no-border .page-border .row-item[data-v-73194dd8]:not(:last-child) {
4842
+ .no-border .page-border .row-item[data-v-7dc51789]:not(:last-child) {
5095
4843
  border: none;
5096
4844
  }
5097
- .no-border .page-border[data-v-73194dd8] .ant-form-item .ant-form-item-label {
4845
+ .no-border .page-border[data-v-7dc51789] .ant-form-item .ant-form-item-label {
5098
4846
  border: none;
5099
4847
  }
5100
- .table_border[data-v-73194dd8] {
4848
+ .table_border[data-v-7dc51789] {
5101
4849
  border-bottom: 0;
5102
4850
  border-right: 0;
5103
4851
  }
5104
4852
  /*****无border *****/
5105
- [data-v-73194dd8] .ant-form-item-children > div > p,[data-v-73194dd8] .ant-form-item-children > div > h1,[data-v-73194dd8] .ant-form-item-children > div > h2,[data-v-73194dd8] .ant-form-item-children > div > h3,[data-v-73194dd8] .ant-form-item-children > div > h4,[data-v-73194dd8] .ant-form-item-children > div > h5,[data-v-73194dd8] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
4853
+ [data-v-7dc51789] .ant-form-item-children > div > p,[data-v-7dc51789] .ant-form-item-children > div > h1,[data-v-7dc51789] .ant-form-item-children > div > h2,[data-v-7dc51789] .ant-form-item-children > div > h3,[data-v-7dc51789] .ant-form-item-children > div > h4,[data-v-7dc51789] .ant-form-item-children > div > h5,[data-v-7dc51789] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
5106
4854
  margin: 10px 0;
5107
4855
  line-height: 1.5;
5108
4856
  }
5109
- [data-v-73194dd8] .ant-spin-dot {
4857
+ [data-v-7dc51789] .ant-spin-dot {
5110
4858
  font-size: 20px !important;
5111
4859
  }
5112
- .form_skeleton[data-v-73194dd8] {
4860
+ .form_skeleton[data-v-7dc51789] {
5113
4861
  display: block;
5114
4862
  width: 700px;
5115
4863
  margin: 55px auto;
5116
4864
  }
5117
- .form_skeleton[data-v-73194dd8] .ant-skeleton-title {
4865
+ .form_skeleton[data-v-7dc51789] .ant-skeleton-title {
5118
4866
  margin: 0 auto;
5119
4867
  }
5120
4868
 
@@ -5123,7 +4871,7 @@ div {
5123
4871
  display: none ;
5124
4872
  }
5125
4873
 
5126
- .components-list[data-v-7f5cfb32] {
4874
+ .components-list[data-v-27422f7c] {
5127
4875
  padding: 0;
5128
4876
  margin: 0;
5129
4877
  line-height: 20px;
@@ -5131,7 +4879,7 @@ div {
5131
4879
  height: 100%;
5132
4880
  overflow-y: auto;
5133
4881
  }
5134
- .components-list .tabs[data-v-7f5cfb32] {
4882
+ .components-list .tabs[data-v-27422f7c] {
5135
4883
  padding: 8px 10px 6px;
5136
4884
  display: flex;
5137
4885
  flex-wrap: wrap;
@@ -5142,7 +4890,7 @@ div {
5142
4890
  background: #fff;
5143
4891
  z-index: 1;
5144
4892
  }
5145
- .components-list .tabs span[data-v-7f5cfb32] {
4893
+ .components-list .tabs span[data-v-27422f7c] {
5146
4894
  cursor: pointer;
5147
4895
  display: inline-block;
5148
4896
  font-size: 12px;
@@ -5151,14 +4899,14 @@ div {
5151
4899
  color: #666;
5152
4900
  transition: all 0.2s;
5153
4901
  }
5154
- .components-list .tabs .activeTab[data-v-7f5cfb32] {
4902
+ .components-list .tabs .activeTab[data-v-27422f7c] {
5155
4903
  background: #409EFF;
5156
4904
  color: #fff;
5157
4905
  }
5158
- .components-list ul[data-v-7f5cfb32] {
4906
+ .components-list ul[data-v-27422f7c] {
5159
4907
  padding: 8px 8px 4px;
5160
4908
  }
5161
- .components-list .widget-control[data-v-7f5cfb32] {
4909
+ .components-list .widget-control[data-v-27422f7c] {
5162
4910
  display: block;
5163
4911
  width: 100%;
5164
4912
  box-sizing: border-box;
@@ -5170,13 +4918,13 @@ div {
5170
4918
  margin: 0 0 6px 0;
5171
4919
  transition: all 0.25s ease;
5172
4920
  }
5173
- .components-list .widget-control[data-v-7f5cfb32]:hover {
4921
+ .components-list .widget-control[data-v-27422f7c]:hover {
5174
4922
  border-color: #409EFF;
5175
4923
  background: #ecf5ff;
5176
4924
  transform: translateX(2px);
5177
4925
  box-shadow: 0 2px 6px rgba(64, 158, 255, 0.15);
5178
4926
  }
5179
- .components-list .widget-control a[data-v-7f5cfb32] {
4927
+ .components-list .widget-control a[data-v-27422f7c] {
5180
4928
  color: #606266;
5181
4929
  display: flex;
5182
4930
  flex-direction: row;
@@ -5186,31 +4934,31 @@ div {
5186
4934
  padding: 0 10px;
5187
4935
  font-size: 13px;
5188
4936
  }
5189
- .components-list .widget-control a i[data-v-7f5cfb32] {
4937
+ .components-list .widget-control a i[data-v-27422f7c] {
5190
4938
  font-size: 16px;
5191
4939
  margin-right: 8px;
5192
4940
  }
5193
- .control[data-v-7f5cfb32] {
4941
+ .control[data-v-27422f7c] {
5194
4942
  margin-top: 20px;
5195
4943
  width: 350px;
5196
4944
  background: #ffffff;
5197
4945
  box-shadow: 0 0 15px #ffffff;
5198
4946
  }
5199
- .control .title[data-v-7f5cfb32] {
4947
+ .control .title[data-v-27422f7c] {
5200
4948
  height: 50px;
5201
4949
  line-height: 50px;
5202
4950
  padding: 0 15px;
5203
4951
  border-bottom: 1px solid #f0f0f0;
5204
4952
  }
5205
- .control .list_wrap[data-v-7f5cfb32] {
4953
+ .control .list_wrap[data-v-27422f7c] {
5206
4954
  padding-top: 15px;
5207
4955
  font-size: 0;
5208
4956
  min-height: 680px;
5209
4957
  }
5210
- .control .list_wrap .list_box[data-v-7f5cfb32] {
4958
+ .control .list_wrap .list_box[data-v-27422f7c] {
5211
4959
  display: inline-block;
5212
4960
  }
5213
- .control .list_wrap .list[data-v-7f5cfb32] {
4961
+ .control .list_wrap .list[data-v-27422f7c] {
5214
4962
  border: 1px dashed #d1d1d1;
5215
4963
  margin: 0 7.5px 15px 7.5px;
5216
4964
  width: 160px;
@@ -5226,17 +4974,17 @@ div {
5226
4974
  position: relative;
5227
4975
  overflow: hidden;
5228
4976
  }
5229
- .control .list_wrap .list i[data-v-7f5cfb32] {
4977
+ .control .list_wrap .list i[data-v-27422f7c] {
5230
4978
  position: absolute;
5231
4979
  right: 10px;
5232
4980
  top: 0px;
5233
4981
  font-size: 22px;
5234
4982
  color: #999;
5235
4983
  }
5236
- .control .list_wrap .list[data-v-7f5cfb32]:nth-child(2n) {
4984
+ .control .list_wrap .list[data-v-27422f7c]:nth-child(2n) {
5237
4985
  margin-right: 0;
5238
4986
  }
5239
- .control .list_wrap .list[data-v-7f5cfb32]:hover {
4987
+ .control .list_wrap .list[data-v-27422f7c]:hover {
5240
4988
  background: #f1f1f1;
5241
4989
  }
5242
4990
 
@@ -5254,103 +5002,103 @@ div {
5254
5002
  opacity: 0.6;
5255
5003
  }
5256
5004
 
5257
- .paper[data-v-ca6b73ae] * {
5005
+ .paper[data-v-aa7a7266] * {
5258
5006
  font-size: var(--paperFontSize);
5259
5007
  }
5260
- .paper .form-title[data-v-ca6b73ae] {
5008
+ .paper .form-title[data-v-aa7a7266] {
5261
5009
  text-align: center;
5262
5010
  font-weight: 600;
5263
5011
  font-size: 16px;
5264
5012
  min-height: 40px;
5265
5013
  line-height: 30px;
5266
5014
  }
5267
- [data-v-ca6b73ae] .vue-grid-layout {
5015
+ [data-v-aa7a7266] .vue-grid-layout {
5268
5016
  z-index: 2;
5269
5017
  }
5270
- [data-v-ca6b73ae] .vue-grid-item {
5018
+ [data-v-aa7a7266] .vue-grid-item {
5271
5019
  border: 1px dashed #ccc;
5272
5020
  box-sizing: border-box;
5273
5021
  background-color: #fff;
5274
5022
  }
5275
- [data-v-ca6b73ae] .ant-form-item {
5023
+ [data-v-aa7a7266] .ant-form-item {
5276
5024
  width: 100%;
5277
5025
  height: 100%;
5278
5026
  margin-bottom: 0;
5279
5027
  }
5280
- [data-v-ca6b73ae] .ant-form-item .ant-form-item-label {
5028
+ [data-v-aa7a7266] .ant-form-item .ant-form-item-label {
5281
5029
  height: 100%;
5282
5030
  position: absolute;
5283
5031
  left: 0;
5284
5032
  top: 0;
5285
5033
  border-right: 1px solid var(--designBorderColor);
5286
5034
  }
5287
- [data-v-ca6b73ae] .ant-form-item .ant-form-item-label label {
5035
+ [data-v-aa7a7266] .ant-form-item .ant-form-item-label label {
5288
5036
  display: flex;
5289
5037
  justify-content: center;
5290
5038
  align-items: center;
5291
5039
  height: 100%;
5292
5040
  }
5293
- [data-v-ca6b73ae] .ant-form-item .ant-form-item-label label > * {
5041
+ [data-v-aa7a7266] .ant-form-item .ant-form-item-label label > * {
5294
5042
  align-self: center;
5295
5043
  flex: 0 0 auto;
5296
5044
  height: auto;
5297
5045
  }
5298
- [data-v-ca6b73ae] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
5046
+ [data-v-aa7a7266] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
5299
5047
  display: none;
5300
5048
  }
5301
- [data-v-ca6b73ae] .ant-form-item .ant-form-item-control-wrapper {
5049
+ [data-v-aa7a7266] .ant-form-item .ant-form-item-control-wrapper {
5302
5050
  height: 100%;
5303
5051
  float: right;
5304
5052
  display: flex;
5305
5053
  align-items: center;
5306
5054
  }
5307
- [data-v-ca6b73ae] .ant-form-item .ant-form-item-control {
5055
+ [data-v-aa7a7266] .ant-form-item .ant-form-item-control {
5308
5056
  width: 98%;
5309
5057
  margin: 0 auto;
5310
5058
  }
5311
- .is_required[data-v-ca6b73ae]::before {
5059
+ .is_required[data-v-aa7a7266]::before {
5312
5060
  content: "*";
5313
5061
  color: #f56c6c;
5314
5062
  margin-right: 4px;
5315
5063
  }
5316
- .widget-form-list[data-v-ca6b73ae] {
5064
+ .widget-form-list[data-v-aa7a7266] {
5317
5065
  background: #fff;
5318
5066
  box-sizing: border-box;
5319
5067
  }
5320
- .widget-form-list .row-item[data-v-ca6b73ae]:first-child {
5068
+ .widget-form-list .row-item[data-v-aa7a7266]:first-child {
5321
5069
  border-top: 1px solid var(--designBorderColor);
5322
5070
  }
5323
- .widget-form-list .row-item[data-v-ca6b73ae] {
5071
+ .widget-form-list .row-item[data-v-aa7a7266] {
5324
5072
  border-bottom: 1px solid var(--designBorderColor);
5325
5073
  }
5326
- .widget-form-list .row-item[data-v-ca6b73ae] {
5074
+ .widget-form-list .row-item[data-v-aa7a7266] {
5327
5075
  border-right: 1px solid var(--designBorderColor);
5328
5076
  border-left: 1px solid var(--designBorderColor);
5329
5077
  }
5330
- .widget-form-list .item-bottom[data-v-ca6b73ae] {
5078
+ .widget-form-list .item-bottom[data-v-aa7a7266] {
5331
5079
  border-bottom: 1px solid var(--designBorderColor);
5332
5080
  }
5333
- .widget-form-list .no-row-item[data-v-ca6b73ae] {
5081
+ .widget-form-list .no-row-item[data-v-aa7a7266] {
5334
5082
  border-right: none;
5335
5083
  border-bottom: none !important;
5336
5084
  }
5337
- .widget-form-list .no-row-item .widget-form-list[data-v-ca6b73ae] {
5085
+ .widget-form-list .no-row-item .widget-form-list[data-v-aa7a7266] {
5338
5086
  border-top: none !important;
5339
5087
  border-right: none;
5340
5088
  }
5341
- .widget-form-list .widget-grid[data-v-ca6b73ae] {
5089
+ .widget-form-list .widget-grid[data-v-aa7a7266] {
5342
5090
  background: #f4f6fc;
5343
5091
  position: relative;
5344
5092
  border-left: 5px solid transparent;
5345
5093
  padding: 5px;
5346
5094
  margin: 0 !important;
5347
5095
  }
5348
- .widget-form-list .widget-grid.active[data-v-ca6b73ae] {
5096
+ .widget-form-list .widget-grid.active[data-v-aa7a7266] {
5349
5097
  outline: 2px solid #409eff;
5350
5098
  border: 1px solid #409eff;
5351
5099
  background: #ecf5ff;
5352
5100
  }
5353
- .widget-form-list .widget-grid .grid-background[data-v-ca6b73ae] {
5101
+ .widget-form-list .widget-grid .grid-background[data-v-aa7a7266] {
5354
5102
  position: absolute;
5355
5103
  z-index: 1;
5356
5104
  top: 0;
@@ -5361,85 +5109,85 @@ div {
5361
5109
  height: 100%;
5362
5110
  padding: 5px 5px 10px 5px;
5363
5111
  }
5364
- .widget-form-list .widget-grid .grid-background .rows[data-v-ca6b73ae] {
5112
+ .widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266] {
5365
5113
  border-bottom: 1px dashed #ccc;
5366
5114
  border-left: 1px dashed #ccc;
5367
5115
  box-sizing: border-box;
5368
5116
  overflow: hidden;
5369
5117
  }
5370
- .widget-form-list .widget-grid .grid-background .rows[data-v-ca6b73ae]:first-child {
5118
+ .widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266]:first-child {
5371
5119
  border-top: 1px dashed #ccc;
5372
5120
  }
5373
- .widget-form-list .widget-grid .grid-background .rows .columns[data-v-ca6b73ae] {
5121
+ .widget-form-list .widget-grid .grid-background .rows .columns[data-v-aa7a7266] {
5374
5122
  float: left;
5375
5123
  border-right: 1px dashed #ccc;
5376
5124
  min-height: 40px;
5377
5125
  box-sizing: border-box;
5378
5126
  }
5379
- .widget-form-list .row_table[data-v-ca6b73ae] {
5127
+ .widget-form-list .row_table[data-v-aa7a7266] {
5380
5128
  min-height: 60px;
5381
5129
  position: relative;
5382
5130
  }
5383
- .widget-form-list li.sortable-chosen[data-v-ca6b73ae] {
5131
+ .widget-form-list li.sortable-chosen[data-v-aa7a7266] {
5384
5132
  height: 2px !important;
5385
5133
  overflow: hidden !important;
5386
5134
  background: red !important;
5387
5135
  }
5388
- .widget-form-list .widget-col-list[data-v-ca6b73ae] {
5136
+ .widget-form-list .widget-col-list[data-v-aa7a7266] {
5389
5137
  min-height: 50px;
5390
5138
  border: 1px dashed #ccc;
5391
5139
  background: #fff;
5392
5140
  }
5393
- .widget-form-list .widget-col[data-v-ca6b73ae] {
5141
+ .widget-form-list .widget-col[data-v-aa7a7266] {
5394
5142
  padding-bottom: 0;
5395
5143
  padding: 5px;
5396
5144
  background-color: rgba(253, 246, 236, 0.3);
5397
5145
  }
5398
- .grid-lay-out-wrap .widget-col-list[data-v-ca6b73ae] {
5146
+ .grid-lay-out-wrap .widget-col-list[data-v-aa7a7266] {
5399
5147
  width: 100%;
5400
5148
  height: 100%;
5401
5149
  min-height: 40px;
5402
5150
  border: none;
5403
5151
  }
5404
- .widget-form-ocuupied[data-v-ca6b73ae] {
5152
+ .widget-form-ocuupied[data-v-aa7a7266] {
5405
5153
  min-height: 540px;
5406
5154
  border: none;
5407
5155
  }
5408
- .drag_table[data-v-ca6b73ae] {
5156
+ .drag_table[data-v-aa7a7266] {
5409
5157
  width: calc(100% - 100px);
5410
5158
  height: 100%;
5411
5159
  display: flex;
5412
5160
  overflow-y: scroll;
5413
5161
  }
5414
- .drag_table[data-v-ca6b73ae]::-webkit-scrollbar {
5162
+ .drag_table[data-v-aa7a7266]::-webkit-scrollbar {
5415
5163
  width: 3px;
5416
5164
  height: 3px;
5417
5165
  }
5418
- .drag_table[data-v-ca6b73ae]::-webkit-scrollbar-track {
5166
+ .drag_table[data-v-aa7a7266]::-webkit-scrollbar-track {
5419
5167
  background: #fff;
5420
5168
  border-radius: 2px;
5421
5169
  }
5422
- .drag_table[data-v-ca6b73ae]::-webkit-scrollbar-thumb {
5170
+ .drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb {
5423
5171
  background: #cdcdcd;
5424
5172
  border-radius: 8px;
5425
5173
  }
5426
- .drag_table[data-v-ca6b73ae]::-webkit-scrollbar-thumb:hover {
5174
+ .drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb:hover {
5427
5175
  background: #cdcdcd;
5428
5176
  }
5429
- .drag_table[data-v-ca6b73ae]::-webkit-scrollbar-corner {
5177
+ .drag_table[data-v-aa7a7266]::-webkit-scrollbar-corner {
5430
5178
  background: #cdcdcd;
5431
5179
  }
5432
- .widget-form-ocuupied[data-v-ca6b73ae] {
5180
+ .widget-form-ocuupied[data-v-aa7a7266] {
5433
5181
  min-height: 540px;
5434
5182
  border: none;
5435
5183
  }
5436
- .table_label[data-v-ca6b73ae] {
5184
+ .table_label[data-v-aa7a7266] {
5437
5185
  width: 100px;
5438
5186
  min-width: 100px;
5439
5187
  height: 100%;
5440
5188
  text-align: right;
5441
5189
  }
5442
- .widget-view-model[data-v-ca6b73ae] {
5190
+ .widget-view-model[data-v-aa7a7266] {
5443
5191
  position: absolute;
5444
5192
  top: 0px;
5445
5193
  right: 3px;
@@ -5449,12 +5197,12 @@ div {
5449
5197
  opacity: 0.6;
5450
5198
  }
5451
5199
  /**selectedWidget active*/
5452
- [data-v-ca6b73ae] .active {
5200
+ [data-v-aa7a7266] .active {
5453
5201
  outline: 2px solid #409EFF;
5454
5202
  box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
5455
5203
  position: relative;
5456
5204
  }
5457
- [data-v-ca6b73ae] .active .widget-view-drag {
5205
+ [data-v-aa7a7266] .active .widget-view-drag {
5458
5206
  position: absolute;
5459
5207
  left: -2px;
5460
5208
  top: -2px;
@@ -5468,7 +5216,7 @@ div {
5468
5216
  color: #ffffff;
5469
5217
  cursor: move;
5470
5218
  }
5471
- [data-v-ca6b73ae] .active .widget-view-action {
5219
+ [data-v-aa7a7266] .active .widget-view-action {
5472
5220
  width: 70px;
5473
5221
  position: absolute;
5474
5222
  right: 0px;
@@ -5481,7 +5229,7 @@ div {
5481
5229
  background: transparent;
5482
5230
  color: #fff;
5483
5231
  }
5484
- [data-v-ca6b73ae] .active .widget-view-action .iconfont {
5232
+ [data-v-aa7a7266] .active .widget-view-action .iconfont {
5485
5233
  width: 25px;
5486
5234
  height: 25px;
5487
5235
  border-radius: 50%;
@@ -5491,17 +5239,17 @@ div {
5491
5239
  font-size: 14px;
5492
5240
  justify-content: center;
5493
5241
  }
5494
- [data-v-ca6b73ae] .active .widget-view-action .icon-icon_clone {
5242
+ [data-v-aa7a7266] .active .widget-view-action .icon-icon_clone {
5495
5243
  background: red;
5496
5244
  }
5497
- [data-v-ca6b73ae] .active .widget-view-action .icon-trash {
5245
+ [data-v-aa7a7266] .active .widget-view-action .icon-trash {
5498
5246
  margin-left: 20px;
5499
5247
  }
5500
- .widget-form-list .widget-view[data-v-ca6b73ae] {
5248
+ .widget-form-list .widget-view[data-v-aa7a7266] {
5501
5249
  z-index: 8;
5502
5250
  position: relative;
5503
5251
  }
5504
- .widget-form-list .widget-view .widget-view-action[data-v-ca6b73ae] {
5252
+ .widget-form-list .widget-view .widget-view-action[data-v-aa7a7266] {
5505
5253
  position: absolute;
5506
5254
  right: 0px;
5507
5255
  bottom: 0;
@@ -5513,7 +5261,7 @@ div {
5513
5261
  background: transparent;
5514
5262
  color: #fff;
5515
5263
  }
5516
- .widget-form-list .widget-view .widget-view-action .iconfont[data-v-ca6b73ae] {
5264
+ .widget-form-list .widget-view .widget-view-action .iconfont[data-v-aa7a7266] {
5517
5265
  width: 25px;
5518
5266
  height: 25px;
5519
5267
  border-radius: 50%;
@@ -5523,13 +5271,13 @@ div {
5523
5271
  font-size: 14px;
5524
5272
  justify-content: center;
5525
5273
  }
5526
- .widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-ca6b73ae] {
5274
+ .widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-aa7a7266] {
5527
5275
  background: red;
5528
5276
  }
5529
- .widget-form-list .widget-view .widget-view-action .icon-trash[data-v-ca6b73ae] {
5277
+ .widget-form-list .widget-view .widget-view-action .icon-trash[data-v-aa7a7266] {
5530
5278
  margin-left: 20px;
5531
5279
  }
5532
- .widget-form-list .widget-view .widget-view-drag[data-v-ca6b73ae] {
5280
+ .widget-form-list .widget-view .widget-view-drag[data-v-aa7a7266] {
5533
5281
  position: absolute;
5534
5282
  left: -2px;
5535
5283
  top: -2px;
@@ -5539,30 +5287,30 @@ div {
5539
5287
  background: #409eff;
5540
5288
  z-index: 9;
5541
5289
  }
5542
- .widget-form-list .widget-view .widget-view-drag i[data-v-ca6b73ae] {
5290
+ .widget-form-list .widget-view .widget-view-drag i[data-v-aa7a7266] {
5543
5291
  font-size: 14px;
5544
5292
  color: #fff;
5545
5293
  margin: 0 5px;
5546
5294
  cursor: move;
5547
5295
  }
5548
5296
  /*****无border *****/
5549
- .no-border .widget-form-list[data-v-ca6b73ae] {
5297
+ .no-border .widget-form-list[data-v-aa7a7266] {
5550
5298
  border: none;
5551
5299
  }
5552
- .no-border .widget-form-list .row-item[data-v-ca6b73ae]:not(:last-child) {
5300
+ .no-border .widget-form-list .row-item[data-v-aa7a7266]:not(:last-child) {
5553
5301
  border: none;
5554
5302
  }
5555
- .no-border .widget-form-list[data-v-ca6b73ae] .ant-form-item .ant-form-item-label {
5303
+ .no-border .widget-form-list[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
5556
5304
  border: 0;
5557
5305
  }
5558
5306
  /*****无border *****/
5559
5307
  /***label对齐方式 */
5560
- [data-v-ca6b73ae] .custom_form_item .break {
5308
+ [data-v-aa7a7266] .custom_form_item .break {
5561
5309
  white-space: normal;
5562
5310
  word-break: break-all;
5563
5311
  word-wrap: break-word;
5564
5312
  }
5565
- [data-v-ca6b73ae] .custom_form_item .align-between {
5313
+ [data-v-aa7a7266] .custom_form_item .align-between {
5566
5314
  white-space: normal;
5567
5315
  word-break: break-all;
5568
5316
  word-wrap: break-word;
@@ -5571,28 +5319,28 @@ div {
5571
5319
  text-align-last: justify;
5572
5320
  width: 80%;
5573
5321
  }
5574
- [data-v-ca6b73ae] .custom_form_item .align-middle {
5322
+ [data-v-aa7a7266] .custom_form_item .align-middle {
5575
5323
  white-space: normal;
5576
5324
  word-break: break-all;
5577
5325
  word-wrap: break-word;
5578
5326
  text-align: center;
5579
5327
  width: 80%;
5580
5328
  }
5581
- [data-v-ca6b73ae] .custom_form_item .align-left {
5329
+ [data-v-aa7a7266] .custom_form_item .align-left {
5582
5330
  white-space: normal;
5583
5331
  word-break: break-all;
5584
5332
  word-wrap: break-word;
5585
5333
  text-align: left;
5586
5334
  width: 80%;
5587
5335
  }
5588
- [data-v-ca6b73ae] .custom_form_item .align-right {
5336
+ [data-v-aa7a7266] .custom_form_item .align-right {
5589
5337
  white-space: normal;
5590
5338
  word-break: break-all;
5591
5339
  word-wrap: break-word;
5592
5340
  text-align: right;
5593
5341
  width: 80%;
5594
5342
  }
5595
- [data-v-ca6b73ae] .custom_form_item .align-center {
5343
+ [data-v-aa7a7266] .custom_form_item .align-center {
5596
5344
  white-space: normal;
5597
5345
  word-break: break-all;
5598
5346
  word-wrap: break-word;
@@ -5602,48 +5350,48 @@ div {
5602
5350
  /***label对齐方式 */
5603
5351
 
5604
5352
 
5605
- [data-v-5f94fdfc] .ant-select-selection--multiple .ant-select-selection__rendered {
5353
+ [data-v-34cf2307] .ant-select-selection--multiple .ant-select-selection__rendered {
5606
5354
  line-height: 5px !important;
5607
5355
  }
5608
- [data-v-5f94fdfc] .m-colorPicker {
5356
+ [data-v-34cf2307] .m-colorPicker {
5609
5357
  z-index: 2;
5610
5358
  }
5611
- [data-v-5f94fdfc] .m-colorPicker .colorBtn {
5359
+ [data-v-34cf2307] .m-colorPicker .colorBtn {
5612
5360
  border: 1px solid #e3e3e3;
5613
5361
  }
5614
5362
 
5615
5363
 
5616
- [data-v-45ff2fe2] .ant-form-item {
5364
+ [data-v-6aa7533c] .ant-form-item {
5617
5365
  margin-bottom: 10px;
5618
5366
  padding-bottom: 8px;
5619
5367
  border-bottom: 1px dashed #f0f0f0;
5620
5368
  }
5621
- [data-v-45ff2fe2] .ant-form-item:last-child {
5369
+ [data-v-6aa7533c] .ant-form-item:last-child {
5622
5370
  border-bottom: none;
5623
5371
  padding-bottom: 0;
5624
5372
  }
5625
- [data-v-45ff2fe2] .ant-form-item ul {
5373
+ [data-v-6aa7533c] .ant-form-item ul {
5626
5374
  position: initial !important;
5627
5375
  overflow-y: auto !important;
5628
5376
  }
5629
- [data-v-45ff2fe2] .ant-form-item-label > label {
5377
+ [data-v-6aa7533c] .ant-form-item-label > label {
5630
5378
  color: #606266;
5631
5379
  font-size: 13px;
5632
5380
  font-weight: 500;
5633
5381
  }
5634
- [data-v-45ff2fe2] .ant-switch {
5382
+ [data-v-6aa7533c] .ant-switch {
5635
5383
  transition: all 0.25s ease;
5636
5384
  }
5637
- [data-v-45ff2fe2] .ant-input,[data-v-45ff2fe2] .ant-select,[data-v-45ff2fe2] .ant-input-number {
5385
+ [data-v-6aa7533c] .ant-input,[data-v-6aa7533c] .ant-select,[data-v-6aa7533c] .ant-input-number {
5638
5386
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
5639
5387
  }
5640
- [data-v-45ff2fe2] .ant-input:focus,[data-v-45ff2fe2] .ant-select:focus,[data-v-45ff2fe2] .ant-input-number:focus,[data-v-45ff2fe2] .ant-input:hover,[data-v-45ff2fe2] .ant-select:hover,[data-v-45ff2fe2] .ant-input-number:hover {
5388
+ [data-v-6aa7533c] .ant-input:focus,[data-v-6aa7533c] .ant-select:focus,[data-v-6aa7533c] .ant-input-number:focus,[data-v-6aa7533c] .ant-input:hover,[data-v-6aa7533c] .ant-select:hover,[data-v-6aa7533c] .ant-input-number:hover {
5641
5389
  border-color: #409EFF;
5642
5390
  }
5643
- [data-v-45ff2fe2] .ant-input:focus,[data-v-45ff2fe2] .ant-select:focus .ant-select-selection {
5391
+ [data-v-6aa7533c] .ant-input:focus,[data-v-6aa7533c] .ant-select:focus .ant-select-selection {
5644
5392
  box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.15);
5645
5393
  }
5646
- .config-empty[data-v-45ff2fe2] {
5394
+ .config-empty[data-v-6aa7533c] {
5647
5395
  display: flex;
5648
5396
  flex-direction: column;
5649
5397
  align-items: center;
@@ -5651,17 +5399,17 @@ div {
5651
5399
  height: 200px;
5652
5400
  color: #c0c4cc;
5653
5401
  }
5654
- .config-empty .anticon[data-v-45ff2fe2] {
5402
+ .config-empty .anticon[data-v-6aa7533c] {
5655
5403
  font-size: 40px;
5656
5404
  margin-bottom: 14px;
5657
- animation: emptyFloat-data-v-45ff2fe2 2.5s ease-in-out infinite;
5405
+ animation: emptyFloat-data-v-6aa7533c 2.5s ease-in-out infinite;
5658
5406
  }
5659
- .config-empty p[data-v-45ff2fe2] {
5407
+ .config-empty p[data-v-6aa7533c] {
5660
5408
  font-size: 13px;
5661
5409
  margin: 0;
5662
5410
  color: #909399;
5663
5411
  }
5664
- @keyframes emptyFloat-data-v-45ff2fe2 {
5412
+ @keyframes emptyFloat-data-v-6aa7533c {
5665
5413
  0%,
5666
5414
  100% {
5667
5415
  transform: translateY(0);