@cloudtower/eagle 0.22.40 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UIKitProvider/index.d.ts +2 -0
- package/dist/components/TableForm/Columns/AffixColumn.d.ts +1 -1
- package/dist/components/TableForm/Columns/CheckboxColumn.d.ts +6 -3
- package/dist/components/TableForm/Columns/InputColumn.d.ts +3 -3
- package/dist/components/TableForm/Columns/TextColumn.d.ts +1 -1
- package/dist/components/TableForm/Columns/index.d.ts +15 -13
- package/dist/components/TableForm/types.d.ts +27 -12
- package/dist/esm/index.js +243 -145
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/spec/base.d.ts +2 -0
- package/dist/style.css +880 -855
- package/dist/umd/index.js +244 -143
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,81 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
+
.fde5mpd {
|
|
1601
|
+
width: 100%;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
min-height: 124px;
|
|
1604
|
+
display: flex;
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
justify-content: center;
|
|
1607
|
+
align-items: center;
|
|
1608
|
+
}
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.iap75of {
|
|
1616
|
+
height: 18px;
|
|
1617
|
+
line-height: 18px;
|
|
1618
|
+
padding: 0 4px;
|
|
1619
|
+
border-radius: 4px;
|
|
1620
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1621
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1622
|
+
display: flex;
|
|
1623
|
+
align-items: center;
|
|
1624
|
+
white-space: nowrap;
|
|
1625
|
+
margin-right: 4px;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.i1mrf09m {
|
|
1629
|
+
display: inline-flex;
|
|
1630
|
+
align-items: center;
|
|
1631
|
+
}
|
|
1632
|
+
.i1mrf09m .icon-inner {
|
|
1633
|
+
display: inline-flex;
|
|
1634
|
+
align-items: center;
|
|
1635
|
+
justify-content: center;
|
|
1636
|
+
}
|
|
1637
|
+
.i1mrf09m .icon-inner + span,
|
|
1638
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1639
|
+
margin-left: 4px;
|
|
1640
|
+
}
|
|
1641
|
+
.i1mrf09m.is-rotate img,
|
|
1642
|
+
.i1mrf09m.is-rotate svg {
|
|
1643
|
+
animation: rotate 680ms linear infinite;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.bpq0js6 {
|
|
1647
|
+
padding: 4px 11px;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.b15sn34c {
|
|
1651
|
+
white-space: nowrap;
|
|
1652
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1653
|
+
}
|
|
1654
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1655
|
+
--color: #0080ff;
|
|
1656
|
+
}
|
|
1657
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1658
|
+
--color: #0080ff;
|
|
1659
|
+
}
|
|
1660
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1661
|
+
margin-left: 1px;
|
|
1662
|
+
}
|
|
1663
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1664
|
+
border-top-right-radius: 0;
|
|
1665
|
+
border-bottom-right-radius: 0;
|
|
1666
|
+
}
|
|
1667
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1668
|
+
border-top-left-radius: 0;
|
|
1669
|
+
border-bottom-left-radius: 0;
|
|
1670
|
+
}
|
|
1671
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1672
|
+
border-radius: unset;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1600
1675
|
.buj61ew.ant-btn {
|
|
1601
1676
|
height: 32px;
|
|
1602
1677
|
border-radius: 6px;
|
|
@@ -1845,1090 +1920,1015 @@ input[type=submit] {
|
|
|
1845
1920
|
padding: 0;
|
|
1846
1921
|
}
|
|
1847
1922
|
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
height: 100%;
|
|
1851
|
-
min-height: 124px;
|
|
1852
|
-
display: flex;
|
|
1853
|
-
flex-direction: column;
|
|
1854
|
-
justify-content: center;
|
|
1855
|
-
align-items: center;
|
|
1856
|
-
}
|
|
1857
|
-
.fde5mpd .error-text {
|
|
1858
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1859
|
-
margin-bottom: 16px;
|
|
1860
|
-
font-size: 18px;
|
|
1923
|
+
.obf05yr {
|
|
1924
|
+
display: inline-block;
|
|
1861
1925
|
}
|
|
1862
1926
|
|
|
1863
|
-
.
|
|
1864
|
-
|
|
1927
|
+
.hsms1n6 {
|
|
1928
|
+
visibility: hidden;
|
|
1929
|
+
position: absolute;
|
|
1865
1930
|
}
|
|
1866
1931
|
|
|
1867
|
-
.
|
|
1868
|
-
|
|
1869
|
-
|
|
1932
|
+
.s34f1qb.ant-switch {
|
|
1933
|
+
min-width: 40px;
|
|
1934
|
+
height: 24px;
|
|
1935
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1936
|
+
overflow: hidden;
|
|
1870
1937
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1938
|
+
.s34f1qb.ant-switch:focus {
|
|
1939
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1873
1940
|
}
|
|
1874
|
-
.
|
|
1875
|
-
|
|
1941
|
+
.s34f1qb.ant-switch-small {
|
|
1942
|
+
min-width: 26px;
|
|
1943
|
+
height: 16px;
|
|
1876
1944
|
}
|
|
1877
|
-
.
|
|
1878
|
-
|
|
1945
|
+
.s34f1qb.ant-switch-large {
|
|
1946
|
+
min-width: 52px;
|
|
1947
|
+
height: 32px;
|
|
1879
1948
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1882
|
-
|
|
1949
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1950
|
+
height: 20px;
|
|
1951
|
+
width: 20px;
|
|
1883
1952
|
}
|
|
1884
|
-
.
|
|
1885
|
-
border-
|
|
1886
|
-
|
|
1953
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1954
|
+
border-radius: 10px;
|
|
1955
|
+
transition-delay: 120ms;
|
|
1887
1956
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1957
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1958
|
+
height: 14px;
|
|
1959
|
+
width: 14px;
|
|
1960
|
+
top: 1px;
|
|
1961
|
+
left: 1px;
|
|
1890
1962
|
}
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
align-items: center;
|
|
1963
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1964
|
+
height: 28px;
|
|
1965
|
+
width: 28px;
|
|
1895
1966
|
}
|
|
1896
|
-
.
|
|
1897
|
-
|
|
1898
|
-
align-items: center;
|
|
1899
|
-
justify-content: center;
|
|
1967
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1968
|
+
border-radius: 14px;
|
|
1900
1969
|
}
|
|
1901
|
-
.
|
|
1902
|
-
|
|
1903
|
-
margin-left: 4px;
|
|
1970
|
+
.s34f1qb.ant-switch-checked {
|
|
1971
|
+
background-color: #00ba5d;
|
|
1904
1972
|
}
|
|
1905
|
-
.
|
|
1906
|
-
|
|
1907
|
-
|
|
1973
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1974
|
+
left: calc(100% - 20px - 2px);
|
|
1975
|
+
}
|
|
1976
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1977
|
+
left: calc(100% - 14px - 1px);
|
|
1978
|
+
}
|
|
1979
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1980
|
+
left: calc(100% - 28px - 2px);
|
|
1908
1981
|
}
|
|
1909
1982
|
|
|
1910
|
-
.
|
|
1911
|
-
|
|
1912
|
-
line-height: 18px;
|
|
1913
|
-
padding: 0 4px;
|
|
1914
|
-
border-radius: 4px;
|
|
1915
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1917
|
-
display: flex;
|
|
1918
|
-
align-items: center;
|
|
1919
|
-
white-space: nowrap;
|
|
1920
|
-
margin-right: 4px;
|
|
1983
|
+
.c1to9vb9 {
|
|
1984
|
+
margin-left: 5px;
|
|
1921
1985
|
}
|
|
1922
1986
|
|
|
1923
|
-
.
|
|
1924
|
-
display:
|
|
1987
|
+
.cz04yix {
|
|
1988
|
+
display: flex;
|
|
1989
|
+
flex-direction: column;
|
|
1925
1990
|
}
|
|
1926
1991
|
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1929
|
-
|
|
1992
|
+
.m1if5j39 {
|
|
1993
|
+
max-width: 1120px;
|
|
1994
|
+
width: 100%;
|
|
1995
|
+
margin: 0 auto;
|
|
1996
|
+
height: 100%;
|
|
1930
1997
|
}
|
|
1931
1998
|
|
|
1932
|
-
.
|
|
1999
|
+
.w1vvwdlp {
|
|
2000
|
+
max-width: 1120px;
|
|
2001
|
+
width: 100%;
|
|
2002
|
+
margin: 0 auto;
|
|
1933
2003
|
display: flex;
|
|
1934
|
-
justify-content: space-between;
|
|
1935
|
-
align-items: center;
|
|
1936
|
-
padding: 10px 0;
|
|
1937
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
-
font-size: 12px;
|
|
1939
|
-
line-height: 24px;
|
|
1940
2004
|
}
|
|
1941
|
-
.
|
|
1942
|
-
|
|
2005
|
+
.w1vvwdlp .left,
|
|
2006
|
+
.w1vvwdlp .right {
|
|
2007
|
+
flex-grow: 0;
|
|
2008
|
+
flex-shrink: 0;
|
|
2009
|
+
flex-basis: 21%;
|
|
1943
2010
|
}
|
|
1944
|
-
.
|
|
2011
|
+
.w1vvwdlp .left {
|
|
1945
2012
|
display: flex;
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
cursor: pointer;
|
|
1949
|
-
transition: all 0.3s ease;
|
|
2013
|
+
justify-content: flex-end;
|
|
2014
|
+
padding-right: 44px;
|
|
1950
2015
|
}
|
|
1951
|
-
.
|
|
1952
|
-
|
|
1953
|
-
color: #0080ff;
|
|
2016
|
+
.w1vvwdlp .right {
|
|
2017
|
+
padding-left: 44px;
|
|
1954
2018
|
}
|
|
1955
|
-
.
|
|
1956
|
-
margin-
|
|
2019
|
+
.w1vvwdlp .middle {
|
|
2020
|
+
margin-bottom: 40px;
|
|
2021
|
+
flex-grow: 0;
|
|
2022
|
+
flex-shrink: 0;
|
|
2023
|
+
flex-basis: 58%;
|
|
1957
2024
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1960
|
-
align-items: center;
|
|
1961
|
-
color: #0080ff;
|
|
1962
|
-
font-weight: bold;
|
|
2025
|
+
.w1vvwdlp .middle .form-base-field {
|
|
2026
|
+
width: 100%;
|
|
1963
2027
|
}
|
|
1964
|
-
.
|
|
1965
|
-
|
|
2028
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2029
|
+
width: auto;
|
|
1966
2030
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
padding: 0 8px;
|
|
2031
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2032
|
+
flex: initial;
|
|
1970
2033
|
}
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1973
|
-
color: #0080ff;
|
|
2034
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2035
|
+
margin-top: 4px;
|
|
1974
2036
|
}
|
|
1975
|
-
.
|
|
1976
|
-
|
|
2037
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
2038
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
2039
|
+
display: none !important;
|
|
1977
2040
|
}
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
padding: 4px 20px;
|
|
1985
|
-
font-size: 12px;
|
|
1986
|
-
line-height: 18px;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1990
|
-
flex-direction: row;
|
|
1991
|
-
justify-content: stretch;
|
|
2041
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
2042
|
+
padding: 0 15px;
|
|
2043
|
+
border-radius: 4px;
|
|
2044
|
+
height: 32px;
|
|
2045
|
+
display: flex;
|
|
2046
|
+
align-items: center;
|
|
1992
2047
|
}
|
|
1993
|
-
.
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
flex: 1;
|
|
1997
|
-
overflow: visible;
|
|
2048
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2049
|
+
min-height: auto;
|
|
2050
|
+
white-space: nowrap;
|
|
1998
2051
|
}
|
|
1999
|
-
.
|
|
2000
|
-
|
|
2052
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
2053
|
+
padding-bottom: 0px;
|
|
2001
2054
|
}
|
|
2002
|
-
.
|
|
2003
|
-
|
|
2004
|
-
|
|
2055
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
2056
|
+
font-size: 13px !important;
|
|
2057
|
+
line-height: 20px !important;
|
|
2005
2058
|
}
|
|
2006
|
-
.
|
|
2007
|
-
|
|
2008
|
-
line-height: 26px;
|
|
2009
|
-
width: 100%;
|
|
2059
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2060
|
+
display: inline-block;
|
|
2010
2061
|
text-align: center;
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
font-weight: normal;
|
|
2062
|
+
width: 13px;
|
|
2063
|
+
margin-right: 12px;
|
|
2014
2064
|
}
|
|
2015
|
-
.
|
|
2016
|
-
|
|
2065
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2066
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2017
2067
|
}
|
|
2018
|
-
.
|
|
2019
|
-
|
|
2068
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2069
|
+
color: #005ed1;
|
|
2020
2070
|
}
|
|
2021
|
-
.
|
|
2022
|
-
|
|
2071
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2072
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2023
2073
|
}
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2074
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2075
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2026
2076
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2077
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
2078
|
+
cursor: not-allowed;
|
|
2029
2079
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
2032
|
-
width: 0;
|
|
2033
|
-
height: 0;
|
|
2034
|
-
border: 13px solid transparent;
|
|
2035
|
-
position: absolute;
|
|
2036
|
-
top: 0;
|
|
2037
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2038
|
-
right: -21px;
|
|
2039
|
-
z-index: 2;
|
|
2080
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2081
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2040
2082
|
}
|
|
2041
|
-
.
|
|
2042
|
-
|
|
2043
|
-
width: 0;
|
|
2044
|
-
height: 0;
|
|
2045
|
-
border: 13px solid transparent;
|
|
2046
|
-
position: absolute;
|
|
2047
|
-
top: 0;
|
|
2048
|
-
border-left: 8px solid #fff;
|
|
2049
|
-
left: 0;
|
|
2083
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2084
|
+
color: #2d3a56;
|
|
2050
2085
|
}
|
|
2051
|
-
|
|
2052
|
-
|
|
2086
|
+
|
|
2087
|
+
.h1cuopx7 .ant-modal-header {
|
|
2088
|
+
margin: 0 auto;
|
|
2089
|
+
width: 100%;
|
|
2090
|
+
max-width: 648px;
|
|
2053
2091
|
}
|
|
2054
|
-
.
|
|
2055
|
-
|
|
2092
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2093
|
+
margin-left: 0;
|
|
2056
2094
|
}
|
|
2057
|
-
.
|
|
2058
|
-
|
|
2095
|
+
.h1cuopx7 .ant-modal-body {
|
|
2096
|
+
margin: 0 auto;
|
|
2097
|
+
padding: 0;
|
|
2098
|
+
width: 100%;
|
|
2099
|
+
max-width: 648px;
|
|
2100
|
+
overflow: hidden;
|
|
2059
2101
|
}
|
|
2060
|
-
.
|
|
2061
|
-
|
|
2062
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2102
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2103
|
+
margin-bottom: 40px;
|
|
2063
2104
|
}
|
|
2064
|
-
.
|
|
2065
|
-
|
|
2066
|
-
|
|
2105
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2106
|
+
height: calc(100vh - 225px);
|
|
2107
|
+
overflow-y: auto;
|
|
2067
2108
|
}
|
|
2068
|
-
.
|
|
2069
|
-
|
|
2109
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2110
|
+
margin: 0 auto;
|
|
2111
|
+
max-width: 648px;
|
|
2070
2112
|
}
|
|
2071
2113
|
|
|
2072
|
-
.
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2114
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2115
|
+
margin: 0 auto;
|
|
2116
|
+
width: 100%;
|
|
2117
|
+
max-width: 1024px;
|
|
2076
2118
|
}
|
|
2077
|
-
.
|
|
2078
|
-
|
|
2079
|
-
top: 3px;
|
|
2119
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2120
|
+
margin-left: 0;
|
|
2080
2121
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
2122
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2123
|
+
margin: 0 auto;
|
|
2124
|
+
padding: 0;
|
|
2125
|
+
width: 100%;
|
|
2126
|
+
max-width: 1024px;
|
|
2127
|
+
overflow: hidden;
|
|
2083
2128
|
}
|
|
2084
|
-
.
|
|
2085
|
-
|
|
2129
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2130
|
+
margin-bottom: 40px;
|
|
2086
2131
|
}
|
|
2087
|
-
.
|
|
2088
|
-
|
|
2089
|
-
|
|
2132
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2133
|
+
height: calc(100vh - 225px);
|
|
2134
|
+
overflow-y: auto;
|
|
2090
2135
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
width: 6px;
|
|
2095
|
-
height: 6px;
|
|
2096
|
-
background: #fff;
|
|
2136
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2137
|
+
margin: 0 auto;
|
|
2138
|
+
max-width: 1024px;
|
|
2097
2139
|
}
|
|
2098
|
-
|
|
2099
|
-
|
|
2140
|
+
|
|
2141
|
+
.fxgckuk {
|
|
2142
|
+
flex: 1;
|
|
2100
2143
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
2103
|
-
|
|
2144
|
+
.fxgckuk label {
|
|
2145
|
+
font-size: 13px;
|
|
2146
|
+
line-height: 20px;
|
|
2147
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2104
2148
|
}
|
|
2105
|
-
.
|
|
2106
|
-
|
|
2149
|
+
.fxgckuk .title {
|
|
2150
|
+
font-size: 14px;
|
|
2151
|
+
line-height: 20px;
|
|
2152
|
+
color: #2d3a56;
|
|
2153
|
+
margin-bottom: 12px;
|
|
2107
2154
|
}
|
|
2108
|
-
.
|
|
2109
|
-
|
|
2110
|
-
opacity: 0.5;
|
|
2155
|
+
.fxgckuk.connect-cluster .title {
|
|
2156
|
+
padding-bottom: 26px;
|
|
2111
2157
|
}
|
|
2112
|
-
|
|
2113
|
-
|
|
2158
|
+
|
|
2159
|
+
.f1d0vek1 {
|
|
2160
|
+
padding: 25px 0 15px 0;
|
|
2161
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2162
|
+
margin-bottom: 16px;
|
|
2114
2163
|
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2164
|
+
|
|
2165
|
+
.f4u402y {
|
|
2166
|
+
display: flex;
|
|
2167
|
+
align-items: center;
|
|
2168
|
+
margin-bottom: 8px;
|
|
2119
2169
|
}
|
|
2120
|
-
.
|
|
2121
|
-
|
|
2122
|
-
white-space: pre-wrap;
|
|
2123
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2170
|
+
.f4u402y > label {
|
|
2171
|
+
width: 216px;
|
|
2124
2172
|
}
|
|
2125
|
-
.
|
|
2126
|
-
|
|
2173
|
+
.f4u402y > label + * {
|
|
2174
|
+
width: 100%;
|
|
2175
|
+
}
|
|
2176
|
+
.f4u402y .ant-select {
|
|
2177
|
+
width: 100%;
|
|
2127
2178
|
}
|
|
2128
2179
|
|
|
2129
|
-
.
|
|
2130
|
-
|
|
2180
|
+
.e1pldf6v {
|
|
2181
|
+
color: #e75a3a;
|
|
2182
|
+
margin-right: 10px;
|
|
2131
2183
|
}
|
|
2132
|
-
|
|
2133
|
-
|
|
2184
|
+
|
|
2185
|
+
.dq0gblh {
|
|
2186
|
+
width: 100%;
|
|
2187
|
+
height: 1px;
|
|
2188
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2189
|
+
margin: 24px 0;
|
|
2134
2190
|
}
|
|
2135
2191
|
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2138
|
-
|
|
2192
|
+
.l1v7sr0n {
|
|
2193
|
+
display: flex;
|
|
2194
|
+
justify-content: center;
|
|
2195
|
+
align-items: center;
|
|
2196
|
+
height: 100%;
|
|
2139
2197
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2198
|
+
|
|
2199
|
+
.d1i4ou6o {
|
|
2200
|
+
display: inline-block;
|
|
2201
|
+
width: 4px;
|
|
2202
|
+
height: 4px;
|
|
2203
|
+
background: #8e9aa9;
|
|
2204
|
+
opacity: 0.4;
|
|
2205
|
+
border-radius: 50%;
|
|
2206
|
+
margin: 0 4px;
|
|
2143
2207
|
}
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2150
|
-
white-space: nowrap;
|
|
2151
|
-
}
|
|
2152
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2153
|
-
background: #ccd4e3;
|
|
2154
|
-
}
|
|
2155
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2156
|
-
background: #0080ff;
|
|
2157
|
-
}
|
|
2158
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2159
|
-
background: #ccd4e3;
|
|
2160
|
-
opacity: 0.5;
|
|
2161
|
-
}
|
|
2162
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2163
|
-
border-right-color: #0080ff;
|
|
2164
|
-
}
|
|
2165
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2166
|
-
border-color: #0080ff;
|
|
2167
|
-
}
|
|
2168
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2169
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2170
|
-
}
|
|
2171
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2172
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2173
|
-
border-color: #ccd4e3;
|
|
2174
|
-
opacity: 0.5;
|
|
2175
|
-
}
|
|
2176
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2177
|
-
color: #00122e;
|
|
2178
|
-
border-color: #ccd4e3;
|
|
2179
|
-
}
|
|
2180
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2181
|
-
color: #00122e;
|
|
2182
|
-
border-color: #ccd4e3;
|
|
2183
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2208
|
+
|
|
2209
|
+
.m1jy87hk .ant-modal-header,
|
|
2210
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2211
|
+
width: 648px;
|
|
2212
|
+
margin: 0 auto;
|
|
2184
2213
|
}
|
|
2185
|
-
.
|
|
2186
|
-
|
|
2187
|
-
display: inline;
|
|
2214
|
+
.m1jy87hk .ant-modal-header {
|
|
2215
|
+
padding: 35px 0 24px;
|
|
2188
2216
|
border: none;
|
|
2189
|
-
padding: 0;
|
|
2190
|
-
width: 36px;
|
|
2191
|
-
background: transparent;
|
|
2192
|
-
}
|
|
2193
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2194
|
-
box-shadow: none;
|
|
2195
|
-
}
|
|
2196
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2197
|
-
margin-right: 0;
|
|
2198
|
-
width: initial;
|
|
2199
|
-
box-shadow: none;
|
|
2200
2217
|
}
|
|
2201
|
-
.
|
|
2202
|
-
|
|
2218
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2219
|
+
font-size: 30px;
|
|
2203
2220
|
}
|
|
2204
|
-
.
|
|
2205
|
-
|
|
2221
|
+
.m1jy87hk .ant-modal-body {
|
|
2222
|
+
padding: 4px 0 2px;
|
|
2206
2223
|
}
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2209
|
-
margin-right: 8px;
|
|
2210
|
-
padding: 0;
|
|
2211
|
-
width: 36px;
|
|
2224
|
+
.m1jy87hk .ant-modal-footer {
|
|
2225
|
+
border: none;
|
|
2212
2226
|
}
|
|
2213
2227
|
|
|
2214
|
-
.
|
|
2215
|
-
|
|
2216
|
-
height:
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
.s34f1qb.ant-switch-small {
|
|
2224
|
-
min-width: 26px;
|
|
2225
|
-
height: 16px;
|
|
2226
|
-
}
|
|
2227
|
-
.s34f1qb.ant-switch-large {
|
|
2228
|
-
min-width: 52px;
|
|
2229
|
-
height: 32px;
|
|
2230
|
-
}
|
|
2231
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2232
|
-
height: 20px;
|
|
2233
|
-
width: 20px;
|
|
2234
|
-
}
|
|
2235
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2236
|
-
border-radius: 10px;
|
|
2237
|
-
transition-delay: 120ms;
|
|
2228
|
+
.ti7fpyu {
|
|
2229
|
+
font-size: 12px;
|
|
2230
|
+
line-height: 18px;
|
|
2231
|
+
font-weight: bold;
|
|
2232
|
+
color: #fff;
|
|
2233
|
+
padding: 0 4px;
|
|
2234
|
+
border-radius: 4px;
|
|
2235
|
+
display: inline-block;
|
|
2236
|
+
background: var(--ti7fpyu-0);
|
|
2238
2237
|
}
|
|
2239
|
-
.
|
|
2240
|
-
|
|
2241
|
-
width: 14px;
|
|
2242
|
-
top: 1px;
|
|
2243
|
-
left: 1px;
|
|
2238
|
+
.ti7fpyu:not(:first-child) {
|
|
2239
|
+
margin-left: 4px;
|
|
2244
2240
|
}
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
width:
|
|
2241
|
+
|
|
2242
|
+
.f1rest1f {
|
|
2243
|
+
width: 100%;
|
|
2244
|
+
height: 100%;
|
|
2245
|
+
display: flex;
|
|
2246
|
+
align-items: center;
|
|
2247
|
+
justify-content: center;
|
|
2248
2248
|
}
|
|
2249
|
-
|
|
2250
|
-
|
|
2249
|
+
|
|
2250
|
+
.n1kbdoln {
|
|
2251
|
+
font-size: 90%;
|
|
2252
|
+
font-weight: bold;
|
|
2253
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2254
|
+
padding: 1px 4px 1px;
|
|
2255
|
+
margin-left: 2px;
|
|
2256
|
+
margin-right: 2px;
|
|
2257
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2258
|
+
border-radius: 4px;
|
|
2251
2259
|
}
|
|
2252
|
-
|
|
2253
|
-
|
|
2260
|
+
|
|
2261
|
+
.f1y3gta0.form-item-general {
|
|
2262
|
+
width: 640px;
|
|
2254
2263
|
}
|
|
2255
|
-
.
|
|
2256
|
-
|
|
2264
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2265
|
+
margin-top: 16px;
|
|
2257
2266
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2267
|
+
.f1y3gta0.form-item-compact {
|
|
2268
|
+
width: 412px;
|
|
2260
2269
|
}
|
|
2261
|
-
.
|
|
2262
|
-
|
|
2270
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2271
|
+
margin-top: 8px;
|
|
2263
2272
|
}
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
margin-left: 5px;
|
|
2273
|
+
.f1y3gta0 .form-item {
|
|
2274
|
+
width: auto;
|
|
2267
2275
|
}
|
|
2268
|
-
|
|
2269
|
-
|
|
2276
|
+
.f1y3gta0 .form-item-main {
|
|
2277
|
+
position: relative;
|
|
2270
2278
|
display: flex;
|
|
2271
|
-
flex-direction: column;
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
.m1if5j39 {
|
|
2275
|
-
max-width: 1120px;
|
|
2276
|
-
width: 100%;
|
|
2277
|
-
margin: 0 auto;
|
|
2278
|
-
height: 100%;
|
|
2279
2279
|
}
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
max-width: 1120px;
|
|
2280
|
+
.f1y3gta0 .form-item-extra {
|
|
2281
|
+
margin-top: 4px;
|
|
2283
2282
|
width: 100%;
|
|
2284
|
-
|
|
2285
|
-
|
|
2283
|
+
padding: 14px;
|
|
2284
|
+
background: #f2f4f6;
|
|
2285
|
+
font-size: 13px;
|
|
2286
|
+
line-height: 1.8;
|
|
2287
|
+
color: #8e9aa9;
|
|
2286
2288
|
}
|
|
2287
|
-
.
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
flex-basis: 21%;
|
|
2289
|
+
.f1y3gta0 .form-item-label {
|
|
2290
|
+
padding-right: 12px;
|
|
2291
|
+
font-size: 13px;
|
|
2292
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2292
2293
|
}
|
|
2293
|
-
.
|
|
2294
|
-
|
|
2295
|
-
justify-content: flex-end;
|
|
2296
|
-
padding-right: 44px;
|
|
2294
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2295
|
+
text-align: right;
|
|
2297
2296
|
}
|
|
2298
|
-
.
|
|
2299
|
-
|
|
2297
|
+
.f1y3gta0 .form-item-label,
|
|
2298
|
+
.f1y3gta0 .form-item-control {
|
|
2299
|
+
line-height: 32px;
|
|
2300
2300
|
}
|
|
2301
|
-
.
|
|
2302
|
-
|
|
2303
|
-
flex-grow: 0;
|
|
2304
|
-
flex-shrink: 0;
|
|
2305
|
-
flex-basis: 58%;
|
|
2301
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2302
|
+
line-height: 18px;
|
|
2306
2303
|
}
|
|
2307
|
-
.
|
|
2304
|
+
.f1y3gta0 .form-item-children {
|
|
2308
2305
|
width: 100%;
|
|
2309
2306
|
}
|
|
2310
|
-
.
|
|
2311
|
-
width:
|
|
2307
|
+
.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 {
|
|
2308
|
+
width: 100%;
|
|
2312
2309
|
}
|
|
2313
|
-
.
|
|
2314
|
-
|
|
2310
|
+
.f1y3gta0 .form-item-error {
|
|
2311
|
+
color: #e75a3a;
|
|
2312
|
+
height: 0;
|
|
2313
|
+
overflow: hidden;
|
|
2315
2314
|
}
|
|
2316
|
-
.
|
|
2315
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2317
2316
|
margin-top: 4px;
|
|
2317
|
+
height: auto;
|
|
2318
|
+
overflow: auto;
|
|
2318
2319
|
}
|
|
2319
|
-
.
|
|
2320
|
-
.
|
|
2321
|
-
|
|
2320
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2321
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2322
|
+
border: 1px solid #e75a3a;
|
|
2323
|
+
color: #e75a3a;
|
|
2322
2324
|
}
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2325
|
+
|
|
2326
|
+
.fujbm7g {
|
|
2327
|
+
color: #2d3a56;
|
|
2328
|
+
font-weight: bold;
|
|
2329
|
+
padding-bottom: 6px;
|
|
2330
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2331
|
+
margin-bottom: 16px;
|
|
2332
|
+
}
|
|
2333
|
+
.fujbm7g:not(:first-of-type) {
|
|
2334
|
+
margin-top: 16px;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
.e5fsw5s {
|
|
2338
|
+
width: 8px;
|
|
2339
|
+
height: 24px;
|
|
2327
2340
|
display: flex;
|
|
2341
|
+
justify-content: center;
|
|
2328
2342
|
align-items: center;
|
|
2343
|
+
cursor: pointer;
|
|
2344
|
+
transition: all 200ms ease-out 40ms;
|
|
2329
2345
|
}
|
|
2330
|
-
.
|
|
2331
|
-
|
|
2332
|
-
|
|
2346
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2347
|
+
content: "";
|
|
2348
|
+
width: 1px;
|
|
2349
|
+
height: 6px;
|
|
2350
|
+
border-radius: 1px;
|
|
2351
|
+
background: #ccd4e3;
|
|
2352
|
+
position: relative;
|
|
2353
|
+
right: 2px;
|
|
2354
|
+
transform: rotate(-45deg);
|
|
2333
2355
|
}
|
|
2334
|
-
.
|
|
2335
|
-
|
|
2356
|
+
.e5fsw5s:after {
|
|
2357
|
+
transform: rotate(45deg);
|
|
2358
|
+
left: 1px;
|
|
2336
2359
|
}
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2360
|
+
|
|
2361
|
+
.w18knsg4.ant-alert-warning {
|
|
2362
|
+
border: 0;
|
|
2363
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2364
|
+
border-radius: 6px;
|
|
2340
2365
|
}
|
|
2341
|
-
.
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
width: 13px;
|
|
2345
|
-
margin-right: 12px;
|
|
2366
|
+
.w18knsg4.ant-alert,
|
|
2367
|
+
.w18knsg4 .ant-alert-message {
|
|
2368
|
+
color: #e07f00;
|
|
2346
2369
|
}
|
|
2347
|
-
.
|
|
2348
|
-
|
|
2370
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2371
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2372
|
+
border-bottom-color: #e07f00;
|
|
2349
2373
|
}
|
|
2350
|
-
|
|
2351
|
-
|
|
2374
|
+
|
|
2375
|
+
.ng31n2o {
|
|
2376
|
+
display: flex;
|
|
2377
|
+
flex-direction: row;
|
|
2378
|
+
padding: 7px 12px;
|
|
2379
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2380
|
+
border-radius: 6px;
|
|
2381
|
+
color: #e07f00;
|
|
2382
|
+
font-size: 12px;
|
|
2383
|
+
line-height: 18px;
|
|
2352
2384
|
}
|
|
2353
|
-
.
|
|
2354
|
-
|
|
2385
|
+
.ng31n2o .icon-wrapper {
|
|
2386
|
+
margin-right: 10px;
|
|
2387
|
+
height: 18px;
|
|
2355
2388
|
}
|
|
2356
|
-
|
|
2357
|
-
|
|
2389
|
+
|
|
2390
|
+
.n15x5f5y {
|
|
2391
|
+
display: flex;
|
|
2392
|
+
flex-direction: row;
|
|
2393
|
+
padding: 7px 12px;
|
|
2394
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2395
|
+
border-radius: 6px;
|
|
2396
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2397
|
+
font-size: 12px;
|
|
2398
|
+
line-height: 18px;
|
|
2358
2399
|
}
|
|
2359
|
-
.
|
|
2360
|
-
|
|
2400
|
+
.n15x5f5y .icon-wrapper {
|
|
2401
|
+
margin-right: 10px;
|
|
2402
|
+
height: 18px;
|
|
2361
2403
|
}
|
|
2362
|
-
|
|
2363
|
-
|
|
2404
|
+
|
|
2405
|
+
.i16ozz3f {
|
|
2406
|
+
display: flex;
|
|
2407
|
+
flex-direction: row;
|
|
2408
|
+
padding: 7px 12px;
|
|
2409
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2410
|
+
border-radius: 6px;
|
|
2411
|
+
color: #005ed1;
|
|
2412
|
+
font-size: 12px;
|
|
2413
|
+
line-height: 18px;
|
|
2364
2414
|
}
|
|
2365
|
-
.
|
|
2366
|
-
|
|
2415
|
+
.i16ozz3f .icon-wrapper {
|
|
2416
|
+
margin-right: 10px;
|
|
2417
|
+
height: 18px;
|
|
2367
2418
|
}
|
|
2368
2419
|
|
|
2369
|
-
.
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2375
|
-
margin-left: 0;
|
|
2420
|
+
.dszu9qr {
|
|
2421
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2422
|
+
margin-top: 5px;
|
|
2423
|
+
font-size: 12px;
|
|
2424
|
+
line-height: 18px;
|
|
2376
2425
|
}
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
overflow: hidden;
|
|
2426
|
+
|
|
2427
|
+
.snxzgx {
|
|
2428
|
+
color: #f0483e;
|
|
2429
|
+
font-size: 12px;
|
|
2430
|
+
white-space: pre-wrap;
|
|
2383
2431
|
}
|
|
2384
|
-
|
|
2385
|
-
|
|
2432
|
+
|
|
2433
|
+
.o1i4orqw {
|
|
2434
|
+
display: flex;
|
|
2435
|
+
align-items: center;
|
|
2436
|
+
justify-content: flex-end;
|
|
2386
2437
|
}
|
|
2387
|
-
.
|
|
2388
|
-
|
|
2389
|
-
overflow-y: auto;
|
|
2438
|
+
.o1i4orqw .icon-wrapper {
|
|
2439
|
+
margin-right: 16px;
|
|
2390
2440
|
}
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2441
|
+
|
|
2442
|
+
.t79k8o2 {
|
|
2443
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2394
2444
|
}
|
|
2395
2445
|
|
|
2396
|
-
.
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2446
|
+
.ipd9bk.ant-input {
|
|
2447
|
+
padding: 5px 12px;
|
|
2448
|
+
line-height: 20px;
|
|
2449
|
+
color: #2d3a56;
|
|
2450
|
+
border-radius: 6px;
|
|
2451
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2452
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2400
2453
|
}
|
|
2401
|
-
.
|
|
2402
|
-
|
|
2454
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2455
|
+
padding: 8px 16px;
|
|
2456
|
+
line-height: 22px;
|
|
2403
2457
|
}
|
|
2404
|
-
.
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
width: 100%;
|
|
2408
|
-
max-width: 1024px;
|
|
2409
|
-
overflow: hidden;
|
|
2458
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2459
|
+
padding: 2px 8px;
|
|
2460
|
+
line-height: 18px;
|
|
2410
2461
|
}
|
|
2411
|
-
.
|
|
2412
|
-
|
|
2462
|
+
.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 {
|
|
2463
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2464
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2413
2465
|
}
|
|
2414
|
-
.
|
|
2415
|
-
|
|
2416
|
-
|
|
2466
|
+
.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 {
|
|
2467
|
+
border-color: #0096ff;
|
|
2468
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2417
2469
|
}
|
|
2418
|
-
.
|
|
2419
|
-
|
|
2420
|
-
|
|
2470
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2471
|
+
border-color: #e75a3a;
|
|
2472
|
+
color: #e75a3a;
|
|
2421
2473
|
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2474
|
+
.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 {
|
|
2475
|
+
border-color: #e75a3a;
|
|
2476
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2425
2477
|
}
|
|
2426
|
-
.
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2478
|
+
.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 {
|
|
2479
|
+
border-color: #e75a3a;
|
|
2480
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2430
2481
|
}
|
|
2431
|
-
.
|
|
2432
|
-
|
|
2482
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2483
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2484
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2485
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2486
|
+
}
|
|
2487
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2488
|
+
padding: 5px 12px;
|
|
2489
|
+
border-radius: 6px;
|
|
2490
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2433
2491
|
line-height: 20px;
|
|
2434
2492
|
color: #2d3a56;
|
|
2435
|
-
|
|
2493
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2436
2494
|
}
|
|
2437
|
-
.
|
|
2438
|
-
|
|
2495
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2496
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2439
2498
|
}
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2444
|
-
margin-bottom: 16px;
|
|
2499
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2500
|
+
padding: 8px 16px;
|
|
2501
|
+
line-height: 22px;
|
|
2445
2502
|
}
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
align-items: center;
|
|
2450
|
-
margin-bottom: 8px;
|
|
2503
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2504
|
+
padding: 2px 8px;
|
|
2505
|
+
line-height: 18px;
|
|
2451
2506
|
}
|
|
2452
|
-
.
|
|
2453
|
-
|
|
2507
|
+
.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 {
|
|
2508
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2509
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2454
2510
|
}
|
|
2455
|
-
.
|
|
2456
|
-
|
|
2511
|
+
.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 {
|
|
2512
|
+
border-color: #0096ff;
|
|
2513
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2457
2514
|
}
|
|
2458
|
-
.
|
|
2459
|
-
|
|
2515
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2516
|
+
border-color: #e75a3a;
|
|
2460
2517
|
}
|
|
2461
|
-
|
|
2462
|
-
.e1pldf6v {
|
|
2518
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2463
2519
|
color: #e75a3a;
|
|
2464
|
-
margin-right: 10px;
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
.dq0gblh {
|
|
2468
|
-
width: 100%;
|
|
2469
|
-
height: 1px;
|
|
2470
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2471
|
-
margin: 24px 0;
|
|
2472
2520
|
}
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
justify-content: center;
|
|
2477
|
-
align-items: center;
|
|
2478
|
-
height: 100%;
|
|
2521
|
+
.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 {
|
|
2522
|
+
border-color: #e75a3a;
|
|
2523
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2479
2524
|
}
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
width: 4px;
|
|
2484
|
-
height: 4px;
|
|
2485
|
-
background: #8e9aa9;
|
|
2486
|
-
opacity: 0.4;
|
|
2487
|
-
border-radius: 50%;
|
|
2488
|
-
margin: 0 4px;
|
|
2525
|
+
.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 {
|
|
2526
|
+
border-color: #e75a3a;
|
|
2527
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2489
2528
|
}
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
margin: 0 auto;
|
|
2529
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2530
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2531
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2532
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2495
2533
|
}
|
|
2496
|
-
.
|
|
2497
|
-
|
|
2498
|
-
|
|
2534
|
+
textarea.ipd9bk.ant-input {
|
|
2535
|
+
transition-property: height;
|
|
2536
|
+
transition-delay: 50ms;
|
|
2499
2537
|
}
|
|
2500
|
-
.
|
|
2501
|
-
|
|
2538
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2539
|
+
min-height: 40px;
|
|
2540
|
+
height: 40px;
|
|
2502
2541
|
}
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2542
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2543
|
+
height: 80px;
|
|
2505
2544
|
}
|
|
2506
|
-
.
|
|
2507
|
-
|
|
2545
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2546
|
+
min-height: 32px;
|
|
2547
|
+
height: 32px;
|
|
2508
2548
|
}
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
font-size: 12px;
|
|
2512
|
-
line-height: 18px;
|
|
2513
|
-
font-weight: bold;
|
|
2514
|
-
color: #fff;
|
|
2515
|
-
padding: 0 4px;
|
|
2516
|
-
border-radius: 4px;
|
|
2517
|
-
display: inline-block;
|
|
2518
|
-
background: var(--ti7fpyu-0);
|
|
2549
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2550
|
+
height: 64px;
|
|
2519
2551
|
}
|
|
2520
|
-
.
|
|
2521
|
-
|
|
2552
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2553
|
+
min-height: 24px;
|
|
2554
|
+
height: 24px;
|
|
2522
2555
|
}
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
width: 100%;
|
|
2526
|
-
height: 100%;
|
|
2527
|
-
display: flex;
|
|
2528
|
-
align-items: center;
|
|
2529
|
-
justify-content: center;
|
|
2556
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2557
|
+
height: 40px;
|
|
2530
2558
|
}
|
|
2531
2559
|
|
|
2532
|
-
.
|
|
2533
|
-
font-size: 90%;
|
|
2534
|
-
font-weight: bold;
|
|
2535
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2536
|
-
padding: 1px 4px 1px;
|
|
2537
|
-
margin-left: 2px;
|
|
2538
|
-
margin-right: 2px;
|
|
2560
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2539
2561
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2540
2562
|
border-radius: 4px;
|
|
2541
2563
|
}
|
|
2542
|
-
|
|
2543
|
-
.f1y3gta0.form-item-general {
|
|
2544
|
-
width: 640px;
|
|
2545
|
-
}
|
|
2546
|
-
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2547
|
-
margin-top: 16px;
|
|
2548
|
-
}
|
|
2549
|
-
.f1y3gta0.form-item-compact {
|
|
2550
|
-
width: 412px;
|
|
2551
|
-
}
|
|
2552
|
-
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2553
|
-
margin-top: 8px;
|
|
2554
|
-
}
|
|
2555
|
-
.f1y3gta0 .form-item {
|
|
2556
|
-
width: auto;
|
|
2557
|
-
}
|
|
2558
|
-
.f1y3gta0 .form-item-main {
|
|
2564
|
+
.kypn5o5.input-tags {
|
|
2559
2565
|
position: relative;
|
|
2560
|
-
|
|
2566
|
+
padding: 6px;
|
|
2567
|
+
height: 32px;
|
|
2568
|
+
cursor: pointer;
|
|
2569
|
+
transition: border 150ms;
|
|
2561
2570
|
}
|
|
2562
|
-
.
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
padding: 14px;
|
|
2566
|
-
background: #f2f4f6;
|
|
2567
|
-
font-size: 13px;
|
|
2568
|
-
line-height: 1.8;
|
|
2569
|
-
color: #8e9aa9;
|
|
2571
|
+
.kypn5o5.input-tags:hover {
|
|
2572
|
+
border-color: #0080ff;
|
|
2573
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2570
2574
|
}
|
|
2571
|
-
.
|
|
2572
|
-
padding-right:
|
|
2573
|
-
font-size: 13px;
|
|
2574
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2575
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2576
|
+
padding-right: 30px;
|
|
2575
2577
|
}
|
|
2576
|
-
.
|
|
2577
|
-
|
|
2578
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2579
|
+
display: flex;
|
|
2578
2580
|
}
|
|
2579
|
-
.
|
|
2580
|
-
|
|
2581
|
-
line-height: 32px;
|
|
2581
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2582
|
+
display: flex;
|
|
2582
2583
|
}
|
|
2583
|
-
.
|
|
2584
|
-
|
|
2584
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2585
|
+
position: absolute;
|
|
2586
|
+
right: 12px;
|
|
2587
|
+
top: 50%;
|
|
2588
|
+
transform: translateY(-50%);
|
|
2585
2589
|
}
|
|
2586
|
-
.
|
|
2587
|
-
|
|
2590
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2591
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2592
|
+
font-size: 12px;
|
|
2593
|
+
cursor: pointer;
|
|
2588
2594
|
}
|
|
2589
|
-
.
|
|
2590
|
-
|
|
2595
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2596
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2591
2597
|
}
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
height: 0;
|
|
2598
|
+
.kypn5o5.has-focus-indicator {
|
|
2599
|
+
position: relative;
|
|
2595
2600
|
overflow: hidden;
|
|
2596
2601
|
}
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
border: 1px solid #e75a3a;
|
|
2605
|
-
color: #e75a3a;
|
|
2606
|
-
}
|
|
2607
|
-
|
|
2608
|
-
.fujbm7g {
|
|
2609
|
-
color: #2d3a56;
|
|
2610
|
-
font-weight: bold;
|
|
2611
|
-
padding-bottom: 6px;
|
|
2612
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2613
|
-
margin-bottom: 16px;
|
|
2602
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2603
|
+
position: absolute;
|
|
2604
|
+
top: 50%;
|
|
2605
|
+
transform: translateY(-50%);
|
|
2606
|
+
left: -16px;
|
|
2607
|
+
transition: left 150ms ease;
|
|
2608
|
+
opacity: 0;
|
|
2614
2609
|
}
|
|
2615
|
-
.
|
|
2616
|
-
|
|
2610
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2611
|
+
left: 8px;
|
|
2612
|
+
opacity: 1;
|
|
2617
2613
|
}
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
height: 24px;
|
|
2622
|
-
display: flex;
|
|
2623
|
-
justify-content: center;
|
|
2624
|
-
align-items: center;
|
|
2625
|
-
cursor: pointer;
|
|
2626
|
-
transition: all 200ms ease-out 40ms;
|
|
2614
|
+
.kypn5o5.has-focus-indicator input {
|
|
2615
|
+
transition: margin-left 150ms ease;
|
|
2616
|
+
margin-left: 0px;
|
|
2627
2617
|
}
|
|
2628
|
-
.
|
|
2629
|
-
|
|
2630
|
-
width: 1px;
|
|
2631
|
-
height: 6px;
|
|
2632
|
-
border-radius: 1px;
|
|
2633
|
-
background: #ccd4e3;
|
|
2634
|
-
position: relative;
|
|
2635
|
-
right: 2px;
|
|
2636
|
-
transform: rotate(-45deg);
|
|
2618
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2619
|
+
margin-left: 16px;
|
|
2637
2620
|
}
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2621
|
+
|
|
2622
|
+
input.l1ki27se.ant-input {
|
|
2623
|
+
border-top-right-radius: 0;
|
|
2624
|
+
border-bottom-right-radius: 0;
|
|
2641
2625
|
}
|
|
2642
2626
|
|
|
2643
|
-
.
|
|
2644
|
-
border: 0;
|
|
2645
|
-
|
|
2646
|
-
border-radius: 6px;
|
|
2627
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2628
|
+
border-top-right-radius: 0;
|
|
2629
|
+
border-bottom-right-radius: 0;
|
|
2647
2630
|
}
|
|
2648
|
-
|
|
2649
|
-
.
|
|
2650
|
-
|
|
2631
|
+
|
|
2632
|
+
input.rrg1fkn.ant-input {
|
|
2633
|
+
border-top-left-radius: 0;
|
|
2634
|
+
border-bottom-left-radius: 0;
|
|
2651
2635
|
}
|
|
2652
|
-
|
|
2653
|
-
.
|
|
2654
|
-
border-
|
|
2636
|
+
|
|
2637
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2638
|
+
border-top-left-radius: 0;
|
|
2639
|
+
border-bottom-left-radius: 0;
|
|
2655
2640
|
}
|
|
2656
2641
|
|
|
2657
|
-
.
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
padding: 7px 12px;
|
|
2661
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2662
|
-
border-radius: 6px;
|
|
2663
|
-
color: #e07f00;
|
|
2664
|
-
font-size: 12px;
|
|
2665
|
-
line-height: 18px;
|
|
2642
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2643
|
+
border-top-right-radius: 0;
|
|
2644
|
+
border-bottom-right-radius: 0;
|
|
2666
2645
|
}
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2646
|
+
|
|
2647
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2648
|
+
border-top-left-radius: 0;
|
|
2649
|
+
border-bottom-left-radius: 0;
|
|
2670
2650
|
}
|
|
2671
2651
|
|
|
2672
|
-
.
|
|
2652
|
+
.p12gwtiw {
|
|
2673
2653
|
display: flex;
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
border-radius: 6px;
|
|
2654
|
+
justify-content: space-between;
|
|
2655
|
+
align-items: center;
|
|
2656
|
+
padding: 10px 0;
|
|
2678
2657
|
color: rgba(44, 56, 82, 0.6);
|
|
2679
2658
|
font-size: 12px;
|
|
2680
|
-
line-height:
|
|
2659
|
+
line-height: 24px;
|
|
2681
2660
|
}
|
|
2682
|
-
.
|
|
2683
|
-
|
|
2684
|
-
height: 18px;
|
|
2661
|
+
.p12gwtiw .pagination-left {
|
|
2662
|
+
padding: 2px 8px;
|
|
2685
2663
|
}
|
|
2686
|
-
|
|
2687
|
-
.i16ozz3f {
|
|
2664
|
+
.p12gwtiw .dropdown-trigger {
|
|
2688
2665
|
display: flex;
|
|
2689
|
-
|
|
2690
|
-
padding: 7px 12px;
|
|
2691
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2666
|
+
align-items: center;
|
|
2692
2667
|
border-radius: 6px;
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
line-height: 18px;
|
|
2668
|
+
cursor: pointer;
|
|
2669
|
+
transition: all 0.3s ease;
|
|
2696
2670
|
}
|
|
2697
|
-
.
|
|
2698
|
-
|
|
2699
|
-
|
|
2671
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2672
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2673
|
+
color: #0080ff;
|
|
2674
|
+
}
|
|
2675
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2676
|
+
margin-left: 4px;
|
|
2677
|
+
}
|
|
2678
|
+
.p12gwtiw .pagination-right {
|
|
2679
|
+
display: flex;
|
|
2680
|
+
align-items: center;
|
|
2681
|
+
color: #0080ff;
|
|
2682
|
+
font-weight: bold;
|
|
2683
|
+
}
|
|
2684
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2685
|
+
margin-left: 4px;
|
|
2686
|
+
}
|
|
2687
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2688
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2689
|
+
padding: 0 8px;
|
|
2690
|
+
}
|
|
2691
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2692
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2693
|
+
color: #0080ff;
|
|
2694
|
+
}
|
|
2695
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2696
|
+
transform: rotate(180deg);
|
|
2700
2697
|
}
|
|
2701
2698
|
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2704
|
-
|
|
2699
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2700
|
+
max-height: calc(100vh - 128px);
|
|
2701
|
+
overflow-y: auto;
|
|
2702
|
+
}
|
|
2703
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2704
|
+
padding: 4px 20px;
|
|
2705
2705
|
font-size: 12px;
|
|
2706
2706
|
line-height: 18px;
|
|
2707
2707
|
}
|
|
2708
2708
|
|
|
2709
|
-
.
|
|
2710
|
-
|
|
2711
|
-
|
|
2709
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2710
|
+
display: inline-flex;
|
|
2711
|
+
align-items: baseline;
|
|
2712
2712
|
white-space: pre-wrap;
|
|
2713
2713
|
}
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
align-items: center;
|
|
2718
|
-
justify-content: flex-end;
|
|
2714
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2715
|
+
position: relative;
|
|
2716
|
+
top: 3px;
|
|
2719
2717
|
}
|
|
2720
|
-
.
|
|
2721
|
-
|
|
2718
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2719
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2722
2720
|
}
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2721
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2722
|
+
border-color: #0080ff;
|
|
2726
2723
|
}
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
line-height: 20px;
|
|
2731
|
-
color: #2d3a56;
|
|
2732
|
-
border-radius: 6px;
|
|
2733
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2734
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2724
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2725
|
+
border-color: #0080ff;
|
|
2726
|
+
background: #0080ff;
|
|
2735
2727
|
}
|
|
2736
|
-
.
|
|
2737
|
-
|
|
2738
|
-
|
|
2728
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2729
|
+
top: 4px;
|
|
2730
|
+
left: 4px;
|
|
2731
|
+
width: 6px;
|
|
2732
|
+
height: 6px;
|
|
2733
|
+
background: #fff;
|
|
2739
2734
|
}
|
|
2740
|
-
.
|
|
2741
|
-
|
|
2742
|
-
line-height: 18px;
|
|
2735
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2736
|
+
opacity: 0.5;
|
|
2743
2737
|
}
|
|
2744
|
-
.
|
|
2738
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2745
2739
|
border-color: rgba(107, 128, 167, 0.6);
|
|
2746
|
-
|
|
2740
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2747
2741
|
}
|
|
2748
|
-
.
|
|
2749
|
-
|
|
2750
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2742
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2743
|
+
background: #00122e;
|
|
2751
2744
|
}
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
|
|
2745
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2746
|
+
color: #00122e;
|
|
2747
|
+
opacity: 0.5;
|
|
2755
2748
|
}
|
|
2756
|
-
.
|
|
2757
|
-
|
|
2758
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2749
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2750
|
+
color: #00122e;
|
|
2759
2751
|
}
|
|
2760
|
-
.
|
|
2761
|
-
|
|
2762
|
-
|
|
2752
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2753
|
+
display: inline-block;
|
|
2754
|
+
padding: 0;
|
|
2755
|
+
padding-left: 12px;
|
|
2763
2756
|
}
|
|
2764
|
-
.
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2757
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2758
|
+
margin-bottom: 0;
|
|
2759
|
+
white-space: pre-wrap;
|
|
2760
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2768
2761
|
}
|
|
2769
|
-
.
|
|
2770
|
-
padding:
|
|
2771
|
-
border-radius: 6px;
|
|
2772
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2773
|
-
line-height: 20px;
|
|
2774
|
-
color: #2d3a56;
|
|
2775
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2762
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2763
|
+
padding-left: 8px;
|
|
2776
2764
|
}
|
|
2777
|
-
|
|
2778
|
-
.
|
|
2779
|
-
|
|
2765
|
+
|
|
2766
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2767
|
+
border-radius: 5px 0 0 5px;
|
|
2780
2768
|
}
|
|
2781
|
-
.
|
|
2782
|
-
|
|
2783
|
-
line-height: 22px;
|
|
2769
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2770
|
+
border-radius: 0 5px 5px 0;
|
|
2784
2771
|
}
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2772
|
+
|
|
2773
|
+
.r1f0aqcc {
|
|
2774
|
+
color: #00122e;
|
|
2775
|
+
border-color: #ccd4e3;
|
|
2788
2776
|
}
|
|
2789
|
-
.
|
|
2790
|
-
|
|
2791
|
-
|
|
2777
|
+
.r1f0aqcc:first-child {
|
|
2778
|
+
color: #00122e;
|
|
2779
|
+
border-color: #a3b4cc;
|
|
2792
2780
|
}
|
|
2793
|
-
.
|
|
2794
|
-
|
|
2795
|
-
|
|
2781
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2782
|
+
padding: 0 12px;
|
|
2783
|
+
line-height: 32px;
|
|
2784
|
+
height: 32px;
|
|
2796
2785
|
}
|
|
2797
|
-
.
|
|
2798
|
-
|
|
2786
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2787
|
+
white-space: nowrap;
|
|
2799
2788
|
}
|
|
2800
|
-
.
|
|
2801
|
-
|
|
2789
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2790
|
+
background: #ccd4e3;
|
|
2802
2791
|
}
|
|
2803
|
-
.
|
|
2804
|
-
|
|
2805
|
-
|
|
2792
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2793
|
+
background: #0080ff;
|
|
2794
|
+
}
|
|
2795
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2796
|
+
background: #ccd4e3;
|
|
2797
|
+
opacity: 0.5;
|
|
2798
|
+
}
|
|
2799
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2800
|
+
border-right-color: #0080ff;
|
|
2806
2801
|
}
|
|
2807
|
-
.
|
|
2808
|
-
border-color: #
|
|
2809
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2802
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2803
|
+
border-color: #0080ff;
|
|
2810
2804
|
}
|
|
2811
|
-
.
|
|
2805
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2806
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2807
|
+
}
|
|
2808
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2812
2809
|
background: rgba(211, 218, 235, 0.6);
|
|
2813
|
-
color:
|
|
2814
|
-
|
|
2810
|
+
border-color: #ccd4e3;
|
|
2811
|
+
opacity: 0.5;
|
|
2815
2812
|
}
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2813
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2814
|
+
color: #00122e;
|
|
2815
|
+
border-color: #ccd4e3;
|
|
2819
2816
|
}
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2817
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2818
|
+
color: #00122e;
|
|
2819
|
+
border-color: #ccd4e3;
|
|
2820
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2823
2821
|
}
|
|
2824
|
-
|
|
2825
|
-
|
|
2822
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2823
|
+
margin-right: 8px;
|
|
2824
|
+
display: inline;
|
|
2825
|
+
border: none;
|
|
2826
|
+
padding: 0;
|
|
2827
|
+
width: 36px;
|
|
2828
|
+
background: transparent;
|
|
2826
2829
|
}
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
height: 32px;
|
|
2830
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2831
|
+
box-shadow: none;
|
|
2830
2832
|
}
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2834
|
+
margin-right: 0;
|
|
2835
|
+
width: initial;
|
|
2836
|
+
box-shadow: none;
|
|
2833
2837
|
}
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
height: 24px;
|
|
2838
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2839
|
+
display: none;
|
|
2837
2840
|
}
|
|
2838
|
-
|
|
2839
|
-
|
|
2841
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2842
|
+
display: inline;
|
|
2843
|
+
}
|
|
2844
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2845
|
+
display: inline;
|
|
2846
|
+
margin-right: 8px;
|
|
2847
|
+
padding: 0;
|
|
2848
|
+
width: 36px;
|
|
2840
2849
|
}
|
|
2841
2850
|
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2844
|
-
|
|
2851
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2852
|
+
flex-direction: row;
|
|
2853
|
+
justify-content: stretch;
|
|
2845
2854
|
}
|
|
2846
|
-
.
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
transition: border 150ms;
|
|
2855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2856
|
+
padding: 0;
|
|
2857
|
+
margin-right: 4px;
|
|
2858
|
+
flex: 1;
|
|
2859
|
+
overflow: visible;
|
|
2852
2860
|
}
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2855
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2862
|
+
display: none;
|
|
2856
2863
|
}
|
|
2857
|
-
.
|
|
2858
|
-
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2865
|
+
width: 100%;
|
|
2866
|
+
min-height: unset;
|
|
2859
2867
|
}
|
|
2860
|
-
.
|
|
2861
|
-
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2869
|
+
height: 26px;
|
|
2870
|
+
line-height: 26px;
|
|
2871
|
+
width: 100%;
|
|
2872
|
+
text-align: center;
|
|
2873
|
+
padding: 0;
|
|
2874
|
+
font-size: 12px;
|
|
2875
|
+
font-weight: normal;
|
|
2862
2876
|
}
|
|
2863
|
-
.
|
|
2864
|
-
|
|
2877
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2878
|
+
margin-right: 10px;
|
|
2865
2879
|
}
|
|
2866
|
-
.
|
|
2867
|
-
|
|
2868
|
-
right: 12px;
|
|
2869
|
-
top: 50%;
|
|
2870
|
-
transform: translateY(-50%);
|
|
2880
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2881
|
+
display: none;
|
|
2871
2882
|
}
|
|
2872
|
-
.
|
|
2873
|
-
|
|
2874
|
-
font-size: 12px;
|
|
2875
|
-
cursor: pointer;
|
|
2883
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2884
|
+
border-radius: 4px 0 0 4px;
|
|
2876
2885
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2886
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2887
|
+
margin-right: 0;
|
|
2879
2888
|
}
|
|
2880
|
-
.
|
|
2881
|
-
|
|
2882
|
-
overflow: hidden;
|
|
2889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2890
|
+
border-radius: 0 4px 4px 0;
|
|
2883
2891
|
}
|
|
2884
|
-
.
|
|
2892
|
+
.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 {
|
|
2893
|
+
content: "";
|
|
2894
|
+
width: 0;
|
|
2895
|
+
height: 0;
|
|
2896
|
+
border: 13px solid transparent;
|
|
2885
2897
|
position: absolute;
|
|
2886
|
-
top:
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
opacity: 0;
|
|
2891
|
-
}
|
|
2892
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2893
|
-
left: 8px;
|
|
2894
|
-
opacity: 1;
|
|
2895
|
-
}
|
|
2896
|
-
.kypn5o5.has-focus-indicator input {
|
|
2897
|
-
transition: margin-left 150ms ease;
|
|
2898
|
-
margin-left: 0px;
|
|
2898
|
+
top: 0;
|
|
2899
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
+
right: -21px;
|
|
2901
|
+
z-index: 2;
|
|
2899
2902
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2903
|
+
.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 {
|
|
2904
|
+
content: "";
|
|
2905
|
+
width: 0;
|
|
2906
|
+
height: 0;
|
|
2907
|
+
border: 13px solid transparent;
|
|
2908
|
+
position: absolute;
|
|
2909
|
+
top: 0;
|
|
2910
|
+
border-left: 8px solid #fff;
|
|
2911
|
+
left: 0;
|
|
2902
2912
|
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
border-top-right-radius: 0;
|
|
2906
|
-
border-bottom-right-radius: 0;
|
|
2913
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2914
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2907
2915
|
}
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
border-top-right-radius: 0;
|
|
2911
|
-
border-bottom-right-radius: 0;
|
|
2916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2917
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2912
2918
|
}
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
border-top-left-radius: 0;
|
|
2916
|
-
border-bottom-left-radius: 0;
|
|
2919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2920
|
+
color: #005ed1;
|
|
2917
2921
|
}
|
|
2918
|
-
|
|
2919
|
-
.
|
|
2920
|
-
|
|
2921
|
-
border-bottom-left-radius: 0;
|
|
2922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2923
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2924
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2922
2925
|
}
|
|
2923
|
-
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2926
|
-
border-bottom-right-radius: 0;
|
|
2926
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2927
2929
|
}
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
border-top-left-radius: 0;
|
|
2931
|
-
border-bottom-left-radius: 0;
|
|
2930
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2931
|
+
padding: 0;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
2934
|
.t1upn1sz {
|
|
@@ -3347,6 +3347,11 @@ input.rrg1fkn.ant-input {
|
|
|
3347
3347
|
height: 20px;
|
|
3348
3348
|
line-height: 20px;
|
|
3349
3349
|
}
|
|
3350
|
+
.oiy0apc .timezone-title {
|
|
3351
|
+
color: #2d3a56;
|
|
3352
|
+
overflow: hidden;
|
|
3353
|
+
text-overflow: ellipsis;
|
|
3354
|
+
}
|
|
3350
3355
|
|
|
3351
3356
|
.of4y382 {
|
|
3352
3357
|
display: flex;
|
|
@@ -4222,6 +4227,9 @@ input.rrg1fkn.ant-input {
|
|
|
4222
4227
|
.tc40oxa {
|
|
4223
4228
|
margin-bottom: 4px;
|
|
4224
4229
|
color: rgba(44, 56, 82, 0.6);
|
|
4230
|
+
overflow: hidden;
|
|
4231
|
+
text-overflow: ellipsis;
|
|
4232
|
+
white-space: nowrap;
|
|
4225
4233
|
}
|
|
4226
4234
|
|
|
4227
4235
|
.sa410aw {
|
|
@@ -4272,8 +4280,15 @@ input.rrg1fkn.ant-input {
|
|
|
4272
4280
|
.tyua489 {
|
|
4273
4281
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
4274
4282
|
border-radius: 8px;
|
|
4283
|
+
overflow: auto;
|
|
4284
|
+
}
|
|
4285
|
+
.tyua489 .ant-list {
|
|
4286
|
+
position: relative;
|
|
4275
4287
|
}
|
|
4276
4288
|
.tyua489 .ant-list .eagle-table-form-header {
|
|
4289
|
+
position: sticky;
|
|
4290
|
+
top: 0;
|
|
4291
|
+
z-index: 2;
|
|
4277
4292
|
display: flex;
|
|
4278
4293
|
padding: 8px;
|
|
4279
4294
|
flex-wrap: nowrap;
|
|
@@ -4314,18 +4329,28 @@ input.rrg1fkn.ant-input {
|
|
|
4314
4329
|
}
|
|
4315
4330
|
.tyua489 .ant-list .eagle-table-form-cell {
|
|
4316
4331
|
flex: 1 0 0;
|
|
4332
|
+
overflow: hidden;
|
|
4317
4333
|
}
|
|
4318
4334
|
.tyua489 .ant-list .eagle-table-form-cell .cell-description {
|
|
4319
4335
|
color: rgba(44, 56, 82, 0.6);
|
|
4320
4336
|
margin: 0;
|
|
4321
4337
|
}
|
|
4338
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-center > * {
|
|
4339
|
+
text-align: center;
|
|
4340
|
+
}
|
|
4322
4341
|
.tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
4323
4342
|
text-align: center;
|
|
4324
4343
|
}
|
|
4325
|
-
.tyua489 .ant-list .eagle-table-form-cell.align-left
|
|
4344
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-left > * {
|
|
4345
|
+
text-align: left;
|
|
4346
|
+
}
|
|
4347
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
4326
4348
|
text-align: left;
|
|
4327
4349
|
}
|
|
4328
|
-
.tyua489 .ant-list .eagle-table-form-cell.align-right
|
|
4350
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-right > * {
|
|
4351
|
+
text-align: right;
|
|
4352
|
+
}
|
|
4353
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
4329
4354
|
text-align: right;
|
|
4330
4355
|
}
|
|
4331
4356
|
.tyua489 .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
@@ -4395,25 +4420,6 @@ input.rrg1fkn.ant-input {
|
|
|
4395
4420
|
margin-right: 8px;
|
|
4396
4421
|
}
|
|
4397
4422
|
|
|
4398
|
-
.feau332.ant-form-item {
|
|
4399
|
-
margin-bottom: 0;
|
|
4400
|
-
}
|
|
4401
|
-
.feau332 .ant-form-item-explain {
|
|
4402
|
-
display: none;
|
|
4403
|
-
min-height: 18px;
|
|
4404
|
-
margin-top: 5px;
|
|
4405
|
-
font-family: "Inter";
|
|
4406
|
-
font-weight: 400;
|
|
4407
|
-
font-size: 12px;
|
|
4408
|
-
line-height: 18px;
|
|
4409
|
-
}
|
|
4410
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4411
|
-
white-space: pre-wrap;
|
|
4412
|
-
}
|
|
4413
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4414
|
-
display: block;
|
|
4415
|
-
}
|
|
4416
|
-
|
|
4417
4423
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4418
4424
|
display: var(--a6dbbkm-0);
|
|
4419
4425
|
}
|
|
@@ -4443,4 +4449,23 @@ input.rrg1fkn.ant-input {
|
|
|
4443
4449
|
margin: 0;
|
|
4444
4450
|
height: auto;
|
|
4445
4451
|
font-size: inherit;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
.feau332.ant-form-item {
|
|
4455
|
+
margin-bottom: 0;
|
|
4456
|
+
}
|
|
4457
|
+
.feau332 .ant-form-item-explain {
|
|
4458
|
+
display: none;
|
|
4459
|
+
min-height: 18px;
|
|
4460
|
+
margin-top: 5px;
|
|
4461
|
+
font-family: "Inter";
|
|
4462
|
+
font-weight: 400;
|
|
4463
|
+
font-size: 12px;
|
|
4464
|
+
line-height: 18px;
|
|
4465
|
+
}
|
|
4466
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4467
|
+
white-space: pre-wrap;
|
|
4468
|
+
}
|
|
4469
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4470
|
+
display: block;
|
|
4446
4471
|
}
|