@cloudtower/eagle 0.25.5 → 0.25.6
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 +447 -418
- package/dist/esm/index.js +748 -717
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +202 -173
- package/dist/umd/index.js +750 -720
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1531,50 +1531,6 @@ body {
|
|
|
1531
1531
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
1534
|
-
.bpq0js6 {
|
|
1535
|
-
padding: 4px 11px;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.b15sn34c {
|
|
1539
|
-
white-space: nowrap;
|
|
1540
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1541
|
-
}
|
|
1542
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1543
|
-
--color: #0080ff;
|
|
1544
|
-
}
|
|
1545
|
-
.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] {
|
|
1546
|
-
--color: #0080ff;
|
|
1547
|
-
}
|
|
1548
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1549
|
-
margin-left: 1px;
|
|
1550
|
-
}
|
|
1551
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1552
|
-
border-top-right-radius: 0;
|
|
1553
|
-
border-bottom-right-radius: 0;
|
|
1554
|
-
}
|
|
1555
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1556
|
-
border-top-left-radius: 0;
|
|
1557
|
-
border-bottom-left-radius: 0;
|
|
1558
|
-
}
|
|
1559
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1560
|
-
border-radius: unset;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
.fde5mpd {
|
|
1564
|
-
width: 100%;
|
|
1565
|
-
height: 100%;
|
|
1566
|
-
min-height: 124px;
|
|
1567
|
-
display: flex;
|
|
1568
|
-
flex-direction: column;
|
|
1569
|
-
justify-content: center;
|
|
1570
|
-
align-items: center;
|
|
1571
|
-
}
|
|
1572
|
-
.fde5mpd .error-text {
|
|
1573
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1574
|
-
margin-bottom: 16px;
|
|
1575
|
-
font-size: 18px;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
1534
|
.buj61ew.ant-btn {
|
|
1579
1535
|
height: 32px;
|
|
1580
1536
|
border-radius: 6px;
|
|
@@ -1823,6 +1779,81 @@ body {
|
|
|
1823
1779
|
padding: 0;
|
|
1824
1780
|
}
|
|
1825
1781
|
|
|
1782
|
+
.bpq0js6 {
|
|
1783
|
+
padding: 4px 11px;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.b15sn34c {
|
|
1787
|
+
white-space: nowrap;
|
|
1788
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1789
|
+
}
|
|
1790
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1791
|
+
--color: #0080ff;
|
|
1792
|
+
}
|
|
1793
|
+
.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] {
|
|
1794
|
+
--color: #0080ff;
|
|
1795
|
+
}
|
|
1796
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1797
|
+
margin-left: 1px;
|
|
1798
|
+
}
|
|
1799
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1800
|
+
border-top-right-radius: 0;
|
|
1801
|
+
border-bottom-right-radius: 0;
|
|
1802
|
+
}
|
|
1803
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1804
|
+
border-top-left-radius: 0;
|
|
1805
|
+
border-bottom-left-radius: 0;
|
|
1806
|
+
}
|
|
1807
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1808
|
+
border-radius: unset;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
.fde5mpd {
|
|
1812
|
+
width: 100%;
|
|
1813
|
+
height: 100%;
|
|
1814
|
+
min-height: 124px;
|
|
1815
|
+
display: flex;
|
|
1816
|
+
flex-direction: column;
|
|
1817
|
+
justify-content: center;
|
|
1818
|
+
align-items: center;
|
|
1819
|
+
}
|
|
1820
|
+
.fde5mpd .error-text {
|
|
1821
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1822
|
+
margin-bottom: 16px;
|
|
1823
|
+
font-size: 18px;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.i1mrf09m {
|
|
1827
|
+
display: inline-flex;
|
|
1828
|
+
align-items: center;
|
|
1829
|
+
}
|
|
1830
|
+
.i1mrf09m .icon-inner {
|
|
1831
|
+
display: inline-flex;
|
|
1832
|
+
align-items: center;
|
|
1833
|
+
justify-content: center;
|
|
1834
|
+
}
|
|
1835
|
+
.i1mrf09m .icon-inner + span,
|
|
1836
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1837
|
+
margin-left: 4px;
|
|
1838
|
+
}
|
|
1839
|
+
.i1mrf09m.is-rotate img,
|
|
1840
|
+
.i1mrf09m.is-rotate svg {
|
|
1841
|
+
animation: rotate 680ms linear infinite;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.iap75of {
|
|
1845
|
+
height: 18px;
|
|
1846
|
+
line-height: 18px;
|
|
1847
|
+
padding: 0 4px;
|
|
1848
|
+
border-radius: 4px;
|
|
1849
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1850
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1851
|
+
display: flex;
|
|
1852
|
+
align-items: center;
|
|
1853
|
+
white-space: nowrap;
|
|
1854
|
+
margin-right: 4px;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1826
1857
|
.obf05yr {
|
|
1827
1858
|
display: inline-block;
|
|
1828
1859
|
}
|
|
@@ -1841,52 +1872,277 @@ body {
|
|
|
1841
1872
|
font-size: 12px;
|
|
1842
1873
|
line-height: 24px;
|
|
1843
1874
|
}
|
|
1844
|
-
.p12gwtiw .pagination-left {
|
|
1845
|
-
padding: 2px 8px;
|
|
1875
|
+
.p12gwtiw .pagination-left {
|
|
1876
|
+
padding: 2px 8px;
|
|
1877
|
+
}
|
|
1878
|
+
.p12gwtiw .dropdown-trigger {
|
|
1879
|
+
display: flex;
|
|
1880
|
+
align-items: center;
|
|
1881
|
+
border-radius: 6px;
|
|
1882
|
+
cursor: pointer;
|
|
1883
|
+
transition: all 0.3s ease;
|
|
1884
|
+
}
|
|
1885
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1886
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1887
|
+
color: #0080ff;
|
|
1888
|
+
}
|
|
1889
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1890
|
+
margin-left: 4px;
|
|
1891
|
+
}
|
|
1892
|
+
.p12gwtiw .pagination-right {
|
|
1893
|
+
display: flex;
|
|
1894
|
+
align-items: center;
|
|
1895
|
+
color: #0080ff;
|
|
1896
|
+
font-weight: bold;
|
|
1897
|
+
}
|
|
1898
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1899
|
+
margin-left: 4px;
|
|
1900
|
+
}
|
|
1901
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1902
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1903
|
+
padding: 0 8px;
|
|
1904
|
+
}
|
|
1905
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1906
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1907
|
+
color: #0080ff;
|
|
1908
|
+
}
|
|
1909
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1910
|
+
transform: rotate(180deg);
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1914
|
+
max-height: calc(100vh - 128px);
|
|
1915
|
+
overflow-y: auto;
|
|
1916
|
+
}
|
|
1917
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1918
|
+
padding: 4px 20px;
|
|
1919
|
+
font-size: 12px;
|
|
1920
|
+
line-height: 18px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1924
|
+
display: inline-flex;
|
|
1925
|
+
align-items: baseline;
|
|
1926
|
+
white-space: pre-wrap;
|
|
1927
|
+
}
|
|
1928
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1929
|
+
position: relative;
|
|
1930
|
+
top: 3px;
|
|
1931
|
+
}
|
|
1932
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1933
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1934
|
+
}
|
|
1935
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1936
|
+
border-color: #0080ff;
|
|
1937
|
+
}
|
|
1938
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1939
|
+
border-color: #0080ff;
|
|
1940
|
+
background: #0080ff;
|
|
1941
|
+
}
|
|
1942
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1943
|
+
top: 4px;
|
|
1944
|
+
left: 4px;
|
|
1945
|
+
width: 6px;
|
|
1946
|
+
height: 6px;
|
|
1947
|
+
background: #fff;
|
|
1948
|
+
}
|
|
1949
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1950
|
+
opacity: 0.5;
|
|
1951
|
+
}
|
|
1952
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1953
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1954
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1955
|
+
}
|
|
1956
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1957
|
+
background: #00122e;
|
|
1958
|
+
}
|
|
1959
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1960
|
+
color: #00122e;
|
|
1961
|
+
opacity: 0.5;
|
|
1962
|
+
}
|
|
1963
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1964
|
+
color: #00122e;
|
|
1965
|
+
}
|
|
1966
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1967
|
+
display: inline-block;
|
|
1968
|
+
padding: 0;
|
|
1969
|
+
padding-left: 12px;
|
|
1970
|
+
}
|
|
1971
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1972
|
+
margin-bottom: 0;
|
|
1973
|
+
white-space: pre-wrap;
|
|
1974
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1975
|
+
}
|
|
1976
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1977
|
+
padding-left: 8px;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1981
|
+
border-radius: 5px 0 0 5px;
|
|
1982
|
+
}
|
|
1983
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1984
|
+
border-radius: 0 5px 5px 0;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.r1f0aqcc {
|
|
1988
|
+
color: #00122e;
|
|
1989
|
+
border-color: #ccd4e3;
|
|
1990
|
+
}
|
|
1991
|
+
.r1f0aqcc:first-child {
|
|
1992
|
+
color: #00122e;
|
|
1993
|
+
border-color: #a3b4cc;
|
|
1994
|
+
}
|
|
1995
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1996
|
+
padding: 0 12px;
|
|
1997
|
+
line-height: 32px;
|
|
1998
|
+
height: 32px;
|
|
1999
|
+
}
|
|
2000
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2001
|
+
white-space: nowrap;
|
|
2002
|
+
}
|
|
2003
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2004
|
+
background: #ccd4e3;
|
|
2005
|
+
}
|
|
2006
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2007
|
+
background: #0080ff;
|
|
2008
|
+
}
|
|
2009
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2010
|
+
background: #ccd4e3;
|
|
2011
|
+
opacity: 0.5;
|
|
2012
|
+
}
|
|
2013
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2014
|
+
border-right-color: #0080ff;
|
|
2015
|
+
}
|
|
2016
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2017
|
+
border-color: #0080ff;
|
|
2018
|
+
}
|
|
2019
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2020
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2021
|
+
}
|
|
2022
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2023
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2024
|
+
border-color: #ccd4e3;
|
|
2025
|
+
opacity: 0.5;
|
|
2026
|
+
}
|
|
2027
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2028
|
+
color: #00122e;
|
|
2029
|
+
border-color: #ccd4e3;
|
|
2030
|
+
}
|
|
2031
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2032
|
+
color: #00122e;
|
|
2033
|
+
border-color: #ccd4e3;
|
|
2034
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2035
|
+
}
|
|
2036
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2037
|
+
margin-right: 8px;
|
|
2038
|
+
display: inline;
|
|
2039
|
+
border: none;
|
|
2040
|
+
padding: 0;
|
|
2041
|
+
width: 36px;
|
|
2042
|
+
background: transparent;
|
|
2043
|
+
}
|
|
2044
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2045
|
+
box-shadow: none;
|
|
2046
|
+
}
|
|
2047
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2048
|
+
margin-right: 0;
|
|
2049
|
+
width: initial;
|
|
2050
|
+
box-shadow: none;
|
|
2051
|
+
}
|
|
2052
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2053
|
+
display: none;
|
|
2054
|
+
}
|
|
2055
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2056
|
+
display: inline;
|
|
2057
|
+
}
|
|
2058
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2059
|
+
display: inline;
|
|
2060
|
+
margin-right: 8px;
|
|
2061
|
+
padding: 0;
|
|
2062
|
+
width: 36px;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2066
|
+
flex-direction: row;
|
|
2067
|
+
justify-content: stretch;
|
|
2068
|
+
}
|
|
2069
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2070
|
+
padding: 0;
|
|
2071
|
+
margin-right: 4px;
|
|
2072
|
+
flex: 1;
|
|
2073
|
+
overflow: visible;
|
|
2074
|
+
}
|
|
2075
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2076
|
+
display: none;
|
|
2077
|
+
}
|
|
2078
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2079
|
+
width: 100%;
|
|
2080
|
+
min-height: unset;
|
|
2081
|
+
}
|
|
2082
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2083
|
+
height: 26px;
|
|
2084
|
+
line-height: 26px;
|
|
2085
|
+
width: 100%;
|
|
2086
|
+
text-align: center;
|
|
2087
|
+
padding: 0;
|
|
2088
|
+
font-size: 12px;
|
|
2089
|
+
font-weight: normal;
|
|
2090
|
+
}
|
|
2091
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2092
|
+
margin-right: 10px;
|
|
2093
|
+
}
|
|
2094
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2095
|
+
display: none;
|
|
2096
|
+
}
|
|
2097
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2098
|
+
border-radius: 4px 0 0 4px;
|
|
1846
2099
|
}
|
|
1847
|
-
.
|
|
1848
|
-
|
|
1849
|
-
align-items: center;
|
|
1850
|
-
border-radius: 6px;
|
|
1851
|
-
cursor: pointer;
|
|
1852
|
-
transition: all 0.3s ease;
|
|
2100
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2101
|
+
margin-right: 0;
|
|
1853
2102
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1856
|
-
color: #0080ff;
|
|
2103
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2104
|
+
border-radius: 0 4px 4px 0;
|
|
1857
2105
|
}
|
|
1858
|
-
.
|
|
1859
|
-
|
|
2106
|
+
.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 {
|
|
2107
|
+
content: "";
|
|
2108
|
+
width: 0;
|
|
2109
|
+
height: 0;
|
|
2110
|
+
border: 13px solid transparent;
|
|
2111
|
+
position: absolute;
|
|
2112
|
+
top: 0;
|
|
2113
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2114
|
+
right: -21px;
|
|
2115
|
+
z-index: 2;
|
|
1860
2116
|
}
|
|
1861
|
-
.
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
2117
|
+
.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 {
|
|
2118
|
+
content: "";
|
|
2119
|
+
width: 0;
|
|
2120
|
+
height: 0;
|
|
2121
|
+
border: 13px solid transparent;
|
|
2122
|
+
position: absolute;
|
|
2123
|
+
top: 0;
|
|
2124
|
+
border-left: 8px solid #fff;
|
|
2125
|
+
left: 0;
|
|
1866
2126
|
}
|
|
1867
|
-
.
|
|
1868
|
-
|
|
2127
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2128
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1869
2129
|
}
|
|
1870
|
-
.
|
|
1871
|
-
|
|
1872
|
-
padding: 0 8px;
|
|
2130
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2131
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1873
2132
|
}
|
|
1874
|
-
.
|
|
1875
|
-
|
|
1876
|
-
color: #0080ff;
|
|
2133
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2134
|
+
color: #005ed1;
|
|
1877
2135
|
}
|
|
1878
|
-
.
|
|
1879
|
-
|
|
2136
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2137
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2138
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1880
2139
|
}
|
|
1881
|
-
|
|
1882
|
-
.
|
|
1883
|
-
|
|
1884
|
-
overflow-y: auto;
|
|
2140
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2141
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1885
2143
|
}
|
|
1886
|
-
.
|
|
1887
|
-
padding:
|
|
1888
|
-
font-size: 12px;
|
|
1889
|
-
line-height: 18px;
|
|
2144
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2145
|
+
padding: 0;
|
|
1890
2146
|
}
|
|
1891
2147
|
|
|
1892
2148
|
.cz04yix {
|
|
@@ -2451,280 +2707,107 @@ textarea.ipd9bk.ant-input.textarea-middle {
|
|
|
2451
2707
|
min-height: 32px;
|
|
2452
2708
|
height: 32px;
|
|
2453
2709
|
}
|
|
2454
|
-
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2455
|
-
height: 64px;
|
|
2456
|
-
}
|
|
2457
|
-
textarea.ipd9bk.ant-input.textarea-small {
|
|
2458
|
-
min-height: 24px;
|
|
2459
|
-
height: 24px;
|
|
2460
|
-
}
|
|
2461
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2462
|
-
height: 40px;
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2466
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2467
|
-
border-radius: 4px;
|
|
2468
|
-
}
|
|
2469
|
-
.kypn5o5.input-tags {
|
|
2470
|
-
position: relative;
|
|
2471
|
-
padding: 6px;
|
|
2472
|
-
height: 32px;
|
|
2473
|
-
cursor: pointer;
|
|
2474
|
-
transition: border 150ms;
|
|
2475
|
-
}
|
|
2476
|
-
.kypn5o5.input-tags:hover {
|
|
2477
|
-
border-color: #0080ff;
|
|
2478
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2479
|
-
}
|
|
2480
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2481
|
-
padding-right: 30px;
|
|
2482
|
-
}
|
|
2483
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2484
|
-
display: flex;
|
|
2485
|
-
}
|
|
2486
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2487
|
-
display: flex;
|
|
2488
|
-
}
|
|
2489
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2490
|
-
position: absolute;
|
|
2491
|
-
right: 12px;
|
|
2492
|
-
top: 50%;
|
|
2493
|
-
transform: translateY(-50%);
|
|
2494
|
-
}
|
|
2495
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2496
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2497
|
-
font-size: 12px;
|
|
2498
|
-
cursor: pointer;
|
|
2499
|
-
}
|
|
2500
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2501
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2502
|
-
}
|
|
2503
|
-
.kypn5o5.has-focus-indicator {
|
|
2504
|
-
position: relative;
|
|
2505
|
-
overflow: hidden;
|
|
2506
|
-
}
|
|
2507
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2508
|
-
position: absolute;
|
|
2509
|
-
top: 50%;
|
|
2510
|
-
transform: translateY(-50%);
|
|
2511
|
-
left: -16px;
|
|
2512
|
-
transition: left 150ms ease;
|
|
2513
|
-
opacity: 0;
|
|
2514
|
-
}
|
|
2515
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2516
|
-
left: 8px;
|
|
2517
|
-
opacity: 1;
|
|
2518
|
-
}
|
|
2519
|
-
.kypn5o5.has-focus-indicator input {
|
|
2520
|
-
transition: margin-left 150ms ease;
|
|
2521
|
-
margin-left: 0px;
|
|
2522
|
-
}
|
|
2523
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2524
|
-
margin-left: 16px;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
input.l1ki27se.ant-input {
|
|
2528
|
-
border-top-right-radius: 0;
|
|
2529
|
-
border-bottom-right-radius: 0;
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2533
|
-
border-top-right-radius: 0;
|
|
2534
|
-
border-bottom-right-radius: 0;
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
|
-
input.rrg1fkn.ant-input {
|
|
2538
|
-
border-top-left-radius: 0;
|
|
2539
|
-
border-bottom-left-radius: 0;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2543
|
-
border-top-left-radius: 0;
|
|
2544
|
-
border-bottom-left-radius: 0;
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2548
|
-
border-top-right-radius: 0;
|
|
2549
|
-
border-bottom-right-radius: 0;
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2553
|
-
border-top-left-radius: 0;
|
|
2554
|
-
border-bottom-left-radius: 0;
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2558
|
-
display: inline-flex;
|
|
2559
|
-
align-items: baseline;
|
|
2560
|
-
white-space: pre-wrap;
|
|
2561
|
-
}
|
|
2562
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2563
|
-
position: relative;
|
|
2564
|
-
top: 3px;
|
|
2565
|
-
}
|
|
2566
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2567
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2568
|
-
}
|
|
2569
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2570
|
-
border-color: #0080ff;
|
|
2571
|
-
}
|
|
2572
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2573
|
-
border-color: #0080ff;
|
|
2574
|
-
background: #0080ff;
|
|
2575
|
-
}
|
|
2576
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2577
|
-
top: 4px;
|
|
2578
|
-
left: 4px;
|
|
2579
|
-
width: 6px;
|
|
2580
|
-
height: 6px;
|
|
2581
|
-
background: #fff;
|
|
2582
|
-
}
|
|
2583
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2584
|
-
opacity: 0.5;
|
|
2585
|
-
}
|
|
2586
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2587
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2588
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2589
|
-
}
|
|
2590
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2591
|
-
background: #00122e;
|
|
2592
|
-
}
|
|
2593
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2594
|
-
color: #00122e;
|
|
2595
|
-
opacity: 0.5;
|
|
2596
|
-
}
|
|
2597
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2598
|
-
color: #00122e;
|
|
2599
|
-
}
|
|
2600
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2601
|
-
display: inline-block;
|
|
2602
|
-
padding: 0;
|
|
2603
|
-
padding-left: 12px;
|
|
2604
|
-
}
|
|
2605
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2606
|
-
margin-bottom: 0;
|
|
2607
|
-
white-space: pre-wrap;
|
|
2608
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2609
|
-
}
|
|
2610
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2611
|
-
padding-left: 8px;
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2615
|
-
border-radius: 5px 0 0 5px;
|
|
2616
|
-
}
|
|
2617
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2618
|
-
border-radius: 0 5px 5px 0;
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
.r1f0aqcc {
|
|
2622
|
-
color: #00122e;
|
|
2623
|
-
border-color: #ccd4e3;
|
|
2624
|
-
}
|
|
2625
|
-
.r1f0aqcc:first-child {
|
|
2626
|
-
color: #00122e;
|
|
2627
|
-
border-color: #a3b4cc;
|
|
2628
|
-
}
|
|
2629
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2630
|
-
padding: 0 12px;
|
|
2631
|
-
line-height: 32px;
|
|
2632
|
-
height: 32px;
|
|
2633
|
-
}
|
|
2634
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2635
|
-
white-space: nowrap;
|
|
2710
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2711
|
+
height: 64px;
|
|
2636
2712
|
}
|
|
2637
|
-
.
|
|
2638
|
-
|
|
2713
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2714
|
+
min-height: 24px;
|
|
2715
|
+
height: 24px;
|
|
2639
2716
|
}
|
|
2640
|
-
.
|
|
2641
|
-
|
|
2717
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2718
|
+
height: 40px;
|
|
2642
2719
|
}
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2720
|
+
|
|
2721
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2722
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2723
|
+
border-radius: 4px;
|
|
2646
2724
|
}
|
|
2647
|
-
.
|
|
2648
|
-
|
|
2725
|
+
.kypn5o5.input-tags {
|
|
2726
|
+
position: relative;
|
|
2727
|
+
padding: 6px;
|
|
2728
|
+
height: 32px;
|
|
2729
|
+
cursor: pointer;
|
|
2730
|
+
transition: border 150ms;
|
|
2649
2731
|
}
|
|
2650
|
-
.
|
|
2732
|
+
.kypn5o5.input-tags:hover {
|
|
2651
2733
|
border-color: #0080ff;
|
|
2734
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2652
2735
|
}
|
|
2653
|
-
.
|
|
2654
|
-
|
|
2736
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2737
|
+
padding-right: 30px;
|
|
2655
2738
|
}
|
|
2656
|
-
.
|
|
2657
|
-
|
|
2658
|
-
border-color: #ccd4e3;
|
|
2659
|
-
opacity: 0.5;
|
|
2739
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2740
|
+
display: flex;
|
|
2660
2741
|
}
|
|
2661
|
-
.
|
|
2662
|
-
|
|
2663
|
-
border-color: #ccd4e3;
|
|
2742
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2743
|
+
display: flex;
|
|
2664
2744
|
}
|
|
2665
|
-
.
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2745
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2746
|
+
position: absolute;
|
|
2747
|
+
right: 12px;
|
|
2748
|
+
top: 50%;
|
|
2749
|
+
transform: translateY(-50%);
|
|
2669
2750
|
}
|
|
2670
|
-
.
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
padding: 0;
|
|
2675
|
-
width: 36px;
|
|
2676
|
-
background: transparent;
|
|
2751
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2752
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2753
|
+
font-size: 12px;
|
|
2754
|
+
cursor: pointer;
|
|
2677
2755
|
}
|
|
2678
|
-
.
|
|
2679
|
-
|
|
2756
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2757
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2680
2758
|
}
|
|
2681
|
-
.
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
box-shadow: none;
|
|
2759
|
+
.kypn5o5.has-focus-indicator {
|
|
2760
|
+
position: relative;
|
|
2761
|
+
overflow: hidden;
|
|
2685
2762
|
}
|
|
2686
|
-
.
|
|
2687
|
-
|
|
2763
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2764
|
+
position: absolute;
|
|
2765
|
+
top: 50%;
|
|
2766
|
+
transform: translateY(-50%);
|
|
2767
|
+
left: -16px;
|
|
2768
|
+
transition: left 150ms ease;
|
|
2769
|
+
opacity: 0;
|
|
2688
2770
|
}
|
|
2689
|
-
.
|
|
2690
|
-
|
|
2771
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2772
|
+
left: 8px;
|
|
2773
|
+
opacity: 1;
|
|
2691
2774
|
}
|
|
2692
|
-
.
|
|
2693
|
-
|
|
2694
|
-
margin-
|
|
2695
|
-
|
|
2696
|
-
|
|
2775
|
+
.kypn5o5.has-focus-indicator input {
|
|
2776
|
+
transition: margin-left 150ms ease;
|
|
2777
|
+
margin-left: 0px;
|
|
2778
|
+
}
|
|
2779
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2780
|
+
margin-left: 16px;
|
|
2697
2781
|
}
|
|
2698
2782
|
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2701
|
-
|
|
2783
|
+
input.l1ki27se.ant-input {
|
|
2784
|
+
border-top-right-radius: 0;
|
|
2785
|
+
border-bottom-right-radius: 0;
|
|
2702
2786
|
}
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2787
|
+
|
|
2788
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2789
|
+
border-top-right-radius: 0;
|
|
2790
|
+
border-bottom-right-radius: 0;
|
|
2707
2791
|
}
|
|
2708
|
-
|
|
2709
|
-
.
|
|
2710
|
-
|
|
2792
|
+
|
|
2793
|
+
input.rrg1fkn.ant-input {
|
|
2794
|
+
border-top-left-radius: 0;
|
|
2795
|
+
border-bottom-left-radius: 0;
|
|
2711
2796
|
}
|
|
2712
|
-
|
|
2713
|
-
.
|
|
2714
|
-
|
|
2797
|
+
|
|
2798
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2799
|
+
border-top-left-radius: 0;
|
|
2800
|
+
border-bottom-left-radius: 0;
|
|
2715
2801
|
}
|
|
2716
2802
|
|
|
2717
|
-
.
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
border:
|
|
2724
|
-
|
|
2725
|
-
align-items: center;
|
|
2726
|
-
white-space: nowrap;
|
|
2727
|
-
margin-right: 4px;
|
|
2803
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2804
|
+
border-top-right-radius: 0;
|
|
2805
|
+
border-bottom-right-radius: 0;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2809
|
+
border-top-left-radius: 0;
|
|
2810
|
+
border-bottom-left-radius: 0;
|
|
2728
2811
|
}
|
|
2729
2812
|
|
|
2730
2813
|
.s34f1qb.ant-switch {
|
|
@@ -2782,89 +2865,6 @@ input.rrg1fkn.ant-input {
|
|
|
2782
2865
|
margin-left: 5px;
|
|
2783
2866
|
}
|
|
2784
2867
|
|
|
2785
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2786
|
-
flex-direction: row;
|
|
2787
|
-
justify-content: stretch;
|
|
2788
|
-
}
|
|
2789
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2790
|
-
padding: 0;
|
|
2791
|
-
margin-right: 4px;
|
|
2792
|
-
flex: 1;
|
|
2793
|
-
overflow: visible;
|
|
2794
|
-
}
|
|
2795
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2796
|
-
display: none;
|
|
2797
|
-
}
|
|
2798
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2799
|
-
width: 100%;
|
|
2800
|
-
min-height: unset;
|
|
2801
|
-
}
|
|
2802
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2803
|
-
height: 26px;
|
|
2804
|
-
line-height: 26px;
|
|
2805
|
-
width: 100%;
|
|
2806
|
-
text-align: center;
|
|
2807
|
-
padding: 0;
|
|
2808
|
-
font-size: 12px;
|
|
2809
|
-
font-weight: normal;
|
|
2810
|
-
}
|
|
2811
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2812
|
-
margin-right: 10px;
|
|
2813
|
-
}
|
|
2814
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2815
|
-
display: none;
|
|
2816
|
-
}
|
|
2817
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2818
|
-
border-radius: 4px 0 0 4px;
|
|
2819
|
-
}
|
|
2820
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2821
|
-
margin-right: 0;
|
|
2822
|
-
}
|
|
2823
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2824
|
-
border-radius: 0 4px 4px 0;
|
|
2825
|
-
}
|
|
2826
|
-
.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 {
|
|
2827
|
-
content: "";
|
|
2828
|
-
width: 0;
|
|
2829
|
-
height: 0;
|
|
2830
|
-
border: 13px solid transparent;
|
|
2831
|
-
position: absolute;
|
|
2832
|
-
top: 0;
|
|
2833
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2834
|
-
right: -21px;
|
|
2835
|
-
z-index: 2;
|
|
2836
|
-
}
|
|
2837
|
-
.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 {
|
|
2838
|
-
content: "";
|
|
2839
|
-
width: 0;
|
|
2840
|
-
height: 0;
|
|
2841
|
-
border: 13px solid transparent;
|
|
2842
|
-
position: absolute;
|
|
2843
|
-
top: 0;
|
|
2844
|
-
border-left: 8px solid #fff;
|
|
2845
|
-
left: 0;
|
|
2846
|
-
}
|
|
2847
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2848
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2849
|
-
}
|
|
2850
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2851
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2852
|
-
}
|
|
2853
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2854
|
-
color: #005ed1;
|
|
2855
|
-
}
|
|
2856
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2857
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2858
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2859
|
-
}
|
|
2860
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2861
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2862
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2865
|
-
padding: 0;
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
2868
|
.t1upn1sz {
|
|
2869
2869
|
height: 100%;
|
|
2870
2870
|
}
|
|
@@ -3305,10 +3305,6 @@ input.rrg1fkn.ant-input {
|
|
|
3305
3305
|
background: rgba(225, 230, 241, 0.6);
|
|
3306
3306
|
}
|
|
3307
3307
|
|
|
3308
|
-
.i1e4sgug {
|
|
3309
|
-
display: inline-block;
|
|
3310
|
-
}
|
|
3311
|
-
|
|
3312
3308
|
.d6j0lbj {
|
|
3313
3309
|
font-family: Inter;
|
|
3314
3310
|
font-style: normal;
|
|
@@ -3784,6 +3780,10 @@ input.rrg1fkn.ant-input {
|
|
|
3784
3780
|
line-height: 12px;
|
|
3785
3781
|
}
|
|
3786
3782
|
|
|
3783
|
+
.i1e4sgug {
|
|
3784
|
+
display: inline-block;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
3787
|
.c198s9j3 {
|
|
3788
3788
|
color: #2d3a56;
|
|
3789
3789
|
line-height: 22px;
|
|
@@ -4357,6 +4357,35 @@ input.rrg1fkn.ant-input {
|
|
|
4357
4357
|
margin-right: 8px;
|
|
4358
4358
|
}
|
|
4359
4359
|
|
|
4360
|
+
.f1p9ti6d {
|
|
4361
|
+
width: 100%;
|
|
4362
|
+
margin-bottom: 0 !important;
|
|
4363
|
+
flex-flow: nowrap !important;
|
|
4364
|
+
line-break: auto;
|
|
4365
|
+
}
|
|
4366
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4367
|
+
text-align: left !important;
|
|
4368
|
+
padding-bottom: 0 !important;
|
|
4369
|
+
}
|
|
4370
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4371
|
+
min-height: 32px;
|
|
4372
|
+
height: auto;
|
|
4373
|
+
font-size: 13px;
|
|
4374
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4375
|
+
white-space: normal;
|
|
4376
|
+
}
|
|
4377
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4378
|
+
border-color: #ff4d4f !important;
|
|
4379
|
+
}
|
|
4380
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4381
|
+
margin-top: 4px;
|
|
4382
|
+
font-size: 12px;
|
|
4383
|
+
}
|
|
4384
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4385
|
+
font-size: 12px;
|
|
4386
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4360
4389
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4361
4390
|
display: var(--a6dbbkm-0);
|
|
4362
4391
|
}
|