@cloudtower/eagle 0.19.2-beta.0 → 0.20.1
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/components/Pagination/index.d.ts +1 -0
- package/dist/components/SimplePagination/SimplePagination.stories.d.ts +5 -0
- package/dist/components/SimplePagination/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/SimplePagination/index.d.ts +4 -0
- package/dist/esm/index.js +79 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +8 -0
- package/dist/style.css +577 -567
- package/dist/umd/index.js +79 -2
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/__test__/tower.test.d.ts +1 -0
- package/package.json +6 -5
package/dist/style.css
CHANGED
|
@@ -1862,65 +1862,229 @@ input[type=submit] {
|
|
|
1862
1862
|
padding: 0;
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
|
-
.
|
|
1865
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1866
|
+
flex-direction: row;
|
|
1867
|
+
justify-content: stretch;
|
|
1868
|
+
}
|
|
1869
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1870
|
+
padding: 0;
|
|
1871
|
+
margin-right: 4px;
|
|
1872
|
+
flex: 1;
|
|
1873
|
+
overflow: visible;
|
|
1874
|
+
}
|
|
1875
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1876
|
+
display: none;
|
|
1877
|
+
}
|
|
1878
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1866
1879
|
width: 100%;
|
|
1867
|
-
height:
|
|
1868
|
-
min-height: 124px;
|
|
1869
|
-
display: flex;
|
|
1870
|
-
flex-direction: column;
|
|
1871
|
-
justify-content: center;
|
|
1872
|
-
align-items: center;
|
|
1880
|
+
min-height: unset;
|
|
1873
1881
|
}
|
|
1874
|
-
.
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1882
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1883
|
+
height: 26px;
|
|
1884
|
+
line-height: 26px;
|
|
1885
|
+
width: 100%;
|
|
1886
|
+
text-align: center;
|
|
1887
|
+
padding: 0;
|
|
1888
|
+
font-size: 12px;
|
|
1889
|
+
font-weight: normal;
|
|
1890
|
+
}
|
|
1891
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1892
|
+
margin-right: 10px;
|
|
1893
|
+
}
|
|
1894
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1895
|
+
display: none;
|
|
1896
|
+
}
|
|
1897
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1898
|
+
border-radius: 4px 0 0 4px;
|
|
1899
|
+
}
|
|
1900
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1901
|
+
margin-right: 0;
|
|
1902
|
+
}
|
|
1903
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1904
|
+
border-radius: 0 4px 4px 0;
|
|
1905
|
+
}
|
|
1906
|
+
.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 {
|
|
1907
|
+
content: "";
|
|
1908
|
+
width: 0;
|
|
1909
|
+
height: 0;
|
|
1910
|
+
border: 13px solid transparent;
|
|
1911
|
+
position: absolute;
|
|
1912
|
+
top: 0;
|
|
1913
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1914
|
+
right: -21px;
|
|
1915
|
+
z-index: 2;
|
|
1916
|
+
}
|
|
1917
|
+
.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 {
|
|
1918
|
+
content: "";
|
|
1919
|
+
width: 0;
|
|
1920
|
+
height: 0;
|
|
1921
|
+
border: 13px solid transparent;
|
|
1922
|
+
position: absolute;
|
|
1923
|
+
top: 0;
|
|
1924
|
+
border-left: 8px solid #fff;
|
|
1925
|
+
left: 0;
|
|
1926
|
+
}
|
|
1927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1928
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1929
|
+
}
|
|
1930
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1931
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1932
|
+
}
|
|
1933
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1934
|
+
color: #005ed1;
|
|
1935
|
+
}
|
|
1936
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1937
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1938
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1939
|
+
}
|
|
1940
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1941
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1942
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1943
|
+
}
|
|
1944
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1945
|
+
padding: 0;
|
|
1878
1946
|
}
|
|
1879
1947
|
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1948
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1949
|
+
display: inline-flex;
|
|
1950
|
+
align-items: baseline;
|
|
1951
|
+
white-space: pre-wrap;
|
|
1952
|
+
}
|
|
1953
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1954
|
+
position: relative;
|
|
1955
|
+
top: 3px;
|
|
1956
|
+
}
|
|
1957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1958
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1959
|
+
}
|
|
1960
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1961
|
+
border-color: #0080ff;
|
|
1962
|
+
}
|
|
1963
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1964
|
+
border-color: #0080ff;
|
|
1965
|
+
background: #0080ff;
|
|
1966
|
+
}
|
|
1967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1968
|
+
top: 4px;
|
|
1969
|
+
left: 4px;
|
|
1970
|
+
width: 6px;
|
|
1971
|
+
height: 6px;
|
|
1972
|
+
background: #fff;
|
|
1973
|
+
}
|
|
1974
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1975
|
+
opacity: 0.5;
|
|
1976
|
+
}
|
|
1977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1978
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1979
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1980
|
+
}
|
|
1981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1982
|
+
background: #00122e;
|
|
1983
|
+
}
|
|
1984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1985
|
+
color: #00122e;
|
|
1986
|
+
opacity: 0.5;
|
|
1987
|
+
}
|
|
1988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1989
|
+
color: #00122e;
|
|
1990
|
+
}
|
|
1991
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1992
|
+
display: inline-block;
|
|
1993
|
+
padding: 0;
|
|
1994
|
+
padding-left: 12px;
|
|
1995
|
+
}
|
|
1996
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1997
|
+
margin-bottom: 0;
|
|
1998
|
+
white-space: pre-wrap;
|
|
1999
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2000
|
+
}
|
|
2001
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2002
|
+
padding-left: 8px;
|
|
1882
2003
|
}
|
|
1883
2004
|
|
|
1884
|
-
.
|
|
2005
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2006
|
+
border-radius: 5px 0 0 5px;
|
|
2007
|
+
}
|
|
2008
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2009
|
+
border-radius: 0 5px 5px 0;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.r1f0aqcc {
|
|
2013
|
+
color: #00122e;
|
|
2014
|
+
border-color: #ccd4e3;
|
|
2015
|
+
}
|
|
2016
|
+
.r1f0aqcc:first-child {
|
|
2017
|
+
color: #00122e;
|
|
2018
|
+
border-color: #a3b4cc;
|
|
2019
|
+
}
|
|
2020
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2021
|
+
padding: 0 12px;
|
|
2022
|
+
line-height: 32px;
|
|
2023
|
+
height: 32px;
|
|
2024
|
+
}
|
|
2025
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1885
2026
|
white-space: nowrap;
|
|
1886
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1887
2027
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
2028
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2029
|
+
background: #ccd4e3;
|
|
1890
2030
|
}
|
|
1891
|
-
.
|
|
1892
|
-
|
|
2031
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2032
|
+
background: #0080ff;
|
|
1893
2033
|
}
|
|
1894
|
-
.
|
|
1895
|
-
|
|
2034
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2035
|
+
background: #ccd4e3;
|
|
2036
|
+
opacity: 0.5;
|
|
1896
2037
|
}
|
|
1897
|
-
.
|
|
1898
|
-
border-
|
|
1899
|
-
border-bottom-right-radius: 0;
|
|
2038
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2039
|
+
border-right-color: #0080ff;
|
|
1900
2040
|
}
|
|
1901
|
-
.
|
|
1902
|
-
border-
|
|
1903
|
-
border-bottom-left-radius: 0;
|
|
2041
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2042
|
+
border-color: #0080ff;
|
|
1904
2043
|
}
|
|
1905
|
-
.
|
|
1906
|
-
|
|
2044
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2045
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1907
2046
|
}
|
|
1908
|
-
|
|
1909
|
-
.
|
|
1910
|
-
|
|
1911
|
-
|
|
2047
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2048
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2049
|
+
border-color: #ccd4e3;
|
|
2050
|
+
opacity: 0.5;
|
|
1912
2051
|
}
|
|
1913
|
-
.
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
justify-content: center;
|
|
2052
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2053
|
+
color: #00122e;
|
|
2054
|
+
border-color: #ccd4e3;
|
|
1917
2055
|
}
|
|
1918
|
-
.
|
|
1919
|
-
|
|
1920
|
-
|
|
2056
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2057
|
+
color: #00122e;
|
|
2058
|
+
border-color: #ccd4e3;
|
|
2059
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1921
2060
|
}
|
|
1922
|
-
.
|
|
1923
|
-
|
|
2061
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2062
|
+
margin-right: 8px;
|
|
2063
|
+
display: inline;
|
|
2064
|
+
border: none;
|
|
2065
|
+
padding: 0;
|
|
2066
|
+
width: 36px;
|
|
2067
|
+
background: transparent;
|
|
2068
|
+
}
|
|
2069
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2070
|
+
box-shadow: none;
|
|
2071
|
+
}
|
|
2072
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2073
|
+
margin-right: 0;
|
|
2074
|
+
width: initial;
|
|
2075
|
+
box-shadow: none;
|
|
2076
|
+
}
|
|
2077
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2078
|
+
display: none;
|
|
2079
|
+
}
|
|
2080
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2081
|
+
display: inline;
|
|
2082
|
+
}
|
|
2083
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2084
|
+
display: inline;
|
|
2085
|
+
margin-right: 8px;
|
|
2086
|
+
padding: 0;
|
|
2087
|
+
width: 36px;
|
|
1924
2088
|
}
|
|
1925
2089
|
|
|
1926
2090
|
.p12gwtiw {
|
|
@@ -1974,10 +2138,135 @@ input[type=submit] {
|
|
|
1974
2138
|
max-height: calc(100vh - 128px);
|
|
1975
2139
|
overflow-y: auto;
|
|
1976
2140
|
}
|
|
1977
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1978
|
-
padding: 4px 20px;
|
|
1979
|
-
font-size: 12px;
|
|
1980
|
-
line-height: 18px;
|
|
2141
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2142
|
+
padding: 4px 20px;
|
|
2143
|
+
font-size: 12px;
|
|
2144
|
+
line-height: 18px;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
.fde5mpd {
|
|
2148
|
+
width: 100%;
|
|
2149
|
+
height: 100%;
|
|
2150
|
+
min-height: 124px;
|
|
2151
|
+
display: flex;
|
|
2152
|
+
flex-direction: column;
|
|
2153
|
+
justify-content: center;
|
|
2154
|
+
align-items: center;
|
|
2155
|
+
}
|
|
2156
|
+
.fde5mpd .error-text {
|
|
2157
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2158
|
+
margin-bottom: 16px;
|
|
2159
|
+
font-size: 18px;
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
.obf05yr {
|
|
2163
|
+
display: inline-block;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
.hsms1n6 {
|
|
2167
|
+
visibility: hidden;
|
|
2168
|
+
position: absolute;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
.i1mrf09m {
|
|
2172
|
+
display: inline-flex;
|
|
2173
|
+
align-items: center;
|
|
2174
|
+
}
|
|
2175
|
+
.i1mrf09m .icon-inner {
|
|
2176
|
+
display: inline-flex;
|
|
2177
|
+
align-items: center;
|
|
2178
|
+
justify-content: center;
|
|
2179
|
+
}
|
|
2180
|
+
.i1mrf09m .icon-inner + span,
|
|
2181
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2182
|
+
margin-left: 4px;
|
|
2183
|
+
}
|
|
2184
|
+
.i1mrf09m.is-rotate img {
|
|
2185
|
+
animation: rotate 680ms linear infinite;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.s34f1qb.ant-switch {
|
|
2189
|
+
min-width: 40px;
|
|
2190
|
+
height: 24px;
|
|
2191
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2192
|
+
overflow: hidden;
|
|
2193
|
+
}
|
|
2194
|
+
.s34f1qb.ant-switch:focus {
|
|
2195
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2196
|
+
}
|
|
2197
|
+
.s34f1qb.ant-switch-small {
|
|
2198
|
+
min-width: 26px;
|
|
2199
|
+
height: 16px;
|
|
2200
|
+
}
|
|
2201
|
+
.s34f1qb.ant-switch-large {
|
|
2202
|
+
min-width: 52px;
|
|
2203
|
+
height: 32px;
|
|
2204
|
+
}
|
|
2205
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2206
|
+
height: 20px;
|
|
2207
|
+
width: 20px;
|
|
2208
|
+
}
|
|
2209
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2210
|
+
border-radius: 10px;
|
|
2211
|
+
transition-delay: 120ms;
|
|
2212
|
+
}
|
|
2213
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2214
|
+
height: 14px;
|
|
2215
|
+
width: 14px;
|
|
2216
|
+
top: 1px;
|
|
2217
|
+
left: 1px;
|
|
2218
|
+
}
|
|
2219
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2220
|
+
height: 28px;
|
|
2221
|
+
width: 28px;
|
|
2222
|
+
}
|
|
2223
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2224
|
+
border-radius: 14px;
|
|
2225
|
+
}
|
|
2226
|
+
.s34f1qb.ant-switch-checked {
|
|
2227
|
+
background-color: #00ba5d;
|
|
2228
|
+
}
|
|
2229
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2230
|
+
left: calc(100% - 20px - 2px);
|
|
2231
|
+
}
|
|
2232
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2233
|
+
left: calc(100% - 14px - 1px);
|
|
2234
|
+
}
|
|
2235
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2236
|
+
left: calc(100% - 28px - 2px);
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
.c1to9vb9 {
|
|
2240
|
+
margin-left: 5px;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
.bpq0js6 {
|
|
2244
|
+
padding: 4px 11px;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
.b15sn34c {
|
|
2248
|
+
white-space: nowrap;
|
|
2249
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2250
|
+
}
|
|
2251
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2252
|
+
--color: #0080ff;
|
|
2253
|
+
}
|
|
2254
|
+
.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] {
|
|
2255
|
+
--color: #0080ff;
|
|
2256
|
+
}
|
|
2257
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2258
|
+
margin-left: 1px;
|
|
2259
|
+
}
|
|
2260
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2261
|
+
border-top-right-radius: 0;
|
|
2262
|
+
border-bottom-right-radius: 0;
|
|
2263
|
+
}
|
|
2264
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2265
|
+
border-top-left-radius: 0;
|
|
2266
|
+
border-bottom-left-radius: 0;
|
|
2267
|
+
}
|
|
2268
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2269
|
+
border-radius: unset;
|
|
1981
2270
|
}
|
|
1982
2271
|
|
|
1983
2272
|
.cz04yix {
|
|
@@ -2600,283 +2889,49 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2600
2889
|
top: 50%;
|
|
2601
2890
|
transform: translateY(-50%);
|
|
2602
2891
|
left: -16px;
|
|
2603
|
-
transition: left 150ms ease;
|
|
2604
|
-
opacity: 0;
|
|
2605
|
-
}
|
|
2606
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2607
|
-
left: 8px;
|
|
2608
|
-
opacity: 1;
|
|
2609
|
-
}
|
|
2610
|
-
.kypn5o5.has-focus-indicator input {
|
|
2611
|
-
transition: margin-left 150ms ease;
|
|
2612
|
-
margin-left: 0px;
|
|
2613
|
-
}
|
|
2614
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2615
|
-
margin-left: 16px;
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
input.l1ki27se.ant-input {
|
|
2619
|
-
border-top-right-radius: 0;
|
|
2620
|
-
border-bottom-right-radius: 0;
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2624
|
-
border-top-right-radius: 0;
|
|
2625
|
-
border-bottom-right-radius: 0;
|
|
2626
|
-
}
|
|
2627
|
-
|
|
2628
|
-
input.rrg1fkn.ant-input {
|
|
2629
|
-
border-top-left-radius: 0;
|
|
2630
|
-
border-bottom-left-radius: 0;
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2634
|
-
border-top-left-radius: 0;
|
|
2635
|
-
border-bottom-left-radius: 0;
|
|
2636
|
-
}
|
|
2637
|
-
|
|
2638
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2639
|
-
border-top-right-radius: 0;
|
|
2640
|
-
border-bottom-right-radius: 0;
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2644
|
-
border-top-left-radius: 0;
|
|
2645
|
-
border-bottom-left-radius: 0;
|
|
2646
|
-
}
|
|
2647
|
-
|
|
2648
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2649
|
-
display: inline-flex;
|
|
2650
|
-
align-items: baseline;
|
|
2651
|
-
white-space: pre-wrap;
|
|
2652
|
-
}
|
|
2653
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2654
|
-
position: relative;
|
|
2655
|
-
top: 3px;
|
|
2656
|
-
}
|
|
2657
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2658
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2659
|
-
}
|
|
2660
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2661
|
-
border-color: #0080ff;
|
|
2662
|
-
}
|
|
2663
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2664
|
-
border-color: #0080ff;
|
|
2665
|
-
background: #0080ff;
|
|
2666
|
-
}
|
|
2667
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2668
|
-
top: 4px;
|
|
2669
|
-
left: 4px;
|
|
2670
|
-
width: 6px;
|
|
2671
|
-
height: 6px;
|
|
2672
|
-
background: #fff;
|
|
2673
|
-
}
|
|
2674
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2675
|
-
opacity: 0.5;
|
|
2676
|
-
}
|
|
2677
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2678
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2679
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2680
|
-
}
|
|
2681
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2682
|
-
background: #00122e;
|
|
2683
|
-
}
|
|
2684
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2685
|
-
color: #00122e;
|
|
2686
|
-
opacity: 0.5;
|
|
2687
|
-
}
|
|
2688
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2689
|
-
color: #00122e;
|
|
2690
|
-
}
|
|
2691
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2692
|
-
display: inline-block;
|
|
2693
|
-
padding: 0;
|
|
2694
|
-
padding-left: 12px;
|
|
2695
|
-
}
|
|
2696
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2697
|
-
margin-bottom: 0;
|
|
2698
|
-
white-space: pre-wrap;
|
|
2699
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2700
|
-
}
|
|
2701
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2702
|
-
padding-left: 8px;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2706
|
-
border-radius: 5px 0 0 5px;
|
|
2707
|
-
}
|
|
2708
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2709
|
-
border-radius: 0 5px 5px 0;
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
.r1f0aqcc {
|
|
2713
|
-
color: #00122e;
|
|
2714
|
-
border-color: #ccd4e3;
|
|
2715
|
-
}
|
|
2716
|
-
.r1f0aqcc:first-child {
|
|
2717
|
-
color: #00122e;
|
|
2718
|
-
border-color: #a3b4cc;
|
|
2719
|
-
}
|
|
2720
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2721
|
-
padding: 0 12px;
|
|
2722
|
-
line-height: 32px;
|
|
2723
|
-
height: 32px;
|
|
2724
|
-
}
|
|
2725
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2726
|
-
white-space: nowrap;
|
|
2727
|
-
}
|
|
2728
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2729
|
-
background: #ccd4e3;
|
|
2730
|
-
}
|
|
2731
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2732
|
-
background: #0080ff;
|
|
2733
|
-
}
|
|
2734
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2735
|
-
background: #ccd4e3;
|
|
2736
|
-
opacity: 0.5;
|
|
2737
|
-
}
|
|
2738
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2739
|
-
border-right-color: #0080ff;
|
|
2740
|
-
}
|
|
2741
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2742
|
-
border-color: #0080ff;
|
|
2743
|
-
}
|
|
2744
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2745
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2746
|
-
}
|
|
2747
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2748
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2749
|
-
border-color: #ccd4e3;
|
|
2750
|
-
opacity: 0.5;
|
|
2751
|
-
}
|
|
2752
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2753
|
-
color: #00122e;
|
|
2754
|
-
border-color: #ccd4e3;
|
|
2755
|
-
}
|
|
2756
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2757
|
-
color: #00122e;
|
|
2758
|
-
border-color: #ccd4e3;
|
|
2759
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2760
|
-
}
|
|
2761
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2762
|
-
margin-right: 8px;
|
|
2763
|
-
display: inline;
|
|
2764
|
-
border: none;
|
|
2765
|
-
padding: 0;
|
|
2766
|
-
width: 36px;
|
|
2767
|
-
background: transparent;
|
|
2768
|
-
}
|
|
2769
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2770
|
-
box-shadow: none;
|
|
2771
|
-
}
|
|
2772
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2773
|
-
margin-right: 0;
|
|
2774
|
-
width: initial;
|
|
2775
|
-
box-shadow: none;
|
|
2776
|
-
}
|
|
2777
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2778
|
-
display: none;
|
|
2779
|
-
}
|
|
2780
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2781
|
-
display: inline;
|
|
2782
|
-
}
|
|
2783
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2784
|
-
display: inline;
|
|
2785
|
-
margin-right: 8px;
|
|
2786
|
-
padding: 0;
|
|
2787
|
-
width: 36px;
|
|
2788
|
-
}
|
|
2789
|
-
|
|
2790
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2791
|
-
flex-direction: row;
|
|
2792
|
-
justify-content: stretch;
|
|
2793
|
-
}
|
|
2794
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2795
|
-
padding: 0;
|
|
2796
|
-
margin-right: 4px;
|
|
2797
|
-
flex: 1;
|
|
2798
|
-
overflow: visible;
|
|
2799
|
-
}
|
|
2800
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2801
|
-
display: none;
|
|
2802
|
-
}
|
|
2803
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2804
|
-
width: 100%;
|
|
2805
|
-
min-height: unset;
|
|
2806
|
-
}
|
|
2807
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2808
|
-
height: 26px;
|
|
2809
|
-
line-height: 26px;
|
|
2810
|
-
width: 100%;
|
|
2811
|
-
text-align: center;
|
|
2812
|
-
padding: 0;
|
|
2813
|
-
font-size: 12px;
|
|
2814
|
-
font-weight: normal;
|
|
2815
|
-
}
|
|
2816
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2817
|
-
margin-right: 10px;
|
|
2818
|
-
}
|
|
2819
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2820
|
-
display: none;
|
|
2821
|
-
}
|
|
2822
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2823
|
-
border-radius: 4px 0 0 4px;
|
|
2824
|
-
}
|
|
2825
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2826
|
-
margin-right: 0;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2829
|
-
border-radius: 0 4px 4px 0;
|
|
2830
|
-
}
|
|
2831
|
-
.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 {
|
|
2832
|
-
content: "";
|
|
2833
|
-
width: 0;
|
|
2834
|
-
height: 0;
|
|
2835
|
-
border: 13px solid transparent;
|
|
2836
|
-
position: absolute;
|
|
2837
|
-
top: 0;
|
|
2838
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2839
|
-
right: -21px;
|
|
2840
|
-
z-index: 2;
|
|
2841
|
-
}
|
|
2842
|
-
.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 {
|
|
2843
|
-
content: "";
|
|
2844
|
-
width: 0;
|
|
2845
|
-
height: 0;
|
|
2846
|
-
border: 13px solid transparent;
|
|
2847
|
-
position: absolute;
|
|
2848
|
-
top: 0;
|
|
2849
|
-
border-left: 8px solid #fff;
|
|
2850
|
-
left: 0;
|
|
2892
|
+
transition: left 150ms ease;
|
|
2893
|
+
opacity: 0;
|
|
2851
2894
|
}
|
|
2852
|
-
.
|
|
2853
|
-
|
|
2895
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2896
|
+
left: 8px;
|
|
2897
|
+
opacity: 1;
|
|
2854
2898
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2899
|
+
.kypn5o5.has-focus-indicator input {
|
|
2900
|
+
transition: margin-left 150ms ease;
|
|
2901
|
+
margin-left: 0px;
|
|
2857
2902
|
}
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2903
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2904
|
+
margin-left: 16px;
|
|
2860
2905
|
}
|
|
2861
|
-
|
|
2862
|
-
.
|
|
2863
|
-
|
|
2906
|
+
|
|
2907
|
+
input.l1ki27se.ant-input {
|
|
2908
|
+
border-top-right-radius: 0;
|
|
2909
|
+
border-bottom-right-radius: 0;
|
|
2864
2910
|
}
|
|
2865
|
-
|
|
2866
|
-
.
|
|
2867
|
-
|
|
2911
|
+
|
|
2912
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2913
|
+
border-top-right-radius: 0;
|
|
2914
|
+
border-bottom-right-radius: 0;
|
|
2868
2915
|
}
|
|
2869
|
-
|
|
2870
|
-
|
|
2916
|
+
|
|
2917
|
+
input.rrg1fkn.ant-input {
|
|
2918
|
+
border-top-left-radius: 0;
|
|
2919
|
+
border-bottom-left-radius: 0;
|
|
2871
2920
|
}
|
|
2872
2921
|
|
|
2873
|
-
.
|
|
2874
|
-
|
|
2922
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2923
|
+
border-top-left-radius: 0;
|
|
2924
|
+
border-bottom-left-radius: 0;
|
|
2875
2925
|
}
|
|
2876
2926
|
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
|
|
2927
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2928
|
+
border-top-right-radius: 0;
|
|
2929
|
+
border-bottom-right-radius: 0;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2933
|
+
border-top-left-radius: 0;
|
|
2934
|
+
border-bottom-left-radius: 0;
|
|
2880
2935
|
}
|
|
2881
2936
|
|
|
2882
2937
|
.t1upn1sz {
|
|
@@ -3235,61 +3290,6 @@ input.rrg1fkn.ant-input {
|
|
|
3235
3290
|
background: #fff;
|
|
3236
3291
|
}
|
|
3237
3292
|
|
|
3238
|
-
.s34f1qb.ant-switch {
|
|
3239
|
-
min-width: 40px;
|
|
3240
|
-
height: 24px;
|
|
3241
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3242
|
-
overflow: hidden;
|
|
3243
|
-
}
|
|
3244
|
-
.s34f1qb.ant-switch:focus {
|
|
3245
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3246
|
-
}
|
|
3247
|
-
.s34f1qb.ant-switch-small {
|
|
3248
|
-
min-width: 26px;
|
|
3249
|
-
height: 16px;
|
|
3250
|
-
}
|
|
3251
|
-
.s34f1qb.ant-switch-large {
|
|
3252
|
-
min-width: 52px;
|
|
3253
|
-
height: 32px;
|
|
3254
|
-
}
|
|
3255
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
3256
|
-
height: 20px;
|
|
3257
|
-
width: 20px;
|
|
3258
|
-
}
|
|
3259
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3260
|
-
border-radius: 10px;
|
|
3261
|
-
transition-delay: 120ms;
|
|
3262
|
-
}
|
|
3263
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3264
|
-
height: 14px;
|
|
3265
|
-
width: 14px;
|
|
3266
|
-
top: 1px;
|
|
3267
|
-
left: 1px;
|
|
3268
|
-
}
|
|
3269
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3270
|
-
height: 28px;
|
|
3271
|
-
width: 28px;
|
|
3272
|
-
}
|
|
3273
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3274
|
-
border-radius: 14px;
|
|
3275
|
-
}
|
|
3276
|
-
.s34f1qb.ant-switch-checked {
|
|
3277
|
-
background-color: #00ba5d;
|
|
3278
|
-
}
|
|
3279
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3280
|
-
left: calc(100% - 20px - 2px);
|
|
3281
|
-
}
|
|
3282
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3283
|
-
left: calc(100% - 14px - 1px);
|
|
3284
|
-
}
|
|
3285
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3286
|
-
left: calc(100% - 28px - 2px);
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
.c1to9vb9 {
|
|
3290
|
-
margin-left: 5px;
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
3293
|
.i1e4sgug {
|
|
3294
3294
|
display: inline-block;
|
|
3295
3295
|
}
|
|
@@ -3844,6 +3844,71 @@ input.rrg1fkn.ant-input {
|
|
|
3844
3844
|
display: flex;
|
|
3845
3845
|
}
|
|
3846
3846
|
|
|
3847
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3848
|
+
border-radius: 6px;
|
|
3849
|
+
}
|
|
3850
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3851
|
+
width: 100%;
|
|
3852
|
+
height: 30px;
|
|
3853
|
+
color: #2d3a56;
|
|
3854
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3855
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3856
|
+
font-size: 13px;
|
|
3857
|
+
}
|
|
3858
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3859
|
+
height: 38px;
|
|
3860
|
+
font-size: 13px;
|
|
3861
|
+
}
|
|
3862
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3863
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3864
|
+
transition: 160ms ease;
|
|
3865
|
+
}
|
|
3866
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3867
|
+
color: #0080ff;
|
|
3868
|
+
}
|
|
3869
|
+
.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 {
|
|
3870
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3871
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3872
|
+
}
|
|
3873
|
+
.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 {
|
|
3874
|
+
color: #0080ff;
|
|
3875
|
+
}
|
|
3876
|
+
.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 {
|
|
3877
|
+
border-color: #0080ff;
|
|
3878
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3879
|
+
}
|
|
3880
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3881
|
+
transform: rotate(180deg);
|
|
3882
|
+
}
|
|
3883
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3884
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3885
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3886
|
+
cursor: "not-allowed";
|
|
3887
|
+
}
|
|
3888
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3889
|
+
border-color: #f0483e !important;
|
|
3890
|
+
}
|
|
3891
|
+
.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 {
|
|
3892
|
+
color: #1d326c;
|
|
3893
|
+
}
|
|
3894
|
+
.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 {
|
|
3895
|
+
border-color: #0080ff;
|
|
3896
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3897
|
+
}
|
|
3898
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3899
|
+
transform: rotate(180deg);
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3902
|
+
.igz4le8 {
|
|
3903
|
+
height: 24px;
|
|
3904
|
+
width: 56px !important;
|
|
3905
|
+
margin-right: 4px;
|
|
3906
|
+
}
|
|
3907
|
+
|
|
3908
|
+
.c1riexje {
|
|
3909
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3910
|
+
}
|
|
3911
|
+
|
|
3847
3912
|
.m1thnes4 {
|
|
3848
3913
|
color: rgba(44, 56, 82, 0.6);
|
|
3849
3914
|
text-align: center;
|
|
@@ -3953,161 +4018,81 @@ input.rrg1fkn.ant-input {
|
|
|
3953
4018
|
margin: 0 16px;
|
|
3954
4019
|
}
|
|
3955
4020
|
.m16f7gpb .metric-toolbar .metric-extra {
|
|
3956
|
-
display: flex;
|
|
3957
|
-
font-size: 12px;
|
|
3958
|
-
align-items: center;
|
|
3959
|
-
}
|
|
3960
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
3961
|
-
color: #a3b4cc;
|
|
3962
|
-
}
|
|
3963
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
3964
|
-
margin-left: 10px;
|
|
3965
|
-
}
|
|
3966
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
3967
|
-
margin-left: 10px;
|
|
3968
|
-
cursor: pointer;
|
|
3969
|
-
}
|
|
3970
|
-
.m16f7gpb .recharts-xAxis {
|
|
3971
|
-
font-size: 12px;
|
|
3972
|
-
}
|
|
3973
|
-
.m16f7gpb .pointer-wrapper {
|
|
3974
|
-
position: absolute;
|
|
3975
|
-
bottom: 10px;
|
|
3976
|
-
padding: 0 8px;
|
|
3977
|
-
border-radius: 4px;
|
|
3978
|
-
font-size: 12px;
|
|
3979
|
-
color: #fff;
|
|
3980
|
-
background: rgba(0, 0, 0, 0.75);
|
|
3981
|
-
transform: translateX(-50%);
|
|
3982
|
-
}
|
|
3983
|
-
|
|
3984
|
-
.t1ipvk51 {
|
|
3985
|
-
min-width: 200px;
|
|
3986
|
-
}
|
|
3987
|
-
|
|
3988
|
-
.t1kgldps {
|
|
3989
|
-
display: flex;
|
|
3990
|
-
align-items: center;
|
|
3991
|
-
justify-content: space-between;
|
|
3992
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
3993
|
-
color: #b4beca;
|
|
3994
|
-
font-size: 12px;
|
|
3995
|
-
padding: 3px 6px;
|
|
3996
|
-
}
|
|
3997
|
-
.t1kgldps:first-child {
|
|
3998
|
-
padding-top: 3px;
|
|
3999
|
-
}
|
|
4000
|
-
.t1kgldps:last-child {
|
|
4001
|
-
padding-bottom: 3px;
|
|
4002
|
-
}
|
|
4003
|
-
.t1kgldps .column-value {
|
|
4004
|
-
color: #fff;
|
|
4005
|
-
margin-left: 8px;
|
|
4006
|
-
}
|
|
4007
|
-
|
|
4008
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4009
|
-
border-radius: 6px;
|
|
4010
|
-
}
|
|
4011
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
4012
|
-
width: 100%;
|
|
4013
|
-
height: 30px;
|
|
4014
|
-
color: #2d3a56;
|
|
4015
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4016
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4017
|
-
font-size: 13px;
|
|
4018
|
-
}
|
|
4019
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4020
|
-
height: 38px;
|
|
4021
|
-
font-size: 13px;
|
|
4022
|
-
}
|
|
4023
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4024
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4025
|
-
transition: 160ms ease;
|
|
4026
|
-
}
|
|
4027
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4028
|
-
color: #0080ff;
|
|
4029
|
-
}
|
|
4030
|
-
.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 {
|
|
4031
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
4032
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4033
|
-
}
|
|
4034
|
-
.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 {
|
|
4035
|
-
color: #0080ff;
|
|
4036
|
-
}
|
|
4037
|
-
.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 {
|
|
4038
|
-
border-color: #0080ff;
|
|
4039
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4040
|
-
}
|
|
4041
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4042
|
-
transform: rotate(180deg);
|
|
4021
|
+
display: flex;
|
|
4022
|
+
font-size: 12px;
|
|
4023
|
+
align-items: center;
|
|
4043
4024
|
}
|
|
4044
|
-
.
|
|
4045
|
-
|
|
4046
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
4047
|
-
cursor: "not-allowed";
|
|
4025
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
4026
|
+
color: #a3b4cc;
|
|
4048
4027
|
}
|
|
4049
|
-
.
|
|
4050
|
-
|
|
4028
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
4029
|
+
margin-left: 10px;
|
|
4051
4030
|
}
|
|
4052
|
-
.
|
|
4053
|
-
|
|
4031
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
4032
|
+
margin-left: 10px;
|
|
4033
|
+
cursor: pointer;
|
|
4054
4034
|
}
|
|
4055
|
-
.
|
|
4056
|
-
|
|
4057
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4035
|
+
.m16f7gpb .recharts-xAxis {
|
|
4036
|
+
font-size: 12px;
|
|
4058
4037
|
}
|
|
4059
|
-
.
|
|
4060
|
-
|
|
4038
|
+
.m16f7gpb .pointer-wrapper {
|
|
4039
|
+
position: absolute;
|
|
4040
|
+
bottom: 10px;
|
|
4041
|
+
padding: 0 8px;
|
|
4042
|
+
border-radius: 4px;
|
|
4043
|
+
font-size: 12px;
|
|
4044
|
+
color: #fff;
|
|
4045
|
+
background: rgba(0, 0, 0, 0.75);
|
|
4046
|
+
transform: translateX(-50%);
|
|
4061
4047
|
}
|
|
4062
4048
|
|
|
4063
|
-
.
|
|
4064
|
-
|
|
4049
|
+
.t1ipvk51 {
|
|
4050
|
+
min-width: 200px;
|
|
4065
4051
|
}
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4052
|
+
|
|
4053
|
+
.t1kgldps {
|
|
4069
4054
|
display: flex;
|
|
4055
|
+
align-items: center;
|
|
4056
|
+
justify-content: space-between;
|
|
4057
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
4058
|
+
color: #b4beca;
|
|
4059
|
+
font-size: 12px;
|
|
4060
|
+
padding: 3px 6px;
|
|
4070
4061
|
}
|
|
4071
|
-
.
|
|
4072
|
-
|
|
4073
|
-
margin: 4px;
|
|
4074
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4075
|
-
border-radius: 2px;
|
|
4076
|
-
}
|
|
4077
|
-
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4078
|
-
width: 16px;
|
|
4079
|
-
}
|
|
4080
|
-
.t1xo8w88 .table-loading-item .td-loading {
|
|
4081
|
-
flex: 1;
|
|
4082
|
-
}
|
|
4083
|
-
.t1xo8w88 :nth-child(1) {
|
|
4084
|
-
padding: 8px 4px;
|
|
4062
|
+
.t1kgldps:first-child {
|
|
4063
|
+
padding-top: 3px;
|
|
4085
4064
|
}
|
|
4086
|
-
.
|
|
4087
|
-
|
|
4065
|
+
.t1kgldps:last-child {
|
|
4066
|
+
padding-bottom: 3px;
|
|
4088
4067
|
}
|
|
4089
|
-
.
|
|
4090
|
-
|
|
4068
|
+
.t1kgldps .column-value {
|
|
4069
|
+
color: #fff;
|
|
4070
|
+
margin-left: 8px;
|
|
4091
4071
|
}
|
|
4092
4072
|
|
|
4093
|
-
.
|
|
4073
|
+
.t1cs4awq {
|
|
4074
|
+
background: white;
|
|
4075
|
+
}
|
|
4076
|
+
.t1cs4awq .insert-left-tip,
|
|
4077
|
+
.t1cs4awq .insert-right-tip {
|
|
4078
|
+
display: none;
|
|
4094
4079
|
position: absolute;
|
|
4095
4080
|
top: 0;
|
|
4096
|
-
left: 0;
|
|
4097
4081
|
bottom: 0;
|
|
4098
|
-
width:
|
|
4099
|
-
background:
|
|
4100
|
-
transform: translateX(-9999px);
|
|
4101
|
-
z-index: 999;
|
|
4082
|
+
width: 4px;
|
|
4083
|
+
background: rgba(0, 0, 255, 0.5);
|
|
4102
4084
|
}
|
|
4103
|
-
.
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4085
|
+
.t1cs4awq .insert-left-tip {
|
|
4086
|
+
left: 0px;
|
|
4087
|
+
}
|
|
4088
|
+
.t1cs4awq .insert-right-tip {
|
|
4089
|
+
right: 0px;
|
|
4090
|
+
}
|
|
4091
|
+
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4092
|
+
display: block;
|
|
4093
|
+
}
|
|
4094
|
+
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4095
|
+
display: block;
|
|
4111
4096
|
}
|
|
4112
4097
|
|
|
4113
4098
|
.d1h5z4k4.ant-dropdown {
|
|
@@ -4219,81 +4204,62 @@ input.rrg1fkn.ant-input {
|
|
|
4219
4204
|
left: 4px;
|
|
4220
4205
|
}
|
|
4221
4206
|
|
|
4222
|
-
.
|
|
4223
|
-
|
|
4207
|
+
.t1xo8w88 {
|
|
4208
|
+
height: 100%;
|
|
4224
4209
|
}
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4210
|
+
.t1xo8w88 .table-loading-item {
|
|
4211
|
+
padding: 12px 4px;
|
|
4212
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4213
|
+
display: flex;
|
|
4228
4214
|
}
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4215
|
+
.t1xo8w88 .table-loading-item > * {
|
|
4216
|
+
height: 16px;
|
|
4217
|
+
margin: 4px;
|
|
4218
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4219
|
+
border-radius: 2px;
|
|
4232
4220
|
}
|
|
4233
|
-
.
|
|
4234
|
-
|
|
4235
|
-
display: none;
|
|
4236
|
-
position: absolute;
|
|
4237
|
-
top: 0;
|
|
4238
|
-
bottom: 0;
|
|
4239
|
-
width: 4px;
|
|
4240
|
-
background: rgba(0, 0, 255, 0.5);
|
|
4221
|
+
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4222
|
+
width: 16px;
|
|
4241
4223
|
}
|
|
4242
|
-
.
|
|
4243
|
-
|
|
4224
|
+
.t1xo8w88 .table-loading-item .td-loading {
|
|
4225
|
+
flex: 1;
|
|
4244
4226
|
}
|
|
4245
|
-
.
|
|
4246
|
-
|
|
4227
|
+
.t1xo8w88 :nth-child(1) {
|
|
4228
|
+
padding: 8px 4px;
|
|
4247
4229
|
}
|
|
4248
|
-
.
|
|
4249
|
-
|
|
4230
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4231
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4250
4232
|
}
|
|
4251
|
-
.
|
|
4252
|
-
|
|
4233
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4234
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4253
4235
|
}
|
|
4254
4236
|
|
|
4255
|
-
.
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4265
|
-
content: var(--a6dbbkm-1);
|
|
4266
|
-
display: var(--a6dbbkm-2);
|
|
4267
|
-
flex: none;
|
|
4268
|
-
align-items: center;
|
|
4269
|
-
margin-left: 4px;
|
|
4237
|
+
.ams5nbq {
|
|
4238
|
+
position: absolute;
|
|
4239
|
+
top: 0;
|
|
4240
|
+
left: 0;
|
|
4241
|
+
bottom: 0;
|
|
4242
|
+
width: 1px;
|
|
4243
|
+
background: #0080ff;
|
|
4244
|
+
transform: translateX(-9999px);
|
|
4245
|
+
z-index: 999;
|
|
4270
4246
|
}
|
|
4271
|
-
.
|
|
4272
|
-
content:
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4247
|
+
.ams5nbq::before {
|
|
4248
|
+
content: "";
|
|
4249
|
+
position: absolute;
|
|
4250
|
+
height: 34px;
|
|
4251
|
+
width: 3px;
|
|
4252
|
+
top: 0;
|
|
4253
|
+
left: -1px;
|
|
4254
|
+
background: #0080ff;
|
|
4278
4255
|
}
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
height: auto;
|
|
4283
|
-
font-size: inherit;
|
|
4256
|
+
|
|
4257
|
+
.c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
|
|
4258
|
+
display: none;
|
|
4284
4259
|
}
|
|
4285
4260
|
|
|
4286
|
-
.
|
|
4287
|
-
height:
|
|
4288
|
-
line-height: 18px;
|
|
4289
|
-
padding: 0 4px;
|
|
4290
|
-
border-radius: 4px;
|
|
4291
|
-
background: rgba(235, 239, 245, 0.6);
|
|
4292
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4293
|
-
display: flex;
|
|
4294
|
-
align-items: center;
|
|
4295
|
-
white-space: nowrap;
|
|
4296
|
-
margin-right: 4px;
|
|
4261
|
+
.asgcu6r {
|
|
4262
|
+
height: 32px;
|
|
4297
4263
|
}
|
|
4298
4264
|
|
|
4299
4265
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -4340,4 +4306,48 @@ input.rrg1fkn.ant-input {
|
|
|
4340
4306
|
margin: 0;
|
|
4341
4307
|
height: auto;
|
|
4342
4308
|
font-size: inherit;
|
|
4309
|
+
}
|
|
4310
|
+
|
|
4311
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4312
|
+
display: var(--a6dbbkm-0);
|
|
4313
|
+
}
|
|
4314
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
4315
|
+
padding: 4px 11px;
|
|
4316
|
+
display: inline-flex;
|
|
4317
|
+
line-height: 1.5715;
|
|
4318
|
+
height: inherit;
|
|
4319
|
+
}
|
|
4320
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4321
|
+
content: var(--a6dbbkm-1);
|
|
4322
|
+
display: var(--a6dbbkm-2);
|
|
4323
|
+
flex: none;
|
|
4324
|
+
align-items: center;
|
|
4325
|
+
margin-left: 4px;
|
|
4326
|
+
}
|
|
4327
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4328
|
+
content: var(--a6dbbkm-3);
|
|
4329
|
+
display: var(--a6dbbkm-4);
|
|
4330
|
+
flex: none;
|
|
4331
|
+
align-items: center;
|
|
4332
|
+
margin-right: 4px;
|
|
4333
|
+
cursor: auto;
|
|
4334
|
+
}
|
|
4335
|
+
.a6dbbkm .ant-input-number-input {
|
|
4336
|
+
padding: 0;
|
|
4337
|
+
margin: 0;
|
|
4338
|
+
height: auto;
|
|
4339
|
+
font-size: inherit;
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.iap75of {
|
|
4343
|
+
height: 18px;
|
|
4344
|
+
line-height: 18px;
|
|
4345
|
+
padding: 0 4px;
|
|
4346
|
+
border-radius: 4px;
|
|
4347
|
+
background: rgba(235, 239, 245, 0.6);
|
|
4348
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4349
|
+
display: flex;
|
|
4350
|
+
align-items: center;
|
|
4351
|
+
white-space: nowrap;
|
|
4352
|
+
margin-right: 4px;
|
|
4343
4353
|
}
|