@cloudtower/eagle 0.33.30 → 0.33.32
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 +4330 -33711
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1564 -1563
- package/dist/style.css +1279 -1278
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
.E_berrcjl {
|
|
2
|
+
color: $text-terdiary-light;
|
|
3
|
+
margin-bottom: 4px;
|
|
4
|
+
|
|
5
|
+
.breadcrumb-link {
|
|
6
|
+
color: $text-terdiary-light;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
transition: color 160ms ease;
|
|
9
|
+
|
|
10
|
+
&:hover {
|
|
11
|
+
color: $blue-60;
|
|
12
|
+
}
|
|
13
|
+
&:active {
|
|
14
|
+
color: $blue-80;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
.E_m74vjol {
|
|
2
21
|
display: flex;
|
|
3
22
|
justify-content: space-between;
|
|
@@ -23,50 +42,6 @@
|
|
|
23
42
|
}
|
|
24
43
|
|
|
25
44
|
|
|
26
|
-
.E_c1uzzomf {
|
|
27
|
-
margin-bottom: 16px;
|
|
28
|
-
|
|
29
|
-
.card-title {
|
|
30
|
-
font-size: 16px;
|
|
31
|
-
color: $text-secondary-light;
|
|
32
|
-
font-weight: 700;
|
|
33
|
-
line-height: 32px;
|
|
34
|
-
}
|
|
35
|
-
.card-body {
|
|
36
|
-
padding: 24px;
|
|
37
|
-
border-radius: 8px;
|
|
38
|
-
background: $fills-light-white;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.empty {
|
|
42
|
-
font-weight: 700;
|
|
43
|
-
font-size: 14px;
|
|
44
|
-
line-height: 22px;
|
|
45
|
-
color: $text-light-tertiary;
|
|
46
|
-
text-align: center;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
.E_berrcjl {
|
|
52
|
-
color: $text-terdiary-light;
|
|
53
|
-
margin-bottom: 4px;
|
|
54
|
-
|
|
55
|
-
.breadcrumb-link {
|
|
56
|
-
color: $text-terdiary-light;
|
|
57
|
-
cursor: pointer;
|
|
58
|
-
transition: color 160ms ease;
|
|
59
|
-
|
|
60
|
-
&:hover {
|
|
61
|
-
color: $blue-60;
|
|
62
|
-
}
|
|
63
|
-
&:active {
|
|
64
|
-
color: $blue-80;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
45
|
.E_c18gxmrl {
|
|
71
46
|
border: 1px solid $gray-40;
|
|
72
47
|
border-radius: 4px;
|
|
@@ -95,43 +70,42 @@
|
|
|
95
70
|
}
|
|
96
71
|
|
|
97
72
|
|
|
98
|
-
.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
.E_bqamoqe {
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
105
|
-
|
|
106
|
-
& > .ant-btn {
|
|
107
|
-
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
108
|
-
--color: #{$text-light-general};
|
|
73
|
+
.E_ccrbeuz {
|
|
74
|
+
.ant-collapse-item {
|
|
75
|
+
border: 0px;
|
|
76
|
+
background-color: $fills-light-white;
|
|
109
77
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
78
|
+
.ant-collapse-header {
|
|
79
|
+
padding-top: 0px;
|
|
80
|
+
padding-bottom: 0px;
|
|
81
|
+
padding-left: 0px !important;
|
|
82
|
+
padding-right: 24px;
|
|
83
|
+
.ant-collapse-arrow {
|
|
84
|
+
right: 0px;
|
|
113
85
|
}
|
|
114
86
|
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
margin-left: 1px;
|
|
87
|
+
.ant-collapse-content {
|
|
88
|
+
.ant-collapse-content-box {
|
|
89
|
+
padding: 0px;
|
|
90
|
+
}
|
|
120
91
|
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
121
94
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
95
|
+
.E_c1fljvag {
|
|
96
|
+
.ant-collapse-item {
|
|
97
|
+
.ant-collapse-header {
|
|
98
|
+
padding-right: 0px;
|
|
99
|
+
cursor: default;
|
|
125
100
|
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
126
103
|
|
|
127
|
-
&:last-child {
|
|
128
|
-
border-top-left-radius: 0;
|
|
129
|
-
border-bottom-left-radius: 0;
|
|
130
|
-
}
|
|
131
104
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
105
|
+
.E_c1yyuluq {
|
|
106
|
+
border-radius: 8px;
|
|
107
|
+
.ant-card-body {
|
|
108
|
+
padding: 20px 24px 24px 24px;
|
|
135
109
|
}
|
|
136
110
|
}
|
|
137
111
|
|
|
@@ -494,6 +468,72 @@
|
|
|
494
468
|
}
|
|
495
469
|
|
|
496
470
|
|
|
471
|
+
.E_c1uzzomf {
|
|
472
|
+
margin-bottom: 16px;
|
|
473
|
+
|
|
474
|
+
.card-title {
|
|
475
|
+
font-size: 16px;
|
|
476
|
+
color: $text-secondary-light;
|
|
477
|
+
font-weight: 700;
|
|
478
|
+
line-height: 32px;
|
|
479
|
+
}
|
|
480
|
+
.card-body {
|
|
481
|
+
padding: 24px;
|
|
482
|
+
border-radius: 8px;
|
|
483
|
+
background: $fills-light-white;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.empty {
|
|
487
|
+
font-weight: 700;
|
|
488
|
+
font-size: 14px;
|
|
489
|
+
line-height: 22px;
|
|
490
|
+
color: $text-light-tertiary;
|
|
491
|
+
text-align: center;
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
.E_b1nip9bk {
|
|
497
|
+
padding: 4px 11px;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.E_bqamoqe {
|
|
501
|
+
white-space: nowrap;
|
|
502
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
503
|
+
|
|
504
|
+
& > .ant-btn {
|
|
505
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
506
|
+
--color: #{$text-light-general};
|
|
507
|
+
|
|
508
|
+
&[disabled],
|
|
509
|
+
&:hover[disabled] {
|
|
510
|
+
--color: #{$text-light-general};
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
& > .ant-btn:not(:only-child) {
|
|
516
|
+
& + .ant-btn {
|
|
517
|
+
margin-left: 1px;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
&:first-child {
|
|
521
|
+
border-top-right-radius: 0;
|
|
522
|
+
border-bottom-right-radius: 0;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
&:last-child {
|
|
526
|
+
border-top-left-radius: 0;
|
|
527
|
+
border-bottom-left-radius: 0;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
&:not(:first-child, :last-child) {
|
|
531
|
+
border-radius: unset;
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
|
|
497
537
|
.E_d133fzv0 {
|
|
498
538
|
.ant-dropdown-menu-item-group {
|
|
499
539
|
.ant-dropdown-menu-item-group-title {
|
|
@@ -512,38 +552,6 @@
|
|
|
512
552
|
}
|
|
513
553
|
|
|
514
554
|
|
|
515
|
-
.E_i11gg7mj {
|
|
516
|
-
.ant-input-prefix {
|
|
517
|
-
margin-right: 8px;
|
|
518
|
-
}
|
|
519
|
-
.ant-input-suffix {
|
|
520
|
-
margin-left: 8px;
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.E_cc368xp {
|
|
525
|
-
color: $gray-120;
|
|
526
|
-
border-right: 1px solid $gray-a60-5;
|
|
527
|
-
margin-right: 8px;
|
|
528
|
-
padding-right: 8px;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.E_i11o6xqj {
|
|
532
|
-
display: flex;
|
|
533
|
-
gap: 4px;
|
|
534
|
-
|
|
535
|
-
.icon-wrapper {
|
|
536
|
-
cursor: pointer;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.E_d19ruhdj {
|
|
541
|
-
&.icon-wrapper {
|
|
542
|
-
cursor: not-allowed;
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
|
|
547
555
|
.E_sx1bpnu {
|
|
548
556
|
.ant-input-sm {
|
|
549
557
|
line-height: 18px;
|
|
@@ -551,38 +559,163 @@
|
|
|
551
559
|
}
|
|
552
560
|
|
|
553
561
|
|
|
554
|
-
.
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
562
|
+
.E_d1bw7c5z {
|
|
563
|
+
position: relative;
|
|
564
|
+
max-width: 388px;
|
|
565
|
+
min-width: 285px;
|
|
566
|
+
.center {
|
|
567
|
+
position: absolute;
|
|
568
|
+
font-size: 12px;
|
|
569
|
+
width: 80px;
|
|
570
|
+
height: 100px;
|
|
571
|
+
top: 0;
|
|
572
|
+
left: 35px;
|
|
573
|
+
display: flex;
|
|
574
|
+
flex-direction: column;
|
|
575
|
+
justify-content: center;
|
|
576
|
+
align-items: center;
|
|
577
|
+
color: $text-light-primary;
|
|
558
578
|
|
|
559
|
-
.
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
padding-left: 0px !important;
|
|
563
|
-
padding-right: 24px;
|
|
564
|
-
.ant-collapse-arrow {
|
|
565
|
-
right: 0px;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
.ant-collapse-content {
|
|
569
|
-
.ant-collapse-content-box {
|
|
570
|
-
padding: 0px;
|
|
571
|
-
}
|
|
579
|
+
.number {
|
|
580
|
+
font-size: 24px;
|
|
581
|
+
font-weight: 700;
|
|
572
582
|
}
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
583
|
|
|
576
|
-
.
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
584
|
+
.text {
|
|
585
|
+
padding: 0 5px;
|
|
586
|
+
font-size: 12px;
|
|
587
|
+
width: inherit;
|
|
588
|
+
text-align: center;
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
.recharts-wrapper {
|
|
592
|
+
display: flex;
|
|
593
|
+
.recharts-legend-wrapper {
|
|
594
|
+
position: relative !important;
|
|
595
|
+
min-width: calc(
|
|
596
|
+
100% - var(--d1bw7c5z-0)
|
|
597
|
+
) !important;
|
|
598
|
+
left: 0 !important;
|
|
599
|
+
bottom: 0 !important;
|
|
600
|
+
display: flex;
|
|
601
|
+
align-items: center;
|
|
602
|
+
.recharts-default-legend {
|
|
603
|
+
width: 100%;
|
|
604
|
+
}
|
|
605
|
+
li {
|
|
606
|
+
width: 100%;
|
|
607
|
+
margin-right: 0 !important;
|
|
608
|
+
line-height: 18px;
|
|
609
|
+
& > svg {
|
|
610
|
+
border-radius: 2px;
|
|
611
|
+
}
|
|
612
|
+
& > .recharts-legend-item-text {
|
|
613
|
+
min-width: 75px;
|
|
614
|
+
max-width: 198px;
|
|
615
|
+
width: calc(100% - 20px);
|
|
616
|
+
margin-left: 2px;
|
|
617
|
+
color: $text-light-primary !important;
|
|
618
|
+
display: inline-flex;
|
|
619
|
+
justify-content: space-between;
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
.tooltip-text {
|
|
625
|
+
maxwidth: calc(100% - 12px);
|
|
626
|
+
cursor: pointer;
|
|
627
|
+
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
628
|
+
overflow: hidden;
|
|
629
|
+
text-overflow: ellipsis;
|
|
630
|
+
white-space: nowrap;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.value {
|
|
634
|
+
color: $text-neutral-secondary;
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.E_t10pqbtc {
|
|
639
|
+
width: 140px;
|
|
640
|
+
|
|
641
|
+
.item {
|
|
642
|
+
margin: 6px auto;
|
|
643
|
+
display: flex;
|
|
644
|
+
justify-content: space-between;
|
|
645
|
+
|
|
646
|
+
.name {
|
|
647
|
+
width: 102px;
|
|
581
648
|
}
|
|
582
649
|
}
|
|
583
650
|
}
|
|
584
651
|
|
|
585
652
|
|
|
653
|
+
.E_itxley7 {
|
|
654
|
+
&.ant-input-group.ant-input-group-compact {
|
|
655
|
+
display: flex;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
659
|
+
&.ant-input-group.ant-input-group-compact
|
|
660
|
+
> .ant-select:first-child
|
|
661
|
+
> .ant-select-selector,
|
|
662
|
+
&.ant-input-group.ant-input-group-compact
|
|
663
|
+
> .ant-calendar-picker:first-child
|
|
664
|
+
.ant-input,
|
|
665
|
+
&.ant-input-group.ant-input-group-compact
|
|
666
|
+
> .ant-select-auto-complete:first-child
|
|
667
|
+
.ant-input,
|
|
668
|
+
&.ant-input-group.ant-input-group-compact
|
|
669
|
+
> .ant-cascader-picker:first-child
|
|
670
|
+
.ant-input,
|
|
671
|
+
&.ant-input-group.ant-input-group-compact
|
|
672
|
+
> .ant-mention-wrapper:first-child
|
|
673
|
+
.ant-mention-editor,
|
|
674
|
+
&.ant-input-group.ant-input-group-compact
|
|
675
|
+
> .ant-time-picker:first-child
|
|
676
|
+
.ant-time-picker-input {
|
|
677
|
+
border-bottom-left-radius: 5px;
|
|
678
|
+
border-top-left-radius: 5px;
|
|
679
|
+
}
|
|
680
|
+
&.ant-input-group.ant-input-group-compact > *:last-child,
|
|
681
|
+
&.ant-input-group.ant-input-group-compact
|
|
682
|
+
> .ant-select:last-child
|
|
683
|
+
> .ant-select-selector,
|
|
684
|
+
&.ant-input-group.ant-input-group-compact
|
|
685
|
+
> .ant-calendar-picker:last-child
|
|
686
|
+
.ant-input,
|
|
687
|
+
&.ant-input-group.ant-input-group-compact
|
|
688
|
+
> .ant-select-auto-complete:last-child
|
|
689
|
+
.ant-input,
|
|
690
|
+
&.ant-input-group.ant-input-group-compact
|
|
691
|
+
> .ant-cascader-picker:last-child
|
|
692
|
+
.ant-input,
|
|
693
|
+
&.ant-input-group.ant-input-group-compact
|
|
694
|
+
> .ant-cascader-picker-focused:last-child
|
|
695
|
+
.ant-input,
|
|
696
|
+
&.ant-input-group.ant-input-group-compact
|
|
697
|
+
> .ant-mention-wrapper:last-child
|
|
698
|
+
.ant-mention-editor,
|
|
699
|
+
&.ant-input-group.ant-input-group-compact
|
|
700
|
+
> .ant-time-picker:last-child
|
|
701
|
+
.ant-time-picker-input {
|
|
702
|
+
border-bottom-right-radius: 5px;
|
|
703
|
+
border-top-right-radius: 5px;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
.E_ivqqkzv {
|
|
709
|
+
height: 24px;
|
|
710
|
+
width: 56px !important;
|
|
711
|
+
margin-right: 4px;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.E_c1wk4q29 {
|
|
715
|
+
color: $text-secondary-light;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
|
|
586
719
|
.E_rapgekc {
|
|
587
720
|
&.ant-radio-wrapper {
|
|
588
721
|
display: inline-flex;
|
|
@@ -764,158 +897,64 @@
|
|
|
764
897
|
}
|
|
765
898
|
|
|
766
899
|
|
|
767
|
-
.
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
height: 100px;
|
|
776
|
-
top: 0;
|
|
777
|
-
left: 35px;
|
|
778
|
-
display: flex;
|
|
779
|
-
flex-direction: column;
|
|
780
|
-
justify-content: center;
|
|
781
|
-
align-items: center;
|
|
782
|
-
color: $text-light-primary;
|
|
783
|
-
|
|
784
|
-
.number {
|
|
785
|
-
font-size: 24px;
|
|
786
|
-
font-weight: 700;
|
|
900
|
+
.E_s1dizucg {
|
|
901
|
+
&.ant-switch {
|
|
902
|
+
min-width: 40px;
|
|
903
|
+
height: 24px;
|
|
904
|
+
background: $fills-trans-quinary-light;
|
|
905
|
+
overflow: hidden;
|
|
906
|
+
&:focus {
|
|
907
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
787
908
|
}
|
|
909
|
+
}
|
|
910
|
+
&.ant-switch-small {
|
|
911
|
+
min-width: 26px;
|
|
912
|
+
height: 16px;
|
|
913
|
+
}
|
|
914
|
+
&.ant-switch-large {
|
|
915
|
+
min-width: 52px;
|
|
916
|
+
height: 32px;
|
|
917
|
+
}
|
|
788
918
|
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
919
|
+
&.ant-switch .ant-switch-handle {
|
|
920
|
+
height: 20px;
|
|
921
|
+
width: 20px;
|
|
922
|
+
&::before {
|
|
923
|
+
border-radius: 10px;
|
|
924
|
+
transition-delay: 120ms;
|
|
794
925
|
}
|
|
795
926
|
}
|
|
796
|
-
.
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
100% - var(--d1bw7c5z-0)
|
|
802
|
-
) !important;
|
|
803
|
-
left: 0 !important;
|
|
804
|
-
bottom: 0 !important;
|
|
805
|
-
display: flex;
|
|
806
|
-
align-items: center;
|
|
807
|
-
.recharts-default-legend {
|
|
808
|
-
width: 100%;
|
|
809
|
-
}
|
|
810
|
-
li {
|
|
811
|
-
width: 100%;
|
|
812
|
-
margin-right: 0 !important;
|
|
813
|
-
line-height: 18px;
|
|
814
|
-
& > svg {
|
|
815
|
-
border-radius: 2px;
|
|
816
|
-
}
|
|
817
|
-
& > .recharts-legend-item-text {
|
|
818
|
-
min-width: 75px;
|
|
819
|
-
max-width: 198px;
|
|
820
|
-
width: calc(100% - 20px);
|
|
821
|
-
margin-left: 2px;
|
|
822
|
-
color: $text-light-primary !important;
|
|
823
|
-
display: inline-flex;
|
|
824
|
-
justify-content: space-between;
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
}
|
|
927
|
+
&.ant-switch-small .ant-switch-handle {
|
|
928
|
+
height: 14px;
|
|
929
|
+
width: 14px;
|
|
930
|
+
top: 1px;
|
|
931
|
+
left: 1px;
|
|
828
932
|
}
|
|
829
|
-
.
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
white-space: nowrap;
|
|
933
|
+
&.ant-switch-large .ant-switch-handle {
|
|
934
|
+
height: 28px;
|
|
935
|
+
width: 28px;
|
|
936
|
+
&::before {
|
|
937
|
+
border-radius: 14px;
|
|
938
|
+
}
|
|
836
939
|
}
|
|
837
940
|
|
|
838
|
-
|
|
839
|
-
color: $
|
|
941
|
+
&.ant-switch-checked {
|
|
942
|
+
background-color: $green-60;
|
|
943
|
+
}
|
|
944
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
945
|
+
left: calc(100% - 20px - 2px);
|
|
946
|
+
}
|
|
947
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
948
|
+
left: calc(100% - 14px - 1px);
|
|
949
|
+
}
|
|
950
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
951
|
+
left: calc(100% - 28px - 2px);
|
|
840
952
|
}
|
|
841
953
|
}
|
|
842
954
|
|
|
843
|
-
.
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
.item {
|
|
847
|
-
margin: 6px auto;
|
|
848
|
-
display: flex;
|
|
849
|
-
justify-content: space-between;
|
|
850
|
-
|
|
851
|
-
.name {
|
|
852
|
-
width: 102px;
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
.E_itxley7 {
|
|
859
|
-
&.ant-input-group.ant-input-group-compact {
|
|
860
|
-
display: flex;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
864
|
-
&.ant-input-group.ant-input-group-compact
|
|
865
|
-
> .ant-select:first-child
|
|
866
|
-
> .ant-select-selector,
|
|
867
|
-
&.ant-input-group.ant-input-group-compact
|
|
868
|
-
> .ant-calendar-picker:first-child
|
|
869
|
-
.ant-input,
|
|
870
|
-
&.ant-input-group.ant-input-group-compact
|
|
871
|
-
> .ant-select-auto-complete:first-child
|
|
872
|
-
.ant-input,
|
|
873
|
-
&.ant-input-group.ant-input-group-compact
|
|
874
|
-
> .ant-cascader-picker:first-child
|
|
875
|
-
.ant-input,
|
|
876
|
-
&.ant-input-group.ant-input-group-compact
|
|
877
|
-
> .ant-mention-wrapper:first-child
|
|
878
|
-
.ant-mention-editor,
|
|
879
|
-
&.ant-input-group.ant-input-group-compact
|
|
880
|
-
> .ant-time-picker:first-child
|
|
881
|
-
.ant-time-picker-input {
|
|
882
|
-
border-bottom-left-radius: 5px;
|
|
883
|
-
border-top-left-radius: 5px;
|
|
884
|
-
}
|
|
885
|
-
&.ant-input-group.ant-input-group-compact > *:last-child,
|
|
886
|
-
&.ant-input-group.ant-input-group-compact
|
|
887
|
-
> .ant-select:last-child
|
|
888
|
-
> .ant-select-selector,
|
|
889
|
-
&.ant-input-group.ant-input-group-compact
|
|
890
|
-
> .ant-calendar-picker:last-child
|
|
891
|
-
.ant-input,
|
|
892
|
-
&.ant-input-group.ant-input-group-compact
|
|
893
|
-
> .ant-select-auto-complete:last-child
|
|
894
|
-
.ant-input,
|
|
895
|
-
&.ant-input-group.ant-input-group-compact
|
|
896
|
-
> .ant-cascader-picker:last-child
|
|
897
|
-
.ant-input,
|
|
898
|
-
&.ant-input-group.ant-input-group-compact
|
|
899
|
-
> .ant-cascader-picker-focused:last-child
|
|
900
|
-
.ant-input,
|
|
901
|
-
&.ant-input-group.ant-input-group-compact
|
|
902
|
-
> .ant-mention-wrapper:last-child
|
|
903
|
-
.ant-mention-editor,
|
|
904
|
-
&.ant-input-group.ant-input-group-compact
|
|
905
|
-
> .ant-time-picker:last-child
|
|
906
|
-
.ant-time-picker-input {
|
|
907
|
-
border-bottom-right-radius: 5px;
|
|
908
|
-
border-top-right-radius: 5px;
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
.E_c1yyuluq {
|
|
914
|
-
border-radius: 8px;
|
|
915
|
-
.ant-card-body {
|
|
916
|
-
padding: 20px 24px 24px 24px;
|
|
917
|
-
}
|
|
918
|
-
}
|
|
955
|
+
.E_c1up6e3y {
|
|
956
|
+
margin-left: 5px;
|
|
957
|
+
}
|
|
919
958
|
|
|
920
959
|
|
|
921
960
|
.E_phljevk {
|
|
@@ -985,73 +1024,6 @@
|
|
|
985
1024
|
}
|
|
986
1025
|
|
|
987
1026
|
|
|
988
|
-
.E_s1dizucg {
|
|
989
|
-
&.ant-switch {
|
|
990
|
-
min-width: 40px;
|
|
991
|
-
height: 24px;
|
|
992
|
-
background: $fills-trans-quinary-light;
|
|
993
|
-
overflow: hidden;
|
|
994
|
-
&:focus {
|
|
995
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
&.ant-switch-small {
|
|
999
|
-
min-width: 26px;
|
|
1000
|
-
height: 16px;
|
|
1001
|
-
}
|
|
1002
|
-
&.ant-switch-large {
|
|
1003
|
-
min-width: 52px;
|
|
1004
|
-
height: 32px;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
&.ant-switch .ant-switch-handle {
|
|
1008
|
-
height: 20px;
|
|
1009
|
-
width: 20px;
|
|
1010
|
-
&::before {
|
|
1011
|
-
border-radius: 10px;
|
|
1012
|
-
transition-delay: 120ms;
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
1015
|
-
&.ant-switch-small .ant-switch-handle {
|
|
1016
|
-
height: 14px;
|
|
1017
|
-
width: 14px;
|
|
1018
|
-
top: 1px;
|
|
1019
|
-
left: 1px;
|
|
1020
|
-
}
|
|
1021
|
-
&.ant-switch-large .ant-switch-handle {
|
|
1022
|
-
height: 28px;
|
|
1023
|
-
width: 28px;
|
|
1024
|
-
&::before {
|
|
1025
|
-
border-radius: 14px;
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
&.ant-switch-checked {
|
|
1030
|
-
background-color: $green-60;
|
|
1031
|
-
}
|
|
1032
|
-
&.ant-switch-checked .ant-switch-handle {
|
|
1033
|
-
left: calc(100% - 20px - 2px);
|
|
1034
|
-
}
|
|
1035
|
-
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1036
|
-
left: calc(100% - 14px - 1px);
|
|
1037
|
-
}
|
|
1038
|
-
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1039
|
-
left: calc(100% - 28px - 2px);
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
.E_c1up6e3y {
|
|
1044
|
-
margin-left: 5px;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
.E_tju3gfj {
|
|
1049
|
-
.date {
|
|
1050
|
-
margin-right: 4px;
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
1027
|
.E_c1bus5hc {
|
|
1056
1028
|
--color: white;
|
|
1057
1029
|
height: 14px;
|
|
@@ -1096,15 +1068,41 @@
|
|
|
1096
1068
|
}
|
|
1097
1069
|
|
|
1098
1070
|
|
|
1099
|
-
.
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1071
|
+
.E_i11gg7mj {
|
|
1072
|
+
.ant-input-prefix {
|
|
1073
|
+
margin-right: 8px;
|
|
1074
|
+
}
|
|
1075
|
+
.ant-input-suffix {
|
|
1076
|
+
margin-left: 8px;
|
|
1077
|
+
}
|
|
1103
1078
|
}
|
|
1104
1079
|
|
|
1105
|
-
.
|
|
1106
|
-
|
|
1107
|
-
|
|
1080
|
+
.E_cc368xp {
|
|
1081
|
+
color: $gray-120;
|
|
1082
|
+
border-right: 1px solid $gray-a60-5;
|
|
1083
|
+
margin-right: 8px;
|
|
1084
|
+
padding-right: 8px;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.E_i11o6xqj {
|
|
1088
|
+
display: flex;
|
|
1089
|
+
gap: 4px;
|
|
1090
|
+
|
|
1091
|
+
.icon-wrapper {
|
|
1092
|
+
cursor: pointer;
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.E_d19ruhdj {
|
|
1097
|
+
&.icon-wrapper {
|
|
1098
|
+
cursor: not-allowed;
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
.E_iq1gosr {
|
|
1104
|
+
display: inline-block;
|
|
1105
|
+
}
|
|
1108
1106
|
|
|
1109
1107
|
|
|
1110
1108
|
.E_s1dni7lo {
|
|
@@ -1196,11 +1194,6 @@
|
|
|
1196
1194
|
}
|
|
1197
1195
|
|
|
1198
1196
|
|
|
1199
|
-
.E_iq1gosr {
|
|
1200
|
-
display: inline-block;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
1197
|
.E_s1sck0th {
|
|
1205
1198
|
padding: 0 8px;
|
|
1206
1199
|
border-radius: 4px;
|
|
@@ -1287,6 +1280,13 @@
|
|
|
1287
1280
|
}
|
|
1288
1281
|
|
|
1289
1282
|
|
|
1283
|
+
.E_tju3gfj {
|
|
1284
|
+
.date {
|
|
1285
|
+
margin-right: 4px;
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
1290
|
.E_t1m2x205 {
|
|
1291
1291
|
.ant-tooltip-arrow {
|
|
1292
1292
|
display: none;
|
|
@@ -1301,43 +1301,6 @@
|
|
|
1301
1301
|
}
|
|
1302
1302
|
|
|
1303
1303
|
|
|
1304
|
-
.E_a1wfy30z {
|
|
1305
|
-
.ant-input-number-handler-wrap {
|
|
1306
|
-
display: var(--a1wfy30z-0);
|
|
1307
|
-
}
|
|
1308
|
-
.ant-input-number-input-wrap {
|
|
1309
|
-
padding: 4px 11px;
|
|
1310
|
-
display: inline-flex;
|
|
1311
|
-
line-height: 1.5715;
|
|
1312
|
-
height: inherit;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.ant-input-number-input-wrap::after {
|
|
1316
|
-
content: var(--a1wfy30z-1);
|
|
1317
|
-
display: var(--a1wfy30z-2);
|
|
1318
|
-
flex: none;
|
|
1319
|
-
align-items: center;
|
|
1320
|
-
margin-left: 4px;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
.ant-input-number-input-wrap::before {
|
|
1324
|
-
content: var(--a1wfy30z-3);
|
|
1325
|
-
display: var(--a1wfy30z-4);
|
|
1326
|
-
flex: none;
|
|
1327
|
-
align-items: center;
|
|
1328
|
-
margin-right: 4px;
|
|
1329
|
-
cursor: auto;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
.ant-input-number-input {
|
|
1333
|
-
padding: 0;
|
|
1334
|
-
margin: 0;
|
|
1335
|
-
height: auto;
|
|
1336
|
-
font-size: inherit;
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
1304
|
.E_f7pxqmh {
|
|
1342
1305
|
width: 100%;
|
|
1343
1306
|
margin-bottom: 0 !important;
|
|
@@ -1380,6 +1343,20 @@
|
|
|
1380
1343
|
}
|
|
1381
1344
|
|
|
1382
1345
|
|
|
1346
|
+
.E_i1inqkme {
|
|
1347
|
+
height: 18px;
|
|
1348
|
+
line-height: 18px;
|
|
1349
|
+
padding: 0 4px;
|
|
1350
|
+
border-radius: 4px;
|
|
1351
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1352
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1353
|
+
display: flex;
|
|
1354
|
+
align-items: center;
|
|
1355
|
+
white-space: nowrap;
|
|
1356
|
+
margin-right: 4px;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
|
|
1383
1360
|
.E_iouxfgt {
|
|
1384
1361
|
display: inline-flex;
|
|
1385
1362
|
align-items: center;
|
|
@@ -1402,21 +1379,68 @@
|
|
|
1402
1379
|
}
|
|
1403
1380
|
|
|
1404
1381
|
|
|
1405
|
-
.
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
min-height: 124px;
|
|
1409
|
-
display: flex;
|
|
1410
|
-
flex-direction: column;
|
|
1411
|
-
justify-content: center;
|
|
1412
|
-
align-items: center;
|
|
1413
|
-
|
|
1414
|
-
.error-text {
|
|
1415
|
-
color: $text-terdiary-light;
|
|
1416
|
-
margin-bottom: 16px;
|
|
1417
|
-
font-size: 18px;
|
|
1382
|
+
.E_atcz0kf {
|
|
1383
|
+
.ant-input-suffix {
|
|
1384
|
+
margin-left: 8px;
|
|
1418
1385
|
}
|
|
1419
|
-
|
|
1386
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1387
|
+
padding: 2px 7px 2px 12px;
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
.E_a1wfy30z {
|
|
1393
|
+
.ant-input-number-handler-wrap {
|
|
1394
|
+
display: var(--a1wfy30z-0);
|
|
1395
|
+
}
|
|
1396
|
+
.ant-input-number-input-wrap {
|
|
1397
|
+
padding: 4px 11px;
|
|
1398
|
+
display: inline-flex;
|
|
1399
|
+
line-height: 1.5715;
|
|
1400
|
+
height: inherit;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
.ant-input-number-input-wrap::after {
|
|
1404
|
+
content: var(--a1wfy30z-1);
|
|
1405
|
+
display: var(--a1wfy30z-2);
|
|
1406
|
+
flex: none;
|
|
1407
|
+
align-items: center;
|
|
1408
|
+
margin-left: 4px;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.ant-input-number-input-wrap::before {
|
|
1412
|
+
content: var(--a1wfy30z-3);
|
|
1413
|
+
display: var(--a1wfy30z-4);
|
|
1414
|
+
flex: none;
|
|
1415
|
+
align-items: center;
|
|
1416
|
+
margin-right: 4px;
|
|
1417
|
+
cursor: auto;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.ant-input-number-input {
|
|
1421
|
+
padding: 0;
|
|
1422
|
+
margin: 0;
|
|
1423
|
+
height: auto;
|
|
1424
|
+
font-size: inherit;
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
.E_fzh9mnb {
|
|
1430
|
+
width: 100%;
|
|
1431
|
+
height: 100%;
|
|
1432
|
+
min-height: 124px;
|
|
1433
|
+
display: flex;
|
|
1434
|
+
flex-direction: column;
|
|
1435
|
+
justify-content: center;
|
|
1436
|
+
align-items: center;
|
|
1437
|
+
|
|
1438
|
+
.error-text {
|
|
1439
|
+
color: $text-terdiary-light;
|
|
1440
|
+
margin-bottom: 16px;
|
|
1441
|
+
font-size: 18px;
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1420
1444
|
|
|
1421
1445
|
|
|
1422
1446
|
.E_ai7qkf2 {
|
|
@@ -1500,30 +1524,6 @@
|
|
|
1500
1524
|
}
|
|
1501
1525
|
|
|
1502
1526
|
|
|
1503
|
-
.E_i1inqkme {
|
|
1504
|
-
height: 18px;
|
|
1505
|
-
line-height: 18px;
|
|
1506
|
-
padding: 0 4px;
|
|
1507
|
-
border-radius: 4px;
|
|
1508
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1509
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1510
|
-
display: flex;
|
|
1511
|
-
align-items: center;
|
|
1512
|
-
white-space: nowrap;
|
|
1513
|
-
margin-right: 4px;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
.E_atcz0kf {
|
|
1518
|
-
.ant-input-suffix {
|
|
1519
|
-
margin-left: 8px;
|
|
1520
|
-
}
|
|
1521
|
-
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1522
|
-
padding: 2px 7px 2px 12px;
|
|
1523
|
-
}
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
1527
|
.E_owd0kml {
|
|
1528
1528
|
display: inline-block;
|
|
1529
1529
|
}
|
|
@@ -1888,6 +1888,48 @@
|
|
|
1888
1888
|
}
|
|
1889
1889
|
|
|
1890
1890
|
|
|
1891
|
+
.E_a1b5xrg3 {
|
|
1892
|
+
.user-icon-inner {
|
|
1893
|
+
display: inline-flex;
|
|
1894
|
+
align-items: center;
|
|
1895
|
+
justify-content: center;
|
|
1896
|
+
color: $white;
|
|
1897
|
+
font-weight: bold;
|
|
1898
|
+
font-size: 12px;
|
|
1899
|
+
width: 24px;
|
|
1900
|
+
height: 24px;
|
|
1901
|
+
border-radius: 50%;
|
|
1902
|
+
background: var(--a1b5xrg3-0);
|
|
1903
|
+
}
|
|
1904
|
+
&.btn-item {
|
|
1905
|
+
transition: all 160ms ease;
|
|
1906
|
+
cursor: pointer;
|
|
1907
|
+
width: 56px;
|
|
1908
|
+
height: 40px;
|
|
1909
|
+
display: inline-flex;
|
|
1910
|
+
align-items: center;
|
|
1911
|
+
justify-content: center;
|
|
1912
|
+
border-radius: 6px;
|
|
1913
|
+
|
|
1914
|
+
&:hover {
|
|
1915
|
+
box-shadow:
|
|
1916
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
1917
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
&:active {
|
|
1921
|
+
transform: translateY(2px);
|
|
1922
|
+
transition: all 320ms ease;
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
.E_m196gn1d {
|
|
1929
|
+
min-width: 1280px;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
|
|
1891
1933
|
.E_cnujxq2 {
|
|
1892
1934
|
display: flex;
|
|
1893
1935
|
flex-direction: column;
|
|
@@ -1928,6 +1970,7 @@
|
|
|
1928
1970
|
flex-grow: 0;
|
|
1929
1971
|
flex-shrink: 0;
|
|
1930
1972
|
flex-basis: 58%;
|
|
1973
|
+
overflow: hidden;
|
|
1931
1974
|
.form-base-field {
|
|
1932
1975
|
width: 100%;
|
|
1933
1976
|
.form-base-field {
|
|
@@ -2701,48 +2744,6 @@
|
|
|
2701
2744
|
}
|
|
2702
2745
|
|
|
2703
2746
|
|
|
2704
|
-
.E_m196gn1d {
|
|
2705
|
-
min-width: 1280px;
|
|
2706
|
-
}
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
.E_a1b5xrg3 {
|
|
2710
|
-
.user-icon-inner {
|
|
2711
|
-
display: inline-flex;
|
|
2712
|
-
align-items: center;
|
|
2713
|
-
justify-content: center;
|
|
2714
|
-
color: $white;
|
|
2715
|
-
font-weight: bold;
|
|
2716
|
-
font-size: 12px;
|
|
2717
|
-
width: 24px;
|
|
2718
|
-
height: 24px;
|
|
2719
|
-
border-radius: 50%;
|
|
2720
|
-
background: var(--a1b5xrg3-0);
|
|
2721
|
-
}
|
|
2722
|
-
&.btn-item {
|
|
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;
|
|
2731
|
-
|
|
2732
|
-
&:hover {
|
|
2733
|
-
box-shadow:
|
|
2734
|
-
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2735
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
&:active {
|
|
2739
|
-
transform: translateY(2px);
|
|
2740
|
-
transition: all 320ms ease;
|
|
2741
|
-
}
|
|
2742
|
-
}
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
2747
|
.E_s17wv897 {
|
|
2747
2748
|
&.ant-select,
|
|
2748
2749
|
&.ant-select div.ant-select-selector {
|
|
@@ -3074,22 +3075,6 @@
|
|
|
3074
3075
|
}
|
|
3075
3076
|
|
|
3076
3077
|
|
|
3077
|
-
.E_w1dxz879 {
|
|
3078
|
-
display: flex;
|
|
3079
|
-
flex-direction: column;
|
|
3080
|
-
gap: 6px;
|
|
3081
|
-
.ellipsis-tooltip {
|
|
3082
|
-
max-height: var(--w1dxz879-0);
|
|
3083
|
-
text-overflow: clip;
|
|
3084
|
-
overflow: hidden;
|
|
3085
|
-
}
|
|
3086
|
-
.tips {
|
|
3087
|
-
color: #fff;
|
|
3088
|
-
opacity: 0.8;
|
|
3089
|
-
}
|
|
3090
|
-
}
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
3078
|
.E_suhck3k {
|
|
3094
3079
|
height: 24px;
|
|
3095
3080
|
width: 24px;
|
|
@@ -3106,6 +3091,22 @@
|
|
|
3106
3091
|
}
|
|
3107
3092
|
|
|
3108
3093
|
|
|
3094
|
+
.E_w1dxz879 {
|
|
3095
|
+
display: flex;
|
|
3096
|
+
flex-direction: column;
|
|
3097
|
+
gap: 6px;
|
|
3098
|
+
.ellipsis-tooltip {
|
|
3099
|
+
max-height: var(--w1dxz879-0);
|
|
3100
|
+
text-overflow: clip;
|
|
3101
|
+
overflow: hidden;
|
|
3102
|
+
}
|
|
3103
|
+
.tips {
|
|
3104
|
+
color: #fff;
|
|
3105
|
+
opacity: 0.8;
|
|
3106
|
+
}
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
|
|
3109
3110
|
.E_ryby9ds {
|
|
3110
3111
|
display: flex;
|
|
3111
3112
|
align-items: center;
|
|
@@ -3315,95 +3316,36 @@
|
|
|
3315
3316
|
}
|
|
3316
3317
|
|
|
3317
3318
|
|
|
3318
|
-
.
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3319
|
+
.E_h12yihis {
|
|
3320
|
+
height: 50px;
|
|
3321
|
+
border-bottom: 2px solid #edf0f7;
|
|
3322
|
+
background: $fills-opaque-primary-light;
|
|
3323
|
+
display: flex;
|
|
3324
|
+
justify-content: space-between;
|
|
3325
|
+
align-items: center;
|
|
3326
|
+
padding: 0 24px 0 14px;
|
|
3327
|
+
position: relative;
|
|
3328
|
+
z-index: 10;
|
|
3323
3329
|
|
|
3324
|
-
.
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3330
|
+
.left,
|
|
3331
|
+
.right,
|
|
3332
|
+
.center {
|
|
3333
|
+
display: flex;
|
|
3334
|
+
align-items: center;
|
|
3335
|
+
flex: 1;
|
|
3336
|
+
flex-shrink: 0;
|
|
3329
3337
|
}
|
|
3330
3338
|
|
|
3331
|
-
|
|
3332
|
-
|
|
3339
|
+
.center {
|
|
3340
|
+
flex: 0.8;
|
|
3333
3341
|
}
|
|
3334
3342
|
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
.antd5-segmented-item-disabled
|
|
3338
|
-
) {
|
|
3339
|
-
border-radius: 4px;
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3343
|
+
.right {
|
|
3344
|
+
justify-content: flex-end;
|
|
3342
3345
|
|
|
3343
|
-
.
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
padding-right: 12px;
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
|
|
3350
|
-
.E_ckld275 {
|
|
3351
|
-
background-color: $fill-neutral-trans-2;
|
|
3352
|
-
&.antd5-segmented
|
|
3353
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3354
|
-
.antd5-segmented-item-disabled
|
|
3355
|
-
) {
|
|
3356
|
-
background-color: $fill-neutral-light-white;
|
|
3357
|
-
color: $text-neutral-secondary-light;
|
|
3358
|
-
}
|
|
3359
|
-
// on animate remove hover bg color
|
|
3360
|
-
&.antd5-segmented
|
|
3361
|
-
.antd5-segmented-thumb
|
|
3362
|
-
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3363
|
-
.antd5-segmented-item-disabled
|
|
3364
|
-
) {
|
|
3365
|
-
background-color: transparent;
|
|
3366
|
-
}
|
|
3367
|
-
// remove after's bg color
|
|
3368
|
-
&.antd5-segmented
|
|
3369
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3370
|
-
.antd5-segmented-item-disabled
|
|
3371
|
-
)::after {
|
|
3372
|
-
background-color: transparent;
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
.E_h12yihis {
|
|
3378
|
-
height: 50px;
|
|
3379
|
-
border-bottom: 2px solid #edf0f7;
|
|
3380
|
-
background: $fills-opaque-primary-light;
|
|
3381
|
-
display: flex;
|
|
3382
|
-
justify-content: space-between;
|
|
3383
|
-
align-items: center;
|
|
3384
|
-
padding: 0 24px 0 14px;
|
|
3385
|
-
position: relative;
|
|
3386
|
-
z-index: 10;
|
|
3387
|
-
|
|
3388
|
-
.left,
|
|
3389
|
-
.right,
|
|
3390
|
-
.center {
|
|
3391
|
-
display: flex;
|
|
3392
|
-
align-items: center;
|
|
3393
|
-
flex: 1;
|
|
3394
|
-
flex-shrink: 0;
|
|
3395
|
-
}
|
|
3396
|
-
|
|
3397
|
-
.center {
|
|
3398
|
-
flex: 0.8;
|
|
3399
|
-
}
|
|
3400
|
-
|
|
3401
|
-
.right {
|
|
3402
|
-
justify-content: flex-end;
|
|
3403
|
-
|
|
3404
|
-
&.is-scrolled .btn-group:before {
|
|
3405
|
-
opacity: 1;
|
|
3406
|
-
}
|
|
3346
|
+
&.is-scrolled .btn-group:before {
|
|
3347
|
+
opacity: 1;
|
|
3348
|
+
}
|
|
3407
3349
|
|
|
3408
3350
|
.btn-group {
|
|
3409
3351
|
margin-left: 32px;
|
|
@@ -3644,6 +3586,65 @@
|
|
|
3644
3586
|
}
|
|
3645
3587
|
|
|
3646
3588
|
|
|
3589
|
+
.E_s11wux3h {
|
|
3590
|
+
.antd5-segmented-item:not(:last-child) {
|
|
3591
|
+
margin-right: 2px;
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3595
|
+
.E_s1t2an3z {
|
|
3596
|
+
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3597
|
+
padding-left: 8px;
|
|
3598
|
+
padding-right: 8px;
|
|
3599
|
+
font-size: 12px;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3603
|
+
border-radius: 4px;
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3606
|
+
&.antd5-segmented
|
|
3607
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3608
|
+
.antd5-segmented-item-disabled
|
|
3609
|
+
) {
|
|
3610
|
+
border-radius: 4px;
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3614
|
+
.E_ma64lna {
|
|
3615
|
+
.antd5-segmented-item-label {
|
|
3616
|
+
padding-left: 12px;
|
|
3617
|
+
padding-right: 12px;
|
|
3618
|
+
}
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
.E_ckld275 {
|
|
3622
|
+
background-color: $fill-neutral-trans-2;
|
|
3623
|
+
&.antd5-segmented
|
|
3624
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3625
|
+
.antd5-segmented-item-disabled
|
|
3626
|
+
) {
|
|
3627
|
+
background-color: $fill-neutral-light-white;
|
|
3628
|
+
color: $text-neutral-secondary-light;
|
|
3629
|
+
}
|
|
3630
|
+
// on animate remove hover bg color
|
|
3631
|
+
&.antd5-segmented
|
|
3632
|
+
.antd5-segmented-thumb
|
|
3633
|
+
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3634
|
+
.antd5-segmented-item-disabled
|
|
3635
|
+
) {
|
|
3636
|
+
background-color: transparent;
|
|
3637
|
+
}
|
|
3638
|
+
// remove after's bg color
|
|
3639
|
+
&.antd5-segmented
|
|
3640
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3641
|
+
.antd5-segmented-item-disabled
|
|
3642
|
+
)::after {
|
|
3643
|
+
background-color: transparent;
|
|
3644
|
+
}
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3647
|
+
|
|
3647
3648
|
.E_b14q2gmw {
|
|
3648
3649
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3649
3650
|
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
@@ -3719,419 +3720,89 @@
|
|
|
3719
3720
|
}
|
|
3720
3721
|
|
|
3721
3722
|
|
|
3722
|
-
.
|
|
3723
|
-
|
|
3724
|
-
}
|
|
3723
|
+
.E_l48ei06 {
|
|
3724
|
+
@at-root {
|
|
3725
|
+
button#{&}.ant-btn,
|
|
3726
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
3727
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
3728
|
+
font-size: 12px;
|
|
3729
|
+
line-height: 18px;
|
|
3730
|
+
height: 18px;
|
|
3731
|
+
}
|
|
3732
|
+
button#{&} {
|
|
3733
|
+
color: #0080FF;
|
|
3734
|
+
height: unset;
|
|
3735
|
+
.button-prefix-icon {
|
|
3736
|
+
margin-right: 4px;
|
|
3737
|
+
}
|
|
3738
|
+
.button-suffix-icon {
|
|
3739
|
+
margin-left: 4px;
|
|
3740
|
+
}
|
|
3725
3741
|
|
|
3742
|
+
&:hover,
|
|
3743
|
+
&.__pseudo-states-hover {
|
|
3744
|
+
color: #009DFF;
|
|
3745
|
+
}
|
|
3726
3746
|
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3747
|
+
&:active,
|
|
3748
|
+
&.__pseudo-states-active {
|
|
3749
|
+
color: #005ED1;
|
|
3750
|
+
}
|
|
3751
|
+
&.ui-kit-link-disabled {
|
|
3752
|
+
color: #0080FF;
|
|
3753
|
+
}
|
|
3754
|
+
&.ui-kit-link-primary {
|
|
3755
|
+
color: #00122E;
|
|
3733
3756
|
|
|
3757
|
+
&:hover,
|
|
3758
|
+
&.__pseudo-states-hover {
|
|
3759
|
+
color: #0080FF;
|
|
3760
|
+
}
|
|
3734
3761
|
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
}
|
|
3762
|
+
&:active,
|
|
3763
|
+
&.__pseudo-states-active {
|
|
3764
|
+
color: #005ED1;
|
|
3765
|
+
}
|
|
3739
3766
|
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
margin-bottom: 0;
|
|
3745
|
-
&.primary,
|
|
3746
|
-
&.info {
|
|
3747
|
-
color: $text-light-general;
|
|
3748
|
-
}
|
|
3749
|
-
&.warning {
|
|
3750
|
-
color: #ffa500;
|
|
3751
|
-
}
|
|
3752
|
-
&.success {
|
|
3753
|
-
color: $text-light-positive;
|
|
3754
|
-
}
|
|
3755
|
-
&.danger,
|
|
3756
|
-
&.error {
|
|
3757
|
-
color: $text-light-serious;
|
|
3758
|
-
}
|
|
3759
|
-
&.normal {
|
|
3760
|
-
color: $text-secondary-light;
|
|
3761
|
-
}
|
|
3762
|
-
}
|
|
3767
|
+
&.ui-kit-link-disabled {
|
|
3768
|
+
color: #00122E;
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3763
3771
|
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
color: $text-light-primary;
|
|
3767
|
-
}
|
|
3772
|
+
&.ui-kit-link-secondary {
|
|
3773
|
+
color: #2C3852BF;
|
|
3768
3774
|
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
}
|
|
3775
|
+
&:hover,
|
|
3776
|
+
&.__pseudo-states-hover {
|
|
3777
|
+
color: #0080FF;
|
|
3778
|
+
}
|
|
3773
3779
|
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
text-overflow: ellipsis;
|
|
3785
|
-
white-space: nowrap;
|
|
3780
|
+
&:active,
|
|
3781
|
+
&.__pseudo-states-active {
|
|
3782
|
+
color: #005ED1;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
&.ui-kit-link-disabled {
|
|
3786
|
+
color: #2C3852BF;
|
|
3787
|
+
}
|
|
3788
|
+
}
|
|
3789
|
+
}
|
|
3786
3790
|
}
|
|
3787
3791
|
}
|
|
3788
3792
|
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
display: flex;
|
|
3803
|
-
padding: 8px;
|
|
3804
|
-
& {
|
|
3805
|
-
align-items: inherit;
|
|
3806
|
-
}
|
|
3807
|
-
flex-wrap: nowrap;
|
|
3808
|
-
justify-content: flex-start;
|
|
3809
|
-
background: $fills-light-opaque-1;
|
|
3810
|
-
font-size: 14px;
|
|
3811
|
-
color: $text-secondary-light;
|
|
3812
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
3813
|
-
}
|
|
3814
|
-
.eagle-table-form-header .eagle-table-form-cell > p {
|
|
3815
|
-
margin-bottom: 0;
|
|
3816
|
-
}
|
|
3817
|
-
.eagle-table-form-row {
|
|
3818
|
-
display: flex;
|
|
3819
|
-
justify-content: flex-start;
|
|
3820
|
-
align-items: flex-start;
|
|
3821
|
-
flex-wrap: wrap;
|
|
3822
|
-
padding: 8px;
|
|
3823
|
-
border: none;
|
|
3824
|
-
.row-description {
|
|
3825
|
-
flex-basis: 100%;
|
|
3826
|
-
margin: 12px 0 0;
|
|
3827
|
-
order: 99;
|
|
3828
|
-
color: $text-secondary-light;
|
|
3829
|
-
}
|
|
3830
|
-
.row-error-message {
|
|
3831
|
-
color: $text-light-serious;
|
|
3832
|
-
flex-basis: 100%;
|
|
3833
|
-
order: 98;
|
|
3834
|
-
margin: 12px 0 0;
|
|
3835
|
-
}
|
|
3836
|
-
&:hover {
|
|
3837
|
-
background-color: $fills-light-trans-1;
|
|
3838
|
-
}
|
|
3839
|
-
&.isDragging {
|
|
3840
|
-
background-color: $fills-light-general-general-light;
|
|
3841
|
-
}
|
|
3842
|
-
}
|
|
3843
|
-
.eagle-table-form-cell {
|
|
3844
|
-
flex: 1 0 0;
|
|
3845
|
-
overflow: hidden;
|
|
3846
|
-
.cell-description {
|
|
3847
|
-
color: $text-secondary-light;
|
|
3848
|
-
margin: 0;
|
|
3849
|
-
}
|
|
3850
|
-
|
|
3851
|
-
@mixin text-align-style($align-position) {
|
|
3852
|
-
& > * {
|
|
3853
|
-
text-align: $align-position;
|
|
3854
|
-
}
|
|
3855
|
-
.ant-form-item-control-input-content {
|
|
3856
|
-
&,
|
|
3857
|
-
& > * {
|
|
3858
|
-
text-align: $align-position;
|
|
3859
|
-
}
|
|
3860
|
-
}
|
|
3861
|
-
}
|
|
3862
|
-
|
|
3863
|
-
&.align-center {
|
|
3864
|
-
@include text-align-style(center);
|
|
3865
|
-
}
|
|
3866
|
-
&.align-left {
|
|
3867
|
-
@include text-align-style(left);
|
|
3868
|
-
}
|
|
3869
|
-
&.align-right {
|
|
3870
|
-
@include text-align-style(right);
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
&:not(:last-of-type) {
|
|
3874
|
-
margin-right: 8px;
|
|
3875
|
-
}
|
|
3876
|
-
}
|
|
3877
|
-
.ant-list-item-action {
|
|
3878
|
-
padding: 4px;
|
|
3879
|
-
width: 24px;
|
|
3880
|
-
height: 24px;
|
|
3881
|
-
overflow: hidden;
|
|
3882
|
-
li {
|
|
3883
|
-
padding: 0;
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
.delete-row-icon.disabled {
|
|
3887
|
-
cursor: not-allowed;
|
|
3888
|
-
opacity: 0.5;
|
|
3889
|
-
}
|
|
3890
|
-
&.size-default {
|
|
3891
|
-
.ant-list-item-action {
|
|
3892
|
-
margin: 0;
|
|
3893
|
-
}
|
|
3894
|
-
.eagle-table-form-cell {
|
|
3895
|
-
.ant-input,
|
|
3896
|
-
.ant-select-selector {
|
|
3897
|
-
border-radius: 5px;
|
|
3898
|
-
font-size: 12px;
|
|
3899
|
-
}
|
|
3900
|
-
.ant-input-affix-wrapper {
|
|
3901
|
-
font-size: inherit;
|
|
3902
|
-
}
|
|
3903
|
-
|
|
3904
|
-
.ant-form-item-control-input {
|
|
3905
|
-
min-height: 24px;
|
|
3906
|
-
font-size: 12px;
|
|
3907
|
-
position: relative;
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
}
|
|
3911
|
-
}
|
|
3912
|
-
&.row-split-by-border {
|
|
3913
|
-
.eagle-table-form-row {
|
|
3914
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
3915
|
-
}
|
|
3916
|
-
}
|
|
3917
|
-
&.row-split-by-zebraMarking {
|
|
3918
|
-
.draggable-container {
|
|
3919
|
-
& > :nth-child(2n) {
|
|
3920
|
-
background-color: $fills-trans-primary-light;
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
}
|
|
3925
|
-
|
|
3926
|
-
.E_a138syjm {
|
|
3927
|
-
display: flex;
|
|
3928
|
-
align-items: center;
|
|
3929
|
-
margin-top: 8px;
|
|
3930
|
-
button.ant-btn {
|
|
3931
|
-
padding: 2px 8px;
|
|
3932
|
-
height: 24px;
|
|
3933
|
-
}
|
|
3934
|
-
& > span.maximum-desc {
|
|
3935
|
-
display: none;
|
|
3936
|
-
margin-left: 8px;
|
|
3937
|
-
color: $text-secondary-light;
|
|
3938
|
-
&.disabled {
|
|
3939
|
-
display: inline;
|
|
3940
|
-
}
|
|
3941
|
-
}
|
|
3942
|
-
}
|
|
3943
|
-
|
|
3944
|
-
.E_d77i8u0 {
|
|
3945
|
-
width: 24px;
|
|
3946
|
-
height: 24px;
|
|
3947
|
-
padding: 4px;
|
|
3948
|
-
margin-right: 8px;
|
|
3949
|
-
}
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
.E_lht19u8 {
|
|
3953
|
-
width: 64px;
|
|
3954
|
-
height: 64px;
|
|
3955
|
-
display: flex;
|
|
3956
|
-
align-items: center;
|
|
3957
|
-
justify-content: center;
|
|
3958
|
-
position: relative;
|
|
3959
|
-
opacity: 0.2;
|
|
3960
|
-
}
|
|
3961
|
-
|
|
3962
|
-
.E_lk3gkp4 {
|
|
3963
|
-
position: absolute;
|
|
3964
|
-
width: 5px;
|
|
3965
|
-
height: 48px;
|
|
3966
|
-
left: 9.33px;
|
|
3967
|
-
top: 40.5px;
|
|
3968
|
-
|
|
3969
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3970
|
-
border-radius: 5px;
|
|
3971
|
-
transform: rotate(-128deg);
|
|
3972
|
-
transform-origin: top left;
|
|
3973
|
-
|
|
3974
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3975
|
-
}
|
|
3976
|
-
|
|
3977
|
-
.E_ll4n94n {
|
|
3978
|
-
position: absolute;
|
|
3979
|
-
width: 5px;
|
|
3980
|
-
height: 48px;
|
|
3981
|
-
left: 40.8px;
|
|
3982
|
-
top: 8.4px;
|
|
3983
|
-
|
|
3984
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3985
|
-
border-radius: 5px;
|
|
3986
|
-
transform: rotate(-8deg);
|
|
3987
|
-
transform-origin: top left;
|
|
3988
|
-
|
|
3989
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
3990
|
-
}
|
|
3991
|
-
|
|
3992
|
-
.E_l17lbdo6 {
|
|
3993
|
-
position: absolute;
|
|
3994
|
-
width: 5px;
|
|
3995
|
-
height: 48px;
|
|
3996
|
-
left: 52.9px;
|
|
3997
|
-
top: 51.8px;
|
|
3998
|
-
|
|
3999
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4000
|
-
border-radius: 5px;
|
|
4001
|
-
transform: rotate(112deg);
|
|
4002
|
-
transform-origin: top left;
|
|
4003
|
-
|
|
4004
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4005
|
-
}
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
.E_w7ob4th {
|
|
4009
|
-
&.outside-tag {
|
|
4010
|
-
padding-left: 0;
|
|
4011
|
-
.inside-tag {
|
|
4012
|
-
border-radius: 4px 0 0 4px;
|
|
4013
|
-
padding-right: 4px;
|
|
4014
|
-
margin-right: 4px;
|
|
4015
|
-
}
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
.E_slr2ynn {
|
|
4021
|
-
padding: 0 8px;
|
|
4022
|
-
height: 18px;
|
|
4023
|
-
}
|
|
4024
|
-
|
|
4025
|
-
.E_m140wbb6 {
|
|
4026
|
-
padding: 2px 8px;
|
|
4027
|
-
height: 24px;
|
|
4028
|
-
}
|
|
4029
|
-
|
|
4030
|
-
.E_t1fozc1i {
|
|
4031
|
-
margin: 0;
|
|
4032
|
-
}
|
|
4033
|
-
|
|
4034
|
-
.E_i1vxv4ln {
|
|
4035
|
-
margin-right: 4px;
|
|
4036
|
-
height: 16px;
|
|
4037
|
-
}
|
|
4038
|
-
|
|
4039
|
-
.E_n1afl31m {
|
|
4040
|
-
&.ant-tag.ant-tag-gray {
|
|
4041
|
-
font-weight: 700;
|
|
4042
|
-
color: $text-neutral-primary;
|
|
4043
|
-
background-color: $fill-neutral-trans-1;
|
|
4044
|
-
border: 1px solid $stroke-neutral-trans-2;
|
|
4045
|
-
word-break: break-all;
|
|
4046
|
-
display: inline;
|
|
4047
|
-
white-space: normal;
|
|
4048
|
-
}
|
|
4049
|
-
}
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
.E_l48ei06 {
|
|
4053
|
-
@at-root {
|
|
4054
|
-
button#{&}.ant-btn,
|
|
4055
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
4056
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
4057
|
-
font-size: 12px;
|
|
4058
|
-
line-height: 18px;
|
|
4059
|
-
height: 18px;
|
|
4060
|
-
}
|
|
4061
|
-
button#{&} {
|
|
4062
|
-
color: #0080FF;
|
|
4063
|
-
height: unset;
|
|
4064
|
-
.button-prefix-icon {
|
|
4065
|
-
margin-right: 4px;
|
|
4066
|
-
}
|
|
4067
|
-
.button-suffix-icon {
|
|
4068
|
-
margin-left: 4px;
|
|
4069
|
-
}
|
|
4070
|
-
|
|
4071
|
-
&:hover,
|
|
4072
|
-
&.__pseudo-states-hover {
|
|
4073
|
-
color: #009DFF;
|
|
4074
|
-
}
|
|
4075
|
-
|
|
4076
|
-
&:active,
|
|
4077
|
-
&.__pseudo-states-active {
|
|
4078
|
-
color: #005ED1;
|
|
4079
|
-
}
|
|
4080
|
-
&.ui-kit-link-disabled {
|
|
4081
|
-
color: #0080FF;
|
|
4082
|
-
}
|
|
4083
|
-
&.ui-kit-link-primary {
|
|
4084
|
-
color: #00122E;
|
|
4085
|
-
|
|
4086
|
-
&:hover,
|
|
4087
|
-
&.__pseudo-states-hover {
|
|
4088
|
-
color: #0080FF;
|
|
4089
|
-
}
|
|
4090
|
-
|
|
4091
|
-
&:active,
|
|
4092
|
-
&.__pseudo-states-active {
|
|
4093
|
-
color: #005ED1;
|
|
4094
|
-
}
|
|
4095
|
-
|
|
4096
|
-
&.ui-kit-link-disabled {
|
|
4097
|
-
color: #00122E;
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
|
|
4101
|
-
&.ui-kit-link-secondary {
|
|
4102
|
-
color: #2C3852BF;
|
|
4103
|
-
|
|
4104
|
-
&:hover,
|
|
4105
|
-
&.__pseudo-states-hover {
|
|
4106
|
-
color: #0080FF;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
|
-
&:active,
|
|
4110
|
-
&.__pseudo-states-active {
|
|
4111
|
-
color: #005ED1;
|
|
4112
|
-
}
|
|
4113
|
-
|
|
4114
|
-
&.ui-kit-link-disabled {
|
|
4115
|
-
color: #2C3852BF;
|
|
4116
|
-
}
|
|
4117
|
-
}
|
|
4118
|
-
}
|
|
4119
|
-
}
|
|
4120
|
-
}
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
.E_sddwhm6 {
|
|
4124
|
-
$prefix: ui-kit-status-capsule;
|
|
4125
|
-
margin: 0;
|
|
4126
|
-
border-radius: 20px;
|
|
4127
|
-
padding: 2px 10px;
|
|
4128
|
-
height: 22px;
|
|
4129
|
-
|
|
4130
|
-
&.ant-tag.#{$prefix}.off-white {
|
|
4131
|
-
background-color: $fill-neutral-trans-1 !important;
|
|
4132
|
-
&.tag-hover:hover,
|
|
4133
|
-
&.__pseudo-states-hover {
|
|
4134
|
-
background-color: $fill-neutral-trans-2 !important;
|
|
3793
|
+
|
|
3794
|
+
.E_sddwhm6 {
|
|
3795
|
+
$prefix: ui-kit-status-capsule;
|
|
3796
|
+
margin: 0;
|
|
3797
|
+
border-radius: 20px;
|
|
3798
|
+
padding: 2px 10px;
|
|
3799
|
+
height: 22px;
|
|
3800
|
+
|
|
3801
|
+
&.ant-tag.#{$prefix}.off-white {
|
|
3802
|
+
background-color: $fill-neutral-trans-1 !important;
|
|
3803
|
+
&.tag-hover:hover,
|
|
3804
|
+
&.__pseudo-states-hover {
|
|
3805
|
+
background-color: $fill-neutral-trans-2 !important;
|
|
4135
3806
|
}
|
|
4136
3807
|
}
|
|
4137
3808
|
&.ant-tag.#{$prefix} {
|
|
@@ -4204,6 +3875,19 @@
|
|
|
4204
3875
|
}
|
|
4205
3876
|
|
|
4206
3877
|
|
|
3878
|
+
.E_c1yd35n {
|
|
3879
|
+
padding: 0 12px 14px 12px;
|
|
3880
|
+
}
|
|
3881
|
+
|
|
3882
|
+
|
|
3883
|
+
.E_ckui4s7 {
|
|
3884
|
+
color: $text-primary-light;
|
|
3885
|
+
line-height: 22px;
|
|
3886
|
+
display: inline-flex;
|
|
3887
|
+
.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; } } }
|
|
3888
|
+
}
|
|
3889
|
+
|
|
3890
|
+
|
|
4207
3891
|
.E_tc97u5y {
|
|
4208
3892
|
height: 100%;
|
|
4209
3893
|
}
|
|
@@ -4642,9 +4326,80 @@
|
|
|
4642
4326
|
}
|
|
4643
4327
|
|
|
4644
4328
|
|
|
4645
|
-
.
|
|
4646
|
-
|
|
4647
|
-
|
|
4329
|
+
.E_r77hffu {
|
|
4330
|
+
display: flex;
|
|
4331
|
+
align-items: center;
|
|
4332
|
+
justify-content: space-between;
|
|
4333
|
+
column-gap: 6px;
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4336
|
+
.E_p1cmxsf7 {
|
|
4337
|
+
display: flex;
|
|
4338
|
+
flex-direction: column;
|
|
4339
|
+
justify-content: center;
|
|
4340
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4341
|
+
|
|
4342
|
+
.antd5-progress-line {
|
|
4343
|
+
font-size: 0;
|
|
4344
|
+
margin-bottom: unset;
|
|
4345
|
+
margin-inline-end: unset;
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
|
|
4350
|
+
.E_lht19u8 {
|
|
4351
|
+
width: 64px;
|
|
4352
|
+
height: 64px;
|
|
4353
|
+
display: flex;
|
|
4354
|
+
align-items: center;
|
|
4355
|
+
justify-content: center;
|
|
4356
|
+
position: relative;
|
|
4357
|
+
opacity: 0.2;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
.E_lk3gkp4 {
|
|
4361
|
+
position: absolute;
|
|
4362
|
+
width: 5px;
|
|
4363
|
+
height: 48px;
|
|
4364
|
+
left: 9.33px;
|
|
4365
|
+
top: 40.5px;
|
|
4366
|
+
|
|
4367
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4368
|
+
border-radius: 5px;
|
|
4369
|
+
transform: rotate(-128deg);
|
|
4370
|
+
transform-origin: top left;
|
|
4371
|
+
|
|
4372
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
.E_ll4n94n {
|
|
4376
|
+
position: absolute;
|
|
4377
|
+
width: 5px;
|
|
4378
|
+
height: 48px;
|
|
4379
|
+
left: 40.8px;
|
|
4380
|
+
top: 8.4px;
|
|
4381
|
+
|
|
4382
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4383
|
+
border-radius: 5px;
|
|
4384
|
+
transform: rotate(-8deg);
|
|
4385
|
+
transform-origin: top left;
|
|
4386
|
+
|
|
4387
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
.E_l17lbdo6 {
|
|
4391
|
+
position: absolute;
|
|
4392
|
+
width: 5px;
|
|
4393
|
+
height: 48px;
|
|
4394
|
+
left: 52.9px;
|
|
4395
|
+
top: 51.8px;
|
|
4396
|
+
|
|
4397
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4398
|
+
border-radius: 5px;
|
|
4399
|
+
transform: rotate(112deg);
|
|
4400
|
+
transform-origin: top left;
|
|
4401
|
+
|
|
4402
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4648
4403
|
}
|
|
4649
4404
|
|
|
4650
4405
|
|
|
@@ -4871,110 +4626,356 @@
|
|
|
4871
4626
|
}
|
|
4872
4627
|
}
|
|
4873
4628
|
|
|
4874
|
-
|
|
4875
|
-
.
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4629
|
+
|
|
4630
|
+
.E_w7ob4th {
|
|
4631
|
+
&.outside-tag {
|
|
4632
|
+
padding-left: 0;
|
|
4633
|
+
.inside-tag {
|
|
4634
|
+
border-radius: 4px 0 0 4px;
|
|
4635
|
+
padding-right: 4px;
|
|
4636
|
+
margin-right: 4px;
|
|
4637
|
+
}
|
|
4638
|
+
}
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4641
|
+
|
|
4642
|
+
.E_l1ucdodl {
|
|
4643
|
+
$prefix: ui-kit-status-legend;
|
|
4644
|
+
margin: 0;
|
|
4645
|
+
border-radius: 20px;
|
|
4646
|
+
padding: 2px 10px;
|
|
4647
|
+
height: 22px;
|
|
4648
|
+
display: flex;
|
|
4649
|
+
align-items: center;
|
|
4650
|
+
|
|
4651
|
+
&.ui-kit-status-legend.on-tint {
|
|
4652
|
+
color: $text-neutral-ontint;
|
|
4653
|
+
}
|
|
4654
|
+
&.tag-hover {
|
|
4655
|
+
cursor: pointer;
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4658
|
+
&.#{$prefix} {
|
|
4659
|
+
color: $text-neutral-primary;
|
|
4660
|
+
.#{$prefix}-icon {
|
|
4661
|
+
margin-right: 6px;
|
|
4662
|
+
}
|
|
4663
|
+
.#{$prefix}-number {
|
|
4664
|
+
margin-left: 8px;
|
|
4665
|
+
color: #2C385299;
|
|
4666
|
+
&.#{$prefix}-number.on-tint {
|
|
4667
|
+
color: $text-neutral-ontint;
|
|
4668
|
+
}
|
|
4669
|
+
}
|
|
4670
|
+
&.eagle-legend-blue {
|
|
4671
|
+
.#{$prefix}-icon {
|
|
4672
|
+
background-color: $fill-outstanding-base;
|
|
4673
|
+
}
|
|
4674
|
+
}
|
|
4675
|
+
&.eagle-legend-red {
|
|
4676
|
+
.#{$prefix}-icon {
|
|
4677
|
+
background-color: $fill-serious-base;
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
&.eagle-legend-yellow {
|
|
4681
|
+
.#{$prefix}-icon {
|
|
4682
|
+
background-color: $fill-notice-base;
|
|
4683
|
+
}
|
|
4684
|
+
}
|
|
4685
|
+
&.eagle-legend-green {
|
|
4686
|
+
.#{$prefix}-icon {
|
|
4687
|
+
background-color: $fill-positive-base;
|
|
4688
|
+
}
|
|
4689
|
+
}
|
|
4690
|
+
&.eagle-legend-gray {
|
|
4691
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4692
|
+
background-color: $gray-70;
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
&.eagle-legend-purple {
|
|
4696
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4697
|
+
background-color: $purple-50;
|
|
4698
|
+
}
|
|
4699
|
+
}
|
|
4700
|
+
}
|
|
4701
|
+
}
|
|
4702
|
+
|
|
4703
|
+
.E_s1qj66nc {
|
|
4704
|
+
width: 8px;
|
|
4705
|
+
height: 8px;
|
|
4706
|
+
border-radius: 50%;
|
|
4707
|
+
display: inline-block;
|
|
4708
|
+
}
|
|
4709
|
+
|
|
4710
|
+
.E_s5x1boq {
|
|
4711
|
+
width: 8px;
|
|
4712
|
+
height: 8px;
|
|
4713
|
+
border-radius: 2px;
|
|
4714
|
+
display: inline-block;
|
|
4715
|
+
}
|
|
4716
|
+
|
|
4717
|
+
.E_c1xm185 {
|
|
4718
|
+
color: #2C385299;
|
|
4719
|
+
}
|
|
4720
|
+
|
|
4721
|
+
.E_c1x5l5qc {
|
|
4722
|
+
flex: 1;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
|
|
4726
|
+
.E_slr2ynn {
|
|
4727
|
+
padding: 0 8px;
|
|
4728
|
+
height: 18px;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
.E_m140wbb6 {
|
|
4732
|
+
padding: 2px 8px;
|
|
4733
|
+
height: 24px;
|
|
4734
|
+
}
|
|
4735
|
+
|
|
4736
|
+
.E_t1fozc1i {
|
|
4737
|
+
margin: 0;
|
|
4738
|
+
}
|
|
4739
|
+
|
|
4740
|
+
.E_i1vxv4ln {
|
|
4741
|
+
margin-right: 4px;
|
|
4742
|
+
height: 16px;
|
|
4743
|
+
}
|
|
4744
|
+
|
|
4745
|
+
.E_n1afl31m {
|
|
4746
|
+
&.ant-tag.ant-tag-gray {
|
|
4747
|
+
font-weight: 700;
|
|
4748
|
+
color: $text-neutral-primary;
|
|
4749
|
+
background-color: $fill-neutral-trans-1;
|
|
4750
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
4751
|
+
word-break: break-all;
|
|
4752
|
+
display: inline;
|
|
4753
|
+
white-space: normal;
|
|
4754
|
+
}
|
|
4755
|
+
}
|
|
4756
|
+
|
|
4757
|
+
|
|
4758
|
+
.E_t1dtlqs1 {
|
|
4759
|
+
margin-bottom: 4px;
|
|
4760
|
+
color: $text-secondary-light;
|
|
4761
|
+
}
|
|
4762
|
+
|
|
4763
|
+
.E_s1ese5oy {
|
|
4764
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4765
|
+
line-height: 32px;
|
|
4766
|
+
height: 32px;
|
|
4767
|
+
margin-bottom: 0;
|
|
4768
|
+
&.primary,
|
|
4769
|
+
&.info {
|
|
4770
|
+
color: $text-light-general;
|
|
4771
|
+
}
|
|
4772
|
+
&.warning {
|
|
4773
|
+
color: #ffa500;
|
|
4774
|
+
}
|
|
4775
|
+
&.success {
|
|
4776
|
+
color: $text-light-positive;
|
|
4777
|
+
}
|
|
4778
|
+
&.danger,
|
|
4779
|
+
&.error {
|
|
4780
|
+
color: $text-light-serious;
|
|
4781
|
+
}
|
|
4782
|
+
&.normal {
|
|
4783
|
+
color: $text-secondary-light;
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
|
|
4787
|
+
.E_b1ibis43 {
|
|
4788
|
+
margin-bottom: 0;
|
|
4789
|
+
color: $text-light-primary;
|
|
4880
4790
|
}
|
|
4881
4791
|
|
|
4882
|
-
.
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
justify-content: center;
|
|
4886
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4887
|
-
|
|
4888
|
-
.antd5-progress-line {
|
|
4889
|
-
font-size: 0;
|
|
4890
|
-
margin-bottom: unset;
|
|
4891
|
-
margin-inline-end: unset;
|
|
4892
|
-
}
|
|
4792
|
+
.E_b11xxjd2 {
|
|
4793
|
+
line-height: 32px;
|
|
4794
|
+
margin-right: 6px;
|
|
4893
4795
|
}
|
|
4894
4796
|
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
height: 22px;
|
|
4902
|
-
display: flex;
|
|
4903
|
-
align-items: center;
|
|
4904
|
-
|
|
4905
|
-
&.ui-kit-status-legend.on-tint {
|
|
4906
|
-
color: $text-neutral-ontint;
|
|
4797
|
+
.E_bsub5bw {
|
|
4798
|
+
&.with-description {
|
|
4799
|
+
height: 24px;
|
|
4800
|
+
flex: 1;
|
|
4801
|
+
position: relative;
|
|
4802
|
+
top: -7px;
|
|
4907
4803
|
}
|
|
4908
|
-
|
|
4909
|
-
|
|
4804
|
+
p {
|
|
4805
|
+
width: 100%;
|
|
4806
|
+
overflow: hidden;
|
|
4807
|
+
text-overflow: ellipsis;
|
|
4808
|
+
white-space: nowrap;
|
|
4910
4809
|
}
|
|
4810
|
+
}
|
|
4911
4811
|
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4812
|
+
.E_tmoyoag {
|
|
4813
|
+
border: 1px solid $strokes-light-trans-2;
|
|
4814
|
+
border-radius: 8px;
|
|
4815
|
+
overflow: auto;
|
|
4816
|
+
.ant-list {
|
|
4817
|
+
position: relative;
|
|
4818
|
+
.ant-list-item:last-child {
|
|
4819
|
+
border-bottom: none;
|
|
4916
4820
|
}
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4821
|
+
.eagle-table-form-header {
|
|
4822
|
+
position: sticky;
|
|
4823
|
+
top: 0;
|
|
4824
|
+
z-index: $eagle-table-form-header-index;
|
|
4825
|
+
display: flex;
|
|
4826
|
+
padding: 8px;
|
|
4827
|
+
& {
|
|
4828
|
+
align-items: inherit;
|
|
4922
4829
|
}
|
|
4830
|
+
flex-wrap: nowrap;
|
|
4831
|
+
justify-content: flex-start;
|
|
4832
|
+
background: $fills-light-opaque-1;
|
|
4833
|
+
font-size: 14px;
|
|
4834
|
+
color: $text-secondary-light;
|
|
4835
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4923
4836
|
}
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
background-color: $fill-outstanding-base;
|
|
4927
|
-
}
|
|
4837
|
+
.eagle-table-form-header .eagle-table-form-cell > p {
|
|
4838
|
+
margin-bottom: 0;
|
|
4928
4839
|
}
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4840
|
+
.eagle-table-form-row {
|
|
4841
|
+
display: flex;
|
|
4842
|
+
justify-content: flex-start;
|
|
4843
|
+
align-items: flex-start;
|
|
4844
|
+
flex-wrap: wrap;
|
|
4845
|
+
padding: 8px;
|
|
4846
|
+
border: none;
|
|
4847
|
+
.row-description {
|
|
4848
|
+
flex-basis: 100%;
|
|
4849
|
+
margin: 12px 0 0;
|
|
4850
|
+
order: 99;
|
|
4851
|
+
color: $text-secondary-light;
|
|
4852
|
+
}
|
|
4853
|
+
.row-error-message {
|
|
4854
|
+
color: $text-light-serious;
|
|
4855
|
+
flex-basis: 100%;
|
|
4856
|
+
order: 98;
|
|
4857
|
+
margin: 12px 0 0;
|
|
4858
|
+
}
|
|
4859
|
+
&:hover {
|
|
4860
|
+
background-color: $fills-light-trans-1;
|
|
4861
|
+
}
|
|
4862
|
+
&.isDragging {
|
|
4863
|
+
background-color: $fills-light-general-general-light;
|
|
4932
4864
|
}
|
|
4933
4865
|
}
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4866
|
+
.eagle-table-form-cell {
|
|
4867
|
+
flex: 1 0 0;
|
|
4868
|
+
overflow: hidden;
|
|
4869
|
+
.cell-description {
|
|
4870
|
+
color: $text-secondary-light;
|
|
4871
|
+
margin: 0;
|
|
4872
|
+
}
|
|
4873
|
+
|
|
4874
|
+
@mixin text-align-style($align-position) {
|
|
4875
|
+
& > * {
|
|
4876
|
+
text-align: $align-position;
|
|
4877
|
+
}
|
|
4878
|
+
.ant-form-item-control-input-content {
|
|
4879
|
+
&,
|
|
4880
|
+
& > * {
|
|
4881
|
+
text-align: $align-position;
|
|
4882
|
+
}
|
|
4883
|
+
}
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
&.align-center {
|
|
4887
|
+
@include text-align-style(center);
|
|
4888
|
+
}
|
|
4889
|
+
&.align-left {
|
|
4890
|
+
@include text-align-style(left);
|
|
4891
|
+
}
|
|
4892
|
+
&.align-right {
|
|
4893
|
+
@include text-align-style(right);
|
|
4894
|
+
}
|
|
4895
|
+
|
|
4896
|
+
&:not(:last-of-type) {
|
|
4897
|
+
margin-right: 8px;
|
|
4937
4898
|
}
|
|
4938
4899
|
}
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4900
|
+
.ant-list-item-action {
|
|
4901
|
+
padding: 4px;
|
|
4902
|
+
width: 24px;
|
|
4903
|
+
height: 24px;
|
|
4904
|
+
overflow: hidden;
|
|
4905
|
+
li {
|
|
4906
|
+
padding: 0;
|
|
4942
4907
|
}
|
|
4943
4908
|
}
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4909
|
+
.delete-row-icon.disabled {
|
|
4910
|
+
cursor: not-allowed;
|
|
4911
|
+
opacity: 0.5;
|
|
4912
|
+
}
|
|
4913
|
+
&.size-default {
|
|
4914
|
+
.ant-list-item-action {
|
|
4915
|
+
margin: 0;
|
|
4916
|
+
}
|
|
4917
|
+
.eagle-table-form-cell {
|
|
4918
|
+
.ant-input,
|
|
4919
|
+
.ant-select-selector {
|
|
4920
|
+
border-radius: 5px;
|
|
4921
|
+
font-size: 12px;
|
|
4922
|
+
}
|
|
4923
|
+
.ant-input-affix-wrapper {
|
|
4924
|
+
font-size: inherit;
|
|
4925
|
+
}
|
|
4926
|
+
|
|
4927
|
+
.ant-form-item-control-input {
|
|
4928
|
+
min-height: 24px;
|
|
4929
|
+
font-size: 12px;
|
|
4930
|
+
position: relative;
|
|
4931
|
+
}
|
|
4947
4932
|
}
|
|
4948
4933
|
}
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4934
|
+
}
|
|
4935
|
+
&.row-split-by-border {
|
|
4936
|
+
.eagle-table-form-row {
|
|
4937
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4938
|
+
}
|
|
4939
|
+
}
|
|
4940
|
+
&.row-split-by-zebraMarking {
|
|
4941
|
+
.draggable-container {
|
|
4942
|
+
& > :nth-child(2n) {
|
|
4943
|
+
background-color: $fills-trans-primary-light;
|
|
4952
4944
|
}
|
|
4953
4945
|
}
|
|
4954
4946
|
}
|
|
4955
4947
|
}
|
|
4956
4948
|
|
|
4957
|
-
.
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4949
|
+
.E_a138syjm {
|
|
4950
|
+
display: flex;
|
|
4951
|
+
align-items: center;
|
|
4952
|
+
margin-top: 8px;
|
|
4953
|
+
button.ant-btn {
|
|
4954
|
+
padding: 2px 8px;
|
|
4955
|
+
height: 24px;
|
|
4956
|
+
}
|
|
4957
|
+
& > span.maximum-desc {
|
|
4958
|
+
display: none;
|
|
4959
|
+
margin-left: 8px;
|
|
4960
|
+
color: $text-secondary-light;
|
|
4961
|
+
&.disabled {
|
|
4962
|
+
display: inline;
|
|
4963
|
+
}
|
|
4964
|
+
}
|
|
4962
4965
|
}
|
|
4963
4966
|
|
|
4964
|
-
.
|
|
4965
|
-
width:
|
|
4966
|
-
height:
|
|
4967
|
-
|
|
4968
|
-
|
|
4967
|
+
.E_d77i8u0 {
|
|
4968
|
+
width: 24px;
|
|
4969
|
+
height: 24px;
|
|
4970
|
+
padding: 4px;
|
|
4971
|
+
margin-right: 8px;
|
|
4969
4972
|
}
|
|
4970
4973
|
|
|
4971
|
-
.E_c1xm185 {
|
|
4972
|
-
color: #2C385299;
|
|
4973
|
-
}
|
|
4974
4974
|
|
|
4975
|
-
.
|
|
4976
|
-
|
|
4977
|
-
|
|
4975
|
+
.E_i1g85yz3 {
|
|
4976
|
+
margin-right: 4px;
|
|
4977
|
+
height: 16px;
|
|
4978
|
+
}
|
|
4978
4979
|
|
|
4979
4980
|
|
|
4980
4981
|
.E_t13ef470 {
|
|
@@ -5472,6 +5473,11 @@
|
|
|
5472
5473
|
}
|
|
5473
5474
|
|
|
5474
5475
|
|
|
5476
|
+
.E_b1jaupqb {
|
|
5477
|
+
color: #F0483E;
|
|
5478
|
+
}
|
|
5479
|
+
|
|
5480
|
+
|
|
5475
5481
|
.E_t59qhqp {
|
|
5476
5482
|
background: #FFFFFF;
|
|
5477
5483
|
padding: 24px 32px;
|
|
@@ -5527,11 +5533,6 @@
|
|
|
5527
5533
|
}
|
|
5528
5534
|
|
|
5529
5535
|
|
|
5530
|
-
.E_b1jaupqb {
|
|
5531
|
-
color: #F0483E;
|
|
5532
|
-
}
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
5536
|
.E_s20iney {
|
|
5536
5537
|
&.skeleton-box {
|
|
5537
5538
|
display: flex;
|
|
@@ -5597,6 +5598,11 @@
|
|
|
5597
5598
|
}
|
|
5598
5599
|
|
|
5599
5600
|
|
|
5601
|
+
.E_t1616y1o {
|
|
5602
|
+
color: $text-light-on-tint;
|
|
5603
|
+
}
|
|
5604
|
+
|
|
5605
|
+
|
|
5600
5606
|
.E_f16blduf {
|
|
5601
5607
|
&.ant-form-item {
|
|
5602
5608
|
margin-bottom: 0;
|
|
@@ -5623,11 +5629,6 @@
|
|
|
5623
5629
|
}
|
|
5624
5630
|
|
|
5625
5631
|
|
|
5626
|
-
.E_t1616y1o {
|
|
5627
|
-
color: $text-light-on-tint;
|
|
5628
|
-
}
|
|
5629
|
-
|
|
5630
|
-
|
|
5631
5632
|
.E_a9y3flr {
|
|
5632
5633
|
margin-left: 8px;
|
|
5633
5634
|
}
|
|
@@ -5638,19 +5639,6 @@
|
|
|
5638
5639
|
}
|
|
5639
5640
|
|
|
5640
5641
|
|
|
5641
|
-
.E_i14c7jc8 {
|
|
5642
|
-
color: var(--i14c7jc8-0);
|
|
5643
|
-
}
|
|
5644
|
-
|
|
5645
|
-
.E_i1ibuolf {
|
|
5646
|
-
display: flex;
|
|
5647
|
-
align-items: center;
|
|
5648
|
-
column-gap: 4px;
|
|
5649
|
-
font-size: 12px;
|
|
5650
|
-
color: #2C3852BF;
|
|
5651
|
-
}
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
5642
|
.E_d1u4ndxc {
|
|
5655
5643
|
color: #2C3852BF;
|
|
5656
5644
|
font-size: 12px;
|
|
@@ -5689,6 +5677,34 @@
|
|
|
5689
5677
|
}
|
|
5690
5678
|
|
|
5691
5679
|
|
|
5680
|
+
.E_i14c7jc8 {
|
|
5681
|
+
color: var(--i14c7jc8-0);
|
|
5682
|
+
}
|
|
5683
|
+
|
|
5684
|
+
.E_i1ibuolf {
|
|
5685
|
+
display: flex;
|
|
5686
|
+
align-items: center;
|
|
5687
|
+
column-gap: 4px;
|
|
5688
|
+
font-size: 12px;
|
|
5689
|
+
color: #2C3852BF;
|
|
5690
|
+
}
|
|
5691
|
+
|
|
5692
|
+
|
|
5693
|
+
.E_skwah65 {
|
|
5694
|
+
height: 8px;
|
|
5695
|
+
box-sizing: border-box;
|
|
5696
|
+
border-radius: 2px;
|
|
5697
|
+
background: #f5f7fa;
|
|
5698
|
+
display: flex;
|
|
5699
|
+
width: 100%;
|
|
5700
|
+
overflow: hidden;
|
|
5701
|
+
|
|
5702
|
+
.stack-bar-item + .stack-bar-item {
|
|
5703
|
+
margin-left: 1px;
|
|
5704
|
+
}
|
|
5705
|
+
}
|
|
5706
|
+
|
|
5707
|
+
|
|
5692
5708
|
.E_s1ebs0ra {
|
|
5693
5709
|
display: flex;
|
|
5694
5710
|
align-items: center;
|
|
@@ -5811,32 +5827,15 @@
|
|
|
5811
5827
|
}
|
|
5812
5828
|
|
|
5813
5829
|
|
|
5814
|
-
.
|
|
5815
|
-
|
|
5816
|
-
text-overflow: ellipsis;
|
|
5817
|
-
}
|
|
5818
|
-
|
|
5819
|
-
.E_s1tui002 {
|
|
5820
|
-
white-space: nowrap;
|
|
5821
|
-
}
|
|
5822
|
-
|
|
5823
|
-
.E_mxrc2zg {
|
|
5824
|
-
display: -webkit-box;
|
|
5825
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
5826
|
-
-webkit-box-orient: vertical;
|
|
5827
|
-
word-break: break-all;
|
|
5828
|
-
}
|
|
5830
|
+
.E_gmyahx3 {
|
|
5831
|
+
cursor: pointer;
|
|
5829
5832
|
|
|
5830
|
-
.
|
|
5831
|
-
|
|
5832
|
-
display: none;
|
|
5833
|
+
.link-text {
|
|
5834
|
+
color: $text-light-tertiary;
|
|
5833
5835
|
}
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
&:has(.eagle-ellipsis-content) {
|
|
5838
|
-
visibility: hidden;
|
|
5839
|
-
}
|
|
5836
|
+
|
|
5837
|
+
&:hover .link-text {
|
|
5838
|
+
color: $text-light-general;
|
|
5840
5839
|
}
|
|
5841
5840
|
}
|
|
5842
5841
|
|
|
@@ -5996,121 +5995,299 @@
|
|
|
5996
5995
|
padding: 0;
|
|
5997
5996
|
margin-bottom: 8px;
|
|
5998
5997
|
|
|
5999
|
-
&.active {
|
|
6000
|
-
background-color: $blue;
|
|
6001
|
-
border-color: $blue;
|
|
6002
|
-
color: $white;
|
|
5998
|
+
&.active {
|
|
5999
|
+
background-color: $blue;
|
|
6000
|
+
border-color: $blue;
|
|
6001
|
+
color: $white;
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
}
|
|
6005
|
+
|
|
6006
|
+
|
|
6007
|
+
.E_clm1wy1 {
|
|
6008
|
+
width: 192px;
|
|
6009
|
+
height: 246px;
|
|
6010
|
+
border-radius: 4px;
|
|
6011
|
+
|
|
6012
|
+
> .ant-picker-calendar,
|
|
6013
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
6014
|
+
width: 100%;
|
|
6015
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6016
|
+
border-top: none;
|
|
6017
|
+
|
|
6018
|
+
.ant-picker-body {
|
|
6019
|
+
padding: 0 16px;
|
|
6020
|
+
}
|
|
6021
|
+
|
|
6022
|
+
.ant-picker-content {
|
|
6023
|
+
width: 100%;
|
|
6024
|
+
height: 180px;
|
|
6025
|
+
border-spacing: 0;
|
|
6026
|
+
|
|
6027
|
+
thead {
|
|
6028
|
+
margin-bottom: 8px;
|
|
6029
|
+
}
|
|
6030
|
+
th {
|
|
6031
|
+
width: 22px;
|
|
6032
|
+
}
|
|
6033
|
+
td {
|
|
6034
|
+
padding: 0;
|
|
6035
|
+
}
|
|
6036
|
+
}
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.ant-picker-cell {
|
|
6040
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6041
|
+
opacity: 0.4;
|
|
6042
|
+
}
|
|
6043
|
+
.ant-picker-cell-in-view {
|
|
6044
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6045
|
+
opacity: 1;
|
|
6046
|
+
}
|
|
6047
|
+
.ant-picker-cell-in-view > .active {
|
|
6048
|
+
color: #3e4652;
|
|
6049
|
+
}
|
|
6050
|
+
|
|
6051
|
+
.ant-picker-cell::before {
|
|
6052
|
+
pointer-events: none;
|
|
6053
|
+
}
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
.E_t1tsm00v {
|
|
6057
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6058
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6059
|
+
backdrop-filter: blur(10px);
|
|
6060
|
+
padding: 7px 10px;
|
|
6061
|
+
}
|
|
6062
|
+
|
|
6063
|
+
.E_c167wnad {
|
|
6064
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6065
|
+
display: flex;
|
|
6066
|
+
justify-content: space-between;
|
|
6067
|
+
align-items: center;
|
|
6068
|
+
padding: 8px 16px;
|
|
6069
|
+
|
|
6070
|
+
.anticon {
|
|
6071
|
+
cursor: pointer;
|
|
6072
|
+
&:hover {
|
|
6073
|
+
color: $blue;
|
|
6074
|
+
}
|
|
6075
|
+
}
|
|
6076
|
+
}
|
|
6077
|
+
|
|
6078
|
+
.E_cxhf7dh {
|
|
6079
|
+
text-align: center;
|
|
6080
|
+
|
|
6081
|
+
.dots {
|
|
6082
|
+
display: flex;
|
|
6083
|
+
justify-content: center;
|
|
6084
|
+
}
|
|
6085
|
+
.dot {
|
|
6086
|
+
display: inline-block;
|
|
6087
|
+
width: 2px;
|
|
6088
|
+
height: 2px;
|
|
6089
|
+
border-radius: 1px;
|
|
6090
|
+
background: $blue;
|
|
6091
|
+
|
|
6092
|
+
&:not(:last-child) {
|
|
6093
|
+
margin-right: 2px;
|
|
6094
|
+
}
|
|
6095
|
+
}
|
|
6096
|
+
.bar {
|
|
6097
|
+
width: 9px;
|
|
6098
|
+
height: 2px;
|
|
6099
|
+
background: $blue;
|
|
6100
|
+
border-radius: 2px;
|
|
6101
|
+
}
|
|
6102
|
+
}
|
|
6103
|
+
|
|
6104
|
+
|
|
6105
|
+
.E_ou7iq30 {
|
|
6106
|
+
overflow: hidden;
|
|
6107
|
+
text-overflow: ellipsis;
|
|
6108
|
+
}
|
|
6109
|
+
|
|
6110
|
+
.E_s1tui002 {
|
|
6111
|
+
white-space: nowrap;
|
|
6112
|
+
}
|
|
6113
|
+
|
|
6114
|
+
.E_mxrc2zg {
|
|
6115
|
+
display: -webkit-box;
|
|
6116
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6117
|
+
-webkit-box-orient: vertical;
|
|
6118
|
+
word-break: break-all;
|
|
6119
|
+
}
|
|
6120
|
+
|
|
6121
|
+
.E_t1vv6d68 {
|
|
6122
|
+
.ant-tooltip-arrow {
|
|
6123
|
+
display: none;
|
|
6124
|
+
}
|
|
6125
|
+
.ant-tooltip-inner {
|
|
6126
|
+
background: $gray-a80-9;
|
|
6127
|
+
border-radius: 4px;
|
|
6128
|
+
&:has(.eagle-ellipsis-content) {
|
|
6129
|
+
visibility: hidden;
|
|
6130
|
+
}
|
|
6131
|
+
}
|
|
6132
|
+
}
|
|
6133
|
+
|
|
6134
|
+
|
|
6135
|
+
.E_n12mqh7z {
|
|
6136
|
+
display: flex;
|
|
6137
|
+
align-items: center;
|
|
6138
|
+
font-size: 12px;
|
|
6139
|
+
line-height: 18px;
|
|
6140
|
+
|
|
6141
|
+
&:not(:last-child) {
|
|
6142
|
+
margin-bottom: 4px;
|
|
6143
|
+
}
|
|
6144
|
+
}
|
|
6145
|
+
|
|
6146
|
+
.E_tf5bynu {
|
|
6147
|
+
margin: 0 3px;
|
|
6148
|
+
}
|
|
6149
|
+
|
|
6150
|
+
.E_tcckoz1 {
|
|
6151
|
+
max-height: 400px;
|
|
6152
|
+
overflow: auto;
|
|
6153
|
+
}
|
|
6154
|
+
|
|
6155
|
+
|
|
6156
|
+
.E_s1at6qmn {
|
|
6157
|
+
&.ant-layout-sider {
|
|
6158
|
+
background: $backgrounds-light-grouped;
|
|
6159
|
+
padding: 32px 8px;
|
|
6160
|
+
overflow: auto;
|
|
6161
|
+
}
|
|
6162
|
+
|
|
6163
|
+
.ant-layout-sider-children {
|
|
6164
|
+
display: flex;
|
|
6165
|
+
flex-direction: column;
|
|
6166
|
+
justify-content: space-between;
|
|
6167
|
+
}
|
|
6168
|
+
|
|
6169
|
+
footer {
|
|
6170
|
+
display: flex;
|
|
6171
|
+
}
|
|
6172
|
+
|
|
6173
|
+
.ant-menu {
|
|
6174
|
+
background: $backgrounds-light-grouped;
|
|
6175
|
+
a {
|
|
6176
|
+
color: $text-light-primary;
|
|
6177
|
+
width: 180px;
|
|
6178
|
+
overflow: hidden;
|
|
6179
|
+
text-overflow: ellipsis;
|
|
6003
6180
|
}
|
|
6004
6181
|
}
|
|
6005
|
-
}
|
|
6006
|
-
|
|
6007
6182
|
|
|
6008
|
-
.
|
|
6009
|
-
|
|
6010
|
-
height: 246px;
|
|
6011
|
-
border-radius: 4px;
|
|
6183
|
+
.ant-menu-vertical {
|
|
6184
|
+
margin-bottom: 24px;
|
|
6012
6185
|
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6186
|
+
.ant-menu-item-group {
|
|
6187
|
+
.ant-menu-item {
|
|
6188
|
+
margin: 0;
|
|
6189
|
+
}
|
|
6190
|
+
.ant-menu-item-group-title {
|
|
6191
|
+
font-size: 12px;
|
|
6192
|
+
padding: 0 8px 4px;
|
|
6193
|
+
line-height: 18px;
|
|
6018
6194
|
|
|
6019
|
-
|
|
6020
|
-
|
|
6195
|
+
&:empty {
|
|
6196
|
+
padding: 0;
|
|
6197
|
+
}
|
|
6198
|
+
}
|
|
6199
|
+
&:not(:last-child) {
|
|
6200
|
+
padding-bottom: 24px;
|
|
6201
|
+
&.split {
|
|
6202
|
+
margin-bottom: 24px;
|
|
6203
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
6204
|
+
}
|
|
6205
|
+
}
|
|
6021
6206
|
}
|
|
6022
6207
|
|
|
6023
|
-
.ant-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6208
|
+
.ant-menu-item {
|
|
6209
|
+
transition: none;
|
|
6210
|
+
display: flex;
|
|
6211
|
+
align-items: center;
|
|
6212
|
+
height: 32px;
|
|
6213
|
+
line-height: 22px;
|
|
6214
|
+
padding: 0 8px;
|
|
6027
6215
|
|
|
6028
|
-
|
|
6029
|
-
margin-
|
|
6216
|
+
> .icon-wrapper {
|
|
6217
|
+
margin-right: 12px;
|
|
6030
6218
|
}
|
|
6031
|
-
|
|
6032
|
-
|
|
6219
|
+
|
|
6220
|
+
&:not(:last-child) {
|
|
6221
|
+
margin: 0;
|
|
6222
|
+
margin-bottom: 2px;
|
|
6033
6223
|
}
|
|
6034
|
-
|
|
6035
|
-
|
|
6224
|
+
&.ant-menu-item-selected {
|
|
6225
|
+
background: $background-selected;
|
|
6226
|
+
box-shadow: $box-shadow-light-selected;
|
|
6227
|
+
border-radius: 6px;
|
|
6228
|
+
color: $text-light-on-tint;
|
|
6229
|
+
a {
|
|
6230
|
+
color: $text-light-on-tint;
|
|
6231
|
+
}
|
|
6232
|
+
}
|
|
6233
|
+
&:not(.ant-menu-item-selected) {
|
|
6234
|
+
&.ant-menu-item:hover,
|
|
6235
|
+
&.ant-menu-item-active {
|
|
6236
|
+
background: $background-onhover;
|
|
6237
|
+
box-shadow: $box-shadow-light-onhover;
|
|
6238
|
+
border-radius: 6px;
|
|
6239
|
+
}
|
|
6036
6240
|
}
|
|
6037
6241
|
}
|
|
6038
6242
|
}
|
|
6243
|
+
}
|
|
6039
6244
|
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
.ant-picker-cell-in-view {
|
|
6045
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6046
|
-
opacity: 1;
|
|
6047
|
-
}
|
|
6048
|
-
.ant-picker-cell-in-view > .active {
|
|
6049
|
-
color: #3e4652;
|
|
6050
|
-
}
|
|
6051
|
-
|
|
6052
|
-
.ant-picker-cell::before {
|
|
6053
|
-
pointer-events: none;
|
|
6245
|
+
.E_s1wu0lms {
|
|
6246
|
+
.ant-menu-item-group-title {
|
|
6247
|
+
white-space: nowrap;
|
|
6248
|
+
transition: all 0s;
|
|
6054
6249
|
}
|
|
6055
|
-
}
|
|
6056
6250
|
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
backdrop-filter: blur(10px);
|
|
6061
|
-
padding: 7px 10px;
|
|
6062
|
-
}
|
|
6251
|
+
&.shrink {
|
|
6252
|
+
transition: all 0s;
|
|
6253
|
+
overflow: hidden;
|
|
6063
6254
|
|
|
6064
|
-
.
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
justify-content: space-between;
|
|
6068
|
-
align-items: center;
|
|
6069
|
-
padding: 8px 16px;
|
|
6255
|
+
.ant-menu-item-group-title {
|
|
6256
|
+
visibility: hidden;
|
|
6257
|
+
}
|
|
6070
6258
|
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
color: $blue;
|
|
6259
|
+
.ant-menu-item {
|
|
6260
|
+
width: 36px;
|
|
6261
|
+
padding: 0 6px;
|
|
6075
6262
|
}
|
|
6076
6263
|
}
|
|
6077
6264
|
}
|
|
6078
6265
|
|
|
6079
|
-
.
|
|
6080
|
-
|
|
6266
|
+
.E_n1ugzfva {
|
|
6267
|
+
display: flex;
|
|
6268
|
+
place-items: center;
|
|
6269
|
+
width: 100% !important;
|
|
6081
6270
|
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6271
|
+
&[disabled] {
|
|
6272
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6273
|
+
opacity: 1 !important;
|
|
6085
6274
|
}
|
|
6086
|
-
.dot {
|
|
6087
|
-
display: inline-block;
|
|
6088
|
-
width: 2px;
|
|
6089
|
-
height: 2px;
|
|
6090
|
-
border-radius: 1px;
|
|
6091
|
-
background: $blue;
|
|
6092
6275
|
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
}
|
|
6097
|
-
.bar {
|
|
6098
|
-
width: 9px;
|
|
6099
|
-
height: 2px;
|
|
6100
|
-
background: $blue;
|
|
6101
|
-
border-radius: 2px;
|
|
6276
|
+
&.ant-btn {
|
|
6277
|
+
width: 100%;
|
|
6278
|
+
color: $text-light-primary;
|
|
6102
6279
|
}
|
|
6103
|
-
}
|
|
6104
|
-
|
|
6105
6280
|
|
|
6106
|
-
.
|
|
6107
|
-
|
|
6108
|
-
display: flex;
|
|
6109
|
-
align-items: center;
|
|
6281
|
+
.icon-wrapper {
|
|
6282
|
+
margin-right: 12px;
|
|
6110
6283
|
}
|
|
6111
6284
|
|
|
6112
|
-
.
|
|
6113
|
-
|
|
6285
|
+
.link-title {
|
|
6286
|
+
flex: 1;
|
|
6287
|
+
overflow: hidden;
|
|
6288
|
+
white-space: nowrap;
|
|
6289
|
+
text-overflow: ellipsis;
|
|
6290
|
+
text-align: left;
|
|
6114
6291
|
}
|
|
6115
6292
|
}
|
|
6116
6293
|
|
|
@@ -6212,102 +6389,18 @@
|
|
|
6212
6389
|
white-space: pre-wrap;
|
|
6213
6390
|
text-align: left;
|
|
6214
6391
|
}
|
|
6215
|
-
|
|
6216
|
-
.unit-chart {
|
|
6217
|
-
justify-content: flex-start;
|
|
6218
|
-
}
|
|
6219
|
-
}
|
|
6220
|
-
}
|
|
6221
|
-
|
|
6222
|
-
.E_rhz2uv5 {
|
|
6223
|
-
width: var(--rhz2uv5-0);
|
|
6224
|
-
flex-shrink: 0;
|
|
6225
|
-
color: $text-secondary-light;
|
|
6226
|
-
padding-right: 12px;
|
|
6227
|
-
}
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
.E_tqjc4ui {
|
|
6231
|
-
@at-root {
|
|
6232
|
-
span#{&} {
|
|
6233
|
-
margin: 0 2px;
|
|
6234
|
-
}
|
|
6235
|
-
}
|
|
6236
|
-
}
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
.E_n12mqh7z {
|
|
6240
|
-
display: flex;
|
|
6241
|
-
align-items: center;
|
|
6242
|
-
font-size: 12px;
|
|
6243
|
-
line-height: 18px;
|
|
6244
|
-
|
|
6245
|
-
&:not(:last-child) {
|
|
6246
|
-
margin-bottom: 4px;
|
|
6247
|
-
}
|
|
6248
|
-
}
|
|
6249
|
-
|
|
6250
|
-
.E_tf5bynu {
|
|
6251
|
-
margin: 0 3px;
|
|
6252
|
-
}
|
|
6253
|
-
|
|
6254
|
-
.E_tcckoz1 {
|
|
6255
|
-
max-height: 400px;
|
|
6256
|
-
overflow: auto;
|
|
6257
|
-
}
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
.E_wg1tsps {
|
|
6261
|
-
display: flex;
|
|
6262
|
-
align-items: center;
|
|
6263
|
-
justify-content: flex-end;
|
|
6264
|
-
}
|
|
6265
|
-
|
|
6266
|
-
.E_b1ctd5xy {
|
|
6267
|
-
display: flex;
|
|
6268
|
-
align-items: center;
|
|
6269
|
-
width: calc(100% - 40px);
|
|
6270
|
-
|
|
6271
|
-
.chart {
|
|
6272
|
-
display: inline-block;
|
|
6273
|
-
width: 100%;
|
|
6274
|
-
}
|
|
6275
|
-
}
|
|
6276
|
-
|
|
6277
|
-
.E_u1p8acpn {
|
|
6278
|
-
min-width: 40px;
|
|
6279
|
-
|
|
6280
|
-
.unit {
|
|
6281
|
-
color: $text-light-primary !important;
|
|
6282
|
-
}
|
|
6283
|
-
}
|
|
6284
|
-
|
|
6285
|
-
|
|
6286
|
-
.E_gmyahx3 {
|
|
6287
|
-
cursor: pointer;
|
|
6288
|
-
|
|
6289
|
-
.link-text {
|
|
6290
|
-
color: $text-light-tertiary;
|
|
6291
|
-
}
|
|
6292
|
-
|
|
6293
|
-
&:hover .link-text {
|
|
6294
|
-
color: $text-light-general;
|
|
6392
|
+
|
|
6393
|
+
.unit-chart {
|
|
6394
|
+
justify-content: flex-start;
|
|
6395
|
+
}
|
|
6295
6396
|
}
|
|
6296
6397
|
}
|
|
6297
6398
|
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
background: #f5f7fa;
|
|
6304
|
-
display: flex;
|
|
6305
|
-
width: 100%;
|
|
6306
|
-
overflow: hidden;
|
|
6307
|
-
|
|
6308
|
-
.stack-bar-item + .stack-bar-item {
|
|
6309
|
-
margin-left: 1px;
|
|
6310
|
-
}
|
|
6399
|
+
.E_rhz2uv5 {
|
|
6400
|
+
width: var(--rhz2uv5-0);
|
|
6401
|
+
flex-shrink: 0;
|
|
6402
|
+
color: $text-secondary-light;
|
|
6403
|
+
padding-right: 12px;
|
|
6311
6404
|
}
|
|
6312
6405
|
|
|
6313
6406
|
|
|
@@ -6579,259 +6672,49 @@
|
|
|
6579
6672
|
}
|
|
6580
6673
|
|
|
6581
6674
|
|
|
6582
|
-
.
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
overflow: auto;
|
|
6587
|
-
}
|
|
6588
|
-
|
|
6589
|
-
.ant-layout-sider-children {
|
|
6590
|
-
display: flex;
|
|
6591
|
-
flex-direction: column;
|
|
6592
|
-
justify-content: space-between;
|
|
6593
|
-
}
|
|
6594
|
-
|
|
6595
|
-
footer {
|
|
6596
|
-
display: flex;
|
|
6597
|
-
}
|
|
6598
|
-
|
|
6599
|
-
.ant-menu {
|
|
6600
|
-
background: $backgrounds-light-grouped;
|
|
6601
|
-
a {
|
|
6602
|
-
color: $text-light-primary;
|
|
6603
|
-
width: 180px;
|
|
6604
|
-
overflow: hidden;
|
|
6605
|
-
text-overflow: ellipsis;
|
|
6606
|
-
}
|
|
6607
|
-
}
|
|
6608
|
-
|
|
6609
|
-
.ant-menu-vertical {
|
|
6610
|
-
margin-bottom: 24px;
|
|
6611
|
-
|
|
6612
|
-
.ant-menu-item-group {
|
|
6613
|
-
.ant-menu-item {
|
|
6614
|
-
margin: 0;
|
|
6615
|
-
}
|
|
6616
|
-
.ant-menu-item-group-title {
|
|
6617
|
-
font-size: 12px;
|
|
6618
|
-
padding: 0 8px 4px;
|
|
6619
|
-
line-height: 18px;
|
|
6620
|
-
|
|
6621
|
-
&:empty {
|
|
6622
|
-
padding: 0;
|
|
6623
|
-
}
|
|
6624
|
-
}
|
|
6625
|
-
&:not(:last-child) {
|
|
6626
|
-
padding-bottom: 24px;
|
|
6627
|
-
&.split {
|
|
6628
|
-
margin-bottom: 24px;
|
|
6629
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
6630
|
-
}
|
|
6631
|
-
}
|
|
6632
|
-
}
|
|
6633
|
-
|
|
6634
|
-
.ant-menu-item {
|
|
6635
|
-
transition: none;
|
|
6636
|
-
display: flex;
|
|
6637
|
-
align-items: center;
|
|
6638
|
-
height: 32px;
|
|
6639
|
-
line-height: 22px;
|
|
6640
|
-
padding: 0 8px;
|
|
6641
|
-
|
|
6642
|
-
> .icon-wrapper {
|
|
6643
|
-
margin-right: 12px;
|
|
6644
|
-
}
|
|
6645
|
-
|
|
6646
|
-
&:not(:last-child) {
|
|
6647
|
-
margin: 0;
|
|
6648
|
-
margin-bottom: 2px;
|
|
6649
|
-
}
|
|
6650
|
-
&.ant-menu-item-selected {
|
|
6651
|
-
background: $background-selected;
|
|
6652
|
-
box-shadow: $box-shadow-light-selected;
|
|
6653
|
-
border-radius: 6px;
|
|
6654
|
-
color: $text-light-on-tint;
|
|
6655
|
-
a {
|
|
6656
|
-
color: $text-light-on-tint;
|
|
6657
|
-
}
|
|
6658
|
-
}
|
|
6659
|
-
&:not(.ant-menu-item-selected) {
|
|
6660
|
-
&.ant-menu-item:hover,
|
|
6661
|
-
&.ant-menu-item-active {
|
|
6662
|
-
background: $background-onhover;
|
|
6663
|
-
box-shadow: $box-shadow-light-onhover;
|
|
6664
|
-
border-radius: 6px;
|
|
6665
|
-
}
|
|
6666
|
-
}
|
|
6675
|
+
.E_tqjc4ui {
|
|
6676
|
+
@at-root {
|
|
6677
|
+
span#{&} {
|
|
6678
|
+
margin: 0 2px;
|
|
6667
6679
|
}
|
|
6668
6680
|
}
|
|
6669
6681
|
}
|
|
6670
6682
|
|
|
6671
|
-
.E_s1wu0lms {
|
|
6672
|
-
.ant-menu-item-group-title {
|
|
6673
|
-
white-space: nowrap;
|
|
6674
|
-
transition: all 0s;
|
|
6675
|
-
}
|
|
6676
|
-
|
|
6677
|
-
&.shrink {
|
|
6678
|
-
transition: all 0s;
|
|
6679
|
-
overflow: hidden;
|
|
6680
|
-
|
|
6681
|
-
.ant-menu-item-group-title {
|
|
6682
|
-
visibility: hidden;
|
|
6683
|
-
}
|
|
6684
|
-
|
|
6685
|
-
.ant-menu-item {
|
|
6686
|
-
width: 36px;
|
|
6687
|
-
padding: 0 6px;
|
|
6688
|
-
}
|
|
6689
|
-
}
|
|
6690
|
-
}
|
|
6691
6683
|
|
|
6692
|
-
.
|
|
6684
|
+
.E_wg1tsps {
|
|
6693
6685
|
display: flex;
|
|
6694
|
-
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
&[disabled] {
|
|
6698
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
6699
|
-
opacity: 1 !important;
|
|
6700
|
-
}
|
|
6701
|
-
|
|
6702
|
-
&.ant-btn {
|
|
6703
|
-
width: 100%;
|
|
6704
|
-
color: $text-light-primary;
|
|
6705
|
-
}
|
|
6706
|
-
|
|
6707
|
-
.icon-wrapper {
|
|
6708
|
-
margin-right: 12px;
|
|
6709
|
-
}
|
|
6710
|
-
|
|
6711
|
-
.link-title {
|
|
6712
|
-
flex: 1;
|
|
6713
|
-
overflow: hidden;
|
|
6714
|
-
white-space: nowrap;
|
|
6715
|
-
text-overflow: ellipsis;
|
|
6716
|
-
text-align: left;
|
|
6717
|
-
}
|
|
6718
|
-
}
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
.E_i5w779o {
|
|
6722
|
-
padding: 8px 0;
|
|
6723
|
-
|
|
6724
|
-
.col-label {
|
|
6725
|
-
flex-shrink: unset;
|
|
6726
|
-
* {
|
|
6727
|
-
line-height: 18px;
|
|
6728
|
-
}
|
|
6729
|
-
}
|
|
6730
|
-
.col-content {
|
|
6731
|
-
flex: 1 1 0;
|
|
6732
|
-
display: flex;
|
|
6733
|
-
align-items: center;
|
|
6734
|
-
* {
|
|
6735
|
-
line-height: 18px;
|
|
6736
|
-
}
|
|
6737
|
-
}
|
|
6738
|
-
}
|
|
6739
|
-
|
|
6740
|
-
.E_l18dja44 {
|
|
6741
|
-
padding: 6px 0;
|
|
6742
|
-
|
|
6743
|
-
.col-label * {
|
|
6744
|
-
font-size: 13px;
|
|
6745
|
-
line-height: 20px;
|
|
6746
|
-
}
|
|
6747
|
-
.col-content * {
|
|
6748
|
-
font-size: 14px;
|
|
6749
|
-
line-height: 20px;
|
|
6750
|
-
}
|
|
6686
|
+
align-items: center;
|
|
6687
|
+
justify-content: flex-end;
|
|
6751
6688
|
}
|
|
6752
6689
|
|
|
6753
|
-
.
|
|
6690
|
+
.E_b1ctd5xy {
|
|
6754
6691
|
display: flex;
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
min-width: 0;
|
|
6758
|
-
}
|
|
6759
|
-
|
|
6760
|
-
.E_n4m6c4d {
|
|
6761
|
-
color: $text-light-tertiary;
|
|
6762
|
-
}
|
|
6763
|
-
|
|
6692
|
+
align-items: center;
|
|
6693
|
+
width: calc(100% - 40px);
|
|
6764
6694
|
|
|
6765
|
-
.
|
|
6766
|
-
|
|
6767
|
-
|
|
6695
|
+
.chart {
|
|
6696
|
+
display: inline-block;
|
|
6697
|
+
width: 100%;
|
|
6768
6698
|
}
|
|
6769
6699
|
}
|
|
6770
6700
|
|
|
6771
|
-
.
|
|
6772
|
-
|
|
6773
|
-
flex-direction: column;
|
|
6774
|
-
height: 100%;
|
|
6775
|
-
}
|
|
6776
|
-
|
|
6777
|
-
.E_k1a6j97w {
|
|
6778
|
-
color: $gray-120;
|
|
6779
|
-
font-size: 32px !important;
|
|
6780
|
-
margin-bottom: 16px;
|
|
6781
|
-
}
|
|
6782
|
-
|
|
6783
|
-
.E_k1uim1fg {
|
|
6784
|
-
margin-bottom: 32px;
|
|
6785
|
-
color: $gray-120;
|
|
6786
|
-
}
|
|
6787
|
-
|
|
6788
|
-
.E_kobelzt {
|
|
6789
|
-
font-family:
|
|
6790
|
-
Roboto Mono,
|
|
6791
|
-
SFMono-Regular,
|
|
6792
|
-
SF Mono,
|
|
6793
|
-
Menlo,
|
|
6794
|
-
Consolas,
|
|
6795
|
-
Liberation Mono,
|
|
6796
|
-
monospace;
|
|
6797
|
-
min-height: 0;
|
|
6798
|
-
flex: 1;
|
|
6799
|
-
padding: 16px;
|
|
6800
|
-
background-color: $gray-80;
|
|
6801
|
-
color: $white;
|
|
6802
|
-
overflow: auto;
|
|
6803
|
-
max-width: 100%;
|
|
6804
|
-
min-height: 0;
|
|
6805
|
-
border-radius: 8px;
|
|
6806
|
-
white-space: pre-wrap;
|
|
6807
|
-
}
|
|
6701
|
+
.E_u1p8acpn {
|
|
6702
|
+
min-width: 40px;
|
|
6808
6703
|
|
|
6809
|
-
.
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
justify-content: space-between;
|
|
6813
|
-
padding: 0 128px;
|
|
6704
|
+
.unit {
|
|
6705
|
+
color: $text-light-primary !important;
|
|
6706
|
+
}
|
|
6814
6707
|
}
|
|
6815
6708
|
|
|
6816
|
-
.E_eld9lt {
|
|
6817
|
-
display: flex;
|
|
6818
|
-
flex-direction: column;
|
|
6819
|
-
justify-content: center;
|
|
6820
|
-
align-items: center;
|
|
6821
|
-
height: 100%;
|
|
6822
|
-
}
|
|
6823
6709
|
|
|
6824
|
-
.
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6710
|
+
.E_s1iv0tp1 {
|
|
6711
|
+
.enabled-switch {
|
|
6712
|
+
display: flex;
|
|
6713
|
+
align-items: center;
|
|
6714
|
+
}
|
|
6828
6715
|
|
|
6829
|
-
.
|
|
6830
|
-
margin-
|
|
6831
|
-
background-clip: text;
|
|
6832
|
-
-webkit-background-clip: text;
|
|
6833
|
-
-webkit-text-fill-color: transparent;
|
|
6834
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
6716
|
+
.enabled-text {
|
|
6717
|
+
margin-right: 8px;
|
|
6835
6718
|
}
|
|
6836
6719
|
}
|
|
6837
6720
|
|
|
@@ -6944,64 +6827,121 @@
|
|
|
6944
6827
|
}
|
|
6945
6828
|
|
|
6946
6829
|
|
|
6947
|
-
.
|
|
6948
|
-
width: 100%;
|
|
6949
|
-
height: 100%;
|
|
6950
|
-
display: flex;
|
|
6951
|
-
font-size: 12px;
|
|
6952
|
-
line-height: 18px;
|
|
6830
|
+
.E_i5w779o {
|
|
6953
6831
|
padding: 8px 0;
|
|
6954
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6955
|
-
|
|
6956
|
-
&:last-of-type {
|
|
6957
|
-
box-shadow: none;
|
|
6958
|
-
padding-bottom: 0;
|
|
6959
|
-
}
|
|
6960
|
-
&.collapsed {
|
|
6961
|
-
flex-direction: column;
|
|
6962
|
-
|
|
6963
|
-
.collapsed-content {
|
|
6964
|
-
display: flex;
|
|
6965
6832
|
|
|
6966
|
-
|
|
6967
|
-
|
|
6968
|
-
|
|
6969
|
-
|
|
6970
|
-
.ant-btn {
|
|
6971
|
-
height: auto;
|
|
6972
|
-
}
|
|
6973
|
-
}
|
|
6833
|
+
.col-label {
|
|
6834
|
+
flex-shrink: unset;
|
|
6835
|
+
* {
|
|
6836
|
+
line-height: 18px;
|
|
6974
6837
|
}
|
|
6975
|
-
|
|
6976
|
-
|
|
6838
|
+
}
|
|
6839
|
+
.col-content {
|
|
6840
|
+
flex: 1 1 0;
|
|
6841
|
+
display: flex;
|
|
6842
|
+
align-items: center;
|
|
6843
|
+
* {
|
|
6844
|
+
line-height: 18px;
|
|
6977
6845
|
}
|
|
6978
6846
|
}
|
|
6847
|
+
}
|
|
6979
6848
|
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6849
|
+
.E_l18dja44 {
|
|
6850
|
+
padding: 6px 0;
|
|
6851
|
+
|
|
6852
|
+
.col-label * {
|
|
6853
|
+
font-size: 13px;
|
|
6854
|
+
line-height: 20px;
|
|
6855
|
+
}
|
|
6856
|
+
.col-content * {
|
|
6857
|
+
font-size: 14px;
|
|
6858
|
+
line-height: 20px;
|
|
6985
6859
|
}
|
|
6860
|
+
}
|
|
6986
6861
|
|
|
6987
|
-
|
|
6988
|
-
|
|
6862
|
+
.E_c8c2hys {
|
|
6863
|
+
display: flex;
|
|
6864
|
+
justify-content: space-between;
|
|
6865
|
+
flex: 1;
|
|
6866
|
+
min-width: 0;
|
|
6867
|
+
}
|
|
6989
6868
|
|
|
6990
|
-
|
|
6991
|
-
|
|
6992
|
-
|
|
6993
|
-
|
|
6869
|
+
.E_n4m6c4d {
|
|
6870
|
+
color: $text-light-tertiary;
|
|
6871
|
+
}
|
|
6872
|
+
|
|
6873
|
+
|
|
6874
|
+
.E_kr6am0s {
|
|
6875
|
+
.ant-modal-body {
|
|
6876
|
+
padding: 60px 128px;
|
|
6994
6877
|
}
|
|
6995
6878
|
}
|
|
6996
6879
|
|
|
6880
|
+
.E_k1h3cl5q {
|
|
6881
|
+
display: flex;
|
|
6882
|
+
flex-direction: column;
|
|
6883
|
+
height: 100%;
|
|
6884
|
+
}
|
|
6997
6885
|
|
|
6998
|
-
.
|
|
6999
|
-
color: $
|
|
6886
|
+
.E_k1a6j97w {
|
|
6887
|
+
color: $gray-120;
|
|
6888
|
+
font-size: 32px !important;
|
|
6889
|
+
margin-bottom: 16px;
|
|
7000
6890
|
}
|
|
7001
6891
|
|
|
7002
|
-
.
|
|
7003
|
-
margin-
|
|
7004
|
-
color: $
|
|
6892
|
+
.E_k1uim1fg {
|
|
6893
|
+
margin-bottom: 32px;
|
|
6894
|
+
color: $gray-120;
|
|
6895
|
+
}
|
|
6896
|
+
|
|
6897
|
+
.E_kobelzt {
|
|
6898
|
+
font-family:
|
|
6899
|
+
Roboto Mono,
|
|
6900
|
+
SFMono-Regular,
|
|
6901
|
+
SF Mono,
|
|
6902
|
+
Menlo,
|
|
6903
|
+
Consolas,
|
|
6904
|
+
Liberation Mono,
|
|
6905
|
+
monospace;
|
|
6906
|
+
min-height: 0;
|
|
6907
|
+
flex: 1;
|
|
6908
|
+
padding: 16px;
|
|
6909
|
+
background-color: $gray-80;
|
|
6910
|
+
color: $white;
|
|
6911
|
+
overflow: auto;
|
|
6912
|
+
max-width: 100%;
|
|
6913
|
+
min-height: 0;
|
|
6914
|
+
border-radius: 8px;
|
|
6915
|
+
white-space: pre-wrap;
|
|
6916
|
+
}
|
|
6917
|
+
|
|
6918
|
+
.E_kxzv3id {
|
|
6919
|
+
width: 100%;
|
|
6920
|
+
display: flex;
|
|
6921
|
+
justify-content: space-between;
|
|
6922
|
+
padding: 0 128px;
|
|
6923
|
+
}
|
|
6924
|
+
|
|
6925
|
+
.E_eld9lt {
|
|
6926
|
+
display: flex;
|
|
6927
|
+
flex-direction: column;
|
|
6928
|
+
justify-content: center;
|
|
6929
|
+
align-items: center;
|
|
6930
|
+
height: 100%;
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
.E_e1505fqc {
|
|
6934
|
+
display: flex;
|
|
6935
|
+
flex-direction: column;
|
|
6936
|
+
align-items: center;
|
|
6937
|
+
|
|
6938
|
+
.title {
|
|
6939
|
+
margin-bottom: 8px;
|
|
6940
|
+
background-clip: text;
|
|
6941
|
+
-webkit-background-clip: text;
|
|
6942
|
+
-webkit-text-fill-color: transparent;
|
|
6943
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
6944
|
+
}
|
|
7005
6945
|
}
|
|
7006
6946
|
|
|
7007
6947
|
|
|
@@ -7048,6 +6988,24 @@
|
|
|
7048
6988
|
}
|
|
7049
6989
|
|
|
7050
6990
|
|
|
6991
|
+
.E_l12xdkhl {
|
|
6992
|
+
width: 64px;
|
|
6993
|
+
height: 64px;
|
|
6994
|
+
max-width: 64px;
|
|
6995
|
+
max-height: 64px;
|
|
6996
|
+
overflow: hidden;
|
|
6997
|
+
display: flex;
|
|
6998
|
+
align-items: center;
|
|
6999
|
+
justify-content: center;
|
|
7000
|
+
position: relative;
|
|
7001
|
+
opacity: 0.6;
|
|
7002
|
+
.icon-wrapper {
|
|
7003
|
+
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
|
|
7004
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7005
|
+
}
|
|
7006
|
+
}
|
|
7007
|
+
|
|
7008
|
+
|
|
7051
7009
|
.E_c1kchka8 {
|
|
7052
7010
|
height: 100%;
|
|
7053
7011
|
width: 100%;
|
|
@@ -7647,20 +7605,63 @@
|
|
|
7647
7605
|
}
|
|
7648
7606
|
|
|
7649
7607
|
|
|
7650
|
-
.
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
|
|
7608
|
+
.E_cevhqx7 {
|
|
7609
|
+
color: $text-light-primary;
|
|
7610
|
+
}
|
|
7611
|
+
|
|
7612
|
+
.E_snbqlt4 {
|
|
7613
|
+
margin-top: 8px;
|
|
7614
|
+
color: $text-light-secondary;
|
|
7615
|
+
}
|
|
7616
|
+
|
|
7617
|
+
|
|
7618
|
+
.E_c14ouk5o {
|
|
7619
|
+
width: 100%;
|
|
7620
|
+
height: 100%;
|
|
7656
7621
|
display: flex;
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7622
|
+
font-size: 12px;
|
|
7623
|
+
line-height: 18px;
|
|
7624
|
+
padding: 8px 0;
|
|
7625
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7626
|
+
|
|
7627
|
+
&:last-of-type {
|
|
7628
|
+
box-shadow: none;
|
|
7629
|
+
padding-bottom: 0;
|
|
7630
|
+
}
|
|
7631
|
+
&.collapsed {
|
|
7632
|
+
flex-direction: column;
|
|
7633
|
+
|
|
7634
|
+
.collapsed-content {
|
|
7635
|
+
display: flex;
|
|
7636
|
+
|
|
7637
|
+
> span {
|
|
7638
|
+
flex: 1;
|
|
7639
|
+
display: flex;
|
|
7640
|
+
justify-content: space-between;
|
|
7641
|
+
.ant-btn {
|
|
7642
|
+
height: auto;
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
}
|
|
7646
|
+
.extra-content {
|
|
7647
|
+
margin-left: 162px;
|
|
7648
|
+
}
|
|
7649
|
+
}
|
|
7650
|
+
|
|
7651
|
+
.col-label {
|
|
7652
|
+
width: 216px;
|
|
7653
|
+
color: $text-secondary-light;
|
|
7654
|
+
margin-right: 12px;
|
|
7655
|
+
flex-shrink: 0;
|
|
7656
|
+
}
|
|
7657
|
+
|
|
7658
|
+
.col-content {
|
|
7659
|
+
color: $text-primary-light;
|
|
7660
|
+
|
|
7661
|
+
/* make btn link in info row have the same height as normal text */
|
|
7662
|
+
.ant-btn.ant-btn-link {
|
|
7663
|
+
height: auto;
|
|
7664
|
+
}
|
|
7664
7665
|
}
|
|
7665
7666
|
}
|
|
7666
7667
|
|