@cloudtower/eagle 0.25.12 → 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,52 @@ 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
+
1639
1685
  .bpq0js6 {
1640
1686
  padding: 4px 11px;
1641
1687
  }
@@ -1665,21 +1711,6 @@ html body {
1665
1711
  border-radius: unset;
1666
1712
  }
1667
1713
 
1668
- .fde5mpd {
1669
- width: 100%;
1670
- height: 100%;
1671
- min-height: 124px;
1672
- display: flex;
1673
- flex-direction: column;
1674
- justify-content: center;
1675
- align-items: center;
1676
- }
1677
- .fde5mpd .error-text {
1678
- color: rgba(10, 37, 85, 0.6);
1679
- margin-bottom: 16px;
1680
- font-size: 18px;
1681
- }
1682
-
1683
1714
  .buj61ew.ant-btn {
1684
1715
  height: 32px;
1685
1716
  border-radius: 6px;
@@ -1928,35 +1959,144 @@ html body {
1928
1959
  padding: 0;
1929
1960
  }
1930
1961
 
1931
- .iap75of {
1932
- height: 18px;
1933
- line-height: 18px;
1934
- padding: 0 4px;
1935
- border-radius: 4px;
1936
- background: rgba(235, 239, 245, 0.6);
1937
- border: 1px solid rgba(223, 228, 235, 0.6);
1962
+ .p12gwtiw {
1938
1963
  display: flex;
1964
+ justify-content: space-between;
1939
1965
  align-items: center;
1940
- white-space: nowrap;
1941
- margin-right: 4px;
1966
+ padding: 10px 0;
1967
+ color: rgba(44, 56, 82, 0.6);
1968
+ font-size: 12px;
1969
+ line-height: 24px;
1942
1970
  }
1943
-
1944
- .i1mrf09m {
1945
- display: inline-flex;
1971
+ .p12gwtiw .pagination-left {
1972
+ padding: 2px 8px;
1973
+ }
1974
+ .p12gwtiw .dropdown-trigger {
1975
+ display: flex;
1946
1976
  align-items: center;
1977
+ border-radius: 6px;
1978
+ cursor: pointer;
1979
+ transition: all 0.3s ease;
1947
1980
  }
1948
- .i1mrf09m .icon-inner {
1949
- display: inline-flex;
1981
+ .p12gwtiw .dropdown-trigger:hover {
1982
+ background: rgba(211, 218, 235, 0.6);
1983
+ color: #0080ff;
1984
+ }
1985
+ .p12gwtiw .dropdown-trigger .icon-inner {
1986
+ margin-left: 4px;
1987
+ }
1988
+ .p12gwtiw .pagination-right {
1989
+ display: flex;
1950
1990
  align-items: center;
1951
- justify-content: center;
1991
+ color: #0080ff;
1992
+ font-weight: bold;
1952
1993
  }
1953
- .i1mrf09m .icon-inner + span,
1954
- .i1mrf09m span + .icon-inner.suffix {
1994
+ .p12gwtiw .pagination-right .icon-inner {
1955
1995
  margin-left: 4px;
1956
1996
  }
1957
- .i1mrf09m.is-rotate img,
1958
- .i1mrf09m.is-rotate svg {
1959
- animation: rotate 680ms linear infinite;
1997
+ .p12gwtiw .pagination-right .prev-btn,
1998
+ .p12gwtiw .pagination-right .next-btn {
1999
+ padding: 0 8px;
2000
+ }
2001
+ .p12gwtiw .pagination-right .prev-btn > span,
2002
+ .p12gwtiw .pagination-right .next-btn > span {
2003
+ color: #0080ff;
2004
+ }
2005
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2006
+ transform: rotate(180deg);
2007
+ }
2008
+
2009
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2010
+ max-height: calc(100vh - 128px);
2011
+ overflow-y: auto;
2012
+ }
2013
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2014
+ padding: 4px 20px;
2015
+ font-size: 12px;
2016
+ line-height: 18px;
2017
+ }
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;
2070
+ }
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;
2076
+ 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;
1960
2100
  }
1961
2101
 
1962
2102
  .rxbeqvl.ant-radio-wrapper {
@@ -2101,61 +2241,13 @@ html body {
2101
2241
  width: 36px;
2102
2242
  }
2103
2243
 
2104
- .p12gwtiw {
2105
- display: flex;
2106
- justify-content: space-between;
2107
- align-items: center;
2108
- padding: 10px 0;
2109
- color: rgba(44, 56, 82, 0.6);
2110
- font-size: 12px;
2111
- line-height: 24px;
2112
- }
2113
- .p12gwtiw .pagination-left {
2114
- padding: 2px 8px;
2115
- }
2116
- .p12gwtiw .dropdown-trigger {
2117
- display: flex;
2118
- align-items: center;
2119
- border-radius: 6px;
2120
- cursor: pointer;
2121
- transition: all 0.3s ease;
2122
- }
2123
- .p12gwtiw .dropdown-trigger:hover {
2124
- background: rgba(211, 218, 235, 0.6);
2125
- color: #0080ff;
2126
- }
2127
- .p12gwtiw .dropdown-trigger .icon-inner {
2128
- margin-left: 4px;
2129
- }
2130
- .p12gwtiw .pagination-right {
2131
- display: flex;
2132
- align-items: center;
2133
- color: #0080ff;
2134
- font-weight: bold;
2135
- }
2136
- .p12gwtiw .pagination-right .icon-inner {
2137
- margin-left: 4px;
2138
- }
2139
- .p12gwtiw .pagination-right .prev-btn,
2140
- .p12gwtiw .pagination-right .next-btn {
2141
- padding: 0 8px;
2142
- }
2143
- .p12gwtiw .pagination-right .prev-btn > span,
2144
- .p12gwtiw .pagination-right .next-btn > span {
2145
- color: #0080ff;
2146
- }
2147
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2148
- transform: rotate(180deg);
2244
+ .obf05yr {
2245
+ display: inline-block;
2149
2246
  }
2150
2247
 
2151
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2152
- max-height: calc(100vh - 128px);
2153
- overflow-y: auto;
2154
- }
2155
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2156
- padding: 4px 20px;
2157
- font-size: 12px;
2158
- line-height: 18px;
2248
+ .hsms1n6 {
2249
+ visibility: hidden;
2250
+ position: absolute;
2159
2251
  }
2160
2252
 
2161
2253
  .cz04yix {
@@ -2878,98 +2970,6 @@ input.rrg1fkn.ant-input {
2878
2970
  margin-left: 5px;
2879
2971
  }
2880
2972
 
2881
- .obf05yr {
2882
- display: inline-block;
2883
- }
2884
-
2885
- .hsms1n6 {
2886
- visibility: hidden;
2887
- position: absolute;
2888
- }
2889
-
2890
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2891
- flex-direction: row;
2892
- justify-content: stretch;
2893
- }
2894
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2895
- padding: 0;
2896
- margin-right: 4px;
2897
- flex: 1;
2898
- overflow: visible;
2899
- }
2900
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2901
- display: none;
2902
- }
2903
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2904
- width: 100%;
2905
- min-height: unset;
2906
- }
2907
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2908
- height: 26px;
2909
- line-height: 26px;
2910
- width: 100%;
2911
- text-align: center;
2912
- padding: 0;
2913
- font-size: 12px;
2914
- font-weight: normal;
2915
- }
2916
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2917
- margin-right: 10px;
2918
- }
2919
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2920
- display: none;
2921
- }
2922
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2923
- border-radius: 4px 0 0 4px;
2924
- }
2925
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2926
- margin-right: 0;
2927
- }
2928
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2929
- border-radius: 0 4px 4px 0;
2930
- }
2931
- .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 {
2932
- content: "";
2933
- width: 0;
2934
- height: 0;
2935
- border: 13px solid transparent;
2936
- position: absolute;
2937
- top: 0;
2938
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2939
- right: -21px;
2940
- z-index: 2;
2941
- }
2942
- .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 {
2943
- content: "";
2944
- width: 0;
2945
- height: 0;
2946
- border: 13px solid transparent;
2947
- position: absolute;
2948
- top: 0;
2949
- border-left: 8px solid #fff;
2950
- left: 0;
2951
- }
2952
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2953
- background-color: rgba(0, 136, 255, 0.1);
2954
- }
2955
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2956
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2957
- }
2958
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2959
- color: #005ed1;
2960
- }
2961
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2962
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2963
- background-color: rgba(237, 241, 250, 0.6);
2964
- }
2965
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2966
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2967
- color: rgba(44, 56, 82, 0.6);
2968
- }
2969
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2970
- padding: 0;
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;
@@ -3974,61 +3974,6 @@ input.rrg1fkn.ant-input {
3974
3974
  color: rgba(44, 56, 82, 0.6);
3975
3975
  }
3976
3976
 
3977
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3978
- border-radius: 6px;
3979
- }
3980
- .shq1k1g.ant-select.ant-select-single {
3981
- width: 100%;
3982
- height: 30px;
3983
- color: #2d3a56;
3984
- border-color: rgba(211, 218, 235, 0.6);
3985
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3986
- font-size: 13px;
3987
- }
3988
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3989
- height: 38px;
3990
- font-size: 13px;
3991
- }
3992
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3993
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3994
- transition: 160ms ease;
3995
- }
3996
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3997
- color: #0080ff;
3998
- }
3999
- .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 {
4000
- border-color: rgba(107, 128, 167, 0.6);
4001
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4002
- }
4003
- .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 {
4004
- color: #0080ff;
4005
- }
4006
- .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 {
4007
- border-color: #0080ff;
4008
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4009
- }
4010
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4011
- transform: rotate(180deg);
4012
- }
4013
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4014
- background: rgba(211, 218, 235, 0.6);
4015
- border-color: rgba(172, 186, 211, 0.6);
4016
- cursor: "not-allowed";
4017
- }
4018
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4019
- border-color: #f0483e !important;
4020
- }
4021
- .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 {
4022
- color: #1d326c;
4023
- }
4024
- .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 {
4025
- border-color: #0080ff;
4026
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4027
- }
4028
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4029
- transform: rotate(180deg);
4030
- }
4031
-
4032
3977
  .iiqau4c.ant-input-group.ant-input-group-compact {
4033
3978
  display: flex;
4034
3979
  }
@@ -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
  }