@cloudtower/eagle 0.33.19 → 0.33.20
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/cjs/core/BasicCTError/BasicCTError.style.js +5 -0
- package/dist/cjs/core/{CTModalFooterError → BasicCTError}/index.js +4 -10
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1424 -1424
- package/dist/esm/core/BasicCTError/BasicCTError.style.js +3 -0
- package/dist/esm/core/{CTModalFooterError → BasicCTError}/index.js +4 -10
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1486 -1486
- package/dist/src/core/BasicCTError/BasicCTError.style.d.ts +1 -0
- package/dist/src/core/{CTModalFooterError/CTModalFooterError.type.d.ts → BasicCTError/BasicCTError.type.d.ts} +3 -3
- package/dist/src/core/BasicCTError/index.d.ts +3 -0
- package/dist/src/core/index.d.ts +1 -1
- package/dist/stories/docs/core/{CTModalFooterError.stories.d.ts → BasicCTError.stories.d.ts} +4 -4
- package/dist/style.css +1242 -1242
- package/package.json +4 -4
- package/dist/cjs/core/CTModalFooterError/CTModalFooterError.style.js +0 -5
- package/dist/esm/core/CTModalFooterError/CTModalFooterError.style.js +0 -3
- package/dist/src/core/CTModalFooterError/CTModalFooterError.style.d.ts +0 -1
- package/dist/src/core/CTModalFooterError/index.d.ts +0 -3
package/dist/linaria.merged.scss
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
.E_m74vjol {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: space-between;
|
|
4
|
+
width: 100%;
|
|
5
|
+
& .action {
|
|
6
|
+
margin-left: 16px;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.E_a1o35uvh {
|
|
11
|
+
&.ant-alert-closable {
|
|
12
|
+
padding-right: 12px;
|
|
13
|
+
|
|
14
|
+
.ant-alert-close-icon {
|
|
15
|
+
height: fit-content;
|
|
16
|
+
margin-left: 16px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ant-alert-message {
|
|
21
|
+
flex: 1;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
.E_c18gxmrl {
|
|
2
27
|
border: 1px solid $gray-40;
|
|
3
28
|
border-radius: 4px;
|
|
@@ -26,57 +51,62 @@
|
|
|
26
51
|
}
|
|
27
52
|
|
|
28
53
|
|
|
29
|
-
.
|
|
30
|
-
|
|
31
|
-
|
|
54
|
+
.E_berrcjl {
|
|
55
|
+
color: $text-terdiary-light;
|
|
56
|
+
margin-bottom: 4px;
|
|
57
|
+
|
|
58
|
+
.breadcrumb-link {
|
|
59
|
+
color: $text-terdiary-light;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
transition: color 160ms ease;
|
|
62
|
+
|
|
63
|
+
&:hover {
|
|
64
|
+
color: $blue-60;
|
|
65
|
+
}
|
|
66
|
+
&:active {
|
|
67
|
+
color: $blue-80;
|
|
68
|
+
}
|
|
32
69
|
}
|
|
70
|
+
}
|
|
33
71
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.ant-time-picker-input {
|
|
53
|
-
border-bottom-left-radius: 5px;
|
|
54
|
-
border-top-left-radius: 5px;
|
|
72
|
+
|
|
73
|
+
.E_b1nip9bk {
|
|
74
|
+
padding: 4px 11px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.E_bqamoqe {
|
|
78
|
+
white-space: nowrap;
|
|
79
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
80
|
+
|
|
81
|
+
& > .ant-btn {
|
|
82
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
83
|
+
--color: #{$text-light-general};
|
|
84
|
+
|
|
85
|
+
&[disabled],
|
|
86
|
+
&:hover[disabled] {
|
|
87
|
+
--color: #{$text-light-general};
|
|
88
|
+
}
|
|
89
|
+
}
|
|
55
90
|
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
&.ant-input-group.ant-input-group-compact
|
|
76
|
-
> .ant-time-picker:last-child
|
|
77
|
-
.ant-time-picker-input {
|
|
78
|
-
border-bottom-right-radius: 5px;
|
|
79
|
-
border-top-right-radius: 5px;
|
|
91
|
+
|
|
92
|
+
& > .ant-btn:not(:only-child) {
|
|
93
|
+
& + .ant-btn {
|
|
94
|
+
margin-left: 1px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&:first-child {
|
|
98
|
+
border-top-right-radius: 0;
|
|
99
|
+
border-bottom-right-radius: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&:last-child {
|
|
103
|
+
border-top-left-radius: 0;
|
|
104
|
+
border-bottom-left-radius: 0;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
&:not(:first-child, :last-child) {
|
|
108
|
+
border-radius: unset;
|
|
109
|
+
}
|
|
80
110
|
}
|
|
81
111
|
}
|
|
82
112
|
|
|
@@ -106,24 +136,6 @@
|
|
|
106
136
|
}
|
|
107
137
|
|
|
108
138
|
|
|
109
|
-
.E_d133fzv0 {
|
|
110
|
-
.ant-dropdown-menu-item-group {
|
|
111
|
-
.ant-dropdown-menu-item-group-title {
|
|
112
|
-
padding: 4px 8px 0 8px;
|
|
113
|
-
color: $text-light-secondary;
|
|
114
|
-
font-size: 12px;
|
|
115
|
-
}
|
|
116
|
-
.ant-dropdown-menu-item-group-list {
|
|
117
|
-
padding-bottom: 6px;
|
|
118
|
-
}
|
|
119
|
-
&:not(:first-child) {
|
|
120
|
-
padding-top: 4px;
|
|
121
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
139
|
.E_fzh9mnb {
|
|
128
140
|
width: 100%;
|
|
129
141
|
height: 100%;
|
|
@@ -141,322 +153,50 @@
|
|
|
141
153
|
}
|
|
142
154
|
|
|
143
155
|
|
|
144
|
-
.
|
|
145
|
-
|
|
146
|
-
max-width: 388px;
|
|
147
|
-
min-width: 285px;
|
|
148
|
-
.center {
|
|
149
|
-
position: absolute;
|
|
150
|
-
font-size: 12px;
|
|
151
|
-
width: 80px;
|
|
152
|
-
height: 100px;
|
|
153
|
-
top: 0;
|
|
154
|
-
left: 35px;
|
|
155
|
-
display: flex;
|
|
156
|
-
flex-direction: column;
|
|
156
|
+
.E_b1wx3t3t {
|
|
157
|
+
&.ant-btn-icon-only {
|
|
157
158
|
justify-content: center;
|
|
159
|
+
}
|
|
160
|
+
&.ant-btn {
|
|
161
|
+
display: inline-flex;
|
|
158
162
|
align-items: center;
|
|
159
|
-
|
|
163
|
+
justify-content: center;
|
|
164
|
+
height: 32px;
|
|
165
|
+
border-radius: 6px;
|
|
166
|
+
line-height: 22px;
|
|
167
|
+
transition:
|
|
168
|
+
transform 160ms ease,
|
|
169
|
+
background 160ms ease,
|
|
170
|
+
opacity 160ms ease;
|
|
171
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
160
172
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
173
|
+
padding: 5px 12px;
|
|
174
|
+
|
|
175
|
+
&.ant-btn-lg {
|
|
176
|
+
height: 40px;
|
|
177
|
+
line-height: 24px;
|
|
178
|
+
padding: 8px 16px;
|
|
164
179
|
}
|
|
165
180
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
text-align: center;
|
|
181
|
+
&.ant-btn-sm {
|
|
182
|
+
height: 24px;
|
|
183
|
+
line-height: 20px;
|
|
184
|
+
padding: 2px 8px;
|
|
171
185
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
.recharts-legend-wrapper {
|
|
176
|
-
position: relative !important;
|
|
177
|
-
min-width: calc(
|
|
178
|
-
100% - var(--d1bw7c5z-0)
|
|
179
|
-
) !important;
|
|
180
|
-
left: 0 !important;
|
|
181
|
-
bottom: 0 !important;
|
|
182
|
-
display: flex;
|
|
183
|
-
align-items: center;
|
|
184
|
-
.recharts-default-legend {
|
|
185
|
-
width: 100%;
|
|
186
|
-
}
|
|
187
|
-
li {
|
|
188
|
-
width: 100%;
|
|
189
|
-
margin-right: 0 !important;
|
|
190
|
-
line-height: 18px;
|
|
191
|
-
& > svg {
|
|
192
|
-
border-radius: 2px;
|
|
193
|
-
}
|
|
194
|
-
& > .recharts-legend-item-text {
|
|
195
|
-
min-width: 75px;
|
|
196
|
-
max-width: 198px;
|
|
197
|
-
width: calc(100% - 20px);
|
|
198
|
-
margin-left: 2px;
|
|
199
|
-
color: $text-light-primary !important;
|
|
200
|
-
display: inline-flex;
|
|
201
|
-
justify-content: space-between;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
186
|
+
|
|
187
|
+
&.ant-btn-link {
|
|
188
|
+
padding: 0;
|
|
204
189
|
}
|
|
205
|
-
}
|
|
206
|
-
.tooltip-text {
|
|
207
|
-
maxwidth: calc(100% - 12px);
|
|
208
|
-
cursor: pointer;
|
|
209
|
-
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
210
|
-
overflow: hidden;
|
|
211
|
-
text-overflow: ellipsis;
|
|
212
|
-
white-space: nowrap;
|
|
213
|
-
}
|
|
214
190
|
|
|
215
|
-
|
|
216
|
-
|
|
191
|
+
&.ant-btn-circle,
|
|
192
|
+
&.ant-btn-circle-outline {
|
|
193
|
+
border-radius: 50%;
|
|
194
|
+
}
|
|
217
195
|
}
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.E_t10pqbtc {
|
|
221
|
-
width: 140px;
|
|
222
|
-
|
|
223
|
-
.item {
|
|
224
|
-
margin: 6px auto;
|
|
225
|
-
display: flex;
|
|
226
|
-
justify-content: space-between;
|
|
227
196
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
.E_b1nip9bk {
|
|
236
|
-
padding: 4px 11px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.E_bqamoqe {
|
|
240
|
-
white-space: nowrap;
|
|
241
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
242
|
-
|
|
243
|
-
& > .ant-btn {
|
|
244
|
-
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
245
|
-
--color: #{$text-light-general};
|
|
246
|
-
|
|
247
|
-
&[disabled],
|
|
248
|
-
&:hover[disabled] {
|
|
249
|
-
--color: #{$text-light-general};
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
& > .ant-btn:not(:only-child) {
|
|
255
|
-
& + .ant-btn {
|
|
256
|
-
margin-left: 1px;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
&:first-child {
|
|
260
|
-
border-top-right-radius: 0;
|
|
261
|
-
border-bottom-right-radius: 0;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
&:last-child {
|
|
265
|
-
border-top-left-radius: 0;
|
|
266
|
-
border-bottom-left-radius: 0;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
&:not(:first-child, :last-child) {
|
|
270
|
-
border-radius: unset;
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
.E_a1wfy30z {
|
|
277
|
-
.ant-input-number-handler-wrap {
|
|
278
|
-
display: var(--a1wfy30z-0);
|
|
279
|
-
}
|
|
280
|
-
.ant-input-number-input-wrap {
|
|
281
|
-
padding: 4px 11px;
|
|
282
|
-
display: inline-flex;
|
|
283
|
-
line-height: 1.5715;
|
|
284
|
-
height: inherit;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.ant-input-number-input-wrap::after {
|
|
288
|
-
content: var(--a1wfy30z-1);
|
|
289
|
-
display: var(--a1wfy30z-2);
|
|
290
|
-
flex: none;
|
|
291
|
-
align-items: center;
|
|
292
|
-
margin-left: 4px;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.ant-input-number-input-wrap::before {
|
|
296
|
-
content: var(--a1wfy30z-3);
|
|
297
|
-
display: var(--a1wfy30z-4);
|
|
298
|
-
flex: none;
|
|
299
|
-
align-items: center;
|
|
300
|
-
margin-right: 4px;
|
|
301
|
-
cursor: auto;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.ant-input-number-input {
|
|
305
|
-
padding: 0;
|
|
306
|
-
margin: 0;
|
|
307
|
-
height: auto;
|
|
308
|
-
font-size: inherit;
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
.E_berrcjl {
|
|
314
|
-
color: $text-terdiary-light;
|
|
315
|
-
margin-bottom: 4px;
|
|
316
|
-
|
|
317
|
-
.breadcrumb-link {
|
|
318
|
-
color: $text-terdiary-light;
|
|
319
|
-
cursor: pointer;
|
|
320
|
-
transition: color 160ms ease;
|
|
321
|
-
|
|
322
|
-
&:hover {
|
|
323
|
-
color: $blue-60;
|
|
324
|
-
}
|
|
325
|
-
&:active {
|
|
326
|
-
color: $blue-80;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
.E_m74vjol {
|
|
333
|
-
display: flex;
|
|
334
|
-
justify-content: space-between;
|
|
335
|
-
width: 100%;
|
|
336
|
-
& .action {
|
|
337
|
-
margin-left: 16px;
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.E_a1o35uvh {
|
|
342
|
-
&.ant-alert-closable {
|
|
343
|
-
padding-right: 12px;
|
|
344
|
-
|
|
345
|
-
.ant-alert-close-icon {
|
|
346
|
-
height: fit-content;
|
|
347
|
-
margin-left: 16px;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.ant-alert-message {
|
|
352
|
-
flex: 1;
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
.E_sx1bpnu {
|
|
358
|
-
.ant-input-sm {
|
|
359
|
-
line-height: 18px;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
.E_atcz0kf {
|
|
365
|
-
.ant-input-suffix {
|
|
366
|
-
margin-left: 8px;
|
|
367
|
-
}
|
|
368
|
-
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
369
|
-
padding: 2px 7px 2px 12px;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
.E_f7pxqmh {
|
|
375
|
-
width: 100%;
|
|
376
|
-
margin-bottom: 0 !important;
|
|
377
|
-
flex-flow: nowrap !important;
|
|
378
|
-
line-break: auto;
|
|
379
|
-
|
|
380
|
-
& > .ant-form-item-label {
|
|
381
|
-
text-align: left !important;
|
|
382
|
-
padding-bottom: 0 !important;
|
|
383
|
-
|
|
384
|
-
& > label {
|
|
385
|
-
min-height: 32px;
|
|
386
|
-
height: auto;
|
|
387
|
-
font-size: 13px;
|
|
388
|
-
color: rgba(44, 56, 82, 0.6);
|
|
389
|
-
white-space: normal;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
&.ant-form-item-has-error {
|
|
394
|
-
.ant-input {
|
|
395
|
-
border-color: #ff4d4f !important;
|
|
396
|
-
}
|
|
397
|
-
.ant-input-password {
|
|
398
|
-
border-color: #ff4d4f !important;
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.ant-form-item-explain {
|
|
403
|
-
margin-top: 4px;
|
|
404
|
-
font-size: 12px;
|
|
405
|
-
min-height: 0px;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.ant-form-item-extra {
|
|
409
|
-
font-size: 12px;
|
|
410
|
-
color: rgba(44, 56, 82, 0.6);
|
|
411
|
-
min-height: 0px;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
.E_b1wx3t3t {
|
|
417
|
-
&.ant-btn-icon-only {
|
|
418
|
-
justify-content: center;
|
|
419
|
-
}
|
|
420
|
-
&.ant-btn {
|
|
421
|
-
display: inline-flex;
|
|
422
|
-
align-items: center;
|
|
423
|
-
justify-content: center;
|
|
424
|
-
height: 32px;
|
|
425
|
-
border-radius: 6px;
|
|
426
|
-
line-height: 22px;
|
|
427
|
-
transition:
|
|
428
|
-
transform 160ms ease,
|
|
429
|
-
background 160ms ease,
|
|
430
|
-
opacity 160ms ease;
|
|
431
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
432
|
-
|
|
433
|
-
padding: 5px 12px;
|
|
434
|
-
|
|
435
|
-
&.ant-btn-lg {
|
|
436
|
-
height: 40px;
|
|
437
|
-
line-height: 24px;
|
|
438
|
-
padding: 8px 16px;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
&.ant-btn-sm {
|
|
442
|
-
height: 24px;
|
|
443
|
-
line-height: 20px;
|
|
444
|
-
padding: 2px 8px;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
&.ant-btn-link {
|
|
448
|
-
padding: 0;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
&.ant-btn-circle,
|
|
452
|
-
&.ant-btn-circle-outline {
|
|
453
|
-
border-radius: 50%;
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.ant-btn-loading-icon span.anticon {
|
|
458
|
-
margin-right: 8px;
|
|
459
|
-
padding-right: 0px;
|
|
197
|
+
.ant-btn-loading-icon span.anticon {
|
|
198
|
+
margin-right: 8px;
|
|
199
|
+
padding-right: 0px;
|
|
460
200
|
}
|
|
461
201
|
|
|
462
202
|
&.ant-btn.ant-btn-primary,
|
|
@@ -771,25 +511,277 @@
|
|
|
771
511
|
}
|
|
772
512
|
|
|
773
513
|
|
|
774
|
-
.
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
.
|
|
779
|
-
|
|
780
|
-
|
|
514
|
+
.E_d1bw7c5z {
|
|
515
|
+
position: relative;
|
|
516
|
+
max-width: 388px;
|
|
517
|
+
min-width: 285px;
|
|
518
|
+
.center {
|
|
519
|
+
position: absolute;
|
|
520
|
+
font-size: 12px;
|
|
521
|
+
width: 80px;
|
|
522
|
+
height: 100px;
|
|
523
|
+
top: 0;
|
|
524
|
+
left: 35px;
|
|
525
|
+
display: flex;
|
|
526
|
+
flex-direction: column;
|
|
781
527
|
justify-content: center;
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
528
|
+
align-items: center;
|
|
529
|
+
color: $text-light-primary;
|
|
530
|
+
|
|
531
|
+
.number {
|
|
532
|
+
font-size: 24px;
|
|
533
|
+
font-weight: 700;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.text {
|
|
537
|
+
padding: 0 5px;
|
|
538
|
+
font-size: 12px;
|
|
539
|
+
width: inherit;
|
|
540
|
+
text-align: center;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
.recharts-wrapper {
|
|
544
|
+
display: flex;
|
|
545
|
+
.recharts-legend-wrapper {
|
|
546
|
+
position: relative !important;
|
|
547
|
+
min-width: calc(
|
|
548
|
+
100% - var(--d1bw7c5z-0)
|
|
549
|
+
) !important;
|
|
550
|
+
left: 0 !important;
|
|
551
|
+
bottom: 0 !important;
|
|
552
|
+
display: flex;
|
|
553
|
+
align-items: center;
|
|
554
|
+
.recharts-default-legend {
|
|
555
|
+
width: 100%;
|
|
556
|
+
}
|
|
557
|
+
li {
|
|
558
|
+
width: 100%;
|
|
559
|
+
margin-right: 0 !important;
|
|
560
|
+
line-height: 18px;
|
|
561
|
+
& > svg {
|
|
562
|
+
border-radius: 2px;
|
|
563
|
+
}
|
|
564
|
+
& > .recharts-legend-item-text {
|
|
565
|
+
min-width: 75px;
|
|
566
|
+
max-width: 198px;
|
|
567
|
+
width: calc(100% - 20px);
|
|
568
|
+
margin-left: 2px;
|
|
569
|
+
color: $text-light-primary !important;
|
|
570
|
+
display: inline-flex;
|
|
571
|
+
justify-content: space-between;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
.tooltip-text {
|
|
577
|
+
maxwidth: calc(100% - 12px);
|
|
578
|
+
cursor: pointer;
|
|
579
|
+
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
580
|
+
overflow: hidden;
|
|
581
|
+
text-overflow: ellipsis;
|
|
582
|
+
white-space: nowrap;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.value {
|
|
586
|
+
color: $text-neutral-secondary;
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.E_t10pqbtc {
|
|
591
|
+
width: 140px;
|
|
592
|
+
|
|
593
|
+
.item {
|
|
594
|
+
margin: 6px auto;
|
|
595
|
+
display: flex;
|
|
596
|
+
justify-content: space-between;
|
|
597
|
+
|
|
598
|
+
.name {
|
|
599
|
+
width: 102px;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
.E_d133fzv0 {
|
|
606
|
+
.ant-dropdown-menu-item-group {
|
|
607
|
+
.ant-dropdown-menu-item-group-title {
|
|
608
|
+
padding: 4px 8px 0 8px;
|
|
609
|
+
color: $text-light-secondary;
|
|
610
|
+
font-size: 12px;
|
|
611
|
+
}
|
|
612
|
+
.ant-dropdown-menu-item-group-list {
|
|
613
|
+
padding-bottom: 6px;
|
|
614
|
+
}
|
|
615
|
+
&:not(:first-child) {
|
|
616
|
+
padding-top: 4px;
|
|
617
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
.E_f7pxqmh {
|
|
624
|
+
width: 100%;
|
|
625
|
+
margin-bottom: 0 !important;
|
|
626
|
+
flex-flow: nowrap !important;
|
|
627
|
+
line-break: auto;
|
|
628
|
+
|
|
629
|
+
& > .ant-form-item-label {
|
|
630
|
+
text-align: left !important;
|
|
631
|
+
padding-bottom: 0 !important;
|
|
632
|
+
|
|
633
|
+
& > label {
|
|
634
|
+
min-height: 32px;
|
|
635
|
+
height: auto;
|
|
636
|
+
font-size: 13px;
|
|
637
|
+
color: rgba(44, 56, 82, 0.6);
|
|
638
|
+
white-space: normal;
|
|
791
639
|
}
|
|
792
640
|
}
|
|
641
|
+
|
|
642
|
+
&.ant-form-item-has-error {
|
|
643
|
+
.ant-input {
|
|
644
|
+
border-color: #ff4d4f !important;
|
|
645
|
+
}
|
|
646
|
+
.ant-input-password {
|
|
647
|
+
border-color: #ff4d4f !important;
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.ant-form-item-explain {
|
|
652
|
+
margin-top: 4px;
|
|
653
|
+
font-size: 12px;
|
|
654
|
+
min-height: 0px;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.ant-form-item-extra {
|
|
658
|
+
font-size: 12px;
|
|
659
|
+
color: rgba(44, 56, 82, 0.6);
|
|
660
|
+
min-height: 0px;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
.E_atcz0kf {
|
|
666
|
+
.ant-input-suffix {
|
|
667
|
+
margin-left: 8px;
|
|
668
|
+
}
|
|
669
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
670
|
+
padding: 2px 7px 2px 12px;
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
.E_itxley7 {
|
|
676
|
+
&.ant-input-group.ant-input-group-compact {
|
|
677
|
+
display: flex;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
681
|
+
&.ant-input-group.ant-input-group-compact
|
|
682
|
+
> .ant-select:first-child
|
|
683
|
+
> .ant-select-selector,
|
|
684
|
+
&.ant-input-group.ant-input-group-compact
|
|
685
|
+
> .ant-calendar-picker:first-child
|
|
686
|
+
.ant-input,
|
|
687
|
+
&.ant-input-group.ant-input-group-compact
|
|
688
|
+
> .ant-select-auto-complete:first-child
|
|
689
|
+
.ant-input,
|
|
690
|
+
&.ant-input-group.ant-input-group-compact
|
|
691
|
+
> .ant-cascader-picker:first-child
|
|
692
|
+
.ant-input,
|
|
693
|
+
&.ant-input-group.ant-input-group-compact
|
|
694
|
+
> .ant-mention-wrapper:first-child
|
|
695
|
+
.ant-mention-editor,
|
|
696
|
+
&.ant-input-group.ant-input-group-compact
|
|
697
|
+
> .ant-time-picker:first-child
|
|
698
|
+
.ant-time-picker-input {
|
|
699
|
+
border-bottom-left-radius: 5px;
|
|
700
|
+
border-top-left-radius: 5px;
|
|
701
|
+
}
|
|
702
|
+
&.ant-input-group.ant-input-group-compact > *:last-child,
|
|
703
|
+
&.ant-input-group.ant-input-group-compact
|
|
704
|
+
> .ant-select:last-child
|
|
705
|
+
> .ant-select-selector,
|
|
706
|
+
&.ant-input-group.ant-input-group-compact
|
|
707
|
+
> .ant-calendar-picker:last-child
|
|
708
|
+
.ant-input,
|
|
709
|
+
&.ant-input-group.ant-input-group-compact
|
|
710
|
+
> .ant-select-auto-complete:last-child
|
|
711
|
+
.ant-input,
|
|
712
|
+
&.ant-input-group.ant-input-group-compact
|
|
713
|
+
> .ant-cascader-picker:last-child
|
|
714
|
+
.ant-input,
|
|
715
|
+
&.ant-input-group.ant-input-group-compact
|
|
716
|
+
> .ant-cascader-picker-focused:last-child
|
|
717
|
+
.ant-input,
|
|
718
|
+
&.ant-input-group.ant-input-group-compact
|
|
719
|
+
> .ant-mention-wrapper:last-child
|
|
720
|
+
.ant-mention-editor,
|
|
721
|
+
&.ant-input-group.ant-input-group-compact
|
|
722
|
+
> .ant-time-picker:last-child
|
|
723
|
+
.ant-time-picker-input {
|
|
724
|
+
border-bottom-right-radius: 5px;
|
|
725
|
+
border-top-right-radius: 5px;
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
.E_a1wfy30z {
|
|
731
|
+
.ant-input-number-handler-wrap {
|
|
732
|
+
display: var(--a1wfy30z-0);
|
|
733
|
+
}
|
|
734
|
+
.ant-input-number-input-wrap {
|
|
735
|
+
padding: 4px 11px;
|
|
736
|
+
display: inline-flex;
|
|
737
|
+
line-height: 1.5715;
|
|
738
|
+
height: inherit;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.ant-input-number-input-wrap::after {
|
|
742
|
+
content: var(--a1wfy30z-1);
|
|
743
|
+
display: var(--a1wfy30z-2);
|
|
744
|
+
flex: none;
|
|
745
|
+
align-items: center;
|
|
746
|
+
margin-left: 4px;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.ant-input-number-input-wrap::before {
|
|
750
|
+
content: var(--a1wfy30z-3);
|
|
751
|
+
display: var(--a1wfy30z-4);
|
|
752
|
+
flex: none;
|
|
753
|
+
align-items: center;
|
|
754
|
+
margin-right: 4px;
|
|
755
|
+
cursor: auto;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.ant-input-number-input {
|
|
759
|
+
padding: 0;
|
|
760
|
+
margin: 0;
|
|
761
|
+
height: auto;
|
|
762
|
+
font-size: inherit;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
.E_i1inqkme {
|
|
768
|
+
height: 18px;
|
|
769
|
+
line-height: 18px;
|
|
770
|
+
padding: 0 4px;
|
|
771
|
+
border-radius: 4px;
|
|
772
|
+
background: rgba(235, 239, 245, 0.6);
|
|
773
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
774
|
+
display: flex;
|
|
775
|
+
align-items: center;
|
|
776
|
+
white-space: nowrap;
|
|
777
|
+
margin-right: 4px;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
.E_sx1bpnu {
|
|
782
|
+
.ant-input-sm {
|
|
783
|
+
line-height: 18px;
|
|
784
|
+
}
|
|
793
785
|
}
|
|
794
786
|
|
|
795
787
|
|
|
@@ -874,17 +866,25 @@
|
|
|
874
866
|
}
|
|
875
867
|
|
|
876
868
|
|
|
877
|
-
.
|
|
878
|
-
|
|
879
|
-
line-height: 18px;
|
|
880
|
-
padding: 0 4px;
|
|
881
|
-
border-radius: 4px;
|
|
882
|
-
background: rgba(235, 239, 245, 0.6);
|
|
883
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
884
|
-
display: flex;
|
|
869
|
+
.E_iouxfgt {
|
|
870
|
+
display: inline-flex;
|
|
885
871
|
align-items: center;
|
|
886
|
-
|
|
887
|
-
|
|
872
|
+
|
|
873
|
+
.icon-inner {
|
|
874
|
+
display: inline-flex;
|
|
875
|
+
align-items: center;
|
|
876
|
+
justify-content: center;
|
|
877
|
+
}
|
|
878
|
+
.icon-inner + span,
|
|
879
|
+
span + .icon-inner.suffix {
|
|
880
|
+
margin-left: 4px;
|
|
881
|
+
}
|
|
882
|
+
&.is-rotate {
|
|
883
|
+
img,
|
|
884
|
+
svg {
|
|
885
|
+
animation: rotate 680ms linear infinite;
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
|
|
@@ -965,38 +965,6 @@
|
|
|
965
965
|
}
|
|
966
966
|
|
|
967
967
|
|
|
968
|
-
.E_i11gg7mj {
|
|
969
|
-
.ant-input-prefix {
|
|
970
|
-
margin-right: 8px;
|
|
971
|
-
}
|
|
972
|
-
.ant-input-suffix {
|
|
973
|
-
margin-left: 8px;
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
.E_cc368xp {
|
|
978
|
-
color: $gray-120;
|
|
979
|
-
border-right: 1px solid $gray-a60-5;
|
|
980
|
-
margin-right: 8px;
|
|
981
|
-
padding-right: 8px;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.E_i11o6xqj {
|
|
985
|
-
display: flex;
|
|
986
|
-
gap: 4px;
|
|
987
|
-
|
|
988
|
-
.icon-wrapper {
|
|
989
|
-
cursor: pointer;
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
.E_d19ruhdj {
|
|
994
|
-
&.icon-wrapper {
|
|
995
|
-
cursor: not-allowed;
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
|
|
1000
968
|
.E_rapgekc {
|
|
1001
969
|
&.ant-radio-wrapper {
|
|
1002
970
|
display: inline-flex;
|
|
@@ -1178,6 +1146,142 @@
|
|
|
1178
1146
|
}
|
|
1179
1147
|
|
|
1180
1148
|
|
|
1149
|
+
.E_c1bus5hc {
|
|
1150
|
+
--color: white;
|
|
1151
|
+
height: 14px;
|
|
1152
|
+
width: 14px;
|
|
1153
|
+
border-radius: 50%;
|
|
1154
|
+
flex-shrink: 0;
|
|
1155
|
+
display: flex;
|
|
1156
|
+
align-items: center;
|
|
1157
|
+
justify-content: center;
|
|
1158
|
+
border: 1px solid var(--color);
|
|
1159
|
+
|
|
1160
|
+
.circle-inner {
|
|
1161
|
+
position: relative;
|
|
1162
|
+
height: 10px;
|
|
1163
|
+
width: 10px;
|
|
1164
|
+
border-radius: 50%;
|
|
1165
|
+
overflow: hidden;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.circle-content {
|
|
1169
|
+
position: absolute;
|
|
1170
|
+
height: 100%;
|
|
1171
|
+
width: 100%;
|
|
1172
|
+
left: 0;
|
|
1173
|
+
top: 0;
|
|
1174
|
+
border-radius: 50%;
|
|
1175
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1176
|
+
transform: rotate(180deg);
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.circle-child {
|
|
1180
|
+
position: absolute;
|
|
1181
|
+
height: 100%;
|
|
1182
|
+
width: 100%;
|
|
1183
|
+
left: 0;
|
|
1184
|
+
top: 0;
|
|
1185
|
+
margin-left: 50%;
|
|
1186
|
+
transform-origin: left;
|
|
1187
|
+
background: white;
|
|
1188
|
+
transform: rotate(0deg);
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
.E_i11gg7mj {
|
|
1194
|
+
.ant-input-prefix {
|
|
1195
|
+
margin-right: 8px;
|
|
1196
|
+
}
|
|
1197
|
+
.ant-input-suffix {
|
|
1198
|
+
margin-left: 8px;
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.E_cc368xp {
|
|
1203
|
+
color: $gray-120;
|
|
1204
|
+
border-right: 1px solid $gray-a60-5;
|
|
1205
|
+
margin-right: 8px;
|
|
1206
|
+
padding-right: 8px;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
.E_i11o6xqj {
|
|
1210
|
+
display: flex;
|
|
1211
|
+
gap: 4px;
|
|
1212
|
+
|
|
1213
|
+
.icon-wrapper {
|
|
1214
|
+
cursor: pointer;
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.E_d19ruhdj {
|
|
1219
|
+
&.icon-wrapper {
|
|
1220
|
+
cursor: not-allowed;
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
.E_s1dizucg {
|
|
1226
|
+
&.ant-switch {
|
|
1227
|
+
min-width: 40px;
|
|
1228
|
+
height: 24px;
|
|
1229
|
+
background: $fills-trans-quinary-light;
|
|
1230
|
+
overflow: hidden;
|
|
1231
|
+
&:focus {
|
|
1232
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
&.ant-switch-small {
|
|
1236
|
+
min-width: 26px;
|
|
1237
|
+
height: 16px;
|
|
1238
|
+
}
|
|
1239
|
+
&.ant-switch-large {
|
|
1240
|
+
min-width: 52px;
|
|
1241
|
+
height: 32px;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
&.ant-switch .ant-switch-handle {
|
|
1245
|
+
height: 20px;
|
|
1246
|
+
width: 20px;
|
|
1247
|
+
&::before {
|
|
1248
|
+
border-radius: 10px;
|
|
1249
|
+
transition-delay: 120ms;
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
&.ant-switch-small .ant-switch-handle {
|
|
1253
|
+
height: 14px;
|
|
1254
|
+
width: 14px;
|
|
1255
|
+
top: 1px;
|
|
1256
|
+
left: 1px;
|
|
1257
|
+
}
|
|
1258
|
+
&.ant-switch-large .ant-switch-handle {
|
|
1259
|
+
height: 28px;
|
|
1260
|
+
width: 28px;
|
|
1261
|
+
&::before {
|
|
1262
|
+
border-radius: 14px;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
&.ant-switch-checked {
|
|
1267
|
+
background-color: $green-60;
|
|
1268
|
+
}
|
|
1269
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
1270
|
+
left: calc(100% - 20px - 2px);
|
|
1271
|
+
}
|
|
1272
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1273
|
+
left: calc(100% - 14px - 1px);
|
|
1274
|
+
}
|
|
1275
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1276
|
+
left: calc(100% - 28px - 2px);
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.E_c1up6e3y {
|
|
1281
|
+
margin-left: 5px;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
|
|
1181
1285
|
.E_ivqqkzv {
|
|
1182
1286
|
height: 24px;
|
|
1183
1287
|
width: 56px !important;
|
|
@@ -2002,107 +2106,106 @@
|
|
|
2002
2106
|
}
|
|
2003
2107
|
|
|
2004
2108
|
|
|
2005
|
-
.
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
height: 24px;
|
|
2009
|
-
background: $fills-trans-quinary-light;
|
|
2010
|
-
overflow: hidden;
|
|
2011
|
-
&:focus {
|
|
2012
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
2013
|
-
}
|
|
2014
|
-
}
|
|
2015
|
-
&.ant-switch-small {
|
|
2016
|
-
min-width: 26px;
|
|
2017
|
-
height: 16px;
|
|
2018
|
-
}
|
|
2019
|
-
&.ant-switch-large {
|
|
2020
|
-
min-width: 52px;
|
|
2021
|
-
height: 32px;
|
|
2109
|
+
.E_tju3gfj {
|
|
2110
|
+
.date {
|
|
2111
|
+
margin-right: 4px;
|
|
2022
2112
|
}
|
|
2113
|
+
}
|
|
2023
2114
|
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
border-radius: 10px;
|
|
2029
|
-
transition-delay: 120ms;
|
|
2030
|
-
}
|
|
2031
|
-
}
|
|
2032
|
-
&.ant-switch-small .ant-switch-handle {
|
|
2033
|
-
height: 14px;
|
|
2034
|
-
width: 14px;
|
|
2035
|
-
top: 1px;
|
|
2036
|
-
left: 1px;
|
|
2115
|
+
|
|
2116
|
+
.E_s1sck0th {
|
|
2117
|
+
padding: 0 8px;
|
|
2118
|
+
border-radius: 4px;
|
|
2037
2119
|
}
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
border-radius: 14px;
|
|
2043
|
-
}
|
|
2120
|
+
|
|
2121
|
+
.E_m855nr1 {
|
|
2122
|
+
padding: 2px 8px;
|
|
2123
|
+
border-radius: 3px;
|
|
2044
2124
|
}
|
|
2045
2125
|
|
|
2046
|
-
|
|
2047
|
-
|
|
2126
|
+
.E_l1270xpg {
|
|
2127
|
+
padding: 3px 8px;
|
|
2128
|
+
border-radius: 2px;
|
|
2048
2129
|
}
|
|
2049
|
-
|
|
2050
|
-
|
|
2130
|
+
|
|
2131
|
+
.E_t14rextb {
|
|
2132
|
+
&.ant-tag:hover {
|
|
2133
|
+
opacity: unset;
|
|
2051
2134
|
}
|
|
2052
|
-
&.ant-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2135
|
+
&.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2136
|
+
margin: 0;
|
|
2137
|
+
margin-right: 8px;
|
|
2138
|
+
display: inline-flex;
|
|
2139
|
+
align-items: center;
|
|
2140
|
+
border: none;
|
|
2141
|
+
& .ant-tag-close-icon {
|
|
2142
|
+
width: 16px;
|
|
2143
|
+
height: 16px;
|
|
2144
|
+
color: inherit;
|
|
2145
|
+
margin-left: 4px;
|
|
2146
|
+
opacity: 0.6;
|
|
2147
|
+
display: inline-flex;
|
|
2148
|
+
&:hover {
|
|
2149
|
+
opacity: 1;
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
&.ant-tag-blue {
|
|
2153
|
+
color: $fills-light-general-general;
|
|
2154
|
+
background-color: $fills-light-general-general-light;
|
|
2155
|
+
}
|
|
2156
|
+
&.ant-tag-red {
|
|
2157
|
+
color: $fills-light-serious-serious;
|
|
2158
|
+
background-color: $fills-light-serious-serious-light;
|
|
2159
|
+
}
|
|
2160
|
+
&.ant-tag-yellow {
|
|
2161
|
+
color: $fills-light-notice-notice-dark;
|
|
2162
|
+
background-color: $fills-light-notice-notice-light;
|
|
2163
|
+
}
|
|
2164
|
+
&.ant-tag-green {
|
|
2165
|
+
color: $fills-light-positive-positive-dark;
|
|
2166
|
+
background-color: $fills-light-positive-positive-light;
|
|
2167
|
+
}
|
|
2168
|
+
&.ant-tag-gray {
|
|
2169
|
+
color: $text-light-super;
|
|
2170
|
+
background-color: $fills-element-light-container-general;
|
|
2171
|
+
}
|
|
2172
|
+
&.ant-tag-purple {
|
|
2173
|
+
color: $text-colorful-purple;
|
|
2174
|
+
background-color: $fill-purple-light;
|
|
2175
|
+
}
|
|
2059
2176
|
|
|
2060
|
-
|
|
2061
|
-
|
|
2177
|
+
&.ui-kit-token-checked {
|
|
2178
|
+
color: $text-light-on-tint;
|
|
2179
|
+
&.ant-tag-red {
|
|
2180
|
+
background-color: $fills-light-serious-serious;
|
|
2181
|
+
}
|
|
2182
|
+
&.ant-tag-yellow {
|
|
2183
|
+
background-color: $fills-light-notice-notice;
|
|
2184
|
+
}
|
|
2185
|
+
&.ant-tag-green {
|
|
2186
|
+
background-color: $fills-light-positive-positive;
|
|
2187
|
+
}
|
|
2188
|
+
&.ant-tag-blue {
|
|
2189
|
+
background-color: $fills-light-general-general;
|
|
2190
|
+
}
|
|
2191
|
+
&.ant-tag-gray {
|
|
2192
|
+
background-color: $gray-70;
|
|
2193
|
+
}
|
|
2194
|
+
&.ant-tag-purple {
|
|
2195
|
+
background-color: $fill-purple-base;
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2062
2198
|
}
|
|
2199
|
+
}
|
|
2063
2200
|
|
|
2064
2201
|
|
|
2065
|
-
.
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
width: 14px;
|
|
2069
|
-
border-radius: 50%;
|
|
2070
|
-
flex-shrink: 0;
|
|
2071
|
-
display: flex;
|
|
2072
|
-
align-items: center;
|
|
2073
|
-
justify-content: center;
|
|
2074
|
-
border: 1px solid var(--color);
|
|
2075
|
-
|
|
2076
|
-
.circle-inner {
|
|
2077
|
-
position: relative;
|
|
2078
|
-
height: 10px;
|
|
2079
|
-
width: 10px;
|
|
2080
|
-
border-radius: 50%;
|
|
2081
|
-
overflow: hidden;
|
|
2082
|
-
}
|
|
2202
|
+
.E_iq1gosr {
|
|
2203
|
+
display: inline-block;
|
|
2204
|
+
}
|
|
2083
2205
|
|
|
2084
|
-
.circle-content {
|
|
2085
|
-
position: absolute;
|
|
2086
|
-
height: 100%;
|
|
2087
|
-
width: 100%;
|
|
2088
|
-
left: 0;
|
|
2089
|
-
top: 0;
|
|
2090
|
-
border-radius: 50%;
|
|
2091
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2092
|
-
transform: rotate(180deg);
|
|
2093
|
-
}
|
|
2094
2206
|
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
height: 100%;
|
|
2098
|
-
width: 100%;
|
|
2099
|
-
left: 0;
|
|
2100
|
-
top: 0;
|
|
2101
|
-
margin-left: 50%;
|
|
2102
|
-
transform-origin: left;
|
|
2103
|
-
background: white;
|
|
2104
|
-
transform: rotate(0deg);
|
|
2105
|
-
}
|
|
2207
|
+
.E_m196gn1d {
|
|
2208
|
+
min-width: 1280px;
|
|
2106
2209
|
}
|
|
2107
2210
|
|
|
2108
2211
|
|
|
@@ -2195,104 +2298,6 @@
|
|
|
2195
2298
|
}
|
|
2196
2299
|
|
|
2197
2300
|
|
|
2198
|
-
.E_tju3gfj {
|
|
2199
|
-
.date {
|
|
2200
|
-
margin-right: 4px;
|
|
2201
|
-
}
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
.E_s1sck0th {
|
|
2206
|
-
padding: 0 8px;
|
|
2207
|
-
border-radius: 4px;
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
.E_m855nr1 {
|
|
2211
|
-
padding: 2px 8px;
|
|
2212
|
-
border-radius: 3px;
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
.E_l1270xpg {
|
|
2216
|
-
padding: 3px 8px;
|
|
2217
|
-
border-radius: 2px;
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
.E_t14rextb {
|
|
2221
|
-
&.ant-tag:hover {
|
|
2222
|
-
opacity: unset;
|
|
2223
|
-
}
|
|
2224
|
-
&.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2225
|
-
margin: 0;
|
|
2226
|
-
margin-right: 8px;
|
|
2227
|
-
display: inline-flex;
|
|
2228
|
-
align-items: center;
|
|
2229
|
-
border: none;
|
|
2230
|
-
& .ant-tag-close-icon {
|
|
2231
|
-
width: 16px;
|
|
2232
|
-
height: 16px;
|
|
2233
|
-
color: inherit;
|
|
2234
|
-
margin-left: 4px;
|
|
2235
|
-
opacity: 0.6;
|
|
2236
|
-
display: inline-flex;
|
|
2237
|
-
&:hover {
|
|
2238
|
-
opacity: 1;
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2241
|
-
&.ant-tag-blue {
|
|
2242
|
-
color: $fills-light-general-general;
|
|
2243
|
-
background-color: $fills-light-general-general-light;
|
|
2244
|
-
}
|
|
2245
|
-
&.ant-tag-red {
|
|
2246
|
-
color: $fills-light-serious-serious;
|
|
2247
|
-
background-color: $fills-light-serious-serious-light;
|
|
2248
|
-
}
|
|
2249
|
-
&.ant-tag-yellow {
|
|
2250
|
-
color: $fills-light-notice-notice-dark;
|
|
2251
|
-
background-color: $fills-light-notice-notice-light;
|
|
2252
|
-
}
|
|
2253
|
-
&.ant-tag-green {
|
|
2254
|
-
color: $fills-light-positive-positive-dark;
|
|
2255
|
-
background-color: $fills-light-positive-positive-light;
|
|
2256
|
-
}
|
|
2257
|
-
&.ant-tag-gray {
|
|
2258
|
-
color: $text-light-super;
|
|
2259
|
-
background-color: $fills-element-light-container-general;
|
|
2260
|
-
}
|
|
2261
|
-
&.ant-tag-purple {
|
|
2262
|
-
color: $text-colorful-purple;
|
|
2263
|
-
background-color: $fill-purple-light;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
|
-
&.ui-kit-token-checked {
|
|
2267
|
-
color: $text-light-on-tint;
|
|
2268
|
-
&.ant-tag-red {
|
|
2269
|
-
background-color: $fills-light-serious-serious;
|
|
2270
|
-
}
|
|
2271
|
-
&.ant-tag-yellow {
|
|
2272
|
-
background-color: $fills-light-notice-notice;
|
|
2273
|
-
}
|
|
2274
|
-
&.ant-tag-green {
|
|
2275
|
-
background-color: $fills-light-positive-positive;
|
|
2276
|
-
}
|
|
2277
|
-
&.ant-tag-blue {
|
|
2278
|
-
background-color: $fills-light-general-general;
|
|
2279
|
-
}
|
|
2280
|
-
&.ant-tag-gray {
|
|
2281
|
-
background-color: $gray-70;
|
|
2282
|
-
}
|
|
2283
|
-
&.ant-tag-purple {
|
|
2284
|
-
background-color: $fill-purple-base;
|
|
2285
|
-
}
|
|
2286
|
-
}
|
|
2287
|
-
}
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
.E_iq1gosr {
|
|
2292
|
-
display: inline-block;
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
2301
|
.E_dsnbhzf {
|
|
2297
2302
|
@include Inter(bold);
|
|
2298
2303
|
font-size: 32px;
|
|
@@ -2647,25 +2652,6 @@
|
|
|
2647
2652
|
}
|
|
2648
2653
|
|
|
2649
2654
|
|
|
2650
|
-
.E_t1m2x205 {
|
|
2651
|
-
.ant-tooltip-arrow {
|
|
2652
|
-
display: none;
|
|
2653
|
-
}
|
|
2654
|
-
.ant-tooltip-inner {
|
|
2655
|
-
background: $gray-a80-9;
|
|
2656
|
-
border-radius: 4px;
|
|
2657
|
-
&:has(.eagle-ellipsis-content) {
|
|
2658
|
-
visibility: hidden;
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
.E_m196gn1d {
|
|
2665
|
-
min-width: 1280px;
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
2655
|
.E_a1b5xrg3 {
|
|
2670
2656
|
.user-icon-inner {
|
|
2671
2657
|
display: inline-flex;
|
|
@@ -2703,6 +2689,20 @@
|
|
|
2703
2689
|
}
|
|
2704
2690
|
|
|
2705
2691
|
|
|
2692
|
+
.E_t1m2x205 {
|
|
2693
|
+
.ant-tooltip-arrow {
|
|
2694
|
+
display: none;
|
|
2695
|
+
}
|
|
2696
|
+
.ant-tooltip-inner {
|
|
2697
|
+
background: $gray-a80-9;
|
|
2698
|
+
border-radius: 4px;
|
|
2699
|
+
&:has(.eagle-ellipsis-content) {
|
|
2700
|
+
visibility: hidden;
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
2706
|
.E_c1yyuluq {
|
|
2707
2707
|
border-radius: 8px;
|
|
2708
2708
|
.ant-card-body {
|
|
@@ -2743,125 +2743,6 @@
|
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
2745
|
|
|
2746
|
-
.E_ryby9ds {
|
|
2747
|
-
display: flex;
|
|
2748
|
-
align-items: center;
|
|
2749
|
-
.order {
|
|
2750
|
-
height: 24px;
|
|
2751
|
-
width: 24px;
|
|
2752
|
-
border-radius: 20px;
|
|
2753
|
-
color: $text-light-general;
|
|
2754
|
-
background: $fill-light-element-container-outstanding;
|
|
2755
|
-
display: flex;
|
|
2756
|
-
align-items: center;
|
|
2757
|
-
justify-content: center;
|
|
2758
|
-
margin-right: 6px;
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
.E_s17wv897 {
|
|
2764
|
-
&.ant-select,
|
|
2765
|
-
&.ant-select div.ant-select-selector {
|
|
2766
|
-
border-radius: 6px;
|
|
2767
|
-
}
|
|
2768
|
-
|
|
2769
|
-
&.ant-select {
|
|
2770
|
-
&.ant-select-single {
|
|
2771
|
-
width: 100%;
|
|
2772
|
-
&[data-size="small"] {
|
|
2773
|
-
}
|
|
2774
|
-
&[data-size="middle"] {
|
|
2775
|
-
height: 30px;
|
|
2776
|
-
}
|
|
2777
|
-
&[data-size="large"] {
|
|
2778
|
-
}
|
|
2779
|
-
color: $text-primary-light;
|
|
2780
|
-
border-color: $strokes-light-trans-2;
|
|
2781
|
-
transition:
|
|
2782
|
-
border 160ms ease 8ms,
|
|
2783
|
-
box-shadow 160ms ease 8ms;
|
|
2784
|
-
font-size: 13px;
|
|
2785
|
-
|
|
2786
|
-
&.ant-select-lg {
|
|
2787
|
-
height: 38px;
|
|
2788
|
-
font-size: 13px;
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
.ant-select-arrow,
|
|
2792
|
-
.ant-select-arrow .anticon-down {
|
|
2793
|
-
transition: 160ms ease;
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
.ant-select-arrow-loading {
|
|
2797
|
-
color: $fills-light-general-general;
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2800
|
-
&:not(.ant-select-disabled) {
|
|
2801
|
-
&:hover .ant-select-selector,
|
|
2802
|
-
&.__pseudo-states-hover .ant-select-selector {
|
|
2803
|
-
border-color: $strokes-light-trans-4;
|
|
2804
|
-
box-shadow: $shadow-light-hover;
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
&:hover .ant-select-arrow,
|
|
2808
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
2809
|
-
color: $fills-light-general-general;
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
&:active,
|
|
2813
|
-
&:focus,
|
|
2814
|
-
&.ant-select-focused,
|
|
2815
|
-
&.ant-select-open,
|
|
2816
|
-
&.__pseudo-states-active,
|
|
2817
|
-
&.__pseudo-states-focus {
|
|
2818
|
-
.ant-select-selector {
|
|
2819
|
-
border-color: $fills-light-general-general;
|
|
2820
|
-
box-shadow: $shadow-light-active;
|
|
2821
|
-
}
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2825
|
-
transform: rotate(180deg);
|
|
2826
|
-
}
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
&.ant-select-disabled .ant-select-selector {
|
|
2830
|
-
background: $fills-light-trans-3;
|
|
2831
|
-
border-color: $strokes-light-trans-3;
|
|
2832
|
-
cursor: "not-allowed";
|
|
2833
|
-
}
|
|
2834
|
-
}
|
|
2835
|
-
&.select-error:not(.ant-select-disabled) {
|
|
2836
|
-
.ant-select-selector {
|
|
2837
|
-
border-color: $fills-light-serious-serious !important;
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
&:hover .ant-select-arrow,
|
|
2841
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
2842
|
-
color: $text-light-super;
|
|
2843
|
-
}
|
|
2844
|
-
|
|
2845
|
-
&:active,
|
|
2846
|
-
&:focus,
|
|
2847
|
-
&.ant-select-focused,
|
|
2848
|
-
&.ant-select-open,
|
|
2849
|
-
&.__pseudo-states-focus,
|
|
2850
|
-
&.__pseudo-states-active {
|
|
2851
|
-
.ant-select-selector {
|
|
2852
|
-
border-color: $fills-light-general-general;
|
|
2853
|
-
box-shadow: $shadow-light-error;
|
|
2854
|
-
}
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2858
|
-
transform: rotate(180deg);
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2861
|
-
}
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
2746
|
.E_suhck3k {
|
|
2866
2747
|
height: 24px;
|
|
2867
2748
|
width: 24px;
|
|
@@ -2878,6 +2759,23 @@
|
|
|
2878
2759
|
}
|
|
2879
2760
|
|
|
2880
2761
|
|
|
2762
|
+
.E_ryby9ds {
|
|
2763
|
+
display: flex;
|
|
2764
|
+
align-items: center;
|
|
2765
|
+
.order {
|
|
2766
|
+
height: 24px;
|
|
2767
|
+
width: 24px;
|
|
2768
|
+
border-radius: 20px;
|
|
2769
|
+
color: $text-light-general;
|
|
2770
|
+
background: $fill-light-element-container-outstanding;
|
|
2771
|
+
display: flex;
|
|
2772
|
+
align-items: center;
|
|
2773
|
+
justify-content: center;
|
|
2774
|
+
margin-right: 6px;
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
|
|
2778
|
+
|
|
2881
2779
|
.E_hrhfj7c {
|
|
2882
2780
|
display: none;
|
|
2883
2781
|
}
|
|
@@ -3070,6 +2968,108 @@
|
|
|
3070
2968
|
}
|
|
3071
2969
|
|
|
3072
2970
|
|
|
2971
|
+
.E_s17wv897 {
|
|
2972
|
+
&.ant-select,
|
|
2973
|
+
&.ant-select div.ant-select-selector {
|
|
2974
|
+
border-radius: 6px;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
&.ant-select {
|
|
2978
|
+
&.ant-select-single {
|
|
2979
|
+
width: 100%;
|
|
2980
|
+
&[data-size="small"] {
|
|
2981
|
+
}
|
|
2982
|
+
&[data-size="middle"] {
|
|
2983
|
+
height: 30px;
|
|
2984
|
+
}
|
|
2985
|
+
&[data-size="large"] {
|
|
2986
|
+
}
|
|
2987
|
+
color: $text-primary-light;
|
|
2988
|
+
border-color: $strokes-light-trans-2;
|
|
2989
|
+
transition:
|
|
2990
|
+
border 160ms ease 8ms,
|
|
2991
|
+
box-shadow 160ms ease 8ms;
|
|
2992
|
+
font-size: 13px;
|
|
2993
|
+
|
|
2994
|
+
&.ant-select-lg {
|
|
2995
|
+
height: 38px;
|
|
2996
|
+
font-size: 13px;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
.ant-select-arrow,
|
|
3000
|
+
.ant-select-arrow .anticon-down {
|
|
3001
|
+
transition: 160ms ease;
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3004
|
+
.ant-select-arrow-loading {
|
|
3005
|
+
color: $fills-light-general-general;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
&:not(.ant-select-disabled) {
|
|
3009
|
+
&:hover .ant-select-selector,
|
|
3010
|
+
&.__pseudo-states-hover .ant-select-selector {
|
|
3011
|
+
border-color: $strokes-light-trans-4;
|
|
3012
|
+
box-shadow: $shadow-light-hover;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
&:hover .ant-select-arrow,
|
|
3016
|
+
&.__pseudo-states-hover .ant-select-arrow {
|
|
3017
|
+
color: $fills-light-general-general;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
&:active,
|
|
3021
|
+
&:focus,
|
|
3022
|
+
&.ant-select-focused,
|
|
3023
|
+
&.ant-select-open,
|
|
3024
|
+
&.__pseudo-states-active,
|
|
3025
|
+
&.__pseudo-states-focus {
|
|
3026
|
+
.ant-select-selector {
|
|
3027
|
+
border-color: $fills-light-general-general;
|
|
3028
|
+
box-shadow: $shadow-light-active;
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
3033
|
+
transform: rotate(180deg);
|
|
3034
|
+
}
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
&.ant-select-disabled .ant-select-selector {
|
|
3038
|
+
background: $fills-light-trans-3;
|
|
3039
|
+
border-color: $strokes-light-trans-3;
|
|
3040
|
+
cursor: "not-allowed";
|
|
3041
|
+
}
|
|
3042
|
+
}
|
|
3043
|
+
&.select-error:not(.ant-select-disabled) {
|
|
3044
|
+
.ant-select-selector {
|
|
3045
|
+
border-color: $fills-light-serious-serious !important;
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
&:hover .ant-select-arrow,
|
|
3049
|
+
&.__pseudo-states-hover .ant-select-arrow {
|
|
3050
|
+
color: $text-light-super;
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
&:active,
|
|
3054
|
+
&:focus,
|
|
3055
|
+
&.ant-select-focused,
|
|
3056
|
+
&.ant-select-open,
|
|
3057
|
+
&.__pseudo-states-focus,
|
|
3058
|
+
&.__pseudo-states-active {
|
|
3059
|
+
.ant-select-selector {
|
|
3060
|
+
border-color: $fills-light-general-general;
|
|
3061
|
+
box-shadow: $shadow-light-error;
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
3066
|
+
transform: rotate(180deg);
|
|
3067
|
+
}
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
|
|
3073
3073
|
.E_s4ivdfu {
|
|
3074
3074
|
&.ant-select {
|
|
3075
3075
|
.ant-select-selection-placeholder {
|
|
@@ -3299,22 +3299,6 @@
|
|
|
3299
3299
|
}
|
|
3300
3300
|
|
|
3301
3301
|
|
|
3302
|
-
.E_w1dxz879 {
|
|
3303
|
-
display: flex;
|
|
3304
|
-
flex-direction: column;
|
|
3305
|
-
gap: 6px;
|
|
3306
|
-
.ellipsis-tooltip {
|
|
3307
|
-
max-height: var(--w1dxz879-0);
|
|
3308
|
-
text-overflow: clip;
|
|
3309
|
-
overflow: hidden;
|
|
3310
|
-
}
|
|
3311
|
-
.tips {
|
|
3312
|
-
color: #fff;
|
|
3313
|
-
opacity: 0.8;
|
|
3314
|
-
}
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
3302
|
.E_h12yihis {
|
|
3319
3303
|
height: 50px;
|
|
3320
3304
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -3585,23 +3569,18 @@
|
|
|
3585
3569
|
}
|
|
3586
3570
|
|
|
3587
3571
|
|
|
3588
|
-
.
|
|
3589
|
-
display: flex;
|
|
3590
|
-
align-items: center;
|
|
3591
|
-
justify-content: space-between;
|
|
3592
|
-
column-gap: 6px;
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
.E_p1cmxsf7 {
|
|
3572
|
+
.E_w1dxz879 {
|
|
3596
3573
|
display: flex;
|
|
3597
3574
|
flex-direction: column;
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3575
|
+
gap: 6px;
|
|
3576
|
+
.ellipsis-tooltip {
|
|
3577
|
+
max-height: var(--w1dxz879-0);
|
|
3578
|
+
text-overflow: clip;
|
|
3579
|
+
overflow: hidden;
|
|
3580
|
+
}
|
|
3581
|
+
.tips {
|
|
3582
|
+
color: #fff;
|
|
3583
|
+
opacity: 0.8;
|
|
3605
3584
|
}
|
|
3606
3585
|
}
|
|
3607
3586
|
|
|
@@ -3665,29 +3644,23 @@
|
|
|
3665
3644
|
}
|
|
3666
3645
|
|
|
3667
3646
|
|
|
3668
|
-
.
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3674
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3675
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3676
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3647
|
+
.E_r77hffu {
|
|
3648
|
+
display: flex;
|
|
3649
|
+
align-items: center;
|
|
3650
|
+
justify-content: space-between;
|
|
3651
|
+
column-gap: 6px;
|
|
3677
3652
|
}
|
|
3678
3653
|
|
|
3679
|
-
.
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3654
|
+
.E_p1cmxsf7 {
|
|
3655
|
+
display: flex;
|
|
3656
|
+
flex-direction: column;
|
|
3657
|
+
justify-content: center;
|
|
3658
|
+
row-gap: var(--p1cmxsf7-0);
|
|
3684
3659
|
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
transform: translateY(-4px);
|
|
3690
|
-
}
|
|
3660
|
+
.antd5-progress-line {
|
|
3661
|
+
font-size: 0;
|
|
3662
|
+
margin-bottom: unset;
|
|
3663
|
+
margin-inline-end: unset;
|
|
3691
3664
|
}
|
|
3692
3665
|
}
|
|
3693
3666
|
|
|
@@ -3753,6 +3726,89 @@
|
|
|
3753
3726
|
}
|
|
3754
3727
|
|
|
3755
3728
|
|
|
3729
|
+
.E_b14q2gmw {
|
|
3730
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3731
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3732
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3733
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3734
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3735
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3736
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3737
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3740
|
+
.E_c1eym6el {
|
|
3741
|
+
border-radius: 8px;
|
|
3742
|
+
background-color: white;
|
|
3743
|
+
&.hoverable {
|
|
3744
|
+
cursor: pointer;
|
|
3745
|
+
|
|
3746
|
+
&:hover {
|
|
3747
|
+
transition: all 200ms ease;
|
|
3748
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3749
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3750
|
+
transform: translateY(-4px);
|
|
3751
|
+
}
|
|
3752
|
+
}
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3755
|
+
|
|
3756
|
+
.E_lht19u8 {
|
|
3757
|
+
width: 64px;
|
|
3758
|
+
height: 64px;
|
|
3759
|
+
display: flex;
|
|
3760
|
+
align-items: center;
|
|
3761
|
+
justify-content: center;
|
|
3762
|
+
position: relative;
|
|
3763
|
+
opacity: 0.2;
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3766
|
+
.E_lk3gkp4 {
|
|
3767
|
+
position: absolute;
|
|
3768
|
+
width: 5px;
|
|
3769
|
+
height: 48px;
|
|
3770
|
+
left: 9.33px;
|
|
3771
|
+
top: 40.5px;
|
|
3772
|
+
|
|
3773
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3774
|
+
border-radius: 5px;
|
|
3775
|
+
transform: rotate(-128deg);
|
|
3776
|
+
transform-origin: top left;
|
|
3777
|
+
|
|
3778
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3779
|
+
}
|
|
3780
|
+
|
|
3781
|
+
.E_ll4n94n {
|
|
3782
|
+
position: absolute;
|
|
3783
|
+
width: 5px;
|
|
3784
|
+
height: 48px;
|
|
3785
|
+
left: 40.8px;
|
|
3786
|
+
top: 8.4px;
|
|
3787
|
+
|
|
3788
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3789
|
+
border-radius: 5px;
|
|
3790
|
+
transform: rotate(-8deg);
|
|
3791
|
+
transform-origin: top left;
|
|
3792
|
+
|
|
3793
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3796
|
+
.E_l17lbdo6 {
|
|
3797
|
+
position: absolute;
|
|
3798
|
+
width: 5px;
|
|
3799
|
+
height: 48px;
|
|
3800
|
+
left: 52.9px;
|
|
3801
|
+
top: 51.8px;
|
|
3802
|
+
|
|
3803
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3804
|
+
border-radius: 5px;
|
|
3805
|
+
transform: rotate(112deg);
|
|
3806
|
+
transform-origin: top left;
|
|
3807
|
+
|
|
3808
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
|
|
3756
3812
|
.E_m11nzl2x {
|
|
3757
3813
|
color: $text-light-secondary;
|
|
3758
3814
|
text-align: center;
|
|
@@ -3981,59 +4037,26 @@
|
|
|
3981
4037
|
}
|
|
3982
4038
|
|
|
3983
4039
|
|
|
3984
|
-
.
|
|
3985
|
-
width:
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
.
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
left: 9.33px;
|
|
3999
|
-
top: 40.5px;
|
|
4000
|
-
|
|
4001
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4002
|
-
border-radius: 5px;
|
|
4003
|
-
transform: rotate(-128deg);
|
|
4004
|
-
transform-origin: top left;
|
|
4005
|
-
|
|
4006
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4007
|
-
}
|
|
4008
|
-
|
|
4009
|
-
.E_ll4n94n {
|
|
4010
|
-
position: absolute;
|
|
4011
|
-
width: 5px;
|
|
4012
|
-
height: 48px;
|
|
4013
|
-
left: 40.8px;
|
|
4014
|
-
top: 8.4px;
|
|
4015
|
-
|
|
4016
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4017
|
-
border-radius: 5px;
|
|
4018
|
-
transform: rotate(-8deg);
|
|
4019
|
-
transform-origin: top left;
|
|
4020
|
-
|
|
4021
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4040
|
+
.E_t1gvlxt5 {
|
|
4041
|
+
min-width: 0;
|
|
4042
|
+
flex: 1;
|
|
4043
|
+
.tag {
|
|
4044
|
+
flex: 0 0 auto;
|
|
4045
|
+
}
|
|
4046
|
+
.progress-title {
|
|
4047
|
+
flex: 2;
|
|
4048
|
+
max-width: fit-content;
|
|
4049
|
+
}
|
|
4050
|
+
.progress-desc {
|
|
4051
|
+
flex: 1;
|
|
4052
|
+
max-width: fit-content;
|
|
4053
|
+
}
|
|
4022
4054
|
}
|
|
4023
4055
|
|
|
4024
|
-
.
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
left: 52.9px;
|
|
4029
|
-
top: 51.8px;
|
|
4030
|
-
|
|
4031
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4032
|
-
border-radius: 5px;
|
|
4033
|
-
transform: rotate(112deg);
|
|
4034
|
-
transform-origin: top left;
|
|
4035
|
-
|
|
4036
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4056
|
+
.E_a1ji6r68 {
|
|
4057
|
+
display: flex;
|
|
4058
|
+
align-items: center;
|
|
4059
|
+
column-gap: var(--a1ji6r68-0);
|
|
4037
4060
|
}
|
|
4038
4061
|
|
|
4039
4062
|
|
|
@@ -4218,29 +4241,6 @@
|
|
|
4218
4241
|
}
|
|
4219
4242
|
|
|
4220
4243
|
|
|
4221
|
-
.E_t1gvlxt5 {
|
|
4222
|
-
min-width: 0;
|
|
4223
|
-
flex: 1;
|
|
4224
|
-
.tag {
|
|
4225
|
-
flex: 0 0 auto;
|
|
4226
|
-
}
|
|
4227
|
-
.progress-title {
|
|
4228
|
-
flex: 2;
|
|
4229
|
-
max-width: fit-content;
|
|
4230
|
-
}
|
|
4231
|
-
.progress-desc {
|
|
4232
|
-
flex: 1;
|
|
4233
|
-
max-width: fit-content;
|
|
4234
|
-
}
|
|
4235
|
-
}
|
|
4236
|
-
|
|
4237
|
-
.E_a1ji6r68 {
|
|
4238
|
-
display: flex;
|
|
4239
|
-
align-items: center;
|
|
4240
|
-
column-gap: var(--a1ji6r68-0);
|
|
4241
|
-
}
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
4244
|
.E_w7ob4th {
|
|
4245
4245
|
&.outside-tag {
|
|
4246
4246
|
padding-left: 0;
|
|
@@ -4324,21 +4324,23 @@
|
|
|
4324
4324
|
}
|
|
4325
4325
|
|
|
4326
4326
|
|
|
4327
|
-
.
|
|
4328
|
-
$prefix: ui-kit-status-
|
|
4327
|
+
.E_l1ucdodl {
|
|
4328
|
+
$prefix: ui-kit-status-legend;
|
|
4329
4329
|
margin: 0;
|
|
4330
4330
|
border-radius: 20px;
|
|
4331
4331
|
padding: 2px 10px;
|
|
4332
4332
|
height: 22px;
|
|
4333
|
+
display: flex;
|
|
4334
|
+
align-items: center;
|
|
4333
4335
|
|
|
4334
|
-
&.
|
|
4335
|
-
|
|
4336
|
-
&.tag-hover:hover,
|
|
4337
|
-
&.__pseudo-states-hover {
|
|
4338
|
-
background-color: $fill-neutral-trans-2 !important;
|
|
4339
|
-
}
|
|
4336
|
+
&.ui-kit-status-legend.on-tint {
|
|
4337
|
+
color: $text-neutral-ontint;
|
|
4340
4338
|
}
|
|
4341
|
-
&.
|
|
4339
|
+
&.tag-hover {
|
|
4340
|
+
cursor: pointer;
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
&.#{$prefix} {
|
|
4342
4344
|
color: $text-neutral-primary;
|
|
4343
4345
|
.#{$prefix}-icon {
|
|
4344
4346
|
margin-right: 6px;
|
|
@@ -4346,85 +4348,81 @@
|
|
|
4346
4348
|
.#{$prefix}-number {
|
|
4347
4349
|
margin-left: 8px;
|
|
4348
4350
|
color: #2C385299;
|
|
4351
|
+
&.#{$prefix}-number.on-tint {
|
|
4352
|
+
color: $text-neutral-ontint;
|
|
4353
|
+
}
|
|
4349
4354
|
}
|
|
4350
|
-
&.
|
|
4351
|
-
background-color: $fill-outstanding-light;
|
|
4355
|
+
&.eagle-legend-blue {
|
|
4352
4356
|
.#{$prefix}-icon {
|
|
4353
4357
|
background-color: $fill-outstanding-base;
|
|
4354
4358
|
}
|
|
4355
|
-
&.tag-hover:hover,
|
|
4356
|
-
&.__pseudo-states-hover {
|
|
4357
|
-
background-color: $fill-outstanding-light-hover;
|
|
4358
|
-
}
|
|
4359
4359
|
}
|
|
4360
|
-
&.
|
|
4361
|
-
background-color: $fill-serious-light;
|
|
4360
|
+
&.eagle-legend-red {
|
|
4362
4361
|
.#{$prefix}-icon {
|
|
4363
4362
|
background-color: $fill-serious-base;
|
|
4364
4363
|
}
|
|
4365
|
-
&.tag-hover:hover,
|
|
4366
|
-
&.__pseudo-states-hover {
|
|
4367
|
-
background-color: $fill-serious-light-hover;
|
|
4368
|
-
}
|
|
4369
4364
|
}
|
|
4370
|
-
&.
|
|
4371
|
-
background-color: $fill-notice-light;
|
|
4365
|
+
&.eagle-legend-yellow {
|
|
4372
4366
|
.#{$prefix}-icon {
|
|
4373
4367
|
background-color: $fill-notice-base;
|
|
4374
4368
|
}
|
|
4375
|
-
&.tag-hover:hover,
|
|
4376
|
-
&.__pseudo-states-hover {
|
|
4377
|
-
background-color: $fill-notice-light-hover;
|
|
4378
|
-
}
|
|
4379
4369
|
}
|
|
4380
|
-
&.
|
|
4381
|
-
background-color: $fill-positive-light;
|
|
4370
|
+
&.eagle-legend-green {
|
|
4382
4371
|
.#{$prefix}-icon {
|
|
4383
4372
|
background-color: $fill-positive-base;
|
|
4384
4373
|
}
|
|
4385
|
-
&.tag-hover:hover,
|
|
4386
|
-
&.__pseudo-states-hover {
|
|
4387
|
-
background-color: $fill-positive-light-hover;
|
|
4388
|
-
}
|
|
4389
4374
|
}
|
|
4390
|
-
&.
|
|
4391
|
-
|
|
4392
|
-
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4375
|
+
&.eagle-legend-gray {
|
|
4376
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4393
4377
|
background-color: $gray-70;
|
|
4394
4378
|
}
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4379
|
+
}
|
|
4380
|
+
&.eagle-legend-purple {
|
|
4381
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4382
|
+
background-color: $purple-50;
|
|
4398
4383
|
}
|
|
4399
4384
|
}
|
|
4400
4385
|
}
|
|
4401
4386
|
}
|
|
4402
4387
|
|
|
4403
|
-
.
|
|
4388
|
+
.E_s1qj66nc {
|
|
4404
4389
|
width: 8px;
|
|
4405
4390
|
height: 8px;
|
|
4406
4391
|
border-radius: 50%;
|
|
4407
4392
|
display: inline-block;
|
|
4408
4393
|
}
|
|
4409
4394
|
|
|
4395
|
+
.E_s5x1boq {
|
|
4396
|
+
width: 8px;
|
|
4397
|
+
height: 8px;
|
|
4398
|
+
border-radius: 2px;
|
|
4399
|
+
display: inline-block;
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
.E_c1xm185 {
|
|
4403
|
+
color: #2C385299;
|
|
4404
|
+
}
|
|
4405
|
+
|
|
4406
|
+
.E_c1x5l5qc {
|
|
4407
|
+
flex: 1;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
4410
|
|
|
4411
|
-
.
|
|
4412
|
-
$prefix: ui-kit-status-
|
|
4411
|
+
.E_sddwhm6 {
|
|
4412
|
+
$prefix: ui-kit-status-capsule;
|
|
4413
4413
|
margin: 0;
|
|
4414
4414
|
border-radius: 20px;
|
|
4415
4415
|
padding: 2px 10px;
|
|
4416
4416
|
height: 22px;
|
|
4417
|
-
display: flex;
|
|
4418
|
-
align-items: center;
|
|
4419
4417
|
|
|
4420
|
-
&.
|
|
4421
|
-
color: $
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4418
|
+
&.ant-tag.#{$prefix}.off-white {
|
|
4419
|
+
background-color: $fill-neutral-trans-1 !important;
|
|
4420
|
+
&.tag-hover:hover,
|
|
4421
|
+
&.__pseudo-states-hover {
|
|
4422
|
+
background-color: $fill-neutral-trans-2 !important;
|
|
4423
|
+
}
|
|
4425
4424
|
}
|
|
4426
|
-
|
|
4427
|
-
&.#{$prefix} {
|
|
4425
|
+
&.ant-tag.#{$prefix} {
|
|
4428
4426
|
color: $text-neutral-primary;
|
|
4429
4427
|
.#{$prefix}-icon {
|
|
4430
4428
|
margin-right: 6px;
|
|
@@ -4432,65 +4430,67 @@
|
|
|
4432
4430
|
.#{$prefix}-number {
|
|
4433
4431
|
margin-left: 8px;
|
|
4434
4432
|
color: #2C385299;
|
|
4435
|
-
&.#{$prefix}-number.on-tint {
|
|
4436
|
-
color: $text-neutral-ontint;
|
|
4437
|
-
}
|
|
4438
4433
|
}
|
|
4439
|
-
&.
|
|
4434
|
+
&.ant-tag-blue {
|
|
4435
|
+
background-color: $fill-outstanding-light;
|
|
4440
4436
|
.#{$prefix}-icon {
|
|
4441
4437
|
background-color: $fill-outstanding-base;
|
|
4442
4438
|
}
|
|
4439
|
+
&.tag-hover:hover,
|
|
4440
|
+
&.__pseudo-states-hover {
|
|
4441
|
+
background-color: $fill-outstanding-light-hover;
|
|
4442
|
+
}
|
|
4443
4443
|
}
|
|
4444
|
-
&.
|
|
4444
|
+
&.ant-tag-red {
|
|
4445
|
+
background-color: $fill-serious-light;
|
|
4445
4446
|
.#{$prefix}-icon {
|
|
4446
4447
|
background-color: $fill-serious-base;
|
|
4447
4448
|
}
|
|
4449
|
+
&.tag-hover:hover,
|
|
4450
|
+
&.__pseudo-states-hover {
|
|
4451
|
+
background-color: $fill-serious-light-hover;
|
|
4452
|
+
}
|
|
4448
4453
|
}
|
|
4449
|
-
&.
|
|
4454
|
+
&.ant-tag-yellow {
|
|
4455
|
+
background-color: $fill-notice-light;
|
|
4450
4456
|
.#{$prefix}-icon {
|
|
4451
4457
|
background-color: $fill-notice-base;
|
|
4452
4458
|
}
|
|
4459
|
+
&.tag-hover:hover,
|
|
4460
|
+
&.__pseudo-states-hover {
|
|
4461
|
+
background-color: $fill-notice-light-hover;
|
|
4462
|
+
}
|
|
4453
4463
|
}
|
|
4454
|
-
&.
|
|
4464
|
+
&.ant-tag-green {
|
|
4465
|
+
background-color: $fill-positive-light;
|
|
4455
4466
|
.#{$prefix}-icon {
|
|
4456
4467
|
background-color: $fill-positive-base;
|
|
4457
4468
|
}
|
|
4469
|
+
&.tag-hover:hover,
|
|
4470
|
+
&.__pseudo-states-hover {
|
|
4471
|
+
background-color: $fill-positive-light-hover;
|
|
4472
|
+
}
|
|
4458
4473
|
}
|
|
4459
|
-
&.
|
|
4460
|
-
|
|
4474
|
+
&.ant-tag-gray {
|
|
4475
|
+
background-color: $fill-neutral-trans-2;
|
|
4476
|
+
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4461
4477
|
background-color: $gray-70;
|
|
4462
4478
|
}
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
background-color: $purple-50;
|
|
4479
|
+
&.tag-hover:hover,
|
|
4480
|
+
&.__pseudo-states-hover {
|
|
4481
|
+
background-color: $fill-neutral-trans-3-trans-2-hover;
|
|
4467
4482
|
}
|
|
4468
4483
|
}
|
|
4469
4484
|
}
|
|
4470
4485
|
}
|
|
4471
4486
|
|
|
4472
|
-
.
|
|
4487
|
+
.E_satwmqm {
|
|
4473
4488
|
width: 8px;
|
|
4474
4489
|
height: 8px;
|
|
4475
4490
|
border-radius: 50%;
|
|
4476
4491
|
display: inline-block;
|
|
4477
4492
|
}
|
|
4478
4493
|
|
|
4479
|
-
.E_s5x1boq {
|
|
4480
|
-
width: 8px;
|
|
4481
|
-
height: 8px;
|
|
4482
|
-
border-radius: 2px;
|
|
4483
|
-
display: inline-block;
|
|
4484
|
-
}
|
|
4485
|
-
|
|
4486
|
-
.E_c1xm185 {
|
|
4487
|
-
color: #2C385299;
|
|
4488
|
-
}
|
|
4489
|
-
|
|
4490
|
-
.E_c1x5l5qc {
|
|
4491
|
-
flex: 1;
|
|
4492
|
-
}
|
|
4493
|
-
|
|
4494
4494
|
|
|
4495
4495
|
.E_tc97u5y {
|
|
4496
4496
|
height: 100%;
|
|
@@ -4930,38 +4930,6 @@
|
|
|
4930
4930
|
}
|
|
4931
4931
|
|
|
4932
4932
|
|
|
4933
|
-
.E_slr2ynn {
|
|
4934
|
-
padding: 0 8px;
|
|
4935
|
-
height: 18px;
|
|
4936
|
-
}
|
|
4937
|
-
|
|
4938
|
-
.E_m140wbb6 {
|
|
4939
|
-
padding: 2px 8px;
|
|
4940
|
-
height: 24px;
|
|
4941
|
-
}
|
|
4942
|
-
|
|
4943
|
-
.E_t1fozc1i {
|
|
4944
|
-
margin: 0;
|
|
4945
|
-
}
|
|
4946
|
-
|
|
4947
|
-
.E_i1vxv4ln {
|
|
4948
|
-
margin-right: 4px;
|
|
4949
|
-
height: 16px;
|
|
4950
|
-
}
|
|
4951
|
-
|
|
4952
|
-
.E_n1afl31m {
|
|
4953
|
-
&.ant-tag.ant-tag-gray {
|
|
4954
|
-
font-weight: 700;
|
|
4955
|
-
color: $text-neutral-primary;
|
|
4956
|
-
background-color: $fill-neutral-trans-1;
|
|
4957
|
-
border: 1px solid $stroke-neutral-trans-2;
|
|
4958
|
-
word-break: break-all;
|
|
4959
|
-
display: inline;
|
|
4960
|
-
white-space: normal;
|
|
4961
|
-
}
|
|
4962
|
-
}
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
4933
|
.E_sjob3jg {
|
|
4966
4934
|
$item: ant-steps-item;
|
|
4967
4935
|
--item-min-width: 60px;
|
|
@@ -5186,11 +5154,37 @@
|
|
|
5186
5154
|
}
|
|
5187
5155
|
|
|
5188
5156
|
|
|
5189
|
-
.
|
|
5157
|
+
.E_slr2ynn {
|
|
5158
|
+
padding: 0 8px;
|
|
5159
|
+
height: 18px;
|
|
5160
|
+
}
|
|
5161
|
+
|
|
5162
|
+
.E_m140wbb6 {
|
|
5163
|
+
padding: 2px 8px;
|
|
5164
|
+
height: 24px;
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.E_t1fozc1i {
|
|
5168
|
+
margin: 0;
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.E_i1vxv4ln {
|
|
5190
5172
|
margin-right: 4px;
|
|
5191
5173
|
height: 16px;
|
|
5192
5174
|
}
|
|
5193
5175
|
|
|
5176
|
+
.E_n1afl31m {
|
|
5177
|
+
&.ant-tag.ant-tag-gray {
|
|
5178
|
+
font-weight: 700;
|
|
5179
|
+
color: $text-neutral-primary;
|
|
5180
|
+
background-color: $fill-neutral-trans-1;
|
|
5181
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
5182
|
+
word-break: break-all;
|
|
5183
|
+
display: inline;
|
|
5184
|
+
white-space: normal;
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5194
5188
|
|
|
5195
5189
|
.E_t1dtlqs1 {
|
|
5196
5190
|
margin-bottom: 4px;
|
|
@@ -5409,6 +5403,12 @@
|
|
|
5409
5403
|
}
|
|
5410
5404
|
|
|
5411
5405
|
|
|
5406
|
+
.E_i1g85yz3 {
|
|
5407
|
+
margin-right: 4px;
|
|
5408
|
+
height: 16px;
|
|
5409
|
+
}
|
|
5410
|
+
|
|
5411
|
+
|
|
5412
5412
|
.E_t13ef470 {
|
|
5413
5413
|
height: 100%;
|
|
5414
5414
|
.table-loading-item {
|
|
@@ -5444,7 +5444,7 @@
|
|
|
5444
5444
|
}
|
|
5445
5445
|
|
|
5446
5446
|
|
|
5447
|
-
.
|
|
5447
|
+
.E_b1jaupqb {
|
|
5448
5448
|
color: #F0483E;
|
|
5449
5449
|
}
|
|
5450
5450
|
|
|
@@ -5482,34 +5482,6 @@
|
|
|
5482
5482
|
}
|
|
5483
5483
|
|
|
5484
5484
|
|
|
5485
|
-
.E_bpgac8u {
|
|
5486
|
-
color: #FFFFFF;
|
|
5487
|
-
display: flex;
|
|
5488
|
-
gap: 8px;
|
|
5489
|
-
padding: 8px 0;
|
|
5490
|
-
display: flex;
|
|
5491
|
-
justify-content: center;
|
|
5492
|
-
white-space: pre-wrap;
|
|
5493
|
-
align-items: center;
|
|
5494
|
-
.dashed-btn {
|
|
5495
|
-
border-bottom: 1px solid white;
|
|
5496
|
-
cursor: pointer;
|
|
5497
|
-
}
|
|
5498
|
-
}
|
|
5499
|
-
|
|
5500
|
-
.E_envn4g3 {
|
|
5501
|
-
background: #F0483E;
|
|
5502
|
-
}
|
|
5503
|
-
|
|
5504
|
-
.E_i12w18eu {
|
|
5505
|
-
background: #0080FF;
|
|
5506
|
-
}
|
|
5507
|
-
|
|
5508
|
-
.E_wujsnt4 {
|
|
5509
|
-
background-color: #E07F00;
|
|
5510
|
-
}
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
5485
|
.E_t59qhqp {
|
|
5514
5486
|
background: #FFFFFF;
|
|
5515
5487
|
padding: 24px 32px;
|
|
@@ -5565,6 +5537,34 @@
|
|
|
5565
5537
|
}
|
|
5566
5538
|
|
|
5567
5539
|
|
|
5540
|
+
.E_bpgac8u {
|
|
5541
|
+
color: #FFFFFF;
|
|
5542
|
+
display: flex;
|
|
5543
|
+
gap: 8px;
|
|
5544
|
+
padding: 8px 0;
|
|
5545
|
+
display: flex;
|
|
5546
|
+
justify-content: center;
|
|
5547
|
+
white-space: pre-wrap;
|
|
5548
|
+
align-items: center;
|
|
5549
|
+
.dashed-btn {
|
|
5550
|
+
border-bottom: 1px solid white;
|
|
5551
|
+
cursor: pointer;
|
|
5552
|
+
}
|
|
5553
|
+
}
|
|
5554
|
+
|
|
5555
|
+
.E_envn4g3 {
|
|
5556
|
+
background: #F0483E;
|
|
5557
|
+
}
|
|
5558
|
+
|
|
5559
|
+
.E_i12w18eu {
|
|
5560
|
+
background: #0080FF;
|
|
5561
|
+
}
|
|
5562
|
+
|
|
5563
|
+
.E_wujsnt4 {
|
|
5564
|
+
background-color: #E07F00;
|
|
5565
|
+
}
|
|
5566
|
+
|
|
5567
|
+
|
|
5568
5568
|
.E_t1616y1o {
|
|
5569
5569
|
color: $text-light-on-tint;
|
|
5570
5570
|
}
|
|
@@ -5689,121 +5689,8 @@
|
|
|
5689
5689
|
}
|
|
5690
5690
|
|
|
5691
5691
|
|
|
5692
|
-
.
|
|
5693
|
-
|
|
5694
|
-
box-sizing: border-box;
|
|
5695
|
-
border-radius: 2px;
|
|
5696
|
-
background: #f5f7fa;
|
|
5697
|
-
display: flex;
|
|
5698
|
-
width: 100%;
|
|
5699
|
-
overflow: hidden;
|
|
5700
|
-
|
|
5701
|
-
.stack-bar-item + .stack-bar-item {
|
|
5702
|
-
margin-left: 1px;
|
|
5703
|
-
}
|
|
5704
|
-
}
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
.E_clm1wy1 {
|
|
5708
|
-
width: 192px;
|
|
5709
|
-
height: 246px;
|
|
5710
|
-
border-radius: 4px;
|
|
5711
|
-
|
|
5712
|
-
> .ant-picker-calendar,
|
|
5713
|
-
> .ant-picker-calendar .ant-picker-panel {
|
|
5714
|
-
width: 100%;
|
|
5715
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
5716
|
-
border-top: none;
|
|
5717
|
-
|
|
5718
|
-
.ant-picker-body {
|
|
5719
|
-
padding: 0 16px;
|
|
5720
|
-
}
|
|
5721
|
-
|
|
5722
|
-
.ant-picker-content {
|
|
5723
|
-
width: 100%;
|
|
5724
|
-
height: 180px;
|
|
5725
|
-
border-spacing: 0;
|
|
5726
|
-
|
|
5727
|
-
thead {
|
|
5728
|
-
margin-bottom: 8px;
|
|
5729
|
-
}
|
|
5730
|
-
th {
|
|
5731
|
-
width: 22px;
|
|
5732
|
-
}
|
|
5733
|
-
td {
|
|
5734
|
-
padding: 0;
|
|
5735
|
-
}
|
|
5736
|
-
}
|
|
5737
|
-
}
|
|
5738
|
-
|
|
5739
|
-
.ant-picker-cell {
|
|
5740
|
-
color: rgba(62, 70, 82, 0.6);
|
|
5741
|
-
opacity: 0.4;
|
|
5742
|
-
}
|
|
5743
|
-
.ant-picker-cell-in-view {
|
|
5744
|
-
color: rgba(62, 70, 82, 0.6);
|
|
5745
|
-
opacity: 1;
|
|
5746
|
-
}
|
|
5747
|
-
.ant-picker-cell-in-view > .active {
|
|
5748
|
-
color: #3e4652;
|
|
5749
|
-
}
|
|
5750
|
-
|
|
5751
|
-
.ant-picker-cell::before {
|
|
5752
|
-
pointer-events: none;
|
|
5753
|
-
}
|
|
5754
|
-
}
|
|
5755
|
-
|
|
5756
|
-
.E_t1tsm00v {
|
|
5757
|
-
color: rgba(129, 138, 153, 0.6);
|
|
5758
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
5759
|
-
backdrop-filter: blur(10px);
|
|
5760
|
-
padding: 7px 10px;
|
|
5761
|
-
}
|
|
5762
|
-
|
|
5763
|
-
.E_c167wnad {
|
|
5764
|
-
color: rgba(62, 70, 82, 0.6);
|
|
5765
|
-
display: flex;
|
|
5766
|
-
justify-content: space-between;
|
|
5767
|
-
align-items: center;
|
|
5768
|
-
padding: 8px 16px;
|
|
5769
|
-
|
|
5770
|
-
.anticon {
|
|
5771
|
-
cursor: pointer;
|
|
5772
|
-
&:hover {
|
|
5773
|
-
color: $blue;
|
|
5774
|
-
}
|
|
5775
|
-
}
|
|
5776
|
-
}
|
|
5777
|
-
|
|
5778
|
-
.E_cxhf7dh {
|
|
5779
|
-
text-align: center;
|
|
5780
|
-
|
|
5781
|
-
.dots {
|
|
5782
|
-
display: flex;
|
|
5783
|
-
justify-content: center;
|
|
5784
|
-
}
|
|
5785
|
-
.dot {
|
|
5786
|
-
display: inline-block;
|
|
5787
|
-
width: 2px;
|
|
5788
|
-
height: 2px;
|
|
5789
|
-
border-radius: 1px;
|
|
5790
|
-
background: $blue;
|
|
5791
|
-
|
|
5792
|
-
&:not(:last-child) {
|
|
5793
|
-
margin-right: 2px;
|
|
5794
|
-
}
|
|
5795
|
-
}
|
|
5796
|
-
.bar {
|
|
5797
|
-
width: 9px;
|
|
5798
|
-
height: 2px;
|
|
5799
|
-
background: $blue;
|
|
5800
|
-
border-radius: 2px;
|
|
5801
|
-
}
|
|
5802
|
-
}
|
|
5803
|
-
|
|
5804
|
-
|
|
5805
|
-
.E_c18bcrac {
|
|
5806
|
-
display: inline-block;
|
|
5692
|
+
.E_c18bcrac {
|
|
5693
|
+
display: inline-block;
|
|
5807
5694
|
width: 100%;
|
|
5808
5695
|
.recharts-wrapper {
|
|
5809
5696
|
margin-left: 4px;
|
|
@@ -5857,6 +5744,21 @@
|
|
|
5857
5744
|
}
|
|
5858
5745
|
|
|
5859
5746
|
|
|
5747
|
+
.E_skwah65 {
|
|
5748
|
+
height: 8px;
|
|
5749
|
+
box-sizing: border-box;
|
|
5750
|
+
border-radius: 2px;
|
|
5751
|
+
background: #f5f7fa;
|
|
5752
|
+
display: flex;
|
|
5753
|
+
width: 100%;
|
|
5754
|
+
overflow: hidden;
|
|
5755
|
+
|
|
5756
|
+
.stack-bar-item + .stack-bar-item {
|
|
5757
|
+
margin-left: 1px;
|
|
5758
|
+
}
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5761
|
+
|
|
5860
5762
|
.E_s1ebs0ra {
|
|
5861
5763
|
display: flex;
|
|
5862
5764
|
align-items: center;
|
|
@@ -5924,254 +5826,300 @@
|
|
|
5924
5826
|
}
|
|
5925
5827
|
|
|
5926
5828
|
|
|
5927
|
-
.
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
border-color: $blue-60;
|
|
5932
|
-
|
|
5933
|
-
> header {
|
|
5934
|
-
background: rgba($blue-60, 0.1);
|
|
5935
|
-
}
|
|
5829
|
+
.E_s1iv0tp1 {
|
|
5830
|
+
.enabled-switch {
|
|
5831
|
+
display: flex;
|
|
5832
|
+
align-items: center;
|
|
5936
5833
|
}
|
|
5937
5834
|
|
|
5938
|
-
.
|
|
5939
|
-
|
|
5835
|
+
.enabled-text {
|
|
5836
|
+
margin-right: 8px;
|
|
5940
5837
|
}
|
|
5838
|
+
}
|
|
5941
5839
|
|
|
5942
|
-
.field-item {
|
|
5943
|
-
display: flex;
|
|
5944
|
-
padding: 10px 0;
|
|
5945
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
5946
5840
|
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
padding-bottom: 0;
|
|
5950
|
-
}
|
|
5841
|
+
.E_gmyahx3 {
|
|
5842
|
+
cursor: pointer;
|
|
5951
5843
|
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
width: 100px;
|
|
5955
|
-
color: rgba(62, 70, 82, 0.6);
|
|
5956
|
-
}
|
|
5844
|
+
.link-text {
|
|
5845
|
+
color: $text-light-tertiary;
|
|
5957
5846
|
}
|
|
5958
5847
|
|
|
5959
|
-
.
|
|
5960
|
-
color:
|
|
5961
|
-
margin-top: 5px;
|
|
5848
|
+
&:hover .link-text {
|
|
5849
|
+
color: $text-light-general;
|
|
5962
5850
|
}
|
|
5851
|
+
}
|
|
5963
5852
|
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
|
|
5853
|
+
|
|
5854
|
+
.E_tqjc4ui {
|
|
5855
|
+
@at-root {
|
|
5856
|
+
span#{&} {
|
|
5857
|
+
margin: 0 2px;
|
|
5858
|
+
}
|
|
5967
5859
|
}
|
|
5968
5860
|
}
|
|
5969
5861
|
|
|
5970
|
-
|
|
5862
|
+
|
|
5863
|
+
.E_n12mqh7z {
|
|
5971
5864
|
display: flex;
|
|
5972
5865
|
align-items: center;
|
|
5973
|
-
|
|
5974
|
-
|
|
5866
|
+
font-size: 12px;
|
|
5867
|
+
line-height: 18px;
|
|
5975
5868
|
|
|
5976
|
-
|
|
5977
|
-
margin:
|
|
5869
|
+
&:not(:last-child) {
|
|
5870
|
+
margin-bottom: 4px;
|
|
5978
5871
|
}
|
|
5872
|
+
}
|
|
5979
5873
|
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5874
|
+
.E_tf5bynu {
|
|
5875
|
+
margin: 0 3px;
|
|
5876
|
+
}
|
|
5983
5877
|
|
|
5984
|
-
|
|
5985
|
-
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
align-items: center;
|
|
5989
|
-
justify-content: flex-start;
|
|
5990
|
-
white-space: nowrap;
|
|
5878
|
+
.E_tcckoz1 {
|
|
5879
|
+
max-height: 400px;
|
|
5880
|
+
overflow: auto;
|
|
5881
|
+
}
|
|
5991
5882
|
|
|
5992
|
-
.title {
|
|
5993
|
-
max-width: 100%;
|
|
5994
|
-
overflow: hidden;
|
|
5995
|
-
text-overflow: ellipsis;
|
|
5996
|
-
}
|
|
5997
|
-
}
|
|
5998
5883
|
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
5884
|
+
.E_clm1wy1 {
|
|
5885
|
+
width: 192px;
|
|
5886
|
+
height: 246px;
|
|
5887
|
+
border-radius: 4px;
|
|
6003
5888
|
|
|
6004
|
-
.
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
5889
|
+
> .ant-picker-calendar,
|
|
5890
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
5891
|
+
width: 100%;
|
|
5892
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
5893
|
+
border-top: none;
|
|
6008
5894
|
|
|
6009
|
-
.ant-
|
|
6010
|
-
|
|
5895
|
+
.ant-picker-body {
|
|
5896
|
+
padding: 0 16px;
|
|
6011
5897
|
}
|
|
6012
|
-
}
|
|
6013
5898
|
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
5899
|
+
.ant-picker-content {
|
|
5900
|
+
width: 100%;
|
|
5901
|
+
height: 180px;
|
|
5902
|
+
border-spacing: 0;
|
|
5903
|
+
|
|
5904
|
+
thead {
|
|
5905
|
+
margin-bottom: 8px;
|
|
5906
|
+
}
|
|
5907
|
+
th {
|
|
5908
|
+
width: 22px;
|
|
5909
|
+
}
|
|
5910
|
+
td {
|
|
5911
|
+
padding: 0;
|
|
5912
|
+
}
|
|
5913
|
+
}
|
|
6019
5914
|
}
|
|
6020
|
-
}
|
|
6021
5915
|
|
|
6022
|
-
.
|
|
6023
|
-
.ant-btn.ant-btn-link {
|
|
6024
|
-
padding: 1px 10px;
|
|
5916
|
+
.ant-picker-cell {
|
|
6025
5917
|
color: rgba(62, 70, 82, 0.6);
|
|
6026
|
-
|
|
5918
|
+
opacity: 0.4;
|
|
5919
|
+
}
|
|
5920
|
+
.ant-picker-cell-in-view {
|
|
5921
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5922
|
+
opacity: 1;
|
|
5923
|
+
}
|
|
5924
|
+
.ant-picker-cell-in-view > .active {
|
|
5925
|
+
color: #3e4652;
|
|
5926
|
+
}
|
|
6027
5927
|
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
color: $blue;
|
|
6031
|
-
}
|
|
5928
|
+
.ant-picker-cell::before {
|
|
5929
|
+
pointer-events: none;
|
|
6032
5930
|
}
|
|
5931
|
+
}
|
|
6033
5932
|
|
|
6034
|
-
|
|
6035
|
-
|
|
5933
|
+
.E_t1tsm00v {
|
|
5934
|
+
color: rgba(129, 138, 153, 0.6);
|
|
5935
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
5936
|
+
backdrop-filter: blur(10px);
|
|
5937
|
+
padding: 7px 10px;
|
|
6036
5938
|
}
|
|
6037
5939
|
|
|
6038
|
-
.
|
|
6039
|
-
|
|
6040
|
-
|
|
5940
|
+
.E_c167wnad {
|
|
5941
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5942
|
+
display: flex;
|
|
5943
|
+
justify-content: space-between;
|
|
5944
|
+
align-items: center;
|
|
5945
|
+
padding: 8px 16px;
|
|
6041
5946
|
|
|
6042
|
-
.
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
5947
|
+
.anticon {
|
|
5948
|
+
cursor: pointer;
|
|
5949
|
+
&:hover {
|
|
5950
|
+
color: $blue;
|
|
5951
|
+
}
|
|
6047
5952
|
}
|
|
5953
|
+
}
|
|
6048
5954
|
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
5955
|
+
.E_cxhf7dh {
|
|
5956
|
+
text-align: center;
|
|
5957
|
+
|
|
5958
|
+
.dots {
|
|
5959
|
+
display: flex;
|
|
5960
|
+
justify-content: center;
|
|
6053
5961
|
}
|
|
6054
|
-
.
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
border-radius:
|
|
6059
|
-
|
|
5962
|
+
.dot {
|
|
5963
|
+
display: inline-block;
|
|
5964
|
+
width: 2px;
|
|
5965
|
+
height: 2px;
|
|
5966
|
+
border-radius: 1px;
|
|
5967
|
+
background: $blue;
|
|
6060
5968
|
|
|
6061
|
-
&:
|
|
6062
|
-
|
|
6063
|
-
border-color: #d9d9d9;
|
|
5969
|
+
&:not(:last-child) {
|
|
5970
|
+
margin-right: 2px;
|
|
6064
5971
|
}
|
|
6065
5972
|
}
|
|
6066
|
-
.
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
}
|
|
6072
|
-
&.en-text {
|
|
6073
|
-
width: 110px;
|
|
6074
|
-
margin-top: 4px;
|
|
6075
|
-
}
|
|
5973
|
+
.bar {
|
|
5974
|
+
width: 9px;
|
|
5975
|
+
height: 2px;
|
|
5976
|
+
background: $blue;
|
|
5977
|
+
border-radius: 2px;
|
|
6076
5978
|
}
|
|
6077
|
-
|
|
6078
|
-
width: 32px;
|
|
6079
|
-
padding: 0;
|
|
6080
|
-
margin-bottom: 8px;
|
|
5979
|
+
}
|
|
6081
5980
|
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
5981
|
+
|
|
5982
|
+
.E_ou7iq30 {
|
|
5983
|
+
overflow: hidden;
|
|
5984
|
+
text-overflow: ellipsis;
|
|
5985
|
+
}
|
|
5986
|
+
|
|
5987
|
+
.E_s1tui002 {
|
|
5988
|
+
white-space: nowrap;
|
|
5989
|
+
}
|
|
5990
|
+
|
|
5991
|
+
.E_mxrc2zg {
|
|
5992
|
+
display: -webkit-box;
|
|
5993
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
5994
|
+
-webkit-box-orient: vertical;
|
|
5995
|
+
word-break: break-all;
|
|
5996
|
+
}
|
|
5997
|
+
|
|
5998
|
+
.E_t1vv6d68 {
|
|
5999
|
+
.ant-tooltip-arrow {
|
|
6000
|
+
display: none;
|
|
6001
|
+
}
|
|
6002
|
+
.ant-tooltip-inner {
|
|
6003
|
+
background: $gray-a80-9;
|
|
6004
|
+
border-radius: 4px;
|
|
6005
|
+
&:has(.eagle-ellipsis-content) {
|
|
6006
|
+
visibility: hidden;
|
|
6086
6007
|
}
|
|
6087
6008
|
}
|
|
6088
6009
|
}
|
|
6089
6010
|
|
|
6090
6011
|
|
|
6091
|
-
.
|
|
6092
|
-
|
|
6012
|
+
.E_t1sqg15u {
|
|
6013
|
+
background: white;
|
|
6093
6014
|
|
|
6094
|
-
|
|
6095
|
-
|
|
6015
|
+
&.inline {
|
|
6016
|
+
.table-row {
|
|
6017
|
+
flex-direction: column;
|
|
6018
|
+
|
|
6019
|
+
> label {
|
|
6020
|
+
padding: 0 16px 7px 0;
|
|
6021
|
+
}
|
|
6022
|
+
}
|
|
6096
6023
|
}
|
|
6097
6024
|
|
|
6098
|
-
|
|
6099
|
-
|
|
6025
|
+
&.has-border {
|
|
6026
|
+
.table-header {
|
|
6027
|
+
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6028
|
+
}
|
|
6029
|
+
|
|
6030
|
+
.hiddenBorder {
|
|
6031
|
+
border-top: none !important;
|
|
6032
|
+
}
|
|
6033
|
+
|
|
6034
|
+
.table-row + .table-row {
|
|
6035
|
+
border-top: 1px solid $strokes-light-trans-1;
|
|
6036
|
+
}
|
|
6037
|
+
|
|
6038
|
+
.table-row:last-of-type {
|
|
6039
|
+
padding-bottom: 0;
|
|
6040
|
+
}
|
|
6100
6041
|
}
|
|
6101
|
-
}
|
|
6102
6042
|
|
|
6043
|
+
&.align-right {
|
|
6044
|
+
.content {
|
|
6045
|
+
text-align: right;
|
|
6046
|
+
}
|
|
6047
|
+
}
|
|
6048
|
+
.uuid-row {
|
|
6049
|
+
display: flex;
|
|
6050
|
+
justify-content: space-between;
|
|
6103
6051
|
|
|
6104
|
-
.
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6052
|
+
.id-text {
|
|
6053
|
+
white-space: nowrap;
|
|
6054
|
+
overflow: hidden;
|
|
6055
|
+
text-overflow: ellipsis;
|
|
6108
6056
|
}
|
|
6109
6057
|
}
|
|
6110
6058
|
}
|
|
6111
6059
|
|
|
6112
|
-
|
|
6113
|
-
.E_n12mqh7z {
|
|
6060
|
+
.E_t4zczcp {
|
|
6114
6061
|
display: flex;
|
|
6062
|
+
justify-content: space-between;
|
|
6115
6063
|
align-items: center;
|
|
6116
|
-
|
|
6117
|
-
|
|
6064
|
+
padding: 8px;
|
|
6065
|
+
min-height: 32px;
|
|
6118
6066
|
|
|
6119
|
-
|
|
6120
|
-
|
|
6067
|
+
.table-title {
|
|
6068
|
+
color: $text-secondary-light;
|
|
6069
|
+
font-weight: 600;
|
|
6070
|
+
font-size: 12px;
|
|
6071
|
+
line-height: 8px;
|
|
6121
6072
|
}
|
|
6122
|
-
}
|
|
6123
6073
|
|
|
6124
|
-
.
|
|
6125
|
-
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
max-height: 400px;
|
|
6130
|
-
overflow: auto;
|
|
6131
|
-
}
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
.E_ou7iq30 {
|
|
6135
|
-
overflow: hidden;
|
|
6136
|
-
text-overflow: ellipsis;
|
|
6074
|
+
.edit-icon {
|
|
6075
|
+
font-size: 16px;
|
|
6076
|
+
color: $strokes-translucent-2-light;
|
|
6077
|
+
cursor: pointer;
|
|
6078
|
+
}
|
|
6137
6079
|
}
|
|
6138
6080
|
|
|
6139
|
-
.
|
|
6140
|
-
|
|
6081
|
+
.E_t1s7goww {
|
|
6082
|
+
font-size: 12px;
|
|
6083
|
+
line-height: 18px;
|
|
6141
6084
|
}
|
|
6142
6085
|
|
|
6143
|
-
.
|
|
6144
|
-
display:
|
|
6145
|
-
|
|
6146
|
-
-
|
|
6147
|
-
word-break: break-all;
|
|
6148
|
-
}
|
|
6086
|
+
.E_t93e4cf {
|
|
6087
|
+
display: flex;
|
|
6088
|
+
padding: 8px 0;
|
|
6089
|
+
color: $text-primary-light;
|
|
6149
6090
|
|
|
6150
|
-
.
|
|
6151
|
-
.ant-tooltip-arrow {
|
|
6091
|
+
.hidden {
|
|
6152
6092
|
display: none;
|
|
6153
6093
|
}
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
&:has(.eagle-ellipsis-content) {
|
|
6158
|
-
visibility: hidden;
|
|
6159
|
-
}
|
|
6094
|
+
|
|
6095
|
+
.ant-btn.ant-btn-link {
|
|
6096
|
+
height: auto;
|
|
6160
6097
|
}
|
|
6161
|
-
}
|
|
6162
6098
|
|
|
6099
|
+
.content {
|
|
6100
|
+
overflow: hidden;
|
|
6101
|
+
overflow-x: auto;
|
|
6102
|
+
width: 100%;
|
|
6103
|
+
white-space: pre-wrap;
|
|
6163
6104
|
|
|
6164
|
-
.
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
}
|
|
6105
|
+
.ant-btn {
|
|
6106
|
+
white-space: pre-wrap;
|
|
6107
|
+
text-align: left;
|
|
6108
|
+
}
|
|
6169
6109
|
|
|
6170
|
-
|
|
6171
|
-
|
|
6110
|
+
.unit-chart {
|
|
6111
|
+
justify-content: flex-start;
|
|
6112
|
+
}
|
|
6172
6113
|
}
|
|
6173
6114
|
}
|
|
6174
6115
|
|
|
6116
|
+
.E_rhz2uv5 {
|
|
6117
|
+
width: var(--rhz2uv5-0);
|
|
6118
|
+
flex-shrink: 0;
|
|
6119
|
+
color: $text-secondary-light;
|
|
6120
|
+
padding-right: 12px;
|
|
6121
|
+
}
|
|
6122
|
+
|
|
6175
6123
|
|
|
6176
6124
|
.E_s1at6qmn {
|
|
6177
6125
|
&.ant-layout-sider {
|
|
@@ -6302,12 +6250,176 @@
|
|
|
6302
6250
|
margin-right: 12px;
|
|
6303
6251
|
}
|
|
6304
6252
|
|
|
6305
|
-
.link-title {
|
|
6306
|
-
flex: 1;
|
|
6307
|
-
overflow: hidden;
|
|
6308
|
-
white-space: nowrap;
|
|
6309
|
-
text-overflow: ellipsis;
|
|
6310
|
-
text-align: left;
|
|
6253
|
+
.link-title {
|
|
6254
|
+
flex: 1;
|
|
6255
|
+
overflow: hidden;
|
|
6256
|
+
white-space: nowrap;
|
|
6257
|
+
text-overflow: ellipsis;
|
|
6258
|
+
text-align: left;
|
|
6259
|
+
}
|
|
6260
|
+
}
|
|
6261
|
+
|
|
6262
|
+
|
|
6263
|
+
.E_c1up1pdz {
|
|
6264
|
+
width: 648px;
|
|
6265
|
+
|
|
6266
|
+
&.active {
|
|
6267
|
+
border-color: $blue-60;
|
|
6268
|
+
|
|
6269
|
+
> header {
|
|
6270
|
+
background: rgba($blue-60, 0.1);
|
|
6271
|
+
}
|
|
6272
|
+
}
|
|
6273
|
+
|
|
6274
|
+
.expand {
|
|
6275
|
+
padding: 12px;
|
|
6276
|
+
}
|
|
6277
|
+
|
|
6278
|
+
.field-item {
|
|
6279
|
+
display: flex;
|
|
6280
|
+
padding: 10px 0;
|
|
6281
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6282
|
+
|
|
6283
|
+
&:last-child {
|
|
6284
|
+
border-bottom: none;
|
|
6285
|
+
padding-bottom: 0;
|
|
6286
|
+
}
|
|
6287
|
+
|
|
6288
|
+
label {
|
|
6289
|
+
line-height: 32px;
|
|
6290
|
+
width: 100px;
|
|
6291
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6292
|
+
}
|
|
6293
|
+
}
|
|
6294
|
+
|
|
6295
|
+
.help {
|
|
6296
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6297
|
+
margin-top: 5px;
|
|
6298
|
+
}
|
|
6299
|
+
|
|
6300
|
+
.ant-input-affix-wrapper,
|
|
6301
|
+
.ant-picker {
|
|
6302
|
+
width: 128px;
|
|
6303
|
+
}
|
|
6304
|
+
}
|
|
6305
|
+
|
|
6306
|
+
.E_c156wh19 {
|
|
6307
|
+
display: flex;
|
|
6308
|
+
align-items: center;
|
|
6309
|
+
justify-content: space-between;
|
|
6310
|
+
word-break: keep-all;
|
|
6311
|
+
|
|
6312
|
+
.title {
|
|
6313
|
+
margin: 0 16px 0 8px;
|
|
6314
|
+
}
|
|
6315
|
+
|
|
6316
|
+
.retain {
|
|
6317
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6318
|
+
}
|
|
6319
|
+
|
|
6320
|
+
div.left {
|
|
6321
|
+
flex: 1;
|
|
6322
|
+
display: flex;
|
|
6323
|
+
overflow: hidden;
|
|
6324
|
+
align-items: center;
|
|
6325
|
+
justify-content: flex-start;
|
|
6326
|
+
white-space: nowrap;
|
|
6327
|
+
|
|
6328
|
+
.title {
|
|
6329
|
+
max-width: 100%;
|
|
6330
|
+
overflow: hidden;
|
|
6331
|
+
text-overflow: ellipsis;
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
|
|
6335
|
+
div.right {
|
|
6336
|
+
display: flex;
|
|
6337
|
+
align-items: center;
|
|
6338
|
+
}
|
|
6339
|
+
|
|
6340
|
+
.reverse {
|
|
6341
|
+
display: flex;
|
|
6342
|
+
flex-direction: row-reverse;
|
|
6343
|
+
align-items: center;
|
|
6344
|
+
|
|
6345
|
+
.ant-switch {
|
|
6346
|
+
margin-left: 8px;
|
|
6347
|
+
}
|
|
6348
|
+
}
|
|
6349
|
+
|
|
6350
|
+
.close {
|
|
6351
|
+
padding-left: 14px;
|
|
6352
|
+
margin-left: 14px;
|
|
6353
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
6354
|
+
cursor: pointer;
|
|
6355
|
+
}
|
|
6356
|
+
}
|
|
6357
|
+
|
|
6358
|
+
.E_m126spxy {
|
|
6359
|
+
.ant-btn.ant-btn-link {
|
|
6360
|
+
padding: 1px 10px;
|
|
6361
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6362
|
+
border-radius: 4px;
|
|
6363
|
+
|
|
6364
|
+
&.active {
|
|
6365
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6366
|
+
color: $blue;
|
|
6367
|
+
}
|
|
6368
|
+
}
|
|
6369
|
+
|
|
6370
|
+
padding-bottom: 4px;
|
|
6371
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6372
|
+
}
|
|
6373
|
+
|
|
6374
|
+
.E_wpbf4pq {
|
|
6375
|
+
padding: 10px 0;
|
|
6376
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6377
|
+
|
|
6378
|
+
.ant-input,
|
|
6379
|
+
.ant-picker {
|
|
6380
|
+
width: 80px;
|
|
6381
|
+
margin: 0 9px;
|
|
6382
|
+
text-align: center;
|
|
6383
|
+
}
|
|
6384
|
+
|
|
6385
|
+
.options {
|
|
6386
|
+
padding: 12px 0 12px 16px;
|
|
6387
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6388
|
+
margin: 5px 0 5px 8px;
|
|
6389
|
+
}
|
|
6390
|
+
.week-day-option,
|
|
6391
|
+
.month-day-option {
|
|
6392
|
+
background: #f5f7fa;
|
|
6393
|
+
box-sizing: border-box;
|
|
6394
|
+
border-radius: 16px;
|
|
6395
|
+
margin-right: 8px;
|
|
6396
|
+
|
|
6397
|
+
&:focus {
|
|
6398
|
+
color: inherit;
|
|
6399
|
+
border-color: #d9d9d9;
|
|
6400
|
+
}
|
|
6401
|
+
}
|
|
6402
|
+
.week-day-option {
|
|
6403
|
+
&.active {
|
|
6404
|
+
background-color: $blue;
|
|
6405
|
+
border-color: $blue;
|
|
6406
|
+
color: $white;
|
|
6407
|
+
}
|
|
6408
|
+
&.en-text {
|
|
6409
|
+
width: 110px;
|
|
6410
|
+
margin-top: 4px;
|
|
6411
|
+
}
|
|
6412
|
+
}
|
|
6413
|
+
.month-day-option {
|
|
6414
|
+
width: 32px;
|
|
6415
|
+
padding: 0;
|
|
6416
|
+
margin-bottom: 8px;
|
|
6417
|
+
|
|
6418
|
+
&.active {
|
|
6419
|
+
background-color: $blue;
|
|
6420
|
+
border-color: $blue;
|
|
6421
|
+
color: $white;
|
|
6422
|
+
}
|
|
6311
6423
|
}
|
|
6312
6424
|
}
|
|
6313
6425
|
|
|
@@ -6338,118 +6450,6 @@
|
|
|
6338
6450
|
}
|
|
6339
6451
|
|
|
6340
6452
|
|
|
6341
|
-
.E_t1sqg15u {
|
|
6342
|
-
background: white;
|
|
6343
|
-
|
|
6344
|
-
&.inline {
|
|
6345
|
-
.table-row {
|
|
6346
|
-
flex-direction: column;
|
|
6347
|
-
|
|
6348
|
-
> label {
|
|
6349
|
-
padding: 0 16px 7px 0;
|
|
6350
|
-
}
|
|
6351
|
-
}
|
|
6352
|
-
}
|
|
6353
|
-
|
|
6354
|
-
&.has-border {
|
|
6355
|
-
.table-header {
|
|
6356
|
-
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6357
|
-
}
|
|
6358
|
-
|
|
6359
|
-
.hiddenBorder {
|
|
6360
|
-
border-top: none !important;
|
|
6361
|
-
}
|
|
6362
|
-
|
|
6363
|
-
.table-row + .table-row {
|
|
6364
|
-
border-top: 1px solid $strokes-light-trans-1;
|
|
6365
|
-
}
|
|
6366
|
-
|
|
6367
|
-
.table-row:last-of-type {
|
|
6368
|
-
padding-bottom: 0;
|
|
6369
|
-
}
|
|
6370
|
-
}
|
|
6371
|
-
|
|
6372
|
-
&.align-right {
|
|
6373
|
-
.content {
|
|
6374
|
-
text-align: right;
|
|
6375
|
-
}
|
|
6376
|
-
}
|
|
6377
|
-
.uuid-row {
|
|
6378
|
-
display: flex;
|
|
6379
|
-
justify-content: space-between;
|
|
6380
|
-
|
|
6381
|
-
.id-text {
|
|
6382
|
-
white-space: nowrap;
|
|
6383
|
-
overflow: hidden;
|
|
6384
|
-
text-overflow: ellipsis;
|
|
6385
|
-
}
|
|
6386
|
-
}
|
|
6387
|
-
}
|
|
6388
|
-
|
|
6389
|
-
.E_t4zczcp {
|
|
6390
|
-
display: flex;
|
|
6391
|
-
justify-content: space-between;
|
|
6392
|
-
align-items: center;
|
|
6393
|
-
padding: 8px;
|
|
6394
|
-
min-height: 32px;
|
|
6395
|
-
|
|
6396
|
-
.table-title {
|
|
6397
|
-
color: $text-secondary-light;
|
|
6398
|
-
font-weight: 600;
|
|
6399
|
-
font-size: 12px;
|
|
6400
|
-
line-height: 8px;
|
|
6401
|
-
}
|
|
6402
|
-
|
|
6403
|
-
.edit-icon {
|
|
6404
|
-
font-size: 16px;
|
|
6405
|
-
color: $strokes-translucent-2-light;
|
|
6406
|
-
cursor: pointer;
|
|
6407
|
-
}
|
|
6408
|
-
}
|
|
6409
|
-
|
|
6410
|
-
.E_t1s7goww {
|
|
6411
|
-
font-size: 12px;
|
|
6412
|
-
line-height: 18px;
|
|
6413
|
-
}
|
|
6414
|
-
|
|
6415
|
-
.E_t93e4cf {
|
|
6416
|
-
display: flex;
|
|
6417
|
-
padding: 8px 0;
|
|
6418
|
-
color: $text-primary-light;
|
|
6419
|
-
|
|
6420
|
-
.hidden {
|
|
6421
|
-
display: none;
|
|
6422
|
-
}
|
|
6423
|
-
|
|
6424
|
-
.ant-btn.ant-btn-link {
|
|
6425
|
-
height: auto;
|
|
6426
|
-
}
|
|
6427
|
-
|
|
6428
|
-
.content {
|
|
6429
|
-
overflow: hidden;
|
|
6430
|
-
overflow-x: auto;
|
|
6431
|
-
width: 100%;
|
|
6432
|
-
white-space: pre-wrap;
|
|
6433
|
-
|
|
6434
|
-
.ant-btn {
|
|
6435
|
-
white-space: pre-wrap;
|
|
6436
|
-
text-align: left;
|
|
6437
|
-
}
|
|
6438
|
-
|
|
6439
|
-
.unit-chart {
|
|
6440
|
-
justify-content: flex-start;
|
|
6441
|
-
}
|
|
6442
|
-
}
|
|
6443
|
-
}
|
|
6444
|
-
|
|
6445
|
-
.E_rhz2uv5 {
|
|
6446
|
-
width: var(--rhz2uv5-0);
|
|
6447
|
-
flex-shrink: 0;
|
|
6448
|
-
color: $text-secondary-light;
|
|
6449
|
-
padding-right: 12px;
|
|
6450
|
-
}
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
6453
|
.E_t160l1cm {
|
|
6454
6454
|
display: flex;
|
|
6455
6455
|
flex-direction: column;
|
|
@@ -6774,13 +6774,6 @@
|
|
|
6774
6774
|
}
|
|
6775
6775
|
|
|
6776
6776
|
|
|
6777
|
-
.E_h1ol2wl7 {
|
|
6778
|
-
font-weight: bold;
|
|
6779
|
-
background-color: unset;
|
|
6780
|
-
padding: unset;
|
|
6781
|
-
}
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
6777
|
.E_d11hhzf9 {
|
|
6785
6778
|
width: 492px !important;
|
|
6786
6779
|
margin: 40px auto !important;
|
|
@@ -6944,6 +6937,13 @@
|
|
|
6944
6937
|
}
|
|
6945
6938
|
|
|
6946
6939
|
|
|
6940
|
+
.E_h1ol2wl7 {
|
|
6941
|
+
font-weight: bold;
|
|
6942
|
+
background-color: unset;
|
|
6943
|
+
padding: unset;
|
|
6944
|
+
}
|
|
6945
|
+
|
|
6946
|
+
|
|
6947
6947
|
.E_c14ouk5o {
|
|
6948
6948
|
width: 100%;
|
|
6949
6949
|
height: 100%;
|
|
@@ -6995,6 +6995,59 @@
|
|
|
6995
6995
|
}
|
|
6996
6996
|
|
|
6997
6997
|
|
|
6998
|
+
.E_cevhqx7 {
|
|
6999
|
+
color: $text-light-primary;
|
|
7000
|
+
}
|
|
7001
|
+
|
|
7002
|
+
.E_snbqlt4 {
|
|
7003
|
+
margin-top: 8px;
|
|
7004
|
+
color: $text-light-secondary;
|
|
7005
|
+
}
|
|
7006
|
+
|
|
7007
|
+
|
|
7008
|
+
.E_c1ss4prm {
|
|
7009
|
+
color: $text-light-secondary;
|
|
7010
|
+
|
|
7011
|
+
li {
|
|
7012
|
+
margin-bottom: 4px;
|
|
7013
|
+
|
|
7014
|
+
&:last-child {
|
|
7015
|
+
margin-bottom: 0;
|
|
7016
|
+
}
|
|
7017
|
+
}
|
|
7018
|
+
}
|
|
7019
|
+
|
|
7020
|
+
.E_ms3tlei {
|
|
7021
|
+
background: $fill-neutral-trans-2;
|
|
7022
|
+
padding: 8px;
|
|
7023
|
+
border-radius: 6px;
|
|
7024
|
+
color: $gray-a60-8;
|
|
7025
|
+
|
|
7026
|
+
li {
|
|
7027
|
+
margin-bottom: 4px;
|
|
7028
|
+
|
|
7029
|
+
&:last-child {
|
|
7030
|
+
margin-bottom: 0;
|
|
7031
|
+
}
|
|
7032
|
+
}
|
|
7033
|
+
}
|
|
7034
|
+
|
|
7035
|
+
.E_du44iy7 {
|
|
7036
|
+
margin-bottom: 4px;
|
|
7037
|
+
}
|
|
7038
|
+
|
|
7039
|
+
.E_s1qmhanr {
|
|
7040
|
+
color: $text-light-secondary;
|
|
7041
|
+
margin-bottom: 8px;
|
|
7042
|
+
}
|
|
7043
|
+
|
|
7044
|
+
.E_drje1h0 {
|
|
7045
|
+
height: 1px;
|
|
7046
|
+
background: $strokes-light-opaque-2;
|
|
7047
|
+
margin: 16px 0;
|
|
7048
|
+
}
|
|
7049
|
+
|
|
7050
|
+
|
|
6998
7051
|
.E_c1kchka8 {
|
|
6999
7052
|
height: 100%;
|
|
7000
7053
|
width: 100%;
|
|
@@ -7594,59 +7647,6 @@
|
|
|
7594
7647
|
}
|
|
7595
7648
|
|
|
7596
7649
|
|
|
7597
|
-
.E_c1ss4prm {
|
|
7598
|
-
color: $text-light-secondary;
|
|
7599
|
-
|
|
7600
|
-
li {
|
|
7601
|
-
margin-bottom: 4px;
|
|
7602
|
-
|
|
7603
|
-
&:last-child {
|
|
7604
|
-
margin-bottom: 0;
|
|
7605
|
-
}
|
|
7606
|
-
}
|
|
7607
|
-
}
|
|
7608
|
-
|
|
7609
|
-
.E_ms3tlei {
|
|
7610
|
-
background: $fill-neutral-trans-2;
|
|
7611
|
-
padding: 8px;
|
|
7612
|
-
border-radius: 6px;
|
|
7613
|
-
color: $gray-a60-8;
|
|
7614
|
-
|
|
7615
|
-
li {
|
|
7616
|
-
margin-bottom: 4px;
|
|
7617
|
-
|
|
7618
|
-
&:last-child {
|
|
7619
|
-
margin-bottom: 0;
|
|
7620
|
-
}
|
|
7621
|
-
}
|
|
7622
|
-
}
|
|
7623
|
-
|
|
7624
|
-
.E_du44iy7 {
|
|
7625
|
-
margin-bottom: 4px;
|
|
7626
|
-
}
|
|
7627
|
-
|
|
7628
|
-
.E_s1qmhanr {
|
|
7629
|
-
color: $text-light-secondary;
|
|
7630
|
-
margin-bottom: 8px;
|
|
7631
|
-
}
|
|
7632
|
-
|
|
7633
|
-
.E_drje1h0 {
|
|
7634
|
-
height: 1px;
|
|
7635
|
-
background: $strokes-light-opaque-2;
|
|
7636
|
-
margin: 16px 0;
|
|
7637
|
-
}
|
|
7638
|
-
|
|
7639
|
-
|
|
7640
|
-
.E_cevhqx7 {
|
|
7641
|
-
color: $text-light-primary;
|
|
7642
|
-
}
|
|
7643
|
-
|
|
7644
|
-
.E_snbqlt4 {
|
|
7645
|
-
margin-top: 8px;
|
|
7646
|
-
color: $text-light-secondary;
|
|
7647
|
-
}
|
|
7648
|
-
|
|
7649
|
-
|
|
7650
7650
|
.E_l12xdkhl {
|
|
7651
7651
|
width: 64px;
|
|
7652
7652
|
height: 64px;
|