@cloudtower/eagle 0.24.23 → 0.25.0
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/Fields/index.d.ts +2 -2
- package/dist/components.css +244 -244
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +20 -21
- package/dist/spec/base.d.ts +4 -4
- package/dist/style.css +431 -431
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/types.d.ts +0 -15
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,63 @@ body {
|
|
|
1597
1597
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
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
|
+
.bpq0js6 {
|
|
1629
|
+
padding: 4px 11px;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.b15sn34c {
|
|
1633
|
+
white-space: nowrap;
|
|
1634
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1635
|
+
}
|
|
1636
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1637
|
+
--color: #0080ff;
|
|
1638
|
+
}
|
|
1639
|
+
.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] {
|
|
1640
|
+
--color: #0080ff;
|
|
1641
|
+
}
|
|
1642
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1643
|
+
margin-left: 1px;
|
|
1644
|
+
}
|
|
1645
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1646
|
+
border-top-right-radius: 0;
|
|
1647
|
+
border-bottom-right-radius: 0;
|
|
1648
|
+
}
|
|
1649
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1650
|
+
border-top-left-radius: 0;
|
|
1651
|
+
border-bottom-left-radius: 0;
|
|
1652
|
+
}
|
|
1653
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1654
|
+
border-radius: unset;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1600
1657
|
.buj61ew.ant-btn {
|
|
1601
1658
|
height: 32px;
|
|
1602
1659
|
border-radius: 6px;
|
|
@@ -1845,50 +1902,6 @@ body {
|
|
|
1845
1902
|
padding: 0;
|
|
1846
1903
|
}
|
|
1847
1904
|
|
|
1848
|
-
.bpq0js6 {
|
|
1849
|
-
padding: 4px 11px;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.b15sn34c {
|
|
1853
|
-
white-space: nowrap;
|
|
1854
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1855
|
-
}
|
|
1856
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1857
|
-
--color: #0080ff;
|
|
1858
|
-
}
|
|
1859
|
-
.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] {
|
|
1860
|
-
--color: #0080ff;
|
|
1861
|
-
}
|
|
1862
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1863
|
-
margin-left: 1px;
|
|
1864
|
-
}
|
|
1865
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1866
|
-
border-top-right-radius: 0;
|
|
1867
|
-
border-bottom-right-radius: 0;
|
|
1868
|
-
}
|
|
1869
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1870
|
-
border-top-left-radius: 0;
|
|
1871
|
-
border-bottom-left-radius: 0;
|
|
1872
|
-
}
|
|
1873
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1874
|
-
border-radius: unset;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
.fde5mpd {
|
|
1878
|
-
width: 100%;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
min-height: 124px;
|
|
1881
|
-
display: flex;
|
|
1882
|
-
flex-direction: column;
|
|
1883
|
-
justify-content: center;
|
|
1884
|
-
align-items: center;
|
|
1885
|
-
}
|
|
1886
|
-
.fde5mpd .error-text {
|
|
1887
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
1905
|
.i1mrf09m {
|
|
1893
1906
|
display: inline-flex;
|
|
1894
1907
|
align-items: center;
|
|
@@ -1907,28 +1920,6 @@ body {
|
|
|
1907
1920
|
animation: rotate 680ms linear infinite;
|
|
1908
1921
|
}
|
|
1909
1922
|
|
|
1910
|
-
.iap75of {
|
|
1911
|
-
height: 18px;
|
|
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;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.obf05yr {
|
|
1924
|
-
display: inline-block;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.hsms1n6 {
|
|
1928
|
-
visibility: hidden;
|
|
1929
|
-
position: absolute;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
1923
|
.p12gwtiw {
|
|
1933
1924
|
display: flex;
|
|
1934
1925
|
justify-content: space-between;
|
|
@@ -1965,250 +1956,25 @@ body {
|
|
|
1965
1956
|
margin-left: 4px;
|
|
1966
1957
|
}
|
|
1967
1958
|
.p12gwtiw .pagination-right .prev-btn,
|
|
1968
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1969
|
-
padding: 0 8px;
|
|
1970
|
-
}
|
|
1971
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1972
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1973
|
-
color: #0080ff;
|
|
1974
|
-
}
|
|
1975
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1976
|
-
transform: rotate(180deg);
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1980
|
-
max-height: calc(100vh - 128px);
|
|
1981
|
-
overflow-y: auto;
|
|
1982
|
-
}
|
|
1983
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
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;
|
|
1992
|
-
}
|
|
1993
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1994
|
-
padding: 0;
|
|
1995
|
-
margin-right: 4px;
|
|
1996
|
-
flex: 1;
|
|
1997
|
-
overflow: visible;
|
|
1998
|
-
}
|
|
1999
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2000
|
-
display: none;
|
|
2001
|
-
}
|
|
2002
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2003
|
-
width: 100%;
|
|
2004
|
-
min-height: unset;
|
|
2005
|
-
}
|
|
2006
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2007
|
-
height: 26px;
|
|
2008
|
-
line-height: 26px;
|
|
2009
|
-
width: 100%;
|
|
2010
|
-
text-align: center;
|
|
2011
|
-
padding: 0;
|
|
2012
|
-
font-size: 12px;
|
|
2013
|
-
font-weight: normal;
|
|
2014
|
-
}
|
|
2015
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2016
|
-
margin-right: 10px;
|
|
2017
|
-
}
|
|
2018
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2019
|
-
display: none;
|
|
2020
|
-
}
|
|
2021
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2022
|
-
border-radius: 4px 0 0 4px;
|
|
2023
|
-
}
|
|
2024
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2025
|
-
margin-right: 0;
|
|
2026
|
-
}
|
|
2027
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2028
|
-
border-radius: 0 4px 4px 0;
|
|
2029
|
-
}
|
|
2030
|
-
.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 {
|
|
2031
|
-
content: "";
|
|
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;
|
|
2040
|
-
}
|
|
2041
|
-
.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 {
|
|
2042
|
-
content: "";
|
|
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;
|
|
2050
|
-
}
|
|
2051
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2052
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2053
|
-
}
|
|
2054
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2055
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2056
|
-
}
|
|
2057
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2058
|
-
color: #005ed1;
|
|
2059
|
-
}
|
|
2060
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2061
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2062
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2063
|
-
}
|
|
2064
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2065
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2066
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2067
|
-
}
|
|
2068
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2069
|
-
padding: 0;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2073
|
-
display: inline-flex;
|
|
2074
|
-
align-items: baseline;
|
|
2075
|
-
white-space: pre-wrap;
|
|
2076
|
-
}
|
|
2077
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2078
|
-
position: relative;
|
|
2079
|
-
top: 3px;
|
|
2080
|
-
}
|
|
2081
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2082
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2083
|
-
}
|
|
2084
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2085
|
-
border-color: #0080ff;
|
|
2086
|
-
}
|
|
2087
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2088
|
-
border-color: #0080ff;
|
|
2089
|
-
background: #0080ff;
|
|
2090
|
-
}
|
|
2091
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2092
|
-
top: 4px;
|
|
2093
|
-
left: 4px;
|
|
2094
|
-
width: 6px;
|
|
2095
|
-
height: 6px;
|
|
2096
|
-
background: #fff;
|
|
2097
|
-
}
|
|
2098
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2099
|
-
opacity: 0.5;
|
|
2100
|
-
}
|
|
2101
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2102
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2103
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2104
|
-
}
|
|
2105
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2106
|
-
background: #00122e;
|
|
2107
|
-
}
|
|
2108
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2109
|
-
color: #00122e;
|
|
2110
|
-
opacity: 0.5;
|
|
2111
|
-
}
|
|
2112
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2113
|
-
color: #00122e;
|
|
2114
|
-
}
|
|
2115
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2116
|
-
display: inline-block;
|
|
2117
|
-
padding: 0;
|
|
2118
|
-
padding-left: 12px;
|
|
2119
|
-
}
|
|
2120
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2121
|
-
margin-bottom: 0;
|
|
2122
|
-
white-space: pre-wrap;
|
|
2123
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2124
|
-
}
|
|
2125
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2126
|
-
padding-left: 8px;
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2130
|
-
border-radius: 5px 0 0 5px;
|
|
2131
|
-
}
|
|
2132
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2133
|
-
border-radius: 0 5px 5px 0;
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
.r1f0aqcc {
|
|
2137
|
-
color: #00122e;
|
|
2138
|
-
border-color: #ccd4e3;
|
|
2139
|
-
}
|
|
2140
|
-
.r1f0aqcc:first-child {
|
|
2141
|
-
color: #00122e;
|
|
2142
|
-
border-color: #a3b4cc;
|
|
2143
|
-
}
|
|
2144
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2145
|
-
padding: 0 12px;
|
|
2146
|
-
line-height: 32px;
|
|
2147
|
-
height: 32px;
|
|
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);
|
|
2184
|
-
}
|
|
2185
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2186
|
-
margin-right: 8px;
|
|
2187
|
-
display: inline;
|
|
2188
|
-
border: none;
|
|
2189
|
-
padding: 0;
|
|
2190
|
-
width: 36px;
|
|
2191
|
-
background: transparent;
|
|
2192
|
-
}
|
|
2193
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2194
|
-
box-shadow: none;
|
|
1959
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1960
|
+
padding: 0 8px;
|
|
2195
1961
|
}
|
|
2196
|
-
.
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
box-shadow: none;
|
|
1962
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1963
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1964
|
+
color: #0080ff;
|
|
2200
1965
|
}
|
|
2201
|
-
.
|
|
2202
|
-
|
|
1966
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1967
|
+
transform: rotate(180deg);
|
|
2203
1968
|
}
|
|
2204
|
-
|
|
2205
|
-
|
|
1969
|
+
|
|
1970
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1971
|
+
max-height: calc(100vh - 128px);
|
|
1972
|
+
overflow-y: auto;
|
|
2206
1973
|
}
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
width: 36px;
|
|
1974
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1975
|
+
padding: 4px 20px;
|
|
1976
|
+
font-size: 12px;
|
|
1977
|
+
line-height: 18px;
|
|
2212
1978
|
}
|
|
2213
1979
|
|
|
2214
1980
|
.cz04yix {
|
|
@@ -2842,93 +2608,327 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2842
2608
|
transition: margin-left 150ms ease;
|
|
2843
2609
|
margin-left: 0px;
|
|
2844
2610
|
}
|
|
2845
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2846
|
-
margin-left: 16px;
|
|
2611
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2612
|
+
margin-left: 16px;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
input.l1ki27se.ant-input {
|
|
2616
|
+
border-top-right-radius: 0;
|
|
2617
|
+
border-bottom-right-radius: 0;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2621
|
+
border-top-right-radius: 0;
|
|
2622
|
+
border-bottom-right-radius: 0;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
input.rrg1fkn.ant-input {
|
|
2626
|
+
border-top-left-radius: 0;
|
|
2627
|
+
border-bottom-left-radius: 0;
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2631
|
+
border-top-left-radius: 0;
|
|
2632
|
+
border-bottom-left-radius: 0;
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2636
|
+
border-top-right-radius: 0;
|
|
2637
|
+
border-bottom-right-radius: 0;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2641
|
+
border-top-left-radius: 0;
|
|
2642
|
+
border-bottom-left-radius: 0;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2646
|
+
flex-direction: row;
|
|
2647
|
+
justify-content: stretch;
|
|
2648
|
+
}
|
|
2649
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2650
|
+
padding: 0;
|
|
2651
|
+
margin-right: 4px;
|
|
2652
|
+
flex: 1;
|
|
2653
|
+
overflow: visible;
|
|
2654
|
+
}
|
|
2655
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2656
|
+
display: none;
|
|
2657
|
+
}
|
|
2658
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2659
|
+
width: 100%;
|
|
2660
|
+
min-height: unset;
|
|
2661
|
+
}
|
|
2662
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2663
|
+
height: 26px;
|
|
2664
|
+
line-height: 26px;
|
|
2665
|
+
width: 100%;
|
|
2666
|
+
text-align: center;
|
|
2667
|
+
padding: 0;
|
|
2668
|
+
font-size: 12px;
|
|
2669
|
+
font-weight: normal;
|
|
2670
|
+
}
|
|
2671
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2672
|
+
margin-right: 10px;
|
|
2673
|
+
}
|
|
2674
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2675
|
+
display: none;
|
|
2676
|
+
}
|
|
2677
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2678
|
+
border-radius: 4px 0 0 4px;
|
|
2679
|
+
}
|
|
2680
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2681
|
+
margin-right: 0;
|
|
2682
|
+
}
|
|
2683
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2684
|
+
border-radius: 0 4px 4px 0;
|
|
2685
|
+
}
|
|
2686
|
+
.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 {
|
|
2687
|
+
content: "";
|
|
2688
|
+
width: 0;
|
|
2689
|
+
height: 0;
|
|
2690
|
+
border: 13px solid transparent;
|
|
2691
|
+
position: absolute;
|
|
2692
|
+
top: 0;
|
|
2693
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2694
|
+
right: -21px;
|
|
2695
|
+
z-index: 2;
|
|
2696
|
+
}
|
|
2697
|
+
.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 {
|
|
2698
|
+
content: "";
|
|
2699
|
+
width: 0;
|
|
2700
|
+
height: 0;
|
|
2701
|
+
border: 13px solid transparent;
|
|
2702
|
+
position: absolute;
|
|
2703
|
+
top: 0;
|
|
2704
|
+
border-left: 8px solid #fff;
|
|
2705
|
+
left: 0;
|
|
2706
|
+
}
|
|
2707
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2708
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2709
|
+
}
|
|
2710
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2711
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2712
|
+
}
|
|
2713
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2714
|
+
color: #005ed1;
|
|
2715
|
+
}
|
|
2716
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2717
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2718
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2719
|
+
}
|
|
2720
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2721
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2722
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2723
|
+
}
|
|
2724
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2725
|
+
padding: 0;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
.obf05yr {
|
|
2729
|
+
display: inline-block;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
.hsms1n6 {
|
|
2733
|
+
visibility: hidden;
|
|
2734
|
+
position: absolute;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
.s34f1qb.ant-switch {
|
|
2738
|
+
min-width: 40px;
|
|
2739
|
+
height: 24px;
|
|
2740
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2741
|
+
overflow: hidden;
|
|
2742
|
+
}
|
|
2743
|
+
.s34f1qb.ant-switch:focus {
|
|
2744
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2745
|
+
}
|
|
2746
|
+
.s34f1qb.ant-switch-small {
|
|
2747
|
+
min-width: 26px;
|
|
2748
|
+
height: 16px;
|
|
2749
|
+
}
|
|
2750
|
+
.s34f1qb.ant-switch-large {
|
|
2751
|
+
min-width: 52px;
|
|
2752
|
+
height: 32px;
|
|
2753
|
+
}
|
|
2754
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2755
|
+
height: 20px;
|
|
2756
|
+
width: 20px;
|
|
2757
|
+
}
|
|
2758
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2759
|
+
border-radius: 10px;
|
|
2760
|
+
transition-delay: 120ms;
|
|
2761
|
+
}
|
|
2762
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2763
|
+
height: 14px;
|
|
2764
|
+
width: 14px;
|
|
2765
|
+
top: 1px;
|
|
2766
|
+
left: 1px;
|
|
2767
|
+
}
|
|
2768
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2769
|
+
height: 28px;
|
|
2770
|
+
width: 28px;
|
|
2771
|
+
}
|
|
2772
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2773
|
+
border-radius: 14px;
|
|
2774
|
+
}
|
|
2775
|
+
.s34f1qb.ant-switch-checked {
|
|
2776
|
+
background-color: #00ba5d;
|
|
2777
|
+
}
|
|
2778
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2779
|
+
left: calc(100% - 20px - 2px);
|
|
2780
|
+
}
|
|
2781
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2782
|
+
left: calc(100% - 14px - 1px);
|
|
2783
|
+
}
|
|
2784
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2785
|
+
left: calc(100% - 28px - 2px);
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.c1to9vb9 {
|
|
2789
|
+
margin-left: 5px;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2793
|
+
display: inline-flex;
|
|
2794
|
+
align-items: baseline;
|
|
2795
|
+
white-space: pre-wrap;
|
|
2796
|
+
}
|
|
2797
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2798
|
+
position: relative;
|
|
2799
|
+
top: 3px;
|
|
2800
|
+
}
|
|
2801
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2802
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2803
|
+
}
|
|
2804
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2805
|
+
border-color: #0080ff;
|
|
2806
|
+
}
|
|
2807
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2808
|
+
border-color: #0080ff;
|
|
2809
|
+
background: #0080ff;
|
|
2810
|
+
}
|
|
2811
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2812
|
+
top: 4px;
|
|
2813
|
+
left: 4px;
|
|
2814
|
+
width: 6px;
|
|
2815
|
+
height: 6px;
|
|
2816
|
+
background: #fff;
|
|
2817
|
+
}
|
|
2818
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2819
|
+
opacity: 0.5;
|
|
2820
|
+
}
|
|
2821
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2822
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2823
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2824
|
+
}
|
|
2825
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2826
|
+
background: #00122e;
|
|
2827
|
+
}
|
|
2828
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2829
|
+
color: #00122e;
|
|
2830
|
+
opacity: 0.5;
|
|
2831
|
+
}
|
|
2832
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2833
|
+
color: #00122e;
|
|
2834
|
+
}
|
|
2835
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2836
|
+
display: inline-block;
|
|
2837
|
+
padding: 0;
|
|
2838
|
+
padding-left: 12px;
|
|
2839
|
+
}
|
|
2840
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2841
|
+
margin-bottom: 0;
|
|
2842
|
+
white-space: pre-wrap;
|
|
2843
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2847
2844
|
}
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
border-top-right-radius: 0;
|
|
2851
|
-
border-bottom-right-radius: 0;
|
|
2845
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2846
|
+
padding-left: 8px;
|
|
2852
2847
|
}
|
|
2853
2848
|
|
|
2854
|
-
.
|
|
2855
|
-
border-
|
|
2856
|
-
border-bottom-right-radius: 0;
|
|
2849
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2850
|
+
border-radius: 5px 0 0 5px;
|
|
2857
2851
|
}
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
border-top-left-radius: 0;
|
|
2861
|
-
border-bottom-left-radius: 0;
|
|
2852
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2853
|
+
border-radius: 0 5px 5px 0;
|
|
2862
2854
|
}
|
|
2863
2855
|
|
|
2864
|
-
.
|
|
2865
|
-
|
|
2866
|
-
border-
|
|
2856
|
+
.r1f0aqcc {
|
|
2857
|
+
color: #00122e;
|
|
2858
|
+
border-color: #ccd4e3;
|
|
2867
2859
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
border-
|
|
2871
|
-
border-bottom-right-radius: 0;
|
|
2860
|
+
.r1f0aqcc:first-child {
|
|
2861
|
+
color: #00122e;
|
|
2862
|
+
border-color: #a3b4cc;
|
|
2872
2863
|
}
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2864
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2865
|
+
padding: 0 12px;
|
|
2866
|
+
line-height: 32px;
|
|
2867
|
+
height: 32px;
|
|
2877
2868
|
}
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
min-width: 40px;
|
|
2881
|
-
height: 24px;
|
|
2882
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
-
overflow: hidden;
|
|
2869
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2870
|
+
white-space: nowrap;
|
|
2884
2871
|
}
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2872
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2873
|
+
background: #ccd4e3;
|
|
2887
2874
|
}
|
|
2888
|
-
.
|
|
2889
|
-
|
|
2890
|
-
height: 16px;
|
|
2875
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2876
|
+
background: #0080ff;
|
|
2891
2877
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2894
|
-
|
|
2878
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2879
|
+
background: #ccd4e3;
|
|
2880
|
+
opacity: 0.5;
|
|
2895
2881
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
width: 20px;
|
|
2882
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2883
|
+
border-right-color: #0080ff;
|
|
2899
2884
|
}
|
|
2900
|
-
.
|
|
2901
|
-
border-
|
|
2902
|
-
transition-delay: 120ms;
|
|
2885
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2886
|
+
border-color: #0080ff;
|
|
2903
2887
|
}
|
|
2904
|
-
.
|
|
2905
|
-
|
|
2906
|
-
width: 14px;
|
|
2907
|
-
top: 1px;
|
|
2908
|
-
left: 1px;
|
|
2888
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2889
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2909
2890
|
}
|
|
2910
|
-
.
|
|
2911
|
-
|
|
2912
|
-
|
|
2891
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2892
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2893
|
+
border-color: #ccd4e3;
|
|
2894
|
+
opacity: 0.5;
|
|
2913
2895
|
}
|
|
2914
|
-
.
|
|
2915
|
-
|
|
2896
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2897
|
+
color: #00122e;
|
|
2898
|
+
border-color: #ccd4e3;
|
|
2916
2899
|
}
|
|
2917
|
-
.
|
|
2918
|
-
|
|
2900
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2901
|
+
color: #00122e;
|
|
2902
|
+
border-color: #ccd4e3;
|
|
2903
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2919
2904
|
}
|
|
2920
|
-
.
|
|
2921
|
-
|
|
2905
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2906
|
+
margin-right: 8px;
|
|
2907
|
+
display: inline;
|
|
2908
|
+
border: none;
|
|
2909
|
+
padding: 0;
|
|
2910
|
+
width: 36px;
|
|
2911
|
+
background: transparent;
|
|
2922
2912
|
}
|
|
2923
|
-
.
|
|
2924
|
-
|
|
2913
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2914
|
+
box-shadow: none;
|
|
2925
2915
|
}
|
|
2926
|
-
.
|
|
2927
|
-
|
|
2916
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2917
|
+
margin-right: 0;
|
|
2918
|
+
width: initial;
|
|
2919
|
+
box-shadow: none;
|
|
2928
2920
|
}
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2921
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2922
|
+
display: none;
|
|
2923
|
+
}
|
|
2924
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2925
|
+
display: inline;
|
|
2926
|
+
}
|
|
2927
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2928
|
+
display: inline;
|
|
2929
|
+
margin-right: 8px;
|
|
2930
|
+
padding: 0;
|
|
2931
|
+
width: 36px;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
2934
|
.t1upn1sz {
|
|
@@ -3925,20 +3925,6 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3929
|
-
display: flex;
|
|
3930
|
-
}
|
|
3931
|
-
|
|
3932
|
-
.igz4le8 {
|
|
3933
|
-
height: 24px;
|
|
3934
|
-
width: 56px !important;
|
|
3935
|
-
margin-right: 4px;
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
|
-
.c1riexje {
|
|
3939
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3940
|
-
}
|
|
3941
|
-
|
|
3942
3928
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3943
3929
|
border-radius: 6px;
|
|
3944
3930
|
}
|
|
@@ -3994,6 +3980,20 @@ input.rrg1fkn.ant-input {
|
|
|
3994
3980
|
transform: rotate(180deg);
|
|
3995
3981
|
}
|
|
3996
3982
|
|
|
3983
|
+
.igz4le8 {
|
|
3984
|
+
height: 24px;
|
|
3985
|
+
width: 56px !important;
|
|
3986
|
+
margin-right: 4px;
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
.c1riexje {
|
|
3990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
|
+
display: flex;
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
3997
|
.m1thnes4 {
|
|
3998
3998
|
color: rgba(44, 56, 82, 0.6);
|
|
3999
3999
|
text-align: center;
|
|
@@ -4185,6 +4185,52 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
+
display: var(--at4ovwe-0);
|
|
4190
|
+
}
|
|
4191
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
+
padding: 5px 12px;
|
|
4193
|
+
display: inline-flex;
|
|
4194
|
+
line-height: 1.5715;
|
|
4195
|
+
height: 100%;
|
|
4196
|
+
width: 100%;
|
|
4197
|
+
}
|
|
4198
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
+
content: var(--at4ovwe-1);
|
|
4200
|
+
display: var(--at4ovwe-2);
|
|
4201
|
+
flex: none;
|
|
4202
|
+
align-items: center;
|
|
4203
|
+
margin-left: 4px;
|
|
4204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
+
}
|
|
4206
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
+
content: var(--at4ovwe-3);
|
|
4208
|
+
display: var(--at4ovwe-4);
|
|
4209
|
+
flex: none;
|
|
4210
|
+
align-items: center;
|
|
4211
|
+
margin-right: 4px;
|
|
4212
|
+
cursor: auto;
|
|
4213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
+
}
|
|
4215
|
+
.at4ovwe.ant-input-number {
|
|
4216
|
+
width: 100%;
|
|
4217
|
+
border-radius: 6px;
|
|
4218
|
+
}
|
|
4219
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
+
border-color: #0096ff;
|
|
4221
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
+
}
|
|
4223
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
+
border-color: #e75a3a;
|
|
4225
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
+
}
|
|
4227
|
+
.at4ovwe .ant-input-number-input {
|
|
4228
|
+
padding: 0;
|
|
4229
|
+
margin: 0;
|
|
4230
|
+
height: auto;
|
|
4231
|
+
font-size: inherit;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4188
4234
|
.tc40oxa {
|
|
4189
4235
|
margin-bottom: 4px;
|
|
4190
4236
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4381,52 +4427,6 @@ input.rrg1fkn.ant-input {
|
|
|
4381
4427
|
margin-right: 8px;
|
|
4382
4428
|
}
|
|
4383
4429
|
|
|
4384
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4385
|
-
display: var(--at4ovwe-0);
|
|
4386
|
-
}
|
|
4387
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4388
|
-
padding: 5px 12px;
|
|
4389
|
-
display: inline-flex;
|
|
4390
|
-
line-height: 1.5715;
|
|
4391
|
-
height: 100%;
|
|
4392
|
-
width: 100%;
|
|
4393
|
-
}
|
|
4394
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4395
|
-
content: var(--at4ovwe-1);
|
|
4396
|
-
display: var(--at4ovwe-2);
|
|
4397
|
-
flex: none;
|
|
4398
|
-
align-items: center;
|
|
4399
|
-
margin-left: 4px;
|
|
4400
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4401
|
-
}
|
|
4402
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4403
|
-
content: var(--at4ovwe-3);
|
|
4404
|
-
display: var(--at4ovwe-4);
|
|
4405
|
-
flex: none;
|
|
4406
|
-
align-items: center;
|
|
4407
|
-
margin-right: 4px;
|
|
4408
|
-
cursor: auto;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
}
|
|
4411
|
-
.at4ovwe.ant-input-number {
|
|
4412
|
-
width: 100%;
|
|
4413
|
-
border-radius: 6px;
|
|
4414
|
-
}
|
|
4415
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
-
border-color: #0096ff;
|
|
4417
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
-
}
|
|
4419
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
-
border-color: #e75a3a;
|
|
4421
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
|
-
}
|
|
4423
|
-
.at4ovwe .ant-input-number-input {
|
|
4424
|
-
padding: 0;
|
|
4425
|
-
margin: 0;
|
|
4426
|
-
height: auto;
|
|
4427
|
-
font-size: inherit;
|
|
4428
|
-
}
|
|
4429
|
-
|
|
4430
4430
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
4431
|
display: var(--a6dbbkm-0);
|
|
4432
4432
|
}
|