@cloudtower/eagle 0.26.0-alpha.0 → 0.26.1
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/Modal/ImmersiveModal.d.ts +3 -2
- package/dist/components/Percent/index.d.ts +2 -2
- package/dist/components/message/index.d.ts +1 -0
- package/dist/components.css +307 -307
- package/dist/esm/index.js +474 -448
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +6 -3
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +839 -839
- package/dist/umd/index.js +474 -448
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const Percent:
|
|
1
|
+
import { PercentFn } from "../../spec";
|
|
2
|
+
declare const Percent: PercentFn;
|
|
3
3
|
export default Percent;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
type NoticeType = "info" | "success" | "error" | "warning" | "loading";
|
|
3
3
|
export declare function getKeyThenIncreaseKey(): number;
|
|
4
|
+
export declare let pageVisible: boolean;
|
|
4
5
|
export interface ConfigOptions {
|
|
5
6
|
top?: number;
|
|
6
7
|
duration?: number;
|
package/dist/components.css
CHANGED
|
@@ -2079,6 +2079,144 @@ html body {
|
|
|
2079
2079
|
width: 36px;
|
|
2080
2080
|
}
|
|
2081
2081
|
|
|
2082
|
+
.s34f1qb.ant-switch {
|
|
2083
|
+
min-width: 40px;
|
|
2084
|
+
height: 24px;
|
|
2085
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2086
|
+
overflow: hidden;
|
|
2087
|
+
}
|
|
2088
|
+
.s34f1qb.ant-switch:focus {
|
|
2089
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2090
|
+
}
|
|
2091
|
+
.s34f1qb.ant-switch-small {
|
|
2092
|
+
min-width: 26px;
|
|
2093
|
+
height: 16px;
|
|
2094
|
+
}
|
|
2095
|
+
.s34f1qb.ant-switch-large {
|
|
2096
|
+
min-width: 52px;
|
|
2097
|
+
height: 32px;
|
|
2098
|
+
}
|
|
2099
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2100
|
+
height: 20px;
|
|
2101
|
+
width: 20px;
|
|
2102
|
+
}
|
|
2103
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2104
|
+
border-radius: 10px;
|
|
2105
|
+
transition-delay: 120ms;
|
|
2106
|
+
}
|
|
2107
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2108
|
+
height: 14px;
|
|
2109
|
+
width: 14px;
|
|
2110
|
+
top: 1px;
|
|
2111
|
+
left: 1px;
|
|
2112
|
+
}
|
|
2113
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2114
|
+
height: 28px;
|
|
2115
|
+
width: 28px;
|
|
2116
|
+
}
|
|
2117
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2118
|
+
border-radius: 14px;
|
|
2119
|
+
}
|
|
2120
|
+
.s34f1qb.ant-switch-checked {
|
|
2121
|
+
background-color: #00ba5d;
|
|
2122
|
+
}
|
|
2123
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2124
|
+
left: calc(100% - 20px - 2px);
|
|
2125
|
+
}
|
|
2126
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2127
|
+
left: calc(100% - 14px - 1px);
|
|
2128
|
+
}
|
|
2129
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2130
|
+
left: calc(100% - 28px - 2px);
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.c1to9vb9 {
|
|
2134
|
+
margin-left: 5px;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2138
|
+
flex-direction: row;
|
|
2139
|
+
justify-content: stretch;
|
|
2140
|
+
}
|
|
2141
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2142
|
+
padding: 0;
|
|
2143
|
+
margin-right: 4px;
|
|
2144
|
+
flex: 1;
|
|
2145
|
+
overflow: visible;
|
|
2146
|
+
}
|
|
2147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2148
|
+
display: none;
|
|
2149
|
+
}
|
|
2150
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2151
|
+
width: 100%;
|
|
2152
|
+
min-height: unset;
|
|
2153
|
+
}
|
|
2154
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2155
|
+
height: 26px;
|
|
2156
|
+
line-height: 26px;
|
|
2157
|
+
width: 100%;
|
|
2158
|
+
text-align: center;
|
|
2159
|
+
padding: 0;
|
|
2160
|
+
font-size: 12px;
|
|
2161
|
+
font-weight: normal;
|
|
2162
|
+
}
|
|
2163
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2164
|
+
margin-right: 10px;
|
|
2165
|
+
}
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2167
|
+
display: none;
|
|
2168
|
+
}
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2170
|
+
border-radius: 4px 0 0 4px;
|
|
2171
|
+
}
|
|
2172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2173
|
+
margin-right: 0;
|
|
2174
|
+
}
|
|
2175
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2176
|
+
border-radius: 0 4px 4px 0;
|
|
2177
|
+
}
|
|
2178
|
+
.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 {
|
|
2179
|
+
content: "";
|
|
2180
|
+
width: 0;
|
|
2181
|
+
height: 0;
|
|
2182
|
+
border: 13px solid transparent;
|
|
2183
|
+
position: absolute;
|
|
2184
|
+
top: 0;
|
|
2185
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2186
|
+
right: -21px;
|
|
2187
|
+
z-index: 2;
|
|
2188
|
+
}
|
|
2189
|
+
.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 {
|
|
2190
|
+
content: "";
|
|
2191
|
+
width: 0;
|
|
2192
|
+
height: 0;
|
|
2193
|
+
border: 13px solid transparent;
|
|
2194
|
+
position: absolute;
|
|
2195
|
+
top: 0;
|
|
2196
|
+
border-left: 8px solid #fff;
|
|
2197
|
+
left: 0;
|
|
2198
|
+
}
|
|
2199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2200
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2201
|
+
}
|
|
2202
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2203
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2204
|
+
}
|
|
2205
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2206
|
+
color: #005ed1;
|
|
2207
|
+
}
|
|
2208
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2209
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2210
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2211
|
+
}
|
|
2212
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2213
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2214
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2215
|
+
}
|
|
2216
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2217
|
+
padding: 0;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2082
2220
|
.cz04yix {
|
|
2083
2221
|
display: flex;
|
|
2084
2222
|
flex-direction: column;
|
|
@@ -2744,144 +2882,6 @@ input.rrg1fkn.ant-input {
|
|
|
2744
2882
|
border-bottom-left-radius: 0;
|
|
2745
2883
|
}
|
|
2746
2884
|
|
|
2747
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2748
|
-
flex-direction: row;
|
|
2749
|
-
justify-content: stretch;
|
|
2750
|
-
}
|
|
2751
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2752
|
-
padding: 0;
|
|
2753
|
-
margin-right: 4px;
|
|
2754
|
-
flex: 1;
|
|
2755
|
-
overflow: visible;
|
|
2756
|
-
}
|
|
2757
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2758
|
-
display: none;
|
|
2759
|
-
}
|
|
2760
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2761
|
-
width: 100%;
|
|
2762
|
-
min-height: unset;
|
|
2763
|
-
}
|
|
2764
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2765
|
-
height: 26px;
|
|
2766
|
-
line-height: 26px;
|
|
2767
|
-
width: 100%;
|
|
2768
|
-
text-align: center;
|
|
2769
|
-
padding: 0;
|
|
2770
|
-
font-size: 12px;
|
|
2771
|
-
font-weight: normal;
|
|
2772
|
-
}
|
|
2773
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2774
|
-
margin-right: 10px;
|
|
2775
|
-
}
|
|
2776
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2777
|
-
display: none;
|
|
2778
|
-
}
|
|
2779
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2780
|
-
border-radius: 4px 0 0 4px;
|
|
2781
|
-
}
|
|
2782
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2783
|
-
margin-right: 0;
|
|
2784
|
-
}
|
|
2785
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2786
|
-
border-radius: 0 4px 4px 0;
|
|
2787
|
-
}
|
|
2788
|
-
.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 {
|
|
2789
|
-
content: "";
|
|
2790
|
-
width: 0;
|
|
2791
|
-
height: 0;
|
|
2792
|
-
border: 13px solid transparent;
|
|
2793
|
-
position: absolute;
|
|
2794
|
-
top: 0;
|
|
2795
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2796
|
-
right: -21px;
|
|
2797
|
-
z-index: 2;
|
|
2798
|
-
}
|
|
2799
|
-
.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 {
|
|
2800
|
-
content: "";
|
|
2801
|
-
width: 0;
|
|
2802
|
-
height: 0;
|
|
2803
|
-
border: 13px solid transparent;
|
|
2804
|
-
position: absolute;
|
|
2805
|
-
top: 0;
|
|
2806
|
-
border-left: 8px solid #fff;
|
|
2807
|
-
left: 0;
|
|
2808
|
-
}
|
|
2809
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2810
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2811
|
-
}
|
|
2812
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2813
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2814
|
-
}
|
|
2815
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2816
|
-
color: #005ed1;
|
|
2817
|
-
}
|
|
2818
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2819
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2820
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2821
|
-
}
|
|
2822
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2823
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2824
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2825
|
-
}
|
|
2826
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2827
|
-
padding: 0;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
|
-
.s34f1qb.ant-switch {
|
|
2831
|
-
min-width: 40px;
|
|
2832
|
-
height: 24px;
|
|
2833
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2834
|
-
overflow: hidden;
|
|
2835
|
-
}
|
|
2836
|
-
.s34f1qb.ant-switch:focus {
|
|
2837
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2838
|
-
}
|
|
2839
|
-
.s34f1qb.ant-switch-small {
|
|
2840
|
-
min-width: 26px;
|
|
2841
|
-
height: 16px;
|
|
2842
|
-
}
|
|
2843
|
-
.s34f1qb.ant-switch-large {
|
|
2844
|
-
min-width: 52px;
|
|
2845
|
-
height: 32px;
|
|
2846
|
-
}
|
|
2847
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2848
|
-
height: 20px;
|
|
2849
|
-
width: 20px;
|
|
2850
|
-
}
|
|
2851
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2852
|
-
border-radius: 10px;
|
|
2853
|
-
transition-delay: 120ms;
|
|
2854
|
-
}
|
|
2855
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2856
|
-
height: 14px;
|
|
2857
|
-
width: 14px;
|
|
2858
|
-
top: 1px;
|
|
2859
|
-
left: 1px;
|
|
2860
|
-
}
|
|
2861
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2862
|
-
height: 28px;
|
|
2863
|
-
width: 28px;
|
|
2864
|
-
}
|
|
2865
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2866
|
-
border-radius: 14px;
|
|
2867
|
-
}
|
|
2868
|
-
.s34f1qb.ant-switch-checked {
|
|
2869
|
-
background-color: #00ba5d;
|
|
2870
|
-
}
|
|
2871
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2872
|
-
left: calc(100% - 20px - 2px);
|
|
2873
|
-
}
|
|
2874
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2875
|
-
left: calc(100% - 14px - 1px);
|
|
2876
|
-
}
|
|
2877
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2878
|
-
left: calc(100% - 28px - 2px);
|
|
2879
|
-
}
|
|
2880
|
-
|
|
2881
|
-
.c1to9vb9 {
|
|
2882
|
-
margin-left: 5px;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
2885
|
.t1upn1sz {
|
|
2886
2886
|
height: 100%;
|
|
2887
2887
|
}
|
|
@@ -3195,139 +3195,54 @@ input.rrg1fkn.ant-input {
|
|
|
3195
3195
|
padding: 0 !important;
|
|
3196
3196
|
}
|
|
3197
3197
|
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3198
|
-
position: absolute;
|
|
3199
|
-
left: 50%;
|
|
3200
|
-
top: 50%;
|
|
3201
|
-
transform: translate(-50%, -50%);
|
|
3202
|
-
}
|
|
3203
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3204
|
-
display: none;
|
|
3205
|
-
}
|
|
3206
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3207
|
-
background: #fff;
|
|
3208
|
-
}
|
|
3209
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3210
|
-
background: inherit;
|
|
3211
|
-
}
|
|
3212
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3213
|
-
position: static;
|
|
3214
|
-
border: none;
|
|
3215
|
-
background: inherit !important;
|
|
3216
|
-
height: 100px;
|
|
3217
|
-
vertical-align: middle;
|
|
3218
|
-
}
|
|
3219
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3220
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3221
|
-
font-weight: bold;
|
|
3222
|
-
font-size: 20px;
|
|
3223
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3224
|
-
}
|
|
3225
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
3226
|
-
padding: 0 !important;
|
|
3227
|
-
position: relative;
|
|
3228
|
-
background: #fff;
|
|
3229
|
-
}
|
|
3230
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3231
|
-
height: 100%;
|
|
3232
|
-
display: flex;
|
|
3233
|
-
align-items: center;
|
|
3234
|
-
justify-content: flex-end;
|
|
3235
|
-
padding-right: 8px;
|
|
3236
|
-
}
|
|
3237
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3238
|
-
width: 24px;
|
|
3239
|
-
height: 24px;
|
|
3240
|
-
cursor: pointer;
|
|
3241
|
-
justify-content: center;
|
|
3242
|
-
border-radius: 4px;
|
|
3243
|
-
}
|
|
3244
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3245
|
-
background: #fff;
|
|
3246
|
-
}
|
|
3247
|
-
|
|
3248
|
-
.s1fc623g {
|
|
3249
|
-
width: 430px !important;
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.da3mx0o .ant-select-item-group {
|
|
3253
|
-
padding: 8px 16px;
|
|
3254
|
-
line-height: 18px;
|
|
3255
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3256
|
-
height: 34px;
|
|
3257
|
-
min-height: 34px;
|
|
3258
|
-
box-sizing: border-box;
|
|
3259
|
-
margin-top: 8px;
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
.onr9gzt {
|
|
3263
|
-
display: flex;
|
|
3264
|
-
flex-direction: column;
|
|
3265
|
-
margin: 1px 8px;
|
|
3266
|
-
padding: 8px;
|
|
3267
|
-
border-radius: 4px;
|
|
3268
|
-
}
|
|
3269
|
-
.onr9gzt .selected-icon {
|
|
3270
|
-
display: none;
|
|
3271
|
-
}
|
|
3272
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3273
|
-
padding-left: 8px;
|
|
3274
|
-
}
|
|
3275
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3276
|
-
background-color: white;
|
|
3277
|
-
}
|
|
3278
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3279
|
-
color: #0080ff;
|
|
3198
|
+
position: absolute;
|
|
3199
|
+
left: 50%;
|
|
3200
|
+
top: 50%;
|
|
3201
|
+
transform: translate(-50%, -50%);
|
|
3280
3202
|
}
|
|
3281
|
-
.
|
|
3282
|
-
display:
|
|
3203
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3204
|
+
display: none;
|
|
3283
3205
|
}
|
|
3284
|
-
.
|
|
3285
|
-
background:
|
|
3206
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3207
|
+
background: #fff;
|
|
3286
3208
|
}
|
|
3287
|
-
.
|
|
3288
|
-
|
|
3209
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3210
|
+
background: inherit;
|
|
3289
3211
|
}
|
|
3290
|
-
.
|
|
3291
|
-
|
|
3292
|
-
|
|
3212
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3213
|
+
position: static;
|
|
3214
|
+
border: none;
|
|
3215
|
+
background: inherit !important;
|
|
3216
|
+
height: 100px;
|
|
3217
|
+
vertical-align: middle;
|
|
3293
3218
|
}
|
|
3294
|
-
|
|
3295
|
-
.
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
line-height: 20px;
|
|
3219
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3220
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3221
|
+
font-weight: bold;
|
|
3222
|
+
font-size: 20px;
|
|
3223
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3300
3224
|
}
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3225
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3226
|
+
padding: 0 !important;
|
|
3227
|
+
position: relative;
|
|
3228
|
+
background: #fff;
|
|
3305
3229
|
}
|
|
3306
|
-
|
|
3307
|
-
|
|
3230
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3231
|
+
height: 100%;
|
|
3308
3232
|
display: flex;
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
line-height: 18px;
|
|
3313
|
-
margin-top: 2px;
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
.t19903l9 {
|
|
3317
|
-
border: none;
|
|
3318
|
-
margin-right: 0;
|
|
3319
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3233
|
+
align-items: center;
|
|
3234
|
+
justify-content: flex-end;
|
|
3235
|
+
padding-right: 8px;
|
|
3320
3236
|
}
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3237
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3238
|
+
width: 24px;
|
|
3239
|
+
height: 24px;
|
|
3240
|
+
cursor: pointer;
|
|
3241
|
+
justify-content: center;
|
|
3242
|
+
border-radius: 4px;
|
|
3327
3243
|
}
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
display: inline-block;
|
|
3244
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3245
|
+
background: #fff;
|
|
3331
3246
|
}
|
|
3332
3247
|
|
|
3333
3248
|
.d6j0lbj {
|
|
@@ -3805,6 +3720,91 @@ input.rrg1fkn.ant-input {
|
|
|
3805
3720
|
line-height: 12px;
|
|
3806
3721
|
}
|
|
3807
3722
|
|
|
3723
|
+
.s1fc623g {
|
|
3724
|
+
width: 430px !important;
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
.da3mx0o .ant-select-item-group {
|
|
3728
|
+
padding: 8px 16px;
|
|
3729
|
+
line-height: 18px;
|
|
3730
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3731
|
+
height: 34px;
|
|
3732
|
+
min-height: 34px;
|
|
3733
|
+
box-sizing: border-box;
|
|
3734
|
+
margin-top: 8px;
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
|
+
.onr9gzt {
|
|
3738
|
+
display: flex;
|
|
3739
|
+
flex-direction: column;
|
|
3740
|
+
margin: 1px 8px;
|
|
3741
|
+
padding: 8px;
|
|
3742
|
+
border-radius: 4px;
|
|
3743
|
+
}
|
|
3744
|
+
.onr9gzt .selected-icon {
|
|
3745
|
+
display: none;
|
|
3746
|
+
}
|
|
3747
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3748
|
+
padding-left: 8px;
|
|
3749
|
+
}
|
|
3750
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3751
|
+
background-color: white;
|
|
3752
|
+
}
|
|
3753
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3754
|
+
color: #0080ff;
|
|
3755
|
+
}
|
|
3756
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3757
|
+
display: block;
|
|
3758
|
+
}
|
|
3759
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3760
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3761
|
+
}
|
|
3762
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3763
|
+
color: #0080ff;
|
|
3764
|
+
}
|
|
3765
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3766
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3767
|
+
color: #0080ff;
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
.oiy0apc {
|
|
3771
|
+
display: flex;
|
|
3772
|
+
justify-content: space-between;
|
|
3773
|
+
height: 20px;
|
|
3774
|
+
line-height: 20px;
|
|
3775
|
+
}
|
|
3776
|
+
.oiy0apc .timezone-title {
|
|
3777
|
+
color: #2d3a56;
|
|
3778
|
+
overflow: hidden;
|
|
3779
|
+
text-overflow: ellipsis;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.of4y382 {
|
|
3783
|
+
display: flex;
|
|
3784
|
+
justify-content: space-between;
|
|
3785
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3786
|
+
height: 18px;
|
|
3787
|
+
line-height: 18px;
|
|
3788
|
+
margin-top: 2px;
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3791
|
+
.t19903l9 {
|
|
3792
|
+
border: none;
|
|
3793
|
+
margin-right: 0;
|
|
3794
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
.ohwbvxu {
|
|
3798
|
+
pointer-events: none;
|
|
3799
|
+
height: 32px;
|
|
3800
|
+
width: 100%;
|
|
3801
|
+
opacity: 0;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
.i1e4sgug {
|
|
3805
|
+
display: inline-block;
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
3808
|
.c198s9j3 {
|
|
3809
3809
|
color: #2d3a56;
|
|
3810
3810
|
line-height: 22px;
|
|
@@ -4167,52 +4167,6 @@ input.rrg1fkn.ant-input {
|
|
|
4167
4167
|
min-height: 0px;
|
|
4168
4168
|
}
|
|
4169
4169
|
|
|
4170
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4171
|
-
display: var(--at4ovwe-0);
|
|
4172
|
-
}
|
|
4173
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4174
|
-
padding: 5px 12px;
|
|
4175
|
-
display: inline-flex;
|
|
4176
|
-
line-height: 1.5715;
|
|
4177
|
-
height: 100%;
|
|
4178
|
-
width: 100%;
|
|
4179
|
-
}
|
|
4180
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4181
|
-
content: var(--at4ovwe-1);
|
|
4182
|
-
display: var(--at4ovwe-2);
|
|
4183
|
-
flex: none;
|
|
4184
|
-
align-items: center;
|
|
4185
|
-
margin-left: 4px;
|
|
4186
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4187
|
-
}
|
|
4188
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4189
|
-
content: var(--at4ovwe-3);
|
|
4190
|
-
display: var(--at4ovwe-4);
|
|
4191
|
-
flex: none;
|
|
4192
|
-
align-items: center;
|
|
4193
|
-
margin-right: 4px;
|
|
4194
|
-
cursor: auto;
|
|
4195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4196
|
-
}
|
|
4197
|
-
.at4ovwe.ant-input-number {
|
|
4198
|
-
width: 100%;
|
|
4199
|
-
border-radius: 6px;
|
|
4200
|
-
}
|
|
4201
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4202
|
-
border-color: #0096ff;
|
|
4203
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4204
|
-
}
|
|
4205
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4206
|
-
border-color: #e75a3a;
|
|
4207
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4208
|
-
}
|
|
4209
|
-
.at4ovwe .ant-input-number-input {
|
|
4210
|
-
padding: 0;
|
|
4211
|
-
margin: 0;
|
|
4212
|
-
height: auto;
|
|
4213
|
-
font-size: inherit;
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
4170
|
.tc40oxa {
|
|
4217
4171
|
margin-bottom: 4px;
|
|
4218
4172
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4409,6 +4363,52 @@ input.rrg1fkn.ant-input {
|
|
|
4409
4363
|
margin-right: 8px;
|
|
4410
4364
|
}
|
|
4411
4365
|
|
|
4366
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4367
|
+
display: var(--at4ovwe-0);
|
|
4368
|
+
}
|
|
4369
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4370
|
+
padding: 5px 12px;
|
|
4371
|
+
display: inline-flex;
|
|
4372
|
+
line-height: 1.5715;
|
|
4373
|
+
height: 100%;
|
|
4374
|
+
width: 100%;
|
|
4375
|
+
}
|
|
4376
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4377
|
+
content: var(--at4ovwe-1);
|
|
4378
|
+
display: var(--at4ovwe-2);
|
|
4379
|
+
flex: none;
|
|
4380
|
+
align-items: center;
|
|
4381
|
+
margin-left: 4px;
|
|
4382
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4383
|
+
}
|
|
4384
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4385
|
+
content: var(--at4ovwe-3);
|
|
4386
|
+
display: var(--at4ovwe-4);
|
|
4387
|
+
flex: none;
|
|
4388
|
+
align-items: center;
|
|
4389
|
+
margin-right: 4px;
|
|
4390
|
+
cursor: auto;
|
|
4391
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4392
|
+
}
|
|
4393
|
+
.at4ovwe.ant-input-number {
|
|
4394
|
+
width: 100%;
|
|
4395
|
+
border-radius: 6px;
|
|
4396
|
+
}
|
|
4397
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4398
|
+
border-color: #0096ff;
|
|
4399
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4400
|
+
}
|
|
4401
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4402
|
+
border-color: #e75a3a;
|
|
4403
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4404
|
+
}
|
|
4405
|
+
.at4ovwe .ant-input-number-input {
|
|
4406
|
+
padding: 0;
|
|
4407
|
+
margin: 0;
|
|
4408
|
+
height: auto;
|
|
4409
|
+
font-size: inherit;
|
|
4410
|
+
}
|
|
4411
|
+
|
|
4412
4412
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4413
4413
|
display: var(--a6dbbkm-0);
|
|
4414
4414
|
}
|