@zscreate/form-component 1.1.689-AI.7 → 1.1.689-AI.9
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 -207
- package/dist/form-component.umd.js +2047 -634
- 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
|
|
|
@@ -4830,11 +4994,11 @@ div {
|
|
|
4830
4994
|
transition: transform linear;
|
|
4831
4995
|
}
|
|
4832
4996
|
|
|
4833
|
-
.sub-table-col[data-v-
|
|
4997
|
+
.sub-table-col[data-v-0536d5fe] {
|
|
4834
4998
|
display: flex;
|
|
4835
4999
|
box-sizing: border-box;
|
|
4836
5000
|
}
|
|
4837
|
-
.sub-table-col > span[data-v-
|
|
5001
|
+
.sub-table-col > span[data-v-0536d5fe] {
|
|
4838
5002
|
flex: 2;
|
|
4839
5003
|
border-bottom: 1px solid #000;
|
|
4840
5004
|
border-right: 1px solid #000;
|
|
@@ -4842,22 +5006,22 @@ div {
|
|
|
4842
5006
|
line-height: 40px;
|
|
4843
5007
|
text-align: center;
|
|
4844
5008
|
}
|
|
4845
|
-
.sub-table-col > .last-one[data-v-
|
|
5009
|
+
.sub-table-col > .last-one[data-v-0536d5fe] {
|
|
4846
5010
|
width: 87px;
|
|
4847
5011
|
flex: 0 0 87px;
|
|
4848
5012
|
border-right: 1px solid #333;
|
|
4849
5013
|
border-bottom: 1px solid #333;
|
|
4850
5014
|
}
|
|
4851
|
-
.sub-table-col-no-border > span[data-v-
|
|
5015
|
+
.sub-table-col-no-border > span[data-v-0536d5fe] {
|
|
4852
5016
|
border: none;
|
|
4853
5017
|
height: auto;
|
|
4854
5018
|
width: 0;
|
|
4855
5019
|
}
|
|
4856
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4857
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5020
|
+
.sub-table-col-no-border > .sub-table-title[data-v-0536d5fe]:last-child,
|
|
5021
|
+
.sub-table-col-no-border > .sub-table-item[data-v-0536d5fe]:last-child {
|
|
4858
5022
|
border-right: none !important;
|
|
4859
5023
|
}
|
|
4860
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5024
|
+
.sub-table-col-no-border > .last-one[data-v-0536d5fe] {
|
|
4861
5025
|
width: 87px;
|
|
4862
5026
|
flex: 0 0 87px;
|
|
4863
5027
|
display: flex;
|
|
@@ -4865,46 +5029,46 @@ div {
|
|
|
4865
5029
|
align-items: center;
|
|
4866
5030
|
}
|
|
4867
5031
|
|
|
4868
|
-
.t-border[data-v-
|
|
5032
|
+
.t-border[data-v-7dc51789] {
|
|
4869
5033
|
border-right: 1px solid #333;
|
|
4870
5034
|
border-bottom: 1px solid #333;
|
|
4871
5035
|
}
|
|
4872
|
-
[data-v-
|
|
5036
|
+
[data-v-7dc51789] * {
|
|
4873
5037
|
font-size: var(--paperFontSize);
|
|
4874
5038
|
}
|
|
4875
|
-
[data-v-
|
|
5039
|
+
[data-v-7dc51789] .custom_form_item {
|
|
4876
5040
|
height: -moz-fit-content;
|
|
4877
5041
|
height: fit-content;
|
|
4878
5042
|
}
|
|
4879
|
-
.save-pdf[data-v-
|
|
5043
|
+
.save-pdf[data-v-7dc51789] .ant-input {
|
|
4880
5044
|
border: none !important;
|
|
4881
5045
|
}
|
|
4882
|
-
.save-pdf[data-v-
|
|
5046
|
+
.save-pdf[data-v-7dc51789] .ant-select-selection {
|
|
4883
5047
|
border: none !important;
|
|
4884
5048
|
}
|
|
4885
|
-
.save-pdf[data-v-
|
|
5049
|
+
.save-pdf[data-v-7dc51789] .ant-select-arrow svg {
|
|
4886
5050
|
display: none;
|
|
4887
5051
|
}
|
|
4888
|
-
.save-pdf[data-v-
|
|
5052
|
+
.save-pdf[data-v-7dc51789] .ant-upload.ant-upload-select-picture-card {
|
|
4889
5053
|
display: none;
|
|
4890
5054
|
}
|
|
4891
|
-
.save-pdf[data-v-
|
|
5055
|
+
.save-pdf[data-v-7dc51789] .anticon svg {
|
|
4892
5056
|
display: none;
|
|
4893
5057
|
}
|
|
4894
|
-
.save-pdf[data-v-
|
|
5058
|
+
.save-pdf[data-v-7dc51789] .ant-time-picker-input {
|
|
4895
5059
|
border: none !important;
|
|
4896
5060
|
}
|
|
4897
|
-
.save-pdf[data-v-
|
|
5061
|
+
.save-pdf[data-v-7dc51789] .ant-upload.ant-upload-select {
|
|
4898
5062
|
display: none;
|
|
4899
5063
|
}
|
|
4900
5064
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4901
|
-
.computed-wrap[data-v-
|
|
5065
|
+
.computed-wrap[data-v-7dc51789] {
|
|
4902
5066
|
background: #f5f5f5;
|
|
4903
5067
|
}
|
|
4904
|
-
.computed-wrap .item[data-v-
|
|
5068
|
+
.computed-wrap .item[data-v-7dc51789] {
|
|
4905
5069
|
display: flex;
|
|
4906
5070
|
}
|
|
4907
|
-
.computed-wrap .item > div[data-v-
|
|
5071
|
+
.computed-wrap .item > div[data-v-7dc51789] {
|
|
4908
5072
|
height: 35px;
|
|
4909
5073
|
line-height: 35px;
|
|
4910
5074
|
flex: 1;
|
|
@@ -4912,130 +5076,130 @@ div {
|
|
|
4912
5076
|
border-bottom: 1px solid #000;
|
|
4913
5077
|
text-align: center;
|
|
4914
5078
|
}
|
|
4915
|
-
.computed-wrap .item > div + div[data-v-
|
|
5079
|
+
.computed-wrap .item > div + div[data-v-7dc51789] {
|
|
4916
5080
|
flex: 2;
|
|
4917
5081
|
}
|
|
4918
|
-
.layout .paper[data-v-
|
|
5082
|
+
.layout .paper[data-v-7dc51789] {
|
|
4919
5083
|
position: relative;
|
|
4920
5084
|
}
|
|
4921
|
-
.layout .paper .form-title[data-v-
|
|
5085
|
+
.layout .paper .form-title[data-v-7dc51789] {
|
|
4922
5086
|
text-align: center;
|
|
4923
5087
|
font-weight: 600;
|
|
4924
5088
|
font-size: 16px;
|
|
4925
5089
|
min-height: 40px;
|
|
4926
5090
|
line-height: 30px;
|
|
4927
5091
|
}
|
|
4928
|
-
.row-item[data-v-
|
|
5092
|
+
.row-item[data-v-7dc51789] {
|
|
4929
5093
|
height: -moz-fit-content;
|
|
4930
5094
|
height: fit-content;
|
|
4931
5095
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4932
5096
|
}
|
|
4933
|
-
.no-row-item[data-v-
|
|
5097
|
+
.no-row-item[data-v-7dc51789] {
|
|
4934
5098
|
border-right: none;
|
|
4935
5099
|
border-bottom: none;
|
|
4936
5100
|
}
|
|
4937
5101
|
/****page边框内的 ***/
|
|
4938
|
-
.page-border[data-v-
|
|
5102
|
+
.page-border[data-v-7dc51789] {
|
|
4939
5103
|
background: #fff;
|
|
4940
5104
|
box-sizing: border-box;
|
|
4941
5105
|
}
|
|
4942
|
-
.page-border .row-item[data-v-
|
|
5106
|
+
.page-border .row-item[data-v-7dc51789]:first-child {
|
|
4943
5107
|
border-top: 1px solid #000;
|
|
4944
5108
|
}
|
|
4945
|
-
.page-border .row-item[data-v-
|
|
5109
|
+
.page-border .row-item[data-v-7dc51789] {
|
|
4946
5110
|
border-left: 1px solid #000;
|
|
4947
5111
|
}
|
|
4948
|
-
.page-border .item-bottom[data-v-
|
|
5112
|
+
.page-border .item-bottom[data-v-7dc51789] {
|
|
4949
5113
|
border-bottom: 1px solid #000;
|
|
4950
5114
|
}
|
|
4951
|
-
.page-border .row-item[data-v-
|
|
5115
|
+
.page-border .row-item[data-v-7dc51789]:not(:last-child) {
|
|
4952
5116
|
position: relative;
|
|
4953
5117
|
}
|
|
4954
|
-
.page-border li.sortable-chosen[data-v-
|
|
5118
|
+
.page-border li.sortable-chosen[data-v-7dc51789] {
|
|
4955
5119
|
height: 2px !important;
|
|
4956
5120
|
overflow: hidden !important;
|
|
4957
5121
|
background: red !important;
|
|
4958
5122
|
}
|
|
4959
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
5123
|
+
.page-border .ant-time-picker-panel[data-v-7dc51789] {
|
|
4960
5124
|
z-index: 200000 !important;
|
|
4961
5125
|
}
|
|
4962
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
5126
|
+
.page-border .ant-calendar-picker-container[data-v-7dc51789] {
|
|
4963
5127
|
z-index: 200000 !important;
|
|
4964
5128
|
}
|
|
4965
|
-
[data-v-
|
|
5129
|
+
[data-v-7dc51789] .ant-time-picker-panel {
|
|
4966
5130
|
z-index: 9999 !important;
|
|
4967
5131
|
}
|
|
4968
|
-
.ant-calendar-picker-container[data-v-
|
|
5132
|
+
.ant-calendar-picker-container[data-v-7dc51789] {
|
|
4969
5133
|
z-index: 200000 !important;
|
|
4970
5134
|
}
|
|
4971
|
-
[data-v-
|
|
5135
|
+
[data-v-7dc51789] .ant-form-item-children {
|
|
4972
5136
|
display: block;
|
|
4973
5137
|
}
|
|
4974
|
-
[data-v-
|
|
5138
|
+
[data-v-7dc51789] .ant-form-item {
|
|
4975
5139
|
width: 100%;
|
|
4976
5140
|
height: 100%;
|
|
4977
5141
|
margin-bottom: 0;
|
|
4978
5142
|
display: flex;
|
|
4979
5143
|
}
|
|
4980
|
-
[data-v-
|
|
5144
|
+
[data-v-7dc51789] .ant-form-item .is_required::before {
|
|
4981
5145
|
content: "*";
|
|
4982
5146
|
color: #f56c6c;
|
|
4983
5147
|
margin-right: 4px;
|
|
4984
5148
|
}
|
|
4985
|
-
[data-v-
|
|
5149
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-label {
|
|
4986
5150
|
border-right: 1px solid #000;
|
|
4987
5151
|
}
|
|
4988
|
-
[data-v-
|
|
5152
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-label label {
|
|
4989
5153
|
display: flex;
|
|
4990
5154
|
justify-content: center;
|
|
4991
5155
|
align-items: center;
|
|
4992
5156
|
height: 100%;
|
|
4993
5157
|
}
|
|
4994
|
-
[data-v-
|
|
5158
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4995
5159
|
display: none;
|
|
4996
5160
|
}
|
|
4997
|
-
[data-v-
|
|
5161
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-control-wrapper {
|
|
4998
5162
|
display: flex;
|
|
4999
5163
|
align-items: center;
|
|
5000
5164
|
text-align: left;
|
|
5001
5165
|
}
|
|
5002
|
-
[data-v-
|
|
5166
|
+
[data-v-7dc51789] .ant-form-item .ant-form-item-control {
|
|
5003
5167
|
width: 98%;
|
|
5004
5168
|
margin: 0 auto;
|
|
5005
5169
|
}
|
|
5006
|
-
[data-v-
|
|
5170
|
+
[data-v-7dc51789] .ant-form-item .is_required::before {
|
|
5007
5171
|
content: "*";
|
|
5008
5172
|
color: #f56c6c;
|
|
5009
5173
|
margin-right: 4px;
|
|
5010
5174
|
}
|
|
5011
|
-
.row-table[data-v-
|
|
5175
|
+
.row-table[data-v-7dc51789] {
|
|
5012
5176
|
display: flex;
|
|
5013
5177
|
}
|
|
5014
|
-
.row-table[data-v-
|
|
5015
|
-
.row-table[data-v-
|
|
5178
|
+
.row-table[data-v-7dc51789] .ant-spin-container,
|
|
5179
|
+
.row-table[data-v-7dc51789] {
|
|
5016
5180
|
display: flex;
|
|
5017
5181
|
width: 100%;
|
|
5018
5182
|
}
|
|
5019
|
-
.row-table[data-v-
|
|
5020
|
-
.row-table .table-left[data-v-
|
|
5183
|
+
.row-table[data-v-7dc51789] .ant-spin-container .table-left,
|
|
5184
|
+
.row-table .table-left[data-v-7dc51789] {
|
|
5021
5185
|
width: 100px;
|
|
5022
5186
|
text-align: center;
|
|
5023
5187
|
border-right: 1px solid #333;
|
|
5024
5188
|
border-bottom: 1px solid #333;
|
|
5025
5189
|
position: relative;
|
|
5026
5190
|
}
|
|
5027
|
-
.row-table[data-v-
|
|
5028
|
-
.row-table .table-left p[data-v-
|
|
5191
|
+
.row-table[data-v-7dc51789] .ant-spin-container .table-left p,
|
|
5192
|
+
.row-table .table-left p[data-v-7dc51789] {
|
|
5029
5193
|
position: absolute;
|
|
5030
5194
|
top: 50%;
|
|
5031
5195
|
left: 50%;
|
|
5032
5196
|
transform: translate(-50%, -50%);
|
|
5033
5197
|
}
|
|
5034
|
-
.row-table[data-v-
|
|
5035
|
-
.row-table .table-right[data-v-
|
|
5198
|
+
.row-table[data-v-7dc51789] .ant-spin-container .table-right,
|
|
5199
|
+
.row-table .table-right[data-v-7dc51789] {
|
|
5036
5200
|
flex: 1;
|
|
5037
5201
|
}
|
|
5038
|
-
.table-content[data-v-
|
|
5202
|
+
.table-content[data-v-7dc51789] {
|
|
5039
5203
|
width: 100%;
|
|
5040
5204
|
height: 40px;
|
|
5041
5205
|
line-height: 40px;
|
|
@@ -5044,11 +5208,11 @@ div {
|
|
|
5044
5208
|
border-bottom: 1px solid #333;
|
|
5045
5209
|
border-right: 1px solid #333;
|
|
5046
5210
|
}
|
|
5047
|
-
.sub-table-col[data-v-
|
|
5211
|
+
.sub-table-col[data-v-7dc51789] {
|
|
5048
5212
|
display: flex;
|
|
5049
5213
|
box-sizing: border-box;
|
|
5050
5214
|
}
|
|
5051
|
-
.sub-table-col > span[data-v-
|
|
5215
|
+
.sub-table-col > span[data-v-7dc51789] {
|
|
5052
5216
|
flex: 2;
|
|
5053
5217
|
border-bottom: 1px solid #000;
|
|
5054
5218
|
border-right: 1px solid #000;
|
|
@@ -5056,34 +5220,34 @@ div {
|
|
|
5056
5220
|
line-height: 40px;
|
|
5057
5221
|
text-align: center;
|
|
5058
5222
|
}
|
|
5059
|
-
.sub-table-col > .last-one[data-v-
|
|
5223
|
+
.sub-table-col > .last-one[data-v-7dc51789] {
|
|
5060
5224
|
width: 87px;
|
|
5061
5225
|
flex: 0 0 87px;
|
|
5062
5226
|
border-right: 1px solid #333;
|
|
5063
5227
|
border-bottom: 1px solid #333;
|
|
5064
5228
|
}
|
|
5065
|
-
.sub-table-col-no-border > span[data-v-
|
|
5229
|
+
.sub-table-col-no-border > span[data-v-7dc51789] {
|
|
5066
5230
|
border: none;
|
|
5067
5231
|
height: auto;
|
|
5068
5232
|
width: 0;
|
|
5069
5233
|
}
|
|
5070
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5071
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5234
|
+
.sub-table-col-no-border > .sub-table-title[data-v-7dc51789]:last-child,
|
|
5235
|
+
.sub-table-col-no-border > .sub-table-item[data-v-7dc51789]:last-child {
|
|
5072
5236
|
border-right: none !important;
|
|
5073
5237
|
}
|
|
5074
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5238
|
+
.sub-table-col-no-border > .last-one[data-v-7dc51789] {
|
|
5075
5239
|
width: 87px;
|
|
5076
5240
|
flex: 0 0 87px;
|
|
5077
5241
|
display: flex;
|
|
5078
5242
|
justify-content: center;
|
|
5079
5243
|
align-items: center;
|
|
5080
5244
|
}
|
|
5081
|
-
.pagiAfter + .row-item[data-v-
|
|
5245
|
+
.pagiAfter + .row-item[data-v-7dc51789] {
|
|
5082
5246
|
border-top-width: 1px;
|
|
5083
5247
|
border-top-style: solid;
|
|
5084
5248
|
}
|
|
5085
5249
|
/* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
|
|
5086
|
-
.row-item:not(:last-child) .hasWidgetAfter[data-v-
|
|
5250
|
+
.row-item:not(:last-child) .hasWidgetAfter[data-v-7dc51789] {
|
|
5087
5251
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5088
5252
|
width: calc(100% + 1px);
|
|
5089
5253
|
border-left-width: 1px;
|
|
@@ -5092,7 +5256,7 @@ div {
|
|
|
5092
5256
|
border-right-style: solid;
|
|
5093
5257
|
left: -1px;
|
|
5094
5258
|
}
|
|
5095
|
-
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-
|
|
5259
|
+
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-7dc51789] {
|
|
5096
5260
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5097
5261
|
width: calc(100% + 1px);
|
|
5098
5262
|
border-left: none;
|
|
@@ -5100,33 +5264,33 @@ div {
|
|
|
5100
5264
|
left: -1px;
|
|
5101
5265
|
}
|
|
5102
5266
|
/*****无border *****/
|
|
5103
|
-
.no-border .page-border[data-v-
|
|
5267
|
+
.no-border .page-border[data-v-7dc51789] {
|
|
5104
5268
|
border: none;
|
|
5105
5269
|
}
|
|
5106
|
-
.no-border .page-border .row-item[data-v-
|
|
5270
|
+
.no-border .page-border .row-item[data-v-7dc51789]:not(:last-child) {
|
|
5107
5271
|
border: none;
|
|
5108
5272
|
}
|
|
5109
|
-
.no-border .page-border[data-v-
|
|
5273
|
+
.no-border .page-border[data-v-7dc51789] .ant-form-item .ant-form-item-label {
|
|
5110
5274
|
border: none;
|
|
5111
5275
|
}
|
|
5112
|
-
.table_border[data-v-
|
|
5276
|
+
.table_border[data-v-7dc51789] {
|
|
5113
5277
|
border-bottom: 0;
|
|
5114
5278
|
border-right: 0;
|
|
5115
5279
|
}
|
|
5116
5280
|
/*****无border *****/
|
|
5117
|
-
[data-v-
|
|
5281
|
+
[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
5282
|
margin: 10px 0;
|
|
5119
5283
|
line-height: 1.5;
|
|
5120
5284
|
}
|
|
5121
|
-
[data-v-
|
|
5285
|
+
[data-v-7dc51789] .ant-spin-dot {
|
|
5122
5286
|
font-size: 20px !important;
|
|
5123
5287
|
}
|
|
5124
|
-
.form_skeleton[data-v-
|
|
5288
|
+
.form_skeleton[data-v-7dc51789] {
|
|
5125
5289
|
display: block;
|
|
5126
5290
|
width: 700px;
|
|
5127
5291
|
margin: 55px auto;
|
|
5128
5292
|
}
|
|
5129
|
-
.form_skeleton[data-v-
|
|
5293
|
+
.form_skeleton[data-v-7dc51789] .ant-skeleton-title {
|
|
5130
5294
|
margin: 0 auto;
|
|
5131
5295
|
}
|
|
5132
5296
|
|
|
@@ -5135,7 +5299,7 @@ div {
|
|
|
5135
5299
|
display: none ;
|
|
5136
5300
|
}
|
|
5137
5301
|
|
|
5138
|
-
.components-list[data-v-
|
|
5302
|
+
.components-list[data-v-27422f7c] {
|
|
5139
5303
|
padding: 0;
|
|
5140
5304
|
margin: 0;
|
|
5141
5305
|
line-height: 20px;
|
|
@@ -5143,7 +5307,7 @@ div {
|
|
|
5143
5307
|
height: 100%;
|
|
5144
5308
|
overflow-y: auto;
|
|
5145
5309
|
}
|
|
5146
|
-
.components-list .tabs[data-v-
|
|
5310
|
+
.components-list .tabs[data-v-27422f7c] {
|
|
5147
5311
|
padding: 8px 10px 6px;
|
|
5148
5312
|
display: flex;
|
|
5149
5313
|
flex-wrap: wrap;
|
|
@@ -5154,7 +5318,7 @@ div {
|
|
|
5154
5318
|
background: #fff;
|
|
5155
5319
|
z-index: 1;
|
|
5156
5320
|
}
|
|
5157
|
-
.components-list .tabs span[data-v-
|
|
5321
|
+
.components-list .tabs span[data-v-27422f7c] {
|
|
5158
5322
|
cursor: pointer;
|
|
5159
5323
|
display: inline-block;
|
|
5160
5324
|
font-size: 12px;
|
|
@@ -5163,14 +5327,14 @@ div {
|
|
|
5163
5327
|
color: #666;
|
|
5164
5328
|
transition: all 0.2s;
|
|
5165
5329
|
}
|
|
5166
|
-
.components-list .tabs .activeTab[data-v-
|
|
5330
|
+
.components-list .tabs .activeTab[data-v-27422f7c] {
|
|
5167
5331
|
background: #409EFF;
|
|
5168
5332
|
color: #fff;
|
|
5169
5333
|
}
|
|
5170
|
-
.components-list ul[data-v-
|
|
5334
|
+
.components-list ul[data-v-27422f7c] {
|
|
5171
5335
|
padding: 8px 8px 4px;
|
|
5172
5336
|
}
|
|
5173
|
-
.components-list .widget-control[data-v-
|
|
5337
|
+
.components-list .widget-control[data-v-27422f7c] {
|
|
5174
5338
|
display: block;
|
|
5175
5339
|
width: 100%;
|
|
5176
5340
|
box-sizing: border-box;
|
|
@@ -5182,13 +5346,13 @@ div {
|
|
|
5182
5346
|
margin: 0 0 6px 0;
|
|
5183
5347
|
transition: all 0.25s ease;
|
|
5184
5348
|
}
|
|
5185
|
-
.components-list .widget-control[data-v-
|
|
5349
|
+
.components-list .widget-control[data-v-27422f7c]:hover {
|
|
5186
5350
|
border-color: #409EFF;
|
|
5187
5351
|
background: #ecf5ff;
|
|
5188
5352
|
transform: translateX(2px);
|
|
5189
5353
|
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.15);
|
|
5190
5354
|
}
|
|
5191
|
-
.components-list .widget-control a[data-v-
|
|
5355
|
+
.components-list .widget-control a[data-v-27422f7c] {
|
|
5192
5356
|
color: #606266;
|
|
5193
5357
|
display: flex;
|
|
5194
5358
|
flex-direction: row;
|
|
@@ -5198,31 +5362,31 @@ div {
|
|
|
5198
5362
|
padding: 0 10px;
|
|
5199
5363
|
font-size: 13px;
|
|
5200
5364
|
}
|
|
5201
|
-
.components-list .widget-control a i[data-v-
|
|
5365
|
+
.components-list .widget-control a i[data-v-27422f7c] {
|
|
5202
5366
|
font-size: 16px;
|
|
5203
5367
|
margin-right: 8px;
|
|
5204
5368
|
}
|
|
5205
|
-
.control[data-v-
|
|
5369
|
+
.control[data-v-27422f7c] {
|
|
5206
5370
|
margin-top: 20px;
|
|
5207
5371
|
width: 350px;
|
|
5208
5372
|
background: #ffffff;
|
|
5209
5373
|
box-shadow: 0 0 15px #ffffff;
|
|
5210
5374
|
}
|
|
5211
|
-
.control .title[data-v-
|
|
5375
|
+
.control .title[data-v-27422f7c] {
|
|
5212
5376
|
height: 50px;
|
|
5213
5377
|
line-height: 50px;
|
|
5214
5378
|
padding: 0 15px;
|
|
5215
5379
|
border-bottom: 1px solid #f0f0f0;
|
|
5216
5380
|
}
|
|
5217
|
-
.control .list_wrap[data-v-
|
|
5381
|
+
.control .list_wrap[data-v-27422f7c] {
|
|
5218
5382
|
padding-top: 15px;
|
|
5219
5383
|
font-size: 0;
|
|
5220
5384
|
min-height: 680px;
|
|
5221
5385
|
}
|
|
5222
|
-
.control .list_wrap .list_box[data-v-
|
|
5386
|
+
.control .list_wrap .list_box[data-v-27422f7c] {
|
|
5223
5387
|
display: inline-block;
|
|
5224
5388
|
}
|
|
5225
|
-
.control .list_wrap .list[data-v-
|
|
5389
|
+
.control .list_wrap .list[data-v-27422f7c] {
|
|
5226
5390
|
border: 1px dashed #d1d1d1;
|
|
5227
5391
|
margin: 0 7.5px 15px 7.5px;
|
|
5228
5392
|
width: 160px;
|
|
@@ -5238,17 +5402,17 @@ div {
|
|
|
5238
5402
|
position: relative;
|
|
5239
5403
|
overflow: hidden;
|
|
5240
5404
|
}
|
|
5241
|
-
.control .list_wrap .list i[data-v-
|
|
5405
|
+
.control .list_wrap .list i[data-v-27422f7c] {
|
|
5242
5406
|
position: absolute;
|
|
5243
5407
|
right: 10px;
|
|
5244
5408
|
top: 0px;
|
|
5245
5409
|
font-size: 22px;
|
|
5246
5410
|
color: #999;
|
|
5247
5411
|
}
|
|
5248
|
-
.control .list_wrap .list[data-v-
|
|
5412
|
+
.control .list_wrap .list[data-v-27422f7c]:nth-child(2n) {
|
|
5249
5413
|
margin-right: 0;
|
|
5250
5414
|
}
|
|
5251
|
-
.control .list_wrap .list[data-v-
|
|
5415
|
+
.control .list_wrap .list[data-v-27422f7c]:hover {
|
|
5252
5416
|
background: #f1f1f1;
|
|
5253
5417
|
}
|
|
5254
5418
|
|
|
@@ -5266,103 +5430,103 @@ div {
|
|
|
5266
5430
|
opacity: 0.6;
|
|
5267
5431
|
}
|
|
5268
5432
|
|
|
5269
|
-
.paper[data-v-
|
|
5433
|
+
.paper[data-v-aa7a7266] * {
|
|
5270
5434
|
font-size: var(--paperFontSize);
|
|
5271
5435
|
}
|
|
5272
|
-
.paper .form-title[data-v-
|
|
5436
|
+
.paper .form-title[data-v-aa7a7266] {
|
|
5273
5437
|
text-align: center;
|
|
5274
5438
|
font-weight: 600;
|
|
5275
5439
|
font-size: 16px;
|
|
5276
5440
|
min-height: 40px;
|
|
5277
5441
|
line-height: 30px;
|
|
5278
5442
|
}
|
|
5279
|
-
[data-v-
|
|
5443
|
+
[data-v-aa7a7266] .vue-grid-layout {
|
|
5280
5444
|
z-index: 2;
|
|
5281
5445
|
}
|
|
5282
|
-
[data-v-
|
|
5446
|
+
[data-v-aa7a7266] .vue-grid-item {
|
|
5283
5447
|
border: 1px dashed #ccc;
|
|
5284
5448
|
box-sizing: border-box;
|
|
5285
5449
|
background-color: #fff;
|
|
5286
5450
|
}
|
|
5287
|
-
[data-v-
|
|
5451
|
+
[data-v-aa7a7266] .ant-form-item {
|
|
5288
5452
|
width: 100%;
|
|
5289
5453
|
height: 100%;
|
|
5290
5454
|
margin-bottom: 0;
|
|
5291
5455
|
}
|
|
5292
|
-
[data-v-
|
|
5456
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
|
|
5293
5457
|
height: 100%;
|
|
5294
5458
|
position: absolute;
|
|
5295
5459
|
left: 0;
|
|
5296
5460
|
top: 0;
|
|
5297
5461
|
border-right: 1px solid var(--designBorderColor);
|
|
5298
5462
|
}
|
|
5299
|
-
[data-v-
|
|
5463
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label label {
|
|
5300
5464
|
display: flex;
|
|
5301
5465
|
justify-content: center;
|
|
5302
5466
|
align-items: center;
|
|
5303
5467
|
height: 100%;
|
|
5304
5468
|
}
|
|
5305
|
-
[data-v-
|
|
5469
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label label > * {
|
|
5306
5470
|
align-self: center;
|
|
5307
5471
|
flex: 0 0 auto;
|
|
5308
5472
|
height: auto;
|
|
5309
5473
|
}
|
|
5310
|
-
[data-v-
|
|
5474
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
5311
5475
|
display: none;
|
|
5312
5476
|
}
|
|
5313
|
-
[data-v-
|
|
5477
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-control-wrapper {
|
|
5314
5478
|
height: 100%;
|
|
5315
5479
|
float: right;
|
|
5316
5480
|
display: flex;
|
|
5317
5481
|
align-items: center;
|
|
5318
5482
|
}
|
|
5319
|
-
[data-v-
|
|
5483
|
+
[data-v-aa7a7266] .ant-form-item .ant-form-item-control {
|
|
5320
5484
|
width: 98%;
|
|
5321
5485
|
margin: 0 auto;
|
|
5322
5486
|
}
|
|
5323
|
-
.is_required[data-v-
|
|
5487
|
+
.is_required[data-v-aa7a7266]::before {
|
|
5324
5488
|
content: "*";
|
|
5325
5489
|
color: #f56c6c;
|
|
5326
5490
|
margin-right: 4px;
|
|
5327
5491
|
}
|
|
5328
|
-
.widget-form-list[data-v-
|
|
5492
|
+
.widget-form-list[data-v-aa7a7266] {
|
|
5329
5493
|
background: #fff;
|
|
5330
5494
|
box-sizing: border-box;
|
|
5331
5495
|
}
|
|
5332
|
-
.widget-form-list .row-item[data-v-
|
|
5496
|
+
.widget-form-list .row-item[data-v-aa7a7266]:first-child {
|
|
5333
5497
|
border-top: 1px solid var(--designBorderColor);
|
|
5334
5498
|
}
|
|
5335
|
-
.widget-form-list .row-item[data-v-
|
|
5499
|
+
.widget-form-list .row-item[data-v-aa7a7266] {
|
|
5336
5500
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5337
5501
|
}
|
|
5338
|
-
.widget-form-list .row-item[data-v-
|
|
5502
|
+
.widget-form-list .row-item[data-v-aa7a7266] {
|
|
5339
5503
|
border-right: 1px solid var(--designBorderColor);
|
|
5340
5504
|
border-left: 1px solid var(--designBorderColor);
|
|
5341
5505
|
}
|
|
5342
|
-
.widget-form-list .item-bottom[data-v-
|
|
5506
|
+
.widget-form-list .item-bottom[data-v-aa7a7266] {
|
|
5343
5507
|
border-bottom: 1px solid var(--designBorderColor);
|
|
5344
5508
|
}
|
|
5345
|
-
.widget-form-list .no-row-item[data-v-
|
|
5509
|
+
.widget-form-list .no-row-item[data-v-aa7a7266] {
|
|
5346
5510
|
border-right: none;
|
|
5347
5511
|
border-bottom: none !important;
|
|
5348
5512
|
}
|
|
5349
|
-
.widget-form-list .no-row-item .widget-form-list[data-v-
|
|
5513
|
+
.widget-form-list .no-row-item .widget-form-list[data-v-aa7a7266] {
|
|
5350
5514
|
border-top: none !important;
|
|
5351
5515
|
border-right: none;
|
|
5352
5516
|
}
|
|
5353
|
-
.widget-form-list .widget-grid[data-v-
|
|
5517
|
+
.widget-form-list .widget-grid[data-v-aa7a7266] {
|
|
5354
5518
|
background: #f4f6fc;
|
|
5355
5519
|
position: relative;
|
|
5356
5520
|
border-left: 5px solid transparent;
|
|
5357
5521
|
padding: 5px;
|
|
5358
5522
|
margin: 0 !important;
|
|
5359
5523
|
}
|
|
5360
|
-
.widget-form-list .widget-grid.active[data-v-
|
|
5524
|
+
.widget-form-list .widget-grid.active[data-v-aa7a7266] {
|
|
5361
5525
|
outline: 2px solid #409eff;
|
|
5362
5526
|
border: 1px solid #409eff;
|
|
5363
5527
|
background: #ecf5ff;
|
|
5364
5528
|
}
|
|
5365
|
-
.widget-form-list .widget-grid .grid-background[data-v-
|
|
5529
|
+
.widget-form-list .widget-grid .grid-background[data-v-aa7a7266] {
|
|
5366
5530
|
position: absolute;
|
|
5367
5531
|
z-index: 1;
|
|
5368
5532
|
top: 0;
|
|
@@ -5373,85 +5537,85 @@ div {
|
|
|
5373
5537
|
height: 100%;
|
|
5374
5538
|
padding: 5px 5px 10px 5px;
|
|
5375
5539
|
}
|
|
5376
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5540
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266] {
|
|
5377
5541
|
border-bottom: 1px dashed #ccc;
|
|
5378
5542
|
border-left: 1px dashed #ccc;
|
|
5379
5543
|
box-sizing: border-box;
|
|
5380
5544
|
overflow: hidden;
|
|
5381
5545
|
}
|
|
5382
|
-
.widget-form-list .widget-grid .grid-background .rows[data-v-
|
|
5546
|
+
.widget-form-list .widget-grid .grid-background .rows[data-v-aa7a7266]:first-child {
|
|
5383
5547
|
border-top: 1px dashed #ccc;
|
|
5384
5548
|
}
|
|
5385
|
-
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-
|
|
5549
|
+
.widget-form-list .widget-grid .grid-background .rows .columns[data-v-aa7a7266] {
|
|
5386
5550
|
float: left;
|
|
5387
5551
|
border-right: 1px dashed #ccc;
|
|
5388
5552
|
min-height: 40px;
|
|
5389
5553
|
box-sizing: border-box;
|
|
5390
5554
|
}
|
|
5391
|
-
.widget-form-list .row_table[data-v-
|
|
5555
|
+
.widget-form-list .row_table[data-v-aa7a7266] {
|
|
5392
5556
|
min-height: 60px;
|
|
5393
5557
|
position: relative;
|
|
5394
5558
|
}
|
|
5395
|
-
.widget-form-list li.sortable-chosen[data-v-
|
|
5559
|
+
.widget-form-list li.sortable-chosen[data-v-aa7a7266] {
|
|
5396
5560
|
height: 2px !important;
|
|
5397
5561
|
overflow: hidden !important;
|
|
5398
5562
|
background: red !important;
|
|
5399
5563
|
}
|
|
5400
|
-
.widget-form-list .widget-col-list[data-v-
|
|
5564
|
+
.widget-form-list .widget-col-list[data-v-aa7a7266] {
|
|
5401
5565
|
min-height: 50px;
|
|
5402
5566
|
border: 1px dashed #ccc;
|
|
5403
5567
|
background: #fff;
|
|
5404
5568
|
}
|
|
5405
|
-
.widget-form-list .widget-col[data-v-
|
|
5569
|
+
.widget-form-list .widget-col[data-v-aa7a7266] {
|
|
5406
5570
|
padding-bottom: 0;
|
|
5407
5571
|
padding: 5px;
|
|
5408
5572
|
background-color: rgba(253, 246, 236, 0.3);
|
|
5409
5573
|
}
|
|
5410
|
-
.grid-lay-out-wrap .widget-col-list[data-v-
|
|
5574
|
+
.grid-lay-out-wrap .widget-col-list[data-v-aa7a7266] {
|
|
5411
5575
|
width: 100%;
|
|
5412
5576
|
height: 100%;
|
|
5413
5577
|
min-height: 40px;
|
|
5414
5578
|
border: none;
|
|
5415
5579
|
}
|
|
5416
|
-
.widget-form-ocuupied[data-v-
|
|
5580
|
+
.widget-form-ocuupied[data-v-aa7a7266] {
|
|
5417
5581
|
min-height: 540px;
|
|
5418
5582
|
border: none;
|
|
5419
5583
|
}
|
|
5420
|
-
.drag_table[data-v-
|
|
5584
|
+
.drag_table[data-v-aa7a7266] {
|
|
5421
5585
|
width: calc(100% - 100px);
|
|
5422
5586
|
height: 100%;
|
|
5423
5587
|
display: flex;
|
|
5424
5588
|
overflow-y: scroll;
|
|
5425
5589
|
}
|
|
5426
|
-
.drag_table[data-v-
|
|
5590
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar {
|
|
5427
5591
|
width: 3px;
|
|
5428
5592
|
height: 3px;
|
|
5429
5593
|
}
|
|
5430
|
-
.drag_table[data-v-
|
|
5594
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-track {
|
|
5431
5595
|
background: #fff;
|
|
5432
5596
|
border-radius: 2px;
|
|
5433
5597
|
}
|
|
5434
|
-
.drag_table[data-v-
|
|
5598
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb {
|
|
5435
5599
|
background: #cdcdcd;
|
|
5436
5600
|
border-radius: 8px;
|
|
5437
5601
|
}
|
|
5438
|
-
.drag_table[data-v-
|
|
5602
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-thumb:hover {
|
|
5439
5603
|
background: #cdcdcd;
|
|
5440
5604
|
}
|
|
5441
|
-
.drag_table[data-v-
|
|
5605
|
+
.drag_table[data-v-aa7a7266]::-webkit-scrollbar-corner {
|
|
5442
5606
|
background: #cdcdcd;
|
|
5443
5607
|
}
|
|
5444
|
-
.widget-form-ocuupied[data-v-
|
|
5608
|
+
.widget-form-ocuupied[data-v-aa7a7266] {
|
|
5445
5609
|
min-height: 540px;
|
|
5446
5610
|
border: none;
|
|
5447
5611
|
}
|
|
5448
|
-
.table_label[data-v-
|
|
5612
|
+
.table_label[data-v-aa7a7266] {
|
|
5449
5613
|
width: 100px;
|
|
5450
5614
|
min-width: 100px;
|
|
5451
5615
|
height: 100%;
|
|
5452
5616
|
text-align: right;
|
|
5453
5617
|
}
|
|
5454
|
-
.widget-view-model[data-v-
|
|
5618
|
+
.widget-view-model[data-v-aa7a7266] {
|
|
5455
5619
|
position: absolute;
|
|
5456
5620
|
top: 0px;
|
|
5457
5621
|
right: 3px;
|
|
@@ -5461,12 +5625,12 @@ div {
|
|
|
5461
5625
|
opacity: 0.6;
|
|
5462
5626
|
}
|
|
5463
5627
|
/**selectedWidget active*/
|
|
5464
|
-
[data-v-
|
|
5628
|
+
[data-v-aa7a7266] .active {
|
|
5465
5629
|
outline: 2px solid #409EFF;
|
|
5466
5630
|
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
|
|
5467
5631
|
position: relative;
|
|
5468
5632
|
}
|
|
5469
|
-
[data-v-
|
|
5633
|
+
[data-v-aa7a7266] .active .widget-view-drag {
|
|
5470
5634
|
position: absolute;
|
|
5471
5635
|
left: -2px;
|
|
5472
5636
|
top: -2px;
|
|
@@ -5480,7 +5644,7 @@ div {
|
|
|
5480
5644
|
color: #ffffff;
|
|
5481
5645
|
cursor: move;
|
|
5482
5646
|
}
|
|
5483
|
-
[data-v-
|
|
5647
|
+
[data-v-aa7a7266] .active .widget-view-action {
|
|
5484
5648
|
width: 70px;
|
|
5485
5649
|
position: absolute;
|
|
5486
5650
|
right: 0px;
|
|
@@ -5493,7 +5657,7 @@ div {
|
|
|
5493
5657
|
background: transparent;
|
|
5494
5658
|
color: #fff;
|
|
5495
5659
|
}
|
|
5496
|
-
[data-v-
|
|
5660
|
+
[data-v-aa7a7266] .active .widget-view-action .iconfont {
|
|
5497
5661
|
width: 25px;
|
|
5498
5662
|
height: 25px;
|
|
5499
5663
|
border-radius: 50%;
|
|
@@ -5503,17 +5667,17 @@ div {
|
|
|
5503
5667
|
font-size: 14px;
|
|
5504
5668
|
justify-content: center;
|
|
5505
5669
|
}
|
|
5506
|
-
[data-v-
|
|
5670
|
+
[data-v-aa7a7266] .active .widget-view-action .icon-icon_clone {
|
|
5507
5671
|
background: red;
|
|
5508
5672
|
}
|
|
5509
|
-
[data-v-
|
|
5673
|
+
[data-v-aa7a7266] .active .widget-view-action .icon-trash {
|
|
5510
5674
|
margin-left: 20px;
|
|
5511
5675
|
}
|
|
5512
|
-
.widget-form-list .widget-view[data-v-
|
|
5676
|
+
.widget-form-list .widget-view[data-v-aa7a7266] {
|
|
5513
5677
|
z-index: 8;
|
|
5514
5678
|
position: relative;
|
|
5515
5679
|
}
|
|
5516
|
-
.widget-form-list .widget-view .widget-view-action[data-v-
|
|
5680
|
+
.widget-form-list .widget-view .widget-view-action[data-v-aa7a7266] {
|
|
5517
5681
|
position: absolute;
|
|
5518
5682
|
right: 0px;
|
|
5519
5683
|
bottom: 0;
|
|
@@ -5525,7 +5689,7 @@ div {
|
|
|
5525
5689
|
background: transparent;
|
|
5526
5690
|
color: #fff;
|
|
5527
5691
|
}
|
|
5528
|
-
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-
|
|
5692
|
+
.widget-form-list .widget-view .widget-view-action .iconfont[data-v-aa7a7266] {
|
|
5529
5693
|
width: 25px;
|
|
5530
5694
|
height: 25px;
|
|
5531
5695
|
border-radius: 50%;
|
|
@@ -5535,13 +5699,13 @@ div {
|
|
|
5535
5699
|
font-size: 14px;
|
|
5536
5700
|
justify-content: center;
|
|
5537
5701
|
}
|
|
5538
|
-
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-
|
|
5702
|
+
.widget-form-list .widget-view .widget-view-action .icon-icon_clone[data-v-aa7a7266] {
|
|
5539
5703
|
background: red;
|
|
5540
5704
|
}
|
|
5541
|
-
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-
|
|
5705
|
+
.widget-form-list .widget-view .widget-view-action .icon-trash[data-v-aa7a7266] {
|
|
5542
5706
|
margin-left: 20px;
|
|
5543
5707
|
}
|
|
5544
|
-
.widget-form-list .widget-view .widget-view-drag[data-v-
|
|
5708
|
+
.widget-form-list .widget-view .widget-view-drag[data-v-aa7a7266] {
|
|
5545
5709
|
position: absolute;
|
|
5546
5710
|
left: -2px;
|
|
5547
5711
|
top: -2px;
|
|
@@ -5551,30 +5715,30 @@ div {
|
|
|
5551
5715
|
background: #409eff;
|
|
5552
5716
|
z-index: 9;
|
|
5553
5717
|
}
|
|
5554
|
-
.widget-form-list .widget-view .widget-view-drag i[data-v-
|
|
5718
|
+
.widget-form-list .widget-view .widget-view-drag i[data-v-aa7a7266] {
|
|
5555
5719
|
font-size: 14px;
|
|
5556
5720
|
color: #fff;
|
|
5557
5721
|
margin: 0 5px;
|
|
5558
5722
|
cursor: move;
|
|
5559
5723
|
}
|
|
5560
5724
|
/*****无border *****/
|
|
5561
|
-
.no-border .widget-form-list[data-v-
|
|
5725
|
+
.no-border .widget-form-list[data-v-aa7a7266] {
|
|
5562
5726
|
border: none;
|
|
5563
5727
|
}
|
|
5564
|
-
.no-border .widget-form-list .row-item[data-v-
|
|
5728
|
+
.no-border .widget-form-list .row-item[data-v-aa7a7266]:not(:last-child) {
|
|
5565
5729
|
border: none;
|
|
5566
5730
|
}
|
|
5567
|
-
.no-border .widget-form-list[data-v-
|
|
5731
|
+
.no-border .widget-form-list[data-v-aa7a7266] .ant-form-item .ant-form-item-label {
|
|
5568
5732
|
border: 0;
|
|
5569
5733
|
}
|
|
5570
5734
|
/*****无border *****/
|
|
5571
5735
|
/***label对齐方式 */
|
|
5572
|
-
[data-v-
|
|
5736
|
+
[data-v-aa7a7266] .custom_form_item .break {
|
|
5573
5737
|
white-space: normal;
|
|
5574
5738
|
word-break: break-all;
|
|
5575
5739
|
word-wrap: break-word;
|
|
5576
5740
|
}
|
|
5577
|
-
[data-v-
|
|
5741
|
+
[data-v-aa7a7266] .custom_form_item .align-between {
|
|
5578
5742
|
white-space: normal;
|
|
5579
5743
|
word-break: break-all;
|
|
5580
5744
|
word-wrap: break-word;
|
|
@@ -5583,28 +5747,28 @@ div {
|
|
|
5583
5747
|
text-align-last: justify;
|
|
5584
5748
|
width: 80%;
|
|
5585
5749
|
}
|
|
5586
|
-
[data-v-
|
|
5750
|
+
[data-v-aa7a7266] .custom_form_item .align-middle {
|
|
5587
5751
|
white-space: normal;
|
|
5588
5752
|
word-break: break-all;
|
|
5589
5753
|
word-wrap: break-word;
|
|
5590
5754
|
text-align: center;
|
|
5591
5755
|
width: 80%;
|
|
5592
5756
|
}
|
|
5593
|
-
[data-v-
|
|
5757
|
+
[data-v-aa7a7266] .custom_form_item .align-left {
|
|
5594
5758
|
white-space: normal;
|
|
5595
5759
|
word-break: break-all;
|
|
5596
5760
|
word-wrap: break-word;
|
|
5597
5761
|
text-align: left;
|
|
5598
5762
|
width: 80%;
|
|
5599
5763
|
}
|
|
5600
|
-
[data-v-
|
|
5764
|
+
[data-v-aa7a7266] .custom_form_item .align-right {
|
|
5601
5765
|
white-space: normal;
|
|
5602
5766
|
word-break: break-all;
|
|
5603
5767
|
word-wrap: break-word;
|
|
5604
5768
|
text-align: right;
|
|
5605
5769
|
width: 80%;
|
|
5606
5770
|
}
|
|
5607
|
-
[data-v-
|
|
5771
|
+
[data-v-aa7a7266] .custom_form_item .align-center {
|
|
5608
5772
|
white-space: normal;
|
|
5609
5773
|
word-break: break-all;
|
|
5610
5774
|
word-wrap: break-word;
|
|
@@ -5614,48 +5778,48 @@ div {
|
|
|
5614
5778
|
/***label对齐方式 */
|
|
5615
5779
|
|
|
5616
5780
|
|
|
5617
|
-
[data-v-
|
|
5781
|
+
[data-v-34cf2307] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5618
5782
|
line-height: 5px !important;
|
|
5619
5783
|
}
|
|
5620
|
-
[data-v-
|
|
5784
|
+
[data-v-34cf2307] .m-colorPicker {
|
|
5621
5785
|
z-index: 2;
|
|
5622
5786
|
}
|
|
5623
|
-
[data-v-
|
|
5787
|
+
[data-v-34cf2307] .m-colorPicker .colorBtn {
|
|
5624
5788
|
border: 1px solid #e3e3e3;
|
|
5625
5789
|
}
|
|
5626
5790
|
|
|
5627
5791
|
|
|
5628
|
-
[data-v-
|
|
5792
|
+
[data-v-6aa7533c] .ant-form-item {
|
|
5629
5793
|
margin-bottom: 10px;
|
|
5630
5794
|
padding-bottom: 8px;
|
|
5631
5795
|
border-bottom: 1px dashed #f0f0f0;
|
|
5632
5796
|
}
|
|
5633
|
-
[data-v-
|
|
5797
|
+
[data-v-6aa7533c] .ant-form-item:last-child {
|
|
5634
5798
|
border-bottom: none;
|
|
5635
5799
|
padding-bottom: 0;
|
|
5636
5800
|
}
|
|
5637
|
-
[data-v-
|
|
5801
|
+
[data-v-6aa7533c] .ant-form-item ul {
|
|
5638
5802
|
position: initial !important;
|
|
5639
5803
|
overflow-y: auto !important;
|
|
5640
5804
|
}
|
|
5641
|
-
[data-v-
|
|
5805
|
+
[data-v-6aa7533c] .ant-form-item-label > label {
|
|
5642
5806
|
color: #606266;
|
|
5643
5807
|
font-size: 13px;
|
|
5644
5808
|
font-weight: 500;
|
|
5645
5809
|
}
|
|
5646
|
-
[data-v-
|
|
5810
|
+
[data-v-6aa7533c] .ant-switch {
|
|
5647
5811
|
transition: all 0.25s ease;
|
|
5648
5812
|
}
|
|
5649
|
-
[data-v-
|
|
5813
|
+
[data-v-6aa7533c] .ant-input,[data-v-6aa7533c] .ant-select,[data-v-6aa7533c] .ant-input-number {
|
|
5650
5814
|
transition: border-color 0.25s ease, box-shadow 0.25s ease;
|
|
5651
5815
|
}
|
|
5652
|
-
[data-v-
|
|
5816
|
+
[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
5817
|
border-color: #409EFF;
|
|
5654
5818
|
}
|
|
5655
|
-
[data-v-
|
|
5819
|
+
[data-v-6aa7533c] .ant-input:focus,[data-v-6aa7533c] .ant-select:focus .ant-select-selection {
|
|
5656
5820
|
box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.15);
|
|
5657
5821
|
}
|
|
5658
|
-
.config-empty[data-v-
|
|
5822
|
+
.config-empty[data-v-6aa7533c] {
|
|
5659
5823
|
display: flex;
|
|
5660
5824
|
flex-direction: column;
|
|
5661
5825
|
align-items: center;
|
|
@@ -5663,17 +5827,17 @@ div {
|
|
|
5663
5827
|
height: 200px;
|
|
5664
5828
|
color: #c0c4cc;
|
|
5665
5829
|
}
|
|
5666
|
-
.config-empty .anticon[data-v-
|
|
5830
|
+
.config-empty .anticon[data-v-6aa7533c] {
|
|
5667
5831
|
font-size: 40px;
|
|
5668
5832
|
margin-bottom: 14px;
|
|
5669
|
-
animation: emptyFloat-data-v-
|
|
5833
|
+
animation: emptyFloat-data-v-6aa7533c 2.5s ease-in-out infinite;
|
|
5670
5834
|
}
|
|
5671
|
-
.config-empty p[data-v-
|
|
5835
|
+
.config-empty p[data-v-6aa7533c] {
|
|
5672
5836
|
font-size: 13px;
|
|
5673
5837
|
margin: 0;
|
|
5674
5838
|
color: #909399;
|
|
5675
5839
|
}
|
|
5676
|
-
@keyframes emptyFloat-data-v-
|
|
5840
|
+
@keyframes emptyFloat-data-v-6aa7533c {
|
|
5677
5841
|
0%,
|
|
5678
5842
|
100% {
|
|
5679
5843
|
transform: translateY(0);
|