@cloudtower/eagle 0.25.5 → 0.25.7
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/UIKitProvider/index.d.ts +3 -0
- package/dist/components.css +496 -449
- package/dist/esm/index.js +756 -714
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +416 -369
- package/dist/umd/index.js +758 -717
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -421,6 +421,15 @@
|
|
|
421
421
|
display: none;
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
+
.ant-message-notice-content {
|
|
425
|
+
max-width: 800px;
|
|
426
|
+
}
|
|
427
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
white-space: nowrap;
|
|
430
|
+
text-overflow: ellipsis;
|
|
431
|
+
}
|
|
432
|
+
|
|
424
433
|
#top_bar {
|
|
425
434
|
display: flex;
|
|
426
435
|
align-items: center;
|
|
@@ -633,6 +642,15 @@
|
|
|
633
642
|
display: none;
|
|
634
643
|
}
|
|
635
644
|
|
|
645
|
+
.ant-message-notice-content {
|
|
646
|
+
max-width: 800px;
|
|
647
|
+
}
|
|
648
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
649
|
+
overflow: hidden;
|
|
650
|
+
white-space: nowrap;
|
|
651
|
+
text-overflow: ellipsis;
|
|
652
|
+
}
|
|
653
|
+
|
|
636
654
|
body {
|
|
637
655
|
font-feature-settings: normal;
|
|
638
656
|
-webkit-font-feature-settings: normal;
|
|
@@ -1618,6 +1636,34 @@ body {
|
|
|
1618
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1619
1637
|
}
|
|
1620
1638
|
}
|
|
1639
|
+
.fde5mpd {
|
|
1640
|
+
width: 100%;
|
|
1641
|
+
height: 100%;
|
|
1642
|
+
min-height: 124px;
|
|
1643
|
+
display: flex;
|
|
1644
|
+
flex-direction: column;
|
|
1645
|
+
justify-content: center;
|
|
1646
|
+
align-items: center;
|
|
1647
|
+
}
|
|
1648
|
+
.fde5mpd .error-text {
|
|
1649
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1650
|
+
margin-bottom: 16px;
|
|
1651
|
+
font-size: 18px;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.iap75of {
|
|
1655
|
+
height: 18px;
|
|
1656
|
+
line-height: 18px;
|
|
1657
|
+
padding: 0 4px;
|
|
1658
|
+
border-radius: 4px;
|
|
1659
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1661
|
+
display: flex;
|
|
1662
|
+
align-items: center;
|
|
1663
|
+
white-space: nowrap;
|
|
1664
|
+
margin-right: 4px;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1621
1667
|
.buj61ew.ant-btn {
|
|
1622
1668
|
height: 32px;
|
|
1623
1669
|
border-radius: 6px;
|
|
@@ -1895,21 +1941,6 @@ body {
|
|
|
1895
1941
|
border-radius: unset;
|
|
1896
1942
|
}
|
|
1897
1943
|
|
|
1898
|
-
.fde5mpd {
|
|
1899
|
-
width: 100%;
|
|
1900
|
-
height: 100%;
|
|
1901
|
-
min-height: 124px;
|
|
1902
|
-
display: flex;
|
|
1903
|
-
flex-direction: column;
|
|
1904
|
-
justify-content: center;
|
|
1905
|
-
align-items: center;
|
|
1906
|
-
}
|
|
1907
|
-
.fde5mpd .error-text {
|
|
1908
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1909
|
-
margin-bottom: 16px;
|
|
1910
|
-
font-size: 18px;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
1944
|
.i1mrf09m {
|
|
1914
1945
|
display: inline-flex;
|
|
1915
1946
|
align-items: center;
|
|
@@ -1928,85 +1959,6 @@ body {
|
|
|
1928
1959
|
animation: rotate 680ms linear infinite;
|
|
1929
1960
|
}
|
|
1930
1961
|
|
|
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);
|
|
1938
|
-
display: flex;
|
|
1939
|
-
align-items: center;
|
|
1940
|
-
white-space: nowrap;
|
|
1941
|
-
margin-right: 4px;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.obf05yr {
|
|
1945
|
-
display: inline-block;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
.hsms1n6 {
|
|
1949
|
-
visibility: hidden;
|
|
1950
|
-
position: absolute;
|
|
1951
|
-
}
|
|
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;
|
|
1961
|
-
}
|
|
1962
|
-
.p12gwtiw .pagination-left {
|
|
1963
|
-
padding: 2px 8px;
|
|
1964
|
-
}
|
|
1965
|
-
.p12gwtiw .dropdown-trigger {
|
|
1966
|
-
display: flex;
|
|
1967
|
-
align-items: center;
|
|
1968
|
-
border-radius: 6px;
|
|
1969
|
-
cursor: pointer;
|
|
1970
|
-
transition: all 0.3s ease;
|
|
1971
|
-
}
|
|
1972
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1973
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1974
|
-
color: #0080ff;
|
|
1975
|
-
}
|
|
1976
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1977
|
-
margin-left: 4px;
|
|
1978
|
-
}
|
|
1979
|
-
.p12gwtiw .pagination-right {
|
|
1980
|
-
display: flex;
|
|
1981
|
-
align-items: center;
|
|
1982
|
-
color: #0080ff;
|
|
1983
|
-
font-weight: bold;
|
|
1984
|
-
}
|
|
1985
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1986
|
-
margin-left: 4px;
|
|
1987
|
-
}
|
|
1988
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1989
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1990
|
-
padding: 0 8px;
|
|
1991
|
-
}
|
|
1992
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1993
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1994
|
-
color: #0080ff;
|
|
1995
|
-
}
|
|
1996
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1997
|
-
transform: rotate(180deg);
|
|
1998
|
-
}
|
|
1999
|
-
|
|
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;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
1962
|
.rxbeqvl.ant-radio-wrapper {
|
|
2011
1963
|
display: inline-flex;
|
|
2012
1964
|
align-items: baseline;
|
|
@@ -2149,81 +2101,285 @@ body {
|
|
|
2149
2101
|
width: 36px;
|
|
2150
2102
|
}
|
|
2151
2103
|
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2154
|
-
|
|
2104
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2105
|
+
flex-direction: row;
|
|
2106
|
+
justify-content: stretch;
|
|
2155
2107
|
}
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2108
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2109
|
+
padding: 0;
|
|
2110
|
+
margin-right: 4px;
|
|
2111
|
+
flex: 1;
|
|
2112
|
+
overflow: visible;
|
|
2113
|
+
}
|
|
2114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2115
|
+
display: none;
|
|
2116
|
+
}
|
|
2117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2159
2118
|
width: 100%;
|
|
2160
|
-
|
|
2161
|
-
height: 100%;
|
|
2119
|
+
min-height: unset;
|
|
2162
2120
|
}
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2121
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2122
|
+
height: 26px;
|
|
2123
|
+
line-height: 26px;
|
|
2166
2124
|
width: 100%;
|
|
2167
|
-
|
|
2168
|
-
|
|
2125
|
+
text-align: center;
|
|
2126
|
+
padding: 0;
|
|
2127
|
+
font-size: 12px;
|
|
2128
|
+
font-weight: normal;
|
|
2169
2129
|
}
|
|
2170
|
-
.
|
|
2171
|
-
|
|
2172
|
-
flex-grow: 0;
|
|
2173
|
-
flex-shrink: 0;
|
|
2174
|
-
flex-basis: 21%;
|
|
2130
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2131
|
+
margin-right: 10px;
|
|
2175
2132
|
}
|
|
2176
|
-
.
|
|
2177
|
-
display:
|
|
2178
|
-
justify-content: flex-end;
|
|
2179
|
-
padding-right: 44px;
|
|
2133
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2134
|
+
display: none;
|
|
2180
2135
|
}
|
|
2181
|
-
.
|
|
2182
|
-
|
|
2136
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2137
|
+
border-radius: 4px 0 0 4px;
|
|
2183
2138
|
}
|
|
2184
|
-
.
|
|
2185
|
-
margin-
|
|
2186
|
-
flex-grow: 0;
|
|
2187
|
-
flex-shrink: 0;
|
|
2188
|
-
flex-basis: 58%;
|
|
2139
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2140
|
+
margin-right: 0;
|
|
2189
2141
|
}
|
|
2190
|
-
.
|
|
2191
|
-
|
|
2142
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2143
|
+
border-radius: 0 4px 4px 0;
|
|
2192
2144
|
}
|
|
2193
|
-
.
|
|
2194
|
-
|
|
2145
|
+
.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 {
|
|
2146
|
+
content: "";
|
|
2147
|
+
width: 0;
|
|
2148
|
+
height: 0;
|
|
2149
|
+
border: 13px solid transparent;
|
|
2150
|
+
position: absolute;
|
|
2151
|
+
top: 0;
|
|
2152
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2153
|
+
right: -21px;
|
|
2154
|
+
z-index: 2;
|
|
2195
2155
|
}
|
|
2196
|
-
.
|
|
2197
|
-
|
|
2156
|
+
.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 {
|
|
2157
|
+
content: "";
|
|
2158
|
+
width: 0;
|
|
2159
|
+
height: 0;
|
|
2160
|
+
border: 13px solid transparent;
|
|
2161
|
+
position: absolute;
|
|
2162
|
+
top: 0;
|
|
2163
|
+
border-left: 8px solid #fff;
|
|
2164
|
+
left: 0;
|
|
2198
2165
|
}
|
|
2199
|
-
.
|
|
2200
|
-
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2167
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2201
2168
|
}
|
|
2202
|
-
.
|
|
2203
|
-
|
|
2204
|
-
display: none !important;
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2170
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2205
2171
|
}
|
|
2206
|
-
.
|
|
2207
|
-
|
|
2208
|
-
border-radius: 4px;
|
|
2209
|
-
height: 32px;
|
|
2210
|
-
display: flex;
|
|
2211
|
-
align-items: center;
|
|
2172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2173
|
+
color: #005ed1;
|
|
2212
2174
|
}
|
|
2213
|
-
.
|
|
2214
|
-
|
|
2215
|
-
|
|
2175
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2176
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2177
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2216
2178
|
}
|
|
2217
|
-
.
|
|
2218
|
-
|
|
2179
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2180
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2219
2182
|
}
|
|
2220
|
-
.
|
|
2221
|
-
|
|
2222
|
-
line-height: 20px !important;
|
|
2183
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2184
|
+
padding: 0;
|
|
2223
2185
|
}
|
|
2224
|
-
|
|
2186
|
+
|
|
2187
|
+
.obf05yr {
|
|
2225
2188
|
display: inline-block;
|
|
2226
|
-
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.hsms1n6 {
|
|
2192
|
+
visibility: hidden;
|
|
2193
|
+
position: absolute;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.p12gwtiw {
|
|
2197
|
+
display: flex;
|
|
2198
|
+
justify-content: space-between;
|
|
2199
|
+
align-items: center;
|
|
2200
|
+
padding: 10px 0;
|
|
2201
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2202
|
+
font-size: 12px;
|
|
2203
|
+
line-height: 24px;
|
|
2204
|
+
}
|
|
2205
|
+
.p12gwtiw .pagination-left {
|
|
2206
|
+
padding: 2px 8px;
|
|
2207
|
+
}
|
|
2208
|
+
.p12gwtiw .dropdown-trigger {
|
|
2209
|
+
display: flex;
|
|
2210
|
+
align-items: center;
|
|
2211
|
+
border-radius: 6px;
|
|
2212
|
+
cursor: pointer;
|
|
2213
|
+
transition: all 0.3s ease;
|
|
2214
|
+
}
|
|
2215
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2216
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2217
|
+
color: #0080ff;
|
|
2218
|
+
}
|
|
2219
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2220
|
+
margin-left: 4px;
|
|
2221
|
+
}
|
|
2222
|
+
.p12gwtiw .pagination-right {
|
|
2223
|
+
display: flex;
|
|
2224
|
+
align-items: center;
|
|
2225
|
+
color: #0080ff;
|
|
2226
|
+
font-weight: bold;
|
|
2227
|
+
}
|
|
2228
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2229
|
+
margin-left: 4px;
|
|
2230
|
+
}
|
|
2231
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2232
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2233
|
+
padding: 0 8px;
|
|
2234
|
+
}
|
|
2235
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2236
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2237
|
+
color: #0080ff;
|
|
2238
|
+
}
|
|
2239
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2240
|
+
transform: rotate(180deg);
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2244
|
+
max-height: calc(100vh - 128px);
|
|
2245
|
+
overflow-y: auto;
|
|
2246
|
+
}
|
|
2247
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2248
|
+
padding: 4px 20px;
|
|
2249
|
+
font-size: 12px;
|
|
2250
|
+
line-height: 18px;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.s34f1qb.ant-switch {
|
|
2254
|
+
min-width: 40px;
|
|
2255
|
+
height: 24px;
|
|
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);
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.c1to9vb9 {
|
|
2305
|
+
margin-left: 5px;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
.cz04yix {
|
|
2309
|
+
display: flex;
|
|
2310
|
+
flex-direction: column;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
.m1if5j39 {
|
|
2314
|
+
max-width: 1120px;
|
|
2315
|
+
width: 100%;
|
|
2316
|
+
margin: 0 auto;
|
|
2317
|
+
height: 100%;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.w1vvwdlp {
|
|
2321
|
+
max-width: 1120px;
|
|
2322
|
+
width: 100%;
|
|
2323
|
+
margin: 0 auto;
|
|
2324
|
+
display: flex;
|
|
2325
|
+
}
|
|
2326
|
+
.w1vvwdlp .left,
|
|
2327
|
+
.w1vvwdlp .right {
|
|
2328
|
+
flex-grow: 0;
|
|
2329
|
+
flex-shrink: 0;
|
|
2330
|
+
flex-basis: 21%;
|
|
2331
|
+
}
|
|
2332
|
+
.w1vvwdlp .left {
|
|
2333
|
+
display: flex;
|
|
2334
|
+
justify-content: flex-end;
|
|
2335
|
+
padding-right: 44px;
|
|
2336
|
+
}
|
|
2337
|
+
.w1vvwdlp .right {
|
|
2338
|
+
padding-left: 44px;
|
|
2339
|
+
}
|
|
2340
|
+
.w1vvwdlp .middle {
|
|
2341
|
+
margin-bottom: 40px;
|
|
2342
|
+
flex-grow: 0;
|
|
2343
|
+
flex-shrink: 0;
|
|
2344
|
+
flex-basis: 58%;
|
|
2345
|
+
}
|
|
2346
|
+
.w1vvwdlp .middle .form-base-field {
|
|
2347
|
+
width: 100%;
|
|
2348
|
+
}
|
|
2349
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2350
|
+
width: auto;
|
|
2351
|
+
}
|
|
2352
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2353
|
+
flex: initial;
|
|
2354
|
+
}
|
|
2355
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2356
|
+
margin-top: 4px;
|
|
2357
|
+
}
|
|
2358
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
2359
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
2360
|
+
display: none !important;
|
|
2361
|
+
}
|
|
2362
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
2363
|
+
padding: 0 15px;
|
|
2364
|
+
border-radius: 4px;
|
|
2365
|
+
height: 32px;
|
|
2366
|
+
display: flex;
|
|
2367
|
+
align-items: center;
|
|
2368
|
+
}
|
|
2369
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2370
|
+
min-height: auto;
|
|
2371
|
+
white-space: nowrap;
|
|
2372
|
+
}
|
|
2373
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
2374
|
+
padding-bottom: 0px;
|
|
2375
|
+
}
|
|
2376
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
2377
|
+
font-size: 13px !important;
|
|
2378
|
+
line-height: 20px !important;
|
|
2379
|
+
}
|
|
2380
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2381
|
+
display: inline-block;
|
|
2382
|
+
text-align: center;
|
|
2227
2383
|
width: 13px;
|
|
2228
2384
|
margin-right: 12px;
|
|
2229
2385
|
}
|
|
@@ -2814,144 +2970,6 @@ input.rrg1fkn.ant-input {
|
|
|
2814
2970
|
border-bottom-left-radius: 0;
|
|
2815
2971
|
}
|
|
2816
2972
|
|
|
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;
|
|
2920
|
-
}
|
|
2921
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2922
|
-
border-radius: 10px;
|
|
2923
|
-
transition-delay: 120ms;
|
|
2924
|
-
}
|
|
2925
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2926
|
-
height: 14px;
|
|
2927
|
-
width: 14px;
|
|
2928
|
-
top: 1px;
|
|
2929
|
-
left: 1px;
|
|
2930
|
-
}
|
|
2931
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2932
|
-
height: 28px;
|
|
2933
|
-
width: 28px;
|
|
2934
|
-
}
|
|
2935
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2936
|
-
border-radius: 14px;
|
|
2937
|
-
}
|
|
2938
|
-
.s34f1qb.ant-switch-checked {
|
|
2939
|
-
background-color: #00ba5d;
|
|
2940
|
-
}
|
|
2941
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2942
|
-
left: calc(100% - 20px - 2px);
|
|
2943
|
-
}
|
|
2944
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2945
|
-
left: calc(100% - 14px - 1px);
|
|
2946
|
-
}
|
|
2947
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2948
|
-
left: calc(100% - 28px - 2px);
|
|
2949
|
-
}
|
|
2950
|
-
|
|
2951
|
-
.c1to9vb9 {
|
|
2952
|
-
margin-left: 5px;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
2973
|
.t1upn1sz {
|
|
2956
2974
|
height: 100%;
|
|
2957
2975
|
}
|
|
@@ -3315,6 +3333,87 @@ input.rrg1fkn.ant-input {
|
|
|
3315
3333
|
background: #fff;
|
|
3316
3334
|
}
|
|
3317
3335
|
|
|
3336
|
+
.s1fc623g {
|
|
3337
|
+
width: 430px !important;
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.da3mx0o .ant-select-item-group {
|
|
3341
|
+
padding: 8px 16px;
|
|
3342
|
+
line-height: 18px;
|
|
3343
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3344
|
+
height: 34px;
|
|
3345
|
+
min-height: 34px;
|
|
3346
|
+
box-sizing: border-box;
|
|
3347
|
+
margin-top: 8px;
|
|
3348
|
+
}
|
|
3349
|
+
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3350
|
+
top: -20px !important;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
.onr9gzt {
|
|
3354
|
+
display: flex;
|
|
3355
|
+
flex-direction: column;
|
|
3356
|
+
margin: 1px 8px;
|
|
3357
|
+
padding: 8px;
|
|
3358
|
+
border-radius: 4px;
|
|
3359
|
+
}
|
|
3360
|
+
.onr9gzt .selected-icon {
|
|
3361
|
+
display: none;
|
|
3362
|
+
}
|
|
3363
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3364
|
+
padding-left: 8px;
|
|
3365
|
+
}
|
|
3366
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3367
|
+
background-color: white;
|
|
3368
|
+
}
|
|
3369
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3370
|
+
color: #0080ff;
|
|
3371
|
+
}
|
|
3372
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3373
|
+
display: block;
|
|
3374
|
+
}
|
|
3375
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3376
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3377
|
+
}
|
|
3378
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3379
|
+
color: #0080ff;
|
|
3380
|
+
}
|
|
3381
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3382
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3383
|
+
color: #0080ff;
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3386
|
+
.oiy0apc {
|
|
3387
|
+
display: flex;
|
|
3388
|
+
justify-content: space-between;
|
|
3389
|
+
height: 20px;
|
|
3390
|
+
line-height: 20px;
|
|
3391
|
+
}
|
|
3392
|
+
.oiy0apc .timezone-title {
|
|
3393
|
+
color: #2d3a56;
|
|
3394
|
+
overflow: hidden;
|
|
3395
|
+
text-overflow: ellipsis;
|
|
3396
|
+
}
|
|
3397
|
+
|
|
3398
|
+
.of4y382 {
|
|
3399
|
+
display: flex;
|
|
3400
|
+
justify-content: space-between;
|
|
3401
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3402
|
+
height: 18px;
|
|
3403
|
+
line-height: 18px;
|
|
3404
|
+
margin-top: 2px;
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
.t19903l9 {
|
|
3408
|
+
border: none;
|
|
3409
|
+
margin-right: 0;
|
|
3410
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
.i1e4sgug {
|
|
3414
|
+
display: inline-block;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3318
3417
|
.d6j0lbj {
|
|
3319
3418
|
font-family: Inter;
|
|
3320
3419
|
font-style: normal;
|
|
@@ -3790,87 +3889,6 @@ input.rrg1fkn.ant-input {
|
|
|
3790
3889
|
line-height: 12px;
|
|
3791
3890
|
}
|
|
3792
3891
|
|
|
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
|
-
|
|
3874
3892
|
.c198s9j3 {
|
|
3875
3893
|
color: #2d3a56;
|
|
3876
3894
|
line-height: 22px;
|
|
@@ -4444,6 +4462,35 @@ input.rrg1fkn.ant-input {
|
|
|
4444
4462
|
margin-right: 8px;
|
|
4445
4463
|
}
|
|
4446
4464
|
|
|
4465
|
+
.f1p9ti6d {
|
|
4466
|
+
width: 100%;
|
|
4467
|
+
margin-bottom: 0 !important;
|
|
4468
|
+
flex-flow: nowrap !important;
|
|
4469
|
+
line-break: auto;
|
|
4470
|
+
}
|
|
4471
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4472
|
+
text-align: left !important;
|
|
4473
|
+
padding-bottom: 0 !important;
|
|
4474
|
+
}
|
|
4475
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4476
|
+
min-height: 32px;
|
|
4477
|
+
height: auto;
|
|
4478
|
+
font-size: 13px;
|
|
4479
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4480
|
+
white-space: normal;
|
|
4481
|
+
}
|
|
4482
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4483
|
+
border-color: #ff4d4f !important;
|
|
4484
|
+
}
|
|
4485
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4486
|
+
margin-top: 4px;
|
|
4487
|
+
font-size: 12px;
|
|
4488
|
+
}
|
|
4489
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4490
|
+
font-size: 12px;
|
|
4491
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4492
|
+
}
|
|
4493
|
+
|
|
4447
4494
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4448
4495
|
display: var(--a6dbbkm-0);
|
|
4449
4496
|
}
|