@cloudtower/eagle 0.25.16 → 0.25.17
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/Modal/ImmersiveModal.d.ts +3 -2
- package/dist/components.css +436 -436
- package/dist/esm/index.js +431 -434
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -2
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +69 -69
- package/dist/umd/index.js +433 -436
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1549,35 +1549,6 @@ html body {
|
|
|
1549
1549
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
|
-
.bpq0js6 {
|
|
1553
|
-
padding: 4px 11px;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
.b15sn34c {
|
|
1557
|
-
white-space: nowrap;
|
|
1558
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1559
|
-
}
|
|
1560
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1561
|
-
--color: #0080ff;
|
|
1562
|
-
}
|
|
1563
|
-
.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] {
|
|
1564
|
-
--color: #0080ff;
|
|
1565
|
-
}
|
|
1566
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1567
|
-
margin-left: 1px;
|
|
1568
|
-
}
|
|
1569
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1570
|
-
border-top-right-radius: 0;
|
|
1571
|
-
border-bottom-right-radius: 0;
|
|
1572
|
-
}
|
|
1573
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1574
|
-
border-top-left-radius: 0;
|
|
1575
|
-
border-bottom-left-radius: 0;
|
|
1576
|
-
}
|
|
1577
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1578
|
-
border-radius: unset;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
1552
|
.buj61ew.ant-btn {
|
|
1582
1553
|
height: 32px;
|
|
1583
1554
|
border-radius: 6px;
|
|
@@ -1826,6 +1797,35 @@ html body {
|
|
|
1826
1797
|
padding: 0;
|
|
1827
1798
|
}
|
|
1828
1799
|
|
|
1800
|
+
.bpq0js6 {
|
|
1801
|
+
padding: 4px 11px;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.b15sn34c {
|
|
1805
|
+
white-space: nowrap;
|
|
1806
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1807
|
+
}
|
|
1808
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1809
|
+
--color: #0080ff;
|
|
1810
|
+
}
|
|
1811
|
+
.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] {
|
|
1812
|
+
--color: #0080ff;
|
|
1813
|
+
}
|
|
1814
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1815
|
+
margin-left: 1px;
|
|
1816
|
+
}
|
|
1817
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1818
|
+
border-top-right-radius: 0;
|
|
1819
|
+
border-bottom-right-radius: 0;
|
|
1820
|
+
}
|
|
1821
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1822
|
+
border-top-left-radius: 0;
|
|
1823
|
+
border-bottom-left-radius: 0;
|
|
1824
|
+
}
|
|
1825
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1826
|
+
border-radius: unset;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
1829
|
.fde5mpd {
|
|
1830
1830
|
width: 100%;
|
|
1831
1831
|
height: 100%;
|
|
@@ -1841,6 +1841,24 @@ html body {
|
|
|
1841
1841
|
font-size: 18px;
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
|
+
.i1mrf09m {
|
|
1845
|
+
display: inline-flex;
|
|
1846
|
+
align-items: center;
|
|
1847
|
+
}
|
|
1848
|
+
.i1mrf09m .icon-inner {
|
|
1849
|
+
display: inline-flex;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
justify-content: center;
|
|
1852
|
+
}
|
|
1853
|
+
.i1mrf09m .icon-inner + span,
|
|
1854
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1855
|
+
margin-left: 4px;
|
|
1856
|
+
}
|
|
1857
|
+
.i1mrf09m.is-rotate img,
|
|
1858
|
+
.i1mrf09m.is-rotate svg {
|
|
1859
|
+
animation: rotate 680ms linear infinite;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1844
1862
|
.iap75of {
|
|
1845
1863
|
height: 18px;
|
|
1846
1864
|
line-height: 18px;
|
|
@@ -1854,59 +1872,13 @@ html body {
|
|
|
1854
1872
|
margin-right: 4px;
|
|
1855
1873
|
}
|
|
1856
1874
|
|
|
1857
|
-
.
|
|
1858
|
-
|
|
1859
|
-
height: 24px;
|
|
1860
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1861
|
-
overflow: hidden;
|
|
1862
|
-
}
|
|
1863
|
-
.s34f1qb.ant-switch:focus {
|
|
1864
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1865
|
-
}
|
|
1866
|
-
.s34f1qb.ant-switch-small {
|
|
1867
|
-
min-width: 26px;
|
|
1868
|
-
height: 16px;
|
|
1869
|
-
}
|
|
1870
|
-
.s34f1qb.ant-switch-large {
|
|
1871
|
-
min-width: 52px;
|
|
1872
|
-
height: 32px;
|
|
1873
|
-
}
|
|
1874
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1875
|
-
height: 20px;
|
|
1876
|
-
width: 20px;
|
|
1877
|
-
}
|
|
1878
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1879
|
-
border-radius: 10px;
|
|
1880
|
-
transition-delay: 120ms;
|
|
1881
|
-
}
|
|
1882
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1883
|
-
height: 14px;
|
|
1884
|
-
width: 14px;
|
|
1885
|
-
top: 1px;
|
|
1886
|
-
left: 1px;
|
|
1887
|
-
}
|
|
1888
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1889
|
-
height: 28px;
|
|
1890
|
-
width: 28px;
|
|
1891
|
-
}
|
|
1892
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1893
|
-
border-radius: 14px;
|
|
1894
|
-
}
|
|
1895
|
-
.s34f1qb.ant-switch-checked {
|
|
1896
|
-
background-color: #00ba5d;
|
|
1897
|
-
}
|
|
1898
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1899
|
-
left: calc(100% - 20px - 2px);
|
|
1900
|
-
}
|
|
1901
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1902
|
-
left: calc(100% - 14px - 1px);
|
|
1903
|
-
}
|
|
1904
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1905
|
-
left: calc(100% - 28px - 2px);
|
|
1875
|
+
.obf05yr {
|
|
1876
|
+
display: inline-block;
|
|
1906
1877
|
}
|
|
1907
1878
|
|
|
1908
|
-
.
|
|
1909
|
-
|
|
1879
|
+
.hsms1n6 {
|
|
1880
|
+
visibility: hidden;
|
|
1881
|
+
position: absolute;
|
|
1910
1882
|
}
|
|
1911
1883
|
|
|
1912
1884
|
.p12gwtiw {
|
|
@@ -1966,31 +1938,228 @@ html body {
|
|
|
1966
1938
|
line-height: 18px;
|
|
1967
1939
|
}
|
|
1968
1940
|
|
|
1969
|
-
.
|
|
1941
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1970
1942
|
display: inline-flex;
|
|
1971
|
-
align-items:
|
|
1943
|
+
align-items: baseline;
|
|
1944
|
+
white-space: pre-wrap;
|
|
1972
1945
|
}
|
|
1973
|
-
.
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
justify-content: center;
|
|
1946
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1947
|
+
position: relative;
|
|
1948
|
+
top: 3px;
|
|
1977
1949
|
}
|
|
1978
|
-
.
|
|
1979
|
-
|
|
1980
|
-
margin-left: 4px;
|
|
1950
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1951
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1981
1952
|
}
|
|
1982
|
-
.
|
|
1983
|
-
|
|
1984
|
-
animation: rotate 680ms linear infinite;
|
|
1953
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1954
|
+
border-color: #0080ff;
|
|
1985
1955
|
}
|
|
1986
|
-
|
|
1987
|
-
|
|
1956
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1957
|
+
border-color: #0080ff;
|
|
1958
|
+
background: #0080ff;
|
|
1959
|
+
}
|
|
1960
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1961
|
+
top: 4px;
|
|
1962
|
+
left: 4px;
|
|
1963
|
+
width: 6px;
|
|
1964
|
+
height: 6px;
|
|
1965
|
+
background: #fff;
|
|
1966
|
+
}
|
|
1967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1968
|
+
opacity: 0.5;
|
|
1969
|
+
}
|
|
1970
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1971
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1972
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1973
|
+
}
|
|
1974
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1975
|
+
background: #00122e;
|
|
1976
|
+
}
|
|
1977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1978
|
+
color: #00122e;
|
|
1979
|
+
opacity: 0.5;
|
|
1980
|
+
}
|
|
1981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1982
|
+
color: #00122e;
|
|
1983
|
+
}
|
|
1984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1988
1985
|
display: inline-block;
|
|
1986
|
+
padding: 0;
|
|
1987
|
+
padding-left: 12px;
|
|
1988
|
+
}
|
|
1989
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1990
|
+
margin-bottom: 0;
|
|
1991
|
+
white-space: pre-wrap;
|
|
1992
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1993
|
+
}
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1995
|
+
padding-left: 8px;
|
|
1989
1996
|
}
|
|
1990
1997
|
|
|
1991
|
-
.
|
|
1992
|
-
|
|
1998
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1999
|
+
border-radius: 5px 0 0 5px;
|
|
2000
|
+
}
|
|
2001
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2002
|
+
border-radius: 0 5px 5px 0;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
.r1f0aqcc {
|
|
2006
|
+
color: #00122e;
|
|
2007
|
+
border-color: #ccd4e3;
|
|
2008
|
+
}
|
|
2009
|
+
.r1f0aqcc:first-child {
|
|
2010
|
+
border-color: #a3b4cc;
|
|
2011
|
+
}
|
|
2012
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2013
|
+
padding: 0 12px;
|
|
2014
|
+
line-height: 32px;
|
|
2015
|
+
height: 32px;
|
|
2016
|
+
}
|
|
2017
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2018
|
+
white-space: nowrap;
|
|
2019
|
+
}
|
|
2020
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2021
|
+
background: #ccd4e3;
|
|
2022
|
+
}
|
|
2023
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2024
|
+
background: #0080ff;
|
|
2025
|
+
}
|
|
2026
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2027
|
+
background: #ccd4e3;
|
|
2028
|
+
opacity: 0.5;
|
|
2029
|
+
}
|
|
2030
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2031
|
+
border-right-color: #0080ff;
|
|
2032
|
+
}
|
|
2033
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2034
|
+
border-color: #0080ff;
|
|
2035
|
+
}
|
|
2036
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2037
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2038
|
+
}
|
|
2039
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2040
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2041
|
+
border-color: #ccd4e3;
|
|
2042
|
+
opacity: 0.5;
|
|
2043
|
+
}
|
|
2044
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2045
|
+
color: #00122e;
|
|
2046
|
+
border-color: #ccd4e3;
|
|
2047
|
+
}
|
|
2048
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2049
|
+
color: #00122e;
|
|
2050
|
+
border-color: #ccd4e3;
|
|
2051
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2052
|
+
}
|
|
2053
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2054
|
+
margin-right: 8px;
|
|
2055
|
+
display: inline;
|
|
2056
|
+
border: none;
|
|
2057
|
+
padding: 0;
|
|
2058
|
+
width: 36px;
|
|
2059
|
+
background: transparent;
|
|
2060
|
+
}
|
|
2061
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2062
|
+
box-shadow: none;
|
|
2063
|
+
}
|
|
2064
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2065
|
+
margin-right: 0;
|
|
2066
|
+
width: initial;
|
|
2067
|
+
box-shadow: none;
|
|
2068
|
+
}
|
|
2069
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2070
|
+
display: none;
|
|
2071
|
+
}
|
|
2072
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2073
|
+
display: inline;
|
|
2074
|
+
}
|
|
2075
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2076
|
+
display: inline;
|
|
2077
|
+
margin-right: 8px;
|
|
2078
|
+
padding: 0;
|
|
2079
|
+
width: 36px;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2083
|
+
flex-direction: row;
|
|
2084
|
+
justify-content: stretch;
|
|
2085
|
+
}
|
|
2086
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2087
|
+
padding: 0;
|
|
2088
|
+
margin-right: 4px;
|
|
2089
|
+
flex: 1;
|
|
2090
|
+
overflow: visible;
|
|
2091
|
+
}
|
|
2092
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2093
|
+
display: none;
|
|
2094
|
+
}
|
|
2095
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2096
|
+
width: 100%;
|
|
2097
|
+
min-height: unset;
|
|
2098
|
+
}
|
|
2099
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2100
|
+
height: 26px;
|
|
2101
|
+
line-height: 26px;
|
|
2102
|
+
width: 100%;
|
|
2103
|
+
text-align: center;
|
|
2104
|
+
padding: 0;
|
|
2105
|
+
font-size: 12px;
|
|
2106
|
+
font-weight: normal;
|
|
2107
|
+
}
|
|
2108
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2109
|
+
margin-right: 10px;
|
|
2110
|
+
}
|
|
2111
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2112
|
+
display: none;
|
|
2113
|
+
}
|
|
2114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2115
|
+
border-radius: 4px 0 0 4px;
|
|
2116
|
+
}
|
|
2117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2118
|
+
margin-right: 0;
|
|
2119
|
+
}
|
|
2120
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2121
|
+
border-radius: 0 4px 4px 0;
|
|
2122
|
+
}
|
|
2123
|
+
.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 {
|
|
2124
|
+
content: "";
|
|
2125
|
+
width: 0;
|
|
2126
|
+
height: 0;
|
|
2127
|
+
border: 13px solid transparent;
|
|
2128
|
+
position: absolute;
|
|
2129
|
+
top: 0;
|
|
2130
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2131
|
+
right: -21px;
|
|
2132
|
+
z-index: 2;
|
|
2133
|
+
}
|
|
2134
|
+
.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 {
|
|
2135
|
+
content: "";
|
|
2136
|
+
width: 0;
|
|
2137
|
+
height: 0;
|
|
2138
|
+
border: 13px solid transparent;
|
|
1993
2139
|
position: absolute;
|
|
2140
|
+
top: 0;
|
|
2141
|
+
border-left: 8px solid #fff;
|
|
2142
|
+
left: 0;
|
|
2143
|
+
}
|
|
2144
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2145
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2146
|
+
}
|
|
2147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2148
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2149
|
+
}
|
|
2150
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2151
|
+
color: #005ed1;
|
|
2152
|
+
}
|
|
2153
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2154
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2155
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2156
|
+
}
|
|
2157
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2158
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2159
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2160
|
+
}
|
|
2161
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2162
|
+
padding: 0;
|
|
1994
2163
|
}
|
|
1995
2164
|
|
|
1996
2165
|
.cz04yix {
|
|
@@ -2658,309 +2827,59 @@ input.rrg1fkn.ant-input {
|
|
|
2658
2827
|
border-bottom-left-radius: 0;
|
|
2659
2828
|
}
|
|
2660
2829
|
|
|
2661
|
-
.
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
white-space: pre-wrap;
|
|
2665
|
-
}
|
|
2666
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2667
|
-
position: relative;
|
|
2668
|
-
top: 3px;
|
|
2669
|
-
}
|
|
2670
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2671
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2672
|
-
}
|
|
2673
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2674
|
-
border-color: #0080ff;
|
|
2675
|
-
}
|
|
2676
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2677
|
-
border-color: #0080ff;
|
|
2678
|
-
background: #0080ff;
|
|
2679
|
-
}
|
|
2680
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2681
|
-
top: 4px;
|
|
2682
|
-
left: 4px;
|
|
2683
|
-
width: 6px;
|
|
2684
|
-
height: 6px;
|
|
2685
|
-
background: #fff;
|
|
2686
|
-
}
|
|
2687
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2688
|
-
opacity: 0.5;
|
|
2689
|
-
}
|
|
2690
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2691
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2692
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2693
|
-
}
|
|
2694
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2695
|
-
background: #00122e;
|
|
2696
|
-
}
|
|
2697
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2698
|
-
color: #00122e;
|
|
2699
|
-
opacity: 0.5;
|
|
2700
|
-
}
|
|
2701
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2702
|
-
color: #00122e;
|
|
2703
|
-
}
|
|
2704
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2705
|
-
display: inline-block;
|
|
2706
|
-
padding: 0;
|
|
2707
|
-
padding-left: 12px;
|
|
2708
|
-
}
|
|
2709
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2710
|
-
margin-bottom: 0;
|
|
2711
|
-
white-space: pre-wrap;
|
|
2712
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2713
|
-
}
|
|
2714
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2715
|
-
padding-left: 8px;
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2719
|
-
border-radius: 5px 0 0 5px;
|
|
2720
|
-
}
|
|
2721
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2722
|
-
border-radius: 0 5px 5px 0;
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
.r1f0aqcc {
|
|
2726
|
-
color: #00122e;
|
|
2727
|
-
border-color: #ccd4e3;
|
|
2728
|
-
}
|
|
2729
|
-
.r1f0aqcc:first-child {
|
|
2730
|
-
border-color: #a3b4cc;
|
|
2731
|
-
}
|
|
2732
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2733
|
-
padding: 0 12px;
|
|
2734
|
-
line-height: 32px;
|
|
2735
|
-
height: 32px;
|
|
2736
|
-
}
|
|
2737
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2738
|
-
white-space: nowrap;
|
|
2739
|
-
}
|
|
2740
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2741
|
-
background: #ccd4e3;
|
|
2742
|
-
}
|
|
2743
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2744
|
-
background: #0080ff;
|
|
2745
|
-
}
|
|
2746
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2747
|
-
background: #ccd4e3;
|
|
2748
|
-
opacity: 0.5;
|
|
2749
|
-
}
|
|
2750
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2751
|
-
border-right-color: #0080ff;
|
|
2752
|
-
}
|
|
2753
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2754
|
-
border-color: #0080ff;
|
|
2755
|
-
}
|
|
2756
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2757
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2758
|
-
}
|
|
2759
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2760
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2761
|
-
border-color: #ccd4e3;
|
|
2762
|
-
opacity: 0.5;
|
|
2763
|
-
}
|
|
2764
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2765
|
-
color: #00122e;
|
|
2766
|
-
border-color: #ccd4e3;
|
|
2767
|
-
}
|
|
2768
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2769
|
-
color: #00122e;
|
|
2770
|
-
border-color: #ccd4e3;
|
|
2830
|
+
.s34f1qb.ant-switch {
|
|
2831
|
+
min-width: 40px;
|
|
2832
|
+
height: 24px;
|
|
2771
2833
|
background: rgba(172, 186, 211, 0.6);
|
|
2834
|
+
overflow: hidden;
|
|
2772
2835
|
}
|
|
2773
|
-
.
|
|
2774
|
-
|
|
2775
|
-
display: inline;
|
|
2776
|
-
border: none;
|
|
2777
|
-
padding: 0;
|
|
2778
|
-
width: 36px;
|
|
2779
|
-
background: transparent;
|
|
2780
|
-
}
|
|
2781
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2782
|
-
box-shadow: none;
|
|
2783
|
-
}
|
|
2784
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2785
|
-
margin-right: 0;
|
|
2786
|
-
width: initial;
|
|
2787
|
-
box-shadow: none;
|
|
2788
|
-
}
|
|
2789
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2790
|
-
display: none;
|
|
2791
|
-
}
|
|
2792
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2793
|
-
display: inline;
|
|
2794
|
-
}
|
|
2795
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2796
|
-
display: inline;
|
|
2797
|
-
margin-right: 8px;
|
|
2798
|
-
padding: 0;
|
|
2799
|
-
width: 36px;
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2803
|
-
flex-direction: row;
|
|
2804
|
-
justify-content: stretch;
|
|
2805
|
-
}
|
|
2806
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2807
|
-
padding: 0;
|
|
2808
|
-
margin-right: 4px;
|
|
2809
|
-
flex: 1;
|
|
2810
|
-
overflow: visible;
|
|
2811
|
-
}
|
|
2812
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2813
|
-
display: none;
|
|
2814
|
-
}
|
|
2815
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2816
|
-
width: 100%;
|
|
2817
|
-
min-height: unset;
|
|
2818
|
-
}
|
|
2819
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2820
|
-
height: 26px;
|
|
2821
|
-
line-height: 26px;
|
|
2822
|
-
width: 100%;
|
|
2823
|
-
text-align: center;
|
|
2824
|
-
padding: 0;
|
|
2825
|
-
font-size: 12px;
|
|
2826
|
-
font-weight: normal;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2829
|
-
margin-right: 10px;
|
|
2830
|
-
}
|
|
2831
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2832
|
-
display: none;
|
|
2833
|
-
}
|
|
2834
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2835
|
-
border-radius: 4px 0 0 4px;
|
|
2836
|
-
}
|
|
2837
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2838
|
-
margin-right: 0;
|
|
2839
|
-
}
|
|
2840
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2841
|
-
border-radius: 0 4px 4px 0;
|
|
2842
|
-
}
|
|
2843
|
-
.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 {
|
|
2844
|
-
content: "";
|
|
2845
|
-
width: 0;
|
|
2846
|
-
height: 0;
|
|
2847
|
-
border: 13px solid transparent;
|
|
2848
|
-
position: absolute;
|
|
2849
|
-
top: 0;
|
|
2850
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2851
|
-
right: -21px;
|
|
2852
|
-
z-index: 2;
|
|
2853
|
-
}
|
|
2854
|
-
.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 {
|
|
2855
|
-
content: "";
|
|
2856
|
-
width: 0;
|
|
2857
|
-
height: 0;
|
|
2858
|
-
border: 13px solid transparent;
|
|
2859
|
-
position: absolute;
|
|
2860
|
-
top: 0;
|
|
2861
|
-
border-left: 8px solid #fff;
|
|
2862
|
-
left: 0;
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2865
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2866
|
-
}
|
|
2867
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2868
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2869
|
-
}
|
|
2870
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2871
|
-
color: #005ed1;
|
|
2872
|
-
}
|
|
2873
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2874
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2875
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2876
|
-
}
|
|
2877
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2878
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2879
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2880
|
-
}
|
|
2881
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2882
|
-
padding: 0;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
.s1fc623g {
|
|
2886
|
-
width: 430px !important;
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
.da3mx0o .ant-select-item-group {
|
|
2890
|
-
padding: 8px 16px;
|
|
2891
|
-
line-height: 18px;
|
|
2892
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2893
|
-
height: 34px;
|
|
2894
|
-
min-height: 34px;
|
|
2895
|
-
box-sizing: border-box;
|
|
2896
|
-
margin-top: 8px;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
.onr9gzt {
|
|
2900
|
-
display: flex;
|
|
2901
|
-
flex-direction: column;
|
|
2902
|
-
margin: 1px 8px;
|
|
2903
|
-
padding: 8px;
|
|
2904
|
-
border-radius: 4px;
|
|
2905
|
-
}
|
|
2906
|
-
.onr9gzt .selected-icon {
|
|
2907
|
-
display: none;
|
|
2836
|
+
.s34f1qb.ant-switch:focus {
|
|
2837
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2908
2838
|
}
|
|
2909
|
-
.
|
|
2910
|
-
|
|
2839
|
+
.s34f1qb.ant-switch-small {
|
|
2840
|
+
min-width: 26px;
|
|
2841
|
+
height: 16px;
|
|
2911
2842
|
}
|
|
2912
|
-
.
|
|
2913
|
-
|
|
2843
|
+
.s34f1qb.ant-switch-large {
|
|
2844
|
+
min-width: 52px;
|
|
2845
|
+
height: 32px;
|
|
2914
2846
|
}
|
|
2915
|
-
.
|
|
2916
|
-
|
|
2847
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2848
|
+
height: 20px;
|
|
2849
|
+
width: 20px;
|
|
2917
2850
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2851
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2852
|
+
border-radius: 10px;
|
|
2853
|
+
transition-delay: 120ms;
|
|
2920
2854
|
}
|
|
2921
|
-
.
|
|
2922
|
-
|
|
2855
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2856
|
+
height: 14px;
|
|
2857
|
+
width: 14px;
|
|
2858
|
+
top: 1px;
|
|
2859
|
+
left: 1px;
|
|
2923
2860
|
}
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2861
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2862
|
+
height: 28px;
|
|
2863
|
+
width: 28px;
|
|
2926
2864
|
}
|
|
2927
|
-
.
|
|
2928
|
-
|
|
2929
|
-
color: #0080ff;
|
|
2865
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2866
|
+
border-radius: 14px;
|
|
2930
2867
|
}
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
display: flex;
|
|
2934
|
-
justify-content: space-between;
|
|
2935
|
-
height: 20px;
|
|
2936
|
-
line-height: 20px;
|
|
2868
|
+
.s34f1qb.ant-switch-checked {
|
|
2869
|
+
background-color: #00ba5d;
|
|
2937
2870
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2940
|
-
overflow: hidden;
|
|
2941
|
-
text-overflow: ellipsis;
|
|
2871
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2872
|
+
left: calc(100% - 20px - 2px);
|
|
2942
2873
|
}
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
display: flex;
|
|
2946
|
-
justify-content: space-between;
|
|
2947
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2948
|
-
height: 18px;
|
|
2949
|
-
line-height: 18px;
|
|
2950
|
-
margin-top: 2px;
|
|
2874
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2875
|
+
left: calc(100% - 14px - 1px);
|
|
2951
2876
|
}
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
border: none;
|
|
2955
|
-
margin-right: 0;
|
|
2956
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2877
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2878
|
+
left: calc(100% - 28px - 2px);
|
|
2957
2879
|
}
|
|
2958
2880
|
|
|
2959
|
-
.
|
|
2960
|
-
|
|
2961
|
-
height: 32px;
|
|
2962
|
-
width: 100%;
|
|
2963
|
-
opacity: 0;
|
|
2881
|
+
.c1to9vb9 {
|
|
2882
|
+
margin-left: 5px;
|
|
2964
2883
|
}
|
|
2965
2884
|
|
|
2966
2885
|
.t1upn1sz {
|
|
@@ -3326,8 +3245,85 @@ input.rrg1fkn.ant-input {
|
|
|
3326
3245
|
background: #fff;
|
|
3327
3246
|
}
|
|
3328
3247
|
|
|
3329
|
-
.
|
|
3330
|
-
|
|
3248
|
+
.s1fc623g {
|
|
3249
|
+
width: 430px !important;
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
.da3mx0o .ant-select-item-group {
|
|
3253
|
+
padding: 8px 16px;
|
|
3254
|
+
line-height: 18px;
|
|
3255
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3256
|
+
height: 34px;
|
|
3257
|
+
min-height: 34px;
|
|
3258
|
+
box-sizing: border-box;
|
|
3259
|
+
margin-top: 8px;
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
.onr9gzt {
|
|
3263
|
+
display: flex;
|
|
3264
|
+
flex-direction: column;
|
|
3265
|
+
margin: 1px 8px;
|
|
3266
|
+
padding: 8px;
|
|
3267
|
+
border-radius: 4px;
|
|
3268
|
+
}
|
|
3269
|
+
.onr9gzt .selected-icon {
|
|
3270
|
+
display: none;
|
|
3271
|
+
}
|
|
3272
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3273
|
+
padding-left: 8px;
|
|
3274
|
+
}
|
|
3275
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3276
|
+
background-color: white;
|
|
3277
|
+
}
|
|
3278
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3279
|
+
color: #0080ff;
|
|
3280
|
+
}
|
|
3281
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3282
|
+
display: block;
|
|
3283
|
+
}
|
|
3284
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3285
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3286
|
+
}
|
|
3287
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3288
|
+
color: #0080ff;
|
|
3289
|
+
}
|
|
3290
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3291
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3292
|
+
color: #0080ff;
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
.oiy0apc {
|
|
3296
|
+
display: flex;
|
|
3297
|
+
justify-content: space-between;
|
|
3298
|
+
height: 20px;
|
|
3299
|
+
line-height: 20px;
|
|
3300
|
+
}
|
|
3301
|
+
.oiy0apc .timezone-title {
|
|
3302
|
+
color: #2d3a56;
|
|
3303
|
+
overflow: hidden;
|
|
3304
|
+
text-overflow: ellipsis;
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3307
|
+
.of4y382 {
|
|
3308
|
+
display: flex;
|
|
3309
|
+
justify-content: space-between;
|
|
3310
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3311
|
+
height: 18px;
|
|
3312
|
+
line-height: 18px;
|
|
3313
|
+
margin-top: 2px;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.t19903l9 {
|
|
3317
|
+
border: none;
|
|
3318
|
+
margin-right: 0;
|
|
3319
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
.ohwbvxu {
|
|
3323
|
+
pointer-events: none;
|
|
3324
|
+
height: 32px;
|
|
3325
|
+
width: 100%;
|
|
3326
|
+
opacity: 0;
|
|
3331
3327
|
}
|
|
3332
3328
|
|
|
3333
3329
|
.d6j0lbj {
|
|
@@ -3805,6 +3801,10 @@ input.rrg1fkn.ant-input {
|
|
|
3805
3801
|
line-height: 12px;
|
|
3806
3802
|
}
|
|
3807
3803
|
|
|
3804
|
+
.i1e4sgug {
|
|
3805
|
+
display: inline-block;
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
3808
|
.c198s9j3 {
|
|
3809
3809
|
color: #2d3a56;
|
|
3810
3810
|
line-height: 22px;
|
|
@@ -3931,6 +3931,10 @@ input.rrg1fkn.ant-input {
|
|
|
3931
3931
|
transform: rotate(180deg);
|
|
3932
3932
|
}
|
|
3933
3933
|
|
|
3934
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3935
|
+
display: flex;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3934
3938
|
.igz4le8 {
|
|
3935
3939
|
height: 24px;
|
|
3936
3940
|
width: 56px !important;
|
|
@@ -3941,10 +3945,6 @@ input.rrg1fkn.ant-input {
|
|
|
3941
3945
|
color: rgba(44, 56, 82, 0.6);
|
|
3942
3946
|
}
|
|
3943
3947
|
|
|
3944
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3945
|
-
display: flex;
|
|
3946
|
-
}
|
|
3947
|
-
|
|
3948
3948
|
.m1thnes4 {
|
|
3949
3949
|
color: rgba(44, 56, 82, 0.6);
|
|
3950
3950
|
text-align: center;
|
|
@@ -4167,52 +4167,6 @@ input.rrg1fkn.ant-input {
|
|
|
4167
4167
|
min-height: 0px;
|
|
4168
4168
|
}
|
|
4169
4169
|
|
|
4170
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4171
|
-
display: var(--at4ovwe-0);
|
|
4172
|
-
}
|
|
4173
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4174
|
-
padding: 5px 12px;
|
|
4175
|
-
display: inline-flex;
|
|
4176
|
-
line-height: 1.5715;
|
|
4177
|
-
height: 100%;
|
|
4178
|
-
width: 100%;
|
|
4179
|
-
}
|
|
4180
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4181
|
-
content: var(--at4ovwe-1);
|
|
4182
|
-
display: var(--at4ovwe-2);
|
|
4183
|
-
flex: none;
|
|
4184
|
-
align-items: center;
|
|
4185
|
-
margin-left: 4px;
|
|
4186
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4187
|
-
}
|
|
4188
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4189
|
-
content: var(--at4ovwe-3);
|
|
4190
|
-
display: var(--at4ovwe-4);
|
|
4191
|
-
flex: none;
|
|
4192
|
-
align-items: center;
|
|
4193
|
-
margin-right: 4px;
|
|
4194
|
-
cursor: auto;
|
|
4195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4196
|
-
}
|
|
4197
|
-
.at4ovwe.ant-input-number {
|
|
4198
|
-
width: 100%;
|
|
4199
|
-
border-radius: 6px;
|
|
4200
|
-
}
|
|
4201
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4202
|
-
border-color: #0096ff;
|
|
4203
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4204
|
-
}
|
|
4205
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4206
|
-
border-color: #e75a3a;
|
|
4207
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4208
|
-
}
|
|
4209
|
-
.at4ovwe .ant-input-number-input {
|
|
4210
|
-
padding: 0;
|
|
4211
|
-
margin: 0;
|
|
4212
|
-
height: auto;
|
|
4213
|
-
font-size: inherit;
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
4170
|
.tc40oxa {
|
|
4217
4171
|
margin-bottom: 4px;
|
|
4218
4172
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4409,6 +4363,52 @@ input.rrg1fkn.ant-input {
|
|
|
4409
4363
|
margin-right: 8px;
|
|
4410
4364
|
}
|
|
4411
4365
|
|
|
4366
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4367
|
+
display: var(--at4ovwe-0);
|
|
4368
|
+
}
|
|
4369
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4370
|
+
padding: 5px 12px;
|
|
4371
|
+
display: inline-flex;
|
|
4372
|
+
line-height: 1.5715;
|
|
4373
|
+
height: 100%;
|
|
4374
|
+
width: 100%;
|
|
4375
|
+
}
|
|
4376
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4377
|
+
content: var(--at4ovwe-1);
|
|
4378
|
+
display: var(--at4ovwe-2);
|
|
4379
|
+
flex: none;
|
|
4380
|
+
align-items: center;
|
|
4381
|
+
margin-left: 4px;
|
|
4382
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4383
|
+
}
|
|
4384
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4385
|
+
content: var(--at4ovwe-3);
|
|
4386
|
+
display: var(--at4ovwe-4);
|
|
4387
|
+
flex: none;
|
|
4388
|
+
align-items: center;
|
|
4389
|
+
margin-right: 4px;
|
|
4390
|
+
cursor: auto;
|
|
4391
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4392
|
+
}
|
|
4393
|
+
.at4ovwe.ant-input-number {
|
|
4394
|
+
width: 100%;
|
|
4395
|
+
border-radius: 6px;
|
|
4396
|
+
}
|
|
4397
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4398
|
+
border-color: #0096ff;
|
|
4399
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4400
|
+
}
|
|
4401
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4402
|
+
border-color: #e75a3a;
|
|
4403
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4404
|
+
}
|
|
4405
|
+
.at4ovwe .ant-input-number-input {
|
|
4406
|
+
padding: 0;
|
|
4407
|
+
margin: 0;
|
|
4408
|
+
height: auto;
|
|
4409
|
+
font-size: inherit;
|
|
4410
|
+
}
|
|
4411
|
+
|
|
4412
4412
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4413
4413
|
display: var(--a6dbbkm-0);
|
|
4414
4414
|
}
|