@zscreate/form-component 1.1.689-AI.7 → 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.
- package/dist/form-component.css +371 -635
- package/dist/form-component.umd.js +3211 -3076
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1581,16 +1581,16 @@ li.CodeMirror-hint-active {
|
|
|
1581
1581
|
margin-right: 4px;
|
|
1582
1582
|
}
|
|
1583
1583
|
|
|
1584
|
-
.custom_form_item .label[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
2038
|
+
[data-v-02f7d5e6] .ant-radio-wrapper {
|
|
1875
2039
|
white-space: initial !important;
|
|
1876
2040
|
}
|
|
1877
2041
|
|
|
@@ -3871,13 +4035,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3871
4035
|
}
|
|
3872
4036
|
|
|
3873
4037
|
|
|
3874
|
-
[data-v-
|
|
4038
|
+
[data-v-627f4e94] .ant-modal-content {
|
|
3875
4039
|
top: 0px !important;
|
|
3876
4040
|
}
|
|
3877
|
-
[data-v-
|
|
4041
|
+
[data-v-627f4e94] .ant-modal-body {
|
|
3878
4042
|
padding: 20px 12px !important;
|
|
3879
4043
|
}
|
|
3880
|
-
.conference-room-content[data-v-
|
|
4044
|
+
.conference-room-content[data-v-627f4e94] {
|
|
3881
4045
|
-webkit-user-select: none;
|
|
3882
4046
|
/* Safari */
|
|
3883
4047
|
-moz-user-select: none;
|
|
@@ -3886,71 +4050,71 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3886
4050
|
user-select: none;
|
|
3887
4051
|
/* 标准语法 */
|
|
3888
4052
|
}
|
|
3889
|
-
.conference-room-content .conference-room-content-hard[data-v-
|
|
4053
|
+
.conference-room-content .conference-room-content-hard[data-v-627f4e94] {
|
|
3890
4054
|
display: flex;
|
|
3891
4055
|
justify-content: space-between;
|
|
3892
4056
|
align-items: center;
|
|
3893
4057
|
}
|
|
3894
|
-
.conference-room-content .conference-room-content-hard .left[data-v-
|
|
4058
|
+
.conference-room-content .conference-room-content-hard .left[data-v-627f4e94] {
|
|
3895
4059
|
display: flex;
|
|
3896
4060
|
}
|
|
3897
|
-
.conference-room-content .conference-room-content-hard .left .left-date-type[data-v-
|
|
4061
|
+
.conference-room-content .conference-room-content-hard .left .left-date-type[data-v-627f4e94] {
|
|
3898
4062
|
margin-right: 20px;
|
|
3899
4063
|
}
|
|
3900
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-
|
|
4064
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-627f4e94] {
|
|
3901
4065
|
cursor: pointer;
|
|
3902
4066
|
color: #999;
|
|
3903
4067
|
}
|
|
3904
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-
|
|
4068
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-627f4e94] .ant-input {
|
|
3905
4069
|
border: none;
|
|
3906
4070
|
text-align: center;
|
|
3907
4071
|
}
|
|
3908
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-
|
|
4072
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-627f4e94] .anticon {
|
|
3909
4073
|
display: none;
|
|
3910
4074
|
}
|
|
3911
|
-
.conference-room-content .conference-room-content-hard .left .left-date-button[data-v-
|
|
4075
|
+
.conference-room-content .conference-room-content-hard .left .left-date-button[data-v-627f4e94] {
|
|
3912
4076
|
display: flex;
|
|
3913
4077
|
align-items: center;
|
|
3914
4078
|
margin-left: 12px;
|
|
3915
4079
|
}
|
|
3916
|
-
.conference-room-content .conference-room-content-hard .right .right-content[data-v-
|
|
4080
|
+
.conference-room-content .conference-room-content-hard .right .right-content[data-v-627f4e94] {
|
|
3917
4081
|
display: flex;
|
|
3918
4082
|
margin-right: 10px;
|
|
3919
4083
|
}
|
|
3920
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-
|
|
4084
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-627f4e94] {
|
|
3921
4085
|
display: flex;
|
|
3922
4086
|
margin-left: 20px;
|
|
3923
4087
|
align-items: center;
|
|
3924
4088
|
}
|
|
3925
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-
|
|
4089
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-627f4e94] {
|
|
3926
4090
|
background-color: #D7F4DA;
|
|
3927
4091
|
width: 14px;
|
|
3928
4092
|
height: 14px;
|
|
3929
4093
|
border-radius: 7px 7px 7px 7px;
|
|
3930
4094
|
}
|
|
3931
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-
|
|
4095
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-627f4e94] {
|
|
3932
4096
|
background-color: #FFD4AF;
|
|
3933
4097
|
width: 14px;
|
|
3934
4098
|
height: 14px;
|
|
3935
4099
|
border-radius: 7px 7px 7px 7px;
|
|
3936
4100
|
}
|
|
3937
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-
|
|
4101
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-627f4e94] {
|
|
3938
4102
|
background-color: #FFB5B5;
|
|
3939
4103
|
width: 14px;
|
|
3940
4104
|
height: 14px;
|
|
3941
4105
|
border-radius: 7px 7px 7px 7px;
|
|
3942
4106
|
}
|
|
3943
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-
|
|
4107
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-627f4e94] {
|
|
3944
4108
|
font-weight: 400;
|
|
3945
4109
|
font-size: 14px;
|
|
3946
4110
|
color: #333333;
|
|
3947
4111
|
margin-left: 6px;
|
|
3948
4112
|
}
|
|
3949
|
-
.conference-room-content .conference-room-body[data-v-
|
|
4113
|
+
.conference-room-content .conference-room-body[data-v-627f4e94] {
|
|
3950
4114
|
margin-top: 16px;
|
|
3951
4115
|
display: flex;
|
|
3952
4116
|
}
|
|
3953
|
-
.conference-room-content .conference-room-body .conference-room-body-left[data-v-
|
|
4117
|
+
.conference-room-content .conference-room-body .conference-room-body-left[data-v-627f4e94] {
|
|
3954
4118
|
width: 243px;
|
|
3955
4119
|
height: 559px;
|
|
3956
4120
|
background: #F5F9FF;
|
|
@@ -3958,60 +4122,60 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3958
4122
|
border: 1px solid #ECECEC;
|
|
3959
4123
|
border-bottom: none;
|
|
3960
4124
|
}
|
|
3961
|
-
.table[data-v-
|
|
4125
|
+
.table[data-v-627f4e94] {
|
|
3962
4126
|
width: 100%;
|
|
3963
4127
|
}
|
|
3964
|
-
.table tr td[data-v-
|
|
3965
|
-
.table tr th[data-v-
|
|
4128
|
+
.table tr td[data-v-627f4e94]:first-child,
|
|
4129
|
+
.table tr th[data-v-627f4e94]:first-child {
|
|
3966
4130
|
width: 243px;
|
|
3967
4131
|
background-color: #F5F9FF;
|
|
3968
4132
|
}
|
|
3969
|
-
.table td[data-v-
|
|
3970
|
-
.table th[data-v-
|
|
4133
|
+
.table td[data-v-627f4e94],
|
|
4134
|
+
.table th[data-v-627f4e94] {
|
|
3971
4135
|
border: 1px solid #f1f1f1;
|
|
3972
4136
|
padding: 5px;
|
|
3973
4137
|
vertical-align: middle;
|
|
3974
4138
|
text-align: center;
|
|
3975
4139
|
}
|
|
3976
|
-
.table td .ellipsis[data-v-
|
|
3977
|
-
.table th .ellipsis[data-v-
|
|
4140
|
+
.table td .ellipsis[data-v-627f4e94],
|
|
4141
|
+
.table th .ellipsis[data-v-627f4e94] {
|
|
3978
4142
|
overflow: hidden;
|
|
3979
4143
|
text-overflow: ellipsis;
|
|
3980
4144
|
white-space: nowrap;
|
|
3981
4145
|
width: 97%;
|
|
3982
4146
|
}
|
|
3983
|
-
.table .td-bg-0[data-v-
|
|
4147
|
+
.table .td-bg-0[data-v-627f4e94] {
|
|
3984
4148
|
background-color: #fff;
|
|
3985
4149
|
cursor: not-allowed;
|
|
3986
4150
|
}
|
|
3987
|
-
.table .td-bg-0[data-v-
|
|
4151
|
+
.table .td-bg-0[data-v-627f4e94]:hover {
|
|
3988
4152
|
background-color: #efefee;
|
|
3989
4153
|
}
|
|
3990
|
-
.table .td-bg-1[data-v-
|
|
4154
|
+
.table .td-bg-1[data-v-627f4e94] {
|
|
3991
4155
|
background-color: #d7f4da;
|
|
3992
4156
|
cursor: pointer;
|
|
3993
4157
|
}
|
|
3994
|
-
.table .td-bg-1[data-v-
|
|
4158
|
+
.table .td-bg-1[data-v-627f4e94]:hover {
|
|
3995
4159
|
background-color: rgba(215, 244, 218, 0.5);
|
|
3996
4160
|
}
|
|
3997
|
-
.table .td-bg-2[data-v-
|
|
4161
|
+
.table .td-bg-2[data-v-627f4e94] {
|
|
3998
4162
|
background-color: #ffd4af;
|
|
3999
4163
|
cursor: pointer;
|
|
4000
4164
|
}
|
|
4001
|
-
.table .td-bg-2[data-v-
|
|
4165
|
+
.table .td-bg-2[data-v-627f4e94]:hover {
|
|
4002
4166
|
background-color: rgba(255, 212, 175, 0.5);
|
|
4003
4167
|
}
|
|
4004
|
-
.table .td-bg-3[data-v-
|
|
4168
|
+
.table .td-bg-3[data-v-627f4e94] {
|
|
4005
4169
|
background-color: #ffb5b5;
|
|
4006
4170
|
cursor: pointer;
|
|
4007
4171
|
}
|
|
4008
|
-
.table .td-bg-3[data-v-
|
|
4172
|
+
.table .td-bg-3[data-v-627f4e94]:hover {
|
|
4009
4173
|
background-color: rgba(255, 181, 181, 0.5);
|
|
4010
4174
|
}
|
|
4011
|
-
.input-no-border[data-v-
|
|
4175
|
+
.input-no-border[data-v-627f4e94] {
|
|
4012
4176
|
border: none;
|
|
4013
4177
|
}
|
|
4014
|
-
[data-v-
|
|
4178
|
+
[data-v-627f4e94] .ant-table-body {
|
|
4015
4179
|
margin: 0 !important;
|
|
4016
4180
|
}
|
|
4017
4181
|
|
|
@@ -4056,7 +4220,7 @@ div {
|
|
|
4056
4220
|
}
|
|
4057
4221
|
|
|
4058
4222
|
|
|
4059
|
-
[data-v-
|
|
4223
|
+
[data-v-b87a9ec2] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
4060
4224
|
line-height: 5px !important;
|
|
4061
4225
|
}
|
|
4062
4226
|
|
|
@@ -4264,434 +4428,6 @@ div {
|
|
|
4264
4428
|
min-height: initial;
|
|
4265
4429
|
}
|
|
4266
4430
|
|
|
4267
|
-
.textarea-wrapper[data-v-64726beb] {
|
|
4268
|
-
position: relative;
|
|
4269
|
-
display: block;
|
|
4270
|
-
height: 100%;
|
|
4271
|
-
box-sizing: border-box;
|
|
4272
|
-
}
|
|
4273
|
-
.textarea-wrapper[data-v-64726beb] textarea {
|
|
4274
|
-
height: 100%;
|
|
4275
|
-
}
|
|
4276
|
-
.textarea-wrapper .textarea-wrapper__count[data-v-64726beb] {
|
|
4277
|
-
color: #808080;
|
|
4278
|
-
background: #fff;
|
|
4279
|
-
position: absolute;
|
|
4280
|
-
font-size: 12px;
|
|
4281
|
-
bottom: 8px;
|
|
4282
|
-
right: 12px;
|
|
4283
|
-
line-height: 14px;
|
|
4284
|
-
}
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
[data-v-6bb26d0f] .ant-popover-inner-content {
|
|
4288
|
-
width: 190px;
|
|
4289
|
-
}
|
|
4290
|
-
[data-v-6bb26d0f] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
4291
|
-
width: calc(100% - 0px) !important;
|
|
4292
|
-
}
|
|
4293
|
-
[data-v-6bb26d0f] .ant-form-item-control {
|
|
4294
|
-
height: 100%;
|
|
4295
|
-
}
|
|
4296
|
-
/***label对齐方式*/
|
|
4297
|
-
.custom_form_item .break[data-v-6bb26d0f] {
|
|
4298
|
-
white-space: normal;
|
|
4299
|
-
word-break: break-all;
|
|
4300
|
-
word-wrap: break-word;
|
|
4301
|
-
}
|
|
4302
|
-
.custom_form_item .align-between[data-v-6bb26d0f] {
|
|
4303
|
-
white-space: normal;
|
|
4304
|
-
word-break: break-all;
|
|
4305
|
-
word-wrap: break-word;
|
|
4306
|
-
text-align: justify;
|
|
4307
|
-
-moz-text-align-last: justify;
|
|
4308
|
-
text-align-last: justify;
|
|
4309
|
-
width: 80%;
|
|
4310
|
-
}
|
|
4311
|
-
.custom_form_item .align-middle[data-v-6bb26d0f] {
|
|
4312
|
-
white-space: normal;
|
|
4313
|
-
word-break: break-all;
|
|
4314
|
-
word-wrap: break-word;
|
|
4315
|
-
text-align: center;
|
|
4316
|
-
width: 80%;
|
|
4317
|
-
}
|
|
4318
|
-
.custom_form_item .align-left[data-v-6bb26d0f] {
|
|
4319
|
-
white-space: normal;
|
|
4320
|
-
word-break: break-all;
|
|
4321
|
-
word-wrap: break-word;
|
|
4322
|
-
text-align: left;
|
|
4323
|
-
width: 80%;
|
|
4324
|
-
}
|
|
4325
|
-
.custom_form_item .align-right[data-v-6bb26d0f] {
|
|
4326
|
-
white-space: normal;
|
|
4327
|
-
word-break: break-all;
|
|
4328
|
-
word-wrap: break-word;
|
|
4329
|
-
text-align: right;
|
|
4330
|
-
width: 80%;
|
|
4331
|
-
}
|
|
4332
|
-
.custom_form_item .align-center[data-v-6bb26d0f] {
|
|
4333
|
-
white-space: normal;
|
|
4334
|
-
word-break: break-all;
|
|
4335
|
-
word-wrap: break-word;
|
|
4336
|
-
text-align: center;
|
|
4337
|
-
width: 90%;
|
|
4338
|
-
}
|
|
4339
|
-
/***label对齐方式 */
|
|
4340
|
-
/*****公共boder ****/
|
|
4341
|
-
[data-v-6bb26d0f] .ant-form-item-control-wrapper {
|
|
4342
|
-
border-right: none !important;
|
|
4343
|
-
border-bottom: 1px solid #000;
|
|
4344
|
-
}
|
|
4345
|
-
[data-v-6bb26d0f] .ant-form-item-label {
|
|
4346
|
-
border-bottom: 1px solid #000;
|
|
4347
|
-
}
|
|
4348
|
-
.verify-right[data-v-6bb26d0f] {
|
|
4349
|
-
border-right: 1px solid #000;
|
|
4350
|
-
}
|
|
4351
|
-
.custom_form_item_special[data-v-6bb26d0f] .ant-form-item-children {
|
|
4352
|
-
height: 100%;
|
|
4353
|
-
}
|
|
4354
|
-
/*****公共boder ****/
|
|
4355
|
-
.custom_form_item_special[data-v-6bb26d0f] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
4356
|
-
width: 100%;
|
|
4357
|
-
}
|
|
4358
|
-
.verify-no-border input[data-v-6bb26d0f],
|
|
4359
|
-
.verify-no-border textarea[data-v-6bb26d0f] {
|
|
4360
|
-
display: block;
|
|
4361
|
-
background: none;
|
|
4362
|
-
height: 90%;
|
|
4363
|
-
width: 98%;
|
|
4364
|
-
margin: 0 auto;
|
|
4365
|
-
}
|
|
4366
|
-
.verify-no-border input[data-v-6bb26d0f]:disabled,
|
|
4367
|
-
.verify-no-border textarea[data-v-6bb26d0f]:disabled {
|
|
4368
|
-
background: none !important;
|
|
4369
|
-
color: #333;
|
|
4370
|
-
}
|
|
4371
|
-
.verify[data-v-6bb26d0f] {
|
|
4372
|
-
position: relative;
|
|
4373
|
-
}
|
|
4374
|
-
.verify .inner-form-item[data-v-6bb26d0f] .ant-form-item-control-wrapper {
|
|
4375
|
-
border-bottom: none !important;
|
|
4376
|
-
}
|
|
4377
|
-
.verify .inner-form-item[data-v-6bb26d0f] .ant-form-item-children {
|
|
4378
|
-
display: flex;
|
|
4379
|
-
align-items: center;
|
|
4380
|
-
justify-content: center;
|
|
4381
|
-
width: 100%;
|
|
4382
|
-
}
|
|
4383
|
-
.verify .inner-form-item[data-v-6bb26d0f] .ant-form-item-children .textarea-wrapper {
|
|
4384
|
-
width: 100%;
|
|
4385
|
-
}
|
|
4386
|
-
.verify .verify-left[data-v-6bb26d0f] {
|
|
4387
|
-
position: absolute;
|
|
4388
|
-
left: 0;
|
|
4389
|
-
top: 0;
|
|
4390
|
-
width: 100px;
|
|
4391
|
-
border-right: 1px solid #e6e6e6;
|
|
4392
|
-
height: 100%;
|
|
4393
|
-
text-align: justify;
|
|
4394
|
-
-moz-text-align-last: justify;
|
|
4395
|
-
text-align-last: justify;
|
|
4396
|
-
}
|
|
4397
|
-
.verify .verify-right[data-v-6bb26d0f] {
|
|
4398
|
-
height: 100%;
|
|
4399
|
-
width: 100%;
|
|
4400
|
-
position: relative;
|
|
4401
|
-
}
|
|
4402
|
-
.verify .verify-right .verify-text[data-v-6bb26d0f] {
|
|
4403
|
-
position: relative;
|
|
4404
|
-
height: 70%;
|
|
4405
|
-
padding-top: 5px;
|
|
4406
|
-
border-bottom: 1px solid #e6e6e6;
|
|
4407
|
-
/* 仅历史记录里直接包裹 textarea 的 span,避免误伤字数统计等嵌套 span */
|
|
4408
|
-
}
|
|
4409
|
-
.verify .verify-right .verify-text .verify-btn[data-v-6bb26d0f] {
|
|
4410
|
-
position: absolute;
|
|
4411
|
-
right: 10px;
|
|
4412
|
-
bottom: 10px;
|
|
4413
|
-
z-index: 10;
|
|
4414
|
-
}
|
|
4415
|
-
.verify .verify-right .verify-text > span[data-v-6bb26d0f] {
|
|
4416
|
-
display: block;
|
|
4417
|
-
border: none;
|
|
4418
|
-
height: 100%;
|
|
4419
|
-
}
|
|
4420
|
-
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-6bb26d0f] {
|
|
4421
|
-
display: inline;
|
|
4422
|
-
height: auto;
|
|
4423
|
-
width: auto;
|
|
4424
|
-
}
|
|
4425
|
-
.verify .verify-right .verify-seal[data-v-6bb26d0f] {
|
|
4426
|
-
position: absolute;
|
|
4427
|
-
width: 35mm;
|
|
4428
|
-
height: 35mm;
|
|
4429
|
-
z-index: 9 !important;
|
|
4430
|
-
}
|
|
4431
|
-
.verify .verify-right .verify-seal img[data-v-6bb26d0f] {
|
|
4432
|
-
width: 35mm;
|
|
4433
|
-
height: 35mm;
|
|
4434
|
-
}
|
|
4435
|
-
.verify .verify-right .verify-icon[data-v-6bb26d0f] {
|
|
4436
|
-
position: absolute;
|
|
4437
|
-
right: 3%;
|
|
4438
|
-
top: 3%;
|
|
4439
|
-
z-index: 20;
|
|
4440
|
-
cursor: pointer;
|
|
4441
|
-
}
|
|
4442
|
-
.verify .verify-option[data-v-6bb26d0f] {
|
|
4443
|
-
display: flex;
|
|
4444
|
-
height: 30%;
|
|
4445
|
-
}
|
|
4446
|
-
.verify .verify-option > div[data-v-6bb26d0f] {
|
|
4447
|
-
flex: 1;
|
|
4448
|
-
border-right: 1px solid #e6e6e6;
|
|
4449
|
-
display: flex;
|
|
4450
|
-
justify-content: space-between;
|
|
4451
|
-
align-items: center;
|
|
4452
|
-
}
|
|
4453
|
-
.verify .verify-option > div span[data-v-6bb26d0f] {
|
|
4454
|
-
text-align: center;
|
|
4455
|
-
flex: 2;
|
|
4456
|
-
border-right: 1px solid #e6e6e6;
|
|
4457
|
-
height: 100%;
|
|
4458
|
-
display: flex;
|
|
4459
|
-
align-items: center;
|
|
4460
|
-
justify-content: center;
|
|
4461
|
-
}
|
|
4462
|
-
.verify .verify-option > div span + span[data-v-6bb26d0f],
|
|
4463
|
-
.verify .verify-option > div span + .inner-form-item[data-v-6bb26d0f] {
|
|
4464
|
-
border-right: none;
|
|
4465
|
-
flex: 4;
|
|
4466
|
-
}
|
|
4467
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-6bb26d0f]:last-child {
|
|
4468
|
-
box-sizing: border-box;
|
|
4469
|
-
padding: 1px;
|
|
4470
|
-
}
|
|
4471
|
-
.verify .verify-option div[data-v-6bb26d0f]:last-child {
|
|
4472
|
-
border-right: none;
|
|
4473
|
-
}
|
|
4474
|
-
[data-v-6bb26d0f] .verify-style_label_left .ant-form-item-label label > div,
|
|
4475
|
-
.verify-style_label_left[data-v-6bb26d0f] .ant-form-item-label label > div {
|
|
4476
|
-
align-self: center;
|
|
4477
|
-
flex: 0 0 auto;
|
|
4478
|
-
height: auto;
|
|
4479
|
-
display: flex;
|
|
4480
|
-
align-items: center;
|
|
4481
|
-
justify-content: center;
|
|
4482
|
-
}
|
|
4483
|
-
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] {
|
|
4484
|
-
display: flex;
|
|
4485
|
-
flex-direction: column;
|
|
4486
|
-
height: 100%;
|
|
4487
|
-
}
|
|
4488
|
-
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .verify-right {
|
|
4489
|
-
height: 100% !important;
|
|
4490
|
-
}
|
|
4491
|
-
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-label {
|
|
4492
|
-
position: relative;
|
|
4493
|
-
width: 100% !important;
|
|
4494
|
-
height: 50px;
|
|
4495
|
-
border-bottom: 1px solid #e6e6e6 !important;
|
|
4496
|
-
}
|
|
4497
|
-
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-label label {
|
|
4498
|
-
width: 100%;
|
|
4499
|
-
}
|
|
4500
|
-
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-label .align-between {
|
|
4501
|
-
width: 100% !important;
|
|
4502
|
-
align-items: flex-start;
|
|
4503
|
-
-moz-text-align-last: left;
|
|
4504
|
-
text-align-last: left;
|
|
4505
|
-
text-align: left;
|
|
4506
|
-
letter-spacing: 8px;
|
|
4507
|
-
text-indent: 10px;
|
|
4508
|
-
}
|
|
4509
|
-
.verify-style_label_top > .ant-form-item[data-v-6bb26d0f] .ant-form-item-control-wrapper {
|
|
4510
|
-
width: 100%!important;
|
|
4511
|
-
height: initial !important;
|
|
4512
|
-
flex: 1;
|
|
4513
|
-
overflow: hidden;
|
|
4514
|
-
}
|
|
4515
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify .ant-form-item-control-wrapper {
|
|
4516
|
-
border-right: none;
|
|
4517
|
-
border-bottom: none;
|
|
4518
|
-
}
|
|
4519
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify .ant-form-item-label {
|
|
4520
|
-
border-bottom: none;
|
|
4521
|
-
}
|
|
4522
|
-
.verify-style_grid_verify .verify-style_label_top[data-v-6bb26d0f] .ant-form-item-label {
|
|
4523
|
-
border-right: none !important;
|
|
4524
|
-
}
|
|
4525
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right {
|
|
4526
|
-
border: none;
|
|
4527
|
-
}
|
|
4528
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-text {
|
|
4529
|
-
height: 50%;
|
|
4530
|
-
}
|
|
4531
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option {
|
|
4532
|
-
height: 50%;
|
|
4533
|
-
flex-wrap: wrap;
|
|
4534
|
-
display: grid;
|
|
4535
|
-
grid-template-rows: repeat(2, 50%);
|
|
4536
|
-
grid-template-columns: repeat(2, 50%);
|
|
4537
|
-
}
|
|
4538
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:first-child {
|
|
4539
|
-
grid-area: 1 / span 1 / span 1;
|
|
4540
|
-
}
|
|
4541
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:nth-child(2) {
|
|
4542
|
-
grid-area: 0.5 / span 1 / span 1;
|
|
4543
|
-
}
|
|
4544
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:nth-child(3) {
|
|
4545
|
-
grid-area: 2 / span 2 / span 1;
|
|
4546
|
-
}
|
|
4547
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div {
|
|
4548
|
-
height: 100%;
|
|
4549
|
-
box-sizing: border-box;
|
|
4550
|
-
}
|
|
4551
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div > span:first-child {
|
|
4552
|
-
flex: initial;
|
|
4553
|
-
padding: 0 3px;
|
|
4554
|
-
}
|
|
4555
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div span + span {
|
|
4556
|
-
flex: 3;
|
|
4557
|
-
overflow: hidden;
|
|
4558
|
-
}
|
|
4559
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:first-child {
|
|
4560
|
-
flex: 0 1 calc(50% + 20px);
|
|
4561
|
-
}
|
|
4562
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:nth-child(2) {
|
|
4563
|
-
border-right: none;
|
|
4564
|
-
}
|
|
4565
|
-
.verify-style_grid_verify[data-v-6bb26d0f] .verify-right .verify-option > div:last-child {
|
|
4566
|
-
flex: 0 0 100%;
|
|
4567
|
-
border-top: 1px solid #e6e6e6;
|
|
4568
|
-
}
|
|
4569
|
-
|
|
4570
|
-
.verifySelectDropDown .ant-empty-image svg {
|
|
4571
|
-
width: 100%;
|
|
4572
|
-
}
|
|
4573
|
-
|
|
4574
|
-
.custom_form_item[data-v-a34a7416] {
|
|
4575
|
-
height: 100%;
|
|
4576
|
-
}
|
|
4577
|
-
.custom_form_item[data-v-a34a7416] .ant-form-item {
|
|
4578
|
-
height: 100%;
|
|
4579
|
-
}
|
|
4580
|
-
[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 {
|
|
4581
|
-
align-self: center;
|
|
4582
|
-
flex: 0 0 auto;
|
|
4583
|
-
height: auto;
|
|
4584
|
-
display: flex;
|
|
4585
|
-
align-items: center;
|
|
4586
|
-
justify-content: center;
|
|
4587
|
-
}
|
|
4588
|
-
.verify-com[data-v-a34a7416] {
|
|
4589
|
-
width: 100%;
|
|
4590
|
-
}
|
|
4591
|
-
.verify-com .verify-text[data-v-a34a7416] {
|
|
4592
|
-
position: relative;
|
|
4593
|
-
}
|
|
4594
|
-
.verify-com .verify-option[data-v-a34a7416] {
|
|
4595
|
-
display: flex;
|
|
4596
|
-
height: 30%;
|
|
4597
|
-
margin-top: 10px;
|
|
4598
|
-
flex-wrap: wrap;
|
|
4599
|
-
}
|
|
4600
|
-
.verify-com .verify-option > div[data-v-a34a7416] {
|
|
4601
|
-
flex: 1;
|
|
4602
|
-
display: flex;
|
|
4603
|
-
justify-content: space-between;
|
|
4604
|
-
align-items: center;
|
|
4605
|
-
}
|
|
4606
|
-
.verify-com .verify-option > div span[data-v-a34a7416] {
|
|
4607
|
-
text-align: center;
|
|
4608
|
-
flex: 2;
|
|
4609
|
-
height: 100%;
|
|
4610
|
-
display: flex;
|
|
4611
|
-
align-items: center;
|
|
4612
|
-
justify-content: center;
|
|
4613
|
-
}
|
|
4614
|
-
.verify-com .verify-option > div span + input[data-v-a34a7416] {
|
|
4615
|
-
border-right: none;
|
|
4616
|
-
flex: 3;
|
|
4617
|
-
}
|
|
4618
|
-
.verify-com .verify-option div[data-v-a34a7416]:last-child {
|
|
4619
|
-
border-right: none;
|
|
4620
|
-
}
|
|
4621
|
-
.verify-style_grid_verify .verify-text[data-v-a34a7416] {
|
|
4622
|
-
height: 50%;
|
|
4623
|
-
}
|
|
4624
|
-
.verify-style_grid_verify .verify-option[data-v-a34a7416] {
|
|
4625
|
-
height: 50%;
|
|
4626
|
-
flex-wrap: wrap;
|
|
4627
|
-
display: grid;
|
|
4628
|
-
grid-template-rows: repeat(2, 50%);
|
|
4629
|
-
grid-template-columns: repeat(2, 50%);
|
|
4630
|
-
}
|
|
4631
|
-
.verify-style_grid_verify .verify-option > div[data-v-a34a7416]:first-child {
|
|
4632
|
-
grid-area: 1 / span 1.5 / span 1;
|
|
4633
|
-
}
|
|
4634
|
-
.verify-style_grid_verify .verify-option > div[data-v-a34a7416]:nth-child(2) {
|
|
4635
|
-
grid-area: 0.5 / span 1 / span 1;
|
|
4636
|
-
}
|
|
4637
|
-
.verify-style_grid_verify .verify-option > div[data-v-a34a7416]:nth-child(3) {
|
|
4638
|
-
grid-area: 2 / span 2 / span 1;
|
|
4639
|
-
}
|
|
4640
|
-
.verify-style_grid_verify .verify-option > div[data-v-a34a7416] {
|
|
4641
|
-
height: 100%;
|
|
4642
|
-
box-sizing: border-box;
|
|
4643
|
-
}
|
|
4644
|
-
.verify-style_grid_verify .verify-option > div > span[data-v-a34a7416]:first-child {
|
|
4645
|
-
flex: initial;
|
|
4646
|
-
padding: 0 3px;
|
|
4647
|
-
}
|
|
4648
|
-
.verify-style_grid_verify .verify-option > div span + span[data-v-a34a7416] {
|
|
4649
|
-
flex: 3;
|
|
4650
|
-
}
|
|
4651
|
-
.verify-style_label_top[data-v-a34a7416] {
|
|
4652
|
-
display: flex;
|
|
4653
|
-
flex-direction: column;
|
|
4654
|
-
height: 100%;
|
|
4655
|
-
box-sizing: border-box;
|
|
4656
|
-
}
|
|
4657
|
-
.verify-style_label_top .verify-text textarea[data-v-a34a7416] {
|
|
4658
|
-
margin-bottom: 0!important;
|
|
4659
|
-
}
|
|
4660
|
-
.verify-style_label_top[data-v-a34a7416] .ant-form-item-control {
|
|
4661
|
-
height: 100%;
|
|
4662
|
-
display: flex;
|
|
4663
|
-
flex-direction: column;
|
|
4664
|
-
justify-content: center;
|
|
4665
|
-
}
|
|
4666
|
-
.verify-style_label_top[data-v-a34a7416] .ant-form-item-label {
|
|
4667
|
-
position: relative !important;
|
|
4668
|
-
width: 100% !important;
|
|
4669
|
-
height: 20% !important;
|
|
4670
|
-
border-right: none !important;
|
|
4671
|
-
border-bottom: 1px solid #000;
|
|
4672
|
-
}
|
|
4673
|
-
.verify-style_label_top[data-v-a34a7416] .ant-form-item-label label {
|
|
4674
|
-
width: 100%;
|
|
4675
|
-
}
|
|
4676
|
-
.verify-style_label_top[data-v-a34a7416] .ant-form-item-label .align-between {
|
|
4677
|
-
width: 100% !important;
|
|
4678
|
-
align-items: flex-start;
|
|
4679
|
-
-moz-text-align-last: left;
|
|
4680
|
-
text-align-last: left;
|
|
4681
|
-
text-align: left;
|
|
4682
|
-
letter-spacing: 8px;
|
|
4683
|
-
text-indent: 10px;
|
|
4684
|
-
}
|
|
4685
|
-
.verify-style_label_top[data-v-a34a7416] .ant-form-item-control-wrapper {
|
|
4686
|
-
width: 100%!important;
|
|
4687
|
-
height: initial !important;
|
|
4688
|
-
flex: 1;
|
|
4689
|
-
margin-top: 5px;
|
|
4690
|
-
}
|
|
4691
|
-
.verify-style_label_top .verify-option[data-v-a34a7416] {
|
|
4692
|
-
margin-top: 0 !important;
|
|
4693
|
-
}
|
|
4694
|
-
|
|
4695
4431
|
.no-boder[data-v-30732198] {
|
|
4696
4432
|
border: none;
|
|
4697
4433
|
}
|
|
@@ -4830,11 +4566,11 @@ div {
|
|
|
4830
4566
|
transition: transform linear;
|
|
4831
4567
|
}
|
|
4832
4568
|
|
|
4833
|
-
.sub-table-col[data-v-
|
|
4569
|
+
.sub-table-col[data-v-0536d5fe] {
|
|
4834
4570
|
display: flex;
|
|
4835
4571
|
box-sizing: border-box;
|
|
4836
4572
|
}
|
|
4837
|
-
.sub-table-col > span[data-v-
|
|
4573
|
+
.sub-table-col > span[data-v-0536d5fe] {
|
|
4838
4574
|
flex: 2;
|
|
4839
4575
|
border-bottom: 1px solid #000;
|
|
4840
4576
|
border-right: 1px solid #000;
|
|
@@ -4842,22 +4578,22 @@ div {
|
|
|
4842
4578
|
line-height: 40px;
|
|
4843
4579
|
text-align: center;
|
|
4844
4580
|
}
|
|
4845
|
-
.sub-table-col > .last-one[data-v-
|
|
4581
|
+
.sub-table-col > .last-one[data-v-0536d5fe] {
|
|
4846
4582
|
width: 87px;
|
|
4847
4583
|
flex: 0 0 87px;
|
|
4848
4584
|
border-right: 1px solid #333;
|
|
4849
4585
|
border-bottom: 1px solid #333;
|
|
4850
4586
|
}
|
|
4851
|
-
.sub-table-col-no-border > span[data-v-
|
|
4587
|
+
.sub-table-col-no-border > span[data-v-0536d5fe] {
|
|
4852
4588
|
border: none;
|
|
4853
4589
|
height: auto;
|
|
4854
4590
|
width: 0;
|
|
4855
4591
|
}
|
|
4856
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4857
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
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 {
|
|
4858
4594
|
border-right: none !important;
|
|
4859
4595
|
}
|
|
4860
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4596
|
+
.sub-table-col-no-border > .last-one[data-v-0536d5fe] {
|
|
4861
4597
|
width: 87px;
|
|
4862
4598
|
flex: 0 0 87px;
|
|
4863
4599
|
display: flex;
|
|
@@ -4865,46 +4601,46 @@ div {
|
|
|
4865
4601
|
align-items: center;
|
|
4866
4602
|
}
|
|
4867
4603
|
|
|
4868
|
-
.t-border[data-v-
|
|
4604
|
+
.t-border[data-v-7dc51789] {
|
|
4869
4605
|
border-right: 1px solid #333;
|
|
4870
4606
|
border-bottom: 1px solid #333;
|
|
4871
4607
|
}
|
|
4872
|
-
[data-v-
|
|
4608
|
+
[data-v-7dc51789] * {
|
|
4873
4609
|
font-size: var(--paperFontSize);
|
|
4874
4610
|
}
|
|
4875
|
-
[data-v-
|
|
4611
|
+
[data-v-7dc51789] .custom_form_item {
|
|
4876
4612
|
height: -moz-fit-content;
|
|
4877
4613
|
height: fit-content;
|
|
4878
4614
|
}
|
|
4879
|
-
.save-pdf[data-v-
|
|
4615
|
+
.save-pdf[data-v-7dc51789] .ant-input {
|
|
4880
4616
|
border: none !important;
|
|
4881
4617
|
}
|
|
4882
|
-
.save-pdf[data-v-
|
|
4618
|
+
.save-pdf[data-v-7dc51789] .ant-select-selection {
|
|
4883
4619
|
border: none !important;
|
|
4884
4620
|
}
|
|
4885
|
-
.save-pdf[data-v-
|
|
4621
|
+
.save-pdf[data-v-7dc51789] .ant-select-arrow svg {
|
|
4886
4622
|
display: none;
|
|
4887
4623
|
}
|
|
4888
|
-
.save-pdf[data-v-
|
|
4624
|
+
.save-pdf[data-v-7dc51789] .ant-upload.ant-upload-select-picture-card {
|
|
4889
4625
|
display: none;
|
|
4890
4626
|
}
|
|
4891
|
-
.save-pdf[data-v-
|
|
4627
|
+
.save-pdf[data-v-7dc51789] .anticon svg {
|
|
4892
4628
|
display: none;
|
|
4893
4629
|
}
|
|
4894
|
-
.save-pdf[data-v-
|
|
4630
|
+
.save-pdf[data-v-7dc51789] .ant-time-picker-input {
|
|
4895
4631
|
border: none !important;
|
|
4896
4632
|
}
|
|
4897
|
-
.save-pdf[data-v-
|
|
4633
|
+
.save-pdf[data-v-7dc51789] .ant-upload.ant-upload-select {
|
|
4898
4634
|
display: none;
|
|
4899
4635
|
}
|
|
4900
4636
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4901
|
-
.computed-wrap[data-v-
|
|
4637
|
+
.computed-wrap[data-v-7dc51789] {
|
|
4902
4638
|
background: #f5f5f5;
|
|
4903
4639
|
}
|
|
4904
|
-
.computed-wrap .item[data-v-
|
|
4640
|
+
.computed-wrap .item[data-v-7dc51789] {
|
|
4905
4641
|
display: flex;
|
|
4906
4642
|
}
|
|
4907
|
-
.computed-wrap .item > div[data-v-
|
|
4643
|
+
.computed-wrap .item > div[data-v-7dc51789] {
|
|
4908
4644
|
height: 35px;
|
|
4909
4645
|
line-height: 35px;
|
|
4910
4646
|
flex: 1;
|
|
@@ -4912,130 +4648,130 @@ div {
|
|
|
4912
4648
|
border-bottom: 1px solid #000;
|
|
4913
4649
|
text-align: center;
|
|
4914
4650
|
}
|
|
4915
|
-
.computed-wrap .item > div + div[data-v-
|
|
4651
|
+
.computed-wrap .item > div + div[data-v-7dc51789] {
|
|
4916
4652
|
flex: 2;
|
|
4917
4653
|
}
|
|
4918
|
-
.layout .paper[data-v-
|
|
4654
|
+
.layout .paper[data-v-7dc51789] {
|
|
4919
4655
|
position: relative;
|
|
4920
4656
|
}
|
|
4921
|
-
.layout .paper .form-title[data-v-
|
|
4657
|
+
.layout .paper .form-title[data-v-7dc51789] {
|
|
4922
4658
|
text-align: center;
|
|
4923
4659
|
font-weight: 600;
|
|
4924
4660
|
font-size: 16px;
|
|
4925
4661
|
min-height: 40px;
|
|
4926
4662
|
line-height: 30px;
|
|
4927
4663
|
}
|
|
4928
|
-
.row-item[data-v-
|
|
4664
|
+
.row-item[data-v-7dc51789] {
|
|
4929
4665
|
height: -moz-fit-content;
|
|
4930
4666
|
height: fit-content;
|
|
4931
4667
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4932
4668
|
}
|
|
4933
|
-
.no-row-item[data-v-
|
|
4669
|
+
.no-row-item[data-v-7dc51789] {
|
|
4934
4670
|
border-right: none;
|
|
4935
4671
|
border-bottom: none;
|
|
4936
4672
|
}
|
|
4937
4673
|
/****page边框内的 ***/
|
|
4938
|
-
.page-border[data-v-
|
|
4674
|
+
.page-border[data-v-7dc51789] {
|
|
4939
4675
|
background: #fff;
|
|
4940
4676
|
box-sizing: border-box;
|
|
4941
4677
|
}
|
|
4942
|
-
.page-border .row-item[data-v-
|
|
4678
|
+
.page-border .row-item[data-v-7dc51789]:first-child {
|
|
4943
4679
|
border-top: 1px solid #000;
|
|
4944
4680
|
}
|
|
4945
|
-
.page-border .row-item[data-v-
|
|
4681
|
+
.page-border .row-item[data-v-7dc51789] {
|
|
4946
4682
|
border-left: 1px solid #000;
|
|
4947
4683
|
}
|
|
4948
|
-
.page-border .item-bottom[data-v-
|
|
4684
|
+
.page-border .item-bottom[data-v-7dc51789] {
|
|
4949
4685
|
border-bottom: 1px solid #000;
|
|
4950
4686
|
}
|
|
4951
|
-
.page-border .row-item[data-v-
|
|
4687
|
+
.page-border .row-item[data-v-7dc51789]:not(:last-child) {
|
|
4952
4688
|
position: relative;
|
|
4953
4689
|
}
|
|
4954
|
-
.page-border li.sortable-chosen[data-v-
|
|
4690
|
+
.page-border li.sortable-chosen[data-v-7dc51789] {
|
|
4955
4691
|
height: 2px !important;
|
|
4956
4692
|
overflow: hidden !important;
|
|
4957
4693
|
background: red !important;
|
|
4958
4694
|
}
|
|
4959
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4695
|
+
.page-border .ant-time-picker-panel[data-v-7dc51789] {
|
|
4960
4696
|
z-index: 200000 !important;
|
|
4961
4697
|
}
|
|
4962
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4698
|
+
.page-border .ant-calendar-picker-container[data-v-7dc51789] {
|
|
4963
4699
|
z-index: 200000 !important;
|
|
4964
4700
|
}
|
|
4965
|
-
[data-v-
|
|
4701
|
+
[data-v-7dc51789] .ant-time-picker-panel {
|
|
4966
4702
|
z-index: 9999 !important;
|
|
4967
4703
|
}
|
|
4968
|
-
.ant-calendar-picker-container[data-v-
|
|
4704
|
+
.ant-calendar-picker-container[data-v-7dc51789] {
|
|
4969
4705
|
z-index: 200000 !important;
|
|
4970
4706
|
}
|
|
4971
|
-
[data-v-
|
|
4707
|
+
[data-v-7dc51789] .ant-form-item-children {
|
|
4972
4708
|
display: block;
|
|
4973
4709
|
}
|
|
4974
|
-
[data-v-
|
|
4710
|
+
[data-v-7dc51789] .ant-form-item {
|
|
4975
4711
|
width: 100%;
|
|
4976
4712
|
height: 100%;
|
|
4977
4713
|
margin-bottom: 0;
|
|
4978
4714
|
display: flex;
|
|
4979
4715
|
}
|
|
4980
|
-
[data-v-
|
|
4716
|
+
[data-v-7dc51789] .ant-form-item .is_required::before {
|
|
4981
4717
|
content: "*";
|
|
4982
4718
|
color: #f56c6c;
|
|
4983
4719
|
margin-right: 4px;
|
|
4984
4720
|
}
|
|
4985
|
-
[data-v-
|
|
4721
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-label {
|
|
4986
4722
|
border-right: 1px solid #000;
|
|
4987
4723
|
}
|
|
4988
|
-
[data-v-
|
|
4724
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-label label {
|
|
4989
4725
|
display: flex;
|
|
4990
4726
|
justify-content: center;
|
|
4991
4727
|
align-items: center;
|
|
4992
4728
|
height: 100%;
|
|
4993
4729
|
}
|
|
4994
|
-
[data-v-
|
|
4730
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4995
4731
|
display: none;
|
|
4996
4732
|
}
|
|
4997
|
-
[data-v-
|
|
4733
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-control-wrapper {
|
|
4998
4734
|
display: flex;
|
|
4999
4735
|
align-items: center;
|
|
5000
4736
|
text-align: left;
|
|
5001
4737
|
}
|
|
5002
|
-
[data-v-
|
|
4738
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-control {
|
|
5003
4739
|
width: 98%;
|
|
5004
4740
|
margin: 0 auto;
|
|
5005
4741
|
}
|
|
5006
|
-
[data-v-
|
|
4742
|
+
[data-v-7dc51789] .ant-form-item .is_required::before {
|
|
5007
4743
|
content: "*";
|
|
5008
4744
|
color: #f56c6c;
|
|
5009
4745
|
margin-right: 4px;
|
|
5010
4746
|
}
|
|
5011
|
-
.row-table[data-v-
|
|
4747
|
+
.row-table[data-v-7dc51789] {
|
|
5012
4748
|
display: flex;
|
|
5013
4749
|
}
|
|
5014
|
-
.row-table[data-v-
|
|
5015
|
-
.row-table[data-v-
|
|
4750
|
+
.row-table[data-v-7dc51789] .ant-spin-container,
|
|
4751
|
+
.row-table[data-v-7dc51789] {
|
|
5016
4752
|
display: flex;
|
|
5017
4753
|
width: 100%;
|
|
5018
4754
|
}
|
|
5019
|
-
.row-table[data-v-
|
|
5020
|
-
.row-table .table-left[data-v-
|
|
4755
|
+
.row-table[data-v-7dc51789] .ant-spin-container .table-left,
|
|
4756
|
+
.row-table .table-left[data-v-7dc51789] {
|
|
5021
4757
|
width: 100px;
|
|
5022
4758
|
text-align: center;
|
|
5023
4759
|
border-right: 1px solid #333;
|
|
5024
4760
|
border-bottom: 1px solid #333;
|
|
5025
4761
|
position: relative;
|
|
5026
4762
|
}
|
|
5027
|
-
.row-table[data-v-
|
|
5028
|
-
.row-table .table-left p[data-v-
|
|
4763
|
+
.row-table[data-v-7dc51789] .ant-spin-container .table-left p,
|
|
4764
|
+
.row-table .table-left p[data-v-7dc51789] {
|
|
5029
4765
|
position: absolute;
|
|
5030
4766
|
top: 50%;
|
|
5031
4767
|
left: 50%;
|
|
5032
4768
|
transform: translate(-50%, -50%);
|
|
5033
4769
|
}
|
|
5034
|
-
.row-table[data-v-
|
|
5035
|
-
.row-table .table-right[data-v-
|
|
4770
|
+
.row-table[data-v-7dc51789] .ant-spin-container .table-right,
|
|
4771
|
+
.row-table .table-right[data-v-7dc51789] {
|
|
5036
4772
|
flex: 1;
|
|
5037
4773
|
}
|
|
5038
|
-
.table-content[data-v-
|
|
4774
|
+
.table-content[data-v-7dc51789] {
|
|
5039
4775
|
width: 100%;
|
|
5040
4776
|
height: 40px;
|
|
5041
4777
|
line-height: 40px;
|
|
@@ -5044,11 +4780,11 @@ div {
|
|
|
5044
4780
|
border-bottom: 1px solid #333;
|
|
5045
4781
|
border-right: 1px solid #333;
|
|
5046
4782
|
}
|
|
5047
|
-
.sub-table-col[data-v-
|
|
4783
|
+
.sub-table-col[data-v-7dc51789] {
|
|
5048
4784
|
display: flex;
|
|
5049
4785
|
box-sizing: border-box;
|
|
5050
4786
|
}
|
|
5051
|
-
.sub-table-col > span[data-v-
|
|
4787
|
+
.sub-table-col > span[data-v-7dc51789] {
|
|
5052
4788
|
flex: 2;
|
|
5053
4789
|
border-bottom: 1px solid #000;
|
|
5054
4790
|
border-right: 1px solid #000;
|
|
@@ -5056,34 +4792,34 @@ div {
|
|
|
5056
4792
|
line-height: 40px;
|
|
5057
4793
|
text-align: center;
|
|
5058
4794
|
}
|
|
5059
|
-
.sub-table-col > .last-one[data-v-
|
|
4795
|
+
.sub-table-col > .last-one[data-v-7dc51789] {
|
|
5060
4796
|
width: 87px;
|
|
5061
4797
|
flex: 0 0 87px;
|
|
5062
4798
|
border-right: 1px solid #333;
|
|
5063
4799
|
border-bottom: 1px solid #333;
|
|
5064
4800
|
}
|
|
5065
|
-
.sub-table-col-no-border > span[data-v-
|
|
4801
|
+
.sub-table-col-no-border > span[data-v-7dc51789] {
|
|
5066
4802
|
border: none;
|
|
5067
4803
|
height: auto;
|
|
5068
4804
|
width: 0;
|
|
5069
4805
|
}
|
|
5070
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5071
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
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 {
|
|
5072
4808
|
border-right: none !important;
|
|
5073
4809
|
}
|
|
5074
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4810
|
+
.sub-table-col-no-border > .last-one[data-v-7dc51789] {
|
|
5075
4811
|
width: 87px;
|
|
5076
4812
|
flex: 0 0 87px;
|
|
5077
4813
|
display: flex;
|
|
5078
4814
|
justify-content: center;
|
|
5079
4815
|
align-items: center;
|
|
5080
4816
|
}
|
|
5081
|
-
.pagiAfter + .row-item[data-v-
|
|
4817
|
+
.pagiAfter + .row-item[data-v-7dc51789] {
|
|
5082
4818
|
border-top-width: 1px;
|
|
5083
4819
|
border-top-style: solid;
|
|
5084
4820
|
}
|
|
5085
4821
|
/* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
|
|
5086
|
-
.row-item:not(:last-child) .hasWidgetAfter[data-v-
|
|
4822
|
+
.row-item:not(:last-child) .hasWidgetAfter[data-v-7dc51789] {
|
|
5087
4823
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5088
4824
|
width: calc(100% + 1px);
|
|
5089
4825
|
border-left-width: 1px;
|
|
@@ -5092,7 +4828,7 @@ div {
|
|
|
5092
4828
|
border-right-style: solid;
|
|
5093
4829
|
left: -1px;
|
|
5094
4830
|
}
|
|
5095
|
-
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-
|
|
4831
|
+
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-7dc51789] {
|
|
5096
4832
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5097
4833
|
width: calc(100% + 1px);
|
|
5098
4834
|
border-left: none;
|
|
@@ -5100,33 +4836,33 @@ div {
|
|
|
5100
4836
|
left: -1px;
|
|
5101
4837
|
}
|
|
5102
4838
|
/*****无border *****/
|
|
5103
|
-
.no-border .page-border[data-v-
|
|
4839
|
+
.no-border .page-border[data-v-7dc51789] {
|
|
5104
4840
|
border: none;
|
|
5105
4841
|
}
|
|
5106
|
-
.no-border .page-border .row-item[data-v-
|
|
4842
|
+
.no-border .page-border .row-item[data-v-7dc51789]:not(:last-child) {
|
|
5107
4843
|
border: none;
|
|
5108
4844
|
}
|
|
5109
|
-
.no-border .page-border[data-v-
|
|
4845
|
+
.no-border .page-border[data-v-7dc51789] .ant-form-item .ant-form-item-label {
|
|
5110
4846
|
border: none;
|
|
5111
4847
|
}
|
|
5112
|
-
.table_border[data-v-
|
|
4848
|
+
.table_border[data-v-7dc51789] {
|
|
5113
4849
|
border-bottom: 0;
|
|
5114
4850
|
border-right: 0;
|
|
5115
4851
|
}
|
|
5116
4852
|
/*****无border *****/
|
|
5117
|
-
[data-v-
|
|
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 {
|
|
5118
4854
|
margin: 10px 0;
|
|
5119
4855
|
line-height: 1.5;
|
|
5120
4856
|
}
|
|
5121
|
-
[data-v-
|
|
4857
|
+
[data-v-7dc51789] .ant-spin-dot {
|
|
5122
4858
|
font-size: 20px !important;
|
|
5123
4859
|
}
|
|
5124
|
-
.form_skeleton[data-v-
|
|
4860
|
+
.form_skeleton[data-v-7dc51789] {
|
|
5125
4861
|
display: block;
|
|
5126
4862
|
width: 700px;
|
|
5127
4863
|
margin: 55px auto;
|
|
5128
4864
|
}
|
|
5129
|
-
.form_skeleton[data-v-
|
|
4865
|
+
.form_skeleton[data-v-7dc51789] .ant-skeleton-title {
|
|
5130
4866
|
margin: 0 auto;
|
|
5131
4867
|
}
|
|
5132
4868
|
|
|
@@ -5135,7 +4871,7 @@ div {
|
|
|
5135
4871
|
display: none ;
|
|
5136
4872
|
}
|
|
5137
4873
|
|
|
5138
|
-
.components-list[data-v-
|
|
4874
|
+
.components-list[data-v-27422f7c] {
|
|
5139
4875
|
padding: 0;
|
|
5140
4876
|
margin: 0;
|
|
5141
4877
|
line-height: 20px;
|
|
@@ -5143,7 +4879,7 @@ div {
|
|
|
5143
4879
|
height: 100%;
|
|
5144
4880
|
overflow-y: auto;
|
|
5145
4881
|
}
|
|
5146
|
-
.components-list .tabs[data-v-
|
|
4882
|
+
.components-list .tabs[data-v-27422f7c] {
|
|
5147
4883
|
padding: 8px 10px 6px;
|
|
5148
4884
|
display: flex;
|
|
5149
4885
|
flex-wrap: wrap;
|
|
@@ -5154,7 +4890,7 @@ div {
|
|
|
5154
4890
|
background: #fff;
|
|
5155
4891
|
z-index: 1;
|
|
5156
4892
|
}
|
|
5157
|
-
.components-list .tabs span[data-v-
|
|
4893
|
+
.components-list .tabs span[data-v-27422f7c] {
|
|
5158
4894
|
cursor: pointer;
|
|
5159
4895
|
display: inline-block;
|
|
5160
4896
|
font-size: 12px;
|
|
@@ -5163,14 +4899,14 @@ div {
|
|
|
5163
4899
|
color: #666;
|
|
5164
4900
|
transition: all 0.2s;
|
|
5165
4901
|
}
|
|
5166
|
-
.components-list .tabs .activeTab[data-v-
|
|
4902
|
+
.components-list .tabs .activeTab[data-v-27422f7c] {
|
|
5167
4903
|
background: #409EFF;
|
|
5168
4904
|
color: #fff;
|
|
5169
4905
|
}
|
|
5170
|
-
.components-list ul[data-v-
|
|
4906
|
+
.components-list ul[data-v-27422f7c] {
|
|
5171
4907
|
padding: 8px 8px 4px;
|
|
5172
4908
|
}
|
|
5173
|
-
.components-list .widget-control[data-v-
|
|
4909
|
+
.components-list .widget-control[data-v-27422f7c] {
|
|
5174
4910
|
display: block;
|
|
5175
4911
|
width: 100%;
|
|
5176
4912
|
box-sizing: border-box;
|
|
@@ -5182,13 +4918,13 @@ div {
|
|
|
5182
4918
|
margin: 0 0 6px 0;
|
|
5183
4919
|
transition: all 0.25s ease;
|
|
5184
4920
|
}
|
|
5185
|
-
.components-list .widget-control[data-v-
|
|
4921
|
+
.components-list .widget-control[data-v-27422f7c]:hover {
|
|
5186
4922
|
border-color: #409EFF;
|
|
5187
4923
|
background: #ecf5ff;
|
|
5188
4924
|
transform: translateX(2px);
|
|
5189
4925
|
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.15);
|
|
5190
4926
|
}
|
|
5191
|
-
.components-list .widget-control a[data-v-
|
|
4927
|
+
.components-list .widget-control a[data-v-27422f7c] {
|
|
5192
4928
|
color: #606266;
|
|
5193
4929
|
display: flex;
|
|
5194
4930
|
flex-direction: row;
|
|
@@ -5198,31 +4934,31 @@ div {
|
|
|
5198
4934
|
padding: 0 10px;
|
|
5199
4935
|
font-size: 13px;
|
|
5200
4936
|
}
|
|
5201
|
-
.components-list .widget-control a i[data-v-
|
|
4937
|
+
.components-list .widget-control a i[data-v-27422f7c] {
|
|
5202
4938
|
font-size: 16px;
|
|
5203
4939
|
margin-right: 8px;
|
|
5204
4940
|
}
|
|
5205
|
-
.control[data-v-
|
|
4941
|
+
.control[data-v-27422f7c] {
|
|
5206
4942
|
margin-top: 20px;
|
|
5207
4943
|
width: 350px;
|
|
5208
4944
|
background: #ffffff;
|
|
5209
4945
|
box-shadow: 0 0 15px #ffffff;
|
|
5210
4946
|
}
|
|
5211
|
-
.control .title[data-v-
|
|
4947
|
+
.control .title[data-v-27422f7c] {
|
|
5212
4948
|
height: 50px;
|
|
5213
4949
|
line-height: 50px;
|
|
5214
4950
|
padding: 0 15px;
|
|
5215
4951
|
border-bottom: 1px solid #f0f0f0;
|
|
5216
4952
|
}
|
|
5217
|
-
.control .list_wrap[data-v-
|
|
4953
|
+
.control .list_wrap[data-v-27422f7c] {
|
|
5218
4954
|
padding-top: 15px;
|
|
5219
4955
|
font-size: 0;
|
|
5220
4956
|
min-height: 680px;
|
|
5221
4957
|
}
|
|
5222
|
-
.control .list_wrap .list_box[data-v-
|
|
4958
|
+
.control .list_wrap .list_box[data-v-27422f7c] {
|
|
5223
4959
|
display: inline-block;
|
|
5224
4960
|
}
|
|
5225
|
-
.control .list_wrap .list[data-v-
|
|
4961
|
+
.control .list_wrap .list[data-v-27422f7c] {
|
|
5226
4962
|
border: 1px dashed #d1d1d1;
|
|
5227
4963
|
margin: 0 7.5px 15px 7.5px;
|
|
5228
4964
|
width: 160px;
|
|
@@ -5238,17 +4974,17 @@ div {
|
|
|
5238
4974
|
position: relative;
|
|
5239
4975
|
overflow: hidden;
|
|
5240
4976
|
}
|
|
5241
|
-
.control .list_wrap .list i[data-v-
|
|
4977
|
+
.control .list_wrap .list i[data-v-27422f7c] {
|
|
5242
4978
|
position: absolute;
|
|
5243
4979
|
right: 10px;
|
|
5244
4980
|
top: 0px;
|
|
5245
4981
|
font-size: 22px;
|
|
5246
4982
|
color: #999;
|
|
5247
4983
|
}
|
|
5248
|
-
.control .list_wrap .list[data-v-
|
|
4984
|
+
.control .list_wrap .list[data-v-27422f7c]:nth-child(2n) {
|
|
5249
4985
|
margin-right: 0;
|
|
5250
4986
|
}
|
|
5251
|
-
.control .list_wrap .list[data-v-
|
|
4987
|
+
.control .list_wrap .list[data-v-27422f7c]:hover {
|
|
5252
4988
|
background: #f1f1f1;
|
|
5253
4989
|
}
|
|
5254
4990
|
|
|
@@ -5266,103 +5002,103 @@ div {
|
|
|
5266
5002
|
opacity: 0.6;
|
|
5267
5003
|
}
|
|
5268
5004
|
|
|
5269
|
-
.paper[data-v-
|
|
5005
|
+
.paper[data-v-aa7a7266] * {
|
|
5270
5006
|
font-size: var(--paperFontSize);
|
|
5271
5007
|
}
|
|
5272
|
-
.paper .form-title[data-v-
|
|
5008
|
+
.paper .form-title[data-v-aa7a7266] {
|
|
5273
5009
|
text-align: center;
|
|
5274
5010
|
font-weight: 600;
|
|
5275
5011
|
font-size: 16px;
|
|
5276
5012
|
min-height: 40px;
|
|
5277
5013
|
line-height: 30px;
|
|
5278
5014
|
}
|
|
5279
|
-
[data-v-
|
|
5015
|
+
[data-v-aa7a7266] .vue-grid-layout {
|
|
5280
5016
|
z-index: 2;
|
|
5281
5017
|
}
|
|
5282
|
-
[data-v-
|
|
5018
|
+
[data-v-aa7a7266] .vue-grid-item {
|
|
5283
5019
|
border: 1px dashed #ccc;
|
|
5284
5020
|
box-sizing: border-box;
|
|
5285
5021
|
background-color: #fff;
|
|
5286
5022
|
}
|
|
5287
|
-
[data-v-
|
|
5023
|
+
[data-v-aa7a7266] .ant-form-item {
|
|
5288
5024
|
width: 100%;
|
|
5289
5025
|
height: 100%;
|
|
5290
5026
|
margin-bottom: 0;
|
|
5291
5027
|
}
|
|
5292
|
-
[data-v-
|
|
5028
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
|
|
5293
5029
|
height: 100%;
|
|
5294
5030
|
position: absolute;
|
|
5295
5031
|
left: 0;
|
|
5296
5032
|
top: 0;
|
|
5297
5033
|
border-right: 1px solid var(--designBorderColor);
|
|
5298
5034
|
}
|
|
5299
|
-
[data-v-
|
|
5035
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label label {
|
|
5300
5036
|
display: flex;
|
|
5301
5037
|
justify-content: center;
|
|
5302
5038
|
align-items: center;
|
|
5303
5039
|
height: 100%;
|
|
5304
5040
|
}
|
|
5305
|
-
[data-v-
|
|
5041
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label label > * {
|
|
5306
5042
|
align-self: center;
|
|
5307
5043
|
flex: 0 0 auto;
|
|
5308
5044
|
height: auto;
|
|
5309
5045
|
}
|
|
5310
|
-
[data-v-
|
|
5046
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
5311
5047
|
display: none;
|
|
5312
5048
|
}
|
|
5313
|
-
[data-v-
|
|
5049
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-control-wrapper {
|
|
5314
5050
|
height: 100%;
|
|
5315
5051
|
float: right;
|
|
5316
5052
|
display: flex;
|
|
5317
5053
|
align-items: center;
|
|
5318
5054
|
}
|
|
5319
|
-
[data-v-
|
|
5055
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-control {
|
|
5320
5056
|
width: 98%;
|
|
5321
5057
|
margin: 0 auto;
|
|
5322
5058
|
}
|
|
5323
|
-
.is_required[data-v-
|
|
5059
|
+
.is_required[data-v-aa7a7266]::before {
|
|
5324
5060
|
content: "*";
|
|
5325
5061
|
color: #f56c6c;
|
|
5326
5062
|
margin-right: 4px;
|
|
5327
5063
|
}
|
|
5328
|
-
.widget-form-list[data-v-
|
|
5064
|
+
.widget-form-list[data-v-aa7a7266] {
|
|
5329
5065
|
background: #fff;
|
|
5330
5066
|
box-sizing: border-box;
|
|
5331
5067
|
}
|
|
5332
|
-
.widget-form-list .row-item[data-v-
|
|
5068
|
+
.widget-form-list .row-item[data-v-aa7a7266]:first-child {
|
|
5333
5069
|
border-top: 1px solid var(--designBorderColor);
|
|
5334
5070
|
}
|
|
5335
|
-
.widget-form-list .row-item[data-v-
|
|
5071
|
+
.widget-form-list .row-item[data-v-aa7a7266] {
|
|
5336
5072
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5337
5073
|
}
|
|
5338
|
-
.widget-form-list .row-item[data-v-
|
|
5074
|
+
.widget-form-list .row-item[data-v-aa7a7266] {
|
|
5339
5075
|
border-right: 1px solid var(--designBorderColor);
|
|
5340
5076
|
border-left: 1px solid var(--designBorderColor);
|
|
5341
5077
|
}
|
|
5342
|
-
.widget-form-list .item-bottom[data-v-
|
|
5078
|
+
.widget-form-list .item-bottom[data-v-aa7a7266] {
|
|
5343
5079
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5344
5080
|
}
|
|
5345
|
-
.widget-form-list .no-row-item[data-v-
|
|
5081
|
+
.widget-form-list .no-row-item[data-v-aa7a7266] {
|
|
5346
5082
|
border-right: none;
|
|
5347
5083
|
border-bottom: none !important;
|
|
5348
5084
|
}
|
|
5349
|
-
.widget-form-list .no-row-item .widget-form-list[data-v-
|
|
5085
|
+
.widget-form-list .no-row-item .widget-form-list[data-v-aa7a7266] {
|
|
5350
5086
|
border-top: none !important;
|
|
5351
5087
|
border-right: none;
|
|
5352
5088
|
}
|
|
5353
|
-
.widget-form-list .widget-grid[data-v-
|
|
5089
|
+
.widget-form-list .widget-grid[data-v-aa7a7266] {
|
|
5354
5090
|
background: #f4f6fc;
|
|
5355
5091
|
position: relative;
|
|
5356
5092
|
border-left: 5px solid transparent;
|
|
5357
5093
|
padding: 5px;
|
|
5358
5094
|
margin: 0 !important;
|
|
5359
5095
|
}
|
|
5360
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
5096
|
+
.widget-form-list .widget-grid.active[data-v-aa7a7266] {
|
|
5361
5097
|
outline: 2px solid #409eff;
|
|
5362
5098
|
border: 1px solid #409eff;
|
|
5363
5099
|
background: #ecf5ff;
|
|
5364
5100
|
}
|
|
5365
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
5101
|
+
.widget-form-list .widget-grid .grid-background[data-v-aa7a7266] {
|
|
5366
5102
|
position: absolute;
|
|
5367
5103
|
z-index: 1;
|
|
5368
5104
|
top: 0;
|
|
@@ -5373,85 +5109,85 @@ div {
|
|
|
5373
5109
|
height: 100%;
|
|
5374
5110
|
padding: 5px 5px 10px 5px;
|
|
5375
5111
|
}
|
|
5376
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5112
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266] {
|
|
5377
5113
|
border-bottom: 1px dashed #ccc;
|
|
5378
5114
|
border-left: 1px dashed #ccc;
|
|
5379
5115
|
box-sizing: border-box;
|
|
5380
5116
|
overflow: hidden;
|
|
5381
5117
|
}
|
|
5382
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5118
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266]:first-child {
|
|
5383
5119
|
border-top: 1px dashed #ccc;
|
|
5384
5120
|
}
|
|
5385
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
5121
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-aa7a7266] {
|
|
5386
5122
|
float: left;
|
|
5387
5123
|
border-right: 1px dashed #ccc;
|
|
5388
5124
|
min-height: 40px;
|
|
5389
5125
|
box-sizing: border-box;
|
|
5390
5126
|
}
|
|
5391
|
-
.widget-form-list .row_table[data-v-
|
|
5127
|
+
.widget-form-list .row_table[data-v-aa7a7266] {
|
|
5392
5128
|
min-height: 60px;
|
|
5393
5129
|
position: relative;
|
|
5394
5130
|
}
|
|
5395
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
5131
|
+
.widget-form-list li.sortable-chosen[data-v-aa7a7266] {
|
|
5396
5132
|
height: 2px !important;
|
|
5397
5133
|
overflow: hidden !important;
|
|
5398
5134
|
background: red !important;
|
|
5399
5135
|
}
|
|
5400
|
-
.widget-form-list .widget-col-list[data-v-
|
|
5136
|
+
.widget-form-list .widget-col-list[data-v-aa7a7266] {
|
|
5401
5137
|
min-height: 50px;
|
|
5402
5138
|
border: 1px dashed #ccc;
|
|
5403
5139
|
background: #fff;
|
|
5404
5140
|
}
|
|
5405
|
-
.widget-form-list .widget-col[data-v-
|
|
5141
|
+
.widget-form-list .widget-col[data-v-aa7a7266] {
|
|
5406
5142
|
padding-bottom: 0;
|
|
5407
5143
|
padding: 5px;
|
|
5408
5144
|
background-color: rgba(253, 246, 236, 0.3);
|
|
5409
5145
|
}
|
|
5410
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
5146
|
+
.grid-lay-out-wrap .widget-col-list[data-v-aa7a7266] {
|
|
5411
5147
|
width: 100%;
|
|
5412
5148
|
height: 100%;
|
|
5413
5149
|
min-height: 40px;
|
|
5414
5150
|
border: none;
|
|
5415
5151
|
}
|
|
5416
|
-
.widget-form-ocuupied[data-v-
|
|
5152
|
+
.widget-form-ocuupied[data-v-aa7a7266] {
|
|
5417
5153
|
min-height: 540px;
|
|
5418
5154
|
border: none;
|
|
5419
5155
|
}
|
|
5420
|
-
.drag_table[data-v-
|
|
5156
|
+
.drag_table[data-v-aa7a7266] {
|
|
5421
5157
|
width: calc(100% - 100px);
|
|
5422
5158
|
height: 100%;
|
|
5423
5159
|
display: flex;
|
|
5424
5160
|
overflow-y: scroll;
|
|
5425
5161
|
}
|
|
5426
|
-
.drag_table[data-v-
|
|
5162
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar {
|
|
5427
5163
|
width: 3px;
|
|
5428
5164
|
height: 3px;
|
|
5429
5165
|
}
|
|
5430
|
-
.drag_table[data-v-
|
|
5166
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-track {
|
|
5431
5167
|
background: #fff;
|
|
5432
5168
|
border-radius: 2px;
|
|
5433
5169
|
}
|
|
5434
|
-
.drag_table[data-v-
|
|
5170
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb {
|
|
5435
5171
|
background: #cdcdcd;
|
|
5436
5172
|
border-radius: 8px;
|
|
5437
5173
|
}
|
|
5438
|
-
.drag_table[data-v-
|
|
5174
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb:hover {
|
|
5439
5175
|
background: #cdcdcd;
|
|
5440
5176
|
}
|
|
5441
|
-
.drag_table[data-v-
|
|
5177
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-corner {
|
|
5442
5178
|
background: #cdcdcd;
|
|
5443
5179
|
}
|
|
5444
|
-
.widget-form-ocuupied[data-v-
|
|
5180
|
+
.widget-form-ocuupied[data-v-aa7a7266] {
|
|
5445
5181
|
min-height: 540px;
|
|
5446
5182
|
border: none;
|
|
5447
5183
|
}
|
|
5448
|
-
.table_label[data-v-
|
|
5184
|
+
.table_label[data-v-aa7a7266] {
|
|
5449
5185
|
width: 100px;
|
|
5450
5186
|
min-width: 100px;
|
|
5451
5187
|
height: 100%;
|
|
5452
5188
|
text-align: right;
|
|
5453
5189
|
}
|
|
5454
|
-
.widget-view-model[data-v-
|
|
5190
|
+
.widget-view-model[data-v-aa7a7266] {
|
|
5455
5191
|
position: absolute;
|
|
5456
5192
|
top: 0px;
|
|
5457
5193
|
right: 3px;
|
|
@@ -5461,12 +5197,12 @@ div {
|
|
|
5461
5197
|
opacity: 0.6;
|
|
5462
5198
|
}
|
|
5463
5199
|
/**selectedWidget active*/
|
|
5464
|
-
[data-v-
|
|
5200
|
+
[data-v-aa7a7266] .active {
|
|
5465
5201
|
outline: 2px solid #409EFF;
|
|
5466
5202
|
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
5467
5203
|
position: relative;
|
|
5468
5204
|
}
|
|
5469
|
-
[data-v-
|
|
5205
|
+
[data-v-aa7a7266] .active .widget-view-drag {
|
|
5470
5206
|
position: absolute;
|
|
5471
5207
|
left: -2px;
|
|
5472
5208
|
top: -2px;
|
|
@@ -5480,7 +5216,7 @@ div {
|
|
|
5480
5216
|
color: #ffffff;
|
|
5481
5217
|
cursor: move;
|
|
5482
5218
|
}
|
|
5483
|
-
[data-v-
|
|
5219
|
+
[data-v-aa7a7266] .active .widget-view-action {
|
|
5484
5220
|
width: 70px;
|
|
5485
5221
|
position: absolute;
|
|
5486
5222
|
right: 0px;
|
|
@@ -5493,7 +5229,7 @@ div {
|
|
|
5493
5229
|
background: transparent;
|
|
5494
5230
|
color: #fff;
|
|
5495
5231
|
}
|
|
5496
|
-
[data-v-
|
|
5232
|
+
[data-v-aa7a7266] .active .widget-view-action .iconfont {
|
|
5497
5233
|
width: 25px;
|
|
5498
5234
|
height: 25px;
|
|
5499
5235
|
border-radius: 50%;
|
|
@@ -5503,17 +5239,17 @@ div {
|
|
|
5503
5239
|
font-size: 14px;
|
|
5504
5240
|
justify-content: center;
|
|
5505
5241
|
}
|
|
5506
|
-
[data-v-
|
|
5242
|
+
[data-v-aa7a7266] .active .widget-view-action .icon-icon_clone {
|
|
5507
5243
|
background: red;
|
|
5508
5244
|
}
|
|
5509
|
-
[data-v-
|
|
5245
|
+
[data-v-aa7a7266] .active .widget-view-action .icon-trash {
|
|
5510
5246
|
margin-left: 20px;
|
|
5511
5247
|
}
|
|
5512
|
-
.widget-form-list .widget-view[data-v-
|
|
5248
|
+
.widget-form-list .widget-view[data-v-aa7a7266] {
|
|
5513
5249
|
z-index: 8;
|
|
5514
5250
|
position: relative;
|
|
5515
5251
|
}
|
|
5516
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
5252
|
+
.widget-form-list .widget-view .widget-view-action[data-v-aa7a7266] {
|
|
5517
5253
|
position: absolute;
|
|
5518
5254
|
right: 0px;
|
|
5519
5255
|
bottom: 0;
|
|
@@ -5525,7 +5261,7 @@ div {
|
|
|
5525
5261
|
background: transparent;
|
|
5526
5262
|
color: #fff;
|
|
5527
5263
|
}
|
|
5528
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
5264
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-aa7a7266] {
|
|
5529
5265
|
width: 25px;
|
|
5530
5266
|
height: 25px;
|
|
5531
5267
|
border-radius: 50%;
|
|
@@ -5535,13 +5271,13 @@ div {
|
|
|
5535
5271
|
font-size: 14px;
|
|
5536
5272
|
justify-content: center;
|
|
5537
5273
|
}
|
|
5538
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
5274
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-aa7a7266] {
|
|
5539
5275
|
background: red;
|
|
5540
5276
|
}
|
|
5541
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
5277
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-aa7a7266] {
|
|
5542
5278
|
margin-left: 20px;
|
|
5543
5279
|
}
|
|
5544
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
5280
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-aa7a7266] {
|
|
5545
5281
|
position: absolute;
|
|
5546
5282
|
left: -2px;
|
|
5547
5283
|
top: -2px;
|
|
@@ -5551,30 +5287,30 @@ div {
|
|
|
5551
5287
|
background: #409eff;
|
|
5552
5288
|
z-index: 9;
|
|
5553
5289
|
}
|
|
5554
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
5290
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-aa7a7266] {
|
|
5555
5291
|
font-size: 14px;
|
|
5556
5292
|
color: #fff;
|
|
5557
5293
|
margin: 0 5px;
|
|
5558
5294
|
cursor: move;
|
|
5559
5295
|
}
|
|
5560
5296
|
/*****无border *****/
|
|
5561
|
-
.no-border .widget-form-list[data-v-
|
|
5297
|
+
.no-border .widget-form-list[data-v-aa7a7266] {
|
|
5562
5298
|
border: none;
|
|
5563
5299
|
}
|
|
5564
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
5300
|
+
.no-border .widget-form-list .row-item[data-v-aa7a7266]:not(:last-child) {
|
|
5565
5301
|
border: none;
|
|
5566
5302
|
}
|
|
5567
|
-
.no-border .widget-form-list[data-v-
|
|
5303
|
+
.no-border .widget-form-list[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
|
|
5568
5304
|
border: 0;
|
|
5569
5305
|
}
|
|
5570
5306
|
/*****无border *****/
|
|
5571
5307
|
/***label对齐方式 */
|
|
5572
|
-
[data-v-
|
|
5308
|
+
[data-v-aa7a7266] .custom_form_item .break {
|
|
5573
5309
|
white-space: normal;
|
|
5574
5310
|
word-break: break-all;
|
|
5575
5311
|
word-wrap: break-word;
|
|
5576
5312
|
}
|
|
5577
|
-
[data-v-
|
|
5313
|
+
[data-v-aa7a7266] .custom_form_item .align-between {
|
|
5578
5314
|
white-space: normal;
|
|
5579
5315
|
word-break: break-all;
|
|
5580
5316
|
word-wrap: break-word;
|
|
@@ -5583,28 +5319,28 @@ div {
|
|
|
5583
5319
|
text-align-last: justify;
|
|
5584
5320
|
width: 80%;
|
|
5585
5321
|
}
|
|
5586
|
-
[data-v-
|
|
5322
|
+
[data-v-aa7a7266] .custom_form_item .align-middle {
|
|
5587
5323
|
white-space: normal;
|
|
5588
5324
|
word-break: break-all;
|
|
5589
5325
|
word-wrap: break-word;
|
|
5590
5326
|
text-align: center;
|
|
5591
5327
|
width: 80%;
|
|
5592
5328
|
}
|
|
5593
|
-
[data-v-
|
|
5329
|
+
[data-v-aa7a7266] .custom_form_item .align-left {
|
|
5594
5330
|
white-space: normal;
|
|
5595
5331
|
word-break: break-all;
|
|
5596
5332
|
word-wrap: break-word;
|
|
5597
5333
|
text-align: left;
|
|
5598
5334
|
width: 80%;
|
|
5599
5335
|
}
|
|
5600
|
-
[data-v-
|
|
5336
|
+
[data-v-aa7a7266] .custom_form_item .align-right {
|
|
5601
5337
|
white-space: normal;
|
|
5602
5338
|
word-break: break-all;
|
|
5603
5339
|
word-wrap: break-word;
|
|
5604
5340
|
text-align: right;
|
|
5605
5341
|
width: 80%;
|
|
5606
5342
|
}
|
|
5607
|
-
[data-v-
|
|
5343
|
+
[data-v-aa7a7266] .custom_form_item .align-center {
|
|
5608
5344
|
white-space: normal;
|
|
5609
5345
|
word-break: break-all;
|
|
5610
5346
|
word-wrap: break-word;
|
|
@@ -5614,48 +5350,48 @@ div {
|
|
|
5614
5350
|
/***label对齐方式 */
|
|
5615
5351
|
|
|
5616
5352
|
|
|
5617
|
-
[data-v-
|
|
5353
|
+
[data-v-34cf2307] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5618
5354
|
line-height: 5px !important;
|
|
5619
5355
|
}
|
|
5620
|
-
[data-v-
|
|
5356
|
+
[data-v-34cf2307] .m-colorPicker {
|
|
5621
5357
|
z-index: 2;
|
|
5622
5358
|
}
|
|
5623
|
-
[data-v-
|
|
5359
|
+
[data-v-34cf2307] .m-colorPicker .colorBtn {
|
|
5624
5360
|
border: 1px solid #e3e3e3;
|
|
5625
5361
|
}
|
|
5626
5362
|
|
|
5627
5363
|
|
|
5628
|
-
[data-v-
|
|
5364
|
+
[data-v-6aa7533c] .ant-form-item {
|
|
5629
5365
|
margin-bottom: 10px;
|
|
5630
5366
|
padding-bottom: 8px;
|
|
5631
5367
|
border-bottom: 1px dashed #f0f0f0;
|
|
5632
5368
|
}
|
|
5633
|
-
[data-v-
|
|
5369
|
+
[data-v-6aa7533c] .ant-form-item:last-child {
|
|
5634
5370
|
border-bottom: none;
|
|
5635
5371
|
padding-bottom: 0;
|
|
5636
5372
|
}
|
|
5637
|
-
[data-v-
|
|
5373
|
+
[data-v-6aa7533c] .ant-form-item ul {
|
|
5638
5374
|
position: initial !important;
|
|
5639
5375
|
overflow-y: auto !important;
|
|
5640
5376
|
}
|
|
5641
|
-
[data-v-
|
|
5377
|
+
[data-v-6aa7533c] .ant-form-item-label > label {
|
|
5642
5378
|
color: #606266;
|
|
5643
5379
|
font-size: 13px;
|
|
5644
5380
|
font-weight: 500;
|
|
5645
5381
|
}
|
|
5646
|
-
[data-v-
|
|
5382
|
+
[data-v-6aa7533c] .ant-switch {
|
|
5647
5383
|
transition: all 0.25s ease;
|
|
5648
5384
|
}
|
|
5649
|
-
[data-v-
|
|
5385
|
+
[data-v-6aa7533c] .ant-input,[data-v-6aa7533c] .ant-select,[data-v-6aa7533c] .ant-input-number {
|
|
5650
5386
|
transition: border-color 0.25s ease, box-shadow 0.25s ease;
|
|
5651
5387
|
}
|
|
5652
|
-
[data-v-
|
|
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 {
|
|
5653
5389
|
border-color: #409EFF;
|
|
5654
5390
|
}
|
|
5655
|
-
[data-v-
|
|
5391
|
+
[data-v-6aa7533c] .ant-input:focus,[data-v-6aa7533c] .ant-select:focus .ant-select-selection {
|
|
5656
5392
|
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.15);
|
|
5657
5393
|
}
|
|
5658
|
-
.config-empty[data-v-
|
|
5394
|
+
.config-empty[data-v-6aa7533c] {
|
|
5659
5395
|
display: flex;
|
|
5660
5396
|
flex-direction: column;
|
|
5661
5397
|
align-items: center;
|
|
@@ -5663,17 +5399,17 @@ div {
|
|
|
5663
5399
|
height: 200px;
|
|
5664
5400
|
color: #c0c4cc;
|
|
5665
5401
|
}
|
|
5666
|
-
.config-empty .anticon[data-v-
|
|
5402
|
+
.config-empty .anticon[data-v-6aa7533c] {
|
|
5667
5403
|
font-size: 40px;
|
|
5668
5404
|
margin-bottom: 14px;
|
|
5669
|
-
animation: emptyFloat-data-v-
|
|
5405
|
+
animation: emptyFloat-data-v-6aa7533c 2.5s ease-in-out infinite;
|
|
5670
5406
|
}
|
|
5671
|
-
.config-empty p[data-v-
|
|
5407
|
+
.config-empty p[data-v-6aa7533c] {
|
|
5672
5408
|
font-size: 13px;
|
|
5673
5409
|
margin: 0;
|
|
5674
5410
|
color: #909399;
|
|
5675
5411
|
}
|
|
5676
|
-
@keyframes emptyFloat-data-v-
|
|
5412
|
+
@keyframes emptyFloat-data-v-6aa7533c {
|
|
5677
5413
|
0%,
|
|
5678
5414
|
100% {
|
|
5679
5415
|
transform: translateY(0);
|