@cloudtower/eagle 0.24.8 → 0.24.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +756 -756
- package/dist/esm/index.js +13 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/spec/base.d.ts +31 -0
- package/dist/style.css +288 -288
- package/dist/umd/index.js +15 -7
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -5
package/dist/components.css
CHANGED
|
@@ -1833,960 +1833,960 @@ body {
|
|
|
1833
1833
|
margin-right: 4px;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
-
.
|
|
1837
|
-
display:
|
|
1836
|
+
.cz04yix {
|
|
1837
|
+
display: flex;
|
|
1838
|
+
flex-direction: column;
|
|
1838
1839
|
}
|
|
1839
1840
|
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1842
|
-
|
|
1841
|
+
.m1if5j39 {
|
|
1842
|
+
max-width: 1120px;
|
|
1843
|
+
width: 100%;
|
|
1844
|
+
margin: 0 auto;
|
|
1845
|
+
height: 100%;
|
|
1843
1846
|
}
|
|
1844
1847
|
|
|
1845
|
-
.
|
|
1848
|
+
.w1vvwdlp {
|
|
1849
|
+
max-width: 1120px;
|
|
1850
|
+
width: 100%;
|
|
1851
|
+
margin: 0 auto;
|
|
1846
1852
|
display: flex;
|
|
1847
|
-
justify-content: space-between;
|
|
1848
|
-
align-items: center;
|
|
1849
|
-
padding: 10px 0;
|
|
1850
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1851
|
-
font-size: 12px;
|
|
1852
|
-
line-height: 24px;
|
|
1853
1853
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1854
|
+
.w1vvwdlp .left,
|
|
1855
|
+
.w1vvwdlp .right {
|
|
1856
|
+
flex-grow: 0;
|
|
1857
|
+
flex-shrink: 0;
|
|
1858
|
+
flex-basis: 21%;
|
|
1856
1859
|
}
|
|
1857
|
-
.
|
|
1860
|
+
.w1vvwdlp .left {
|
|
1858
1861
|
display: flex;
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
cursor: pointer;
|
|
1862
|
-
transition: all 0.3s ease;
|
|
1862
|
+
justify-content: flex-end;
|
|
1863
|
+
padding-right: 44px;
|
|
1863
1864
|
}
|
|
1864
|
-
.
|
|
1865
|
-
|
|
1866
|
-
color: #0080ff;
|
|
1865
|
+
.w1vvwdlp .right {
|
|
1866
|
+
padding-left: 44px;
|
|
1867
1867
|
}
|
|
1868
|
-
.
|
|
1869
|
-
margin-
|
|
1868
|
+
.w1vvwdlp .middle {
|
|
1869
|
+
margin-bottom: 40px;
|
|
1870
|
+
flex-grow: 0;
|
|
1871
|
+
flex-shrink: 0;
|
|
1872
|
+
flex-basis: 58%;
|
|
1870
1873
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1873
|
-
align-items: center;
|
|
1874
|
-
color: #0080ff;
|
|
1875
|
-
font-weight: bold;
|
|
1874
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1875
|
+
width: 100%;
|
|
1876
1876
|
}
|
|
1877
|
-
.
|
|
1878
|
-
|
|
1877
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1878
|
+
width: auto;
|
|
1879
1879
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1882
|
-
padding: 0 8px;
|
|
1880
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1881
|
+
flex: initial;
|
|
1883
1882
|
}
|
|
1884
|
-
.
|
|
1885
|
-
|
|
1886
|
-
color: #0080ff;
|
|
1883
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1884
|
+
margin-top: 4px;
|
|
1887
1885
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1886
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1887
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1888
|
+
display: none !important;
|
|
1890
1889
|
}
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1890
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1891
|
+
padding: 0 15px;
|
|
1892
|
+
border-radius: 4px;
|
|
1893
|
+
height: 32px;
|
|
1894
|
+
display: flex;
|
|
1895
|
+
align-items: center;
|
|
1895
1896
|
}
|
|
1896
|
-
.
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
line-height: 18px;
|
|
1897
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1898
|
+
min-height: auto;
|
|
1899
|
+
white-space: nowrap;
|
|
1900
1900
|
}
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
display: inline-flex;
|
|
1904
|
-
align-items: baseline;
|
|
1905
|
-
white-space: pre-wrap;
|
|
1901
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1902
|
+
padding-bottom: 0px;
|
|
1906
1903
|
}
|
|
1907
|
-
.
|
|
1908
|
-
|
|
1909
|
-
|
|
1904
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1905
|
+
font-size: 13px !important;
|
|
1906
|
+
line-height: 20px !important;
|
|
1910
1907
|
}
|
|
1911
|
-
.
|
|
1912
|
-
|
|
1908
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
1909
|
+
display: inline-block;
|
|
1910
|
+
text-align: center;
|
|
1911
|
+
width: 13px;
|
|
1912
|
+
margin-right: 12px;
|
|
1913
1913
|
}
|
|
1914
|
-
.
|
|
1915
|
-
|
|
1914
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1915
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1916
1916
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1919
|
-
background: #0080ff;
|
|
1917
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1918
|
+
color: #005ed1;
|
|
1920
1919
|
}
|
|
1921
|
-
.
|
|
1922
|
-
|
|
1923
|
-
left: 4px;
|
|
1924
|
-
width: 6px;
|
|
1925
|
-
height: 6px;
|
|
1926
|
-
background: #fff;
|
|
1920
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1921
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1927
1922
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
1923
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1924
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
1930
1925
|
}
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1933
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1926
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
1927
|
+
cursor: not-allowed;
|
|
1934
1928
|
}
|
|
1935
|
-
.
|
|
1936
|
-
background:
|
|
1929
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
1930
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1937
1931
|
}
|
|
1938
|
-
.
|
|
1939
|
-
color: #
|
|
1940
|
-
opacity: 0.5;
|
|
1932
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1933
|
+
color: #2d3a56;
|
|
1941
1934
|
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1935
|
+
|
|
1936
|
+
.h1cuopx7 .ant-modal-header {
|
|
1937
|
+
margin: 0 auto;
|
|
1938
|
+
width: 100%;
|
|
1939
|
+
max-width: 648px;
|
|
1944
1940
|
}
|
|
1945
|
-
.
|
|
1946
|
-
|
|
1947
|
-
padding: 0;
|
|
1948
|
-
padding-left: 12px;
|
|
1941
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
1942
|
+
margin-left: 0;
|
|
1949
1943
|
}
|
|
1950
|
-
.
|
|
1951
|
-
margin
|
|
1952
|
-
|
|
1953
|
-
|
|
1944
|
+
.h1cuopx7 .ant-modal-body {
|
|
1945
|
+
margin: 0 auto;
|
|
1946
|
+
padding: 0;
|
|
1947
|
+
width: 100%;
|
|
1948
|
+
max-width: 648px;
|
|
1949
|
+
overflow: hidden;
|
|
1954
1950
|
}
|
|
1955
|
-
.
|
|
1956
|
-
|
|
1951
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
1952
|
+
margin-bottom: 40px;
|
|
1957
1953
|
}
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1954
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
1955
|
+
height: calc(100vh - 225px);
|
|
1956
|
+
overflow-y: auto;
|
|
1961
1957
|
}
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1958
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
1959
|
+
margin: 0 auto;
|
|
1960
|
+
max-width: 648px;
|
|
1964
1961
|
}
|
|
1965
1962
|
|
|
1966
|
-
.
|
|
1967
|
-
|
|
1968
|
-
|
|
1963
|
+
.h1p6d3y3 .ant-modal-header {
|
|
1964
|
+
margin: 0 auto;
|
|
1965
|
+
width: 100%;
|
|
1966
|
+
max-width: 1024px;
|
|
1969
1967
|
}
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1972
|
-
border-color: #a3b4cc;
|
|
1968
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
1969
|
+
margin-left: 0;
|
|
1973
1970
|
}
|
|
1974
|
-
.
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1971
|
+
.h1p6d3y3 .ant-modal-body {
|
|
1972
|
+
margin: 0 auto;
|
|
1973
|
+
padding: 0;
|
|
1974
|
+
width: 100%;
|
|
1975
|
+
max-width: 1024px;
|
|
1976
|
+
overflow: hidden;
|
|
1978
1977
|
}
|
|
1979
|
-
.
|
|
1980
|
-
|
|
1978
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
1979
|
+
margin-bottom: 40px;
|
|
1981
1980
|
}
|
|
1982
|
-
.
|
|
1983
|
-
|
|
1981
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
1982
|
+
height: calc(100vh - 225px);
|
|
1983
|
+
overflow-y: auto;
|
|
1984
1984
|
}
|
|
1985
|
-
.
|
|
1986
|
-
|
|
1985
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
1986
|
+
margin: 0 auto;
|
|
1987
|
+
max-width: 1024px;
|
|
1987
1988
|
}
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1989
|
+
|
|
1990
|
+
.fxgckuk {
|
|
1991
|
+
flex: 1;
|
|
1991
1992
|
}
|
|
1992
|
-
.
|
|
1993
|
-
|
|
1993
|
+
.fxgckuk label {
|
|
1994
|
+
font-size: 13px;
|
|
1995
|
+
line-height: 20px;
|
|
1996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1994
1997
|
}
|
|
1995
|
-
.
|
|
1996
|
-
|
|
1998
|
+
.fxgckuk .title {
|
|
1999
|
+
font-size: 14px;
|
|
2000
|
+
line-height: 20px;
|
|
2001
|
+
color: #2d3a56;
|
|
2002
|
+
margin-bottom: 12px;
|
|
1997
2003
|
}
|
|
1998
|
-
.
|
|
1999
|
-
|
|
2004
|
+
.fxgckuk.connect-cluster .title {
|
|
2005
|
+
padding-bottom: 26px;
|
|
2000
2006
|
}
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2007
|
-
color: #00122e;
|
|
2008
|
-
border-color: #ccd4e3;
|
|
2009
|
-
}
|
|
2010
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2011
|
-
color: #00122e;
|
|
2012
|
-
border-color: #ccd4e3;
|
|
2013
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2014
|
-
}
|
|
2015
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2016
|
-
margin-right: 8px;
|
|
2017
|
-
display: inline;
|
|
2018
|
-
border: none;
|
|
2019
|
-
padding: 0;
|
|
2020
|
-
width: 36px;
|
|
2021
|
-
background: transparent;
|
|
2022
|
-
}
|
|
2023
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2024
|
-
box-shadow: none;
|
|
2025
|
-
}
|
|
2026
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2027
|
-
margin-right: 0;
|
|
2028
|
-
width: initial;
|
|
2029
|
-
box-shadow: none;
|
|
2030
|
-
}
|
|
2031
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2032
|
-
display: none;
|
|
2033
|
-
}
|
|
2034
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2035
|
-
display: inline;
|
|
2036
|
-
}
|
|
2037
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2038
|
-
display: inline;
|
|
2039
|
-
margin-right: 8px;
|
|
2040
|
-
padding: 0;
|
|
2041
|
-
width: 36px;
|
|
2007
|
+
|
|
2008
|
+
.f1d0vek1 {
|
|
2009
|
+
padding: 25px 0 15px 0;
|
|
2010
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2011
|
+
margin-bottom: 16px;
|
|
2042
2012
|
}
|
|
2043
2013
|
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2049
|
-
padding: 0;
|
|
2050
|
-
margin-right: 4px;
|
|
2051
|
-
flex: 1;
|
|
2052
|
-
overflow: visible;
|
|
2014
|
+
.f4u402y {
|
|
2015
|
+
display: flex;
|
|
2016
|
+
align-items: center;
|
|
2017
|
+
margin-bottom: 8px;
|
|
2053
2018
|
}
|
|
2054
|
-
.
|
|
2055
|
-
|
|
2019
|
+
.f4u402y > label {
|
|
2020
|
+
width: 216px;
|
|
2056
2021
|
}
|
|
2057
|
-
.
|
|
2022
|
+
.f4u402y > label + * {
|
|
2058
2023
|
width: 100%;
|
|
2059
|
-
min-height: unset;
|
|
2060
2024
|
}
|
|
2061
|
-
.
|
|
2062
|
-
height: 26px;
|
|
2063
|
-
line-height: 26px;
|
|
2025
|
+
.f4u402y .ant-select {
|
|
2064
2026
|
width: 100%;
|
|
2065
|
-
text-align: center;
|
|
2066
|
-
padding: 0;
|
|
2067
|
-
font-size: 12px;
|
|
2068
|
-
font-weight: normal;
|
|
2069
2027
|
}
|
|
2070
|
-
|
|
2028
|
+
|
|
2029
|
+
.e1pldf6v {
|
|
2030
|
+
color: #e75a3a;
|
|
2071
2031
|
margin-right: 10px;
|
|
2072
2032
|
}
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2080
|
-
margin-right: 0;
|
|
2033
|
+
|
|
2034
|
+
.dq0gblh {
|
|
2035
|
+
width: 100%;
|
|
2036
|
+
height: 1px;
|
|
2037
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2038
|
+
margin: 24px 0;
|
|
2081
2039
|
}
|
|
2082
|
-
|
|
2083
|
-
|
|
2040
|
+
|
|
2041
|
+
.l1v7sr0n {
|
|
2042
|
+
display: flex;
|
|
2043
|
+
justify-content: center;
|
|
2044
|
+
align-items: center;
|
|
2045
|
+
height: 100%;
|
|
2084
2046
|
}
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
border-
|
|
2093
|
-
|
|
2094
|
-
z-index: 2;
|
|
2047
|
+
|
|
2048
|
+
.d1i4ou6o {
|
|
2049
|
+
display: inline-block;
|
|
2050
|
+
width: 4px;
|
|
2051
|
+
height: 4px;
|
|
2052
|
+
background: #8e9aa9;
|
|
2053
|
+
opacity: 0.4;
|
|
2054
|
+
border-radius: 50%;
|
|
2055
|
+
margin: 0 4px;
|
|
2095
2056
|
}
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
position: absolute;
|
|
2102
|
-
top: 0;
|
|
2103
|
-
border-left: 8px solid #fff;
|
|
2104
|
-
left: 0;
|
|
2057
|
+
|
|
2058
|
+
.m1jy87hk .ant-modal-header,
|
|
2059
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2060
|
+
width: 648px;
|
|
2061
|
+
margin: 0 auto;
|
|
2105
2062
|
}
|
|
2106
|
-
.
|
|
2107
|
-
|
|
2063
|
+
.m1jy87hk .ant-modal-header {
|
|
2064
|
+
padding: 35px 0 24px;
|
|
2065
|
+
border: none;
|
|
2108
2066
|
}
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2067
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2068
|
+
font-size: 30px;
|
|
2111
2069
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2070
|
+
.m1jy87hk .ant-modal-body {
|
|
2071
|
+
padding: 4px 0 2px;
|
|
2114
2072
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2117
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2073
|
+
.m1jy87hk .ant-modal-footer {
|
|
2074
|
+
border: none;
|
|
2118
2075
|
}
|
|
2119
|
-
|
|
2120
|
-
.
|
|
2121
|
-
|
|
2076
|
+
|
|
2077
|
+
.ti7fpyu {
|
|
2078
|
+
font-size: 12px;
|
|
2079
|
+
line-height: 18px;
|
|
2080
|
+
font-weight: bold;
|
|
2081
|
+
color: #fff;
|
|
2082
|
+
padding: 0 4px;
|
|
2083
|
+
border-radius: 4px;
|
|
2084
|
+
display: inline-block;
|
|
2085
|
+
background: var(--ti7fpyu-0);
|
|
2122
2086
|
}
|
|
2123
|
-
.
|
|
2124
|
-
|
|
2087
|
+
.ti7fpyu:not(:first-child) {
|
|
2088
|
+
margin-left: 4px;
|
|
2125
2089
|
}
|
|
2126
2090
|
|
|
2127
|
-
.
|
|
2091
|
+
.f1rest1f {
|
|
2092
|
+
width: 100%;
|
|
2093
|
+
height: 100%;
|
|
2128
2094
|
display: flex;
|
|
2129
|
-
|
|
2095
|
+
align-items: center;
|
|
2096
|
+
justify-content: center;
|
|
2130
2097
|
}
|
|
2131
2098
|
|
|
2132
|
-
.
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2099
|
+
.n1kbdoln {
|
|
2100
|
+
font-size: 90%;
|
|
2101
|
+
font-weight: bold;
|
|
2102
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2103
|
+
padding: 1px 4px 1px;
|
|
2104
|
+
margin-left: 2px;
|
|
2105
|
+
margin-right: 2px;
|
|
2106
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2107
|
+
border-radius: 4px;
|
|
2137
2108
|
}
|
|
2138
2109
|
|
|
2139
|
-
.
|
|
2140
|
-
|
|
2141
|
-
width: 100%;
|
|
2142
|
-
margin: 0 auto;
|
|
2143
|
-
display: flex;
|
|
2110
|
+
.f1y3gta0.form-item-general {
|
|
2111
|
+
width: 640px;
|
|
2144
2112
|
}
|
|
2145
|
-
.
|
|
2146
|
-
|
|
2147
|
-
flex-grow: 0;
|
|
2148
|
-
flex-shrink: 0;
|
|
2149
|
-
flex-basis: 21%;
|
|
2113
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2114
|
+
margin-top: 16px;
|
|
2150
2115
|
}
|
|
2151
|
-
.
|
|
2116
|
+
.f1y3gta0.form-item-compact {
|
|
2117
|
+
width: 412px;
|
|
2118
|
+
}
|
|
2119
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2120
|
+
margin-top: 8px;
|
|
2121
|
+
}
|
|
2122
|
+
.f1y3gta0 .form-item {
|
|
2123
|
+
width: auto;
|
|
2124
|
+
}
|
|
2125
|
+
.f1y3gta0 .form-item-main {
|
|
2126
|
+
position: relative;
|
|
2152
2127
|
display: flex;
|
|
2153
|
-
justify-content: flex-end;
|
|
2154
|
-
padding-right: 44px;
|
|
2155
2128
|
}
|
|
2156
|
-
.
|
|
2157
|
-
|
|
2129
|
+
.f1y3gta0 .form-item-extra {
|
|
2130
|
+
margin-top: 4px;
|
|
2131
|
+
width: 100%;
|
|
2132
|
+
padding: 14px;
|
|
2133
|
+
background: #f2f4f6;
|
|
2134
|
+
font-size: 13px;
|
|
2135
|
+
line-height: 1.8;
|
|
2136
|
+
color: #8e9aa9;
|
|
2158
2137
|
}
|
|
2159
|
-
.
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
flex-basis: 58%;
|
|
2138
|
+
.f1y3gta0 .form-item-label {
|
|
2139
|
+
padding-right: 12px;
|
|
2140
|
+
font-size: 13px;
|
|
2141
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2164
2142
|
}
|
|
2165
|
-
.
|
|
2143
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2144
|
+
text-align: right;
|
|
2145
|
+
}
|
|
2146
|
+
.f1y3gta0 .form-item-label,
|
|
2147
|
+
.f1y3gta0 .form-item-control {
|
|
2148
|
+
line-height: 32px;
|
|
2149
|
+
}
|
|
2150
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2151
|
+
line-height: 18px;
|
|
2152
|
+
}
|
|
2153
|
+
.f1y3gta0 .form-item-children {
|
|
2166
2154
|
width: 100%;
|
|
2167
2155
|
}
|
|
2168
|
-
.
|
|
2169
|
-
width:
|
|
2156
|
+
.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 {
|
|
2157
|
+
width: 100%;
|
|
2170
2158
|
}
|
|
2171
|
-
.
|
|
2172
|
-
|
|
2159
|
+
.f1y3gta0 .form-item-error {
|
|
2160
|
+
color: #e75a3a;
|
|
2161
|
+
height: 0;
|
|
2162
|
+
overflow: hidden;
|
|
2173
2163
|
}
|
|
2174
|
-
.
|
|
2164
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2175
2165
|
margin-top: 4px;
|
|
2166
|
+
height: auto;
|
|
2167
|
+
overflow: auto;
|
|
2176
2168
|
}
|
|
2177
|
-
.
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2169
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2170
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2171
|
+
border: 1px solid #e75a3a;
|
|
2172
|
+
color: #e75a3a;
|
|
2180
2173
|
}
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2174
|
+
|
|
2175
|
+
.fujbm7g {
|
|
2176
|
+
color: #2d3a56;
|
|
2177
|
+
font-weight: bold;
|
|
2178
|
+
padding-bottom: 6px;
|
|
2179
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2180
|
+
margin-bottom: 16px;
|
|
2181
|
+
}
|
|
2182
|
+
.fujbm7g:not(:first-of-type) {
|
|
2183
|
+
margin-top: 16px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
.e5fsw5s {
|
|
2187
|
+
width: 8px;
|
|
2188
|
+
height: 24px;
|
|
2185
2189
|
display: flex;
|
|
2190
|
+
justify-content: center;
|
|
2186
2191
|
align-items: center;
|
|
2192
|
+
cursor: pointer;
|
|
2193
|
+
transition: all 200ms ease-out 40ms;
|
|
2187
2194
|
}
|
|
2188
|
-
.
|
|
2189
|
-
|
|
2190
|
-
|
|
2195
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2196
|
+
content: "";
|
|
2197
|
+
width: 1px;
|
|
2198
|
+
height: 6px;
|
|
2199
|
+
border-radius: 1px;
|
|
2200
|
+
background: #ccd4e3;
|
|
2201
|
+
position: relative;
|
|
2202
|
+
right: 2px;
|
|
2203
|
+
transform: rotate(-45deg);
|
|
2191
2204
|
}
|
|
2192
|
-
.
|
|
2193
|
-
|
|
2205
|
+
.e5fsw5s:after {
|
|
2206
|
+
transform: rotate(45deg);
|
|
2207
|
+
left: 1px;
|
|
2194
2208
|
}
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2209
|
+
|
|
2210
|
+
.w18knsg4.ant-alert-warning {
|
|
2211
|
+
border: 0;
|
|
2212
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2213
|
+
border-radius: 6px;
|
|
2198
2214
|
}
|
|
2199
|
-
.
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
width: 13px;
|
|
2203
|
-
margin-right: 12px;
|
|
2215
|
+
.w18knsg4.ant-alert,
|
|
2216
|
+
.w18knsg4 .ant-alert-message {
|
|
2217
|
+
color: #e07f00;
|
|
2204
2218
|
}
|
|
2205
|
-
.
|
|
2206
|
-
|
|
2219
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2220
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2221
|
+
border-bottom-color: #e07f00;
|
|
2207
2222
|
}
|
|
2208
|
-
|
|
2209
|
-
|
|
2223
|
+
|
|
2224
|
+
.ng31n2o {
|
|
2225
|
+
display: flex;
|
|
2226
|
+
flex-direction: row;
|
|
2227
|
+
padding: 7px 12px;
|
|
2228
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2229
|
+
border-radius: 6px;
|
|
2230
|
+
color: #e07f00;
|
|
2231
|
+
font-size: 12px;
|
|
2232
|
+
line-height: 18px;
|
|
2210
2233
|
}
|
|
2211
|
-
.
|
|
2212
|
-
|
|
2234
|
+
.ng31n2o .icon-wrapper {
|
|
2235
|
+
margin-right: 10px;
|
|
2236
|
+
height: 18px;
|
|
2213
2237
|
}
|
|
2214
|
-
|
|
2215
|
-
|
|
2238
|
+
|
|
2239
|
+
.n15x5f5y {
|
|
2240
|
+
display: flex;
|
|
2241
|
+
flex-direction: row;
|
|
2242
|
+
padding: 7px 12px;
|
|
2243
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2244
|
+
border-radius: 6px;
|
|
2245
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2246
|
+
font-size: 12px;
|
|
2247
|
+
line-height: 18px;
|
|
2216
2248
|
}
|
|
2217
|
-
.
|
|
2218
|
-
|
|
2249
|
+
.n15x5f5y .icon-wrapper {
|
|
2250
|
+
margin-right: 10px;
|
|
2251
|
+
height: 18px;
|
|
2219
2252
|
}
|
|
2220
|
-
|
|
2221
|
-
|
|
2253
|
+
|
|
2254
|
+
.i16ozz3f {
|
|
2255
|
+
display: flex;
|
|
2256
|
+
flex-direction: row;
|
|
2257
|
+
padding: 7px 12px;
|
|
2258
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2259
|
+
border-radius: 6px;
|
|
2260
|
+
color: #005ed1;
|
|
2261
|
+
font-size: 12px;
|
|
2262
|
+
line-height: 18px;
|
|
2222
2263
|
}
|
|
2223
|
-
.
|
|
2224
|
-
|
|
2264
|
+
.i16ozz3f .icon-wrapper {
|
|
2265
|
+
margin-right: 10px;
|
|
2266
|
+
height: 18px;
|
|
2225
2267
|
}
|
|
2226
2268
|
|
|
2227
|
-
.
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2233
|
-
margin-left: 0;
|
|
2269
|
+
.dszu9qr {
|
|
2270
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2271
|
+
margin-top: 5px;
|
|
2272
|
+
font-size: 12px;
|
|
2273
|
+
line-height: 18px;
|
|
2234
2274
|
}
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
overflow: hidden;
|
|
2275
|
+
|
|
2276
|
+
.snxzgx {
|
|
2277
|
+
color: #f0483e;
|
|
2278
|
+
font-size: 12px;
|
|
2279
|
+
white-space: pre-wrap;
|
|
2241
2280
|
}
|
|
2242
|
-
|
|
2243
|
-
|
|
2281
|
+
|
|
2282
|
+
.o1i4orqw {
|
|
2283
|
+
display: flex;
|
|
2284
|
+
align-items: center;
|
|
2285
|
+
justify-content: flex-end;
|
|
2244
2286
|
}
|
|
2245
|
-
.
|
|
2246
|
-
|
|
2247
|
-
overflow-y: auto;
|
|
2287
|
+
.o1i4orqw .icon-wrapper {
|
|
2288
|
+
margin-right: 16px;
|
|
2248
2289
|
}
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2290
|
+
|
|
2291
|
+
.t79k8o2 {
|
|
2292
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2252
2293
|
}
|
|
2253
2294
|
|
|
2254
|
-
.
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2295
|
+
.ipd9bk.ant-input {
|
|
2296
|
+
padding: 5px 12px;
|
|
2297
|
+
line-height: 20px;
|
|
2298
|
+
color: #2d3a56;
|
|
2299
|
+
border-radius: 6px;
|
|
2300
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2301
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2258
2302
|
}
|
|
2259
|
-
.
|
|
2260
|
-
|
|
2303
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2304
|
+
padding: 8px 16px;
|
|
2305
|
+
line-height: 22px;
|
|
2261
2306
|
}
|
|
2262
|
-
.
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
width: 100%;
|
|
2266
|
-
max-width: 1024px;
|
|
2267
|
-
overflow: hidden;
|
|
2307
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2308
|
+
padding: 2px 8px;
|
|
2309
|
+
line-height: 18px;
|
|
2268
2310
|
}
|
|
2269
|
-
.
|
|
2270
|
-
|
|
2311
|
+
.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 {
|
|
2312
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2313
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2271
2314
|
}
|
|
2272
|
-
.
|
|
2273
|
-
|
|
2274
|
-
|
|
2315
|
+
.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 {
|
|
2316
|
+
border-color: #0096ff;
|
|
2317
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2275
2318
|
}
|
|
2276
|
-
.
|
|
2277
|
-
|
|
2278
|
-
|
|
2319
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2320
|
+
border-color: #e75a3a;
|
|
2321
|
+
color: #e75a3a;
|
|
2279
2322
|
}
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2323
|
+
.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 {
|
|
2324
|
+
border-color: #e75a3a;
|
|
2325
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2283
2326
|
}
|
|
2284
|
-
.
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2327
|
+
.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 {
|
|
2328
|
+
border-color: #e75a3a;
|
|
2329
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2288
2330
|
}
|
|
2289
|
-
.
|
|
2290
|
-
|
|
2331
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2332
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2333
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2334
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2335
|
+
}
|
|
2336
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2337
|
+
padding: 5px 12px;
|
|
2338
|
+
border-radius: 6px;
|
|
2339
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2291
2340
|
line-height: 20px;
|
|
2292
2341
|
color: #2d3a56;
|
|
2293
|
-
|
|
2294
|
-
}
|
|
2295
|
-
.fxgckuk.connect-cluster .title {
|
|
2296
|
-
padding-bottom: 26px;
|
|
2342
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2297
2343
|
}
|
|
2298
|
-
|
|
2299
|
-
.
|
|
2300
|
-
|
|
2301
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2302
|
-
margin-bottom: 16px;
|
|
2344
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2345
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2346
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2303
2347
|
}
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
align-items: center;
|
|
2308
|
-
margin-bottom: 8px;
|
|
2348
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2349
|
+
padding: 8px 16px;
|
|
2350
|
+
line-height: 22px;
|
|
2309
2351
|
}
|
|
2310
|
-
.
|
|
2311
|
-
|
|
2352
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2353
|
+
padding: 2px 8px;
|
|
2354
|
+
line-height: 18px;
|
|
2312
2355
|
}
|
|
2313
|
-
.
|
|
2314
|
-
|
|
2356
|
+
.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 {
|
|
2357
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2358
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2315
2359
|
}
|
|
2316
|
-
.
|
|
2317
|
-
|
|
2360
|
+
.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 {
|
|
2361
|
+
border-color: #0096ff;
|
|
2362
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2318
2363
|
}
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
color: #e75a3a;
|
|
2322
|
-
margin-right: 10px;
|
|
2364
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2365
|
+
border-color: #e75a3a;
|
|
2323
2366
|
}
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
width: 100%;
|
|
2327
|
-
height: 1px;
|
|
2328
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2329
|
-
margin: 24px 0;
|
|
2367
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2368
|
+
color: #e75a3a;
|
|
2330
2369
|
}
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
justify-content: center;
|
|
2335
|
-
align-items: center;
|
|
2336
|
-
height: 100%;
|
|
2370
|
+
.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 {
|
|
2371
|
+
border-color: #e75a3a;
|
|
2372
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2337
2373
|
}
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
width: 4px;
|
|
2342
|
-
height: 4px;
|
|
2343
|
-
background: #8e9aa9;
|
|
2344
|
-
opacity: 0.4;
|
|
2345
|
-
border-radius: 50%;
|
|
2346
|
-
margin: 0 4px;
|
|
2374
|
+
.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 {
|
|
2375
|
+
border-color: #e75a3a;
|
|
2376
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2347
2377
|
}
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
margin: 0 auto;
|
|
2378
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2379
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2380
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2381
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2353
2382
|
}
|
|
2354
|
-
.
|
|
2355
|
-
|
|
2356
|
-
|
|
2383
|
+
textarea.ipd9bk.ant-input {
|
|
2384
|
+
transition-property: height;
|
|
2385
|
+
transition-delay: 50ms;
|
|
2357
2386
|
}
|
|
2358
|
-
.
|
|
2359
|
-
|
|
2387
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2388
|
+
min-height: 40px;
|
|
2389
|
+
height: 40px;
|
|
2360
2390
|
}
|
|
2361
|
-
.
|
|
2362
|
-
|
|
2391
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2392
|
+
height: 80px;
|
|
2363
2393
|
}
|
|
2364
|
-
.
|
|
2365
|
-
|
|
2394
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2395
|
+
min-height: 32px;
|
|
2396
|
+
height: 32px;
|
|
2366
2397
|
}
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
font-size: 12px;
|
|
2370
|
-
line-height: 18px;
|
|
2371
|
-
font-weight: bold;
|
|
2372
|
-
color: #fff;
|
|
2373
|
-
padding: 0 4px;
|
|
2374
|
-
border-radius: 4px;
|
|
2375
|
-
display: inline-block;
|
|
2376
|
-
background: var(--ti7fpyu-0);
|
|
2398
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2399
|
+
height: 64px;
|
|
2377
2400
|
}
|
|
2378
|
-
.
|
|
2379
|
-
|
|
2401
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2402
|
+
min-height: 24px;
|
|
2403
|
+
height: 24px;
|
|
2380
2404
|
}
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
width: 100%;
|
|
2384
|
-
height: 100%;
|
|
2385
|
-
display: flex;
|
|
2386
|
-
align-items: center;
|
|
2387
|
-
justify-content: center;
|
|
2405
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2406
|
+
height: 40px;
|
|
2388
2407
|
}
|
|
2389
2408
|
|
|
2390
|
-
.
|
|
2391
|
-
font-size: 90%;
|
|
2392
|
-
font-weight: bold;
|
|
2393
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2394
|
-
padding: 1px 4px 1px;
|
|
2395
|
-
margin-left: 2px;
|
|
2396
|
-
margin-right: 2px;
|
|
2409
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2397
2410
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2398
2411
|
border-radius: 4px;
|
|
2399
2412
|
}
|
|
2400
|
-
|
|
2401
|
-
.f1y3gta0.form-item-general {
|
|
2402
|
-
width: 640px;
|
|
2403
|
-
}
|
|
2404
|
-
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2405
|
-
margin-top: 16px;
|
|
2406
|
-
}
|
|
2407
|
-
.f1y3gta0.form-item-compact {
|
|
2408
|
-
width: 412px;
|
|
2409
|
-
}
|
|
2410
|
-
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2411
|
-
margin-top: 8px;
|
|
2412
|
-
}
|
|
2413
|
-
.f1y3gta0 .form-item {
|
|
2414
|
-
width: auto;
|
|
2415
|
-
}
|
|
2416
|
-
.f1y3gta0 .form-item-main {
|
|
2413
|
+
.kypn5o5.input-tags {
|
|
2417
2414
|
position: relative;
|
|
2418
|
-
|
|
2415
|
+
padding: 6px;
|
|
2416
|
+
height: 32px;
|
|
2417
|
+
cursor: pointer;
|
|
2418
|
+
transition: border 150ms;
|
|
2419
2419
|
}
|
|
2420
|
-
.
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
padding: 14px;
|
|
2424
|
-
background: #f2f4f6;
|
|
2425
|
-
font-size: 13px;
|
|
2426
|
-
line-height: 1.8;
|
|
2427
|
-
color: #8e9aa9;
|
|
2420
|
+
.kypn5o5.input-tags:hover {
|
|
2421
|
+
border-color: #0080ff;
|
|
2422
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2428
2423
|
}
|
|
2429
|
-
.
|
|
2430
|
-
padding-right:
|
|
2431
|
-
font-size: 13px;
|
|
2432
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2424
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2425
|
+
padding-right: 30px;
|
|
2433
2426
|
}
|
|
2434
|
-
.
|
|
2435
|
-
|
|
2427
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2428
|
+
display: flex;
|
|
2436
2429
|
}
|
|
2437
|
-
.
|
|
2438
|
-
|
|
2439
|
-
line-height: 32px;
|
|
2430
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2431
|
+
display: flex;
|
|
2440
2432
|
}
|
|
2441
|
-
.
|
|
2442
|
-
|
|
2433
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2434
|
+
position: absolute;
|
|
2435
|
+
right: 12px;
|
|
2436
|
+
top: 50%;
|
|
2437
|
+
transform: translateY(-50%);
|
|
2443
2438
|
}
|
|
2444
|
-
.
|
|
2445
|
-
|
|
2439
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2440
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2441
|
+
font-size: 12px;
|
|
2442
|
+
cursor: pointer;
|
|
2446
2443
|
}
|
|
2447
|
-
.
|
|
2448
|
-
|
|
2444
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2445
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2449
2446
|
}
|
|
2450
|
-
.
|
|
2451
|
-
|
|
2452
|
-
height: 0;
|
|
2447
|
+
.kypn5o5.has-focus-indicator {
|
|
2448
|
+
position: relative;
|
|
2453
2449
|
overflow: hidden;
|
|
2454
2450
|
}
|
|
2455
|
-
.
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2451
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2452
|
+
position: absolute;
|
|
2453
|
+
top: 50%;
|
|
2454
|
+
transform: translateY(-50%);
|
|
2455
|
+
left: -16px;
|
|
2456
|
+
transition: left 150ms ease;
|
|
2457
|
+
opacity: 0;
|
|
2459
2458
|
}
|
|
2460
|
-
.
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
color: #e75a3a;
|
|
2459
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2460
|
+
left: 8px;
|
|
2461
|
+
opacity: 1;
|
|
2464
2462
|
}
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
font-weight: bold;
|
|
2469
|
-
padding-bottom: 6px;
|
|
2470
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2471
|
-
margin-bottom: 16px;
|
|
2463
|
+
.kypn5o5.has-focus-indicator input {
|
|
2464
|
+
transition: margin-left 150ms ease;
|
|
2465
|
+
margin-left: 0px;
|
|
2472
2466
|
}
|
|
2473
|
-
.
|
|
2474
|
-
margin-
|
|
2467
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2468
|
+
margin-left: 16px;
|
|
2475
2469
|
}
|
|
2476
2470
|
|
|
2477
|
-
.
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
display: flex;
|
|
2481
|
-
justify-content: center;
|
|
2482
|
-
align-items: center;
|
|
2483
|
-
cursor: pointer;
|
|
2484
|
-
transition: all 200ms ease-out 40ms;
|
|
2471
|
+
input.l1ki27se.ant-input {
|
|
2472
|
+
border-top-right-radius: 0;
|
|
2473
|
+
border-bottom-right-radius: 0;
|
|
2485
2474
|
}
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
border-radius: 1px;
|
|
2491
|
-
background: #ccd4e3;
|
|
2492
|
-
position: relative;
|
|
2493
|
-
right: 2px;
|
|
2494
|
-
transform: rotate(-45deg);
|
|
2475
|
+
|
|
2476
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2477
|
+
border-top-right-radius: 0;
|
|
2478
|
+
border-bottom-right-radius: 0;
|
|
2495
2479
|
}
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
left:
|
|
2480
|
+
|
|
2481
|
+
input.rrg1fkn.ant-input {
|
|
2482
|
+
border-top-left-radius: 0;
|
|
2483
|
+
border-bottom-left-radius: 0;
|
|
2499
2484
|
}
|
|
2500
2485
|
|
|
2501
|
-
.
|
|
2502
|
-
border: 0;
|
|
2503
|
-
|
|
2504
|
-
border-radius: 6px;
|
|
2486
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2487
|
+
border-top-left-radius: 0;
|
|
2488
|
+
border-bottom-left-radius: 0;
|
|
2505
2489
|
}
|
|
2506
|
-
|
|
2507
|
-
.
|
|
2508
|
-
|
|
2490
|
+
|
|
2491
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2492
|
+
border-top-right-radius: 0;
|
|
2493
|
+
border-bottom-right-radius: 0;
|
|
2509
2494
|
}
|
|
2510
|
-
|
|
2511
|
-
.
|
|
2512
|
-
border-
|
|
2495
|
+
|
|
2496
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2497
|
+
border-top-left-radius: 0;
|
|
2498
|
+
border-bottom-left-radius: 0;
|
|
2513
2499
|
}
|
|
2514
2500
|
|
|
2515
|
-
.
|
|
2516
|
-
display:
|
|
2517
|
-
flex-direction: row;
|
|
2518
|
-
padding: 7px 12px;
|
|
2519
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2520
|
-
border-radius: 6px;
|
|
2521
|
-
color: #e07f00;
|
|
2522
|
-
font-size: 12px;
|
|
2523
|
-
line-height: 18px;
|
|
2501
|
+
.obf05yr {
|
|
2502
|
+
display: inline-block;
|
|
2524
2503
|
}
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2504
|
+
|
|
2505
|
+
.hsms1n6 {
|
|
2506
|
+
visibility: hidden;
|
|
2507
|
+
position: absolute;
|
|
2528
2508
|
}
|
|
2529
2509
|
|
|
2530
|
-
.
|
|
2510
|
+
.p12gwtiw {
|
|
2531
2511
|
display: flex;
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
border-radius: 6px;
|
|
2512
|
+
justify-content: space-between;
|
|
2513
|
+
align-items: center;
|
|
2514
|
+
padding: 10px 0;
|
|
2536
2515
|
color: rgba(44, 56, 82, 0.6);
|
|
2537
2516
|
font-size: 12px;
|
|
2538
|
-
line-height:
|
|
2517
|
+
line-height: 24px;
|
|
2539
2518
|
}
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2542
|
-
height: 18px;
|
|
2519
|
+
.p12gwtiw .pagination-left {
|
|
2520
|
+
padding: 2px 8px;
|
|
2543
2521
|
}
|
|
2544
|
-
|
|
2545
|
-
.i16ozz3f {
|
|
2522
|
+
.p12gwtiw .dropdown-trigger {
|
|
2546
2523
|
display: flex;
|
|
2547
|
-
|
|
2548
|
-
padding: 7px 12px;
|
|
2549
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2524
|
+
align-items: center;
|
|
2550
2525
|
border-radius: 6px;
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
line-height: 18px;
|
|
2526
|
+
cursor: pointer;
|
|
2527
|
+
transition: all 0.3s ease;
|
|
2554
2528
|
}
|
|
2555
|
-
.
|
|
2556
|
-
|
|
2557
|
-
|
|
2529
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2530
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2531
|
+
color: #0080ff;
|
|
2532
|
+
}
|
|
2533
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2534
|
+
margin-left: 4px;
|
|
2535
|
+
}
|
|
2536
|
+
.p12gwtiw .pagination-right {
|
|
2537
|
+
display: flex;
|
|
2538
|
+
align-items: center;
|
|
2539
|
+
color: #0080ff;
|
|
2540
|
+
font-weight: bold;
|
|
2541
|
+
}
|
|
2542
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2543
|
+
margin-left: 4px;
|
|
2544
|
+
}
|
|
2545
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2546
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2547
|
+
padding: 0 8px;
|
|
2548
|
+
}
|
|
2549
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2550
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2551
|
+
color: #0080ff;
|
|
2552
|
+
}
|
|
2553
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2554
|
+
transform: rotate(180deg);
|
|
2558
2555
|
}
|
|
2559
2556
|
|
|
2560
|
-
.
|
|
2561
|
-
|
|
2562
|
-
|
|
2557
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2558
|
+
max-height: calc(100vh - 128px);
|
|
2559
|
+
overflow-y: auto;
|
|
2560
|
+
}
|
|
2561
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2562
|
+
padding: 4px 20px;
|
|
2563
2563
|
font-size: 12px;
|
|
2564
2564
|
line-height: 18px;
|
|
2565
2565
|
}
|
|
2566
2566
|
|
|
2567
|
-
.
|
|
2568
|
-
|
|
2569
|
-
|
|
2567
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2568
|
+
display: inline-flex;
|
|
2569
|
+
align-items: baseline;
|
|
2570
2570
|
white-space: pre-wrap;
|
|
2571
2571
|
}
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
align-items: center;
|
|
2576
|
-
justify-content: flex-end;
|
|
2572
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2573
|
+
position: relative;
|
|
2574
|
+
top: 3px;
|
|
2577
2575
|
}
|
|
2578
|
-
.
|
|
2579
|
-
|
|
2576
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2577
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2580
2578
|
}
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2579
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2580
|
+
border-color: #0080ff;
|
|
2584
2581
|
}
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
line-height: 20px;
|
|
2589
|
-
color: #2d3a56;
|
|
2590
|
-
border-radius: 6px;
|
|
2591
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2592
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2582
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2583
|
+
border-color: #0080ff;
|
|
2584
|
+
background: #0080ff;
|
|
2593
2585
|
}
|
|
2594
|
-
.
|
|
2595
|
-
|
|
2596
|
-
|
|
2586
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2587
|
+
top: 4px;
|
|
2588
|
+
left: 4px;
|
|
2589
|
+
width: 6px;
|
|
2590
|
+
height: 6px;
|
|
2591
|
+
background: #fff;
|
|
2597
2592
|
}
|
|
2598
|
-
.
|
|
2599
|
-
|
|
2600
|
-
line-height: 18px;
|
|
2593
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2594
|
+
opacity: 0.5;
|
|
2601
2595
|
}
|
|
2602
|
-
.
|
|
2596
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2603
2597
|
border-color: rgba(107, 128, 167, 0.6);
|
|
2604
|
-
|
|
2598
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2605
2599
|
}
|
|
2606
|
-
.
|
|
2607
|
-
|
|
2608
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2600
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2601
|
+
background: #00122e;
|
|
2609
2602
|
}
|
|
2610
|
-
.
|
|
2611
|
-
|
|
2612
|
-
|
|
2603
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2604
|
+
color: #00122e;
|
|
2605
|
+
opacity: 0.5;
|
|
2613
2606
|
}
|
|
2614
|
-
.
|
|
2615
|
-
|
|
2616
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2607
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2608
|
+
color: #00122e;
|
|
2617
2609
|
}
|
|
2618
|
-
.
|
|
2619
|
-
|
|
2620
|
-
|
|
2610
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2611
|
+
display: inline-block;
|
|
2612
|
+
padding: 0;
|
|
2613
|
+
padding-left: 12px;
|
|
2621
2614
|
}
|
|
2622
|
-
.
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2615
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2616
|
+
margin-bottom: 0;
|
|
2617
|
+
white-space: pre-wrap;
|
|
2618
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2626
2619
|
}
|
|
2627
|
-
.
|
|
2628
|
-
padding:
|
|
2629
|
-
border-radius: 6px;
|
|
2630
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2631
|
-
line-height: 20px;
|
|
2632
|
-
color: #2d3a56;
|
|
2633
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2620
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2621
|
+
padding-left: 8px;
|
|
2634
2622
|
}
|
|
2635
|
-
|
|
2636
|
-
.
|
|
2637
|
-
|
|
2623
|
+
|
|
2624
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2625
|
+
border-radius: 5px 0 0 5px;
|
|
2638
2626
|
}
|
|
2639
|
-
.
|
|
2640
|
-
|
|
2641
|
-
line-height: 22px;
|
|
2627
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2628
|
+
border-radius: 0 5px 5px 0;
|
|
2642
2629
|
}
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2630
|
+
|
|
2631
|
+
.r1f0aqcc {
|
|
2632
|
+
color: #00122e;
|
|
2633
|
+
border-color: #ccd4e3;
|
|
2646
2634
|
}
|
|
2647
|
-
.
|
|
2648
|
-
|
|
2649
|
-
|
|
2635
|
+
.r1f0aqcc:first-child {
|
|
2636
|
+
color: #00122e;
|
|
2637
|
+
border-color: #a3b4cc;
|
|
2650
2638
|
}
|
|
2651
|
-
.
|
|
2652
|
-
|
|
2653
|
-
|
|
2639
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2640
|
+
padding: 0 12px;
|
|
2641
|
+
line-height: 32px;
|
|
2642
|
+
height: 32px;
|
|
2654
2643
|
}
|
|
2655
|
-
.
|
|
2656
|
-
|
|
2644
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2645
|
+
white-space: nowrap;
|
|
2657
2646
|
}
|
|
2658
|
-
.
|
|
2659
|
-
|
|
2647
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2648
|
+
background: #ccd4e3;
|
|
2660
2649
|
}
|
|
2661
|
-
.
|
|
2662
|
-
|
|
2663
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2650
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2651
|
+
background: #0080ff;
|
|
2664
2652
|
}
|
|
2665
|
-
.
|
|
2666
|
-
|
|
2667
|
-
|
|
2653
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2654
|
+
background: #ccd4e3;
|
|
2655
|
+
opacity: 0.5;
|
|
2656
|
+
}
|
|
2657
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2658
|
+
border-right-color: #0080ff;
|
|
2659
|
+
}
|
|
2660
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2661
|
+
border-color: #0080ff;
|
|
2662
|
+
}
|
|
2663
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2664
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2668
2665
|
}
|
|
2669
|
-
.
|
|
2666
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2670
2667
|
background: rgba(211, 218, 235, 0.6);
|
|
2671
|
-
color:
|
|
2672
|
-
|
|
2668
|
+
border-color: #ccd4e3;
|
|
2669
|
+
opacity: 0.5;
|
|
2673
2670
|
}
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2671
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2672
|
+
color: #00122e;
|
|
2673
|
+
border-color: #ccd4e3;
|
|
2677
2674
|
}
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2675
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2676
|
+
color: #00122e;
|
|
2677
|
+
border-color: #ccd4e3;
|
|
2678
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2681
2679
|
}
|
|
2682
|
-
|
|
2683
|
-
|
|
2680
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2681
|
+
margin-right: 8px;
|
|
2682
|
+
display: inline;
|
|
2683
|
+
border: none;
|
|
2684
|
+
padding: 0;
|
|
2685
|
+
width: 36px;
|
|
2686
|
+
background: transparent;
|
|
2684
2687
|
}
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
height: 32px;
|
|
2688
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2689
|
+
box-shadow: none;
|
|
2688
2690
|
}
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2692
|
+
margin-right: 0;
|
|
2693
|
+
width: initial;
|
|
2694
|
+
box-shadow: none;
|
|
2691
2695
|
}
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
height: 24px;
|
|
2696
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2697
|
+
display: none;
|
|
2695
2698
|
}
|
|
2696
|
-
|
|
2697
|
-
|
|
2699
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2700
|
+
display: inline;
|
|
2701
|
+
}
|
|
2702
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2703
|
+
display: inline;
|
|
2704
|
+
margin-right: 8px;
|
|
2705
|
+
padding: 0;
|
|
2706
|
+
width: 36px;
|
|
2698
2707
|
}
|
|
2699
2708
|
|
|
2700
|
-
.
|
|
2701
|
-
|
|
2702
|
-
|
|
2709
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2710
|
+
flex-direction: row;
|
|
2711
|
+
justify-content: stretch;
|
|
2703
2712
|
}
|
|
2704
|
-
.
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
transition: border 150ms;
|
|
2713
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2714
|
+
padding: 0;
|
|
2715
|
+
margin-right: 4px;
|
|
2716
|
+
flex: 1;
|
|
2717
|
+
overflow: visible;
|
|
2710
2718
|
}
|
|
2711
|
-
.
|
|
2712
|
-
|
|
2713
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2719
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2720
|
+
display: none;
|
|
2714
2721
|
}
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2722
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2723
|
+
width: 100%;
|
|
2724
|
+
min-height: unset;
|
|
2717
2725
|
}
|
|
2718
|
-
.
|
|
2719
|
-
|
|
2726
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2727
|
+
height: 26px;
|
|
2728
|
+
line-height: 26px;
|
|
2729
|
+
width: 100%;
|
|
2730
|
+
text-align: center;
|
|
2731
|
+
padding: 0;
|
|
2732
|
+
font-size: 12px;
|
|
2733
|
+
font-weight: normal;
|
|
2720
2734
|
}
|
|
2721
|
-
.
|
|
2722
|
-
|
|
2735
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2736
|
+
margin-right: 10px;
|
|
2723
2737
|
}
|
|
2724
|
-
.
|
|
2725
|
-
|
|
2726
|
-
right: 12px;
|
|
2727
|
-
top: 50%;
|
|
2728
|
-
transform: translateY(-50%);
|
|
2738
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2739
|
+
display: none;
|
|
2729
2740
|
}
|
|
2730
|
-
.
|
|
2731
|
-
|
|
2732
|
-
font-size: 12px;
|
|
2733
|
-
cursor: pointer;
|
|
2741
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2742
|
+
border-radius: 4px 0 0 4px;
|
|
2734
2743
|
}
|
|
2735
|
-
.
|
|
2736
|
-
|
|
2744
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2745
|
+
margin-right: 0;
|
|
2737
2746
|
}
|
|
2738
|
-
.
|
|
2739
|
-
|
|
2740
|
-
overflow: hidden;
|
|
2747
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2748
|
+
border-radius: 0 4px 4px 0;
|
|
2741
2749
|
}
|
|
2742
|
-
.
|
|
2750
|
+
.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 {
|
|
2751
|
+
content: "";
|
|
2752
|
+
width: 0;
|
|
2753
|
+
height: 0;
|
|
2754
|
+
border: 13px solid transparent;
|
|
2743
2755
|
position: absolute;
|
|
2744
|
-
top:
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
opacity: 0;
|
|
2749
|
-
}
|
|
2750
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2751
|
-
left: 8px;
|
|
2752
|
-
opacity: 1;
|
|
2753
|
-
}
|
|
2754
|
-
.kypn5o5.has-focus-indicator input {
|
|
2755
|
-
transition: margin-left 150ms ease;
|
|
2756
|
-
margin-left: 0px;
|
|
2756
|
+
top: 0;
|
|
2757
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2758
|
+
right: -21px;
|
|
2759
|
+
z-index: 2;
|
|
2757
2760
|
}
|
|
2758
|
-
.
|
|
2759
|
-
|
|
2761
|
+
.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 {
|
|
2762
|
+
content: "";
|
|
2763
|
+
width: 0;
|
|
2764
|
+
height: 0;
|
|
2765
|
+
border: 13px solid transparent;
|
|
2766
|
+
position: absolute;
|
|
2767
|
+
top: 0;
|
|
2768
|
+
border-left: 8px solid #fff;
|
|
2769
|
+
left: 0;
|
|
2760
2770
|
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
border-top-right-radius: 0;
|
|
2764
|
-
border-bottom-right-radius: 0;
|
|
2771
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2772
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2765
2773
|
}
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
border-top-right-radius: 0;
|
|
2769
|
-
border-bottom-right-radius: 0;
|
|
2774
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2775
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2770
2776
|
}
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
border-top-left-radius: 0;
|
|
2774
|
-
border-bottom-left-radius: 0;
|
|
2777
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2778
|
+
color: #005ed1;
|
|
2775
2779
|
}
|
|
2776
|
-
|
|
2777
|
-
.
|
|
2778
|
-
|
|
2779
|
-
border-bottom-left-radius: 0;
|
|
2780
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2781
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2782
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2780
2783
|
}
|
|
2781
|
-
|
|
2782
|
-
.
|
|
2783
|
-
|
|
2784
|
-
border-bottom-right-radius: 0;
|
|
2784
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2785
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2785
2787
|
}
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
border-top-left-radius: 0;
|
|
2789
|
-
border-bottom-left-radius: 0;
|
|
2788
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2789
|
+
padding: 0;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.s34f1qb.ant-switch {
|
|
@@ -3288,10 +3288,6 @@ input.rrg1fkn.ant-input {
|
|
|
3288
3288
|
opacity: 0;
|
|
3289
3289
|
}
|
|
3290
3290
|
|
|
3291
|
-
.i1e4sgug {
|
|
3292
|
-
display: inline-block;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
3291
|
.d6j0lbj {
|
|
3296
3292
|
font-family: Inter;
|
|
3297
3293
|
font-style: normal;
|
|
@@ -3767,6 +3763,10 @@ input.rrg1fkn.ant-input {
|
|
|
3767
3763
|
line-height: 12px;
|
|
3768
3764
|
}
|
|
3769
3765
|
|
|
3766
|
+
.i1e4sgug {
|
|
3767
|
+
display: inline-block;
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
3770
|
.c198s9j3 {
|
|
3771
3771
|
color: #2d3a56;
|
|
3772
3772
|
line-height: 22px;
|
|
@@ -3838,6 +3838,16 @@ input.rrg1fkn.ant-input {
|
|
|
3838
3838
|
margin-left: 24px;
|
|
3839
3839
|
}
|
|
3840
3840
|
|
|
3841
|
+
.igz4le8 {
|
|
3842
|
+
height: 24px;
|
|
3843
|
+
width: 56px !important;
|
|
3844
|
+
margin-right: 4px;
|
|
3845
|
+
}
|
|
3846
|
+
|
|
3847
|
+
.c1riexje {
|
|
3848
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3849
|
+
}
|
|
3850
|
+
|
|
3841
3851
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3842
3852
|
border-radius: 6px;
|
|
3843
3853
|
}
|
|
@@ -3893,16 +3903,6 @@ input.rrg1fkn.ant-input {
|
|
|
3893
3903
|
transform: rotate(180deg);
|
|
3894
3904
|
}
|
|
3895
3905
|
|
|
3896
|
-
.igz4le8 {
|
|
3897
|
-
height: 24px;
|
|
3898
|
-
width: 56px !important;
|
|
3899
|
-
margin-right: 4px;
|
|
3900
|
-
}
|
|
3901
|
-
|
|
3902
|
-
.c1riexje {
|
|
3903
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
3906
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3907
3907
|
display: flex;
|
|
3908
3908
|
}
|
|
@@ -4340,25 +4340,6 @@ input.rrg1fkn.ant-input {
|
|
|
4340
4340
|
margin-right: 8px;
|
|
4341
4341
|
}
|
|
4342
4342
|
|
|
4343
|
-
.feau332.ant-form-item {
|
|
4344
|
-
margin-bottom: 0;
|
|
4345
|
-
}
|
|
4346
|
-
.feau332 .ant-form-item-explain {
|
|
4347
|
-
display: none;
|
|
4348
|
-
min-height: 18px;
|
|
4349
|
-
margin-top: 5px;
|
|
4350
|
-
font-family: "Inter";
|
|
4351
|
-
font-weight: 400;
|
|
4352
|
-
font-size: 12px;
|
|
4353
|
-
line-height: 18px;
|
|
4354
|
-
}
|
|
4355
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4356
|
-
white-space: pre-wrap;
|
|
4357
|
-
}
|
|
4358
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4359
|
-
display: block;
|
|
4360
|
-
}
|
|
4361
|
-
|
|
4362
4343
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4363
4344
|
display: var(--a6dbbkm-0);
|
|
4364
4345
|
}
|
|
@@ -4388,4 +4369,23 @@ input.rrg1fkn.ant-input {
|
|
|
4388
4369
|
margin: 0;
|
|
4389
4370
|
height: auto;
|
|
4390
4371
|
font-size: inherit;
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4374
|
+
.feau332.ant-form-item {
|
|
4375
|
+
margin-bottom: 0;
|
|
4376
|
+
}
|
|
4377
|
+
.feau332 .ant-form-item-explain {
|
|
4378
|
+
display: none;
|
|
4379
|
+
min-height: 18px;
|
|
4380
|
+
margin-top: 5px;
|
|
4381
|
+
font-family: "Inter";
|
|
4382
|
+
font-weight: 400;
|
|
4383
|
+
font-size: 12px;
|
|
4384
|
+
line-height: 18px;
|
|
4385
|
+
}
|
|
4386
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4387
|
+
white-space: pre-wrap;
|
|
4388
|
+
}
|
|
4389
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4390
|
+
display: block;
|
|
4391
4391
|
}
|