@cloudtower/eagle 0.25.13 → 0.25.14-alpha.0

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,81 +1636,6 @@ 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
-
1714
1639
  .buj61ew.ant-btn {
1715
1640
  height: 32px;
1716
1641
  border-radius: 6px;
@@ -1959,6 +1884,81 @@ html body {
1959
1884
  padding: 0;
1960
1885
  }
1961
1886
 
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
1962
  .p12gwtiw {
1963
1963
  display: flex;
1964
1964
  justify-content: space-between;
@@ -2016,87 +2016,13 @@ html body {
2016
2016
  line-height: 18px;
2017
2017
  }
2018
2018
 
2019
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2020
- flex-direction: row;
2021
- justify-content: stretch;
2022
- }
2023
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2024
- padding: 0;
2025
- margin-right: 4px;
2026
- flex: 1;
2027
- overflow: visible;
2028
- }
2029
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2030
- display: none;
2031
- }
2032
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2033
- width: 100%;
2034
- min-height: unset;
2035
- }
2036
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2037
- height: 26px;
2038
- line-height: 26px;
2039
- width: 100%;
2040
- text-align: center;
2041
- padding: 0;
2042
- font-size: 12px;
2043
- font-weight: normal;
2044
- }
2045
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2046
- margin-right: 10px;
2047
- }
2048
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2049
- display: none;
2050
- }
2051
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2052
- border-radius: 4px 0 0 4px;
2053
- }
2054
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2055
- margin-right: 0;
2056
- }
2057
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2058
- border-radius: 0 4px 4px 0;
2059
- }
2060
- .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 {
2061
- content: "";
2062
- width: 0;
2063
- height: 0;
2064
- border: 13px solid transparent;
2065
- position: absolute;
2066
- top: 0;
2067
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2068
- right: -21px;
2069
- z-index: 2;
2019
+ .obf05yr {
2020
+ display: inline-block;
2070
2021
  }
2071
- .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 {
2072
- content: "";
2073
- width: 0;
2074
- height: 0;
2075
- border: 13px solid transparent;
2022
+
2023
+ .hsms1n6 {
2024
+ visibility: hidden;
2076
2025
  position: absolute;
2077
- top: 0;
2078
- border-left: 8px solid #fff;
2079
- left: 0;
2080
- }
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
2026
  }
2101
2027
 
2102
2028
  .rxbeqvl.ant-radio-wrapper {
@@ -2168,7 +2094,6 @@ html body {
2168
2094
  border-color: #ccd4e3;
2169
2095
  }
2170
2096
  .r1f0aqcc:first-child {
2171
- color: #00122e;
2172
2097
  border-color: #a3b4cc;
2173
2098
  }
2174
2099
  .r1f0aqcc.ant-radio-button-wrapper {
@@ -2241,13 +2166,87 @@ html body {
2241
2166
  width: 36px;
2242
2167
  }
2243
2168
 
2244
- .obf05yr {
2245
- display: inline-block;
2169
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2170
+ flex-direction: row;
2171
+ justify-content: stretch;
2246
2172
  }
2247
-
2248
- .hsms1n6 {
2249
- visibility: hidden;
2173
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2174
+ padding: 0;
2175
+ margin-right: 4px;
2176
+ flex: 1;
2177
+ overflow: visible;
2178
+ }
2179
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2180
+ display: none;
2181
+ }
2182
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2183
+ width: 100%;
2184
+ min-height: unset;
2185
+ }
2186
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2187
+ height: 26px;
2188
+ line-height: 26px;
2189
+ width: 100%;
2190
+ text-align: center;
2191
+ padding: 0;
2192
+ font-size: 12px;
2193
+ font-weight: normal;
2194
+ }
2195
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2196
+ margin-right: 10px;
2197
+ }
2198
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2199
+ display: none;
2200
+ }
2201
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2202
+ border-radius: 4px 0 0 4px;
2203
+ }
2204
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2205
+ margin-right: 0;
2206
+ }
2207
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2208
+ border-radius: 0 4px 4px 0;
2209
+ }
2210
+ .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 {
2211
+ content: "";
2212
+ width: 0;
2213
+ height: 0;
2214
+ border: 13px solid transparent;
2250
2215
  position: absolute;
2216
+ top: 0;
2217
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2218
+ right: -21px;
2219
+ z-index: 2;
2220
+ }
2221
+ .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 {
2222
+ content: "";
2223
+ width: 0;
2224
+ height: 0;
2225
+ border: 13px solid transparent;
2226
+ position: absolute;
2227
+ top: 0;
2228
+ border-left: 8px solid #fff;
2229
+ left: 0;
2230
+ }
2231
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2232
+ background-color: rgba(0, 136, 255, 0.1);
2233
+ }
2234
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2235
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2236
+ }
2237
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2238
+ color: #005ed1;
2239
+ }
2240
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2241
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2242
+ background-color: rgba(237, 241, 250, 0.6);
2243
+ }
2244
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2245
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2246
+ color: rgba(44, 56, 82, 0.6);
2247
+ }
2248
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2249
+ padding: 0;
2251
2250
  }
2252
2251
 
2253
2252
  .cz04yix {
@@ -3294,43 +3293,124 @@ input.rrg1fkn.ant-input {
3294
3293
  .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3295
3294
  background: #fff;
3296
3295
  }
3297
- .tta5kd2 .ant-table .ant-table-placeholder {
3298
- background: inherit;
3296
+ .tta5kd2 .ant-table .ant-table-placeholder {
3297
+ background: inherit;
3298
+ }
3299
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3300
+ position: static;
3301
+ border: none;
3302
+ background: inherit !important;
3303
+ height: 100px;
3304
+ vertical-align: middle;
3305
+ }
3306
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3307
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3308
+ font-weight: bold;
3309
+ font-size: 20px;
3310
+ color: rgba(10, 37, 85, 0.6);
3311
+ }
3312
+ .tta5kd2 .ant-table td.cell__action_ {
3313
+ padding: 0 !important;
3314
+ position: relative;
3315
+ background: #fff;
3316
+ }
3317
+ .tta5kd2 .ant-table td.cell__action_ > * {
3318
+ height: 100%;
3319
+ display: flex;
3320
+ align-items: center;
3321
+ justify-content: flex-end;
3322
+ padding-right: 8px;
3323
+ }
3324
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3325
+ width: 24px;
3326
+ height: 24px;
3327
+ cursor: pointer;
3328
+ justify-content: center;
3329
+ border-radius: 4px;
3330
+ }
3331
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3332
+ background: #fff;
3333
+ }
3334
+
3335
+ .s1fc623g {
3336
+ width: 430px !important;
3337
+ }
3338
+
3339
+ .da3mx0o .ant-select-item-group {
3340
+ padding: 8px 16px;
3341
+ line-height: 18px;
3342
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3343
+ height: 34px;
3344
+ min-height: 34px;
3345
+ box-sizing: border-box;
3346
+ margin-top: 8px;
3347
+ }
3348
+
3349
+ .onr9gzt {
3350
+ display: flex;
3351
+ flex-direction: column;
3352
+ margin: 1px 8px;
3353
+ padding: 8px;
3354
+ border-radius: 4px;
3355
+ }
3356
+ .onr9gzt .selected-icon {
3357
+ display: none;
3358
+ }
3359
+ .onr9gzt.ant-select-item-option-grouped {
3360
+ padding-left: 8px;
3361
+ }
3362
+ .onr9gzt.ant-select-item-option-selected {
3363
+ background-color: white;
3364
+ }
3365
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3366
+ color: #0080ff;
3367
+ }
3368
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3369
+ display: block;
3370
+ }
3371
+ .onr9gzt.ant-select-item-option-active {
3372
+ background: rgba(0, 136, 255, 0.16);
3373
+ }
3374
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3375
+ color: #0080ff;
3299
3376
  }
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;
3377
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3378
+ background: rgba(0, 136, 255, 0.1);
3379
+ color: #0080ff;
3306
3380
  }
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);
3381
+
3382
+ .oiy0apc {
3383
+ display: flex;
3384
+ justify-content: space-between;
3385
+ height: 20px;
3386
+ line-height: 20px;
3312
3387
  }
3313
- .tta5kd2 .ant-table td.cell__action_ {
3314
- padding: 0 !important;
3315
- position: relative;
3316
- background: #fff;
3388
+ .oiy0apc .timezone-title {
3389
+ color: #2d3a56;
3390
+ overflow: hidden;
3391
+ text-overflow: ellipsis;
3317
3392
  }
3318
- .tta5kd2 .ant-table td.cell__action_ > * {
3319
- height: 100%;
3393
+
3394
+ .of4y382 {
3320
3395
  display: flex;
3321
- align-items: center;
3322
- justify-content: flex-end;
3323
- padding-right: 8px;
3396
+ justify-content: space-between;
3397
+ color: rgba(44, 56, 82, 0.6);
3398
+ height: 18px;
3399
+ line-height: 18px;
3400
+ margin-top: 2px;
3324
3401
  }
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;
3402
+
3403
+ .t19903l9 {
3404
+ border: none;
3405
+ margin-right: 0;
3406
+ background: rgba(225, 230, 241, 0.6);
3331
3407
  }
3332
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3333
- background: #fff;
3408
+
3409
+ .ohwbvxu {
3410
+ pointer-events: none;
3411
+ height: 32px;
3412
+ width: 100%;
3413
+ opacity: 0;
3334
3414
  }
3335
3415
 
3336
3416
  .i1e4sgug {
@@ -3812,87 +3892,6 @@ input.rrg1fkn.ant-input {
3812
3892
  line-height: 12px;
3813
3893
  }
3814
3894
 
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
3895
  .c198s9j3 {
3897
3896
  color: #2d3a56;
3898
3897
  line-height: 22px;
@@ -3964,6 +3963,61 @@ input.rrg1fkn.ant-input {
3964
3963
  margin-left: 24px;
3965
3964
  }
3966
3965
 
3966
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3967
+ border-radius: 6px;
3968
+ }
3969
+ .shq1k1g.ant-select.ant-select-single {
3970
+ width: 100%;
3971
+ height: 30px;
3972
+ color: #2d3a56;
3973
+ border-color: rgba(211, 218, 235, 0.6);
3974
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3975
+ font-size: 13px;
3976
+ }
3977
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3978
+ height: 38px;
3979
+ font-size: 13px;
3980
+ }
3981
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3982
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3983
+ transition: 160ms ease;
3984
+ }
3985
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3986
+ color: #0080ff;
3987
+ }
3988
+ .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 {
3989
+ border-color: rgba(107, 128, 167, 0.6);
3990
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3991
+ }
3992
+ .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 {
3993
+ color: #0080ff;
3994
+ }
3995
+ .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 {
3996
+ border-color: #0080ff;
3997
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3998
+ }
3999
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4000
+ transform: rotate(180deg);
4001
+ }
4002
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4003
+ background: rgba(211, 218, 235, 0.6);
4004
+ border-color: rgba(172, 186, 211, 0.6);
4005
+ cursor: "not-allowed";
4006
+ }
4007
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4008
+ border-color: #f0483e !important;
4009
+ }
4010
+ .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 {
4011
+ color: #1d326c;
4012
+ }
4013
+ .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 {
4014
+ border-color: #0080ff;
4015
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4016
+ }
4017
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4018
+ transform: rotate(180deg);
4019
+ }
4020
+
3967
4021
  .igz4le8 {
3968
4022
  height: 24px;
3969
4023
  width: 56px !important;
@@ -4139,61 +4193,6 @@ input.rrg1fkn.ant-input {
4139
4193
  margin-left: 8px;
4140
4194
  }
4141
4195
 
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
4196
  .t1gz6wqf {
4198
4197
  height: 100%;
4199
4198
  }