@cloudtower/eagle 0.22.37 → 0.22.38
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 +13 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +17 -3
- package/dist/style.css +1009 -1009
- package/dist/umd/index.js +12 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1845,26 +1845,33 @@ input[type=submit] {
|
|
|
1845
1845
|
padding: 0;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.hsms1n6 {
|
|
1853
|
-
visibility: hidden;
|
|
1854
|
-
position: absolute;
|
|
1848
|
+
.bpq0js6 {
|
|
1849
|
+
padding: 4px 11px;
|
|
1855
1850
|
}
|
|
1856
1851
|
|
|
1857
|
-
.
|
|
1858
|
-
height: 18px;
|
|
1859
|
-
line-height: 18px;
|
|
1860
|
-
padding: 0 4px;
|
|
1861
|
-
border-radius: 4px;
|
|
1862
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1863
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1864
|
-
display: flex;
|
|
1865
|
-
align-items: center;
|
|
1852
|
+
.b15sn34c {
|
|
1866
1853
|
white-space: nowrap;
|
|
1867
|
-
|
|
1854
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1855
|
+
}
|
|
1856
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1857
|
+
--color: #0080ff;
|
|
1858
|
+
}
|
|
1859
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1860
|
+
--color: #0080ff;
|
|
1861
|
+
}
|
|
1862
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1863
|
+
margin-left: 1px;
|
|
1864
|
+
}
|
|
1865
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1866
|
+
border-top-right-radius: 0;
|
|
1867
|
+
border-bottom-right-radius: 0;
|
|
1868
|
+
}
|
|
1869
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1870
|
+
border-top-left-radius: 0;
|
|
1871
|
+
border-bottom-left-radius: 0;
|
|
1872
|
+
}
|
|
1873
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1874
|
+
border-radius: unset;
|
|
1868
1875
|
}
|
|
1869
1876
|
|
|
1870
1877
|
.fde5mpd {
|
|
@@ -1882,171 +1889,44 @@ input[type=submit] {
|
|
|
1882
1889
|
font-size: 18px;
|
|
1883
1890
|
}
|
|
1884
1891
|
|
|
1885
|
-
.
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1889
|
-
overflow: hidden;
|
|
1890
|
-
}
|
|
1891
|
-
.s34f1qb.ant-switch:focus {
|
|
1892
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1893
|
-
}
|
|
1894
|
-
.s34f1qb.ant-switch-small {
|
|
1895
|
-
min-width: 26px;
|
|
1896
|
-
height: 16px;
|
|
1897
|
-
}
|
|
1898
|
-
.s34f1qb.ant-switch-large {
|
|
1899
|
-
min-width: 52px;
|
|
1900
|
-
height: 32px;
|
|
1901
|
-
}
|
|
1902
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1903
|
-
height: 20px;
|
|
1904
|
-
width: 20px;
|
|
1905
|
-
}
|
|
1906
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1907
|
-
border-radius: 10px;
|
|
1908
|
-
transition-delay: 120ms;
|
|
1909
|
-
}
|
|
1910
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1911
|
-
height: 14px;
|
|
1912
|
-
width: 14px;
|
|
1913
|
-
top: 1px;
|
|
1914
|
-
left: 1px;
|
|
1915
|
-
}
|
|
1916
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1917
|
-
height: 28px;
|
|
1918
|
-
width: 28px;
|
|
1919
|
-
}
|
|
1920
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1921
|
-
border-radius: 14px;
|
|
1922
|
-
}
|
|
1923
|
-
.s34f1qb.ant-switch-checked {
|
|
1924
|
-
background-color: #00ba5d;
|
|
1925
|
-
}
|
|
1926
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1927
|
-
left: calc(100% - 20px - 2px);
|
|
1892
|
+
.i1mrf09m {
|
|
1893
|
+
display: inline-flex;
|
|
1894
|
+
align-items: center;
|
|
1928
1895
|
}
|
|
1929
|
-
.
|
|
1930
|
-
|
|
1896
|
+
.i1mrf09m .icon-inner {
|
|
1897
|
+
display: inline-flex;
|
|
1898
|
+
align-items: center;
|
|
1899
|
+
justify-content: center;
|
|
1931
1900
|
}
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1901
|
+
.i1mrf09m .icon-inner + span,
|
|
1902
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1903
|
+
margin-left: 4px;
|
|
1934
1904
|
}
|
|
1935
|
-
|
|
1936
|
-
.
|
|
1937
|
-
|
|
1905
|
+
.i1mrf09m.is-rotate img,
|
|
1906
|
+
.i1mrf09m.is-rotate svg {
|
|
1907
|
+
animation: rotate 680ms linear infinite;
|
|
1938
1908
|
}
|
|
1939
1909
|
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1910
|
+
.iap75of {
|
|
1911
|
+
height: 18px;
|
|
1912
|
+
line-height: 18px;
|
|
1913
|
+
padding: 0 4px;
|
|
1914
|
+
border-radius: 4px;
|
|
1915
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1917
|
+
display: flex;
|
|
1918
|
+
align-items: center;
|
|
1919
|
+
white-space: nowrap;
|
|
1946
1920
|
margin-right: 4px;
|
|
1947
|
-
flex: 1;
|
|
1948
|
-
overflow: visible;
|
|
1949
|
-
}
|
|
1950
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1951
|
-
display: none;
|
|
1952
|
-
}
|
|
1953
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1954
|
-
width: 100%;
|
|
1955
|
-
min-height: unset;
|
|
1956
|
-
}
|
|
1957
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1958
|
-
height: 26px;
|
|
1959
|
-
line-height: 26px;
|
|
1960
|
-
width: 100%;
|
|
1961
|
-
text-align: center;
|
|
1962
|
-
padding: 0;
|
|
1963
|
-
font-size: 12px;
|
|
1964
|
-
font-weight: normal;
|
|
1965
|
-
}
|
|
1966
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1967
|
-
margin-right: 10px;
|
|
1968
|
-
}
|
|
1969
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1970
|
-
display: none;
|
|
1971
|
-
}
|
|
1972
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1973
|
-
border-radius: 4px 0 0 4px;
|
|
1974
|
-
}
|
|
1975
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1976
|
-
margin-right: 0;
|
|
1977
|
-
}
|
|
1978
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1979
|
-
border-radius: 0 4px 4px 0;
|
|
1980
|
-
}
|
|
1981
|
-
.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 {
|
|
1982
|
-
content: "";
|
|
1983
|
-
width: 0;
|
|
1984
|
-
height: 0;
|
|
1985
|
-
border: 13px solid transparent;
|
|
1986
|
-
position: absolute;
|
|
1987
|
-
top: 0;
|
|
1988
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1989
|
-
right: -21px;
|
|
1990
|
-
z-index: 2;
|
|
1991
|
-
}
|
|
1992
|
-
.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 {
|
|
1993
|
-
content: "";
|
|
1994
|
-
width: 0;
|
|
1995
|
-
height: 0;
|
|
1996
|
-
border: 13px solid transparent;
|
|
1997
|
-
position: absolute;
|
|
1998
|
-
top: 0;
|
|
1999
|
-
border-left: 8px solid #fff;
|
|
2000
|
-
left: 0;
|
|
2001
|
-
}
|
|
2002
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2003
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2004
|
-
}
|
|
2005
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2006
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2007
|
-
}
|
|
2008
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2009
|
-
color: #005ed1;
|
|
2010
|
-
}
|
|
2011
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2012
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2013
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2014
|
-
}
|
|
2015
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2016
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2017
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2018
|
-
}
|
|
2019
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2020
|
-
padding: 0;
|
|
2021
1921
|
}
|
|
2022
1922
|
|
|
2023
|
-
.
|
|
2024
|
-
|
|
1923
|
+
.obf05yr {
|
|
1924
|
+
display: inline-block;
|
|
2025
1925
|
}
|
|
2026
1926
|
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
}
|
|
2031
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2032
|
-
--color: #0080ff;
|
|
2033
|
-
}
|
|
2034
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
2035
|
-
--color: #0080ff;
|
|
2036
|
-
}
|
|
2037
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2038
|
-
margin-left: 1px;
|
|
2039
|
-
}
|
|
2040
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2041
|
-
border-top-right-radius: 0;
|
|
2042
|
-
border-bottom-right-radius: 0;
|
|
2043
|
-
}
|
|
2044
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2045
|
-
border-top-left-radius: 0;
|
|
2046
|
-
border-bottom-left-radius: 0;
|
|
2047
|
-
}
|
|
2048
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2049
|
-
border-radius: unset;
|
|
1927
|
+
.hsms1n6 {
|
|
1928
|
+
visibility: hidden;
|
|
1929
|
+
position: absolute;
|
|
2050
1930
|
}
|
|
2051
1931
|
|
|
2052
1932
|
.p12gwtiw {
|
|
@@ -2248,29 +2128,94 @@ input[type=submit] {
|
|
|
2248
2128
|
width: 36px;
|
|
2249
2129
|
}
|
|
2250
2130
|
|
|
2251
|
-
.
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
}
|
|
2255
|
-
.i1mrf09m .icon-inner {
|
|
2256
|
-
display: inline-flex;
|
|
2257
|
-
align-items: center;
|
|
2258
|
-
justify-content: center;
|
|
2131
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2132
|
+
flex-direction: row;
|
|
2133
|
+
justify-content: stretch;
|
|
2259
2134
|
}
|
|
2260
|
-
.
|
|
2261
|
-
|
|
2262
|
-
margin-
|
|
2135
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2136
|
+
padding: 0;
|
|
2137
|
+
margin-right: 4px;
|
|
2138
|
+
flex: 1;
|
|
2139
|
+
overflow: visible;
|
|
2263
2140
|
}
|
|
2264
|
-
.
|
|
2265
|
-
|
|
2266
|
-
animation: rotate 680ms linear infinite;
|
|
2141
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2142
|
+
display: none;
|
|
2267
2143
|
}
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
flex-direction: column;
|
|
2144
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2145
|
+
width: 100%;
|
|
2146
|
+
min-height: unset;
|
|
2272
2147
|
}
|
|
2273
|
-
|
|
2148
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2149
|
+
height: 26px;
|
|
2150
|
+
line-height: 26px;
|
|
2151
|
+
width: 100%;
|
|
2152
|
+
text-align: center;
|
|
2153
|
+
padding: 0;
|
|
2154
|
+
font-size: 12px;
|
|
2155
|
+
font-weight: normal;
|
|
2156
|
+
}
|
|
2157
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2158
|
+
margin-right: 10px;
|
|
2159
|
+
}
|
|
2160
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2161
|
+
display: none;
|
|
2162
|
+
}
|
|
2163
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2164
|
+
border-radius: 4px 0 0 4px;
|
|
2165
|
+
}
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2167
|
+
margin-right: 0;
|
|
2168
|
+
}
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2170
|
+
border-radius: 0 4px 4px 0;
|
|
2171
|
+
}
|
|
2172
|
+
.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 {
|
|
2173
|
+
content: "";
|
|
2174
|
+
width: 0;
|
|
2175
|
+
height: 0;
|
|
2176
|
+
border: 13px solid transparent;
|
|
2177
|
+
position: absolute;
|
|
2178
|
+
top: 0;
|
|
2179
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2180
|
+
right: -21px;
|
|
2181
|
+
z-index: 2;
|
|
2182
|
+
}
|
|
2183
|
+
.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 {
|
|
2184
|
+
content: "";
|
|
2185
|
+
width: 0;
|
|
2186
|
+
height: 0;
|
|
2187
|
+
border: 13px solid transparent;
|
|
2188
|
+
position: absolute;
|
|
2189
|
+
top: 0;
|
|
2190
|
+
border-left: 8px solid #fff;
|
|
2191
|
+
left: 0;
|
|
2192
|
+
}
|
|
2193
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2194
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2195
|
+
}
|
|
2196
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2197
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2198
|
+
}
|
|
2199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2200
|
+
color: #005ed1;
|
|
2201
|
+
}
|
|
2202
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2203
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2204
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2205
|
+
}
|
|
2206
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2207
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2208
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2209
|
+
}
|
|
2210
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2211
|
+
padding: 0;
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
.cz04yix {
|
|
2215
|
+
display: flex;
|
|
2216
|
+
flex-direction: column;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2274
2219
|
.m1if5j39 {
|
|
2275
2220
|
max-width: 1120px;
|
|
2276
2221
|
width: 100%;
|
|
@@ -2931,865 +2876,920 @@ input.rrg1fkn.ant-input {
|
|
|
2931
2876
|
border-bottom-left-radius: 0;
|
|
2932
2877
|
}
|
|
2933
2878
|
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2879
|
+
.s34f1qb.ant-switch {
|
|
2880
|
+
min-width: 40px;
|
|
2881
|
+
height: 24px;
|
|
2882
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
+
overflow: hidden;
|
|
2936
2884
|
}
|
|
2937
|
-
|
|
2938
|
-
.
|
|
2939
|
-
height: 100%;
|
|
2885
|
+
.s34f1qb.ant-switch:focus {
|
|
2886
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2940
2887
|
}
|
|
2941
|
-
.
|
|
2942
|
-
|
|
2943
|
-
height:
|
|
2888
|
+
.s34f1qb.ant-switch-small {
|
|
2889
|
+
min-width: 26px;
|
|
2890
|
+
height: 16px;
|
|
2944
2891
|
}
|
|
2945
|
-
.
|
|
2946
|
-
|
|
2892
|
+
.s34f1qb.ant-switch-large {
|
|
2893
|
+
min-width: 52px;
|
|
2894
|
+
height: 32px;
|
|
2947
2895
|
}
|
|
2948
|
-
.
|
|
2949
|
-
|
|
2950
|
-
|
|
2896
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2897
|
+
height: 20px;
|
|
2898
|
+
width: 20px;
|
|
2951
2899
|
}
|
|
2952
|
-
.
|
|
2953
|
-
|
|
2900
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2901
|
+
border-radius: 10px;
|
|
2902
|
+
transition-delay: 120ms;
|
|
2954
2903
|
}
|
|
2955
|
-
.
|
|
2956
|
-
|
|
2904
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2905
|
+
height: 14px;
|
|
2906
|
+
width: 14px;
|
|
2907
|
+
top: 1px;
|
|
2908
|
+
left: 1px;
|
|
2957
2909
|
}
|
|
2958
|
-
.
|
|
2959
|
-
|
|
2910
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2911
|
+
height: 28px;
|
|
2912
|
+
width: 28px;
|
|
2960
2913
|
}
|
|
2961
|
-
.
|
|
2962
|
-
|
|
2914
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2915
|
+
border-radius: 14px;
|
|
2963
2916
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
2917
|
+
.s34f1qb.ant-switch-checked {
|
|
2918
|
+
background-color: #00ba5d;
|
|
2966
2919
|
}
|
|
2967
|
-
.
|
|
2968
|
-
|
|
2969
|
-
overflow: visible;
|
|
2920
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2921
|
+
left: calc(100% - 20px - 2px);
|
|
2970
2922
|
}
|
|
2971
|
-
.
|
|
2972
|
-
|
|
2923
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2924
|
+
left: calc(100% - 14px - 1px);
|
|
2973
2925
|
}
|
|
2974
|
-
.
|
|
2975
|
-
|
|
2976
|
-
display: none;
|
|
2926
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2927
|
+
left: calc(100% - 28px - 2px);
|
|
2977
2928
|
}
|
|
2978
|
-
|
|
2979
|
-
|
|
2929
|
+
|
|
2930
|
+
.c1to9vb9 {
|
|
2931
|
+
margin-left: 5px;
|
|
2980
2932
|
}
|
|
2981
|
-
|
|
2982
|
-
.
|
|
2983
|
-
|
|
2984
|
-
|
|
2933
|
+
|
|
2934
|
+
.d6j0lbj {
|
|
2935
|
+
font-family: Inter;
|
|
2936
|
+
font-style: normal;
|
|
2937
|
+
font-weight: bold;
|
|
2938
|
+
font-size: 32px;
|
|
2939
|
+
line-height: 40px;
|
|
2985
2940
|
}
|
|
2986
|
-
|
|
2987
|
-
.
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2941
|
+
|
|
2942
|
+
.d1xhvvxe {
|
|
2943
|
+
font-family: Inter;
|
|
2944
|
+
font-style: normal;
|
|
2945
|
+
font-weight: bold;
|
|
2946
|
+
font-size: 24px;
|
|
2947
|
+
line-height: 32px;
|
|
2992
2948
|
}
|
|
2993
|
-
|
|
2994
|
-
.
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2949
|
+
|
|
2950
|
+
.dk10mxq {
|
|
2951
|
+
font-family: Inter;
|
|
2952
|
+
font-style: normal;
|
|
2953
|
+
font-weight: normal;
|
|
2954
|
+
font-size: 32px;
|
|
2955
|
+
line-height: 40px;
|
|
2998
2956
|
}
|
|
2999
|
-
|
|
3000
|
-
|
|
2957
|
+
|
|
2958
|
+
.dxsait {
|
|
2959
|
+
font-family: Inter;
|
|
2960
|
+
font-style: normal;
|
|
2961
|
+
font-weight: bold;
|
|
2962
|
+
font-size: 20px;
|
|
2963
|
+
line-height: 24px;
|
|
3001
2964
|
}
|
|
3002
|
-
|
|
3003
|
-
|
|
2965
|
+
|
|
2966
|
+
.dokn0h3 {
|
|
2967
|
+
font-family: Inter;
|
|
2968
|
+
font-style: normal;
|
|
2969
|
+
font-weight: normal;
|
|
2970
|
+
font-size: 20px;
|
|
2971
|
+
line-height: 24px;
|
|
3004
2972
|
}
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
background: transparent;
|
|
2973
|
+
|
|
2974
|
+
.dobau4p {
|
|
2975
|
+
font-family: Inter;
|
|
2976
|
+
font-style: normal;
|
|
2977
|
+
font-weight: bold;
|
|
2978
|
+
font-size: 18px;
|
|
2979
|
+
line-height: 22px;
|
|
3013
2980
|
}
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
2981
|
+
|
|
2982
|
+
.dvolwok {
|
|
2983
|
+
font-family: Inter;
|
|
2984
|
+
font-style: normal;
|
|
2985
|
+
font-weight: normal;
|
|
2986
|
+
font-size: 18px;
|
|
2987
|
+
line-height: 22px;
|
|
3019
2988
|
}
|
|
3020
|
-
|
|
3021
|
-
.
|
|
3022
|
-
|
|
2989
|
+
|
|
2990
|
+
.h181qhg4 {
|
|
2991
|
+
font-family: Inter;
|
|
2992
|
+
font-style: normal;
|
|
2993
|
+
font-weight: bold;
|
|
2994
|
+
font-size: 16px;
|
|
2995
|
+
line-height: 22px;
|
|
3023
2996
|
}
|
|
3024
|
-
|
|
3025
|
-
.
|
|
3026
|
-
|
|
2997
|
+
|
|
2998
|
+
.h1phgmcq {
|
|
2999
|
+
font-family: Inter;
|
|
3000
|
+
font-style: normal;
|
|
3001
|
+
font-weight: normal;
|
|
3002
|
+
font-size: 16px;
|
|
3003
|
+
line-height: 22px;
|
|
3027
3004
|
}
|
|
3028
|
-
|
|
3029
|
-
|
|
3005
|
+
|
|
3006
|
+
.h173xnl1 {
|
|
3007
|
+
font-family: Inter;
|
|
3008
|
+
font-style: normal;
|
|
3009
|
+
font-weight: bold;
|
|
3010
|
+
font-size: 14px;
|
|
3011
|
+
line-height: 20px;
|
|
3030
3012
|
}
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
right: 12px;
|
|
3039
|
-
transform: translateY(-50%);
|
|
3040
|
-
}
|
|
3041
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3042
|
-
box-shadow: none;
|
|
3043
|
-
width: 1px;
|
|
3044
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3045
|
-
}
|
|
3046
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3047
|
-
box-shadow: none;
|
|
3048
|
-
width: 1px;
|
|
3049
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3050
|
-
}
|
|
3051
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3052
|
-
position: relative;
|
|
3053
|
-
}
|
|
3054
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3055
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3056
|
-
border-bottom: 1px solid white;
|
|
3057
|
-
height: 40px;
|
|
3058
|
-
vertical-align: middle;
|
|
3059
|
-
transition: background 0ms;
|
|
3060
|
-
color: #00122e;
|
|
3061
|
-
}
|
|
3062
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3063
|
-
background: #f2f5fa;
|
|
3064
|
-
border-bottom-color: #f2f5fa;
|
|
3013
|
+
|
|
3014
|
+
.hedm4pz {
|
|
3015
|
+
font-family: Inter;
|
|
3016
|
+
font-style: normal;
|
|
3017
|
+
font-weight: normal;
|
|
3018
|
+
font-size: 14px;
|
|
3019
|
+
line-height: 20px;
|
|
3065
3020
|
}
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3021
|
+
|
|
3022
|
+
.h1kd8xld {
|
|
3023
|
+
font-family: Inter;
|
|
3024
|
+
font-style: normal;
|
|
3025
|
+
font-weight: bold;
|
|
3069
3026
|
font-size: 12px;
|
|
3070
|
-
|
|
3071
|
-
transition: none;
|
|
3072
|
-
overflow: hidden;
|
|
3073
|
-
text-overflow: ellipsis;
|
|
3074
|
-
white-space: nowrap;
|
|
3075
|
-
}
|
|
3076
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3077
|
-
color: #0096ff;
|
|
3078
|
-
}
|
|
3079
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3080
|
-
overflow: hidden;
|
|
3081
|
-
text-overflow: ellipsis;
|
|
3082
|
-
width: 100%;
|
|
3083
|
-
vertical-align: middle;
|
|
3084
|
-
}
|
|
3085
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3086
|
-
line-height: 0px;
|
|
3087
|
-
}
|
|
3088
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3089
|
-
padding-right: 25px;
|
|
3090
|
-
}
|
|
3091
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3092
|
-
border-top-color: transparent;
|
|
3093
|
-
}
|
|
3094
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3095
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3096
|
-
border-color: transparent transparent white;
|
|
3097
|
-
}
|
|
3098
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3099
|
-
border-radius: 8px 0 0 8px;
|
|
3100
|
-
}
|
|
3101
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3102
|
-
border-radius: 8px 0 0 8px;
|
|
3103
|
-
}
|
|
3104
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3105
|
-
content: "";
|
|
3106
|
-
width: 4px;
|
|
3107
|
-
top: -1px;
|
|
3108
|
-
bottom: -1px;
|
|
3109
|
-
background: white;
|
|
3110
|
-
}
|
|
3111
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3112
|
-
border-radius: 0 8px 8px 0;
|
|
3113
|
-
}
|
|
3114
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3115
|
-
border-radius: 0;
|
|
3116
|
-
background: white;
|
|
3117
|
-
border-top: none;
|
|
3118
|
-
}
|
|
3119
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3120
|
-
border-top: 1px solid transparent;
|
|
3121
|
-
border-radius: 0 8px 8px 0;
|
|
3122
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3123
|
-
}
|
|
3124
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3125
|
-
background: white;
|
|
3126
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3127
|
-
}
|
|
3128
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3129
|
-
display: flex;
|
|
3130
|
-
align-items: center;
|
|
3131
|
-
height: 100%;
|
|
3132
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3133
|
-
}
|
|
3134
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3135
|
-
background: white;
|
|
3136
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3137
|
-
}
|
|
3138
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3139
|
-
display: flex;
|
|
3140
|
-
align-items: center;
|
|
3141
|
-
height: 100%;
|
|
3142
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3143
|
-
}
|
|
3144
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3145
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3146
|
-
}
|
|
3147
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3148
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3149
|
-
border-radius: 8px;
|
|
3150
|
-
}
|
|
3151
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3152
|
-
border-top-color: white;
|
|
3153
|
-
}
|
|
3154
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3155
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3156
|
-
border-bottom-color: transparent;
|
|
3157
|
-
border-top-color: transparent;
|
|
3027
|
+
line-height: 18px;
|
|
3158
3028
|
}
|
|
3159
|
-
|
|
3160
|
-
|
|
3029
|
+
|
|
3030
|
+
.hp14fr {
|
|
3031
|
+
font-family: Inter;
|
|
3032
|
+
font-style: normal;
|
|
3033
|
+
font-weight: normal;
|
|
3034
|
+
font-size: 12px;
|
|
3035
|
+
line-height: 18px;
|
|
3161
3036
|
}
|
|
3162
|
-
|
|
3163
|
-
|
|
3037
|
+
|
|
3038
|
+
.hgrg7mn {
|
|
3039
|
+
font-family: Inter;
|
|
3040
|
+
font-style: normal;
|
|
3041
|
+
font-weight: bold;
|
|
3042
|
+
text-transform: uppercase;
|
|
3043
|
+
font-feature-settings: "cpsp" on;
|
|
3044
|
+
font-size: 12px;
|
|
3045
|
+
line-height: 18px;
|
|
3164
3046
|
}
|
|
3165
|
-
|
|
3166
|
-
|
|
3047
|
+
|
|
3048
|
+
.h6zme9x {
|
|
3049
|
+
font-family: Inter;
|
|
3050
|
+
font-style: normal;
|
|
3051
|
+
font-weight: normal;
|
|
3052
|
+
text-transform: uppercase;
|
|
3053
|
+
font-feature-settings: "cpsp" on;
|
|
3054
|
+
font-size: 12px;
|
|
3055
|
+
line-height: 18px;
|
|
3167
3056
|
}
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
font-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
padding: 15px 8px 15px 8px;
|
|
3057
|
+
|
|
3058
|
+
.locjvsv {
|
|
3059
|
+
font-family: Inter;
|
|
3060
|
+
font-style: normal;
|
|
3061
|
+
font-weight: normal;
|
|
3062
|
+
font-size: 16px;
|
|
3063
|
+
line-height: 24px;
|
|
3176
3064
|
}
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
right: 0;
|
|
3065
|
+
|
|
3066
|
+
.l13gi131 {
|
|
3067
|
+
font-family: Inter;
|
|
3068
|
+
font-style: normal;
|
|
3069
|
+
font-weight: bold;
|
|
3070
|
+
font-size: 16px;
|
|
3071
|
+
line-height: 24px;
|
|
3185
3072
|
}
|
|
3186
|
-
|
|
3187
|
-
|
|
3073
|
+
|
|
3074
|
+
.l1ynemsu {
|
|
3075
|
+
font-family: Inter;
|
|
3076
|
+
font-style: normal;
|
|
3077
|
+
font-weight: normal;
|
|
3078
|
+
font-size: 16px;
|
|
3079
|
+
line-height: 24px;
|
|
3188
3080
|
}
|
|
3189
|
-
|
|
3190
|
-
|
|
3081
|
+
|
|
3082
|
+
.l1cft1cx {
|
|
3083
|
+
font-family: Inter;
|
|
3084
|
+
font-style: normal;
|
|
3085
|
+
font-weight: bold;
|
|
3086
|
+
font-size: 16px;
|
|
3087
|
+
line-height: 24px;
|
|
3191
3088
|
}
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3089
|
+
|
|
3090
|
+
.l17tqc8p {
|
|
3091
|
+
font-family: Inter;
|
|
3092
|
+
font-style: normal;
|
|
3093
|
+
font-weight: normal;
|
|
3094
|
+
text-transform: uppercase;
|
|
3095
|
+
font-feature-settings: "cpsp" on;
|
|
3096
|
+
font-size: 16px;
|
|
3097
|
+
line-height: 24px;
|
|
3197
3098
|
}
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3099
|
+
|
|
3100
|
+
.l1j1e5w7 {
|
|
3101
|
+
font-family: Inter;
|
|
3102
|
+
font-style: normal;
|
|
3103
|
+
font-weight: bold;
|
|
3104
|
+
text-transform: uppercase;
|
|
3105
|
+
font-feature-settings: "cpsp" on;
|
|
3106
|
+
font-size: 16px;
|
|
3107
|
+
line-height: 24px;
|
|
3202
3108
|
}
|
|
3203
|
-
|
|
3204
|
-
|
|
3109
|
+
|
|
3110
|
+
.l1gf91jb {
|
|
3111
|
+
font-family: Inter;
|
|
3112
|
+
font-style: normal;
|
|
3113
|
+
font-weight: normal;
|
|
3114
|
+
font-size: 14px;
|
|
3115
|
+
line-height: 22px;
|
|
3205
3116
|
}
|
|
3206
|
-
|
|
3207
|
-
|
|
3117
|
+
|
|
3118
|
+
.lu7hlr6 {
|
|
3119
|
+
font-family: Inter;
|
|
3120
|
+
font-style: normal;
|
|
3121
|
+
font-weight: 500;
|
|
3122
|
+
font-size: 14px;
|
|
3123
|
+
line-height: 22px;
|
|
3208
3124
|
}
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
transition: transform 320ms ease;
|
|
3125
|
+
|
|
3126
|
+
.l3l3jf0 {
|
|
3127
|
+
font-family: Inter;
|
|
3128
|
+
font-style: normal;
|
|
3129
|
+
font-weight: bold;
|
|
3130
|
+
font-size: 14px;
|
|
3131
|
+
line-height: 22px;
|
|
3217
3132
|
}
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3133
|
+
|
|
3134
|
+
.l12j5nqp {
|
|
3135
|
+
font-family: Inter;
|
|
3136
|
+
font-style: normal;
|
|
3137
|
+
font-weight: normal;
|
|
3138
|
+
font-size: 14px;
|
|
3139
|
+
line-height: 22px;
|
|
3221
3140
|
}
|
|
3222
|
-
|
|
3223
|
-
|
|
3141
|
+
|
|
3142
|
+
.l1tecqht {
|
|
3143
|
+
font-family: Inter;
|
|
3144
|
+
font-style: normal;
|
|
3145
|
+
font-weight: bold;
|
|
3146
|
+
font-size: 14px;
|
|
3147
|
+
line-height: 22px;
|
|
3224
3148
|
}
|
|
3225
|
-
|
|
3226
|
-
|
|
3149
|
+
|
|
3150
|
+
.l6sa990 {
|
|
3151
|
+
font-family: Inter;
|
|
3152
|
+
font-style: normal;
|
|
3153
|
+
font-weight: normal;
|
|
3154
|
+
text-transform: uppercase;
|
|
3155
|
+
font-feature-settings: "cpsp" on;
|
|
3156
|
+
font-size: 14px;
|
|
3157
|
+
line-height: 22px;
|
|
3227
3158
|
}
|
|
3228
|
-
|
|
3229
|
-
|
|
3159
|
+
|
|
3160
|
+
.lckqe8j {
|
|
3161
|
+
font-family: Inter;
|
|
3162
|
+
font-style: normal;
|
|
3163
|
+
font-weight: bold;
|
|
3164
|
+
text-transform: uppercase;
|
|
3165
|
+
font-feature-settings: "cpsp" on;
|
|
3166
|
+
font-size: 14px;
|
|
3167
|
+
line-height: 22px;
|
|
3230
3168
|
}
|
|
3231
|
-
|
|
3232
|
-
|
|
3169
|
+
|
|
3170
|
+
.l1kuminb {
|
|
3171
|
+
font-family: Inter;
|
|
3172
|
+
font-style: normal;
|
|
3173
|
+
font-weight: normal;
|
|
3174
|
+
font-size: 13px;
|
|
3175
|
+
line-height: 20px;
|
|
3233
3176
|
}
|
|
3234
|
-
|
|
3235
|
-
|
|
3177
|
+
|
|
3178
|
+
.l1pbuf5j {
|
|
3179
|
+
font-family: Inter;
|
|
3180
|
+
font-style: normal;
|
|
3181
|
+
font-weight: 600;
|
|
3182
|
+
font-size: 13px;
|
|
3183
|
+
line-height: 20px;
|
|
3236
3184
|
}
|
|
3237
|
-
|
|
3238
|
-
|
|
3185
|
+
|
|
3186
|
+
.l1r4ztu {
|
|
3187
|
+
font-family: Inter;
|
|
3188
|
+
font-style: normal;
|
|
3189
|
+
font-weight: bold;
|
|
3190
|
+
font-size: 13px;
|
|
3191
|
+
line-height: 20px;
|
|
3239
3192
|
}
|
|
3240
|
-
|
|
3241
|
-
|
|
3193
|
+
|
|
3194
|
+
.ly8vzok {
|
|
3195
|
+
font-family: Inter;
|
|
3196
|
+
font-style: normal;
|
|
3197
|
+
font-weight: normal;
|
|
3198
|
+
font-size: 13px;
|
|
3199
|
+
line-height: 20px;
|
|
3242
3200
|
}
|
|
3243
|
-
|
|
3244
|
-
|
|
3201
|
+
|
|
3202
|
+
.lumfmf {
|
|
3203
|
+
font-family: Inter;
|
|
3204
|
+
font-style: normal;
|
|
3205
|
+
font-weight: 600;
|
|
3206
|
+
font-size: 13px;
|
|
3207
|
+
line-height: 20px;
|
|
3245
3208
|
}
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3209
|
+
|
|
3210
|
+
.l16ujwmv {
|
|
3211
|
+
font-family: Inter;
|
|
3212
|
+
font-style: normal;
|
|
3213
|
+
font-weight: bold;
|
|
3214
|
+
font-size: 13px;
|
|
3215
|
+
line-height: 20px;
|
|
3251
3216
|
}
|
|
3252
|
-
|
|
3253
|
-
|
|
3217
|
+
|
|
3218
|
+
.l17o1ffr {
|
|
3219
|
+
font-family: Inter;
|
|
3220
|
+
font-style: normal;
|
|
3221
|
+
font-weight: normal;
|
|
3222
|
+
text-transform: uppercase;
|
|
3223
|
+
font-feature-settings: "cpsp" on;
|
|
3224
|
+
font-size: 13px;
|
|
3225
|
+
line-height: 20px;
|
|
3254
3226
|
}
|
|
3255
|
-
|
|
3256
|
-
|
|
3227
|
+
|
|
3228
|
+
.lngllvn {
|
|
3229
|
+
font-family: Inter;
|
|
3230
|
+
font-style: normal;
|
|
3231
|
+
font-weight: bold;
|
|
3232
|
+
text-transform: uppercase;
|
|
3233
|
+
font-feature-settings: "cpsp" on;
|
|
3234
|
+
font-size: 13px;
|
|
3235
|
+
line-height: 20px;
|
|
3257
3236
|
}
|
|
3258
|
-
|
|
3259
|
-
|
|
3237
|
+
|
|
3238
|
+
.l2i7fo9 {
|
|
3239
|
+
font-family: Inter;
|
|
3240
|
+
font-style: normal;
|
|
3241
|
+
font-weight: normal;
|
|
3242
|
+
font-size: 12px;
|
|
3243
|
+
line-height: 18px;
|
|
3260
3244
|
}
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3245
|
+
|
|
3246
|
+
.l1x7hscx {
|
|
3247
|
+
font-family: Inter;
|
|
3248
|
+
font-style: normal;
|
|
3249
|
+
font-weight: 500;
|
|
3250
|
+
font-size: 12px;
|
|
3251
|
+
line-height: 18px;
|
|
3267
3252
|
}
|
|
3268
|
-
|
|
3269
|
-
.
|
|
3253
|
+
|
|
3254
|
+
.le1jwan {
|
|
3255
|
+
font-family: Inter;
|
|
3256
|
+
font-style: normal;
|
|
3270
3257
|
font-weight: bold;
|
|
3271
|
-
font-size:
|
|
3272
|
-
|
|
3258
|
+
font-size: 12px;
|
|
3259
|
+
line-height: 18px;
|
|
3273
3260
|
}
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3261
|
+
|
|
3262
|
+
.lyxynfj {
|
|
3263
|
+
font-family: Inter;
|
|
3264
|
+
font-style: normal;
|
|
3265
|
+
font-weight: normal;
|
|
3266
|
+
font-size: 12px;
|
|
3267
|
+
line-height: 18px;
|
|
3278
3268
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3269
|
+
|
|
3270
|
+
.lpb2nxv {
|
|
3271
|
+
font-family: Inter;
|
|
3272
|
+
font-style: normal;
|
|
3273
|
+
font-weight: 500;
|
|
3274
|
+
font-size: 12px;
|
|
3275
|
+
line-height: 18px;
|
|
3285
3276
|
}
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3277
|
+
|
|
3278
|
+
.l1r8o3vv {
|
|
3279
|
+
font-family: Inter;
|
|
3280
|
+
font-style: normal;
|
|
3281
|
+
font-weight: bold;
|
|
3282
|
+
font-size: 12px;
|
|
3283
|
+
line-height: 18px;
|
|
3292
3284
|
}
|
|
3293
|
-
|
|
3294
|
-
|
|
3285
|
+
|
|
3286
|
+
.lemnjy2 {
|
|
3287
|
+
font-family: Inter;
|
|
3288
|
+
font-style: normal;
|
|
3289
|
+
font-weight: normal;
|
|
3290
|
+
text-transform: uppercase;
|
|
3291
|
+
font-feature-settings: "cpsp" on;
|
|
3292
|
+
font-size: 12px;
|
|
3293
|
+
line-height: 18px;
|
|
3295
3294
|
}
|
|
3296
3295
|
|
|
3297
|
-
.
|
|
3298
|
-
|
|
3296
|
+
.lrc42gb {
|
|
3297
|
+
font-family: Inter;
|
|
3298
|
+
font-style: normal;
|
|
3299
|
+
font-weight: bold;
|
|
3300
|
+
text-transform: uppercase;
|
|
3301
|
+
font-feature-settings: "cpsp" on;
|
|
3302
|
+
font-size: 12px;
|
|
3303
|
+
line-height: 18px;
|
|
3299
3304
|
}
|
|
3300
3305
|
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3303
|
-
|
|
3306
|
+
.fqaz4mb {
|
|
3307
|
+
font-family: Inter;
|
|
3308
|
+
font-style: normal;
|
|
3309
|
+
font-weight: normal;
|
|
3310
|
+
font-size: 13px;
|
|
3311
|
+
line-height: 20px;
|
|
3304
3312
|
}
|
|
3305
3313
|
|
|
3306
|
-
.
|
|
3307
|
-
|
|
3308
|
-
|
|
3314
|
+
.f13we5o {
|
|
3315
|
+
font-family: Inter;
|
|
3316
|
+
font-style: normal;
|
|
3317
|
+
font-weight: normal;
|
|
3318
|
+
font-size: 13px;
|
|
3319
|
+
line-height: 20px;
|
|
3309
3320
|
}
|
|
3310
3321
|
|
|
3311
|
-
.
|
|
3312
|
-
|
|
3313
|
-
|
|
3322
|
+
.ffmjua2 {
|
|
3323
|
+
font-family: Inter;
|
|
3324
|
+
font-style: normal;
|
|
3325
|
+
font-weight: normal;
|
|
3326
|
+
font-size: 12px;
|
|
3327
|
+
line-height: 18px;
|
|
3314
3328
|
}
|
|
3315
3329
|
|
|
3316
|
-
.
|
|
3317
|
-
|
|
3330
|
+
.fz2mxw0 {
|
|
3331
|
+
font-family: Inter;
|
|
3332
|
+
font-style: normal;
|
|
3333
|
+
font-weight: normal;
|
|
3334
|
+
font-size: 12px;
|
|
3335
|
+
line-height: 18px;
|
|
3318
3336
|
}
|
|
3319
3337
|
|
|
3320
|
-
.
|
|
3338
|
+
.t1ertzoh {
|
|
3321
3339
|
font-family: Inter;
|
|
3322
3340
|
font-style: normal;
|
|
3323
|
-
font-weight:
|
|
3324
|
-
font-
|
|
3325
|
-
|
|
3341
|
+
font-weight: normal;
|
|
3342
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3343
|
+
font-size: 13px;
|
|
3344
|
+
line-height: 20px;
|
|
3326
3345
|
}
|
|
3327
3346
|
|
|
3328
|
-
.
|
|
3347
|
+
.t19bge8r {
|
|
3329
3348
|
font-family: Inter;
|
|
3330
3349
|
font-style: normal;
|
|
3331
|
-
font-weight:
|
|
3332
|
-
font-
|
|
3333
|
-
|
|
3350
|
+
font-weight: normal;
|
|
3351
|
+
font-feature-settings: "zero" on;
|
|
3352
|
+
font-size: 13px;
|
|
3353
|
+
line-height: 20px;
|
|
3334
3354
|
}
|
|
3335
3355
|
|
|
3336
|
-
.
|
|
3356
|
+
.tjrzfyl {
|
|
3337
3357
|
font-family: Inter;
|
|
3338
3358
|
font-style: normal;
|
|
3339
3359
|
font-weight: normal;
|
|
3340
|
-
font-
|
|
3341
|
-
|
|
3360
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3361
|
+
font-size: 12px;
|
|
3362
|
+
line-height: 18px;
|
|
3342
3363
|
}
|
|
3343
3364
|
|
|
3344
|
-
.
|
|
3365
|
+
.tm6s7bo {
|
|
3345
3366
|
font-family: Inter;
|
|
3346
3367
|
font-style: normal;
|
|
3347
|
-
font-weight:
|
|
3348
|
-
font-
|
|
3349
|
-
|
|
3368
|
+
font-weight: 500;
|
|
3369
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3370
|
+
font-size: 12px;
|
|
3371
|
+
line-height: 18px;
|
|
3350
3372
|
}
|
|
3351
3373
|
|
|
3352
|
-
.
|
|
3374
|
+
.t19zq6ic {
|
|
3353
3375
|
font-family: Inter;
|
|
3354
3376
|
font-style: normal;
|
|
3355
3377
|
font-weight: normal;
|
|
3356
|
-
font-
|
|
3357
|
-
|
|
3378
|
+
font-feature-settings: "zero" on;
|
|
3379
|
+
font-size: 12px;
|
|
3380
|
+
line-height: 18px;
|
|
3358
3381
|
}
|
|
3359
3382
|
|
|
3360
|
-
.
|
|
3383
|
+
.t1gduru8 {
|
|
3384
|
+
font-family: Inter;
|
|
3385
|
+
font-style: normal;
|
|
3386
|
+
font-weight: 500;
|
|
3387
|
+
font-feature-settings: "zero" on;
|
|
3388
|
+
font-size: 12px;
|
|
3389
|
+
line-height: 18px;
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3392
|
+
.t55raab {
|
|
3361
3393
|
font-family: Inter;
|
|
3362
3394
|
font-style: normal;
|
|
3363
3395
|
font-weight: bold;
|
|
3364
|
-
font-
|
|
3365
|
-
|
|
3396
|
+
font-feature-settings: "zero" on;
|
|
3397
|
+
font-size: 16px;
|
|
3398
|
+
line-height: 24px;
|
|
3366
3399
|
}
|
|
3367
3400
|
|
|
3368
|
-
.
|
|
3401
|
+
.u1w9abfe {
|
|
3369
3402
|
font-family: Inter;
|
|
3370
3403
|
font-style: normal;
|
|
3371
3404
|
font-weight: normal;
|
|
3372
|
-
font-size:
|
|
3373
|
-
line-height:
|
|
3405
|
+
font-size: 10px;
|
|
3406
|
+
line-height: 12px;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
.i1e4sgug {
|
|
3410
|
+
display: inline-block;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
.t1upn1sz {
|
|
3414
|
+
height: 100%;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
.tta5kd2 {
|
|
3418
|
+
height: 100%;
|
|
3419
|
+
}
|
|
3420
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3421
|
+
overflow: visible !important;
|
|
3422
|
+
height: 100%;
|
|
3423
|
+
}
|
|
3424
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3425
|
+
height: 100%;
|
|
3426
|
+
}
|
|
3427
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3428
|
+
width: 100% !important;
|
|
3429
|
+
height: 100%;
|
|
3430
|
+
}
|
|
3431
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3432
|
+
padding: 15px 0;
|
|
3433
|
+
}
|
|
3434
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3435
|
+
display: none;
|
|
3436
|
+
}
|
|
3437
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3438
|
+
font-weight: 700;
|
|
3439
|
+
}
|
|
3440
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3441
|
+
font-weight: 700;
|
|
3442
|
+
}
|
|
3443
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3444
|
+
height: 100%;
|
|
3445
|
+
}
|
|
3446
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3447
|
+
height: 100%;
|
|
3448
|
+
overflow: visible;
|
|
3449
|
+
}
|
|
3450
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3451
|
+
max-height: none;
|
|
3452
|
+
}
|
|
3453
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3454
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3455
|
+
display: none;
|
|
3456
|
+
}
|
|
3457
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3458
|
+
background: transparent;
|
|
3459
|
+
}
|
|
3460
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3461
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3462
|
+
background: #fff;
|
|
3463
|
+
padding: 0 !important;
|
|
3464
|
+
}
|
|
3465
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3466
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3467
|
+
display: flex;
|
|
3468
|
+
align-items: center;
|
|
3469
|
+
height: 100%;
|
|
3470
|
+
padding: 8px;
|
|
3471
|
+
}
|
|
3472
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3473
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3474
|
+
overflow: hidden;
|
|
3475
|
+
text-overflow: ellipsis;
|
|
3476
|
+
width: 100%;
|
|
3477
|
+
}
|
|
3478
|
+
.tta5kd2 .ant-table-container {
|
|
3479
|
+
height: 100%;
|
|
3480
|
+
}
|
|
3481
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3482
|
+
box-shadow: none !important;
|
|
3483
|
+
}
|
|
3484
|
+
.tta5kd2 .ant-table {
|
|
3485
|
+
border-radius: 0px;
|
|
3486
|
+
border-left: none;
|
|
3487
|
+
border-right: none;
|
|
3488
|
+
border-bottom: none;
|
|
3489
|
+
height: 100%;
|
|
3490
|
+
font-size: 12px;
|
|
3491
|
+
background: transparent;
|
|
3492
|
+
}
|
|
3493
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3494
|
+
position: relative;
|
|
3495
|
+
z-index: 3;
|
|
3496
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3497
|
+
margin-bottom: -1px;
|
|
3498
|
+
}
|
|
3499
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3500
|
+
.tta5kd2 .ant-table .value {
|
|
3501
|
+
color: #2d3a56;
|
|
3502
|
+
}
|
|
3503
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3504
|
+
.tta5kd2 .ant-table .unit {
|
|
3505
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3506
|
+
}
|
|
3507
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3508
|
+
text-align: center;
|
|
3509
|
+
}
|
|
3510
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3511
|
+
background: #fff;
|
|
3512
|
+
}
|
|
3513
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3514
|
+
cursor: pointer;
|
|
3515
|
+
position: absolute;
|
|
3516
|
+
top: 50%;
|
|
3517
|
+
right: 12px;
|
|
3518
|
+
transform: translateY(-50%);
|
|
3519
|
+
}
|
|
3520
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3521
|
+
box-shadow: none;
|
|
3522
|
+
width: 1px;
|
|
3523
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3524
|
+
}
|
|
3525
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3526
|
+
box-shadow: none;
|
|
3527
|
+
width: 1px;
|
|
3528
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3529
|
+
}
|
|
3530
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3531
|
+
position: relative;
|
|
3532
|
+
}
|
|
3533
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3534
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3535
|
+
border-bottom: 1px solid white;
|
|
3536
|
+
height: 40px;
|
|
3537
|
+
vertical-align: middle;
|
|
3538
|
+
transition: background 0ms;
|
|
3539
|
+
color: #00122e;
|
|
3540
|
+
}
|
|
3541
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3542
|
+
background: #f2f5fa;
|
|
3543
|
+
border-bottom-color: #f2f5fa;
|
|
3544
|
+
}
|
|
3545
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3546
|
+
height: auto;
|
|
3547
|
+
color: #00122e;
|
|
3548
|
+
font-size: 12px;
|
|
3549
|
+
text-align: left;
|
|
3550
|
+
transition: none;
|
|
3551
|
+
overflow: hidden;
|
|
3552
|
+
text-overflow: ellipsis;
|
|
3553
|
+
white-space: nowrap;
|
|
3554
|
+
}
|
|
3555
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3556
|
+
color: #0096ff;
|
|
3557
|
+
}
|
|
3558
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3559
|
+
overflow: hidden;
|
|
3560
|
+
text-overflow: ellipsis;
|
|
3561
|
+
width: 100%;
|
|
3562
|
+
vertical-align: middle;
|
|
3374
3563
|
}
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
font-family: Inter;
|
|
3378
|
-
font-style: normal;
|
|
3379
|
-
font-weight: bold;
|
|
3380
|
-
font-size: 16px;
|
|
3381
|
-
line-height: 22px;
|
|
3564
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3565
|
+
line-height: 0px;
|
|
3382
3566
|
}
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
font-family: Inter;
|
|
3386
|
-
font-style: normal;
|
|
3387
|
-
font-weight: normal;
|
|
3388
|
-
font-size: 16px;
|
|
3389
|
-
line-height: 22px;
|
|
3567
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3568
|
+
padding-right: 25px;
|
|
3390
3569
|
}
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
font-family: Inter;
|
|
3394
|
-
font-style: normal;
|
|
3395
|
-
font-weight: bold;
|
|
3396
|
-
font-size: 14px;
|
|
3397
|
-
line-height: 20px;
|
|
3570
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3571
|
+
border-top-color: transparent;
|
|
3398
3572
|
}
|
|
3399
|
-
|
|
3400
|
-
.
|
|
3401
|
-
|
|
3402
|
-
font-style: normal;
|
|
3403
|
-
font-weight: normal;
|
|
3404
|
-
font-size: 14px;
|
|
3405
|
-
line-height: 20px;
|
|
3573
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3574
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3575
|
+
border-color: transparent transparent white;
|
|
3406
3576
|
}
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
font-family: Inter;
|
|
3410
|
-
font-style: normal;
|
|
3411
|
-
font-weight: bold;
|
|
3412
|
-
font-size: 12px;
|
|
3413
|
-
line-height: 18px;
|
|
3577
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3578
|
+
border-radius: 8px 0 0 8px;
|
|
3414
3579
|
}
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
font-family: Inter;
|
|
3418
|
-
font-style: normal;
|
|
3419
|
-
font-weight: normal;
|
|
3420
|
-
font-size: 12px;
|
|
3421
|
-
line-height: 18px;
|
|
3580
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3581
|
+
border-radius: 8px 0 0 8px;
|
|
3422
3582
|
}
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
font-feature-settings: "cpsp" on;
|
|
3430
|
-
font-size: 12px;
|
|
3431
|
-
line-height: 18px;
|
|
3583
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3584
|
+
content: "";
|
|
3585
|
+
width: 4px;
|
|
3586
|
+
top: -1px;
|
|
3587
|
+
bottom: -1px;
|
|
3588
|
+
background: white;
|
|
3432
3589
|
}
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
font-family: Inter;
|
|
3436
|
-
font-style: normal;
|
|
3437
|
-
font-weight: normal;
|
|
3438
|
-
text-transform: uppercase;
|
|
3439
|
-
font-feature-settings: "cpsp" on;
|
|
3440
|
-
font-size: 12px;
|
|
3441
|
-
line-height: 18px;
|
|
3590
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3591
|
+
border-radius: 0 8px 8px 0;
|
|
3442
3592
|
}
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
font-weight: normal;
|
|
3448
|
-
font-size: 16px;
|
|
3449
|
-
line-height: 24px;
|
|
3593
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3594
|
+
border-radius: 0;
|
|
3595
|
+
background: white;
|
|
3596
|
+
border-top: none;
|
|
3450
3597
|
}
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
font-weight: bold;
|
|
3456
|
-
font-size: 16px;
|
|
3457
|
-
line-height: 24px;
|
|
3598
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3599
|
+
border-top: 1px solid transparent;
|
|
3600
|
+
border-radius: 0 8px 8px 0;
|
|
3601
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3458
3602
|
}
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
font-style: normal;
|
|
3463
|
-
font-weight: normal;
|
|
3464
|
-
font-size: 16px;
|
|
3465
|
-
line-height: 24px;
|
|
3603
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3604
|
+
background: white;
|
|
3605
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3466
3606
|
}
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
font-size: 16px;
|
|
3473
|
-
line-height: 24px;
|
|
3607
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3608
|
+
display: flex;
|
|
3609
|
+
align-items: center;
|
|
3610
|
+
height: 100%;
|
|
3611
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3474
3612
|
}
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
font-style: normal;
|
|
3479
|
-
font-weight: normal;
|
|
3480
|
-
text-transform: uppercase;
|
|
3481
|
-
font-feature-settings: "cpsp" on;
|
|
3482
|
-
font-size: 16px;
|
|
3483
|
-
line-height: 24px;
|
|
3613
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3614
|
+
background: white;
|
|
3615
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3484
3616
|
}
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
text-transform: uppercase;
|
|
3491
|
-
font-feature-settings: "cpsp" on;
|
|
3492
|
-
font-size: 16px;
|
|
3493
|
-
line-height: 24px;
|
|
3617
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3618
|
+
display: flex;
|
|
3619
|
+
align-items: center;
|
|
3620
|
+
height: 100%;
|
|
3621
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3494
3622
|
}
|
|
3495
|
-
|
|
3496
|
-
.
|
|
3497
|
-
font-family: Inter;
|
|
3498
|
-
font-style: normal;
|
|
3499
|
-
font-weight: normal;
|
|
3500
|
-
font-size: 14px;
|
|
3501
|
-
line-height: 22px;
|
|
3623
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3624
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3502
3625
|
}
|
|
3503
|
-
|
|
3504
|
-
.
|
|
3505
|
-
|
|
3506
|
-
font-style: normal;
|
|
3507
|
-
font-weight: 500;
|
|
3508
|
-
font-size: 14px;
|
|
3509
|
-
line-height: 22px;
|
|
3626
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3627
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3628
|
+
border-radius: 8px;
|
|
3510
3629
|
}
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
font-family: Inter;
|
|
3514
|
-
font-style: normal;
|
|
3515
|
-
font-weight: bold;
|
|
3516
|
-
font-size: 14px;
|
|
3517
|
-
line-height: 22px;
|
|
3630
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3631
|
+
border-top-color: white;
|
|
3518
3632
|
}
|
|
3519
|
-
|
|
3520
|
-
.
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
font-weight: normal;
|
|
3524
|
-
font-size: 14px;
|
|
3525
|
-
line-height: 22px;
|
|
3633
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3634
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3635
|
+
border-bottom-color: transparent;
|
|
3636
|
+
border-top-color: transparent;
|
|
3526
3637
|
}
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
font-family: Inter;
|
|
3530
|
-
font-style: normal;
|
|
3531
|
-
font-weight: bold;
|
|
3532
|
-
font-size: 14px;
|
|
3533
|
-
line-height: 22px;
|
|
3638
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3639
|
+
border-radius: 8px 0 0 8px;
|
|
3534
3640
|
}
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
font-family: Inter;
|
|
3538
|
-
font-style: normal;
|
|
3539
|
-
font-weight: normal;
|
|
3540
|
-
text-transform: uppercase;
|
|
3541
|
-
font-feature-settings: "cpsp" on;
|
|
3542
|
-
font-size: 14px;
|
|
3543
|
-
line-height: 22px;
|
|
3641
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3642
|
+
border-radius: 0 8px 8px 0;
|
|
3544
3643
|
}
|
|
3545
|
-
|
|
3546
|
-
.
|
|
3547
|
-
font-family: Inter;
|
|
3548
|
-
font-style: normal;
|
|
3549
|
-
font-weight: bold;
|
|
3550
|
-
text-transform: uppercase;
|
|
3551
|
-
font-feature-settings: "cpsp" on;
|
|
3552
|
-
font-size: 14px;
|
|
3553
|
-
line-height: 22px;
|
|
3644
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3645
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3554
3646
|
}
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
font-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3647
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3648
|
+
background: #fff;
|
|
3649
|
+
font-weight: 400;
|
|
3650
|
+
position: relative;
|
|
3651
|
+
border-bottom: none;
|
|
3652
|
+
color: #00122e;
|
|
3653
|
+
transition: none;
|
|
3654
|
+
padding: 15px 8px 15px 8px;
|
|
3562
3655
|
}
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3656
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3657
|
+
content: "";
|
|
3658
|
+
width: 1px;
|
|
3659
|
+
top: 0;
|
|
3660
|
+
bottom: 0;
|
|
3661
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3662
|
+
position: absolute;
|
|
3663
|
+
right: 0;
|
|
3664
|
+
}
|
|
3665
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3666
|
+
padding: unset;
|
|
3667
|
+
}
|
|
3668
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3669
|
+
display: none;
|
|
3570
3670
|
}
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
font-size: 13px;
|
|
3577
|
-
line-height: 20px;
|
|
3671
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
overflow: hidden;
|
|
3674
|
+
white-space: nowrap;
|
|
3675
|
+
text-overflow: ellipsis;
|
|
3578
3676
|
}
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
font-weight: normal;
|
|
3584
|
-
font-size: 13px;
|
|
3585
|
-
line-height: 20px;
|
|
3677
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3678
|
+
overflow: hidden;
|
|
3679
|
+
text-overflow: ellipsis;
|
|
3680
|
+
flex: 1;
|
|
3586
3681
|
}
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
font-family: Inter;
|
|
3590
|
-
font-style: normal;
|
|
3591
|
-
font-weight: 600;
|
|
3592
|
-
font-size: 13px;
|
|
3593
|
-
line-height: 20px;
|
|
3682
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3683
|
+
padding: 15px 25px 15px 8px;
|
|
3594
3684
|
}
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
font-family: Inter;
|
|
3598
|
-
font-style: normal;
|
|
3599
|
-
font-weight: bold;
|
|
3600
|
-
font-size: 13px;
|
|
3601
|
-
line-height: 20px;
|
|
3685
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3686
|
+
padding: 0;
|
|
3602
3687
|
}
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
line-height: 20px;
|
|
3688
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3689
|
+
position: absolute;
|
|
3690
|
+
right: 6px;
|
|
3691
|
+
top: 50%;
|
|
3692
|
+
transform: translateY(-50%);
|
|
3693
|
+
height: 16px;
|
|
3694
|
+
display: none;
|
|
3695
|
+
transition: transform 320ms ease;
|
|
3612
3696
|
}
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
font-style: normal;
|
|
3617
|
-
font-weight: bold;
|
|
3618
|
-
text-transform: uppercase;
|
|
3619
|
-
font-feature-settings: "cpsp" on;
|
|
3620
|
-
font-size: 13px;
|
|
3621
|
-
line-height: 20px;
|
|
3697
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3698
|
+
display: block;
|
|
3699
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3622
3700
|
}
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
font-family: Inter;
|
|
3626
|
-
font-style: normal;
|
|
3627
|
-
font-weight: normal;
|
|
3628
|
-
font-size: 12px;
|
|
3629
|
-
line-height: 18px;
|
|
3701
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3702
|
+
display: block;
|
|
3630
3703
|
}
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
font-family: Inter;
|
|
3634
|
-
font-style: normal;
|
|
3635
|
-
font-weight: 500;
|
|
3636
|
-
font-size: 12px;
|
|
3637
|
-
line-height: 18px;
|
|
3704
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3705
|
+
display: none;
|
|
3638
3706
|
}
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
font-family: Inter;
|
|
3642
|
-
font-style: normal;
|
|
3643
|
-
font-weight: bold;
|
|
3644
|
-
font-size: 12px;
|
|
3645
|
-
line-height: 18px;
|
|
3707
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3708
|
+
transform: translateY(-50%);
|
|
3646
3709
|
}
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
font-family: Inter;
|
|
3650
|
-
font-style: normal;
|
|
3651
|
-
font-weight: normal;
|
|
3652
|
-
font-size: 12px;
|
|
3653
|
-
line-height: 18px;
|
|
3710
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3711
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3654
3712
|
}
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
font-family: Inter;
|
|
3658
|
-
font-style: normal;
|
|
3659
|
-
font-weight: 500;
|
|
3660
|
-
font-size: 12px;
|
|
3661
|
-
line-height: 18px;
|
|
3713
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3714
|
+
background: #f2f5fa;
|
|
3662
3715
|
}
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
font-family: Inter;
|
|
3666
|
-
font-style: normal;
|
|
3667
|
-
font-weight: bold;
|
|
3668
|
-
font-size: 12px;
|
|
3669
|
-
line-height: 18px;
|
|
3716
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3717
|
+
display: block;
|
|
3670
3718
|
}
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
font-family: Inter;
|
|
3674
|
-
font-style: normal;
|
|
3675
|
-
font-weight: normal;
|
|
3676
|
-
text-transform: uppercase;
|
|
3677
|
-
font-feature-settings: "cpsp" on;
|
|
3678
|
-
font-size: 12px;
|
|
3679
|
-
line-height: 18px;
|
|
3719
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3720
|
+
padding-right: 25px;
|
|
3680
3721
|
}
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
font-family: Inter;
|
|
3684
|
-
font-style: normal;
|
|
3685
|
-
font-weight: bold;
|
|
3686
|
-
text-transform: uppercase;
|
|
3687
|
-
font-feature-settings: "cpsp" on;
|
|
3688
|
-
font-size: 12px;
|
|
3689
|
-
line-height: 18px;
|
|
3722
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3723
|
+
padding: 0 !important;
|
|
3690
3724
|
}
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
font-size: 13px;
|
|
3697
|
-
line-height: 20px;
|
|
3725
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3726
|
+
position: absolute;
|
|
3727
|
+
left: 50%;
|
|
3728
|
+
top: 50%;
|
|
3729
|
+
transform: translate(-50%, -50%);
|
|
3698
3730
|
}
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
font-family: Inter;
|
|
3702
|
-
font-style: normal;
|
|
3703
|
-
font-weight: normal;
|
|
3704
|
-
font-size: 13px;
|
|
3705
|
-
line-height: 20px;
|
|
3731
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3732
|
+
display: none;
|
|
3706
3733
|
}
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
font-family: Inter;
|
|
3710
|
-
font-style: normal;
|
|
3711
|
-
font-weight: normal;
|
|
3712
|
-
font-size: 12px;
|
|
3713
|
-
line-height: 18px;
|
|
3734
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3735
|
+
background: #fff;
|
|
3714
3736
|
}
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
font-family: Inter;
|
|
3718
|
-
font-style: normal;
|
|
3719
|
-
font-weight: normal;
|
|
3720
|
-
font-size: 12px;
|
|
3721
|
-
line-height: 18px;
|
|
3737
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3738
|
+
background: inherit;
|
|
3722
3739
|
}
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
font-size: 13px;
|
|
3730
|
-
line-height: 20px;
|
|
3740
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3741
|
+
position: static;
|
|
3742
|
+
border: none;
|
|
3743
|
+
background: inherit !important;
|
|
3744
|
+
height: 100px;
|
|
3745
|
+
vertical-align: middle;
|
|
3731
3746
|
}
|
|
3732
|
-
|
|
3733
|
-
.
|
|
3734
|
-
font-
|
|
3735
|
-
font-
|
|
3736
|
-
|
|
3737
|
-
font-feature-settings: "zero" on;
|
|
3738
|
-
font-size: 13px;
|
|
3739
|
-
line-height: 20px;
|
|
3747
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3748
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3749
|
+
font-weight: bold;
|
|
3750
|
+
font-size: 20px;
|
|
3751
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3740
3752
|
}
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
font-weight: normal;
|
|
3746
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3747
|
-
font-size: 12px;
|
|
3748
|
-
line-height: 18px;
|
|
3753
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3754
|
+
padding: 0 !important;
|
|
3755
|
+
position: relative;
|
|
3756
|
+
background: #fff;
|
|
3749
3757
|
}
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
font-size: 12px;
|
|
3757
|
-
line-height: 18px;
|
|
3758
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3759
|
+
height: 100%;
|
|
3760
|
+
display: flex;
|
|
3761
|
+
align-items: center;
|
|
3762
|
+
justify-content: flex-end;
|
|
3763
|
+
padding-right: 8px;
|
|
3758
3764
|
}
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3765
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3766
|
+
width: 24px;
|
|
3767
|
+
height: 24px;
|
|
3768
|
+
cursor: pointer;
|
|
3769
|
+
justify-content: center;
|
|
3770
|
+
border-radius: 4px;
|
|
3771
|
+
}
|
|
3772
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3773
|
+
background: #fff;
|
|
3767
3774
|
}
|
|
3768
3775
|
|
|
3769
|
-
.
|
|
3770
|
-
|
|
3771
|
-
font-style: normal;
|
|
3772
|
-
font-weight: 500;
|
|
3773
|
-
font-feature-settings: "zero" on;
|
|
3774
|
-
font-size: 12px;
|
|
3775
|
-
line-height: 18px;
|
|
3776
|
+
.s1fc623g {
|
|
3777
|
+
width: 430px !important;
|
|
3776
3778
|
}
|
|
3777
3779
|
|
|
3778
|
-
.
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
font-weight: bold;
|
|
3782
|
-
font-feature-settings: "zero" on;
|
|
3783
|
-
font-size: 16px;
|
|
3784
|
-
line-height: 24px;
|
|
3780
|
+
.oa3mx0o {
|
|
3781
|
+
display: flex;
|
|
3782
|
+
flex-direction: column;
|
|
3785
3783
|
}
|
|
3786
3784
|
|
|
3787
|
-
.
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3785
|
+
.onr9gzt {
|
|
3786
|
+
display: flex;
|
|
3787
|
+
justify-content: space-between;
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
.oiy0apc {
|
|
3791
|
+
display: flex;
|
|
3792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3793
3793
|
}
|
|
3794
3794
|
|
|
3795
3795
|
.c198s9j3 {
|
|
@@ -3863,71 +3863,6 @@ input.rrg1fkn.ant-input {
|
|
|
3863
3863
|
margin-left: 24px;
|
|
3864
3864
|
}
|
|
3865
3865
|
|
|
3866
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3867
|
-
border-radius: 6px;
|
|
3868
|
-
}
|
|
3869
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
3870
|
-
width: 100%;
|
|
3871
|
-
height: 30px;
|
|
3872
|
-
color: #2d3a56;
|
|
3873
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3874
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3875
|
-
font-size: 13px;
|
|
3876
|
-
}
|
|
3877
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3878
|
-
height: 38px;
|
|
3879
|
-
font-size: 13px;
|
|
3880
|
-
}
|
|
3881
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3882
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3883
|
-
transition: 160ms ease;
|
|
3884
|
-
}
|
|
3885
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3886
|
-
color: #0080ff;
|
|
3887
|
-
}
|
|
3888
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3889
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3890
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3891
|
-
}
|
|
3892
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3893
|
-
color: #0080ff;
|
|
3894
|
-
}
|
|
3895
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3896
|
-
border-color: #0080ff;
|
|
3897
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3898
|
-
}
|
|
3899
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3900
|
-
transform: rotate(180deg);
|
|
3901
|
-
}
|
|
3902
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3903
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3904
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3905
|
-
cursor: "not-allowed";
|
|
3906
|
-
}
|
|
3907
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3908
|
-
border-color: #f0483e !important;
|
|
3909
|
-
}
|
|
3910
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3911
|
-
color: #1d326c;
|
|
3912
|
-
}
|
|
3913
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3914
|
-
border-color: #0080ff;
|
|
3915
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3916
|
-
}
|
|
3917
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3918
|
-
transform: rotate(180deg);
|
|
3919
|
-
}
|
|
3920
|
-
|
|
3921
|
-
.igz4le8 {
|
|
3922
|
-
height: 24px;
|
|
3923
|
-
width: 56px !important;
|
|
3924
|
-
margin-right: 4px;
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
|
-
.c1riexje {
|
|
3928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3929
|
-
}
|
|
3930
|
-
|
|
3931
3866
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3932
3867
|
display: flex;
|
|
3933
3868
|
}
|
|
@@ -4093,6 +4028,71 @@ input.rrg1fkn.ant-input {
|
|
|
4093
4028
|
margin-left: 8px;
|
|
4094
4029
|
}
|
|
4095
4030
|
|
|
4031
|
+
.igz4le8 {
|
|
4032
|
+
height: 24px;
|
|
4033
|
+
width: 56px !important;
|
|
4034
|
+
margin-right: 4px;
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
.c1riexje {
|
|
4038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4039
|
+
}
|
|
4040
|
+
|
|
4041
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4042
|
+
border-radius: 6px;
|
|
4043
|
+
}
|
|
4044
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
4045
|
+
width: 100%;
|
|
4046
|
+
height: 30px;
|
|
4047
|
+
color: #2d3a56;
|
|
4048
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
4049
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4050
|
+
font-size: 13px;
|
|
4051
|
+
}
|
|
4052
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4053
|
+
height: 38px;
|
|
4054
|
+
font-size: 13px;
|
|
4055
|
+
}
|
|
4056
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4057
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4058
|
+
transition: 160ms ease;
|
|
4059
|
+
}
|
|
4060
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4061
|
+
color: #0080ff;
|
|
4062
|
+
}
|
|
4063
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4064
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
4065
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4066
|
+
}
|
|
4067
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4068
|
+
color: #0080ff;
|
|
4069
|
+
}
|
|
4070
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4071
|
+
border-color: #0080ff;
|
|
4072
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4073
|
+
}
|
|
4074
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4075
|
+
transform: rotate(180deg);
|
|
4076
|
+
}
|
|
4077
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4078
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4079
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
4080
|
+
cursor: "not-allowed";
|
|
4081
|
+
}
|
|
4082
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4083
|
+
border-color: #f0483e !important;
|
|
4084
|
+
}
|
|
4085
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4086
|
+
color: #1d326c;
|
|
4087
|
+
}
|
|
4088
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4089
|
+
border-color: #0080ff;
|
|
4090
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4091
|
+
}
|
|
4092
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4093
|
+
transform: rotate(180deg);
|
|
4094
|
+
}
|
|
4095
|
+
|
|
4096
4096
|
.t1gz6wqf {
|
|
4097
4097
|
height: 100%;
|
|
4098
4098
|
}
|
|
@@ -4123,52 +4123,6 @@ input.rrg1fkn.ant-input {
|
|
|
4123
4123
|
background: rgba(163, 180, 204, 0.18);
|
|
4124
4124
|
}
|
|
4125
4125
|
|
|
4126
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4127
|
-
display: var(--at4ovwe-0);
|
|
4128
|
-
}
|
|
4129
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4130
|
-
padding: 5px 12px;
|
|
4131
|
-
display: inline-flex;
|
|
4132
|
-
line-height: 1.5715;
|
|
4133
|
-
height: 100%;
|
|
4134
|
-
width: 100%;
|
|
4135
|
-
}
|
|
4136
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4137
|
-
content: var(--at4ovwe-1);
|
|
4138
|
-
display: var(--at4ovwe-2);
|
|
4139
|
-
flex: none;
|
|
4140
|
-
align-items: center;
|
|
4141
|
-
margin-left: 4px;
|
|
4142
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4143
|
-
}
|
|
4144
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4145
|
-
content: var(--at4ovwe-3);
|
|
4146
|
-
display: var(--at4ovwe-4);
|
|
4147
|
-
flex: none;
|
|
4148
|
-
align-items: center;
|
|
4149
|
-
margin-right: 4px;
|
|
4150
|
-
cursor: auto;
|
|
4151
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4152
|
-
}
|
|
4153
|
-
.at4ovwe.ant-input-number {
|
|
4154
|
-
width: 100%;
|
|
4155
|
-
border-radius: 6px;
|
|
4156
|
-
}
|
|
4157
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4158
|
-
border-color: #0096ff;
|
|
4159
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4160
|
-
}
|
|
4161
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4162
|
-
border-color: #e75a3a;
|
|
4163
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4164
|
-
}
|
|
4165
|
-
.at4ovwe .ant-input-number-input {
|
|
4166
|
-
padding: 0;
|
|
4167
|
-
margin: 0;
|
|
4168
|
-
height: auto;
|
|
4169
|
-
font-size: inherit;
|
|
4170
|
-
}
|
|
4171
|
-
|
|
4172
4126
|
.tc40oxa {
|
|
4173
4127
|
margin-bottom: 4px;
|
|
4174
4128
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4345,6 +4299,52 @@ input.rrg1fkn.ant-input {
|
|
|
4345
4299
|
margin-right: 8px;
|
|
4346
4300
|
}
|
|
4347
4301
|
|
|
4302
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4303
|
+
display: var(--at4ovwe-0);
|
|
4304
|
+
}
|
|
4305
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4306
|
+
padding: 5px 12px;
|
|
4307
|
+
display: inline-flex;
|
|
4308
|
+
line-height: 1.5715;
|
|
4309
|
+
height: 100%;
|
|
4310
|
+
width: 100%;
|
|
4311
|
+
}
|
|
4312
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4313
|
+
content: var(--at4ovwe-1);
|
|
4314
|
+
display: var(--at4ovwe-2);
|
|
4315
|
+
flex: none;
|
|
4316
|
+
align-items: center;
|
|
4317
|
+
margin-left: 4px;
|
|
4318
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4319
|
+
}
|
|
4320
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4321
|
+
content: var(--at4ovwe-3);
|
|
4322
|
+
display: var(--at4ovwe-4);
|
|
4323
|
+
flex: none;
|
|
4324
|
+
align-items: center;
|
|
4325
|
+
margin-right: 4px;
|
|
4326
|
+
cursor: auto;
|
|
4327
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4328
|
+
}
|
|
4329
|
+
.at4ovwe.ant-input-number {
|
|
4330
|
+
width: 100%;
|
|
4331
|
+
border-radius: 6px;
|
|
4332
|
+
}
|
|
4333
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4334
|
+
border-color: #0096ff;
|
|
4335
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4336
|
+
}
|
|
4337
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4338
|
+
border-color: #e75a3a;
|
|
4339
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4340
|
+
}
|
|
4341
|
+
.at4ovwe .ant-input-number-input {
|
|
4342
|
+
padding: 0;
|
|
4343
|
+
margin: 0;
|
|
4344
|
+
height: auto;
|
|
4345
|
+
font-size: inherit;
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
4348
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4349
4349
|
display: var(--a6dbbkm-0);
|
|
4350
4350
|
}
|