@cloudtower/eagle 0.26.1 → 0.26.3
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.css +871 -871
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +198 -198
- package/dist/umd/index.js +3 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1797,6 +1797,21 @@ html body {
|
|
|
1797
1797
|
padding: 0;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
+
.fde5mpd {
|
|
1801
|
+
width: 100%;
|
|
1802
|
+
height: 100%;
|
|
1803
|
+
min-height: 124px;
|
|
1804
|
+
display: flex;
|
|
1805
|
+
flex-direction: column;
|
|
1806
|
+
justify-content: center;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
}
|
|
1809
|
+
.fde5mpd .error-text {
|
|
1810
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1811
|
+
margin-bottom: 16px;
|
|
1812
|
+
font-size: 18px;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1800
1815
|
.bpq0js6 {
|
|
1801
1816
|
padding: 4px 11px;
|
|
1802
1817
|
}
|
|
@@ -1826,21 +1841,6 @@ html body {
|
|
|
1826
1841
|
border-radius: unset;
|
|
1827
1842
|
}
|
|
1828
1843
|
|
|
1829
|
-
.fde5mpd {
|
|
1830
|
-
width: 100%;
|
|
1831
|
-
height: 100%;
|
|
1832
|
-
min-height: 124px;
|
|
1833
|
-
display: flex;
|
|
1834
|
-
flex-direction: column;
|
|
1835
|
-
justify-content: center;
|
|
1836
|
-
align-items: center;
|
|
1837
|
-
}
|
|
1838
|
-
.fde5mpd .error-text {
|
|
1839
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1840
|
-
margin-bottom: 16px;
|
|
1841
|
-
font-size: 18px;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
1844
|
.i1mrf09m {
|
|
1845
1845
|
display: inline-flex;
|
|
1846
1846
|
align-items: center;
|
|
@@ -1872,1014 +1872,1099 @@ html body {
|
|
|
1872
1872
|
margin-right: 4px;
|
|
1873
1873
|
}
|
|
1874
1874
|
|
|
1875
|
-
.
|
|
1876
|
-
display:
|
|
1875
|
+
.cz04yix {
|
|
1876
|
+
display: flex;
|
|
1877
|
+
flex-direction: column;
|
|
1877
1878
|
}
|
|
1878
1879
|
|
|
1879
|
-
.
|
|
1880
|
-
|
|
1881
|
-
|
|
1880
|
+
.m1if5j39 {
|
|
1881
|
+
max-width: 1120px;
|
|
1882
|
+
width: 100%;
|
|
1883
|
+
margin: 0 auto;
|
|
1884
|
+
height: 100%;
|
|
1882
1885
|
}
|
|
1883
1886
|
|
|
1884
|
-
.
|
|
1887
|
+
.w1vvwdlp {
|
|
1888
|
+
max-width: 1120px;
|
|
1889
|
+
width: 100%;
|
|
1890
|
+
margin: 0 auto;
|
|
1885
1891
|
display: flex;
|
|
1886
|
-
justify-content: space-between;
|
|
1887
|
-
align-items: center;
|
|
1888
|
-
padding: 10px 0;
|
|
1889
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1890
|
-
font-size: 12px;
|
|
1891
|
-
line-height: 24px;
|
|
1892
1892
|
}
|
|
1893
|
-
.
|
|
1894
|
-
|
|
1893
|
+
.w1vvwdlp .left,
|
|
1894
|
+
.w1vvwdlp .right {
|
|
1895
|
+
flex-grow: 0;
|
|
1896
|
+
flex-shrink: 0;
|
|
1897
|
+
flex-basis: 21%;
|
|
1895
1898
|
}
|
|
1896
|
-
.
|
|
1899
|
+
.w1vvwdlp .left {
|
|
1897
1900
|
display: flex;
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
cursor: pointer;
|
|
1901
|
-
transition: all 0.3s ease;
|
|
1901
|
+
justify-content: flex-end;
|
|
1902
|
+
padding-right: 44px;
|
|
1902
1903
|
}
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1905
|
-
color: #0080ff;
|
|
1904
|
+
.w1vvwdlp .right {
|
|
1905
|
+
padding-left: 44px;
|
|
1906
1906
|
}
|
|
1907
|
-
.
|
|
1908
|
-
margin-
|
|
1907
|
+
.w1vvwdlp .middle {
|
|
1908
|
+
margin-bottom: 40px;
|
|
1909
|
+
flex-grow: 0;
|
|
1910
|
+
flex-shrink: 0;
|
|
1911
|
+
flex-basis: 58%;
|
|
1909
1912
|
}
|
|
1910
|
-
.
|
|
1911
|
-
|
|
1912
|
-
align-items: center;
|
|
1913
|
-
color: #0080ff;
|
|
1914
|
-
font-weight: bold;
|
|
1913
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1914
|
+
width: 100%;
|
|
1915
1915
|
}
|
|
1916
|
-
.
|
|
1917
|
-
|
|
1916
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1917
|
+
width: auto;
|
|
1918
1918
|
}
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1921
|
-
padding: 0 8px;
|
|
1919
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1920
|
+
flex: initial;
|
|
1922
1921
|
}
|
|
1923
|
-
.
|
|
1924
|
-
|
|
1925
|
-
color: #0080ff;
|
|
1922
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1923
|
+
margin-top: 4px;
|
|
1926
1924
|
}
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1925
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1926
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1927
|
+
display: none !important;
|
|
1929
1928
|
}
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1929
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1930
|
+
padding: 0 15px;
|
|
1931
|
+
border-radius: 4px;
|
|
1932
|
+
height: 32px;
|
|
1933
|
+
display: flex;
|
|
1934
|
+
align-items: center;
|
|
1934
1935
|
}
|
|
1935
|
-
.
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
line-height: 18px;
|
|
1936
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1937
|
+
min-height: auto;
|
|
1938
|
+
white-space: nowrap;
|
|
1939
1939
|
}
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
display: inline-flex;
|
|
1943
|
-
align-items: baseline;
|
|
1944
|
-
white-space: pre-wrap;
|
|
1940
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1941
|
+
padding-bottom: 0px;
|
|
1945
1942
|
}
|
|
1946
|
-
.
|
|
1947
|
-
|
|
1948
|
-
|
|
1943
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1944
|
+
font-size: 13px !important;
|
|
1945
|
+
line-height: 20px !important;
|
|
1949
1946
|
}
|
|
1950
|
-
.
|
|
1951
|
-
|
|
1947
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
1948
|
+
display: inline-block;
|
|
1949
|
+
text-align: center;
|
|
1950
|
+
width: 13px;
|
|
1951
|
+
margin-right: 12px;
|
|
1952
1952
|
}
|
|
1953
|
-
.
|
|
1954
|
-
|
|
1953
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1954
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1955
1955
|
}
|
|
1956
|
-
.
|
|
1957
|
-
|
|
1958
|
-
background: #0080ff;
|
|
1956
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1957
|
+
color: #005ed1;
|
|
1959
1958
|
}
|
|
1960
|
-
.
|
|
1961
|
-
|
|
1962
|
-
left: 4px;
|
|
1963
|
-
width: 6px;
|
|
1964
|
-
height: 6px;
|
|
1965
|
-
background: #fff;
|
|
1959
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1960
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1966
1961
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1962
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1963
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
1969
1964
|
}
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1972
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1965
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
1966
|
+
cursor: not-allowed;
|
|
1973
1967
|
}
|
|
1974
|
-
.
|
|
1975
|
-
background:
|
|
1968
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
1969
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1976
1970
|
}
|
|
1977
|
-
.
|
|
1978
|
-
color: #
|
|
1979
|
-
opacity: 0.5;
|
|
1971
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1972
|
+
color: #2d3a56;
|
|
1980
1973
|
}
|
|
1981
|
-
|
|
1982
|
-
|
|
1974
|
+
|
|
1975
|
+
.h1cuopx7 .ant-modal-header {
|
|
1976
|
+
margin: 0 auto;
|
|
1977
|
+
width: 100%;
|
|
1978
|
+
max-width: 648px;
|
|
1983
1979
|
}
|
|
1984
|
-
.
|
|
1985
|
-
|
|
1986
|
-
padding: 0;
|
|
1987
|
-
padding-left: 12px;
|
|
1980
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
1981
|
+
margin-left: 0;
|
|
1988
1982
|
}
|
|
1989
|
-
.
|
|
1990
|
-
margin
|
|
1991
|
-
|
|
1992
|
-
|
|
1983
|
+
.h1cuopx7 .ant-modal-body {
|
|
1984
|
+
margin: 0 auto;
|
|
1985
|
+
padding: 0;
|
|
1986
|
+
width: 100%;
|
|
1987
|
+
max-width: 648px;
|
|
1988
|
+
overflow: hidden;
|
|
1993
1989
|
}
|
|
1994
|
-
.
|
|
1995
|
-
|
|
1990
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
1991
|
+
margin-bottom: 40px;
|
|
1996
1992
|
}
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1993
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
1994
|
+
height: calc(100vh - 225px);
|
|
1995
|
+
overflow-y: auto;
|
|
2000
1996
|
}
|
|
2001
|
-
.
|
|
2002
|
-
|
|
1997
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
1998
|
+
margin: 0 auto;
|
|
1999
|
+
max-width: 648px;
|
|
2003
2000
|
}
|
|
2004
2001
|
|
|
2005
|
-
.
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
.r1f0aqcc:first-child {
|
|
2010
|
-
border-color: #a3b4cc;
|
|
2002
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2003
|
+
margin: 0 auto;
|
|
2004
|
+
width: 100%;
|
|
2005
|
+
max-width: 1024px;
|
|
2011
2006
|
}
|
|
2012
|
-
.
|
|
2013
|
-
|
|
2014
|
-
line-height: 32px;
|
|
2015
|
-
height: 32px;
|
|
2007
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2008
|
+
margin-left: 0;
|
|
2016
2009
|
}
|
|
2017
|
-
.
|
|
2018
|
-
|
|
2010
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2011
|
+
margin: 0 auto;
|
|
2012
|
+
padding: 0;
|
|
2013
|
+
width: 100%;
|
|
2014
|
+
max-width: 1024px;
|
|
2015
|
+
overflow: hidden;
|
|
2019
2016
|
}
|
|
2020
|
-
.
|
|
2021
|
-
|
|
2017
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2018
|
+
margin-bottom: 40px;
|
|
2022
2019
|
}
|
|
2023
|
-
.
|
|
2024
|
-
|
|
2020
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2021
|
+
height: calc(100vh - 225px);
|
|
2022
|
+
overflow-y: auto;
|
|
2025
2023
|
}
|
|
2026
|
-
.
|
|
2027
|
-
|
|
2028
|
-
|
|
2024
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2025
|
+
margin: 0 auto;
|
|
2026
|
+
max-width: 1024px;
|
|
2029
2027
|
}
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2034
|
-
border-color: #0080ff;
|
|
2028
|
+
|
|
2029
|
+
.fxgckuk {
|
|
2030
|
+
flex: 1;
|
|
2035
2031
|
}
|
|
2036
|
-
.
|
|
2037
|
-
|
|
2032
|
+
.fxgckuk label {
|
|
2033
|
+
font-size: 13px;
|
|
2034
|
+
line-height: 20px;
|
|
2035
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2038
2036
|
}
|
|
2039
|
-
.
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2037
|
+
.fxgckuk .title {
|
|
2038
|
+
font-size: 14px;
|
|
2039
|
+
line-height: 20px;
|
|
2040
|
+
color: #2d3a56;
|
|
2041
|
+
margin-bottom: 12px;
|
|
2043
2042
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2046
|
-
border-color: #ccd4e3;
|
|
2043
|
+
.fxgckuk.connect-cluster .title {
|
|
2044
|
+
padding-bottom: 26px;
|
|
2047
2045
|
}
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2046
|
+
|
|
2047
|
+
.f1d0vek1 {
|
|
2048
|
+
padding: 25px 0 15px 0;
|
|
2049
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2050
|
+
margin-bottom: 16px;
|
|
2052
2051
|
}
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
display:
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
width: 36px;
|
|
2059
|
-
background: transparent;
|
|
2052
|
+
|
|
2053
|
+
.f4u402y {
|
|
2054
|
+
display: flex;
|
|
2055
|
+
align-items: center;
|
|
2056
|
+
margin-bottom: 8px;
|
|
2060
2057
|
}
|
|
2061
|
-
.
|
|
2062
|
-
|
|
2058
|
+
.f4u402y > label {
|
|
2059
|
+
width: 216px;
|
|
2063
2060
|
}
|
|
2064
|
-
.
|
|
2065
|
-
|
|
2066
|
-
width: initial;
|
|
2067
|
-
box-shadow: none;
|
|
2061
|
+
.f4u402y > label + * {
|
|
2062
|
+
width: 100%;
|
|
2068
2063
|
}
|
|
2069
|
-
.
|
|
2070
|
-
|
|
2064
|
+
.f4u402y .ant-select {
|
|
2065
|
+
width: 100%;
|
|
2071
2066
|
}
|
|
2072
|
-
|
|
2073
|
-
|
|
2067
|
+
|
|
2068
|
+
.e1pldf6v {
|
|
2069
|
+
color: #e75a3a;
|
|
2070
|
+
margin-right: 10px;
|
|
2074
2071
|
}
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2072
|
+
|
|
2073
|
+
.dq0gblh {
|
|
2074
|
+
width: 100%;
|
|
2075
|
+
height: 1px;
|
|
2076
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2077
|
+
margin: 24px 0;
|
|
2080
2078
|
}
|
|
2081
2079
|
|
|
2082
|
-
.
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2080
|
+
.l1v7sr0n {
|
|
2081
|
+
display: flex;
|
|
2082
|
+
justify-content: center;
|
|
2083
|
+
align-items: center;
|
|
2084
|
+
height: 100%;
|
|
2087
2085
|
}
|
|
2088
|
-
|
|
2089
|
-
|
|
2086
|
+
|
|
2087
|
+
.d1i4ou6o {
|
|
2088
|
+
display: inline-block;
|
|
2089
|
+
width: 4px;
|
|
2090
|
+
height: 4px;
|
|
2091
|
+
background: #8e9aa9;
|
|
2092
|
+
opacity: 0.4;
|
|
2093
|
+
border-radius: 50%;
|
|
2094
|
+
margin: 0 4px;
|
|
2090
2095
|
}
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2096
|
+
|
|
2097
|
+
.m1jy87hk .ant-modal-header,
|
|
2098
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2099
|
+
width: 648px;
|
|
2100
|
+
margin: 0 auto;
|
|
2094
2101
|
}
|
|
2095
|
-
.
|
|
2096
|
-
|
|
2097
|
-
|
|
2102
|
+
.m1jy87hk .ant-modal-header {
|
|
2103
|
+
padding: 35px 0 24px;
|
|
2104
|
+
border: none;
|
|
2098
2105
|
}
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2101
|
-
width: 20px;
|
|
2106
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2107
|
+
font-size: 30px;
|
|
2102
2108
|
}
|
|
2103
|
-
.
|
|
2104
|
-
|
|
2105
|
-
transition-delay: 120ms;
|
|
2109
|
+
.m1jy87hk .ant-modal-body {
|
|
2110
|
+
padding: 4px 0 2px;
|
|
2106
2111
|
}
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2109
|
-
width: 14px;
|
|
2110
|
-
top: 1px;
|
|
2111
|
-
left: 1px;
|
|
2112
|
+
.m1jy87hk .ant-modal-footer {
|
|
2113
|
+
border: none;
|
|
2112
2114
|
}
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2115
|
+
|
|
2116
|
+
.ti7fpyu {
|
|
2117
|
+
font-size: 12px;
|
|
2118
|
+
line-height: 18px;
|
|
2119
|
+
font-weight: bold;
|
|
2120
|
+
color: #fff;
|
|
2121
|
+
padding: 0 4px;
|
|
2122
|
+
border-radius: 4px;
|
|
2123
|
+
display: inline-block;
|
|
2124
|
+
background: var(--ti7fpyu-0);
|
|
2116
2125
|
}
|
|
2117
|
-
.
|
|
2118
|
-
|
|
2126
|
+
.ti7fpyu:not(:first-child) {
|
|
2127
|
+
margin-left: 4px;
|
|
2119
2128
|
}
|
|
2120
|
-
|
|
2121
|
-
|
|
2129
|
+
|
|
2130
|
+
.f1rest1f {
|
|
2131
|
+
width: 100%;
|
|
2132
|
+
height: 100%;
|
|
2133
|
+
display: flex;
|
|
2134
|
+
align-items: center;
|
|
2135
|
+
justify-content: center;
|
|
2122
2136
|
}
|
|
2123
|
-
|
|
2124
|
-
|
|
2137
|
+
|
|
2138
|
+
.n1kbdoln {
|
|
2139
|
+
font-size: 90%;
|
|
2140
|
+
font-weight: bold;
|
|
2141
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2142
|
+
padding: 1px 4px 1px;
|
|
2143
|
+
margin-left: 2px;
|
|
2144
|
+
margin-right: 2px;
|
|
2145
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2146
|
+
border-radius: 4px;
|
|
2125
2147
|
}
|
|
2126
|
-
|
|
2127
|
-
|
|
2148
|
+
|
|
2149
|
+
.f1y3gta0.form-item-general {
|
|
2150
|
+
width: 640px;
|
|
2128
2151
|
}
|
|
2129
|
-
.
|
|
2130
|
-
|
|
2152
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2153
|
+
margin-top: 16px;
|
|
2131
2154
|
}
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
margin-left: 5px;
|
|
2155
|
+
.f1y3gta0.form-item-compact {
|
|
2156
|
+
width: 412px;
|
|
2135
2157
|
}
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
flex-direction: row;
|
|
2139
|
-
justify-content: stretch;
|
|
2158
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2159
|
+
margin-top: 8px;
|
|
2140
2160
|
}
|
|
2141
|
-
.
|
|
2142
|
-
|
|
2143
|
-
margin-right: 4px;
|
|
2144
|
-
flex: 1;
|
|
2145
|
-
overflow: visible;
|
|
2161
|
+
.f1y3gta0 .form-item {
|
|
2162
|
+
width: auto;
|
|
2146
2163
|
}
|
|
2147
|
-
.
|
|
2148
|
-
|
|
2164
|
+
.f1y3gta0 .form-item-main {
|
|
2165
|
+
position: relative;
|
|
2166
|
+
display: flex;
|
|
2149
2167
|
}
|
|
2150
|
-
.
|
|
2168
|
+
.f1y3gta0 .form-item-extra {
|
|
2169
|
+
margin-top: 4px;
|
|
2151
2170
|
width: 100%;
|
|
2152
|
-
|
|
2171
|
+
padding: 14px;
|
|
2172
|
+
background: #f2f4f6;
|
|
2173
|
+
font-size: 13px;
|
|
2174
|
+
line-height: 1.8;
|
|
2175
|
+
color: #8e9aa9;
|
|
2153
2176
|
}
|
|
2154
|
-
.
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
text-align: center;
|
|
2159
|
-
padding: 0;
|
|
2160
|
-
font-size: 12px;
|
|
2161
|
-
font-weight: normal;
|
|
2177
|
+
.f1y3gta0 .form-item-label {
|
|
2178
|
+
padding-right: 12px;
|
|
2179
|
+
font-size: 13px;
|
|
2180
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2162
2181
|
}
|
|
2163
|
-
.
|
|
2164
|
-
|
|
2182
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2183
|
+
text-align: right;
|
|
2165
2184
|
}
|
|
2166
|
-
.
|
|
2167
|
-
|
|
2185
|
+
.f1y3gta0 .form-item-label,
|
|
2186
|
+
.f1y3gta0 .form-item-control {
|
|
2187
|
+
line-height: 32px;
|
|
2168
2188
|
}
|
|
2169
|
-
.
|
|
2170
|
-
|
|
2189
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2190
|
+
line-height: 18px;
|
|
2171
2191
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2192
|
+
.f1y3gta0 .form-item-children {
|
|
2193
|
+
width: 100%;
|
|
2174
2194
|
}
|
|
2175
|
-
.
|
|
2176
|
-
|
|
2195
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
2196
|
+
width: 100%;
|
|
2177
2197
|
}
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2180
|
-
width: 0;
|
|
2198
|
+
.f1y3gta0 .form-item-error {
|
|
2199
|
+
color: #e75a3a;
|
|
2181
2200
|
height: 0;
|
|
2182
|
-
|
|
2183
|
-
position: absolute;
|
|
2184
|
-
top: 0;
|
|
2185
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2186
|
-
right: -21px;
|
|
2187
|
-
z-index: 2;
|
|
2201
|
+
overflow: hidden;
|
|
2188
2202
|
}
|
|
2189
|
-
.
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
border: 13px solid transparent;
|
|
2194
|
-
position: absolute;
|
|
2195
|
-
top: 0;
|
|
2196
|
-
border-left: 8px solid #fff;
|
|
2197
|
-
left: 0;
|
|
2203
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2204
|
+
margin-top: 4px;
|
|
2205
|
+
height: auto;
|
|
2206
|
+
overflow: auto;
|
|
2198
2207
|
}
|
|
2199
|
-
.
|
|
2200
|
-
|
|
2208
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2209
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2210
|
+
border: 1px solid #e75a3a;
|
|
2211
|
+
color: #e75a3a;
|
|
2201
2212
|
}
|
|
2202
|
-
|
|
2203
|
-
|
|
2213
|
+
|
|
2214
|
+
.fujbm7g {
|
|
2215
|
+
color: #2d3a56;
|
|
2216
|
+
font-weight: bold;
|
|
2217
|
+
padding-bottom: 6px;
|
|
2218
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2219
|
+
margin-bottom: 16px;
|
|
2204
2220
|
}
|
|
2205
|
-
.
|
|
2206
|
-
|
|
2221
|
+
.fujbm7g:not(:first-of-type) {
|
|
2222
|
+
margin-top: 16px;
|
|
2207
2223
|
}
|
|
2208
|
-
|
|
2209
|
-
.
|
|
2210
|
-
|
|
2224
|
+
|
|
2225
|
+
.e5fsw5s {
|
|
2226
|
+
width: 8px;
|
|
2227
|
+
height: 24px;
|
|
2228
|
+
display: flex;
|
|
2229
|
+
justify-content: center;
|
|
2230
|
+
align-items: center;
|
|
2231
|
+
cursor: pointer;
|
|
2232
|
+
transition: all 200ms ease-out 40ms;
|
|
2211
2233
|
}
|
|
2212
|
-
.
|
|
2213
|
-
|
|
2214
|
-
|
|
2234
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2235
|
+
content: "";
|
|
2236
|
+
width: 1px;
|
|
2237
|
+
height: 6px;
|
|
2238
|
+
border-radius: 1px;
|
|
2239
|
+
background: #ccd4e3;
|
|
2240
|
+
position: relative;
|
|
2241
|
+
right: 2px;
|
|
2242
|
+
transform: rotate(-45deg);
|
|
2215
2243
|
}
|
|
2216
|
-
.
|
|
2217
|
-
|
|
2244
|
+
.e5fsw5s:after {
|
|
2245
|
+
transform: rotate(45deg);
|
|
2246
|
+
left: 1px;
|
|
2218
2247
|
}
|
|
2219
2248
|
|
|
2220
|
-
.
|
|
2221
|
-
|
|
2222
|
-
|
|
2249
|
+
.w18knsg4.ant-alert-warning {
|
|
2250
|
+
border: 0;
|
|
2251
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2252
|
+
border-radius: 6px;
|
|
2223
2253
|
}
|
|
2224
|
-
|
|
2225
|
-
.
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2254
|
+
.w18knsg4.ant-alert,
|
|
2255
|
+
.w18knsg4 .ant-alert-message {
|
|
2256
|
+
color: #e07f00;
|
|
2257
|
+
}
|
|
2258
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2259
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2260
|
+
border-bottom-color: #e07f00;
|
|
2230
2261
|
}
|
|
2231
2262
|
|
|
2232
|
-
.
|
|
2233
|
-
max-width: 1120px;
|
|
2234
|
-
width: 100%;
|
|
2235
|
-
margin: 0 auto;
|
|
2263
|
+
.ng31n2o {
|
|
2236
2264
|
display: flex;
|
|
2265
|
+
flex-direction: row;
|
|
2266
|
+
padding: 7px 12px;
|
|
2267
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2268
|
+
border-radius: 6px;
|
|
2269
|
+
color: #e07f00;
|
|
2270
|
+
font-size: 12px;
|
|
2271
|
+
line-height: 18px;
|
|
2237
2272
|
}
|
|
2238
|
-
.
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
flex-shrink: 0;
|
|
2242
|
-
flex-basis: 21%;
|
|
2273
|
+
.ng31n2o .icon-wrapper {
|
|
2274
|
+
margin-right: 10px;
|
|
2275
|
+
height: 18px;
|
|
2243
2276
|
}
|
|
2244
|
-
|
|
2277
|
+
|
|
2278
|
+
.n15x5f5y {
|
|
2245
2279
|
display: flex;
|
|
2246
|
-
|
|
2247
|
-
padding
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
margin-bottom: 40px;
|
|
2254
|
-
flex-grow: 0;
|
|
2255
|
-
flex-shrink: 0;
|
|
2256
|
-
flex-basis: 58%;
|
|
2280
|
+
flex-direction: row;
|
|
2281
|
+
padding: 7px 12px;
|
|
2282
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2283
|
+
border-radius: 6px;
|
|
2284
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2285
|
+
font-size: 12px;
|
|
2286
|
+
line-height: 18px;
|
|
2257
2287
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2288
|
+
.n15x5f5y .icon-wrapper {
|
|
2289
|
+
margin-right: 10px;
|
|
2290
|
+
height: 18px;
|
|
2260
2291
|
}
|
|
2261
|
-
|
|
2262
|
-
|
|
2292
|
+
|
|
2293
|
+
.i16ozz3f {
|
|
2294
|
+
display: flex;
|
|
2295
|
+
flex-direction: row;
|
|
2296
|
+
padding: 7px 12px;
|
|
2297
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2298
|
+
border-radius: 6px;
|
|
2299
|
+
color: #005ed1;
|
|
2300
|
+
font-size: 12px;
|
|
2301
|
+
line-height: 18px;
|
|
2263
2302
|
}
|
|
2264
|
-
.
|
|
2265
|
-
|
|
2303
|
+
.i16ozz3f .icon-wrapper {
|
|
2304
|
+
margin-right: 10px;
|
|
2305
|
+
height: 18px;
|
|
2266
2306
|
}
|
|
2267
|
-
|
|
2268
|
-
|
|
2307
|
+
|
|
2308
|
+
.dszu9qr {
|
|
2309
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2310
|
+
margin-top: 5px;
|
|
2311
|
+
font-size: 12px;
|
|
2312
|
+
line-height: 18px;
|
|
2269
2313
|
}
|
|
2270
|
-
|
|
2271
|
-
.
|
|
2272
|
-
|
|
2314
|
+
|
|
2315
|
+
.snxzgx {
|
|
2316
|
+
color: #f0483e;
|
|
2317
|
+
font-size: 12px;
|
|
2318
|
+
white-space: pre-wrap;
|
|
2273
2319
|
}
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
border-radius: 4px;
|
|
2277
|
-
height: 32px;
|
|
2320
|
+
|
|
2321
|
+
.o1i4orqw {
|
|
2278
2322
|
display: flex;
|
|
2279
2323
|
align-items: center;
|
|
2324
|
+
justify-content: flex-end;
|
|
2280
2325
|
}
|
|
2281
|
-
.
|
|
2282
|
-
|
|
2283
|
-
white-space: nowrap;
|
|
2326
|
+
.o1i4orqw .icon-wrapper {
|
|
2327
|
+
margin-right: 16px;
|
|
2284
2328
|
}
|
|
2285
|
-
|
|
2286
|
-
|
|
2329
|
+
|
|
2330
|
+
.t79k8o2 {
|
|
2331
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2287
2332
|
}
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2333
|
+
|
|
2334
|
+
.ipd9bk.ant-input {
|
|
2335
|
+
padding: 5px 12px;
|
|
2336
|
+
line-height: 20px;
|
|
2337
|
+
color: #2d3a56;
|
|
2338
|
+
border-radius: 6px;
|
|
2339
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2340
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2291
2341
|
}
|
|
2292
|
-
.
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
width: 13px;
|
|
2296
|
-
margin-right: 12px;
|
|
2342
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2343
|
+
padding: 8px 16px;
|
|
2344
|
+
line-height: 22px;
|
|
2297
2345
|
}
|
|
2298
|
-
.
|
|
2299
|
-
|
|
2346
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2347
|
+
padding: 2px 8px;
|
|
2348
|
+
line-height: 18px;
|
|
2300
2349
|
}
|
|
2301
|
-
.
|
|
2302
|
-
color:
|
|
2350
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
2351
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2352
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2303
2353
|
}
|
|
2304
|
-
.
|
|
2305
|
-
|
|
2354
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
2355
|
+
border-color: #0096ff;
|
|
2356
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2306
2357
|
}
|
|
2307
|
-
.
|
|
2308
|
-
color:
|
|
2358
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2359
|
+
border-color: #e75a3a;
|
|
2360
|
+
color: #e75a3a;
|
|
2309
2361
|
}
|
|
2310
|
-
.
|
|
2311
|
-
|
|
2362
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
2363
|
+
border-color: #e75a3a;
|
|
2364
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2312
2365
|
}
|
|
2313
|
-
.
|
|
2314
|
-
|
|
2366
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
2367
|
+
border-color: #e75a3a;
|
|
2368
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2315
2369
|
}
|
|
2316
|
-
.
|
|
2370
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2371
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2372
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2373
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2374
|
+
}
|
|
2375
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2376
|
+
padding: 5px 12px;
|
|
2377
|
+
border-radius: 6px;
|
|
2378
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2379
|
+
line-height: 20px;
|
|
2317
2380
|
color: #2d3a56;
|
|
2381
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2318
2382
|
}
|
|
2319
|
-
|
|
2320
|
-
.
|
|
2321
|
-
|
|
2322
|
-
width: 100%;
|
|
2323
|
-
max-width: 648px;
|
|
2383
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2384
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2385
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2324
2386
|
}
|
|
2325
|
-
.
|
|
2326
|
-
|
|
2387
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2388
|
+
padding: 8px 16px;
|
|
2389
|
+
line-height: 22px;
|
|
2327
2390
|
}
|
|
2328
|
-
.
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
width: 100%;
|
|
2332
|
-
max-width: 648px;
|
|
2333
|
-
overflow: hidden;
|
|
2391
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2392
|
+
padding: 2px 8px;
|
|
2393
|
+
line-height: 18px;
|
|
2334
2394
|
}
|
|
2335
|
-
.
|
|
2336
|
-
|
|
2395
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2396
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2397
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2337
2398
|
}
|
|
2338
|
-
.
|
|
2339
|
-
|
|
2340
|
-
|
|
2399
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2400
|
+
border-color: #0096ff;
|
|
2401
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2341
2402
|
}
|
|
2342
|
-
.
|
|
2343
|
-
|
|
2344
|
-
max-width: 648px;
|
|
2403
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2404
|
+
border-color: #e75a3a;
|
|
2345
2405
|
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
margin: 0 auto;
|
|
2349
|
-
width: 100%;
|
|
2350
|
-
max-width: 1024px;
|
|
2406
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2407
|
+
color: #e75a3a;
|
|
2351
2408
|
}
|
|
2352
|
-
.
|
|
2353
|
-
|
|
2409
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2410
|
+
border-color: #e75a3a;
|
|
2411
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2354
2412
|
}
|
|
2355
|
-
.
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
width: 100%;
|
|
2359
|
-
max-width: 1024px;
|
|
2360
|
-
overflow: hidden;
|
|
2413
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2414
|
+
border-color: #e75a3a;
|
|
2415
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2361
2416
|
}
|
|
2362
|
-
.
|
|
2363
|
-
|
|
2417
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2418
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2419
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2420
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2364
2421
|
}
|
|
2365
|
-
.
|
|
2366
|
-
|
|
2367
|
-
|
|
2422
|
+
textarea.ipd9bk.ant-input {
|
|
2423
|
+
transition-property: height;
|
|
2424
|
+
transition-delay: 50ms;
|
|
2368
2425
|
}
|
|
2369
|
-
.
|
|
2370
|
-
|
|
2371
|
-
|
|
2426
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2427
|
+
min-height: 40px;
|
|
2428
|
+
height: 40px;
|
|
2372
2429
|
}
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
flex: 1;
|
|
2430
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2431
|
+
height: 80px;
|
|
2376
2432
|
}
|
|
2377
|
-
.
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2433
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2434
|
+
min-height: 32px;
|
|
2435
|
+
height: 32px;
|
|
2381
2436
|
}
|
|
2382
|
-
.
|
|
2383
|
-
|
|
2384
|
-
line-height: 20px;
|
|
2385
|
-
color: #2d3a56;
|
|
2386
|
-
margin-bottom: 12px;
|
|
2437
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2438
|
+
height: 64px;
|
|
2387
2439
|
}
|
|
2388
|
-
.
|
|
2389
|
-
|
|
2440
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2441
|
+
min-height: 24px;
|
|
2442
|
+
height: 24px;
|
|
2390
2443
|
}
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
padding: 25px 0 15px 0;
|
|
2394
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2395
|
-
margin-bottom: 16px;
|
|
2444
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2445
|
+
height: 40px;
|
|
2396
2446
|
}
|
|
2397
2447
|
|
|
2398
|
-
.
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
margin-bottom: 8px;
|
|
2402
|
-
}
|
|
2403
|
-
.f4u402y > label {
|
|
2404
|
-
width: 216px;
|
|
2448
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2449
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2450
|
+
border-radius: 4px;
|
|
2405
2451
|
}
|
|
2406
|
-
.
|
|
2407
|
-
|
|
2452
|
+
.kypn5o5.input-tags {
|
|
2453
|
+
position: relative;
|
|
2454
|
+
padding: 6px;
|
|
2455
|
+
height: 32px;
|
|
2456
|
+
cursor: pointer;
|
|
2457
|
+
transition: border 150ms;
|
|
2408
2458
|
}
|
|
2409
|
-
.
|
|
2410
|
-
|
|
2459
|
+
.kypn5o5.input-tags:hover {
|
|
2460
|
+
border-color: #0080ff;
|
|
2461
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2411
2462
|
}
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
color: #e75a3a;
|
|
2415
|
-
margin-right: 10px;
|
|
2463
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2464
|
+
padding-right: 30px;
|
|
2416
2465
|
}
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
width: 100%;
|
|
2420
|
-
height: 1px;
|
|
2421
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2422
|
-
margin: 24px 0;
|
|
2466
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2467
|
+
display: flex;
|
|
2423
2468
|
}
|
|
2424
|
-
|
|
2425
|
-
.l1v7sr0n {
|
|
2469
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2426
2470
|
display: flex;
|
|
2427
|
-
justify-content: center;
|
|
2428
|
-
align-items: center;
|
|
2429
|
-
height: 100%;
|
|
2430
2471
|
}
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
background: #8e9aa9;
|
|
2437
|
-
opacity: 0.4;
|
|
2438
|
-
border-radius: 50%;
|
|
2439
|
-
margin: 0 4px;
|
|
2472
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2473
|
+
position: absolute;
|
|
2474
|
+
right: 12px;
|
|
2475
|
+
top: 50%;
|
|
2476
|
+
transform: translateY(-50%);
|
|
2440
2477
|
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
margin: 0 auto;
|
|
2478
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2479
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2480
|
+
font-size: 12px;
|
|
2481
|
+
cursor: pointer;
|
|
2446
2482
|
}
|
|
2447
|
-
.
|
|
2448
|
-
|
|
2449
|
-
border: none;
|
|
2483
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2484
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2450
2485
|
}
|
|
2451
|
-
.
|
|
2452
|
-
|
|
2486
|
+
.kypn5o5.has-focus-indicator {
|
|
2487
|
+
position: relative;
|
|
2488
|
+
overflow: hidden;
|
|
2453
2489
|
}
|
|
2454
|
-
.
|
|
2455
|
-
|
|
2490
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2491
|
+
position: absolute;
|
|
2492
|
+
top: 50%;
|
|
2493
|
+
transform: translateY(-50%);
|
|
2494
|
+
left: -16px;
|
|
2495
|
+
transition: left 150ms ease;
|
|
2496
|
+
opacity: 0;
|
|
2456
2497
|
}
|
|
2457
|
-
.
|
|
2458
|
-
|
|
2498
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2499
|
+
left: 8px;
|
|
2500
|
+
opacity: 1;
|
|
2459
2501
|
}
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
line-height: 18px;
|
|
2464
|
-
font-weight: bold;
|
|
2465
|
-
color: #fff;
|
|
2466
|
-
padding: 0 4px;
|
|
2467
|
-
border-radius: 4px;
|
|
2468
|
-
display: inline-block;
|
|
2469
|
-
background: var(--ti7fpyu-0);
|
|
2502
|
+
.kypn5o5.has-focus-indicator input {
|
|
2503
|
+
transition: margin-left 150ms ease;
|
|
2504
|
+
margin-left: 0px;
|
|
2470
2505
|
}
|
|
2471
|
-
.
|
|
2472
|
-
margin-left:
|
|
2506
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2507
|
+
margin-left: 16px;
|
|
2473
2508
|
}
|
|
2474
2509
|
|
|
2475
|
-
.
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
display: flex;
|
|
2479
|
-
align-items: center;
|
|
2480
|
-
justify-content: center;
|
|
2510
|
+
input.l1ki27se.ant-input {
|
|
2511
|
+
border-top-right-radius: 0;
|
|
2512
|
+
border-bottom-right-radius: 0;
|
|
2481
2513
|
}
|
|
2482
2514
|
|
|
2483
|
-
.
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2487
|
-
padding: 1px 4px 1px;
|
|
2488
|
-
margin-left: 2px;
|
|
2489
|
-
margin-right: 2px;
|
|
2490
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2491
|
-
border-radius: 4px;
|
|
2515
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2516
|
+
border-top-right-radius: 0;
|
|
2517
|
+
border-bottom-right-radius: 0;
|
|
2492
2518
|
}
|
|
2493
2519
|
|
|
2494
|
-
.
|
|
2495
|
-
|
|
2520
|
+
input.rrg1fkn.ant-input {
|
|
2521
|
+
border-top-left-radius: 0;
|
|
2522
|
+
border-bottom-left-radius: 0;
|
|
2496
2523
|
}
|
|
2497
|
-
|
|
2498
|
-
|
|
2524
|
+
|
|
2525
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2526
|
+
border-top-left-radius: 0;
|
|
2527
|
+
border-bottom-left-radius: 0;
|
|
2499
2528
|
}
|
|
2500
|
-
|
|
2501
|
-
|
|
2529
|
+
|
|
2530
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2531
|
+
border-top-right-radius: 0;
|
|
2532
|
+
border-bottom-right-radius: 0;
|
|
2502
2533
|
}
|
|
2503
|
-
|
|
2504
|
-
|
|
2534
|
+
|
|
2535
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2536
|
+
border-top-left-radius: 0;
|
|
2537
|
+
border-bottom-left-radius: 0;
|
|
2505
2538
|
}
|
|
2506
|
-
|
|
2507
|
-
|
|
2539
|
+
|
|
2540
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2541
|
+
display: inline-flex;
|
|
2542
|
+
align-items: baseline;
|
|
2543
|
+
white-space: pre-wrap;
|
|
2508
2544
|
}
|
|
2509
|
-
.
|
|
2545
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2510
2546
|
position: relative;
|
|
2511
|
-
|
|
2547
|
+
top: 3px;
|
|
2512
2548
|
}
|
|
2513
|
-
.
|
|
2514
|
-
|
|
2515
|
-
width: 100%;
|
|
2516
|
-
padding: 14px;
|
|
2517
|
-
background: #f2f4f6;
|
|
2518
|
-
font-size: 13px;
|
|
2519
|
-
line-height: 1.8;
|
|
2520
|
-
color: #8e9aa9;
|
|
2549
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2550
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2521
2551
|
}
|
|
2522
|
-
.
|
|
2523
|
-
|
|
2524
|
-
font-size: 13px;
|
|
2525
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2552
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2553
|
+
border-color: #0080ff;
|
|
2526
2554
|
}
|
|
2527
|
-
.
|
|
2528
|
-
|
|
2555
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2556
|
+
border-color: #0080ff;
|
|
2557
|
+
background: #0080ff;
|
|
2529
2558
|
}
|
|
2530
|
-
.
|
|
2531
|
-
|
|
2532
|
-
|
|
2559
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2560
|
+
top: 4px;
|
|
2561
|
+
left: 4px;
|
|
2562
|
+
width: 6px;
|
|
2563
|
+
height: 6px;
|
|
2564
|
+
background: #fff;
|
|
2533
2565
|
}
|
|
2534
|
-
.
|
|
2535
|
-
|
|
2566
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2567
|
+
opacity: 0.5;
|
|
2536
2568
|
}
|
|
2537
|
-
.
|
|
2538
|
-
|
|
2569
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2570
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2571
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2539
2572
|
}
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2573
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2574
|
+
background: #00122e;
|
|
2542
2575
|
}
|
|
2543
|
-
.
|
|
2544
|
-
color: #
|
|
2545
|
-
|
|
2546
|
-
overflow: hidden;
|
|
2576
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2577
|
+
color: #00122e;
|
|
2578
|
+
opacity: 0.5;
|
|
2547
2579
|
}
|
|
2548
|
-
.
|
|
2549
|
-
|
|
2550
|
-
height: auto;
|
|
2551
|
-
overflow: auto;
|
|
2580
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2581
|
+
color: #00122e;
|
|
2552
2582
|
}
|
|
2553
|
-
.
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2583
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2584
|
+
display: inline-block;
|
|
2585
|
+
padding: 0;
|
|
2586
|
+
padding-left: 12px;
|
|
2587
|
+
}
|
|
2588
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2589
|
+
margin-bottom: 0;
|
|
2590
|
+
white-space: pre-wrap;
|
|
2591
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2592
|
+
}
|
|
2593
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2594
|
+
padding-left: 8px;
|
|
2557
2595
|
}
|
|
2558
2596
|
|
|
2559
|
-
.
|
|
2560
|
-
|
|
2561
|
-
font-weight: bold;
|
|
2562
|
-
padding-bottom: 6px;
|
|
2563
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2564
|
-
margin-bottom: 16px;
|
|
2597
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2598
|
+
border-radius: 5px 0 0 5px;
|
|
2565
2599
|
}
|
|
2566
|
-
.
|
|
2567
|
-
|
|
2600
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2601
|
+
border-radius: 0 5px 5px 0;
|
|
2568
2602
|
}
|
|
2569
2603
|
|
|
2570
|
-
.
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
display: flex;
|
|
2574
|
-
justify-content: center;
|
|
2575
|
-
align-items: center;
|
|
2576
|
-
cursor: pointer;
|
|
2577
|
-
transition: all 200ms ease-out 40ms;
|
|
2604
|
+
.r1f0aqcc {
|
|
2605
|
+
color: #00122e;
|
|
2606
|
+
border-color: #ccd4e3;
|
|
2578
2607
|
}
|
|
2579
|
-
.
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2608
|
+
.r1f0aqcc:first-child {
|
|
2609
|
+
border-color: #a3b4cc;
|
|
2610
|
+
}
|
|
2611
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2612
|
+
padding: 0 12px;
|
|
2613
|
+
line-height: 32px;
|
|
2614
|
+
height: 32px;
|
|
2615
|
+
}
|
|
2616
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2617
|
+
white-space: nowrap;
|
|
2618
|
+
}
|
|
2619
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2584
2620
|
background: #ccd4e3;
|
|
2585
|
-
position: relative;
|
|
2586
|
-
right: 2px;
|
|
2587
|
-
transform: rotate(-45deg);
|
|
2588
2621
|
}
|
|
2589
|
-
.
|
|
2590
|
-
|
|
2591
|
-
left: 1px;
|
|
2622
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2623
|
+
background: #0080ff;
|
|
2592
2624
|
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2597
|
-
border-radius: 6px;
|
|
2625
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2626
|
+
background: #ccd4e3;
|
|
2627
|
+
opacity: 0.5;
|
|
2598
2628
|
}
|
|
2599
|
-
.
|
|
2600
|
-
|
|
2601
|
-
color: #e07f00;
|
|
2629
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2630
|
+
border-right-color: #0080ff;
|
|
2602
2631
|
}
|
|
2603
|
-
.
|
|
2604
|
-
|
|
2605
|
-
border-bottom-color: #e07f00;
|
|
2632
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2633
|
+
border-color: #0080ff;
|
|
2606
2634
|
}
|
|
2607
|
-
|
|
2608
|
-
.
|
|
2609
|
-
display: flex;
|
|
2610
|
-
flex-direction: row;
|
|
2611
|
-
padding: 7px 12px;
|
|
2612
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2613
|
-
border-radius: 6px;
|
|
2614
|
-
color: #e07f00;
|
|
2615
|
-
font-size: 12px;
|
|
2616
|
-
line-height: 18px;
|
|
2635
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2636
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2617
2637
|
}
|
|
2618
|
-
.
|
|
2619
|
-
|
|
2620
|
-
|
|
2638
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2639
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2640
|
+
border-color: #ccd4e3;
|
|
2641
|
+
opacity: 0.5;
|
|
2621
2642
|
}
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
flex-direction: row;
|
|
2626
|
-
padding: 7px 12px;
|
|
2627
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2628
|
-
border-radius: 6px;
|
|
2629
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2630
|
-
font-size: 12px;
|
|
2631
|
-
line-height: 18px;
|
|
2643
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2644
|
+
color: #00122e;
|
|
2645
|
+
border-color: #ccd4e3;
|
|
2632
2646
|
}
|
|
2633
|
-
.
|
|
2634
|
-
|
|
2635
|
-
|
|
2647
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2648
|
+
color: #00122e;
|
|
2649
|
+
border-color: #ccd4e3;
|
|
2650
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2636
2651
|
}
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
display:
|
|
2640
|
-
|
|
2641
|
-
padding:
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
color: #005ed1;
|
|
2645
|
-
font-size: 12px;
|
|
2646
|
-
line-height: 18px;
|
|
2652
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2653
|
+
margin-right: 8px;
|
|
2654
|
+
display: inline;
|
|
2655
|
+
border: none;
|
|
2656
|
+
padding: 0;
|
|
2657
|
+
width: 36px;
|
|
2658
|
+
background: transparent;
|
|
2647
2659
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
height: 18px;
|
|
2660
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2661
|
+
box-shadow: none;
|
|
2651
2662
|
}
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
font-size: 12px;
|
|
2657
|
-
line-height: 18px;
|
|
2663
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2664
|
+
margin-right: 0;
|
|
2665
|
+
width: initial;
|
|
2666
|
+
box-shadow: none;
|
|
2658
2667
|
}
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2668
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2669
|
+
display: none;
|
|
2670
|
+
}
|
|
2671
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2672
|
+
display: inline;
|
|
2673
|
+
}
|
|
2674
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2675
|
+
display: inline;
|
|
2676
|
+
margin-right: 8px;
|
|
2677
|
+
padding: 0;
|
|
2678
|
+
width: 36px;
|
|
2664
2679
|
}
|
|
2665
2680
|
|
|
2666
|
-
.
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2681
|
+
.s34f1qb.ant-switch {
|
|
2682
|
+
min-width: 40px;
|
|
2683
|
+
height: 24px;
|
|
2684
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2685
|
+
overflow: hidden;
|
|
2670
2686
|
}
|
|
2671
|
-
.
|
|
2672
|
-
|
|
2687
|
+
.s34f1qb.ant-switch:focus {
|
|
2688
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2689
|
+
}
|
|
2690
|
+
.s34f1qb.ant-switch-small {
|
|
2691
|
+
min-width: 26px;
|
|
2692
|
+
height: 16px;
|
|
2693
|
+
}
|
|
2694
|
+
.s34f1qb.ant-switch-large {
|
|
2695
|
+
min-width: 52px;
|
|
2696
|
+
height: 32px;
|
|
2697
|
+
}
|
|
2698
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2699
|
+
height: 20px;
|
|
2700
|
+
width: 20px;
|
|
2701
|
+
}
|
|
2702
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2703
|
+
border-radius: 10px;
|
|
2704
|
+
transition-delay: 120ms;
|
|
2705
|
+
}
|
|
2706
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2707
|
+
height: 14px;
|
|
2708
|
+
width: 14px;
|
|
2709
|
+
top: 1px;
|
|
2710
|
+
left: 1px;
|
|
2711
|
+
}
|
|
2712
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2713
|
+
height: 28px;
|
|
2714
|
+
width: 28px;
|
|
2715
|
+
}
|
|
2716
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2717
|
+
border-radius: 14px;
|
|
2718
|
+
}
|
|
2719
|
+
.s34f1qb.ant-switch-checked {
|
|
2720
|
+
background-color: #00ba5d;
|
|
2721
|
+
}
|
|
2722
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2723
|
+
left: calc(100% - 20px - 2px);
|
|
2724
|
+
}
|
|
2725
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2726
|
+
left: calc(100% - 14px - 1px);
|
|
2727
|
+
}
|
|
2728
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2729
|
+
left: calc(100% - 28px - 2px);
|
|
2673
2730
|
}
|
|
2674
2731
|
|
|
2675
|
-
.
|
|
2676
|
-
|
|
2732
|
+
.c1to9vb9 {
|
|
2733
|
+
margin-left: 5px;
|
|
2677
2734
|
}
|
|
2678
2735
|
|
|
2679
|
-
.
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
color: #2d3a56;
|
|
2683
|
-
border-radius: 6px;
|
|
2684
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2685
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2736
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2737
|
+
flex-direction: row;
|
|
2738
|
+
justify-content: stretch;
|
|
2686
2739
|
}
|
|
2687
|
-
.
|
|
2688
|
-
padding:
|
|
2689
|
-
|
|
2740
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2741
|
+
padding: 0;
|
|
2742
|
+
margin-right: 4px;
|
|
2743
|
+
flex: 1;
|
|
2744
|
+
overflow: visible;
|
|
2690
2745
|
}
|
|
2691
|
-
.
|
|
2692
|
-
|
|
2693
|
-
line-height: 18px;
|
|
2746
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2747
|
+
display: none;
|
|
2694
2748
|
}
|
|
2695
|
-
.
|
|
2696
|
-
|
|
2697
|
-
|
|
2749
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2750
|
+
width: 100%;
|
|
2751
|
+
min-height: unset;
|
|
2698
2752
|
}
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2701
|
-
|
|
2753
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2754
|
+
height: 26px;
|
|
2755
|
+
line-height: 26px;
|
|
2756
|
+
width: 100%;
|
|
2757
|
+
text-align: center;
|
|
2758
|
+
padding: 0;
|
|
2759
|
+
font-size: 12px;
|
|
2760
|
+
font-weight: normal;
|
|
2702
2761
|
}
|
|
2703
|
-
.
|
|
2704
|
-
|
|
2705
|
-
color: #e75a3a;
|
|
2762
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2763
|
+
margin-right: 10px;
|
|
2706
2764
|
}
|
|
2707
|
-
.
|
|
2708
|
-
|
|
2709
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2765
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2766
|
+
display: none;
|
|
2710
2767
|
}
|
|
2711
|
-
.
|
|
2712
|
-
border-
|
|
2713
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2768
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2769
|
+
border-radius: 4px 0 0 4px;
|
|
2714
2770
|
}
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2717
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2718
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2771
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2772
|
+
margin-right: 0;
|
|
2719
2773
|
}
|
|
2720
|
-
.
|
|
2721
|
-
|
|
2722
|
-
border-radius: 6px;
|
|
2723
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2724
|
-
line-height: 20px;
|
|
2725
|
-
color: #2d3a56;
|
|
2726
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2774
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2775
|
+
border-radius: 0 4px 4px 0;
|
|
2727
2776
|
}
|
|
2728
|
-
.
|
|
2729
|
-
|
|
2730
|
-
|
|
2777
|
+
.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 {
|
|
2778
|
+
content: "";
|
|
2779
|
+
width: 0;
|
|
2780
|
+
height: 0;
|
|
2781
|
+
border: 13px solid transparent;
|
|
2782
|
+
position: absolute;
|
|
2783
|
+
top: 0;
|
|
2784
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2785
|
+
right: -21px;
|
|
2786
|
+
z-index: 2;
|
|
2731
2787
|
}
|
|
2732
|
-
.
|
|
2733
|
-
|
|
2734
|
-
|
|
2788
|
+
.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 {
|
|
2789
|
+
content: "";
|
|
2790
|
+
width: 0;
|
|
2791
|
+
height: 0;
|
|
2792
|
+
border: 13px solid transparent;
|
|
2793
|
+
position: absolute;
|
|
2794
|
+
top: 0;
|
|
2795
|
+
border-left: 8px solid #fff;
|
|
2796
|
+
left: 0;
|
|
2735
2797
|
}
|
|
2736
|
-
.
|
|
2737
|
-
|
|
2738
|
-
line-height: 18px;
|
|
2798
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2799
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2739
2800
|
}
|
|
2740
|
-
.
|
|
2741
|
-
border-color: rgba(
|
|
2742
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2801
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2802
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2743
2803
|
}
|
|
2744
|
-
.
|
|
2745
|
-
|
|
2746
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2804
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2805
|
+
color: #005ed1;
|
|
2747
2806
|
}
|
|
2748
|
-
.
|
|
2749
|
-
|
|
2807
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2808
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2809
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2750
2810
|
}
|
|
2751
|
-
.
|
|
2752
|
-
|
|
2811
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2812
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2813
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2753
2814
|
}
|
|
2754
|
-
.
|
|
2755
|
-
|
|
2756
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2815
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2816
|
+
padding: 0;
|
|
2757
2817
|
}
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2818
|
+
|
|
2819
|
+
.obf05yr {
|
|
2820
|
+
display: inline-block;
|
|
2761
2821
|
}
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2822
|
+
|
|
2823
|
+
.hsms1n6 {
|
|
2824
|
+
visibility: hidden;
|
|
2825
|
+
position: absolute;
|
|
2766
2826
|
}
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2827
|
+
|
|
2828
|
+
.p12gwtiw {
|
|
2829
|
+
display: flex;
|
|
2830
|
+
justify-content: space-between;
|
|
2831
|
+
align-items: center;
|
|
2832
|
+
padding: 10px 0;
|
|
2833
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2834
|
+
font-size: 12px;
|
|
2835
|
+
line-height: 24px;
|
|
2770
2836
|
}
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
height: 40px;
|
|
2837
|
+
.p12gwtiw .pagination-left {
|
|
2838
|
+
padding: 2px 8px;
|
|
2774
2839
|
}
|
|
2775
|
-
|
|
2776
|
-
|
|
2840
|
+
.p12gwtiw .dropdown-trigger {
|
|
2841
|
+
display: flex;
|
|
2842
|
+
align-items: center;
|
|
2843
|
+
border-radius: 6px;
|
|
2844
|
+
cursor: pointer;
|
|
2845
|
+
transition: all 0.3s ease;
|
|
2777
2846
|
}
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2847
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2848
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2849
|
+
color: #0080ff;
|
|
2781
2850
|
}
|
|
2782
|
-
|
|
2783
|
-
|
|
2851
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2852
|
+
margin-left: 4px;
|
|
2853
|
+
}
|
|
2854
|
+
.p12gwtiw .pagination-right {
|
|
2855
|
+
display: flex;
|
|
2856
|
+
align-items: center;
|
|
2857
|
+
color: #0080ff;
|
|
2858
|
+
font-weight: bold;
|
|
2859
|
+
}
|
|
2860
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2861
|
+
margin-left: 4px;
|
|
2784
2862
|
}
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2863
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2864
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2865
|
+
padding: 0 8px;
|
|
2788
2866
|
}
|
|
2789
|
-
|
|
2790
|
-
|
|
2867
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2868
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2869
|
+
color: #0080ff;
|
|
2870
|
+
}
|
|
2871
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2872
|
+
transform: rotate(180deg);
|
|
2791
2873
|
}
|
|
2792
2874
|
|
|
2793
|
-
.
|
|
2794
|
-
|
|
2795
|
-
|
|
2875
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2876
|
+
max-height: calc(100vh - 128px);
|
|
2877
|
+
overflow-y: auto;
|
|
2796
2878
|
}
|
|
2797
|
-
.
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
height:
|
|
2801
|
-
cursor: pointer;
|
|
2802
|
-
transition: border 150ms;
|
|
2879
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2880
|
+
padding: 4px 20px;
|
|
2881
|
+
font-size: 12px;
|
|
2882
|
+
line-height: 18px;
|
|
2803
2883
|
}
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2884
|
+
|
|
2885
|
+
.i1e4sgug {
|
|
2886
|
+
display: inline-block;
|
|
2807
2887
|
}
|
|
2808
|
-
|
|
2809
|
-
|
|
2888
|
+
|
|
2889
|
+
.s1fc623g {
|
|
2890
|
+
width: 430px !important;
|
|
2810
2891
|
}
|
|
2811
|
-
|
|
2812
|
-
|
|
2892
|
+
|
|
2893
|
+
.da3mx0o .ant-select-item-group {
|
|
2894
|
+
padding: 8px 16px;
|
|
2895
|
+
line-height: 18px;
|
|
2896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2897
|
+
height: 34px;
|
|
2898
|
+
min-height: 34px;
|
|
2899
|
+
box-sizing: border-box;
|
|
2900
|
+
margin-top: 8px;
|
|
2813
2901
|
}
|
|
2814
|
-
|
|
2902
|
+
|
|
2903
|
+
.onr9gzt {
|
|
2815
2904
|
display: flex;
|
|
2905
|
+
flex-direction: column;
|
|
2906
|
+
margin: 1px 8px;
|
|
2907
|
+
padding: 8px;
|
|
2908
|
+
border-radius: 4px;
|
|
2816
2909
|
}
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2819
|
-
right: 12px;
|
|
2820
|
-
top: 50%;
|
|
2821
|
-
transform: translateY(-50%);
|
|
2822
|
-
}
|
|
2823
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2824
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2825
|
-
font-size: 12px;
|
|
2826
|
-
cursor: pointer;
|
|
2910
|
+
.onr9gzt .selected-icon {
|
|
2911
|
+
display: none;
|
|
2827
2912
|
}
|
|
2828
|
-
.
|
|
2829
|
-
|
|
2913
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2914
|
+
padding-left: 8px;
|
|
2830
2915
|
}
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
overflow: hidden;
|
|
2916
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2917
|
+
background-color: white;
|
|
2834
2918
|
}
|
|
2835
|
-
.
|
|
2836
|
-
|
|
2837
|
-
top: 50%;
|
|
2838
|
-
transform: translateY(-50%);
|
|
2839
|
-
left: -16px;
|
|
2840
|
-
transition: left 150ms ease;
|
|
2841
|
-
opacity: 0;
|
|
2919
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2920
|
+
color: #0080ff;
|
|
2842
2921
|
}
|
|
2843
|
-
.
|
|
2844
|
-
|
|
2845
|
-
opacity: 1;
|
|
2922
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2923
|
+
display: block;
|
|
2846
2924
|
}
|
|
2847
|
-
.
|
|
2848
|
-
|
|
2849
|
-
margin-left: 0px;
|
|
2925
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2926
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2850
2927
|
}
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2928
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2929
|
+
color: #0080ff;
|
|
2853
2930
|
}
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
border-bottom-right-radius: 0;
|
|
2931
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2932
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2933
|
+
color: #0080ff;
|
|
2858
2934
|
}
|
|
2859
2935
|
|
|
2860
|
-
.
|
|
2861
|
-
|
|
2862
|
-
|
|
2936
|
+
.oiy0apc {
|
|
2937
|
+
display: flex;
|
|
2938
|
+
justify-content: space-between;
|
|
2939
|
+
height: 20px;
|
|
2940
|
+
line-height: 20px;
|
|
2863
2941
|
}
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2942
|
+
.oiy0apc .timezone-title {
|
|
2943
|
+
color: #2d3a56;
|
|
2944
|
+
overflow: hidden;
|
|
2945
|
+
text-overflow: ellipsis;
|
|
2868
2946
|
}
|
|
2869
2947
|
|
|
2870
|
-
.
|
|
2871
|
-
|
|
2872
|
-
|
|
2948
|
+
.of4y382 {
|
|
2949
|
+
display: flex;
|
|
2950
|
+
justify-content: space-between;
|
|
2951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2952
|
+
height: 18px;
|
|
2953
|
+
line-height: 18px;
|
|
2954
|
+
margin-top: 2px;
|
|
2873
2955
|
}
|
|
2874
2956
|
|
|
2875
|
-
.
|
|
2876
|
-
border
|
|
2877
|
-
|
|
2957
|
+
.t19903l9 {
|
|
2958
|
+
border: none;
|
|
2959
|
+
margin-right: 0;
|
|
2960
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2878
2961
|
}
|
|
2879
2962
|
|
|
2880
|
-
.
|
|
2881
|
-
|
|
2882
|
-
|
|
2963
|
+
.ohwbvxu {
|
|
2964
|
+
pointer-events: none;
|
|
2965
|
+
height: 32px;
|
|
2966
|
+
width: 100%;
|
|
2967
|
+
opacity: 0;
|
|
2883
2968
|
}
|
|
2884
2969
|
|
|
2885
2970
|
.t1upn1sz {
|
|
@@ -3720,91 +3805,6 @@ input.rrg1fkn.ant-input {
|
|
|
3720
3805
|
line-height: 12px;
|
|
3721
3806
|
}
|
|
3722
3807
|
|
|
3723
|
-
.s1fc623g {
|
|
3724
|
-
width: 430px !important;
|
|
3725
|
-
}
|
|
3726
|
-
|
|
3727
|
-
.da3mx0o .ant-select-item-group {
|
|
3728
|
-
padding: 8px 16px;
|
|
3729
|
-
line-height: 18px;
|
|
3730
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3731
|
-
height: 34px;
|
|
3732
|
-
min-height: 34px;
|
|
3733
|
-
box-sizing: border-box;
|
|
3734
|
-
margin-top: 8px;
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
|
-
.onr9gzt {
|
|
3738
|
-
display: flex;
|
|
3739
|
-
flex-direction: column;
|
|
3740
|
-
margin: 1px 8px;
|
|
3741
|
-
padding: 8px;
|
|
3742
|
-
border-radius: 4px;
|
|
3743
|
-
}
|
|
3744
|
-
.onr9gzt .selected-icon {
|
|
3745
|
-
display: none;
|
|
3746
|
-
}
|
|
3747
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3748
|
-
padding-left: 8px;
|
|
3749
|
-
}
|
|
3750
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3751
|
-
background-color: white;
|
|
3752
|
-
}
|
|
3753
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3754
|
-
color: #0080ff;
|
|
3755
|
-
}
|
|
3756
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3757
|
-
display: block;
|
|
3758
|
-
}
|
|
3759
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3760
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3761
|
-
}
|
|
3762
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3763
|
-
color: #0080ff;
|
|
3764
|
-
}
|
|
3765
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3766
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3767
|
-
color: #0080ff;
|
|
3768
|
-
}
|
|
3769
|
-
|
|
3770
|
-
.oiy0apc {
|
|
3771
|
-
display: flex;
|
|
3772
|
-
justify-content: space-between;
|
|
3773
|
-
height: 20px;
|
|
3774
|
-
line-height: 20px;
|
|
3775
|
-
}
|
|
3776
|
-
.oiy0apc .timezone-title {
|
|
3777
|
-
color: #2d3a56;
|
|
3778
|
-
overflow: hidden;
|
|
3779
|
-
text-overflow: ellipsis;
|
|
3780
|
-
}
|
|
3781
|
-
|
|
3782
|
-
.of4y382 {
|
|
3783
|
-
display: flex;
|
|
3784
|
-
justify-content: space-between;
|
|
3785
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3786
|
-
height: 18px;
|
|
3787
|
-
line-height: 18px;
|
|
3788
|
-
margin-top: 2px;
|
|
3789
|
-
}
|
|
3790
|
-
|
|
3791
|
-
.t19903l9 {
|
|
3792
|
-
border: none;
|
|
3793
|
-
margin-right: 0;
|
|
3794
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
|
-
.ohwbvxu {
|
|
3798
|
-
pointer-events: none;
|
|
3799
|
-
height: 32px;
|
|
3800
|
-
width: 100%;
|
|
3801
|
-
opacity: 0;
|
|
3802
|
-
}
|
|
3803
|
-
|
|
3804
|
-
.i1e4sgug {
|
|
3805
|
-
display: inline-block;
|
|
3806
|
-
}
|
|
3807
|
-
|
|
3808
3808
|
.c198s9j3 {
|
|
3809
3809
|
color: #2d3a56;
|
|
3810
3810
|
line-height: 22px;
|
|
@@ -3876,6 +3876,16 @@ input.rrg1fkn.ant-input {
|
|
|
3876
3876
|
margin-left: 24px;
|
|
3877
3877
|
}
|
|
3878
3878
|
|
|
3879
|
+
.igz4le8 {
|
|
3880
|
+
height: 24px;
|
|
3881
|
+
width: 56px !important;
|
|
3882
|
+
margin-right: 4px;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.c1riexje {
|
|
3886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3879
3889
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3880
3890
|
border-radius: 6px;
|
|
3881
3891
|
}
|
|
@@ -3931,16 +3941,6 @@ input.rrg1fkn.ant-input {
|
|
|
3931
3941
|
transform: rotate(180deg);
|
|
3932
3942
|
}
|
|
3933
3943
|
|
|
3934
|
-
.igz4le8 {
|
|
3935
|
-
height: 24px;
|
|
3936
|
-
width: 56px !important;
|
|
3937
|
-
margin-right: 4px;
|
|
3938
|
-
}
|
|
3939
|
-
|
|
3940
|
-
.c1riexje {
|
|
3941
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3942
|
-
}
|
|
3943
|
-
|
|
3944
3944
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3945
3945
|
display: flex;
|
|
3946
3946
|
}
|