@cloudtower/eagle 0.20.0 → 0.21.2
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/Pagination/index.d.ts +1 -0
- package/dist/components/SimplePagination/SimplePagination.stories.d.ts +5 -0
- package/dist/components/SimplePagination/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/SimplePagination/index.d.ts +4 -0
- package/dist/components/Space/Space.stories.d.ts +5 -0
- package/dist/components/Space/index.d.ts +1 -0
- package/dist/components/TimeZoneSelect/TimeZoneSelect.stories.d.ts +18 -0
- package/dist/components/TimeZoneSelect/index.d.ts +10 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/esm/index.js +104 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +10 -1
- package/dist/spec/type.d.ts +10 -0
- package/dist/stories/fill.stories.d.ts +5 -0
- package/dist/stories/outline.stories.d.ts +5 -0
- package/dist/style.css +379 -350
- package/dist/umd/index.js +105 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +9 -6
package/dist/style.css
CHANGED
|
@@ -1862,116 +1862,6 @@ input[type=submit] {
|
|
|
1862
1862
|
padding: 0;
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
|
-
.fde5mpd {
|
|
1866
|
-
width: 100%;
|
|
1867
|
-
height: 100%;
|
|
1868
|
-
min-height: 124px;
|
|
1869
|
-
display: flex;
|
|
1870
|
-
flex-direction: column;
|
|
1871
|
-
justify-content: center;
|
|
1872
|
-
align-items: center;
|
|
1873
|
-
}
|
|
1874
|
-
.fde5mpd .error-text {
|
|
1875
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1876
|
-
margin-bottom: 16px;
|
|
1877
|
-
font-size: 18px;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
.obf05yr {
|
|
1881
|
-
display: inline-block;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
.hsms1n6 {
|
|
1885
|
-
visibility: hidden;
|
|
1886
|
-
position: absolute;
|
|
1887
|
-
}
|
|
1888
|
-
|
|
1889
|
-
.bpq0js6 {
|
|
1890
|
-
padding: 4px 11px;
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
.b15sn34c {
|
|
1894
|
-
white-space: nowrap;
|
|
1895
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1896
|
-
}
|
|
1897
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1898
|
-
--color: #0080ff;
|
|
1899
|
-
}
|
|
1900
|
-
.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] {
|
|
1901
|
-
--color: #0080ff;
|
|
1902
|
-
}
|
|
1903
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1904
|
-
margin-left: 1px;
|
|
1905
|
-
}
|
|
1906
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1907
|
-
border-top-right-radius: 0;
|
|
1908
|
-
border-bottom-right-radius: 0;
|
|
1909
|
-
}
|
|
1910
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1911
|
-
border-top-left-radius: 0;
|
|
1912
|
-
border-bottom-left-radius: 0;
|
|
1913
|
-
}
|
|
1914
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1915
|
-
border-radius: unset;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
.p12gwtiw {
|
|
1919
|
-
display: flex;
|
|
1920
|
-
justify-content: space-between;
|
|
1921
|
-
align-items: center;
|
|
1922
|
-
padding: 10px 0;
|
|
1923
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1924
|
-
font-size: 12px;
|
|
1925
|
-
line-height: 24px;
|
|
1926
|
-
}
|
|
1927
|
-
.p12gwtiw .pagination-left {
|
|
1928
|
-
padding: 2px 8px;
|
|
1929
|
-
}
|
|
1930
|
-
.p12gwtiw .dropdown-trigger {
|
|
1931
|
-
display: flex;
|
|
1932
|
-
align-items: center;
|
|
1933
|
-
border-radius: 6px;
|
|
1934
|
-
cursor: pointer;
|
|
1935
|
-
transition: all 0.3s ease;
|
|
1936
|
-
}
|
|
1937
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1938
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1939
|
-
color: #0080ff;
|
|
1940
|
-
}
|
|
1941
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1942
|
-
margin-left: 4px;
|
|
1943
|
-
}
|
|
1944
|
-
.p12gwtiw .pagination-right {
|
|
1945
|
-
display: flex;
|
|
1946
|
-
align-items: center;
|
|
1947
|
-
color: #0080ff;
|
|
1948
|
-
font-weight: bold;
|
|
1949
|
-
}
|
|
1950
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1951
|
-
margin-left: 4px;
|
|
1952
|
-
}
|
|
1953
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1954
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1955
|
-
padding: 0 8px;
|
|
1956
|
-
}
|
|
1957
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1958
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1959
|
-
color: #0080ff;
|
|
1960
|
-
}
|
|
1961
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1962
|
-
transform: rotate(180deg);
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1966
|
-
max-height: calc(100vh - 128px);
|
|
1967
|
-
overflow-y: auto;
|
|
1968
|
-
}
|
|
1969
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1970
|
-
padding: 4px 20px;
|
|
1971
|
-
font-size: 12px;
|
|
1972
|
-
line-height: 18px;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
1865
|
.rxbeqvl.ant-radio-wrapper {
|
|
1976
1866
|
display: inline-flex;
|
|
1977
1867
|
align-items: baseline;
|
|
@@ -2114,6 +2004,21 @@ input[type=submit] {
|
|
|
2114
2004
|
width: 36px;
|
|
2115
2005
|
}
|
|
2116
2006
|
|
|
2007
|
+
.fde5mpd {
|
|
2008
|
+
width: 100%;
|
|
2009
|
+
height: 100%;
|
|
2010
|
+
min-height: 124px;
|
|
2011
|
+
display: flex;
|
|
2012
|
+
flex-direction: column;
|
|
2013
|
+
justify-content: center;
|
|
2014
|
+
align-items: center;
|
|
2015
|
+
}
|
|
2016
|
+
.fde5mpd .error-text {
|
|
2017
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2018
|
+
margin-bottom: 16px;
|
|
2019
|
+
font-size: 18px;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2117
2022
|
.i1mrf09m {
|
|
2118
2023
|
display: inline-flex;
|
|
2119
2024
|
align-items: center;
|
|
@@ -2131,142 +2036,99 @@ input[type=submit] {
|
|
|
2131
2036
|
animation: rotate 680ms linear infinite;
|
|
2132
2037
|
}
|
|
2133
2038
|
|
|
2134
|
-
.
|
|
2135
|
-
|
|
2136
|
-
height: 24px;
|
|
2137
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2138
|
-
overflow: hidden;
|
|
2139
|
-
}
|
|
2140
|
-
.s34f1qb.ant-switch:focus {
|
|
2141
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2142
|
-
}
|
|
2143
|
-
.s34f1qb.ant-switch-small {
|
|
2144
|
-
min-width: 26px;
|
|
2145
|
-
height: 16px;
|
|
2146
|
-
}
|
|
2147
|
-
.s34f1qb.ant-switch-large {
|
|
2148
|
-
min-width: 52px;
|
|
2149
|
-
height: 32px;
|
|
2150
|
-
}
|
|
2151
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2152
|
-
height: 20px;
|
|
2153
|
-
width: 20px;
|
|
2039
|
+
.obf05yr {
|
|
2040
|
+
display: inline-block;
|
|
2154
2041
|
}
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2042
|
+
|
|
2043
|
+
.hsms1n6 {
|
|
2044
|
+
visibility: hidden;
|
|
2045
|
+
position: absolute;
|
|
2158
2046
|
}
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
top: 1px;
|
|
2163
|
-
left: 1px;
|
|
2047
|
+
|
|
2048
|
+
.bpq0js6 {
|
|
2049
|
+
padding: 4px 11px;
|
|
2164
2050
|
}
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2051
|
+
|
|
2052
|
+
.b15sn34c {
|
|
2053
|
+
white-space: nowrap;
|
|
2054
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2168
2055
|
}
|
|
2169
|
-
.
|
|
2170
|
-
|
|
2056
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2057
|
+
--color: #0080ff;
|
|
2171
2058
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2059
|
+
.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] {
|
|
2060
|
+
--color: #0080ff;
|
|
2174
2061
|
}
|
|
2175
|
-
.
|
|
2176
|
-
left:
|
|
2062
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2063
|
+
margin-left: 1px;
|
|
2177
2064
|
}
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2065
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2066
|
+
border-top-right-radius: 0;
|
|
2067
|
+
border-bottom-right-radius: 0;
|
|
2180
2068
|
}
|
|
2181
|
-
.
|
|
2182
|
-
left:
|
|
2069
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2070
|
+
border-top-left-radius: 0;
|
|
2071
|
+
border-bottom-left-radius: 0;
|
|
2183
2072
|
}
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
margin-left: 5px;
|
|
2073
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2074
|
+
border-radius: unset;
|
|
2187
2075
|
}
|
|
2188
2076
|
|
|
2189
|
-
.
|
|
2190
|
-
|
|
2191
|
-
justify-content:
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
margin-right: 4px;
|
|
2196
|
-
flex: 1;
|
|
2197
|
-
overflow: visible;
|
|
2198
|
-
}
|
|
2199
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2200
|
-
display: none;
|
|
2201
|
-
}
|
|
2202
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2203
|
-
width: 100%;
|
|
2204
|
-
min-height: unset;
|
|
2205
|
-
}
|
|
2206
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2207
|
-
height: 26px;
|
|
2208
|
-
line-height: 26px;
|
|
2209
|
-
width: 100%;
|
|
2210
|
-
text-align: center;
|
|
2211
|
-
padding: 0;
|
|
2077
|
+
.p12gwtiw {
|
|
2078
|
+
display: flex;
|
|
2079
|
+
justify-content: space-between;
|
|
2080
|
+
align-items: center;
|
|
2081
|
+
padding: 10px 0;
|
|
2082
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2212
2083
|
font-size: 12px;
|
|
2213
|
-
|
|
2214
|
-
}
|
|
2215
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2216
|
-
margin-right: 10px;
|
|
2217
|
-
}
|
|
2218
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2219
|
-
display: none;
|
|
2084
|
+
line-height: 24px;
|
|
2220
2085
|
}
|
|
2221
|
-
.
|
|
2222
|
-
|
|
2086
|
+
.p12gwtiw .pagination-left {
|
|
2087
|
+
padding: 2px 8px;
|
|
2223
2088
|
}
|
|
2224
|
-
.
|
|
2225
|
-
|
|
2089
|
+
.p12gwtiw .dropdown-trigger {
|
|
2090
|
+
display: flex;
|
|
2091
|
+
align-items: center;
|
|
2092
|
+
border-radius: 6px;
|
|
2093
|
+
cursor: pointer;
|
|
2094
|
+
transition: all 0.3s ease;
|
|
2226
2095
|
}
|
|
2227
|
-
.
|
|
2228
|
-
|
|
2096
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2097
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2098
|
+
color: #0080ff;
|
|
2229
2099
|
}
|
|
2230
|
-
.
|
|
2231
|
-
|
|
2232
|
-
width: 0;
|
|
2233
|
-
height: 0;
|
|
2234
|
-
border: 13px solid transparent;
|
|
2235
|
-
position: absolute;
|
|
2236
|
-
top: 0;
|
|
2237
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2238
|
-
right: -21px;
|
|
2239
|
-
z-index: 2;
|
|
2100
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2101
|
+
margin-left: 4px;
|
|
2240
2102
|
}
|
|
2241
|
-
.
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
position: absolute;
|
|
2247
|
-
top: 0;
|
|
2248
|
-
border-left: 8px solid #fff;
|
|
2249
|
-
left: 0;
|
|
2103
|
+
.p12gwtiw .pagination-right {
|
|
2104
|
+
display: flex;
|
|
2105
|
+
align-items: center;
|
|
2106
|
+
color: #0080ff;
|
|
2107
|
+
font-weight: bold;
|
|
2250
2108
|
}
|
|
2251
|
-
.
|
|
2252
|
-
|
|
2109
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2110
|
+
margin-left: 4px;
|
|
2253
2111
|
}
|
|
2254
|
-
.
|
|
2255
|
-
|
|
2112
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2113
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2114
|
+
padding: 0 8px;
|
|
2256
2115
|
}
|
|
2257
|
-
.
|
|
2258
|
-
|
|
2116
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2117
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2118
|
+
color: #0080ff;
|
|
2259
2119
|
}
|
|
2260
|
-
.
|
|
2261
|
-
|
|
2262
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2120
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2121
|
+
transform: rotate(180deg);
|
|
2263
2122
|
}
|
|
2264
|
-
|
|
2265
|
-
.
|
|
2266
|
-
|
|
2123
|
+
|
|
2124
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2125
|
+
max-height: calc(100vh - 128px);
|
|
2126
|
+
overflow-y: auto;
|
|
2267
2127
|
}
|
|
2268
|
-
.
|
|
2269
|
-
padding:
|
|
2128
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2129
|
+
padding: 4px 20px;
|
|
2130
|
+
font-size: 12px;
|
|
2131
|
+
line-height: 18px;
|
|
2270
2132
|
}
|
|
2271
2133
|
|
|
2272
2134
|
.t1upn1sz {
|
|
@@ -2602,27 +2464,184 @@ input[type=submit] {
|
|
|
2602
2464
|
font-size: 20px;
|
|
2603
2465
|
color: rgba(10, 37, 85, 0.6);
|
|
2604
2466
|
}
|
|
2605
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
2606
|
-
padding: 0 !important;
|
|
2607
|
-
position: relative;
|
|
2608
|
-
background: #fff;
|
|
2467
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
2468
|
+
padding: 0 !important;
|
|
2469
|
+
position: relative;
|
|
2470
|
+
background: #fff;
|
|
2471
|
+
}
|
|
2472
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
2473
|
+
height: 100%;
|
|
2474
|
+
display: flex;
|
|
2475
|
+
align-items: center;
|
|
2476
|
+
justify-content: flex-end;
|
|
2477
|
+
padding-right: 8px;
|
|
2478
|
+
}
|
|
2479
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
2480
|
+
width: 24px;
|
|
2481
|
+
height: 24px;
|
|
2482
|
+
cursor: pointer;
|
|
2483
|
+
justify-content: center;
|
|
2484
|
+
border-radius: 4px;
|
|
2485
|
+
}
|
|
2486
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
2487
|
+
background: #fff;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.s1fc623g {
|
|
2491
|
+
width: 430px !important;
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
.oa3mx0o {
|
|
2495
|
+
display: flex;
|
|
2496
|
+
flex-direction: column;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
.onr9gzt {
|
|
2500
|
+
display: flex;
|
|
2501
|
+
justify-content: space-between;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
.oiy0apc {
|
|
2505
|
+
display: flex;
|
|
2506
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2510
|
+
flex-direction: row;
|
|
2511
|
+
justify-content: stretch;
|
|
2512
|
+
}
|
|
2513
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2514
|
+
padding: 0;
|
|
2515
|
+
margin-right: 4px;
|
|
2516
|
+
flex: 1;
|
|
2517
|
+
overflow: visible;
|
|
2518
|
+
}
|
|
2519
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2520
|
+
display: none;
|
|
2521
|
+
}
|
|
2522
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2523
|
+
width: 100%;
|
|
2524
|
+
min-height: unset;
|
|
2525
|
+
}
|
|
2526
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2527
|
+
height: 26px;
|
|
2528
|
+
line-height: 26px;
|
|
2529
|
+
width: 100%;
|
|
2530
|
+
text-align: center;
|
|
2531
|
+
padding: 0;
|
|
2532
|
+
font-size: 12px;
|
|
2533
|
+
font-weight: normal;
|
|
2534
|
+
}
|
|
2535
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2536
|
+
margin-right: 10px;
|
|
2537
|
+
}
|
|
2538
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2539
|
+
display: none;
|
|
2540
|
+
}
|
|
2541
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2542
|
+
border-radius: 4px 0 0 4px;
|
|
2543
|
+
}
|
|
2544
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2545
|
+
margin-right: 0;
|
|
2546
|
+
}
|
|
2547
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2548
|
+
border-radius: 0 4px 4px 0;
|
|
2549
|
+
}
|
|
2550
|
+
.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 {
|
|
2551
|
+
content: "";
|
|
2552
|
+
width: 0;
|
|
2553
|
+
height: 0;
|
|
2554
|
+
border: 13px solid transparent;
|
|
2555
|
+
position: absolute;
|
|
2556
|
+
top: 0;
|
|
2557
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2558
|
+
right: -21px;
|
|
2559
|
+
z-index: 2;
|
|
2560
|
+
}
|
|
2561
|
+
.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 {
|
|
2562
|
+
content: "";
|
|
2563
|
+
width: 0;
|
|
2564
|
+
height: 0;
|
|
2565
|
+
border: 13px solid transparent;
|
|
2566
|
+
position: absolute;
|
|
2567
|
+
top: 0;
|
|
2568
|
+
border-left: 8px solid #fff;
|
|
2569
|
+
left: 0;
|
|
2570
|
+
}
|
|
2571
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2572
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2573
|
+
}
|
|
2574
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2575
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2576
|
+
}
|
|
2577
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2578
|
+
color: #005ed1;
|
|
2579
|
+
}
|
|
2580
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2581
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2582
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2583
|
+
}
|
|
2584
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2585
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2586
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2587
|
+
}
|
|
2588
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2589
|
+
padding: 0;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
.s34f1qb.ant-switch {
|
|
2593
|
+
min-width: 40px;
|
|
2594
|
+
height: 24px;
|
|
2595
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2596
|
+
overflow: hidden;
|
|
2597
|
+
}
|
|
2598
|
+
.s34f1qb.ant-switch:focus {
|
|
2599
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2600
|
+
}
|
|
2601
|
+
.s34f1qb.ant-switch-small {
|
|
2602
|
+
min-width: 26px;
|
|
2603
|
+
height: 16px;
|
|
2604
|
+
}
|
|
2605
|
+
.s34f1qb.ant-switch-large {
|
|
2606
|
+
min-width: 52px;
|
|
2607
|
+
height: 32px;
|
|
2608
|
+
}
|
|
2609
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2610
|
+
height: 20px;
|
|
2611
|
+
width: 20px;
|
|
2612
|
+
}
|
|
2613
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2614
|
+
border-radius: 10px;
|
|
2615
|
+
transition-delay: 120ms;
|
|
2616
|
+
}
|
|
2617
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2618
|
+
height: 14px;
|
|
2619
|
+
width: 14px;
|
|
2620
|
+
top: 1px;
|
|
2621
|
+
left: 1px;
|
|
2622
|
+
}
|
|
2623
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2624
|
+
height: 28px;
|
|
2625
|
+
width: 28px;
|
|
2626
|
+
}
|
|
2627
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2628
|
+
border-radius: 14px;
|
|
2629
|
+
}
|
|
2630
|
+
.s34f1qb.ant-switch-checked {
|
|
2631
|
+
background-color: #00ba5d;
|
|
2609
2632
|
}
|
|
2610
|
-
.
|
|
2611
|
-
|
|
2612
|
-
display: flex;
|
|
2613
|
-
align-items: center;
|
|
2614
|
-
justify-content: flex-end;
|
|
2615
|
-
padding-right: 8px;
|
|
2633
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2634
|
+
left: calc(100% - 20px - 2px);
|
|
2616
2635
|
}
|
|
2617
|
-
.
|
|
2618
|
-
|
|
2619
|
-
height: 24px;
|
|
2620
|
-
cursor: pointer;
|
|
2621
|
-
justify-content: center;
|
|
2622
|
-
border-radius: 4px;
|
|
2636
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2637
|
+
left: calc(100% - 14px - 1px);
|
|
2623
2638
|
}
|
|
2624
|
-
.
|
|
2625
|
-
|
|
2639
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2640
|
+
left: calc(100% - 28px - 2px);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.c1to9vb9 {
|
|
2644
|
+
margin-left: 5px;
|
|
2626
2645
|
}
|
|
2627
2646
|
|
|
2628
2647
|
.cz04yix {
|
|
@@ -3840,6 +3859,20 @@ input.rrg1fkn.ant-input {
|
|
|
3840
3859
|
margin-left: 24px;
|
|
3841
3860
|
}
|
|
3842
3861
|
|
|
3862
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3863
|
+
display: flex;
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
.igz4le8 {
|
|
3867
|
+
height: 24px;
|
|
3868
|
+
width: 56px !important;
|
|
3869
|
+
margin-right: 4px;
|
|
3870
|
+
}
|
|
3871
|
+
|
|
3872
|
+
.c1riexje {
|
|
3873
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3843
3876
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3844
3877
|
border-radius: 6px;
|
|
3845
3878
|
}
|
|
@@ -3895,10 +3928,6 @@ input.rrg1fkn.ant-input {
|
|
|
3895
3928
|
transform: rotate(180deg);
|
|
3896
3929
|
}
|
|
3897
3930
|
|
|
3898
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3899
|
-
display: flex;
|
|
3900
|
-
}
|
|
3901
|
-
|
|
3902
3931
|
.m1thnes4 {
|
|
3903
3932
|
color: rgba(44, 56, 82, 0.6);
|
|
3904
3933
|
text-align: center;
|
|
@@ -4060,54 +4089,29 @@ input.rrg1fkn.ant-input {
|
|
|
4060
4089
|
margin-left: 8px;
|
|
4061
4090
|
}
|
|
4062
4091
|
|
|
4063
|
-
.
|
|
4064
|
-
|
|
4065
|
-
}
|
|
4066
|
-
.t1xo8w88 .table-loading-item {
|
|
4067
|
-
padding: 12px 4px;
|
|
4068
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4069
|
-
display: flex;
|
|
4070
|
-
}
|
|
4071
|
-
.t1xo8w88 .table-loading-item > * {
|
|
4072
|
-
height: 16px;
|
|
4073
|
-
margin: 4px;
|
|
4074
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4075
|
-
border-radius: 2px;
|
|
4076
|
-
}
|
|
4077
|
-
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4078
|
-
width: 16px;
|
|
4079
|
-
}
|
|
4080
|
-
.t1xo8w88 .table-loading-item .td-loading {
|
|
4081
|
-
flex: 1;
|
|
4082
|
-
}
|
|
4083
|
-
.t1xo8w88 :nth-child(1) {
|
|
4084
|
-
padding: 8px 4px;
|
|
4085
|
-
}
|
|
4086
|
-
.t1xo8w88 :nth-child(1) > * {
|
|
4087
|
-
background: rgba(107, 125, 153, 0.18);
|
|
4088
|
-
}
|
|
4089
|
-
.t1xo8w88 :nth-child(1) > * {
|
|
4090
|
-
background: rgba(163, 180, 204, 0.18);
|
|
4092
|
+
.t1cs4awq {
|
|
4093
|
+
background: white;
|
|
4091
4094
|
}
|
|
4092
|
-
|
|
4093
|
-
.
|
|
4095
|
+
.t1cs4awq .insert-left-tip,
|
|
4096
|
+
.t1cs4awq .insert-right-tip {
|
|
4097
|
+
display: none;
|
|
4094
4098
|
position: absolute;
|
|
4095
4099
|
top: 0;
|
|
4096
|
-
left: 0;
|
|
4097
4100
|
bottom: 0;
|
|
4098
|
-
width:
|
|
4099
|
-
background:
|
|
4100
|
-
transform: translateX(-9999px);
|
|
4101
|
-
z-index: 999;
|
|
4101
|
+
width: 4px;
|
|
4102
|
+
background: rgba(0, 0, 255, 0.5);
|
|
4102
4103
|
}
|
|
4103
|
-
.
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4104
|
+
.t1cs4awq .insert-left-tip {
|
|
4105
|
+
left: 0px;
|
|
4106
|
+
}
|
|
4107
|
+
.t1cs4awq .insert-right-tip {
|
|
4108
|
+
right: 0px;
|
|
4109
|
+
}
|
|
4110
|
+
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4111
|
+
display: block;
|
|
4112
|
+
}
|
|
4113
|
+
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4114
|
+
display: block;
|
|
4111
4115
|
}
|
|
4112
4116
|
|
|
4113
4117
|
.d1h5z4k4.ant-dropdown {
|
|
@@ -4219,29 +4223,54 @@ input.rrg1fkn.ant-input {
|
|
|
4219
4223
|
left: 4px;
|
|
4220
4224
|
}
|
|
4221
4225
|
|
|
4222
|
-
.
|
|
4223
|
-
|
|
4226
|
+
.t1xo8w88 {
|
|
4227
|
+
height: 100%;
|
|
4224
4228
|
}
|
|
4225
|
-
.
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
top: 0;
|
|
4230
|
-
bottom: 0;
|
|
4231
|
-
width: 4px;
|
|
4232
|
-
background: rgba(0, 0, 255, 0.5);
|
|
4229
|
+
.t1xo8w88 .table-loading-item {
|
|
4230
|
+
padding: 12px 4px;
|
|
4231
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4232
|
+
display: flex;
|
|
4233
4233
|
}
|
|
4234
|
-
.
|
|
4235
|
-
|
|
4234
|
+
.t1xo8w88 .table-loading-item > * {
|
|
4235
|
+
height: 16px;
|
|
4236
|
+
margin: 4px;
|
|
4237
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4238
|
+
border-radius: 2px;
|
|
4236
4239
|
}
|
|
4237
|
-
.
|
|
4238
|
-
|
|
4240
|
+
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4241
|
+
width: 16px;
|
|
4239
4242
|
}
|
|
4240
|
-
.
|
|
4241
|
-
|
|
4243
|
+
.t1xo8w88 .table-loading-item .td-loading {
|
|
4244
|
+
flex: 1;
|
|
4242
4245
|
}
|
|
4243
|
-
.
|
|
4244
|
-
|
|
4246
|
+
.t1xo8w88 :nth-child(1) {
|
|
4247
|
+
padding: 8px 4px;
|
|
4248
|
+
}
|
|
4249
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4250
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4251
|
+
}
|
|
4252
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4253
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
.ams5nbq {
|
|
4257
|
+
position: absolute;
|
|
4258
|
+
top: 0;
|
|
4259
|
+
left: 0;
|
|
4260
|
+
bottom: 0;
|
|
4261
|
+
width: 1px;
|
|
4262
|
+
background: #0080ff;
|
|
4263
|
+
transform: translateX(-9999px);
|
|
4264
|
+
z-index: 999;
|
|
4265
|
+
}
|
|
4266
|
+
.ams5nbq::before {
|
|
4267
|
+
content: "";
|
|
4268
|
+
position: absolute;
|
|
4269
|
+
height: 34px;
|
|
4270
|
+
width: 3px;
|
|
4271
|
+
top: 0;
|
|
4272
|
+
left: -1px;
|
|
4273
|
+
background: #0080ff;
|
|
4245
4274
|
}
|
|
4246
4275
|
|
|
4247
4276
|
.asgcu6r {
|
|
@@ -4252,50 +4281,6 @@ input.rrg1fkn.ant-input {
|
|
|
4252
4281
|
display: none;
|
|
4253
4282
|
}
|
|
4254
4283
|
|
|
4255
|
-
.iap75of {
|
|
4256
|
-
height: 18px;
|
|
4257
|
-
line-height: 18px;
|
|
4258
|
-
padding: 0 4px;
|
|
4259
|
-
border-radius: 4px;
|
|
4260
|
-
background: rgba(235, 239, 245, 0.6);
|
|
4261
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4262
|
-
display: flex;
|
|
4263
|
-
align-items: center;
|
|
4264
|
-
white-space: nowrap;
|
|
4265
|
-
margin-right: 4px;
|
|
4266
|
-
}
|
|
4267
|
-
|
|
4268
|
-
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4269
|
-
display: var(--a6dbbkm-0);
|
|
4270
|
-
}
|
|
4271
|
-
.a6dbbkm .ant-input-number-input-wrap {
|
|
4272
|
-
padding: 4px 11px;
|
|
4273
|
-
display: inline-flex;
|
|
4274
|
-
line-height: 1.5715;
|
|
4275
|
-
height: inherit;
|
|
4276
|
-
}
|
|
4277
|
-
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4278
|
-
content: var(--a6dbbkm-1);
|
|
4279
|
-
display: var(--a6dbbkm-2);
|
|
4280
|
-
flex: none;
|
|
4281
|
-
align-items: center;
|
|
4282
|
-
margin-left: 4px;
|
|
4283
|
-
}
|
|
4284
|
-
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4285
|
-
content: var(--a6dbbkm-3);
|
|
4286
|
-
display: var(--a6dbbkm-4);
|
|
4287
|
-
flex: none;
|
|
4288
|
-
align-items: center;
|
|
4289
|
-
margin-right: 4px;
|
|
4290
|
-
cursor: auto;
|
|
4291
|
-
}
|
|
4292
|
-
.a6dbbkm .ant-input-number-input {
|
|
4293
|
-
padding: 0;
|
|
4294
|
-
margin: 0;
|
|
4295
|
-
height: auto;
|
|
4296
|
-
font-size: inherit;
|
|
4297
|
-
}
|
|
4298
|
-
|
|
4299
4284
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4300
4285
|
display: var(--at4ovwe-0);
|
|
4301
4286
|
}
|
|
@@ -4340,4 +4325,48 @@ input.rrg1fkn.ant-input {
|
|
|
4340
4325
|
margin: 0;
|
|
4341
4326
|
height: auto;
|
|
4342
4327
|
font-size: inherit;
|
|
4328
|
+
}
|
|
4329
|
+
|
|
4330
|
+
.iap75of {
|
|
4331
|
+
height: 18px;
|
|
4332
|
+
line-height: 18px;
|
|
4333
|
+
padding: 0 4px;
|
|
4334
|
+
border-radius: 4px;
|
|
4335
|
+
background: rgba(235, 239, 245, 0.6);
|
|
4336
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4337
|
+
display: flex;
|
|
4338
|
+
align-items: center;
|
|
4339
|
+
white-space: nowrap;
|
|
4340
|
+
margin-right: 4px;
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4344
|
+
display: var(--a6dbbkm-0);
|
|
4345
|
+
}
|
|
4346
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
4347
|
+
padding: 4px 11px;
|
|
4348
|
+
display: inline-flex;
|
|
4349
|
+
line-height: 1.5715;
|
|
4350
|
+
height: inherit;
|
|
4351
|
+
}
|
|
4352
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4353
|
+
content: var(--a6dbbkm-1);
|
|
4354
|
+
display: var(--a6dbbkm-2);
|
|
4355
|
+
flex: none;
|
|
4356
|
+
align-items: center;
|
|
4357
|
+
margin-left: 4px;
|
|
4358
|
+
}
|
|
4359
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4360
|
+
content: var(--a6dbbkm-3);
|
|
4361
|
+
display: var(--a6dbbkm-4);
|
|
4362
|
+
flex: none;
|
|
4363
|
+
align-items: center;
|
|
4364
|
+
margin-right: 4px;
|
|
4365
|
+
cursor: auto;
|
|
4366
|
+
}
|
|
4367
|
+
.a6dbbkm .ant-input-number-input {
|
|
4368
|
+
padding: 0;
|
|
4369
|
+
margin: 0;
|
|
4370
|
+
height: auto;
|
|
4371
|
+
font-size: inherit;
|
|
4343
4372
|
}
|