@cloudtower/eagle 0.33.47 → 0.33.49
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 +23 -6
- package/dist/cjs/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/UnderlineTootip/index.js +70 -0
- package/dist/cjs/index.js +30 -27
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1374 -1358
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/UnderlineTootip/index.js +61 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1655 -1636
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/UnderlineTootip/index.d.ts +43 -0
- package/dist/src/coreX/index.d.ts +4 -2
- package/dist/stories/docs/coreX/UnserlineTooltip.stories.d.ts +11 -0
- package/dist/style.css +1374 -1358
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -51,6 +51,25 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|
|
54
|
+
.E_berrcjl {
|
|
55
|
+
color: $text-terdiary-light;
|
|
56
|
+
margin-bottom: 4px;
|
|
57
|
+
|
|
58
|
+
.breadcrumb-link {
|
|
59
|
+
color: $text-terdiary-light;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
transition: color 160ms ease;
|
|
62
|
+
|
|
63
|
+
&:hover {
|
|
64
|
+
color: $blue-60;
|
|
65
|
+
}
|
|
66
|
+
&:active {
|
|
67
|
+
color: $blue-80;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
|
|
54
73
|
.E_c1uzzomf {
|
|
55
74
|
margin-bottom: 16px;
|
|
56
75
|
|
|
@@ -117,43 +136,6 @@
|
|
|
117
136
|
}
|
|
118
137
|
|
|
119
138
|
|
|
120
|
-
.E_d133fzv0 {
|
|
121
|
-
.ant-dropdown-menu-item-group {
|
|
122
|
-
.ant-dropdown-menu-item-group-title {
|
|
123
|
-
padding: 4px 8px 0 8px;
|
|
124
|
-
color: $text-light-secondary;
|
|
125
|
-
font-size: 12px;
|
|
126
|
-
}
|
|
127
|
-
.ant-dropdown-menu-item-group-list {
|
|
128
|
-
padding-bottom: 6px;
|
|
129
|
-
}
|
|
130
|
-
&:not(:first-child) {
|
|
131
|
-
padding-top: 4px;
|
|
132
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
.E_berrcjl {
|
|
139
|
-
color: $text-terdiary-light;
|
|
140
|
-
margin-bottom: 4px;
|
|
141
|
-
|
|
142
|
-
.breadcrumb-link {
|
|
143
|
-
color: $text-terdiary-light;
|
|
144
|
-
cursor: pointer;
|
|
145
|
-
transition: color 160ms ease;
|
|
146
|
-
|
|
147
|
-
&:hover {
|
|
148
|
-
color: $blue-60;
|
|
149
|
-
}
|
|
150
|
-
&:active {
|
|
151
|
-
color: $blue-80;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
139
|
.E_b1wx3t3t {
|
|
158
140
|
&.ant-btn-icon-only {
|
|
159
141
|
justify-content: center;
|
|
@@ -512,6 +494,41 @@
|
|
|
512
494
|
}
|
|
513
495
|
|
|
514
496
|
|
|
497
|
+
.E_fzh9mnb {
|
|
498
|
+
width: 100%;
|
|
499
|
+
height: 100%;
|
|
500
|
+
min-height: 124px;
|
|
501
|
+
display: flex;
|
|
502
|
+
flex-direction: column;
|
|
503
|
+
justify-content: center;
|
|
504
|
+
align-items: center;
|
|
505
|
+
|
|
506
|
+
.error-text {
|
|
507
|
+
color: $text-terdiary-light;
|
|
508
|
+
margin-bottom: 16px;
|
|
509
|
+
font-size: 18px;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
.E_d133fzv0 {
|
|
515
|
+
.ant-dropdown-menu-item-group {
|
|
516
|
+
.ant-dropdown-menu-item-group-title {
|
|
517
|
+
padding: 4px 8px 0 8px;
|
|
518
|
+
color: $text-light-secondary;
|
|
519
|
+
font-size: 12px;
|
|
520
|
+
}
|
|
521
|
+
.ant-dropdown-menu-item-group-list {
|
|
522
|
+
padding-bottom: 6px;
|
|
523
|
+
}
|
|
524
|
+
&:not(:first-child) {
|
|
525
|
+
padding-top: 4px;
|
|
526
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
|
|
515
532
|
.E_d1bw7c5z {
|
|
516
533
|
position: relative;
|
|
517
534
|
max-width: 388px;
|
|
@@ -603,23 +620,6 @@
|
|
|
603
620
|
}
|
|
604
621
|
|
|
605
622
|
|
|
606
|
-
.E_fzh9mnb {
|
|
607
|
-
width: 100%;
|
|
608
|
-
height: 100%;
|
|
609
|
-
min-height: 124px;
|
|
610
|
-
display: flex;
|
|
611
|
-
flex-direction: column;
|
|
612
|
-
justify-content: center;
|
|
613
|
-
align-items: center;
|
|
614
|
-
|
|
615
|
-
.error-text {
|
|
616
|
-
color: $text-terdiary-light;
|
|
617
|
-
margin-bottom: 16px;
|
|
618
|
-
font-size: 18px;
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
|
|
623
623
|
.E_f7pxqmh {
|
|
624
624
|
width: 100%;
|
|
625
625
|
margin-bottom: 0 !important;
|
|
@@ -662,6 +662,20 @@
|
|
|
662
662
|
}
|
|
663
663
|
|
|
664
664
|
|
|
665
|
+
.E_i1inqkme {
|
|
666
|
+
height: 18px;
|
|
667
|
+
line-height: 18px;
|
|
668
|
+
padding: 0 4px;
|
|
669
|
+
border-radius: 4px;
|
|
670
|
+
background: rgba(235, 239, 245, 0.6);
|
|
671
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
672
|
+
display: flex;
|
|
673
|
+
align-items: center;
|
|
674
|
+
white-space: nowrap;
|
|
675
|
+
margin-right: 4px;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
|
|
665
679
|
.E_iouxfgt {
|
|
666
680
|
display: inline-flex;
|
|
667
681
|
align-items: center;
|
|
@@ -684,6 +698,61 @@
|
|
|
684
698
|
}
|
|
685
699
|
|
|
686
700
|
|
|
701
|
+
.E_itxley7 {
|
|
702
|
+
&.ant-input-group.ant-input-group-compact {
|
|
703
|
+
display: flex;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
707
|
+
&.ant-input-group.ant-input-group-compact
|
|
708
|
+
> .ant-select:first-child
|
|
709
|
+
> .ant-select-selector,
|
|
710
|
+
&.ant-input-group.ant-input-group-compact
|
|
711
|
+
> .ant-calendar-picker:first-child
|
|
712
|
+
.ant-input,
|
|
713
|
+
&.ant-input-group.ant-input-group-compact
|
|
714
|
+
> .ant-select-auto-complete:first-child
|
|
715
|
+
.ant-input,
|
|
716
|
+
&.ant-input-group.ant-input-group-compact
|
|
717
|
+
> .ant-cascader-picker:first-child
|
|
718
|
+
.ant-input,
|
|
719
|
+
&.ant-input-group.ant-input-group-compact
|
|
720
|
+
> .ant-mention-wrapper:first-child
|
|
721
|
+
.ant-mention-editor,
|
|
722
|
+
&.ant-input-group.ant-input-group-compact
|
|
723
|
+
> .ant-time-picker:first-child
|
|
724
|
+
.ant-time-picker-input {
|
|
725
|
+
border-bottom-left-radius: 5px;
|
|
726
|
+
border-top-left-radius: 5px;
|
|
727
|
+
}
|
|
728
|
+
&.ant-input-group.ant-input-group-compact > *:last-child,
|
|
729
|
+
&.ant-input-group.ant-input-group-compact
|
|
730
|
+
> .ant-select:last-child
|
|
731
|
+
> .ant-select-selector,
|
|
732
|
+
&.ant-input-group.ant-input-group-compact
|
|
733
|
+
> .ant-calendar-picker:last-child
|
|
734
|
+
.ant-input,
|
|
735
|
+
&.ant-input-group.ant-input-group-compact
|
|
736
|
+
> .ant-select-auto-complete:last-child
|
|
737
|
+
.ant-input,
|
|
738
|
+
&.ant-input-group.ant-input-group-compact
|
|
739
|
+
> .ant-cascader-picker:last-child
|
|
740
|
+
.ant-input,
|
|
741
|
+
&.ant-input-group.ant-input-group-compact
|
|
742
|
+
> .ant-cascader-picker-focused:last-child
|
|
743
|
+
.ant-input,
|
|
744
|
+
&.ant-input-group.ant-input-group-compact
|
|
745
|
+
> .ant-mention-wrapper:last-child
|
|
746
|
+
.ant-mention-editor,
|
|
747
|
+
&.ant-input-group.ant-input-group-compact
|
|
748
|
+
> .ant-time-picker:last-child
|
|
749
|
+
.ant-time-picker-input {
|
|
750
|
+
border-bottom-right-radius: 5px;
|
|
751
|
+
border-top-right-radius: 5px;
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
|
|
687
756
|
.E_a1wfy30z {
|
|
688
757
|
.ant-input-number-handler-wrap {
|
|
689
758
|
display: var(--a1wfy30z-0);
|
|
@@ -731,17 +800,10 @@
|
|
|
731
800
|
}
|
|
732
801
|
|
|
733
802
|
|
|
734
|
-
.
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
border-radius: 4px;
|
|
739
|
-
background: rgba(235, 239, 245, 0.6);
|
|
740
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
741
|
-
display: flex;
|
|
742
|
-
align-items: center;
|
|
743
|
-
white-space: nowrap;
|
|
744
|
-
margin-right: 4px;
|
|
803
|
+
.E_sx1bpnu {
|
|
804
|
+
.ant-input-sm {
|
|
805
|
+
line-height: 18px;
|
|
806
|
+
}
|
|
745
807
|
}
|
|
746
808
|
|
|
747
809
|
|
|
@@ -826,68 +888,6 @@
|
|
|
826
888
|
}
|
|
827
889
|
|
|
828
890
|
|
|
829
|
-
.E_itxley7 {
|
|
830
|
-
&.ant-input-group.ant-input-group-compact {
|
|
831
|
-
display: flex;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
&.ant-input-group.ant-input-group-compact > *:first-child,
|
|
835
|
-
&.ant-input-group.ant-input-group-compact
|
|
836
|
-
> .ant-select:first-child
|
|
837
|
-
> .ant-select-selector,
|
|
838
|
-
&.ant-input-group.ant-input-group-compact
|
|
839
|
-
> .ant-calendar-picker:first-child
|
|
840
|
-
.ant-input,
|
|
841
|
-
&.ant-input-group.ant-input-group-compact
|
|
842
|
-
> .ant-select-auto-complete:first-child
|
|
843
|
-
.ant-input,
|
|
844
|
-
&.ant-input-group.ant-input-group-compact
|
|
845
|
-
> .ant-cascader-picker:first-child
|
|
846
|
-
.ant-input,
|
|
847
|
-
&.ant-input-group.ant-input-group-compact
|
|
848
|
-
> .ant-mention-wrapper:first-child
|
|
849
|
-
.ant-mention-editor,
|
|
850
|
-
&.ant-input-group.ant-input-group-compact
|
|
851
|
-
> .ant-time-picker:first-child
|
|
852
|
-
.ant-time-picker-input {
|
|
853
|
-
border-bottom-left-radius: 5px;
|
|
854
|
-
border-top-left-radius: 5px;
|
|
855
|
-
}
|
|
856
|
-
&.ant-input-group.ant-input-group-compact > *:last-child,
|
|
857
|
-
&.ant-input-group.ant-input-group-compact
|
|
858
|
-
> .ant-select:last-child
|
|
859
|
-
> .ant-select-selector,
|
|
860
|
-
&.ant-input-group.ant-input-group-compact
|
|
861
|
-
> .ant-calendar-picker:last-child
|
|
862
|
-
.ant-input,
|
|
863
|
-
&.ant-input-group.ant-input-group-compact
|
|
864
|
-
> .ant-select-auto-complete:last-child
|
|
865
|
-
.ant-input,
|
|
866
|
-
&.ant-input-group.ant-input-group-compact
|
|
867
|
-
> .ant-cascader-picker:last-child
|
|
868
|
-
.ant-input,
|
|
869
|
-
&.ant-input-group.ant-input-group-compact
|
|
870
|
-
> .ant-cascader-picker-focused:last-child
|
|
871
|
-
.ant-input,
|
|
872
|
-
&.ant-input-group.ant-input-group-compact
|
|
873
|
-
> .ant-mention-wrapper:last-child
|
|
874
|
-
.ant-mention-editor,
|
|
875
|
-
&.ant-input-group.ant-input-group-compact
|
|
876
|
-
> .ant-time-picker:last-child
|
|
877
|
-
.ant-time-picker-input {
|
|
878
|
-
border-bottom-right-radius: 5px;
|
|
879
|
-
border-top-right-radius: 5px;
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
.E_sx1bpnu {
|
|
885
|
-
.ant-input-sm {
|
|
886
|
-
line-height: 18px;
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
|
|
891
891
|
.E_owd0kml {
|
|
892
892
|
display: inline-block;
|
|
893
893
|
}
|
|
@@ -976,8 +976,137 @@
|
|
|
976
976
|
}
|
|
977
977
|
|
|
978
978
|
|
|
979
|
-
.
|
|
980
|
-
|
|
979
|
+
.E_i11gg7mj {
|
|
980
|
+
.ant-input-prefix {
|
|
981
|
+
margin-right: 8px;
|
|
982
|
+
}
|
|
983
|
+
.ant-input-suffix {
|
|
984
|
+
margin-left: 8px;
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.E_cc368xp {
|
|
989
|
+
color: $gray-120;
|
|
990
|
+
border-right: 1px solid $gray-a60-5;
|
|
991
|
+
margin-right: 8px;
|
|
992
|
+
padding-right: 8px;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.E_i11o6xqj {
|
|
996
|
+
display: flex;
|
|
997
|
+
gap: 4px;
|
|
998
|
+
|
|
999
|
+
.icon-wrapper {
|
|
1000
|
+
cursor: pointer;
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.E_d19ruhdj {
|
|
1005
|
+
&.icon-wrapper {
|
|
1006
|
+
cursor: not-allowed;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
.E_a1b5xrg3 {
|
|
1012
|
+
.user-icon-inner {
|
|
1013
|
+
display: inline-flex;
|
|
1014
|
+
align-items: center;
|
|
1015
|
+
justify-content: center;
|
|
1016
|
+
color: $white;
|
|
1017
|
+
font-weight: bold;
|
|
1018
|
+
font-size: 12px;
|
|
1019
|
+
width: 24px;
|
|
1020
|
+
height: 24px;
|
|
1021
|
+
border-radius: 50%;
|
|
1022
|
+
background: var(--a1b5xrg3-0);
|
|
1023
|
+
}
|
|
1024
|
+
&.btn-item {
|
|
1025
|
+
transition: all 160ms ease;
|
|
1026
|
+
cursor: pointer;
|
|
1027
|
+
width: 56px;
|
|
1028
|
+
height: 40px;
|
|
1029
|
+
display: inline-flex;
|
|
1030
|
+
align-items: center;
|
|
1031
|
+
justify-content: center;
|
|
1032
|
+
border-radius: 6px;
|
|
1033
|
+
|
|
1034
|
+
&:hover {
|
|
1035
|
+
box-shadow:
|
|
1036
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
1037
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
&:active {
|
|
1041
|
+
transform: translateY(2px);
|
|
1042
|
+
transition: all 320ms ease;
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
.E_s1dizucg {
|
|
1049
|
+
&.ant-switch {
|
|
1050
|
+
min-width: 40px;
|
|
1051
|
+
height: 24px;
|
|
1052
|
+
background: $fills-trans-quinary-light;
|
|
1053
|
+
overflow: hidden;
|
|
1054
|
+
&:focus {
|
|
1055
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
&.ant-switch-small {
|
|
1059
|
+
min-width: 26px;
|
|
1060
|
+
height: 16px;
|
|
1061
|
+
}
|
|
1062
|
+
&.ant-switch-large {
|
|
1063
|
+
min-width: 52px;
|
|
1064
|
+
height: 32px;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
&.ant-switch .ant-switch-handle {
|
|
1068
|
+
height: 20px;
|
|
1069
|
+
width: 20px;
|
|
1070
|
+
&::before {
|
|
1071
|
+
border-radius: 10px;
|
|
1072
|
+
transition-delay: 120ms;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
&.ant-switch-small .ant-switch-handle {
|
|
1076
|
+
height: 14px;
|
|
1077
|
+
width: 14px;
|
|
1078
|
+
top: 1px;
|
|
1079
|
+
left: 1px;
|
|
1080
|
+
}
|
|
1081
|
+
&.ant-switch-large .ant-switch-handle {
|
|
1082
|
+
height: 28px;
|
|
1083
|
+
width: 28px;
|
|
1084
|
+
&::before {
|
|
1085
|
+
border-radius: 14px;
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
&.ant-switch-checked {
|
|
1090
|
+
background-color: $green-60;
|
|
1091
|
+
}
|
|
1092
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
1093
|
+
left: calc(100% - 20px - 2px);
|
|
1094
|
+
}
|
|
1095
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1096
|
+
left: calc(100% - 14px - 1px);
|
|
1097
|
+
}
|
|
1098
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1099
|
+
left: calc(100% - 28px - 2px);
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.E_c1up6e3y {
|
|
1104
|
+
margin-left: 5px;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
.E_rapgekc {
|
|
1109
|
+
&.ant-radio-wrapper {
|
|
981
1110
|
display: inline-flex;
|
|
982
1111
|
align-items: baseline;
|
|
983
1112
|
white-space: pre-wrap;
|
|
@@ -1157,78 +1286,9 @@
|
|
|
1157
1286
|
}
|
|
1158
1287
|
|
|
1159
1288
|
|
|
1160
|
-
.
|
|
1161
|
-
.
|
|
1162
|
-
margin-right:
|
|
1163
|
-
}
|
|
1164
|
-
.ant-input-suffix {
|
|
1165
|
-
margin-left: 8px;
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
.E_cc368xp {
|
|
1170
|
-
color: $gray-120;
|
|
1171
|
-
border-right: 1px solid $gray-a60-5;
|
|
1172
|
-
margin-right: 8px;
|
|
1173
|
-
padding-right: 8px;
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
.E_i11o6xqj {
|
|
1177
|
-
display: flex;
|
|
1178
|
-
gap: 4px;
|
|
1179
|
-
|
|
1180
|
-
.icon-wrapper {
|
|
1181
|
-
cursor: pointer;
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.E_d19ruhdj {
|
|
1186
|
-
&.icon-wrapper {
|
|
1187
|
-
cursor: not-allowed;
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
.E_c1bus5hc {
|
|
1193
|
-
--color: white;
|
|
1194
|
-
height: 14px;
|
|
1195
|
-
width: 14px;
|
|
1196
|
-
border-radius: 50%;
|
|
1197
|
-
flex-shrink: 0;
|
|
1198
|
-
display: flex;
|
|
1199
|
-
align-items: center;
|
|
1200
|
-
justify-content: center;
|
|
1201
|
-
border: 1px solid var(--color);
|
|
1202
|
-
|
|
1203
|
-
.circle-inner {
|
|
1204
|
-
position: relative;
|
|
1205
|
-
height: 10px;
|
|
1206
|
-
width: 10px;
|
|
1207
|
-
border-radius: 50%;
|
|
1208
|
-
overflow: hidden;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.circle-content {
|
|
1212
|
-
position: absolute;
|
|
1213
|
-
height: 100%;
|
|
1214
|
-
width: 100%;
|
|
1215
|
-
left: 0;
|
|
1216
|
-
top: 0;
|
|
1217
|
-
border-radius: 50%;
|
|
1218
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1219
|
-
transform: rotate(180deg);
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
.circle-child {
|
|
1223
|
-
position: absolute;
|
|
1224
|
-
height: 100%;
|
|
1225
|
-
width: 100%;
|
|
1226
|
-
left: 0;
|
|
1227
|
-
top: 0;
|
|
1228
|
-
margin-left: 50%;
|
|
1229
|
-
transform-origin: left;
|
|
1230
|
-
background: white;
|
|
1231
|
-
transform: rotate(0deg);
|
|
1289
|
+
.E_tju3gfj {
|
|
1290
|
+
.date {
|
|
1291
|
+
margin-right: 4px;
|
|
1232
1292
|
}
|
|
1233
1293
|
}
|
|
1234
1294
|
|
|
@@ -2047,109 +2107,20 @@
|
|
|
2047
2107
|
}
|
|
2048
2108
|
|
|
2049
2109
|
|
|
2050
|
-
.
|
|
2051
|
-
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
.E_d1wwmmm5 {
|
|
2055
|
-
.ant-select-item-group {
|
|
2056
|
-
padding: 8px 16px;
|
|
2057
|
-
line-height: 18px;
|
|
2058
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2059
|
-
height: 34px;
|
|
2060
|
-
min-height: 34px;
|
|
2061
|
-
box-sizing: border-box;
|
|
2062
|
-
margin-top: 8px;
|
|
2063
|
-
}
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
.E_o1ugr09p {
|
|
2067
|
-
display: flex;
|
|
2068
|
-
flex-direction: column;
|
|
2069
|
-
margin: 1px 8px;
|
|
2070
|
-
padding: 8px;
|
|
2110
|
+
.E_s1sck0th {
|
|
2111
|
+
padding: 0 8px;
|
|
2071
2112
|
border-radius: 4px;
|
|
2113
|
+
}
|
|
2072
2114
|
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
&.ant-select-item-option-grouped {
|
|
2078
|
-
padding-left: 8px;
|
|
2079
|
-
}
|
|
2115
|
+
.E_m855nr1 {
|
|
2116
|
+
padding: 2px 8px;
|
|
2117
|
+
border-radius: 3px;
|
|
2118
|
+
}
|
|
2080
2119
|
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
}
|
|
2086
|
-
.selected-icon {
|
|
2087
|
-
display: block;
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
&.ant-select-item-option-active {
|
|
2092
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2093
|
-
.timezone-title {
|
|
2094
|
-
color: #0080ff;
|
|
2095
|
-
}
|
|
2096
|
-
.timezone-tag {
|
|
2097
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2098
|
-
color: #0080ff;
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.E_o1ifxsq4 {
|
|
2104
|
-
display: flex;
|
|
2105
|
-
justify-content: space-between;
|
|
2106
|
-
height: 20px;
|
|
2107
|
-
line-height: 20px;
|
|
2108
|
-
|
|
2109
|
-
.timezone-title {
|
|
2110
|
-
color: #2d3a56;
|
|
2111
|
-
overflow: hidden;
|
|
2112
|
-
text-overflow: ellipsis;
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
.E_o1zue7 {
|
|
2117
|
-
display: flex;
|
|
2118
|
-
justify-content: space-between;
|
|
2119
|
-
color: $text-light-secondary;
|
|
2120
|
-
height: 18px;
|
|
2121
|
-
line-height: 18px;
|
|
2122
|
-
margin-top: 2px;
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
.E_tyfmlxg {
|
|
2126
|
-
border: none;
|
|
2127
|
-
margin-right: 0;
|
|
2128
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
|
-
.E_o18uybox {
|
|
2132
|
-
pointer-events: none;
|
|
2133
|
-
height: 32px;
|
|
2134
|
-
width: 100%;
|
|
2135
|
-
opacity: 0;
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
.E_s1sck0th {
|
|
2140
|
-
padding: 0 8px;
|
|
2141
|
-
border-radius: 4px;
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
.E_m855nr1 {
|
|
2145
|
-
padding: 2px 8px;
|
|
2146
|
-
border-radius: 3px;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
.E_l1270xpg {
|
|
2150
|
-
padding: 3px 8px;
|
|
2151
|
-
border-radius: 2px;
|
|
2152
|
-
}
|
|
2120
|
+
.E_l1270xpg {
|
|
2121
|
+
padding: 3px 8px;
|
|
2122
|
+
border-radius: 2px;
|
|
2123
|
+
}
|
|
2153
2124
|
|
|
2154
2125
|
.E_t14rextb {
|
|
2155
2126
|
&.ant-tag:hover {
|
|
@@ -2222,120 +2193,64 @@
|
|
|
2222
2193
|
}
|
|
2223
2194
|
|
|
2224
2195
|
|
|
2225
|
-
.
|
|
2226
|
-
|
|
2227
|
-
margin-right: 4px;
|
|
2228
|
-
}
|
|
2196
|
+
.E_iq1gosr {
|
|
2197
|
+
display: inline-block;
|
|
2229
2198
|
}
|
|
2230
2199
|
|
|
2231
2200
|
|
|
2232
|
-
.
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
border-radius: 50%;
|
|
2243
|
-
background: var(--a1b5xrg3-0);
|
|
2244
|
-
}
|
|
2245
|
-
&.btn-item {
|
|
2246
|
-
transition: all 160ms ease;
|
|
2247
|
-
cursor: pointer;
|
|
2248
|
-
width: 56px;
|
|
2249
|
-
height: 40px;
|
|
2250
|
-
display: inline-flex;
|
|
2251
|
-
align-items: center;
|
|
2252
|
-
justify-content: center;
|
|
2253
|
-
border-radius: 6px;
|
|
2254
|
-
|
|
2255
|
-
&:hover {
|
|
2256
|
-
box-shadow:
|
|
2257
|
-
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2258
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
&:active {
|
|
2262
|
-
transform: translateY(2px);
|
|
2263
|
-
transition: all 320ms ease;
|
|
2264
|
-
}
|
|
2265
|
-
}
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2201
|
+
.E_c1bus5hc {
|
|
2202
|
+
--color: white;
|
|
2203
|
+
height: 14px;
|
|
2204
|
+
width: 14px;
|
|
2205
|
+
border-radius: 50%;
|
|
2206
|
+
flex-shrink: 0;
|
|
2207
|
+
display: flex;
|
|
2208
|
+
align-items: center;
|
|
2209
|
+
justify-content: center;
|
|
2210
|
+
border: 1px solid var(--color);
|
|
2268
2211
|
|
|
2269
|
-
.
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2212
|
+
.circle-inner {
|
|
2213
|
+
position: relative;
|
|
2214
|
+
height: 10px;
|
|
2215
|
+
width: 10px;
|
|
2216
|
+
border-radius: 50%;
|
|
2274
2217
|
overflow: hidden;
|
|
2275
|
-
&:focus {
|
|
2276
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
2277
|
-
}
|
|
2278
|
-
}
|
|
2279
|
-
&.ant-switch-small {
|
|
2280
|
-
min-width: 26px;
|
|
2281
|
-
height: 16px;
|
|
2282
|
-
}
|
|
2283
|
-
&.ant-switch-large {
|
|
2284
|
-
min-width: 52px;
|
|
2285
|
-
height: 32px;
|
|
2286
2218
|
}
|
|
2287
2219
|
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
height: 14px;
|
|
2298
|
-
width: 14px;
|
|
2299
|
-
top: 1px;
|
|
2300
|
-
left: 1px;
|
|
2301
|
-
}
|
|
2302
|
-
&.ant-switch-large .ant-switch-handle {
|
|
2303
|
-
height: 28px;
|
|
2304
|
-
width: 28px;
|
|
2305
|
-
&::before {
|
|
2306
|
-
border-radius: 14px;
|
|
2307
|
-
}
|
|
2220
|
+
.circle-content {
|
|
2221
|
+
position: absolute;
|
|
2222
|
+
height: 100%;
|
|
2223
|
+
width: 100%;
|
|
2224
|
+
left: 0;
|
|
2225
|
+
top: 0;
|
|
2226
|
+
border-radius: 50%;
|
|
2227
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2228
|
+
transform: rotate(180deg);
|
|
2308
2229
|
}
|
|
2309
2230
|
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
left:
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
left: calc(100% - 28px - 2px);
|
|
2231
|
+
.circle-child {
|
|
2232
|
+
position: absolute;
|
|
2233
|
+
height: 100%;
|
|
2234
|
+
width: 100%;
|
|
2235
|
+
left: 0;
|
|
2236
|
+
top: 0;
|
|
2237
|
+
margin-left: 50%;
|
|
2238
|
+
transform-origin: left;
|
|
2239
|
+
background: white;
|
|
2240
|
+
transform: rotate(0deg);
|
|
2321
2241
|
}
|
|
2322
2242
|
}
|
|
2323
2243
|
|
|
2324
|
-
.E_c1up6e3y {
|
|
2325
|
-
margin-left: 5px;
|
|
2326
|
-
}
|
|
2327
2244
|
|
|
2245
|
+
.E_m196gn1d {
|
|
2246
|
+
min-width: 1280px;
|
|
2247
|
+
}
|
|
2328
2248
|
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
background: $gray-a80-9;
|
|
2335
|
-
border-radius: 4px;
|
|
2336
|
-
&:has(.eagle-ellipsis-content) {
|
|
2337
|
-
visibility: hidden;
|
|
2338
|
-
}
|
|
2249
|
+
|
|
2250
|
+
.E_c1yyuluq {
|
|
2251
|
+
border-radius: 8px;
|
|
2252
|
+
.ant-card-body {
|
|
2253
|
+
padding: 20px 24px 24px 24px;
|
|
2339
2254
|
}
|
|
2340
2255
|
}
|
|
2341
2256
|
|
|
@@ -2694,15 +2609,16 @@
|
|
|
2694
2609
|
}
|
|
2695
2610
|
|
|
2696
2611
|
|
|
2697
|
-
.
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2612
|
+
.E_t1m2x205 {
|
|
2613
|
+
.ant-tooltip-arrow {
|
|
2614
|
+
display: none;
|
|
2615
|
+
}
|
|
2616
|
+
.ant-tooltip-inner {
|
|
2617
|
+
background: $gray-a80-9;
|
|
2618
|
+
border-radius: 4px;
|
|
2619
|
+
&:has(.eagle-ellipsis-content) {
|
|
2620
|
+
visibility: hidden;
|
|
2621
|
+
}
|
|
2706
2622
|
}
|
|
2707
2623
|
}
|
|
2708
2624
|
|
|
@@ -2739,32 +2655,116 @@
|
|
|
2739
2655
|
}
|
|
2740
2656
|
|
|
2741
2657
|
|
|
2742
|
-
.
|
|
2743
|
-
|
|
2744
|
-
}
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
.E_hrhfj7c {
|
|
2748
|
-
display: none;
|
|
2658
|
+
.E_s1dni7lo {
|
|
2659
|
+
width: 430px !important;
|
|
2749
2660
|
}
|
|
2750
2661
|
|
|
2751
|
-
.
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2662
|
+
.E_d1wwmmm5 {
|
|
2663
|
+
.ant-select-item-group {
|
|
2664
|
+
padding: 8px 16px;
|
|
2665
|
+
line-height: 18px;
|
|
2666
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2667
|
+
height: 34px;
|
|
2668
|
+
min-height: 34px;
|
|
2669
|
+
box-sizing: border-box;
|
|
2670
|
+
margin-top: 8px;
|
|
2757
2671
|
}
|
|
2758
2672
|
}
|
|
2759
2673
|
|
|
2760
|
-
.
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2674
|
+
.E_o1ugr09p {
|
|
2675
|
+
display: flex;
|
|
2676
|
+
flex-direction: column;
|
|
2677
|
+
margin: 1px 8px;
|
|
2678
|
+
padding: 8px;
|
|
2679
|
+
border-radius: 4px;
|
|
2680
|
+
|
|
2681
|
+
.selected-icon {
|
|
2682
|
+
display: none;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
&.ant-select-item-option-grouped {
|
|
2686
|
+
padding-left: 8px;
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
&.ant-select-item-option-selected {
|
|
2690
|
+
background-color: white;
|
|
2691
|
+
.timezone-title {
|
|
2692
|
+
color: #0080ff;
|
|
2693
|
+
}
|
|
2694
|
+
.selected-icon {
|
|
2695
|
+
display: block;
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
&.ant-select-item-option-active {
|
|
2700
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2701
|
+
.timezone-title {
|
|
2702
|
+
color: #0080ff;
|
|
2703
|
+
}
|
|
2704
|
+
.timezone-tag {
|
|
2705
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2706
|
+
color: #0080ff;
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
.E_o1ifxsq4 {
|
|
2712
|
+
display: flex;
|
|
2713
|
+
justify-content: space-between;
|
|
2714
|
+
height: 20px;
|
|
2715
|
+
line-height: 20px;
|
|
2716
|
+
|
|
2717
|
+
.timezone-title {
|
|
2718
|
+
color: #2d3a56;
|
|
2719
|
+
overflow: hidden;
|
|
2720
|
+
text-overflow: ellipsis;
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
.E_o1zue7 {
|
|
2725
|
+
display: flex;
|
|
2726
|
+
justify-content: space-between;
|
|
2727
|
+
color: $text-light-secondary;
|
|
2728
|
+
height: 18px;
|
|
2729
|
+
line-height: 18px;
|
|
2730
|
+
margin-top: 2px;
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
.E_tyfmlxg {
|
|
2734
|
+
border: none;
|
|
2735
|
+
margin-right: 0;
|
|
2736
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
.E_o18uybox {
|
|
2740
|
+
pointer-events: none;
|
|
2741
|
+
height: 32px;
|
|
2742
|
+
width: 100%;
|
|
2743
|
+
opacity: 0;
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
.E_hrhfj7c {
|
|
2748
|
+
display: none;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
.E_dt9qoak {
|
|
2752
|
+
.bottom {
|
|
2753
|
+
color: $text-neutral-secondary;
|
|
2754
|
+
}
|
|
2755
|
+
.left {
|
|
2756
|
+
min-width: 0;
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2760
|
+
.E_crhnxq5 {
|
|
2761
|
+
display: flex;
|
|
2762
|
+
flex-direction: row;
|
|
2763
|
+
justify-content: space-between;
|
|
2764
|
+
.label {
|
|
2765
|
+
color: $text-neutral-tertiary;
|
|
2766
|
+
font-weight: 400;
|
|
2767
|
+
}
|
|
2768
2768
|
}
|
|
2769
2769
|
|
|
2770
2770
|
.E_c1iq43vd {
|
|
@@ -2969,42 +2969,6 @@
|
|
|
2969
2969
|
}
|
|
2970
2970
|
|
|
2971
2971
|
|
|
2972
|
-
.E_m5foqp8 {
|
|
2973
|
-
--footer-height: 96px;
|
|
2974
|
-
--header-height: 80px;
|
|
2975
|
-
--modal-content-width: 720px;
|
|
2976
|
-
--modal-content-min-height: 200px;
|
|
2977
|
-
--modal-content-max-height: calc(
|
|
2978
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
2979
|
-
);
|
|
2980
|
-
--modal-header-padding: 40px 60px 8px;
|
|
2981
|
-
--modal-content-padding-top: 24px;
|
|
2982
|
-
--modal-content-padding-bottom: 32px;
|
|
2983
|
-
--modal-content-padding-x: 60px;
|
|
2984
|
-
--modal-footer-padding: 0 60px;
|
|
2985
|
-
|
|
2986
|
-
&.content-full.ant-modal {
|
|
2987
|
-
height: calc(100vh - 80px);
|
|
2988
|
-
width: calc(100vw - 160px);
|
|
2989
|
-
.ant-modal-content {
|
|
2990
|
-
width: 100%;
|
|
2991
|
-
height: 100%;
|
|
2992
|
-
max-width: unset;
|
|
2993
|
-
max-height: unset;
|
|
2994
|
-
display: flex;
|
|
2995
|
-
flex-direction: column;
|
|
2996
|
-
}
|
|
2997
|
-
.ant-modal-body {
|
|
2998
|
-
flex: 1;
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
.initializing-title {
|
|
3003
|
-
height: 32px;
|
|
3004
|
-
}
|
|
3005
|
-
}
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
2972
|
.E_s17wv897 {
|
|
3009
2973
|
&.ant-select,
|
|
3010
2974
|
&.ant-select div.ant-select-selector {
|
|
@@ -3107,6 +3071,42 @@
|
|
|
3107
3071
|
}
|
|
3108
3072
|
|
|
3109
3073
|
|
|
3074
|
+
.E_m5foqp8 {
|
|
3075
|
+
--footer-height: 96px;
|
|
3076
|
+
--header-height: 80px;
|
|
3077
|
+
--modal-content-width: 720px;
|
|
3078
|
+
--modal-content-min-height: 200px;
|
|
3079
|
+
--modal-content-max-height: calc(
|
|
3080
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
3081
|
+
);
|
|
3082
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3083
|
+
--modal-content-padding-top: 24px;
|
|
3084
|
+
--modal-content-padding-bottom: 32px;
|
|
3085
|
+
--modal-content-padding-x: 60px;
|
|
3086
|
+
--modal-footer-padding: 0 60px;
|
|
3087
|
+
|
|
3088
|
+
&.content-full.ant-modal {
|
|
3089
|
+
height: calc(100vh - 80px);
|
|
3090
|
+
width: calc(100vw - 160px);
|
|
3091
|
+
.ant-modal-content {
|
|
3092
|
+
width: 100%;
|
|
3093
|
+
height: 100%;
|
|
3094
|
+
max-width: unset;
|
|
3095
|
+
max-height: unset;
|
|
3096
|
+
display: flex;
|
|
3097
|
+
flex-direction: column;
|
|
3098
|
+
}
|
|
3099
|
+
.ant-modal-body {
|
|
3100
|
+
flex: 1;
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3104
|
+
.initializing-title {
|
|
3105
|
+
height: 32px;
|
|
3106
|
+
}
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
|
|
3110
3110
|
.E_s4ivdfu {
|
|
3111
3111
|
&.ant-select {
|
|
3112
3112
|
.ant-select-selection-placeholder {
|
|
@@ -3336,6 +3336,22 @@
|
|
|
3336
3336
|
}
|
|
3337
3337
|
|
|
3338
3338
|
|
|
3339
|
+
.E_w1dxz879 {
|
|
3340
|
+
display: flex;
|
|
3341
|
+
flex-direction: column;
|
|
3342
|
+
gap: 6px;
|
|
3343
|
+
.ellipsis-tooltip {
|
|
3344
|
+
max-height: var(--w1dxz879-0);
|
|
3345
|
+
text-overflow: clip;
|
|
3346
|
+
overflow: hidden;
|
|
3347
|
+
}
|
|
3348
|
+
.tips {
|
|
3349
|
+
color: #fff;
|
|
3350
|
+
opacity: 0.8;
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
|
|
3339
3355
|
.E_h12yihis {
|
|
3340
3356
|
height: 50px;
|
|
3341
3357
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -3606,22 +3622,6 @@
|
|
|
3606
3622
|
}
|
|
3607
3623
|
|
|
3608
3624
|
|
|
3609
|
-
.E_w1dxz879 {
|
|
3610
|
-
display: flex;
|
|
3611
|
-
flex-direction: column;
|
|
3612
|
-
gap: 6px;
|
|
3613
|
-
.ellipsis-tooltip {
|
|
3614
|
-
max-height: var(--w1dxz879-0);
|
|
3615
|
-
text-overflow: clip;
|
|
3616
|
-
overflow: hidden;
|
|
3617
|
-
}
|
|
3618
|
-
.tips {
|
|
3619
|
-
color: #fff;
|
|
3620
|
-
opacity: 0.8;
|
|
3621
|
-
}
|
|
3622
|
-
}
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
3625
|
.E_s11wux3h {
|
|
3626
3626
|
.antd5-segmented-item:not(:last-child) {
|
|
3627
3627
|
margin-right: 2px;
|
|
@@ -3755,49 +3755,141 @@
|
|
|
3755
3755
|
}
|
|
3756
3756
|
|
|
3757
3757
|
|
|
3758
|
-
.
|
|
3759
|
-
color: $text-light
|
|
3760
|
-
|
|
3758
|
+
.E_ckui4s7 {
|
|
3759
|
+
color: $text-primary-light;
|
|
3760
|
+
line-height: 22px;
|
|
3761
|
+
display: inline-flex;
|
|
3762
|
+
.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; } } }
|
|
3763
|
+
}
|
|
3764
|
+
|
|
3761
3765
|
|
|
3766
|
+
.E_lht19u8 {
|
|
3767
|
+
width: 64px;
|
|
3768
|
+
height: 64px;
|
|
3762
3769
|
display: flex;
|
|
3763
3770
|
align-items: center;
|
|
3764
3771
|
justify-content: center;
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
.link {
|
|
3769
|
-
color: $text-light-general;
|
|
3770
|
-
cursor: pointer;
|
|
3771
|
-
}
|
|
3772
|
+
position: relative;
|
|
3773
|
+
opacity: 0.2;
|
|
3772
3774
|
}
|
|
3773
3775
|
|
|
3774
|
-
.
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3776
|
+
.E_lk3gkp4 {
|
|
3777
|
+
position: absolute;
|
|
3778
|
+
width: 5px;
|
|
3779
|
+
height: 48px;
|
|
3780
|
+
left: 9.33px;
|
|
3781
|
+
top: 40.5px;
|
|
3779
3782
|
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
justify-content: space-between;
|
|
3785
|
-
.metric-extra {
|
|
3786
|
-
display: flex;
|
|
3787
|
-
font-size: 12px;
|
|
3788
|
-
align-items: center;
|
|
3783
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3784
|
+
border-radius: 5px;
|
|
3785
|
+
transform: rotate(-128deg);
|
|
3786
|
+
transform-origin: top left;
|
|
3789
3787
|
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
}
|
|
3793
|
-
.info-item + .info-item {
|
|
3794
|
-
margin-left: 10px;
|
|
3795
|
-
}
|
|
3788
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3789
|
+
}
|
|
3796
3790
|
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3791
|
+
.E_ll4n94n {
|
|
3792
|
+
position: absolute;
|
|
3793
|
+
width: 5px;
|
|
3794
|
+
height: 48px;
|
|
3795
|
+
left: 40.8px;
|
|
3796
|
+
top: 8.4px;
|
|
3797
|
+
|
|
3798
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3799
|
+
border-radius: 5px;
|
|
3800
|
+
transform: rotate(-8deg);
|
|
3801
|
+
transform-origin: top left;
|
|
3802
|
+
|
|
3803
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3806
|
+
.E_l17lbdo6 {
|
|
3807
|
+
position: absolute;
|
|
3808
|
+
width: 5px;
|
|
3809
|
+
height: 48px;
|
|
3810
|
+
left: 52.9px;
|
|
3811
|
+
top: 51.8px;
|
|
3812
|
+
|
|
3813
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3814
|
+
border-radius: 5px;
|
|
3815
|
+
transform: rotate(112deg);
|
|
3816
|
+
transform-origin: top left;
|
|
3817
|
+
|
|
3818
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
|
|
3822
|
+
.E_b14q2gmw {
|
|
3823
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3824
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3825
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3826
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3827
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3828
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3829
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3830
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
.E_c1eym6el {
|
|
3834
|
+
border-radius: 8px;
|
|
3835
|
+
background-color: white;
|
|
3836
|
+
&.hoverable {
|
|
3837
|
+
cursor: pointer;
|
|
3838
|
+
|
|
3839
|
+
&:hover {
|
|
3840
|
+
transition: all 200ms ease;
|
|
3841
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3842
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3843
|
+
transform: translateY(-4px);
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
3846
|
+
}
|
|
3847
|
+
|
|
3848
|
+
|
|
3849
|
+
.E_msn7nxt {
|
|
3850
|
+
color: $text-light-secondary;
|
|
3851
|
+
text-align: center;
|
|
3852
|
+
|
|
3853
|
+
display: flex;
|
|
3854
|
+
align-items: center;
|
|
3855
|
+
justify-content: center;
|
|
3856
|
+
flex-direction: column;
|
|
3857
|
+
height: 100%;
|
|
3858
|
+
|
|
3859
|
+
.link {
|
|
3860
|
+
color: $text-light-general;
|
|
3861
|
+
cursor: pointer;
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3865
|
+
.E_mp64wfi {
|
|
3866
|
+
width: 100%;
|
|
3867
|
+
height: 100%;
|
|
3868
|
+
display: flex;
|
|
3869
|
+
flex-direction: column;
|
|
3870
|
+
|
|
3871
|
+
.name-toolbar {
|
|
3872
|
+
width: 100%;
|
|
3873
|
+
display: flex;
|
|
3874
|
+
line-height: 30px;
|
|
3875
|
+
padding: 0 16px;
|
|
3876
|
+
justify-content: space-between;
|
|
3877
|
+
.metric-extra {
|
|
3878
|
+
display: flex;
|
|
3879
|
+
font-size: 12px;
|
|
3880
|
+
align-items: center;
|
|
3881
|
+
|
|
3882
|
+
.info-item {
|
|
3883
|
+
color: $gray-60;
|
|
3884
|
+
}
|
|
3885
|
+
.info-item + .info-item {
|
|
3886
|
+
margin-left: 10px;
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.menu-trigger {
|
|
3890
|
+
margin-left: 10px;
|
|
3891
|
+
cursor: pointer;
|
|
3892
|
+
}
|
|
3801
3893
|
}
|
|
3802
3894
|
}
|
|
3803
3895
|
|
|
@@ -3813,7 +3905,7 @@
|
|
|
3813
3905
|
}
|
|
3814
3906
|
}
|
|
3815
3907
|
|
|
3816
|
-
.
|
|
3908
|
+
.E_l1oyigan {
|
|
3817
3909
|
display: flex;
|
|
3818
3910
|
align-items: center;
|
|
3819
3911
|
white-space: nowrap;
|
|
@@ -3821,84 +3913,38 @@
|
|
|
3821
3913
|
width: 100%;
|
|
3822
3914
|
|
|
3823
3915
|
.ant-dropdown-trigger {
|
|
3916
|
+
margin-left: auto;
|
|
3824
3917
|
font-size: 12px;
|
|
3825
|
-
margin-left: 8px;
|
|
3826
3918
|
}
|
|
3827
3919
|
}
|
|
3828
3920
|
|
|
3829
|
-
.
|
|
3921
|
+
.E_l1noi4n1 {
|
|
3830
3922
|
display: flex;
|
|
3831
3923
|
justify-content: flex-start;
|
|
3832
3924
|
align-items: center;
|
|
3833
3925
|
font-size: 12px;
|
|
3834
3926
|
cursor: pointer;
|
|
3835
|
-
&:not(:first-child) {
|
|
3836
|
-
margin-left: 8px;
|
|
3837
|
-
}
|
|
3838
|
-
|
|
3839
|
-
&.deselected,
|
|
3840
|
-
&.hovering {
|
|
3841
|
-
opacity: 0.3;
|
|
3842
3927
|
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
border-radius: 2px;
|
|
3846
|
-
}
|
|
3847
|
-
}
|
|
3848
|
-
&.hoverering-self {
|
|
3849
|
-
opacity: 1;
|
|
3850
|
-
}
|
|
3851
|
-
.dropdown-trigger {
|
|
3852
|
-
margin-left: 12px;
|
|
3853
|
-
}
|
|
3854
|
-
.legend-name {
|
|
3855
|
-
color: $text-light-primary;
|
|
3856
|
-
}
|
|
3857
|
-
.icon-suffix-wrapper {
|
|
3858
|
-
display: flex;
|
|
3859
|
-
align-items: center;
|
|
3860
|
-
margin-left: 4px;
|
|
3928
|
+
&:not(:last-child) {
|
|
3929
|
+
margin-right: 20px;
|
|
3861
3930
|
}
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
.E_l1mumj7o {
|
|
3865
|
-
display: flex;
|
|
3866
|
-
justify-content: flex-start;
|
|
3867
|
-
align-items: center;
|
|
3868
|
-
font-size: 12px;
|
|
3869
|
-
cursor: pointer;
|
|
3870
|
-
|
|
3871
|
-
&.deselected,
|
|
3872
|
-
&.hovering {
|
|
3873
|
-
opacity: 0.3;
|
|
3931
|
+
&.deselected {
|
|
3932
|
+
opacity: 0.4;
|
|
3874
3933
|
|
|
3875
|
-
|
|
3934
|
+
.color-block {
|
|
3876
3935
|
background: #b4beca !important;
|
|
3877
|
-
border-radius: 2px;
|
|
3878
3936
|
}
|
|
3879
3937
|
}
|
|
3880
|
-
.legend-name {
|
|
3881
|
-
color: $text-light-primary;
|
|
3882
|
-
}
|
|
3883
|
-
&.hoverering-self {
|
|
3884
|
-
opacity: 1;
|
|
3885
|
-
}
|
|
3886
|
-
.icon-suffix-wrapper {
|
|
3887
|
-
margin-left: 4px;
|
|
3888
|
-
display: flex;
|
|
3889
|
-
align-items: center;
|
|
3890
|
-
}
|
|
3891
3938
|
}
|
|
3892
3939
|
|
|
3893
|
-
.
|
|
3940
|
+
.E_cz19rz6 {
|
|
3894
3941
|
display: inline-block;
|
|
3895
3942
|
height: 8px;
|
|
3896
3943
|
width: 8px;
|
|
3897
|
-
margin-right:
|
|
3898
|
-
border-radius: 2px;
|
|
3944
|
+
margin-right: 8px;
|
|
3899
3945
|
}
|
|
3900
3946
|
|
|
3901
|
-
.
|
|
3947
|
+
.E_e17r5r9c {
|
|
3902
3948
|
.ant-dropdown-menu-item {
|
|
3903
3949
|
display: flex;
|
|
3904
3950
|
align-items: center;
|
|
@@ -3907,7 +3953,7 @@
|
|
|
3907
3953
|
}
|
|
3908
3954
|
}
|
|
3909
3955
|
|
|
3910
|
-
.
|
|
3956
|
+
.E_m1y1hhnr {
|
|
3911
3957
|
position: relative;
|
|
3912
3958
|
|
|
3913
3959
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -3918,9 +3964,10 @@
|
|
|
3918
3964
|
display: flex;
|
|
3919
3965
|
justify-content: space-between;
|
|
3920
3966
|
line-height: 30px;
|
|
3967
|
+
margin: 0 16px;
|
|
3968
|
+
|
|
3921
3969
|
.metric-extra {
|
|
3922
3970
|
display: flex;
|
|
3923
|
-
flex-shrink: 0;
|
|
3924
3971
|
font-size: 12px;
|
|
3925
3972
|
align-items: center;
|
|
3926
3973
|
|
|
@@ -3946,28 +3993,26 @@
|
|
|
3946
3993
|
position: absolute;
|
|
3947
3994
|
bottom: 10px;
|
|
3948
3995
|
padding: 0 8px;
|
|
3996
|
+
border-radius: 4px;
|
|
3949
3997
|
font-size: 12px;
|
|
3950
3998
|
color: $white;
|
|
3999
|
+
background: rgba(0, 0, 0, 0.75);
|
|
3951
4000
|
transform: translateX(-50%);
|
|
3952
4001
|
}
|
|
3953
4002
|
}
|
|
3954
4003
|
|
|
3955
|
-
.
|
|
4004
|
+
.E_tnvijvs {
|
|
3956
4005
|
min-width: 200px;
|
|
3957
|
-
background-color: $fill-neutral-trans-8;
|
|
3958
|
-
border-radius: 4px;
|
|
3959
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
3960
|
-
padding: 8px;
|
|
3961
4006
|
}
|
|
3962
4007
|
|
|
3963
|
-
.
|
|
4008
|
+
.E_t1ub2aex {
|
|
3964
4009
|
display: flex;
|
|
3965
4010
|
align-items: center;
|
|
3966
|
-
background-color: unset;
|
|
3967
|
-
color: $text-neutral-ontint;
|
|
3968
4011
|
justify-content: space-between;
|
|
4012
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
4013
|
+
color: #b4beca;
|
|
3969
4014
|
font-size: 12px;
|
|
3970
|
-
padding
|
|
4015
|
+
padding: 3px 6px;
|
|
3971
4016
|
|
|
3972
4017
|
&:first-child {
|
|
3973
4018
|
padding-top: 3px;
|
|
@@ -3976,169 +4021,43 @@
|
|
|
3976
4021
|
padding-bottom: 3px;
|
|
3977
4022
|
}
|
|
3978
4023
|
.column-value {
|
|
3979
|
-
color: $
|
|
4024
|
+
color: $white;
|
|
3980
4025
|
margin-left: 8px;
|
|
3981
4026
|
}
|
|
3982
4027
|
}
|
|
3983
4028
|
|
|
3984
|
-
.E_ljhvvia {
|
|
3985
|
-
display: inline-block;
|
|
3986
|
-
height: 8px;
|
|
3987
|
-
width: 8px;
|
|
3988
|
-
margin-right: 8px;
|
|
3989
|
-
border-radius: 2px;
|
|
3990
|
-
&.borderd {
|
|
3991
|
-
border: 1px solid $stroke-neutral-white;
|
|
3992
|
-
}
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
4029
|
|
|
3996
|
-
.
|
|
3997
|
-
color: $text-
|
|
3998
|
-
|
|
3999
|
-
display: inline-flex;
|
|
4000
|
-
.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; } } }
|
|
4001
|
-
}
|
|
4030
|
+
.E_m11nzl2x {
|
|
4031
|
+
color: $text-light-secondary;
|
|
4032
|
+
text-align: center;
|
|
4002
4033
|
|
|
4034
|
+
display: flex;
|
|
4035
|
+
align-items: center;
|
|
4036
|
+
justify-content: center;
|
|
4037
|
+
flex-direction: column;
|
|
4038
|
+
height: 100%;
|
|
4003
4039
|
|
|
4004
|
-
.
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
.tag {
|
|
4008
|
-
flex: 0 0 auto;
|
|
4009
|
-
}
|
|
4010
|
-
.progress-title {
|
|
4011
|
-
flex: 2;
|
|
4012
|
-
max-width: fit-content;
|
|
4013
|
-
}
|
|
4014
|
-
.progress-desc {
|
|
4015
|
-
flex: 1;
|
|
4016
|
-
max-width: fit-content;
|
|
4040
|
+
.link {
|
|
4041
|
+
color: $text-light-general;
|
|
4042
|
+
cursor: pointer;
|
|
4017
4043
|
}
|
|
4018
4044
|
}
|
|
4019
4045
|
|
|
4020
|
-
.
|
|
4046
|
+
.E_mn7joto {
|
|
4047
|
+
width: 100%;
|
|
4048
|
+
height: 100%;
|
|
4021
4049
|
display: flex;
|
|
4022
|
-
|
|
4023
|
-
column-gap: var(--a1ji6r68-0);
|
|
4024
|
-
}
|
|
4050
|
+
flex-direction: column;
|
|
4025
4051
|
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
.E_c1eym6el {
|
|
4039
|
-
border-radius: 8px;
|
|
4040
|
-
background-color: white;
|
|
4041
|
-
&.hoverable {
|
|
4042
|
-
cursor: pointer;
|
|
4043
|
-
|
|
4044
|
-
&:hover {
|
|
4045
|
-
transition: all 200ms ease;
|
|
4046
|
-
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
4047
|
-
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
4048
|
-
transform: translateY(-4px);
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
}
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
.E_lht19u8 {
|
|
4055
|
-
width: 64px;
|
|
4056
|
-
height: 64px;
|
|
4057
|
-
display: flex;
|
|
4058
|
-
align-items: center;
|
|
4059
|
-
justify-content: center;
|
|
4060
|
-
position: relative;
|
|
4061
|
-
opacity: 0.2;
|
|
4062
|
-
}
|
|
4063
|
-
|
|
4064
|
-
.E_lk3gkp4 {
|
|
4065
|
-
position: absolute;
|
|
4066
|
-
width: 5px;
|
|
4067
|
-
height: 48px;
|
|
4068
|
-
left: 9.33px;
|
|
4069
|
-
top: 40.5px;
|
|
4070
|
-
|
|
4071
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4072
|
-
border-radius: 5px;
|
|
4073
|
-
transform: rotate(-128deg);
|
|
4074
|
-
transform-origin: top left;
|
|
4075
|
-
|
|
4076
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4077
|
-
}
|
|
4078
|
-
|
|
4079
|
-
.E_ll4n94n {
|
|
4080
|
-
position: absolute;
|
|
4081
|
-
width: 5px;
|
|
4082
|
-
height: 48px;
|
|
4083
|
-
left: 40.8px;
|
|
4084
|
-
top: 8.4px;
|
|
4085
|
-
|
|
4086
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4087
|
-
border-radius: 5px;
|
|
4088
|
-
transform: rotate(-8deg);
|
|
4089
|
-
transform-origin: top left;
|
|
4090
|
-
|
|
4091
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4092
|
-
}
|
|
4093
|
-
|
|
4094
|
-
.E_l17lbdo6 {
|
|
4095
|
-
position: absolute;
|
|
4096
|
-
width: 5px;
|
|
4097
|
-
height: 48px;
|
|
4098
|
-
left: 52.9px;
|
|
4099
|
-
top: 51.8px;
|
|
4100
|
-
|
|
4101
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4102
|
-
border-radius: 5px;
|
|
4103
|
-
transform: rotate(112deg);
|
|
4104
|
-
transform-origin: top left;
|
|
4105
|
-
|
|
4106
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
.E_msn7nxt {
|
|
4111
|
-
color: $text-light-secondary;
|
|
4112
|
-
text-align: center;
|
|
4113
|
-
|
|
4114
|
-
display: flex;
|
|
4115
|
-
align-items: center;
|
|
4116
|
-
justify-content: center;
|
|
4117
|
-
flex-direction: column;
|
|
4118
|
-
height: 100%;
|
|
4119
|
-
|
|
4120
|
-
.link {
|
|
4121
|
-
color: $text-light-general;
|
|
4122
|
-
cursor: pointer;
|
|
4123
|
-
}
|
|
4124
|
-
}
|
|
4125
|
-
|
|
4126
|
-
.E_mp64wfi {
|
|
4127
|
-
width: 100%;
|
|
4128
|
-
height: 100%;
|
|
4129
|
-
display: flex;
|
|
4130
|
-
flex-direction: column;
|
|
4131
|
-
|
|
4132
|
-
.name-toolbar {
|
|
4133
|
-
width: 100%;
|
|
4134
|
-
display: flex;
|
|
4135
|
-
line-height: 30px;
|
|
4136
|
-
padding: 0 16px;
|
|
4137
|
-
justify-content: space-between;
|
|
4138
|
-
.metric-extra {
|
|
4139
|
-
display: flex;
|
|
4140
|
-
font-size: 12px;
|
|
4141
|
-
align-items: center;
|
|
4052
|
+
.name-toolbar {
|
|
4053
|
+
width: 100%;
|
|
4054
|
+
display: flex;
|
|
4055
|
+
line-height: 30px;
|
|
4056
|
+
justify-content: space-between;
|
|
4057
|
+
.metric-extra {
|
|
4058
|
+
display: flex;
|
|
4059
|
+
font-size: 12px;
|
|
4060
|
+
align-items: center;
|
|
4142
4061
|
|
|
4143
4062
|
.info-item {
|
|
4144
4063
|
color: $gray-60;
|
|
@@ -4166,7 +4085,7 @@
|
|
|
4166
4085
|
}
|
|
4167
4086
|
}
|
|
4168
4087
|
|
|
4169
|
-
.
|
|
4088
|
+
.E_l1bifhon {
|
|
4170
4089
|
display: flex;
|
|
4171
4090
|
align-items: center;
|
|
4172
4091
|
white-space: nowrap;
|
|
@@ -4174,38 +4093,84 @@
|
|
|
4174
4093
|
width: 100%;
|
|
4175
4094
|
|
|
4176
4095
|
.ant-dropdown-trigger {
|
|
4177
|
-
margin-left: auto;
|
|
4178
4096
|
font-size: 12px;
|
|
4097
|
+
margin-left: 8px;
|
|
4179
4098
|
}
|
|
4180
4099
|
}
|
|
4181
4100
|
|
|
4182
|
-
.
|
|
4101
|
+
.E_ltthzck {
|
|
4183
4102
|
display: flex;
|
|
4184
4103
|
justify-content: flex-start;
|
|
4185
4104
|
align-items: center;
|
|
4186
4105
|
font-size: 12px;
|
|
4187
4106
|
cursor: pointer;
|
|
4107
|
+
&:not(:first-child) {
|
|
4108
|
+
margin-left: 8px;
|
|
4109
|
+
}
|
|
4188
4110
|
|
|
4189
|
-
|
|
4190
|
-
|
|
4111
|
+
&.deselected,
|
|
4112
|
+
&.hovering {
|
|
4113
|
+
opacity: 0.3;
|
|
4114
|
+
|
|
4115
|
+
&:not(.hoverering-self) .color-block {
|
|
4116
|
+
background: #b4beca !important;
|
|
4117
|
+
border-radius: 2px;
|
|
4118
|
+
}
|
|
4191
4119
|
}
|
|
4192
|
-
&.
|
|
4193
|
-
opacity:
|
|
4120
|
+
&.hoverering-self {
|
|
4121
|
+
opacity: 1;
|
|
4122
|
+
}
|
|
4123
|
+
.dropdown-trigger {
|
|
4124
|
+
margin-left: 12px;
|
|
4125
|
+
}
|
|
4126
|
+
.legend-name {
|
|
4127
|
+
color: $text-light-primary;
|
|
4128
|
+
}
|
|
4129
|
+
.icon-suffix-wrapper {
|
|
4130
|
+
display: flex;
|
|
4131
|
+
align-items: center;
|
|
4132
|
+
margin-left: 4px;
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4194
4135
|
|
|
4195
|
-
|
|
4136
|
+
.E_l1mumj7o {
|
|
4137
|
+
display: flex;
|
|
4138
|
+
justify-content: flex-start;
|
|
4139
|
+
align-items: center;
|
|
4140
|
+
font-size: 12px;
|
|
4141
|
+
cursor: pointer;
|
|
4142
|
+
|
|
4143
|
+
&.deselected,
|
|
4144
|
+
&.hovering {
|
|
4145
|
+
opacity: 0.3;
|
|
4146
|
+
|
|
4147
|
+
&:not(.hoverering-self) .color-block {
|
|
4196
4148
|
background: #b4beca !important;
|
|
4149
|
+
border-radius: 2px;
|
|
4197
4150
|
}
|
|
4198
4151
|
}
|
|
4152
|
+
.legend-name {
|
|
4153
|
+
color: $text-light-primary;
|
|
4154
|
+
}
|
|
4155
|
+
&.hoverering-self {
|
|
4156
|
+
opacity: 1;
|
|
4157
|
+
}
|
|
4158
|
+
.icon-suffix-wrapper {
|
|
4159
|
+
margin-left: 4px;
|
|
4160
|
+
display: flex;
|
|
4161
|
+
align-items: center;
|
|
4162
|
+
}
|
|
4199
4163
|
}
|
|
4200
4164
|
|
|
4201
|
-
.
|
|
4165
|
+
.E_c14rn6j5 {
|
|
4202
4166
|
display: inline-block;
|
|
4203
4167
|
height: 8px;
|
|
4204
4168
|
width: 8px;
|
|
4205
|
-
margin-right:
|
|
4169
|
+
margin-right: 6px;
|
|
4170
|
+
border-radius: 2px;
|
|
4206
4171
|
}
|
|
4207
4172
|
|
|
4208
|
-
.
|
|
4173
|
+
.E_e45tc5l {
|
|
4209
4174
|
.ant-dropdown-menu-item {
|
|
4210
4175
|
display: flex;
|
|
4211
4176
|
align-items: center;
|
|
@@ -4214,7 +4179,7 @@
|
|
|
4214
4179
|
}
|
|
4215
4180
|
}
|
|
4216
4181
|
|
|
4217
|
-
.
|
|
4182
|
+
.E_lqeaosa {
|
|
4218
4183
|
position: relative;
|
|
4219
4184
|
|
|
4220
4185
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -4225,10 +4190,9 @@
|
|
|
4225
4190
|
display: flex;
|
|
4226
4191
|
justify-content: space-between;
|
|
4227
4192
|
line-height: 30px;
|
|
4228
|
-
margin: 0 16px;
|
|
4229
|
-
|
|
4230
4193
|
.metric-extra {
|
|
4231
4194
|
display: flex;
|
|
4195
|
+
flex-shrink: 0;
|
|
4232
4196
|
font-size: 12px;
|
|
4233
4197
|
align-items: center;
|
|
4234
4198
|
|
|
@@ -4254,26 +4218,28 @@
|
|
|
4254
4218
|
position: absolute;
|
|
4255
4219
|
bottom: 10px;
|
|
4256
4220
|
padding: 0 8px;
|
|
4257
|
-
border-radius: 4px;
|
|
4258
4221
|
font-size: 12px;
|
|
4259
4222
|
color: $white;
|
|
4260
|
-
background: rgba(0, 0, 0, 0.75);
|
|
4261
4223
|
transform: translateX(-50%);
|
|
4262
4224
|
}
|
|
4263
4225
|
}
|
|
4264
4226
|
|
|
4265
|
-
.
|
|
4227
|
+
.E_t2pr38p {
|
|
4266
4228
|
min-width: 200px;
|
|
4229
|
+
background-color: $fill-neutral-trans-8;
|
|
4230
|
+
border-radius: 4px;
|
|
4231
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
4232
|
+
padding: 8px;
|
|
4267
4233
|
}
|
|
4268
4234
|
|
|
4269
|
-
.
|
|
4235
|
+
.E_tecdsj7 {
|
|
4270
4236
|
display: flex;
|
|
4271
4237
|
align-items: center;
|
|
4238
|
+
background-color: unset;
|
|
4239
|
+
color: $text-neutral-ontint;
|
|
4272
4240
|
justify-content: space-between;
|
|
4273
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
4274
|
-
color: #b4beca;
|
|
4275
4241
|
font-size: 12px;
|
|
4276
|
-
padding:
|
|
4242
|
+
padding-top: 6px;
|
|
4277
4243
|
|
|
4278
4244
|
&:first-child {
|
|
4279
4245
|
padding-top: 3px;
|
|
@@ -4282,175 +4248,31 @@
|
|
|
4282
4248
|
padding-bottom: 3px;
|
|
4283
4249
|
}
|
|
4284
4250
|
.column-value {
|
|
4285
|
-
color: $
|
|
4251
|
+
color: $text-neutral-ontint;
|
|
4286
4252
|
margin-left: 8px;
|
|
4287
4253
|
}
|
|
4288
4254
|
}
|
|
4289
4255
|
|
|
4256
|
+
.E_ljhvvia {
|
|
4257
|
+
display: inline-block;
|
|
4258
|
+
height: 8px;
|
|
4259
|
+
width: 8px;
|
|
4260
|
+
margin-right: 8px;
|
|
4261
|
+
border-radius: 2px;
|
|
4262
|
+
&.borderd {
|
|
4263
|
+
border: 1px solid $stroke-neutral-white;
|
|
4264
|
+
}
|
|
4265
|
+
}
|
|
4290
4266
|
|
|
4291
|
-
.E_l48ei06 {
|
|
4292
|
-
@at-root {
|
|
4293
|
-
button#{&}.ant-btn,
|
|
4294
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
4295
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
4296
|
-
font-size: 12px;
|
|
4297
|
-
line-height: 18px;
|
|
4298
|
-
height: 18px;
|
|
4299
|
-
}
|
|
4300
|
-
button#{&} {
|
|
4301
|
-
color: #0080FF;
|
|
4302
|
-
height: unset;
|
|
4303
|
-
.button-prefix-icon {
|
|
4304
|
-
margin-right: 4px;
|
|
4305
|
-
}
|
|
4306
|
-
.button-suffix-icon {
|
|
4307
|
-
margin-left: 4px;
|
|
4308
|
-
}
|
|
4309
|
-
|
|
4310
|
-
&:hover,
|
|
4311
|
-
&.__pseudo-states-hover {
|
|
4312
|
-
color: #009DFF;
|
|
4313
|
-
}
|
|
4314
4267
|
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
color: #00122E;
|
|
4324
|
-
|
|
4325
|
-
&:hover,
|
|
4326
|
-
&.__pseudo-states-hover {
|
|
4327
|
-
color: #0080FF;
|
|
4328
|
-
}
|
|
4329
|
-
|
|
4330
|
-
&:active,
|
|
4331
|
-
&.__pseudo-states-active {
|
|
4332
|
-
color: #005ED1;
|
|
4333
|
-
}
|
|
4334
|
-
|
|
4335
|
-
&.ui-kit-link-disabled {
|
|
4336
|
-
color: #00122E;
|
|
4337
|
-
}
|
|
4338
|
-
}
|
|
4339
|
-
|
|
4340
|
-
&.ui-kit-link-secondary {
|
|
4341
|
-
color: #2C3852BF;
|
|
4342
|
-
|
|
4343
|
-
&:hover,
|
|
4344
|
-
&.__pseudo-states-hover {
|
|
4345
|
-
color: #0080FF;
|
|
4346
|
-
}
|
|
4347
|
-
|
|
4348
|
-
&:active,
|
|
4349
|
-
&.__pseudo-states-active {
|
|
4350
|
-
color: #005ED1;
|
|
4351
|
-
}
|
|
4352
|
-
|
|
4353
|
-
&.ui-kit-link-disabled {
|
|
4354
|
-
color: #2C3852BF;
|
|
4355
|
-
}
|
|
4356
|
-
}
|
|
4357
|
-
}
|
|
4358
|
-
}
|
|
4359
|
-
}
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
.E_sddwhm6 {
|
|
4363
|
-
$prefix: ui-kit-status-capsule;
|
|
4364
|
-
margin: 0;
|
|
4365
|
-
border-radius: 20px;
|
|
4366
|
-
padding: 2px 10px;
|
|
4367
|
-
height: 22px;
|
|
4368
|
-
|
|
4369
|
-
&.ant-tag.#{$prefix}.off-white {
|
|
4370
|
-
background-color: $fill-neutral-trans-1 !important;
|
|
4371
|
-
&.tag-hover:hover,
|
|
4372
|
-
&.__pseudo-states-hover {
|
|
4373
|
-
background-color: $fill-neutral-trans-2 !important;
|
|
4374
|
-
}
|
|
4375
|
-
}
|
|
4376
|
-
&.ant-tag.#{$prefix} {
|
|
4377
|
-
color: $text-neutral-primary;
|
|
4378
|
-
.#{$prefix}-icon {
|
|
4379
|
-
margin-right: 6px;
|
|
4380
|
-
}
|
|
4381
|
-
.#{$prefix}-number {
|
|
4382
|
-
margin-left: 8px;
|
|
4383
|
-
color: #2C385299;
|
|
4384
|
-
}
|
|
4385
|
-
&.ant-tag-blue {
|
|
4386
|
-
background-color: $fill-outstanding-light;
|
|
4387
|
-
.#{$prefix}-icon {
|
|
4388
|
-
background-color: $fill-outstanding-base;
|
|
4389
|
-
}
|
|
4390
|
-
&.tag-hover:hover,
|
|
4391
|
-
&.__pseudo-states-hover {
|
|
4392
|
-
background-color: $fill-outstanding-light-hover;
|
|
4393
|
-
}
|
|
4394
|
-
}
|
|
4395
|
-
&.ant-tag-red {
|
|
4396
|
-
background-color: $fill-serious-light;
|
|
4397
|
-
.#{$prefix}-icon {
|
|
4398
|
-
background-color: $fill-serious-base;
|
|
4399
|
-
}
|
|
4400
|
-
&.tag-hover:hover,
|
|
4401
|
-
&.__pseudo-states-hover {
|
|
4402
|
-
background-color: $fill-serious-light-hover;
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
&.ant-tag-yellow {
|
|
4406
|
-
background-color: $fill-notice-light;
|
|
4407
|
-
.#{$prefix}-icon {
|
|
4408
|
-
background-color: $fill-notice-base;
|
|
4409
|
-
}
|
|
4410
|
-
&.tag-hover:hover,
|
|
4411
|
-
&.__pseudo-states-hover {
|
|
4412
|
-
background-color: $fill-notice-light-hover;
|
|
4413
|
-
}
|
|
4414
|
-
}
|
|
4415
|
-
&.ant-tag-green {
|
|
4416
|
-
background-color: $fill-positive-light;
|
|
4417
|
-
.#{$prefix}-icon {
|
|
4418
|
-
background-color: $fill-positive-base;
|
|
4419
|
-
}
|
|
4420
|
-
&.tag-hover:hover,
|
|
4421
|
-
&.__pseudo-states-hover {
|
|
4422
|
-
background-color: $fill-positive-light-hover;
|
|
4423
|
-
}
|
|
4424
|
-
}
|
|
4425
|
-
&.ant-tag-gray {
|
|
4426
|
-
background-color: $fill-neutral-trans-2;
|
|
4427
|
-
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4428
|
-
background-color: $gray-70;
|
|
4429
|
-
}
|
|
4430
|
-
&.tag-hover:hover,
|
|
4431
|
-
&.__pseudo-states-hover {
|
|
4432
|
-
background-color: $fill-neutral-trans-3-trans-2-hover;
|
|
4433
|
-
}
|
|
4434
|
-
}
|
|
4435
|
-
}
|
|
4436
|
-
}
|
|
4437
|
-
|
|
4438
|
-
.E_satwmqm {
|
|
4439
|
-
width: 8px;
|
|
4440
|
-
height: 8px;
|
|
4441
|
-
border-radius: 50%;
|
|
4442
|
-
display: inline-block;
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
.E_l1ucdodl {
|
|
4447
|
-
$prefix: ui-kit-status-legend;
|
|
4448
|
-
margin: 0;
|
|
4449
|
-
border-radius: 20px;
|
|
4450
|
-
padding: 2px 10px;
|
|
4451
|
-
height: 22px;
|
|
4452
|
-
display: flex;
|
|
4453
|
-
align-items: center;
|
|
4268
|
+
.E_l1ucdodl {
|
|
4269
|
+
$prefix: ui-kit-status-legend;
|
|
4270
|
+
margin: 0;
|
|
4271
|
+
border-radius: 20px;
|
|
4272
|
+
padding: 2px 10px;
|
|
4273
|
+
height: 22px;
|
|
4274
|
+
display: flex;
|
|
4275
|
+
align-items: center;
|
|
4454
4276
|
|
|
4455
4277
|
&.ui-kit-status-legend.on-tint {
|
|
4456
4278
|
color: $text-neutral-ontint;
|
|
@@ -4965,227 +4787,181 @@
|
|
|
4965
4787
|
}
|
|
4966
4788
|
|
|
4967
4789
|
|
|
4968
|
-
.
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
}
|
|
4977
|
-
.#{$item}.#{$item}-active {
|
|
4978
|
-
flex-shrink: 0 !important;
|
|
4979
|
-
.step-item-prefix-container {
|
|
4980
|
-
color: $text-colorful-outstanding;
|
|
4981
|
-
}
|
|
4982
|
-
.#{$item}-container .#{$item}-content .#{$item}-title {
|
|
4983
|
-
color: $text-colorful-outstanding;
|
|
4984
|
-
font-weight: normal;
|
|
4985
|
-
}
|
|
4986
|
-
}
|
|
4987
|
-
.#{$item}.#{$item}-finish {
|
|
4988
|
-
.#{$item}-container .#{$item}-content .#{$item}-title,
|
|
4989
|
-
& .#{$item}-container:hover .#{$item}-content .#{$item}-title {
|
|
4990
|
-
color: $text-neutral-tertiary;
|
|
4991
|
-
}
|
|
4992
|
-
}
|
|
4993
|
-
.#{$item}.#{$item}-wait {
|
|
4994
|
-
.#{$item}-container .#{$item}-content .#{$item}-title {
|
|
4995
|
-
color: $text-neutral-primary;
|
|
4790
|
+
.E_l48ei06 {
|
|
4791
|
+
@at-root {
|
|
4792
|
+
button#{&}.ant-btn,
|
|
4793
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
4794
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
4795
|
+
font-size: 12px;
|
|
4796
|
+
line-height: 18px;
|
|
4797
|
+
height: 18px;
|
|
4996
4798
|
}
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
overflow: hidden;
|
|
5003
|
-
white-space: nowrap;
|
|
5004
|
-
text-overflow: ellipsis;
|
|
5005
|
-
}
|
|
5006
|
-
}
|
|
5007
|
-
|
|
5008
|
-
.E_hjvj6s6 {
|
|
5009
|
-
$item: ant-steps-item;
|
|
5010
|
-
@mixin rightTriangle($color: $fills-light-trans-1) {
|
|
5011
|
-
content: "";
|
|
5012
|
-
width: 0;
|
|
5013
|
-
height: 0;
|
|
5014
|
-
border: 13px solid transparent;
|
|
5015
|
-
position: absolute;
|
|
5016
|
-
top: 0;
|
|
5017
|
-
border-left: 8px solid $color;
|
|
5018
|
-
}
|
|
5019
|
-
.#{$item}-container {
|
|
5020
|
-
min-width: var(--item-min-width);
|
|
5021
|
-
}
|
|
5022
|
-
.#{$item}-disabled {
|
|
5023
|
-
cursor: not-allowed !important;
|
|
5024
|
-
}
|
|
5025
|
-
.ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5026
|
-
flex-direction: row;
|
|
5027
|
-
justify-content: stretch;
|
|
5028
|
-
.#{$item} {
|
|
5029
|
-
padding: 0;
|
|
5030
|
-
margin-right: 4px;
|
|
5031
|
-
flex: 1;
|
|
5032
|
-
overflow: visible;
|
|
5033
|
-
.#{$item}-content {
|
|
5034
|
-
width: 100%;
|
|
5035
|
-
min-height: unset;
|
|
5036
|
-
.#{$item}-title {
|
|
5037
|
-
height: 26px;
|
|
5038
|
-
line-height: 26px;
|
|
5039
|
-
width: 100%;
|
|
5040
|
-
padding: 0;
|
|
5041
|
-
font-size: 12px;
|
|
5042
|
-
.step-count {
|
|
5043
|
-
margin-right: 10px;
|
|
5044
|
-
}
|
|
5045
|
-
&::after {
|
|
5046
|
-
display: none;
|
|
5047
|
-
}
|
|
5048
|
-
}
|
|
4799
|
+
button#{&} {
|
|
4800
|
+
color: #0080FF;
|
|
4801
|
+
height: unset;
|
|
4802
|
+
.button-prefix-icon {
|
|
4803
|
+
margin-right: 4px;
|
|
5049
4804
|
}
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
padding-left: 8px;
|
|
5053
|
-
padding-right: 4px;
|
|
5054
|
-
border-radius: 4px 0 0 4px;
|
|
5055
|
-
}
|
|
4805
|
+
.button-suffix-icon {
|
|
4806
|
+
margin-left: 4px;
|
|
5056
4807
|
}
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
padding-left: 12px;
|
|
5062
|
-
border-radius: 0 4px 4px 0;
|
|
5063
|
-
}
|
|
4808
|
+
|
|
4809
|
+
&:hover,
|
|
4810
|
+
&.__pseudo-states-hover {
|
|
4811
|
+
color: #009DFF;
|
|
5064
4812
|
}
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
position: relative;
|
|
5070
|
-
top: -50%;
|
|
5071
|
-
right: -100%;
|
|
5072
|
-
}
|
|
4813
|
+
|
|
4814
|
+
&:active,
|
|
4815
|
+
&.__pseudo-states-active {
|
|
4816
|
+
color: #005ED1;
|
|
5073
4817
|
}
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
padding: 0 4px 0 12px;
|
|
5077
|
-
}
|
|
4818
|
+
&.ui-kit-link-disabled {
|
|
4819
|
+
color: #0080FF;
|
|
5078
4820
|
}
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
4821
|
+
&.ui-kit-link-primary {
|
|
4822
|
+
color: #00122E;
|
|
4823
|
+
|
|
4824
|
+
&:hover,
|
|
4825
|
+
&.__pseudo-states-hover {
|
|
4826
|
+
color: #0080FF;
|
|
4827
|
+
}
|
|
4828
|
+
|
|
4829
|
+
&:active,
|
|
4830
|
+
&.__pseudo-states-active {
|
|
4831
|
+
color: #005ED1;
|
|
4832
|
+
}
|
|
4833
|
+
|
|
4834
|
+
&.ui-kit-link-disabled {
|
|
4835
|
+
color: #00122E;
|
|
5083
4836
|
}
|
|
5084
4837
|
}
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
.#{$item}-container {
|
|
5103
|
-
background-color: $fills-light-trans-1;
|
|
4838
|
+
|
|
4839
|
+
&.ui-kit-link-secondary {
|
|
4840
|
+
color: #2C3852BF;
|
|
4841
|
+
|
|
4842
|
+
&:hover,
|
|
4843
|
+
&.__pseudo-states-hover {
|
|
4844
|
+
color: #0080FF;
|
|
4845
|
+
}
|
|
4846
|
+
|
|
4847
|
+
&:active,
|
|
4848
|
+
&.__pseudo-states-active {
|
|
4849
|
+
color: #005ED1;
|
|
4850
|
+
}
|
|
4851
|
+
|
|
4852
|
+
&.ui-kit-link-disabled {
|
|
4853
|
+
color: #2C3852BF;
|
|
4854
|
+
}
|
|
5104
4855
|
}
|
|
5105
4856
|
}
|
|
5106
4857
|
}
|
|
5107
|
-
.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
|
|
5108
|
-
.ant-steps-vertical
|
|
5109
|
-
)
|
|
5110
|
-
.#{$item} {
|
|
5111
|
-
padding: 0;
|
|
5112
|
-
}
|
|
5113
4858
|
}
|
|
5114
4859
|
|
|
5115
|
-
.E_v4tv3mf {
|
|
5116
|
-
$item: ant-steps-item;
|
|
5117
|
-
.ant-steps.ant-steps-vertical {
|
|
5118
|
-
width: 192px;
|
|
5119
|
-
row-gap: 2px;
|
|
5120
4860
|
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
4861
|
+
.E_sddwhm6 {
|
|
4862
|
+
$prefix: ui-kit-status-capsule;
|
|
4863
|
+
margin: 0;
|
|
4864
|
+
border-radius: 20px;
|
|
4865
|
+
padding: 2px 10px;
|
|
4866
|
+
height: 22px;
|
|
4867
|
+
|
|
4868
|
+
&.ant-tag.#{$prefix}.off-white {
|
|
4869
|
+
background-color: $fill-neutral-trans-1 !important;
|
|
4870
|
+
&.tag-hover:hover,
|
|
4871
|
+
&.__pseudo-states-hover {
|
|
4872
|
+
background-color: $fill-neutral-trans-2 !important;
|
|
4873
|
+
}
|
|
4874
|
+
}
|
|
4875
|
+
&.ant-tag.#{$prefix} {
|
|
4876
|
+
color: $text-neutral-primary;
|
|
4877
|
+
.#{$prefix}-icon {
|
|
4878
|
+
margin-right: 6px;
|
|
4879
|
+
}
|
|
4880
|
+
.#{$prefix}-number {
|
|
4881
|
+
margin-left: 8px;
|
|
4882
|
+
color: #2C385299;
|
|
4883
|
+
}
|
|
4884
|
+
&.ant-tag-blue {
|
|
4885
|
+
background-color: $fill-outstanding-light;
|
|
4886
|
+
.#{$prefix}-icon {
|
|
4887
|
+
background-color: $fill-outstanding-base;
|
|
5124
4888
|
}
|
|
5125
|
-
|
|
5126
|
-
|
|
4889
|
+
&.tag-hover:hover,
|
|
4890
|
+
&.__pseudo-states-hover {
|
|
4891
|
+
background-color: $fill-outstanding-light-hover;
|
|
5127
4892
|
}
|
|
5128
4893
|
}
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
4894
|
+
&.ant-tag-red {
|
|
4895
|
+
background-color: $fill-serious-light;
|
|
4896
|
+
.#{$prefix}-icon {
|
|
4897
|
+
background-color: $fill-serious-base;
|
|
4898
|
+
}
|
|
4899
|
+
&.tag-hover:hover,
|
|
4900
|
+
&.__pseudo-states-hover {
|
|
4901
|
+
background-color: $fill-serious-light-hover;
|
|
4902
|
+
}
|
|
5132
4903
|
}
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
white-space: nowrap;
|
|
5142
|
-
& .ant-steps-item-title {
|
|
5143
|
-
font-size: 13px;
|
|
5144
|
-
line-height: 20px;
|
|
5145
|
-
max-width: 100%;
|
|
5146
|
-
padding-right: 0;
|
|
5147
|
-
}
|
|
4904
|
+
&.ant-tag-yellow {
|
|
4905
|
+
background-color: $fill-notice-light;
|
|
4906
|
+
.#{$prefix}-icon {
|
|
4907
|
+
background-color: $fill-notice-base;
|
|
4908
|
+
}
|
|
4909
|
+
&.tag-hover:hover,
|
|
4910
|
+
&.__pseudo-states-hover {
|
|
4911
|
+
background-color: $fill-notice-light-hover;
|
|
5148
4912
|
}
|
|
5149
4913
|
}
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
4914
|
+
&.ant-tag-green {
|
|
4915
|
+
background-color: $fill-positive-light;
|
|
4916
|
+
.#{$prefix}-icon {
|
|
4917
|
+
background-color: $fill-positive-base;
|
|
4918
|
+
}
|
|
4919
|
+
&.tag-hover:hover,
|
|
4920
|
+
&.__pseudo-states-hover {
|
|
4921
|
+
background-color: $fill-positive-light-hover;
|
|
4922
|
+
}
|
|
4923
|
+
}
|
|
4924
|
+
&.ant-tag-gray {
|
|
4925
|
+
background-color: $fill-neutral-trans-2;
|
|
4926
|
+
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4927
|
+
background-color: $gray-70;
|
|
4928
|
+
}
|
|
4929
|
+
&.tag-hover:hover,
|
|
4930
|
+
&.__pseudo-states-hover {
|
|
4931
|
+
background-color: $fill-neutral-trans-3-trans-2-hover;
|
|
5153
4932
|
}
|
|
5154
4933
|
}
|
|
5155
4934
|
}
|
|
5156
4935
|
}
|
|
5157
4936
|
|
|
5158
|
-
.
|
|
5159
|
-
width:
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
4937
|
+
.E_satwmqm {
|
|
4938
|
+
width: 8px;
|
|
4939
|
+
height: 8px;
|
|
4940
|
+
border-radius: 50%;
|
|
4941
|
+
display: inline-block;
|
|
4942
|
+
}
|
|
4943
|
+
|
|
4944
|
+
|
|
4945
|
+
.E_t1gvlxt5 {
|
|
4946
|
+
min-width: 0;
|
|
4947
|
+
flex: 1;
|
|
4948
|
+
.tag {
|
|
4949
|
+
flex: 0 0 auto;
|
|
4950
|
+
}
|
|
4951
|
+
.progress-title {
|
|
4952
|
+
flex: 2;
|
|
4953
|
+
max-width: fit-content;
|
|
4954
|
+
}
|
|
4955
|
+
.progress-desc {
|
|
4956
|
+
flex: 1;
|
|
4957
|
+
max-width: fit-content;
|
|
5171
4958
|
}
|
|
5172
4959
|
}
|
|
5173
4960
|
|
|
5174
|
-
.
|
|
5175
|
-
width: 100%;
|
|
4961
|
+
.E_a1ji6r68 {
|
|
5176
4962
|
display: flex;
|
|
5177
4963
|
align-items: center;
|
|
5178
|
-
|
|
5179
|
-
column-gap: 6px;
|
|
5180
|
-
font-size: 13px;
|
|
5181
|
-
.step-item-prefix-container {
|
|
5182
|
-
display: inline-flex;
|
|
5183
|
-
align-items: center;
|
|
5184
|
-
min-width: 20px;
|
|
5185
|
-
min-height: 20px;
|
|
5186
|
-
color: $gray-a75-8;
|
|
5187
|
-
justify-content: center;
|
|
5188
|
-
}
|
|
4964
|
+
column-gap: var(--a1ji6r68-0);
|
|
5189
4965
|
}
|
|
5190
4966
|
|
|
5191
4967
|
|
|
@@ -5201,6 +4977,38 @@
|
|
|
5201
4977
|
}
|
|
5202
4978
|
|
|
5203
4979
|
|
|
4980
|
+
.E_slr2ynn {
|
|
4981
|
+
padding: 0 8px;
|
|
4982
|
+
height: 18px;
|
|
4983
|
+
}
|
|
4984
|
+
|
|
4985
|
+
.E_m140wbb6 {
|
|
4986
|
+
padding: 2px 8px;
|
|
4987
|
+
height: 24px;
|
|
4988
|
+
}
|
|
4989
|
+
|
|
4990
|
+
.E_t1fozc1i {
|
|
4991
|
+
margin: 0;
|
|
4992
|
+
}
|
|
4993
|
+
|
|
4994
|
+
.E_i1vxv4ln {
|
|
4995
|
+
margin-right: 4px;
|
|
4996
|
+
height: 16px;
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
.E_n1afl31m {
|
|
5000
|
+
&.ant-tag.ant-tag-gray {
|
|
5001
|
+
font-weight: 700;
|
|
5002
|
+
color: $text-neutral-primary;
|
|
5003
|
+
background-color: $fill-neutral-trans-1;
|
|
5004
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
5005
|
+
word-break: break-all;
|
|
5006
|
+
display: inline;
|
|
5007
|
+
white-space: normal;
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
5010
|
+
|
|
5011
|
+
|
|
5204
5012
|
.E_t1dtlqs1 {
|
|
5205
5013
|
margin-bottom: 4px;
|
|
5206
5014
|
color: $text-secondary-light;
|
|
@@ -5418,34 +5226,226 @@
|
|
|
5418
5226
|
}
|
|
5419
5227
|
|
|
5420
5228
|
|
|
5421
|
-
.
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
}
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5229
|
+
.E_sjob3jg {
|
|
5230
|
+
$item: ant-steps-item;
|
|
5231
|
+
--item-min-width: 60px;
|
|
5232
|
+
.#{$item} {
|
|
5233
|
+
&-tail,
|
|
5234
|
+
&-icon {
|
|
5235
|
+
display: none !important;
|
|
5236
|
+
}
|
|
5237
|
+
}
|
|
5238
|
+
.#{$item}.#{$item}-active {
|
|
5239
|
+
flex-shrink: 0 !important;
|
|
5240
|
+
.step-item-prefix-container {
|
|
5241
|
+
color: $text-colorful-outstanding;
|
|
5242
|
+
}
|
|
5243
|
+
.#{$item}-container .#{$item}-content .#{$item}-title {
|
|
5244
|
+
color: $text-colorful-outstanding;
|
|
5245
|
+
font-weight: normal;
|
|
5246
|
+
}
|
|
5247
|
+
}
|
|
5248
|
+
.#{$item}.#{$item}-finish {
|
|
5249
|
+
.#{$item}-container .#{$item}-content .#{$item}-title,
|
|
5250
|
+
& .#{$item}-container:hover .#{$item}-content .#{$item}-title {
|
|
5251
|
+
color: $text-neutral-tertiary;
|
|
5252
|
+
}
|
|
5253
|
+
}
|
|
5254
|
+
.#{$item}.#{$item}-wait {
|
|
5255
|
+
.#{$item}-container .#{$item}-content .#{$item}-title {
|
|
5256
|
+
color: $text-neutral-primary;
|
|
5257
|
+
}
|
|
5258
|
+
}
|
|
5259
|
+
.step-item-text {
|
|
5260
|
+
display: inline-block;
|
|
5261
|
+
}
|
|
5262
|
+
.step-item-title {
|
|
5263
|
+
overflow: hidden;
|
|
5264
|
+
white-space: nowrap;
|
|
5265
|
+
text-overflow: ellipsis;
|
|
5429
5266
|
}
|
|
5430
|
-
|
|
5431
|
-
.E_t1fozc1i {
|
|
5432
|
-
margin: 0;
|
|
5433
5267
|
}
|
|
5434
5268
|
|
|
5435
|
-
.
|
|
5436
|
-
|
|
5437
|
-
|
|
5269
|
+
.E_hjvj6s6 {
|
|
5270
|
+
$item: ant-steps-item;
|
|
5271
|
+
@mixin rightTriangle($color: $fills-light-trans-1) {
|
|
5272
|
+
content: "";
|
|
5273
|
+
width: 0;
|
|
5274
|
+
height: 0;
|
|
5275
|
+
border: 13px solid transparent;
|
|
5276
|
+
position: absolute;
|
|
5277
|
+
top: 0;
|
|
5278
|
+
border-left: 8px solid $color;
|
|
5279
|
+
}
|
|
5280
|
+
.#{$item}-container {
|
|
5281
|
+
min-width: var(--item-min-width);
|
|
5282
|
+
}
|
|
5283
|
+
.#{$item}-disabled {
|
|
5284
|
+
cursor: not-allowed !important;
|
|
5285
|
+
}
|
|
5286
|
+
.ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5287
|
+
flex-direction: row;
|
|
5288
|
+
justify-content: stretch;
|
|
5289
|
+
.#{$item} {
|
|
5290
|
+
padding: 0;
|
|
5291
|
+
margin-right: 4px;
|
|
5292
|
+
flex: 1;
|
|
5293
|
+
overflow: visible;
|
|
5294
|
+
.#{$item}-content {
|
|
5295
|
+
width: 100%;
|
|
5296
|
+
min-height: unset;
|
|
5297
|
+
.#{$item}-title {
|
|
5298
|
+
height: 26px;
|
|
5299
|
+
line-height: 26px;
|
|
5300
|
+
width: 100%;
|
|
5301
|
+
padding: 0;
|
|
5302
|
+
font-size: 12px;
|
|
5303
|
+
.step-count {
|
|
5304
|
+
margin-right: 10px;
|
|
5305
|
+
}
|
|
5306
|
+
&::after {
|
|
5307
|
+
display: none;
|
|
5308
|
+
}
|
|
5309
|
+
}
|
|
5310
|
+
}
|
|
5311
|
+
&:first-child {
|
|
5312
|
+
.#{$item}-container {
|
|
5313
|
+
padding-left: 8px;
|
|
5314
|
+
padding-right: 4px;
|
|
5315
|
+
border-radius: 4px 0 0 4px;
|
|
5316
|
+
}
|
|
5317
|
+
}
|
|
5318
|
+
&:last-child {
|
|
5319
|
+
margin-right: 0;
|
|
5320
|
+
.#{$item}-container {
|
|
5321
|
+
padding-right: 8px;
|
|
5322
|
+
padding-left: 12px;
|
|
5323
|
+
border-radius: 0 4px 4px 0;
|
|
5324
|
+
}
|
|
5325
|
+
}
|
|
5326
|
+
&:not(&:last-child) {
|
|
5327
|
+
&::after {
|
|
5328
|
+
@include rightTriangle();
|
|
5329
|
+
z-index: 2;
|
|
5330
|
+
position: relative;
|
|
5331
|
+
top: -50%;
|
|
5332
|
+
right: -100%;
|
|
5333
|
+
}
|
|
5334
|
+
}
|
|
5335
|
+
&:not(:first-child):not(:last-child) {
|
|
5336
|
+
.#{$item}-container {
|
|
5337
|
+
padding: 0 4px 0 12px;
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
&:not(&:first-child) {
|
|
5341
|
+
&::before {
|
|
5342
|
+
@include rightTriangle(#fff);
|
|
5343
|
+
left: 0;
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
}
|
|
5347
|
+
.#{$item}-active {
|
|
5348
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5349
|
+
.#{$item}-container {
|
|
5350
|
+
background-color: $fills-light-general-general-light;
|
|
5351
|
+
}
|
|
5352
|
+
&::after {
|
|
5353
|
+
border-left-color: $fills-light-general-general-light !important;
|
|
5354
|
+
}
|
|
5355
|
+
}
|
|
5356
|
+
.#{$item}-finish {
|
|
5357
|
+
cursor: pointer;
|
|
5358
|
+
min-width: var(--item-min-width);
|
|
5359
|
+
}
|
|
5360
|
+
.#{$item}-wait,
|
|
5361
|
+
.#{$item}-finish {
|
|
5362
|
+
min-width: var(--item-min-width);
|
|
5363
|
+
.#{$item}-container {
|
|
5364
|
+
background-color: $fills-light-trans-1;
|
|
5365
|
+
}
|
|
5366
|
+
}
|
|
5367
|
+
}
|
|
5368
|
+
.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
|
|
5369
|
+
.ant-steps-vertical
|
|
5370
|
+
)
|
|
5371
|
+
.#{$item} {
|
|
5372
|
+
padding: 0;
|
|
5373
|
+
}
|
|
5438
5374
|
}
|
|
5439
5375
|
|
|
5440
|
-
.
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5376
|
+
.E_v4tv3mf {
|
|
5377
|
+
$item: ant-steps-item;
|
|
5378
|
+
.ant-steps.ant-steps-vertical {
|
|
5379
|
+
width: 192px;
|
|
5380
|
+
row-gap: 2px;
|
|
5381
|
+
|
|
5382
|
+
.preview-mode:not(.#{$item}-active) .#{$item}-container {
|
|
5383
|
+
&:hover {
|
|
5384
|
+
background-color: $fill-neutral-trans-2;
|
|
5385
|
+
}
|
|
5386
|
+
.#{$item}-title {
|
|
5387
|
+
color: $text-neutral-primary !important;
|
|
5388
|
+
}
|
|
5389
|
+
}
|
|
5390
|
+
.#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
|
|
5391
|
+
.#{$item}-container:hover {
|
|
5392
|
+
background-color: $fill-neutral-trans-2;
|
|
5393
|
+
}
|
|
5394
|
+
.#{$item}-container {
|
|
5395
|
+
padding: 0 8px;
|
|
5396
|
+
border-radius: 4px;
|
|
5397
|
+
height: 32px;
|
|
5398
|
+
display: flex;
|
|
5399
|
+
align-items: center;
|
|
5400
|
+
.#{$item}-content {
|
|
5401
|
+
min-height: auto;
|
|
5402
|
+
white-space: nowrap;
|
|
5403
|
+
& .ant-steps-item-title {
|
|
5404
|
+
font-size: 13px;
|
|
5405
|
+
line-height: 20px;
|
|
5406
|
+
max-width: 100%;
|
|
5407
|
+
padding-right: 0;
|
|
5408
|
+
}
|
|
5409
|
+
}
|
|
5410
|
+
}
|
|
5411
|
+
.#{$item}-active {
|
|
5412
|
+
.ant-steps-item-container {
|
|
5413
|
+
background: rgba($blue-60, 0.1);
|
|
5414
|
+
}
|
|
5415
|
+
}
|
|
5416
|
+
}
|
|
5417
|
+
}
|
|
5418
|
+
|
|
5419
|
+
.E_h6l1tj4 {
|
|
5420
|
+
width: 100%;
|
|
5421
|
+
display: inline-flex;
|
|
5422
|
+
align-items: center;
|
|
5423
|
+
justify-content: center;
|
|
5424
|
+
column-gap: 4px;
|
|
5425
|
+
.step-item-prefix-container {
|
|
5426
|
+
display: inline-flex;
|
|
5427
|
+
align-items: center;
|
|
5428
|
+
width: 18px;
|
|
5429
|
+
height: 18px;
|
|
5430
|
+
color: $gray-a75-8;
|
|
5431
|
+
justify-content: center;
|
|
5432
|
+
}
|
|
5433
|
+
}
|
|
5434
|
+
|
|
5435
|
+
.E_v18frne8 {
|
|
5436
|
+
width: 100%;
|
|
5437
|
+
display: flex;
|
|
5438
|
+
align-items: center;
|
|
5439
|
+
justify-content: center;
|
|
5440
|
+
column-gap: 6px;
|
|
5441
|
+
font-size: 13px;
|
|
5442
|
+
.step-item-prefix-container {
|
|
5443
|
+
display: inline-flex;
|
|
5444
|
+
align-items: center;
|
|
5445
|
+
min-width: 20px;
|
|
5446
|
+
min-height: 20px;
|
|
5447
|
+
color: $gray-a75-8;
|
|
5448
|
+
justify-content: center;
|
|
5449
5449
|
}
|
|
5450
5450
|
}
|
|
5451
5451
|
|
|
@@ -5727,37 +5727,92 @@
|
|
|
5727
5727
|
}
|
|
5728
5728
|
|
|
5729
5729
|
|
|
5730
|
-
.
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
justify-content: center;
|
|
5735
|
-
position: relative;
|
|
5736
|
-
border-radius: 2px;
|
|
5737
|
-
background: #E1E6F199;
|
|
5738
|
-
overflow: hidden;
|
|
5739
|
-
|
|
5740
|
-
& > .skeleton-shimmer {
|
|
5741
|
-
width: 200%;
|
|
5742
|
-
height: 200%;
|
|
5743
|
-
transform: rotate(15deg);
|
|
5744
|
-
position: absolute;
|
|
5745
|
-
top: -50%;
|
|
5746
|
-
flex-shrink: 0;
|
|
5747
|
-
opacity: 0.8;
|
|
5748
|
-
background: linear-gradient(
|
|
5749
|
-
90deg,
|
|
5750
|
-
rgba(255, 255, 255, 0) 15%,
|
|
5751
|
-
#FFFFFF99 50%,
|
|
5752
|
-
rgba(255, 255, 255, 0) 85%
|
|
5753
|
-
);
|
|
5754
|
-
|
|
5755
|
-
animation: shimmer 1100ms infinite;
|
|
5756
|
-
}
|
|
5730
|
+
.E_t59qhqp {
|
|
5731
|
+
padding: 0px;
|
|
5732
|
+
padding-top: 5px;
|
|
5733
|
+
padding-left: 5px;
|
|
5757
5734
|
|
|
5758
|
-
|
|
5735
|
+
.ant-timeline-item {
|
|
5736
|
+
margin-bottom: 16px;
|
|
5737
|
+
padding-bottom: 0px;
|
|
5759
5738
|
}
|
|
5760
|
-
|
|
5739
|
+
.ant-timeline-item-last,
|
|
5740
|
+
.compact.ant-timeline-item-last {
|
|
5741
|
+
margin-bottom: 0;
|
|
5742
|
+
}
|
|
5743
|
+
.compact.ant-timeline-item {
|
|
5744
|
+
margin-bottom: 12px;
|
|
5745
|
+
}
|
|
5746
|
+
.info-action {
|
|
5747
|
+
align-self: baseline;
|
|
5748
|
+
}
|
|
5749
|
+
}
|
|
5750
|
+
|
|
5751
|
+
.E_t2e44lg {
|
|
5752
|
+
.ant-timeline-item-content {
|
|
5753
|
+
margin-left: 18px;
|
|
5754
|
+
}
|
|
5755
|
+
.item-time {
|
|
5756
|
+
display: flex;
|
|
5757
|
+
flex-direction: column;
|
|
5758
|
+
gap: 4px;
|
|
5759
|
+
margin-top: 4px;
|
|
5760
|
+
}
|
|
5761
|
+
|
|
5762
|
+
&:last-child {
|
|
5763
|
+
.ant-timeline-item-content {
|
|
5764
|
+
padding-bottom: 0;
|
|
5765
|
+
}
|
|
5766
|
+
}
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
.E_e14ua30y {
|
|
5770
|
+
display: flex;
|
|
5771
|
+
flex-direction: column;
|
|
5772
|
+
align-items: center;
|
|
5773
|
+
justify-content: center;
|
|
5774
|
+
}
|
|
5775
|
+
|
|
5776
|
+
.E_s1ikqzph {
|
|
5777
|
+
color: #2C3852BF;
|
|
5778
|
+
}
|
|
5779
|
+
|
|
5780
|
+
.E_i15astnl {
|
|
5781
|
+
color: #00122E;
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
|
|
5785
|
+
.E_s20iney {
|
|
5786
|
+
&.skeleton-box {
|
|
5787
|
+
display: flex;
|
|
5788
|
+
align-items: center;
|
|
5789
|
+
justify-content: center;
|
|
5790
|
+
position: relative;
|
|
5791
|
+
border-radius: 2px;
|
|
5792
|
+
background: #E1E6F199;
|
|
5793
|
+
overflow: hidden;
|
|
5794
|
+
|
|
5795
|
+
& > .skeleton-shimmer {
|
|
5796
|
+
width: 200%;
|
|
5797
|
+
height: 200%;
|
|
5798
|
+
transform: rotate(15deg);
|
|
5799
|
+
position: absolute;
|
|
5800
|
+
top: -50%;
|
|
5801
|
+
flex-shrink: 0;
|
|
5802
|
+
opacity: 0.8;
|
|
5803
|
+
background: linear-gradient(
|
|
5804
|
+
90deg,
|
|
5805
|
+
rgba(255, 255, 255, 0) 15%,
|
|
5806
|
+
#FFFFFF99 50%,
|
|
5807
|
+
rgba(255, 255, 255, 0) 85%
|
|
5808
|
+
);
|
|
5809
|
+
|
|
5810
|
+
animation: shimmer 1100ms infinite;
|
|
5811
|
+
}
|
|
5812
|
+
|
|
5813
|
+
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5814
|
+
}
|
|
5815
|
+
}
|
|
5761
5816
|
|
|
5762
5817
|
|
|
5763
5818
|
.E_dxyv8bv {
|
|
@@ -5895,61 +5950,6 @@
|
|
|
5895
5950
|
}
|
|
5896
5951
|
|
|
5897
5952
|
|
|
5898
|
-
.E_t59qhqp {
|
|
5899
|
-
padding: 0px;
|
|
5900
|
-
padding-top: 5px;
|
|
5901
|
-
padding-left: 5px;
|
|
5902
|
-
|
|
5903
|
-
.ant-timeline-item {
|
|
5904
|
-
margin-bottom: 16px;
|
|
5905
|
-
padding-bottom: 0px;
|
|
5906
|
-
}
|
|
5907
|
-
.ant-timeline-item-last,
|
|
5908
|
-
.compact.ant-timeline-item-last {
|
|
5909
|
-
margin-bottom: 0;
|
|
5910
|
-
}
|
|
5911
|
-
.compact.ant-timeline-item {
|
|
5912
|
-
margin-bottom: 12px;
|
|
5913
|
-
}
|
|
5914
|
-
.info-action {
|
|
5915
|
-
align-self: baseline;
|
|
5916
|
-
}
|
|
5917
|
-
}
|
|
5918
|
-
|
|
5919
|
-
.E_t2e44lg {
|
|
5920
|
-
.ant-timeline-item-content {
|
|
5921
|
-
margin-left: 18px;
|
|
5922
|
-
}
|
|
5923
|
-
.item-time {
|
|
5924
|
-
display: flex;
|
|
5925
|
-
flex-direction: column;
|
|
5926
|
-
gap: 4px;
|
|
5927
|
-
margin-top: 4px;
|
|
5928
|
-
}
|
|
5929
|
-
|
|
5930
|
-
&:last-child {
|
|
5931
|
-
.ant-timeline-item-content {
|
|
5932
|
-
padding-bottom: 0;
|
|
5933
|
-
}
|
|
5934
|
-
}
|
|
5935
|
-
}
|
|
5936
|
-
|
|
5937
|
-
.E_e14ua30y {
|
|
5938
|
-
display: flex;
|
|
5939
|
-
flex-direction: column;
|
|
5940
|
-
align-items: center;
|
|
5941
|
-
justify-content: center;
|
|
5942
|
-
}
|
|
5943
|
-
|
|
5944
|
-
.E_s1ikqzph {
|
|
5945
|
-
color: #2C3852BF;
|
|
5946
|
-
}
|
|
5947
|
-
|
|
5948
|
-
.E_i15astnl {
|
|
5949
|
-
color: #00122E;
|
|
5950
|
-
}
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
5953
|
.E_sqv6dmy {
|
|
5954
5954
|
display: flex;
|
|
5955
5955
|
justify-content: flex-end;
|
|
@@ -6111,61 +6111,6 @@
|
|
|
6111
6111
|
}
|
|
6112
6112
|
|
|
6113
6113
|
|
|
6114
|
-
.E_c18bcrac {
|
|
6115
|
-
display: inline-block;
|
|
6116
|
-
width: 100%;
|
|
6117
|
-
.recharts-wrapper {
|
|
6118
|
-
margin-left: 4px;
|
|
6119
|
-
}
|
|
6120
|
-
}
|
|
6121
|
-
|
|
6122
|
-
.E_cro7kg2 {
|
|
6123
|
-
padding: 4px;
|
|
6124
|
-
|
|
6125
|
-
.unit {
|
|
6126
|
-
color: white;
|
|
6127
|
-
}
|
|
6128
|
-
}
|
|
6129
|
-
|
|
6130
|
-
.E_c14wcxf0 {
|
|
6131
|
-
display: flex;
|
|
6132
|
-
justify-content: space-between;
|
|
6133
|
-
align-items: center;
|
|
6134
|
-
font-size: 13px;
|
|
6135
|
-
line-height: 24px;
|
|
6136
|
-
color: #cccccc;
|
|
6137
|
-
white-space: nowrap;
|
|
6138
|
-
|
|
6139
|
-
label {
|
|
6140
|
-
margin-right: 32px;
|
|
6141
|
-
}
|
|
6142
|
-
}
|
|
6143
|
-
|
|
6144
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6145
|
-
font-weight: bold;
|
|
6146
|
-
color: white;
|
|
6147
|
-
}
|
|
6148
|
-
|
|
6149
|
-
.E_s11212zy {
|
|
6150
|
-
width: 8px;
|
|
6151
|
-
height: 8px;
|
|
6152
|
-
border-radius: 2px;
|
|
6153
|
-
display: inline-block;
|
|
6154
|
-
background: var(--s11212zy-0);
|
|
6155
|
-
border: 1px solid $fills-light-white;
|
|
6156
|
-
box-sizing: content-box;
|
|
6157
|
-
margin-right: 6px;
|
|
6158
|
-
}
|
|
6159
|
-
|
|
6160
|
-
.E_p1lyky6c {
|
|
6161
|
-
& > :first-child {
|
|
6162
|
-
font-weight: bold;
|
|
6163
|
-
color: white;
|
|
6164
|
-
margin-right: 4px;
|
|
6165
|
-
}
|
|
6166
|
-
}
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
6114
|
.E_s1ebs0ra {
|
|
6170
6115
|
display: flex;
|
|
6171
6116
|
align-items: center;
|
|
@@ -6233,64 +6178,217 @@
|
|
|
6233
6178
|
}
|
|
6234
6179
|
|
|
6235
6180
|
|
|
6236
|
-
.
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
> header {
|
|
6243
|
-
background: rgba($blue-60, 0.1);
|
|
6244
|
-
}
|
|
6245
|
-
}
|
|
6246
|
-
|
|
6247
|
-
.expand {
|
|
6248
|
-
padding: 12px;
|
|
6249
|
-
}
|
|
6250
|
-
|
|
6251
|
-
.field-item {
|
|
6252
|
-
display: flex;
|
|
6253
|
-
padding: 10px 0;
|
|
6254
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6255
|
-
|
|
6256
|
-
&:last-child {
|
|
6257
|
-
border-bottom: none;
|
|
6258
|
-
padding-bottom: 0;
|
|
6259
|
-
}
|
|
6260
|
-
|
|
6261
|
-
label {
|
|
6262
|
-
line-height: 32px;
|
|
6263
|
-
width: 100px;
|
|
6264
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6265
|
-
}
|
|
6181
|
+
.E_c18bcrac {
|
|
6182
|
+
display: inline-block;
|
|
6183
|
+
width: 100%;
|
|
6184
|
+
.recharts-wrapper {
|
|
6185
|
+
margin-left: 4px;
|
|
6266
6186
|
}
|
|
6187
|
+
}
|
|
6267
6188
|
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
margin-top: 5px;
|
|
6271
|
-
}
|
|
6189
|
+
.E_cro7kg2 {
|
|
6190
|
+
padding: 4px;
|
|
6272
6191
|
|
|
6273
|
-
.
|
|
6274
|
-
|
|
6275
|
-
width: 128px;
|
|
6192
|
+
.unit {
|
|
6193
|
+
color: white;
|
|
6276
6194
|
}
|
|
6277
6195
|
}
|
|
6278
6196
|
|
|
6279
|
-
.
|
|
6197
|
+
.E_c14wcxf0 {
|
|
6280
6198
|
display: flex;
|
|
6281
|
-
align-items: center;
|
|
6282
6199
|
justify-content: space-between;
|
|
6283
|
-
|
|
6200
|
+
align-items: center;
|
|
6201
|
+
font-size: 13px;
|
|
6202
|
+
line-height: 24px;
|
|
6203
|
+
color: #cccccc;
|
|
6204
|
+
white-space: nowrap;
|
|
6284
6205
|
|
|
6285
|
-
|
|
6286
|
-
margin:
|
|
6206
|
+
label {
|
|
6207
|
+
margin-right: 32px;
|
|
6287
6208
|
}
|
|
6209
|
+
}
|
|
6288
6210
|
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6211
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6212
|
+
font-weight: bold;
|
|
6213
|
+
color: white;
|
|
6214
|
+
}
|
|
6292
6215
|
|
|
6293
|
-
|
|
6216
|
+
.E_s11212zy {
|
|
6217
|
+
width: 8px;
|
|
6218
|
+
height: 8px;
|
|
6219
|
+
border-radius: 2px;
|
|
6220
|
+
display: inline-block;
|
|
6221
|
+
background: var(--s11212zy-0);
|
|
6222
|
+
border: 1px solid $fills-light-white;
|
|
6223
|
+
box-sizing: content-box;
|
|
6224
|
+
margin-right: 6px;
|
|
6225
|
+
}
|
|
6226
|
+
|
|
6227
|
+
.E_p1lyky6c {
|
|
6228
|
+
& > :first-child {
|
|
6229
|
+
font-weight: bold;
|
|
6230
|
+
color: white;
|
|
6231
|
+
margin-right: 4px;
|
|
6232
|
+
}
|
|
6233
|
+
}
|
|
6234
|
+
|
|
6235
|
+
|
|
6236
|
+
.E_clm1wy1 {
|
|
6237
|
+
width: 192px;
|
|
6238
|
+
height: 246px;
|
|
6239
|
+
border-radius: 4px;
|
|
6240
|
+
|
|
6241
|
+
> .ant-picker-calendar,
|
|
6242
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
6243
|
+
width: 100%;
|
|
6244
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6245
|
+
border-top: none;
|
|
6246
|
+
|
|
6247
|
+
.ant-picker-body {
|
|
6248
|
+
padding: 0 16px;
|
|
6249
|
+
}
|
|
6250
|
+
|
|
6251
|
+
.ant-picker-content {
|
|
6252
|
+
width: 100%;
|
|
6253
|
+
height: 180px;
|
|
6254
|
+
border-spacing: 0;
|
|
6255
|
+
|
|
6256
|
+
thead {
|
|
6257
|
+
margin-bottom: 8px;
|
|
6258
|
+
}
|
|
6259
|
+
th {
|
|
6260
|
+
width: 22px;
|
|
6261
|
+
}
|
|
6262
|
+
td {
|
|
6263
|
+
padding: 0;
|
|
6264
|
+
}
|
|
6265
|
+
}
|
|
6266
|
+
}
|
|
6267
|
+
|
|
6268
|
+
.ant-picker-cell {
|
|
6269
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6270
|
+
opacity: 0.4;
|
|
6271
|
+
}
|
|
6272
|
+
.ant-picker-cell-in-view {
|
|
6273
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6274
|
+
opacity: 1;
|
|
6275
|
+
}
|
|
6276
|
+
.ant-picker-cell-in-view > .active {
|
|
6277
|
+
color: #3e4652;
|
|
6278
|
+
}
|
|
6279
|
+
|
|
6280
|
+
.ant-picker-cell::before {
|
|
6281
|
+
pointer-events: none;
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
6284
|
+
|
|
6285
|
+
.E_t1tsm00v {
|
|
6286
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6287
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6288
|
+
backdrop-filter: blur(10px);
|
|
6289
|
+
padding: 7px 10px;
|
|
6290
|
+
}
|
|
6291
|
+
|
|
6292
|
+
.E_c167wnad {
|
|
6293
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6294
|
+
display: flex;
|
|
6295
|
+
justify-content: space-between;
|
|
6296
|
+
align-items: center;
|
|
6297
|
+
padding: 8px 16px;
|
|
6298
|
+
|
|
6299
|
+
.anticon {
|
|
6300
|
+
cursor: pointer;
|
|
6301
|
+
&:hover {
|
|
6302
|
+
color: $blue;
|
|
6303
|
+
}
|
|
6304
|
+
}
|
|
6305
|
+
}
|
|
6306
|
+
|
|
6307
|
+
.E_cxhf7dh {
|
|
6308
|
+
text-align: center;
|
|
6309
|
+
|
|
6310
|
+
.dots {
|
|
6311
|
+
display: flex;
|
|
6312
|
+
justify-content: center;
|
|
6313
|
+
}
|
|
6314
|
+
.dot {
|
|
6315
|
+
display: inline-block;
|
|
6316
|
+
width: 2px;
|
|
6317
|
+
height: 2px;
|
|
6318
|
+
border-radius: 1px;
|
|
6319
|
+
background: $blue;
|
|
6320
|
+
|
|
6321
|
+
&:not(:last-child) {
|
|
6322
|
+
margin-right: 2px;
|
|
6323
|
+
}
|
|
6324
|
+
}
|
|
6325
|
+
.bar {
|
|
6326
|
+
width: 9px;
|
|
6327
|
+
height: 2px;
|
|
6328
|
+
background: $blue;
|
|
6329
|
+
border-radius: 2px;
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6332
|
+
|
|
6333
|
+
|
|
6334
|
+
.E_c1up1pdz {
|
|
6335
|
+
width: 648px;
|
|
6336
|
+
|
|
6337
|
+
&.active {
|
|
6338
|
+
border-color: $blue-60;
|
|
6339
|
+
|
|
6340
|
+
> header {
|
|
6341
|
+
background: rgba($blue-60, 0.1);
|
|
6342
|
+
}
|
|
6343
|
+
}
|
|
6344
|
+
|
|
6345
|
+
.expand {
|
|
6346
|
+
padding: 12px;
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
.field-item {
|
|
6350
|
+
display: flex;
|
|
6351
|
+
padding: 10px 0;
|
|
6352
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6353
|
+
|
|
6354
|
+
&:last-child {
|
|
6355
|
+
border-bottom: none;
|
|
6356
|
+
padding-bottom: 0;
|
|
6357
|
+
}
|
|
6358
|
+
|
|
6359
|
+
label {
|
|
6360
|
+
line-height: 32px;
|
|
6361
|
+
width: 100px;
|
|
6362
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6363
|
+
}
|
|
6364
|
+
}
|
|
6365
|
+
|
|
6366
|
+
.help {
|
|
6367
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6368
|
+
margin-top: 5px;
|
|
6369
|
+
}
|
|
6370
|
+
|
|
6371
|
+
.ant-input-affix-wrapper,
|
|
6372
|
+
.ant-picker {
|
|
6373
|
+
width: 128px;
|
|
6374
|
+
}
|
|
6375
|
+
}
|
|
6376
|
+
|
|
6377
|
+
.E_c156wh19 {
|
|
6378
|
+
display: flex;
|
|
6379
|
+
align-items: center;
|
|
6380
|
+
justify-content: space-between;
|
|
6381
|
+
word-break: keep-all;
|
|
6382
|
+
|
|
6383
|
+
.title {
|
|
6384
|
+
margin: 0 16px 0 8px;
|
|
6385
|
+
}
|
|
6386
|
+
|
|
6387
|
+
.retain {
|
|
6388
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6389
|
+
}
|
|
6390
|
+
|
|
6391
|
+
div.left {
|
|
6294
6392
|
flex: 1;
|
|
6295
6393
|
display: flex;
|
|
6296
6394
|
overflow: hidden;
|
|
@@ -6397,115 +6495,75 @@
|
|
|
6397
6495
|
}
|
|
6398
6496
|
|
|
6399
6497
|
|
|
6400
|
-
.
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
flex-direction: column;
|
|
6406
|
-
|
|
6407
|
-
> label {
|
|
6408
|
-
padding: 0 16px 7px 0;
|
|
6409
|
-
}
|
|
6410
|
-
}
|
|
6411
|
-
}
|
|
6412
|
-
|
|
6413
|
-
&.has-border {
|
|
6414
|
-
.table-header {
|
|
6415
|
-
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6416
|
-
}
|
|
6417
|
-
|
|
6418
|
-
.hiddenBorder {
|
|
6419
|
-
border-top: none !important;
|
|
6420
|
-
}
|
|
6498
|
+
.E_wg1tsps {
|
|
6499
|
+
display: flex;
|
|
6500
|
+
align-items: center;
|
|
6501
|
+
justify-content: flex-end;
|
|
6502
|
+
}
|
|
6421
6503
|
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6504
|
+
.E_b1ctd5xy {
|
|
6505
|
+
display: flex;
|
|
6506
|
+
align-items: center;
|
|
6507
|
+
width: calc(100% - 40px);
|
|
6425
6508
|
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6509
|
+
.chart {
|
|
6510
|
+
display: inline-block;
|
|
6511
|
+
width: 100%;
|
|
6429
6512
|
}
|
|
6513
|
+
}
|
|
6430
6514
|
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
text-align: right;
|
|
6434
|
-
}
|
|
6435
|
-
}
|
|
6436
|
-
.uuid-row {
|
|
6437
|
-
display: flex;
|
|
6438
|
-
justify-content: space-between;
|
|
6515
|
+
.E_u1p8acpn {
|
|
6516
|
+
min-width: 40px;
|
|
6439
6517
|
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
overflow: hidden;
|
|
6443
|
-
text-overflow: ellipsis;
|
|
6444
|
-
}
|
|
6518
|
+
.unit {
|
|
6519
|
+
color: $text-light-primary !important;
|
|
6445
6520
|
}
|
|
6446
6521
|
}
|
|
6447
6522
|
|
|
6448
|
-
|
|
6523
|
+
|
|
6524
|
+
.E_n12mqh7z {
|
|
6449
6525
|
display: flex;
|
|
6450
|
-
justify-content: space-between;
|
|
6451
6526
|
align-items: center;
|
|
6452
|
-
|
|
6453
|
-
|
|
6527
|
+
font-size: 12px;
|
|
6528
|
+
line-height: 18px;
|
|
6454
6529
|
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
font-weight: 600;
|
|
6458
|
-
font-size: 12px;
|
|
6459
|
-
line-height: 8px;
|
|
6530
|
+
&:not(:last-child) {
|
|
6531
|
+
margin-bottom: 4px;
|
|
6460
6532
|
}
|
|
6533
|
+
}
|
|
6461
6534
|
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
color: $strokes-translucent-2-light;
|
|
6465
|
-
cursor: pointer;
|
|
6466
|
-
}
|
|
6535
|
+
.E_tf5bynu {
|
|
6536
|
+
margin: 0 3px;
|
|
6467
6537
|
}
|
|
6468
6538
|
|
|
6469
|
-
.
|
|
6470
|
-
|
|
6471
|
-
|
|
6539
|
+
.E_tcckoz1 {
|
|
6540
|
+
max-height: 400px;
|
|
6541
|
+
overflow: auto;
|
|
6472
6542
|
}
|
|
6473
6543
|
|
|
6474
|
-
.E_t93e4cf {
|
|
6475
|
-
display: flex;
|
|
6476
|
-
padding: 8px 0;
|
|
6477
|
-
color: $text-primary-light;
|
|
6478
6544
|
|
|
6479
|
-
|
|
6480
|
-
|
|
6545
|
+
.E_s1iv0tp1 {
|
|
6546
|
+
.enabled-switch {
|
|
6547
|
+
display: flex;
|
|
6548
|
+
align-items: center;
|
|
6481
6549
|
}
|
|
6482
6550
|
|
|
6483
|
-
.
|
|
6484
|
-
|
|
6551
|
+
.enabled-text {
|
|
6552
|
+
margin-right: 8px;
|
|
6485
6553
|
}
|
|
6554
|
+
}
|
|
6486
6555
|
|
|
6487
|
-
.content {
|
|
6488
|
-
overflow: hidden;
|
|
6489
|
-
overflow-x: auto;
|
|
6490
|
-
width: 100%;
|
|
6491
|
-
white-space: pre-wrap;
|
|
6492
6556
|
|
|
6493
|
-
|
|
6494
|
-
|
|
6495
|
-
text-align: left;
|
|
6496
|
-
}
|
|
6557
|
+
.E_gmyahx3 {
|
|
6558
|
+
cursor: pointer;
|
|
6497
6559
|
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
}
|
|
6560
|
+
.link-text {
|
|
6561
|
+
color: $text-light-tertiary;
|
|
6501
6562
|
}
|
|
6502
|
-
}
|
|
6503
6563
|
|
|
6504
|
-
.
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
color: $text-secondary-light;
|
|
6508
|
-
padding-right: 12px;
|
|
6564
|
+
&:hover .link-text {
|
|
6565
|
+
color: $text-light-general;
|
|
6566
|
+
}
|
|
6509
6567
|
}
|
|
6510
6568
|
|
|
6511
6569
|
|
|
@@ -6518,217 +6576,159 @@
|
|
|
6518
6576
|
}
|
|
6519
6577
|
|
|
6520
6578
|
|
|
6521
|
-
.
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
.E_s1tui002 {
|
|
6527
|
-
white-space: nowrap;
|
|
6528
|
-
}
|
|
6529
|
-
|
|
6530
|
-
.E_mxrc2zg {
|
|
6531
|
-
display: -webkit-box;
|
|
6532
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6533
|
-
-webkit-box-orient: vertical;
|
|
6534
|
-
word-break: break-all;
|
|
6535
|
-
}
|
|
6536
|
-
|
|
6537
|
-
.E_t1vv6d68 {
|
|
6538
|
-
.ant-tooltip-arrow {
|
|
6539
|
-
display: none;
|
|
6540
|
-
}
|
|
6541
|
-
.ant-tooltip-inner {
|
|
6542
|
-
background: $gray-a80-9;
|
|
6543
|
-
border-radius: 4px;
|
|
6544
|
-
&:has(.eagle-ellipsis-content) {
|
|
6545
|
-
visibility: hidden;
|
|
6546
|
-
}
|
|
6547
|
-
}
|
|
6548
|
-
}
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
.E_n12mqh7z {
|
|
6579
|
+
.E_skwah65 {
|
|
6580
|
+
height: 8px;
|
|
6581
|
+
box-sizing: border-box;
|
|
6582
|
+
border-radius: 2px;
|
|
6583
|
+
background: #f5f7fa;
|
|
6552
6584
|
display: flex;
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
line-height: 18px;
|
|
6585
|
+
width: 100%;
|
|
6586
|
+
overflow: hidden;
|
|
6556
6587
|
|
|
6557
|
-
|
|
6558
|
-
margin-
|
|
6588
|
+
.stack-bar-item + .stack-bar-item {
|
|
6589
|
+
margin-left: 1px;
|
|
6559
6590
|
}
|
|
6560
6591
|
}
|
|
6561
6592
|
|
|
6562
|
-
.E_tf5bynu {
|
|
6563
|
-
margin: 0 3px;
|
|
6564
|
-
}
|
|
6565
6593
|
|
|
6566
|
-
.
|
|
6567
|
-
|
|
6568
|
-
overflow: auto;
|
|
6569
|
-
}
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
.E_clm1wy1 {
|
|
6573
|
-
width: 192px;
|
|
6574
|
-
height: 246px;
|
|
6575
|
-
border-radius: 4px;
|
|
6576
|
-
|
|
6577
|
-
> .ant-picker-calendar,
|
|
6578
|
-
> .ant-picker-calendar .ant-picker-panel {
|
|
6579
|
-
width: 100%;
|
|
6580
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6581
|
-
border-top: none;
|
|
6582
|
-
|
|
6583
|
-
.ant-picker-body {
|
|
6584
|
-
padding: 0 16px;
|
|
6585
|
-
}
|
|
6594
|
+
.E_t1sqg15u {
|
|
6595
|
+
background: white;
|
|
6586
6596
|
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
border-spacing: 0;
|
|
6597
|
+
&.inline {
|
|
6598
|
+
.table-row {
|
|
6599
|
+
flex-direction: column;
|
|
6591
6600
|
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
}
|
|
6595
|
-
th {
|
|
6596
|
-
width: 22px;
|
|
6597
|
-
}
|
|
6598
|
-
td {
|
|
6599
|
-
padding: 0;
|
|
6601
|
+
> label {
|
|
6602
|
+
padding: 0 16px 7px 0;
|
|
6600
6603
|
}
|
|
6601
6604
|
}
|
|
6602
6605
|
}
|
|
6603
6606
|
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
.ant-picker-cell-in-view {
|
|
6609
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6610
|
-
opacity: 1;
|
|
6611
|
-
}
|
|
6612
|
-
.ant-picker-cell-in-view > .active {
|
|
6613
|
-
color: #3e4652;
|
|
6614
|
-
}
|
|
6615
|
-
|
|
6616
|
-
.ant-picker-cell::before {
|
|
6617
|
-
pointer-events: none;
|
|
6618
|
-
}
|
|
6619
|
-
}
|
|
6607
|
+
&.has-border {
|
|
6608
|
+
.table-header {
|
|
6609
|
+
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6610
|
+
}
|
|
6620
6611
|
|
|
6621
|
-
.
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
backdrop-filter: blur(10px);
|
|
6625
|
-
padding: 7px 10px;
|
|
6626
|
-
}
|
|
6612
|
+
.hiddenBorder {
|
|
6613
|
+
border-top: none !important;
|
|
6614
|
+
}
|
|
6627
6615
|
|
|
6628
|
-
.
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
justify-content: space-between;
|
|
6632
|
-
align-items: center;
|
|
6633
|
-
padding: 8px 16px;
|
|
6616
|
+
.table-row + .table-row {
|
|
6617
|
+
border-top: 1px solid $strokes-light-trans-1;
|
|
6618
|
+
}
|
|
6634
6619
|
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
&:hover {
|
|
6638
|
-
color: $blue;
|
|
6620
|
+
.table-row:last-of-type {
|
|
6621
|
+
padding-bottom: 0;
|
|
6639
6622
|
}
|
|
6640
6623
|
}
|
|
6641
|
-
}
|
|
6642
|
-
|
|
6643
|
-
.E_cxhf7dh {
|
|
6644
|
-
text-align: center;
|
|
6645
6624
|
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
|
|
6625
|
+
&.align-right {
|
|
6626
|
+
.content {
|
|
6627
|
+
text-align: right;
|
|
6628
|
+
}
|
|
6649
6629
|
}
|
|
6650
|
-
.
|
|
6651
|
-
display:
|
|
6652
|
-
|
|
6653
|
-
height: 2px;
|
|
6654
|
-
border-radius: 1px;
|
|
6655
|
-
background: $blue;
|
|
6630
|
+
.uuid-row {
|
|
6631
|
+
display: flex;
|
|
6632
|
+
justify-content: space-between;
|
|
6656
6633
|
|
|
6657
|
-
|
|
6658
|
-
|
|
6634
|
+
.id-text {
|
|
6635
|
+
white-space: nowrap;
|
|
6636
|
+
overflow: hidden;
|
|
6637
|
+
text-overflow: ellipsis;
|
|
6659
6638
|
}
|
|
6660
6639
|
}
|
|
6661
|
-
.bar {
|
|
6662
|
-
width: 9px;
|
|
6663
|
-
height: 2px;
|
|
6664
|
-
background: $blue;
|
|
6665
|
-
border-radius: 2px;
|
|
6666
|
-
}
|
|
6667
6640
|
}
|
|
6668
6641
|
|
|
6642
|
+
.E_t4zczcp {
|
|
6643
|
+
display: flex;
|
|
6644
|
+
justify-content: space-between;
|
|
6645
|
+
align-items: center;
|
|
6646
|
+
padding: 8px;
|
|
6647
|
+
min-height: 32px;
|
|
6669
6648
|
|
|
6670
|
-
.
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6649
|
+
.table-title {
|
|
6650
|
+
color: $text-secondary-light;
|
|
6651
|
+
font-weight: 600;
|
|
6652
|
+
font-size: 12px;
|
|
6653
|
+
line-height: 8px;
|
|
6674
6654
|
}
|
|
6675
6655
|
|
|
6676
|
-
.
|
|
6677
|
-
|
|
6656
|
+
.edit-icon {
|
|
6657
|
+
font-size: 16px;
|
|
6658
|
+
color: $strokes-translucent-2-light;
|
|
6659
|
+
cursor: pointer;
|
|
6678
6660
|
}
|
|
6679
6661
|
}
|
|
6680
6662
|
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
align-items: center;
|
|
6685
|
-
justify-content: flex-end;
|
|
6663
|
+
.E_t1s7goww {
|
|
6664
|
+
font-size: 12px;
|
|
6665
|
+
line-height: 18px;
|
|
6686
6666
|
}
|
|
6687
6667
|
|
|
6688
|
-
.
|
|
6668
|
+
.E_t93e4cf {
|
|
6689
6669
|
display: flex;
|
|
6690
|
-
|
|
6691
|
-
|
|
6670
|
+
padding: 8px 0;
|
|
6671
|
+
color: $text-primary-light;
|
|
6692
6672
|
|
|
6693
|
-
.
|
|
6694
|
-
display:
|
|
6695
|
-
width: 100%;
|
|
6673
|
+
.hidden {
|
|
6674
|
+
display: none;
|
|
6696
6675
|
}
|
|
6697
|
-
}
|
|
6698
6676
|
|
|
6699
|
-
.
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
.unit {
|
|
6703
|
-
color: $text-light-primary !important;
|
|
6677
|
+
.ant-btn.ant-btn-link {
|
|
6678
|
+
height: auto;
|
|
6704
6679
|
}
|
|
6705
|
-
}
|
|
6706
6680
|
|
|
6681
|
+
.content {
|
|
6682
|
+
overflow: hidden;
|
|
6683
|
+
overflow-x: auto;
|
|
6684
|
+
width: 100%;
|
|
6685
|
+
white-space: pre-wrap;
|
|
6707
6686
|
|
|
6708
|
-
.
|
|
6709
|
-
|
|
6687
|
+
.ant-btn {
|
|
6688
|
+
white-space: pre-wrap;
|
|
6689
|
+
text-align: left;
|
|
6690
|
+
}
|
|
6710
6691
|
|
|
6711
|
-
|
|
6712
|
-
|
|
6692
|
+
.unit-chart {
|
|
6693
|
+
justify-content: flex-start;
|
|
6694
|
+
}
|
|
6713
6695
|
}
|
|
6696
|
+
}
|
|
6714
6697
|
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6698
|
+
.E_rhz2uv5 {
|
|
6699
|
+
width: var(--rhz2uv5-0);
|
|
6700
|
+
flex-shrink: 0;
|
|
6701
|
+
color: $text-secondary-light;
|
|
6702
|
+
padding-right: 12px;
|
|
6718
6703
|
}
|
|
6719
6704
|
|
|
6720
6705
|
|
|
6721
|
-
.
|
|
6722
|
-
height: 8px;
|
|
6723
|
-
box-sizing: border-box;
|
|
6724
|
-
border-radius: 2px;
|
|
6725
|
-
background: #f5f7fa;
|
|
6726
|
-
display: flex;
|
|
6727
|
-
width: 100%;
|
|
6706
|
+
.E_ou7iq30 {
|
|
6728
6707
|
overflow: hidden;
|
|
6708
|
+
text-overflow: ellipsis;
|
|
6709
|
+
}
|
|
6729
6710
|
|
|
6730
|
-
|
|
6731
|
-
|
|
6711
|
+
.E_s1tui002 {
|
|
6712
|
+
white-space: nowrap;
|
|
6713
|
+
}
|
|
6714
|
+
|
|
6715
|
+
.E_mxrc2zg {
|
|
6716
|
+
display: -webkit-box;
|
|
6717
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6718
|
+
-webkit-box-orient: vertical;
|
|
6719
|
+
word-break: break-all;
|
|
6720
|
+
}
|
|
6721
|
+
|
|
6722
|
+
.E_t1vv6d68 {
|
|
6723
|
+
.ant-tooltip-arrow {
|
|
6724
|
+
display: none;
|
|
6725
|
+
}
|
|
6726
|
+
.ant-tooltip-inner {
|
|
6727
|
+
background: $gray-a80-9;
|
|
6728
|
+
border-radius: 4px;
|
|
6729
|
+
&:has(.eagle-ellipsis-content) {
|
|
6730
|
+
visibility: hidden;
|
|
6731
|
+
}
|
|
6732
6732
|
}
|
|
6733
6733
|
}
|
|
6734
6734
|
|
|
@@ -7140,76 +7140,21 @@
|
|
|
7140
7140
|
}
|
|
7141
7141
|
|
|
7142
7142
|
|
|
7143
|
-
.
|
|
7144
|
-
|
|
7145
|
-
|
|
7146
|
-
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
|
|
7151
|
-
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
margin-bottom: 16px;
|
|
7159
|
-
}
|
|
7160
|
-
|
|
7161
|
-
.E_k1uim1fg {
|
|
7162
|
-
margin-bottom: 32px;
|
|
7163
|
-
color: $gray-120;
|
|
7164
|
-
}
|
|
7165
|
-
|
|
7166
|
-
.E_kobelzt {
|
|
7167
|
-
font-family:
|
|
7168
|
-
Roboto Mono,
|
|
7169
|
-
SFMono-Regular,
|
|
7170
|
-
SF Mono,
|
|
7171
|
-
Menlo,
|
|
7172
|
-
Consolas,
|
|
7173
|
-
Liberation Mono,
|
|
7174
|
-
monospace;
|
|
7175
|
-
min-height: 0;
|
|
7176
|
-
flex: 1;
|
|
7177
|
-
padding: 16px;
|
|
7178
|
-
background-color: $gray-80;
|
|
7179
|
-
color: $white;
|
|
7180
|
-
overflow: auto;
|
|
7181
|
-
max-width: 100%;
|
|
7182
|
-
min-height: 0;
|
|
7183
|
-
border-radius: 8px;
|
|
7184
|
-
white-space: pre-wrap;
|
|
7185
|
-
}
|
|
7186
|
-
|
|
7187
|
-
.E_kxzv3id {
|
|
7188
|
-
width: 100%;
|
|
7189
|
-
display: flex;
|
|
7190
|
-
justify-content: space-between;
|
|
7191
|
-
padding: 0 128px;
|
|
7192
|
-
}
|
|
7193
|
-
|
|
7194
|
-
.E_eld9lt {
|
|
7195
|
-
display: flex;
|
|
7196
|
-
flex-direction: column;
|
|
7197
|
-
justify-content: center;
|
|
7198
|
-
align-items: center;
|
|
7199
|
-
height: 100%;
|
|
7200
|
-
}
|
|
7201
|
-
|
|
7202
|
-
.E_e1505fqc {
|
|
7203
|
-
display: flex;
|
|
7204
|
-
flex-direction: column;
|
|
7205
|
-
align-items: center;
|
|
7206
|
-
|
|
7207
|
-
.title {
|
|
7208
|
-
margin-bottom: 8px;
|
|
7209
|
-
background-clip: text;
|
|
7210
|
-
-webkit-background-clip: text;
|
|
7211
|
-
-webkit-text-fill-color: transparent;
|
|
7212
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7143
|
+
.E_u15heuvq {
|
|
7144
|
+
&.content {
|
|
7145
|
+
cursor: default !important;
|
|
7146
|
+
&.link {
|
|
7147
|
+
cursor: pointer !important;
|
|
7148
|
+
&:hover {
|
|
7149
|
+
color: $text-colorful-outstanding;
|
|
7150
|
+
}
|
|
7151
|
+
}
|
|
7152
|
+
&.black {
|
|
7153
|
+
color: $text-neutral-primary;
|
|
7154
|
+
}
|
|
7155
|
+
&.gray {
|
|
7156
|
+
color: $text-neutral-secondary;
|
|
7157
|
+
}
|
|
7213
7158
|
}
|
|
7214
7159
|
}
|
|
7215
7160
|
|
|
@@ -7321,6 +7266,80 @@
|
|
|
7321
7266
|
}
|
|
7322
7267
|
|
|
7323
7268
|
|
|
7269
|
+
.E_kr6am0s {
|
|
7270
|
+
.ant-modal-body {
|
|
7271
|
+
padding: 60px 128px;
|
|
7272
|
+
}
|
|
7273
|
+
}
|
|
7274
|
+
|
|
7275
|
+
.E_k1h3cl5q {
|
|
7276
|
+
display: flex;
|
|
7277
|
+
flex-direction: column;
|
|
7278
|
+
height: 100%;
|
|
7279
|
+
}
|
|
7280
|
+
|
|
7281
|
+
.E_k1a6j97w {
|
|
7282
|
+
color: $gray-120;
|
|
7283
|
+
font-size: 32px !important;
|
|
7284
|
+
margin-bottom: 16px;
|
|
7285
|
+
}
|
|
7286
|
+
|
|
7287
|
+
.E_k1uim1fg {
|
|
7288
|
+
margin-bottom: 32px;
|
|
7289
|
+
color: $gray-120;
|
|
7290
|
+
}
|
|
7291
|
+
|
|
7292
|
+
.E_kobelzt {
|
|
7293
|
+
font-family:
|
|
7294
|
+
Roboto Mono,
|
|
7295
|
+
SFMono-Regular,
|
|
7296
|
+
SF Mono,
|
|
7297
|
+
Menlo,
|
|
7298
|
+
Consolas,
|
|
7299
|
+
Liberation Mono,
|
|
7300
|
+
monospace;
|
|
7301
|
+
min-height: 0;
|
|
7302
|
+
flex: 1;
|
|
7303
|
+
padding: 16px;
|
|
7304
|
+
background-color: $gray-80;
|
|
7305
|
+
color: $white;
|
|
7306
|
+
overflow: auto;
|
|
7307
|
+
max-width: 100%;
|
|
7308
|
+
min-height: 0;
|
|
7309
|
+
border-radius: 8px;
|
|
7310
|
+
white-space: pre-wrap;
|
|
7311
|
+
}
|
|
7312
|
+
|
|
7313
|
+
.E_kxzv3id {
|
|
7314
|
+
width: 100%;
|
|
7315
|
+
display: flex;
|
|
7316
|
+
justify-content: space-between;
|
|
7317
|
+
padding: 0 128px;
|
|
7318
|
+
}
|
|
7319
|
+
|
|
7320
|
+
.E_eld9lt {
|
|
7321
|
+
display: flex;
|
|
7322
|
+
flex-direction: column;
|
|
7323
|
+
justify-content: center;
|
|
7324
|
+
align-items: center;
|
|
7325
|
+
height: 100%;
|
|
7326
|
+
}
|
|
7327
|
+
|
|
7328
|
+
.E_e1505fqc {
|
|
7329
|
+
display: flex;
|
|
7330
|
+
flex-direction: column;
|
|
7331
|
+
align-items: center;
|
|
7332
|
+
|
|
7333
|
+
.title {
|
|
7334
|
+
margin-bottom: 8px;
|
|
7335
|
+
background-clip: text;
|
|
7336
|
+
-webkit-background-clip: text;
|
|
7337
|
+
-webkit-text-fill-color: transparent;
|
|
7338
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7339
|
+
}
|
|
7340
|
+
}
|
|
7341
|
+
|
|
7342
|
+
|
|
7324
7343
|
.E_c1kchka8 {
|
|
7325
7344
|
height: 100%;
|
|
7326
7345
|
width: 100%;
|