@cloudtower/eagle 0.24.14 → 0.24.15
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.css +256 -256
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +3 -7
- package/dist/style.css +304 -304
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1986,89 +1986,6 @@ body {
|
|
|
1986
1986
|
line-height: 18px;
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1990
|
-
flex-direction: row;
|
|
1991
|
-
justify-content: stretch;
|
|
1992
|
-
}
|
|
1993
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1994
|
-
padding: 0;
|
|
1995
|
-
margin-right: 4px;
|
|
1996
|
-
flex: 1;
|
|
1997
|
-
overflow: visible;
|
|
1998
|
-
}
|
|
1999
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2000
|
-
display: none;
|
|
2001
|
-
}
|
|
2002
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2003
|
-
width: 100%;
|
|
2004
|
-
min-height: unset;
|
|
2005
|
-
}
|
|
2006
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2007
|
-
height: 26px;
|
|
2008
|
-
line-height: 26px;
|
|
2009
|
-
width: 100%;
|
|
2010
|
-
text-align: center;
|
|
2011
|
-
padding: 0;
|
|
2012
|
-
font-size: 12px;
|
|
2013
|
-
font-weight: normal;
|
|
2014
|
-
}
|
|
2015
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2016
|
-
margin-right: 10px;
|
|
2017
|
-
}
|
|
2018
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2019
|
-
display: none;
|
|
2020
|
-
}
|
|
2021
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2022
|
-
border-radius: 4px 0 0 4px;
|
|
2023
|
-
}
|
|
2024
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2025
|
-
margin-right: 0;
|
|
2026
|
-
}
|
|
2027
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2028
|
-
border-radius: 0 4px 4px 0;
|
|
2029
|
-
}
|
|
2030
|
-
.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 {
|
|
2031
|
-
content: "";
|
|
2032
|
-
width: 0;
|
|
2033
|
-
height: 0;
|
|
2034
|
-
border: 13px solid transparent;
|
|
2035
|
-
position: absolute;
|
|
2036
|
-
top: 0;
|
|
2037
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2038
|
-
right: -21px;
|
|
2039
|
-
z-index: 2;
|
|
2040
|
-
}
|
|
2041
|
-
.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 {
|
|
2042
|
-
content: "";
|
|
2043
|
-
width: 0;
|
|
2044
|
-
height: 0;
|
|
2045
|
-
border: 13px solid transparent;
|
|
2046
|
-
position: absolute;
|
|
2047
|
-
top: 0;
|
|
2048
|
-
border-left: 8px solid #fff;
|
|
2049
|
-
left: 0;
|
|
2050
|
-
}
|
|
2051
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2052
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2053
|
-
}
|
|
2054
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2055
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2056
|
-
}
|
|
2057
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2058
|
-
color: #005ed1;
|
|
2059
|
-
}
|
|
2060
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2061
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2062
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2063
|
-
}
|
|
2064
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2065
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2066
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2067
|
-
}
|
|
2068
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2069
|
-
padding: 0;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
1989
|
.rxbeqvl.ant-radio-wrapper {
|
|
2073
1990
|
display: inline-flex;
|
|
2074
1991
|
align-items: baseline;
|
|
@@ -2211,61 +2128,6 @@ body {
|
|
|
2211
2128
|
width: 36px;
|
|
2212
2129
|
}
|
|
2213
2130
|
|
|
2214
|
-
.s34f1qb.ant-switch {
|
|
2215
|
-
min-width: 40px;
|
|
2216
|
-
height: 24px;
|
|
2217
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2218
|
-
overflow: hidden;
|
|
2219
|
-
}
|
|
2220
|
-
.s34f1qb.ant-switch:focus {
|
|
2221
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2222
|
-
}
|
|
2223
|
-
.s34f1qb.ant-switch-small {
|
|
2224
|
-
min-width: 26px;
|
|
2225
|
-
height: 16px;
|
|
2226
|
-
}
|
|
2227
|
-
.s34f1qb.ant-switch-large {
|
|
2228
|
-
min-width: 52px;
|
|
2229
|
-
height: 32px;
|
|
2230
|
-
}
|
|
2231
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2232
|
-
height: 20px;
|
|
2233
|
-
width: 20px;
|
|
2234
|
-
}
|
|
2235
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2236
|
-
border-radius: 10px;
|
|
2237
|
-
transition-delay: 120ms;
|
|
2238
|
-
}
|
|
2239
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2240
|
-
height: 14px;
|
|
2241
|
-
width: 14px;
|
|
2242
|
-
top: 1px;
|
|
2243
|
-
left: 1px;
|
|
2244
|
-
}
|
|
2245
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2246
|
-
height: 28px;
|
|
2247
|
-
width: 28px;
|
|
2248
|
-
}
|
|
2249
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2250
|
-
border-radius: 14px;
|
|
2251
|
-
}
|
|
2252
|
-
.s34f1qb.ant-switch-checked {
|
|
2253
|
-
background-color: #00ba5d;
|
|
2254
|
-
}
|
|
2255
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2256
|
-
left: calc(100% - 20px - 2px);
|
|
2257
|
-
}
|
|
2258
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2259
|
-
left: calc(100% - 14px - 1px);
|
|
2260
|
-
}
|
|
2261
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2262
|
-
left: calc(100% - 28px - 2px);
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
.c1to9vb9 {
|
|
2266
|
-
margin-left: 5px;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
2131
|
.cz04yix {
|
|
2270
2132
|
display: flex;
|
|
2271
2133
|
flex-direction: column;
|
|
@@ -2931,6 +2793,144 @@ input.rrg1fkn.ant-input {
|
|
|
2931
2793
|
border-bottom-left-radius: 0;
|
|
2932
2794
|
}
|
|
2933
2795
|
|
|
2796
|
+
.s34f1qb.ant-switch {
|
|
2797
|
+
min-width: 40px;
|
|
2798
|
+
height: 24px;
|
|
2799
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2800
|
+
overflow: hidden;
|
|
2801
|
+
}
|
|
2802
|
+
.s34f1qb.ant-switch:focus {
|
|
2803
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2804
|
+
}
|
|
2805
|
+
.s34f1qb.ant-switch-small {
|
|
2806
|
+
min-width: 26px;
|
|
2807
|
+
height: 16px;
|
|
2808
|
+
}
|
|
2809
|
+
.s34f1qb.ant-switch-large {
|
|
2810
|
+
min-width: 52px;
|
|
2811
|
+
height: 32px;
|
|
2812
|
+
}
|
|
2813
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2814
|
+
height: 20px;
|
|
2815
|
+
width: 20px;
|
|
2816
|
+
}
|
|
2817
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2818
|
+
border-radius: 10px;
|
|
2819
|
+
transition-delay: 120ms;
|
|
2820
|
+
}
|
|
2821
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2822
|
+
height: 14px;
|
|
2823
|
+
width: 14px;
|
|
2824
|
+
top: 1px;
|
|
2825
|
+
left: 1px;
|
|
2826
|
+
}
|
|
2827
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2828
|
+
height: 28px;
|
|
2829
|
+
width: 28px;
|
|
2830
|
+
}
|
|
2831
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2832
|
+
border-radius: 14px;
|
|
2833
|
+
}
|
|
2834
|
+
.s34f1qb.ant-switch-checked {
|
|
2835
|
+
background-color: #00ba5d;
|
|
2836
|
+
}
|
|
2837
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2838
|
+
left: calc(100% - 20px - 2px);
|
|
2839
|
+
}
|
|
2840
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2841
|
+
left: calc(100% - 14px - 1px);
|
|
2842
|
+
}
|
|
2843
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2844
|
+
left: calc(100% - 28px - 2px);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.c1to9vb9 {
|
|
2848
|
+
margin-left: 5px;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2852
|
+
flex-direction: row;
|
|
2853
|
+
justify-content: stretch;
|
|
2854
|
+
}
|
|
2855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2856
|
+
padding: 0;
|
|
2857
|
+
margin-right: 4px;
|
|
2858
|
+
flex: 1;
|
|
2859
|
+
overflow: visible;
|
|
2860
|
+
}
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2862
|
+
display: none;
|
|
2863
|
+
}
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2865
|
+
width: 100%;
|
|
2866
|
+
min-height: unset;
|
|
2867
|
+
}
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2869
|
+
height: 26px;
|
|
2870
|
+
line-height: 26px;
|
|
2871
|
+
width: 100%;
|
|
2872
|
+
text-align: center;
|
|
2873
|
+
padding: 0;
|
|
2874
|
+
font-size: 12px;
|
|
2875
|
+
font-weight: normal;
|
|
2876
|
+
}
|
|
2877
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2878
|
+
margin-right: 10px;
|
|
2879
|
+
}
|
|
2880
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2881
|
+
display: none;
|
|
2882
|
+
}
|
|
2883
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2884
|
+
border-radius: 4px 0 0 4px;
|
|
2885
|
+
}
|
|
2886
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2887
|
+
margin-right: 0;
|
|
2888
|
+
}
|
|
2889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2890
|
+
border-radius: 0 4px 4px 0;
|
|
2891
|
+
}
|
|
2892
|
+
.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 {
|
|
2893
|
+
content: "";
|
|
2894
|
+
width: 0;
|
|
2895
|
+
height: 0;
|
|
2896
|
+
border: 13px solid transparent;
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
top: 0;
|
|
2899
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
+
right: -21px;
|
|
2901
|
+
z-index: 2;
|
|
2902
|
+
}
|
|
2903
|
+
.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 {
|
|
2904
|
+
content: "";
|
|
2905
|
+
width: 0;
|
|
2906
|
+
height: 0;
|
|
2907
|
+
border: 13px solid transparent;
|
|
2908
|
+
position: absolute;
|
|
2909
|
+
top: 0;
|
|
2910
|
+
border-left: 8px solid #fff;
|
|
2911
|
+
left: 0;
|
|
2912
|
+
}
|
|
2913
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2914
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2915
|
+
}
|
|
2916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2917
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2918
|
+
}
|
|
2919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2920
|
+
color: #005ed1;
|
|
2921
|
+
}
|
|
2922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2923
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2924
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2925
|
+
}
|
|
2926
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2929
|
+
}
|
|
2930
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2931
|
+
padding: 0;
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2934
2934
|
.t1upn1sz {
|
|
2935
2935
|
height: 100%;
|
|
2936
2936
|
}
|
|
@@ -3276,22 +3276,107 @@ input.rrg1fkn.ant-input {
|
|
|
3276
3276
|
position: relative;
|
|
3277
3277
|
background: #fff;
|
|
3278
3278
|
}
|
|
3279
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3280
|
-
height: 100%;
|
|
3279
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3280
|
+
height: 100%;
|
|
3281
|
+
display: flex;
|
|
3282
|
+
align-items: center;
|
|
3283
|
+
justify-content: flex-end;
|
|
3284
|
+
padding-right: 8px;
|
|
3285
|
+
}
|
|
3286
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3287
|
+
width: 24px;
|
|
3288
|
+
height: 24px;
|
|
3289
|
+
cursor: pointer;
|
|
3290
|
+
justify-content: center;
|
|
3291
|
+
border-radius: 4px;
|
|
3292
|
+
}
|
|
3293
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3294
|
+
background: #fff;
|
|
3295
|
+
}
|
|
3296
|
+
|
|
3297
|
+
.s1fc623g {
|
|
3298
|
+
width: 430px !important;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
.da3mx0o .ant-select-item-group {
|
|
3302
|
+
padding: 8px 16px;
|
|
3303
|
+
line-height: 18px;
|
|
3304
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3305
|
+
height: 34px;
|
|
3306
|
+
min-height: 34px;
|
|
3307
|
+
box-sizing: border-box;
|
|
3308
|
+
margin-top: 8px;
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
.onr9gzt {
|
|
3312
|
+
display: flex;
|
|
3313
|
+
flex-direction: column;
|
|
3314
|
+
margin: 1px 8px;
|
|
3315
|
+
padding: 8px;
|
|
3316
|
+
border-radius: 4px;
|
|
3317
|
+
}
|
|
3318
|
+
.onr9gzt .selected-icon {
|
|
3319
|
+
display: none;
|
|
3320
|
+
}
|
|
3321
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3322
|
+
padding-left: 8px;
|
|
3323
|
+
}
|
|
3324
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3325
|
+
background-color: white;
|
|
3326
|
+
}
|
|
3327
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3328
|
+
color: #0080ff;
|
|
3329
|
+
}
|
|
3330
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3331
|
+
display: block;
|
|
3332
|
+
}
|
|
3333
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3334
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3335
|
+
}
|
|
3336
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3337
|
+
color: #0080ff;
|
|
3338
|
+
}
|
|
3339
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3340
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3341
|
+
color: #0080ff;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.oiy0apc {
|
|
3345
|
+
display: flex;
|
|
3346
|
+
justify-content: space-between;
|
|
3347
|
+
height: 20px;
|
|
3348
|
+
line-height: 20px;
|
|
3349
|
+
}
|
|
3350
|
+
.oiy0apc .timezone-title {
|
|
3351
|
+
color: #2d3a56;
|
|
3352
|
+
overflow: hidden;
|
|
3353
|
+
text-overflow: ellipsis;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.of4y382 {
|
|
3281
3357
|
display: flex;
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3358
|
+
justify-content: space-between;
|
|
3359
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3360
|
+
height: 18px;
|
|
3361
|
+
line-height: 18px;
|
|
3362
|
+
margin-top: 2px;
|
|
3285
3363
|
}
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
border-radius: 4px;
|
|
3364
|
+
|
|
3365
|
+
.t19903l9 {
|
|
3366
|
+
border: none;
|
|
3367
|
+
margin-right: 0;
|
|
3368
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3292
3369
|
}
|
|
3293
|
-
|
|
3294
|
-
|
|
3370
|
+
|
|
3371
|
+
.ohwbvxu {
|
|
3372
|
+
pointer-events: none;
|
|
3373
|
+
height: 32px;
|
|
3374
|
+
width: 100%;
|
|
3375
|
+
opacity: 0;
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
.i1e4sgug {
|
|
3379
|
+
display: inline-block;
|
|
3295
3380
|
}
|
|
3296
3381
|
|
|
3297
3382
|
.d6j0lbj {
|
|
@@ -3769,91 +3854,6 @@ input.rrg1fkn.ant-input {
|
|
|
3769
3854
|
line-height: 12px;
|
|
3770
3855
|
}
|
|
3771
3856
|
|
|
3772
|
-
.i1e4sgug {
|
|
3773
|
-
display: inline-block;
|
|
3774
|
-
}
|
|
3775
|
-
|
|
3776
|
-
.s1fc623g {
|
|
3777
|
-
width: 430px !important;
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
.da3mx0o .ant-select-item-group {
|
|
3781
|
-
padding: 8px 16px;
|
|
3782
|
-
line-height: 18px;
|
|
3783
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3784
|
-
height: 34px;
|
|
3785
|
-
min-height: 34px;
|
|
3786
|
-
box-sizing: border-box;
|
|
3787
|
-
margin-top: 8px;
|
|
3788
|
-
}
|
|
3789
|
-
|
|
3790
|
-
.onr9gzt {
|
|
3791
|
-
display: flex;
|
|
3792
|
-
flex-direction: column;
|
|
3793
|
-
margin: 1px 8px;
|
|
3794
|
-
padding: 8px;
|
|
3795
|
-
border-radius: 4px;
|
|
3796
|
-
}
|
|
3797
|
-
.onr9gzt .selected-icon {
|
|
3798
|
-
display: none;
|
|
3799
|
-
}
|
|
3800
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3801
|
-
padding-left: 8px;
|
|
3802
|
-
}
|
|
3803
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3804
|
-
background-color: white;
|
|
3805
|
-
}
|
|
3806
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3807
|
-
color: #0080ff;
|
|
3808
|
-
}
|
|
3809
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3810
|
-
display: block;
|
|
3811
|
-
}
|
|
3812
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3813
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3814
|
-
}
|
|
3815
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3816
|
-
color: #0080ff;
|
|
3817
|
-
}
|
|
3818
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3819
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3820
|
-
color: #0080ff;
|
|
3821
|
-
}
|
|
3822
|
-
|
|
3823
|
-
.oiy0apc {
|
|
3824
|
-
display: flex;
|
|
3825
|
-
justify-content: space-between;
|
|
3826
|
-
height: 20px;
|
|
3827
|
-
line-height: 20px;
|
|
3828
|
-
}
|
|
3829
|
-
.oiy0apc .timezone-title {
|
|
3830
|
-
color: #2d3a56;
|
|
3831
|
-
overflow: hidden;
|
|
3832
|
-
text-overflow: ellipsis;
|
|
3833
|
-
}
|
|
3834
|
-
|
|
3835
|
-
.of4y382 {
|
|
3836
|
-
display: flex;
|
|
3837
|
-
justify-content: space-between;
|
|
3838
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3839
|
-
height: 18px;
|
|
3840
|
-
line-height: 18px;
|
|
3841
|
-
margin-top: 2px;
|
|
3842
|
-
}
|
|
3843
|
-
|
|
3844
|
-
.t19903l9 {
|
|
3845
|
-
border: none;
|
|
3846
|
-
margin-right: 0;
|
|
3847
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
|
-
.ohwbvxu {
|
|
3851
|
-
pointer-events: none;
|
|
3852
|
-
height: 32px;
|
|
3853
|
-
width: 100%;
|
|
3854
|
-
opacity: 0;
|
|
3855
|
-
}
|
|
3856
|
-
|
|
3857
3857
|
.c198s9j3 {
|
|
3858
3858
|
color: #2d3a56;
|
|
3859
3859
|
line-height: 22px;
|
|
@@ -3925,16 +3925,6 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
-
.igz4le8 {
|
|
3929
|
-
height: 24px;
|
|
3930
|
-
width: 56px !important;
|
|
3931
|
-
margin-right: 4px;
|
|
3932
|
-
}
|
|
3933
|
-
|
|
3934
|
-
.c1riexje {
|
|
3935
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
3928
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3939
3929
|
border-radius: 6px;
|
|
3940
3930
|
}
|
|
@@ -3990,6 +3980,16 @@ input.rrg1fkn.ant-input {
|
|
|
3990
3980
|
transform: rotate(180deg);
|
|
3991
3981
|
}
|
|
3992
3982
|
|
|
3983
|
+
.igz4le8 {
|
|
3984
|
+
height: 24px;
|
|
3985
|
+
width: 56px !important;
|
|
3986
|
+
margin-right: 4px;
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
.c1riexje {
|
|
3990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
3993
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
3994
|
display: flex;
|
|
3995
3995
|
}
|
|
@@ -4185,6 +4185,52 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
+
display: var(--at4ovwe-0);
|
|
4190
|
+
}
|
|
4191
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
+
padding: 5px 12px;
|
|
4193
|
+
display: inline-flex;
|
|
4194
|
+
line-height: 1.5715;
|
|
4195
|
+
height: 100%;
|
|
4196
|
+
width: 100%;
|
|
4197
|
+
}
|
|
4198
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
+
content: var(--at4ovwe-1);
|
|
4200
|
+
display: var(--at4ovwe-2);
|
|
4201
|
+
flex: none;
|
|
4202
|
+
align-items: center;
|
|
4203
|
+
margin-left: 4px;
|
|
4204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
+
}
|
|
4206
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
+
content: var(--at4ovwe-3);
|
|
4208
|
+
display: var(--at4ovwe-4);
|
|
4209
|
+
flex: none;
|
|
4210
|
+
align-items: center;
|
|
4211
|
+
margin-right: 4px;
|
|
4212
|
+
cursor: auto;
|
|
4213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
+
}
|
|
4215
|
+
.at4ovwe.ant-input-number {
|
|
4216
|
+
width: 100%;
|
|
4217
|
+
border-radius: 6px;
|
|
4218
|
+
}
|
|
4219
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
+
border-color: #0096ff;
|
|
4221
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
+
}
|
|
4223
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
+
border-color: #e75a3a;
|
|
4225
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
+
}
|
|
4227
|
+
.at4ovwe .ant-input-number-input {
|
|
4228
|
+
padding: 0;
|
|
4229
|
+
margin: 0;
|
|
4230
|
+
height: auto;
|
|
4231
|
+
font-size: inherit;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4188
4234
|
.tc40oxa {
|
|
4189
4235
|
margin-bottom: 4px;
|
|
4190
4236
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4381,46 +4427,31 @@ input.rrg1fkn.ant-input {
|
|
|
4381
4427
|
margin-right: 8px;
|
|
4382
4428
|
}
|
|
4383
4429
|
|
|
4384
|
-
.
|
|
4385
|
-
display: var(--
|
|
4430
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
|
+
display: var(--a6dbbkm-0);
|
|
4386
4432
|
}
|
|
4387
|
-
.
|
|
4388
|
-
padding:
|
|
4433
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
4434
|
+
padding: 4px 11px;
|
|
4389
4435
|
display: inline-flex;
|
|
4390
4436
|
line-height: 1.5715;
|
|
4391
|
-
height:
|
|
4392
|
-
width: 100%;
|
|
4437
|
+
height: inherit;
|
|
4393
4438
|
}
|
|
4394
|
-
.
|
|
4395
|
-
content: var(--
|
|
4396
|
-
display: var(--
|
|
4439
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4440
|
+
content: var(--a6dbbkm-1);
|
|
4441
|
+
display: var(--a6dbbkm-2);
|
|
4397
4442
|
flex: none;
|
|
4398
4443
|
align-items: center;
|
|
4399
4444
|
margin-left: 4px;
|
|
4400
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4401
4445
|
}
|
|
4402
|
-
.
|
|
4403
|
-
content: var(--
|
|
4404
|
-
display: var(--
|
|
4446
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4447
|
+
content: var(--a6dbbkm-3);
|
|
4448
|
+
display: var(--a6dbbkm-4);
|
|
4405
4449
|
flex: none;
|
|
4406
4450
|
align-items: center;
|
|
4407
4451
|
margin-right: 4px;
|
|
4408
4452
|
cursor: auto;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
}
|
|
4411
|
-
.at4ovwe.ant-input-number {
|
|
4412
|
-
width: 100%;
|
|
4413
|
-
border-radius: 6px;
|
|
4414
|
-
}
|
|
4415
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
-
border-color: #0096ff;
|
|
4417
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
-
}
|
|
4419
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
-
border-color: #e75a3a;
|
|
4421
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
4453
|
}
|
|
4423
|
-
.
|
|
4454
|
+
.a6dbbkm .ant-input-number-input {
|
|
4424
4455
|
padding: 0;
|
|
4425
4456
|
margin: 0;
|
|
4426
4457
|
height: auto;
|
|
@@ -4444,35 +4475,4 @@ input.rrg1fkn.ant-input {
|
|
|
4444
4475
|
}
|
|
4445
4476
|
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4446
4477
|
display: block;
|
|
4447
|
-
}
|
|
4448
|
-
|
|
4449
|
-
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4450
|
-
display: var(--a6dbbkm-0);
|
|
4451
|
-
}
|
|
4452
|
-
.a6dbbkm .ant-input-number-input-wrap {
|
|
4453
|
-
padding: 4px 11px;
|
|
4454
|
-
display: inline-flex;
|
|
4455
|
-
line-height: 1.5715;
|
|
4456
|
-
height: inherit;
|
|
4457
|
-
}
|
|
4458
|
-
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4459
|
-
content: var(--a6dbbkm-1);
|
|
4460
|
-
display: var(--a6dbbkm-2);
|
|
4461
|
-
flex: none;
|
|
4462
|
-
align-items: center;
|
|
4463
|
-
margin-left: 4px;
|
|
4464
|
-
}
|
|
4465
|
-
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4466
|
-
content: var(--a6dbbkm-3);
|
|
4467
|
-
display: var(--a6dbbkm-4);
|
|
4468
|
-
flex: none;
|
|
4469
|
-
align-items: center;
|
|
4470
|
-
margin-right: 4px;
|
|
4471
|
-
cursor: auto;
|
|
4472
|
-
}
|
|
4473
|
-
.a6dbbkm .ant-input-number-input {
|
|
4474
|
-
padding: 0;
|
|
4475
|
-
margin: 0;
|
|
4476
|
-
height: auto;
|
|
4477
|
-
font-size: inherit;
|
|
4478
4478
|
}
|