@cloudtower/eagle 0.34.29 → 0.34.30
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/stats1.html +1 -1
- package/dist/components.css +2106 -2106
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1526 -1526
- package/dist/style.css +2106 -2106
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -1,31 +1,3 @@
|
|
|
1
|
-
.E_c18gxmrl {
|
|
2
|
-
border: 1px solid $gray-40;
|
|
3
|
-
border-radius: 4px;
|
|
4
|
-
|
|
5
|
-
& + & {
|
|
6
|
-
margin-top: 8px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
&:hover {
|
|
10
|
-
border-color: $blue-60;
|
|
11
|
-
|
|
12
|
-
> header {
|
|
13
|
-
background: rgba($blue-60, 0.1);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&.active {
|
|
18
|
-
header {
|
|
19
|
-
border-bottom: 1px solid $gray-40;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
> header {
|
|
24
|
-
padding: 8px 12px;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
1
|
.E_m74vjol {
|
|
30
2
|
display: flex;
|
|
31
3
|
justify-content: space-between;
|
|
@@ -51,62 +23,30 @@
|
|
|
51
23
|
}
|
|
52
24
|
|
|
53
25
|
|
|
54
|
-
.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
.breadcrumb-link {
|
|
59
|
-
color: $text-terdiary-light;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
transition: color 160ms ease;
|
|
26
|
+
.E_c18gxmrl {
|
|
27
|
+
border: 1px solid $gray-40;
|
|
28
|
+
border-radius: 4px;
|
|
62
29
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
&:active {
|
|
67
|
-
color: $blue-80;
|
|
68
|
-
}
|
|
30
|
+
& + & {
|
|
31
|
+
margin-top: 8px;
|
|
69
32
|
}
|
|
70
|
-
}
|
|
71
33
|
|
|
34
|
+
&:hover {
|
|
35
|
+
border-color: $blue-60;
|
|
72
36
|
|
|
73
|
-
|
|
74
|
-
|
|
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
|
-
}
|
|
37
|
+
> header {
|
|
38
|
+
background: rgba($blue-60, 0.1);
|
|
89
39
|
}
|
|
90
40
|
}
|
|
91
41
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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;
|
|
42
|
+
&.active {
|
|
43
|
+
header {
|
|
44
|
+
border-bottom: 1px solid $gray-40;
|
|
105
45
|
}
|
|
46
|
+
}
|
|
106
47
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
48
|
+
> header {
|
|
49
|
+
padding: 8px 12px;
|
|
110
50
|
}
|
|
111
51
|
}
|
|
112
52
|
|
|
@@ -469,6 +409,91 @@
|
|
|
469
409
|
}
|
|
470
410
|
|
|
471
411
|
|
|
412
|
+
.E_c1uzzomf {
|
|
413
|
+
margin-bottom: 16px;
|
|
414
|
+
|
|
415
|
+
.card-title {
|
|
416
|
+
font-size: 16px;
|
|
417
|
+
color: $text-secondary-light;
|
|
418
|
+
font-weight: 700;
|
|
419
|
+
line-height: 32px;
|
|
420
|
+
}
|
|
421
|
+
.card-body {
|
|
422
|
+
padding: 24px;
|
|
423
|
+
border-radius: 8px;
|
|
424
|
+
background: $fills-light-white;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.empty {
|
|
428
|
+
font-weight: 700;
|
|
429
|
+
font-size: 14px;
|
|
430
|
+
line-height: 22px;
|
|
431
|
+
color: $text-light-tertiary;
|
|
432
|
+
text-align: center;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
.E_berrcjl {
|
|
438
|
+
color: $text-terdiary-light;
|
|
439
|
+
margin-bottom: 4px;
|
|
440
|
+
|
|
441
|
+
.breadcrumb-link {
|
|
442
|
+
color: $text-terdiary-light;
|
|
443
|
+
cursor: pointer;
|
|
444
|
+
transition: color 160ms ease;
|
|
445
|
+
|
|
446
|
+
&:hover {
|
|
447
|
+
color: $blue-60;
|
|
448
|
+
}
|
|
449
|
+
&:active {
|
|
450
|
+
color: $blue-80;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
.E_b1nip9bk {
|
|
457
|
+
padding: 4px 11px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.E_bqamoqe {
|
|
461
|
+
white-space: nowrap;
|
|
462
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
463
|
+
|
|
464
|
+
& > .ant-btn {
|
|
465
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
466
|
+
--color: #{$text-light-general};
|
|
467
|
+
|
|
468
|
+
&[disabled],
|
|
469
|
+
&:hover[disabled] {
|
|
470
|
+
--color: #{$text-light-general};
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
& > .ant-btn:not(:only-child) {
|
|
476
|
+
& + .ant-btn {
|
|
477
|
+
margin-left: 1px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
&:first-child {
|
|
481
|
+
border-top-right-radius: 0;
|
|
482
|
+
border-bottom-right-radius: 0;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
&:last-child {
|
|
486
|
+
border-top-left-radius: 0;
|
|
487
|
+
border-bottom-left-radius: 0;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
&:not(:first-child, :last-child) {
|
|
491
|
+
border-radius: unset;
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
|
|
472
497
|
.E_d133fzv0 {
|
|
473
498
|
.ant-dropdown-menu-item-group {
|
|
474
499
|
.ant-dropdown-menu-item-group-title {
|
|
@@ -487,27 +512,41 @@
|
|
|
487
512
|
}
|
|
488
513
|
|
|
489
514
|
|
|
490
|
-
.
|
|
491
|
-
|
|
515
|
+
.E_iouxfgt {
|
|
516
|
+
display: inline-flex;
|
|
517
|
+
align-items: center;
|
|
492
518
|
|
|
493
|
-
.
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
line-height: 32px;
|
|
519
|
+
.icon-inner {
|
|
520
|
+
display: inline-flex;
|
|
521
|
+
align-items: center;
|
|
522
|
+
justify-content: center;
|
|
498
523
|
}
|
|
499
|
-
.
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
524
|
+
.icon-inner + span,
|
|
525
|
+
span + .icon-inner.suffix {
|
|
526
|
+
margin-left: 4px;
|
|
527
|
+
}
|
|
528
|
+
&.is-rotate {
|
|
529
|
+
img,
|
|
530
|
+
svg {
|
|
531
|
+
animation: rotate 680ms linear infinite;
|
|
532
|
+
}
|
|
503
533
|
}
|
|
534
|
+
}
|
|
504
535
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
536
|
+
|
|
537
|
+
.E_fzh9mnb {
|
|
538
|
+
width: 100%;
|
|
539
|
+
height: 100%;
|
|
540
|
+
min-height: 124px;
|
|
541
|
+
display: flex;
|
|
542
|
+
flex-direction: column;
|
|
543
|
+
justify-content: center;
|
|
544
|
+
align-items: center;
|
|
545
|
+
|
|
546
|
+
.error-text {
|
|
547
|
+
color: $text-terdiary-light;
|
|
548
|
+
margin-bottom: 16px;
|
|
549
|
+
font-size: 18px;
|
|
511
550
|
}
|
|
512
551
|
}
|
|
513
552
|
|
|
@@ -567,27 +606,86 @@
|
|
|
567
606
|
}
|
|
568
607
|
|
|
569
608
|
|
|
570
|
-
.
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
.
|
|
609
|
+
.E_ai7qkf2 {
|
|
610
|
+
.ant-input-number-handler-wrap {
|
|
611
|
+
display: var(--ai7qkf2-0);
|
|
612
|
+
}
|
|
613
|
+
.ant-input-number-input-wrap {
|
|
575
614
|
display: inline-flex;
|
|
576
|
-
|
|
577
|
-
|
|
615
|
+
line-height: 1.5715;
|
|
616
|
+
height: 100%;
|
|
617
|
+
width: 100%;
|
|
578
618
|
}
|
|
579
|
-
|
|
580
|
-
|
|
619
|
+
|
|
620
|
+
.ant-input-number-input-wrap::after {
|
|
621
|
+
content: var(--ai7qkf2-1);
|
|
622
|
+
display: var(--ai7qkf2-2);
|
|
623
|
+
flex: none;
|
|
624
|
+
align-items: center;
|
|
581
625
|
margin-left: 4px;
|
|
626
|
+
padding: 5px 12px 5px 0;
|
|
627
|
+
color: rgba(44, 56, 82, 0.6);
|
|
582
628
|
}
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
629
|
+
|
|
630
|
+
.ant-input-number-input-wrap::before {
|
|
631
|
+
content: var(--ai7qkf2-3);
|
|
632
|
+
display: var(--ai7qkf2-4);
|
|
633
|
+
flex: none;
|
|
634
|
+
align-items: center;
|
|
635
|
+
margin-right: 4px;
|
|
636
|
+
cursor: auto;
|
|
637
|
+
color: rgba(44, 56, 82, 0.6);
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.ant-input-group.ant-input-group-compact > & {
|
|
641
|
+
border-radius: 0;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
&.ant-input-number {
|
|
645
|
+
width: 100%;
|
|
646
|
+
border-radius: 6px;
|
|
647
|
+
}
|
|
648
|
+
&.ant-input-number:not([disabled]) {
|
|
649
|
+
&:focus,
|
|
650
|
+
&:active,
|
|
651
|
+
&.ant-input-number-focused {
|
|
652
|
+
&.ant-input-number {
|
|
653
|
+
border-color: $blue;
|
|
654
|
+
box-shadow: $shadow-light-active;
|
|
655
|
+
z-index: $input-hover-index;
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
&.error {
|
|
659
|
+
&:hover,
|
|
660
|
+
&.ant-input-number-focused {
|
|
661
|
+
&.ant-input-number {
|
|
662
|
+
border-color: $red;
|
|
663
|
+
box-shadow: $shadow-light-error;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.ant-input-number-input {
|
|
670
|
+
height: 30px;
|
|
671
|
+
border: 1px;
|
|
672
|
+
padding: 5px 12px;
|
|
673
|
+
font-size: inherit;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
&.ant-input-number-lg input {
|
|
677
|
+
height: 38px;
|
|
678
|
+
border: 1px;
|
|
679
|
+
padding: 8px 16px;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
&.ant-input-number-sm input {
|
|
683
|
+
height: 22px;
|
|
684
|
+
border: 1px;
|
|
685
|
+
padding: 2px 8px;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
|
|
591
689
|
|
|
592
690
|
.E_f7pxqmh {
|
|
593
691
|
width: 100%;
|
|
@@ -631,19 +729,19 @@
|
|
|
631
729
|
}
|
|
632
730
|
|
|
633
731
|
|
|
634
|
-
.
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
732
|
+
.E_atcz0kf {
|
|
733
|
+
.ant-input-suffix {
|
|
734
|
+
margin-left: 8px;
|
|
735
|
+
}
|
|
736
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
737
|
+
padding: 2px 7px 2px 12px;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
642
740
|
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
741
|
+
|
|
742
|
+
.E_sx1bpnu {
|
|
743
|
+
.ant-input-sm {
|
|
744
|
+
line-height: 18px;
|
|
647
745
|
}
|
|
648
746
|
}
|
|
649
747
|
|
|
@@ -739,16 +837,6 @@
|
|
|
739
837
|
}
|
|
740
838
|
|
|
741
839
|
|
|
742
|
-
.E_atcz0kf {
|
|
743
|
-
.ant-input-suffix {
|
|
744
|
-
margin-left: 8px;
|
|
745
|
-
}
|
|
746
|
-
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
747
|
-
padding: 2px 7px 2px 12px;
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
|
|
752
840
|
.E_i1inqkme {
|
|
753
841
|
height: 18px;
|
|
754
842
|
line-height: 18px;
|
|
@@ -763,13 +851,6 @@
|
|
|
763
851
|
}
|
|
764
852
|
|
|
765
853
|
|
|
766
|
-
.E_sx1bpnu {
|
|
767
|
-
.ant-input-sm {
|
|
768
|
-
line-height: 18px;
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
|
|
773
854
|
.E_a1wfy30z {
|
|
774
855
|
.ant-input-number-handler-wrap {
|
|
775
856
|
display: var(--a1wfy30z-0);
|
|
@@ -807,94 +888,70 @@
|
|
|
807
888
|
}
|
|
808
889
|
|
|
809
890
|
|
|
810
|
-
.
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
width: 100%;
|
|
819
|
-
}
|
|
891
|
+
.E_phljevk {
|
|
892
|
+
display: flex;
|
|
893
|
+
justify-content: space-between;
|
|
894
|
+
align-items: center;
|
|
895
|
+
padding: 10px 0;
|
|
896
|
+
color: $text-light-secondary;
|
|
897
|
+
font-size: 12px;
|
|
898
|
+
line-height: 24px;
|
|
820
899
|
|
|
821
|
-
.
|
|
822
|
-
|
|
823
|
-
display: var(--ai7qkf2-2);
|
|
824
|
-
flex: none;
|
|
825
|
-
align-items: center;
|
|
826
|
-
margin-left: 4px;
|
|
827
|
-
padding: 5px 12px 5px 0;
|
|
828
|
-
color: rgba(44, 56, 82, 0.6);
|
|
900
|
+
.pagination-left {
|
|
901
|
+
padding: 2px 8px;
|
|
829
902
|
}
|
|
830
903
|
|
|
831
|
-
.
|
|
832
|
-
|
|
833
|
-
display: var(--ai7qkf2-4);
|
|
834
|
-
flex: none;
|
|
904
|
+
.dropdown-trigger {
|
|
905
|
+
display: flex;
|
|
835
906
|
align-items: center;
|
|
836
|
-
|
|
837
|
-
cursor:
|
|
838
|
-
|
|
839
|
-
}
|
|
907
|
+
border-radius: 6px;
|
|
908
|
+
cursor: pointer;
|
|
909
|
+
transition: all 0.3s ease;
|
|
840
910
|
|
|
841
|
-
|
|
842
|
-
|
|
911
|
+
&:hover {
|
|
912
|
+
background: $fills-interaction-light-general-hover;
|
|
913
|
+
color: $text-light-general;
|
|
914
|
+
}
|
|
915
|
+
.icon-inner {
|
|
916
|
+
margin-left: 4px;
|
|
917
|
+
}
|
|
843
918
|
}
|
|
844
919
|
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
&.ant-input-number-focused {
|
|
853
|
-
&.ant-input-number {
|
|
854
|
-
border-color: $blue;
|
|
855
|
-
box-shadow: $shadow-light-active;
|
|
856
|
-
z-index: $input-hover-index;
|
|
857
|
-
}
|
|
920
|
+
.pagination-right {
|
|
921
|
+
display: flex;
|
|
922
|
+
align-items: center;
|
|
923
|
+
color: $blue-60;
|
|
924
|
+
font-weight: bold;
|
|
925
|
+
.icon-inner {
|
|
926
|
+
margin-left: 4px;
|
|
858
927
|
}
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
box-shadow: $shadow-light-error;
|
|
865
|
-
}
|
|
928
|
+
.prev-btn,
|
|
929
|
+
.next-btn {
|
|
930
|
+
padding: 0 8px;
|
|
931
|
+
> span {
|
|
932
|
+
color: $text-light-general;
|
|
866
933
|
}
|
|
867
934
|
}
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.ant-input-number-input {
|
|
871
|
-
height: 30px;
|
|
872
|
-
border: 1px;
|
|
873
|
-
padding: 5px 12px;
|
|
874
|
-
font-size: inherit;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
&.ant-input-number-lg input {
|
|
878
|
-
height: 38px;
|
|
879
|
-
border: 1px;
|
|
880
|
-
padding: 8px 16px;
|
|
881
|
-
}
|
|
882
935
|
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
936
|
+
.next-btn {
|
|
937
|
+
.icon-inner {
|
|
938
|
+
transform: rotate(180deg);
|
|
939
|
+
}
|
|
940
|
+
}
|
|
887
941
|
}
|
|
888
942
|
}
|
|
889
943
|
|
|
944
|
+
.E_d12rtyeg {
|
|
945
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
946
|
+
max-height: calc(100vh - 128px);
|
|
947
|
+
overflow-y: auto;
|
|
890
948
|
|
|
891
|
-
.
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
position: absolute;
|
|
949
|
+
.ant-dropdown-menu-item {
|
|
950
|
+
padding: 4px 20px;
|
|
951
|
+
font-size: 12px;
|
|
952
|
+
line-height: 18px;
|
|
953
|
+
}
|
|
954
|
+
}
|
|
898
955
|
}
|
|
899
956
|
|
|
900
957
|
|
|
@@ -1079,6 +1136,16 @@
|
|
|
1079
1136
|
}
|
|
1080
1137
|
|
|
1081
1138
|
|
|
1139
|
+
.E_owd0kml {
|
|
1140
|
+
display: inline-block;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.E_h1jsgezc {
|
|
1144
|
+
visibility: hidden;
|
|
1145
|
+
position: absolute;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
|
|
1082
1149
|
.E_i11gg7mj {
|
|
1083
1150
|
.ant-input-prefix {
|
|
1084
1151
|
margin-right: 8px;
|
|
@@ -1111,126 +1178,15 @@
|
|
|
1111
1178
|
}
|
|
1112
1179
|
|
|
1113
1180
|
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
color: $text-light-secondary;
|
|
1120
|
-
font-size: 12px;
|
|
1121
|
-
line-height: 24px;
|
|
1181
|
+
.E_ivqqkzv {
|
|
1182
|
+
height: 24px;
|
|
1183
|
+
width: 56px !important;
|
|
1184
|
+
margin-right: 4px;
|
|
1185
|
+
}
|
|
1122
1186
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
.dropdown-trigger {
|
|
1128
|
-
display: flex;
|
|
1129
|
-
align-items: center;
|
|
1130
|
-
border-radius: 6px;
|
|
1131
|
-
cursor: pointer;
|
|
1132
|
-
transition: all 0.3s ease;
|
|
1133
|
-
|
|
1134
|
-
&:hover {
|
|
1135
|
-
background: $fills-interaction-light-general-hover;
|
|
1136
|
-
color: $text-light-general;
|
|
1137
|
-
}
|
|
1138
|
-
.icon-inner {
|
|
1139
|
-
margin-left: 4px;
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
.pagination-right {
|
|
1144
|
-
display: flex;
|
|
1145
|
-
align-items: center;
|
|
1146
|
-
color: $blue-60;
|
|
1147
|
-
font-weight: bold;
|
|
1148
|
-
.icon-inner {
|
|
1149
|
-
margin-left: 4px;
|
|
1150
|
-
}
|
|
1151
|
-
.prev-btn,
|
|
1152
|
-
.next-btn {
|
|
1153
|
-
padding: 0 8px;
|
|
1154
|
-
> span {
|
|
1155
|
-
color: $text-light-general;
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
.next-btn {
|
|
1160
|
-
.icon-inner {
|
|
1161
|
-
transform: rotate(180deg);
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.E_d12rtyeg {
|
|
1168
|
-
&.ant-dropdown .ant-dropdown-menu {
|
|
1169
|
-
max-height: calc(100vh - 128px);
|
|
1170
|
-
overflow-y: auto;
|
|
1171
|
-
|
|
1172
|
-
.ant-dropdown-menu-item {
|
|
1173
|
-
padding: 4px 20px;
|
|
1174
|
-
font-size: 12px;
|
|
1175
|
-
line-height: 18px;
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
.E_ivqqkzv {
|
|
1182
|
-
height: 24px;
|
|
1183
|
-
width: 56px !important;
|
|
1184
|
-
margin-right: 4px;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.E_c1wk4q29 {
|
|
1188
|
-
color: $text-secondary-light;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
.E_c1bus5hc {
|
|
1193
|
-
--color: white;
|
|
1194
|
-
height: 14px;
|
|
1195
|
-
width: 14px;
|
|
1196
|
-
border-radius: 50%;
|
|
1197
|
-
flex-shrink: 0;
|
|
1198
|
-
display: flex;
|
|
1199
|
-
align-items: center;
|
|
1200
|
-
justify-content: center;
|
|
1201
|
-
border: 1px solid var(--color);
|
|
1202
|
-
|
|
1203
|
-
.circle-inner {
|
|
1204
|
-
position: relative;
|
|
1205
|
-
height: 10px;
|
|
1206
|
-
width: 10px;
|
|
1207
|
-
border-radius: 50%;
|
|
1208
|
-
overflow: hidden;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.circle-content {
|
|
1212
|
-
position: absolute;
|
|
1213
|
-
height: 100%;
|
|
1214
|
-
width: 100%;
|
|
1215
|
-
left: 0;
|
|
1216
|
-
top: 0;
|
|
1217
|
-
border-radius: 50%;
|
|
1218
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1219
|
-
transform: rotate(180deg);
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
.circle-child {
|
|
1223
|
-
position: absolute;
|
|
1224
|
-
height: 100%;
|
|
1225
|
-
width: 100%;
|
|
1226
|
-
left: 0;
|
|
1227
|
-
top: 0;
|
|
1228
|
-
margin-left: 50%;
|
|
1229
|
-
transform-origin: left;
|
|
1230
|
-
background: white;
|
|
1231
|
-
transform: rotate(0deg);
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1187
|
+
.E_c1wk4q29 {
|
|
1188
|
+
color: $text-secondary-light;
|
|
1189
|
+
}
|
|
1234
1190
|
|
|
1235
1191
|
|
|
1236
1192
|
.E_cnujxq2 {
|
|
@@ -2046,465 +2002,169 @@
|
|
|
2046
2002
|
}
|
|
2047
2003
|
|
|
2048
2004
|
|
|
2049
|
-
.
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
overflow: hidden;
|
|
2055
|
-
&:focus {
|
|
2056
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
&.ant-switch-small {
|
|
2060
|
-
min-width: 26px;
|
|
2061
|
-
height: 16px;
|
|
2062
|
-
}
|
|
2063
|
-
&.ant-switch-large {
|
|
2064
|
-
min-width: 52px;
|
|
2065
|
-
height: 32px;
|
|
2066
|
-
}
|
|
2005
|
+
.E_dsnbhzf {
|
|
2006
|
+
@include Inter(bold);
|
|
2007
|
+
font-size: 32px;
|
|
2008
|
+
line-height: 40px;
|
|
2009
|
+
}
|
|
2067
2010
|
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
transition-delay: 120ms;
|
|
2074
|
-
}
|
|
2075
|
-
}
|
|
2076
|
-
&.ant-switch-small .ant-switch-handle {
|
|
2077
|
-
height: 14px;
|
|
2078
|
-
width: 14px;
|
|
2079
|
-
top: 1px;
|
|
2080
|
-
left: 1px;
|
|
2081
|
-
}
|
|
2082
|
-
&.ant-switch-large .ant-switch-handle {
|
|
2083
|
-
height: 28px;
|
|
2084
|
-
width: 28px;
|
|
2085
|
-
&::before {
|
|
2086
|
-
border-radius: 14px;
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2011
|
+
.E_d1mvo22k {
|
|
2012
|
+
@include Inter(bold);
|
|
2013
|
+
font-size: 24px;
|
|
2014
|
+
line-height: 32px;
|
|
2015
|
+
}
|
|
2089
2016
|
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
left: calc(100% - 20px - 2px);
|
|
2095
|
-
}
|
|
2096
|
-
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2097
|
-
left: calc(100% - 14px - 1px);
|
|
2098
|
-
}
|
|
2099
|
-
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2100
|
-
left: calc(100% - 28px - 2px);
|
|
2101
|
-
}
|
|
2017
|
+
.E_d1b444tr {
|
|
2018
|
+
@include Inter();
|
|
2019
|
+
font-size: 32px;
|
|
2020
|
+
line-height: 40px;
|
|
2102
2021
|
}
|
|
2103
2022
|
|
|
2104
|
-
.
|
|
2105
|
-
|
|
2106
|
-
|
|
2023
|
+
.E_dvs0kue {
|
|
2024
|
+
@include Inter(bold);
|
|
2025
|
+
font-size: 20px;
|
|
2026
|
+
line-height: 24px;
|
|
2027
|
+
}
|
|
2107
2028
|
|
|
2029
|
+
.E_d1hcbfcq {
|
|
2030
|
+
@include Inter();
|
|
2031
|
+
font-size: 20px;
|
|
2032
|
+
line-height: 24px;
|
|
2033
|
+
}
|
|
2108
2034
|
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2035
|
+
.E_d1cz922v {
|
|
2036
|
+
@include Inter(bold);
|
|
2037
|
+
font-size: 18px;
|
|
2038
|
+
line-height: 22px;
|
|
2113
2039
|
}
|
|
2114
2040
|
|
|
2041
|
+
.E_d3nzbrm {
|
|
2042
|
+
@include Inter();
|
|
2043
|
+
font-size: 18px;
|
|
2044
|
+
line-height: 22px;
|
|
2045
|
+
}
|
|
2115
2046
|
|
|
2116
|
-
.
|
|
2117
|
-
|
|
2047
|
+
.E_h1g0p5ob {
|
|
2048
|
+
@include Inter(bold);
|
|
2049
|
+
font-size: 16px;
|
|
2050
|
+
line-height: 22px;
|
|
2118
2051
|
}
|
|
2119
2052
|
|
|
2120
|
-
.
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2125
|
-
height: 34px;
|
|
2126
|
-
min-height: 34px;
|
|
2127
|
-
box-sizing: border-box;
|
|
2128
|
-
margin-top: 8px;
|
|
2129
|
-
}
|
|
2053
|
+
.E_hydo2ej {
|
|
2054
|
+
@include Inter();
|
|
2055
|
+
font-size: 16px;
|
|
2056
|
+
line-height: 22px;
|
|
2130
2057
|
}
|
|
2131
2058
|
|
|
2132
|
-
.
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
border-radius: 4px;
|
|
2059
|
+
.E_h1hbuq0r {
|
|
2060
|
+
@include Inter(bold);
|
|
2061
|
+
font-size: 14px;
|
|
2062
|
+
line-height: 20px;
|
|
2063
|
+
}
|
|
2138
2064
|
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2065
|
+
.E_h13bondg {
|
|
2066
|
+
@include Inter();
|
|
2067
|
+
font-size: 14px;
|
|
2068
|
+
line-height: 20px;
|
|
2069
|
+
}
|
|
2142
2070
|
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2071
|
+
.E_h1mhvdlx {
|
|
2072
|
+
@include Inter(bold);
|
|
2073
|
+
font-size: 12px;
|
|
2074
|
+
line-height: 18px;
|
|
2075
|
+
}
|
|
2146
2076
|
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
.selected-icon {
|
|
2153
|
-
display: block;
|
|
2154
|
-
}
|
|
2155
|
-
}
|
|
2077
|
+
.E_h1inmfq6 {
|
|
2078
|
+
@include Inter();
|
|
2079
|
+
font-size: 12px;
|
|
2080
|
+
line-height: 18px;
|
|
2081
|
+
}
|
|
2156
2082
|
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
.timezone-tag {
|
|
2163
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2164
|
-
color: #0080ff;
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
.E_o1ifxsq4 {
|
|
2170
|
-
display: flex;
|
|
2171
|
-
justify-content: space-between;
|
|
2172
|
-
height: 20px;
|
|
2173
|
-
line-height: 20px;
|
|
2174
|
-
|
|
2175
|
-
.timezone-title {
|
|
2176
|
-
color: #2d3a56;
|
|
2177
|
-
overflow: hidden;
|
|
2178
|
-
text-overflow: ellipsis;
|
|
2179
|
-
}
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
.E_o1zue7 {
|
|
2183
|
-
display: flex;
|
|
2184
|
-
justify-content: space-between;
|
|
2185
|
-
color: $text-light-secondary;
|
|
2186
|
-
height: 18px;
|
|
2187
|
-
line-height: 18px;
|
|
2188
|
-
margin-top: 2px;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
|
-
.E_tyfmlxg {
|
|
2192
|
-
border: none;
|
|
2193
|
-
margin-right: 0;
|
|
2194
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
.E_o18uybox {
|
|
2198
|
-
pointer-events: none;
|
|
2199
|
-
height: 32px;
|
|
2200
|
-
width: 100%;
|
|
2201
|
-
opacity: 0;
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
.E_t1m2x205 {
|
|
2206
|
-
.ant-tooltip-arrow {
|
|
2207
|
-
display: none;
|
|
2208
|
-
}
|
|
2209
|
-
.ant-tooltip-inner {
|
|
2210
|
-
background: $gray-a80-9;
|
|
2211
|
-
border-radius: 4px;
|
|
2212
|
-
&:has(.eagle-ellipsis-content) {
|
|
2213
|
-
visibility: hidden;
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
.E_s1sck0th {
|
|
2220
|
-
padding: 0 8px;
|
|
2221
|
-
border-radius: 4px;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
.E_m855nr1 {
|
|
2225
|
-
padding: 2px 8px;
|
|
2226
|
-
border-radius: 3px;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
.E_l1270xpg {
|
|
2230
|
-
padding: 3px 8px;
|
|
2231
|
-
border-radius: 2px;
|
|
2232
|
-
}
|
|
2233
|
-
|
|
2234
|
-
.E_t14rextb {
|
|
2235
|
-
&.ant-tag:hover {
|
|
2236
|
-
opacity: unset;
|
|
2237
|
-
}
|
|
2238
|
-
&.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2239
|
-
margin: 0;
|
|
2240
|
-
margin-right: 8px;
|
|
2241
|
-
display: inline-flex;
|
|
2242
|
-
align-items: center;
|
|
2243
|
-
border: none;
|
|
2244
|
-
& .ant-tag-close-icon {
|
|
2245
|
-
width: 16px;
|
|
2246
|
-
height: 16px;
|
|
2247
|
-
color: inherit;
|
|
2248
|
-
margin-left: 4px;
|
|
2249
|
-
opacity: 0.6;
|
|
2250
|
-
display: inline-flex;
|
|
2251
|
-
&:hover {
|
|
2252
|
-
opacity: 1;
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
|
-
&.ant-tag-blue {
|
|
2256
|
-
color: $fills-light-general-general;
|
|
2257
|
-
background-color: $fills-light-general-general-light;
|
|
2258
|
-
}
|
|
2259
|
-
&.ant-tag-red {
|
|
2260
|
-
color: $fills-light-serious-serious;
|
|
2261
|
-
background-color: $fills-light-serious-serious-light;
|
|
2262
|
-
}
|
|
2263
|
-
&.ant-tag-yellow {
|
|
2264
|
-
color: $fills-light-notice-notice-dark;
|
|
2265
|
-
background-color: $fills-light-notice-notice-light;
|
|
2266
|
-
}
|
|
2267
|
-
&.ant-tag-green {
|
|
2268
|
-
color: $fills-light-positive-positive-dark;
|
|
2269
|
-
background-color: $fills-light-positive-positive-light;
|
|
2270
|
-
}
|
|
2271
|
-
&.ant-tag-gray {
|
|
2272
|
-
color: $text-light-super;
|
|
2273
|
-
background-color: $fills-element-light-container-general;
|
|
2274
|
-
}
|
|
2275
|
-
&.ant-tag-purple {
|
|
2276
|
-
color: $text-colorful-purple;
|
|
2277
|
-
background-color: $fill-purple-light;
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
&.ui-kit-token-checked {
|
|
2281
|
-
color: $text-light-on-tint;
|
|
2282
|
-
&.ant-tag-red {
|
|
2283
|
-
background-color: $fills-light-serious-serious;
|
|
2284
|
-
}
|
|
2285
|
-
&.ant-tag-yellow {
|
|
2286
|
-
background-color: $fills-light-notice-notice;
|
|
2287
|
-
}
|
|
2288
|
-
&.ant-tag-green {
|
|
2289
|
-
background-color: $fills-light-positive-positive;
|
|
2290
|
-
}
|
|
2291
|
-
&.ant-tag-blue {
|
|
2292
|
-
background-color: $fills-light-general-general;
|
|
2293
|
-
}
|
|
2294
|
-
&.ant-tag-gray {
|
|
2295
|
-
background-color: $gray-70;
|
|
2296
|
-
}
|
|
2297
|
-
&.ant-tag-purple {
|
|
2298
|
-
background-color: $fill-purple-base;
|
|
2299
|
-
}
|
|
2300
|
-
}
|
|
2301
|
-
}
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
.E_ccrbeuz {
|
|
2306
|
-
.ant-collapse-item {
|
|
2307
|
-
border: 0px;
|
|
2308
|
-
background-color: $fills-light-white;
|
|
2309
|
-
|
|
2310
|
-
.ant-collapse-header {
|
|
2311
|
-
padding-top: 0px;
|
|
2312
|
-
padding-bottom: 0px;
|
|
2313
|
-
padding-left: 0px !important;
|
|
2314
|
-
padding-right: 24px;
|
|
2315
|
-
.ant-collapse-arrow {
|
|
2316
|
-
right: 0px;
|
|
2317
|
-
}
|
|
2318
|
-
}
|
|
2319
|
-
.ant-collapse-content {
|
|
2320
|
-
.ant-collapse-content-box {
|
|
2321
|
-
padding: 0px;
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
.E_c1fljvag {
|
|
2328
|
-
.ant-collapse-item {
|
|
2329
|
-
.ant-collapse-header {
|
|
2330
|
-
padding-right: 0px;
|
|
2331
|
-
cursor: default;
|
|
2332
|
-
}
|
|
2333
|
-
}
|
|
2083
|
+
.E_h1kfc0la {
|
|
2084
|
+
@include Inter(bold);
|
|
2085
|
+
@include Uppercase();
|
|
2086
|
+
font-size: 12px;
|
|
2087
|
+
line-height: 18px;
|
|
2334
2088
|
}
|
|
2335
2089
|
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
}
|
|
2090
|
+
.E_h10xnyuu {
|
|
2091
|
+
@include Inter();
|
|
2092
|
+
@include Uppercase();
|
|
2093
|
+
font-size: 12px;
|
|
2094
|
+
line-height: 18px;
|
|
2342
2095
|
}
|
|
2343
2096
|
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
line-height: 40px;
|
|
2097
|
+
.E_lrcmi0v {
|
|
2098
|
+
@include Inter();
|
|
2099
|
+
font-size: 16px;
|
|
2100
|
+
line-height: 24px;
|
|
2349
2101
|
}
|
|
2350
2102
|
|
|
2351
|
-
.
|
|
2103
|
+
.E_lzt43lp {
|
|
2352
2104
|
@include Inter(bold);
|
|
2353
|
-
font-size:
|
|
2354
|
-
line-height:
|
|
2105
|
+
font-size: 16px;
|
|
2106
|
+
line-height: 24px;
|
|
2355
2107
|
}
|
|
2356
2108
|
|
|
2357
|
-
.
|
|
2109
|
+
.E_l5yc9nt {
|
|
2358
2110
|
@include Inter();
|
|
2359
|
-
font-size:
|
|
2360
|
-
line-height:
|
|
2111
|
+
font-size: 16px;
|
|
2112
|
+
line-height: 24px;
|
|
2361
2113
|
}
|
|
2362
2114
|
|
|
2363
|
-
.
|
|
2115
|
+
.E_l1fbkbzo {
|
|
2364
2116
|
@include Inter(bold);
|
|
2365
|
-
font-size:
|
|
2117
|
+
font-size: 16px;
|
|
2366
2118
|
line-height: 24px;
|
|
2367
2119
|
}
|
|
2368
2120
|
|
|
2369
|
-
.
|
|
2121
|
+
.E_lahvcax {
|
|
2370
2122
|
@include Inter();
|
|
2371
|
-
|
|
2123
|
+
@include Uppercase();
|
|
2124
|
+
font-size: 16px;
|
|
2372
2125
|
line-height: 24px;
|
|
2373
2126
|
}
|
|
2374
2127
|
|
|
2375
|
-
.
|
|
2128
|
+
.E_l11q3pxd {
|
|
2376
2129
|
@include Inter(bold);
|
|
2377
|
-
|
|
2378
|
-
|
|
2130
|
+
@include Uppercase();
|
|
2131
|
+
font-size: 16px;
|
|
2132
|
+
line-height: 24px;
|
|
2379
2133
|
}
|
|
2380
2134
|
|
|
2381
|
-
.
|
|
2135
|
+
.E_lfuc2qu {
|
|
2382
2136
|
@include Inter();
|
|
2383
|
-
font-size:
|
|
2137
|
+
font-size: 14px;
|
|
2384
2138
|
line-height: 22px;
|
|
2385
2139
|
}
|
|
2386
2140
|
|
|
2387
|
-
.
|
|
2141
|
+
.E_l1jmp8r0 {
|
|
2142
|
+
@include Inter(500);
|
|
2143
|
+
font-size: 14px;
|
|
2144
|
+
line-height: 22px;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
.E_lcnm221 {
|
|
2388
2148
|
@include Inter(bold);
|
|
2389
|
-
font-size:
|
|
2149
|
+
font-size: 14px;
|
|
2390
2150
|
line-height: 22px;
|
|
2391
2151
|
}
|
|
2392
2152
|
|
|
2393
|
-
.
|
|
2153
|
+
.E_lu1z2n5 {
|
|
2394
2154
|
@include Inter();
|
|
2395
|
-
font-size:
|
|
2155
|
+
font-size: 14px;
|
|
2396
2156
|
line-height: 22px;
|
|
2397
2157
|
}
|
|
2398
2158
|
|
|
2399
|
-
.
|
|
2159
|
+
.E_l1r59djn {
|
|
2400
2160
|
@include Inter(bold);
|
|
2401
2161
|
font-size: 14px;
|
|
2402
|
-
line-height:
|
|
2162
|
+
line-height: 22px;
|
|
2403
2163
|
}
|
|
2404
2164
|
|
|
2405
|
-
.
|
|
2165
|
+
.E_ljm2911 {
|
|
2406
2166
|
@include Inter();
|
|
2407
|
-
|
|
2408
|
-
line-height: 20px;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
.E_h1mhvdlx {
|
|
2412
|
-
@include Inter(bold);
|
|
2413
|
-
font-size: 12px;
|
|
2414
|
-
line-height: 18px;
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
.E_h1inmfq6 {
|
|
2418
|
-
@include Inter();
|
|
2419
|
-
font-size: 12px;
|
|
2420
|
-
line-height: 18px;
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
.E_h1kfc0la {
|
|
2424
|
-
@include Inter(bold);
|
|
2425
|
-
@include Uppercase();
|
|
2426
|
-
font-size: 12px;
|
|
2427
|
-
line-height: 18px;
|
|
2428
|
-
}
|
|
2429
|
-
|
|
2430
|
-
.E_h10xnyuu {
|
|
2431
|
-
@include Inter();
|
|
2432
|
-
@include Uppercase();
|
|
2433
|
-
font-size: 12px;
|
|
2434
|
-
line-height: 18px;
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
.E_lrcmi0v {
|
|
2438
|
-
@include Inter();
|
|
2439
|
-
font-size: 16px;
|
|
2440
|
-
line-height: 24px;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
.E_lzt43lp {
|
|
2444
|
-
@include Inter(bold);
|
|
2445
|
-
font-size: 16px;
|
|
2446
|
-
line-height: 24px;
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
|
-
.E_l5yc9nt {
|
|
2450
|
-
@include Inter();
|
|
2451
|
-
font-size: 16px;
|
|
2452
|
-
line-height: 24px;
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
|
-
.E_l1fbkbzo {
|
|
2456
|
-
@include Inter(bold);
|
|
2457
|
-
font-size: 16px;
|
|
2458
|
-
line-height: 24px;
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
.E_lahvcax {
|
|
2462
|
-
@include Inter();
|
|
2463
|
-
@include Uppercase();
|
|
2464
|
-
font-size: 16px;
|
|
2465
|
-
line-height: 24px;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
.E_l11q3pxd {
|
|
2469
|
-
@include Inter(bold);
|
|
2470
|
-
@include Uppercase();
|
|
2471
|
-
font-size: 16px;
|
|
2472
|
-
line-height: 24px;
|
|
2473
|
-
}
|
|
2474
|
-
|
|
2475
|
-
.E_lfuc2qu {
|
|
2476
|
-
@include Inter();
|
|
2477
|
-
font-size: 14px;
|
|
2478
|
-
line-height: 22px;
|
|
2479
|
-
}
|
|
2480
|
-
|
|
2481
|
-
.E_l1jmp8r0 {
|
|
2482
|
-
@include Inter(500);
|
|
2483
|
-
font-size: 14px;
|
|
2484
|
-
line-height: 22px;
|
|
2485
|
-
}
|
|
2486
|
-
|
|
2487
|
-
.E_lcnm221 {
|
|
2488
|
-
@include Inter(bold);
|
|
2489
|
-
font-size: 14px;
|
|
2490
|
-
line-height: 22px;
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
.E_lu1z2n5 {
|
|
2494
|
-
@include Inter();
|
|
2495
|
-
font-size: 14px;
|
|
2496
|
-
line-height: 22px;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
.E_l1r59djn {
|
|
2500
|
-
@include Inter(bold);
|
|
2501
|
-
font-size: 14px;
|
|
2502
|
-
line-height: 22px;
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
.E_ljm2911 {
|
|
2506
|
-
@include Inter();
|
|
2507
|
-
@include Uppercase();
|
|
2167
|
+
@include Uppercase();
|
|
2508
2168
|
font-size: 14px;
|
|
2509
2169
|
line-height: 22px;
|
|
2510
2170
|
}
|
|
@@ -2696,102 +2356,442 @@
|
|
|
2696
2356
|
}
|
|
2697
2357
|
|
|
2698
2358
|
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2359
|
+
.E_tju3gfj {
|
|
2360
|
+
.date {
|
|
2361
|
+
margin-right: 4px;
|
|
2362
|
+
}
|
|
2701
2363
|
}
|
|
2702
2364
|
|
|
2703
2365
|
|
|
2704
|
-
.
|
|
2705
|
-
|
|
2366
|
+
.E_s1dni7lo {
|
|
2367
|
+
width: 430px !important;
|
|
2706
2368
|
}
|
|
2707
2369
|
|
|
2708
|
-
|
|
2709
|
-
.
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
width: 24px;
|
|
2718
|
-
height: 24px;
|
|
2719
|
-
border-radius: 50%;
|
|
2720
|
-
background: var(--a1b5xrg3-0);
|
|
2370
|
+
.E_d1wwmmm5 {
|
|
2371
|
+
.ant-select-item-group {
|
|
2372
|
+
padding: 8px 16px;
|
|
2373
|
+
line-height: 18px;
|
|
2374
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2375
|
+
height: 34px;
|
|
2376
|
+
min-height: 34px;
|
|
2377
|
+
box-sizing: border-box;
|
|
2378
|
+
margin-top: 8px;
|
|
2721
2379
|
}
|
|
2722
|
-
|
|
2723
|
-
transition: all 160ms ease;
|
|
2724
|
-
cursor: pointer;
|
|
2725
|
-
width: 56px;
|
|
2726
|
-
height: 40px;
|
|
2727
|
-
display: inline-flex;
|
|
2728
|
-
align-items: center;
|
|
2729
|
-
justify-content: center;
|
|
2730
|
-
border-radius: 6px;
|
|
2380
|
+
}
|
|
2731
2381
|
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2382
|
+
.E_o1ugr09p {
|
|
2383
|
+
display: flex;
|
|
2384
|
+
flex-direction: column;
|
|
2385
|
+
margin: 1px 8px;
|
|
2386
|
+
padding: 8px;
|
|
2387
|
+
border-radius: 4px;
|
|
2388
|
+
|
|
2389
|
+
.selected-icon {
|
|
2390
|
+
display: none;
|
|
2736
2391
|
}
|
|
2737
2392
|
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
transition: all 320ms ease;
|
|
2393
|
+
&.ant-select-item-option-grouped {
|
|
2394
|
+
padding-left: 8px;
|
|
2741
2395
|
}
|
|
2742
|
-
}
|
|
2743
|
-
}
|
|
2744
2396
|
|
|
2397
|
+
&.ant-select-item-option-selected {
|
|
2398
|
+
background-color: white;
|
|
2399
|
+
.timezone-title {
|
|
2400
|
+
color: #0080ff;
|
|
2401
|
+
}
|
|
2402
|
+
.selected-icon {
|
|
2403
|
+
display: block;
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2745
2406
|
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
max-width: 648px;
|
|
2757
|
-
}
|
|
2758
|
-
&.medium {
|
|
2759
|
-
max-width: 412px;
|
|
2760
|
-
}
|
|
2761
|
-
&.gray {
|
|
2762
|
-
background-color: $fills-trans-primary-light;
|
|
2763
|
-
}
|
|
2764
|
-
&.white {
|
|
2765
|
-
background-color: $fills-light-light-white;
|
|
2766
|
-
}
|
|
2767
|
-
.title {
|
|
2768
|
-
margin-bottom: 4px;
|
|
2769
|
-
}
|
|
2770
|
-
.title,
|
|
2771
|
-
.desc {
|
|
2772
|
-
word-break: break-all;
|
|
2773
|
-
text-align: center;
|
|
2407
|
+
&.ant-select-item-option-active {
|
|
2408
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2409
|
+
.timezone-title {
|
|
2410
|
+
color: #0080ff;
|
|
2411
|
+
}
|
|
2412
|
+
.timezone-tag {
|
|
2413
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2414
|
+
color: #0080ff;
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2774
2417
|
}
|
|
2775
|
-
|
|
2776
|
-
|
|
2418
|
+
|
|
2419
|
+
.E_o1ifxsq4 {
|
|
2420
|
+
display: flex;
|
|
2421
|
+
justify-content: space-between;
|
|
2422
|
+
height: 20px;
|
|
2423
|
+
line-height: 20px;
|
|
2424
|
+
|
|
2425
|
+
.timezone-title {
|
|
2426
|
+
color: #2d3a56;
|
|
2427
|
+
overflow: hidden;
|
|
2428
|
+
text-overflow: ellipsis;
|
|
2429
|
+
}
|
|
2777
2430
|
}
|
|
2778
|
-
|
|
2779
|
-
|
|
2431
|
+
|
|
2432
|
+
.E_o1zue7 {
|
|
2433
|
+
display: flex;
|
|
2434
|
+
justify-content: space-between;
|
|
2435
|
+
color: $text-light-secondary;
|
|
2436
|
+
height: 18px;
|
|
2437
|
+
line-height: 18px;
|
|
2438
|
+
margin-top: 2px;
|
|
2780
2439
|
}
|
|
2781
|
-
}
|
|
2782
2440
|
|
|
2441
|
+
.E_tyfmlxg {
|
|
2442
|
+
border: none;
|
|
2443
|
+
margin-right: 0;
|
|
2444
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2445
|
+
}
|
|
2783
2446
|
|
|
2784
|
-
.
|
|
2785
|
-
|
|
2447
|
+
.E_o18uybox {
|
|
2448
|
+
pointer-events: none;
|
|
2449
|
+
height: 32px;
|
|
2450
|
+
width: 100%;
|
|
2451
|
+
opacity: 0;
|
|
2786
2452
|
}
|
|
2787
2453
|
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2454
|
+
|
|
2455
|
+
.E_iq1gosr {
|
|
2456
|
+
display: inline-block;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
.E_c1bus5hc {
|
|
2461
|
+
--color: white;
|
|
2462
|
+
height: 14px;
|
|
2463
|
+
width: 14px;
|
|
2464
|
+
border-radius: 50%;
|
|
2465
|
+
flex-shrink: 0;
|
|
2466
|
+
display: flex;
|
|
2467
|
+
align-items: center;
|
|
2468
|
+
justify-content: center;
|
|
2469
|
+
border: 1px solid var(--color);
|
|
2470
|
+
|
|
2471
|
+
.circle-inner {
|
|
2472
|
+
position: relative;
|
|
2473
|
+
height: 10px;
|
|
2474
|
+
width: 10px;
|
|
2475
|
+
border-radius: 50%;
|
|
2476
|
+
overflow: hidden;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
.circle-content {
|
|
2480
|
+
position: absolute;
|
|
2481
|
+
height: 100%;
|
|
2482
|
+
width: 100%;
|
|
2483
|
+
left: 0;
|
|
2484
|
+
top: 0;
|
|
2485
|
+
border-radius: 50%;
|
|
2486
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2487
|
+
transform: rotate(180deg);
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.circle-child {
|
|
2491
|
+
position: absolute;
|
|
2492
|
+
height: 100%;
|
|
2493
|
+
width: 100%;
|
|
2494
|
+
left: 0;
|
|
2495
|
+
top: 0;
|
|
2496
|
+
margin-left: 50%;
|
|
2497
|
+
transform-origin: left;
|
|
2498
|
+
background: white;
|
|
2499
|
+
transform: rotate(0deg);
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
|
|
2504
|
+
.E_s1sck0th {
|
|
2505
|
+
padding: 0 8px;
|
|
2506
|
+
border-radius: 4px;
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
.E_m855nr1 {
|
|
2510
|
+
padding: 2px 8px;
|
|
2511
|
+
border-radius: 3px;
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
.E_l1270xpg {
|
|
2515
|
+
padding: 3px 8px;
|
|
2516
|
+
border-radius: 2px;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
.E_t14rextb {
|
|
2520
|
+
&.ant-tag:hover {
|
|
2521
|
+
opacity: unset;
|
|
2522
|
+
}
|
|
2523
|
+
&.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2524
|
+
margin: 0;
|
|
2525
|
+
margin-right: 8px;
|
|
2526
|
+
display: inline-flex;
|
|
2527
|
+
align-items: center;
|
|
2528
|
+
border: none;
|
|
2529
|
+
& .ant-tag-close-icon {
|
|
2530
|
+
width: 16px;
|
|
2531
|
+
height: 16px;
|
|
2532
|
+
color: inherit;
|
|
2533
|
+
margin-left: 4px;
|
|
2534
|
+
opacity: 0.6;
|
|
2535
|
+
display: inline-flex;
|
|
2536
|
+
&:hover {
|
|
2537
|
+
opacity: 1;
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
&.ant-tag-blue {
|
|
2541
|
+
color: $fills-light-general-general;
|
|
2542
|
+
background-color: $fills-light-general-general-light;
|
|
2543
|
+
}
|
|
2544
|
+
&.ant-tag-red {
|
|
2545
|
+
color: $fills-light-serious-serious;
|
|
2546
|
+
background-color: $fills-light-serious-serious-light;
|
|
2547
|
+
}
|
|
2548
|
+
&.ant-tag-yellow {
|
|
2549
|
+
color: $fills-light-notice-notice-dark;
|
|
2550
|
+
background-color: $fills-light-notice-notice-light;
|
|
2551
|
+
}
|
|
2552
|
+
&.ant-tag-green {
|
|
2553
|
+
color: $fills-light-positive-positive-dark;
|
|
2554
|
+
background-color: $fills-light-positive-positive-light;
|
|
2555
|
+
}
|
|
2556
|
+
&.ant-tag-gray {
|
|
2557
|
+
color: $text-light-super;
|
|
2558
|
+
background-color: $fills-element-light-container-general;
|
|
2559
|
+
}
|
|
2560
|
+
&.ant-tag-purple {
|
|
2561
|
+
color: $text-colorful-purple;
|
|
2562
|
+
background-color: $fill-purple-light;
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
&.ui-kit-token-checked {
|
|
2566
|
+
color: $text-light-on-tint;
|
|
2567
|
+
&.ant-tag-red {
|
|
2568
|
+
background-color: $fills-light-serious-serious;
|
|
2569
|
+
}
|
|
2570
|
+
&.ant-tag-yellow {
|
|
2571
|
+
background-color: $fills-light-notice-notice;
|
|
2572
|
+
}
|
|
2573
|
+
&.ant-tag-green {
|
|
2574
|
+
background-color: $fills-light-positive-positive;
|
|
2575
|
+
}
|
|
2576
|
+
&.ant-tag-blue {
|
|
2577
|
+
background-color: $fills-light-general-general;
|
|
2578
|
+
}
|
|
2579
|
+
&.ant-tag-gray {
|
|
2580
|
+
background-color: $gray-70;
|
|
2581
|
+
}
|
|
2582
|
+
&.ant-tag-purple {
|
|
2583
|
+
background-color: $fill-purple-base;
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
.E_t1m2x205 {
|
|
2591
|
+
.ant-tooltip-arrow {
|
|
2592
|
+
display: none;
|
|
2593
|
+
}
|
|
2594
|
+
.ant-tooltip-inner {
|
|
2595
|
+
background: $gray-a80-9;
|
|
2596
|
+
border-radius: 4px;
|
|
2597
|
+
&:has(.eagle-ellipsis-content) {
|
|
2598
|
+
visibility: hidden;
|
|
2599
|
+
}
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
.E_s1dizucg {
|
|
2605
|
+
&.ant-switch {
|
|
2606
|
+
min-width: 40px;
|
|
2607
|
+
height: 24px;
|
|
2608
|
+
background: $fills-trans-quinary-light;
|
|
2609
|
+
overflow: hidden;
|
|
2610
|
+
&:focus {
|
|
2611
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
&.ant-switch-small {
|
|
2615
|
+
min-width: 26px;
|
|
2616
|
+
height: 16px;
|
|
2617
|
+
}
|
|
2618
|
+
&.ant-switch-large {
|
|
2619
|
+
min-width: 52px;
|
|
2620
|
+
height: 32px;
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
&.ant-switch .ant-switch-handle {
|
|
2624
|
+
height: 20px;
|
|
2625
|
+
width: 20px;
|
|
2626
|
+
&::before {
|
|
2627
|
+
border-radius: 10px;
|
|
2628
|
+
transition-delay: 120ms;
|
|
2629
|
+
}
|
|
2630
|
+
}
|
|
2631
|
+
&.ant-switch-small .ant-switch-handle {
|
|
2632
|
+
height: 14px;
|
|
2633
|
+
width: 14px;
|
|
2634
|
+
top: 1px;
|
|
2635
|
+
left: 1px;
|
|
2636
|
+
}
|
|
2637
|
+
&.ant-switch-large .ant-switch-handle {
|
|
2638
|
+
height: 28px;
|
|
2639
|
+
width: 28px;
|
|
2640
|
+
&::before {
|
|
2641
|
+
border-radius: 14px;
|
|
2642
|
+
}
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
&.ant-switch-checked {
|
|
2646
|
+
background-color: $green-60;
|
|
2647
|
+
}
|
|
2648
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
2649
|
+
left: calc(100% - 20px - 2px);
|
|
2650
|
+
}
|
|
2651
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2652
|
+
left: calc(100% - 14px - 1px);
|
|
2653
|
+
}
|
|
2654
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2655
|
+
left: calc(100% - 28px - 2px);
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
.E_c1up6e3y {
|
|
2660
|
+
margin-left: 5px;
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
.E_c1yyuluq {
|
|
2665
|
+
border-radius: 8px;
|
|
2666
|
+
.ant-card-body {
|
|
2667
|
+
padding: 20px 24px 24px 24px;
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
|
|
2672
|
+
.E_ccrbeuz {
|
|
2673
|
+
.ant-collapse-item {
|
|
2674
|
+
border: 0px;
|
|
2675
|
+
background-color: $fills-light-white;
|
|
2676
|
+
|
|
2677
|
+
.ant-collapse-header {
|
|
2678
|
+
padding-top: 0px;
|
|
2679
|
+
padding-bottom: 0px;
|
|
2680
|
+
padding-left: 0px !important;
|
|
2681
|
+
padding-right: 24px;
|
|
2682
|
+
.ant-collapse-arrow {
|
|
2683
|
+
right: 0px;
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
.ant-collapse-content {
|
|
2687
|
+
.ant-collapse-content-box {
|
|
2688
|
+
padding: 0px;
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
.E_c1fljvag {
|
|
2695
|
+
.ant-collapse-item {
|
|
2696
|
+
.ant-collapse-header {
|
|
2697
|
+
padding-right: 0px;
|
|
2698
|
+
cursor: default;
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
.E_a1b5xrg3 {
|
|
2705
|
+
.user-icon-inner {
|
|
2706
|
+
display: inline-flex;
|
|
2707
|
+
align-items: center;
|
|
2708
|
+
justify-content: center;
|
|
2709
|
+
color: $white;
|
|
2710
|
+
font-weight: bold;
|
|
2711
|
+
font-size: 12px;
|
|
2712
|
+
width: 24px;
|
|
2713
|
+
height: 24px;
|
|
2714
|
+
border-radius: 50%;
|
|
2715
|
+
background: var(--a1b5xrg3-0);
|
|
2716
|
+
}
|
|
2717
|
+
&.btn-item {
|
|
2718
|
+
transition: all 160ms ease;
|
|
2719
|
+
cursor: pointer;
|
|
2720
|
+
width: 56px;
|
|
2721
|
+
height: 40px;
|
|
2722
|
+
display: inline-flex;
|
|
2723
|
+
align-items: center;
|
|
2724
|
+
justify-content: center;
|
|
2725
|
+
border-radius: 6px;
|
|
2726
|
+
|
|
2727
|
+
&:hover {
|
|
2728
|
+
box-shadow:
|
|
2729
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2730
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
&:active {
|
|
2734
|
+
transform: translateY(2px);
|
|
2735
|
+
transition: all 320ms ease;
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
|
|
2741
|
+
.E_m196gn1d {
|
|
2742
|
+
min-width: 1280px;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
|
|
2746
|
+
.E_b1lj76ty {
|
|
2747
|
+
width: 100%;
|
|
2748
|
+
height: 100%;
|
|
2749
|
+
margin: 0 auto;
|
|
2750
|
+
display: flex;
|
|
2751
|
+
flex-direction: column;
|
|
2752
|
+
align-items: center;
|
|
2753
|
+
justify-content: center;
|
|
2754
|
+
color: $gray-a30-10;
|
|
2755
|
+
&.large {
|
|
2756
|
+
max-width: 648px;
|
|
2757
|
+
}
|
|
2758
|
+
&.medium {
|
|
2759
|
+
max-width: 412px;
|
|
2760
|
+
}
|
|
2761
|
+
&.gray {
|
|
2762
|
+
background-color: $fills-trans-primary-light;
|
|
2763
|
+
}
|
|
2764
|
+
&.white {
|
|
2765
|
+
background-color: $fills-light-light-white;
|
|
2766
|
+
}
|
|
2767
|
+
.title {
|
|
2768
|
+
margin-bottom: 4px;
|
|
2769
|
+
}
|
|
2770
|
+
.title,
|
|
2771
|
+
.desc {
|
|
2772
|
+
word-break: break-all;
|
|
2773
|
+
text-align: center;
|
|
2774
|
+
}
|
|
2775
|
+
.action-button.middle {
|
|
2776
|
+
margin-top: 16px;
|
|
2777
|
+
}
|
|
2778
|
+
.action-button.small {
|
|
2779
|
+
margin-top: 8px;
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
|
|
2784
|
+
.E_hrhfj7c {
|
|
2785
|
+
display: none;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.E_dt9qoak {
|
|
2789
|
+
.bottom {
|
|
2790
|
+
color: $text-neutral-secondary;
|
|
2791
|
+
}
|
|
2792
|
+
.left {
|
|
2793
|
+
min-width: 0;
|
|
2794
|
+
}
|
|
2795
2795
|
}
|
|
2796
2796
|
|
|
2797
2797
|
.E_crhnxq5 {
|
|
@@ -3006,38 +3006,6 @@
|
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
3008
3008
|
|
|
3009
|
-
.E_m5foqp8 {
|
|
3010
|
-
--footer-height: 96px;
|
|
3011
|
-
--modal-content-width: 720px;
|
|
3012
|
-
--modal-content-min-height: 200px;
|
|
3013
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3014
|
-
--modal-content-padding-top: 24px;
|
|
3015
|
-
--modal-content-padding-bottom: 32px;
|
|
3016
|
-
--modal-content-padding-x: 60px;
|
|
3017
|
-
--modal-footer-padding: 0 60px;
|
|
3018
|
-
|
|
3019
|
-
&.content-full.ant-modal {
|
|
3020
|
-
height: calc(100vh - 80px);
|
|
3021
|
-
width: calc(100vw - 160px);
|
|
3022
|
-
.ant-modal-content {
|
|
3023
|
-
width: 100%;
|
|
3024
|
-
height: 100%;
|
|
3025
|
-
max-width: unset;
|
|
3026
|
-
max-height: unset;
|
|
3027
|
-
display: flex;
|
|
3028
|
-
flex-direction: column;
|
|
3029
|
-
}
|
|
3030
|
-
.ant-modal-body {
|
|
3031
|
-
flex: 1;
|
|
3032
|
-
}
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
|
-
.initializing-title {
|
|
3036
|
-
height: 32px;
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
3009
|
.E_s17wv897 {
|
|
3042
3010
|
&.ant-select,
|
|
3043
3011
|
&.ant-select div.ant-select-selector {
|
|
@@ -3140,6 +3108,38 @@
|
|
|
3140
3108
|
}
|
|
3141
3109
|
|
|
3142
3110
|
|
|
3111
|
+
.E_m5foqp8 {
|
|
3112
|
+
--footer-height: 96px;
|
|
3113
|
+
--modal-content-width: 720px;
|
|
3114
|
+
--modal-content-min-height: 200px;
|
|
3115
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3116
|
+
--modal-content-padding-top: 24px;
|
|
3117
|
+
--modal-content-padding-bottom: 32px;
|
|
3118
|
+
--modal-content-padding-x: 60px;
|
|
3119
|
+
--modal-footer-padding: 0 60px;
|
|
3120
|
+
|
|
3121
|
+
&.content-full.ant-modal {
|
|
3122
|
+
height: calc(100vh - 80px);
|
|
3123
|
+
width: calc(100vw - 160px);
|
|
3124
|
+
.ant-modal-content {
|
|
3125
|
+
width: 100%;
|
|
3126
|
+
height: 100%;
|
|
3127
|
+
max-width: unset;
|
|
3128
|
+
max-height: unset;
|
|
3129
|
+
display: flex;
|
|
3130
|
+
flex-direction: column;
|
|
3131
|
+
}
|
|
3132
|
+
.ant-modal-body {
|
|
3133
|
+
flex: 1;
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
.initializing-title {
|
|
3138
|
+
height: 32px;
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
3143
|
.E_s4ivdfu {
|
|
3144
3144
|
&.ant-select {
|
|
3145
3145
|
.ant-select-selection-placeholder {
|
|
@@ -3664,6 +3664,27 @@
|
|
|
3664
3664
|
}
|
|
3665
3665
|
|
|
3666
3666
|
|
|
3667
|
+
.E_r77hffu {
|
|
3668
|
+
display: flex;
|
|
3669
|
+
align-items: center;
|
|
3670
|
+
justify-content: space-between;
|
|
3671
|
+
column-gap: 6px;
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3674
|
+
.E_p1cmxsf7 {
|
|
3675
|
+
display: flex;
|
|
3676
|
+
flex-direction: column;
|
|
3677
|
+
justify-content: center;
|
|
3678
|
+
row-gap: var(--p1cmxsf7-0);
|
|
3679
|
+
|
|
3680
|
+
.antd5-progress-line {
|
|
3681
|
+
font-size: 0;
|
|
3682
|
+
margin-bottom: unset;
|
|
3683
|
+
margin-inline-end: unset;
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
|
|
3667
3688
|
.E_s11wux3h {
|
|
3668
3689
|
.antd5-segmented-item:not(:last-child) {
|
|
3669
3690
|
margin-right: 2px;
|
|
@@ -3723,32 +3744,56 @@
|
|
|
3723
3744
|
}
|
|
3724
3745
|
|
|
3725
3746
|
|
|
3726
|
-
.
|
|
3727
|
-
|
|
3728
|
-
align-items: center;
|
|
3729
|
-
justify-content: space-between;
|
|
3730
|
-
column-gap: 6px;
|
|
3747
|
+
.E_c1yd35n {
|
|
3748
|
+
padding: 0 12px 14px 12px;
|
|
3731
3749
|
}
|
|
3732
3750
|
|
|
3733
|
-
|
|
3751
|
+
|
|
3752
|
+
.E_c1kghdax {
|
|
3753
|
+
color: $text-primary-light;
|
|
3754
|
+
padding: 7px 12px;
|
|
3734
3755
|
display: flex;
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
row-gap: var(--p1cmxsf7-0);
|
|
3756
|
+
justify-content: space-between;
|
|
3757
|
+
align-items: center;
|
|
3738
3758
|
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3759
|
+
&.has-arrow {
|
|
3760
|
+
padding-left: 10px;
|
|
3761
|
+
|
|
3762
|
+
.title-wrapper {
|
|
3763
|
+
cursor: pointer;
|
|
3764
|
+
color: $text-light-primary;
|
|
3765
|
+
|
|
3766
|
+
&.is-open {
|
|
3767
|
+
color: $text-primary-light;
|
|
3768
|
+
font-weight: 600;
|
|
3769
|
+
|
|
3770
|
+
.collapse-arrow {
|
|
3771
|
+
transform: rotate(90deg);
|
|
3772
|
+
}
|
|
3773
|
+
}
|
|
3774
|
+
}
|
|
3743
3775
|
}
|
|
3744
|
-
}
|
|
3745
3776
|
|
|
3777
|
+
.sub-info {
|
|
3778
|
+
font-size: 12px;
|
|
3779
|
+
line-height: 18px;
|
|
3780
|
+
}
|
|
3746
3781
|
|
|
3747
|
-
.
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3782
|
+
.title-wrapper {
|
|
3783
|
+
display: flex;
|
|
3784
|
+
align-items: center;
|
|
3785
|
+
user-select: none;
|
|
3786
|
+
flex-grow: 1;
|
|
3787
|
+
font-size: 12px;
|
|
3788
|
+
line-height: 18px;
|
|
3789
|
+
color: $text-primary-light;
|
|
3790
|
+
font-weight: 700;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
.collapse-arrow {
|
|
3794
|
+
transition: all 50ms ease-out 0ms;
|
|
3795
|
+
margin-right: 2px;
|
|
3796
|
+
}
|
|
3752
3797
|
}
|
|
3753
3798
|
|
|
3754
3799
|
|
|
@@ -3953,6 +3998,14 @@
|
|
|
3953
3998
|
}
|
|
3954
3999
|
|
|
3955
4000
|
|
|
4001
|
+
.E_ckui4s7 {
|
|
4002
|
+
color: $text-primary-light;
|
|
4003
|
+
line-height: 22px;
|
|
4004
|
+
display: inline-flex;
|
|
4005
|
+
.ant-checkbox { height: 22px; display: flex; align-items: center; top: 0; } .ant-checkbox-checked::after { border: none; } &.ant-checkbox-wrapper:hover .ant-checkbox-inner, &.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner { border-color: $fills-light-general-general; } .ant-checkbox .ant-checkbox-inner { border: 1px solid $strokes-light-trans-4; } .ant-checkbox.ant-checkbox-checked, .ant-checkbox.ant-checkbox-indeterminate { .ant-checkbox-inner { border: 1px solid $fills-light-general-general; } } .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner { background: $fills-light-general-general; &:after { background-color: $white; height: 2px; width: 10px; border-radius: 2px; } } &.ant-checkbox-wrapper-disabled { opacity: 0.5; .ant-checkbox-disabled .ant-checkbox-inner { background: $fills-light-trans-3; border-color: $strokes-light-trans-4 !important; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { border-color: $text-primary-light; } .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after { background: $text-primary-light; } } .ant-checkbox + span, .ant-checkbox-disabled + span { padding: 0; .main { display: inline-block; margin-left: 12px; color: $text-primary-light; } .sub { margin-left: 28px; color: $text-secondary-light; } } &.compact { .ant-checkbox + span, .ant-checkbox-disabled + span { .main { margin-left: 8px; } .sub { margin-left: 24px; } } }
|
|
4006
|
+
}
|
|
4007
|
+
|
|
4008
|
+
|
|
3956
4009
|
.E_b14q2gmw {
|
|
3957
4010
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3958
4011
|
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
@@ -3980,59 +4033,6 @@
|
|
|
3980
4033
|
}
|
|
3981
4034
|
|
|
3982
4035
|
|
|
3983
|
-
.E_c1yd35n {
|
|
3984
|
-
padding: 0 12px 14px 12px;
|
|
3985
|
-
}
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
.E_c1kghdax {
|
|
3989
|
-
color: $text-primary-light;
|
|
3990
|
-
padding: 7px 12px;
|
|
3991
|
-
display: flex;
|
|
3992
|
-
justify-content: space-between;
|
|
3993
|
-
align-items: center;
|
|
3994
|
-
|
|
3995
|
-
&.has-arrow {
|
|
3996
|
-
padding-left: 10px;
|
|
3997
|
-
|
|
3998
|
-
.title-wrapper {
|
|
3999
|
-
cursor: pointer;
|
|
4000
|
-
color: $text-light-primary;
|
|
4001
|
-
|
|
4002
|
-
&.is-open {
|
|
4003
|
-
color: $text-primary-light;
|
|
4004
|
-
font-weight: 600;
|
|
4005
|
-
|
|
4006
|
-
.collapse-arrow {
|
|
4007
|
-
transform: rotate(90deg);
|
|
4008
|
-
}
|
|
4009
|
-
}
|
|
4010
|
-
}
|
|
4011
|
-
}
|
|
4012
|
-
|
|
4013
|
-
.sub-info {
|
|
4014
|
-
font-size: 12px;
|
|
4015
|
-
line-height: 18px;
|
|
4016
|
-
}
|
|
4017
|
-
|
|
4018
|
-
.title-wrapper {
|
|
4019
|
-
display: flex;
|
|
4020
|
-
align-items: center;
|
|
4021
|
-
user-select: none;
|
|
4022
|
-
flex-grow: 1;
|
|
4023
|
-
font-size: 12px;
|
|
4024
|
-
line-height: 18px;
|
|
4025
|
-
color: $text-primary-light;
|
|
4026
|
-
font-weight: 700;
|
|
4027
|
-
}
|
|
4028
|
-
|
|
4029
|
-
.collapse-arrow {
|
|
4030
|
-
transition: all 50ms ease-out 0ms;
|
|
4031
|
-
margin-right: 2px;
|
|
4032
|
-
}
|
|
4033
|
-
}
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
4036
|
.E_l1ucdodl {
|
|
4037
4037
|
$prefix: ui-kit-status-legend;
|
|
4038
4038
|
margin: 0;
|
|
@@ -4188,62 +4188,6 @@
|
|
|
4188
4188
|
}
|
|
4189
4189
|
|
|
4190
4190
|
|
|
4191
|
-
.E_lht19u8 {
|
|
4192
|
-
width: 64px;
|
|
4193
|
-
height: 64px;
|
|
4194
|
-
display: flex;
|
|
4195
|
-
align-items: center;
|
|
4196
|
-
justify-content: center;
|
|
4197
|
-
position: relative;
|
|
4198
|
-
opacity: 0.2;
|
|
4199
|
-
}
|
|
4200
|
-
|
|
4201
|
-
.E_lk3gkp4 {
|
|
4202
|
-
position: absolute;
|
|
4203
|
-
width: 5px;
|
|
4204
|
-
height: 48px;
|
|
4205
|
-
left: 9.33px;
|
|
4206
|
-
top: 40.5px;
|
|
4207
|
-
|
|
4208
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4209
|
-
border-radius: 5px;
|
|
4210
|
-
transform: rotate(-128deg);
|
|
4211
|
-
transform-origin: top left;
|
|
4212
|
-
|
|
4213
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
|
-
.E_ll4n94n {
|
|
4217
|
-
position: absolute;
|
|
4218
|
-
width: 5px;
|
|
4219
|
-
height: 48px;
|
|
4220
|
-
left: 40.8px;
|
|
4221
|
-
top: 8.4px;
|
|
4222
|
-
|
|
4223
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4224
|
-
border-radius: 5px;
|
|
4225
|
-
transform: rotate(-8deg);
|
|
4226
|
-
transform-origin: top left;
|
|
4227
|
-
|
|
4228
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4229
|
-
}
|
|
4230
|
-
|
|
4231
|
-
.E_l17lbdo6 {
|
|
4232
|
-
position: absolute;
|
|
4233
|
-
width: 5px;
|
|
4234
|
-
height: 48px;
|
|
4235
|
-
left: 52.9px;
|
|
4236
|
-
top: 51.8px;
|
|
4237
|
-
|
|
4238
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4239
|
-
border-radius: 5px;
|
|
4240
|
-
transform: rotate(112deg);
|
|
4241
|
-
transform-origin: top left;
|
|
4242
|
-
|
|
4243
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4244
|
-
}
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
4191
|
.E_m11nzl2x {
|
|
4248
4192
|
color: $text-light-secondary;
|
|
4249
4193
|
text-align: center;
|
|
@@ -4482,6 +4426,62 @@
|
|
|
4482
4426
|
}
|
|
4483
4427
|
|
|
4484
4428
|
|
|
4429
|
+
.E_lht19u8 {
|
|
4430
|
+
width: 64px;
|
|
4431
|
+
height: 64px;
|
|
4432
|
+
display: flex;
|
|
4433
|
+
align-items: center;
|
|
4434
|
+
justify-content: center;
|
|
4435
|
+
position: relative;
|
|
4436
|
+
opacity: 0.2;
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4439
|
+
.E_lk3gkp4 {
|
|
4440
|
+
position: absolute;
|
|
4441
|
+
width: 5px;
|
|
4442
|
+
height: 48px;
|
|
4443
|
+
left: 9.33px;
|
|
4444
|
+
top: 40.5px;
|
|
4445
|
+
|
|
4446
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4447
|
+
border-radius: 5px;
|
|
4448
|
+
transform: rotate(-128deg);
|
|
4449
|
+
transform-origin: top left;
|
|
4450
|
+
|
|
4451
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
.E_ll4n94n {
|
|
4455
|
+
position: absolute;
|
|
4456
|
+
width: 5px;
|
|
4457
|
+
height: 48px;
|
|
4458
|
+
left: 40.8px;
|
|
4459
|
+
top: 8.4px;
|
|
4460
|
+
|
|
4461
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4462
|
+
border-radius: 5px;
|
|
4463
|
+
transform: rotate(-8deg);
|
|
4464
|
+
transform-origin: top left;
|
|
4465
|
+
|
|
4466
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4467
|
+
}
|
|
4468
|
+
|
|
4469
|
+
.E_l17lbdo6 {
|
|
4470
|
+
position: absolute;
|
|
4471
|
+
width: 5px;
|
|
4472
|
+
height: 48px;
|
|
4473
|
+
left: 52.9px;
|
|
4474
|
+
top: 51.8px;
|
|
4475
|
+
|
|
4476
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4477
|
+
border-radius: 5px;
|
|
4478
|
+
transform: rotate(112deg);
|
|
4479
|
+
transform-origin: top left;
|
|
4480
|
+
|
|
4481
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4482
|
+
}
|
|
4483
|
+
|
|
4484
|
+
|
|
4485
4485
|
.E_msn7nxt {
|
|
4486
4486
|
color: $text-light-secondary;
|
|
4487
4487
|
text-align: center;
|
|
@@ -5453,6 +5453,12 @@
|
|
|
5453
5453
|
}
|
|
5454
5454
|
|
|
5455
5455
|
|
|
5456
|
+
.E_i1g85yz3 {
|
|
5457
|
+
margin-right: 4px;
|
|
5458
|
+
height: 16px;
|
|
5459
|
+
}
|
|
5460
|
+
|
|
5461
|
+
|
|
5456
5462
|
.E_t1dtlqs1 {
|
|
5457
5463
|
margin-bottom: 4px;
|
|
5458
5464
|
color: $text-secondary-light;
|
|
@@ -5671,12 +5677,6 @@
|
|
|
5671
5677
|
}
|
|
5672
5678
|
|
|
5673
5679
|
|
|
5674
|
-
.E_i1g85yz3 {
|
|
5675
|
-
margin-right: 4px;
|
|
5676
|
-
height: 16px;
|
|
5677
|
-
}
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
5680
|
.E_t13ef470 {
|
|
5681
5681
|
height: 100%;
|
|
5682
5682
|
.table-loading-item {
|
|
@@ -6538,6 +6538,70 @@
|
|
|
6538
6538
|
}
|
|
6539
6539
|
|
|
6540
6540
|
|
|
6541
|
+
.E_n12mqh7z {
|
|
6542
|
+
display: flex;
|
|
6543
|
+
align-items: center;
|
|
6544
|
+
font-size: 12px;
|
|
6545
|
+
line-height: 18px;
|
|
6546
|
+
|
|
6547
|
+
&:not(:last-child) {
|
|
6548
|
+
margin-bottom: 4px;
|
|
6549
|
+
}
|
|
6550
|
+
}
|
|
6551
|
+
|
|
6552
|
+
.E_tf5bynu {
|
|
6553
|
+
margin: 0 3px;
|
|
6554
|
+
}
|
|
6555
|
+
|
|
6556
|
+
.E_tcckoz1 {
|
|
6557
|
+
max-height: 400px;
|
|
6558
|
+
overflow: auto;
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6561
|
+
|
|
6562
|
+
.E_gmyahx3 {
|
|
6563
|
+
cursor: pointer;
|
|
6564
|
+
|
|
6565
|
+
.link-text {
|
|
6566
|
+
color: $text-light-tertiary;
|
|
6567
|
+
}
|
|
6568
|
+
|
|
6569
|
+
&:hover .link-text {
|
|
6570
|
+
color: $text-light-general;
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
|
|
6574
|
+
|
|
6575
|
+
.E_ou7iq30 {
|
|
6576
|
+
overflow: hidden;
|
|
6577
|
+
text-overflow: ellipsis;
|
|
6578
|
+
}
|
|
6579
|
+
|
|
6580
|
+
.E_s1tui002 {
|
|
6581
|
+
white-space: nowrap;
|
|
6582
|
+
}
|
|
6583
|
+
|
|
6584
|
+
.E_mxrc2zg {
|
|
6585
|
+
display: -webkit-box;
|
|
6586
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6587
|
+
-webkit-box-orient: vertical;
|
|
6588
|
+
word-break: break-all;
|
|
6589
|
+
}
|
|
6590
|
+
|
|
6591
|
+
.E_t1vv6d68 {
|
|
6592
|
+
.ant-tooltip-arrow {
|
|
6593
|
+
display: none;
|
|
6594
|
+
}
|
|
6595
|
+
.ant-tooltip-inner {
|
|
6596
|
+
background: $gray-a80-9;
|
|
6597
|
+
border-radius: 4px;
|
|
6598
|
+
&:has(.eagle-ellipsis-content) {
|
|
6599
|
+
visibility: hidden;
|
|
6600
|
+
}
|
|
6601
|
+
}
|
|
6602
|
+
}
|
|
6603
|
+
|
|
6604
|
+
|
|
6541
6605
|
.E_clm1wy1 {
|
|
6542
6606
|
width: 192px;
|
|
6543
6607
|
height: 246px;
|
|
@@ -6795,20 +6859,7 @@
|
|
|
6795
6859
|
background-color: $blue;
|
|
6796
6860
|
border-color: $blue;
|
|
6797
6861
|
color: $white;
|
|
6798
|
-
}
|
|
6799
|
-
}
|
|
6800
|
-
}
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
.E_gmyahx3 {
|
|
6804
|
-
cursor: pointer;
|
|
6805
|
-
|
|
6806
|
-
.link-text {
|
|
6807
|
-
color: $text-light-tertiary;
|
|
6808
|
-
}
|
|
6809
|
-
|
|
6810
|
-
&:hover .link-text {
|
|
6811
|
-
color: $text-light-general;
|
|
6862
|
+
}
|
|
6812
6863
|
}
|
|
6813
6864
|
}
|
|
6814
6865
|
|
|
@@ -6822,316 +6873,296 @@
|
|
|
6822
6873
|
}
|
|
6823
6874
|
|
|
6824
6875
|
|
|
6825
|
-
.
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
.E_s1tui002 {
|
|
6831
|
-
white-space: nowrap;
|
|
6832
|
-
}
|
|
6833
|
-
|
|
6834
|
-
.E_mxrc2zg {
|
|
6835
|
-
display: -webkit-box;
|
|
6836
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6837
|
-
-webkit-box-orient: vertical;
|
|
6838
|
-
word-break: break-all;
|
|
6839
|
-
}
|
|
6840
|
-
|
|
6841
|
-
.E_t1vv6d68 {
|
|
6842
|
-
.ant-tooltip-arrow {
|
|
6843
|
-
display: none;
|
|
6844
|
-
}
|
|
6845
|
-
.ant-tooltip-inner {
|
|
6846
|
-
background: $gray-a80-9;
|
|
6847
|
-
border-radius: 4px;
|
|
6848
|
-
&:has(.eagle-ellipsis-content) {
|
|
6849
|
-
visibility: hidden;
|
|
6850
|
-
}
|
|
6851
|
-
}
|
|
6876
|
+
.E_wg1tsps {
|
|
6877
|
+
display: flex;
|
|
6878
|
+
align-items: center;
|
|
6879
|
+
justify-content: flex-end;
|
|
6852
6880
|
}
|
|
6853
6881
|
|
|
6854
|
-
|
|
6855
|
-
.E_n12mqh7z {
|
|
6882
|
+
.E_b1ctd5xy {
|
|
6856
6883
|
display: flex;
|
|
6857
6884
|
align-items: center;
|
|
6858
|
-
|
|
6859
|
-
line-height: 18px;
|
|
6885
|
+
width: calc(100% - 40px);
|
|
6860
6886
|
|
|
6861
|
-
|
|
6862
|
-
|
|
6887
|
+
.chart {
|
|
6888
|
+
display: inline-block;
|
|
6889
|
+
width: 100%;
|
|
6863
6890
|
}
|
|
6864
6891
|
}
|
|
6865
6892
|
|
|
6866
|
-
.
|
|
6867
|
-
|
|
6868
|
-
}
|
|
6893
|
+
.E_u1p8acpn {
|
|
6894
|
+
min-width: 40px;
|
|
6869
6895
|
|
|
6870
|
-
.
|
|
6871
|
-
|
|
6872
|
-
|
|
6896
|
+
.unit {
|
|
6897
|
+
color: $text-light-primary !important;
|
|
6898
|
+
}
|
|
6873
6899
|
}
|
|
6874
6900
|
|
|
6875
6901
|
|
|
6876
|
-
.
|
|
6877
|
-
|
|
6902
|
+
.E_t160l1cm {
|
|
6903
|
+
display: flex;
|
|
6904
|
+
flex-direction: column;
|
|
6905
|
+
flex: 1;
|
|
6878
6906
|
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6907
|
+
.tab-bar {
|
|
6908
|
+
flex-shrink: 0;
|
|
6909
|
+
display: flex;
|
|
6910
|
+
border-bottom: 1px solid $strokes-translucent-1-light;
|
|
6911
|
+
}
|
|
6882
6912
|
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
}
|
|
6886
|
-
}
|
|
6913
|
+
.tab-content {
|
|
6914
|
+
height: 100%;
|
|
6887
6915
|
}
|
|
6888
6916
|
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6917
|
+
.tab-menu-item {
|
|
6918
|
+
margin-right: 2px;
|
|
6919
|
+
padding: 1px 12px;
|
|
6920
|
+
line-height: 24px;
|
|
6921
|
+
height: 24px;
|
|
6922
|
+
color: $text-secondary-light;
|
|
6923
|
+
border-radius: 4px 4px 0 0;
|
|
6924
|
+
cursor: pointer;
|
|
6925
|
+
transition:
|
|
6926
|
+
color 100ms ease-out,
|
|
6927
|
+
background-color 100ms ease-out,
|
|
6928
|
+
padding-left 320ms ease 80ms;
|
|
6893
6929
|
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
}
|
|
6930
|
+
&:first-child {
|
|
6931
|
+
padding-left: 0;
|
|
6897
6932
|
|
|
6898
|
-
|
|
6899
|
-
|
|
6933
|
+
&:hover,
|
|
6934
|
+
&.tab-menu-item-selected {
|
|
6935
|
+
padding-left: 12px;
|
|
6936
|
+
}
|
|
6900
6937
|
}
|
|
6901
6938
|
|
|
6902
|
-
|
|
6903
|
-
|
|
6904
|
-
|
|
6905
|
-
}
|
|
6939
|
+
&:hover {
|
|
6940
|
+
color: $blue-60;
|
|
6941
|
+
background: $fills-trans-terdiary-light;
|
|
6906
6942
|
|
|
6907
|
-
|
|
6908
|
-
|
|
6909
|
-
|
|
6943
|
+
.expand-arrow path {
|
|
6944
|
+
fill: $blue-60;
|
|
6945
|
+
}
|
|
6910
6946
|
}
|
|
6911
|
-
}
|
|
6912
|
-
.uuid-row {
|
|
6913
|
-
display: flex;
|
|
6914
|
-
justify-content: space-between;
|
|
6915
6947
|
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
overflow: hidden;
|
|
6919
|
-
text-overflow: ellipsis;
|
|
6948
|
+
&:active {
|
|
6949
|
+
background: $fills-trans-quaternary-light;
|
|
6920
6950
|
}
|
|
6921
|
-
}
|
|
6922
|
-
}
|
|
6923
|
-
|
|
6924
|
-
.E_t4zczcp {
|
|
6925
|
-
display: flex;
|
|
6926
|
-
justify-content: space-between;
|
|
6927
|
-
align-items: center;
|
|
6928
|
-
padding: 8px;
|
|
6929
|
-
min-height: 32px;
|
|
6930
|
-
|
|
6931
|
-
.table-title {
|
|
6932
|
-
color: $text-secondary-light;
|
|
6933
|
-
font-weight: 600;
|
|
6934
|
-
font-size: 12px;
|
|
6935
|
-
line-height: 8px;
|
|
6936
|
-
}
|
|
6937
6951
|
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
cursor: pointer;
|
|
6942
|
-
}
|
|
6943
|
-
}
|
|
6952
|
+
&.ant-dropdown-open {
|
|
6953
|
+
color: $blue-60;
|
|
6954
|
+
background: $fills-trans-terdiary-light;
|
|
6944
6955
|
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
|
|
6948
|
-
}
|
|
6956
|
+
&:active {
|
|
6957
|
+
background: $fills-trans-quaternary-light;
|
|
6958
|
+
}
|
|
6949
6959
|
|
|
6950
|
-
|
|
6951
|
-
|
|
6952
|
-
|
|
6953
|
-
color: $text-primary-light;
|
|
6960
|
+
&.tab-menu-item-selected {
|
|
6961
|
+
background: rgba($blue-60, 0.16);
|
|
6962
|
+
}
|
|
6954
6963
|
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6964
|
+
.expand-arrow path {
|
|
6965
|
+
fill: $blue-60;
|
|
6966
|
+
}
|
|
6967
|
+
}
|
|
6958
6968
|
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
|
|
6969
|
+
&.tab-menu-item-selected {
|
|
6970
|
+
color: $blue-60;
|
|
6971
|
+
background: rgba($blue-60, 0.1);
|
|
6962
6972
|
|
|
6963
|
-
|
|
6964
|
-
|
|
6965
|
-
|
|
6966
|
-
width: 100%;
|
|
6967
|
-
white-space: pre-wrap;
|
|
6973
|
+
&:hover {
|
|
6974
|
+
background: rgba($blue-60, 0.16);
|
|
6975
|
+
}
|
|
6968
6976
|
|
|
6969
|
-
|
|
6970
|
-
|
|
6971
|
-
|
|
6977
|
+
.expand-arrow path {
|
|
6978
|
+
fill: $blue-100;
|
|
6979
|
+
}
|
|
6972
6980
|
}
|
|
6973
6981
|
|
|
6974
|
-
.
|
|
6975
|
-
|
|
6982
|
+
.expand-arrow {
|
|
6983
|
+
margin-left: 8px;
|
|
6984
|
+
height: 22px;
|
|
6985
|
+
}
|
|
6986
|
+
.expand-arrow path {
|
|
6987
|
+
fill: $text-secondary-light;
|
|
6976
6988
|
}
|
|
6977
|
-
}
|
|
6978
|
-
}
|
|
6979
|
-
|
|
6980
|
-
.E_rhz2uv5 {
|
|
6981
|
-
width: var(--rhz2uv5-0);
|
|
6982
|
-
flex-shrink: 0;
|
|
6983
|
-
color: $text-secondary-light;
|
|
6984
|
-
padding-right: 12px;
|
|
6985
|
-
}
|
|
6986
|
-
|
|
6987
|
-
|
|
6988
|
-
.E_s1at6qmn {
|
|
6989
|
-
&.ant-layout-sider {
|
|
6990
|
-
background: $backgrounds-light-grouped;
|
|
6991
|
-
padding: 32px 8px;
|
|
6992
|
-
overflow: auto;
|
|
6993
6989
|
}
|
|
6994
6990
|
|
|
6995
|
-
.
|
|
6991
|
+
.tab-menu-item-group {
|
|
6992
|
+
padding: 0;
|
|
6996
6993
|
display: flex;
|
|
6997
|
-
|
|
6998
|
-
|
|
6999
|
-
}
|
|
6994
|
+
align-items: center;
|
|
6995
|
+
overflow: hidden;
|
|
7000
6996
|
|
|
7001
|
-
|
|
7002
|
-
|
|
7003
|
-
|
|
6997
|
+
.main-title {
|
|
6998
|
+
opacity: 0;
|
|
6999
|
+
max-width: 0;
|
|
7000
|
+
transition:
|
|
7001
|
+
max-width 320ms ease,
|
|
7002
|
+
opacity 240ms ease;
|
|
7003
|
+
}
|
|
7004
7004
|
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
7011
|
-
|
|
7005
|
+
.sub-title {
|
|
7006
|
+
padding: 1px 12px;
|
|
7007
|
+
position: relative;
|
|
7008
|
+
display: flex;
|
|
7009
|
+
|
|
7010
|
+
> .slash-arrow {
|
|
7011
|
+
opacity: 0;
|
|
7012
|
+
position: absolute;
|
|
7013
|
+
top: 50%;
|
|
7014
|
+
left: 0;
|
|
7015
|
+
transform: translate(-50%, -50%);
|
|
7016
|
+
transition: opacity 100ms linear;
|
|
7017
|
+
fill: rgba($blue-60, 0.2);
|
|
7018
|
+
}
|
|
7012
7019
|
}
|
|
7013
|
-
}
|
|
7014
7020
|
|
|
7015
|
-
|
|
7016
|
-
|
|
7021
|
+
&.tab-menu-item-selected {
|
|
7022
|
+
color: $blue-60;
|
|
7017
7023
|
|
|
7018
|
-
|
|
7019
|
-
|
|
7020
|
-
|
|
7024
|
+
.main-title {
|
|
7025
|
+
padding: 1px 12px;
|
|
7026
|
+
display: inline-block;
|
|
7027
|
+
opacity: 1;
|
|
7028
|
+
max-width: 160px;
|
|
7021
7029
|
}
|
|
7022
|
-
.ant-menu-item-group-title {
|
|
7023
|
-
font-size: 12px;
|
|
7024
|
-
padding: 0 8px 4px;
|
|
7025
|
-
line-height: 18px;
|
|
7026
7030
|
|
|
7027
|
-
|
|
7028
|
-
|
|
7031
|
+
.sub-title {
|
|
7032
|
+
padding: 1px 12px;
|
|
7033
|
+
color: $blue-80;
|
|
7034
|
+
|
|
7035
|
+
> .slash-arrow {
|
|
7036
|
+
opacity: 1;
|
|
7029
7037
|
}
|
|
7030
7038
|
}
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7039
|
+
|
|
7040
|
+
&:hover,
|
|
7041
|
+
&:active {
|
|
7042
|
+
.sub-title {
|
|
7043
|
+
background: rgba($blue-60, 0.16);
|
|
7044
|
+
}
|
|
7045
|
+
.sub-title > .slash-arrow {
|
|
7046
|
+
opacity: 0;
|
|
7036
7047
|
}
|
|
7037
7048
|
}
|
|
7038
7049
|
}
|
|
7050
|
+
}
|
|
7039
7051
|
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
align-items: center;
|
|
7052
|
+
.tab-menu-item-medium {
|
|
7053
|
+
&.tab-menu-item {
|
|
7054
|
+
padding: 4px 16px;
|
|
7044
7055
|
height: 32px;
|
|
7045
|
-
|
|
7046
|
-
padding: 0 8px;
|
|
7056
|
+
border-radius: 6px 6px 0 0;
|
|
7047
7057
|
|
|
7048
|
-
|
|
7049
|
-
|
|
7058
|
+
&:first-child {
|
|
7059
|
+
padding-left: 0;
|
|
7060
|
+
}
|
|
7061
|
+
&:first-child:hover,
|
|
7062
|
+
&.tab-menu-item-selected:first-child {
|
|
7063
|
+
padding-left: 16px;
|
|
7050
7064
|
}
|
|
7051
7065
|
|
|
7052
|
-
|
|
7053
|
-
margin:
|
|
7054
|
-
|
|
7066
|
+
.expand-arrow {
|
|
7067
|
+
margin-left: 11px;
|
|
7068
|
+
height: 24px;
|
|
7055
7069
|
}
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
}
|
|
7070
|
+
}
|
|
7071
|
+
|
|
7072
|
+
&.tab-menu-item-group {
|
|
7073
|
+
padding: 0;
|
|
7074
|
+
|
|
7075
|
+
.sub-title {
|
|
7076
|
+
padding: 4px 16px;
|
|
7064
7077
|
}
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
box-shadow: $box-shadow-light-onhover;
|
|
7070
|
-
border-radius: 6px;
|
|
7071
|
-
}
|
|
7078
|
+
|
|
7079
|
+
&.tab-menu-item-selected .sub-title,
|
|
7080
|
+
&.tab-menu-item-selected .main-title {
|
|
7081
|
+
padding: 4px 16px;
|
|
7072
7082
|
}
|
|
7073
7083
|
}
|
|
7074
7084
|
}
|
|
7075
|
-
}
|
|
7076
|
-
|
|
7077
|
-
.E_s1wu0lms {
|
|
7078
|
-
.ant-menu-item-group-title {
|
|
7079
|
-
white-space: nowrap;
|
|
7080
|
-
transition: all 0s;
|
|
7081
|
-
}
|
|
7082
7085
|
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
+
.tab-menu-item-light {
|
|
7087
|
+
&:hover,
|
|
7088
|
+
&:active {
|
|
7089
|
+
background: $white;
|
|
7090
|
+
}
|
|
7086
7091
|
|
|
7087
|
-
|
|
7088
|
-
|
|
7092
|
+
&:active {
|
|
7093
|
+
color: $blue-80;
|
|
7089
7094
|
}
|
|
7090
7095
|
|
|
7091
|
-
.
|
|
7092
|
-
|
|
7093
|
-
|
|
7096
|
+
&.tab-menu-item.tab-menu-item-selected {
|
|
7097
|
+
background: $white;
|
|
7098
|
+
color: $blue-100;
|
|
7094
7099
|
}
|
|
7095
|
-
}
|
|
7096
|
-
}
|
|
7097
7100
|
|
|
7098
|
-
.
|
|
7099
|
-
|
|
7100
|
-
|
|
7101
|
-
|
|
7101
|
+
&.tab-menu-item-group.tab-menu-item-selected {
|
|
7102
|
+
.main-title {
|
|
7103
|
+
color: rgba($gray-80, 0.6);
|
|
7104
|
+
}
|
|
7102
7105
|
|
|
7103
|
-
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
}
|
|
7106
|
+
.sub-title {
|
|
7107
|
+
color: $blue-100;
|
|
7108
|
+
}
|
|
7107
7109
|
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
}
|
|
7110
|
+
.sub-title > .slash-arrow {
|
|
7111
|
+
fill: $fills-opaque-quaternary-light;
|
|
7112
|
+
}
|
|
7112
7113
|
|
|
7113
|
-
|
|
7114
|
-
|
|
7114
|
+
.sub-title > .expand-arrow path {
|
|
7115
|
+
fill: $blue-100;
|
|
7116
|
+
}
|
|
7117
|
+
}
|
|
7115
7118
|
}
|
|
7116
7119
|
|
|
7117
|
-
.
|
|
7120
|
+
.tab-content {
|
|
7118
7121
|
flex: 1;
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7122
|
+
display: flex;
|
|
7123
|
+
flex-direction: column;
|
|
7124
|
+
}
|
|
7125
|
+
|
|
7126
|
+
/* FIXME:(yanzhen) do this better */
|
|
7127
|
+
&.is-overview .tab-content {
|
|
7128
|
+
overflow: visible;
|
|
7123
7129
|
}
|
|
7124
7130
|
}
|
|
7125
7131
|
|
|
7132
|
+
.E_t14npdqr {
|
|
7133
|
+
max-width: 240px;
|
|
7134
|
+
animation: none;
|
|
7126
7135
|
|
|
7127
|
-
.
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
align-items: center;
|
|
7131
|
-
}
|
|
7136
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
7137
|
+
border: 1px solid $blue-60;
|
|
7138
|
+
padding: 0;
|
|
7132
7139
|
|
|
7133
|
-
|
|
7134
|
-
|
|
7140
|
+
.ant-dropdown-menu-item {
|
|
7141
|
+
margin: 0;
|
|
7142
|
+
height: 32px;
|
|
7143
|
+
line-height: 32px;
|
|
7144
|
+
font-size: 13px;
|
|
7145
|
+
padding: 0 10px;
|
|
7146
|
+
display: block;
|
|
7147
|
+
overflow: hidden;
|
|
7148
|
+
text-overflow: ellipsis;
|
|
7149
|
+
white-space: nowrap;
|
|
7150
|
+
|
|
7151
|
+
&:not(:first-child) {
|
|
7152
|
+
&::before {
|
|
7153
|
+
content: " ";
|
|
7154
|
+
height: 1px;
|
|
7155
|
+
width: calc(100% + 10px);
|
|
7156
|
+
background: $strokes-translucent-1-light;
|
|
7157
|
+
display: block;
|
|
7158
|
+
}
|
|
7159
|
+
}
|
|
7160
|
+
|
|
7161
|
+
&.ant-dropdown-menu-item-selected {
|
|
7162
|
+
color: $blue-60;
|
|
7163
|
+
background: transparent;
|
|
7164
|
+
}
|
|
7165
|
+
}
|
|
7135
7166
|
}
|
|
7136
7167
|
}
|
|
7137
7168
|
|
|
@@ -7155,296 +7186,265 @@
|
|
|
7155
7186
|
}
|
|
7156
7187
|
|
|
7157
7188
|
|
|
7158
|
-
.
|
|
7159
|
-
|
|
7160
|
-
align-items: center;
|
|
7161
|
-
justify-content: flex-end;
|
|
7162
|
-
}
|
|
7163
|
-
|
|
7164
|
-
.E_b1ctd5xy {
|
|
7165
|
-
display: flex;
|
|
7166
|
-
align-items: center;
|
|
7167
|
-
width: calc(100% - 40px);
|
|
7168
|
-
|
|
7169
|
-
.chart {
|
|
7170
|
-
display: inline-block;
|
|
7171
|
-
width: 100%;
|
|
7172
|
-
}
|
|
7173
|
-
}
|
|
7174
|
-
|
|
7175
|
-
.E_u1p8acpn {
|
|
7176
|
-
min-width: 40px;
|
|
7177
|
-
|
|
7178
|
-
.unit {
|
|
7179
|
-
color: $text-light-primary !important;
|
|
7180
|
-
}
|
|
7181
|
-
}
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
.E_t160l1cm {
|
|
7185
|
-
display: flex;
|
|
7186
|
-
flex-direction: column;
|
|
7187
|
-
flex: 1;
|
|
7189
|
+
.E_t1sqg15u {
|
|
7190
|
+
background: white;
|
|
7188
7191
|
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
border-bottom: 1px solid $strokes-translucent-1-light;
|
|
7193
|
-
}
|
|
7192
|
+
&.inline {
|
|
7193
|
+
.table-row {
|
|
7194
|
+
flex-direction: column;
|
|
7194
7195
|
|
|
7195
|
-
|
|
7196
|
-
|
|
7196
|
+
> label {
|
|
7197
|
+
padding: 0 16px 7px 0;
|
|
7198
|
+
}
|
|
7199
|
+
}
|
|
7197
7200
|
}
|
|
7198
7201
|
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
height: 24px;
|
|
7204
|
-
color: $text-secondary-light;
|
|
7205
|
-
border-radius: 4px 4px 0 0;
|
|
7206
|
-
cursor: pointer;
|
|
7207
|
-
transition:
|
|
7208
|
-
color 100ms ease-out,
|
|
7209
|
-
background-color 100ms ease-out,
|
|
7210
|
-
padding-left 320ms ease 80ms;
|
|
7211
|
-
|
|
7212
|
-
&:first-child {
|
|
7213
|
-
padding-left: 0;
|
|
7202
|
+
&.has-border {
|
|
7203
|
+
.table-header {
|
|
7204
|
+
border-bottom: 1px solid $strokes-light-trans-1;
|
|
7205
|
+
}
|
|
7214
7206
|
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
padding-left: 12px;
|
|
7218
|
-
}
|
|
7207
|
+
.hiddenBorder {
|
|
7208
|
+
border-top: none !important;
|
|
7219
7209
|
}
|
|
7220
7210
|
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7211
|
+
.table-row + .table-row {
|
|
7212
|
+
border-top: 1px solid $strokes-light-trans-1;
|
|
7213
|
+
}
|
|
7224
7214
|
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
}
|
|
7215
|
+
.table-row:last-of-type {
|
|
7216
|
+
padding-bottom: 0;
|
|
7228
7217
|
}
|
|
7218
|
+
}
|
|
7229
7219
|
|
|
7230
|
-
|
|
7231
|
-
|
|
7220
|
+
&.align-right {
|
|
7221
|
+
.content {
|
|
7222
|
+
text-align: right;
|
|
7232
7223
|
}
|
|
7224
|
+
}
|
|
7225
|
+
.uuid-row {
|
|
7226
|
+
display: flex;
|
|
7227
|
+
justify-content: space-between;
|
|
7233
7228
|
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7229
|
+
.id-text {
|
|
7230
|
+
white-space: nowrap;
|
|
7231
|
+
overflow: hidden;
|
|
7232
|
+
text-overflow: ellipsis;
|
|
7233
|
+
}
|
|
7234
|
+
}
|
|
7235
|
+
}
|
|
7237
7236
|
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7237
|
+
.E_t4zczcp {
|
|
7238
|
+
display: flex;
|
|
7239
|
+
justify-content: space-between;
|
|
7240
|
+
align-items: center;
|
|
7241
|
+
padding: 8px;
|
|
7242
|
+
min-height: 32px;
|
|
7241
7243
|
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7244
|
+
.table-title {
|
|
7245
|
+
color: $text-secondary-light;
|
|
7246
|
+
font-weight: 600;
|
|
7247
|
+
font-size: 12px;
|
|
7248
|
+
line-height: 8px;
|
|
7249
|
+
}
|
|
7245
7250
|
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7251
|
+
.edit-icon {
|
|
7252
|
+
font-size: 16px;
|
|
7253
|
+
color: $strokes-translucent-2-light;
|
|
7254
|
+
cursor: pointer;
|
|
7255
|
+
}
|
|
7256
|
+
}
|
|
7250
7257
|
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7258
|
+
.E_t1s7goww {
|
|
7259
|
+
font-size: 12px;
|
|
7260
|
+
line-height: 18px;
|
|
7261
|
+
}
|
|
7254
7262
|
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7263
|
+
.E_t93e4cf {
|
|
7264
|
+
display: flex;
|
|
7265
|
+
padding: 8px 0;
|
|
7266
|
+
color: $text-primary-light;
|
|
7258
7267
|
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
}
|
|
7268
|
+
.hidden {
|
|
7269
|
+
display: none;
|
|
7270
|
+
}
|
|
7263
7271
|
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
height: 22px;
|
|
7267
|
-
}
|
|
7268
|
-
.expand-arrow path {
|
|
7269
|
-
fill: $text-secondary-light;
|
|
7270
|
-
}
|
|
7272
|
+
.ant-btn.ant-btn-link {
|
|
7273
|
+
height: auto;
|
|
7271
7274
|
}
|
|
7272
7275
|
|
|
7273
|
-
.
|
|
7274
|
-
padding: 0;
|
|
7275
|
-
display: flex;
|
|
7276
|
-
align-items: center;
|
|
7276
|
+
.content {
|
|
7277
7277
|
overflow: hidden;
|
|
7278
|
+
overflow-x: auto;
|
|
7279
|
+
width: 100%;
|
|
7280
|
+
white-space: pre-wrap;
|
|
7278
7281
|
|
|
7279
|
-
.
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
transition:
|
|
7283
|
-
max-width 320ms ease,
|
|
7284
|
-
opacity 240ms ease;
|
|
7282
|
+
.ant-btn {
|
|
7283
|
+
white-space: pre-wrap;
|
|
7284
|
+
text-align: left;
|
|
7285
7285
|
}
|
|
7286
7286
|
|
|
7287
|
-
.
|
|
7288
|
-
|
|
7289
|
-
position: relative;
|
|
7290
|
-
display: flex;
|
|
7291
|
-
|
|
7292
|
-
> .slash-arrow {
|
|
7293
|
-
opacity: 0;
|
|
7294
|
-
position: absolute;
|
|
7295
|
-
top: 50%;
|
|
7296
|
-
left: 0;
|
|
7297
|
-
transform: translate(-50%, -50%);
|
|
7298
|
-
transition: opacity 100ms linear;
|
|
7299
|
-
fill: rgba($blue-60, 0.2);
|
|
7300
|
-
}
|
|
7287
|
+
.unit-chart {
|
|
7288
|
+
justify-content: flex-start;
|
|
7301
7289
|
}
|
|
7290
|
+
}
|
|
7291
|
+
}
|
|
7302
7292
|
|
|
7303
|
-
|
|
7304
|
-
|
|
7293
|
+
.E_rhz2uv5 {
|
|
7294
|
+
width: var(--rhz2uv5-0);
|
|
7295
|
+
flex-shrink: 0;
|
|
7296
|
+
color: $text-secondary-light;
|
|
7297
|
+
padding-right: 12px;
|
|
7298
|
+
}
|
|
7305
7299
|
|
|
7306
|
-
.main-title {
|
|
7307
|
-
padding: 1px 12px;
|
|
7308
|
-
display: inline-block;
|
|
7309
|
-
opacity: 1;
|
|
7310
|
-
max-width: 160px;
|
|
7311
|
-
}
|
|
7312
7300
|
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7301
|
+
.E_s1iv0tp1 {
|
|
7302
|
+
.enabled-switch {
|
|
7303
|
+
display: flex;
|
|
7304
|
+
align-items: center;
|
|
7305
|
+
}
|
|
7316
7306
|
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
|
|
7320
|
-
|
|
7307
|
+
.enabled-text {
|
|
7308
|
+
margin-right: 8px;
|
|
7309
|
+
}
|
|
7310
|
+
}
|
|
7321
7311
|
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
opacity: 0;
|
|
7329
|
-
}
|
|
7330
|
-
}
|
|
7331
|
-
}
|
|
7312
|
+
|
|
7313
|
+
.E_s1at6qmn {
|
|
7314
|
+
&.ant-layout-sider {
|
|
7315
|
+
background: $backgrounds-light-grouped;
|
|
7316
|
+
padding: 32px 8px;
|
|
7317
|
+
overflow: auto;
|
|
7332
7318
|
}
|
|
7333
7319
|
|
|
7334
|
-
.
|
|
7335
|
-
|
|
7336
|
-
|
|
7337
|
-
|
|
7338
|
-
|
|
7320
|
+
.ant-layout-sider-children {
|
|
7321
|
+
display: flex;
|
|
7322
|
+
flex-direction: column;
|
|
7323
|
+
justify-content: space-between;
|
|
7324
|
+
}
|
|
7339
7325
|
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
&:first-child:hover,
|
|
7344
|
-
&.tab-menu-item-selected:first-child {
|
|
7345
|
-
padding-left: 16px;
|
|
7346
|
-
}
|
|
7326
|
+
footer {
|
|
7327
|
+
display: flex;
|
|
7328
|
+
}
|
|
7347
7329
|
|
|
7348
|
-
|
|
7349
|
-
|
|
7350
|
-
|
|
7351
|
-
|
|
7330
|
+
.ant-menu {
|
|
7331
|
+
background: $backgrounds-light-grouped;
|
|
7332
|
+
a {
|
|
7333
|
+
color: $text-light-primary;
|
|
7334
|
+
width: 180px;
|
|
7335
|
+
overflow: hidden;
|
|
7336
|
+
text-overflow: ellipsis;
|
|
7352
7337
|
}
|
|
7338
|
+
}
|
|
7353
7339
|
|
|
7354
|
-
|
|
7355
|
-
|
|
7340
|
+
.ant-menu-vertical {
|
|
7341
|
+
margin-bottom: 24px;
|
|
7356
7342
|
|
|
7357
|
-
|
|
7358
|
-
|
|
7343
|
+
.ant-menu-item-group {
|
|
7344
|
+
.ant-menu-item {
|
|
7345
|
+
margin: 0;
|
|
7359
7346
|
}
|
|
7347
|
+
.ant-menu-item-group-title {
|
|
7348
|
+
font-size: 12px;
|
|
7349
|
+
padding: 0 8px 4px;
|
|
7350
|
+
line-height: 18px;
|
|
7360
7351
|
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7352
|
+
&:empty {
|
|
7353
|
+
padding: 0;
|
|
7354
|
+
}
|
|
7355
|
+
}
|
|
7356
|
+
&:not(:last-child) {
|
|
7357
|
+
padding-bottom: 24px;
|
|
7358
|
+
&.split {
|
|
7359
|
+
margin-bottom: 24px;
|
|
7360
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7361
|
+
}
|
|
7364
7362
|
}
|
|
7365
|
-
}
|
|
7366
|
-
}
|
|
7367
|
-
|
|
7368
|
-
.tab-menu-item-light {
|
|
7369
|
-
&:hover,
|
|
7370
|
-
&:active {
|
|
7371
|
-
background: $white;
|
|
7372
|
-
}
|
|
7373
|
-
|
|
7374
|
-
&:active {
|
|
7375
|
-
color: $blue-80;
|
|
7376
7363
|
}
|
|
7377
7364
|
|
|
7378
|
-
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7365
|
+
.ant-menu-item {
|
|
7366
|
+
transition: none;
|
|
7367
|
+
display: flex;
|
|
7368
|
+
align-items: center;
|
|
7369
|
+
height: 32px;
|
|
7370
|
+
line-height: 22px;
|
|
7371
|
+
padding: 0 8px;
|
|
7382
7372
|
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
color: rgba($gray-80, 0.6);
|
|
7373
|
+
> .icon-wrapper {
|
|
7374
|
+
margin-right: 12px;
|
|
7386
7375
|
}
|
|
7387
7376
|
|
|
7388
|
-
|
|
7389
|
-
|
|
7377
|
+
&:not(:last-child) {
|
|
7378
|
+
margin: 0;
|
|
7379
|
+
margin-bottom: 2px;
|
|
7390
7380
|
}
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7381
|
+
&.ant-menu-item-selected {
|
|
7382
|
+
background: $background-selected;
|
|
7383
|
+
box-shadow: $box-shadow-light-selected;
|
|
7384
|
+
border-radius: 6px;
|
|
7385
|
+
color: $text-light-on-tint;
|
|
7386
|
+
a {
|
|
7387
|
+
color: $text-light-on-tint;
|
|
7388
|
+
}
|
|
7394
7389
|
}
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7390
|
+
&:not(.ant-menu-item-selected) {
|
|
7391
|
+
&.ant-menu-item:hover,
|
|
7392
|
+
&.ant-menu-item-active {
|
|
7393
|
+
background: $background-onhover;
|
|
7394
|
+
box-shadow: $box-shadow-light-onhover;
|
|
7395
|
+
border-radius: 6px;
|
|
7396
|
+
}
|
|
7398
7397
|
}
|
|
7399
7398
|
}
|
|
7400
7399
|
}
|
|
7400
|
+
}
|
|
7401
7401
|
|
|
7402
|
-
|
|
7403
|
-
|
|
7404
|
-
|
|
7405
|
-
|
|
7402
|
+
.E_s1wu0lms {
|
|
7403
|
+
.ant-menu-item-group-title {
|
|
7404
|
+
white-space: nowrap;
|
|
7405
|
+
transition: all 0s;
|
|
7406
7406
|
}
|
|
7407
7407
|
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
overflow:
|
|
7408
|
+
&.shrink {
|
|
7409
|
+
transition: all 0s;
|
|
7410
|
+
overflow: hidden;
|
|
7411
|
+
|
|
7412
|
+
.ant-menu-item-group-title {
|
|
7413
|
+
visibility: hidden;
|
|
7414
|
+
}
|
|
7415
|
+
|
|
7416
|
+
.ant-menu-item {
|
|
7417
|
+
width: 36px;
|
|
7418
|
+
padding: 0 6px;
|
|
7419
|
+
}
|
|
7411
7420
|
}
|
|
7412
7421
|
}
|
|
7413
7422
|
|
|
7414
|
-
.
|
|
7415
|
-
|
|
7416
|
-
|
|
7423
|
+
.E_n1ugzfva {
|
|
7424
|
+
display: flex;
|
|
7425
|
+
place-items: center;
|
|
7426
|
+
width: 100% !important;
|
|
7417
7427
|
|
|
7418
|
-
|
|
7419
|
-
|
|
7420
|
-
|
|
7428
|
+
&[disabled] {
|
|
7429
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7430
|
+
opacity: 1 !important;
|
|
7431
|
+
}
|
|
7421
7432
|
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
font-size: 13px;
|
|
7427
|
-
padding: 0 10px;
|
|
7428
|
-
display: block;
|
|
7429
|
-
overflow: hidden;
|
|
7430
|
-
text-overflow: ellipsis;
|
|
7431
|
-
white-space: nowrap;
|
|
7433
|
+
&.ant-btn {
|
|
7434
|
+
width: 100%;
|
|
7435
|
+
color: $text-light-primary;
|
|
7436
|
+
}
|
|
7432
7437
|
|
|
7433
|
-
|
|
7434
|
-
|
|
7435
|
-
|
|
7436
|
-
height: 1px;
|
|
7437
|
-
width: calc(100% + 10px);
|
|
7438
|
-
background: $strokes-translucent-1-light;
|
|
7439
|
-
display: block;
|
|
7440
|
-
}
|
|
7441
|
-
}
|
|
7438
|
+
.icon-wrapper {
|
|
7439
|
+
margin-right: 12px;
|
|
7440
|
+
}
|
|
7442
7441
|
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
|
-
|
|
7442
|
+
.link-title {
|
|
7443
|
+
flex: 1;
|
|
7444
|
+
overflow: hidden;
|
|
7445
|
+
white-space: nowrap;
|
|
7446
|
+
text-overflow: ellipsis;
|
|
7447
|
+
text-align: left;
|
|
7448
7448
|
}
|
|
7449
7449
|
}
|
|
7450
7450
|
|
|
@@ -7571,6 +7571,13 @@
|
|
|
7571
7571
|
}
|
|
7572
7572
|
|
|
7573
7573
|
|
|
7574
|
+
.E_h1ol2wl7 {
|
|
7575
|
+
font-weight: bold;
|
|
7576
|
+
background-color: unset;
|
|
7577
|
+
padding: unset;
|
|
7578
|
+
}
|
|
7579
|
+
|
|
7580
|
+
|
|
7574
7581
|
.E_kr6am0s {
|
|
7575
7582
|
.ant-modal-body {
|
|
7576
7583
|
padding: 60px 128px;
|
|
@@ -7645,13 +7652,6 @@
|
|
|
7645
7652
|
}
|
|
7646
7653
|
|
|
7647
7654
|
|
|
7648
|
-
.E_h1ol2wl7 {
|
|
7649
|
-
font-weight: bold;
|
|
7650
|
-
background-color: unset;
|
|
7651
|
-
padding: unset;
|
|
7652
|
-
}
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
7655
|
.E_l12xdkhl {
|
|
7656
7656
|
width: 64px;
|
|
7657
7657
|
height: 64px;
|
|
@@ -7670,73 +7670,6 @@
|
|
|
7670
7670
|
}
|
|
7671
7671
|
|
|
7672
7672
|
|
|
7673
|
-
.E_cevhqx7 {
|
|
7674
|
-
color: $text-light-primary;
|
|
7675
|
-
}
|
|
7676
|
-
|
|
7677
|
-
.E_snbqlt4 {
|
|
7678
|
-
margin-top: 8px;
|
|
7679
|
-
color: $text-light-secondary;
|
|
7680
|
-
}
|
|
7681
|
-
|
|
7682
|
-
|
|
7683
|
-
.E_c1ss4prm {
|
|
7684
|
-
color: $text-light-secondary;
|
|
7685
|
-
&:is(ul, ol) {
|
|
7686
|
-
padding-inline-start: 12px;
|
|
7687
|
-
}
|
|
7688
|
-
|
|
7689
|
-
li {
|
|
7690
|
-
margin-bottom: 4px;
|
|
7691
|
-
|
|
7692
|
-
&:last-child {
|
|
7693
|
-
margin-bottom: 0;
|
|
7694
|
-
}
|
|
7695
|
-
}
|
|
7696
|
-
}
|
|
7697
|
-
|
|
7698
|
-
.E_ms3tlei {
|
|
7699
|
-
background: $fill-neutral-trans-2;
|
|
7700
|
-
padding: 8px;
|
|
7701
|
-
border-radius: 6px;
|
|
7702
|
-
color: $gray-a60-8;
|
|
7703
|
-
|
|
7704
|
-
.icon-wrapper {
|
|
7705
|
-
margin-top: 1px; // The text line height is 18px, the icon height is 16px, so a 1px offset is needed
|
|
7706
|
-
margin-right: 4px;
|
|
7707
|
-
}
|
|
7708
|
-
|
|
7709
|
-
li {
|
|
7710
|
-
margin-bottom: 4px;
|
|
7711
|
-
display: flex;
|
|
7712
|
-
align-items: flex-start;
|
|
7713
|
-
|
|
7714
|
-
&:last-child {
|
|
7715
|
-
margin-bottom: 0;
|
|
7716
|
-
}
|
|
7717
|
-
}
|
|
7718
|
-
}
|
|
7719
|
-
|
|
7720
|
-
.E_du44iy7 {
|
|
7721
|
-
margin-bottom: 4px;
|
|
7722
|
-
}
|
|
7723
|
-
|
|
7724
|
-
.E_p1qmhanr {
|
|
7725
|
-
margin-bottom: 8px;
|
|
7726
|
-
}
|
|
7727
|
-
|
|
7728
|
-
.E_srje1h0 {
|
|
7729
|
-
color: $text-light-secondary;
|
|
7730
|
-
margin-bottom: 8px;
|
|
7731
|
-
}
|
|
7732
|
-
|
|
7733
|
-
.E_di3zi7v {
|
|
7734
|
-
height: 1px;
|
|
7735
|
-
background: $strokes-light-opaque-2;
|
|
7736
|
-
margin: 16px 0;
|
|
7737
|
-
}
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
7673
|
.E_c14ouk5o {
|
|
7741
7674
|
width: 100%;
|
|
7742
7675
|
height: 100%;
|
|
@@ -8386,3 +8319,70 @@
|
|
|
8386
8319
|
}
|
|
8387
8320
|
}
|
|
8388
8321
|
|
|
8322
|
+
|
|
8323
|
+
.E_cevhqx7 {
|
|
8324
|
+
color: $text-light-primary;
|
|
8325
|
+
}
|
|
8326
|
+
|
|
8327
|
+
.E_snbqlt4 {
|
|
8328
|
+
margin-top: 8px;
|
|
8329
|
+
color: $text-light-secondary;
|
|
8330
|
+
}
|
|
8331
|
+
|
|
8332
|
+
|
|
8333
|
+
.E_c1ss4prm {
|
|
8334
|
+
color: $text-light-secondary;
|
|
8335
|
+
&:is(ul, ol) {
|
|
8336
|
+
padding-inline-start: 12px;
|
|
8337
|
+
}
|
|
8338
|
+
|
|
8339
|
+
li {
|
|
8340
|
+
margin-bottom: 4px;
|
|
8341
|
+
|
|
8342
|
+
&:last-child {
|
|
8343
|
+
margin-bottom: 0;
|
|
8344
|
+
}
|
|
8345
|
+
}
|
|
8346
|
+
}
|
|
8347
|
+
|
|
8348
|
+
.E_ms3tlei {
|
|
8349
|
+
background: $fill-neutral-trans-2;
|
|
8350
|
+
padding: 8px;
|
|
8351
|
+
border-radius: 6px;
|
|
8352
|
+
color: $gray-a60-8;
|
|
8353
|
+
|
|
8354
|
+
.icon-wrapper {
|
|
8355
|
+
margin-top: 1px; // The text line height is 18px, the icon height is 16px, so a 1px offset is needed
|
|
8356
|
+
margin-right: 4px;
|
|
8357
|
+
}
|
|
8358
|
+
|
|
8359
|
+
li {
|
|
8360
|
+
margin-bottom: 4px;
|
|
8361
|
+
display: flex;
|
|
8362
|
+
align-items: flex-start;
|
|
8363
|
+
|
|
8364
|
+
&:last-child {
|
|
8365
|
+
margin-bottom: 0;
|
|
8366
|
+
}
|
|
8367
|
+
}
|
|
8368
|
+
}
|
|
8369
|
+
|
|
8370
|
+
.E_du44iy7 {
|
|
8371
|
+
margin-bottom: 4px;
|
|
8372
|
+
}
|
|
8373
|
+
|
|
8374
|
+
.E_p1qmhanr {
|
|
8375
|
+
margin-bottom: 8px;
|
|
8376
|
+
}
|
|
8377
|
+
|
|
8378
|
+
.E_srje1h0 {
|
|
8379
|
+
color: $text-light-secondary;
|
|
8380
|
+
margin-bottom: 8px;
|
|
8381
|
+
}
|
|
8382
|
+
|
|
8383
|
+
.E_di3zi7v {
|
|
8384
|
+
height: 1px;
|
|
8385
|
+
background: $strokes-light-opaque-2;
|
|
8386
|
+
margin: 16px 0;
|
|
8387
|
+
}
|
|
8388
|
+
|