@cloudtower/eagle 0.25.3 → 0.25.5
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/Form/index.d.ts +3 -0
- package/dist/components/FormItem/index.d.ts +4 -0
- package/dist/components.css +247 -251
- package/dist/esm/index.js +1 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -2
- package/dist/style.css +369 -373
- package/dist/umd/index.js +1 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1618,101 +1618,6 @@ body {
|
|
|
1618
1618
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1619
1619
|
}
|
|
1620
1620
|
}
|
|
1621
|
-
.p12gwtiw {
|
|
1622
|
-
display: flex;
|
|
1623
|
-
justify-content: space-between;
|
|
1624
|
-
align-items: center;
|
|
1625
|
-
padding: 10px 0;
|
|
1626
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1627
|
-
font-size: 12px;
|
|
1628
|
-
line-height: 24px;
|
|
1629
|
-
}
|
|
1630
|
-
.p12gwtiw .pagination-left {
|
|
1631
|
-
padding: 2px 8px;
|
|
1632
|
-
}
|
|
1633
|
-
.p12gwtiw .dropdown-trigger {
|
|
1634
|
-
display: flex;
|
|
1635
|
-
align-items: center;
|
|
1636
|
-
border-radius: 6px;
|
|
1637
|
-
cursor: pointer;
|
|
1638
|
-
transition: all 0.3s ease;
|
|
1639
|
-
}
|
|
1640
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1641
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1642
|
-
color: #0080ff;
|
|
1643
|
-
}
|
|
1644
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1645
|
-
margin-left: 4px;
|
|
1646
|
-
}
|
|
1647
|
-
.p12gwtiw .pagination-right {
|
|
1648
|
-
display: flex;
|
|
1649
|
-
align-items: center;
|
|
1650
|
-
color: #0080ff;
|
|
1651
|
-
font-weight: bold;
|
|
1652
|
-
}
|
|
1653
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1654
|
-
margin-left: 4px;
|
|
1655
|
-
}
|
|
1656
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1657
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1658
|
-
padding: 0 8px;
|
|
1659
|
-
}
|
|
1660
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1661
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1662
|
-
color: #0080ff;
|
|
1663
|
-
}
|
|
1664
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1665
|
-
transform: rotate(180deg);
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1669
|
-
max-height: calc(100vh - 128px);
|
|
1670
|
-
overflow-y: auto;
|
|
1671
|
-
}
|
|
1672
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1673
|
-
padding: 4px 20px;
|
|
1674
|
-
font-size: 12px;
|
|
1675
|
-
line-height: 18px;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
.bpq0js6 {
|
|
1679
|
-
padding: 4px 11px;
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
.b15sn34c {
|
|
1683
|
-
white-space: nowrap;
|
|
1684
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1685
|
-
}
|
|
1686
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1687
|
-
--color: #0080ff;
|
|
1688
|
-
}
|
|
1689
|
-
.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] {
|
|
1690
|
-
--color: #0080ff;
|
|
1691
|
-
}
|
|
1692
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1693
|
-
margin-left: 1px;
|
|
1694
|
-
}
|
|
1695
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1696
|
-
border-top-right-radius: 0;
|
|
1697
|
-
border-bottom-right-radius: 0;
|
|
1698
|
-
}
|
|
1699
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1700
|
-
border-top-left-radius: 0;
|
|
1701
|
-
border-bottom-left-radius: 0;
|
|
1702
|
-
}
|
|
1703
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1704
|
-
border-radius: unset;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
.obf05yr {
|
|
1708
|
-
display: inline-block;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
.hsms1n6 {
|
|
1712
|
-
visibility: hidden;
|
|
1713
|
-
position: absolute;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
1621
|
.buj61ew.ant-btn {
|
|
1717
1622
|
height: 32px;
|
|
1718
1623
|
border-radius: 6px;
|
|
@@ -1961,6 +1866,35 @@ body {
|
|
|
1961
1866
|
padding: 0;
|
|
1962
1867
|
}
|
|
1963
1868
|
|
|
1869
|
+
.bpq0js6 {
|
|
1870
|
+
padding: 4px 11px;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.b15sn34c {
|
|
1874
|
+
white-space: nowrap;
|
|
1875
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1876
|
+
}
|
|
1877
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1878
|
+
--color: #0080ff;
|
|
1879
|
+
}
|
|
1880
|
+
.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] {
|
|
1881
|
+
--color: #0080ff;
|
|
1882
|
+
}
|
|
1883
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1884
|
+
margin-left: 1px;
|
|
1885
|
+
}
|
|
1886
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1887
|
+
border-top-right-radius: 0;
|
|
1888
|
+
border-bottom-right-radius: 0;
|
|
1889
|
+
}
|
|
1890
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1891
|
+
border-top-left-radius: 0;
|
|
1892
|
+
border-bottom-left-radius: 0;
|
|
1893
|
+
}
|
|
1894
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1895
|
+
border-radius: unset;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1964
1898
|
.fde5mpd {
|
|
1965
1899
|
width: 100%;
|
|
1966
1900
|
height: 100%;
|
|
@@ -1976,6 +1910,24 @@ body {
|
|
|
1976
1910
|
font-size: 18px;
|
|
1977
1911
|
}
|
|
1978
1912
|
|
|
1913
|
+
.i1mrf09m {
|
|
1914
|
+
display: inline-flex;
|
|
1915
|
+
align-items: center;
|
|
1916
|
+
}
|
|
1917
|
+
.i1mrf09m .icon-inner {
|
|
1918
|
+
display: inline-flex;
|
|
1919
|
+
align-items: center;
|
|
1920
|
+
justify-content: center;
|
|
1921
|
+
}
|
|
1922
|
+
.i1mrf09m .icon-inner + span,
|
|
1923
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1924
|
+
margin-left: 4px;
|
|
1925
|
+
}
|
|
1926
|
+
.i1mrf09m.is-rotate img,
|
|
1927
|
+
.i1mrf09m.is-rotate svg {
|
|
1928
|
+
animation: rotate 680ms linear infinite;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1979
1931
|
.iap75of {
|
|
1980
1932
|
height: 18px;
|
|
1981
1933
|
line-height: 18px;
|
|
@@ -1989,59 +1941,70 @@ body {
|
|
|
1989
1941
|
margin-right: 4px;
|
|
1990
1942
|
}
|
|
1991
1943
|
|
|
1992
|
-
.
|
|
1993
|
-
|
|
1994
|
-
height: 24px;
|
|
1995
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1996
|
-
overflow: hidden;
|
|
1997
|
-
}
|
|
1998
|
-
.s34f1qb.ant-switch:focus {
|
|
1999
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1944
|
+
.obf05yr {
|
|
1945
|
+
display: inline-block;
|
|
2000
1946
|
}
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
1947
|
+
|
|
1948
|
+
.hsms1n6 {
|
|
1949
|
+
visibility: hidden;
|
|
1950
|
+
position: absolute;
|
|
2004
1951
|
}
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
1952
|
+
|
|
1953
|
+
.p12gwtiw {
|
|
1954
|
+
display: flex;
|
|
1955
|
+
justify-content: space-between;
|
|
1956
|
+
align-items: center;
|
|
1957
|
+
padding: 10px 0;
|
|
1958
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1959
|
+
font-size: 12px;
|
|
1960
|
+
line-height: 24px;
|
|
2008
1961
|
}
|
|
2009
|
-
.
|
|
2010
|
-
|
|
2011
|
-
width: 20px;
|
|
1962
|
+
.p12gwtiw .pagination-left {
|
|
1963
|
+
padding: 2px 8px;
|
|
2012
1964
|
}
|
|
2013
|
-
.
|
|
2014
|
-
|
|
2015
|
-
|
|
1965
|
+
.p12gwtiw .dropdown-trigger {
|
|
1966
|
+
display: flex;
|
|
1967
|
+
align-items: center;
|
|
1968
|
+
border-radius: 6px;
|
|
1969
|
+
cursor: pointer;
|
|
1970
|
+
transition: all 0.3s ease;
|
|
2016
1971
|
}
|
|
2017
|
-
.
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
top: 1px;
|
|
2021
|
-
left: 1px;
|
|
1972
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1973
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1974
|
+
color: #0080ff;
|
|
2022
1975
|
}
|
|
2023
|
-
.
|
|
2024
|
-
|
|
2025
|
-
width: 28px;
|
|
1976
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1977
|
+
margin-left: 4px;
|
|
2026
1978
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
1979
|
+
.p12gwtiw .pagination-right {
|
|
1980
|
+
display: flex;
|
|
1981
|
+
align-items: center;
|
|
1982
|
+
color: #0080ff;
|
|
1983
|
+
font-weight: bold;
|
|
2029
1984
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
1985
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1986
|
+
margin-left: 4px;
|
|
2032
1987
|
}
|
|
2033
|
-
.
|
|
2034
|
-
|
|
1988
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1989
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1990
|
+
padding: 0 8px;
|
|
2035
1991
|
}
|
|
2036
|
-
.
|
|
2037
|
-
|
|
1992
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1993
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1994
|
+
color: #0080ff;
|
|
2038
1995
|
}
|
|
2039
|
-
.
|
|
2040
|
-
|
|
1996
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1997
|
+
transform: rotate(180deg);
|
|
2041
1998
|
}
|
|
2042
1999
|
|
|
2043
|
-
.
|
|
2044
|
-
|
|
2000
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2001
|
+
max-height: calc(100vh - 128px);
|
|
2002
|
+
overflow-y: auto;
|
|
2003
|
+
}
|
|
2004
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2005
|
+
padding: 4px 20px;
|
|
2006
|
+
font-size: 12px;
|
|
2007
|
+
line-height: 18px;
|
|
2045
2008
|
}
|
|
2046
2009
|
|
|
2047
2010
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2186,107 +2149,6 @@ body {
|
|
|
2186
2149
|
width: 36px;
|
|
2187
2150
|
}
|
|
2188
2151
|
|
|
2189
|
-
.i1mrf09m {
|
|
2190
|
-
display: inline-flex;
|
|
2191
|
-
align-items: center;
|
|
2192
|
-
}
|
|
2193
|
-
.i1mrf09m .icon-inner {
|
|
2194
|
-
display: inline-flex;
|
|
2195
|
-
align-items: center;
|
|
2196
|
-
justify-content: center;
|
|
2197
|
-
}
|
|
2198
|
-
.i1mrf09m .icon-inner + span,
|
|
2199
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
2200
|
-
margin-left: 4px;
|
|
2201
|
-
}
|
|
2202
|
-
.i1mrf09m.is-rotate img,
|
|
2203
|
-
.i1mrf09m.is-rotate svg {
|
|
2204
|
-
animation: rotate 680ms linear infinite;
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2208
|
-
flex-direction: row;
|
|
2209
|
-
justify-content: stretch;
|
|
2210
|
-
}
|
|
2211
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2212
|
-
padding: 0;
|
|
2213
|
-
margin-right: 4px;
|
|
2214
|
-
flex: 1;
|
|
2215
|
-
overflow: visible;
|
|
2216
|
-
}
|
|
2217
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2218
|
-
display: none;
|
|
2219
|
-
}
|
|
2220
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2221
|
-
width: 100%;
|
|
2222
|
-
min-height: unset;
|
|
2223
|
-
}
|
|
2224
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2225
|
-
height: 26px;
|
|
2226
|
-
line-height: 26px;
|
|
2227
|
-
width: 100%;
|
|
2228
|
-
text-align: center;
|
|
2229
|
-
padding: 0;
|
|
2230
|
-
font-size: 12px;
|
|
2231
|
-
font-weight: normal;
|
|
2232
|
-
}
|
|
2233
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2234
|
-
margin-right: 10px;
|
|
2235
|
-
}
|
|
2236
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2237
|
-
display: none;
|
|
2238
|
-
}
|
|
2239
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2240
|
-
border-radius: 4px 0 0 4px;
|
|
2241
|
-
}
|
|
2242
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2243
|
-
margin-right: 0;
|
|
2244
|
-
}
|
|
2245
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2246
|
-
border-radius: 0 4px 4px 0;
|
|
2247
|
-
}
|
|
2248
|
-
.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 {
|
|
2249
|
-
content: "";
|
|
2250
|
-
width: 0;
|
|
2251
|
-
height: 0;
|
|
2252
|
-
border: 13px solid transparent;
|
|
2253
|
-
position: absolute;
|
|
2254
|
-
top: 0;
|
|
2255
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2256
|
-
right: -21px;
|
|
2257
|
-
z-index: 2;
|
|
2258
|
-
}
|
|
2259
|
-
.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 {
|
|
2260
|
-
content: "";
|
|
2261
|
-
width: 0;
|
|
2262
|
-
height: 0;
|
|
2263
|
-
border: 13px solid transparent;
|
|
2264
|
-
position: absolute;
|
|
2265
|
-
top: 0;
|
|
2266
|
-
border-left: 8px solid #fff;
|
|
2267
|
-
left: 0;
|
|
2268
|
-
}
|
|
2269
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2270
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2271
|
-
}
|
|
2272
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2273
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2274
|
-
}
|
|
2275
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2276
|
-
color: #005ed1;
|
|
2277
|
-
}
|
|
2278
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2279
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2280
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2281
|
-
}
|
|
2282
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2283
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2284
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2285
|
-
}
|
|
2286
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2287
|
-
padding: 0;
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
2152
|
.cz04yix {
|
|
2291
2153
|
display: flex;
|
|
2292
2154
|
flex-direction: column;
|
|
@@ -2902,54 +2764,192 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2902
2764
|
position: relative;
|
|
2903
2765
|
overflow: hidden;
|
|
2904
2766
|
}
|
|
2905
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2906
|
-
position: absolute;
|
|
2907
|
-
top: 50%;
|
|
2908
|
-
transform: translateY(-50%);
|
|
2909
|
-
left: -16px;
|
|
2910
|
-
transition: left 150ms ease;
|
|
2911
|
-
opacity: 0;
|
|
2767
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2768
|
+
position: absolute;
|
|
2769
|
+
top: 50%;
|
|
2770
|
+
transform: translateY(-50%);
|
|
2771
|
+
left: -16px;
|
|
2772
|
+
transition: left 150ms ease;
|
|
2773
|
+
opacity: 0;
|
|
2774
|
+
}
|
|
2775
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2776
|
+
left: 8px;
|
|
2777
|
+
opacity: 1;
|
|
2778
|
+
}
|
|
2779
|
+
.kypn5o5.has-focus-indicator input {
|
|
2780
|
+
transition: margin-left 150ms ease;
|
|
2781
|
+
margin-left: 0px;
|
|
2782
|
+
}
|
|
2783
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2784
|
+
margin-left: 16px;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
input.l1ki27se.ant-input {
|
|
2788
|
+
border-top-right-radius: 0;
|
|
2789
|
+
border-bottom-right-radius: 0;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2793
|
+
border-top-right-radius: 0;
|
|
2794
|
+
border-bottom-right-radius: 0;
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
input.rrg1fkn.ant-input {
|
|
2798
|
+
border-top-left-radius: 0;
|
|
2799
|
+
border-bottom-left-radius: 0;
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2803
|
+
border-top-left-radius: 0;
|
|
2804
|
+
border-bottom-left-radius: 0;
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2808
|
+
border-top-right-radius: 0;
|
|
2809
|
+
border-bottom-right-radius: 0;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2813
|
+
border-top-left-radius: 0;
|
|
2814
|
+
border-bottom-left-radius: 0;
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2818
|
+
flex-direction: row;
|
|
2819
|
+
justify-content: stretch;
|
|
2820
|
+
}
|
|
2821
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2822
|
+
padding: 0;
|
|
2823
|
+
margin-right: 4px;
|
|
2824
|
+
flex: 1;
|
|
2825
|
+
overflow: visible;
|
|
2826
|
+
}
|
|
2827
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2828
|
+
display: none;
|
|
2829
|
+
}
|
|
2830
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2831
|
+
width: 100%;
|
|
2832
|
+
min-height: unset;
|
|
2833
|
+
}
|
|
2834
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2835
|
+
height: 26px;
|
|
2836
|
+
line-height: 26px;
|
|
2837
|
+
width: 100%;
|
|
2838
|
+
text-align: center;
|
|
2839
|
+
padding: 0;
|
|
2840
|
+
font-size: 12px;
|
|
2841
|
+
font-weight: normal;
|
|
2842
|
+
}
|
|
2843
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2844
|
+
margin-right: 10px;
|
|
2845
|
+
}
|
|
2846
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2847
|
+
display: none;
|
|
2848
|
+
}
|
|
2849
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2850
|
+
border-radius: 4px 0 0 4px;
|
|
2851
|
+
}
|
|
2852
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2853
|
+
margin-right: 0;
|
|
2854
|
+
}
|
|
2855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2856
|
+
border-radius: 0 4px 4px 0;
|
|
2857
|
+
}
|
|
2858
|
+
.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 {
|
|
2859
|
+
content: "";
|
|
2860
|
+
width: 0;
|
|
2861
|
+
height: 0;
|
|
2862
|
+
border: 13px solid transparent;
|
|
2863
|
+
position: absolute;
|
|
2864
|
+
top: 0;
|
|
2865
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2866
|
+
right: -21px;
|
|
2867
|
+
z-index: 2;
|
|
2868
|
+
}
|
|
2869
|
+
.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 {
|
|
2870
|
+
content: "";
|
|
2871
|
+
width: 0;
|
|
2872
|
+
height: 0;
|
|
2873
|
+
border: 13px solid transparent;
|
|
2874
|
+
position: absolute;
|
|
2875
|
+
top: 0;
|
|
2876
|
+
border-left: 8px solid #fff;
|
|
2877
|
+
left: 0;
|
|
2878
|
+
}
|
|
2879
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2880
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2881
|
+
}
|
|
2882
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2883
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2884
|
+
}
|
|
2885
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2886
|
+
color: #005ed1;
|
|
2887
|
+
}
|
|
2888
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2890
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2891
|
+
}
|
|
2892
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2893
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2894
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2895
|
+
}
|
|
2896
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2897
|
+
padding: 0;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
.s34f1qb.ant-switch {
|
|
2901
|
+
min-width: 40px;
|
|
2902
|
+
height: 24px;
|
|
2903
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2904
|
+
overflow: hidden;
|
|
2905
|
+
}
|
|
2906
|
+
.s34f1qb.ant-switch:focus {
|
|
2907
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2908
|
+
}
|
|
2909
|
+
.s34f1qb.ant-switch-small {
|
|
2910
|
+
min-width: 26px;
|
|
2911
|
+
height: 16px;
|
|
2912
|
+
}
|
|
2913
|
+
.s34f1qb.ant-switch-large {
|
|
2914
|
+
min-width: 52px;
|
|
2915
|
+
height: 32px;
|
|
2916
|
+
}
|
|
2917
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2918
|
+
height: 20px;
|
|
2919
|
+
width: 20px;
|
|
2912
2920
|
}
|
|
2913
|
-
.
|
|
2914
|
-
|
|
2915
|
-
|
|
2921
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2922
|
+
border-radius: 10px;
|
|
2923
|
+
transition-delay: 120ms;
|
|
2916
2924
|
}
|
|
2917
|
-
.
|
|
2918
|
-
|
|
2919
|
-
|
|
2925
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2926
|
+
height: 14px;
|
|
2927
|
+
width: 14px;
|
|
2928
|
+
top: 1px;
|
|
2929
|
+
left: 1px;
|
|
2920
2930
|
}
|
|
2921
|
-
.
|
|
2922
|
-
|
|
2931
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2932
|
+
height: 28px;
|
|
2933
|
+
width: 28px;
|
|
2923
2934
|
}
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
border-top-right-radius: 0;
|
|
2927
|
-
border-bottom-right-radius: 0;
|
|
2935
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2936
|
+
border-radius: 14px;
|
|
2928
2937
|
}
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
border-top-right-radius: 0;
|
|
2932
|
-
border-bottom-right-radius: 0;
|
|
2938
|
+
.s34f1qb.ant-switch-checked {
|
|
2939
|
+
background-color: #00ba5d;
|
|
2933
2940
|
}
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
border-top-left-radius: 0;
|
|
2937
|
-
border-bottom-left-radius: 0;
|
|
2941
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2942
|
+
left: calc(100% - 20px - 2px);
|
|
2938
2943
|
}
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
border-top-left-radius: 0;
|
|
2942
|
-
border-bottom-left-radius: 0;
|
|
2944
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2945
|
+
left: calc(100% - 14px - 1px);
|
|
2943
2946
|
}
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
border-top-right-radius: 0;
|
|
2947
|
-
border-bottom-right-radius: 0;
|
|
2947
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2948
|
+
left: calc(100% - 28px - 2px);
|
|
2948
2949
|
}
|
|
2949
2950
|
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
border-bottom-left-radius: 0;
|
|
2951
|
+
.c1to9vb9 {
|
|
2952
|
+
margin-left: 5px;
|
|
2953
2953
|
}
|
|
2954
2954
|
|
|
2955
2955
|
.t1upn1sz {
|
|
@@ -3315,91 +3315,6 @@ input.rrg1fkn.ant-input {
|
|
|
3315
3315
|
background: #fff;
|
|
3316
3316
|
}
|
|
3317
3317
|
|
|
3318
|
-
.s1fc623g {
|
|
3319
|
-
width: 430px !important;
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
.da3mx0o .ant-select-item-group {
|
|
3323
|
-
padding: 8px 16px;
|
|
3324
|
-
line-height: 18px;
|
|
3325
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3326
|
-
height: 34px;
|
|
3327
|
-
min-height: 34px;
|
|
3328
|
-
box-sizing: border-box;
|
|
3329
|
-
margin-top: 8px;
|
|
3330
|
-
}
|
|
3331
|
-
|
|
3332
|
-
.onr9gzt {
|
|
3333
|
-
display: flex;
|
|
3334
|
-
flex-direction: column;
|
|
3335
|
-
margin: 1px 8px;
|
|
3336
|
-
padding: 8px;
|
|
3337
|
-
border-radius: 4px;
|
|
3338
|
-
}
|
|
3339
|
-
.onr9gzt .selected-icon {
|
|
3340
|
-
display: none;
|
|
3341
|
-
}
|
|
3342
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3343
|
-
padding-left: 8px;
|
|
3344
|
-
}
|
|
3345
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3346
|
-
background-color: white;
|
|
3347
|
-
}
|
|
3348
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3349
|
-
color: #0080ff;
|
|
3350
|
-
}
|
|
3351
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3352
|
-
display: block;
|
|
3353
|
-
}
|
|
3354
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3355
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3356
|
-
}
|
|
3357
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3358
|
-
color: #0080ff;
|
|
3359
|
-
}
|
|
3360
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3361
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3362
|
-
color: #0080ff;
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3365
|
-
.oiy0apc {
|
|
3366
|
-
display: flex;
|
|
3367
|
-
justify-content: space-between;
|
|
3368
|
-
height: 20px;
|
|
3369
|
-
line-height: 20px;
|
|
3370
|
-
}
|
|
3371
|
-
.oiy0apc .timezone-title {
|
|
3372
|
-
color: #2d3a56;
|
|
3373
|
-
overflow: hidden;
|
|
3374
|
-
text-overflow: ellipsis;
|
|
3375
|
-
}
|
|
3376
|
-
|
|
3377
|
-
.of4y382 {
|
|
3378
|
-
display: flex;
|
|
3379
|
-
justify-content: space-between;
|
|
3380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3381
|
-
height: 18px;
|
|
3382
|
-
line-height: 18px;
|
|
3383
|
-
margin-top: 2px;
|
|
3384
|
-
}
|
|
3385
|
-
|
|
3386
|
-
.t19903l9 {
|
|
3387
|
-
border: none;
|
|
3388
|
-
margin-right: 0;
|
|
3389
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3390
|
-
}
|
|
3391
|
-
|
|
3392
|
-
.ohwbvxu {
|
|
3393
|
-
pointer-events: none;
|
|
3394
|
-
height: 32px;
|
|
3395
|
-
width: 100%;
|
|
3396
|
-
opacity: 0;
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
.i1e4sgug {
|
|
3400
|
-
display: inline-block;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
3318
|
.d6j0lbj {
|
|
3404
3319
|
font-family: Inter;
|
|
3405
3320
|
font-style: normal;
|
|
@@ -3875,6 +3790,87 @@ input.rrg1fkn.ant-input {
|
|
|
3875
3790
|
line-height: 12px;
|
|
3876
3791
|
}
|
|
3877
3792
|
|
|
3793
|
+
.s1fc623g {
|
|
3794
|
+
width: 430px !important;
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
.da3mx0o .ant-select-item-group {
|
|
3798
|
+
padding: 8px 16px;
|
|
3799
|
+
line-height: 18px;
|
|
3800
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3801
|
+
height: 34px;
|
|
3802
|
+
min-height: 34px;
|
|
3803
|
+
box-sizing: border-box;
|
|
3804
|
+
margin-top: 8px;
|
|
3805
|
+
}
|
|
3806
|
+
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3807
|
+
top: -20px !important;
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3810
|
+
.onr9gzt {
|
|
3811
|
+
display: flex;
|
|
3812
|
+
flex-direction: column;
|
|
3813
|
+
margin: 1px 8px;
|
|
3814
|
+
padding: 8px;
|
|
3815
|
+
border-radius: 4px;
|
|
3816
|
+
}
|
|
3817
|
+
.onr9gzt .selected-icon {
|
|
3818
|
+
display: none;
|
|
3819
|
+
}
|
|
3820
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3821
|
+
padding-left: 8px;
|
|
3822
|
+
}
|
|
3823
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3824
|
+
background-color: white;
|
|
3825
|
+
}
|
|
3826
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3827
|
+
color: #0080ff;
|
|
3828
|
+
}
|
|
3829
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3830
|
+
display: block;
|
|
3831
|
+
}
|
|
3832
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3833
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3834
|
+
}
|
|
3835
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3836
|
+
color: #0080ff;
|
|
3837
|
+
}
|
|
3838
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3839
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3840
|
+
color: #0080ff;
|
|
3841
|
+
}
|
|
3842
|
+
|
|
3843
|
+
.oiy0apc {
|
|
3844
|
+
display: flex;
|
|
3845
|
+
justify-content: space-between;
|
|
3846
|
+
height: 20px;
|
|
3847
|
+
line-height: 20px;
|
|
3848
|
+
}
|
|
3849
|
+
.oiy0apc .timezone-title {
|
|
3850
|
+
color: #2d3a56;
|
|
3851
|
+
overflow: hidden;
|
|
3852
|
+
text-overflow: ellipsis;
|
|
3853
|
+
}
|
|
3854
|
+
|
|
3855
|
+
.of4y382 {
|
|
3856
|
+
display: flex;
|
|
3857
|
+
justify-content: space-between;
|
|
3858
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3859
|
+
height: 18px;
|
|
3860
|
+
line-height: 18px;
|
|
3861
|
+
margin-top: 2px;
|
|
3862
|
+
}
|
|
3863
|
+
|
|
3864
|
+
.t19903l9 {
|
|
3865
|
+
border: none;
|
|
3866
|
+
margin-right: 0;
|
|
3867
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3870
|
+
.i1e4sgug {
|
|
3871
|
+
display: inline-block;
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3878
3874
|
.c198s9j3 {
|
|
3879
3875
|
color: #2d3a56;
|
|
3880
3876
|
line-height: 22px;
|
|
@@ -3946,16 +3942,6 @@ input.rrg1fkn.ant-input {
|
|
|
3946
3942
|
margin-left: 24px;
|
|
3947
3943
|
}
|
|
3948
3944
|
|
|
3949
|
-
.igz4le8 {
|
|
3950
|
-
height: 24px;
|
|
3951
|
-
width: 56px !important;
|
|
3952
|
-
margin-right: 4px;
|
|
3953
|
-
}
|
|
3954
|
-
|
|
3955
|
-
.c1riexje {
|
|
3956
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3957
|
-
}
|
|
3958
|
-
|
|
3959
3945
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3960
3946
|
border-radius: 6px;
|
|
3961
3947
|
}
|
|
@@ -4011,6 +3997,20 @@ input.rrg1fkn.ant-input {
|
|
|
4011
3997
|
transform: rotate(180deg);
|
|
4012
3998
|
}
|
|
4013
3999
|
|
|
4000
|
+
.igz4le8 {
|
|
4001
|
+
height: 24px;
|
|
4002
|
+
width: 56px !important;
|
|
4003
|
+
margin-right: 4px;
|
|
4004
|
+
}
|
|
4005
|
+
|
|
4006
|
+
.c1riexje {
|
|
4007
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4008
|
+
}
|
|
4009
|
+
|
|
4010
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4011
|
+
display: flex;
|
|
4012
|
+
}
|
|
4013
|
+
|
|
4014
4014
|
.m1thnes4 {
|
|
4015
4015
|
color: rgba(44, 56, 82, 0.6);
|
|
4016
4016
|
text-align: center;
|
|
@@ -4172,10 +4172,6 @@ input.rrg1fkn.ant-input {
|
|
|
4172
4172
|
margin-left: 8px;
|
|
4173
4173
|
}
|
|
4174
4174
|
|
|
4175
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4176
|
-
display: flex;
|
|
4177
|
-
}
|
|
4178
|
-
|
|
4179
4175
|
.t1gz6wqf {
|
|
4180
4176
|
height: 100%;
|
|
4181
4177
|
}
|