@cloudtower/eagle 0.21.2 → 0.21.4
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/TimeZoneSelect/index.d.ts +2 -8
- package/dist/esm/index.js +141 -24
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/spec/base.d.ts +2 -1
- package/dist/spec/type.d.ts +7 -0
- package/dist/style.css +366 -366
- package/dist/umd/index.js +146 -25
- package/dist/umd/stats1.html +1 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -1614,6 +1614,91 @@ input[type=submit] {
|
|
|
1614
1614
|
cursor: pointer;
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
+
.obf05yr {
|
|
1618
|
+
display: inline-block;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.hsms1n6 {
|
|
1622
|
+
visibility: hidden;
|
|
1623
|
+
position: absolute;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.p12gwtiw {
|
|
1627
|
+
display: flex;
|
|
1628
|
+
justify-content: space-between;
|
|
1629
|
+
align-items: center;
|
|
1630
|
+
padding: 10px 0;
|
|
1631
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1632
|
+
font-size: 12px;
|
|
1633
|
+
line-height: 24px;
|
|
1634
|
+
}
|
|
1635
|
+
.p12gwtiw .pagination-left {
|
|
1636
|
+
padding: 2px 8px;
|
|
1637
|
+
}
|
|
1638
|
+
.p12gwtiw .dropdown-trigger {
|
|
1639
|
+
display: flex;
|
|
1640
|
+
align-items: center;
|
|
1641
|
+
border-radius: 6px;
|
|
1642
|
+
cursor: pointer;
|
|
1643
|
+
transition: all 0.3s ease;
|
|
1644
|
+
}
|
|
1645
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1646
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1647
|
+
color: #0080ff;
|
|
1648
|
+
}
|
|
1649
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1650
|
+
margin-left: 4px;
|
|
1651
|
+
}
|
|
1652
|
+
.p12gwtiw .pagination-right {
|
|
1653
|
+
display: flex;
|
|
1654
|
+
align-items: center;
|
|
1655
|
+
color: #0080ff;
|
|
1656
|
+
font-weight: bold;
|
|
1657
|
+
}
|
|
1658
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1659
|
+
margin-left: 4px;
|
|
1660
|
+
}
|
|
1661
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1662
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1663
|
+
padding: 0 8px;
|
|
1664
|
+
}
|
|
1665
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1666
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1667
|
+
color: #0080ff;
|
|
1668
|
+
}
|
|
1669
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1670
|
+
transform: rotate(180deg);
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1674
|
+
max-height: calc(100vh - 128px);
|
|
1675
|
+
overflow-y: auto;
|
|
1676
|
+
}
|
|
1677
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1678
|
+
padding: 4px 20px;
|
|
1679
|
+
font-size: 12px;
|
|
1680
|
+
line-height: 18px;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
.s1fc623g {
|
|
1684
|
+
width: 430px !important;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
.oa3mx0o {
|
|
1688
|
+
display: flex;
|
|
1689
|
+
flex-direction: column;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.onr9gzt {
|
|
1693
|
+
display: flex;
|
|
1694
|
+
justify-content: space-between;
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
.oiy0apc {
|
|
1698
|
+
display: flex;
|
|
1699
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1617
1702
|
.buj61ew.ant-btn {
|
|
1618
1703
|
height: 32px;
|
|
1619
1704
|
border-radius: 6px;
|
|
@@ -1862,6 +1947,61 @@ input[type=submit] {
|
|
|
1862
1947
|
padding: 0;
|
|
1863
1948
|
}
|
|
1864
1949
|
|
|
1950
|
+
.s34f1qb.ant-switch {
|
|
1951
|
+
min-width: 40px;
|
|
1952
|
+
height: 24px;
|
|
1953
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1954
|
+
overflow: hidden;
|
|
1955
|
+
}
|
|
1956
|
+
.s34f1qb.ant-switch:focus {
|
|
1957
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1958
|
+
}
|
|
1959
|
+
.s34f1qb.ant-switch-small {
|
|
1960
|
+
min-width: 26px;
|
|
1961
|
+
height: 16px;
|
|
1962
|
+
}
|
|
1963
|
+
.s34f1qb.ant-switch-large {
|
|
1964
|
+
min-width: 52px;
|
|
1965
|
+
height: 32px;
|
|
1966
|
+
}
|
|
1967
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1968
|
+
height: 20px;
|
|
1969
|
+
width: 20px;
|
|
1970
|
+
}
|
|
1971
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1972
|
+
border-radius: 10px;
|
|
1973
|
+
transition-delay: 120ms;
|
|
1974
|
+
}
|
|
1975
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1976
|
+
height: 14px;
|
|
1977
|
+
width: 14px;
|
|
1978
|
+
top: 1px;
|
|
1979
|
+
left: 1px;
|
|
1980
|
+
}
|
|
1981
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1982
|
+
height: 28px;
|
|
1983
|
+
width: 28px;
|
|
1984
|
+
}
|
|
1985
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1986
|
+
border-radius: 14px;
|
|
1987
|
+
}
|
|
1988
|
+
.s34f1qb.ant-switch-checked {
|
|
1989
|
+
background-color: #00ba5d;
|
|
1990
|
+
}
|
|
1991
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1992
|
+
left: calc(100% - 20px - 2px);
|
|
1993
|
+
}
|
|
1994
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1995
|
+
left: calc(100% - 14px - 1px);
|
|
1996
|
+
}
|
|
1997
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1998
|
+
left: calc(100% - 28px - 2px);
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
.c1to9vb9 {
|
|
2002
|
+
margin-left: 5px;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
1865
2005
|
.rxbeqvl.ant-radio-wrapper {
|
|
1866
2006
|
display: inline-flex;
|
|
1867
2007
|
align-items: baseline;
|
|
@@ -2004,6 +2144,89 @@ input[type=submit] {
|
|
|
2004
2144
|
width: 36px;
|
|
2005
2145
|
}
|
|
2006
2146
|
|
|
2147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2148
|
+
flex-direction: row;
|
|
2149
|
+
justify-content: stretch;
|
|
2150
|
+
}
|
|
2151
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2152
|
+
padding: 0;
|
|
2153
|
+
margin-right: 4px;
|
|
2154
|
+
flex: 1;
|
|
2155
|
+
overflow: visible;
|
|
2156
|
+
}
|
|
2157
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2158
|
+
display: none;
|
|
2159
|
+
}
|
|
2160
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2161
|
+
width: 100%;
|
|
2162
|
+
min-height: unset;
|
|
2163
|
+
}
|
|
2164
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2165
|
+
height: 26px;
|
|
2166
|
+
line-height: 26px;
|
|
2167
|
+
width: 100%;
|
|
2168
|
+
text-align: center;
|
|
2169
|
+
padding: 0;
|
|
2170
|
+
font-size: 12px;
|
|
2171
|
+
font-weight: normal;
|
|
2172
|
+
}
|
|
2173
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2174
|
+
margin-right: 10px;
|
|
2175
|
+
}
|
|
2176
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2177
|
+
display: none;
|
|
2178
|
+
}
|
|
2179
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2180
|
+
border-radius: 4px 0 0 4px;
|
|
2181
|
+
}
|
|
2182
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2183
|
+
margin-right: 0;
|
|
2184
|
+
}
|
|
2185
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2186
|
+
border-radius: 0 4px 4px 0;
|
|
2187
|
+
}
|
|
2188
|
+
.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 {
|
|
2189
|
+
content: "";
|
|
2190
|
+
width: 0;
|
|
2191
|
+
height: 0;
|
|
2192
|
+
border: 13px solid transparent;
|
|
2193
|
+
position: absolute;
|
|
2194
|
+
top: 0;
|
|
2195
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2196
|
+
right: -21px;
|
|
2197
|
+
z-index: 2;
|
|
2198
|
+
}
|
|
2199
|
+
.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 {
|
|
2200
|
+
content: "";
|
|
2201
|
+
width: 0;
|
|
2202
|
+
height: 0;
|
|
2203
|
+
border: 13px solid transparent;
|
|
2204
|
+
position: absolute;
|
|
2205
|
+
top: 0;
|
|
2206
|
+
border-left: 8px solid #fff;
|
|
2207
|
+
left: 0;
|
|
2208
|
+
}
|
|
2209
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2210
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2211
|
+
}
|
|
2212
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2213
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2214
|
+
}
|
|
2215
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2216
|
+
color: #005ed1;
|
|
2217
|
+
}
|
|
2218
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2219
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2220
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2221
|
+
}
|
|
2222
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2223
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2224
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2225
|
+
}
|
|
2226
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2227
|
+
padding: 0;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2007
2230
|
.fde5mpd {
|
|
2008
2231
|
width: 100%;
|
|
2009
2232
|
height: 100%;
|
|
@@ -2019,32 +2242,6 @@ input[type=submit] {
|
|
|
2019
2242
|
font-size: 18px;
|
|
2020
2243
|
}
|
|
2021
2244
|
|
|
2022
|
-
.i1mrf09m {
|
|
2023
|
-
display: inline-flex;
|
|
2024
|
-
align-items: center;
|
|
2025
|
-
}
|
|
2026
|
-
.i1mrf09m .icon-inner {
|
|
2027
|
-
display: inline-flex;
|
|
2028
|
-
align-items: center;
|
|
2029
|
-
justify-content: center;
|
|
2030
|
-
}
|
|
2031
|
-
.i1mrf09m .icon-inner + span,
|
|
2032
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
2033
|
-
margin-left: 4px;
|
|
2034
|
-
}
|
|
2035
|
-
.i1mrf09m.is-rotate img {
|
|
2036
|
-
animation: rotate 680ms linear infinite;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.obf05yr {
|
|
2040
|
-
display: inline-block;
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
.hsms1n6 {
|
|
2044
|
-
visibility: hidden;
|
|
2045
|
-
position: absolute;
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
2245
|
.bpq0js6 {
|
|
2049
2246
|
padding: 4px 11px;
|
|
2050
2247
|
}
|
|
@@ -2074,61 +2271,21 @@ input[type=submit] {
|
|
|
2074
2271
|
border-radius: unset;
|
|
2075
2272
|
}
|
|
2076
2273
|
|
|
2077
|
-
.
|
|
2078
|
-
display: flex;
|
|
2079
|
-
justify-content: space-between;
|
|
2080
|
-
align-items: center;
|
|
2081
|
-
padding: 10px 0;
|
|
2082
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2083
|
-
font-size: 12px;
|
|
2084
|
-
line-height: 24px;
|
|
2085
|
-
}
|
|
2086
|
-
.p12gwtiw .pagination-left {
|
|
2087
|
-
padding: 2px 8px;
|
|
2088
|
-
}
|
|
2089
|
-
.p12gwtiw .dropdown-trigger {
|
|
2090
|
-
display: flex;
|
|
2274
|
+
.i1mrf09m {
|
|
2275
|
+
display: inline-flex;
|
|
2091
2276
|
align-items: center;
|
|
2092
|
-
border-radius: 6px;
|
|
2093
|
-
cursor: pointer;
|
|
2094
|
-
transition: all 0.3s ease;
|
|
2095
2277
|
}
|
|
2096
|
-
.
|
|
2097
|
-
|
|
2098
|
-
color: #0080ff;
|
|
2099
|
-
}
|
|
2100
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2101
|
-
margin-left: 4px;
|
|
2102
|
-
}
|
|
2103
|
-
.p12gwtiw .pagination-right {
|
|
2104
|
-
display: flex;
|
|
2278
|
+
.i1mrf09m .icon-inner {
|
|
2279
|
+
display: inline-flex;
|
|
2105
2280
|
align-items: center;
|
|
2106
|
-
|
|
2107
|
-
font-weight: bold;
|
|
2281
|
+
justify-content: center;
|
|
2108
2282
|
}
|
|
2109
|
-
.
|
|
2283
|
+
.i1mrf09m .icon-inner + span,
|
|
2284
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2110
2285
|
margin-left: 4px;
|
|
2111
2286
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2114
|
-
padding: 0 8px;
|
|
2115
|
-
}
|
|
2116
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2117
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2118
|
-
color: #0080ff;
|
|
2119
|
-
}
|
|
2120
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2121
|
-
transform: rotate(180deg);
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2125
|
-
max-height: calc(100vh - 128px);
|
|
2126
|
-
overflow-y: auto;
|
|
2127
|
-
}
|
|
2128
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2129
|
-
padding: 4px 20px;
|
|
2130
|
-
font-size: 12px;
|
|
2131
|
-
line-height: 18px;
|
|
2287
|
+
.i1mrf09m.is-rotate img {
|
|
2288
|
+
animation: rotate 680ms linear infinite;
|
|
2132
2289
|
}
|
|
2133
2290
|
|
|
2134
2291
|
.t1upn1sz {
|
|
@@ -2404,244 +2561,87 @@ input[type=submit] {
|
|
|
2404
2561
|
}
|
|
2405
2562
|
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
2406
2563
|
position: absolute;
|
|
2407
|
-
right: 10px;
|
|
2408
|
-
top: 50%;
|
|
2409
|
-
transform: translateY(-50%);
|
|
2410
|
-
height: 16px;
|
|
2411
|
-
display: none;
|
|
2412
|
-
transition: transform 320ms ease;
|
|
2413
|
-
}
|
|
2414
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
2415
|
-
display: block;
|
|
2416
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
2417
|
-
}
|
|
2418
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
2419
|
-
display: block;
|
|
2420
|
-
}
|
|
2421
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
2422
|
-
display: none;
|
|
2423
|
-
}
|
|
2424
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
2425
|
-
transform: translateY(-50%);
|
|
2426
|
-
}
|
|
2427
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
2428
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
2429
|
-
}
|
|
2430
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
2431
|
-
background: #f2f5fa;
|
|
2432
|
-
}
|
|
2433
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
2434
|
-
display: block;
|
|
2435
|
-
}
|
|
2436
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
2437
|
-
padding: 0 !important;
|
|
2438
|
-
}
|
|
2439
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
2440
|
-
position: absolute;
|
|
2441
|
-
left: 50%;
|
|
2442
|
-
top: 50%;
|
|
2443
|
-
transform: translate(-50%, -50%);
|
|
2444
|
-
}
|
|
2445
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
2446
|
-
display: none;
|
|
2447
|
-
}
|
|
2448
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
2449
|
-
background: #fff;
|
|
2450
|
-
}
|
|
2451
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
2452
|
-
background: inherit;
|
|
2453
|
-
}
|
|
2454
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
2455
|
-
position: static;
|
|
2456
|
-
border: none;
|
|
2457
|
-
background: inherit !important;
|
|
2458
|
-
height: 100px;
|
|
2459
|
-
vertical-align: middle;
|
|
2460
|
-
}
|
|
2461
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
2462
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2463
|
-
font-weight: bold;
|
|
2464
|
-
font-size: 20px;
|
|
2465
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2466
|
-
}
|
|
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;
|
|
2564
|
+
right: 10px;
|
|
2565
|
+
top: 50%;
|
|
2566
|
+
transform: translateY(-50%);
|
|
2567
|
+
height: 16px;
|
|
2568
|
+
display: none;
|
|
2569
|
+
transition: transform 320ms ease;
|
|
2576
2570
|
}
|
|
2577
|
-
.
|
|
2578
|
-
|
|
2571
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
2572
|
+
display: block;
|
|
2573
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2579
2574
|
}
|
|
2580
|
-
.
|
|
2581
|
-
|
|
2582
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2575
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
2576
|
+
display: block;
|
|
2583
2577
|
}
|
|
2584
|
-
.
|
|
2585
|
-
|
|
2586
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2578
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
2579
|
+
display: none;
|
|
2587
2580
|
}
|
|
2588
|
-
.
|
|
2589
|
-
|
|
2581
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
2582
|
+
transform: translateY(-50%);
|
|
2590
2583
|
}
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
min-width: 40px;
|
|
2594
|
-
height: 24px;
|
|
2595
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2596
|
-
overflow: hidden;
|
|
2584
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
2585
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2597
2586
|
}
|
|
2598
|
-
.
|
|
2599
|
-
|
|
2587
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
2588
|
+
background: #f2f5fa;
|
|
2600
2589
|
}
|
|
2601
|
-
.
|
|
2602
|
-
|
|
2603
|
-
height: 16px;
|
|
2590
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
2591
|
+
display: block;
|
|
2604
2592
|
}
|
|
2605
|
-
.
|
|
2606
|
-
|
|
2607
|
-
height: 32px;
|
|
2593
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
2594
|
+
padding: 0 !important;
|
|
2608
2595
|
}
|
|
2609
|
-
.
|
|
2610
|
-
|
|
2611
|
-
|
|
2596
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
2597
|
+
position: absolute;
|
|
2598
|
+
left: 50%;
|
|
2599
|
+
top: 50%;
|
|
2600
|
+
transform: translate(-50%, -50%);
|
|
2612
2601
|
}
|
|
2613
|
-
.
|
|
2614
|
-
|
|
2615
|
-
transition-delay: 120ms;
|
|
2602
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
2603
|
+
display: none;
|
|
2616
2604
|
}
|
|
2617
|
-
.
|
|
2618
|
-
|
|
2619
|
-
width: 14px;
|
|
2620
|
-
top: 1px;
|
|
2621
|
-
left: 1px;
|
|
2605
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
2606
|
+
background: #fff;
|
|
2622
2607
|
}
|
|
2623
|
-
.
|
|
2624
|
-
|
|
2625
|
-
width: 28px;
|
|
2608
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
2609
|
+
background: inherit;
|
|
2626
2610
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2611
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
2612
|
+
position: static;
|
|
2613
|
+
border: none;
|
|
2614
|
+
background: inherit !important;
|
|
2615
|
+
height: 100px;
|
|
2616
|
+
vertical-align: middle;
|
|
2629
2617
|
}
|
|
2630
|
-
.
|
|
2631
|
-
|
|
2618
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
2619
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2620
|
+
font-weight: bold;
|
|
2621
|
+
font-size: 20px;
|
|
2622
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2632
2623
|
}
|
|
2633
|
-
.
|
|
2634
|
-
|
|
2624
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
2625
|
+
padding: 0 !important;
|
|
2626
|
+
position: relative;
|
|
2627
|
+
background: #fff;
|
|
2635
2628
|
}
|
|
2636
|
-
.
|
|
2637
|
-
|
|
2629
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
2630
|
+
height: 100%;
|
|
2631
|
+
display: flex;
|
|
2632
|
+
align-items: center;
|
|
2633
|
+
justify-content: flex-end;
|
|
2634
|
+
padding-right: 8px;
|
|
2638
2635
|
}
|
|
2639
|
-
.
|
|
2640
|
-
|
|
2636
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
2637
|
+
width: 24px;
|
|
2638
|
+
height: 24px;
|
|
2639
|
+
cursor: pointer;
|
|
2640
|
+
justify-content: center;
|
|
2641
|
+
border-radius: 4px;
|
|
2641
2642
|
}
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
margin-left: 5px;
|
|
2643
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
2644
|
+
background: #fff;
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
2647
2647
|
.cz04yix {
|
|
@@ -3309,6 +3309,10 @@ input.rrg1fkn.ant-input {
|
|
|
3309
3309
|
border-bottom-left-radius: 0;
|
|
3310
3310
|
}
|
|
3311
3311
|
|
|
3312
|
+
.i1e4sgug {
|
|
3313
|
+
display: inline-block;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3312
3316
|
.d6j0lbj {
|
|
3313
3317
|
font-family: Inter;
|
|
3314
3318
|
font-style: normal;
|
|
@@ -3784,10 +3788,6 @@ input.rrg1fkn.ant-input {
|
|
|
3784
3788
|
line-height: 12px;
|
|
3785
3789
|
}
|
|
3786
3790
|
|
|
3787
|
-
.i1e4sgug {
|
|
3788
|
-
display: inline-block;
|
|
3789
|
-
}
|
|
3790
|
-
|
|
3791
3791
|
.c198s9j3 {
|
|
3792
3792
|
color: #2d3a56;
|
|
3793
3793
|
line-height: 22px;
|
|
@@ -3859,10 +3859,6 @@ input.rrg1fkn.ant-input {
|
|
|
3859
3859
|
margin-left: 24px;
|
|
3860
3860
|
}
|
|
3861
3861
|
|
|
3862
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3863
|
-
display: flex;
|
|
3864
|
-
}
|
|
3865
|
-
|
|
3866
3862
|
.igz4le8 {
|
|
3867
3863
|
height: 24px;
|
|
3868
3864
|
width: 56px !important;
|
|
@@ -3928,6 +3924,10 @@ input.rrg1fkn.ant-input {
|
|
|
3928
3924
|
transform: rotate(180deg);
|
|
3929
3925
|
}
|
|
3930
3926
|
|
|
3927
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3928
|
+
display: flex;
|
|
3929
|
+
}
|
|
3930
|
+
|
|
3931
3931
|
.m1thnes4 {
|
|
3932
3932
|
color: rgba(44, 56, 82, 0.6);
|
|
3933
3933
|
text-align: center;
|
|
@@ -4089,6 +4089,56 @@ input.rrg1fkn.ant-input {
|
|
|
4089
4089
|
margin-left: 8px;
|
|
4090
4090
|
}
|
|
4091
4091
|
|
|
4092
|
+
.t1xo8w88 {
|
|
4093
|
+
height: 100%;
|
|
4094
|
+
}
|
|
4095
|
+
.t1xo8w88 .table-loading-item {
|
|
4096
|
+
padding: 12px 4px;
|
|
4097
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4098
|
+
display: flex;
|
|
4099
|
+
}
|
|
4100
|
+
.t1xo8w88 .table-loading-item > * {
|
|
4101
|
+
height: 16px;
|
|
4102
|
+
margin: 4px;
|
|
4103
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4104
|
+
border-radius: 2px;
|
|
4105
|
+
}
|
|
4106
|
+
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4107
|
+
width: 16px;
|
|
4108
|
+
}
|
|
4109
|
+
.t1xo8w88 .table-loading-item .td-loading {
|
|
4110
|
+
flex: 1;
|
|
4111
|
+
}
|
|
4112
|
+
.t1xo8w88 :nth-child(1) {
|
|
4113
|
+
padding: 8px 4px;
|
|
4114
|
+
}
|
|
4115
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4116
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4117
|
+
}
|
|
4118
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4119
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
.ams5nbq {
|
|
4123
|
+
position: absolute;
|
|
4124
|
+
top: 0;
|
|
4125
|
+
left: 0;
|
|
4126
|
+
bottom: 0;
|
|
4127
|
+
width: 1px;
|
|
4128
|
+
background: #0080ff;
|
|
4129
|
+
transform: translateX(-9999px);
|
|
4130
|
+
z-index: 999;
|
|
4131
|
+
}
|
|
4132
|
+
.ams5nbq::before {
|
|
4133
|
+
content: "";
|
|
4134
|
+
position: absolute;
|
|
4135
|
+
height: 34px;
|
|
4136
|
+
width: 3px;
|
|
4137
|
+
top: 0;
|
|
4138
|
+
left: -1px;
|
|
4139
|
+
background: #0080ff;
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4092
4142
|
.t1cs4awq {
|
|
4093
4143
|
background: white;
|
|
4094
4144
|
}
|
|
@@ -4223,56 +4273,6 @@ input.rrg1fkn.ant-input {
|
|
|
4223
4273
|
left: 4px;
|
|
4224
4274
|
}
|
|
4225
4275
|
|
|
4226
|
-
.t1xo8w88 {
|
|
4227
|
-
height: 100%;
|
|
4228
|
-
}
|
|
4229
|
-
.t1xo8w88 .table-loading-item {
|
|
4230
|
-
padding: 12px 4px;
|
|
4231
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4232
|
-
display: flex;
|
|
4233
|
-
}
|
|
4234
|
-
.t1xo8w88 .table-loading-item > * {
|
|
4235
|
-
height: 16px;
|
|
4236
|
-
margin: 4px;
|
|
4237
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4238
|
-
border-radius: 2px;
|
|
4239
|
-
}
|
|
4240
|
-
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4241
|
-
width: 16px;
|
|
4242
|
-
}
|
|
4243
|
-
.t1xo8w88 .table-loading-item .td-loading {
|
|
4244
|
-
flex: 1;
|
|
4245
|
-
}
|
|
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;
|
|
4274
|
-
}
|
|
4275
|
-
|
|
4276
4276
|
.asgcu6r {
|
|
4277
4277
|
height: 32px;
|
|
4278
4278
|
}
|
|
@@ -4327,19 +4327,6 @@ input.rrg1fkn.ant-input {
|
|
|
4327
4327
|
font-size: inherit;
|
|
4328
4328
|
}
|
|
4329
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
4330
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4344
4331
|
display: var(--a6dbbkm-0);
|
|
4345
4332
|
}
|
|
@@ -4369,4 +4356,17 @@ input.rrg1fkn.ant-input {
|
|
|
4369
4356
|
margin: 0;
|
|
4370
4357
|
height: auto;
|
|
4371
4358
|
font-size: inherit;
|
|
4359
|
+
}
|
|
4360
|
+
|
|
4361
|
+
.iap75of {
|
|
4362
|
+
height: 18px;
|
|
4363
|
+
line-height: 18px;
|
|
4364
|
+
padding: 0 4px;
|
|
4365
|
+
border-radius: 4px;
|
|
4366
|
+
background: rgba(235, 239, 245, 0.6);
|
|
4367
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4368
|
+
display: flex;
|
|
4369
|
+
align-items: center;
|
|
4370
|
+
white-space: nowrap;
|
|
4371
|
+
margin-right: 4px;
|
|
4372
4372
|
}
|