@cloudtower/eagle 0.25.11 → 0.25.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +184 -184
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +252 -252
- package/dist/umd/index.js +275 -258
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,6 +1636,50 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
+
.bpq0js6 {
|
|
1640
|
+
padding: 4px 11px;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
.b15sn34c {
|
|
1644
|
+
white-space: nowrap;
|
|
1645
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1646
|
+
}
|
|
1647
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1648
|
+
--color: #0080ff;
|
|
1649
|
+
}
|
|
1650
|
+
.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] {
|
|
1651
|
+
--color: #0080ff;
|
|
1652
|
+
}
|
|
1653
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1654
|
+
margin-left: 1px;
|
|
1655
|
+
}
|
|
1656
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1657
|
+
border-top-right-radius: 0;
|
|
1658
|
+
border-bottom-right-radius: 0;
|
|
1659
|
+
}
|
|
1660
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1661
|
+
border-top-left-radius: 0;
|
|
1662
|
+
border-bottom-left-radius: 0;
|
|
1663
|
+
}
|
|
1664
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1665
|
+
border-radius: unset;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.fde5mpd {
|
|
1669
|
+
width: 100%;
|
|
1670
|
+
height: 100%;
|
|
1671
|
+
min-height: 124px;
|
|
1672
|
+
display: flex;
|
|
1673
|
+
flex-direction: column;
|
|
1674
|
+
justify-content: center;
|
|
1675
|
+
align-items: center;
|
|
1676
|
+
}
|
|
1677
|
+
.fde5mpd .error-text {
|
|
1678
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1679
|
+
margin-bottom: 16px;
|
|
1680
|
+
font-size: 18px;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1639
1683
|
.buj61ew.ant-btn {
|
|
1640
1684
|
height: 32px;
|
|
1641
1685
|
border-radius: 6px;
|
|
@@ -1884,48 +1928,17 @@ html body {
|
|
|
1884
1928
|
padding: 0;
|
|
1885
1929
|
}
|
|
1886
1930
|
|
|
1887
|
-
.
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
}
|
|
1895
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
-
--color: #0080ff;
|
|
1897
|
-
}
|
|
1898
|
-
.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] {
|
|
1899
|
-
--color: #0080ff;
|
|
1900
|
-
}
|
|
1901
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
-
margin-left: 1px;
|
|
1903
|
-
}
|
|
1904
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
-
border-top-right-radius: 0;
|
|
1906
|
-
border-bottom-right-radius: 0;
|
|
1907
|
-
}
|
|
1908
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
-
border-top-left-radius: 0;
|
|
1910
|
-
border-bottom-left-radius: 0;
|
|
1911
|
-
}
|
|
1912
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
-
border-radius: unset;
|
|
1914
|
-
}
|
|
1915
|
-
|
|
1916
|
-
.fde5mpd {
|
|
1917
|
-
width: 100%;
|
|
1918
|
-
height: 100%;
|
|
1919
|
-
min-height: 124px;
|
|
1931
|
+
.iap75of {
|
|
1932
|
+
height: 18px;
|
|
1933
|
+
line-height: 18px;
|
|
1934
|
+
padding: 0 4px;
|
|
1935
|
+
border-radius: 4px;
|
|
1936
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1937
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1920
1938
|
display: flex;
|
|
1921
|
-
flex-direction: column;
|
|
1922
|
-
justify-content: center;
|
|
1923
1939
|
align-items: center;
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
-
margin-bottom: 16px;
|
|
1928
|
-
font-size: 18px;
|
|
1940
|
+
white-space: nowrap;
|
|
1941
|
+
margin-right: 4px;
|
|
1929
1942
|
}
|
|
1930
1943
|
|
|
1931
1944
|
.i1mrf09m {
|
|
@@ -1946,85 +1959,6 @@ html body {
|
|
|
1946
1959
|
animation: rotate 680ms linear infinite;
|
|
1947
1960
|
}
|
|
1948
1961
|
|
|
1949
|
-
.iap75of {
|
|
1950
|
-
height: 18px;
|
|
1951
|
-
line-height: 18px;
|
|
1952
|
-
padding: 0 4px;
|
|
1953
|
-
border-radius: 4px;
|
|
1954
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1955
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1956
|
-
display: flex;
|
|
1957
|
-
align-items: center;
|
|
1958
|
-
white-space: nowrap;
|
|
1959
|
-
margin-right: 4px;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
.obf05yr {
|
|
1963
|
-
display: inline-block;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.hsms1n6 {
|
|
1967
|
-
visibility: hidden;
|
|
1968
|
-
position: absolute;
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
.p12gwtiw {
|
|
1972
|
-
display: flex;
|
|
1973
|
-
justify-content: space-between;
|
|
1974
|
-
align-items: center;
|
|
1975
|
-
padding: 10px 0;
|
|
1976
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1977
|
-
font-size: 12px;
|
|
1978
|
-
line-height: 24px;
|
|
1979
|
-
}
|
|
1980
|
-
.p12gwtiw .pagination-left {
|
|
1981
|
-
padding: 2px 8px;
|
|
1982
|
-
}
|
|
1983
|
-
.p12gwtiw .dropdown-trigger {
|
|
1984
|
-
display: flex;
|
|
1985
|
-
align-items: center;
|
|
1986
|
-
border-radius: 6px;
|
|
1987
|
-
cursor: pointer;
|
|
1988
|
-
transition: all 0.3s ease;
|
|
1989
|
-
}
|
|
1990
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1991
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1992
|
-
color: #0080ff;
|
|
1993
|
-
}
|
|
1994
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1995
|
-
margin-left: 4px;
|
|
1996
|
-
}
|
|
1997
|
-
.p12gwtiw .pagination-right {
|
|
1998
|
-
display: flex;
|
|
1999
|
-
align-items: center;
|
|
2000
|
-
color: #0080ff;
|
|
2001
|
-
font-weight: bold;
|
|
2002
|
-
}
|
|
2003
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2004
|
-
margin-left: 4px;
|
|
2005
|
-
}
|
|
2006
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2007
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2008
|
-
padding: 0 8px;
|
|
2009
|
-
}
|
|
2010
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2011
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2012
|
-
color: #0080ff;
|
|
2013
|
-
}
|
|
2014
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2015
|
-
transform: rotate(180deg);
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2019
|
-
max-height: calc(100vh - 128px);
|
|
2020
|
-
overflow-y: auto;
|
|
2021
|
-
}
|
|
2022
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2023
|
-
padding: 4px 20px;
|
|
2024
|
-
font-size: 12px;
|
|
2025
|
-
line-height: 18px;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
1962
|
.rxbeqvl.ant-radio-wrapper {
|
|
2029
1963
|
display: inline-flex;
|
|
2030
1964
|
align-items: baseline;
|
|
@@ -2167,142 +2101,61 @@ html body {
|
|
|
2167
2101
|
width: 36px;
|
|
2168
2102
|
}
|
|
2169
2103
|
|
|
2170
|
-
.
|
|
2171
|
-
|
|
2172
|
-
justify-content:
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
margin-right: 4px;
|
|
2177
|
-
flex: 1;
|
|
2178
|
-
overflow: visible;
|
|
2179
|
-
}
|
|
2180
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2181
|
-
display: none;
|
|
2182
|
-
}
|
|
2183
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2184
|
-
width: 100%;
|
|
2185
|
-
min-height: unset;
|
|
2186
|
-
}
|
|
2187
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2188
|
-
height: 26px;
|
|
2189
|
-
line-height: 26px;
|
|
2190
|
-
width: 100%;
|
|
2191
|
-
text-align: center;
|
|
2192
|
-
padding: 0;
|
|
2104
|
+
.p12gwtiw {
|
|
2105
|
+
display: flex;
|
|
2106
|
+
justify-content: space-between;
|
|
2107
|
+
align-items: center;
|
|
2108
|
+
padding: 10px 0;
|
|
2109
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2193
2110
|
font-size: 12px;
|
|
2194
|
-
|
|
2195
|
-
}
|
|
2196
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2197
|
-
margin-right: 10px;
|
|
2198
|
-
}
|
|
2199
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2200
|
-
display: none;
|
|
2201
|
-
}
|
|
2202
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2203
|
-
border-radius: 4px 0 0 4px;
|
|
2204
|
-
}
|
|
2205
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2206
|
-
margin-right: 0;
|
|
2111
|
+
line-height: 24px;
|
|
2207
2112
|
}
|
|
2208
|
-
.
|
|
2209
|
-
|
|
2113
|
+
.p12gwtiw .pagination-left {
|
|
2114
|
+
padding: 2px 8px;
|
|
2210
2115
|
}
|
|
2211
|
-
.
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
top: 0;
|
|
2218
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2219
|
-
right: -21px;
|
|
2220
|
-
z-index: 2;
|
|
2116
|
+
.p12gwtiw .dropdown-trigger {
|
|
2117
|
+
display: flex;
|
|
2118
|
+
align-items: center;
|
|
2119
|
+
border-radius: 6px;
|
|
2120
|
+
cursor: pointer;
|
|
2121
|
+
transition: all 0.3s ease;
|
|
2221
2122
|
}
|
|
2222
|
-
.
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
height: 0;
|
|
2226
|
-
border: 13px solid transparent;
|
|
2227
|
-
position: absolute;
|
|
2228
|
-
top: 0;
|
|
2229
|
-
border-left: 8px solid #fff;
|
|
2230
|
-
left: 0;
|
|
2123
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2124
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2125
|
+
color: #0080ff;
|
|
2231
2126
|
}
|
|
2232
|
-
.
|
|
2233
|
-
|
|
2127
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2128
|
+
margin-left: 4px;
|
|
2234
2129
|
}
|
|
2235
|
-
.
|
|
2236
|
-
|
|
2130
|
+
.p12gwtiw .pagination-right {
|
|
2131
|
+
display: flex;
|
|
2132
|
+
align-items: center;
|
|
2133
|
+
color: #0080ff;
|
|
2134
|
+
font-weight: bold;
|
|
2237
2135
|
}
|
|
2238
|
-
.
|
|
2239
|
-
|
|
2136
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2137
|
+
margin-left: 4px;
|
|
2240
2138
|
}
|
|
2241
|
-
.
|
|
2242
|
-
.
|
|
2243
|
-
|
|
2139
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2140
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2141
|
+
padding: 0 8px;
|
|
2244
2142
|
}
|
|
2245
|
-
.
|
|
2246
|
-
.
|
|
2247
|
-
color:
|
|
2143
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2144
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2145
|
+
color: #0080ff;
|
|
2248
2146
|
}
|
|
2249
|
-
.
|
|
2250
|
-
|
|
2147
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2148
|
+
transform: rotate(180deg);
|
|
2251
2149
|
}
|
|
2252
2150
|
|
|
2253
|
-
.
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2257
|
-
overflow: hidden;
|
|
2258
|
-
}
|
|
2259
|
-
.s34f1qb.ant-switch:focus {
|
|
2260
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2261
|
-
}
|
|
2262
|
-
.s34f1qb.ant-switch-small {
|
|
2263
|
-
min-width: 26px;
|
|
2264
|
-
height: 16px;
|
|
2265
|
-
}
|
|
2266
|
-
.s34f1qb.ant-switch-large {
|
|
2267
|
-
min-width: 52px;
|
|
2268
|
-
height: 32px;
|
|
2269
|
-
}
|
|
2270
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2271
|
-
height: 20px;
|
|
2272
|
-
width: 20px;
|
|
2273
|
-
}
|
|
2274
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2275
|
-
border-radius: 10px;
|
|
2276
|
-
transition-delay: 120ms;
|
|
2277
|
-
}
|
|
2278
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2279
|
-
height: 14px;
|
|
2280
|
-
width: 14px;
|
|
2281
|
-
top: 1px;
|
|
2282
|
-
left: 1px;
|
|
2283
|
-
}
|
|
2284
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2285
|
-
height: 28px;
|
|
2286
|
-
width: 28px;
|
|
2287
|
-
}
|
|
2288
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2289
|
-
border-radius: 14px;
|
|
2290
|
-
}
|
|
2291
|
-
.s34f1qb.ant-switch-checked {
|
|
2292
|
-
background-color: #00ba5d;
|
|
2293
|
-
}
|
|
2294
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2295
|
-
left: calc(100% - 20px - 2px);
|
|
2296
|
-
}
|
|
2297
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2298
|
-
left: calc(100% - 14px - 1px);
|
|
2299
|
-
}
|
|
2300
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2301
|
-
left: calc(100% - 28px - 2px);
|
|
2151
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2152
|
+
max-height: calc(100vh - 128px);
|
|
2153
|
+
overflow-y: auto;
|
|
2302
2154
|
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2155
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2156
|
+
padding: 4px 20px;
|
|
2157
|
+
font-size: 12px;
|
|
2158
|
+
line-height: 18px;
|
|
2306
2159
|
}
|
|
2307
2160
|
|
|
2308
2161
|
.cz04yix {
|
|
@@ -2970,6 +2823,153 @@ input.rrg1fkn.ant-input {
|
|
|
2970
2823
|
border-bottom-left-radius: 0;
|
|
2971
2824
|
}
|
|
2972
2825
|
|
|
2826
|
+
.s34f1qb.ant-switch {
|
|
2827
|
+
min-width: 40px;
|
|
2828
|
+
height: 24px;
|
|
2829
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2830
|
+
overflow: hidden;
|
|
2831
|
+
}
|
|
2832
|
+
.s34f1qb.ant-switch:focus {
|
|
2833
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2834
|
+
}
|
|
2835
|
+
.s34f1qb.ant-switch-small {
|
|
2836
|
+
min-width: 26px;
|
|
2837
|
+
height: 16px;
|
|
2838
|
+
}
|
|
2839
|
+
.s34f1qb.ant-switch-large {
|
|
2840
|
+
min-width: 52px;
|
|
2841
|
+
height: 32px;
|
|
2842
|
+
}
|
|
2843
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2844
|
+
height: 20px;
|
|
2845
|
+
width: 20px;
|
|
2846
|
+
}
|
|
2847
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2848
|
+
border-radius: 10px;
|
|
2849
|
+
transition-delay: 120ms;
|
|
2850
|
+
}
|
|
2851
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2852
|
+
height: 14px;
|
|
2853
|
+
width: 14px;
|
|
2854
|
+
top: 1px;
|
|
2855
|
+
left: 1px;
|
|
2856
|
+
}
|
|
2857
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2858
|
+
height: 28px;
|
|
2859
|
+
width: 28px;
|
|
2860
|
+
}
|
|
2861
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2862
|
+
border-radius: 14px;
|
|
2863
|
+
}
|
|
2864
|
+
.s34f1qb.ant-switch-checked {
|
|
2865
|
+
background-color: #00ba5d;
|
|
2866
|
+
}
|
|
2867
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2868
|
+
left: calc(100% - 20px - 2px);
|
|
2869
|
+
}
|
|
2870
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2871
|
+
left: calc(100% - 14px - 1px);
|
|
2872
|
+
}
|
|
2873
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2874
|
+
left: calc(100% - 28px - 2px);
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
.c1to9vb9 {
|
|
2878
|
+
margin-left: 5px;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
.obf05yr {
|
|
2882
|
+
display: inline-block;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.hsms1n6 {
|
|
2886
|
+
visibility: hidden;
|
|
2887
|
+
position: absolute;
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2891
|
+
flex-direction: row;
|
|
2892
|
+
justify-content: stretch;
|
|
2893
|
+
}
|
|
2894
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2895
|
+
padding: 0;
|
|
2896
|
+
margin-right: 4px;
|
|
2897
|
+
flex: 1;
|
|
2898
|
+
overflow: visible;
|
|
2899
|
+
}
|
|
2900
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2901
|
+
display: none;
|
|
2902
|
+
}
|
|
2903
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2904
|
+
width: 100%;
|
|
2905
|
+
min-height: unset;
|
|
2906
|
+
}
|
|
2907
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2908
|
+
height: 26px;
|
|
2909
|
+
line-height: 26px;
|
|
2910
|
+
width: 100%;
|
|
2911
|
+
text-align: center;
|
|
2912
|
+
padding: 0;
|
|
2913
|
+
font-size: 12px;
|
|
2914
|
+
font-weight: normal;
|
|
2915
|
+
}
|
|
2916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2917
|
+
margin-right: 10px;
|
|
2918
|
+
}
|
|
2919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2920
|
+
display: none;
|
|
2921
|
+
}
|
|
2922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2923
|
+
border-radius: 4px 0 0 4px;
|
|
2924
|
+
}
|
|
2925
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2926
|
+
margin-right: 0;
|
|
2927
|
+
}
|
|
2928
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2929
|
+
border-radius: 0 4px 4px 0;
|
|
2930
|
+
}
|
|
2931
|
+
.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 {
|
|
2932
|
+
content: "";
|
|
2933
|
+
width: 0;
|
|
2934
|
+
height: 0;
|
|
2935
|
+
border: 13px solid transparent;
|
|
2936
|
+
position: absolute;
|
|
2937
|
+
top: 0;
|
|
2938
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2939
|
+
right: -21px;
|
|
2940
|
+
z-index: 2;
|
|
2941
|
+
}
|
|
2942
|
+
.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 {
|
|
2943
|
+
content: "";
|
|
2944
|
+
width: 0;
|
|
2945
|
+
height: 0;
|
|
2946
|
+
border: 13px solid transparent;
|
|
2947
|
+
position: absolute;
|
|
2948
|
+
top: 0;
|
|
2949
|
+
border-left: 8px solid #fff;
|
|
2950
|
+
left: 0;
|
|
2951
|
+
}
|
|
2952
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2953
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2954
|
+
}
|
|
2955
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2956
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2957
|
+
}
|
|
2958
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2959
|
+
color: #005ed1;
|
|
2960
|
+
}
|
|
2961
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2962
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2963
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2964
|
+
}
|
|
2965
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2966
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2967
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2968
|
+
}
|
|
2969
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2970
|
+
padding: 0;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
2973
|
.t1upn1sz {
|
|
2974
2974
|
height: 100%;
|
|
2975
2975
|
}
|
|
@@ -3964,6 +3964,16 @@ input.rrg1fkn.ant-input {
|
|
|
3964
3964
|
margin-left: 24px;
|
|
3965
3965
|
}
|
|
3966
3966
|
|
|
3967
|
+
.igz4le8 {
|
|
3968
|
+
height: 24px;
|
|
3969
|
+
width: 56px !important;
|
|
3970
|
+
margin-right: 4px;
|
|
3971
|
+
}
|
|
3972
|
+
|
|
3973
|
+
.c1riexje {
|
|
3974
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3967
3977
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3968
3978
|
border-radius: 6px;
|
|
3969
3979
|
}
|
|
@@ -4019,16 +4029,6 @@ input.rrg1fkn.ant-input {
|
|
|
4019
4029
|
transform: rotate(180deg);
|
|
4020
4030
|
}
|
|
4021
4031
|
|
|
4022
|
-
.igz4le8 {
|
|
4023
|
-
height: 24px;
|
|
4024
|
-
width: 56px !important;
|
|
4025
|
-
margin-right: 4px;
|
|
4026
|
-
}
|
|
4027
|
-
|
|
4028
|
-
.c1riexje {
|
|
4029
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4030
|
-
}
|
|
4031
|
-
|
|
4032
4032
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4033
4033
|
display: flex;
|
|
4034
4034
|
}
|