@cloudtower/eagle 0.33.35 → 0.33.37
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/MediumDialog/MediumDialog.js +54 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.js +144 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.style.js +11 -0
- package/dist/cjs/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
- package/dist/cjs/index.js +9 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +30222 -1887
- package/dist/esm/core/MediumDialog/MediumDialog.js +48 -0
- package/dist/esm/core/SmallDialog/SmallDialog.js +137 -0
- package/dist/esm/core/SmallDialog/SmallDialog.style.js +6 -0
- package/dist/esm/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2336 -2268
- package/dist/src/core/MediumDialog/MediumDialog.d.ts +3 -0
- package/dist/src/core/MediumDialog/index.d.ts +1 -0
- package/dist/src/core/SmallDialog/SmallDialog.d.ts +3 -0
- package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +4 -0
- package/dist/src/{coreX/Dialogs/SmallDialog.d.ts → core/SmallDialog/SmallDialog.type.d.ts} +12 -4
- package/dist/src/core/SmallDialog/index.d.ts +3 -0
- package/dist/src/core/index.d.ts +2 -0
- package/dist/src/coreX/Dialogs/DeleteDialog/DeleteDialog.type.d.ts +2 -0
- package/dist/src/coreX/Dialogs/index.d.ts +0 -1
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +35 -0
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +37 -0
- package/dist/stories/docs/coreX/Dialogs/DeleteDialog.stories.d.ts +5 -0
- package/dist/style.css +1839 -1770
- package/package.json +4 -4
- package/dist/cjs/coreX/Dialogs/SmallDialog.js +0 -86
- package/dist/esm/coreX/Dialogs/SmallDialog.js +0 -80
package/dist/linaria.merged.scss
CHANGED
|
@@ -119,6 +119,24 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
|
|
122
|
+
.E_d133fzv0 {
|
|
123
|
+
.ant-dropdown-menu-item-group {
|
|
124
|
+
.ant-dropdown-menu-item-group-title {
|
|
125
|
+
padding: 4px 8px 0 8px;
|
|
126
|
+
color: $text-light-secondary;
|
|
127
|
+
font-size: 12px;
|
|
128
|
+
}
|
|
129
|
+
.ant-dropdown-menu-item-group-list {
|
|
130
|
+
padding-bottom: 6px;
|
|
131
|
+
}
|
|
132
|
+
&:not(:first-child) {
|
|
133
|
+
padding-top: 4px;
|
|
134
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
|
|
122
140
|
.E_ccrbeuz {
|
|
123
141
|
.ant-collapse-item {
|
|
124
142
|
border: 0px;
|
|
@@ -151,49 +169,6 @@
|
|
|
151
169
|
}
|
|
152
170
|
|
|
153
171
|
|
|
154
|
-
.E_d133fzv0 {
|
|
155
|
-
.ant-dropdown-menu-item-group {
|
|
156
|
-
.ant-dropdown-menu-item-group-title {
|
|
157
|
-
padding: 4px 8px 0 8px;
|
|
158
|
-
color: $text-light-secondary;
|
|
159
|
-
font-size: 12px;
|
|
160
|
-
}
|
|
161
|
-
.ant-dropdown-menu-item-group-list {
|
|
162
|
-
padding-bottom: 6px;
|
|
163
|
-
}
|
|
164
|
-
&:not(:first-child) {
|
|
165
|
-
padding-top: 4px;
|
|
166
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
.E_c1uzzomf {
|
|
173
|
-
margin-bottom: 16px;
|
|
174
|
-
|
|
175
|
-
.card-title {
|
|
176
|
-
font-size: 16px;
|
|
177
|
-
color: $text-secondary-light;
|
|
178
|
-
font-weight: 700;
|
|
179
|
-
line-height: 32px;
|
|
180
|
-
}
|
|
181
|
-
.card-body {
|
|
182
|
-
padding: 24px;
|
|
183
|
-
border-radius: 8px;
|
|
184
|
-
background: $fills-light-white;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.empty {
|
|
188
|
-
font-weight: 700;
|
|
189
|
-
font-size: 14px;
|
|
190
|
-
line-height: 22px;
|
|
191
|
-
color: $text-light-tertiary;
|
|
192
|
-
text-align: center;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
|
|
197
172
|
.E_sx1bpnu {
|
|
198
173
|
.ant-input-sm {
|
|
199
174
|
line-height: 18px;
|
|
@@ -201,97 +176,6 @@
|
|
|
201
176
|
}
|
|
202
177
|
|
|
203
178
|
|
|
204
|
-
.E_d1bw7c5z {
|
|
205
|
-
position: relative;
|
|
206
|
-
max-width: 388px;
|
|
207
|
-
min-width: 285px;
|
|
208
|
-
.center {
|
|
209
|
-
position: absolute;
|
|
210
|
-
font-size: 12px;
|
|
211
|
-
width: 80px;
|
|
212
|
-
height: 100px;
|
|
213
|
-
top: 0;
|
|
214
|
-
left: 35px;
|
|
215
|
-
display: flex;
|
|
216
|
-
flex-direction: column;
|
|
217
|
-
justify-content: center;
|
|
218
|
-
align-items: center;
|
|
219
|
-
color: $text-light-primary;
|
|
220
|
-
|
|
221
|
-
.number {
|
|
222
|
-
font-size: 24px;
|
|
223
|
-
font-weight: 700;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.text {
|
|
227
|
-
padding: 0 5px;
|
|
228
|
-
font-size: 12px;
|
|
229
|
-
width: inherit;
|
|
230
|
-
text-align: center;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
.recharts-wrapper {
|
|
234
|
-
display: flex;
|
|
235
|
-
.recharts-legend-wrapper {
|
|
236
|
-
position: relative !important;
|
|
237
|
-
min-width: calc(
|
|
238
|
-
100% - var(--d1bw7c5z-0)
|
|
239
|
-
) !important;
|
|
240
|
-
left: 0 !important;
|
|
241
|
-
bottom: 0 !important;
|
|
242
|
-
display: flex;
|
|
243
|
-
align-items: center;
|
|
244
|
-
.recharts-default-legend {
|
|
245
|
-
width: 100%;
|
|
246
|
-
}
|
|
247
|
-
li {
|
|
248
|
-
width: 100%;
|
|
249
|
-
margin-right: 0 !important;
|
|
250
|
-
line-height: 18px;
|
|
251
|
-
& > svg {
|
|
252
|
-
border-radius: 2px;
|
|
253
|
-
}
|
|
254
|
-
& > .recharts-legend-item-text {
|
|
255
|
-
min-width: 75px;
|
|
256
|
-
max-width: 198px;
|
|
257
|
-
width: calc(100% - 20px);
|
|
258
|
-
margin-left: 2px;
|
|
259
|
-
color: $text-light-primary !important;
|
|
260
|
-
display: inline-flex;
|
|
261
|
-
justify-content: space-between;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
.tooltip-text {
|
|
267
|
-
maxwidth: calc(100% - 12px);
|
|
268
|
-
cursor: pointer;
|
|
269
|
-
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
270
|
-
overflow: hidden;
|
|
271
|
-
text-overflow: ellipsis;
|
|
272
|
-
white-space: nowrap;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.value {
|
|
276
|
-
color: $text-neutral-secondary;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.E_t10pqbtc {
|
|
281
|
-
width: 140px;
|
|
282
|
-
|
|
283
|
-
.item {
|
|
284
|
-
margin: 6px auto;
|
|
285
|
-
display: flex;
|
|
286
|
-
justify-content: space-between;
|
|
287
|
-
|
|
288
|
-
.name {
|
|
289
|
-
width: 102px;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
|
|
295
179
|
.E_b1wx3t3t {
|
|
296
180
|
&.ant-btn-icon-only {
|
|
297
181
|
justify-content: center;
|
|
@@ -705,73 +589,122 @@
|
|
|
705
589
|
}
|
|
706
590
|
|
|
707
591
|
|
|
708
|
-
.
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.dropdown-trigger {
|
|
592
|
+
.E_d1bw7c5z {
|
|
593
|
+
position: relative;
|
|
594
|
+
max-width: 388px;
|
|
595
|
+
min-width: 285px;
|
|
596
|
+
.center {
|
|
597
|
+
position: absolute;
|
|
598
|
+
font-size: 12px;
|
|
599
|
+
width: 80px;
|
|
600
|
+
height: 100px;
|
|
601
|
+
top: 0;
|
|
602
|
+
left: 35px;
|
|
722
603
|
display: flex;
|
|
604
|
+
flex-direction: column;
|
|
605
|
+
justify-content: center;
|
|
723
606
|
align-items: center;
|
|
724
|
-
|
|
725
|
-
cursor: pointer;
|
|
726
|
-
transition: all 0.3s ease;
|
|
607
|
+
color: $text-light-primary;
|
|
727
608
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
609
|
+
.number {
|
|
610
|
+
font-size: 24px;
|
|
611
|
+
font-weight: 700;
|
|
731
612
|
}
|
|
732
|
-
|
|
733
|
-
|
|
613
|
+
|
|
614
|
+
.text {
|
|
615
|
+
padding: 0 5px;
|
|
616
|
+
font-size: 12px;
|
|
617
|
+
width: inherit;
|
|
618
|
+
text-align: center;
|
|
734
619
|
}
|
|
735
620
|
}
|
|
736
|
-
|
|
737
|
-
.pagination-right {
|
|
621
|
+
.recharts-wrapper {
|
|
738
622
|
display: flex;
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
623
|
+
.recharts-legend-wrapper {
|
|
624
|
+
position: relative !important;
|
|
625
|
+
min-width: calc(
|
|
626
|
+
100% - var(--d1bw7c5z-0)
|
|
627
|
+
) !important;
|
|
628
|
+
left: 0 !important;
|
|
629
|
+
bottom: 0 !important;
|
|
630
|
+
display: flex;
|
|
631
|
+
align-items: center;
|
|
632
|
+
.recharts-default-legend {
|
|
633
|
+
width: 100%;
|
|
750
634
|
}
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
635
|
+
li {
|
|
636
|
+
width: 100%;
|
|
637
|
+
margin-right: 0 !important;
|
|
638
|
+
line-height: 18px;
|
|
639
|
+
& > svg {
|
|
640
|
+
border-radius: 2px;
|
|
641
|
+
}
|
|
642
|
+
& > .recharts-legend-item-text {
|
|
643
|
+
min-width: 75px;
|
|
644
|
+
max-width: 198px;
|
|
645
|
+
width: calc(100% - 20px);
|
|
646
|
+
margin-left: 2px;
|
|
647
|
+
color: $text-light-primary !important;
|
|
648
|
+
display: inline-flex;
|
|
649
|
+
justify-content: space-between;
|
|
650
|
+
}
|
|
756
651
|
}
|
|
757
652
|
}
|
|
758
653
|
}
|
|
654
|
+
.tooltip-text {
|
|
655
|
+
maxwidth: calc(100% - 12px);
|
|
656
|
+
cursor: pointer;
|
|
657
|
+
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
658
|
+
overflow: hidden;
|
|
659
|
+
text-overflow: ellipsis;
|
|
660
|
+
white-space: nowrap;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.value {
|
|
664
|
+
color: $text-neutral-secondary;
|
|
665
|
+
}
|
|
759
666
|
}
|
|
760
667
|
|
|
761
|
-
.
|
|
762
|
-
|
|
763
|
-
max-height: calc(100vh - 128px);
|
|
764
|
-
overflow-y: auto;
|
|
668
|
+
.E_t10pqbtc {
|
|
669
|
+
width: 140px;
|
|
765
670
|
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
671
|
+
.item {
|
|
672
|
+
margin: 6px auto;
|
|
673
|
+
display: flex;
|
|
674
|
+
justify-content: space-between;
|
|
675
|
+
|
|
676
|
+
.name {
|
|
677
|
+
width: 102px;
|
|
770
678
|
}
|
|
771
679
|
}
|
|
772
680
|
}
|
|
773
681
|
|
|
774
682
|
|
|
683
|
+
.E_c1uzzomf {
|
|
684
|
+
margin-bottom: 16px;
|
|
685
|
+
|
|
686
|
+
.card-title {
|
|
687
|
+
font-size: 16px;
|
|
688
|
+
color: $text-secondary-light;
|
|
689
|
+
font-weight: 700;
|
|
690
|
+
line-height: 32px;
|
|
691
|
+
}
|
|
692
|
+
.card-body {
|
|
693
|
+
padding: 24px;
|
|
694
|
+
border-radius: 8px;
|
|
695
|
+
background: $fills-light-white;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.empty {
|
|
699
|
+
font-weight: 700;
|
|
700
|
+
font-size: 14px;
|
|
701
|
+
line-height: 22px;
|
|
702
|
+
color: $text-light-tertiary;
|
|
703
|
+
text-align: center;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
|
|
775
708
|
.E_s1dizucg {
|
|
776
709
|
&.ant-switch {
|
|
777
710
|
min-width: 40px;
|
|
@@ -832,61 +765,6 @@
|
|
|
832
765
|
}
|
|
833
766
|
|
|
834
767
|
|
|
835
|
-
.E_ivqqkzv {
|
|
836
|
-
height: 24px;
|
|
837
|
-
width: 56px !important;
|
|
838
|
-
margin-right: 4px;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.E_c1wk4q29 {
|
|
842
|
-
color: $text-secondary-light;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
.E_c1bus5hc {
|
|
847
|
-
--color: white;
|
|
848
|
-
height: 14px;
|
|
849
|
-
width: 14px;
|
|
850
|
-
border-radius: 50%;
|
|
851
|
-
flex-shrink: 0;
|
|
852
|
-
display: flex;
|
|
853
|
-
align-items: center;
|
|
854
|
-
justify-content: center;
|
|
855
|
-
border: 1px solid var(--color);
|
|
856
|
-
|
|
857
|
-
.circle-inner {
|
|
858
|
-
position: relative;
|
|
859
|
-
height: 10px;
|
|
860
|
-
width: 10px;
|
|
861
|
-
border-radius: 50%;
|
|
862
|
-
overflow: hidden;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.circle-content {
|
|
866
|
-
position: absolute;
|
|
867
|
-
height: 100%;
|
|
868
|
-
width: 100%;
|
|
869
|
-
left: 0;
|
|
870
|
-
top: 0;
|
|
871
|
-
border-radius: 50%;
|
|
872
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
873
|
-
transform: rotate(180deg);
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.circle-child {
|
|
877
|
-
position: absolute;
|
|
878
|
-
height: 100%;
|
|
879
|
-
width: 100%;
|
|
880
|
-
left: 0;
|
|
881
|
-
top: 0;
|
|
882
|
-
margin-left: 50%;
|
|
883
|
-
transform-origin: left;
|
|
884
|
-
background: white;
|
|
885
|
-
transform: rotate(0deg);
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
|
|
890
768
|
.E_rapgekc {
|
|
891
769
|
&.ant-radio-wrapper {
|
|
892
770
|
display: inline-flex;
|
|
@@ -1068,6 +946,128 @@
|
|
|
1068
946
|
}
|
|
1069
947
|
|
|
1070
948
|
|
|
949
|
+
.E_phljevk {
|
|
950
|
+
display: flex;
|
|
951
|
+
justify-content: space-between;
|
|
952
|
+
align-items: center;
|
|
953
|
+
padding: 10px 0;
|
|
954
|
+
color: $text-light-secondary;
|
|
955
|
+
font-size: 12px;
|
|
956
|
+
line-height: 24px;
|
|
957
|
+
|
|
958
|
+
.pagination-left {
|
|
959
|
+
padding: 2px 8px;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
.dropdown-trigger {
|
|
963
|
+
display: flex;
|
|
964
|
+
align-items: center;
|
|
965
|
+
border-radius: 6px;
|
|
966
|
+
cursor: pointer;
|
|
967
|
+
transition: all 0.3s ease;
|
|
968
|
+
|
|
969
|
+
&:hover {
|
|
970
|
+
background: $fills-interaction-light-general-hover;
|
|
971
|
+
color: $text-light-general;
|
|
972
|
+
}
|
|
973
|
+
.icon-inner {
|
|
974
|
+
margin-left: 4px;
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.pagination-right {
|
|
979
|
+
display: flex;
|
|
980
|
+
align-items: center;
|
|
981
|
+
color: $blue-60;
|
|
982
|
+
font-weight: bold;
|
|
983
|
+
.icon-inner {
|
|
984
|
+
margin-left: 4px;
|
|
985
|
+
}
|
|
986
|
+
.prev-btn,
|
|
987
|
+
.next-btn {
|
|
988
|
+
padding: 0 8px;
|
|
989
|
+
> span {
|
|
990
|
+
color: $text-light-general;
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.next-btn {
|
|
995
|
+
.icon-inner {
|
|
996
|
+
transform: rotate(180deg);
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.E_d12rtyeg {
|
|
1003
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
1004
|
+
max-height: calc(100vh - 128px);
|
|
1005
|
+
overflow-y: auto;
|
|
1006
|
+
|
|
1007
|
+
.ant-dropdown-menu-item {
|
|
1008
|
+
padding: 4px 20px;
|
|
1009
|
+
font-size: 12px;
|
|
1010
|
+
line-height: 18px;
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
.E_c1bus5hc {
|
|
1017
|
+
--color: white;
|
|
1018
|
+
height: 14px;
|
|
1019
|
+
width: 14px;
|
|
1020
|
+
border-radius: 50%;
|
|
1021
|
+
flex-shrink: 0;
|
|
1022
|
+
display: flex;
|
|
1023
|
+
align-items: center;
|
|
1024
|
+
justify-content: center;
|
|
1025
|
+
border: 1px solid var(--color);
|
|
1026
|
+
|
|
1027
|
+
.circle-inner {
|
|
1028
|
+
position: relative;
|
|
1029
|
+
height: 10px;
|
|
1030
|
+
width: 10px;
|
|
1031
|
+
border-radius: 50%;
|
|
1032
|
+
overflow: hidden;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.circle-content {
|
|
1036
|
+
position: absolute;
|
|
1037
|
+
height: 100%;
|
|
1038
|
+
width: 100%;
|
|
1039
|
+
left: 0;
|
|
1040
|
+
top: 0;
|
|
1041
|
+
border-radius: 50%;
|
|
1042
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1043
|
+
transform: rotate(180deg);
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.circle-child {
|
|
1047
|
+
position: absolute;
|
|
1048
|
+
height: 100%;
|
|
1049
|
+
width: 100%;
|
|
1050
|
+
left: 0;
|
|
1051
|
+
top: 0;
|
|
1052
|
+
margin-left: 50%;
|
|
1053
|
+
transform-origin: left;
|
|
1054
|
+
background: white;
|
|
1055
|
+
transform: rotate(0deg);
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
.E_ivqqkzv {
|
|
1061
|
+
height: 24px;
|
|
1062
|
+
width: 56px !important;
|
|
1063
|
+
margin-right: 4px;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.E_c1wk4q29 {
|
|
1067
|
+
color: $text-secondary-light;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
1071
|
.E_i11gg7mj {
|
|
1072
1072
|
.ant-input-prefix {
|
|
1073
1073
|
margin-right: 8px;
|
|
@@ -1198,6 +1198,20 @@
|
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
1200
|
|
|
1201
|
+
.E_t1m2x205 {
|
|
1202
|
+
.ant-tooltip-arrow {
|
|
1203
|
+
display: none;
|
|
1204
|
+
}
|
|
1205
|
+
.ant-tooltip-inner {
|
|
1206
|
+
background: $gray-a80-9;
|
|
1207
|
+
border-radius: 4px;
|
|
1208
|
+
&:has(.eagle-ellipsis-content) {
|
|
1209
|
+
visibility: hidden;
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
|
|
1201
1215
|
.E_s1dni7lo {
|
|
1202
1216
|
width: 430px !important;
|
|
1203
1217
|
}
|
|
@@ -1287,6 +1301,23 @@
|
|
|
1287
1301
|
}
|
|
1288
1302
|
|
|
1289
1303
|
|
|
1304
|
+
.E_fzh9mnb {
|
|
1305
|
+
width: 100%;
|
|
1306
|
+
height: 100%;
|
|
1307
|
+
min-height: 124px;
|
|
1308
|
+
display: flex;
|
|
1309
|
+
flex-direction: column;
|
|
1310
|
+
justify-content: center;
|
|
1311
|
+
align-items: center;
|
|
1312
|
+
|
|
1313
|
+
.error-text {
|
|
1314
|
+
color: $text-terdiary-light;
|
|
1315
|
+
margin-bottom: 16px;
|
|
1316
|
+
font-size: 18px;
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
|
|
1290
1321
|
.E_f7pxqmh {
|
|
1291
1322
|
width: 100%;
|
|
1292
1323
|
margin-bottom: 0 !important;
|
|
@@ -1351,108 +1382,6 @@
|
|
|
1351
1382
|
}
|
|
1352
1383
|
|
|
1353
1384
|
|
|
1354
|
-
.E_i1inqkme {
|
|
1355
|
-
height: 18px;
|
|
1356
|
-
line-height: 18px;
|
|
1357
|
-
padding: 0 4px;
|
|
1358
|
-
border-radius: 4px;
|
|
1359
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1360
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1361
|
-
display: flex;
|
|
1362
|
-
align-items: center;
|
|
1363
|
-
white-space: nowrap;
|
|
1364
|
-
margin-right: 4px;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
.E_atcz0kf {
|
|
1369
|
-
.ant-input-suffix {
|
|
1370
|
-
margin-left: 8px;
|
|
1371
|
-
}
|
|
1372
|
-
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1373
|
-
padding: 2px 7px 2px 12px;
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
.E_owd0kml {
|
|
1379
|
-
display: inline-block;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.E_h1jsgezc {
|
|
1383
|
-
visibility: hidden;
|
|
1384
|
-
position: absolute;
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
.E_t1m2x205 {
|
|
1389
|
-
.ant-tooltip-arrow {
|
|
1390
|
-
display: none;
|
|
1391
|
-
}
|
|
1392
|
-
.ant-tooltip-inner {
|
|
1393
|
-
background: $gray-a80-9;
|
|
1394
|
-
border-radius: 4px;
|
|
1395
|
-
&:has(.eagle-ellipsis-content) {
|
|
1396
|
-
visibility: hidden;
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
.E_fzh9mnb {
|
|
1403
|
-
width: 100%;
|
|
1404
|
-
height: 100%;
|
|
1405
|
-
min-height: 124px;
|
|
1406
|
-
display: flex;
|
|
1407
|
-
flex-direction: column;
|
|
1408
|
-
justify-content: center;
|
|
1409
|
-
align-items: center;
|
|
1410
|
-
|
|
1411
|
-
.error-text {
|
|
1412
|
-
color: $text-terdiary-light;
|
|
1413
|
-
margin-bottom: 16px;
|
|
1414
|
-
font-size: 18px;
|
|
1415
|
-
}
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
.E_a1wfy30z {
|
|
1420
|
-
.ant-input-number-handler-wrap {
|
|
1421
|
-
display: var(--a1wfy30z-0);
|
|
1422
|
-
}
|
|
1423
|
-
.ant-input-number-input-wrap {
|
|
1424
|
-
padding: 4px 11px;
|
|
1425
|
-
display: inline-flex;
|
|
1426
|
-
line-height: 1.5715;
|
|
1427
|
-
height: inherit;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.ant-input-number-input-wrap::after {
|
|
1431
|
-
content: var(--a1wfy30z-1);
|
|
1432
|
-
display: var(--a1wfy30z-2);
|
|
1433
|
-
flex: none;
|
|
1434
|
-
align-items: center;
|
|
1435
|
-
margin-left: 4px;
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.ant-input-number-input-wrap::before {
|
|
1439
|
-
content: var(--a1wfy30z-3);
|
|
1440
|
-
display: var(--a1wfy30z-4);
|
|
1441
|
-
flex: none;
|
|
1442
|
-
align-items: center;
|
|
1443
|
-
margin-right: 4px;
|
|
1444
|
-
cursor: auto;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.ant-input-number-input {
|
|
1448
|
-
padding: 0;
|
|
1449
|
-
margin: 0;
|
|
1450
|
-
height: auto;
|
|
1451
|
-
font-size: inherit;
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
1385
|
.E_ai7qkf2 {
|
|
1457
1386
|
.ant-input-number-handler-wrap {
|
|
1458
1387
|
display: var(--ai7qkf2-0);
|
|
@@ -1534,6 +1463,77 @@
|
|
|
1534
1463
|
}
|
|
1535
1464
|
|
|
1536
1465
|
|
|
1466
|
+
.E_a1wfy30z {
|
|
1467
|
+
.ant-input-number-handler-wrap {
|
|
1468
|
+
display: var(--a1wfy30z-0);
|
|
1469
|
+
}
|
|
1470
|
+
.ant-input-number-input-wrap {
|
|
1471
|
+
padding: 4px 11px;
|
|
1472
|
+
display: inline-flex;
|
|
1473
|
+
line-height: 1.5715;
|
|
1474
|
+
height: inherit;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.ant-input-number-input-wrap::after {
|
|
1478
|
+
content: var(--a1wfy30z-1);
|
|
1479
|
+
display: var(--a1wfy30z-2);
|
|
1480
|
+
flex: none;
|
|
1481
|
+
align-items: center;
|
|
1482
|
+
margin-left: 4px;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.ant-input-number-input-wrap::before {
|
|
1486
|
+
content: var(--a1wfy30z-3);
|
|
1487
|
+
display: var(--a1wfy30z-4);
|
|
1488
|
+
flex: none;
|
|
1489
|
+
align-items: center;
|
|
1490
|
+
margin-right: 4px;
|
|
1491
|
+
cursor: auto;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.ant-input-number-input {
|
|
1495
|
+
padding: 0;
|
|
1496
|
+
margin: 0;
|
|
1497
|
+
height: auto;
|
|
1498
|
+
font-size: inherit;
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
.E_i1inqkme {
|
|
1504
|
+
height: 18px;
|
|
1505
|
+
line-height: 18px;
|
|
1506
|
+
padding: 0 4px;
|
|
1507
|
+
border-radius: 4px;
|
|
1508
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1509
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1510
|
+
display: flex;
|
|
1511
|
+
align-items: center;
|
|
1512
|
+
white-space: nowrap;
|
|
1513
|
+
margin-right: 4px;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
.E_atcz0kf {
|
|
1518
|
+
.ant-input-suffix {
|
|
1519
|
+
margin-left: 8px;
|
|
1520
|
+
}
|
|
1521
|
+
&.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1522
|
+
padding: 2px 7px 2px 12px;
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
.E_owd0kml {
|
|
1528
|
+
display: inline-block;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
.E_h1jsgezc {
|
|
1532
|
+
visibility: hidden;
|
|
1533
|
+
position: absolute;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
1537
|
.E_cnujxq2 {
|
|
1538
1538
|
display: flex;
|
|
1539
1539
|
flex-direction: column;
|
|
@@ -2348,43 +2348,6 @@
|
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
2350
|
|
|
2351
|
-
.E_a1b5xrg3 {
|
|
2352
|
-
.user-icon-inner {
|
|
2353
|
-
display: inline-flex;
|
|
2354
|
-
align-items: center;
|
|
2355
|
-
justify-content: center;
|
|
2356
|
-
color: $white;
|
|
2357
|
-
font-weight: bold;
|
|
2358
|
-
font-size: 12px;
|
|
2359
|
-
width: 24px;
|
|
2360
|
-
height: 24px;
|
|
2361
|
-
border-radius: 50%;
|
|
2362
|
-
background: var(--a1b5xrg3-0);
|
|
2363
|
-
}
|
|
2364
|
-
&.btn-item {
|
|
2365
|
-
transition: all 160ms ease;
|
|
2366
|
-
cursor: pointer;
|
|
2367
|
-
width: 56px;
|
|
2368
|
-
height: 40px;
|
|
2369
|
-
display: inline-flex;
|
|
2370
|
-
align-items: center;
|
|
2371
|
-
justify-content: center;
|
|
2372
|
-
border-radius: 6px;
|
|
2373
|
-
|
|
2374
|
-
&:hover {
|
|
2375
|
-
box-shadow:
|
|
2376
|
-
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2377
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
&:active {
|
|
2381
|
-
transform: translateY(2px);
|
|
2382
|
-
transition: all 320ms ease;
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
2351
|
.E_dsnbhzf {
|
|
2389
2352
|
@include Inter(bold);
|
|
2390
2353
|
font-size: 32px;
|
|
@@ -2739,6 +2702,43 @@
|
|
|
2739
2702
|
}
|
|
2740
2703
|
|
|
2741
2704
|
|
|
2705
|
+
.E_a1b5xrg3 {
|
|
2706
|
+
.user-icon-inner {
|
|
2707
|
+
display: inline-flex;
|
|
2708
|
+
align-items: center;
|
|
2709
|
+
justify-content: center;
|
|
2710
|
+
color: $white;
|
|
2711
|
+
font-weight: bold;
|
|
2712
|
+
font-size: 12px;
|
|
2713
|
+
width: 24px;
|
|
2714
|
+
height: 24px;
|
|
2715
|
+
border-radius: 50%;
|
|
2716
|
+
background: var(--a1b5xrg3-0);
|
|
2717
|
+
}
|
|
2718
|
+
&.btn-item {
|
|
2719
|
+
transition: all 160ms ease;
|
|
2720
|
+
cursor: pointer;
|
|
2721
|
+
width: 56px;
|
|
2722
|
+
height: 40px;
|
|
2723
|
+
display: inline-flex;
|
|
2724
|
+
align-items: center;
|
|
2725
|
+
justify-content: center;
|
|
2726
|
+
border-radius: 6px;
|
|
2727
|
+
|
|
2728
|
+
&:hover {
|
|
2729
|
+
box-shadow:
|
|
2730
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2731
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
&:active {
|
|
2735
|
+
transform: translateY(2px);
|
|
2736
|
+
transition: all 320ms ease;
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2741
|
+
|
|
2742
2742
|
.E_m196gn1d {
|
|
2743
2743
|
min-width: 1280px;
|
|
2744
2744
|
}
|
|
@@ -3075,11 +3075,43 @@
|
|
|
3075
3075
|
}
|
|
3076
3076
|
|
|
3077
3077
|
|
|
3078
|
-
.
|
|
3079
|
-
display:
|
|
3078
|
+
.E_w1dxz879 {
|
|
3079
|
+
display: flex;
|
|
3080
|
+
flex-direction: column;
|
|
3081
|
+
gap: 6px;
|
|
3082
|
+
.ellipsis-tooltip {
|
|
3083
|
+
max-height: var(--w1dxz879-0);
|
|
3084
|
+
text-overflow: clip;
|
|
3085
|
+
overflow: hidden;
|
|
3086
|
+
}
|
|
3087
|
+
.tips {
|
|
3088
|
+
color: #fff;
|
|
3089
|
+
opacity: 0.8;
|
|
3090
|
+
}
|
|
3080
3091
|
}
|
|
3081
3092
|
|
|
3082
|
-
|
|
3093
|
+
|
|
3094
|
+
.E_suhck3k {
|
|
3095
|
+
height: 24px;
|
|
3096
|
+
width: 24px;
|
|
3097
|
+
border-radius: 6px;
|
|
3098
|
+
padding: 4px;
|
|
3099
|
+
&:hover {
|
|
3100
|
+
background-color: $fill-outstanding-light;
|
|
3101
|
+
svg {
|
|
3102
|
+
path {
|
|
3103
|
+
fill: blue;
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
}
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
|
|
3110
|
+
.E_hrhfj7c {
|
|
3111
|
+
display: none;
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
.E_dt9qoak {
|
|
3083
3115
|
.bottom {
|
|
3084
3116
|
color: $text-neutral-secondary;
|
|
3085
3117
|
}
|
|
@@ -3267,22 +3299,6 @@
|
|
|
3267
3299
|
}
|
|
3268
3300
|
|
|
3269
3301
|
|
|
3270
|
-
.E_suhck3k {
|
|
3271
|
-
height: 24px;
|
|
3272
|
-
width: 24px;
|
|
3273
|
-
border-radius: 6px;
|
|
3274
|
-
padding: 4px;
|
|
3275
|
-
&:hover {
|
|
3276
|
-
background-color: $fill-outstanding-light;
|
|
3277
|
-
svg {
|
|
3278
|
-
path {
|
|
3279
|
-
fill: blue;
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
}
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
3302
|
.E_ryby9ds {
|
|
3287
3303
|
display: flex;
|
|
3288
3304
|
align-items: center;
|
|
@@ -3300,18 +3316,61 @@
|
|
|
3300
3316
|
}
|
|
3301
3317
|
|
|
3302
3318
|
|
|
3303
|
-
.
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
gap: 6px;
|
|
3307
|
-
.ellipsis-tooltip {
|
|
3308
|
-
max-height: var(--w1dxz879-0);
|
|
3309
|
-
text-overflow: clip;
|
|
3310
|
-
overflow: hidden;
|
|
3319
|
+
.E_s11wux3h {
|
|
3320
|
+
.antd5-segmented-item:not(:last-child) {
|
|
3321
|
+
margin-right: 2px;
|
|
3311
3322
|
}
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3325
|
+
.E_s1t2an3z {
|
|
3326
|
+
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3327
|
+
padding-left: 8px;
|
|
3328
|
+
padding-right: 8px;
|
|
3329
|
+
font-size: 12px;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3333
|
+
border-radius: 4px;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
&.antd5-segmented
|
|
3337
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3338
|
+
.antd5-segmented-item-disabled
|
|
3339
|
+
) {
|
|
3340
|
+
border-radius: 4px;
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.E_ma64lna {
|
|
3345
|
+
.antd5-segmented-item-label {
|
|
3346
|
+
padding-left: 12px;
|
|
3347
|
+
padding-right: 12px;
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
.E_ckld275 {
|
|
3352
|
+
background-color: $fill-neutral-trans-2;
|
|
3353
|
+
&.antd5-segmented
|
|
3354
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3355
|
+
.antd5-segmented-item-disabled
|
|
3356
|
+
) {
|
|
3357
|
+
background-color: $fill-neutral-light-white;
|
|
3358
|
+
color: $text-neutral-secondary-light;
|
|
3359
|
+
}
|
|
3360
|
+
// on animate remove hover bg color
|
|
3361
|
+
&.antd5-segmented
|
|
3362
|
+
.antd5-segmented-thumb
|
|
3363
|
+
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3364
|
+
.antd5-segmented-item-disabled
|
|
3365
|
+
) {
|
|
3366
|
+
background-color: transparent;
|
|
3367
|
+
}
|
|
3368
|
+
// remove after's bg color
|
|
3369
|
+
&.antd5-segmented
|
|
3370
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3371
|
+
.antd5-segmented-item-disabled
|
|
3372
|
+
)::after {
|
|
3373
|
+
background-color: transparent;
|
|
3315
3374
|
}
|
|
3316
3375
|
}
|
|
3317
3376
|
|
|
@@ -3586,100 +3645,92 @@
|
|
|
3586
3645
|
}
|
|
3587
3646
|
|
|
3588
3647
|
|
|
3589
|
-
.
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3648
|
+
.E_m5foqp8 {
|
|
3649
|
+
--footer-height: 96px;
|
|
3650
|
+
--header-height: 80px;
|
|
3651
|
+
--modal-content-width: 720px;
|
|
3652
|
+
--modal-content-min-height: 200px;
|
|
3653
|
+
--modal-content-max-height: calc(
|
|
3654
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
3655
|
+
);
|
|
3656
|
+
--modal-header-padding: 36px 60px 0;
|
|
3657
|
+
--modal-content-padding-y: 36px;
|
|
3658
|
+
--modal-content-padding-x: 60px;
|
|
3659
|
+
--modal-footer-padding: 0 60px;
|
|
3593
3660
|
}
|
|
3594
3661
|
|
|
3595
|
-
.E_s1t2an3z {
|
|
3596
|
-
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3597
|
-
padding-left: 8px;
|
|
3598
|
-
padding-right: 8px;
|
|
3599
|
-
font-size: 12px;
|
|
3600
|
-
}
|
|
3601
3662
|
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3663
|
+
.E_l48ei06 {
|
|
3664
|
+
@at-root {
|
|
3665
|
+
button#{&}.ant-btn,
|
|
3666
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
3667
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
3668
|
+
font-size: 12px;
|
|
3669
|
+
line-height: 18px;
|
|
3670
|
+
height: 18px;
|
|
3671
|
+
}
|
|
3672
|
+
button#{&} {
|
|
3673
|
+
color: #0080FF;
|
|
3674
|
+
height: unset;
|
|
3675
|
+
.button-prefix-icon {
|
|
3676
|
+
margin-right: 4px;
|
|
3677
|
+
}
|
|
3678
|
+
.button-suffix-icon {
|
|
3679
|
+
margin-left: 4px;
|
|
3680
|
+
}
|
|
3605
3681
|
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
border-radius: 4px;
|
|
3611
|
-
}
|
|
3612
|
-
}
|
|
3682
|
+
&:hover,
|
|
3683
|
+
&.__pseudo-states-hover {
|
|
3684
|
+
color: #009DFF;
|
|
3685
|
+
}
|
|
3613
3686
|
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3687
|
+
&:active,
|
|
3688
|
+
&.__pseudo-states-active {
|
|
3689
|
+
color: #005ED1;
|
|
3690
|
+
}
|
|
3691
|
+
&.ui-kit-link-disabled {
|
|
3692
|
+
color: #0080FF;
|
|
3693
|
+
}
|
|
3694
|
+
&.ui-kit-link-primary {
|
|
3695
|
+
color: #00122E;
|
|
3620
3696
|
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
// on animate remove hover bg color
|
|
3631
|
-
&.antd5-segmented
|
|
3632
|
-
.antd5-segmented-thumb
|
|
3633
|
-
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3634
|
-
.antd5-segmented-item-disabled
|
|
3635
|
-
) {
|
|
3636
|
-
background-color: transparent;
|
|
3637
|
-
}
|
|
3638
|
-
// remove after's bg color
|
|
3639
|
-
&.antd5-segmented
|
|
3640
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3641
|
-
.antd5-segmented-item-disabled
|
|
3642
|
-
)::after {
|
|
3643
|
-
background-color: transparent;
|
|
3644
|
-
}
|
|
3645
|
-
}
|
|
3697
|
+
&:hover,
|
|
3698
|
+
&.__pseudo-states-hover {
|
|
3699
|
+
color: #0080FF;
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
&:active,
|
|
3703
|
+
&.__pseudo-states-active {
|
|
3704
|
+
color: #005ED1;
|
|
3705
|
+
}
|
|
3646
3706
|
|
|
3707
|
+
&.ui-kit-link-disabled {
|
|
3708
|
+
color: #00122E;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3647
3711
|
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3651
|
-
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3652
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3653
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3654
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3655
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3656
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3657
|
-
}
|
|
3712
|
+
&.ui-kit-link-secondary {
|
|
3713
|
+
color: #2C3852BF;
|
|
3658
3714
|
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
cursor: pointer;
|
|
3715
|
+
&:hover,
|
|
3716
|
+
&.__pseudo-states-hover {
|
|
3717
|
+
color: #0080FF;
|
|
3718
|
+
}
|
|
3664
3719
|
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3720
|
+
&:active,
|
|
3721
|
+
&.__pseudo-states-active {
|
|
3722
|
+
color: #005ED1;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
&.ui-kit-link-disabled {
|
|
3726
|
+
color: #2C3852BF;
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3670
3729
|
}
|
|
3671
3730
|
}
|
|
3672
3731
|
}
|
|
3673
3732
|
|
|
3674
3733
|
|
|
3675
|
-
.E_ckui4s7 {
|
|
3676
|
-
color: $text-primary-light;
|
|
3677
|
-
line-height: 22px;
|
|
3678
|
-
display: inline-flex;
|
|
3679
|
-
.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; } } }
|
|
3680
|
-
}
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
3734
|
.E_sddwhm6 {
|
|
3684
3735
|
$prefix: ui-kit-status-capsule;
|
|
3685
3736
|
margin: 0;
|
|
@@ -3764,975 +3815,867 @@
|
|
|
3764
3815
|
}
|
|
3765
3816
|
|
|
3766
3817
|
|
|
3767
|
-
.
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
button#{&}.ant-btn.ant-btn-sm,
|
|
3771
|
-
button#{&}.ant-btn.ant-btn-lg {
|
|
3772
|
-
font-size: 12px;
|
|
3773
|
-
line-height: 18px;
|
|
3774
|
-
height: 18px;
|
|
3775
|
-
}
|
|
3776
|
-
button#{&} {
|
|
3777
|
-
color: #0080FF;
|
|
3778
|
-
height: unset;
|
|
3779
|
-
.button-prefix-icon {
|
|
3780
|
-
margin-right: 4px;
|
|
3781
|
-
}
|
|
3782
|
-
.button-suffix-icon {
|
|
3783
|
-
margin-left: 4px;
|
|
3784
|
-
}
|
|
3785
|
-
|
|
3786
|
-
&:hover,
|
|
3787
|
-
&.__pseudo-states-hover {
|
|
3788
|
-
color: #009DFF;
|
|
3789
|
-
}
|
|
3790
|
-
|
|
3791
|
-
&:active,
|
|
3792
|
-
&.__pseudo-states-active {
|
|
3793
|
-
color: #005ED1;
|
|
3794
|
-
}
|
|
3795
|
-
&.ui-kit-link-disabled {
|
|
3796
|
-
color: #0080FF;
|
|
3797
|
-
}
|
|
3798
|
-
&.ui-kit-link-primary {
|
|
3799
|
-
color: #00122E;
|
|
3800
|
-
|
|
3801
|
-
&:hover,
|
|
3802
|
-
&.__pseudo-states-hover {
|
|
3803
|
-
color: #0080FF;
|
|
3804
|
-
}
|
|
3805
|
-
|
|
3806
|
-
&:active,
|
|
3807
|
-
&.__pseudo-states-active {
|
|
3808
|
-
color: #005ED1;
|
|
3809
|
-
}
|
|
3810
|
-
|
|
3811
|
-
&.ui-kit-link-disabled {
|
|
3812
|
-
color: #00122E;
|
|
3813
|
-
}
|
|
3814
|
-
}
|
|
3815
|
-
|
|
3816
|
-
&.ui-kit-link-secondary {
|
|
3817
|
-
color: #2C3852BF;
|
|
3818
|
+
.E_tc97u5y {
|
|
3819
|
+
height: 100%;
|
|
3820
|
+
}
|
|
3818
3821
|
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3822
|
+
.E_efzf37v {
|
|
3823
|
+
.ant-table-content,
|
|
3824
|
+
.ant-table-body {
|
|
3825
|
+
overflow: visible !important;
|
|
3826
|
+
height: 100%;
|
|
3827
|
+
}
|
|
3823
3828
|
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
}
|
|
3829
|
+
.ant-table-tbody .ant-table-placeholder td {
|
|
3830
|
+
height: 100%;
|
|
3831
|
+
}
|
|
3828
3832
|
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
+
table {
|
|
3834
|
+
width: 100% !important;
|
|
3835
|
+
height: 100%;
|
|
3836
|
+
.ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3837
|
+
padding: 15px 0;
|
|
3833
3838
|
}
|
|
3834
3839
|
}
|
|
3835
|
-
}
|
|
3836
3840
|
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3841
|
+
table thead.ant-table-thead {
|
|
3842
|
+
display: none;
|
|
3843
|
+
}
|
|
3840
3844
|
}
|
|
3841
3845
|
|
|
3846
|
+
.E_t1fisho6 {
|
|
3847
|
+
height: 100%;
|
|
3842
3848
|
|
|
3843
|
-
.
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
justify-content: space-between;
|
|
3848
|
-
align-items: center;
|
|
3849
|
-
|
|
3850
|
-
&.has-arrow {
|
|
3851
|
-
padding-left: 10px;
|
|
3849
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
3850
|
+
padding-top: 6px;
|
|
3851
|
+
padding-bottom: 6px;
|
|
3852
|
+
}
|
|
3852
3853
|
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3854
|
+
.active-row td:nth-child(1) {
|
|
3855
|
+
font-weight: 700;
|
|
3856
|
+
}
|
|
3857
|
+
&.has-selection .active-row td:nth-child(2) {
|
|
3858
|
+
font-weight: 700;
|
|
3859
|
+
}
|
|
3856
3860
|
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
font-weight: 600;
|
|
3861
|
+
.ant-spin-nested-loading {
|
|
3862
|
+
height: 100%;
|
|
3860
3863
|
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3864
|
+
.ant-spin-container {
|
|
3865
|
+
height: 100%;
|
|
3866
|
+
overflow: visible;
|
|
3867
|
+
}
|
|
3868
|
+
.ant-spin {
|
|
3869
|
+
max-height: none;
|
|
3865
3870
|
}
|
|
3866
3871
|
}
|
|
3867
3872
|
|
|
3868
|
-
.
|
|
3869
|
-
|
|
3870
|
-
line-height: 18px;
|
|
3873
|
+
td.ant-table-column-sort {
|
|
3874
|
+
background: transparent;
|
|
3871
3875
|
}
|
|
3872
3876
|
|
|
3873
|
-
.
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3877
|
+
td.ant-table-cell-fix-left,
|
|
3878
|
+
td.ant-table-cell-fix-right {
|
|
3879
|
+
background: #fff;
|
|
3880
|
+
padding: 0 !important;
|
|
3881
|
+
.ant-table-cell-content {
|
|
3882
|
+
display: flex;
|
|
3883
|
+
align-items: center;
|
|
3884
|
+
height: 100%;
|
|
3885
|
+
padding: 8px;
|
|
3886
|
+
> span {
|
|
3887
|
+
overflow: hidden;
|
|
3888
|
+
text-overflow: ellipsis;
|
|
3889
|
+
width: 100%;
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3882
3892
|
}
|
|
3883
3893
|
|
|
3884
|
-
.
|
|
3885
|
-
|
|
3886
|
-
|
|
3894
|
+
.ant-table-container {
|
|
3895
|
+
height: 100%;
|
|
3896
|
+
&::before,
|
|
3897
|
+
&::after {
|
|
3898
|
+
box-shadow: none !important;
|
|
3899
|
+
}
|
|
3887
3900
|
}
|
|
3888
|
-
}
|
|
3889
3901
|
|
|
3902
|
+
div.ant-table {
|
|
3903
|
+
$columnAlignRightPaddingRight: 25px;
|
|
3904
|
+
border-radius: 0px;
|
|
3905
|
+
border-left: none;
|
|
3906
|
+
border-right: none;
|
|
3907
|
+
border-bottom: none;
|
|
3908
|
+
height: 100%;
|
|
3909
|
+
font-size: 12px;
|
|
3910
|
+
background: transparent;
|
|
3890
3911
|
|
|
3891
|
-
.
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
}
|
|
3897
|
-
|
|
3898
|
-
.E_p1cmxsf7 {
|
|
3899
|
-
display: flex;
|
|
3900
|
-
flex-direction: column;
|
|
3901
|
-
justify-content: center;
|
|
3902
|
-
row-gap: var(--p1cmxsf7-0);
|
|
3912
|
+
.ant-table-header {
|
|
3913
|
+
position: relative;
|
|
3914
|
+
z-index: $table-header-index;
|
|
3915
|
+
border-bottom: 1px solid $strokes-light-trans-2;
|
|
3916
|
+
margin-bottom: -1px;
|
|
3917
|
+
}
|
|
3903
3918
|
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3919
|
+
.time-wrapper .date,
|
|
3920
|
+
.value {
|
|
3921
|
+
color: $text-primary-light;
|
|
3922
|
+
}
|
|
3910
3923
|
|
|
3924
|
+
.time-wrapper .time,
|
|
3925
|
+
.unit {
|
|
3926
|
+
color: $text-secondary-light;
|
|
3927
|
+
}
|
|
3911
3928
|
|
|
3912
|
-
.
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
.#{$item} {
|
|
3916
|
-
&-tail,
|
|
3917
|
-
&-icon {
|
|
3918
|
-
display: none !important;
|
|
3929
|
+
.ant-table-selection {
|
|
3930
|
+
position: unset;
|
|
3931
|
+
text-align: center;
|
|
3919
3932
|
}
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
.step-item-prefix-container {
|
|
3924
|
-
color: $text-colorful-outstanding;
|
|
3933
|
+
|
|
3934
|
+
.ant-table-tbody > tr.ant-table-row-selected td {
|
|
3935
|
+
background: $white;
|
|
3925
3936
|
}
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3937
|
+
|
|
3938
|
+
.anticon-setting {
|
|
3939
|
+
cursor: pointer;
|
|
3940
|
+
position: absolute;
|
|
3941
|
+
top: 50%;
|
|
3942
|
+
right: 12px;
|
|
3943
|
+
transform: translateY(-50%);
|
|
3929
3944
|
}
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3945
|
+
|
|
3946
|
+
&.ant-table-ping-left {
|
|
3947
|
+
.ant-table-cell-fix-left-last::after {
|
|
3948
|
+
box-shadow: none;
|
|
3949
|
+
width: 1px;
|
|
3950
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3951
|
+
}
|
|
3935
3952
|
}
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3953
|
+
|
|
3954
|
+
&.ant-table-ping-right {
|
|
3955
|
+
.ant-table-cell-fix-right-first::after {
|
|
3956
|
+
box-shadow: none;
|
|
3957
|
+
width: 1px;
|
|
3958
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3959
|
+
}
|
|
3940
3960
|
}
|
|
3941
|
-
}
|
|
3942
|
-
.step-item-text {
|
|
3943
|
-
display: inline-block;
|
|
3944
|
-
}
|
|
3945
|
-
.step-item-title {
|
|
3946
|
-
overflow: hidden;
|
|
3947
|
-
white-space: nowrap;
|
|
3948
|
-
text-overflow: ellipsis;
|
|
3949
|
-
}
|
|
3950
|
-
}
|
|
3951
3961
|
|
|
3952
|
-
.
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
.#{$item}-disabled {
|
|
3967
|
-
cursor: not-allowed !important;
|
|
3968
|
-
}
|
|
3969
|
-
.ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3970
|
-
flex-direction: row;
|
|
3971
|
-
justify-content: stretch;
|
|
3972
|
-
.#{$item} {
|
|
3973
|
-
padding: 0;
|
|
3974
|
-
margin-right: 4px;
|
|
3975
|
-
flex: 1;
|
|
3976
|
-
overflow: visible;
|
|
3977
|
-
.#{$item}-content {
|
|
3978
|
-
width: 100%;
|
|
3979
|
-
min-height: unset;
|
|
3980
|
-
.#{$item}-title {
|
|
3981
|
-
height: 26px;
|
|
3982
|
-
line-height: 26px;
|
|
3983
|
-
width: 100%;
|
|
3984
|
-
padding: 0;
|
|
3985
|
-
font-size: 12px;
|
|
3986
|
-
.step-count {
|
|
3987
|
-
margin-right: 10px;
|
|
3962
|
+
.ant-table-tbody {
|
|
3963
|
+
position: relative;
|
|
3964
|
+
.ant-table-row {
|
|
3965
|
+
td {
|
|
3966
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
3967
|
+
border-bottom: 1px solid white;
|
|
3968
|
+
height: 40px;
|
|
3969
|
+
vertical-align: middle;
|
|
3970
|
+
transition: background 0ms;
|
|
3971
|
+
color: $gray-120;
|
|
3972
|
+
|
|
3973
|
+
&.header-hover {
|
|
3974
|
+
background: $fills-light-opaque-1;
|
|
3975
|
+
border-bottom-color: $fills-light-opaque-1;
|
|
3988
3976
|
}
|
|
3989
|
-
|
|
3990
|
-
|
|
3977
|
+
|
|
3978
|
+
.ant-btn.ant-btn-link {
|
|
3979
|
+
height: auto;
|
|
3980
|
+
color: $gray-120;
|
|
3981
|
+
font-size: 12px;
|
|
3982
|
+
text-align: left;
|
|
3983
|
+
transition: none;
|
|
3984
|
+
overflow: hidden;
|
|
3985
|
+
text-overflow: ellipsis;
|
|
3986
|
+
white-space: nowrap;
|
|
3987
|
+
|
|
3988
|
+
&:hover {
|
|
3989
|
+
color: $blue;
|
|
3990
|
+
}
|
|
3991
|
+
|
|
3992
|
+
> span {
|
|
3993
|
+
overflow: hidden;
|
|
3994
|
+
text-overflow: ellipsis;
|
|
3995
|
+
width: 100%;
|
|
3996
|
+
vertical-align: middle;
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
|
|
4000
|
+
&.cell_status {
|
|
4001
|
+
line-height: 0px;
|
|
4002
|
+
}
|
|
4003
|
+
&.align-right {
|
|
4004
|
+
padding-right: $columnAlignRightPaddingRight;
|
|
3991
4005
|
}
|
|
3992
4006
|
}
|
|
3993
|
-
}
|
|
3994
|
-
&:first-child {
|
|
3995
|
-
.#{$item}-container {
|
|
3996
|
-
padding-left: 8px;
|
|
3997
|
-
padding-right: 4px;
|
|
3998
|
-
border-radius: 4px 0 0 4px;
|
|
3999
|
-
}
|
|
4000
|
-
}
|
|
4001
|
-
&:last-child {
|
|
4002
|
-
margin-right: 0;
|
|
4003
|
-
.#{$item}-container {
|
|
4004
|
-
padding-right: 8px;
|
|
4005
|
-
padding-left: 12px;
|
|
4006
|
-
border-radius: 0 4px 4px 0;
|
|
4007
|
-
}
|
|
4008
|
-
}
|
|
4009
|
-
&:not(&:last-child) {
|
|
4010
|
-
&::after {
|
|
4011
|
-
@include rightTriangle();
|
|
4012
|
-
z-index: 2;
|
|
4013
|
-
position: relative;
|
|
4014
|
-
top: -50%;
|
|
4015
|
-
right: -100%;
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
|
-
&:not(:first-child):not(:last-child) {
|
|
4019
|
-
.#{$item}-container {
|
|
4020
|
-
padding: 0 4px 0 12px;
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
&:not(&:first-child) {
|
|
4024
|
-
&::before {
|
|
4025
|
-
@include rightTriangle(#fff);
|
|
4026
|
-
left: 0;
|
|
4027
|
-
}
|
|
4028
|
-
}
|
|
4029
|
-
}
|
|
4030
|
-
.#{$item}-active {
|
|
4031
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
4032
|
-
.#{$item}-container {
|
|
4033
|
-
background-color: $fills-light-general-general-light;
|
|
4034
|
-
}
|
|
4035
|
-
&::after {
|
|
4036
|
-
border-left-color: $fills-light-general-general-light !important;
|
|
4037
|
-
}
|
|
4038
|
-
}
|
|
4039
|
-
.#{$item}-finish {
|
|
4040
|
-
cursor: pointer;
|
|
4041
|
-
min-width: var(--item-min-width);
|
|
4042
|
-
}
|
|
4043
|
-
.#{$item}-wait,
|
|
4044
|
-
.#{$item}-finish {
|
|
4045
|
-
min-width: var(--item-min-width);
|
|
4046
|
-
.#{$item}-container {
|
|
4047
|
-
background-color: $fills-light-trans-1;
|
|
4048
|
-
}
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
|
|
4052
|
-
.ant-steps-vertical
|
|
4053
|
-
)
|
|
4054
|
-
.#{$item} {
|
|
4055
|
-
padding: 0;
|
|
4056
|
-
}
|
|
4057
|
-
}
|
|
4058
4007
|
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4008
|
+
&:hover {
|
|
4009
|
+
& + tr td {
|
|
4010
|
+
border-top-color: transparent;
|
|
4011
|
+
}
|
|
4012
|
+
td {
|
|
4013
|
+
background: $fills-trans-secondary-light;
|
|
4014
|
+
border-color: transparent transparent white;
|
|
4064
4015
|
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4016
|
+
&:first-child {
|
|
4017
|
+
border-radius: 8px 0 0 8px;
|
|
4018
|
+
.ant-table-cell-content {
|
|
4019
|
+
border-radius: 8px 0 0 8px;
|
|
4020
|
+
}
|
|
4021
|
+
&::before {
|
|
4022
|
+
content: "";
|
|
4023
|
+
width: 4px;
|
|
4024
|
+
top: -1px;
|
|
4025
|
+
bottom: -1px;
|
|
4026
|
+
background: white;
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
&:last-child {
|
|
4030
|
+
border-radius: 0 8px 8px 0;
|
|
4031
|
+
}
|
|
4032
|
+
&:last-child.cell__action_ {
|
|
4033
|
+
border-radius: 0;
|
|
4034
|
+
background: white;
|
|
4035
|
+
border-top: none;
|
|
4036
|
+
|
|
4037
|
+
> * {
|
|
4038
|
+
border-top: 1px solid transparent;
|
|
4039
|
+
border-radius: 0 8px 8px 0;
|
|
4040
|
+
background: $fills-trans-secondary-light;
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
&.ant-table-cell-fix-right {
|
|
4044
|
+
background: white;
|
|
4045
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4046
|
+
.ant-table-cell-content {
|
|
4047
|
+
display: flex;
|
|
4048
|
+
align-items: center;
|
|
4049
|
+
height: 100%;
|
|
4050
|
+
background: $fills-trans-secondary-light;
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
&.ant-table-cell-fix-left {
|
|
4055
|
+
background: white;
|
|
4056
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4057
|
+
.ant-table-cell-content {
|
|
4058
|
+
display: flex;
|
|
4059
|
+
align-items: center;
|
|
4060
|
+
height: 100%;
|
|
4061
|
+
background: $fills-trans-secondary-light;
|
|
4062
|
+
}
|
|
4063
|
+
}
|
|
4064
|
+
}
|
|
4091
4065
|
}
|
|
4092
|
-
}
|
|
4093
|
-
}
|
|
4094
|
-
.#{$item}-active {
|
|
4095
|
-
.ant-steps-item-container {
|
|
4096
|
-
background: rgba($blue-60, 0.1);
|
|
4097
|
-
}
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
}
|
|
4101
4066
|
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
align-items: center;
|
|
4106
|
-
justify-content: center;
|
|
4107
|
-
column-gap: 4px;
|
|
4108
|
-
.step-item-prefix-container {
|
|
4109
|
-
display: inline-flex;
|
|
4110
|
-
align-items: center;
|
|
4111
|
-
width: 18px;
|
|
4112
|
-
height: 18px;
|
|
4113
|
-
color: $gray-a75-8;
|
|
4114
|
-
justify-content: center;
|
|
4115
|
-
}
|
|
4116
|
-
}
|
|
4067
|
+
&:last-child td {
|
|
4068
|
+
border-bottom: 1px solid $strokes-light-trans-2;
|
|
4069
|
+
}
|
|
4117
4070
|
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
align-items: center;
|
|
4122
|
-
justify-content: center;
|
|
4123
|
-
column-gap: 6px;
|
|
4124
|
-
font-size: 13px;
|
|
4125
|
-
.step-item-prefix-container {
|
|
4126
|
-
display: inline-flex;
|
|
4127
|
-
align-items: center;
|
|
4128
|
-
min-width: 20px;
|
|
4129
|
-
min-height: 20px;
|
|
4130
|
-
color: $gray-a75-8;
|
|
4131
|
-
justify-content: center;
|
|
4132
|
-
}
|
|
4133
|
-
}
|
|
4071
|
+
&.active-row {
|
|
4072
|
+
box-shadow: inset 0px 0px 0 2px $blue-a10;
|
|
4073
|
+
border-radius: 8px;
|
|
4134
4074
|
|
|
4075
|
+
& + tr td {
|
|
4076
|
+
border-top-color: white;
|
|
4077
|
+
}
|
|
4078
|
+
td {
|
|
4079
|
+
background: $blue-a10;
|
|
4080
|
+
border-bottom-color: transparent;
|
|
4081
|
+
border-top-color: transparent;
|
|
4135
4082
|
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
}
|
|
4083
|
+
&:first-child {
|
|
4084
|
+
border-radius: 8px 0 0 8px;
|
|
4085
|
+
}
|
|
4086
|
+
&:last-child {
|
|
4087
|
+
border-radius: 0 8px 8px 0;
|
|
4088
|
+
}
|
|
4089
|
+
&:hover {
|
|
4090
|
+
background: $blue-a10;
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
}
|
|
4094
|
+
}
|
|
4095
|
+
}
|
|
4145
4096
|
|
|
4146
|
-
.
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4097
|
+
.ant-table-thead {
|
|
4098
|
+
> tr > th {
|
|
4099
|
+
background: $white;
|
|
4100
|
+
font-weight: 400;
|
|
4101
|
+
position: relative;
|
|
4102
|
+
border-bottom: none;
|
|
4103
|
+
color: $gray-120;
|
|
4104
|
+
transition: none;
|
|
4105
|
+
padding: 14px 8px 14px 8px;
|
|
4106
|
+
line-height: 20px;
|
|
4152
4107
|
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4108
|
+
&:not(:last-child):after {
|
|
4109
|
+
content: "";
|
|
4110
|
+
width: 1px;
|
|
4111
|
+
top: 0;
|
|
4112
|
+
bottom: 0;
|
|
4113
|
+
background: $strokes-light-trans-2;
|
|
4114
|
+
position: absolute;
|
|
4115
|
+
right: 0;
|
|
4116
|
+
}
|
|
4157
4117
|
|
|
4158
|
-
|
|
4159
|
-
|
|
4118
|
+
&.is-blank {
|
|
4119
|
+
padding: unset;
|
|
4160
4120
|
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
left: 40.8px;
|
|
4166
|
-
top: 8.4px;
|
|
4121
|
+
&:after {
|
|
4122
|
+
display: none;
|
|
4123
|
+
}
|
|
4124
|
+
}
|
|
4167
4125
|
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4126
|
+
&.ant-table-cell-ellipsis.ant-table-column-has-sorters
|
|
4127
|
+
.ant-table-column-sorters {
|
|
4128
|
+
width: 100%;
|
|
4129
|
+
overflow: hidden;
|
|
4130
|
+
white-space: nowrap;
|
|
4131
|
+
text-overflow: ellipsis;
|
|
4132
|
+
> span {
|
|
4133
|
+
overflow: hidden;
|
|
4134
|
+
text-overflow: ellipsis;
|
|
4135
|
+
flex: 1;
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4172
4138
|
|
|
4173
|
-
|
|
4174
|
-
|
|
4139
|
+
&.ant-table-column-has-sorters {
|
|
4140
|
+
padding: 15px $columnAlignRightPaddingRight 15px 8px;
|
|
4175
4141
|
|
|
4176
|
-
.
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4142
|
+
.ant-table-column-sorters {
|
|
4143
|
+
padding: 0;
|
|
4144
|
+
.order-icon {
|
|
4145
|
+
position: absolute;
|
|
4146
|
+
right: 6px;
|
|
4147
|
+
top: 50%;
|
|
4148
|
+
transform: translateY(-50%);
|
|
4149
|
+
height: 16px;
|
|
4150
|
+
display: none;
|
|
4151
|
+
transition: transform 320ms ease;
|
|
4182
4152
|
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4153
|
+
&.descend {
|
|
4154
|
+
display: block;
|
|
4155
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
4156
|
+
}
|
|
4157
|
+
&.ascend {
|
|
4158
|
+
display: block;
|
|
4159
|
+
}
|
|
4160
|
+
}
|
|
4161
|
+
}
|
|
4162
|
+
.ant-table-column-sorter {
|
|
4163
|
+
display: none;
|
|
4164
|
+
}
|
|
4165
|
+
}
|
|
4187
4166
|
|
|
4188
|
-
|
|
4189
|
-
|
|
4167
|
+
&:active {
|
|
4168
|
+
.ant-table-column-sorters .order-icon {
|
|
4169
|
+
&.descend {
|
|
4170
|
+
transform: translateY(-50%);
|
|
4171
|
+
}
|
|
4172
|
+
&.ascend {
|
|
4173
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4190
4177
|
|
|
4178
|
+
&:hover:not(.is-blank) {
|
|
4179
|
+
background: $fills-light-opaque-1;
|
|
4180
|
+
.ant-table-column-sorters .order-icon {
|
|
4181
|
+
display: block;
|
|
4182
|
+
}
|
|
4183
|
+
}
|
|
4184
|
+
&.align-right {
|
|
4185
|
+
padding-right: $columnAlignRightPaddingRight;
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4191
4189
|
|
|
4192
|
-
.
|
|
4193
|
-
|
|
4194
|
-
}
|
|
4190
|
+
.ant-table-selection-column {
|
|
4191
|
+
padding: 0 !important;
|
|
4195
4192
|
|
|
4196
|
-
.
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4193
|
+
.ant-checkbox-wrapper {
|
|
4194
|
+
position: absolute;
|
|
4195
|
+
left: 50%;
|
|
4196
|
+
top: 50%;
|
|
4197
|
+
transform: translate(-50%, -50%);
|
|
4198
|
+
}
|
|
4199
|
+
&:after {
|
|
4200
|
+
display: none;
|
|
4201
|
+
}
|
|
4202
|
+
}
|
|
4202
4203
|
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4204
|
+
.ant-table-hide-scrollbar {
|
|
4205
|
+
background: $white;
|
|
4206
|
+
}
|
|
4207
|
+
.ant-table-placeholder {
|
|
4208
|
+
background: inherit;
|
|
4206
4209
|
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4210
|
+
td {
|
|
4211
|
+
position: static;
|
|
4212
|
+
border: none;
|
|
4213
|
+
background: inherit !important;
|
|
4214
|
+
height: 100px;
|
|
4215
|
+
vertical-align: middle;
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
.table-default-empty,
|
|
4219
|
+
.ant-table-expanded-row-fixed {
|
|
4220
|
+
font-weight: bold;
|
|
4221
|
+
font-size: 20px;
|
|
4222
|
+
color: $text-terdiary-light;
|
|
4223
|
+
}
|
|
4212
4224
|
}
|
|
4213
|
-
|
|
4225
|
+
th.ant-table-cell-scrollbar,
|
|
4226
|
+
th.cell__action_ {
|
|
4227
|
+
z-index: 10;
|
|
4228
|
+
}
|
|
4229
|
+
td.cell__action_ {
|
|
4230
|
+
padding: 0 !important;
|
|
4231
|
+
position: relative;
|
|
4232
|
+
background: $white;
|
|
4233
|
+
> * {
|
|
4234
|
+
height: 100%;
|
|
4235
|
+
display: flex;
|
|
4236
|
+
align-items: center;
|
|
4237
|
+
justify-content: flex-end;
|
|
4238
|
+
padding-right: 8px;
|
|
4239
|
+
}
|
|
4240
|
+
.menu-button {
|
|
4241
|
+
width: 24px;
|
|
4242
|
+
height: 24px;
|
|
4243
|
+
cursor: pointer;
|
|
4244
|
+
justify-content: center;
|
|
4245
|
+
border-radius: 4px;
|
|
4214
4246
|
|
|
4215
|
-
|
|
4216
|
-
|
|
4247
|
+
&:hover {
|
|
4248
|
+
background: $white;
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4217
4252
|
}
|
|
4218
4253
|
}
|
|
4219
4254
|
|
|
4220
|
-
.E_t1fisho6 {
|
|
4221
|
-
height: 100%;
|
|
4222
4255
|
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
}
|
|
4256
|
+
.E_c1yd35n {
|
|
4257
|
+
padding: 0 12px 14px 12px;
|
|
4258
|
+
}
|
|
4227
4259
|
|
|
4228
|
-
.active-row td:nth-child(1) {
|
|
4229
|
-
font-weight: 700;
|
|
4230
|
-
}
|
|
4231
|
-
&.has-selection .active-row td:nth-child(2) {
|
|
4232
|
-
font-weight: 700;
|
|
4233
|
-
}
|
|
4234
4260
|
|
|
4235
|
-
|
|
4236
|
-
|
|
4261
|
+
.E_c1kghdax {
|
|
4262
|
+
color: $text-primary-light;
|
|
4263
|
+
padding: 7px 12px;
|
|
4264
|
+
display: flex;
|
|
4265
|
+
justify-content: space-between;
|
|
4266
|
+
align-items: center;
|
|
4237
4267
|
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
overflow: visible;
|
|
4241
|
-
}
|
|
4242
|
-
.ant-spin {
|
|
4243
|
-
max-height: none;
|
|
4244
|
-
}
|
|
4245
|
-
}
|
|
4268
|
+
&.has-arrow {
|
|
4269
|
+
padding-left: 10px;
|
|
4246
4270
|
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4271
|
+
.title-wrapper {
|
|
4272
|
+
cursor: pointer;
|
|
4273
|
+
color: $text-light-primary;
|
|
4250
4274
|
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
height: 100%;
|
|
4259
|
-
padding: 8px;
|
|
4260
|
-
> span {
|
|
4261
|
-
overflow: hidden;
|
|
4262
|
-
text-overflow: ellipsis;
|
|
4263
|
-
width: 100%;
|
|
4275
|
+
&.is-open {
|
|
4276
|
+
color: $text-primary-light;
|
|
4277
|
+
font-weight: 600;
|
|
4278
|
+
|
|
4279
|
+
.collapse-arrow {
|
|
4280
|
+
transform: rotate(90deg);
|
|
4281
|
+
}
|
|
4264
4282
|
}
|
|
4265
4283
|
}
|
|
4266
4284
|
}
|
|
4267
4285
|
|
|
4268
|
-
.
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
&::after {
|
|
4272
|
-
box-shadow: none !important;
|
|
4273
|
-
}
|
|
4286
|
+
.sub-info {
|
|
4287
|
+
font-size: 12px;
|
|
4288
|
+
line-height: 18px;
|
|
4274
4289
|
}
|
|
4275
4290
|
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
border-bottom: none;
|
|
4282
|
-
height: 100%;
|
|
4291
|
+
.title-wrapper {
|
|
4292
|
+
display: flex;
|
|
4293
|
+
align-items: center;
|
|
4294
|
+
user-select: none;
|
|
4295
|
+
flex-grow: 1;
|
|
4283
4296
|
font-size: 12px;
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
z-index: $table-header-index;
|
|
4289
|
-
border-bottom: 1px solid $strokes-light-trans-2;
|
|
4290
|
-
margin-bottom: -1px;
|
|
4291
|
-
}
|
|
4297
|
+
line-height: 18px;
|
|
4298
|
+
color: $text-primary-light;
|
|
4299
|
+
font-weight: 700;
|
|
4300
|
+
}
|
|
4292
4301
|
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4302
|
+
.collapse-arrow {
|
|
4303
|
+
transition: all 50ms ease-out 0ms;
|
|
4304
|
+
margin-right: 2px;
|
|
4305
|
+
}
|
|
4306
|
+
}
|
|
4297
4307
|
|
|
4298
|
-
.time-wrapper .time,
|
|
4299
|
-
.unit {
|
|
4300
|
-
color: $text-secondary-light;
|
|
4301
|
-
}
|
|
4302
4308
|
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4309
|
+
.E_ckui4s7 {
|
|
4310
|
+
color: $text-primary-light;
|
|
4311
|
+
line-height: 22px;
|
|
4312
|
+
display: inline-flex;
|
|
4313
|
+
.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; } } }
|
|
4314
|
+
}
|
|
4307
4315
|
|
|
4308
|
-
.ant-table-tbody > tr.ant-table-row-selected td {
|
|
4309
|
-
background: $white;
|
|
4310
|
-
}
|
|
4311
4316
|
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4317
|
+
.E_b14q2gmw {
|
|
4318
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
4319
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
4320
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
4321
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
4322
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
4323
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
4324
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
4325
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4326
|
+
}
|
|
4319
4327
|
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
}
|
|
4326
|
-
}
|
|
4328
|
+
.E_c1eym6el {
|
|
4329
|
+
border-radius: 8px;
|
|
4330
|
+
background-color: white;
|
|
4331
|
+
&.hoverable {
|
|
4332
|
+
cursor: pointer;
|
|
4327
4333
|
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
}
|
|
4334
|
+
&:hover {
|
|
4335
|
+
transition: all 200ms ease;
|
|
4336
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
4337
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
4338
|
+
transform: translateY(-4px);
|
|
4334
4339
|
}
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
4335
4342
|
|
|
4336
|
-
.ant-table-tbody {
|
|
4337
|
-
position: relative;
|
|
4338
|
-
.ant-table-row {
|
|
4339
|
-
td {
|
|
4340
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
4341
|
-
border-bottom: 1px solid white;
|
|
4342
|
-
height: 40px;
|
|
4343
|
-
vertical-align: middle;
|
|
4344
|
-
transition: background 0ms;
|
|
4345
|
-
color: $gray-120;
|
|
4346
|
-
|
|
4347
|
-
&.header-hover {
|
|
4348
|
-
background: $fills-light-opaque-1;
|
|
4349
|
-
border-bottom-color: $fills-light-opaque-1;
|
|
4350
|
-
}
|
|
4351
|
-
|
|
4352
|
-
.ant-btn.ant-btn-link {
|
|
4353
|
-
height: auto;
|
|
4354
|
-
color: $gray-120;
|
|
4355
|
-
font-size: 12px;
|
|
4356
|
-
text-align: left;
|
|
4357
|
-
transition: none;
|
|
4358
|
-
overflow: hidden;
|
|
4359
|
-
text-overflow: ellipsis;
|
|
4360
|
-
white-space: nowrap;
|
|
4361
|
-
|
|
4362
|
-
&:hover {
|
|
4363
|
-
color: $blue;
|
|
4364
|
-
}
|
|
4365
|
-
|
|
4366
|
-
> span {
|
|
4367
|
-
overflow: hidden;
|
|
4368
|
-
text-overflow: ellipsis;
|
|
4369
|
-
width: 100%;
|
|
4370
|
-
vertical-align: middle;
|
|
4371
|
-
}
|
|
4372
|
-
}
|
|
4373
4343
|
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
}
|
|
4344
|
+
.E_r77hffu {
|
|
4345
|
+
display: flex;
|
|
4346
|
+
align-items: center;
|
|
4347
|
+
justify-content: space-between;
|
|
4348
|
+
column-gap: 6px;
|
|
4349
|
+
}
|
|
4381
4350
|
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
background: $fills-trans-secondary-light;
|
|
4388
|
-
border-color: transparent transparent white;
|
|
4351
|
+
.E_p1cmxsf7 {
|
|
4352
|
+
display: flex;
|
|
4353
|
+
flex-direction: column;
|
|
4354
|
+
justify-content: center;
|
|
4355
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4389
4356
|
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
content: "";
|
|
4397
|
-
width: 4px;
|
|
4398
|
-
top: -1px;
|
|
4399
|
-
bottom: -1px;
|
|
4400
|
-
background: white;
|
|
4401
|
-
}
|
|
4402
|
-
}
|
|
4403
|
-
&:last-child {
|
|
4404
|
-
border-radius: 0 8px 8px 0;
|
|
4405
|
-
}
|
|
4406
|
-
&:last-child.cell__action_ {
|
|
4407
|
-
border-radius: 0;
|
|
4408
|
-
background: white;
|
|
4409
|
-
border-top: none;
|
|
4357
|
+
.antd5-progress-line {
|
|
4358
|
+
font-size: 0;
|
|
4359
|
+
margin-bottom: unset;
|
|
4360
|
+
margin-inline-end: unset;
|
|
4361
|
+
}
|
|
4362
|
+
}
|
|
4410
4363
|
|
|
4411
|
-
> * {
|
|
4412
|
-
border-top: 1px solid transparent;
|
|
4413
|
-
border-radius: 0 8px 8px 0;
|
|
4414
|
-
background: $fills-trans-secondary-light;
|
|
4415
|
-
}
|
|
4416
|
-
}
|
|
4417
|
-
&.ant-table-cell-fix-right {
|
|
4418
|
-
background: white;
|
|
4419
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4420
|
-
.ant-table-cell-content {
|
|
4421
|
-
display: flex;
|
|
4422
|
-
align-items: center;
|
|
4423
|
-
height: 100%;
|
|
4424
|
-
background: $fills-trans-secondary-light;
|
|
4425
|
-
}
|
|
4426
|
-
}
|
|
4427
4364
|
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
}
|
|
4438
|
-
}
|
|
4439
|
-
}
|
|
4365
|
+
.E_lht19u8 {
|
|
4366
|
+
width: 64px;
|
|
4367
|
+
height: 64px;
|
|
4368
|
+
display: flex;
|
|
4369
|
+
align-items: center;
|
|
4370
|
+
justify-content: center;
|
|
4371
|
+
position: relative;
|
|
4372
|
+
opacity: 0.2;
|
|
4373
|
+
}
|
|
4440
4374
|
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4375
|
+
.E_lk3gkp4 {
|
|
4376
|
+
position: absolute;
|
|
4377
|
+
width: 5px;
|
|
4378
|
+
height: 48px;
|
|
4379
|
+
left: 9.33px;
|
|
4380
|
+
top: 40.5px;
|
|
4444
4381
|
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4382
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4383
|
+
border-radius: 5px;
|
|
4384
|
+
transform: rotate(-128deg);
|
|
4385
|
+
transform-origin: top left;
|
|
4448
4386
|
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
}
|
|
4452
|
-
td {
|
|
4453
|
-
background: $blue-a10;
|
|
4454
|
-
border-bottom-color: transparent;
|
|
4455
|
-
border-top-color: transparent;
|
|
4387
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4388
|
+
}
|
|
4456
4389
|
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
&:hover {
|
|
4464
|
-
background: $blue-a10;
|
|
4465
|
-
}
|
|
4466
|
-
}
|
|
4467
|
-
}
|
|
4468
|
-
}
|
|
4469
|
-
}
|
|
4390
|
+
.E_ll4n94n {
|
|
4391
|
+
position: absolute;
|
|
4392
|
+
width: 5px;
|
|
4393
|
+
height: 48px;
|
|
4394
|
+
left: 40.8px;
|
|
4395
|
+
top: 8.4px;
|
|
4470
4396
|
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
position: relative;
|
|
4476
|
-
border-bottom: none;
|
|
4477
|
-
color: $gray-120;
|
|
4478
|
-
transition: none;
|
|
4479
|
-
padding: 14px 8px 14px 8px;
|
|
4480
|
-
line-height: 20px;
|
|
4397
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4398
|
+
border-radius: 5px;
|
|
4399
|
+
transform: rotate(-8deg);
|
|
4400
|
+
transform-origin: top left;
|
|
4481
4401
|
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
width: 1px;
|
|
4485
|
-
top: 0;
|
|
4486
|
-
bottom: 0;
|
|
4487
|
-
background: $strokes-light-trans-2;
|
|
4488
|
-
position: absolute;
|
|
4489
|
-
right: 0;
|
|
4490
|
-
}
|
|
4402
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4403
|
+
}
|
|
4491
4404
|
|
|
4492
|
-
|
|
4493
|
-
|
|
4405
|
+
.E_l17lbdo6 {
|
|
4406
|
+
position: absolute;
|
|
4407
|
+
width: 5px;
|
|
4408
|
+
height: 48px;
|
|
4409
|
+
left: 52.9px;
|
|
4410
|
+
top: 51.8px;
|
|
4494
4411
|
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4412
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4413
|
+
border-radius: 5px;
|
|
4414
|
+
transform: rotate(112deg);
|
|
4415
|
+
transform-origin: top left;
|
|
4499
4416
|
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
width: 100%;
|
|
4503
|
-
overflow: hidden;
|
|
4504
|
-
white-space: nowrap;
|
|
4505
|
-
text-overflow: ellipsis;
|
|
4506
|
-
> span {
|
|
4507
|
-
overflow: hidden;
|
|
4508
|
-
text-overflow: ellipsis;
|
|
4509
|
-
flex: 1;
|
|
4510
|
-
}
|
|
4511
|
-
}
|
|
4417
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4418
|
+
}
|
|
4512
4419
|
|
|
4513
|
-
&.ant-table-column-has-sorters {
|
|
4514
|
-
padding: 15px $columnAlignRightPaddingRight 15px 8px;
|
|
4515
4420
|
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4421
|
+
.E_sjob3jg {
|
|
4422
|
+
$item: ant-steps-item;
|
|
4423
|
+
--item-min-width: 60px;
|
|
4424
|
+
.#{$item} {
|
|
4425
|
+
&-tail,
|
|
4426
|
+
&-icon {
|
|
4427
|
+
display: none !important;
|
|
4428
|
+
}
|
|
4429
|
+
}
|
|
4430
|
+
.#{$item}.#{$item}-active {
|
|
4431
|
+
flex-shrink: 0 !important;
|
|
4432
|
+
.step-item-prefix-container {
|
|
4433
|
+
color: $text-colorful-outstanding;
|
|
4434
|
+
}
|
|
4435
|
+
.#{$item}-container .#{$item}-content .#{$item}-title {
|
|
4436
|
+
color: $text-colorful-outstanding;
|
|
4437
|
+
font-weight: normal;
|
|
4438
|
+
}
|
|
4439
|
+
}
|
|
4440
|
+
.#{$item}.#{$item}-finish {
|
|
4441
|
+
.#{$item}-container .#{$item}-content .#{$item}-title,
|
|
4442
|
+
& .#{$item}-container:hover .#{$item}-content .#{$item}-title {
|
|
4443
|
+
color: $text-neutral-tertiary;
|
|
4444
|
+
}
|
|
4445
|
+
}
|
|
4446
|
+
.#{$item}.#{$item}-wait {
|
|
4447
|
+
.#{$item}-container .#{$item}-content .#{$item}-title {
|
|
4448
|
+
color: $text-neutral-primary;
|
|
4449
|
+
}
|
|
4450
|
+
}
|
|
4451
|
+
.step-item-text {
|
|
4452
|
+
display: inline-block;
|
|
4453
|
+
}
|
|
4454
|
+
.step-item-title {
|
|
4455
|
+
overflow: hidden;
|
|
4456
|
+
white-space: nowrap;
|
|
4457
|
+
text-overflow: ellipsis;
|
|
4458
|
+
}
|
|
4459
|
+
}
|
|
4526
4460
|
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4461
|
+
.E_hjvj6s6 {
|
|
4462
|
+
$item: ant-steps-item;
|
|
4463
|
+
@mixin rightTriangle($color: $fills-light-trans-1) {
|
|
4464
|
+
content: "";
|
|
4465
|
+
width: 0;
|
|
4466
|
+
height: 0;
|
|
4467
|
+
border: 13px solid transparent;
|
|
4468
|
+
position: absolute;
|
|
4469
|
+
top: 0;
|
|
4470
|
+
border-left: 8px solid $color;
|
|
4471
|
+
}
|
|
4472
|
+
.#{$item}-container {
|
|
4473
|
+
min-width: var(--item-min-width);
|
|
4474
|
+
}
|
|
4475
|
+
.#{$item}-disabled {
|
|
4476
|
+
cursor: not-allowed !important;
|
|
4477
|
+
}
|
|
4478
|
+
.ant-steps-horizontal.ant-steps-label-horizontal {
|
|
4479
|
+
flex-direction: row;
|
|
4480
|
+
justify-content: stretch;
|
|
4481
|
+
.#{$item} {
|
|
4482
|
+
padding: 0;
|
|
4483
|
+
margin-right: 4px;
|
|
4484
|
+
flex: 1;
|
|
4485
|
+
overflow: visible;
|
|
4486
|
+
.#{$item}-content {
|
|
4487
|
+
width: 100%;
|
|
4488
|
+
min-height: unset;
|
|
4489
|
+
.#{$item}-title {
|
|
4490
|
+
height: 26px;
|
|
4491
|
+
line-height: 26px;
|
|
4492
|
+
width: 100%;
|
|
4493
|
+
padding: 0;
|
|
4494
|
+
font-size: 12px;
|
|
4495
|
+
.step-count {
|
|
4496
|
+
margin-right: 10px;
|
|
4535
4497
|
}
|
|
4536
|
-
|
|
4498
|
+
&::after {
|
|
4537
4499
|
display: none;
|
|
4538
4500
|
}
|
|
4539
4501
|
}
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
&.ascend {
|
|
4547
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
4548
|
-
}
|
|
4549
|
-
}
|
|
4502
|
+
}
|
|
4503
|
+
&:first-child {
|
|
4504
|
+
.#{$item}-container {
|
|
4505
|
+
padding-left: 8px;
|
|
4506
|
+
padding-right: 4px;
|
|
4507
|
+
border-radius: 4px 0 0 4px;
|
|
4550
4508
|
}
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4509
|
+
}
|
|
4510
|
+
&:last-child {
|
|
4511
|
+
margin-right: 0;
|
|
4512
|
+
.#{$item}-container {
|
|
4513
|
+
padding-right: 8px;
|
|
4514
|
+
padding-left: 12px;
|
|
4515
|
+
border-radius: 0 4px 4px 0;
|
|
4557
4516
|
}
|
|
4558
|
-
|
|
4559
|
-
|
|
4517
|
+
}
|
|
4518
|
+
&:not(&:last-child) {
|
|
4519
|
+
&::after {
|
|
4520
|
+
@include rightTriangle();
|
|
4521
|
+
z-index: 2;
|
|
4522
|
+
position: relative;
|
|
4523
|
+
top: -50%;
|
|
4524
|
+
right: -100%;
|
|
4560
4525
|
}
|
|
4561
4526
|
}
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
.ant-checkbox-wrapper {
|
|
4568
|
-
position: absolute;
|
|
4569
|
-
left: 50%;
|
|
4570
|
-
top: 50%;
|
|
4571
|
-
transform: translate(-50%, -50%);
|
|
4527
|
+
&:not(:first-child):not(:last-child) {
|
|
4528
|
+
.#{$item}-container {
|
|
4529
|
+
padding: 0 4px 0 12px;
|
|
4530
|
+
}
|
|
4572
4531
|
}
|
|
4573
|
-
&:
|
|
4574
|
-
|
|
4532
|
+
&:not(&:first-child) {
|
|
4533
|
+
&::before {
|
|
4534
|
+
@include rightTriangle(#fff);
|
|
4535
|
+
left: 0;
|
|
4536
|
+
}
|
|
4575
4537
|
}
|
|
4576
4538
|
}
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
.ant-table-placeholder {
|
|
4582
|
-
background: inherit;
|
|
4583
|
-
|
|
4584
|
-
td {
|
|
4585
|
-
position: static;
|
|
4586
|
-
border: none;
|
|
4587
|
-
background: inherit !important;
|
|
4588
|
-
height: 100px;
|
|
4589
|
-
vertical-align: middle;
|
|
4539
|
+
.#{$item}-active {
|
|
4540
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
4541
|
+
.#{$item}-container {
|
|
4542
|
+
background-color: $fills-light-general-general-light;
|
|
4590
4543
|
}
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
.ant-table-expanded-row-fixed {
|
|
4594
|
-
font-weight: bold;
|
|
4595
|
-
font-size: 20px;
|
|
4596
|
-
color: $text-terdiary-light;
|
|
4544
|
+
&::after {
|
|
4545
|
+
border-left-color: $fills-light-general-general-light !important;
|
|
4597
4546
|
}
|
|
4598
4547
|
}
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4548
|
+
.#{$item}-finish {
|
|
4549
|
+
cursor: pointer;
|
|
4550
|
+
min-width: var(--item-min-width);
|
|
4602
4551
|
}
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
height: 100%;
|
|
4609
|
-
display: flex;
|
|
4610
|
-
align-items: center;
|
|
4611
|
-
justify-content: flex-end;
|
|
4612
|
-
padding-right: 8px;
|
|
4613
|
-
}
|
|
4614
|
-
.menu-button {
|
|
4615
|
-
width: 24px;
|
|
4616
|
-
height: 24px;
|
|
4617
|
-
cursor: pointer;
|
|
4618
|
-
justify-content: center;
|
|
4619
|
-
border-radius: 4px;
|
|
4620
|
-
|
|
4621
|
-
&:hover {
|
|
4622
|
-
background: $white;
|
|
4623
|
-
}
|
|
4552
|
+
.#{$item}-wait,
|
|
4553
|
+
.#{$item}-finish {
|
|
4554
|
+
min-width: var(--item-min-width);
|
|
4555
|
+
.#{$item}-container {
|
|
4556
|
+
background-color: $fills-light-trans-1;
|
|
4624
4557
|
}
|
|
4625
4558
|
}
|
|
4626
4559
|
}
|
|
4560
|
+
.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
|
|
4561
|
+
.ant-steps-vertical
|
|
4562
|
+
)
|
|
4563
|
+
.#{$item} {
|
|
4564
|
+
padding: 0;
|
|
4565
|
+
}
|
|
4627
4566
|
}
|
|
4628
4567
|
|
|
4568
|
+
.E_v4tv3mf {
|
|
4569
|
+
$item: ant-steps-item;
|
|
4570
|
+
.ant-steps.ant-steps-vertical {
|
|
4571
|
+
width: 192px;
|
|
4572
|
+
row-gap: 2px;
|
|
4629
4573
|
|
|
4630
|
-
.
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
border-radius: 20px;
|
|
4634
|
-
padding: 2px 10px;
|
|
4635
|
-
height: 22px;
|
|
4636
|
-
display: flex;
|
|
4637
|
-
align-items: center;
|
|
4638
|
-
|
|
4639
|
-
&.ui-kit-status-legend.on-tint {
|
|
4640
|
-
color: $text-neutral-ontint;
|
|
4641
|
-
}
|
|
4642
|
-
&.tag-hover {
|
|
4643
|
-
cursor: pointer;
|
|
4644
|
-
}
|
|
4645
|
-
|
|
4646
|
-
&.#{$prefix} {
|
|
4647
|
-
color: $text-neutral-primary;
|
|
4648
|
-
.#{$prefix}-icon {
|
|
4649
|
-
margin-right: 6px;
|
|
4650
|
-
}
|
|
4651
|
-
.#{$prefix}-number {
|
|
4652
|
-
margin-left: 8px;
|
|
4653
|
-
color: #2C385299;
|
|
4654
|
-
&.#{$prefix}-number.on-tint {
|
|
4655
|
-
color: $text-neutral-ontint;
|
|
4656
|
-
}
|
|
4657
|
-
}
|
|
4658
|
-
&.eagle-legend-blue {
|
|
4659
|
-
.#{$prefix}-icon {
|
|
4660
|
-
background-color: $fill-outstanding-base;
|
|
4661
|
-
}
|
|
4662
|
-
}
|
|
4663
|
-
&.eagle-legend-red {
|
|
4664
|
-
.#{$prefix}-icon {
|
|
4665
|
-
background-color: $fill-serious-base;
|
|
4574
|
+
.preview-mode:not(.#{$item}-active) .#{$item}-container {
|
|
4575
|
+
&:hover {
|
|
4576
|
+
background-color: $fill-neutral-trans-2;
|
|
4666
4577
|
}
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
.#{$prefix}-icon {
|
|
4670
|
-
background-color: $fill-notice-base;
|
|
4578
|
+
.#{$item}-title {
|
|
4579
|
+
color: $text-neutral-primary !important;
|
|
4671
4580
|
}
|
|
4672
4581
|
}
|
|
4673
|
-
|
|
4674
|
-
.#{$
|
|
4675
|
-
|
|
4676
|
-
}
|
|
4582
|
+
.#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
|
|
4583
|
+
.#{$item}-container:hover {
|
|
4584
|
+
background-color: $fill-neutral-trans-2;
|
|
4677
4585
|
}
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4586
|
+
.#{$item}-container {
|
|
4587
|
+
padding: 0 8px;
|
|
4588
|
+
border-radius: 4px;
|
|
4589
|
+
height: 32px;
|
|
4590
|
+
display: flex;
|
|
4591
|
+
align-items: center;
|
|
4592
|
+
.#{$item}-content {
|
|
4593
|
+
min-height: auto;
|
|
4594
|
+
white-space: nowrap;
|
|
4595
|
+
& .ant-steps-item-title {
|
|
4596
|
+
font-size: 13px;
|
|
4597
|
+
line-height: 20px;
|
|
4598
|
+
max-width: 100%;
|
|
4599
|
+
padding-right: 0;
|
|
4600
|
+
}
|
|
4681
4601
|
}
|
|
4682
4602
|
}
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
background
|
|
4603
|
+
.#{$item}-active {
|
|
4604
|
+
.ant-steps-item-container {
|
|
4605
|
+
background: rgba($blue-60, 0.1);
|
|
4686
4606
|
}
|
|
4687
4607
|
}
|
|
4688
4608
|
}
|
|
4689
4609
|
}
|
|
4690
4610
|
|
|
4691
|
-
.
|
|
4692
|
-
width:
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4611
|
+
.E_h6l1tj4 {
|
|
4612
|
+
width: 100%;
|
|
4613
|
+
display: inline-flex;
|
|
4614
|
+
align-items: center;
|
|
4615
|
+
justify-content: center;
|
|
4616
|
+
column-gap: 4px;
|
|
4617
|
+
.step-item-prefix-container {
|
|
4618
|
+
display: inline-flex;
|
|
4619
|
+
align-items: center;
|
|
4620
|
+
width: 18px;
|
|
4621
|
+
height: 18px;
|
|
4622
|
+
color: $gray-a75-8;
|
|
4623
|
+
justify-content: center;
|
|
4624
|
+
}
|
|
4703
4625
|
}
|
|
4704
4626
|
|
|
4705
|
-
.
|
|
4706
|
-
|
|
4707
|
-
|
|
4627
|
+
.E_v18frne8 {
|
|
4628
|
+
width: 100%;
|
|
4629
|
+
display: flex;
|
|
4630
|
+
align-items: center;
|
|
4631
|
+
justify-content: center;
|
|
4632
|
+
column-gap: 6px;
|
|
4633
|
+
font-size: 13px;
|
|
4634
|
+
.step-item-prefix-container {
|
|
4635
|
+
display: inline-flex;
|
|
4636
|
+
align-items: center;
|
|
4637
|
+
min-width: 20px;
|
|
4638
|
+
min-height: 20px;
|
|
4639
|
+
color: $gray-a75-8;
|
|
4640
|
+
justify-content: center;
|
|
4641
|
+
}
|
|
4642
|
+
}
|
|
4708
4643
|
|
|
4709
|
-
.E_c1x5l5qc {
|
|
4710
|
-
flex: 1;
|
|
4711
|
-
}
|
|
4712
4644
|
|
|
4645
|
+
.E_t13ef470 {
|
|
4646
|
+
height: 100%;
|
|
4647
|
+
.table-loading-item {
|
|
4648
|
+
padding: 12px 4px;
|
|
4649
|
+
border-bottom: 1px solid rgba($gray-50, 0.18);
|
|
4650
|
+
display: flex;
|
|
4713
4651
|
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4652
|
+
> * {
|
|
4653
|
+
height: 16px;
|
|
4654
|
+
margin: 4px;
|
|
4655
|
+
background: rgba($gray-50, 0.18);
|
|
4656
|
+
border-radius: 2px;
|
|
4657
|
+
}
|
|
4658
|
+
.checkbox-loading {
|
|
4659
|
+
width: 16px;
|
|
4660
|
+
}
|
|
4661
|
+
.td-loading {
|
|
4662
|
+
flex: 1;
|
|
4663
|
+
}
|
|
4719
4664
|
}
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4665
|
+
|
|
4666
|
+
:nth-child(1) {
|
|
4667
|
+
padding: 8px 4px;
|
|
4668
|
+
> * {
|
|
4669
|
+
background: rgba($gray-70, 0.18);
|
|
4670
|
+
}
|
|
4723
4671
|
}
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4672
|
+
:nth-child(1) {
|
|
4673
|
+
> * {
|
|
4674
|
+
background: rgba($gray-60, 0.18);
|
|
4675
|
+
}
|
|
4727
4676
|
}
|
|
4728
4677
|
}
|
|
4729
4678
|
|
|
4730
|
-
.E_a1ji6r68 {
|
|
4731
|
-
display: flex;
|
|
4732
|
-
align-items: center;
|
|
4733
|
-
column-gap: var(--a1ji6r68-0);
|
|
4734
|
-
}
|
|
4735
|
-
|
|
4736
4679
|
|
|
4737
4680
|
.E_w7ob4th {
|
|
4738
4681
|
&.outside-tag {
|
|
@@ -4746,12 +4689,6 @@
|
|
|
4746
4689
|
}
|
|
4747
4690
|
|
|
4748
4691
|
|
|
4749
|
-
.E_i1g85yz3 {
|
|
4750
|
-
margin-right: 4px;
|
|
4751
|
-
height: 16px;
|
|
4752
|
-
}
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
4692
|
.E_slr2ynn {
|
|
4756
4693
|
padding: 0 8px;
|
|
4757
4694
|
height: 18px;
|
|
@@ -4784,186 +4721,89 @@
|
|
|
4784
4721
|
}
|
|
4785
4722
|
|
|
4786
4723
|
|
|
4787
|
-
.
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4724
|
+
.E_l1ucdodl {
|
|
4725
|
+
$prefix: ui-kit-status-legend;
|
|
4726
|
+
margin: 0;
|
|
4727
|
+
border-radius: 20px;
|
|
4728
|
+
padding: 2px 10px;
|
|
4729
|
+
height: 22px;
|
|
4791
4730
|
display: flex;
|
|
4792
4731
|
align-items: center;
|
|
4793
|
-
justify-content: center;
|
|
4794
|
-
flex-direction: column;
|
|
4795
|
-
height: 100%;
|
|
4796
4732
|
|
|
4797
|
-
.
|
|
4798
|
-
color: $text-
|
|
4733
|
+
&.ui-kit-status-legend.on-tint {
|
|
4734
|
+
color: $text-neutral-ontint;
|
|
4735
|
+
}
|
|
4736
|
+
&.tag-hover {
|
|
4799
4737
|
cursor: pointer;
|
|
4800
4738
|
}
|
|
4801
|
-
}
|
|
4802
|
-
|
|
4803
|
-
.E_mp64wfi {
|
|
4804
|
-
width: 100%;
|
|
4805
|
-
height: 100%;
|
|
4806
|
-
display: flex;
|
|
4807
|
-
flex-direction: column;
|
|
4808
|
-
|
|
4809
|
-
.name-toolbar {
|
|
4810
|
-
width: 100%;
|
|
4811
|
-
display: flex;
|
|
4812
|
-
line-height: 30px;
|
|
4813
|
-
padding: 0 16px;
|
|
4814
|
-
justify-content: space-between;
|
|
4815
|
-
.metric-extra {
|
|
4816
|
-
display: flex;
|
|
4817
|
-
font-size: 12px;
|
|
4818
|
-
align-items: center;
|
|
4819
4739
|
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4740
|
+
&.#{$prefix} {
|
|
4741
|
+
color: $text-neutral-primary;
|
|
4742
|
+
.#{$prefix}-icon {
|
|
4743
|
+
margin-right: 6px;
|
|
4744
|
+
}
|
|
4745
|
+
.#{$prefix}-number {
|
|
4746
|
+
margin-left: 8px;
|
|
4747
|
+
color: #2C385299;
|
|
4748
|
+
&.#{$prefix}-number.on-tint {
|
|
4749
|
+
color: $text-neutral-ontint;
|
|
4825
4750
|
}
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4751
|
+
}
|
|
4752
|
+
&.eagle-legend-blue {
|
|
4753
|
+
.#{$prefix}-icon {
|
|
4754
|
+
background-color: $fill-outstanding-base;
|
|
4830
4755
|
}
|
|
4831
4756
|
}
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
width: 100%;
|
|
4837
|
-
display: flex;
|
|
4838
|
-
justify-content: center;
|
|
4839
|
-
align-items: center;
|
|
4840
|
-
}
|
|
4841
|
-
.single-content {
|
|
4842
|
-
height: 65px;
|
|
4843
|
-
}
|
|
4844
|
-
}
|
|
4845
|
-
|
|
4846
|
-
.E_l1oyigan {
|
|
4847
|
-
display: flex;
|
|
4848
|
-
align-items: center;
|
|
4849
|
-
white-space: nowrap;
|
|
4850
|
-
overflow: hidden;
|
|
4851
|
-
width: 100%;
|
|
4852
|
-
|
|
4853
|
-
.ant-dropdown-trigger {
|
|
4854
|
-
margin-left: auto;
|
|
4855
|
-
font-size: 12px;
|
|
4856
|
-
}
|
|
4857
|
-
}
|
|
4858
|
-
|
|
4859
|
-
.E_l1noi4n1 {
|
|
4860
|
-
display: flex;
|
|
4861
|
-
justify-content: flex-start;
|
|
4862
|
-
align-items: center;
|
|
4863
|
-
font-size: 12px;
|
|
4864
|
-
cursor: pointer;
|
|
4865
|
-
|
|
4866
|
-
&:not(:last-child) {
|
|
4867
|
-
margin-right: 20px;
|
|
4868
|
-
}
|
|
4869
|
-
&.deselected {
|
|
4870
|
-
opacity: 0.4;
|
|
4871
|
-
|
|
4872
|
-
.color-block {
|
|
4873
|
-
background: #b4beca !important;
|
|
4757
|
+
&.eagle-legend-red {
|
|
4758
|
+
.#{$prefix}-icon {
|
|
4759
|
+
background-color: $fill-serious-base;
|
|
4760
|
+
}
|
|
4874
4761
|
}
|
|
4875
|
-
|
|
4876
|
-
}
|
|
4877
|
-
|
|
4878
|
-
.E_cz19rz6 {
|
|
4879
|
-
display: inline-block;
|
|
4880
|
-
height: 8px;
|
|
4881
|
-
width: 8px;
|
|
4882
|
-
margin-right: 8px;
|
|
4883
|
-
}
|
|
4884
|
-
|
|
4885
|
-
.E_e17r5r9c {
|
|
4886
|
-
.ant-dropdown-menu-item {
|
|
4887
|
-
display: flex;
|
|
4888
|
-
align-items: center;
|
|
4889
|
-
font-size: 12px;
|
|
4890
|
-
margin: 0;
|
|
4891
|
-
}
|
|
4892
|
-
}
|
|
4893
|
-
|
|
4894
|
-
.E_m1y1hhnr {
|
|
4895
|
-
position: relative;
|
|
4896
|
-
|
|
4897
|
-
&.hidden-xaxis .pointer-wrapper {
|
|
4898
|
-
bottom: -12px;
|
|
4899
|
-
}
|
|
4900
|
-
|
|
4901
|
-
.metric-toolbar {
|
|
4902
|
-
display: flex;
|
|
4903
|
-
justify-content: space-between;
|
|
4904
|
-
line-height: 30px;
|
|
4905
|
-
margin: 0 16px;
|
|
4906
|
-
|
|
4907
|
-
.metric-extra {
|
|
4908
|
-
display: flex;
|
|
4909
|
-
font-size: 12px;
|
|
4910
|
-
align-items: center;
|
|
4911
|
-
|
|
4912
|
-
.info-item {
|
|
4913
|
-
color: $gray-60;
|
|
4762
|
+
&.eagle-legend-yellow {
|
|
4763
|
+
.#{$prefix}-icon {
|
|
4764
|
+
background-color: $fill-notice-base;
|
|
4914
4765
|
}
|
|
4915
|
-
|
|
4916
|
-
|
|
4766
|
+
}
|
|
4767
|
+
&.eagle-legend-green {
|
|
4768
|
+
.#{$prefix}-icon {
|
|
4769
|
+
background-color: $fill-positive-base;
|
|
4917
4770
|
}
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4771
|
+
}
|
|
4772
|
+
&.eagle-legend-gray {
|
|
4773
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4774
|
+
background-color: $gray-70;
|
|
4775
|
+
}
|
|
4776
|
+
}
|
|
4777
|
+
&.eagle-legend-purple {
|
|
4778
|
+
.#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4779
|
+
background-color: $purple-50;
|
|
4922
4780
|
}
|
|
4923
4781
|
}
|
|
4924
|
-
}
|
|
4925
|
-
|
|
4926
|
-
.recharts-xAxis {
|
|
4927
|
-
font-size: 12px;
|
|
4928
|
-
}
|
|
4929
|
-
|
|
4930
|
-
.pointer-wrapper {
|
|
4931
|
-
position: absolute;
|
|
4932
|
-
bottom: 10px;
|
|
4933
|
-
padding: 0 8px;
|
|
4934
|
-
border-radius: 4px;
|
|
4935
|
-
font-size: 12px;
|
|
4936
|
-
color: $white;
|
|
4937
|
-
background: rgba(0, 0, 0, 0.75);
|
|
4938
|
-
transform: translateX(-50%);
|
|
4939
4782
|
}
|
|
4940
4783
|
}
|
|
4941
4784
|
|
|
4942
|
-
.
|
|
4943
|
-
|
|
4785
|
+
.E_s1qj66nc {
|
|
4786
|
+
width: 8px;
|
|
4787
|
+
height: 8px;
|
|
4788
|
+
border-radius: 50%;
|
|
4789
|
+
display: inline-block;
|
|
4944
4790
|
}
|
|
4945
4791
|
|
|
4946
|
-
.
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
color: #b4beca;
|
|
4952
|
-
font-size: 12px;
|
|
4953
|
-
padding: 3px 6px;
|
|
4954
|
-
|
|
4955
|
-
&:first-child {
|
|
4956
|
-
padding-top: 3px;
|
|
4957
|
-
}
|
|
4958
|
-
&:last-child {
|
|
4959
|
-
padding-bottom: 3px;
|
|
4960
|
-
}
|
|
4961
|
-
.column-value {
|
|
4962
|
-
color: $white;
|
|
4963
|
-
margin-left: 8px;
|
|
4964
|
-
}
|
|
4792
|
+
.E_s5x1boq {
|
|
4793
|
+
width: 8px;
|
|
4794
|
+
height: 8px;
|
|
4795
|
+
border-radius: 2px;
|
|
4796
|
+
display: inline-block;
|
|
4965
4797
|
}
|
|
4966
4798
|
|
|
4799
|
+
.E_c1xm185 {
|
|
4800
|
+
color: #2C385299;
|
|
4801
|
+
}
|
|
4802
|
+
|
|
4803
|
+
.E_c1x5l5qc {
|
|
4804
|
+
flex: 1;
|
|
4805
|
+
}
|
|
4806
|
+
|
|
4967
4807
|
|
|
4968
4808
|
.E_t1dtlqs1 {
|
|
4969
4809
|
margin-bottom: 4px;
|
|
@@ -5124,63 +4964,273 @@
|
|
|
5124
4964
|
.ant-list-item-action {
|
|
5125
4965
|
margin: 0;
|
|
5126
4966
|
}
|
|
5127
|
-
.eagle-table-form-cell {
|
|
5128
|
-
.ant-input,
|
|
5129
|
-
.ant-select-selector {
|
|
5130
|
-
border-radius: 5px;
|
|
5131
|
-
font-size: 12px;
|
|
5132
|
-
}
|
|
5133
|
-
.ant-input-affix-wrapper {
|
|
5134
|
-
font-size: inherit;
|
|
5135
|
-
}
|
|
4967
|
+
.eagle-table-form-cell {
|
|
4968
|
+
.ant-input,
|
|
4969
|
+
.ant-select-selector {
|
|
4970
|
+
border-radius: 5px;
|
|
4971
|
+
font-size: 12px;
|
|
4972
|
+
}
|
|
4973
|
+
.ant-input-affix-wrapper {
|
|
4974
|
+
font-size: inherit;
|
|
4975
|
+
}
|
|
4976
|
+
|
|
4977
|
+
.ant-form-item-control-input {
|
|
4978
|
+
min-height: 24px;
|
|
4979
|
+
font-size: 12px;
|
|
4980
|
+
position: relative;
|
|
4981
|
+
}
|
|
4982
|
+
}
|
|
4983
|
+
}
|
|
4984
|
+
}
|
|
4985
|
+
&.row-split-by-border {
|
|
4986
|
+
.eagle-table-form-row {
|
|
4987
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4988
|
+
}
|
|
4989
|
+
}
|
|
4990
|
+
&.row-split-by-zebraMarking {
|
|
4991
|
+
.draggable-container {
|
|
4992
|
+
& > :nth-child(2n) {
|
|
4993
|
+
background-color: $fills-trans-primary-light;
|
|
4994
|
+
}
|
|
4995
|
+
}
|
|
4996
|
+
}
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
.E_a138syjm {
|
|
5000
|
+
display: flex;
|
|
5001
|
+
align-items: center;
|
|
5002
|
+
margin-top: 8px;
|
|
5003
|
+
button.ant-btn {
|
|
5004
|
+
padding: 2px 8px;
|
|
5005
|
+
height: 24px;
|
|
5006
|
+
}
|
|
5007
|
+
& > span.maximum-desc {
|
|
5008
|
+
display: none;
|
|
5009
|
+
margin-left: 8px;
|
|
5010
|
+
color: $text-secondary-light;
|
|
5011
|
+
&.disabled {
|
|
5012
|
+
display: inline;
|
|
5013
|
+
}
|
|
5014
|
+
}
|
|
5015
|
+
}
|
|
5016
|
+
|
|
5017
|
+
.E_d77i8u0 {
|
|
5018
|
+
width: 24px;
|
|
5019
|
+
height: 24px;
|
|
5020
|
+
padding: 4px;
|
|
5021
|
+
margin-right: 8px;
|
|
5022
|
+
}
|
|
5023
|
+
|
|
5024
|
+
|
|
5025
|
+
.E_i1g85yz3 {
|
|
5026
|
+
margin-right: 4px;
|
|
5027
|
+
height: 16px;
|
|
5028
|
+
}
|
|
5029
|
+
|
|
5030
|
+
|
|
5031
|
+
.E_t1gvlxt5 {
|
|
5032
|
+
min-width: 0;
|
|
5033
|
+
flex: 1;
|
|
5034
|
+
.tag {
|
|
5035
|
+
flex: 0 0 auto;
|
|
5036
|
+
}
|
|
5037
|
+
.progress-title {
|
|
5038
|
+
flex: 2;
|
|
5039
|
+
max-width: fit-content;
|
|
5040
|
+
}
|
|
5041
|
+
.progress-desc {
|
|
5042
|
+
flex: 1;
|
|
5043
|
+
max-width: fit-content;
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
|
|
5047
|
+
.E_a1ji6r68 {
|
|
5048
|
+
display: flex;
|
|
5049
|
+
align-items: center;
|
|
5050
|
+
column-gap: var(--a1ji6r68-0);
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
|
|
5054
|
+
.E_msn7nxt {
|
|
5055
|
+
color: $text-light-secondary;
|
|
5056
|
+
text-align: center;
|
|
5057
|
+
|
|
5058
|
+
display: flex;
|
|
5059
|
+
align-items: center;
|
|
5060
|
+
justify-content: center;
|
|
5061
|
+
flex-direction: column;
|
|
5062
|
+
height: 100%;
|
|
5063
|
+
|
|
5064
|
+
.link {
|
|
5065
|
+
color: $text-light-general;
|
|
5066
|
+
cursor: pointer;
|
|
5067
|
+
}
|
|
5068
|
+
}
|
|
5069
|
+
|
|
5070
|
+
.E_mp64wfi {
|
|
5071
|
+
width: 100%;
|
|
5072
|
+
height: 100%;
|
|
5073
|
+
display: flex;
|
|
5074
|
+
flex-direction: column;
|
|
5075
|
+
|
|
5076
|
+
.name-toolbar {
|
|
5077
|
+
width: 100%;
|
|
5078
|
+
display: flex;
|
|
5079
|
+
line-height: 30px;
|
|
5080
|
+
padding: 0 16px;
|
|
5081
|
+
justify-content: space-between;
|
|
5082
|
+
.metric-extra {
|
|
5083
|
+
display: flex;
|
|
5084
|
+
font-size: 12px;
|
|
5085
|
+
align-items: center;
|
|
5086
|
+
|
|
5087
|
+
.info-item {
|
|
5088
|
+
color: $gray-60;
|
|
5089
|
+
}
|
|
5090
|
+
.info-item + .info-item {
|
|
5091
|
+
margin-left: 10px;
|
|
5092
|
+
}
|
|
5093
|
+
|
|
5094
|
+
.menu-trigger {
|
|
5095
|
+
margin-left: 10px;
|
|
5096
|
+
cursor: pointer;
|
|
5097
|
+
}
|
|
5098
|
+
}
|
|
5099
|
+
}
|
|
5100
|
+
|
|
5101
|
+
.content {
|
|
5102
|
+
flex: 1;
|
|
5103
|
+
width: 100%;
|
|
5104
|
+
display: flex;
|
|
5105
|
+
justify-content: center;
|
|
5106
|
+
align-items: center;
|
|
5107
|
+
}
|
|
5108
|
+
.single-content {
|
|
5109
|
+
height: 65px;
|
|
5110
|
+
}
|
|
5111
|
+
}
|
|
5112
|
+
|
|
5113
|
+
.E_l1oyigan {
|
|
5114
|
+
display: flex;
|
|
5115
|
+
align-items: center;
|
|
5116
|
+
white-space: nowrap;
|
|
5117
|
+
overflow: hidden;
|
|
5118
|
+
width: 100%;
|
|
5119
|
+
|
|
5120
|
+
.ant-dropdown-trigger {
|
|
5121
|
+
margin-left: auto;
|
|
5122
|
+
font-size: 12px;
|
|
5123
|
+
}
|
|
5124
|
+
}
|
|
5125
|
+
|
|
5126
|
+
.E_l1noi4n1 {
|
|
5127
|
+
display: flex;
|
|
5128
|
+
justify-content: flex-start;
|
|
5129
|
+
align-items: center;
|
|
5130
|
+
font-size: 12px;
|
|
5131
|
+
cursor: pointer;
|
|
5132
|
+
|
|
5133
|
+
&:not(:last-child) {
|
|
5134
|
+
margin-right: 20px;
|
|
5135
|
+
}
|
|
5136
|
+
&.deselected {
|
|
5137
|
+
opacity: 0.4;
|
|
5138
|
+
|
|
5139
|
+
.color-block {
|
|
5140
|
+
background: #b4beca !important;
|
|
5141
|
+
}
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
|
|
5145
|
+
.E_cz19rz6 {
|
|
5146
|
+
display: inline-block;
|
|
5147
|
+
height: 8px;
|
|
5148
|
+
width: 8px;
|
|
5149
|
+
margin-right: 8px;
|
|
5150
|
+
}
|
|
5151
|
+
|
|
5152
|
+
.E_e17r5r9c {
|
|
5153
|
+
.ant-dropdown-menu-item {
|
|
5154
|
+
display: flex;
|
|
5155
|
+
align-items: center;
|
|
5156
|
+
font-size: 12px;
|
|
5157
|
+
margin: 0;
|
|
5158
|
+
}
|
|
5159
|
+
}
|
|
5160
|
+
|
|
5161
|
+
.E_m1y1hhnr {
|
|
5162
|
+
position: relative;
|
|
5163
|
+
|
|
5164
|
+
&.hidden-xaxis .pointer-wrapper {
|
|
5165
|
+
bottom: -12px;
|
|
5166
|
+
}
|
|
5167
|
+
|
|
5168
|
+
.metric-toolbar {
|
|
5169
|
+
display: flex;
|
|
5170
|
+
justify-content: space-between;
|
|
5171
|
+
line-height: 30px;
|
|
5172
|
+
margin: 0 16px;
|
|
5173
|
+
|
|
5174
|
+
.metric-extra {
|
|
5175
|
+
display: flex;
|
|
5176
|
+
font-size: 12px;
|
|
5177
|
+
align-items: center;
|
|
5178
|
+
|
|
5179
|
+
.info-item {
|
|
5180
|
+
color: $gray-60;
|
|
5181
|
+
}
|
|
5182
|
+
.info-item + .info-item {
|
|
5183
|
+
margin-left: 10px;
|
|
5184
|
+
}
|
|
5136
5185
|
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
position: relative;
|
|
5141
|
-
}
|
|
5186
|
+
.menu-trigger {
|
|
5187
|
+
margin-left: 10px;
|
|
5188
|
+
cursor: pointer;
|
|
5142
5189
|
}
|
|
5143
5190
|
}
|
|
5144
5191
|
}
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
}
|
|
5192
|
+
|
|
5193
|
+
.recharts-xAxis {
|
|
5194
|
+
font-size: 12px;
|
|
5149
5195
|
}
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5196
|
+
|
|
5197
|
+
.pointer-wrapper {
|
|
5198
|
+
position: absolute;
|
|
5199
|
+
bottom: 10px;
|
|
5200
|
+
padding: 0 8px;
|
|
5201
|
+
border-radius: 4px;
|
|
5202
|
+
font-size: 12px;
|
|
5203
|
+
color: $white;
|
|
5204
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5205
|
+
transform: translateX(-50%);
|
|
5156
5206
|
}
|
|
5157
5207
|
}
|
|
5158
5208
|
|
|
5159
|
-
.
|
|
5209
|
+
.E_tnvijvs {
|
|
5210
|
+
min-width: 200px;
|
|
5211
|
+
}
|
|
5212
|
+
|
|
5213
|
+
.E_t1ub2aex {
|
|
5160
5214
|
display: flex;
|
|
5161
5215
|
align-items: center;
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5216
|
+
justify-content: space-between;
|
|
5217
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5218
|
+
color: #b4beca;
|
|
5219
|
+
font-size: 12px;
|
|
5220
|
+
padding: 3px 6px;
|
|
5221
|
+
|
|
5222
|
+
&:first-child {
|
|
5223
|
+
padding-top: 3px;
|
|
5166
5224
|
}
|
|
5167
|
-
|
|
5168
|
-
|
|
5225
|
+
&:last-child {
|
|
5226
|
+
padding-bottom: 3px;
|
|
5227
|
+
}
|
|
5228
|
+
.column-value {
|
|
5229
|
+
color: $white;
|
|
5169
5230
|
margin-left: 8px;
|
|
5170
|
-
color: $text-secondary-light;
|
|
5171
|
-
&.disabled {
|
|
5172
|
-
display: inline;
|
|
5173
|
-
}
|
|
5174
5231
|
}
|
|
5175
5232
|
}
|
|
5176
5233
|
|
|
5177
|
-
.E_d77i8u0 {
|
|
5178
|
-
width: 24px;
|
|
5179
|
-
height: 24px;
|
|
5180
|
-
padding: 4px;
|
|
5181
|
-
margin-right: 8px;
|
|
5182
|
-
}
|
|
5183
|
-
|
|
5184
5234
|
|
|
5185
5235
|
.E_m11nzl2x {
|
|
5186
5236
|
color: $text-light-secondary;
|
|
@@ -5398,29 +5448,250 @@
|
|
|
5398
5448
|
}
|
|
5399
5449
|
}
|
|
5400
5450
|
|
|
5401
|
-
.E_ljhvvia {
|
|
5402
|
-
display: inline-block;
|
|
5403
|
-
height: 8px;
|
|
5404
|
-
width: 8px;
|
|
5405
|
-
margin-right: 8px;
|
|
5406
|
-
border-radius: 2px;
|
|
5407
|
-
&.borderd {
|
|
5408
|
-
border: 1px solid $stroke-neutral-white;
|
|
5451
|
+
.E_ljhvvia {
|
|
5452
|
+
display: inline-block;
|
|
5453
|
+
height: 8px;
|
|
5454
|
+
width: 8px;
|
|
5455
|
+
margin-right: 8px;
|
|
5456
|
+
border-radius: 2px;
|
|
5457
|
+
&.borderd {
|
|
5458
|
+
border: 1px solid $stroke-neutral-white;
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
|
|
5462
|
+
|
|
5463
|
+
.E_bpgac8u {
|
|
5464
|
+
color: #FFFFFF;
|
|
5465
|
+
display: flex;
|
|
5466
|
+
gap: 8px;
|
|
5467
|
+
padding: 8px 0;
|
|
5468
|
+
display: flex;
|
|
5469
|
+
justify-content: center;
|
|
5470
|
+
white-space: pre-wrap;
|
|
5471
|
+
align-items: center;
|
|
5472
|
+
.dashed-btn {
|
|
5473
|
+
border-bottom: 1px solid white;
|
|
5474
|
+
cursor: pointer;
|
|
5475
|
+
}
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5478
|
+
.E_envn4g3 {
|
|
5479
|
+
background: #F0483E;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
.E_i12w18eu {
|
|
5483
|
+
background: #0080FF;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5486
|
+
.E_wujsnt4 {
|
|
5487
|
+
background-color: #E07F00;
|
|
5488
|
+
}
|
|
5489
|
+
|
|
5490
|
+
|
|
5491
|
+
.E_t59qhqp {
|
|
5492
|
+
padding: 0px;
|
|
5493
|
+
padding-top: 5px;
|
|
5494
|
+
padding-left: 5px;
|
|
5495
|
+
|
|
5496
|
+
.ant-timeline-item {
|
|
5497
|
+
margin-bottom: 16px;
|
|
5498
|
+
padding-bottom: 0px;
|
|
5499
|
+
}
|
|
5500
|
+
.ant-timeline-item-last,
|
|
5501
|
+
.compact.ant-timeline-item-last {
|
|
5502
|
+
margin-bottom: 0;
|
|
5503
|
+
}
|
|
5504
|
+
.compact.ant-timeline-item {
|
|
5505
|
+
margin-bottom: 12px;
|
|
5506
|
+
}
|
|
5507
|
+
.info-action {
|
|
5508
|
+
align-self: baseline;
|
|
5509
|
+
}
|
|
5510
|
+
}
|
|
5511
|
+
|
|
5512
|
+
.E_t2e44lg {
|
|
5513
|
+
.ant-timeline-item-content {
|
|
5514
|
+
margin-left: 18px;
|
|
5515
|
+
}
|
|
5516
|
+
.item-time {
|
|
5517
|
+
display: flex;
|
|
5518
|
+
flex-direction: column;
|
|
5519
|
+
gap: 4px;
|
|
5520
|
+
margin-top: 4px;
|
|
5521
|
+
}
|
|
5522
|
+
|
|
5523
|
+
&:last-child {
|
|
5524
|
+
.ant-timeline-item-content {
|
|
5525
|
+
padding-bottom: 0;
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
}
|
|
5529
|
+
|
|
5530
|
+
.E_e14ua30y {
|
|
5531
|
+
display: flex;
|
|
5532
|
+
flex-direction: column;
|
|
5533
|
+
align-items: center;
|
|
5534
|
+
justify-content: center;
|
|
5535
|
+
}
|
|
5536
|
+
|
|
5537
|
+
.E_s1ikqzph {
|
|
5538
|
+
color: #2C3852BF;
|
|
5539
|
+
}
|
|
5540
|
+
|
|
5541
|
+
.E_i15astnl {
|
|
5542
|
+
color: #00122E;
|
|
5543
|
+
}
|
|
5544
|
+
|
|
5545
|
+
|
|
5546
|
+
.E_b1jaupqb {
|
|
5547
|
+
color: #F0483E;
|
|
5548
|
+
}
|
|
5549
|
+
|
|
5550
|
+
|
|
5551
|
+
.E_s20iney {
|
|
5552
|
+
&.skeleton-box {
|
|
5553
|
+
display: flex;
|
|
5554
|
+
align-items: center;
|
|
5555
|
+
justify-content: center;
|
|
5556
|
+
position: relative;
|
|
5557
|
+
border-radius: 2px;
|
|
5558
|
+
background: #E1E6F199;
|
|
5559
|
+
overflow: hidden;
|
|
5560
|
+
|
|
5561
|
+
& > .skeleton-shimmer {
|
|
5562
|
+
width: 200%;
|
|
5563
|
+
height: 200%;
|
|
5564
|
+
transform: rotate(15deg);
|
|
5565
|
+
position: absolute;
|
|
5566
|
+
top: -50%;
|
|
5567
|
+
flex-shrink: 0;
|
|
5568
|
+
opacity: 0.8;
|
|
5569
|
+
background: linear-gradient(
|
|
5570
|
+
90deg,
|
|
5571
|
+
rgba(255, 255, 255, 0) 15%,
|
|
5572
|
+
#FFFFFF99 50%,
|
|
5573
|
+
rgba(255, 255, 255, 0) 85%
|
|
5574
|
+
);
|
|
5575
|
+
|
|
5576
|
+
animation: shimmer 1100ms infinite;
|
|
5577
|
+
}
|
|
5578
|
+
|
|
5579
|
+
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5582
|
+
|
|
5583
|
+
|
|
5584
|
+
.E_dxyv8bv {
|
|
5585
|
+
--footer-height: 80px;
|
|
5586
|
+
--header-height: 56px;
|
|
5587
|
+
--modal-content-width: 492px;
|
|
5588
|
+
--modal-content-min-height: 160px;
|
|
5589
|
+
--modal-content-max-height: calc(
|
|
5590
|
+
100vh - 144px - var(--header-height) - var(--footer-height)
|
|
5591
|
+
);
|
|
5592
|
+
--modal-header-padding: 32px 40px 0;
|
|
5593
|
+
--modal-content-padding-y: 32px;
|
|
5594
|
+
--modal-content-padding-x: 40px;
|
|
5595
|
+
--modal-footer-padding: 0 40px;
|
|
5596
|
+
|
|
5597
|
+
.ant-modal-content {
|
|
5598
|
+
background: $backgrounds-light-primary;
|
|
5599
|
+
border-radius: 16px;
|
|
5600
|
+
max-width: var(--modal-content-width);
|
|
5601
|
+
min-width: var(--modal-content-width);
|
|
5602
|
+
}
|
|
5603
|
+
|
|
5604
|
+
.ant-modal-header {
|
|
5605
|
+
padding: var(--modal-header-padding);
|
|
5606
|
+
height: var(--header-height);
|
|
5607
|
+
border-bottom: none;
|
|
5608
|
+
border-radius: 16px 16px 0 0;
|
|
5609
|
+
.ant-modal-title {
|
|
5610
|
+
color: #00122E;
|
|
5611
|
+
}
|
|
5612
|
+
}
|
|
5613
|
+
|
|
5614
|
+
.ant-modal-close {
|
|
5615
|
+
right: 48px;
|
|
5616
|
+
top: 24px;
|
|
5617
|
+
}
|
|
5618
|
+
|
|
5619
|
+
.ant-modal-body {
|
|
5620
|
+
padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
|
|
5621
|
+
padding-right: calc(var(--modal-content-padding-x) - 6px);
|
|
5622
|
+
min-height: var(--modal-content-min-height);
|
|
5623
|
+
max-height: var(--modal-content-max-height);
|
|
5624
|
+
overflow-y: auto;
|
|
5625
|
+
overflow-x: hidden;
|
|
5626
|
+
scrollbar-gutter: stable;
|
|
5627
|
+
&::-webkit-scrollbar {
|
|
5628
|
+
width: 6px;
|
|
5629
|
+
}
|
|
5630
|
+
&::-webkit-scrollbar-track {
|
|
5631
|
+
background: #E1E6F199;
|
|
5632
|
+
}
|
|
5633
|
+
&::-webkit-scrollbar-thumb {
|
|
5634
|
+
background: #ACBAD399;
|
|
5635
|
+
border-radius: 8px;
|
|
5636
|
+
}
|
|
5637
|
+
}
|
|
5638
|
+
|
|
5639
|
+
.ant-modal-footer {
|
|
5640
|
+
height: var(--footer-height);
|
|
5641
|
+
padding: var(--modal-footer-padding);
|
|
5642
|
+
margin-top: 0;
|
|
5643
|
+
border-top: none;
|
|
5644
|
+
box-shadow: 0px 1px 0px 0px #e1e6f199 inset;
|
|
5645
|
+
.ant-btn-quiet {
|
|
5646
|
+
color: #2C3852BF;
|
|
5647
|
+
font-weight: 700;
|
|
5648
|
+
}
|
|
5649
|
+
}
|
|
5650
|
+
}
|
|
5651
|
+
|
|
5652
|
+
.E_fbgo4wr {
|
|
5653
|
+
display: flex;
|
|
5654
|
+
gap: 16px;
|
|
5655
|
+
height: 100%;
|
|
5656
|
+
align-items: center;
|
|
5657
|
+
justify-content: flex-end;
|
|
5658
|
+
&.has-error {
|
|
5659
|
+
justify-content: space-between;
|
|
5660
|
+
}
|
|
5661
|
+
}
|
|
5662
|
+
|
|
5663
|
+
.E_ekxnz54 {
|
|
5664
|
+
color: #F0483E;
|
|
5665
|
+
text-align: left;
|
|
5666
|
+
.icon-wrapper {
|
|
5667
|
+
align-self: baseline;
|
|
5668
|
+
padding-top: 2px;
|
|
5669
|
+
}
|
|
5670
|
+
}
|
|
5671
|
+
|
|
5672
|
+
.E_ct1041x {
|
|
5673
|
+
padding: 8px;
|
|
5674
|
+
border-radius: 50%;
|
|
5675
|
+
&:hover {
|
|
5676
|
+
background: #E1E6F199;
|
|
5677
|
+
transition: 0.3s ease-out;
|
|
5409
5678
|
}
|
|
5410
5679
|
}
|
|
5411
5680
|
|
|
5412
5681
|
|
|
5413
|
-
.
|
|
5682
|
+
.E_t1g36k2w {
|
|
5683
|
+
overflow: hidden;
|
|
5414
5684
|
height: 100%;
|
|
5685
|
+
background: white;
|
|
5415
5686
|
.table-loading-item {
|
|
5416
|
-
padding:
|
|
5417
|
-
border-bottom: 1px solid rgba($gray-50, 0.18);
|
|
5687
|
+
padding: 8px 4px;
|
|
5418
5688
|
display: flex;
|
|
5689
|
+
align-items: center;
|
|
5419
5690
|
|
|
5420
5691
|
> * {
|
|
5421
5692
|
height: 16px;
|
|
5422
5693
|
margin: 4px;
|
|
5423
|
-
background:
|
|
5694
|
+
background: #EDF1FA99;
|
|
5424
5695
|
border-radius: 2px;
|
|
5425
5696
|
}
|
|
5426
5697
|
.checkbox-loading {
|
|
@@ -5434,340 +5705,399 @@
|
|
|
5434
5705
|
:nth-child(1) {
|
|
5435
5706
|
padding: 8px 4px;
|
|
5436
5707
|
> * {
|
|
5437
|
-
background:
|
|
5708
|
+
background: #E1E6F199;
|
|
5438
5709
|
}
|
|
5439
5710
|
}
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5711
|
+
}
|
|
5712
|
+
|
|
5713
|
+
|
|
5714
|
+
.E_t1616y1o {
|
|
5715
|
+
color: $text-light-on-tint;
|
|
5716
|
+
}
|
|
5717
|
+
|
|
5718
|
+
|
|
5719
|
+
.E_f16blduf {
|
|
5720
|
+
&.ant-form-item {
|
|
5721
|
+
margin-bottom: 0;
|
|
5722
|
+
}
|
|
5723
|
+
|
|
5724
|
+
.ant-form-item-explain {
|
|
5725
|
+
display: none;
|
|
5726
|
+
min-height: 18px;
|
|
5727
|
+
margin-top: 5px;
|
|
5728
|
+
font-family: "Inter";
|
|
5729
|
+
font-weight: 400;
|
|
5730
|
+
font-size: 12px;
|
|
5731
|
+
line-height: 18px;
|
|
5732
|
+
}
|
|
5733
|
+
|
|
5734
|
+
&.ant-form-item[class*="ant-form-item-has"]:not(
|
|
5735
|
+
.ant-form-item-has-error-leave
|
|
5736
|
+
) {
|
|
5737
|
+
white-space: pre-wrap;
|
|
5738
|
+
.ant-form-item-explain {
|
|
5739
|
+
display: block;
|
|
5443
5740
|
}
|
|
5444
5741
|
}
|
|
5445
5742
|
}
|
|
5446
5743
|
|
|
5447
5744
|
|
|
5448
|
-
.
|
|
5449
|
-
|
|
5450
|
-
display: flex;
|
|
5451
|
-
gap: 8px;
|
|
5452
|
-
padding: 8px 0;
|
|
5453
|
-
display: flex;
|
|
5454
|
-
justify-content: center;
|
|
5455
|
-
white-space: pre-wrap;
|
|
5456
|
-
align-items: center;
|
|
5457
|
-
.dashed-btn {
|
|
5458
|
-
border-bottom: 1px solid white;
|
|
5459
|
-
cursor: pointer;
|
|
5460
|
-
}
|
|
5745
|
+
.E_a9y3flr {
|
|
5746
|
+
margin-left: 8px;
|
|
5461
5747
|
}
|
|
5462
5748
|
|
|
5463
|
-
.
|
|
5464
|
-
|
|
5749
|
+
.E_a1njc627 {
|
|
5750
|
+
font-size: 12px;
|
|
5751
|
+
color: $text-neutral-primary;
|
|
5465
5752
|
}
|
|
5466
5753
|
|
|
5467
|
-
|
|
5468
|
-
|
|
5754
|
+
|
|
5755
|
+
.E_i14c7jc8 {
|
|
5756
|
+
color: var(--i14c7jc8-0);
|
|
5469
5757
|
}
|
|
5470
5758
|
|
|
5471
|
-
.
|
|
5472
|
-
|
|
5759
|
+
.E_i1ibuolf {
|
|
5760
|
+
display: flex;
|
|
5761
|
+
align-items: center;
|
|
5762
|
+
column-gap: 4px;
|
|
5763
|
+
font-size: 12px;
|
|
5764
|
+
color: #2C3852BF;
|
|
5473
5765
|
}
|
|
5474
5766
|
|
|
5475
5767
|
|
|
5476
|
-
.
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5768
|
+
.E_d1u4ndxc {
|
|
5769
|
+
color: #2C3852BF;
|
|
5770
|
+
font-size: 12px;
|
|
5771
|
+
}
|
|
5480
5772
|
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5773
|
+
.E_f6xb0iv {
|
|
5774
|
+
min-width: 0;
|
|
5775
|
+
flex: 1;
|
|
5776
|
+
}
|
|
5777
|
+
|
|
5778
|
+
.E_b1dhu7ov {
|
|
5779
|
+
&.antd5-progress {
|
|
5780
|
+
width: 220px;
|
|
5488
5781
|
}
|
|
5489
|
-
|
|
5490
|
-
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
.E_p1as1j2z {
|
|
5785
|
+
.antd5-progress.antd5-progress-status-active
|
|
5786
|
+
.antd5-progress-bg::before {
|
|
5787
|
+
content: "";
|
|
5788
|
+
display: block;
|
|
5789
|
+
height: 8px;
|
|
5790
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
5791
|
+
animation: loading 1600ms ease-out infinite;
|
|
5792
|
+
opacity: 1;
|
|
5491
5793
|
}
|
|
5492
|
-
|
|
5493
|
-
|
|
5794
|
+
|
|
5795
|
+
@keyframes loading {
|
|
5796
|
+
from {
|
|
5797
|
+
transform: translateX(-100%);
|
|
5798
|
+
}
|
|
5799
|
+
to {
|
|
5800
|
+
transform: translateX(100%);
|
|
5801
|
+
}
|
|
5494
5802
|
}
|
|
5495
5803
|
}
|
|
5496
5804
|
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5805
|
+
|
|
5806
|
+
.E_skwah65 {
|
|
5807
|
+
height: 8px;
|
|
5808
|
+
box-sizing: border-box;
|
|
5809
|
+
border-radius: 2px;
|
|
5810
|
+
background: #f5f7fa;
|
|
5811
|
+
display: flex;
|
|
5812
|
+
width: 100%;
|
|
5813
|
+
overflow: hidden;
|
|
5814
|
+
|
|
5815
|
+
.stack-bar-item + .stack-bar-item {
|
|
5816
|
+
margin-left: 1px;
|
|
5500
5817
|
}
|
|
5501
|
-
|
|
5818
|
+
}
|
|
5819
|
+
|
|
5820
|
+
|
|
5821
|
+
.E_s1ebs0ra {
|
|
5822
|
+
display: flex;
|
|
5823
|
+
align-items: center;
|
|
5824
|
+
justify-content: space-between;
|
|
5825
|
+
background: $backgrounds-light-grouped;
|
|
5826
|
+
padding: 8px 12px;
|
|
5827
|
+
position: sticky;
|
|
5828
|
+
top: 0;
|
|
5829
|
+
z-index: 1;
|
|
5830
|
+
margin-bottom: -52px;
|
|
5831
|
+
|
|
5832
|
+
.select-total {
|
|
5502
5833
|
display: flex;
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5834
|
+
align-items: center;
|
|
5835
|
+
font-weight: 700;
|
|
5836
|
+
flex-shrink: 0;
|
|
5837
|
+
|
|
5838
|
+
.icon-wrapper {
|
|
5839
|
+
cursor: pointer;
|
|
5840
|
+
margin-left: 8px;
|
|
5841
|
+
width: 32px;
|
|
5842
|
+
height: 32px;
|
|
5843
|
+
border-radius: 50%;
|
|
5844
|
+
justify-content: center;
|
|
5845
|
+
|
|
5846
|
+
&:hover {
|
|
5847
|
+
background: $fills-light-trans-2;
|
|
5848
|
+
}
|
|
5849
|
+
}
|
|
5506
5850
|
}
|
|
5851
|
+
.action-group {
|
|
5852
|
+
flex: 1;
|
|
5853
|
+
margin-left: 88px;
|
|
5854
|
+
white-space: nowrap;
|
|
5855
|
+
text-align: right;
|
|
5856
|
+
position: relative;
|
|
5857
|
+
padding: 4px 0;
|
|
5858
|
+
margin-top: -4px;
|
|
5859
|
+
overflow: hidden;
|
|
5860
|
+
.sub-menu-delete {
|
|
5861
|
+
transform: translateY(-4px);
|
|
5862
|
+
}
|
|
5863
|
+
button {
|
|
5864
|
+
border: none;
|
|
5865
|
+
}
|
|
5866
|
+
> *:not(:last-child) {
|
|
5867
|
+
margin-right: 8px;
|
|
5868
|
+
}
|
|
5507
5869
|
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5870
|
+
> button:last-child {
|
|
5871
|
+
margin-right: 4px;
|
|
5872
|
+
}
|
|
5873
|
+
.more-btn {
|
|
5874
|
+
cursor: pointer;
|
|
5875
|
+
width: 32px;
|
|
5876
|
+
height: 32px;
|
|
5877
|
+
justify-content: center;
|
|
5878
|
+
border-radius: 50%;
|
|
5879
|
+
|
|
5880
|
+
&:hover {
|
|
5881
|
+
background: $white;
|
|
5882
|
+
}
|
|
5511
5883
|
}
|
|
5512
5884
|
}
|
|
5513
5885
|
}
|
|
5514
5886
|
|
|
5515
|
-
|
|
5887
|
+
|
|
5888
|
+
.E_c18bcrac {
|
|
5889
|
+
display: inline-block;
|
|
5890
|
+
width: 100%;
|
|
5891
|
+
.recharts-wrapper {
|
|
5892
|
+
margin-left: 4px;
|
|
5893
|
+
}
|
|
5894
|
+
}
|
|
5895
|
+
|
|
5896
|
+
.E_cro7kg2 {
|
|
5897
|
+
padding: 4px;
|
|
5898
|
+
|
|
5899
|
+
.unit {
|
|
5900
|
+
color: white;
|
|
5901
|
+
}
|
|
5902
|
+
}
|
|
5903
|
+
|
|
5904
|
+
.E_c14wcxf0 {
|
|
5516
5905
|
display: flex;
|
|
5517
|
-
|
|
5906
|
+
justify-content: space-between;
|
|
5518
5907
|
align-items: center;
|
|
5519
|
-
|
|
5908
|
+
font-size: 13px;
|
|
5909
|
+
line-height: 24px;
|
|
5910
|
+
color: #cccccc;
|
|
5911
|
+
white-space: nowrap;
|
|
5912
|
+
|
|
5913
|
+
label {
|
|
5914
|
+
margin-right: 32px;
|
|
5915
|
+
}
|
|
5520
5916
|
}
|
|
5521
5917
|
|
|
5522
|
-
.
|
|
5523
|
-
|
|
5918
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
5919
|
+
font-weight: bold;
|
|
5920
|
+
color: white;
|
|
5524
5921
|
}
|
|
5525
5922
|
|
|
5526
|
-
.
|
|
5527
|
-
|
|
5923
|
+
.E_s11212zy {
|
|
5924
|
+
width: 8px;
|
|
5925
|
+
height: 8px;
|
|
5926
|
+
border-radius: 2px;
|
|
5927
|
+
display: inline-block;
|
|
5928
|
+
background: var(--s11212zy-0);
|
|
5929
|
+
border: 1px solid $fills-light-white;
|
|
5930
|
+
box-sizing: content-box;
|
|
5931
|
+
margin-right: 6px;
|
|
5528
5932
|
}
|
|
5529
5933
|
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5934
|
+
.E_p1lyky6c {
|
|
5935
|
+
& > :first-child {
|
|
5936
|
+
font-weight: bold;
|
|
5937
|
+
color: white;
|
|
5938
|
+
margin-right: 4px;
|
|
5939
|
+
}
|
|
5533
5940
|
}
|
|
5534
5941
|
|
|
5535
5942
|
|
|
5536
|
-
.
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
justify-content: center;
|
|
5541
|
-
position: relative;
|
|
5542
|
-
border-radius: 2px;
|
|
5543
|
-
background: #E1E6F199;
|
|
5544
|
-
overflow: hidden;
|
|
5943
|
+
.E_clm1wy1 {
|
|
5944
|
+
width: 192px;
|
|
5945
|
+
height: 246px;
|
|
5946
|
+
border-radius: 4px;
|
|
5545
5947
|
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
top: -50%;
|
|
5552
|
-
flex-shrink: 0;
|
|
5553
|
-
opacity: 0.8;
|
|
5554
|
-
background: linear-gradient(
|
|
5555
|
-
90deg,
|
|
5556
|
-
rgba(255, 255, 255, 0) 15%,
|
|
5557
|
-
#FFFFFF99 50%,
|
|
5558
|
-
rgba(255, 255, 255, 0) 85%
|
|
5559
|
-
);
|
|
5948
|
+
> .ant-picker-calendar,
|
|
5949
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
5950
|
+
width: 100%;
|
|
5951
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
5952
|
+
border-top: none;
|
|
5560
5953
|
|
|
5561
|
-
|
|
5954
|
+
.ant-picker-body {
|
|
5955
|
+
padding: 0 16px;
|
|
5562
5956
|
}
|
|
5563
5957
|
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
.E_t1g36k2w {
|
|
5570
|
-
overflow: hidden;
|
|
5571
|
-
height: 100%;
|
|
5572
|
-
background: white;
|
|
5573
|
-
.table-loading-item {
|
|
5574
|
-
padding: 8px 4px;
|
|
5575
|
-
display: flex;
|
|
5576
|
-
align-items: center;
|
|
5958
|
+
.ant-picker-content {
|
|
5959
|
+
width: 100%;
|
|
5960
|
+
height: 180px;
|
|
5961
|
+
border-spacing: 0;
|
|
5577
5962
|
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
.td-loading {
|
|
5588
|
-
flex: 1;
|
|
5963
|
+
thead {
|
|
5964
|
+
margin-bottom: 8px;
|
|
5965
|
+
}
|
|
5966
|
+
th {
|
|
5967
|
+
width: 22px;
|
|
5968
|
+
}
|
|
5969
|
+
td {
|
|
5970
|
+
padding: 0;
|
|
5971
|
+
}
|
|
5589
5972
|
}
|
|
5590
5973
|
}
|
|
5591
5974
|
|
|
5592
|
-
|
|
5593
|
-
|
|
5594
|
-
|
|
5595
|
-
|
|
5596
|
-
|
|
5975
|
+
.ant-picker-cell {
|
|
5976
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5977
|
+
opacity: 0.4;
|
|
5978
|
+
}
|
|
5979
|
+
.ant-picker-cell-in-view {
|
|
5980
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5981
|
+
opacity: 1;
|
|
5982
|
+
}
|
|
5983
|
+
.ant-picker-cell-in-view > .active {
|
|
5984
|
+
color: #3e4652;
|
|
5597
5985
|
}
|
|
5598
|
-
}
|
|
5599
|
-
|
|
5600
5986
|
|
|
5601
|
-
.
|
|
5602
|
-
|
|
5987
|
+
.ant-picker-cell::before {
|
|
5988
|
+
pointer-events: none;
|
|
5989
|
+
}
|
|
5603
5990
|
}
|
|
5604
5991
|
|
|
5992
|
+
.E_t1tsm00v {
|
|
5993
|
+
color: rgba(129, 138, 153, 0.6);
|
|
5994
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
5995
|
+
backdrop-filter: blur(10px);
|
|
5996
|
+
padding: 7px 10px;
|
|
5997
|
+
}
|
|
5605
5998
|
|
|
5606
|
-
.
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
display: none;
|
|
5613
|
-
min-height: 18px;
|
|
5614
|
-
margin-top: 5px;
|
|
5615
|
-
font-family: "Inter";
|
|
5616
|
-
font-weight: 400;
|
|
5617
|
-
font-size: 12px;
|
|
5618
|
-
line-height: 18px;
|
|
5619
|
-
}
|
|
5999
|
+
.E_c167wnad {
|
|
6000
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6001
|
+
display: flex;
|
|
6002
|
+
justify-content: space-between;
|
|
6003
|
+
align-items: center;
|
|
6004
|
+
padding: 8px 16px;
|
|
5620
6005
|
|
|
5621
|
-
|
|
5622
|
-
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
.ant-form-item-explain {
|
|
5626
|
-
display: block;
|
|
6006
|
+
.anticon {
|
|
6007
|
+
cursor: pointer;
|
|
6008
|
+
&:hover {
|
|
6009
|
+
color: $blue;
|
|
5627
6010
|
}
|
|
5628
6011
|
}
|
|
5629
6012
|
}
|
|
5630
6013
|
|
|
6014
|
+
.E_cxhf7dh {
|
|
6015
|
+
text-align: center;
|
|
5631
6016
|
|
|
5632
|
-
.
|
|
5633
|
-
|
|
5634
|
-
|
|
6017
|
+
.dots {
|
|
6018
|
+
display: flex;
|
|
6019
|
+
justify-content: center;
|
|
6020
|
+
}
|
|
6021
|
+
.dot {
|
|
6022
|
+
display: inline-block;
|
|
6023
|
+
width: 2px;
|
|
6024
|
+
height: 2px;
|
|
6025
|
+
border-radius: 1px;
|
|
6026
|
+
background: $blue;
|
|
5635
6027
|
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
6028
|
+
&:not(:last-child) {
|
|
6029
|
+
margin-right: 2px;
|
|
6030
|
+
}
|
|
6031
|
+
}
|
|
6032
|
+
.bar {
|
|
6033
|
+
width: 9px;
|
|
6034
|
+
height: 2px;
|
|
6035
|
+
background: $blue;
|
|
6036
|
+
border-radius: 2px;
|
|
6037
|
+
}
|
|
5639
6038
|
}
|
|
5640
6039
|
|
|
5641
6040
|
|
|
5642
|
-
.
|
|
5643
|
-
color: var(--i14c7jc8-0);
|
|
5644
|
-
}
|
|
5645
|
-
|
|
5646
|
-
.E_i1ibuolf {
|
|
6041
|
+
.E_n12mqh7z {
|
|
5647
6042
|
display: flex;
|
|
5648
6043
|
align-items: center;
|
|
5649
|
-
column-gap: 4px;
|
|
5650
6044
|
font-size: 12px;
|
|
5651
|
-
|
|
5652
|
-
}
|
|
5653
|
-
|
|
6045
|
+
line-height: 18px;
|
|
5654
6046
|
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
6047
|
+
&:not(:last-child) {
|
|
6048
|
+
margin-bottom: 4px;
|
|
6049
|
+
}
|
|
5658
6050
|
}
|
|
5659
6051
|
|
|
5660
|
-
.
|
|
5661
|
-
|
|
5662
|
-
flex: 1;
|
|
6052
|
+
.E_tf5bynu {
|
|
6053
|
+
margin: 0 3px;
|
|
5663
6054
|
}
|
|
5664
6055
|
|
|
5665
|
-
.
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
}
|
|
6056
|
+
.E_tcckoz1 {
|
|
6057
|
+
max-height: 400px;
|
|
6058
|
+
overflow: auto;
|
|
5669
6059
|
}
|
|
5670
6060
|
|
|
5671
|
-
.E_p1as1j2z {
|
|
5672
|
-
.antd5-progress.antd5-progress-status-active
|
|
5673
|
-
.antd5-progress-bg::before {
|
|
5674
|
-
content: "";
|
|
5675
|
-
display: block;
|
|
5676
|
-
height: 8px;
|
|
5677
|
-
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
5678
|
-
animation: loading 1600ms ease-out infinite;
|
|
5679
|
-
opacity: 1;
|
|
5680
|
-
}
|
|
5681
6061
|
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
}
|
|
5686
|
-
to {
|
|
5687
|
-
transform: translateX(100%);
|
|
5688
|
-
}
|
|
5689
|
-
}
|
|
6062
|
+
.E_ou7iq30 {
|
|
6063
|
+
overflow: hidden;
|
|
6064
|
+
text-overflow: ellipsis;
|
|
5690
6065
|
}
|
|
5691
6066
|
|
|
6067
|
+
.E_s1tui002 {
|
|
6068
|
+
white-space: nowrap;
|
|
6069
|
+
}
|
|
5692
6070
|
|
|
5693
|
-
.
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
width: 100%;
|
|
5700
|
-
overflow: hidden;
|
|
6071
|
+
.E_mxrc2zg {
|
|
6072
|
+
display: -webkit-box;
|
|
6073
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6074
|
+
-webkit-box-orient: vertical;
|
|
6075
|
+
word-break: break-all;
|
|
6076
|
+
}
|
|
5701
6077
|
|
|
5702
|
-
|
|
5703
|
-
|
|
6078
|
+
.E_t1vv6d68 {
|
|
6079
|
+
.ant-tooltip-arrow {
|
|
6080
|
+
display: none;
|
|
6081
|
+
}
|
|
6082
|
+
.ant-tooltip-inner {
|
|
6083
|
+
background: $gray-a80-9;
|
|
6084
|
+
border-radius: 4px;
|
|
6085
|
+
&:has(.eagle-ellipsis-content) {
|
|
6086
|
+
visibility: hidden;
|
|
6087
|
+
}
|
|
5704
6088
|
}
|
|
5705
6089
|
}
|
|
5706
6090
|
|
|
5707
6091
|
|
|
5708
|
-
.
|
|
5709
|
-
|
|
5710
|
-
align-items: center;
|
|
5711
|
-
justify-content: space-between;
|
|
5712
|
-
background: $backgrounds-light-grouped;
|
|
5713
|
-
padding: 8px 12px;
|
|
5714
|
-
position: sticky;
|
|
5715
|
-
top: 0;
|
|
5716
|
-
z-index: 1;
|
|
5717
|
-
margin-bottom: -52px;
|
|
5718
|
-
|
|
5719
|
-
.select-total {
|
|
5720
|
-
display: flex;
|
|
5721
|
-
align-items: center;
|
|
5722
|
-
font-weight: 700;
|
|
5723
|
-
flex-shrink: 0;
|
|
5724
|
-
|
|
5725
|
-
.icon-wrapper {
|
|
5726
|
-
cursor: pointer;
|
|
5727
|
-
margin-left: 8px;
|
|
5728
|
-
width: 32px;
|
|
5729
|
-
height: 32px;
|
|
5730
|
-
border-radius: 50%;
|
|
5731
|
-
justify-content: center;
|
|
6092
|
+
.E_gmyahx3 {
|
|
6093
|
+
cursor: pointer;
|
|
5732
6094
|
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
}
|
|
5736
|
-
}
|
|
6095
|
+
.link-text {
|
|
6096
|
+
color: $text-light-tertiary;
|
|
5737
6097
|
}
|
|
5738
|
-
.action-group {
|
|
5739
|
-
flex: 1;
|
|
5740
|
-
margin-left: 88px;
|
|
5741
|
-
white-space: nowrap;
|
|
5742
|
-
text-align: right;
|
|
5743
|
-
position: relative;
|
|
5744
|
-
padding: 4px 0;
|
|
5745
|
-
margin-top: -4px;
|
|
5746
|
-
overflow: hidden;
|
|
5747
|
-
.sub-menu-delete {
|
|
5748
|
-
transform: translateY(-4px);
|
|
5749
|
-
}
|
|
5750
|
-
button {
|
|
5751
|
-
border: none;
|
|
5752
|
-
}
|
|
5753
|
-
> *:not(:last-child) {
|
|
5754
|
-
margin-right: 8px;
|
|
5755
|
-
}
|
|
5756
|
-
|
|
5757
|
-
> button:last-child {
|
|
5758
|
-
margin-right: 4px;
|
|
5759
|
-
}
|
|
5760
|
-
.more-btn {
|
|
5761
|
-
cursor: pointer;
|
|
5762
|
-
width: 32px;
|
|
5763
|
-
height: 32px;
|
|
5764
|
-
justify-content: center;
|
|
5765
|
-
border-radius: 50%;
|
|
5766
6098
|
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
}
|
|
5770
|
-
}
|
|
6099
|
+
&:hover .link-text {
|
|
6100
|
+
color: $text-light-general;
|
|
5771
6101
|
}
|
|
5772
6102
|
}
|
|
5773
6103
|
|
|
@@ -5930,195 +6260,8 @@
|
|
|
5930
6260
|
&.active {
|
|
5931
6261
|
background-color: $blue;
|
|
5932
6262
|
border-color: $blue;
|
|
5933
|
-
color: $white;
|
|
5934
|
-
}
|
|
5935
|
-
}
|
|
5936
|
-
}
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
.E_gmyahx3 {
|
|
5940
|
-
cursor: pointer;
|
|
5941
|
-
|
|
5942
|
-
.link-text {
|
|
5943
|
-
color: $text-light-tertiary;
|
|
5944
|
-
}
|
|
5945
|
-
|
|
5946
|
-
&:hover .link-text {
|
|
5947
|
-
color: $text-light-general;
|
|
5948
|
-
}
|
|
5949
|
-
}
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
.E_n12mqh7z {
|
|
5953
|
-
display: flex;
|
|
5954
|
-
align-items: center;
|
|
5955
|
-
font-size: 12px;
|
|
5956
|
-
line-height: 18px;
|
|
5957
|
-
|
|
5958
|
-
&:not(:last-child) {
|
|
5959
|
-
margin-bottom: 4px;
|
|
5960
|
-
}
|
|
5961
|
-
}
|
|
5962
|
-
|
|
5963
|
-
.E_tf5bynu {
|
|
5964
|
-
margin: 0 3px;
|
|
5965
|
-
}
|
|
5966
|
-
|
|
5967
|
-
.E_tcckoz1 {
|
|
5968
|
-
max-height: 400px;
|
|
5969
|
-
overflow: auto;
|
|
5970
|
-
}
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
.E_c18bcrac {
|
|
5974
|
-
display: inline-block;
|
|
5975
|
-
width: 100%;
|
|
5976
|
-
.recharts-wrapper {
|
|
5977
|
-
margin-left: 4px;
|
|
5978
|
-
}
|
|
5979
|
-
}
|
|
5980
|
-
|
|
5981
|
-
.E_cro7kg2 {
|
|
5982
|
-
padding: 4px;
|
|
5983
|
-
|
|
5984
|
-
.unit {
|
|
5985
|
-
color: white;
|
|
5986
|
-
}
|
|
5987
|
-
}
|
|
5988
|
-
|
|
5989
|
-
.E_c14wcxf0 {
|
|
5990
|
-
display: flex;
|
|
5991
|
-
justify-content: space-between;
|
|
5992
|
-
align-items: center;
|
|
5993
|
-
font-size: 13px;
|
|
5994
|
-
line-height: 24px;
|
|
5995
|
-
color: #cccccc;
|
|
5996
|
-
white-space: nowrap;
|
|
5997
|
-
|
|
5998
|
-
label {
|
|
5999
|
-
margin-right: 32px;
|
|
6000
|
-
}
|
|
6001
|
-
}
|
|
6002
|
-
|
|
6003
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6004
|
-
font-weight: bold;
|
|
6005
|
-
color: white;
|
|
6006
|
-
}
|
|
6007
|
-
|
|
6008
|
-
.E_s11212zy {
|
|
6009
|
-
width: 8px;
|
|
6010
|
-
height: 8px;
|
|
6011
|
-
border-radius: 2px;
|
|
6012
|
-
display: inline-block;
|
|
6013
|
-
background: var(--s11212zy-0);
|
|
6014
|
-
border: 1px solid $fills-light-white;
|
|
6015
|
-
box-sizing: content-box;
|
|
6016
|
-
margin-right: 6px;
|
|
6017
|
-
}
|
|
6018
|
-
|
|
6019
|
-
.E_p1lyky6c {
|
|
6020
|
-
& > :first-child {
|
|
6021
|
-
font-weight: bold;
|
|
6022
|
-
color: white;
|
|
6023
|
-
margin-right: 4px;
|
|
6024
|
-
}
|
|
6025
|
-
}
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
.E_clm1wy1 {
|
|
6029
|
-
width: 192px;
|
|
6030
|
-
height: 246px;
|
|
6031
|
-
border-radius: 4px;
|
|
6032
|
-
|
|
6033
|
-
> .ant-picker-calendar,
|
|
6034
|
-
> .ant-picker-calendar .ant-picker-panel {
|
|
6035
|
-
width: 100%;
|
|
6036
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6037
|
-
border-top: none;
|
|
6038
|
-
|
|
6039
|
-
.ant-picker-body {
|
|
6040
|
-
padding: 0 16px;
|
|
6041
|
-
}
|
|
6042
|
-
|
|
6043
|
-
.ant-picker-content {
|
|
6044
|
-
width: 100%;
|
|
6045
|
-
height: 180px;
|
|
6046
|
-
border-spacing: 0;
|
|
6047
|
-
|
|
6048
|
-
thead {
|
|
6049
|
-
margin-bottom: 8px;
|
|
6050
|
-
}
|
|
6051
|
-
th {
|
|
6052
|
-
width: 22px;
|
|
6053
|
-
}
|
|
6054
|
-
td {
|
|
6055
|
-
padding: 0;
|
|
6056
|
-
}
|
|
6057
|
-
}
|
|
6058
|
-
}
|
|
6059
|
-
|
|
6060
|
-
.ant-picker-cell {
|
|
6061
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6062
|
-
opacity: 0.4;
|
|
6063
|
-
}
|
|
6064
|
-
.ant-picker-cell-in-view {
|
|
6065
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6066
|
-
opacity: 1;
|
|
6067
|
-
}
|
|
6068
|
-
.ant-picker-cell-in-view > .active {
|
|
6069
|
-
color: #3e4652;
|
|
6070
|
-
}
|
|
6071
|
-
|
|
6072
|
-
.ant-picker-cell::before {
|
|
6073
|
-
pointer-events: none;
|
|
6074
|
-
}
|
|
6075
|
-
}
|
|
6076
|
-
|
|
6077
|
-
.E_t1tsm00v {
|
|
6078
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6079
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6080
|
-
backdrop-filter: blur(10px);
|
|
6081
|
-
padding: 7px 10px;
|
|
6082
|
-
}
|
|
6083
|
-
|
|
6084
|
-
.E_c167wnad {
|
|
6085
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6086
|
-
display: flex;
|
|
6087
|
-
justify-content: space-between;
|
|
6088
|
-
align-items: center;
|
|
6089
|
-
padding: 8px 16px;
|
|
6090
|
-
|
|
6091
|
-
.anticon {
|
|
6092
|
-
cursor: pointer;
|
|
6093
|
-
&:hover {
|
|
6094
|
-
color: $blue;
|
|
6095
|
-
}
|
|
6096
|
-
}
|
|
6097
|
-
}
|
|
6098
|
-
|
|
6099
|
-
.E_cxhf7dh {
|
|
6100
|
-
text-align: center;
|
|
6101
|
-
|
|
6102
|
-
.dots {
|
|
6103
|
-
display: flex;
|
|
6104
|
-
justify-content: center;
|
|
6105
|
-
}
|
|
6106
|
-
.dot {
|
|
6107
|
-
display: inline-block;
|
|
6108
|
-
width: 2px;
|
|
6109
|
-
height: 2px;
|
|
6110
|
-
border-radius: 1px;
|
|
6111
|
-
background: $blue;
|
|
6112
|
-
|
|
6113
|
-
&:not(:last-child) {
|
|
6114
|
-
margin-right: 2px;
|
|
6115
|
-
}
|
|
6116
|
-
}
|
|
6117
|
-
.bar {
|
|
6118
|
-
width: 9px;
|
|
6119
|
-
height: 2px;
|
|
6120
|
-
background: $blue;
|
|
6121
|
-
border-radius: 2px;
|
|
6263
|
+
color: $white;
|
|
6264
|
+
}
|
|
6122
6265
|
}
|
|
6123
6266
|
}
|
|
6124
6267
|
|
|
@@ -6132,36 +6275,6 @@
|
|
|
6132
6275
|
}
|
|
6133
6276
|
|
|
6134
6277
|
|
|
6135
|
-
.E_ou7iq30 {
|
|
6136
|
-
overflow: hidden;
|
|
6137
|
-
text-overflow: ellipsis;
|
|
6138
|
-
}
|
|
6139
|
-
|
|
6140
|
-
.E_s1tui002 {
|
|
6141
|
-
white-space: nowrap;
|
|
6142
|
-
}
|
|
6143
|
-
|
|
6144
|
-
.E_mxrc2zg {
|
|
6145
|
-
display: -webkit-box;
|
|
6146
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6147
|
-
-webkit-box-orient: vertical;
|
|
6148
|
-
word-break: break-all;
|
|
6149
|
-
}
|
|
6150
|
-
|
|
6151
|
-
.E_t1vv6d68 {
|
|
6152
|
-
.ant-tooltip-arrow {
|
|
6153
|
-
display: none;
|
|
6154
|
-
}
|
|
6155
|
-
.ant-tooltip-inner {
|
|
6156
|
-
background: $gray-a80-9;
|
|
6157
|
-
border-radius: 4px;
|
|
6158
|
-
&:has(.eagle-ellipsis-content) {
|
|
6159
|
-
visibility: hidden;
|
|
6160
|
-
}
|
|
6161
|
-
}
|
|
6162
|
-
}
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
6278
|
.E_s1at6qmn {
|
|
6166
6279
|
&.ant-layout-sider {
|
|
6167
6280
|
background: $backgrounds-light-grouped;
|
|
@@ -6301,31 +6414,129 @@
|
|
|
6301
6414
|
}
|
|
6302
6415
|
|
|
6303
6416
|
|
|
6304
|
-
.
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6417
|
+
.E_s1iv0tp1 {
|
|
6418
|
+
.enabled-switch {
|
|
6419
|
+
display: flex;
|
|
6420
|
+
align-items: center;
|
|
6421
|
+
}
|
|
6422
|
+
|
|
6423
|
+
.enabled-text {
|
|
6424
|
+
margin-right: 8px;
|
|
6425
|
+
}
|
|
6308
6426
|
}
|
|
6309
6427
|
|
|
6310
|
-
|
|
6428
|
+
|
|
6429
|
+
.E_t1sqg15u {
|
|
6430
|
+
background: white;
|
|
6431
|
+
|
|
6432
|
+
&.inline {
|
|
6433
|
+
.table-row {
|
|
6434
|
+
flex-direction: column;
|
|
6435
|
+
|
|
6436
|
+
> label {
|
|
6437
|
+
padding: 0 16px 7px 0;
|
|
6438
|
+
}
|
|
6439
|
+
}
|
|
6440
|
+
}
|
|
6441
|
+
|
|
6442
|
+
&.has-border {
|
|
6443
|
+
.table-header {
|
|
6444
|
+
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6445
|
+
}
|
|
6446
|
+
|
|
6447
|
+
.hiddenBorder {
|
|
6448
|
+
border-top: none !important;
|
|
6449
|
+
}
|
|
6450
|
+
|
|
6451
|
+
.table-row + .table-row {
|
|
6452
|
+
border-top: 1px solid $strokes-light-trans-1;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6455
|
+
.table-row:last-of-type {
|
|
6456
|
+
padding-bottom: 0;
|
|
6457
|
+
}
|
|
6458
|
+
}
|
|
6459
|
+
|
|
6460
|
+
&.align-right {
|
|
6461
|
+
.content {
|
|
6462
|
+
text-align: right;
|
|
6463
|
+
}
|
|
6464
|
+
}
|
|
6465
|
+
.uuid-row {
|
|
6466
|
+
display: flex;
|
|
6467
|
+
justify-content: space-between;
|
|
6468
|
+
|
|
6469
|
+
.id-text {
|
|
6470
|
+
white-space: nowrap;
|
|
6471
|
+
overflow: hidden;
|
|
6472
|
+
text-overflow: ellipsis;
|
|
6473
|
+
}
|
|
6474
|
+
}
|
|
6475
|
+
}
|
|
6476
|
+
|
|
6477
|
+
.E_t4zczcp {
|
|
6311
6478
|
display: flex;
|
|
6479
|
+
justify-content: space-between;
|
|
6312
6480
|
align-items: center;
|
|
6313
|
-
|
|
6481
|
+
padding: 8px;
|
|
6482
|
+
min-height: 32px;
|
|
6314
6483
|
|
|
6315
|
-
.
|
|
6316
|
-
|
|
6317
|
-
|
|
6484
|
+
.table-title {
|
|
6485
|
+
color: $text-secondary-light;
|
|
6486
|
+
font-weight: 600;
|
|
6487
|
+
font-size: 12px;
|
|
6488
|
+
line-height: 8px;
|
|
6489
|
+
}
|
|
6490
|
+
|
|
6491
|
+
.edit-icon {
|
|
6492
|
+
font-size: 16px;
|
|
6493
|
+
color: $strokes-translucent-2-light;
|
|
6494
|
+
cursor: pointer;
|
|
6318
6495
|
}
|
|
6319
6496
|
}
|
|
6320
6497
|
|
|
6321
|
-
.
|
|
6322
|
-
|
|
6498
|
+
.E_t1s7goww {
|
|
6499
|
+
font-size: 12px;
|
|
6500
|
+
line-height: 18px;
|
|
6501
|
+
}
|
|
6323
6502
|
|
|
6324
|
-
|
|
6325
|
-
|
|
6503
|
+
.E_t93e4cf {
|
|
6504
|
+
display: flex;
|
|
6505
|
+
padding: 8px 0;
|
|
6506
|
+
color: $text-primary-light;
|
|
6507
|
+
|
|
6508
|
+
.hidden {
|
|
6509
|
+
display: none;
|
|
6510
|
+
}
|
|
6511
|
+
|
|
6512
|
+
.ant-btn.ant-btn-link {
|
|
6513
|
+
height: auto;
|
|
6514
|
+
}
|
|
6515
|
+
|
|
6516
|
+
.content {
|
|
6517
|
+
overflow: hidden;
|
|
6518
|
+
overflow-x: auto;
|
|
6519
|
+
width: 100%;
|
|
6520
|
+
white-space: pre-wrap;
|
|
6521
|
+
|
|
6522
|
+
.ant-btn {
|
|
6523
|
+
white-space: pre-wrap;
|
|
6524
|
+
text-align: left;
|
|
6525
|
+
}
|
|
6526
|
+
|
|
6527
|
+
.unit-chart {
|
|
6528
|
+
justify-content: flex-start;
|
|
6529
|
+
}
|
|
6326
6530
|
}
|
|
6327
6531
|
}
|
|
6328
6532
|
|
|
6533
|
+
.E_rhz2uv5 {
|
|
6534
|
+
width: var(--rhz2uv5-0);
|
|
6535
|
+
flex-shrink: 0;
|
|
6536
|
+
color: $text-secondary-light;
|
|
6537
|
+
padding-right: 12px;
|
|
6538
|
+
}
|
|
6539
|
+
|
|
6329
6540
|
|
|
6330
6541
|
.E_t160l1cm {
|
|
6331
6542
|
display: flex;
|
|
@@ -6595,127 +6806,29 @@
|
|
|
6595
6806
|
}
|
|
6596
6807
|
|
|
6597
6808
|
|
|
6598
|
-
.
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
.enabled-text {
|
|
6605
|
-
margin-right: 8px;
|
|
6606
|
-
}
|
|
6607
|
-
}
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
.E_t1sqg15u {
|
|
6611
|
-
background: white;
|
|
6612
|
-
|
|
6613
|
-
&.inline {
|
|
6614
|
-
.table-row {
|
|
6615
|
-
flex-direction: column;
|
|
6616
|
-
|
|
6617
|
-
> label {
|
|
6618
|
-
padding: 0 16px 7px 0;
|
|
6619
|
-
}
|
|
6620
|
-
}
|
|
6621
|
-
}
|
|
6622
|
-
|
|
6623
|
-
&.has-border {
|
|
6624
|
-
.table-header {
|
|
6625
|
-
border-bottom: 1px solid $strokes-light-trans-1;
|
|
6626
|
-
}
|
|
6627
|
-
|
|
6628
|
-
.hiddenBorder {
|
|
6629
|
-
border-top: none !important;
|
|
6630
|
-
}
|
|
6631
|
-
|
|
6632
|
-
.table-row + .table-row {
|
|
6633
|
-
border-top: 1px solid $strokes-light-trans-1;
|
|
6634
|
-
}
|
|
6635
|
-
|
|
6636
|
-
.table-row:last-of-type {
|
|
6637
|
-
padding-bottom: 0;
|
|
6638
|
-
}
|
|
6639
|
-
}
|
|
6640
|
-
|
|
6641
|
-
&.align-right {
|
|
6642
|
-
.content {
|
|
6643
|
-
text-align: right;
|
|
6644
|
-
}
|
|
6645
|
-
}
|
|
6646
|
-
.uuid-row {
|
|
6647
|
-
display: flex;
|
|
6648
|
-
justify-content: space-between;
|
|
6649
|
-
|
|
6650
|
-
.id-text {
|
|
6651
|
-
white-space: nowrap;
|
|
6652
|
-
overflow: hidden;
|
|
6653
|
-
text-overflow: ellipsis;
|
|
6654
|
-
}
|
|
6655
|
-
}
|
|
6656
|
-
}
|
|
6657
|
-
|
|
6658
|
-
.E_t4zczcp {
|
|
6659
|
-
display: flex;
|
|
6660
|
-
justify-content: space-between;
|
|
6661
|
-
align-items: center;
|
|
6662
|
-
padding: 8px;
|
|
6663
|
-
min-height: 32px;
|
|
6664
|
-
|
|
6665
|
-
.table-title {
|
|
6666
|
-
color: $text-secondary-light;
|
|
6667
|
-
font-weight: 600;
|
|
6668
|
-
font-size: 12px;
|
|
6669
|
-
line-height: 8px;
|
|
6670
|
-
}
|
|
6671
|
-
|
|
6672
|
-
.edit-icon {
|
|
6673
|
-
font-size: 16px;
|
|
6674
|
-
color: $strokes-translucent-2-light;
|
|
6675
|
-
cursor: pointer;
|
|
6676
|
-
}
|
|
6677
|
-
}
|
|
6678
|
-
|
|
6679
|
-
.E_t1s7goww {
|
|
6680
|
-
font-size: 12px;
|
|
6681
|
-
line-height: 18px;
|
|
6682
|
-
}
|
|
6683
|
-
|
|
6684
|
-
.E_t93e4cf {
|
|
6685
|
-
display: flex;
|
|
6686
|
-
padding: 8px 0;
|
|
6687
|
-
color: $text-primary-light;
|
|
6688
|
-
|
|
6689
|
-
.hidden {
|
|
6690
|
-
display: none;
|
|
6691
|
-
}
|
|
6692
|
-
|
|
6693
|
-
.ant-btn.ant-btn-link {
|
|
6694
|
-
height: auto;
|
|
6695
|
-
}
|
|
6696
|
-
|
|
6697
|
-
.content {
|
|
6698
|
-
overflow: hidden;
|
|
6699
|
-
overflow-x: auto;
|
|
6700
|
-
width: 100%;
|
|
6701
|
-
white-space: pre-wrap;
|
|
6702
|
-
|
|
6703
|
-
.ant-btn {
|
|
6704
|
-
white-space: pre-wrap;
|
|
6705
|
-
text-align: left;
|
|
6706
|
-
}
|
|
6809
|
+
.E_wg1tsps {
|
|
6810
|
+
display: flex;
|
|
6811
|
+
align-items: center;
|
|
6812
|
+
justify-content: flex-end;
|
|
6813
|
+
}
|
|
6707
6814
|
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
|
|
6815
|
+
.E_b1ctd5xy {
|
|
6816
|
+
display: flex;
|
|
6817
|
+
align-items: center;
|
|
6818
|
+
width: calc(100% - 40px);
|
|
6819
|
+
|
|
6820
|
+
.chart {
|
|
6821
|
+
display: inline-block;
|
|
6822
|
+
width: 100%;
|
|
6711
6823
|
}
|
|
6712
6824
|
}
|
|
6713
6825
|
|
|
6714
|
-
.
|
|
6715
|
-
width:
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6826
|
+
.E_u1p8acpn {
|
|
6827
|
+
min-width: 40px;
|
|
6828
|
+
|
|
6829
|
+
.unit {
|
|
6830
|
+
color: $text-light-primary !important;
|
|
6831
|
+
}
|
|
6719
6832
|
}
|
|
6720
6833
|
|
|
6721
6834
|
|
|
@@ -6775,51 +6888,6 @@
|
|
|
6775
6888
|
}
|
|
6776
6889
|
|
|
6777
6890
|
|
|
6778
|
-
.E_d11hhzf9 {
|
|
6779
|
-
width: 492px !important;
|
|
6780
|
-
margin: 40px auto !important;
|
|
6781
|
-
padding-bottom: 0 !important;
|
|
6782
|
-
|
|
6783
|
-
.ant-modal-content {
|
|
6784
|
-
background: $backgrounds-light-primary;
|
|
6785
|
-
border-radius: 16px;
|
|
6786
|
-
}
|
|
6787
|
-
|
|
6788
|
-
.ant-modal-header {
|
|
6789
|
-
padding: 32px 40px 0;
|
|
6790
|
-
border-bottom: none;
|
|
6791
|
-
border-radius: 16px 16px 0 0;
|
|
6792
|
-
}
|
|
6793
|
-
|
|
6794
|
-
.ant-modal-close {
|
|
6795
|
-
right: 40px;
|
|
6796
|
-
top: 32px;
|
|
6797
|
-
}
|
|
6798
|
-
|
|
6799
|
-
.ant-modal-body {
|
|
6800
|
-
padding: 32px 40px;
|
|
6801
|
-
min-height: 160px;
|
|
6802
|
-
max-height: calc(
|
|
6803
|
-
100vh - 80px - 64px - var(--header-height) - var(--footer-height)
|
|
6804
|
-
);
|
|
6805
|
-
overflow-y: auto;
|
|
6806
|
-
}
|
|
6807
|
-
|
|
6808
|
-
.ant-modal-footer {
|
|
6809
|
-
padding: 24px 40px;
|
|
6810
|
-
margin-top: 0;
|
|
6811
|
-
border-top: none;
|
|
6812
|
-
box-shadow: 0px 1px 0px 0px #e1e6f199 inset;
|
|
6813
|
-
}
|
|
6814
|
-
}
|
|
6815
|
-
|
|
6816
|
-
.E_f1g147n6 {
|
|
6817
|
-
display: flex;
|
|
6818
|
-
justify-content: flex-end;
|
|
6819
|
-
gap: 8px;
|
|
6820
|
-
}
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
6891
|
.E_i5w779o {
|
|
6824
6892
|
padding: 8px 0;
|
|
6825
6893
|
|
|
@@ -6945,6 +7013,49 @@
|
|
|
6945
7013
|
}
|
|
6946
7014
|
|
|
6947
7015
|
|
|
7016
|
+
.E_c1ss4prm {
|
|
7017
|
+
color: $text-light-secondary;
|
|
7018
|
+
|
|
7019
|
+
li {
|
|
7020
|
+
margin-bottom: 4px;
|
|
7021
|
+
|
|
7022
|
+
&:last-child {
|
|
7023
|
+
margin-bottom: 0;
|
|
7024
|
+
}
|
|
7025
|
+
}
|
|
7026
|
+
}
|
|
7027
|
+
|
|
7028
|
+
.E_ms3tlei {
|
|
7029
|
+
background: $fill-neutral-trans-2;
|
|
7030
|
+
padding: 8px;
|
|
7031
|
+
border-radius: 6px;
|
|
7032
|
+
color: $gray-a60-8;
|
|
7033
|
+
|
|
7034
|
+
li {
|
|
7035
|
+
margin-bottom: 4px;
|
|
7036
|
+
|
|
7037
|
+
&:last-child {
|
|
7038
|
+
margin-bottom: 0;
|
|
7039
|
+
}
|
|
7040
|
+
}
|
|
7041
|
+
}
|
|
7042
|
+
|
|
7043
|
+
.E_du44iy7 {
|
|
7044
|
+
margin-bottom: 4px;
|
|
7045
|
+
}
|
|
7046
|
+
|
|
7047
|
+
.E_s1qmhanr {
|
|
7048
|
+
color: $text-light-secondary;
|
|
7049
|
+
margin-bottom: 8px;
|
|
7050
|
+
}
|
|
7051
|
+
|
|
7052
|
+
.E_drje1h0 {
|
|
7053
|
+
height: 1px;
|
|
7054
|
+
background: $strokes-light-opaque-2;
|
|
7055
|
+
margin: 16px 0;
|
|
7056
|
+
}
|
|
7057
|
+
|
|
7058
|
+
|
|
6948
7059
|
.E_l12xdkhl {
|
|
6949
7060
|
width: 64px;
|
|
6950
7061
|
height: 64px;
|
|
@@ -6963,6 +7074,57 @@
|
|
|
6963
7074
|
}
|
|
6964
7075
|
|
|
6965
7076
|
|
|
7077
|
+
.E_c14ouk5o {
|
|
7078
|
+
width: 100%;
|
|
7079
|
+
height: 100%;
|
|
7080
|
+
display: flex;
|
|
7081
|
+
font-size: 12px;
|
|
7082
|
+
line-height: 18px;
|
|
7083
|
+
padding: 8px 0;
|
|
7084
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7085
|
+
|
|
7086
|
+
&:last-of-type {
|
|
7087
|
+
box-shadow: none;
|
|
7088
|
+
padding-bottom: 0;
|
|
7089
|
+
}
|
|
7090
|
+
&.collapsed {
|
|
7091
|
+
flex-direction: column;
|
|
7092
|
+
|
|
7093
|
+
.collapsed-content {
|
|
7094
|
+
display: flex;
|
|
7095
|
+
|
|
7096
|
+
> span {
|
|
7097
|
+
flex: 1;
|
|
7098
|
+
display: flex;
|
|
7099
|
+
justify-content: space-between;
|
|
7100
|
+
.ant-btn {
|
|
7101
|
+
height: auto;
|
|
7102
|
+
}
|
|
7103
|
+
}
|
|
7104
|
+
}
|
|
7105
|
+
.extra-content {
|
|
7106
|
+
margin-left: 162px;
|
|
7107
|
+
}
|
|
7108
|
+
}
|
|
7109
|
+
|
|
7110
|
+
.col-label {
|
|
7111
|
+
width: 216px;
|
|
7112
|
+
color: $text-secondary-light;
|
|
7113
|
+
margin-right: 12px;
|
|
7114
|
+
flex-shrink: 0;
|
|
7115
|
+
}
|
|
7116
|
+
|
|
7117
|
+
.col-content {
|
|
7118
|
+
color: $text-primary-light;
|
|
7119
|
+
|
|
7120
|
+
/* make btn link in info row have the same height as normal text */
|
|
7121
|
+
.ant-btn.ant-btn-link {
|
|
7122
|
+
height: auto;
|
|
7123
|
+
}
|
|
7124
|
+
}
|
|
7125
|
+
}
|
|
7126
|
+
|
|
7127
|
+
|
|
6966
7128
|
.E_c1kchka8 {
|
|
6967
7129
|
height: 100%;
|
|
6968
7130
|
width: 100%;
|
|
@@ -7562,57 +7724,6 @@
|
|
|
7562
7724
|
}
|
|
7563
7725
|
|
|
7564
7726
|
|
|
7565
|
-
.E_c14ouk5o {
|
|
7566
|
-
width: 100%;
|
|
7567
|
-
height: 100%;
|
|
7568
|
-
display: flex;
|
|
7569
|
-
font-size: 12px;
|
|
7570
|
-
line-height: 18px;
|
|
7571
|
-
padding: 8px 0;
|
|
7572
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7573
|
-
|
|
7574
|
-
&:last-of-type {
|
|
7575
|
-
box-shadow: none;
|
|
7576
|
-
padding-bottom: 0;
|
|
7577
|
-
}
|
|
7578
|
-
&.collapsed {
|
|
7579
|
-
flex-direction: column;
|
|
7580
|
-
|
|
7581
|
-
.collapsed-content {
|
|
7582
|
-
display: flex;
|
|
7583
|
-
|
|
7584
|
-
> span {
|
|
7585
|
-
flex: 1;
|
|
7586
|
-
display: flex;
|
|
7587
|
-
justify-content: space-between;
|
|
7588
|
-
.ant-btn {
|
|
7589
|
-
height: auto;
|
|
7590
|
-
}
|
|
7591
|
-
}
|
|
7592
|
-
}
|
|
7593
|
-
.extra-content {
|
|
7594
|
-
margin-left: 162px;
|
|
7595
|
-
}
|
|
7596
|
-
}
|
|
7597
|
-
|
|
7598
|
-
.col-label {
|
|
7599
|
-
width: 216px;
|
|
7600
|
-
color: $text-secondary-light;
|
|
7601
|
-
margin-right: 12px;
|
|
7602
|
-
flex-shrink: 0;
|
|
7603
|
-
}
|
|
7604
|
-
|
|
7605
|
-
.col-content {
|
|
7606
|
-
color: $text-primary-light;
|
|
7607
|
-
|
|
7608
|
-
/* make btn link in info row have the same height as normal text */
|
|
7609
|
-
.ant-btn.ant-btn-link {
|
|
7610
|
-
height: auto;
|
|
7611
|
-
}
|
|
7612
|
-
}
|
|
7613
|
-
}
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
7727
|
.E_cevhqx7 {
|
|
7617
7728
|
color: $text-light-primary;
|
|
7618
7729
|
}
|
|
@@ -7622,46 +7733,3 @@
|
|
|
7622
7733
|
color: $text-light-secondary;
|
|
7623
7734
|
}
|
|
7624
7735
|
|
|
7625
|
-
|
|
7626
|
-
.E_c1ss4prm {
|
|
7627
|
-
color: $text-light-secondary;
|
|
7628
|
-
|
|
7629
|
-
li {
|
|
7630
|
-
margin-bottom: 4px;
|
|
7631
|
-
|
|
7632
|
-
&:last-child {
|
|
7633
|
-
margin-bottom: 0;
|
|
7634
|
-
}
|
|
7635
|
-
}
|
|
7636
|
-
}
|
|
7637
|
-
|
|
7638
|
-
.E_ms3tlei {
|
|
7639
|
-
background: $fill-neutral-trans-2;
|
|
7640
|
-
padding: 8px;
|
|
7641
|
-
border-radius: 6px;
|
|
7642
|
-
color: $gray-a60-8;
|
|
7643
|
-
|
|
7644
|
-
li {
|
|
7645
|
-
margin-bottom: 4px;
|
|
7646
|
-
|
|
7647
|
-
&:last-child {
|
|
7648
|
-
margin-bottom: 0;
|
|
7649
|
-
}
|
|
7650
|
-
}
|
|
7651
|
-
}
|
|
7652
|
-
|
|
7653
|
-
.E_du44iy7 {
|
|
7654
|
-
margin-bottom: 4px;
|
|
7655
|
-
}
|
|
7656
|
-
|
|
7657
|
-
.E_s1qmhanr {
|
|
7658
|
-
color: $text-light-secondary;
|
|
7659
|
-
margin-bottom: 8px;
|
|
7660
|
-
}
|
|
7661
|
-
|
|
7662
|
-
.E_drje1h0 {
|
|
7663
|
-
height: 1px;
|
|
7664
|
-
background: $strokes-light-opaque-2;
|
|
7665
|
-
margin: 16px 0;
|
|
7666
|
-
}
|
|
7667
|
-
|