@cloudtower/eagle 0.25.11 → 0.25.13

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/style.css CHANGED
@@ -1636,6 +1636,81 @@ 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
+ .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
+
1667
+ .i1mrf09m {
1668
+ display: inline-flex;
1669
+ align-items: center;
1670
+ }
1671
+ .i1mrf09m .icon-inner {
1672
+ display: inline-flex;
1673
+ align-items: center;
1674
+ justify-content: center;
1675
+ }
1676
+ .i1mrf09m .icon-inner + span,
1677
+ .i1mrf09m span + .icon-inner.suffix {
1678
+ margin-left: 4px;
1679
+ }
1680
+ .i1mrf09m.is-rotate img,
1681
+ .i1mrf09m.is-rotate svg {
1682
+ animation: rotate 680ms linear infinite;
1683
+ }
1684
+
1685
+ .bpq0js6 {
1686
+ padding: 4px 11px;
1687
+ }
1688
+
1689
+ .b15sn34c {
1690
+ white-space: nowrap;
1691
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1692
+ }
1693
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1694
+ --color: #0080ff;
1695
+ }
1696
+ .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] {
1697
+ --color: #0080ff;
1698
+ }
1699
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1700
+ margin-left: 1px;
1701
+ }
1702
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1703
+ border-top-right-radius: 0;
1704
+ border-bottom-right-radius: 0;
1705
+ }
1706
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1707
+ border-top-left-radius: 0;
1708
+ border-bottom-left-radius: 0;
1709
+ }
1710
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1711
+ border-radius: unset;
1712
+ }
1713
+
1639
1714
  .buj61ew.ant-btn {
1640
1715
  height: 32px;
1641
1716
  border-radius: 6px;
@@ -1884,90 +1959,6 @@ html body {
1884
1959
  padding: 0;
1885
1960
  }
1886
1961
 
1887
- .bpq0js6 {
1888
- padding: 4px 11px;
1889
- }
1890
-
1891
- .b15sn34c {
1892
- white-space: nowrap;
1893
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
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;
1920
- display: flex;
1921
- flex-direction: column;
1922
- justify-content: center;
1923
- align-items: center;
1924
- }
1925
- .fde5mpd .error-text {
1926
- color: rgba(10, 37, 85, 0.6);
1927
- margin-bottom: 16px;
1928
- font-size: 18px;
1929
- }
1930
-
1931
- .i1mrf09m {
1932
- display: inline-flex;
1933
- align-items: center;
1934
- }
1935
- .i1mrf09m .icon-inner {
1936
- display: inline-flex;
1937
- align-items: center;
1938
- justify-content: center;
1939
- }
1940
- .i1mrf09m .icon-inner + span,
1941
- .i1mrf09m span + .icon-inner.suffix {
1942
- margin-left: 4px;
1943
- }
1944
- .i1mrf09m.is-rotate img,
1945
- .i1mrf09m.is-rotate svg {
1946
- animation: rotate 680ms linear infinite;
1947
- }
1948
-
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
1962
  .p12gwtiw {
1972
1963
  display: flex;
1973
1964
  justify-content: space-between;
@@ -2025,148 +2016,6 @@ html body {
2025
2016
  line-height: 18px;
2026
2017
  }
2027
2018
 
2028
- .rxbeqvl.ant-radio-wrapper {
2029
- display: inline-flex;
2030
- align-items: baseline;
2031
- white-space: pre-wrap;
2032
- }
2033
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2034
- position: relative;
2035
- top: 3px;
2036
- }
2037
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2038
- border-color: rgba(107, 128, 167, 0.6);
2039
- }
2040
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2041
- border-color: #0080ff;
2042
- }
2043
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2044
- border-color: #0080ff;
2045
- background: #0080ff;
2046
- }
2047
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2048
- top: 4px;
2049
- left: 4px;
2050
- width: 6px;
2051
- height: 6px;
2052
- background: #fff;
2053
- }
2054
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2055
- opacity: 0.5;
2056
- }
2057
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2058
- border-color: rgba(107, 128, 167, 0.6);
2059
- background: rgba(211, 218, 235, 0.6);
2060
- }
2061
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2062
- background: #00122e;
2063
- }
2064
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2065
- color: #00122e;
2066
- opacity: 0.5;
2067
- }
2068
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2069
- color: #00122e;
2070
- }
2071
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2072
- display: inline-block;
2073
- padding: 0;
2074
- padding-left: 12px;
2075
- }
2076
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2077
- margin-bottom: 0;
2078
- white-space: pre-wrap;
2079
- color: rgba(44, 56, 82, 0.6);
2080
- }
2081
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2082
- padding-left: 8px;
2083
- }
2084
-
2085
- .r5ie79y .ant-radio-button-wrapper:first-child {
2086
- border-radius: 5px 0 0 5px;
2087
- }
2088
- .r5ie79y .ant-radio-button-wrapper:last-child {
2089
- border-radius: 0 5px 5px 0;
2090
- }
2091
-
2092
- .r1f0aqcc {
2093
- color: #00122e;
2094
- border-color: #ccd4e3;
2095
- }
2096
- .r1f0aqcc:first-child {
2097
- color: #00122e;
2098
- border-color: #a3b4cc;
2099
- }
2100
- .r1f0aqcc.ant-radio-button-wrapper {
2101
- padding: 0 12px;
2102
- line-height: 32px;
2103
- height: 32px;
2104
- }
2105
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2106
- white-space: nowrap;
2107
- }
2108
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2109
- background: #ccd4e3;
2110
- }
2111
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2112
- background: #0080ff;
2113
- }
2114
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2115
- background: #ccd4e3;
2116
- opacity: 0.5;
2117
- }
2118
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2119
- border-right-color: #0080ff;
2120
- }
2121
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2122
- border-color: #0080ff;
2123
- }
2124
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2125
- background: rgba(0, 136, 255, 0.1);
2126
- }
2127
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2128
- background: rgba(211, 218, 235, 0.6);
2129
- border-color: #ccd4e3;
2130
- opacity: 0.5;
2131
- }
2132
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2133
- color: #00122e;
2134
- border-color: #ccd4e3;
2135
- }
2136
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2137
- color: #00122e;
2138
- border-color: #ccd4e3;
2139
- background: rgba(172, 186, 211, 0.6);
2140
- }
2141
- .r1f0aqcc .ant-radio-button-input {
2142
- margin-right: 8px;
2143
- display: inline;
2144
- border: none;
2145
- padding: 0;
2146
- width: 36px;
2147
- background: transparent;
2148
- }
2149
- .r1f0aqcc .ant-radio-button-input:focus {
2150
- box-shadow: none;
2151
- }
2152
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2153
- margin-right: 0;
2154
- width: initial;
2155
- box-shadow: none;
2156
- }
2157
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2158
- display: none;
2159
- }
2160
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2161
- display: inline;
2162
- }
2163
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2164
- display: inline;
2165
- margin-right: 8px;
2166
- padding: 0;
2167
- width: 36px;
2168
- }
2169
-
2170
2019
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2171
2020
  flex-direction: row;
2172
2021
  justify-content: stretch;
@@ -2229,80 +2078,176 @@ html body {
2229
2078
  border-left: 8px solid #fff;
2230
2079
  left: 0;
2231
2080
  }
2232
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2233
- background-color: rgba(0, 136, 255, 0.1);
2081
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2082
+ background-color: rgba(0, 136, 255, 0.1);
2083
+ }
2084
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2085
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2086
+ }
2087
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2088
+ color: #005ed1;
2089
+ }
2090
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2091
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2092
+ background-color: rgba(237, 241, 250, 0.6);
2093
+ }
2094
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2095
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2096
+ color: rgba(44, 56, 82, 0.6);
2097
+ }
2098
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2099
+ padding: 0;
2100
+ }
2101
+
2102
+ .rxbeqvl.ant-radio-wrapper {
2103
+ display: inline-flex;
2104
+ align-items: baseline;
2105
+ white-space: pre-wrap;
2106
+ }
2107
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2108
+ position: relative;
2109
+ top: 3px;
2110
+ }
2111
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2112
+ border-color: rgba(107, 128, 167, 0.6);
2113
+ }
2114
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2115
+ border-color: #0080ff;
2116
+ }
2117
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2118
+ border-color: #0080ff;
2119
+ background: #0080ff;
2120
+ }
2121
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2122
+ top: 4px;
2123
+ left: 4px;
2124
+ width: 6px;
2125
+ height: 6px;
2126
+ background: #fff;
2127
+ }
2128
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2129
+ opacity: 0.5;
2130
+ }
2131
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2132
+ border-color: rgba(107, 128, 167, 0.6);
2133
+ background: rgba(211, 218, 235, 0.6);
2134
+ }
2135
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2136
+ background: #00122e;
2137
+ }
2138
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2139
+ color: #00122e;
2140
+ opacity: 0.5;
2141
+ }
2142
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2143
+ color: #00122e;
2144
+ }
2145
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2146
+ display: inline-block;
2147
+ padding: 0;
2148
+ padding-left: 12px;
2149
+ }
2150
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2151
+ margin-bottom: 0;
2152
+ white-space: pre-wrap;
2153
+ color: rgba(44, 56, 82, 0.6);
2154
+ }
2155
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2156
+ padding-left: 8px;
2157
+ }
2158
+
2159
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2160
+ border-radius: 5px 0 0 5px;
2161
+ }
2162
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2163
+ border-radius: 0 5px 5px 0;
2164
+ }
2165
+
2166
+ .r1f0aqcc {
2167
+ color: #00122e;
2168
+ border-color: #ccd4e3;
2234
2169
  }
2235
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2236
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2170
+ .r1f0aqcc:first-child {
2171
+ color: #00122e;
2172
+ border-color: #a3b4cc;
2237
2173
  }
2238
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2239
- color: #005ed1;
2174
+ .r1f0aqcc.ant-radio-button-wrapper {
2175
+ padding: 0 12px;
2176
+ line-height: 32px;
2177
+ height: 32px;
2240
2178
  }
2241
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2242
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2243
- background-color: rgba(237, 241, 250, 0.6);
2179
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2180
+ white-space: nowrap;
2244
2181
  }
2245
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2246
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2247
- color: rgba(44, 56, 82, 0.6);
2182
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2183
+ background: #ccd4e3;
2248
2184
  }
2249
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2250
- padding: 0;
2185
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2186
+ background: #0080ff;
2251
2187
  }
2252
-
2253
- .s34f1qb.ant-switch {
2254
- min-width: 40px;
2255
- height: 24px;
2256
- background: rgba(172, 186, 211, 0.6);
2257
- overflow: hidden;
2188
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2189
+ background: #ccd4e3;
2190
+ opacity: 0.5;
2258
2191
  }
2259
- .s34f1qb.ant-switch:focus {
2260
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2192
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2193
+ border-right-color: #0080ff;
2261
2194
  }
2262
- .s34f1qb.ant-switch-small {
2263
- min-width: 26px;
2264
- height: 16px;
2195
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2196
+ border-color: #0080ff;
2265
2197
  }
2266
- .s34f1qb.ant-switch-large {
2267
- min-width: 52px;
2268
- height: 32px;
2198
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2199
+ background: rgba(0, 136, 255, 0.1);
2269
2200
  }
2270
- .s34f1qb.ant-switch .ant-switch-handle {
2271
- height: 20px;
2272
- width: 20px;
2201
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2202
+ background: rgba(211, 218, 235, 0.6);
2203
+ border-color: #ccd4e3;
2204
+ opacity: 0.5;
2273
2205
  }
2274
- .s34f1qb.ant-switch .ant-switch-handle::before {
2275
- border-radius: 10px;
2276
- transition-delay: 120ms;
2206
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2207
+ color: #00122e;
2208
+ border-color: #ccd4e3;
2277
2209
  }
2278
- .s34f1qb.ant-switch-small .ant-switch-handle {
2279
- height: 14px;
2280
- width: 14px;
2281
- top: 1px;
2282
- left: 1px;
2210
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2211
+ color: #00122e;
2212
+ border-color: #ccd4e3;
2213
+ background: rgba(172, 186, 211, 0.6);
2283
2214
  }
2284
- .s34f1qb.ant-switch-large .ant-switch-handle {
2285
- height: 28px;
2286
- width: 28px;
2215
+ .r1f0aqcc .ant-radio-button-input {
2216
+ margin-right: 8px;
2217
+ display: inline;
2218
+ border: none;
2219
+ padding: 0;
2220
+ width: 36px;
2221
+ background: transparent;
2287
2222
  }
2288
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2289
- border-radius: 14px;
2223
+ .r1f0aqcc .ant-radio-button-input:focus {
2224
+ box-shadow: none;
2290
2225
  }
2291
- .s34f1qb.ant-switch-checked {
2292
- background-color: #00ba5d;
2226
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2227
+ margin-right: 0;
2228
+ width: initial;
2229
+ box-shadow: none;
2293
2230
  }
2294
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2295
- left: calc(100% - 20px - 2px);
2231
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2232
+ display: none;
2296
2233
  }
2297
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2298
- left: calc(100% - 14px - 1px);
2234
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2235
+ display: inline;
2299
2236
  }
2300
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2301
- left: calc(100% - 28px - 2px);
2237
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2238
+ display: inline;
2239
+ margin-right: 8px;
2240
+ padding: 0;
2241
+ width: 36px;
2302
2242
  }
2303
2243
 
2304
- .c1to9vb9 {
2305
- margin-left: 5px;
2244
+ .obf05yr {
2245
+ display: inline-block;
2246
+ }
2247
+
2248
+ .hsms1n6 {
2249
+ visibility: hidden;
2250
+ position: absolute;
2306
2251
  }
2307
2252
 
2308
2253
  .cz04yix {
@@ -2970,6 +2915,61 @@ input.rrg1fkn.ant-input {
2970
2915
  border-bottom-left-radius: 0;
2971
2916
  }
2972
2917
 
2918
+ .s34f1qb.ant-switch {
2919
+ min-width: 40px;
2920
+ height: 24px;
2921
+ background: rgba(172, 186, 211, 0.6);
2922
+ overflow: hidden;
2923
+ }
2924
+ .s34f1qb.ant-switch:focus {
2925
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2926
+ }
2927
+ .s34f1qb.ant-switch-small {
2928
+ min-width: 26px;
2929
+ height: 16px;
2930
+ }
2931
+ .s34f1qb.ant-switch-large {
2932
+ min-width: 52px;
2933
+ height: 32px;
2934
+ }
2935
+ .s34f1qb.ant-switch .ant-switch-handle {
2936
+ height: 20px;
2937
+ width: 20px;
2938
+ }
2939
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2940
+ border-radius: 10px;
2941
+ transition-delay: 120ms;
2942
+ }
2943
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2944
+ height: 14px;
2945
+ width: 14px;
2946
+ top: 1px;
2947
+ left: 1px;
2948
+ }
2949
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2950
+ height: 28px;
2951
+ width: 28px;
2952
+ }
2953
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2954
+ border-radius: 14px;
2955
+ }
2956
+ .s34f1qb.ant-switch-checked {
2957
+ background-color: #00ba5d;
2958
+ }
2959
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2960
+ left: calc(100% - 20px - 2px);
2961
+ }
2962
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2963
+ left: calc(100% - 14px - 1px);
2964
+ }
2965
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2966
+ left: calc(100% - 28px - 2px);
2967
+ }
2968
+
2969
+ .c1to9vb9 {
2970
+ margin-left: 5px;
2971
+ }
2972
+
2973
2973
  .t1upn1sz {
2974
2974
  height: 100%;
2975
2975
  }
@@ -3291,127 +3291,46 @@ input.rrg1fkn.ant-input {
3291
3291
  .tta5kd2 .ant-table .ant-table-selection-column:after {
3292
3292
  display: none;
3293
3293
  }
3294
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3295
- background: #fff;
3296
- }
3297
- .tta5kd2 .ant-table .ant-table-placeholder {
3298
- background: inherit;
3299
- }
3300
- .tta5kd2 .ant-table .ant-table-placeholder td {
3301
- position: static;
3302
- border: none;
3303
- background: inherit !important;
3304
- height: 100px;
3305
- vertical-align: middle;
3306
- }
3307
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3308
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3309
- font-weight: bold;
3310
- font-size: 20px;
3311
- color: rgba(10, 37, 85, 0.6);
3312
- }
3313
- .tta5kd2 .ant-table td.cell__action_ {
3314
- padding: 0 !important;
3315
- position: relative;
3316
- background: #fff;
3317
- }
3318
- .tta5kd2 .ant-table td.cell__action_ > * {
3319
- height: 100%;
3320
- display: flex;
3321
- align-items: center;
3322
- justify-content: flex-end;
3323
- padding-right: 8px;
3324
- }
3325
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3326
- width: 24px;
3327
- height: 24px;
3328
- cursor: pointer;
3329
- justify-content: center;
3330
- border-radius: 4px;
3331
- }
3332
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3333
- background: #fff;
3334
- }
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
-
3350
- .onr9gzt {
3351
- display: flex;
3352
- flex-direction: column;
3353
- margin: 1px 8px;
3354
- padding: 8px;
3355
- border-radius: 4px;
3356
- }
3357
- .onr9gzt .selected-icon {
3358
- display: none;
3359
- }
3360
- .onr9gzt.ant-select-item-option-grouped {
3361
- padding-left: 8px;
3362
- }
3363
- .onr9gzt.ant-select-item-option-selected {
3364
- background-color: white;
3365
- }
3366
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3367
- color: #0080ff;
3368
- }
3369
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3370
- display: block;
3371
- }
3372
- .onr9gzt.ant-select-item-option-active {
3373
- background: rgba(0, 136, 255, 0.16);
3294
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3295
+ background: #fff;
3374
3296
  }
3375
- .onr9gzt.ant-select-item-option-active .timezone-title {
3376
- color: #0080ff;
3297
+ .tta5kd2 .ant-table .ant-table-placeholder {
3298
+ background: inherit;
3377
3299
  }
3378
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3379
- background: rgba(0, 136, 255, 0.1);
3380
- color: #0080ff;
3300
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3301
+ position: static;
3302
+ border: none;
3303
+ background: inherit !important;
3304
+ height: 100px;
3305
+ vertical-align: middle;
3381
3306
  }
3382
-
3383
- .oiy0apc {
3384
- display: flex;
3385
- justify-content: space-between;
3386
- height: 20px;
3387
- line-height: 20px;
3307
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3308
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3309
+ font-weight: bold;
3310
+ font-size: 20px;
3311
+ color: rgba(10, 37, 85, 0.6);
3388
3312
  }
3389
- .oiy0apc .timezone-title {
3390
- color: #2d3a56;
3391
- overflow: hidden;
3392
- text-overflow: ellipsis;
3313
+ .tta5kd2 .ant-table td.cell__action_ {
3314
+ padding: 0 !important;
3315
+ position: relative;
3316
+ background: #fff;
3393
3317
  }
3394
-
3395
- .of4y382 {
3318
+ .tta5kd2 .ant-table td.cell__action_ > * {
3319
+ height: 100%;
3396
3320
  display: flex;
3397
- justify-content: space-between;
3398
- color: rgba(44, 56, 82, 0.6);
3399
- height: 18px;
3400
- line-height: 18px;
3401
- margin-top: 2px;
3321
+ align-items: center;
3322
+ justify-content: flex-end;
3323
+ padding-right: 8px;
3402
3324
  }
3403
-
3404
- .t19903l9 {
3405
- border: none;
3406
- margin-right: 0;
3407
- background: rgba(225, 230, 241, 0.6);
3325
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3326
+ width: 24px;
3327
+ height: 24px;
3328
+ cursor: pointer;
3329
+ justify-content: center;
3330
+ border-radius: 4px;
3408
3331
  }
3409
-
3410
- .ohwbvxu {
3411
- pointer-events: none;
3412
- height: 32px;
3413
- width: 100%;
3414
- opacity: 0;
3332
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3333
+ background: #fff;
3415
3334
  }
3416
3335
 
3417
3336
  .i1e4sgug {
@@ -3893,6 +3812,87 @@ input.rrg1fkn.ant-input {
3893
3812
  line-height: 12px;
3894
3813
  }
3895
3814
 
3815
+ .s1fc623g {
3816
+ width: 430px !important;
3817
+ }
3818
+
3819
+ .da3mx0o .ant-select-item-group {
3820
+ padding: 8px 16px;
3821
+ line-height: 18px;
3822
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3823
+ height: 34px;
3824
+ min-height: 34px;
3825
+ box-sizing: border-box;
3826
+ margin-top: 8px;
3827
+ }
3828
+
3829
+ .onr9gzt {
3830
+ display: flex;
3831
+ flex-direction: column;
3832
+ margin: 1px 8px;
3833
+ padding: 8px;
3834
+ border-radius: 4px;
3835
+ }
3836
+ .onr9gzt .selected-icon {
3837
+ display: none;
3838
+ }
3839
+ .onr9gzt.ant-select-item-option-grouped {
3840
+ padding-left: 8px;
3841
+ }
3842
+ .onr9gzt.ant-select-item-option-selected {
3843
+ background-color: white;
3844
+ }
3845
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3846
+ color: #0080ff;
3847
+ }
3848
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3849
+ display: block;
3850
+ }
3851
+ .onr9gzt.ant-select-item-option-active {
3852
+ background: rgba(0, 136, 255, 0.16);
3853
+ }
3854
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3855
+ color: #0080ff;
3856
+ }
3857
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3858
+ background: rgba(0, 136, 255, 0.1);
3859
+ color: #0080ff;
3860
+ }
3861
+
3862
+ .oiy0apc {
3863
+ display: flex;
3864
+ justify-content: space-between;
3865
+ height: 20px;
3866
+ line-height: 20px;
3867
+ }
3868
+ .oiy0apc .timezone-title {
3869
+ color: #2d3a56;
3870
+ overflow: hidden;
3871
+ text-overflow: ellipsis;
3872
+ }
3873
+
3874
+ .of4y382 {
3875
+ display: flex;
3876
+ justify-content: space-between;
3877
+ color: rgba(44, 56, 82, 0.6);
3878
+ height: 18px;
3879
+ line-height: 18px;
3880
+ margin-top: 2px;
3881
+ }
3882
+
3883
+ .t19903l9 {
3884
+ border: none;
3885
+ margin-right: 0;
3886
+ background: rgba(225, 230, 241, 0.6);
3887
+ }
3888
+
3889
+ .ohwbvxu {
3890
+ pointer-events: none;
3891
+ height: 32px;
3892
+ width: 100%;
3893
+ opacity: 0;
3894
+ }
3895
+
3896
3896
  .c198s9j3 {
3897
3897
  color: #2d3a56;
3898
3898
  line-height: 22px;
@@ -3964,61 +3964,6 @@ input.rrg1fkn.ant-input {
3964
3964
  margin-left: 24px;
3965
3965
  }
3966
3966
 
3967
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3968
- border-radius: 6px;
3969
- }
3970
- .shq1k1g.ant-select.ant-select-single {
3971
- width: 100%;
3972
- height: 30px;
3973
- color: #2d3a56;
3974
- border-color: rgba(211, 218, 235, 0.6);
3975
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3976
- font-size: 13px;
3977
- }
3978
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3979
- height: 38px;
3980
- font-size: 13px;
3981
- }
3982
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3983
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3984
- transition: 160ms ease;
3985
- }
3986
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3987
- color: #0080ff;
3988
- }
3989
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3990
- border-color: rgba(107, 128, 167, 0.6);
3991
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3992
- }
3993
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3994
- color: #0080ff;
3995
- }
3996
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3997
- border-color: #0080ff;
3998
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3999
- }
4000
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4001
- transform: rotate(180deg);
4002
- }
4003
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4004
- background: rgba(211, 218, 235, 0.6);
4005
- border-color: rgba(172, 186, 211, 0.6);
4006
- cursor: "not-allowed";
4007
- }
4008
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4009
- border-color: #f0483e !important;
4010
- }
4011
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4012
- color: #1d326c;
4013
- }
4014
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4015
- border-color: #0080ff;
4016
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4017
- }
4018
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4019
- transform: rotate(180deg);
4020
- }
4021
-
4022
3967
  .igz4le8 {
4023
3968
  height: 24px;
4024
3969
  width: 56px !important;
@@ -4194,6 +4139,61 @@ input.rrg1fkn.ant-input {
4194
4139
  margin-left: 8px;
4195
4140
  }
4196
4141
 
4142
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4143
+ border-radius: 6px;
4144
+ }
4145
+ .shq1k1g.ant-select.ant-select-single {
4146
+ width: 100%;
4147
+ height: 30px;
4148
+ color: #2d3a56;
4149
+ border-color: rgba(211, 218, 235, 0.6);
4150
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4151
+ font-size: 13px;
4152
+ }
4153
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4154
+ height: 38px;
4155
+ font-size: 13px;
4156
+ }
4157
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4158
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4159
+ transition: 160ms ease;
4160
+ }
4161
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4162
+ color: #0080ff;
4163
+ }
4164
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
4165
+ border-color: rgba(107, 128, 167, 0.6);
4166
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4167
+ }
4168
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4169
+ color: #0080ff;
4170
+ }
4171
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
4172
+ border-color: #0080ff;
4173
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4174
+ }
4175
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4176
+ transform: rotate(180deg);
4177
+ }
4178
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4179
+ background: rgba(211, 218, 235, 0.6);
4180
+ border-color: rgba(172, 186, 211, 0.6);
4181
+ cursor: "not-allowed";
4182
+ }
4183
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4184
+ border-color: #f0483e !important;
4185
+ }
4186
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4187
+ color: #1d326c;
4188
+ }
4189
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4190
+ border-color: #0080ff;
4191
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4192
+ }
4193
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4194
+ transform: rotate(180deg);
4195
+ }
4196
+
4197
4197
  .t1gz6wqf {
4198
4198
  height: 100%;
4199
4199
  }