@cloudtower/eagle 0.33.7 → 0.33.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/LineChart/LineChartLegend.js +2 -2
- package/dist/cjs/core/LineChart/RenderChart.js +19 -6
- package/dist/cjs/core/SearchInput/index.js +22 -11
- package/dist/cjs/core/Table/index.js +4 -2
- package/dist/cjs/coreX/CheckPointList/index.js +3 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1208 -1199
- package/dist/esm/core/LineChart/LineChartLegend.js +2 -2
- package/dist/esm/core/LineChart/RenderChart.js +19 -6
- package/dist/esm/core/SearchInput/index.js +22 -11
- package/dist/esm/core/Table/index.js +4 -2
- package/dist/esm/coreX/CheckPointList/index.js +3 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1370 -1363
- package/dist/src/core/SearchInput/searchInput.type.d.ts +5 -0
- package/dist/src/core/Table/table.type.d.ts +2 -1
- package/dist/src/coreX/CheckPointList/checkpointlist.type.d.ts +1 -0
- package/dist/stories/docs/core/SearchInput.stories.d.ts +28 -1
- package/dist/stories/docs/core/Table.stories.d.ts +6 -0
- package/dist/style.css +1150 -1143
- package/package.json +4 -5
package/dist/linaria.merged.scss
CHANGED
|
@@ -26,87 +26,45 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
transition: color 160ms ease;
|
|
37
|
-
|
|
38
|
-
&:hover {
|
|
39
|
-
color: $blue-60;
|
|
40
|
-
}
|
|
41
|
-
&:active {
|
|
42
|
-
color: $blue-80;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
.E_b1nip9bk {
|
|
49
|
-
padding: 4px 11px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.E_bqamoqe {
|
|
53
|
-
white-space: nowrap;
|
|
54
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
55
|
-
|
|
56
|
-
& > .ant-btn {
|
|
57
|
-
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
58
|
-
--color: #{$text-light-general};
|
|
59
|
-
|
|
60
|
-
&[disabled],
|
|
61
|
-
&:hover[disabled] {
|
|
62
|
-
--color: #{$text-light-general};
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
& > .ant-btn:not(:only-child) {
|
|
68
|
-
& + .ant-btn {
|
|
69
|
-
margin-left: 1px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&:first-child {
|
|
73
|
-
border-top-right-radius: 0;
|
|
74
|
-
border-bottom-right-radius: 0;
|
|
29
|
+
.E_d133fzv0 {
|
|
30
|
+
.ant-dropdown-menu-item-group {
|
|
31
|
+
.ant-dropdown-menu-item-group-title {
|
|
32
|
+
padding: 4px 8px 0 8px;
|
|
33
|
+
color: $text-light-secondary;
|
|
34
|
+
font-size: 12px;
|
|
75
35
|
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
border-top-left-radius: 0;
|
|
79
|
-
border-bottom-left-radius: 0;
|
|
36
|
+
.ant-dropdown-menu-item-group-list {
|
|
37
|
+
padding-bottom: 6px;
|
|
80
38
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
border-
|
|
39
|
+
&:not(:first-child) {
|
|
40
|
+
padding-top: 4px;
|
|
41
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
84
42
|
}
|
|
85
43
|
}
|
|
86
44
|
}
|
|
87
45
|
|
|
88
46
|
|
|
89
|
-
.
|
|
90
|
-
|
|
91
|
-
justify-content: space-between;
|
|
92
|
-
width: 100%;
|
|
93
|
-
& .action {
|
|
94
|
-
margin-left: 16px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.E_a1o35uvh {
|
|
99
|
-
&.ant-alert-closable {
|
|
100
|
-
padding-right: 12px;
|
|
47
|
+
.E_c1uzzomf {
|
|
48
|
+
margin-bottom: 16px;
|
|
101
49
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
50
|
+
.card-title {
|
|
51
|
+
font-size: 16px;
|
|
52
|
+
color: $text-secondary-light;
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
line-height: 32px;
|
|
55
|
+
}
|
|
56
|
+
.card-body {
|
|
57
|
+
padding: 24px;
|
|
58
|
+
border-radius: 8px;
|
|
59
|
+
background: $fills-light-white;
|
|
106
60
|
}
|
|
107
61
|
|
|
108
|
-
.
|
|
109
|
-
|
|
62
|
+
.empty {
|
|
63
|
+
font-weight: 700;
|
|
64
|
+
font-size: 14px;
|
|
65
|
+
line-height: 22px;
|
|
66
|
+
color: $text-light-tertiary;
|
|
67
|
+
text-align: center;
|
|
110
68
|
}
|
|
111
69
|
}
|
|
112
70
|
|
|
@@ -469,92 +427,87 @@
|
|
|
469
427
|
}
|
|
470
428
|
|
|
471
429
|
|
|
472
|
-
.
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
background-color: $fills-light-white;
|
|
430
|
+
.E_berrcjl {
|
|
431
|
+
color: $text-terdiary-light;
|
|
432
|
+
margin-bottom: 4px;
|
|
476
433
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
}
|
|
434
|
+
.breadcrumb-link {
|
|
435
|
+
color: $text-terdiary-light;
|
|
436
|
+
cursor: pointer;
|
|
437
|
+
transition: color 160ms ease;
|
|
438
|
+
|
|
439
|
+
&:hover {
|
|
440
|
+
color: $blue-60;
|
|
485
441
|
}
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
padding: 0px;
|
|
489
|
-
}
|
|
442
|
+
&:active {
|
|
443
|
+
color: $blue-80;
|
|
490
444
|
}
|
|
491
445
|
}
|
|
492
446
|
}
|
|
493
447
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
448
|
+
|
|
449
|
+
.E_m74vjol {
|
|
450
|
+
display: flex;
|
|
451
|
+
justify-content: space-between;
|
|
452
|
+
width: 100%;
|
|
453
|
+
& .action {
|
|
454
|
+
margin-left: 16px;
|
|
500
455
|
}
|
|
501
456
|
}
|
|
502
457
|
|
|
458
|
+
.E_a1o35uvh {
|
|
459
|
+
&.ant-alert-closable {
|
|
460
|
+
padding-right: 12px;
|
|
503
461
|
|
|
504
|
-
.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
padding: 4px 8px 0 8px;
|
|
508
|
-
color: $text-light-secondary;
|
|
509
|
-
font-size: 12px;
|
|
510
|
-
}
|
|
511
|
-
.ant-dropdown-menu-item-group-list {
|
|
512
|
-
padding-bottom: 6px;
|
|
513
|
-
}
|
|
514
|
-
&:not(:first-child) {
|
|
515
|
-
padding-top: 4px;
|
|
516
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
462
|
+
.ant-alert-close-icon {
|
|
463
|
+
height: fit-content;
|
|
464
|
+
margin-left: 16px;
|
|
517
465
|
}
|
|
518
466
|
}
|
|
467
|
+
|
|
468
|
+
.ant-alert-message {
|
|
469
|
+
flex: 1;
|
|
470
|
+
}
|
|
519
471
|
}
|
|
520
472
|
|
|
521
473
|
|
|
522
|
-
.
|
|
523
|
-
|
|
524
|
-
line-height: 18px;
|
|
525
|
-
}
|
|
474
|
+
.E_b1nip9bk {
|
|
475
|
+
padding: 4px 11px;
|
|
526
476
|
}
|
|
527
477
|
|
|
478
|
+
.E_bqamoqe {
|
|
479
|
+
white-space: nowrap;
|
|
480
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
528
481
|
|
|
529
|
-
.
|
|
530
|
-
|
|
482
|
+
& > .ant-btn {
|
|
483
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
484
|
+
--color: #{$text-light-general};
|
|
531
485
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
}
|
|
538
|
-
.card-body {
|
|
539
|
-
padding: 24px;
|
|
540
|
-
border-radius: 8px;
|
|
541
|
-
background: $fills-light-white;
|
|
486
|
+
&[disabled],
|
|
487
|
+
&:hover[disabled] {
|
|
488
|
+
--color: #{$text-light-general};
|
|
489
|
+
}
|
|
490
|
+
}
|
|
542
491
|
}
|
|
543
492
|
|
|
544
|
-
.
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
493
|
+
& > .ant-btn:not(:only-child) {
|
|
494
|
+
& + .ant-btn {
|
|
495
|
+
margin-left: 1px;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
&:first-child {
|
|
499
|
+
border-top-right-radius: 0;
|
|
500
|
+
border-bottom-right-radius: 0;
|
|
501
|
+
}
|
|
552
502
|
|
|
503
|
+
&:last-child {
|
|
504
|
+
border-top-left-radius: 0;
|
|
505
|
+
border-bottom-left-radius: 0;
|
|
506
|
+
}
|
|
553
507
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
padding: 20px 24px 24px 24px;
|
|
508
|
+
&:not(:first-child, :last-child) {
|
|
509
|
+
border-radius: unset;
|
|
510
|
+
}
|
|
558
511
|
}
|
|
559
512
|
}
|
|
560
513
|
|
|
@@ -650,35 +603,117 @@
|
|
|
650
603
|
}
|
|
651
604
|
|
|
652
605
|
|
|
653
|
-
.
|
|
654
|
-
|
|
655
|
-
|
|
606
|
+
.E_c1yyuluq {
|
|
607
|
+
border-radius: 8px;
|
|
608
|
+
.ant-card-body {
|
|
609
|
+
padding: 20px 24px 24px 24px;
|
|
656
610
|
}
|
|
611
|
+
}
|
|
657
612
|
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
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;
|
|
613
|
+
|
|
614
|
+
.E_sx1bpnu {
|
|
615
|
+
.ant-input-sm {
|
|
616
|
+
line-height: 18px;
|
|
679
617
|
}
|
|
680
|
-
|
|
681
|
-
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
.E_phljevk {
|
|
622
|
+
display: flex;
|
|
623
|
+
justify-content: space-between;
|
|
624
|
+
align-items: center;
|
|
625
|
+
padding: 10px 0;
|
|
626
|
+
color: $text-light-secondary;
|
|
627
|
+
font-size: 12px;
|
|
628
|
+
line-height: 24px;
|
|
629
|
+
|
|
630
|
+
.pagination-left {
|
|
631
|
+
padding: 2px 8px;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.dropdown-trigger {
|
|
635
|
+
display: flex;
|
|
636
|
+
align-items: center;
|
|
637
|
+
border-radius: 6px;
|
|
638
|
+
cursor: pointer;
|
|
639
|
+
transition: all 0.3s ease;
|
|
640
|
+
|
|
641
|
+
&:hover {
|
|
642
|
+
background: $fills-interaction-light-general-hover;
|
|
643
|
+
color: $text-light-general;
|
|
644
|
+
}
|
|
645
|
+
.icon-inner {
|
|
646
|
+
margin-left: 4px;
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.pagination-right {
|
|
651
|
+
display: flex;
|
|
652
|
+
align-items: center;
|
|
653
|
+
color: $blue-60;
|
|
654
|
+
font-weight: bold;
|
|
655
|
+
.icon-inner {
|
|
656
|
+
margin-left: 4px;
|
|
657
|
+
}
|
|
658
|
+
.prev-btn,
|
|
659
|
+
.next-btn {
|
|
660
|
+
padding: 0 8px;
|
|
661
|
+
> span {
|
|
662
|
+
color: $text-light-general;
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.next-btn {
|
|
667
|
+
.icon-inner {
|
|
668
|
+
transform: rotate(180deg);
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.E_d12rtyeg {
|
|
675
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
676
|
+
max-height: calc(100vh - 128px);
|
|
677
|
+
overflow-y: auto;
|
|
678
|
+
|
|
679
|
+
.ant-dropdown-menu-item {
|
|
680
|
+
padding: 4px 20px;
|
|
681
|
+
font-size: 12px;
|
|
682
|
+
line-height: 18px;
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
.E_itxley7 {
|
|
689
|
+
&.ant-input-group.ant-input-group-compact {
|
|
690
|
+
display: flex;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
694
|
+
&.ant-input-group.ant-input-group-compact
|
|
695
|
+
> .ant-select:first-child
|
|
696
|
+
> .ant-select-selector,
|
|
697
|
+
&.ant-input-group.ant-input-group-compact
|
|
698
|
+
> .ant-calendar-picker:first-child
|
|
699
|
+
.ant-input,
|
|
700
|
+
&.ant-input-group.ant-input-group-compact
|
|
701
|
+
> .ant-select-auto-complete:first-child
|
|
702
|
+
.ant-input,
|
|
703
|
+
&.ant-input-group.ant-input-group-compact
|
|
704
|
+
> .ant-cascader-picker:first-child
|
|
705
|
+
.ant-input,
|
|
706
|
+
&.ant-input-group.ant-input-group-compact
|
|
707
|
+
> .ant-mention-wrapper:first-child
|
|
708
|
+
.ant-mention-editor,
|
|
709
|
+
&.ant-input-group.ant-input-group-compact
|
|
710
|
+
> .ant-time-picker:first-child
|
|
711
|
+
.ant-time-picker-input {
|
|
712
|
+
border-bottom-left-radius: 5px;
|
|
713
|
+
border-top-left-radius: 5px;
|
|
714
|
+
}
|
|
715
|
+
&.ant-input-group.ant-input-group-compact > *:last-child,
|
|
716
|
+
&.ant-input-group.ant-input-group-compact
|
|
682
717
|
> .ant-select:last-child
|
|
683
718
|
> .ant-select-selector,
|
|
684
719
|
&.ant-input-group.ant-input-group-compact
|
|
@@ -705,156 +740,34 @@
|
|
|
705
740
|
}
|
|
706
741
|
|
|
707
742
|
|
|
708
|
-
.
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.E_c1wk4q29 {
|
|
715
|
-
color: $text-secondary-light;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
.E_i11gg7mj {
|
|
720
|
-
.ant-input-prefix {
|
|
721
|
-
margin-right: 8px;
|
|
722
|
-
}
|
|
723
|
-
.ant-input-suffix {
|
|
724
|
-
margin-left: 8px;
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.E_cc368xp {
|
|
729
|
-
color: $gray-120;
|
|
730
|
-
border-right: 1px solid $gray-a60-5;
|
|
731
|
-
margin-right: 8px;
|
|
732
|
-
padding-right: 8px;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.E_i11o6xqj {
|
|
736
|
-
display: flex;
|
|
737
|
-
gap: 4px;
|
|
738
|
-
|
|
739
|
-
.icon-wrapper {
|
|
740
|
-
cursor: pointer;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
.E_d19ruhdj {
|
|
745
|
-
&.icon-wrapper {
|
|
746
|
-
cursor: not-allowed;
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
.E_s1dizucg {
|
|
752
|
-
&.ant-switch {
|
|
753
|
-
min-width: 40px;
|
|
754
|
-
height: 24px;
|
|
755
|
-
background: $fills-trans-quinary-light;
|
|
756
|
-
overflow: hidden;
|
|
757
|
-
&:focus {
|
|
758
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
&.ant-switch-small {
|
|
762
|
-
min-width: 26px;
|
|
763
|
-
height: 16px;
|
|
764
|
-
}
|
|
765
|
-
&.ant-switch-large {
|
|
766
|
-
min-width: 52px;
|
|
767
|
-
height: 32px;
|
|
768
|
-
}
|
|
743
|
+
.E_ccrbeuz {
|
|
744
|
+
.ant-collapse-item {
|
|
745
|
+
border: 0px;
|
|
746
|
+
background-color: $fills-light-white;
|
|
769
747
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
748
|
+
.ant-collapse-header {
|
|
749
|
+
padding-top: 0px;
|
|
750
|
+
padding-bottom: 0px;
|
|
751
|
+
padding-left: 0px !important;
|
|
752
|
+
padding-right: 24px;
|
|
753
|
+
.ant-collapse-arrow {
|
|
754
|
+
right: 0px;
|
|
755
|
+
}
|
|
776
756
|
}
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
top: 1px;
|
|
782
|
-
left: 1px;
|
|
783
|
-
}
|
|
784
|
-
&.ant-switch-large .ant-switch-handle {
|
|
785
|
-
height: 28px;
|
|
786
|
-
width: 28px;
|
|
787
|
-
&::before {
|
|
788
|
-
border-radius: 14px;
|
|
757
|
+
.ant-collapse-content {
|
|
758
|
+
.ant-collapse-content-box {
|
|
759
|
+
padding: 0px;
|
|
760
|
+
}
|
|
789
761
|
}
|
|
790
762
|
}
|
|
791
|
-
|
|
792
|
-
&.ant-switch-checked {
|
|
793
|
-
background-color: $green-60;
|
|
794
|
-
}
|
|
795
|
-
&.ant-switch-checked .ant-switch-handle {
|
|
796
|
-
left: calc(100% - 20px - 2px);
|
|
797
|
-
}
|
|
798
|
-
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
799
|
-
left: calc(100% - 14px - 1px);
|
|
800
|
-
}
|
|
801
|
-
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
802
|
-
left: calc(100% - 28px - 2px);
|
|
803
|
-
}
|
|
804
763
|
}
|
|
805
764
|
|
|
806
|
-
.
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
.date {
|
|
813
|
-
margin-right: 4px;
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
.E_c1bus5hc {
|
|
819
|
-
--color: white;
|
|
820
|
-
height: 14px;
|
|
821
|
-
width: 14px;
|
|
822
|
-
border-radius: 50%;
|
|
823
|
-
flex-shrink: 0;
|
|
824
|
-
display: flex;
|
|
825
|
-
align-items: center;
|
|
826
|
-
justify-content: center;
|
|
827
|
-
border: 1px solid var(--color);
|
|
828
|
-
|
|
829
|
-
.circle-inner {
|
|
830
|
-
position: relative;
|
|
831
|
-
height: 10px;
|
|
832
|
-
width: 10px;
|
|
833
|
-
border-radius: 50%;
|
|
834
|
-
overflow: hidden;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.circle-content {
|
|
838
|
-
position: absolute;
|
|
839
|
-
height: 100%;
|
|
840
|
-
width: 100%;
|
|
841
|
-
left: 0;
|
|
842
|
-
top: 0;
|
|
843
|
-
border-radius: 50%;
|
|
844
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
845
|
-
transform: rotate(180deg);
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.circle-child {
|
|
849
|
-
position: absolute;
|
|
850
|
-
height: 100%;
|
|
851
|
-
width: 100%;
|
|
852
|
-
left: 0;
|
|
853
|
-
top: 0;
|
|
854
|
-
margin-left: 50%;
|
|
855
|
-
transform-origin: left;
|
|
856
|
-
background: white;
|
|
857
|
-
transform: rotate(0deg);
|
|
765
|
+
.E_c1fljvag {
|
|
766
|
+
.ant-collapse-item {
|
|
767
|
+
.ant-collapse-header {
|
|
768
|
+
padding-right: 0px;
|
|
769
|
+
cursor: default;
|
|
770
|
+
}
|
|
858
771
|
}
|
|
859
772
|
}
|
|
860
773
|
|
|
@@ -1040,68 +953,169 @@
|
|
|
1040
953
|
}
|
|
1041
954
|
|
|
1042
955
|
|
|
1043
|
-
.
|
|
956
|
+
.E_i11gg7mj {
|
|
957
|
+
.ant-input-prefix {
|
|
958
|
+
margin-right: 8px;
|
|
959
|
+
}
|
|
960
|
+
.ant-input-suffix {
|
|
961
|
+
margin-left: 8px;
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.E_cc368xp {
|
|
966
|
+
color: $gray-120;
|
|
967
|
+
border-right: 1px solid $gray-a60-5;
|
|
968
|
+
margin-right: 8px;
|
|
969
|
+
padding-right: 8px;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.E_i11o6xqj {
|
|
973
|
+
display: flex;
|
|
974
|
+
gap: 4px;
|
|
975
|
+
|
|
976
|
+
.icon-wrapper {
|
|
977
|
+
cursor: pointer;
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.E_d19ruhdj {
|
|
982
|
+
&.icon-wrapper {
|
|
983
|
+
cursor: not-allowed;
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
.E_ivqqkzv {
|
|
989
|
+
height: 24px;
|
|
990
|
+
width: 56px !important;
|
|
991
|
+
margin-right: 4px;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.E_c1wk4q29 {
|
|
995
|
+
color: $text-secondary-light;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
.E_c1bus5hc {
|
|
1000
|
+
--color: white;
|
|
1001
|
+
height: 14px;
|
|
1002
|
+
width: 14px;
|
|
1003
|
+
border-radius: 50%;
|
|
1004
|
+
flex-shrink: 0;
|
|
1044
1005
|
display: flex;
|
|
1045
|
-
justify-content: space-between;
|
|
1046
1006
|
align-items: center;
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
font-size: 12px;
|
|
1050
|
-
line-height: 24px;
|
|
1007
|
+
justify-content: center;
|
|
1008
|
+
border: 1px solid var(--color);
|
|
1051
1009
|
|
|
1052
|
-
.
|
|
1053
|
-
|
|
1010
|
+
.circle-inner {
|
|
1011
|
+
position: relative;
|
|
1012
|
+
height: 10px;
|
|
1013
|
+
width: 10px;
|
|
1014
|
+
border-radius: 50%;
|
|
1015
|
+
overflow: hidden;
|
|
1054
1016
|
}
|
|
1055
1017
|
|
|
1056
|
-
.
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1018
|
+
.circle-content {
|
|
1019
|
+
position: absolute;
|
|
1020
|
+
height: 100%;
|
|
1021
|
+
width: 100%;
|
|
1022
|
+
left: 0;
|
|
1023
|
+
top: 0;
|
|
1024
|
+
border-radius: 50%;
|
|
1025
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1026
|
+
transform: rotate(180deg);
|
|
1027
|
+
}
|
|
1062
1028
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1029
|
+
.circle-child {
|
|
1030
|
+
position: absolute;
|
|
1031
|
+
height: 100%;
|
|
1032
|
+
width: 100%;
|
|
1033
|
+
left: 0;
|
|
1034
|
+
top: 0;
|
|
1035
|
+
margin-left: 50%;
|
|
1036
|
+
transform-origin: left;
|
|
1037
|
+
background: white;
|
|
1038
|
+
transform: rotate(0deg);
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
.E_tju3gfj {
|
|
1044
|
+
.date {
|
|
1045
|
+
margin-right: 4px;
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
.E_s1dizucg {
|
|
1051
|
+
&.ant-switch {
|
|
1052
|
+
min-width: 40px;
|
|
1053
|
+
height: 24px;
|
|
1054
|
+
background: $fills-trans-quinary-light;
|
|
1055
|
+
overflow: hidden;
|
|
1056
|
+
&:focus {
|
|
1057
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1069
1058
|
}
|
|
1070
1059
|
}
|
|
1060
|
+
&.ant-switch-small {
|
|
1061
|
+
min-width: 26px;
|
|
1062
|
+
height: 16px;
|
|
1063
|
+
}
|
|
1064
|
+
&.ant-switch-large {
|
|
1065
|
+
min-width: 52px;
|
|
1066
|
+
height: 32px;
|
|
1067
|
+
}
|
|
1071
1068
|
|
|
1072
|
-
.
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
margin-left: 4px;
|
|
1069
|
+
&.ant-switch .ant-switch-handle {
|
|
1070
|
+
height: 20px;
|
|
1071
|
+
width: 20px;
|
|
1072
|
+
&::before {
|
|
1073
|
+
border-radius: 10px;
|
|
1074
|
+
transition-delay: 120ms;
|
|
1079
1075
|
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1076
|
+
}
|
|
1077
|
+
&.ant-switch-small .ant-switch-handle {
|
|
1078
|
+
height: 14px;
|
|
1079
|
+
width: 14px;
|
|
1080
|
+
top: 1px;
|
|
1081
|
+
left: 1px;
|
|
1082
|
+
}
|
|
1083
|
+
&.ant-switch-large .ant-switch-handle {
|
|
1084
|
+
height: 28px;
|
|
1085
|
+
width: 28px;
|
|
1086
|
+
&::before {
|
|
1087
|
+
border-radius: 14px;
|
|
1086
1088
|
}
|
|
1089
|
+
}
|
|
1087
1090
|
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1091
|
+
&.ant-switch-checked {
|
|
1092
|
+
background-color: $green-60;
|
|
1093
|
+
}
|
|
1094
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
1095
|
+
left: calc(100% - 20px - 2px);
|
|
1096
|
+
}
|
|
1097
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1098
|
+
left: calc(100% - 14px - 1px);
|
|
1099
|
+
}
|
|
1100
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1101
|
+
left: calc(100% - 28px - 2px);
|
|
1093
1102
|
}
|
|
1094
1103
|
}
|
|
1095
1104
|
|
|
1096
|
-
.
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
overflow-y: auto;
|
|
1105
|
+
.E_c1up6e3y {
|
|
1106
|
+
margin-left: 5px;
|
|
1107
|
+
}
|
|
1100
1108
|
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1109
|
+
|
|
1110
|
+
.E_t1m2x205 {
|
|
1111
|
+
.ant-tooltip-arrow {
|
|
1112
|
+
display: none;
|
|
1113
|
+
}
|
|
1114
|
+
.ant-tooltip-inner {
|
|
1115
|
+
background: $gray-a80-9;
|
|
1116
|
+
border-radius: 4px;
|
|
1117
|
+
&:has(.eagle-ellipsis-content) {
|
|
1118
|
+
visibility: hidden;
|
|
1105
1119
|
}
|
|
1106
1120
|
}
|
|
1107
1121
|
}
|
|
@@ -1196,6 +1210,11 @@
|
|
|
1196
1210
|
}
|
|
1197
1211
|
|
|
1198
1212
|
|
|
1213
|
+
.E_iq1gosr {
|
|
1214
|
+
display: inline-block;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
|
|
1199
1218
|
.E_s1sck0th {
|
|
1200
1219
|
padding: 0 8px;
|
|
1201
1220
|
border-radius: 4px;
|
|
@@ -1282,42 +1301,6 @@
|
|
|
1282
1301
|
}
|
|
1283
1302
|
|
|
1284
1303
|
|
|
1285
|
-
.E_iq1gosr {
|
|
1286
|
-
display: inline-block;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
.E_t1m2x205 {
|
|
1291
|
-
.ant-tooltip-arrow {
|
|
1292
|
-
display: none;
|
|
1293
|
-
}
|
|
1294
|
-
.ant-tooltip-inner {
|
|
1295
|
-
background: $gray-a80-9;
|
|
1296
|
-
border-radius: 4px;
|
|
1297
|
-
&:has(.eagle-ellipsis-content) {
|
|
1298
|
-
visibility: hidden;
|
|
1299
|
-
}
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
.E_fzh9mnb {
|
|
1305
|
-
width: 100%;
|
|
1306
|
-
height: 100%;
|
|
1307
|
-
min-height: 124px;
|
|
1308
|
-
display: flex;
|
|
1309
|
-
flex-direction: column;
|
|
1310
|
-
justify-content: center;
|
|
1311
|
-
align-items: center;
|
|
1312
|
-
|
|
1313
|
-
.error-text {
|
|
1314
|
-
color: $text-terdiary-light;
|
|
1315
|
-
margin-bottom: 16px;
|
|
1316
|
-
font-size: 18px;
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
1304
|
.E_iouxfgt {
|
|
1322
1305
|
display: inline-flex;
|
|
1323
1306
|
align-items: center;
|
|
@@ -1463,6 +1446,33 @@
|
|
|
1463
1446
|
}
|
|
1464
1447
|
|
|
1465
1448
|
|
|
1449
|
+
.E_fzh9mnb {
|
|
1450
|
+
width: 100%;
|
|
1451
|
+
height: 100%;
|
|
1452
|
+
min-height: 124px;
|
|
1453
|
+
display: flex;
|
|
1454
|
+
flex-direction: column;
|
|
1455
|
+
justify-content: center;
|
|
1456
|
+
align-items: center;
|
|
1457
|
+
|
|
1458
|
+
.error-text {
|
|
1459
|
+
color: $text-terdiary-light;
|
|
1460
|
+
margin-bottom: 16px;
|
|
1461
|
+
font-size: 18px;
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
.E_atcz0kf {
|
|
1467
|
+
.ant-input-suffix {
|
|
1468
|
+
margin-left: 8px;
|
|
1469
|
+
}
|
|
1470
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1471
|
+
padding: 2px 7px 2px 12px;
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
|
|
1466
1476
|
.E_a1wfy30z {
|
|
1467
1477
|
.ant-input-number-handler-wrap {
|
|
1468
1478
|
display: var(--a1wfy30z-0);
|
|
@@ -1514,60 +1524,8 @@
|
|
|
1514
1524
|
}
|
|
1515
1525
|
|
|
1516
1526
|
|
|
1517
|
-
.
|
|
1518
|
-
|
|
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
|
-
.E_a1b5xrg3 {
|
|
1528
|
-
.user-icon-inner {
|
|
1529
|
-
display: inline-flex;
|
|
1530
|
-
align-items: center;
|
|
1531
|
-
justify-content: center;
|
|
1532
|
-
color: $white;
|
|
1533
|
-
font-weight: bold;
|
|
1534
|
-
font-size: 12px;
|
|
1535
|
-
width: 24px;
|
|
1536
|
-
height: 24px;
|
|
1537
|
-
border-radius: 50%;
|
|
1538
|
-
background: var(--a1b5xrg3-0);
|
|
1539
|
-
}
|
|
1540
|
-
&.btn-item {
|
|
1541
|
-
transition: all 160ms ease;
|
|
1542
|
-
cursor: pointer;
|
|
1543
|
-
width: 56px;
|
|
1544
|
-
height: 40px;
|
|
1545
|
-
display: inline-flex;
|
|
1546
|
-
align-items: center;
|
|
1547
|
-
justify-content: center;
|
|
1548
|
-
border-radius: 6px;
|
|
1549
|
-
|
|
1550
|
-
&:hover {
|
|
1551
|
-
box-shadow:
|
|
1552
|
-
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
1553
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
&:active {
|
|
1557
|
-
transform: translateY(2px);
|
|
1558
|
-
transition: all 320ms ease;
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
.E_owd0kml {
|
|
1565
|
-
display: inline-block;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
.E_h1jsgezc {
|
|
1569
|
-
visibility: hidden;
|
|
1570
|
-
position: absolute;
|
|
1527
|
+
.E_m196gn1d {
|
|
1528
|
+
min-width: 1280px;
|
|
1571
1529
|
}
|
|
1572
1530
|
|
|
1573
1531
|
|
|
@@ -2384,6 +2342,53 @@
|
|
|
2384
2342
|
}
|
|
2385
2343
|
|
|
2386
2344
|
|
|
2345
|
+
.E_a1b5xrg3 {
|
|
2346
|
+
.user-icon-inner {
|
|
2347
|
+
display: inline-flex;
|
|
2348
|
+
align-items: center;
|
|
2349
|
+
justify-content: center;
|
|
2350
|
+
color: $white;
|
|
2351
|
+
font-weight: bold;
|
|
2352
|
+
font-size: 12px;
|
|
2353
|
+
width: 24px;
|
|
2354
|
+
height: 24px;
|
|
2355
|
+
border-radius: 50%;
|
|
2356
|
+
background: var(--a1b5xrg3-0);
|
|
2357
|
+
}
|
|
2358
|
+
&.btn-item {
|
|
2359
|
+
transition: all 160ms ease;
|
|
2360
|
+
cursor: pointer;
|
|
2361
|
+
width: 56px;
|
|
2362
|
+
height: 40px;
|
|
2363
|
+
display: inline-flex;
|
|
2364
|
+
align-items: center;
|
|
2365
|
+
justify-content: center;
|
|
2366
|
+
border-radius: 6px;
|
|
2367
|
+
|
|
2368
|
+
&:hover {
|
|
2369
|
+
box-shadow:
|
|
2370
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2371
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
&:active {
|
|
2375
|
+
transform: translateY(2px);
|
|
2376
|
+
transition: all 320ms ease;
|
|
2377
|
+
}
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
.E_owd0kml {
|
|
2383
|
+
display: inline-block;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.E_h1jsgezc {
|
|
2387
|
+
visibility: hidden;
|
|
2388
|
+
position: absolute;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
|
|
2387
2392
|
.E_dsnbhzf {
|
|
2388
2393
|
@include Inter(bold);
|
|
2389
2394
|
font-size: 32px;
|
|
@@ -2738,11 +2743,6 @@
|
|
|
2738
2743
|
}
|
|
2739
2744
|
|
|
2740
2745
|
|
|
2741
|
-
.E_m196gn1d {
|
|
2742
|
-
min-width: 1280px;
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
2746
|
.E_s17wv897 {
|
|
2747
2747
|
&.ant-select,
|
|
2748
2748
|
&.ant-select div.ant-select-selector {
|
|
@@ -3090,6 +3090,22 @@
|
|
|
3090
3090
|
}
|
|
3091
3091
|
|
|
3092
3092
|
|
|
3093
|
+
.E_suhck3k {
|
|
3094
|
+
height: 24px;
|
|
3095
|
+
width: 24px;
|
|
3096
|
+
border-radius: 6px;
|
|
3097
|
+
padding: 4px;
|
|
3098
|
+
&:hover {
|
|
3099
|
+
background-color: $fill-outstanding-light;
|
|
3100
|
+
svg {
|
|
3101
|
+
path {
|
|
3102
|
+
fill: blue;
|
|
3103
|
+
}
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
|
|
3093
3109
|
.E_ryby9ds {
|
|
3094
3110
|
display: flex;
|
|
3095
3111
|
align-items: center;
|
|
@@ -3107,22 +3123,6 @@
|
|
|
3107
3123
|
}
|
|
3108
3124
|
|
|
3109
3125
|
|
|
3110
|
-
.E_suhck3k {
|
|
3111
|
-
height: 24px;
|
|
3112
|
-
width: 24px;
|
|
3113
|
-
border-radius: 6px;
|
|
3114
|
-
padding: 4px;
|
|
3115
|
-
&:hover {
|
|
3116
|
-
background-color: $fill-outstanding-light;
|
|
3117
|
-
svg {
|
|
3118
|
-
path {
|
|
3119
|
-
fill: blue;
|
|
3120
|
-
}
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
3126
|
.E_hrhfj7c {
|
|
3127
3127
|
display: none;
|
|
3128
3128
|
}
|
|
@@ -3595,6 +3595,7 @@
|
|
|
3595
3595
|
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3596
3596
|
padding-left: 8px;
|
|
3597
3597
|
padding-right: 8px;
|
|
3598
|
+
font-size: 12px;
|
|
3598
3599
|
}
|
|
3599
3600
|
|
|
3600
3601
|
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
@@ -3636,37 +3637,23 @@
|
|
|
3636
3637
|
// remove after's bg color
|
|
3637
3638
|
&.antd5-segmented
|
|
3638
3639
|
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3639
|
-
.antd5-segmented-item-disabled
|
|
3640
|
-
)::after {
|
|
3641
|
-
background-color: transparent;
|
|
3642
|
-
}
|
|
3643
|
-
}
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
.E_b14q2gmw {
|
|
3647
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3648
|
-
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3649
|
-
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3650
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3651
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3652
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3653
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3654
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3640
|
+
.antd5-segmented-item-disabled
|
|
3641
|
+
)::after {
|
|
3642
|
+
background-color: transparent;
|
|
3643
|
+
}
|
|
3655
3644
|
}
|
|
3656
3645
|
|
|
3657
|
-
.E_c1eym6el {
|
|
3658
|
-
border-radius: 8px;
|
|
3659
|
-
background-color: white;
|
|
3660
|
-
&.hoverable {
|
|
3661
|
-
cursor: pointer;
|
|
3662
3646
|
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3647
|
+
.E_ckui4s7 {
|
|
3648
|
+
color: $text-primary-light;
|
|
3649
|
+
line-height: 22px;
|
|
3650
|
+
display: inline-flex;
|
|
3651
|
+
.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; } } }
|
|
3652
|
+
}
|
|
3653
|
+
|
|
3654
|
+
|
|
3655
|
+
.E_c1yd35n {
|
|
3656
|
+
padding: 0 12px 14px 12px;
|
|
3670
3657
|
}
|
|
3671
3658
|
|
|
3672
3659
|
|
|
@@ -3718,16 +3705,30 @@
|
|
|
3718
3705
|
}
|
|
3719
3706
|
|
|
3720
3707
|
|
|
3721
|
-
.
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3708
|
+
.E_b14q2gmw {
|
|
3709
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3710
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3711
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3712
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3713
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3714
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3715
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3716
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3726
3717
|
}
|
|
3727
3718
|
|
|
3719
|
+
.E_c1eym6el {
|
|
3720
|
+
border-radius: 8px;
|
|
3721
|
+
background-color: white;
|
|
3722
|
+
&.hoverable {
|
|
3723
|
+
cursor: pointer;
|
|
3728
3724
|
|
|
3729
|
-
|
|
3730
|
-
|
|
3725
|
+
&:hover {
|
|
3726
|
+
transition: all 200ms ease;
|
|
3727
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3728
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3729
|
+
transform: translateY(-4px);
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3731
3732
|
}
|
|
3732
3733
|
|
|
3733
3734
|
|
|
@@ -3787,50 +3788,6 @@
|
|
|
3787
3788
|
}
|
|
3788
3789
|
|
|
3789
3790
|
|
|
3790
|
-
.E_w7ob4th {
|
|
3791
|
-
&.outside-tag {
|
|
3792
|
-
padding-left: 0;
|
|
3793
|
-
.inside-tag {
|
|
3794
|
-
border-radius: 4px 0 0 4px;
|
|
3795
|
-
padding-right: 4px;
|
|
3796
|
-
margin-right: 4px;
|
|
3797
|
-
}
|
|
3798
|
-
}
|
|
3799
|
-
}
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
.E_slr2ynn {
|
|
3803
|
-
padding: 0 8px;
|
|
3804
|
-
height: 18px;
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
.E_m140wbb6 {
|
|
3808
|
-
padding: 2px 8px;
|
|
3809
|
-
height: 24px;
|
|
3810
|
-
}
|
|
3811
|
-
|
|
3812
|
-
.E_t1fozc1i {
|
|
3813
|
-
margin: 0;
|
|
3814
|
-
}
|
|
3815
|
-
|
|
3816
|
-
.E_i1vxv4ln {
|
|
3817
|
-
margin-right: 4px;
|
|
3818
|
-
height: 16px;
|
|
3819
|
-
}
|
|
3820
|
-
|
|
3821
|
-
.E_n1afl31m {
|
|
3822
|
-
&.ant-tag.ant-tag-gray {
|
|
3823
|
-
font-weight: 700;
|
|
3824
|
-
color: $text-neutral-primary;
|
|
3825
|
-
background-color: $fill-neutral-trans-1;
|
|
3826
|
-
border: 1px solid $stroke-neutral-trans-2;
|
|
3827
|
-
word-break: break-all;
|
|
3828
|
-
display: inline;
|
|
3829
|
-
white-space: normal;
|
|
3830
|
-
}
|
|
3831
|
-
}
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
3791
|
.E_sjob3jg {
|
|
3835
3792
|
$item: ant-steps-item;
|
|
3836
3793
|
--item-min-width: 60px;
|
|
@@ -4055,6 +4012,18 @@
|
|
|
4055
4012
|
}
|
|
4056
4013
|
|
|
4057
4014
|
|
|
4015
|
+
.E_w7ob4th {
|
|
4016
|
+
&.outside-tag {
|
|
4017
|
+
padding-left: 0;
|
|
4018
|
+
.inside-tag {
|
|
4019
|
+
border-radius: 4px 0 0 4px;
|
|
4020
|
+
padding-right: 4px;
|
|
4021
|
+
margin-right: 4px;
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
|
|
4058
4027
|
.E_t1dtlqs1 {
|
|
4059
4028
|
margin-bottom: 4px;
|
|
4060
4029
|
color: $text-secondary-light;
|
|
@@ -4224,51 +4193,160 @@
|
|
|
4224
4193
|
font-size: inherit;
|
|
4225
4194
|
}
|
|
4226
4195
|
|
|
4227
|
-
.ant-form-item-control-input {
|
|
4228
|
-
min-height: 24px;
|
|
4229
|
-
font-size: 12px;
|
|
4230
|
-
position: relative;
|
|
4196
|
+
.ant-form-item-control-input {
|
|
4197
|
+
min-height: 24px;
|
|
4198
|
+
font-size: 12px;
|
|
4199
|
+
position: relative;
|
|
4200
|
+
}
|
|
4201
|
+
}
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
&.row-split-by-border {
|
|
4205
|
+
.eagle-table-form-row {
|
|
4206
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4207
|
+
}
|
|
4208
|
+
}
|
|
4209
|
+
&.row-split-by-zebraMarking {
|
|
4210
|
+
.draggable-container {
|
|
4211
|
+
& > :nth-child(2n) {
|
|
4212
|
+
background-color: $fills-trans-primary-light;
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
.E_a138syjm {
|
|
4219
|
+
display: flex;
|
|
4220
|
+
align-items: center;
|
|
4221
|
+
margin-top: 8px;
|
|
4222
|
+
button.ant-btn {
|
|
4223
|
+
padding: 2px 8px;
|
|
4224
|
+
height: 24px;
|
|
4225
|
+
}
|
|
4226
|
+
& > span.maximum-desc {
|
|
4227
|
+
display: none;
|
|
4228
|
+
margin-left: 8px;
|
|
4229
|
+
color: $text-secondary-light;
|
|
4230
|
+
&.disabled {
|
|
4231
|
+
display: inline;
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
}
|
|
4235
|
+
|
|
4236
|
+
.E_d77i8u0 {
|
|
4237
|
+
width: 24px;
|
|
4238
|
+
height: 24px;
|
|
4239
|
+
padding: 4px;
|
|
4240
|
+
margin-right: 8px;
|
|
4241
|
+
}
|
|
4242
|
+
|
|
4243
|
+
|
|
4244
|
+
.E_slr2ynn {
|
|
4245
|
+
padding: 0 8px;
|
|
4246
|
+
height: 18px;
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4249
|
+
.E_m140wbb6 {
|
|
4250
|
+
padding: 2px 8px;
|
|
4251
|
+
height: 24px;
|
|
4252
|
+
}
|
|
4253
|
+
|
|
4254
|
+
.E_t1fozc1i {
|
|
4255
|
+
margin: 0;
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4258
|
+
.E_i1vxv4ln {
|
|
4259
|
+
margin-right: 4px;
|
|
4260
|
+
height: 16px;
|
|
4261
|
+
}
|
|
4262
|
+
|
|
4263
|
+
.E_n1afl31m {
|
|
4264
|
+
&.ant-tag.ant-tag-gray {
|
|
4265
|
+
font-weight: 700;
|
|
4266
|
+
color: $text-neutral-primary;
|
|
4267
|
+
background-color: $fill-neutral-trans-1;
|
|
4268
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
4269
|
+
word-break: break-all;
|
|
4270
|
+
display: inline;
|
|
4271
|
+
white-space: normal;
|
|
4272
|
+
}
|
|
4273
|
+
}
|
|
4274
|
+
|
|
4275
|
+
|
|
4276
|
+
.E_i1g85yz3 {
|
|
4277
|
+
margin-right: 4px;
|
|
4278
|
+
height: 16px;
|
|
4279
|
+
}
|
|
4280
|
+
|
|
4281
|
+
|
|
4282
|
+
.E_l48ei06 {
|
|
4283
|
+
@at-root {
|
|
4284
|
+
button#{&}.ant-btn,
|
|
4285
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
4286
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
4287
|
+
font-size: 12px;
|
|
4288
|
+
line-height: 18px;
|
|
4289
|
+
height: 18px;
|
|
4290
|
+
}
|
|
4291
|
+
button#{&} {
|
|
4292
|
+
color: #0080FF;
|
|
4293
|
+
height: unset;
|
|
4294
|
+
.button-prefix-icon {
|
|
4295
|
+
margin-right: 4px;
|
|
4296
|
+
}
|
|
4297
|
+
.button-suffix-icon {
|
|
4298
|
+
margin-left: 4px;
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
&:hover,
|
|
4302
|
+
&.__pseudo-states-hover {
|
|
4303
|
+
color: #009DFF;
|
|
4304
|
+
}
|
|
4305
|
+
|
|
4306
|
+
&:active,
|
|
4307
|
+
&.__pseudo-states-active {
|
|
4308
|
+
color: #005ED1;
|
|
4309
|
+
}
|
|
4310
|
+
&.ui-kit-link-disabled {
|
|
4311
|
+
color: #0080FF;
|
|
4312
|
+
}
|
|
4313
|
+
&.ui-kit-link-primary {
|
|
4314
|
+
color: #00122E;
|
|
4315
|
+
|
|
4316
|
+
&:hover,
|
|
4317
|
+
&.__pseudo-states-hover {
|
|
4318
|
+
color: #0080FF;
|
|
4319
|
+
}
|
|
4320
|
+
|
|
4321
|
+
&:active,
|
|
4322
|
+
&.__pseudo-states-active {
|
|
4323
|
+
color: #005ED1;
|
|
4324
|
+
}
|
|
4325
|
+
|
|
4326
|
+
&.ui-kit-link-disabled {
|
|
4327
|
+
color: #00122E;
|
|
4328
|
+
}
|
|
4329
|
+
}
|
|
4330
|
+
|
|
4331
|
+
&.ui-kit-link-secondary {
|
|
4332
|
+
color: #2C3852BF;
|
|
4333
|
+
|
|
4334
|
+
&:hover,
|
|
4335
|
+
&.__pseudo-states-hover {
|
|
4336
|
+
color: #0080FF;
|
|
4337
|
+
}
|
|
4338
|
+
|
|
4339
|
+
&:active,
|
|
4340
|
+
&.__pseudo-states-active {
|
|
4341
|
+
color: #005ED1;
|
|
4342
|
+
}
|
|
4343
|
+
|
|
4344
|
+
&.ui-kit-link-disabled {
|
|
4345
|
+
color: #2C3852BF;
|
|
4231
4346
|
}
|
|
4232
4347
|
}
|
|
4233
4348
|
}
|
|
4234
4349
|
}
|
|
4235
|
-
&.row-split-by-border {
|
|
4236
|
-
.eagle-table-form-row {
|
|
4237
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
4238
|
-
}
|
|
4239
|
-
}
|
|
4240
|
-
&.row-split-by-zebraMarking {
|
|
4241
|
-
.draggable-container {
|
|
4242
|
-
& > :nth-child(2n) {
|
|
4243
|
-
background-color: $fills-trans-primary-light;
|
|
4244
|
-
}
|
|
4245
|
-
}
|
|
4246
|
-
}
|
|
4247
|
-
}
|
|
4248
|
-
|
|
4249
|
-
.E_a138syjm {
|
|
4250
|
-
display: flex;
|
|
4251
|
-
align-items: center;
|
|
4252
|
-
margin-top: 8px;
|
|
4253
|
-
button.ant-btn {
|
|
4254
|
-
padding: 2px 8px;
|
|
4255
|
-
height: 24px;
|
|
4256
|
-
}
|
|
4257
|
-
& > span.maximum-desc {
|
|
4258
|
-
display: none;
|
|
4259
|
-
margin-left: 8px;
|
|
4260
|
-
color: $text-secondary-light;
|
|
4261
|
-
&.disabled {
|
|
4262
|
-
display: inline;
|
|
4263
|
-
}
|
|
4264
|
-
}
|
|
4265
|
-
}
|
|
4266
|
-
|
|
4267
|
-
.E_d77i8u0 {
|
|
4268
|
-
width: 24px;
|
|
4269
|
-
height: 24px;
|
|
4270
|
-
padding: 4px;
|
|
4271
|
-
margin-right: 8px;
|
|
4272
4350
|
}
|
|
4273
4351
|
|
|
4274
4352
|
|
|
@@ -4356,77 +4434,6 @@
|
|
|
4356
4434
|
}
|
|
4357
4435
|
|
|
4358
4436
|
|
|
4359
|
-
.E_l48ei06 {
|
|
4360
|
-
@at-root {
|
|
4361
|
-
button#{&}.ant-btn,
|
|
4362
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
4363
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
4364
|
-
font-size: 12px;
|
|
4365
|
-
line-height: 18px;
|
|
4366
|
-
height: 18px;
|
|
4367
|
-
}
|
|
4368
|
-
button#{&} {
|
|
4369
|
-
color: #0080FF;
|
|
4370
|
-
height: unset;
|
|
4371
|
-
.button-prefix-icon {
|
|
4372
|
-
margin-right: 4px;
|
|
4373
|
-
}
|
|
4374
|
-
.button-suffix-icon {
|
|
4375
|
-
margin-left: 4px;
|
|
4376
|
-
}
|
|
4377
|
-
|
|
4378
|
-
&:hover,
|
|
4379
|
-
&.__pseudo-states-hover {
|
|
4380
|
-
color: #009DFF;
|
|
4381
|
-
}
|
|
4382
|
-
|
|
4383
|
-
&:active,
|
|
4384
|
-
&.__pseudo-states-active {
|
|
4385
|
-
color: #005ED1;
|
|
4386
|
-
}
|
|
4387
|
-
&.ui-kit-link-disabled {
|
|
4388
|
-
color: #0080FF;
|
|
4389
|
-
}
|
|
4390
|
-
&.ui-kit-link-primary {
|
|
4391
|
-
color: #00122E;
|
|
4392
|
-
|
|
4393
|
-
&:hover,
|
|
4394
|
-
&.__pseudo-states-hover {
|
|
4395
|
-
color: #0080FF;
|
|
4396
|
-
}
|
|
4397
|
-
|
|
4398
|
-
&:active,
|
|
4399
|
-
&.__pseudo-states-active {
|
|
4400
|
-
color: #005ED1;
|
|
4401
|
-
}
|
|
4402
|
-
|
|
4403
|
-
&.ui-kit-link-disabled {
|
|
4404
|
-
color: #00122E;
|
|
4405
|
-
}
|
|
4406
|
-
}
|
|
4407
|
-
|
|
4408
|
-
&.ui-kit-link-secondary {
|
|
4409
|
-
color: #2C3852BF;
|
|
4410
|
-
|
|
4411
|
-
&:hover,
|
|
4412
|
-
&.__pseudo-states-hover {
|
|
4413
|
-
color: #0080FF;
|
|
4414
|
-
}
|
|
4415
|
-
|
|
4416
|
-
&:active,
|
|
4417
|
-
&.__pseudo-states-active {
|
|
4418
|
-
color: #005ED1;
|
|
4419
|
-
}
|
|
4420
|
-
|
|
4421
|
-
&.ui-kit-link-disabled {
|
|
4422
|
-
color: #2C3852BF;
|
|
4423
|
-
}
|
|
4424
|
-
}
|
|
4425
|
-
}
|
|
4426
|
-
}
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
4437
|
.E_tc97u5y {
|
|
4431
4438
|
height: 100%;
|
|
4432
4439
|
}
|
|
@@ -4886,12 +4893,6 @@
|
|
|
4886
4893
|
}
|
|
4887
4894
|
|
|
4888
4895
|
|
|
4889
|
-
.E_i1g85yz3 {
|
|
4890
|
-
margin-right: 4px;
|
|
4891
|
-
height: 16px;
|
|
4892
|
-
}
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
4896
|
.E_t13ef470 {
|
|
4896
4897
|
height: 100%;
|
|
4897
4898
|
.table-loading-item {
|
|
@@ -5034,7 +5035,7 @@
|
|
|
5034
5035
|
}
|
|
5035
5036
|
|
|
5036
5037
|
|
|
5037
|
-
.
|
|
5038
|
+
.E_msn7nxt {
|
|
5038
5039
|
color: $text-light-secondary;
|
|
5039
5040
|
text-align: center;
|
|
5040
5041
|
|
|
@@ -5050,7 +5051,7 @@
|
|
|
5050
5051
|
}
|
|
5051
5052
|
}
|
|
5052
5053
|
|
|
5053
|
-
.
|
|
5054
|
+
.E_mp64wfi {
|
|
5054
5055
|
width: 100%;
|
|
5055
5056
|
height: 100%;
|
|
5056
5057
|
display: flex;
|
|
@@ -5060,6 +5061,7 @@
|
|
|
5060
5061
|
width: 100%;
|
|
5061
5062
|
display: flex;
|
|
5062
5063
|
line-height: 30px;
|
|
5064
|
+
padding: 0 16px;
|
|
5063
5065
|
justify-content: space-between;
|
|
5064
5066
|
.metric-extra {
|
|
5065
5067
|
display: flex;
|
|
@@ -5092,7 +5094,7 @@
|
|
|
5092
5094
|
}
|
|
5093
5095
|
}
|
|
5094
5096
|
|
|
5095
|
-
.
|
|
5097
|
+
.E_l1oyigan {
|
|
5096
5098
|
display: flex;
|
|
5097
5099
|
align-items: center;
|
|
5098
5100
|
white-space: nowrap;
|
|
@@ -5100,68 +5102,38 @@
|
|
|
5100
5102
|
width: 100%;
|
|
5101
5103
|
|
|
5102
5104
|
.ant-dropdown-trigger {
|
|
5105
|
+
margin-left: auto;
|
|
5103
5106
|
font-size: 12px;
|
|
5104
|
-
margin-left: 8px;
|
|
5105
5107
|
}
|
|
5106
5108
|
}
|
|
5107
5109
|
|
|
5108
|
-
.
|
|
5110
|
+
.E_l1noi4n1 {
|
|
5109
5111
|
display: flex;
|
|
5110
5112
|
justify-content: flex-start;
|
|
5111
5113
|
align-items: center;
|
|
5112
5114
|
font-size: 12px;
|
|
5113
5115
|
cursor: pointer;
|
|
5114
|
-
&:not(:first-child) {
|
|
5115
|
-
margin-left: 8px;
|
|
5116
|
-
}
|
|
5117
5116
|
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
opacity: 0.3;
|
|
5121
|
-
|
|
5122
|
-
&:not(.hoverering-self) .color-block {
|
|
5123
|
-
background: #b4beca !important;
|
|
5124
|
-
border-radius: 2px;
|
|
5125
|
-
}
|
|
5126
|
-
}
|
|
5127
|
-
&.hoverering-self {
|
|
5128
|
-
opacity: 1;
|
|
5129
|
-
}
|
|
5130
|
-
.dropdown-trigger {
|
|
5131
|
-
margin-left: 12px;
|
|
5117
|
+
&:not(:last-child) {
|
|
5118
|
+
margin-right: 20px;
|
|
5132
5119
|
}
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
.E_l1mumj7o {
|
|
5136
|
-
display: flex;
|
|
5137
|
-
justify-content: flex-start;
|
|
5138
|
-
align-items: center;
|
|
5139
|
-
font-size: 12px;
|
|
5140
|
-
cursor: pointer;
|
|
5141
|
-
|
|
5142
|
-
&.deselected,
|
|
5143
|
-
&.hovering {
|
|
5144
|
-
opacity: 0.3;
|
|
5120
|
+
&.deselected {
|
|
5121
|
+
opacity: 0.4;
|
|
5145
5122
|
|
|
5146
|
-
|
|
5123
|
+
.color-block {
|
|
5147
5124
|
background: #b4beca !important;
|
|
5148
|
-
border-radius: 2px;
|
|
5149
5125
|
}
|
|
5150
5126
|
}
|
|
5151
|
-
&.hoverering-self {
|
|
5152
|
-
opacity: 1;
|
|
5153
|
-
}
|
|
5154
5127
|
}
|
|
5155
5128
|
|
|
5156
|
-
.
|
|
5129
|
+
.E_cz19rz6 {
|
|
5157
5130
|
display: inline-block;
|
|
5158
5131
|
height: 8px;
|
|
5159
5132
|
width: 8px;
|
|
5160
|
-
margin-right:
|
|
5161
|
-
border-radius: 2px;
|
|
5133
|
+
margin-right: 8px;
|
|
5162
5134
|
}
|
|
5163
5135
|
|
|
5164
|
-
.
|
|
5136
|
+
.E_e17r5r9c {
|
|
5165
5137
|
.ant-dropdown-menu-item {
|
|
5166
5138
|
display: flex;
|
|
5167
5139
|
align-items: center;
|
|
@@ -5170,7 +5142,7 @@
|
|
|
5170
5142
|
}
|
|
5171
5143
|
}
|
|
5172
5144
|
|
|
5173
|
-
.
|
|
5145
|
+
.E_m1y1hhnr {
|
|
5174
5146
|
position: relative;
|
|
5175
5147
|
|
|
5176
5148
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5181,9 +5153,10 @@
|
|
|
5181
5153
|
display: flex;
|
|
5182
5154
|
justify-content: space-between;
|
|
5183
5155
|
line-height: 30px;
|
|
5156
|
+
margin: 0 16px;
|
|
5157
|
+
|
|
5184
5158
|
.metric-extra {
|
|
5185
5159
|
display: flex;
|
|
5186
|
-
flex-shrink: 0;
|
|
5187
5160
|
font-size: 12px;
|
|
5188
5161
|
align-items: center;
|
|
5189
5162
|
|
|
@@ -5209,28 +5182,26 @@
|
|
|
5209
5182
|
position: absolute;
|
|
5210
5183
|
bottom: 10px;
|
|
5211
5184
|
padding: 0 8px;
|
|
5185
|
+
border-radius: 4px;
|
|
5212
5186
|
font-size: 12px;
|
|
5213
5187
|
color: $white;
|
|
5188
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5214
5189
|
transform: translateX(-50%);
|
|
5215
5190
|
}
|
|
5216
5191
|
}
|
|
5217
5192
|
|
|
5218
|
-
.
|
|
5193
|
+
.E_tnvijvs {
|
|
5219
5194
|
min-width: 200px;
|
|
5220
|
-
background-color: $fill-neutral-trans-8;
|
|
5221
|
-
border-radius: 4px;
|
|
5222
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5223
|
-
padding: 8px;
|
|
5224
5195
|
}
|
|
5225
5196
|
|
|
5226
|
-
.
|
|
5197
|
+
.E_t1ub2aex {
|
|
5227
5198
|
display: flex;
|
|
5228
5199
|
align-items: center;
|
|
5229
|
-
background-color: unset;
|
|
5230
|
-
color: $text-neutral-ontint;
|
|
5231
5200
|
justify-content: space-between;
|
|
5201
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5202
|
+
color: #b4beca;
|
|
5232
5203
|
font-size: 12px;
|
|
5233
|
-
padding
|
|
5204
|
+
padding: 3px 6px;
|
|
5234
5205
|
|
|
5235
5206
|
&:first-child {
|
|
5236
5207
|
padding-top: 3px;
|
|
@@ -5239,24 +5210,13 @@
|
|
|
5239
5210
|
padding-bottom: 3px;
|
|
5240
5211
|
}
|
|
5241
5212
|
.column-value {
|
|
5242
|
-
color: $
|
|
5213
|
+
color: $white;
|
|
5243
5214
|
margin-left: 8px;
|
|
5244
5215
|
}
|
|
5245
5216
|
}
|
|
5246
5217
|
|
|
5247
|
-
.E_ljhvvia {
|
|
5248
|
-
display: inline-block;
|
|
5249
|
-
height: 8px;
|
|
5250
|
-
width: 8px;
|
|
5251
|
-
margin-right: 8px;
|
|
5252
|
-
border-radius: 2px;
|
|
5253
|
-
&.borderd {
|
|
5254
|
-
border: 1px solid $stroke-neutral-white;
|
|
5255
|
-
}
|
|
5256
|
-
}
|
|
5257
|
-
|
|
5258
5218
|
|
|
5259
|
-
.
|
|
5219
|
+
.E_m11nzl2x {
|
|
5260
5220
|
color: $text-light-secondary;
|
|
5261
5221
|
text-align: center;
|
|
5262
5222
|
|
|
@@ -5272,7 +5232,7 @@
|
|
|
5272
5232
|
}
|
|
5273
5233
|
}
|
|
5274
5234
|
|
|
5275
|
-
.
|
|
5235
|
+
.E_mn7joto {
|
|
5276
5236
|
width: 100%;
|
|
5277
5237
|
height: 100%;
|
|
5278
5238
|
display: flex;
|
|
@@ -5282,7 +5242,6 @@
|
|
|
5282
5242
|
width: 100%;
|
|
5283
5243
|
display: flex;
|
|
5284
5244
|
line-height: 30px;
|
|
5285
|
-
padding: 0 16px;
|
|
5286
5245
|
justify-content: space-between;
|
|
5287
5246
|
.metric-extra {
|
|
5288
5247
|
display: flex;
|
|
@@ -5315,7 +5274,7 @@
|
|
|
5315
5274
|
}
|
|
5316
5275
|
}
|
|
5317
5276
|
|
|
5318
|
-
.
|
|
5277
|
+
.E_l1bifhon {
|
|
5319
5278
|
display: flex;
|
|
5320
5279
|
align-items: center;
|
|
5321
5280
|
white-space: nowrap;
|
|
@@ -5323,38 +5282,74 @@
|
|
|
5323
5282
|
width: 100%;
|
|
5324
5283
|
|
|
5325
5284
|
.ant-dropdown-trigger {
|
|
5326
|
-
margin-left: auto;
|
|
5327
5285
|
font-size: 12px;
|
|
5286
|
+
margin-left: 8px;
|
|
5328
5287
|
}
|
|
5329
5288
|
}
|
|
5330
5289
|
|
|
5331
|
-
.
|
|
5290
|
+
.E_ltthzck {
|
|
5332
5291
|
display: flex;
|
|
5333
5292
|
justify-content: flex-start;
|
|
5334
5293
|
align-items: center;
|
|
5335
5294
|
font-size: 12px;
|
|
5336
5295
|
cursor: pointer;
|
|
5296
|
+
&:not(:first-child) {
|
|
5297
|
+
margin-left: 8px;
|
|
5298
|
+
}
|
|
5337
5299
|
|
|
5338
|
-
|
|
5339
|
-
|
|
5300
|
+
&.deselected,
|
|
5301
|
+
&.hovering {
|
|
5302
|
+
opacity: 0.3;
|
|
5303
|
+
|
|
5304
|
+
&:not(.hoverering-self) .color-block {
|
|
5305
|
+
background: #b4beca !important;
|
|
5306
|
+
border-radius: 2px;
|
|
5307
|
+
}
|
|
5340
5308
|
}
|
|
5341
|
-
&.
|
|
5342
|
-
opacity:
|
|
5309
|
+
&.hoverering-self {
|
|
5310
|
+
opacity: 1;
|
|
5311
|
+
}
|
|
5312
|
+
.dropdown-trigger {
|
|
5313
|
+
margin-left: 12px;
|
|
5314
|
+
}
|
|
5315
|
+
.legend-name {
|
|
5316
|
+
color: $text-light-primary;
|
|
5317
|
+
}
|
|
5318
|
+
}
|
|
5319
|
+
|
|
5320
|
+
.E_l1mumj7o {
|
|
5321
|
+
display: flex;
|
|
5322
|
+
justify-content: flex-start;
|
|
5323
|
+
align-items: center;
|
|
5324
|
+
font-size: 12px;
|
|
5325
|
+
cursor: pointer;
|
|
5326
|
+
|
|
5327
|
+
&.deselected,
|
|
5328
|
+
&.hovering {
|
|
5329
|
+
opacity: 0.3;
|
|
5343
5330
|
|
|
5344
|
-
.color-block {
|
|
5331
|
+
&:not(.hoverering-self) .color-block {
|
|
5345
5332
|
background: #b4beca !important;
|
|
5333
|
+
border-radius: 2px;
|
|
5346
5334
|
}
|
|
5347
5335
|
}
|
|
5336
|
+
.legend-name {
|
|
5337
|
+
color: $text-light-primary;
|
|
5338
|
+
}
|
|
5339
|
+
&.hoverering-self {
|
|
5340
|
+
opacity: 1;
|
|
5341
|
+
}
|
|
5348
5342
|
}
|
|
5349
5343
|
|
|
5350
|
-
.
|
|
5344
|
+
.E_c14rn6j5 {
|
|
5351
5345
|
display: inline-block;
|
|
5352
5346
|
height: 8px;
|
|
5353
5347
|
width: 8px;
|
|
5354
|
-
margin-right:
|
|
5348
|
+
margin-right: 6px;
|
|
5349
|
+
border-radius: 2px;
|
|
5355
5350
|
}
|
|
5356
5351
|
|
|
5357
|
-
.
|
|
5352
|
+
.E_e45tc5l {
|
|
5358
5353
|
.ant-dropdown-menu-item {
|
|
5359
5354
|
display: flex;
|
|
5360
5355
|
align-items: center;
|
|
@@ -5363,7 +5358,7 @@
|
|
|
5363
5358
|
}
|
|
5364
5359
|
}
|
|
5365
5360
|
|
|
5366
|
-
.
|
|
5361
|
+
.E_lqeaosa {
|
|
5367
5362
|
position: relative;
|
|
5368
5363
|
|
|
5369
5364
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5374,10 +5369,9 @@
|
|
|
5374
5369
|
display: flex;
|
|
5375
5370
|
justify-content: space-between;
|
|
5376
5371
|
line-height: 30px;
|
|
5377
|
-
margin: 0 16px;
|
|
5378
|
-
|
|
5379
5372
|
.metric-extra {
|
|
5380
5373
|
display: flex;
|
|
5374
|
+
flex-shrink: 0;
|
|
5381
5375
|
font-size: 12px;
|
|
5382
5376
|
align-items: center;
|
|
5383
5377
|
|
|
@@ -5403,26 +5397,28 @@
|
|
|
5403
5397
|
position: absolute;
|
|
5404
5398
|
bottom: 10px;
|
|
5405
5399
|
padding: 0 8px;
|
|
5406
|
-
border-radius: 4px;
|
|
5407
5400
|
font-size: 12px;
|
|
5408
5401
|
color: $white;
|
|
5409
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5410
5402
|
transform: translateX(-50%);
|
|
5411
5403
|
}
|
|
5412
5404
|
}
|
|
5413
5405
|
|
|
5414
|
-
.
|
|
5406
|
+
.E_t2pr38p {
|
|
5415
5407
|
min-width: 200px;
|
|
5408
|
+
background-color: $fill-neutral-trans-8;
|
|
5409
|
+
border-radius: 4px;
|
|
5410
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5411
|
+
padding: 8px;
|
|
5416
5412
|
}
|
|
5417
5413
|
|
|
5418
|
-
.
|
|
5414
|
+
.E_tecdsj7 {
|
|
5419
5415
|
display: flex;
|
|
5420
5416
|
align-items: center;
|
|
5417
|
+
background-color: unset;
|
|
5418
|
+
color: $text-neutral-ontint;
|
|
5421
5419
|
justify-content: space-between;
|
|
5422
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5423
|
-
color: #b4beca;
|
|
5424
5420
|
font-size: 12px;
|
|
5425
|
-
padding:
|
|
5421
|
+
padding-top: 6px;
|
|
5426
5422
|
|
|
5427
5423
|
&:first-child {
|
|
5428
5424
|
padding-top: 3px;
|
|
@@ -5431,11 +5427,22 @@
|
|
|
5431
5427
|
padding-bottom: 3px;
|
|
5432
5428
|
}
|
|
5433
5429
|
.column-value {
|
|
5434
|
-
color: $
|
|
5430
|
+
color: $text-neutral-ontint;
|
|
5435
5431
|
margin-left: 8px;
|
|
5436
5432
|
}
|
|
5437
5433
|
}
|
|
5438
5434
|
|
|
5435
|
+
.E_ljhvvia {
|
|
5436
|
+
display: inline-block;
|
|
5437
|
+
height: 8px;
|
|
5438
|
+
width: 8px;
|
|
5439
|
+
margin-right: 8px;
|
|
5440
|
+
border-radius: 2px;
|
|
5441
|
+
&.borderd {
|
|
5442
|
+
border: 1px solid $stroke-neutral-white;
|
|
5443
|
+
}
|
|
5444
|
+
}
|
|
5445
|
+
|
|
5439
5446
|
|
|
5440
5447
|
.E_t59qhqp {
|
|
5441
5448
|
background: #FFFFFF;
|
|
@@ -5557,93 +5564,318 @@
|
|
|
5557
5564
|
}
|
|
5558
5565
|
|
|
5559
5566
|
|
|
5560
|
-
.E_f16blduf {
|
|
5561
|
-
&.ant-form-item {
|
|
5562
|
-
margin-bottom: 0;
|
|
5563
|
-
}
|
|
5567
|
+
.E_f16blduf {
|
|
5568
|
+
&.ant-form-item {
|
|
5569
|
+
margin-bottom: 0;
|
|
5570
|
+
}
|
|
5571
|
+
|
|
5572
|
+
.ant-form-item-explain {
|
|
5573
|
+
display: none;
|
|
5574
|
+
min-height: 18px;
|
|
5575
|
+
margin-top: 5px;
|
|
5576
|
+
font-family: "Inter";
|
|
5577
|
+
font-weight: 400;
|
|
5578
|
+
font-size: 12px;
|
|
5579
|
+
line-height: 18px;
|
|
5580
|
+
}
|
|
5581
|
+
|
|
5582
|
+
&.ant-form-item[class*="ant-form-item-has"]:not(
|
|
5583
|
+
.ant-form-item-has-error-leave
|
|
5584
|
+
) {
|
|
5585
|
+
white-space: pre-wrap;
|
|
5586
|
+
.ant-form-item-explain {
|
|
5587
|
+
display: block;
|
|
5588
|
+
}
|
|
5589
|
+
}
|
|
5590
|
+
}
|
|
5591
|
+
|
|
5592
|
+
|
|
5593
|
+
.E_t1616y1o {
|
|
5594
|
+
color: $text-light-on-tint;
|
|
5595
|
+
}
|
|
5596
|
+
|
|
5597
|
+
|
|
5598
|
+
.E_a9y3flr {
|
|
5599
|
+
margin-left: 8px;
|
|
5600
|
+
}
|
|
5601
|
+
|
|
5602
|
+
.E_a1njc627 {
|
|
5603
|
+
font-size: 12px;
|
|
5604
|
+
color: $text-neutral-primary;
|
|
5605
|
+
}
|
|
5606
|
+
|
|
5607
|
+
|
|
5608
|
+
.E_i14c7jc8 {
|
|
5609
|
+
color: var(--i14c7jc8-0);
|
|
5610
|
+
}
|
|
5611
|
+
|
|
5612
|
+
.E_i1ibuolf {
|
|
5613
|
+
display: flex;
|
|
5614
|
+
align-items: center;
|
|
5615
|
+
column-gap: 4px;
|
|
5616
|
+
font-size: 12px;
|
|
5617
|
+
color: #2C3852BF;
|
|
5618
|
+
}
|
|
5619
|
+
|
|
5620
|
+
|
|
5621
|
+
.E_d1u4ndxc {
|
|
5622
|
+
color: #2C3852BF;
|
|
5623
|
+
font-size: 12px;
|
|
5624
|
+
}
|
|
5625
|
+
|
|
5626
|
+
.E_f6xb0iv {
|
|
5627
|
+
min-width: 0;
|
|
5628
|
+
flex: 1;
|
|
5629
|
+
}
|
|
5630
|
+
|
|
5631
|
+
.E_b1dhu7ov {
|
|
5632
|
+
&.antd5-progress {
|
|
5633
|
+
width: 220px;
|
|
5634
|
+
}
|
|
5635
|
+
}
|
|
5636
|
+
|
|
5637
|
+
.E_p1as1j2z {
|
|
5638
|
+
.antd5-progress.antd5-progress-status-active
|
|
5639
|
+
.antd5-progress-bg::before {
|
|
5640
|
+
content: "";
|
|
5641
|
+
display: block;
|
|
5642
|
+
height: 8px;
|
|
5643
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
5644
|
+
animation: loading 1600ms ease-out infinite;
|
|
5645
|
+
opacity: 1;
|
|
5646
|
+
}
|
|
5647
|
+
|
|
5648
|
+
@keyframes loading {
|
|
5649
|
+
from {
|
|
5650
|
+
transform: translateX(-100%);
|
|
5651
|
+
}
|
|
5652
|
+
to {
|
|
5653
|
+
transform: translateX(100%);
|
|
5654
|
+
}
|
|
5655
|
+
}
|
|
5656
|
+
}
|
|
5657
|
+
|
|
5658
|
+
|
|
5659
|
+
.E_s1ebs0ra {
|
|
5660
|
+
display: flex;
|
|
5661
|
+
align-items: center;
|
|
5662
|
+
justify-content: space-between;
|
|
5663
|
+
background: $backgrounds-light-grouped;
|
|
5664
|
+
padding: 8px 12px;
|
|
5665
|
+
position: sticky;
|
|
5666
|
+
top: 0;
|
|
5667
|
+
z-index: 1;
|
|
5668
|
+
margin-bottom: -52px;
|
|
5669
|
+
|
|
5670
|
+
.select-total {
|
|
5671
|
+
display: flex;
|
|
5672
|
+
align-items: center;
|
|
5673
|
+
font-weight: 700;
|
|
5674
|
+
flex-shrink: 0;
|
|
5675
|
+
|
|
5676
|
+
.icon-wrapper {
|
|
5677
|
+
cursor: pointer;
|
|
5678
|
+
margin-left: 8px;
|
|
5679
|
+
width: 32px;
|
|
5680
|
+
height: 32px;
|
|
5681
|
+
border-radius: 50%;
|
|
5682
|
+
justify-content: center;
|
|
5683
|
+
|
|
5684
|
+
&:hover {
|
|
5685
|
+
background: $fills-light-trans-2;
|
|
5686
|
+
}
|
|
5687
|
+
}
|
|
5688
|
+
}
|
|
5689
|
+
.action-group {
|
|
5690
|
+
flex: 1;
|
|
5691
|
+
margin-left: 88px;
|
|
5692
|
+
white-space: nowrap;
|
|
5693
|
+
text-align: right;
|
|
5694
|
+
position: relative;
|
|
5695
|
+
padding: 4px 0;
|
|
5696
|
+
margin-top: -4px;
|
|
5697
|
+
overflow: hidden;
|
|
5698
|
+
.sub-menu-delete {
|
|
5699
|
+
transform: translateY(-4px);
|
|
5700
|
+
}
|
|
5701
|
+
button {
|
|
5702
|
+
border: none;
|
|
5703
|
+
}
|
|
5704
|
+
> *:not(:last-child) {
|
|
5705
|
+
margin-right: 8px;
|
|
5706
|
+
}
|
|
5707
|
+
|
|
5708
|
+
> button:last-child {
|
|
5709
|
+
margin-right: 4px;
|
|
5710
|
+
}
|
|
5711
|
+
.more-btn {
|
|
5712
|
+
cursor: pointer;
|
|
5713
|
+
width: 32px;
|
|
5714
|
+
height: 32px;
|
|
5715
|
+
justify-content: center;
|
|
5716
|
+
border-radius: 50%;
|
|
5717
|
+
|
|
5718
|
+
&:hover {
|
|
5719
|
+
background: $white;
|
|
5720
|
+
}
|
|
5721
|
+
}
|
|
5722
|
+
}
|
|
5723
|
+
}
|
|
5724
|
+
|
|
5725
|
+
|
|
5726
|
+
.E_c18bcrac {
|
|
5727
|
+
display: inline-block;
|
|
5728
|
+
width: 100%;
|
|
5729
|
+
.recharts-wrapper {
|
|
5730
|
+
margin-left: 4px;
|
|
5731
|
+
}
|
|
5732
|
+
}
|
|
5733
|
+
|
|
5734
|
+
.E_cro7kg2 {
|
|
5735
|
+
padding: 4px;
|
|
5736
|
+
}
|
|
5737
|
+
|
|
5738
|
+
.E_c14wcxf0 {
|
|
5739
|
+
display: flex;
|
|
5740
|
+
justify-content: space-between;
|
|
5741
|
+
align-items: center;
|
|
5742
|
+
font-size: 13px;
|
|
5743
|
+
line-height: 24px;
|
|
5744
|
+
color: #cccccc;
|
|
5745
|
+
white-space: nowrap;
|
|
5746
|
+
|
|
5747
|
+
label {
|
|
5748
|
+
margin-right: 32px;
|
|
5749
|
+
}
|
|
5750
|
+
}
|
|
5751
|
+
|
|
5752
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
5753
|
+
font-weight: bold;
|
|
5754
|
+
color: white;
|
|
5755
|
+
}
|
|
5756
|
+
|
|
5757
|
+
.E_s11212zy {
|
|
5758
|
+
width: 8px;
|
|
5759
|
+
height: 8px;
|
|
5760
|
+
border-radius: 2px;
|
|
5761
|
+
display: inline-block;
|
|
5762
|
+
background: var(--s11212zy-0);
|
|
5763
|
+
border: 1px solid $fills-light-white;
|
|
5764
|
+
box-sizing: content-box;
|
|
5765
|
+
margin-right: 6px;
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5768
|
+
.E_p1lyky6c {
|
|
5769
|
+
& > :first-child {
|
|
5770
|
+
font-weight: bold;
|
|
5771
|
+
color: white;
|
|
5772
|
+
margin-right: 4px;
|
|
5773
|
+
}
|
|
5774
|
+
}
|
|
5775
|
+
|
|
5776
|
+
|
|
5777
|
+
.E_clm1wy1 {
|
|
5778
|
+
width: 192px;
|
|
5779
|
+
height: 246px;
|
|
5780
|
+
border-radius: 4px;
|
|
5564
5781
|
|
|
5565
|
-
.ant-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
font-weight: 400;
|
|
5571
|
-
font-size: 12px;
|
|
5572
|
-
line-height: 18px;
|
|
5573
|
-
}
|
|
5782
|
+
> .ant-picker-calendar,
|
|
5783
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
5784
|
+
width: 100%;
|
|
5785
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
5786
|
+
border-top: none;
|
|
5574
5787
|
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
) {
|
|
5578
|
-
white-space: pre-wrap;
|
|
5579
|
-
.ant-form-item-explain {
|
|
5580
|
-
display: block;
|
|
5788
|
+
.ant-picker-body {
|
|
5789
|
+
padding: 0 16px;
|
|
5581
5790
|
}
|
|
5582
|
-
}
|
|
5583
|
-
}
|
|
5584
5791
|
|
|
5792
|
+
.ant-picker-content {
|
|
5793
|
+
width: 100%;
|
|
5794
|
+
height: 180px;
|
|
5795
|
+
border-spacing: 0;
|
|
5585
5796
|
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
}
|
|
5589
|
-
|
|
5797
|
+
thead {
|
|
5798
|
+
margin-bottom: 8px;
|
|
5799
|
+
}
|
|
5800
|
+
th {
|
|
5801
|
+
width: 22px;
|
|
5802
|
+
}
|
|
5803
|
+
td {
|
|
5804
|
+
padding: 0;
|
|
5805
|
+
}
|
|
5806
|
+
}
|
|
5807
|
+
}
|
|
5590
5808
|
|
|
5591
|
-
.
|
|
5592
|
-
|
|
5593
|
-
|
|
5809
|
+
.ant-picker-cell {
|
|
5810
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5811
|
+
opacity: 0.4;
|
|
5812
|
+
}
|
|
5813
|
+
.ant-picker-cell-in-view {
|
|
5814
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5815
|
+
opacity: 1;
|
|
5816
|
+
}
|
|
5817
|
+
.ant-picker-cell-in-view > .active {
|
|
5818
|
+
color: #3e4652;
|
|
5819
|
+
}
|
|
5594
5820
|
|
|
5595
|
-
.
|
|
5596
|
-
|
|
5597
|
-
|
|
5821
|
+
.ant-picker-cell::before {
|
|
5822
|
+
pointer-events: none;
|
|
5823
|
+
}
|
|
5598
5824
|
}
|
|
5599
5825
|
|
|
5600
|
-
|
|
5601
|
-
.
|
|
5602
|
-
|
|
5826
|
+
.E_t1tsm00v {
|
|
5827
|
+
color: rgba(129, 138, 153, 0.6);
|
|
5828
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
5829
|
+
backdrop-filter: blur(10px);
|
|
5830
|
+
padding: 7px 10px;
|
|
5603
5831
|
}
|
|
5604
5832
|
|
|
5605
|
-
.
|
|
5833
|
+
.E_c167wnad {
|
|
5834
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5606
5835
|
display: flex;
|
|
5836
|
+
justify-content: space-between;
|
|
5607
5837
|
align-items: center;
|
|
5608
|
-
|
|
5609
|
-
font-size: 12px;
|
|
5610
|
-
color: #2C3852BF;
|
|
5611
|
-
}
|
|
5612
|
-
|
|
5838
|
+
padding: 8px 16px;
|
|
5613
5839
|
|
|
5614
|
-
.
|
|
5615
|
-
|
|
5616
|
-
|
|
5840
|
+
.anticon {
|
|
5841
|
+
cursor: pointer;
|
|
5842
|
+
&:hover {
|
|
5843
|
+
color: $blue;
|
|
5844
|
+
}
|
|
5845
|
+
}
|
|
5617
5846
|
}
|
|
5618
5847
|
|
|
5619
|
-
.
|
|
5620
|
-
|
|
5621
|
-
flex: 1;
|
|
5622
|
-
}
|
|
5848
|
+
.E_cxhf7dh {
|
|
5849
|
+
text-align: center;
|
|
5623
5850
|
|
|
5624
|
-
.
|
|
5625
|
-
|
|
5626
|
-
|
|
5851
|
+
.dots {
|
|
5852
|
+
display: flex;
|
|
5853
|
+
justify-content: center;
|
|
5627
5854
|
}
|
|
5628
|
-
|
|
5855
|
+
.dot {
|
|
5856
|
+
display: inline-block;
|
|
5857
|
+
width: 2px;
|
|
5858
|
+
height: 2px;
|
|
5859
|
+
border-radius: 1px;
|
|
5860
|
+
background: $blue;
|
|
5629
5861
|
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5862
|
+
&:not(:last-child) {
|
|
5863
|
+
margin-right: 2px;
|
|
5864
|
+
}
|
|
5865
|
+
}
|
|
5866
|
+
.bar {
|
|
5867
|
+
width: 9px;
|
|
5868
|
+
height: 2px;
|
|
5869
|
+
background: $blue;
|
|
5870
|
+
border-radius: 2px;
|
|
5639
5871
|
}
|
|
5872
|
+
}
|
|
5640
5873
|
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
}
|
|
5645
|
-
|
|
5646
|
-
transform: translateX(100%);
|
|
5874
|
+
|
|
5875
|
+
.E_tqjc4ui {
|
|
5876
|
+
@at-root {
|
|
5877
|
+
span#{&} {
|
|
5878
|
+
margin: 0 2px;
|
|
5647
5879
|
}
|
|
5648
5880
|
}
|
|
5649
5881
|
}
|
|
@@ -5682,73 +5914,163 @@
|
|
|
5682
5914
|
overflow: auto;
|
|
5683
5915
|
}
|
|
5684
5916
|
|
|
5685
|
-
|
|
5686
|
-
.
|
|
5917
|
+
|
|
5918
|
+
.E_ou7iq30 {
|
|
5919
|
+
overflow: hidden;
|
|
5920
|
+
text-overflow: ellipsis;
|
|
5921
|
+
}
|
|
5922
|
+
|
|
5923
|
+
.E_s1tui002 {
|
|
5924
|
+
white-space: nowrap;
|
|
5925
|
+
}
|
|
5926
|
+
|
|
5927
|
+
.E_mxrc2zg {
|
|
5928
|
+
display: -webkit-box;
|
|
5929
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
5930
|
+
-webkit-box-orient: vertical;
|
|
5931
|
+
word-break: break-all;
|
|
5932
|
+
}
|
|
5933
|
+
|
|
5934
|
+
.E_t1vv6d68 {
|
|
5935
|
+
.ant-tooltip-arrow {
|
|
5936
|
+
display: none;
|
|
5937
|
+
}
|
|
5938
|
+
.ant-tooltip-inner {
|
|
5939
|
+
background: $gray-a80-9;
|
|
5940
|
+
border-radius: 4px;
|
|
5941
|
+
&:has(.eagle-ellipsis-content) {
|
|
5942
|
+
visibility: hidden;
|
|
5943
|
+
}
|
|
5944
|
+
}
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5947
|
+
|
|
5948
|
+
.E_t1sqg15u {
|
|
5949
|
+
background: white;
|
|
5950
|
+
|
|
5951
|
+
&.inline {
|
|
5952
|
+
.table-row {
|
|
5953
|
+
flex-direction: column;
|
|
5954
|
+
|
|
5955
|
+
> label {
|
|
5956
|
+
padding: 0 16px 7px 0;
|
|
5957
|
+
}
|
|
5958
|
+
}
|
|
5959
|
+
}
|
|
5960
|
+
|
|
5961
|
+
&.has-border {
|
|
5962
|
+
.table-header {
|
|
5963
|
+
border-bottom: 1px solid $strokes-light-trans-1;
|
|
5964
|
+
}
|
|
5965
|
+
|
|
5966
|
+
.hiddenBorder {
|
|
5967
|
+
border-top: none !important;
|
|
5968
|
+
}
|
|
5969
|
+
|
|
5970
|
+
.table-row + .table-row {
|
|
5971
|
+
border-top: 1px solid $strokes-light-trans-1;
|
|
5972
|
+
}
|
|
5973
|
+
|
|
5974
|
+
.table-row:last-of-type {
|
|
5975
|
+
padding-bottom: 0;
|
|
5976
|
+
}
|
|
5977
|
+
}
|
|
5978
|
+
|
|
5979
|
+
&.align-right {
|
|
5980
|
+
.content {
|
|
5981
|
+
text-align: right;
|
|
5982
|
+
}
|
|
5983
|
+
}
|
|
5984
|
+
.uuid-row {
|
|
5985
|
+
display: flex;
|
|
5986
|
+
justify-content: space-between;
|
|
5987
|
+
|
|
5988
|
+
.id-text {
|
|
5989
|
+
white-space: nowrap;
|
|
5990
|
+
overflow: hidden;
|
|
5991
|
+
text-overflow: ellipsis;
|
|
5992
|
+
}
|
|
5993
|
+
}
|
|
5994
|
+
}
|
|
5995
|
+
|
|
5996
|
+
.E_t4zczcp {
|
|
5997
|
+
display: flex;
|
|
5998
|
+
justify-content: space-between;
|
|
5999
|
+
align-items: center;
|
|
6000
|
+
padding: 8px;
|
|
6001
|
+
min-height: 32px;
|
|
6002
|
+
|
|
6003
|
+
.table-title {
|
|
6004
|
+
color: $text-secondary-light;
|
|
6005
|
+
font-weight: 600;
|
|
6006
|
+
font-size: 12px;
|
|
6007
|
+
line-height: 8px;
|
|
6008
|
+
}
|
|
6009
|
+
|
|
6010
|
+
.edit-icon {
|
|
6011
|
+
font-size: 16px;
|
|
6012
|
+
color: $strokes-translucent-2-light;
|
|
6013
|
+
cursor: pointer;
|
|
6014
|
+
}
|
|
6015
|
+
}
|
|
6016
|
+
|
|
6017
|
+
.E_t1s7goww {
|
|
6018
|
+
font-size: 12px;
|
|
6019
|
+
line-height: 18px;
|
|
6020
|
+
}
|
|
6021
|
+
|
|
6022
|
+
.E_t93e4cf {
|
|
5687
6023
|
display: flex;
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
background: $backgrounds-light-grouped;
|
|
5691
|
-
padding: 8px 12px;
|
|
5692
|
-
position: sticky;
|
|
5693
|
-
top: 0;
|
|
5694
|
-
z-index: 1;
|
|
5695
|
-
margin-bottom: -52px;
|
|
5696
|
-
|
|
5697
|
-
.select-total {
|
|
5698
|
-
display: flex;
|
|
5699
|
-
align-items: center;
|
|
5700
|
-
font-weight: 700;
|
|
5701
|
-
flex-shrink: 0;
|
|
6024
|
+
padding: 8px 0;
|
|
6025
|
+
color: $text-primary-light;
|
|
5702
6026
|
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
width: 32px;
|
|
5707
|
-
height: 32px;
|
|
5708
|
-
border-radius: 50%;
|
|
5709
|
-
justify-content: center;
|
|
6027
|
+
.hidden {
|
|
6028
|
+
display: none;
|
|
6029
|
+
}
|
|
5710
6030
|
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
}
|
|
5714
|
-
}
|
|
6031
|
+
.ant-btn.ant-btn-link {
|
|
6032
|
+
height: auto;
|
|
5715
6033
|
}
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
margin-left: 88px;
|
|
5719
|
-
white-space: nowrap;
|
|
5720
|
-
text-align: right;
|
|
5721
|
-
position: relative;
|
|
5722
|
-
padding: 4px 0;
|
|
5723
|
-
margin-top: -4px;
|
|
6034
|
+
|
|
6035
|
+
.content {
|
|
5724
6036
|
overflow: hidden;
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
button {
|
|
5729
|
-
border: none;
|
|
5730
|
-
}
|
|
5731
|
-
> *:not(:last-child) {
|
|
5732
|
-
margin-right: 8px;
|
|
5733
|
-
}
|
|
6037
|
+
overflow-x: auto;
|
|
6038
|
+
width: 100%;
|
|
6039
|
+
white-space: pre-wrap;
|
|
5734
6040
|
|
|
5735
|
-
|
|
5736
|
-
|
|
6041
|
+
.ant-btn {
|
|
6042
|
+
white-space: pre-wrap;
|
|
6043
|
+
text-align: left;
|
|
5737
6044
|
}
|
|
5738
|
-
.more-btn {
|
|
5739
|
-
cursor: pointer;
|
|
5740
|
-
width: 32px;
|
|
5741
|
-
height: 32px;
|
|
5742
|
-
justify-content: center;
|
|
5743
|
-
border-radius: 50%;
|
|
5744
6045
|
|
|
5745
|
-
|
|
5746
|
-
|
|
5747
|
-
}
|
|
6046
|
+
.unit-chart {
|
|
6047
|
+
justify-content: flex-start;
|
|
5748
6048
|
}
|
|
5749
6049
|
}
|
|
5750
6050
|
}
|
|
5751
6051
|
|
|
6052
|
+
.E_rhz2uv5 {
|
|
6053
|
+
width: var(--rhz2uv5-0);
|
|
6054
|
+
flex-shrink: 0;
|
|
6055
|
+
color: $text-secondary-light;
|
|
6056
|
+
padding-right: 12px;
|
|
6057
|
+
}
|
|
6058
|
+
|
|
6059
|
+
|
|
6060
|
+
.E_skwah65 {
|
|
6061
|
+
height: 8px;
|
|
6062
|
+
box-sizing: border-box;
|
|
6063
|
+
border-radius: 2px;
|
|
6064
|
+
background: #f5f7fa;
|
|
6065
|
+
display: flex;
|
|
6066
|
+
width: 100%;
|
|
6067
|
+
overflow: hidden;
|
|
6068
|
+
|
|
6069
|
+
.stack-bar-item + .stack-bar-item {
|
|
6070
|
+
margin-left: 1px;
|
|
6071
|
+
}
|
|
6072
|
+
}
|
|
6073
|
+
|
|
5752
6074
|
|
|
5753
6075
|
.E_c1up1pdz {
|
|
5754
6076
|
width: 648px;
|
|
@@ -5906,238 +6228,36 @@
|
|
|
5906
6228
|
margin-bottom: 8px;
|
|
5907
6229
|
|
|
5908
6230
|
&.active {
|
|
5909
|
-
background-color: $blue;
|
|
5910
|
-
border-color: $blue;
|
|
5911
|
-
color: $white;
|
|
5912
|
-
}
|
|
5913
|
-
}
|
|
5914
|
-
}
|
|
5915
|
-
|
|
5916
|
-
|
|
5917
|
-
.E_ou7iq30 {
|
|
5918
|
-
overflow: hidden;
|
|
5919
|
-
text-overflow: ellipsis;
|
|
5920
|
-
}
|
|
5921
|
-
|
|
5922
|
-
.E_s1tui002 {
|
|
5923
|
-
white-space: nowrap;
|
|
5924
|
-
}
|
|
5925
|
-
|
|
5926
|
-
.E_mxrc2zg {
|
|
5927
|
-
display: -webkit-box;
|
|
5928
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
5929
|
-
-webkit-box-orient: vertical;
|
|
5930
|
-
word-break: break-all;
|
|
5931
|
-
}
|
|
5932
|
-
|
|
5933
|
-
.E_t1vv6d68 {
|
|
5934
|
-
.ant-tooltip-arrow {
|
|
5935
|
-
display: none;
|
|
5936
|
-
}
|
|
5937
|
-
.ant-tooltip-inner {
|
|
5938
|
-
background: $gray-a80-9;
|
|
5939
|
-
border-radius: 4px;
|
|
5940
|
-
&:has(.eagle-ellipsis-content) {
|
|
5941
|
-
visibility: hidden;
|
|
5942
|
-
}
|
|
5943
|
-
}
|
|
5944
|
-
}
|
|
5945
|
-
|
|
5946
|
-
|
|
5947
|
-
.E_c18bcrac {
|
|
5948
|
-
display: inline-block;
|
|
5949
|
-
width: 100%;
|
|
5950
|
-
.recharts-wrapper {
|
|
5951
|
-
margin-left: 4px;
|
|
5952
|
-
}
|
|
5953
|
-
}
|
|
5954
|
-
|
|
5955
|
-
.E_cro7kg2 {
|
|
5956
|
-
padding: 4px;
|
|
5957
|
-
}
|
|
5958
|
-
|
|
5959
|
-
.E_c14wcxf0 {
|
|
5960
|
-
display: flex;
|
|
5961
|
-
justify-content: space-between;
|
|
5962
|
-
align-items: center;
|
|
5963
|
-
font-size: 13px;
|
|
5964
|
-
line-height: 24px;
|
|
5965
|
-
color: #cccccc;
|
|
5966
|
-
white-space: nowrap;
|
|
5967
|
-
|
|
5968
|
-
label {
|
|
5969
|
-
margin-right: 32px;
|
|
5970
|
-
}
|
|
5971
|
-
}
|
|
5972
|
-
|
|
5973
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
5974
|
-
font-weight: bold;
|
|
5975
|
-
color: white;
|
|
5976
|
-
}
|
|
5977
|
-
|
|
5978
|
-
.E_s11212zy {
|
|
5979
|
-
width: 8px;
|
|
5980
|
-
height: 8px;
|
|
5981
|
-
border-radius: 2px;
|
|
5982
|
-
display: inline-block;
|
|
5983
|
-
background: var(--s11212zy-0);
|
|
5984
|
-
border: 1px solid $fills-light-white;
|
|
5985
|
-
box-sizing: content-box;
|
|
5986
|
-
margin-right: 6px;
|
|
5987
|
-
}
|
|
5988
|
-
|
|
5989
|
-
.E_p1lyky6c {
|
|
5990
|
-
& > :first-child {
|
|
5991
|
-
font-weight: bold;
|
|
5992
|
-
color: white;
|
|
5993
|
-
margin-right: 4px;
|
|
5994
|
-
}
|
|
5995
|
-
}
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
-
.E_wg1tsps {
|
|
5999
|
-
display: flex;
|
|
6000
|
-
align-items: center;
|
|
6001
|
-
justify-content: flex-end;
|
|
6002
|
-
}
|
|
6003
|
-
|
|
6004
|
-
.E_b1ctd5xy {
|
|
6005
|
-
display: flex;
|
|
6006
|
-
align-items: center;
|
|
6007
|
-
width: calc(100% - 40px);
|
|
6008
|
-
|
|
6009
|
-
.chart {
|
|
6010
|
-
display: inline-block;
|
|
6011
|
-
width: 100%;
|
|
6012
|
-
}
|
|
6013
|
-
}
|
|
6014
|
-
|
|
6015
|
-
.E_u1p8acpn {
|
|
6016
|
-
min-width: 40px;
|
|
6017
|
-
|
|
6018
|
-
.unit {
|
|
6019
|
-
color: $text-light-primary !important;
|
|
6020
|
-
}
|
|
6021
|
-
}
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
.E_t1sqg15u {
|
|
6025
|
-
background: white;
|
|
6026
|
-
|
|
6027
|
-
&.inline {
|
|
6028
|
-
.table-row {
|
|
6029
|
-
flex-direction: column;
|
|
6030
|
-
|
|
6031
|
-
> label {
|
|
6032
|
-
padding: 0 16px 7px 0;
|
|
6033
|
-
}
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
|
|
6037
|
-
&.has-border {
|
|
6038
|
-
.table-header {
|
|
6039
|
-
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6040
|
-
}
|
|
6041
|
-
|
|
6042
|
-
.hiddenBorder {
|
|
6043
|
-
border-top: none !important;
|
|
6044
|
-
}
|
|
6045
|
-
|
|
6046
|
-
.table-row + .table-row {
|
|
6047
|
-
border-top: 1px solid $strokes-light-trans-1;
|
|
6048
|
-
}
|
|
6049
|
-
|
|
6050
|
-
.table-row:last-of-type {
|
|
6051
|
-
padding-bottom: 0;
|
|
6052
|
-
}
|
|
6053
|
-
}
|
|
6054
|
-
|
|
6055
|
-
&.align-right {
|
|
6056
|
-
.content {
|
|
6057
|
-
text-align: right;
|
|
6058
|
-
}
|
|
6059
|
-
}
|
|
6060
|
-
.uuid-row {
|
|
6061
|
-
display: flex;
|
|
6062
|
-
justify-content: space-between;
|
|
6063
|
-
|
|
6064
|
-
.id-text {
|
|
6065
|
-
white-space: nowrap;
|
|
6066
|
-
overflow: hidden;
|
|
6067
|
-
text-overflow: ellipsis;
|
|
6231
|
+
background-color: $blue;
|
|
6232
|
+
border-color: $blue;
|
|
6233
|
+
color: $white;
|
|
6068
6234
|
}
|
|
6069
6235
|
}
|
|
6070
6236
|
}
|
|
6071
6237
|
|
|
6072
|
-
|
|
6238
|
+
|
|
6239
|
+
.E_wg1tsps {
|
|
6073
6240
|
display: flex;
|
|
6074
|
-
justify-content: space-between;
|
|
6075
6241
|
align-items: center;
|
|
6076
|
-
|
|
6077
|
-
min-height: 32px;
|
|
6078
|
-
|
|
6079
|
-
.table-title {
|
|
6080
|
-
color: $text-secondary-light;
|
|
6081
|
-
font-weight: 600;
|
|
6082
|
-
font-size: 12px;
|
|
6083
|
-
line-height: 8px;
|
|
6084
|
-
}
|
|
6085
|
-
|
|
6086
|
-
.edit-icon {
|
|
6087
|
-
font-size: 16px;
|
|
6088
|
-
color: $strokes-translucent-2-light;
|
|
6089
|
-
cursor: pointer;
|
|
6090
|
-
}
|
|
6091
|
-
}
|
|
6092
|
-
|
|
6093
|
-
.E_t1s7goww {
|
|
6094
|
-
font-size: 12px;
|
|
6095
|
-
line-height: 18px;
|
|
6242
|
+
justify-content: flex-end;
|
|
6096
6243
|
}
|
|
6097
6244
|
|
|
6098
|
-
.
|
|
6245
|
+
.E_b1ctd5xy {
|
|
6099
6246
|
display: flex;
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
.hidden {
|
|
6104
|
-
display: none;
|
|
6105
|
-
}
|
|
6106
|
-
|
|
6107
|
-
.ant-btn.ant-btn-link {
|
|
6108
|
-
height: auto;
|
|
6109
|
-
}
|
|
6247
|
+
align-items: center;
|
|
6248
|
+
width: calc(100% - 40px);
|
|
6110
6249
|
|
|
6111
|
-
.
|
|
6112
|
-
|
|
6113
|
-
overflow-x: auto;
|
|
6250
|
+
.chart {
|
|
6251
|
+
display: inline-block;
|
|
6114
6252
|
width: 100%;
|
|
6115
|
-
white-space: pre-wrap;
|
|
6116
|
-
|
|
6117
|
-
.ant-btn {
|
|
6118
|
-
white-space: pre-wrap;
|
|
6119
|
-
text-align: left;
|
|
6120
|
-
}
|
|
6121
|
-
|
|
6122
|
-
.unit-chart {
|
|
6123
|
-
justify-content: flex-start;
|
|
6124
|
-
}
|
|
6125
6253
|
}
|
|
6126
6254
|
}
|
|
6127
6255
|
|
|
6128
|
-
.
|
|
6129
|
-
width:
|
|
6130
|
-
flex-shrink: 0;
|
|
6131
|
-
color: $text-secondary-light;
|
|
6132
|
-
padding-right: 12px;
|
|
6133
|
-
}
|
|
6134
|
-
|
|
6256
|
+
.E_u1p8acpn {
|
|
6257
|
+
min-width: 40px;
|
|
6135
6258
|
|
|
6136
|
-
.
|
|
6137
|
-
|
|
6138
|
-
span#{&} {
|
|
6139
|
-
margin: 0 2px;
|
|
6140
|
-
}
|
|
6259
|
+
.unit {
|
|
6260
|
+
color: $text-light-primary !important;
|
|
6141
6261
|
}
|
|
6142
6262
|
}
|
|
6143
6263
|
|
|
@@ -6154,115 +6274,141 @@
|
|
|
6154
6274
|
}
|
|
6155
6275
|
|
|
6156
6276
|
|
|
6157
|
-
.
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6277
|
+
.E_s1at6qmn {
|
|
6278
|
+
&.ant-layout-sider {
|
|
6279
|
+
background: $backgrounds-light-grouped;
|
|
6280
|
+
padding: 32px 8px;
|
|
6281
|
+
overflow: auto;
|
|
6282
|
+
}
|
|
6161
6283
|
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6284
|
+
.ant-layout-sider-children {
|
|
6285
|
+
display: flex;
|
|
6286
|
+
flex-direction: column;
|
|
6287
|
+
justify-content: space-between;
|
|
6288
|
+
}
|
|
6167
6289
|
|
|
6168
|
-
|
|
6169
|
-
|
|
6290
|
+
footer {
|
|
6291
|
+
display: flex;
|
|
6292
|
+
}
|
|
6293
|
+
|
|
6294
|
+
.ant-menu {
|
|
6295
|
+
background: $backgrounds-light-grouped;
|
|
6296
|
+
a {
|
|
6297
|
+
color: $text-light-primary;
|
|
6298
|
+
width: 180px;
|
|
6299
|
+
overflow: hidden;
|
|
6300
|
+
text-overflow: ellipsis;
|
|
6170
6301
|
}
|
|
6302
|
+
}
|
|
6171
6303
|
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
height: 180px;
|
|
6175
|
-
border-spacing: 0;
|
|
6304
|
+
.ant-menu-vertical {
|
|
6305
|
+
margin-bottom: 24px;
|
|
6176
6306
|
|
|
6177
|
-
|
|
6178
|
-
|
|
6307
|
+
.ant-menu-item-group {
|
|
6308
|
+
.ant-menu-item {
|
|
6309
|
+
margin: 0;
|
|
6179
6310
|
}
|
|
6180
|
-
|
|
6181
|
-
|
|
6311
|
+
.ant-menu-item-group-title {
|
|
6312
|
+
font-size: 12px;
|
|
6313
|
+
padding: 0 8px 4px;
|
|
6314
|
+
line-height: 18px;
|
|
6315
|
+
|
|
6316
|
+
&:empty {
|
|
6317
|
+
padding: 0;
|
|
6318
|
+
}
|
|
6182
6319
|
}
|
|
6183
|
-
|
|
6184
|
-
padding:
|
|
6320
|
+
&:not(:last-child) {
|
|
6321
|
+
padding-bottom: 24px;
|
|
6322
|
+
&.split {
|
|
6323
|
+
margin-bottom: 24px;
|
|
6324
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
6325
|
+
}
|
|
6185
6326
|
}
|
|
6186
6327
|
}
|
|
6187
|
-
}
|
|
6188
6328
|
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
}
|
|
6197
|
-
.ant-picker-cell-in-view > .active {
|
|
6198
|
-
color: #3e4652;
|
|
6199
|
-
}
|
|
6329
|
+
.ant-menu-item {
|
|
6330
|
+
transition: none;
|
|
6331
|
+
display: flex;
|
|
6332
|
+
align-items: center;
|
|
6333
|
+
height: 32px;
|
|
6334
|
+
line-height: 22px;
|
|
6335
|
+
padding: 0 8px;
|
|
6200
6336
|
|
|
6201
|
-
|
|
6202
|
-
|
|
6337
|
+
> .icon-wrapper {
|
|
6338
|
+
margin-right: 12px;
|
|
6339
|
+
}
|
|
6340
|
+
|
|
6341
|
+
&:not(:last-child) {
|
|
6342
|
+
margin: 0;
|
|
6343
|
+
margin-bottom: 2px;
|
|
6344
|
+
}
|
|
6345
|
+
&.ant-menu-item-selected {
|
|
6346
|
+
background: $background-selected;
|
|
6347
|
+
box-shadow: $box-shadow-light-selected;
|
|
6348
|
+
border-radius: 6px;
|
|
6349
|
+
color: $text-light-on-tint;
|
|
6350
|
+
a {
|
|
6351
|
+
color: $text-light-on-tint;
|
|
6352
|
+
}
|
|
6353
|
+
}
|
|
6354
|
+
&:not(.ant-menu-item-selected) {
|
|
6355
|
+
&.ant-menu-item:hover,
|
|
6356
|
+
&.ant-menu-item-active {
|
|
6357
|
+
background: $background-onhover;
|
|
6358
|
+
box-shadow: $box-shadow-light-onhover;
|
|
6359
|
+
border-radius: 6px;
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
6362
|
+
}
|
|
6203
6363
|
}
|
|
6204
6364
|
}
|
|
6205
6365
|
|
|
6206
|
-
.
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
}
|
|
6366
|
+
.E_s1wu0lms {
|
|
6367
|
+
.ant-menu-item-group-title {
|
|
6368
|
+
white-space: nowrap;
|
|
6369
|
+
transition: all 0s;
|
|
6370
|
+
}
|
|
6212
6371
|
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
justify-content: space-between;
|
|
6217
|
-
align-items: center;
|
|
6218
|
-
padding: 8px 16px;
|
|
6372
|
+
&.shrink {
|
|
6373
|
+
transition: all 0s;
|
|
6374
|
+
overflow: hidden;
|
|
6219
6375
|
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6376
|
+
.ant-menu-item-group-title {
|
|
6377
|
+
visibility: hidden;
|
|
6378
|
+
}
|
|
6379
|
+
|
|
6380
|
+
.ant-menu-item {
|
|
6381
|
+
width: 36px;
|
|
6382
|
+
padding: 0 6px;
|
|
6224
6383
|
}
|
|
6225
6384
|
}
|
|
6226
6385
|
}
|
|
6227
6386
|
|
|
6228
|
-
.
|
|
6229
|
-
|
|
6387
|
+
.E_n1ugzfva {
|
|
6388
|
+
display: flex;
|
|
6389
|
+
place-items: center;
|
|
6390
|
+
width: 100% !important;
|
|
6230
6391
|
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6392
|
+
&[disabled] {
|
|
6393
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6394
|
+
opacity: 1 !important;
|
|
6234
6395
|
}
|
|
6235
|
-
.dot {
|
|
6236
|
-
display: inline-block;
|
|
6237
|
-
width: 2px;
|
|
6238
|
-
height: 2px;
|
|
6239
|
-
border-radius: 1px;
|
|
6240
|
-
background: $blue;
|
|
6241
6396
|
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
}
|
|
6246
|
-
.bar {
|
|
6247
|
-
width: 9px;
|
|
6248
|
-
height: 2px;
|
|
6249
|
-
background: $blue;
|
|
6250
|
-
border-radius: 2px;
|
|
6397
|
+
&.ant-btn {
|
|
6398
|
+
width: 100%;
|
|
6399
|
+
color: $text-light-primary;
|
|
6251
6400
|
}
|
|
6252
|
-
}
|
|
6253
|
-
|
|
6254
6401
|
|
|
6255
|
-
.
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
border-radius: 2px;
|
|
6259
|
-
background: #f5f7fa;
|
|
6260
|
-
display: flex;
|
|
6261
|
-
width: 100%;
|
|
6262
|
-
overflow: hidden;
|
|
6402
|
+
.icon-wrapper {
|
|
6403
|
+
margin-right: 12px;
|
|
6404
|
+
}
|
|
6263
6405
|
|
|
6264
|
-
.
|
|
6265
|
-
|
|
6406
|
+
.link-title {
|
|
6407
|
+
flex: 1;
|
|
6408
|
+
overflow: hidden;
|
|
6409
|
+
white-space: nowrap;
|
|
6410
|
+
text-overflow: ellipsis;
|
|
6411
|
+
text-align: left;
|
|
6266
6412
|
}
|
|
6267
6413
|
}
|
|
6268
6414
|
|
|
@@ -6535,189 +6681,6 @@
|
|
|
6535
6681
|
}
|
|
6536
6682
|
|
|
6537
6683
|
|
|
6538
|
-
.E_s1at6qmn {
|
|
6539
|
-
&.ant-layout-sider {
|
|
6540
|
-
background: $backgrounds-light-grouped;
|
|
6541
|
-
padding: 32px 8px;
|
|
6542
|
-
overflow: auto;
|
|
6543
|
-
}
|
|
6544
|
-
|
|
6545
|
-
.ant-layout-sider-children {
|
|
6546
|
-
display: flex;
|
|
6547
|
-
flex-direction: column;
|
|
6548
|
-
justify-content: space-between;
|
|
6549
|
-
}
|
|
6550
|
-
|
|
6551
|
-
footer {
|
|
6552
|
-
display: flex;
|
|
6553
|
-
}
|
|
6554
|
-
|
|
6555
|
-
.ant-menu {
|
|
6556
|
-
background: $backgrounds-light-grouped;
|
|
6557
|
-
a {
|
|
6558
|
-
color: $text-light-primary;
|
|
6559
|
-
width: 180px;
|
|
6560
|
-
overflow: hidden;
|
|
6561
|
-
text-overflow: ellipsis;
|
|
6562
|
-
}
|
|
6563
|
-
}
|
|
6564
|
-
|
|
6565
|
-
.ant-menu-vertical {
|
|
6566
|
-
margin-bottom: 24px;
|
|
6567
|
-
|
|
6568
|
-
.ant-menu-item-group {
|
|
6569
|
-
.ant-menu-item {
|
|
6570
|
-
margin: 0;
|
|
6571
|
-
}
|
|
6572
|
-
.ant-menu-item-group-title {
|
|
6573
|
-
font-size: 12px;
|
|
6574
|
-
padding: 0 8px 4px;
|
|
6575
|
-
line-height: 18px;
|
|
6576
|
-
|
|
6577
|
-
&:empty {
|
|
6578
|
-
padding: 0;
|
|
6579
|
-
}
|
|
6580
|
-
}
|
|
6581
|
-
&:not(:last-child) {
|
|
6582
|
-
padding-bottom: 24px;
|
|
6583
|
-
&.split {
|
|
6584
|
-
margin-bottom: 24px;
|
|
6585
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
6586
|
-
}
|
|
6587
|
-
}
|
|
6588
|
-
}
|
|
6589
|
-
|
|
6590
|
-
.ant-menu-item {
|
|
6591
|
-
transition: none;
|
|
6592
|
-
display: flex;
|
|
6593
|
-
align-items: center;
|
|
6594
|
-
height: 32px;
|
|
6595
|
-
line-height: 22px;
|
|
6596
|
-
padding: 0 8px;
|
|
6597
|
-
|
|
6598
|
-
> .icon-wrapper {
|
|
6599
|
-
margin-right: 12px;
|
|
6600
|
-
}
|
|
6601
|
-
|
|
6602
|
-
&:not(:last-child) {
|
|
6603
|
-
margin: 0;
|
|
6604
|
-
margin-bottom: 2px;
|
|
6605
|
-
}
|
|
6606
|
-
&.ant-menu-item-selected {
|
|
6607
|
-
background: $background-selected;
|
|
6608
|
-
box-shadow: $box-shadow-light-selected;
|
|
6609
|
-
border-radius: 6px;
|
|
6610
|
-
color: $text-light-on-tint;
|
|
6611
|
-
a {
|
|
6612
|
-
color: $text-light-on-tint;
|
|
6613
|
-
}
|
|
6614
|
-
}
|
|
6615
|
-
&:not(.ant-menu-item-selected) {
|
|
6616
|
-
&.ant-menu-item:hover,
|
|
6617
|
-
&.ant-menu-item-active {
|
|
6618
|
-
background: $background-onhover;
|
|
6619
|
-
box-shadow: $box-shadow-light-onhover;
|
|
6620
|
-
border-radius: 6px;
|
|
6621
|
-
}
|
|
6622
|
-
}
|
|
6623
|
-
}
|
|
6624
|
-
}
|
|
6625
|
-
}
|
|
6626
|
-
|
|
6627
|
-
.E_s1wu0lms {
|
|
6628
|
-
.ant-menu-item-group-title {
|
|
6629
|
-
white-space: nowrap;
|
|
6630
|
-
transition: all 0s;
|
|
6631
|
-
}
|
|
6632
|
-
|
|
6633
|
-
&.shrink {
|
|
6634
|
-
transition: all 0s;
|
|
6635
|
-
overflow: hidden;
|
|
6636
|
-
|
|
6637
|
-
.ant-menu-item-group-title {
|
|
6638
|
-
visibility: hidden;
|
|
6639
|
-
}
|
|
6640
|
-
|
|
6641
|
-
.ant-menu-item {
|
|
6642
|
-
width: 36px;
|
|
6643
|
-
padding: 0 6px;
|
|
6644
|
-
}
|
|
6645
|
-
}
|
|
6646
|
-
}
|
|
6647
|
-
|
|
6648
|
-
.E_n1ugzfva {
|
|
6649
|
-
display: flex;
|
|
6650
|
-
place-items: center;
|
|
6651
|
-
width: 100% !important;
|
|
6652
|
-
|
|
6653
|
-
&[disabled] {
|
|
6654
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
6655
|
-
opacity: 1 !important;
|
|
6656
|
-
}
|
|
6657
|
-
|
|
6658
|
-
&.ant-btn {
|
|
6659
|
-
width: 100%;
|
|
6660
|
-
color: $text-light-primary;
|
|
6661
|
-
}
|
|
6662
|
-
|
|
6663
|
-
.icon-wrapper {
|
|
6664
|
-
margin-right: 12px;
|
|
6665
|
-
}
|
|
6666
|
-
|
|
6667
|
-
.link-title {
|
|
6668
|
-
flex: 1;
|
|
6669
|
-
overflow: hidden;
|
|
6670
|
-
white-space: nowrap;
|
|
6671
|
-
text-overflow: ellipsis;
|
|
6672
|
-
text-align: left;
|
|
6673
|
-
}
|
|
6674
|
-
}
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
.E_i5w779o {
|
|
6678
|
-
padding: 8px 0;
|
|
6679
|
-
|
|
6680
|
-
.col-label {
|
|
6681
|
-
flex-shrink: unset;
|
|
6682
|
-
* {
|
|
6683
|
-
line-height: 18px;
|
|
6684
|
-
}
|
|
6685
|
-
}
|
|
6686
|
-
.col-content {
|
|
6687
|
-
flex: 1 1 0;
|
|
6688
|
-
display: flex;
|
|
6689
|
-
align-items: center;
|
|
6690
|
-
* {
|
|
6691
|
-
line-height: 18px;
|
|
6692
|
-
}
|
|
6693
|
-
}
|
|
6694
|
-
}
|
|
6695
|
-
|
|
6696
|
-
.E_l18dja44 {
|
|
6697
|
-
padding: 6px 0;
|
|
6698
|
-
|
|
6699
|
-
.col-label * {
|
|
6700
|
-
font-size: 13px;
|
|
6701
|
-
line-height: 20px;
|
|
6702
|
-
}
|
|
6703
|
-
.col-content * {
|
|
6704
|
-
font-size: 14px;
|
|
6705
|
-
line-height: 20px;
|
|
6706
|
-
}
|
|
6707
|
-
}
|
|
6708
|
-
|
|
6709
|
-
.E_c8c2hys {
|
|
6710
|
-
display: flex;
|
|
6711
|
-
justify-content: space-between;
|
|
6712
|
-
flex: 1;
|
|
6713
|
-
min-width: 0;
|
|
6714
|
-
}
|
|
6715
|
-
|
|
6716
|
-
.E_n4m6c4d {
|
|
6717
|
-
color: $text-light-tertiary;
|
|
6718
|
-
}
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
6684
|
.E_cyms3br {
|
|
6722
6685
|
background: #fff;
|
|
6723
6686
|
width: 100%;
|
|
@@ -6826,6 +6789,50 @@
|
|
|
6826
6789
|
}
|
|
6827
6790
|
|
|
6828
6791
|
|
|
6792
|
+
.E_i5w779o {
|
|
6793
|
+
padding: 8px 0;
|
|
6794
|
+
|
|
6795
|
+
.col-label {
|
|
6796
|
+
flex-shrink: unset;
|
|
6797
|
+
* {
|
|
6798
|
+
line-height: 18px;
|
|
6799
|
+
}
|
|
6800
|
+
}
|
|
6801
|
+
.col-content {
|
|
6802
|
+
flex: 1 1 0;
|
|
6803
|
+
display: flex;
|
|
6804
|
+
align-items: center;
|
|
6805
|
+
* {
|
|
6806
|
+
line-height: 18px;
|
|
6807
|
+
}
|
|
6808
|
+
}
|
|
6809
|
+
}
|
|
6810
|
+
|
|
6811
|
+
.E_l18dja44 {
|
|
6812
|
+
padding: 6px 0;
|
|
6813
|
+
|
|
6814
|
+
.col-label * {
|
|
6815
|
+
font-size: 13px;
|
|
6816
|
+
line-height: 20px;
|
|
6817
|
+
}
|
|
6818
|
+
.col-content * {
|
|
6819
|
+
font-size: 14px;
|
|
6820
|
+
line-height: 20px;
|
|
6821
|
+
}
|
|
6822
|
+
}
|
|
6823
|
+
|
|
6824
|
+
.E_c8c2hys {
|
|
6825
|
+
display: flex;
|
|
6826
|
+
justify-content: space-between;
|
|
6827
|
+
flex: 1;
|
|
6828
|
+
min-width: 0;
|
|
6829
|
+
}
|
|
6830
|
+
|
|
6831
|
+
.E_n4m6c4d {
|
|
6832
|
+
color: $text-light-tertiary;
|
|
6833
|
+
}
|
|
6834
|
+
|
|
6835
|
+
|
|
6829
6836
|
.E_c14ouk5o {
|
|
6830
6837
|
width: 100%;
|
|
6831
6838
|
height: 100%;
|
|
@@ -6877,6 +6884,16 @@
|
|
|
6877
6884
|
}
|
|
6878
6885
|
|
|
6879
6886
|
|
|
6887
|
+
.E_cevhqx7 {
|
|
6888
|
+
color: $text-light-primary;
|
|
6889
|
+
}
|
|
6890
|
+
|
|
6891
|
+
.E_snbqlt4 {
|
|
6892
|
+
margin-top: 8px;
|
|
6893
|
+
color: $text-light-secondary;
|
|
6894
|
+
}
|
|
6895
|
+
|
|
6896
|
+
|
|
6880
6897
|
.E_c1kchka8 {
|
|
6881
6898
|
height: 100%;
|
|
6882
6899
|
width: 100%;
|
|
@@ -7456,16 +7473,6 @@
|
|
|
7456
7473
|
}
|
|
7457
7474
|
|
|
7458
7475
|
|
|
7459
|
-
.E_cevhqx7 {
|
|
7460
|
-
color: $text-light-primary;
|
|
7461
|
-
}
|
|
7462
|
-
|
|
7463
|
-
.E_snbqlt4 {
|
|
7464
|
-
margin-top: 8px;
|
|
7465
|
-
color: $text-light-secondary;
|
|
7466
|
-
}
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
7476
|
.E_c1ss4prm {
|
|
7470
7477
|
color: $text-light-secondary;
|
|
7471
7478
|
|