@cloudtower/eagle 0.22.5 → 0.22.6
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/esm/index.js +336 -203
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +6 -1
- package/dist/style.css +1043 -1043
- package/dist/umd/index.js +334 -200
- package/dist/umd/stats1.html +1 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -1631,15 +1631,6 @@ input[type=submit] {
|
|
|
1631
1631
|
animation: rotate 680ms linear infinite;
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
1634
|
-
.obf05yr {
|
|
1635
|
-
display: inline-block;
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.hsms1n6 {
|
|
1639
|
-
visibility: hidden;
|
|
1640
|
-
position: absolute;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
1634
|
.buj61ew.ant-btn {
|
|
1644
1635
|
height: 32px;
|
|
1645
1636
|
border-radius: 6px;
|
|
@@ -1888,89 +1879,6 @@ input[type=submit] {
|
|
|
1888
1879
|
padding: 0;
|
|
1889
1880
|
}
|
|
1890
1881
|
|
|
1891
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1892
|
-
flex-direction: row;
|
|
1893
|
-
justify-content: stretch;
|
|
1894
|
-
}
|
|
1895
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1896
|
-
padding: 0;
|
|
1897
|
-
margin-right: 4px;
|
|
1898
|
-
flex: 1;
|
|
1899
|
-
overflow: visible;
|
|
1900
|
-
}
|
|
1901
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1902
|
-
display: none;
|
|
1903
|
-
}
|
|
1904
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1905
|
-
width: 100%;
|
|
1906
|
-
min-height: unset;
|
|
1907
|
-
}
|
|
1908
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1909
|
-
height: 26px;
|
|
1910
|
-
line-height: 26px;
|
|
1911
|
-
width: 100%;
|
|
1912
|
-
text-align: center;
|
|
1913
|
-
padding: 0;
|
|
1914
|
-
font-size: 12px;
|
|
1915
|
-
font-weight: normal;
|
|
1916
|
-
}
|
|
1917
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1918
|
-
margin-right: 10px;
|
|
1919
|
-
}
|
|
1920
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1921
|
-
display: none;
|
|
1922
|
-
}
|
|
1923
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1924
|
-
border-radius: 4px 0 0 4px;
|
|
1925
|
-
}
|
|
1926
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1927
|
-
margin-right: 0;
|
|
1928
|
-
}
|
|
1929
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1930
|
-
border-radius: 0 4px 4px 0;
|
|
1931
|
-
}
|
|
1932
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
1933
|
-
content: "";
|
|
1934
|
-
width: 0;
|
|
1935
|
-
height: 0;
|
|
1936
|
-
border: 13px solid transparent;
|
|
1937
|
-
position: absolute;
|
|
1938
|
-
top: 0;
|
|
1939
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1940
|
-
right: -21px;
|
|
1941
|
-
z-index: 2;
|
|
1942
|
-
}
|
|
1943
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
1944
|
-
content: "";
|
|
1945
|
-
width: 0;
|
|
1946
|
-
height: 0;
|
|
1947
|
-
border: 13px solid transparent;
|
|
1948
|
-
position: absolute;
|
|
1949
|
-
top: 0;
|
|
1950
|
-
border-left: 8px solid #fff;
|
|
1951
|
-
left: 0;
|
|
1952
|
-
}
|
|
1953
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1954
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
1955
|
-
}
|
|
1956
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1957
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1958
|
-
}
|
|
1959
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1960
|
-
color: #005ed1;
|
|
1961
|
-
}
|
|
1962
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1963
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1964
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
1965
|
-
}
|
|
1966
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1967
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1968
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1969
|
-
}
|
|
1970
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1971
|
-
padding: 0;
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
1882
|
.bpq0js6 {
|
|
1975
1883
|
padding: 4px 11px;
|
|
1976
1884
|
}
|
|
@@ -2015,6 +1923,63 @@ input[type=submit] {
|
|
|
2015
1923
|
font-size: 18px;
|
|
2016
1924
|
}
|
|
2017
1925
|
|
|
1926
|
+
.p12gwtiw {
|
|
1927
|
+
display: flex;
|
|
1928
|
+
justify-content: space-between;
|
|
1929
|
+
align-items: center;
|
|
1930
|
+
padding: 10px 0;
|
|
1931
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1932
|
+
font-size: 12px;
|
|
1933
|
+
line-height: 24px;
|
|
1934
|
+
}
|
|
1935
|
+
.p12gwtiw .pagination-left {
|
|
1936
|
+
padding: 2px 8px;
|
|
1937
|
+
}
|
|
1938
|
+
.p12gwtiw .dropdown-trigger {
|
|
1939
|
+
display: flex;
|
|
1940
|
+
align-items: center;
|
|
1941
|
+
border-radius: 6px;
|
|
1942
|
+
cursor: pointer;
|
|
1943
|
+
transition: all 0.3s ease;
|
|
1944
|
+
}
|
|
1945
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1946
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1947
|
+
color: #0080ff;
|
|
1948
|
+
}
|
|
1949
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1950
|
+
margin-left: 4px;
|
|
1951
|
+
}
|
|
1952
|
+
.p12gwtiw .pagination-right {
|
|
1953
|
+
display: flex;
|
|
1954
|
+
align-items: center;
|
|
1955
|
+
color: #0080ff;
|
|
1956
|
+
font-weight: bold;
|
|
1957
|
+
}
|
|
1958
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1959
|
+
margin-left: 4px;
|
|
1960
|
+
}
|
|
1961
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1962
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1963
|
+
padding: 0 8px;
|
|
1964
|
+
}
|
|
1965
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1966
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1967
|
+
color: #0080ff;
|
|
1968
|
+
}
|
|
1969
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1970
|
+
transform: rotate(180deg);
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1974
|
+
max-height: calc(100vh - 128px);
|
|
1975
|
+
overflow-y: auto;
|
|
1976
|
+
}
|
|
1977
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1978
|
+
padding: 4px 20px;
|
|
1979
|
+
font-size: 12px;
|
|
1980
|
+
line-height: 18px;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
2018
1983
|
.rxbeqvl.ant-radio-wrapper {
|
|
2019
1984
|
display: inline-flex;
|
|
2020
1985
|
align-items: baseline;
|
|
@@ -2157,1160 +2122,1191 @@ input[type=submit] {
|
|
|
2157
2122
|
width: 36px;
|
|
2158
2123
|
}
|
|
2159
2124
|
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2162
|
-
|
|
2125
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2126
|
+
flex-direction: row;
|
|
2127
|
+
justify-content: stretch;
|
|
2163
2128
|
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
height: 100%;
|
|
2129
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2130
|
+
padding: 0;
|
|
2131
|
+
margin-right: 4px;
|
|
2132
|
+
flex: 1;
|
|
2133
|
+
overflow: visible;
|
|
2170
2134
|
}
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2135
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2136
|
+
display: none;
|
|
2137
|
+
}
|
|
2138
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2174
2139
|
width: 100%;
|
|
2175
|
-
|
|
2176
|
-
display: flex;
|
|
2140
|
+
min-height: unset;
|
|
2177
2141
|
}
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2142
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2143
|
+
height: 26px;
|
|
2144
|
+
line-height: 26px;
|
|
2145
|
+
width: 100%;
|
|
2146
|
+
text-align: center;
|
|
2147
|
+
padding: 0;
|
|
2148
|
+
font-size: 12px;
|
|
2149
|
+
font-weight: normal;
|
|
2183
2150
|
}
|
|
2184
|
-
.
|
|
2185
|
-
|
|
2186
|
-
justify-content: flex-end;
|
|
2187
|
-
padding-right: 44px;
|
|
2151
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2152
|
+
margin-right: 10px;
|
|
2188
2153
|
}
|
|
2189
|
-
.
|
|
2190
|
-
|
|
2154
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2155
|
+
display: none;
|
|
2191
2156
|
}
|
|
2192
|
-
.
|
|
2193
|
-
|
|
2194
|
-
flex-grow: 0;
|
|
2195
|
-
flex-shrink: 0;
|
|
2196
|
-
flex-basis: 58%;
|
|
2157
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2158
|
+
border-radius: 4px 0 0 4px;
|
|
2197
2159
|
}
|
|
2198
|
-
.
|
|
2199
|
-
|
|
2160
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2161
|
+
margin-right: 0;
|
|
2200
2162
|
}
|
|
2201
|
-
.
|
|
2202
|
-
|
|
2163
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2164
|
+
border-radius: 0 4px 4px 0;
|
|
2203
2165
|
}
|
|
2204
|
-
.
|
|
2205
|
-
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2167
|
+
content: "";
|
|
2168
|
+
width: 0;
|
|
2169
|
+
height: 0;
|
|
2170
|
+
border: 13px solid transparent;
|
|
2171
|
+
position: absolute;
|
|
2172
|
+
top: 0;
|
|
2173
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2174
|
+
right: -21px;
|
|
2175
|
+
z-index: 2;
|
|
2206
2176
|
}
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2177
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2178
|
+
content: "";
|
|
2179
|
+
width: 0;
|
|
2180
|
+
height: 0;
|
|
2181
|
+
border: 13px solid transparent;
|
|
2182
|
+
position: absolute;
|
|
2183
|
+
top: 0;
|
|
2184
|
+
border-left: 8px solid #fff;
|
|
2185
|
+
left: 0;
|
|
2209
2186
|
}
|
|
2210
|
-
.
|
|
2211
|
-
|
|
2212
|
-
display: none !important;
|
|
2187
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2188
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2213
2189
|
}
|
|
2214
|
-
.
|
|
2215
|
-
|
|
2216
|
-
border-radius: 4px;
|
|
2217
|
-
height: 32px;
|
|
2218
|
-
display: flex;
|
|
2219
|
-
align-items: center;
|
|
2190
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2191
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2220
2192
|
}
|
|
2221
|
-
.
|
|
2222
|
-
|
|
2223
|
-
white-space: nowrap;
|
|
2193
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2194
|
+
color: #005ed1;
|
|
2224
2195
|
}
|
|
2225
|
-
.
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
2229
|
-
font-size: 13px !important;
|
|
2230
|
-
line-height: 20px !important;
|
|
2231
|
-
}
|
|
2232
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2233
|
-
display: inline-block;
|
|
2234
|
-
text-align: center;
|
|
2235
|
-
width: 13px;
|
|
2236
|
-
margin-right: 12px;
|
|
2237
|
-
}
|
|
2238
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2239
|
-
background: rgba(0, 128, 255, 0.1);
|
|
2240
|
-
}
|
|
2241
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2242
|
-
color: #005ed1;
|
|
2243
|
-
}
|
|
2244
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2245
|
-
background: rgba(237, 241, 250, 0.6);
|
|
2246
|
-
}
|
|
2247
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2248
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
2249
|
-
}
|
|
2250
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
2251
|
-
cursor: not-allowed;
|
|
2196
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2197
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2198
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2252
2199
|
}
|
|
2253
|
-
.
|
|
2254
|
-
|
|
2200
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2201
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2202
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2255
2203
|
}
|
|
2256
|
-
.
|
|
2257
|
-
|
|
2204
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2205
|
+
padding: 0;
|
|
2258
2206
|
}
|
|
2259
2207
|
|
|
2260
|
-
.
|
|
2261
|
-
|
|
2262
|
-
width: 100%;
|
|
2263
|
-
max-width: 648px;
|
|
2264
|
-
}
|
|
2265
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2266
|
-
margin-left: 0;
|
|
2267
|
-
}
|
|
2268
|
-
.h1cuopx7 .ant-modal-body {
|
|
2269
|
-
margin: 0 auto;
|
|
2270
|
-
padding: 0;
|
|
2271
|
-
width: 100%;
|
|
2272
|
-
max-width: 648px;
|
|
2273
|
-
overflow: hidden;
|
|
2208
|
+
.obf05yr {
|
|
2209
|
+
display: inline-block;
|
|
2274
2210
|
}
|
|
2275
|
-
|
|
2276
|
-
|
|
2211
|
+
|
|
2212
|
+
.hsms1n6 {
|
|
2213
|
+
visibility: hidden;
|
|
2214
|
+
position: absolute;
|
|
2277
2215
|
}
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2216
|
+
|
|
2217
|
+
.s1fc623g {
|
|
2218
|
+
width: 430px !important;
|
|
2281
2219
|
}
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2220
|
+
|
|
2221
|
+
.oa3mx0o {
|
|
2222
|
+
display: flex;
|
|
2223
|
+
flex-direction: column;
|
|
2285
2224
|
}
|
|
2286
2225
|
|
|
2287
|
-
.
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
max-width: 1024px;
|
|
2226
|
+
.onr9gzt {
|
|
2227
|
+
display: flex;
|
|
2228
|
+
justify-content: space-between;
|
|
2291
2229
|
}
|
|
2292
|
-
|
|
2293
|
-
|
|
2230
|
+
|
|
2231
|
+
.oiy0apc {
|
|
2232
|
+
display: flex;
|
|
2233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2294
2234
|
}
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2235
|
+
|
|
2236
|
+
.s34f1qb.ant-switch {
|
|
2237
|
+
min-width: 40px;
|
|
2238
|
+
height: 24px;
|
|
2239
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2300
2240
|
overflow: hidden;
|
|
2301
2241
|
}
|
|
2302
|
-
.
|
|
2303
|
-
|
|
2242
|
+
.s34f1qb.ant-switch:focus {
|
|
2243
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2304
2244
|
}
|
|
2305
|
-
.
|
|
2306
|
-
|
|
2307
|
-
|
|
2245
|
+
.s34f1qb.ant-switch-small {
|
|
2246
|
+
min-width: 26px;
|
|
2247
|
+
height: 16px;
|
|
2308
2248
|
}
|
|
2309
|
-
.
|
|
2310
|
-
|
|
2311
|
-
|
|
2249
|
+
.s34f1qb.ant-switch-large {
|
|
2250
|
+
min-width: 52px;
|
|
2251
|
+
height: 32px;
|
|
2312
2252
|
}
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2253
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2254
|
+
height: 20px;
|
|
2255
|
+
width: 20px;
|
|
2316
2256
|
}
|
|
2317
|
-
.
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2257
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2258
|
+
border-radius: 10px;
|
|
2259
|
+
transition-delay: 120ms;
|
|
2321
2260
|
}
|
|
2322
|
-
.
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2261
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2262
|
+
height: 14px;
|
|
2263
|
+
width: 14px;
|
|
2264
|
+
top: 1px;
|
|
2265
|
+
left: 1px;
|
|
2327
2266
|
}
|
|
2328
|
-
.
|
|
2329
|
-
|
|
2267
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2268
|
+
height: 28px;
|
|
2269
|
+
width: 28px;
|
|
2330
2270
|
}
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
padding: 25px 0 15px 0;
|
|
2334
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2335
|
-
margin-bottom: 16px;
|
|
2271
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2272
|
+
border-radius: 14px;
|
|
2336
2273
|
}
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
display: flex;
|
|
2340
|
-
align-items: center;
|
|
2341
|
-
margin-bottom: 8px;
|
|
2274
|
+
.s34f1qb.ant-switch-checked {
|
|
2275
|
+
background-color: #00ba5d;
|
|
2342
2276
|
}
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2277
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2278
|
+
left: calc(100% - 20px - 2px);
|
|
2345
2279
|
}
|
|
2346
|
-
.
|
|
2347
|
-
|
|
2280
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2281
|
+
left: calc(100% - 14px - 1px);
|
|
2348
2282
|
}
|
|
2349
|
-
.
|
|
2350
|
-
|
|
2283
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2284
|
+
left: calc(100% - 28px - 2px);
|
|
2351
2285
|
}
|
|
2352
2286
|
|
|
2353
|
-
.
|
|
2354
|
-
|
|
2355
|
-
margin-right: 10px;
|
|
2287
|
+
.c1to9vb9 {
|
|
2288
|
+
margin-left: 5px;
|
|
2356
2289
|
}
|
|
2357
2290
|
|
|
2358
|
-
.
|
|
2359
|
-
|
|
2360
|
-
height: 1px;
|
|
2361
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2362
|
-
margin: 24px 0;
|
|
2291
|
+
.t1upn1sz {
|
|
2292
|
+
height: 100%;
|
|
2363
2293
|
}
|
|
2364
2294
|
|
|
2365
|
-
.
|
|
2366
|
-
display: flex;
|
|
2367
|
-
justify-content: center;
|
|
2368
|
-
align-items: center;
|
|
2295
|
+
.tta5kd2 {
|
|
2369
2296
|
height: 100%;
|
|
2370
2297
|
}
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
width: 4px;
|
|
2375
|
-
height: 4px;
|
|
2376
|
-
background: #8e9aa9;
|
|
2377
|
-
opacity: 0.4;
|
|
2378
|
-
border-radius: 50%;
|
|
2379
|
-
margin: 0 4px;
|
|
2298
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2299
|
+
overflow: visible !important;
|
|
2300
|
+
height: 100%;
|
|
2380
2301
|
}
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2384
|
-
width: 648px;
|
|
2385
|
-
margin: 0 auto;
|
|
2302
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2303
|
+
height: 100%;
|
|
2386
2304
|
}
|
|
2387
|
-
.
|
|
2388
|
-
|
|
2389
|
-
|
|
2305
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
2306
|
+
width: 100% !important;
|
|
2307
|
+
height: 100%;
|
|
2390
2308
|
}
|
|
2391
|
-
.
|
|
2392
|
-
|
|
2309
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2310
|
+
padding: 15px 0;
|
|
2393
2311
|
}
|
|
2394
|
-
.
|
|
2395
|
-
|
|
2312
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2313
|
+
display: none;
|
|
2396
2314
|
}
|
|
2397
|
-
.
|
|
2398
|
-
|
|
2315
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
2316
|
+
font-weight: 700;
|
|
2399
2317
|
}
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
font-size: 12px;
|
|
2403
|
-
line-height: 18px;
|
|
2404
|
-
font-weight: bold;
|
|
2405
|
-
color: #fff;
|
|
2406
|
-
padding: 0 4px;
|
|
2407
|
-
border-radius: 4px;
|
|
2408
|
-
display: inline-block;
|
|
2409
|
-
background: var(--ti7fpyu-0);
|
|
2318
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2319
|
+
font-weight: 700;
|
|
2410
2320
|
}
|
|
2411
|
-
.
|
|
2412
|
-
|
|
2321
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
2322
|
+
height: 100%;
|
|
2413
2323
|
}
|
|
2414
|
-
|
|
2415
|
-
.f1rest1f {
|
|
2416
|
-
width: 100%;
|
|
2324
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2417
2325
|
height: 100%;
|
|
2418
|
-
|
|
2419
|
-
align-items: center;
|
|
2420
|
-
justify-content: center;
|
|
2326
|
+
overflow: visible;
|
|
2421
2327
|
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
font-size: 90%;
|
|
2425
|
-
font-weight: bold;
|
|
2426
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2427
|
-
padding: 1px 4px 1px;
|
|
2428
|
-
margin-left: 2px;
|
|
2429
|
-
margin-right: 2px;
|
|
2430
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2431
|
-
border-radius: 4px;
|
|
2328
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2329
|
+
max-height: none;
|
|
2432
2330
|
}
|
|
2433
|
-
|
|
2434
|
-
.
|
|
2435
|
-
|
|
2331
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2332
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
2333
|
+
display: none;
|
|
2436
2334
|
}
|
|
2437
|
-
.
|
|
2438
|
-
|
|
2335
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
2336
|
+
background: transparent;
|
|
2439
2337
|
}
|
|
2440
|
-
.
|
|
2441
|
-
|
|
2338
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
2339
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
2340
|
+
background: #fff;
|
|
2341
|
+
padding: 0 !important;
|
|
2442
2342
|
}
|
|
2443
|
-
.
|
|
2444
|
-
|
|
2343
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
2344
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2345
|
+
display: flex;
|
|
2346
|
+
align-items: center;
|
|
2347
|
+
height: 100%;
|
|
2348
|
+
padding: 8px;
|
|
2445
2349
|
}
|
|
2446
|
-
.
|
|
2447
|
-
|
|
2350
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
2351
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
2352
|
+
overflow: hidden;
|
|
2353
|
+
text-overflow: ellipsis;
|
|
2354
|
+
width: 100%;
|
|
2448
2355
|
}
|
|
2449
|
-
.
|
|
2356
|
+
.tta5kd2 .ant-table-container {
|
|
2357
|
+
height: 100%;
|
|
2358
|
+
}
|
|
2359
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
2360
|
+
box-shadow: none !important;
|
|
2361
|
+
}
|
|
2362
|
+
.tta5kd2 .ant-table {
|
|
2363
|
+
border-radius: 0px;
|
|
2364
|
+
border-left: none;
|
|
2365
|
+
border-right: none;
|
|
2366
|
+
border-bottom: none;
|
|
2367
|
+
height: 100%;
|
|
2368
|
+
font-size: 12px;
|
|
2369
|
+
background: transparent;
|
|
2370
|
+
}
|
|
2371
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
2450
2372
|
position: relative;
|
|
2451
|
-
|
|
2373
|
+
z-index: 3;
|
|
2374
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2375
|
+
margin-bottom: -1px;
|
|
2452
2376
|
}
|
|
2453
|
-
.
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
padding: 14px;
|
|
2457
|
-
background: #f2f4f6;
|
|
2458
|
-
font-size: 13px;
|
|
2459
|
-
line-height: 1.8;
|
|
2460
|
-
color: #8e9aa9;
|
|
2377
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
2378
|
+
.tta5kd2 .ant-table .value {
|
|
2379
|
+
color: #2d3a56;
|
|
2461
2380
|
}
|
|
2462
|
-
.
|
|
2463
|
-
|
|
2464
|
-
font-size: 13px;
|
|
2381
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
2382
|
+
.tta5kd2 .ant-table .unit {
|
|
2465
2383
|
color: rgba(44, 56, 82, 0.6);
|
|
2466
2384
|
}
|
|
2467
|
-
.
|
|
2468
|
-
text-align:
|
|
2385
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
2386
|
+
text-align: center;
|
|
2469
2387
|
}
|
|
2470
|
-
.
|
|
2471
|
-
|
|
2472
|
-
line-height: 32px;
|
|
2388
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
2389
|
+
background: #fff;
|
|
2473
2390
|
}
|
|
2474
|
-
.
|
|
2475
|
-
|
|
2391
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
2392
|
+
cursor: pointer;
|
|
2393
|
+
position: absolute;
|
|
2394
|
+
top: 50%;
|
|
2395
|
+
right: 12px;
|
|
2396
|
+
transform: translateY(-50%);
|
|
2476
2397
|
}
|
|
2477
|
-
.
|
|
2478
|
-
|
|
2398
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
2399
|
+
box-shadow: none;
|
|
2400
|
+
width: 1px;
|
|
2401
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2479
2402
|
}
|
|
2480
|
-
.
|
|
2481
|
-
|
|
2403
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
2404
|
+
box-shadow: none;
|
|
2405
|
+
width: 1px;
|
|
2406
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2482
2407
|
}
|
|
2483
|
-
.
|
|
2484
|
-
|
|
2485
|
-
height: 0;
|
|
2486
|
-
overflow: hidden;
|
|
2408
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
2409
|
+
position: relative;
|
|
2487
2410
|
}
|
|
2488
|
-
.
|
|
2489
|
-
|
|
2411
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
2412
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2413
|
+
border-bottom: 1px solid white;
|
|
2414
|
+
height: 40px;
|
|
2415
|
+
vertical-align: middle;
|
|
2416
|
+
transition: background 0ms;
|
|
2417
|
+
color: #00122e;
|
|
2418
|
+
}
|
|
2419
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
2420
|
+
background: #f2f5fa;
|
|
2421
|
+
border-bottom-color: #f2f5fa;
|
|
2422
|
+
}
|
|
2423
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
2490
2424
|
height: auto;
|
|
2491
|
-
|
|
2425
|
+
color: #00122e;
|
|
2426
|
+
font-size: 12px;
|
|
2427
|
+
text-align: left;
|
|
2428
|
+
transition: none;
|
|
2429
|
+
overflow: hidden;
|
|
2430
|
+
text-overflow: ellipsis;
|
|
2431
|
+
white-space: nowrap;
|
|
2492
2432
|
}
|
|
2493
|
-
.
|
|
2494
|
-
|
|
2495
|
-
border: 1px solid #e75a3a;
|
|
2496
|
-
color: #e75a3a;
|
|
2433
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
2434
|
+
color: #0096ff;
|
|
2497
2435
|
}
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2504
|
-
margin-bottom: 16px;
|
|
2436
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
2437
|
+
overflow: hidden;
|
|
2438
|
+
text-overflow: ellipsis;
|
|
2439
|
+
width: 100%;
|
|
2440
|
+
vertical-align: middle;
|
|
2505
2441
|
}
|
|
2506
|
-
.
|
|
2507
|
-
|
|
2442
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
2443
|
+
line-height: 0px;
|
|
2508
2444
|
}
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
width: 8px;
|
|
2512
|
-
height: 24px;
|
|
2513
|
-
display: flex;
|
|
2514
|
-
justify-content: center;
|
|
2515
|
-
align-items: center;
|
|
2516
|
-
cursor: pointer;
|
|
2517
|
-
transition: all 200ms ease-out 40ms;
|
|
2445
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
2446
|
+
border-top-color: transparent;
|
|
2518
2447
|
}
|
|
2519
|
-
.
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
height: 6px;
|
|
2523
|
-
border-radius: 1px;
|
|
2524
|
-
background: #ccd4e3;
|
|
2525
|
-
position: relative;
|
|
2526
|
-
right: 2px;
|
|
2527
|
-
transform: rotate(-45deg);
|
|
2448
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
2449
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2450
|
+
border-color: transparent transparent white;
|
|
2528
2451
|
}
|
|
2529
|
-
.
|
|
2530
|
-
|
|
2531
|
-
left: 1px;
|
|
2452
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
2453
|
+
border-radius: 8px 0 0 8px;
|
|
2532
2454
|
}
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
border: 0;
|
|
2536
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2537
|
-
border-radius: 6px;
|
|
2455
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
2456
|
+
border-radius: 8px 0 0 8px;
|
|
2538
2457
|
}
|
|
2539
|
-
.
|
|
2540
|
-
|
|
2541
|
-
|
|
2458
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
2459
|
+
content: "";
|
|
2460
|
+
width: 4px;
|
|
2461
|
+
top: -1px;
|
|
2462
|
+
bottom: -1px;
|
|
2463
|
+
background: white;
|
|
2542
2464
|
}
|
|
2543
|
-
.
|
|
2544
|
-
|
|
2545
|
-
border-bottom-color: #e07f00;
|
|
2465
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
2466
|
+
border-radius: 0 8px 8px 0;
|
|
2546
2467
|
}
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
padding: 7px 12px;
|
|
2552
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2553
|
-
border-radius: 6px;
|
|
2554
|
-
color: #e07f00;
|
|
2555
|
-
font-size: 12px;
|
|
2556
|
-
line-height: 18px;
|
|
2468
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
2469
|
+
border-radius: 0;
|
|
2470
|
+
background: white;
|
|
2471
|
+
border-top: none;
|
|
2557
2472
|
}
|
|
2558
|
-
.
|
|
2559
|
-
|
|
2560
|
-
|
|
2473
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
2474
|
+
border-top: 1px solid transparent;
|
|
2475
|
+
border-radius: 0 8px 8px 0;
|
|
2476
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2561
2477
|
}
|
|
2562
|
-
|
|
2563
|
-
|
|
2478
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
2479
|
+
background: white;
|
|
2480
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2481
|
+
}
|
|
2482
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2564
2483
|
display: flex;
|
|
2565
|
-
|
|
2566
|
-
|
|
2484
|
+
align-items: center;
|
|
2485
|
+
height: 100%;
|
|
2567
2486
|
background: rgba(225, 230, 241, 0.6);
|
|
2568
|
-
border-radius: 6px;
|
|
2569
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2570
|
-
font-size: 12px;
|
|
2571
|
-
line-height: 18px;
|
|
2572
2487
|
}
|
|
2573
|
-
.
|
|
2574
|
-
|
|
2575
|
-
|
|
2488
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
2489
|
+
background: white;
|
|
2490
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2576
2491
|
}
|
|
2577
|
-
|
|
2578
|
-
.i16ozz3f {
|
|
2492
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
2579
2493
|
display: flex;
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
background: rgba(
|
|
2583
|
-
border-radius: 6px;
|
|
2584
|
-
color: #005ed1;
|
|
2585
|
-
font-size: 12px;
|
|
2586
|
-
line-height: 18px;
|
|
2494
|
+
align-items: center;
|
|
2495
|
+
height: 100%;
|
|
2496
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2587
2497
|
}
|
|
2588
|
-
.
|
|
2589
|
-
|
|
2590
|
-
height: 18px;
|
|
2498
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
2499
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2591
2500
|
}
|
|
2592
|
-
|
|
2593
|
-
.
|
|
2594
|
-
|
|
2595
|
-
margin-top: 5px;
|
|
2596
|
-
font-size: 12px;
|
|
2597
|
-
line-height: 18px;
|
|
2501
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
2502
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
2503
|
+
border-radius: 8px;
|
|
2598
2504
|
}
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
color: #f0483e;
|
|
2602
|
-
font-size: 12px;
|
|
2603
|
-
white-space: pre-wrap;
|
|
2505
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
2506
|
+
border-top-color: white;
|
|
2604
2507
|
}
|
|
2605
|
-
|
|
2606
|
-
.
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
justify-content: flex-end;
|
|
2508
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
2509
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2510
|
+
border-bottom-color: transparent;
|
|
2511
|
+
border-top-color: transparent;
|
|
2610
2512
|
}
|
|
2611
|
-
.
|
|
2612
|
-
|
|
2513
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
2514
|
+
border-radius: 8px 0 0 8px;
|
|
2613
2515
|
}
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2516
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
2517
|
+
border-radius: 0 8px 8px 0;
|
|
2518
|
+
}
|
|
2519
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
2520
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2617
2521
|
}
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2522
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
2523
|
+
background: #fff;
|
|
2524
|
+
font-weight: 400;
|
|
2525
|
+
position: relative;
|
|
2526
|
+
border-bottom: none;
|
|
2527
|
+
color: #00122e;
|
|
2528
|
+
transition: none;
|
|
2529
|
+
padding: 15px 8px 15px 8px;
|
|
2626
2530
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2629
|
-
|
|
2531
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
2532
|
+
content: "";
|
|
2533
|
+
width: 1px;
|
|
2534
|
+
top: 0;
|
|
2535
|
+
bottom: 0;
|
|
2536
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2537
|
+
position: absolute;
|
|
2538
|
+
right: 0;
|
|
2630
2539
|
}
|
|
2631
|
-
.
|
|
2632
|
-
padding:
|
|
2633
|
-
line-height: 18px;
|
|
2540
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
2541
|
+
padding: unset;
|
|
2634
2542
|
}
|
|
2635
|
-
.
|
|
2636
|
-
|
|
2637
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2543
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
2544
|
+
display: none;
|
|
2638
2545
|
}
|
|
2639
|
-
.
|
|
2640
|
-
|
|
2641
|
-
|
|
2546
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2547
|
+
width: 100%;
|
|
2548
|
+
overflow: hidden;
|
|
2549
|
+
white-space: nowrap;
|
|
2550
|
+
text-overflow: ellipsis;
|
|
2642
2551
|
}
|
|
2643
|
-
.
|
|
2644
|
-
|
|
2645
|
-
|
|
2552
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
2553
|
+
overflow: hidden;
|
|
2554
|
+
text-overflow: ellipsis;
|
|
2646
2555
|
}
|
|
2647
|
-
.
|
|
2648
|
-
|
|
2649
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2556
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
2557
|
+
padding: 15px 28px 15px 8px;
|
|
2650
2558
|
}
|
|
2651
|
-
.
|
|
2652
|
-
|
|
2653
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2559
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2560
|
+
padding: 0;
|
|
2654
2561
|
}
|
|
2655
|
-
.
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2562
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
2563
|
+
position: absolute;
|
|
2564
|
+
right: 10px;
|
|
2565
|
+
top: 50%;
|
|
2566
|
+
transform: translateY(-50%);
|
|
2567
|
+
height: 16px;
|
|
2568
|
+
display: none;
|
|
2569
|
+
transition: transform 320ms ease;
|
|
2659
2570
|
}
|
|
2660
|
-
.
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2664
|
-
line-height: 20px;
|
|
2665
|
-
color: #2d3a56;
|
|
2666
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2571
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
2572
|
+
display: block;
|
|
2573
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2667
2574
|
}
|
|
2668
|
-
.
|
|
2669
|
-
|
|
2670
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2575
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
2576
|
+
display: block;
|
|
2671
2577
|
}
|
|
2672
|
-
.
|
|
2673
|
-
|
|
2674
|
-
line-height: 22px;
|
|
2578
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
2579
|
+
display: none;
|
|
2675
2580
|
}
|
|
2676
|
-
.
|
|
2677
|
-
|
|
2678
|
-
line-height: 18px;
|
|
2581
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
2582
|
+
transform: translateY(-50%);
|
|
2679
2583
|
}
|
|
2680
|
-
.
|
|
2681
|
-
|
|
2682
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2584
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
2585
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2683
2586
|
}
|
|
2684
|
-
.
|
|
2685
|
-
|
|
2686
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2587
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
2588
|
+
background: #f2f5fa;
|
|
2687
2589
|
}
|
|
2688
|
-
.
|
|
2689
|
-
|
|
2590
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
2591
|
+
display: block;
|
|
2690
2592
|
}
|
|
2691
|
-
.
|
|
2692
|
-
|
|
2593
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
2594
|
+
padding: 0 !important;
|
|
2693
2595
|
}
|
|
2694
|
-
.
|
|
2695
|
-
|
|
2696
|
-
|
|
2596
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
2597
|
+
position: absolute;
|
|
2598
|
+
left: 50%;
|
|
2599
|
+
top: 50%;
|
|
2600
|
+
transform: translate(-50%, -50%);
|
|
2697
2601
|
}
|
|
2698
|
-
.
|
|
2699
|
-
|
|
2700
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2602
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
2603
|
+
display: none;
|
|
2701
2604
|
}
|
|
2702
|
-
.
|
|
2703
|
-
background:
|
|
2704
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2705
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2605
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
2606
|
+
background: #fff;
|
|
2706
2607
|
}
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
transition-delay: 50ms;
|
|
2608
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
2609
|
+
background: inherit;
|
|
2710
2610
|
}
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2611
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
2612
|
+
position: static;
|
|
2613
|
+
border: none;
|
|
2614
|
+
background: inherit !important;
|
|
2615
|
+
height: 100px;
|
|
2616
|
+
vertical-align: middle;
|
|
2714
2617
|
}
|
|
2715
|
-
|
|
2716
|
-
|
|
2618
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
2619
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2620
|
+
font-weight: bold;
|
|
2621
|
+
font-size: 20px;
|
|
2622
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2717
2623
|
}
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2624
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
2625
|
+
padding: 0 !important;
|
|
2626
|
+
position: relative;
|
|
2627
|
+
background: #fff;
|
|
2721
2628
|
}
|
|
2722
|
-
|
|
2723
|
-
height:
|
|
2629
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
2630
|
+
height: 100%;
|
|
2631
|
+
display: flex;
|
|
2632
|
+
align-items: center;
|
|
2633
|
+
justify-content: flex-end;
|
|
2634
|
+
padding-right: 8px;
|
|
2724
2635
|
}
|
|
2725
|
-
|
|
2726
|
-
|
|
2636
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
2637
|
+
width: 24px;
|
|
2727
2638
|
height: 24px;
|
|
2639
|
+
cursor: pointer;
|
|
2640
|
+
justify-content: center;
|
|
2641
|
+
border-radius: 4px;
|
|
2728
2642
|
}
|
|
2729
|
-
|
|
2730
|
-
|
|
2643
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
2644
|
+
background: #fff;
|
|
2731
2645
|
}
|
|
2732
2646
|
|
|
2733
|
-
.
|
|
2734
|
-
|
|
2735
|
-
|
|
2647
|
+
.cz04yix {
|
|
2648
|
+
display: flex;
|
|
2649
|
+
flex-direction: column;
|
|
2736
2650
|
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2651
|
+
|
|
2652
|
+
.m1if5j39 {
|
|
2653
|
+
max-width: 1120px;
|
|
2654
|
+
width: 100%;
|
|
2655
|
+
margin: 0 auto;
|
|
2656
|
+
height: 100%;
|
|
2743
2657
|
}
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2658
|
+
|
|
2659
|
+
.w1vvwdlp {
|
|
2660
|
+
max-width: 1120px;
|
|
2661
|
+
width: 100%;
|
|
2662
|
+
margin: 0 auto;
|
|
2663
|
+
display: flex;
|
|
2747
2664
|
}
|
|
2748
|
-
.
|
|
2749
|
-
|
|
2665
|
+
.w1vvwdlp .left,
|
|
2666
|
+
.w1vvwdlp .right {
|
|
2667
|
+
flex-grow: 0;
|
|
2668
|
+
flex-shrink: 0;
|
|
2669
|
+
flex-basis: 21%;
|
|
2750
2670
|
}
|
|
2751
|
-
.
|
|
2671
|
+
.w1vvwdlp .left {
|
|
2752
2672
|
display: flex;
|
|
2673
|
+
justify-content: flex-end;
|
|
2674
|
+
padding-right: 44px;
|
|
2753
2675
|
}
|
|
2754
|
-
.
|
|
2755
|
-
|
|
2676
|
+
.w1vvwdlp .right {
|
|
2677
|
+
padding-left: 44px;
|
|
2756
2678
|
}
|
|
2757
|
-
.
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2679
|
+
.w1vvwdlp .middle {
|
|
2680
|
+
margin-bottom: 40px;
|
|
2681
|
+
flex-grow: 0;
|
|
2682
|
+
flex-shrink: 0;
|
|
2683
|
+
flex-basis: 58%;
|
|
2762
2684
|
}
|
|
2763
|
-
.
|
|
2764
|
-
|
|
2765
|
-
font-size: 12px;
|
|
2766
|
-
cursor: pointer;
|
|
2685
|
+
.w1vvwdlp .middle .form-base-field {
|
|
2686
|
+
width: 100%;
|
|
2767
2687
|
}
|
|
2768
|
-
.
|
|
2769
|
-
|
|
2688
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2689
|
+
width: auto;
|
|
2770
2690
|
}
|
|
2771
|
-
.
|
|
2772
|
-
|
|
2773
|
-
|
|
2691
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2692
|
+
flex: initial;
|
|
2693
|
+
}
|
|
2694
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2695
|
+
margin-top: 4px;
|
|
2696
|
+
}
|
|
2697
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
2698
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
2699
|
+
display: none !important;
|
|
2774
2700
|
}
|
|
2775
|
-
.
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
opacity: 0;
|
|
2701
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
2702
|
+
padding: 0 15px;
|
|
2703
|
+
border-radius: 4px;
|
|
2704
|
+
height: 32px;
|
|
2705
|
+
display: flex;
|
|
2706
|
+
align-items: center;
|
|
2782
2707
|
}
|
|
2783
|
-
.
|
|
2784
|
-
|
|
2785
|
-
|
|
2708
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2709
|
+
min-height: auto;
|
|
2710
|
+
white-space: nowrap;
|
|
2786
2711
|
}
|
|
2787
|
-
.
|
|
2788
|
-
|
|
2789
|
-
margin-left: 0px;
|
|
2712
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
2713
|
+
padding-bottom: 0px;
|
|
2790
2714
|
}
|
|
2791
|
-
.
|
|
2792
|
-
|
|
2715
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
2716
|
+
font-size: 13px !important;
|
|
2717
|
+
line-height: 20px !important;
|
|
2793
2718
|
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2719
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2720
|
+
display: inline-block;
|
|
2721
|
+
text-align: center;
|
|
2722
|
+
width: 13px;
|
|
2723
|
+
margin-right: 12px;
|
|
2798
2724
|
}
|
|
2799
|
-
|
|
2800
|
-
.
|
|
2801
|
-
border-top-right-radius: 0;
|
|
2802
|
-
border-bottom-right-radius: 0;
|
|
2725
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2726
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2803
2727
|
}
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
border-top-left-radius: 0;
|
|
2807
|
-
border-bottom-left-radius: 0;
|
|
2728
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2729
|
+
color: #005ed1;
|
|
2808
2730
|
}
|
|
2809
|
-
|
|
2810
|
-
.
|
|
2811
|
-
border-top-left-radius: 0;
|
|
2812
|
-
border-bottom-left-radius: 0;
|
|
2731
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2732
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2813
2733
|
}
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
border-top-right-radius: 0;
|
|
2817
|
-
border-bottom-right-radius: 0;
|
|
2734
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2735
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2818
2736
|
}
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
border-top-left-radius: 0;
|
|
2822
|
-
border-bottom-left-radius: 0;
|
|
2737
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
2738
|
+
cursor: not-allowed;
|
|
2823
2739
|
}
|
|
2824
|
-
|
|
2825
|
-
.
|
|
2826
|
-
width: 430px !important;
|
|
2740
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2741
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2827
2742
|
}
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
display: flex;
|
|
2831
|
-
flex-direction: column;
|
|
2743
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2744
|
+
color: #2d3a56;
|
|
2832
2745
|
}
|
|
2833
2746
|
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2836
|
-
|
|
2747
|
+
.h1cuopx7 .ant-modal-header {
|
|
2748
|
+
margin: 0 auto;
|
|
2749
|
+
width: 100%;
|
|
2750
|
+
max-width: 648px;
|
|
2837
2751
|
}
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
display: flex;
|
|
2841
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2752
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2753
|
+
margin-left: 0;
|
|
2842
2754
|
}
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2755
|
+
.h1cuopx7 .ant-modal-body {
|
|
2756
|
+
margin: 0 auto;
|
|
2757
|
+
padding: 0;
|
|
2758
|
+
width: 100%;
|
|
2759
|
+
max-width: 648px;
|
|
2848
2760
|
overflow: hidden;
|
|
2849
2761
|
}
|
|
2850
|
-
.
|
|
2851
|
-
|
|
2762
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2763
|
+
margin-bottom: 40px;
|
|
2852
2764
|
}
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2855
|
-
|
|
2765
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2766
|
+
height: calc(100vh - 225px);
|
|
2767
|
+
overflow-y: auto;
|
|
2856
2768
|
}
|
|
2857
|
-
.
|
|
2858
|
-
|
|
2859
|
-
|
|
2769
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2770
|
+
margin: 0 auto;
|
|
2771
|
+
max-width: 648px;
|
|
2860
2772
|
}
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2773
|
+
|
|
2774
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2775
|
+
margin: 0 auto;
|
|
2776
|
+
width: 100%;
|
|
2777
|
+
max-width: 1024px;
|
|
2864
2778
|
}
|
|
2865
|
-
.
|
|
2866
|
-
|
|
2867
|
-
transition-delay: 120ms;
|
|
2779
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2780
|
+
margin-left: 0;
|
|
2868
2781
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2782
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2783
|
+
margin: 0 auto;
|
|
2784
|
+
padding: 0;
|
|
2785
|
+
width: 100%;
|
|
2786
|
+
max-width: 1024px;
|
|
2787
|
+
overflow: hidden;
|
|
2874
2788
|
}
|
|
2875
|
-
.
|
|
2876
|
-
|
|
2877
|
-
width: 28px;
|
|
2789
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2790
|
+
margin-bottom: 40px;
|
|
2878
2791
|
}
|
|
2879
|
-
.
|
|
2880
|
-
|
|
2792
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2793
|
+
height: calc(100vh - 225px);
|
|
2794
|
+
overflow-y: auto;
|
|
2881
2795
|
}
|
|
2882
|
-
.
|
|
2883
|
-
|
|
2796
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2797
|
+
margin: 0 auto;
|
|
2798
|
+
max-width: 1024px;
|
|
2884
2799
|
}
|
|
2885
|
-
|
|
2886
|
-
|
|
2800
|
+
|
|
2801
|
+
.fxgckuk {
|
|
2802
|
+
flex: 1;
|
|
2887
2803
|
}
|
|
2888
|
-
.
|
|
2889
|
-
|
|
2804
|
+
.fxgckuk label {
|
|
2805
|
+
font-size: 13px;
|
|
2806
|
+
line-height: 20px;
|
|
2807
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2890
2808
|
}
|
|
2891
|
-
.
|
|
2892
|
-
|
|
2809
|
+
.fxgckuk .title {
|
|
2810
|
+
font-size: 14px;
|
|
2811
|
+
line-height: 20px;
|
|
2812
|
+
color: #2d3a56;
|
|
2813
|
+
margin-bottom: 12px;
|
|
2814
|
+
}
|
|
2815
|
+
.fxgckuk.connect-cluster .title {
|
|
2816
|
+
padding-bottom: 26px;
|
|
2893
2817
|
}
|
|
2894
2818
|
|
|
2895
|
-
.
|
|
2896
|
-
|
|
2819
|
+
.f1d0vek1 {
|
|
2820
|
+
padding: 25px 0 15px 0;
|
|
2821
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2822
|
+
margin-bottom: 16px;
|
|
2897
2823
|
}
|
|
2898
2824
|
|
|
2899
|
-
.
|
|
2825
|
+
.f4u402y {
|
|
2900
2826
|
display: flex;
|
|
2901
|
-
justify-content: space-between;
|
|
2902
2827
|
align-items: center;
|
|
2903
|
-
|
|
2904
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2905
|
-
font-size: 12px;
|
|
2906
|
-
line-height: 24px;
|
|
2828
|
+
margin-bottom: 8px;
|
|
2907
2829
|
}
|
|
2908
|
-
.
|
|
2909
|
-
|
|
2830
|
+
.f4u402y > label {
|
|
2831
|
+
width: 216px;
|
|
2910
2832
|
}
|
|
2911
|
-
.
|
|
2912
|
-
|
|
2913
|
-
align-items: center;
|
|
2914
|
-
border-radius: 6px;
|
|
2915
|
-
cursor: pointer;
|
|
2916
|
-
transition: all 0.3s ease;
|
|
2833
|
+
.f4u402y > label + * {
|
|
2834
|
+
width: 100%;
|
|
2917
2835
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2920
|
-
color: #0080ff;
|
|
2836
|
+
.f4u402y .ant-select {
|
|
2837
|
+
width: 100%;
|
|
2921
2838
|
}
|
|
2922
|
-
|
|
2923
|
-
|
|
2839
|
+
|
|
2840
|
+
.e1pldf6v {
|
|
2841
|
+
color: #e75a3a;
|
|
2842
|
+
margin-right: 10px;
|
|
2924
2843
|
}
|
|
2925
|
-
|
|
2844
|
+
|
|
2845
|
+
.dq0gblh {
|
|
2846
|
+
width: 100%;
|
|
2847
|
+
height: 1px;
|
|
2848
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2849
|
+
margin: 24px 0;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
.l1v7sr0n {
|
|
2926
2853
|
display: flex;
|
|
2854
|
+
justify-content: center;
|
|
2927
2855
|
align-items: center;
|
|
2928
|
-
|
|
2929
|
-
font-weight: bold;
|
|
2856
|
+
height: 100%;
|
|
2930
2857
|
}
|
|
2931
|
-
|
|
2932
|
-
|
|
2858
|
+
|
|
2859
|
+
.d1i4ou6o {
|
|
2860
|
+
display: inline-block;
|
|
2861
|
+
width: 4px;
|
|
2862
|
+
height: 4px;
|
|
2863
|
+
background: #8e9aa9;
|
|
2864
|
+
opacity: 0.4;
|
|
2865
|
+
border-radius: 50%;
|
|
2866
|
+
margin: 0 4px;
|
|
2933
2867
|
}
|
|
2934
|
-
|
|
2935
|
-
.
|
|
2936
|
-
|
|
2868
|
+
|
|
2869
|
+
.m1jy87hk .ant-modal-header,
|
|
2870
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2871
|
+
width: 648px;
|
|
2872
|
+
margin: 0 auto;
|
|
2937
2873
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2940
|
-
|
|
2874
|
+
.m1jy87hk .ant-modal-header {
|
|
2875
|
+
padding: 35px 0 24px;
|
|
2876
|
+
border: none;
|
|
2877
|
+
}
|
|
2878
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2879
|
+
font-size: 30px;
|
|
2941
2880
|
}
|
|
2942
|
-
.
|
|
2943
|
-
|
|
2881
|
+
.m1jy87hk .ant-modal-body {
|
|
2882
|
+
padding: 4px 0 2px;
|
|
2944
2883
|
}
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
max-height: calc(100vh - 128px);
|
|
2948
|
-
overflow-y: auto;
|
|
2884
|
+
.m1jy87hk .ant-modal-footer {
|
|
2885
|
+
border: none;
|
|
2949
2886
|
}
|
|
2950
|
-
|
|
2951
|
-
|
|
2887
|
+
|
|
2888
|
+
.ti7fpyu {
|
|
2952
2889
|
font-size: 12px;
|
|
2953
2890
|
line-height: 18px;
|
|
2891
|
+
font-weight: bold;
|
|
2892
|
+
color: #fff;
|
|
2893
|
+
padding: 0 4px;
|
|
2894
|
+
border-radius: 4px;
|
|
2895
|
+
display: inline-block;
|
|
2896
|
+
background: var(--ti7fpyu-0);
|
|
2954
2897
|
}
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
height: 100%;
|
|
2898
|
+
.ti7fpyu:not(:first-child) {
|
|
2899
|
+
margin-left: 4px;
|
|
2958
2900
|
}
|
|
2959
2901
|
|
|
2960
|
-
.
|
|
2902
|
+
.f1rest1f {
|
|
2903
|
+
width: 100%;
|
|
2961
2904
|
height: 100%;
|
|
2905
|
+
display: flex;
|
|
2906
|
+
align-items: center;
|
|
2907
|
+
justify-content: center;
|
|
2962
2908
|
}
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2909
|
+
|
|
2910
|
+
.n1kbdoln {
|
|
2911
|
+
font-size: 90%;
|
|
2912
|
+
font-weight: bold;
|
|
2913
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2914
|
+
padding: 1px 4px 1px;
|
|
2915
|
+
margin-left: 2px;
|
|
2916
|
+
margin-right: 2px;
|
|
2917
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2918
|
+
border-radius: 4px;
|
|
2966
2919
|
}
|
|
2967
|
-
|
|
2968
|
-
|
|
2920
|
+
|
|
2921
|
+
.f1y3gta0.form-item-general {
|
|
2922
|
+
width: 640px;
|
|
2969
2923
|
}
|
|
2970
|
-
.
|
|
2971
|
-
|
|
2972
|
-
height: 100%;
|
|
2924
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2925
|
+
margin-top: 16px;
|
|
2973
2926
|
}
|
|
2974
|
-
.
|
|
2975
|
-
|
|
2927
|
+
.f1y3gta0.form-item-compact {
|
|
2928
|
+
width: 412px;
|
|
2976
2929
|
}
|
|
2977
|
-
.
|
|
2978
|
-
|
|
2930
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2931
|
+
margin-top: 8px;
|
|
2979
2932
|
}
|
|
2980
|
-
.
|
|
2981
|
-
|
|
2933
|
+
.f1y3gta0 .form-item {
|
|
2934
|
+
width: auto;
|
|
2982
2935
|
}
|
|
2983
|
-
.
|
|
2984
|
-
|
|
2936
|
+
.f1y3gta0 .form-item-main {
|
|
2937
|
+
position: relative;
|
|
2938
|
+
display: flex;
|
|
2985
2939
|
}
|
|
2986
|
-
.
|
|
2987
|
-
|
|
2940
|
+
.f1y3gta0 .form-item-extra {
|
|
2941
|
+
margin-top: 4px;
|
|
2942
|
+
width: 100%;
|
|
2943
|
+
padding: 14px;
|
|
2944
|
+
background: #f2f4f6;
|
|
2945
|
+
font-size: 13px;
|
|
2946
|
+
line-height: 1.8;
|
|
2947
|
+
color: #8e9aa9;
|
|
2988
2948
|
}
|
|
2989
|
-
.
|
|
2990
|
-
|
|
2991
|
-
|
|
2949
|
+
.f1y3gta0 .form-item-label {
|
|
2950
|
+
padding-right: 12px;
|
|
2951
|
+
font-size: 13px;
|
|
2952
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2992
2953
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
2954
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2955
|
+
text-align: right;
|
|
2995
2956
|
}
|
|
2996
|
-
.
|
|
2997
|
-
.
|
|
2998
|
-
|
|
2957
|
+
.f1y3gta0 .form-item-label,
|
|
2958
|
+
.f1y3gta0 .form-item-control {
|
|
2959
|
+
line-height: 32px;
|
|
2999
2960
|
}
|
|
3000
|
-
.
|
|
3001
|
-
|
|
2961
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2962
|
+
line-height: 18px;
|
|
3002
2963
|
}
|
|
3003
|
-
.
|
|
3004
|
-
|
|
3005
|
-
background: #fff;
|
|
3006
|
-
padding: 0 !important;
|
|
2964
|
+
.f1y3gta0 .form-item-children {
|
|
2965
|
+
width: 100%;
|
|
3007
2966
|
}
|
|
3008
|
-
.
|
|
3009
|
-
|
|
3010
|
-
display: flex;
|
|
3011
|
-
align-items: center;
|
|
3012
|
-
height: 100%;
|
|
3013
|
-
padding: 8px;
|
|
2967
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
2968
|
+
width: 100%;
|
|
3014
2969
|
}
|
|
3015
|
-
.
|
|
3016
|
-
|
|
2970
|
+
.f1y3gta0 .form-item-error {
|
|
2971
|
+
color: #e75a3a;
|
|
2972
|
+
height: 0;
|
|
3017
2973
|
overflow: hidden;
|
|
3018
|
-
text-overflow: ellipsis;
|
|
3019
|
-
width: 100%;
|
|
3020
2974
|
}
|
|
3021
|
-
.
|
|
3022
|
-
|
|
2975
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2976
|
+
margin-top: 4px;
|
|
2977
|
+
height: auto;
|
|
2978
|
+
overflow: auto;
|
|
3023
2979
|
}
|
|
3024
|
-
.
|
|
3025
|
-
|
|
2980
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2981
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2982
|
+
border: 1px solid #e75a3a;
|
|
2983
|
+
color: #e75a3a;
|
|
3026
2984
|
}
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
background: transparent;
|
|
2985
|
+
|
|
2986
|
+
.fujbm7g {
|
|
2987
|
+
color: #2d3a56;
|
|
2988
|
+
font-weight: bold;
|
|
2989
|
+
padding-bottom: 6px;
|
|
2990
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2991
|
+
margin-bottom: 16px;
|
|
3035
2992
|
}
|
|
3036
|
-
.
|
|
2993
|
+
.fujbm7g:not(:first-of-type) {
|
|
2994
|
+
margin-top: 16px;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
.e5fsw5s {
|
|
2998
|
+
width: 8px;
|
|
2999
|
+
height: 24px;
|
|
3000
|
+
display: flex;
|
|
3001
|
+
justify-content: center;
|
|
3002
|
+
align-items: center;
|
|
3003
|
+
cursor: pointer;
|
|
3004
|
+
transition: all 200ms ease-out 40ms;
|
|
3005
|
+
}
|
|
3006
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
3007
|
+
content: "";
|
|
3008
|
+
width: 1px;
|
|
3009
|
+
height: 6px;
|
|
3010
|
+
border-radius: 1px;
|
|
3011
|
+
background: #ccd4e3;
|
|
3037
3012
|
position: relative;
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
margin-bottom: -1px;
|
|
3013
|
+
right: 2px;
|
|
3014
|
+
transform: rotate(-45deg);
|
|
3041
3015
|
}
|
|
3042
|
-
.
|
|
3043
|
-
|
|
3044
|
-
|
|
3016
|
+
.e5fsw5s:after {
|
|
3017
|
+
transform: rotate(45deg);
|
|
3018
|
+
left: 1px;
|
|
3045
3019
|
}
|
|
3046
|
-
|
|
3047
|
-
.
|
|
3048
|
-
|
|
3020
|
+
|
|
3021
|
+
.w18knsg4.ant-alert-warning {
|
|
3022
|
+
border: 0;
|
|
3023
|
+
background: rgba(255, 187, 0, 0.1);
|
|
3024
|
+
border-radius: 6px;
|
|
3049
3025
|
}
|
|
3050
|
-
.
|
|
3051
|
-
|
|
3026
|
+
.w18knsg4.ant-alert,
|
|
3027
|
+
.w18knsg4 .ant-alert-message {
|
|
3028
|
+
color: #e07f00;
|
|
3052
3029
|
}
|
|
3053
|
-
.
|
|
3054
|
-
|
|
3030
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
3031
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
3032
|
+
border-bottom-color: #e07f00;
|
|
3055
3033
|
}
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3034
|
+
|
|
3035
|
+
.ng31n2o {
|
|
3036
|
+
display: flex;
|
|
3037
|
+
flex-direction: row;
|
|
3038
|
+
padding: 7px 12px;
|
|
3039
|
+
background: rgba(255, 187, 0, 0.1);
|
|
3040
|
+
border-radius: 6px;
|
|
3041
|
+
color: #e07f00;
|
|
3042
|
+
font-size: 12px;
|
|
3043
|
+
line-height: 18px;
|
|
3062
3044
|
}
|
|
3063
|
-
.
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3045
|
+
.ng31n2o .icon-wrapper {
|
|
3046
|
+
margin-right: 10px;
|
|
3047
|
+
height: 18px;
|
|
3067
3048
|
}
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3049
|
+
|
|
3050
|
+
.n15x5f5y {
|
|
3051
|
+
display: flex;
|
|
3052
|
+
flex-direction: row;
|
|
3053
|
+
padding: 7px 12px;
|
|
3054
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3055
|
+
border-radius: 6px;
|
|
3056
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3057
|
+
font-size: 12px;
|
|
3058
|
+
line-height: 18px;
|
|
3072
3059
|
}
|
|
3073
|
-
.
|
|
3074
|
-
|
|
3060
|
+
.n15x5f5y .icon-wrapper {
|
|
3061
|
+
margin-right: 10px;
|
|
3062
|
+
height: 18px;
|
|
3075
3063
|
}
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3064
|
+
|
|
3065
|
+
.i16ozz3f {
|
|
3066
|
+
display: flex;
|
|
3067
|
+
flex-direction: row;
|
|
3068
|
+
padding: 7px 12px;
|
|
3069
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3070
|
+
border-radius: 6px;
|
|
3071
|
+
color: #005ed1;
|
|
3072
|
+
font-size: 12px;
|
|
3073
|
+
line-height: 18px;
|
|
3083
3074
|
}
|
|
3084
|
-
.
|
|
3085
|
-
|
|
3086
|
-
|
|
3075
|
+
.i16ozz3f .icon-wrapper {
|
|
3076
|
+
margin-right: 10px;
|
|
3077
|
+
height: 18px;
|
|
3087
3078
|
}
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
color:
|
|
3079
|
+
|
|
3080
|
+
.dszu9qr {
|
|
3081
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3082
|
+
margin-top: 5px;
|
|
3091
3083
|
font-size: 12px;
|
|
3092
|
-
|
|
3093
|
-
transition: none;
|
|
3094
|
-
overflow: hidden;
|
|
3095
|
-
text-overflow: ellipsis;
|
|
3096
|
-
white-space: nowrap;
|
|
3084
|
+
line-height: 18px;
|
|
3097
3085
|
}
|
|
3098
|
-
|
|
3099
|
-
|
|
3086
|
+
|
|
3087
|
+
.snxzgx {
|
|
3088
|
+
color: #f0483e;
|
|
3089
|
+
font-size: 12px;
|
|
3090
|
+
white-space: pre-wrap;
|
|
3100
3091
|
}
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3092
|
+
|
|
3093
|
+
.o1i4orqw {
|
|
3094
|
+
display: flex;
|
|
3095
|
+
align-items: center;
|
|
3096
|
+
justify-content: flex-end;
|
|
3106
3097
|
}
|
|
3107
|
-
.
|
|
3108
|
-
|
|
3098
|
+
.o1i4orqw .icon-wrapper {
|
|
3099
|
+
margin-right: 16px;
|
|
3109
3100
|
}
|
|
3110
|
-
|
|
3111
|
-
|
|
3101
|
+
|
|
3102
|
+
.t79k8o2 {
|
|
3103
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3112
3104
|
}
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3105
|
+
|
|
3106
|
+
.ipd9bk.ant-input {
|
|
3107
|
+
padding: 5px 12px;
|
|
3108
|
+
line-height: 20px;
|
|
3109
|
+
color: #2d3a56;
|
|
3110
|
+
border-radius: 6px;
|
|
3111
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3112
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3116
3113
|
}
|
|
3117
|
-
.
|
|
3118
|
-
|
|
3114
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
3115
|
+
padding: 8px 16px;
|
|
3116
|
+
line-height: 22px;
|
|
3119
3117
|
}
|
|
3120
|
-
.
|
|
3121
|
-
|
|
3118
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
3119
|
+
padding: 2px 8px;
|
|
3120
|
+
line-height: 18px;
|
|
3122
3121
|
}
|
|
3123
|
-
.
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
top: -1px;
|
|
3127
|
-
bottom: -1px;
|
|
3128
|
-
background: white;
|
|
3122
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
3123
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3124
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3129
3125
|
}
|
|
3130
|
-
.
|
|
3131
|
-
border-
|
|
3126
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
3127
|
+
border-color: #0096ff;
|
|
3128
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3132
3129
|
}
|
|
3133
|
-
.
|
|
3134
|
-
border-
|
|
3135
|
-
|
|
3136
|
-
border-top: none;
|
|
3130
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
3131
|
+
border-color: #e75a3a;
|
|
3132
|
+
color: #e75a3a;
|
|
3137
3133
|
}
|
|
3138
|
-
.
|
|
3139
|
-
border-
|
|
3140
|
-
|
|
3141
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3134
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
3135
|
+
border-color: #e75a3a;
|
|
3136
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3142
3137
|
}
|
|
3143
|
-
.
|
|
3144
|
-
|
|
3145
|
-
|
|
3138
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
3139
|
+
border-color: #e75a3a;
|
|
3140
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3146
3141
|
}
|
|
3147
|
-
.
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3142
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
3143
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3144
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3145
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3152
3146
|
}
|
|
3153
|
-
.
|
|
3154
|
-
|
|
3155
|
-
border-
|
|
3147
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
3148
|
+
padding: 5px 12px;
|
|
3149
|
+
border-radius: 6px;
|
|
3150
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3151
|
+
line-height: 20px;
|
|
3152
|
+
color: #2d3a56;
|
|
3153
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3156
3154
|
}
|
|
3157
|
-
.
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
height: 100%;
|
|
3161
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3155
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
3156
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
3157
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3162
3158
|
}
|
|
3163
|
-
.
|
|
3164
|
-
|
|
3159
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
3160
|
+
padding: 8px 16px;
|
|
3161
|
+
line-height: 22px;
|
|
3165
3162
|
}
|
|
3166
|
-
.
|
|
3167
|
-
|
|
3168
|
-
|
|
3163
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
3164
|
+
padding: 2px 8px;
|
|
3165
|
+
line-height: 18px;
|
|
3169
3166
|
}
|
|
3170
|
-
.
|
|
3171
|
-
border-
|
|
3167
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3168
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3169
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3172
3170
|
}
|
|
3173
|
-
.
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
border-top-color: transparent;
|
|
3171
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3172
|
+
border-color: #0096ff;
|
|
3173
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3177
3174
|
}
|
|
3178
|
-
.
|
|
3179
|
-
border-
|
|
3175
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
3176
|
+
border-color: #e75a3a;
|
|
3180
3177
|
}
|
|
3181
|
-
.
|
|
3182
|
-
|
|
3178
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
3179
|
+
color: #e75a3a;
|
|
3183
3180
|
}
|
|
3184
|
-
.
|
|
3185
|
-
|
|
3181
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3182
|
+
border-color: #e75a3a;
|
|
3183
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3186
3184
|
}
|
|
3187
|
-
.
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
position: relative;
|
|
3191
|
-
border-bottom: none;
|
|
3192
|
-
color: #00122e;
|
|
3193
|
-
transition: none;
|
|
3194
|
-
padding: 15px 8px 15px 8px;
|
|
3185
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3186
|
+
border-color: #e75a3a;
|
|
3187
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3195
3188
|
}
|
|
3196
|
-
.
|
|
3197
|
-
content: "";
|
|
3198
|
-
width: 1px;
|
|
3199
|
-
top: 0;
|
|
3200
|
-
bottom: 0;
|
|
3189
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
3201
3190
|
background: rgba(211, 218, 235, 0.6);
|
|
3202
|
-
|
|
3203
|
-
|
|
3191
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3192
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3204
3193
|
}
|
|
3205
|
-
.
|
|
3206
|
-
|
|
3194
|
+
textarea.ipd9bk.ant-input {
|
|
3195
|
+
transition-property: height;
|
|
3196
|
+
transition-delay: 50ms;
|
|
3207
3197
|
}
|
|
3208
|
-
.
|
|
3209
|
-
|
|
3198
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
3199
|
+
min-height: 40px;
|
|
3200
|
+
height: 40px;
|
|
3210
3201
|
}
|
|
3211
|
-
.
|
|
3212
|
-
|
|
3213
|
-
overflow: hidden;
|
|
3214
|
-
white-space: nowrap;
|
|
3215
|
-
text-overflow: ellipsis;
|
|
3202
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
3203
|
+
height: 80px;
|
|
3216
3204
|
}
|
|
3217
|
-
.
|
|
3218
|
-
|
|
3219
|
-
|
|
3205
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
3206
|
+
min-height: 32px;
|
|
3207
|
+
height: 32px;
|
|
3220
3208
|
}
|
|
3221
|
-
.
|
|
3222
|
-
|
|
3209
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
3210
|
+
height: 64px;
|
|
3223
3211
|
}
|
|
3224
|
-
.
|
|
3225
|
-
|
|
3212
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
3213
|
+
min-height: 24px;
|
|
3214
|
+
height: 24px;
|
|
3226
3215
|
}
|
|
3227
|
-
.
|
|
3228
|
-
|
|
3229
|
-
right: 10px;
|
|
3230
|
-
top: 50%;
|
|
3231
|
-
transform: translateY(-50%);
|
|
3232
|
-
height: 16px;
|
|
3233
|
-
display: none;
|
|
3234
|
-
transition: transform 320ms ease;
|
|
3216
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
3217
|
+
height: 40px;
|
|
3235
3218
|
}
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3219
|
+
|
|
3220
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
3221
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3222
|
+
border-radius: 4px;
|
|
3239
3223
|
}
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3224
|
+
.kypn5o5.input-tags {
|
|
3225
|
+
position: relative;
|
|
3226
|
+
padding: 6px;
|
|
3227
|
+
height: 32px;
|
|
3228
|
+
cursor: pointer;
|
|
3229
|
+
transition: border 150ms;
|
|
3242
3230
|
}
|
|
3243
|
-
.
|
|
3244
|
-
|
|
3231
|
+
.kypn5o5.input-tags:hover {
|
|
3232
|
+
border-color: #0080ff;
|
|
3233
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
3234
|
+
}
|
|
3235
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
3236
|
+
padding-right: 30px;
|
|
3237
|
+
}
|
|
3238
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
3239
|
+
display: flex;
|
|
3240
|
+
}
|
|
3241
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
3242
|
+
display: flex;
|
|
3245
3243
|
}
|
|
3246
|
-
.
|
|
3244
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
3245
|
+
position: absolute;
|
|
3246
|
+
right: 12px;
|
|
3247
|
+
top: 50%;
|
|
3247
3248
|
transform: translateY(-50%);
|
|
3248
3249
|
}
|
|
3249
|
-
.
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
background: #f2f5fa;
|
|
3250
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
3251
|
+
color: rgba(0, 0, 0, 0.25);
|
|
3252
|
+
font-size: 12px;
|
|
3253
|
+
cursor: pointer;
|
|
3254
3254
|
}
|
|
3255
|
-
.
|
|
3256
|
-
|
|
3255
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
3256
|
+
color: rgba(0, 0, 0, 0.45);
|
|
3257
3257
|
}
|
|
3258
|
-
.
|
|
3259
|
-
|
|
3258
|
+
.kypn5o5.has-focus-indicator {
|
|
3259
|
+
position: relative;
|
|
3260
|
+
overflow: hidden;
|
|
3260
3261
|
}
|
|
3261
|
-
.
|
|
3262
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
3262
3263
|
position: absolute;
|
|
3263
|
-
left: 50%;
|
|
3264
3264
|
top: 50%;
|
|
3265
|
-
transform:
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3265
|
+
transform: translateY(-50%);
|
|
3266
|
+
left: -16px;
|
|
3267
|
+
transition: left 150ms ease;
|
|
3268
|
+
opacity: 0;
|
|
3269
3269
|
}
|
|
3270
|
-
.
|
|
3271
|
-
|
|
3270
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
3271
|
+
left: 8px;
|
|
3272
|
+
opacity: 1;
|
|
3272
3273
|
}
|
|
3273
|
-
.
|
|
3274
|
-
|
|
3274
|
+
.kypn5o5.has-focus-indicator input {
|
|
3275
|
+
transition: margin-left 150ms ease;
|
|
3276
|
+
margin-left: 0px;
|
|
3275
3277
|
}
|
|
3276
|
-
.
|
|
3277
|
-
|
|
3278
|
-
border: none;
|
|
3279
|
-
background: inherit !important;
|
|
3280
|
-
height: 100px;
|
|
3281
|
-
vertical-align: middle;
|
|
3278
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
3279
|
+
margin-left: 16px;
|
|
3282
3280
|
}
|
|
3283
|
-
|
|
3284
|
-
.
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3281
|
+
|
|
3282
|
+
input.l1ki27se.ant-input {
|
|
3283
|
+
border-top-right-radius: 0;
|
|
3284
|
+
border-bottom-right-radius: 0;
|
|
3288
3285
|
}
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3286
|
+
|
|
3287
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
3288
|
+
border-top-right-radius: 0;
|
|
3289
|
+
border-bottom-right-radius: 0;
|
|
3293
3290
|
}
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
justify-content: flex-end;
|
|
3299
|
-
padding-right: 8px;
|
|
3291
|
+
|
|
3292
|
+
input.rrg1fkn.ant-input {
|
|
3293
|
+
border-top-left-radius: 0;
|
|
3294
|
+
border-bottom-left-radius: 0;
|
|
3300
3295
|
}
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
justify-content: center;
|
|
3306
|
-
border-radius: 4px;
|
|
3296
|
+
|
|
3297
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
3298
|
+
border-top-left-radius: 0;
|
|
3299
|
+
border-bottom-left-radius: 0;
|
|
3307
3300
|
}
|
|
3308
|
-
|
|
3309
|
-
|
|
3301
|
+
|
|
3302
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
3303
|
+
border-top-right-radius: 0;
|
|
3304
|
+
border-bottom-right-radius: 0;
|
|
3310
3305
|
}
|
|
3311
3306
|
|
|
3312
|
-
.
|
|
3313
|
-
|
|
3307
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
3308
|
+
border-top-left-radius: 0;
|
|
3309
|
+
border-bottom-left-radius: 0;
|
|
3314
3310
|
}
|
|
3315
3311
|
|
|
3316
3312
|
.d6j0lbj {
|
|
@@ -3788,6 +3784,10 @@ input.rrg1fkn.ant-input {
|
|
|
3788
3784
|
line-height: 12px;
|
|
3789
3785
|
}
|
|
3790
3786
|
|
|
3787
|
+
.i1e4sgug {
|
|
3788
|
+
display: inline-block;
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3791
3791
|
.c198s9j3 {
|
|
3792
3792
|
color: #2d3a56;
|
|
3793
3793
|
line-height: 22px;
|
|
@@ -4089,6 +4089,81 @@ input.rrg1fkn.ant-input {
|
|
|
4089
4089
|
color: rgba(44, 56, 82, 0.6);
|
|
4090
4090
|
}
|
|
4091
4091
|
|
|
4092
|
+
.t1xo8w88 {
|
|
4093
|
+
height: 100%;
|
|
4094
|
+
}
|
|
4095
|
+
.t1xo8w88 .table-loading-item {
|
|
4096
|
+
padding: 12px 4px;
|
|
4097
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4098
|
+
display: flex;
|
|
4099
|
+
}
|
|
4100
|
+
.t1xo8w88 .table-loading-item > * {
|
|
4101
|
+
height: 16px;
|
|
4102
|
+
margin: 4px;
|
|
4103
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4104
|
+
border-radius: 2px;
|
|
4105
|
+
}
|
|
4106
|
+
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4107
|
+
width: 16px;
|
|
4108
|
+
}
|
|
4109
|
+
.t1xo8w88 .table-loading-item .td-loading {
|
|
4110
|
+
flex: 1;
|
|
4111
|
+
}
|
|
4112
|
+
.t1xo8w88 :nth-child(1) {
|
|
4113
|
+
padding: 8px 4px;
|
|
4114
|
+
}
|
|
4115
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4116
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4117
|
+
}
|
|
4118
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4119
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
.ams5nbq {
|
|
4123
|
+
position: absolute;
|
|
4124
|
+
top: 0;
|
|
4125
|
+
left: 0;
|
|
4126
|
+
bottom: 0;
|
|
4127
|
+
width: 1px;
|
|
4128
|
+
background: #0080ff;
|
|
4129
|
+
transform: translateX(-9999px);
|
|
4130
|
+
z-index: 999;
|
|
4131
|
+
}
|
|
4132
|
+
.ams5nbq::before {
|
|
4133
|
+
content: "";
|
|
4134
|
+
position: absolute;
|
|
4135
|
+
height: 34px;
|
|
4136
|
+
width: 3px;
|
|
4137
|
+
top: 0;
|
|
4138
|
+
left: -1px;
|
|
4139
|
+
background: #0080ff;
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4142
|
+
.t1cs4awq {
|
|
4143
|
+
background: white;
|
|
4144
|
+
}
|
|
4145
|
+
.t1cs4awq .insert-left-tip,
|
|
4146
|
+
.t1cs4awq .insert-right-tip {
|
|
4147
|
+
display: none;
|
|
4148
|
+
position: absolute;
|
|
4149
|
+
top: 0;
|
|
4150
|
+
bottom: 0;
|
|
4151
|
+
width: 4px;
|
|
4152
|
+
background: rgba(0, 0, 255, 0.5);
|
|
4153
|
+
}
|
|
4154
|
+
.t1cs4awq .insert-left-tip {
|
|
4155
|
+
left: 0px;
|
|
4156
|
+
}
|
|
4157
|
+
.t1cs4awq .insert-right-tip {
|
|
4158
|
+
right: 0px;
|
|
4159
|
+
}
|
|
4160
|
+
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4161
|
+
display: block;
|
|
4162
|
+
}
|
|
4163
|
+
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4164
|
+
display: block;
|
|
4165
|
+
}
|
|
4166
|
+
|
|
4092
4167
|
.d1h5z4k4.ant-dropdown {
|
|
4093
4168
|
background: #fff;
|
|
4094
4169
|
border: 1px solid #dfe4eb;
|
|
@@ -4198,81 +4273,6 @@ input.rrg1fkn.ant-input {
|
|
|
4198
4273
|
left: 4px;
|
|
4199
4274
|
}
|
|
4200
4275
|
|
|
4201
|
-
.t1cs4awq {
|
|
4202
|
-
background: white;
|
|
4203
|
-
}
|
|
4204
|
-
.t1cs4awq .insert-left-tip,
|
|
4205
|
-
.t1cs4awq .insert-right-tip {
|
|
4206
|
-
display: none;
|
|
4207
|
-
position: absolute;
|
|
4208
|
-
top: 0;
|
|
4209
|
-
bottom: 0;
|
|
4210
|
-
width: 4px;
|
|
4211
|
-
background: rgba(0, 0, 255, 0.5);
|
|
4212
|
-
}
|
|
4213
|
-
.t1cs4awq .insert-left-tip {
|
|
4214
|
-
left: 0px;
|
|
4215
|
-
}
|
|
4216
|
-
.t1cs4awq .insert-right-tip {
|
|
4217
|
-
right: 0px;
|
|
4218
|
-
}
|
|
4219
|
-
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4220
|
-
display: block;
|
|
4221
|
-
}
|
|
4222
|
-
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4223
|
-
display: block;
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.t1xo8w88 {
|
|
4227
|
-
height: 100%;
|
|
4228
|
-
}
|
|
4229
|
-
.t1xo8w88 .table-loading-item {
|
|
4230
|
-
padding: 12px 4px;
|
|
4231
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4232
|
-
display: flex;
|
|
4233
|
-
}
|
|
4234
|
-
.t1xo8w88 .table-loading-item > * {
|
|
4235
|
-
height: 16px;
|
|
4236
|
-
margin: 4px;
|
|
4237
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4238
|
-
border-radius: 2px;
|
|
4239
|
-
}
|
|
4240
|
-
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4241
|
-
width: 16px;
|
|
4242
|
-
}
|
|
4243
|
-
.t1xo8w88 .table-loading-item .td-loading {
|
|
4244
|
-
flex: 1;
|
|
4245
|
-
}
|
|
4246
|
-
.t1xo8w88 :nth-child(1) {
|
|
4247
|
-
padding: 8px 4px;
|
|
4248
|
-
}
|
|
4249
|
-
.t1xo8w88 :nth-child(1) > * {
|
|
4250
|
-
background: rgba(107, 125, 153, 0.18);
|
|
4251
|
-
}
|
|
4252
|
-
.t1xo8w88 :nth-child(1) > * {
|
|
4253
|
-
background: rgba(163, 180, 204, 0.18);
|
|
4254
|
-
}
|
|
4255
|
-
|
|
4256
|
-
.ams5nbq {
|
|
4257
|
-
position: absolute;
|
|
4258
|
-
top: 0;
|
|
4259
|
-
left: 0;
|
|
4260
|
-
bottom: 0;
|
|
4261
|
-
width: 1px;
|
|
4262
|
-
background: #0080ff;
|
|
4263
|
-
transform: translateX(-9999px);
|
|
4264
|
-
z-index: 999;
|
|
4265
|
-
}
|
|
4266
|
-
.ams5nbq::before {
|
|
4267
|
-
content: "";
|
|
4268
|
-
position: absolute;
|
|
4269
|
-
height: 34px;
|
|
4270
|
-
width: 3px;
|
|
4271
|
-
top: 0;
|
|
4272
|
-
left: -1px;
|
|
4273
|
-
background: #0080ff;
|
|
4274
|
-
}
|
|
4275
|
-
|
|
4276
4276
|
.asgcu6r {
|
|
4277
4277
|
height: 32px;
|
|
4278
4278
|
}
|