@cloudtower/eagle 0.33.14 → 0.33.16
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/coreX/DateRangePicker/index.js +9 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1622 -1540
- package/dist/esm/coreX/DateRangePicker/index.js +9 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1799 -1705
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.style.d.ts +9 -0
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.type.d.ts +21 -0
- package/dist/src/coreX/KubeConfigModal/index.d.ts +4 -0
- package/dist/src/coreX/KubeConfigModal/utils.d.ts +2 -0
- package/dist/src/coreX/index.d.ts +1 -0
- package/dist/stories/docs/coreX/KubeConfigModal.stories.d.ts +83 -0
- package/dist/style.css +1298 -1220
- package/package.json +4 -4
package/dist/linaria.merged.scss
CHANGED
|
@@ -26,134 +26,6 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
.E_m74vjol {
|
|
30
|
-
display: flex;
|
|
31
|
-
justify-content: space-between;
|
|
32
|
-
width: 100%;
|
|
33
|
-
& .action {
|
|
34
|
-
margin-left: 16px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.E_a1o35uvh {
|
|
39
|
-
&.ant-alert-closable {
|
|
40
|
-
padding-right: 12px;
|
|
41
|
-
|
|
42
|
-
.ant-alert-close-icon {
|
|
43
|
-
height: fit-content;
|
|
44
|
-
margin-left: 16px;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.ant-alert-message {
|
|
49
|
-
flex: 1;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
.E_berrcjl {
|
|
55
|
-
color: $text-terdiary-light;
|
|
56
|
-
margin-bottom: 4px;
|
|
57
|
-
|
|
58
|
-
.breadcrumb-link {
|
|
59
|
-
color: $text-terdiary-light;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
transition: color 160ms ease;
|
|
62
|
-
|
|
63
|
-
&:hover {
|
|
64
|
-
color: $blue-60;
|
|
65
|
-
}
|
|
66
|
-
&:active {
|
|
67
|
-
color: $blue-80;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
.E_d133fzv0 {
|
|
74
|
-
.ant-dropdown-menu-item-group {
|
|
75
|
-
.ant-dropdown-menu-item-group-title {
|
|
76
|
-
padding: 4px 8px 0 8px;
|
|
77
|
-
color: $text-light-secondary;
|
|
78
|
-
font-size: 12px;
|
|
79
|
-
}
|
|
80
|
-
.ant-dropdown-menu-item-group-list {
|
|
81
|
-
padding-bottom: 6px;
|
|
82
|
-
}
|
|
83
|
-
&:not(:first-child) {
|
|
84
|
-
padding-top: 4px;
|
|
85
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
.E_b1nip9bk {
|
|
92
|
-
padding: 4px 11px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.E_bqamoqe {
|
|
96
|
-
white-space: nowrap;
|
|
97
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
98
|
-
|
|
99
|
-
& > .ant-btn {
|
|
100
|
-
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
101
|
-
--color: #{$text-light-general};
|
|
102
|
-
|
|
103
|
-
&[disabled],
|
|
104
|
-
&:hover[disabled] {
|
|
105
|
-
--color: #{$text-light-general};
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
& > .ant-btn:not(:only-child) {
|
|
111
|
-
& + .ant-btn {
|
|
112
|
-
margin-left: 1px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
&:first-child {
|
|
116
|
-
border-top-right-radius: 0;
|
|
117
|
-
border-bottom-right-radius: 0;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
&:last-child {
|
|
121
|
-
border-top-left-radius: 0;
|
|
122
|
-
border-bottom-left-radius: 0;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&:not(:first-child, :last-child) {
|
|
126
|
-
border-radius: unset;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
.E_c1uzzomf {
|
|
133
|
-
margin-bottom: 16px;
|
|
134
|
-
|
|
135
|
-
.card-title {
|
|
136
|
-
font-size: 16px;
|
|
137
|
-
color: $text-secondary-light;
|
|
138
|
-
font-weight: 700;
|
|
139
|
-
line-height: 32px;
|
|
140
|
-
}
|
|
141
|
-
.card-body {
|
|
142
|
-
padding: 24px;
|
|
143
|
-
border-radius: 8px;
|
|
144
|
-
background: $fills-light-white;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.empty {
|
|
148
|
-
font-weight: 700;
|
|
149
|
-
font-size: 14px;
|
|
150
|
-
line-height: 22px;
|
|
151
|
-
color: $text-light-tertiary;
|
|
152
|
-
text-align: center;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
29
|
.E_b1wx3t3t {
|
|
158
30
|
&.ant-btn-icon-only {
|
|
159
31
|
justify-content: center;
|
|
@@ -512,6 +384,134 @@
|
|
|
512
384
|
}
|
|
513
385
|
|
|
514
386
|
|
|
387
|
+
.E_m74vjol {
|
|
388
|
+
display: flex;
|
|
389
|
+
justify-content: space-between;
|
|
390
|
+
width: 100%;
|
|
391
|
+
& .action {
|
|
392
|
+
margin-left: 16px;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.E_a1o35uvh {
|
|
397
|
+
&.ant-alert-closable {
|
|
398
|
+
padding-right: 12px;
|
|
399
|
+
|
|
400
|
+
.ant-alert-close-icon {
|
|
401
|
+
height: fit-content;
|
|
402
|
+
margin-left: 16px;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.ant-alert-message {
|
|
407
|
+
flex: 1;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
.E_c1uzzomf {
|
|
413
|
+
margin-bottom: 16px;
|
|
414
|
+
|
|
415
|
+
.card-title {
|
|
416
|
+
font-size: 16px;
|
|
417
|
+
color: $text-secondary-light;
|
|
418
|
+
font-weight: 700;
|
|
419
|
+
line-height: 32px;
|
|
420
|
+
}
|
|
421
|
+
.card-body {
|
|
422
|
+
padding: 24px;
|
|
423
|
+
border-radius: 8px;
|
|
424
|
+
background: $fills-light-white;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.empty {
|
|
428
|
+
font-weight: 700;
|
|
429
|
+
font-size: 14px;
|
|
430
|
+
line-height: 22px;
|
|
431
|
+
color: $text-light-tertiary;
|
|
432
|
+
text-align: center;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
.E_d133fzv0 {
|
|
438
|
+
.ant-dropdown-menu-item-group {
|
|
439
|
+
.ant-dropdown-menu-item-group-title {
|
|
440
|
+
padding: 4px 8px 0 8px;
|
|
441
|
+
color: $text-light-secondary;
|
|
442
|
+
font-size: 12px;
|
|
443
|
+
}
|
|
444
|
+
.ant-dropdown-menu-item-group-list {
|
|
445
|
+
padding-bottom: 6px;
|
|
446
|
+
}
|
|
447
|
+
&:not(:first-child) {
|
|
448
|
+
padding-top: 4px;
|
|
449
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
.E_b1nip9bk {
|
|
456
|
+
padding: 4px 11px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.E_bqamoqe {
|
|
460
|
+
white-space: nowrap;
|
|
461
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
462
|
+
|
|
463
|
+
& > .ant-btn {
|
|
464
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
465
|
+
--color: #{$text-light-general};
|
|
466
|
+
|
|
467
|
+
&[disabled],
|
|
468
|
+
&:hover[disabled] {
|
|
469
|
+
--color: #{$text-light-general};
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
& > .ant-btn:not(:only-child) {
|
|
475
|
+
& + .ant-btn {
|
|
476
|
+
margin-left: 1px;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
&:first-child {
|
|
480
|
+
border-top-right-radius: 0;
|
|
481
|
+
border-bottom-right-radius: 0;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
&:last-child {
|
|
485
|
+
border-top-left-radius: 0;
|
|
486
|
+
border-bottom-left-radius: 0;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
&:not(:first-child, :last-child) {
|
|
490
|
+
border-radius: unset;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
.E_berrcjl {
|
|
497
|
+
color: $text-terdiary-light;
|
|
498
|
+
margin-bottom: 4px;
|
|
499
|
+
|
|
500
|
+
.breadcrumb-link {
|
|
501
|
+
color: $text-terdiary-light;
|
|
502
|
+
cursor: pointer;
|
|
503
|
+
transition: color 160ms ease;
|
|
504
|
+
|
|
505
|
+
&:hover {
|
|
506
|
+
color: $blue-60;
|
|
507
|
+
}
|
|
508
|
+
&:active {
|
|
509
|
+
color: $blue-80;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
|
|
515
515
|
.E_d1bw7c5z {
|
|
516
516
|
position: relative;
|
|
517
517
|
max-width: 388px;
|
|
@@ -603,10 +603,34 @@
|
|
|
603
603
|
}
|
|
604
604
|
|
|
605
605
|
|
|
606
|
-
.
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
606
|
+
.E_ccrbeuz {
|
|
607
|
+
.ant-collapse-item {
|
|
608
|
+
border: 0px;
|
|
609
|
+
background-color: $fills-light-white;
|
|
610
|
+
|
|
611
|
+
.ant-collapse-header {
|
|
612
|
+
padding-top: 0px;
|
|
613
|
+
padding-bottom: 0px;
|
|
614
|
+
padding-left: 0px !important;
|
|
615
|
+
padding-right: 24px;
|
|
616
|
+
.ant-collapse-arrow {
|
|
617
|
+
right: 0px;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
.ant-collapse-content {
|
|
621
|
+
.ant-collapse-content-box {
|
|
622
|
+
padding: 0px;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.E_c1fljvag {
|
|
629
|
+
.ant-collapse-item {
|
|
630
|
+
.ant-collapse-header {
|
|
631
|
+
padding-right: 0px;
|
|
632
|
+
cursor: default;
|
|
633
|
+
}
|
|
610
634
|
}
|
|
611
635
|
}
|
|
612
636
|
|
|
@@ -666,41 +690,116 @@
|
|
|
666
690
|
}
|
|
667
691
|
|
|
668
692
|
|
|
669
|
-
.
|
|
670
|
-
.ant-
|
|
671
|
-
|
|
672
|
-
|
|
693
|
+
.E_sx1bpnu {
|
|
694
|
+
.ant-input-sm {
|
|
695
|
+
line-height: 18px;
|
|
696
|
+
}
|
|
697
|
+
}
|
|
673
698
|
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
699
|
+
|
|
700
|
+
.E_c1yyuluq {
|
|
701
|
+
border-radius: 8px;
|
|
702
|
+
.ant-card-body {
|
|
703
|
+
padding: 20px 24px 24px 24px;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
.E_i11gg7mj {
|
|
709
|
+
.ant-input-prefix {
|
|
710
|
+
margin-right: 8px;
|
|
711
|
+
}
|
|
712
|
+
.ant-input-suffix {
|
|
713
|
+
margin-left: 8px;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.E_cc368xp {
|
|
718
|
+
color: $gray-120;
|
|
719
|
+
border-right: 1px solid $gray-a60-5;
|
|
720
|
+
margin-right: 8px;
|
|
721
|
+
padding-right: 8px;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
.E_i11o6xqj {
|
|
725
|
+
display: flex;
|
|
726
|
+
gap: 4px;
|
|
727
|
+
|
|
728
|
+
.icon-wrapper {
|
|
729
|
+
cursor: pointer;
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.E_d19ruhdj {
|
|
734
|
+
&.icon-wrapper {
|
|
735
|
+
cursor: not-allowed;
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
.E_phljevk {
|
|
741
|
+
display: flex;
|
|
742
|
+
justify-content: space-between;
|
|
743
|
+
align-items: center;
|
|
744
|
+
padding: 10px 0;
|
|
745
|
+
color: $text-light-secondary;
|
|
746
|
+
font-size: 12px;
|
|
747
|
+
line-height: 24px;
|
|
748
|
+
|
|
749
|
+
.pagination-left {
|
|
750
|
+
padding: 2px 8px;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.dropdown-trigger {
|
|
754
|
+
display: flex;
|
|
755
|
+
align-items: center;
|
|
756
|
+
border-radius: 6px;
|
|
757
|
+
cursor: pointer;
|
|
758
|
+
transition: all 0.3s ease;
|
|
759
|
+
|
|
760
|
+
&:hover {
|
|
761
|
+
background: $fills-interaction-light-general-hover;
|
|
762
|
+
color: $text-light-general;
|
|
682
763
|
}
|
|
683
|
-
.
|
|
684
|
-
|
|
685
|
-
padding: 0px;
|
|
686
|
-
}
|
|
764
|
+
.icon-inner {
|
|
765
|
+
margin-left: 4px;
|
|
687
766
|
}
|
|
688
767
|
}
|
|
689
|
-
}
|
|
690
768
|
|
|
691
|
-
.
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
769
|
+
.pagination-right {
|
|
770
|
+
display: flex;
|
|
771
|
+
align-items: center;
|
|
772
|
+
color: $blue-60;
|
|
773
|
+
font-weight: bold;
|
|
774
|
+
.icon-inner {
|
|
775
|
+
margin-left: 4px;
|
|
776
|
+
}
|
|
777
|
+
.prev-btn,
|
|
778
|
+
.next-btn {
|
|
779
|
+
padding: 0 8px;
|
|
780
|
+
> span {
|
|
781
|
+
color: $text-light-general;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.next-btn {
|
|
786
|
+
.icon-inner {
|
|
787
|
+
transform: rotate(180deg);
|
|
788
|
+
}
|
|
696
789
|
}
|
|
697
790
|
}
|
|
698
791
|
}
|
|
699
792
|
|
|
793
|
+
.E_d12rtyeg {
|
|
794
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
795
|
+
max-height: calc(100vh - 128px);
|
|
796
|
+
overflow-y: auto;
|
|
700
797
|
|
|
701
|
-
.
|
|
702
|
-
|
|
703
|
-
|
|
798
|
+
.ant-dropdown-menu-item {
|
|
799
|
+
padding: 4px 20px;
|
|
800
|
+
font-size: 12px;
|
|
801
|
+
line-height: 18px;
|
|
802
|
+
}
|
|
704
803
|
}
|
|
705
804
|
}
|
|
706
805
|
|
|
@@ -886,105 +985,6 @@
|
|
|
886
985
|
}
|
|
887
986
|
|
|
888
987
|
|
|
889
|
-
.E_i11gg7mj {
|
|
890
|
-
.ant-input-prefix {
|
|
891
|
-
margin-right: 8px;
|
|
892
|
-
}
|
|
893
|
-
.ant-input-suffix {
|
|
894
|
-
margin-left: 8px;
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.E_cc368xp {
|
|
899
|
-
color: $gray-120;
|
|
900
|
-
border-right: 1px solid $gray-a60-5;
|
|
901
|
-
margin-right: 8px;
|
|
902
|
-
padding-right: 8px;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
.E_i11o6xqj {
|
|
906
|
-
display: flex;
|
|
907
|
-
gap: 4px;
|
|
908
|
-
|
|
909
|
-
.icon-wrapper {
|
|
910
|
-
cursor: pointer;
|
|
911
|
-
}
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.E_d19ruhdj {
|
|
915
|
-
&.icon-wrapper {
|
|
916
|
-
cursor: not-allowed;
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
.E_phljevk {
|
|
922
|
-
display: flex;
|
|
923
|
-
justify-content: space-between;
|
|
924
|
-
align-items: center;
|
|
925
|
-
padding: 10px 0;
|
|
926
|
-
color: $text-light-secondary;
|
|
927
|
-
font-size: 12px;
|
|
928
|
-
line-height: 24px;
|
|
929
|
-
|
|
930
|
-
.pagination-left {
|
|
931
|
-
padding: 2px 8px;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.dropdown-trigger {
|
|
935
|
-
display: flex;
|
|
936
|
-
align-items: center;
|
|
937
|
-
border-radius: 6px;
|
|
938
|
-
cursor: pointer;
|
|
939
|
-
transition: all 0.3s ease;
|
|
940
|
-
|
|
941
|
-
&:hover {
|
|
942
|
-
background: $fills-interaction-light-general-hover;
|
|
943
|
-
color: $text-light-general;
|
|
944
|
-
}
|
|
945
|
-
.icon-inner {
|
|
946
|
-
margin-left: 4px;
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.pagination-right {
|
|
951
|
-
display: flex;
|
|
952
|
-
align-items: center;
|
|
953
|
-
color: $blue-60;
|
|
954
|
-
font-weight: bold;
|
|
955
|
-
.icon-inner {
|
|
956
|
-
margin-left: 4px;
|
|
957
|
-
}
|
|
958
|
-
.prev-btn,
|
|
959
|
-
.next-btn {
|
|
960
|
-
padding: 0 8px;
|
|
961
|
-
> span {
|
|
962
|
-
color: $text-light-general;
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
.next-btn {
|
|
967
|
-
.icon-inner {
|
|
968
|
-
transform: rotate(180deg);
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
.E_d12rtyeg {
|
|
975
|
-
&.ant-dropdown .ant-dropdown-menu {
|
|
976
|
-
max-height: calc(100vh - 128px);
|
|
977
|
-
overflow-y: auto;
|
|
978
|
-
|
|
979
|
-
.ant-dropdown-menu-item {
|
|
980
|
-
padding: 4px 20px;
|
|
981
|
-
font-size: 12px;
|
|
982
|
-
line-height: 18px;
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
|
|
988
988
|
.E_ivqqkzv {
|
|
989
989
|
height: 24px;
|
|
990
990
|
width: 56px !important;
|
|
@@ -1112,95 +1112,6 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
1114
|
|
|
1115
|
-
.E_s1dni7lo {
|
|
1116
|
-
width: 430px !important;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.E_d1wwmmm5 {
|
|
1120
|
-
.ant-select-item-group {
|
|
1121
|
-
padding: 8px 16px;
|
|
1122
|
-
line-height: 18px;
|
|
1123
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1124
|
-
height: 34px;
|
|
1125
|
-
min-height: 34px;
|
|
1126
|
-
box-sizing: border-box;
|
|
1127
|
-
margin-top: 8px;
|
|
1128
|
-
}
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.E_o1ugr09p {
|
|
1132
|
-
display: flex;
|
|
1133
|
-
flex-direction: column;
|
|
1134
|
-
margin: 1px 8px;
|
|
1135
|
-
padding: 8px;
|
|
1136
|
-
border-radius: 4px;
|
|
1137
|
-
|
|
1138
|
-
.selected-icon {
|
|
1139
|
-
display: none;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
&.ant-select-item-option-grouped {
|
|
1143
|
-
padding-left: 8px;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
&.ant-select-item-option-selected {
|
|
1147
|
-
background-color: white;
|
|
1148
|
-
.timezone-title {
|
|
1149
|
-
color: #0080ff;
|
|
1150
|
-
}
|
|
1151
|
-
.selected-icon {
|
|
1152
|
-
display: block;
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
&.ant-select-item-option-active {
|
|
1157
|
-
background: rgba(0, 136, 255, 0.16);
|
|
1158
|
-
.timezone-title {
|
|
1159
|
-
color: #0080ff;
|
|
1160
|
-
}
|
|
1161
|
-
.timezone-tag {
|
|
1162
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1163
|
-
color: #0080ff;
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
.E_o1ifxsq4 {
|
|
1169
|
-
display: flex;
|
|
1170
|
-
justify-content: space-between;
|
|
1171
|
-
height: 20px;
|
|
1172
|
-
line-height: 20px;
|
|
1173
|
-
|
|
1174
|
-
.timezone-title {
|
|
1175
|
-
color: #2d3a56;
|
|
1176
|
-
overflow: hidden;
|
|
1177
|
-
text-overflow: ellipsis;
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
.E_o1zue7 {
|
|
1182
|
-
display: flex;
|
|
1183
|
-
justify-content: space-between;
|
|
1184
|
-
color: $text-light-secondary;
|
|
1185
|
-
height: 18px;
|
|
1186
|
-
line-height: 18px;
|
|
1187
|
-
margin-top: 2px;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.E_tyfmlxg {
|
|
1191
|
-
border: none;
|
|
1192
|
-
margin-right: 0;
|
|
1193
|
-
background: rgba(225, 230, 241, 0.6);
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
.E_o18uybox {
|
|
1197
|
-
pointer-events: none;
|
|
1198
|
-
height: 32px;
|
|
1199
|
-
width: 100%;
|
|
1200
|
-
opacity: 0;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
1115
|
.E_t1m2x205 {
|
|
1205
1116
|
.ant-tooltip-arrow {
|
|
1206
1117
|
display: none;
|
|
@@ -1301,6 +1212,95 @@
|
|
|
1301
1212
|
}
|
|
1302
1213
|
|
|
1303
1214
|
|
|
1215
|
+
.E_s1dni7lo {
|
|
1216
|
+
width: 430px !important;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.E_d1wwmmm5 {
|
|
1220
|
+
.ant-select-item-group {
|
|
1221
|
+
padding: 8px 16px;
|
|
1222
|
+
line-height: 18px;
|
|
1223
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1224
|
+
height: 34px;
|
|
1225
|
+
min-height: 34px;
|
|
1226
|
+
box-sizing: border-box;
|
|
1227
|
+
margin-top: 8px;
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.E_o1ugr09p {
|
|
1232
|
+
display: flex;
|
|
1233
|
+
flex-direction: column;
|
|
1234
|
+
margin: 1px 8px;
|
|
1235
|
+
padding: 8px;
|
|
1236
|
+
border-radius: 4px;
|
|
1237
|
+
|
|
1238
|
+
.selected-icon {
|
|
1239
|
+
display: none;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
&.ant-select-item-option-grouped {
|
|
1243
|
+
padding-left: 8px;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
&.ant-select-item-option-selected {
|
|
1247
|
+
background-color: white;
|
|
1248
|
+
.timezone-title {
|
|
1249
|
+
color: #0080ff;
|
|
1250
|
+
}
|
|
1251
|
+
.selected-icon {
|
|
1252
|
+
display: block;
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
&.ant-select-item-option-active {
|
|
1257
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1258
|
+
.timezone-title {
|
|
1259
|
+
color: #0080ff;
|
|
1260
|
+
}
|
|
1261
|
+
.timezone-tag {
|
|
1262
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1263
|
+
color: #0080ff;
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.E_o1ifxsq4 {
|
|
1269
|
+
display: flex;
|
|
1270
|
+
justify-content: space-between;
|
|
1271
|
+
height: 20px;
|
|
1272
|
+
line-height: 20px;
|
|
1273
|
+
|
|
1274
|
+
.timezone-title {
|
|
1275
|
+
color: #2d3a56;
|
|
1276
|
+
overflow: hidden;
|
|
1277
|
+
text-overflow: ellipsis;
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.E_o1zue7 {
|
|
1282
|
+
display: flex;
|
|
1283
|
+
justify-content: space-between;
|
|
1284
|
+
color: $text-light-secondary;
|
|
1285
|
+
height: 18px;
|
|
1286
|
+
line-height: 18px;
|
|
1287
|
+
margin-top: 2px;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.E_tyfmlxg {
|
|
1291
|
+
border: none;
|
|
1292
|
+
margin-right: 0;
|
|
1293
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.E_o18uybox {
|
|
1297
|
+
pointer-events: none;
|
|
1298
|
+
height: 32px;
|
|
1299
|
+
width: 100%;
|
|
1300
|
+
opacity: 0;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
1304
|
.E_fzh9mnb {
|
|
1305
1305
|
width: 100%;
|
|
1306
1306
|
height: 100%;
|
|
@@ -1318,28 +1318,6 @@
|
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
1320
|
|
|
1321
|
-
.E_iouxfgt {
|
|
1322
|
-
display: inline-flex;
|
|
1323
|
-
align-items: center;
|
|
1324
|
-
|
|
1325
|
-
.icon-inner {
|
|
1326
|
-
display: inline-flex;
|
|
1327
|
-
align-items: center;
|
|
1328
|
-
justify-content: center;
|
|
1329
|
-
}
|
|
1330
|
-
.icon-inner + span,
|
|
1331
|
-
span + .icon-inner.suffix {
|
|
1332
|
-
margin-left: 4px;
|
|
1333
|
-
}
|
|
1334
|
-
&.is-rotate {
|
|
1335
|
-
img,
|
|
1336
|
-
svg {
|
|
1337
|
-
animation: rotate 680ms linear infinite;
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
1321
|
.E_f7pxqmh {
|
|
1344
1322
|
width: 100%;
|
|
1345
1323
|
margin-bottom: 0 !important;
|
|
@@ -1382,74 +1360,133 @@
|
|
|
1382
1360
|
}
|
|
1383
1361
|
|
|
1384
1362
|
|
|
1385
|
-
.
|
|
1363
|
+
.E_a1wfy30z {
|
|
1386
1364
|
.ant-input-number-handler-wrap {
|
|
1387
|
-
display: var(--
|
|
1365
|
+
display: var(--a1wfy30z-0);
|
|
1388
1366
|
}
|
|
1389
1367
|
.ant-input-number-input-wrap {
|
|
1368
|
+
padding: 4px 11px;
|
|
1390
1369
|
display: inline-flex;
|
|
1391
1370
|
line-height: 1.5715;
|
|
1392
|
-
height:
|
|
1393
|
-
width: 100%;
|
|
1371
|
+
height: inherit;
|
|
1394
1372
|
}
|
|
1395
1373
|
|
|
1396
1374
|
.ant-input-number-input-wrap::after {
|
|
1397
|
-
content: var(--
|
|
1398
|
-
display: var(--
|
|
1375
|
+
content: var(--a1wfy30z-1);
|
|
1376
|
+
display: var(--a1wfy30z-2);
|
|
1399
1377
|
flex: none;
|
|
1400
1378
|
align-items: center;
|
|
1401
1379
|
margin-left: 4px;
|
|
1402
|
-
padding: 5px 12px 5px 0;
|
|
1403
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1404
1380
|
}
|
|
1405
1381
|
|
|
1406
1382
|
.ant-input-number-input-wrap::before {
|
|
1407
|
-
content: var(--
|
|
1408
|
-
display: var(--
|
|
1383
|
+
content: var(--a1wfy30z-3);
|
|
1384
|
+
display: var(--a1wfy30z-4);
|
|
1409
1385
|
flex: none;
|
|
1410
1386
|
align-items: center;
|
|
1411
1387
|
margin-right: 4px;
|
|
1412
1388
|
cursor: auto;
|
|
1413
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
.ant-input-group.ant-input-group-compact > & {
|
|
1417
|
-
border-radius: 0;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
&.ant-input-number {
|
|
1421
|
-
width: 100%;
|
|
1422
|
-
border-radius: 6px;
|
|
1423
|
-
}
|
|
1424
|
-
&.ant-input-number:not([disabled]) {
|
|
1425
|
-
&:focus,
|
|
1426
|
-
&:active,
|
|
1427
|
-
&.ant-input-number-focused {
|
|
1428
|
-
&.ant-input-number {
|
|
1429
|
-
border-color: $blue;
|
|
1430
|
-
box-shadow: $shadow-light-active;
|
|
1431
|
-
z-index: $input-hover-index;
|
|
1432
|
-
}
|
|
1433
|
-
}
|
|
1434
|
-
&.error {
|
|
1435
|
-
&:hover,
|
|
1436
|
-
&.ant-input-number-focused {
|
|
1437
|
-
&.ant-input-number {
|
|
1438
|
-
border-color: $red;
|
|
1439
|
-
box-shadow: $shadow-light-error;
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
1389
|
}
|
|
1444
1390
|
|
|
1445
1391
|
.ant-input-number-input {
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1392
|
+
padding: 0;
|
|
1393
|
+
margin: 0;
|
|
1394
|
+
height: auto;
|
|
1449
1395
|
font-size: inherit;
|
|
1450
1396
|
}
|
|
1397
|
+
}
|
|
1451
1398
|
|
|
1452
|
-
|
|
1399
|
+
|
|
1400
|
+
.E_iouxfgt {
|
|
1401
|
+
display: inline-flex;
|
|
1402
|
+
align-items: center;
|
|
1403
|
+
|
|
1404
|
+
.icon-inner {
|
|
1405
|
+
display: inline-flex;
|
|
1406
|
+
align-items: center;
|
|
1407
|
+
justify-content: center;
|
|
1408
|
+
}
|
|
1409
|
+
.icon-inner + span,
|
|
1410
|
+
span + .icon-inner.suffix {
|
|
1411
|
+
margin-left: 4px;
|
|
1412
|
+
}
|
|
1413
|
+
&.is-rotate {
|
|
1414
|
+
img,
|
|
1415
|
+
svg {
|
|
1416
|
+
animation: rotate 680ms linear infinite;
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
.E_ai7qkf2 {
|
|
1423
|
+
.ant-input-number-handler-wrap {
|
|
1424
|
+
display: var(--ai7qkf2-0);
|
|
1425
|
+
}
|
|
1426
|
+
.ant-input-number-input-wrap {
|
|
1427
|
+
display: inline-flex;
|
|
1428
|
+
line-height: 1.5715;
|
|
1429
|
+
height: 100%;
|
|
1430
|
+
width: 100%;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.ant-input-number-input-wrap::after {
|
|
1434
|
+
content: var(--ai7qkf2-1);
|
|
1435
|
+
display: var(--ai7qkf2-2);
|
|
1436
|
+
flex: none;
|
|
1437
|
+
align-items: center;
|
|
1438
|
+
margin-left: 4px;
|
|
1439
|
+
padding: 5px 12px 5px 0;
|
|
1440
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.ant-input-number-input-wrap::before {
|
|
1444
|
+
content: var(--ai7qkf2-3);
|
|
1445
|
+
display: var(--ai7qkf2-4);
|
|
1446
|
+
flex: none;
|
|
1447
|
+
align-items: center;
|
|
1448
|
+
margin-right: 4px;
|
|
1449
|
+
cursor: auto;
|
|
1450
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.ant-input-group.ant-input-group-compact > & {
|
|
1454
|
+
border-radius: 0;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
&.ant-input-number {
|
|
1458
|
+
width: 100%;
|
|
1459
|
+
border-radius: 6px;
|
|
1460
|
+
}
|
|
1461
|
+
&.ant-input-number:not([disabled]) {
|
|
1462
|
+
&:focus,
|
|
1463
|
+
&:active,
|
|
1464
|
+
&.ant-input-number-focused {
|
|
1465
|
+
&.ant-input-number {
|
|
1466
|
+
border-color: $blue;
|
|
1467
|
+
box-shadow: $shadow-light-active;
|
|
1468
|
+
z-index: $input-hover-index;
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
&.error {
|
|
1472
|
+
&:hover,
|
|
1473
|
+
&.ant-input-number-focused {
|
|
1474
|
+
&.ant-input-number {
|
|
1475
|
+
border-color: $red;
|
|
1476
|
+
box-shadow: $shadow-light-error;
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.ant-input-number-input {
|
|
1483
|
+
height: 30px;
|
|
1484
|
+
border: 1px;
|
|
1485
|
+
padding: 5px 12px;
|
|
1486
|
+
font-size: inherit;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
&.ant-input-number-lg input {
|
|
1453
1490
|
height: 38px;
|
|
1454
1491
|
border: 1px;
|
|
1455
1492
|
padding: 8px 16px;
|
|
@@ -1463,16 +1500,6 @@
|
|
|
1463
1500
|
}
|
|
1464
1501
|
|
|
1465
1502
|
|
|
1466
|
-
.E_owd0kml {
|
|
1467
|
-
display: inline-block;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.E_h1jsgezc {
|
|
1471
|
-
visibility: hidden;
|
|
1472
|
-
position: absolute;
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
1503
|
.E_atcz0kf {
|
|
1477
1504
|
.ant-input-suffix {
|
|
1478
1505
|
margin-left: 8px;
|
|
@@ -1483,6 +1510,16 @@
|
|
|
1483
1510
|
}
|
|
1484
1511
|
|
|
1485
1512
|
|
|
1513
|
+
.E_owd0kml {
|
|
1514
|
+
display: inline-block;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.E_h1jsgezc {
|
|
1518
|
+
visibility: hidden;
|
|
1519
|
+
position: absolute;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
|
|
1486
1523
|
.E_i1inqkme {
|
|
1487
1524
|
height: 18px;
|
|
1488
1525
|
line-height: 18px;
|
|
@@ -1497,43 +1534,6 @@
|
|
|
1497
1534
|
}
|
|
1498
1535
|
|
|
1499
1536
|
|
|
1500
|
-
.E_a1wfy30z {
|
|
1501
|
-
.ant-input-number-handler-wrap {
|
|
1502
|
-
display: var(--a1wfy30z-0);
|
|
1503
|
-
}
|
|
1504
|
-
.ant-input-number-input-wrap {
|
|
1505
|
-
padding: 4px 11px;
|
|
1506
|
-
display: inline-flex;
|
|
1507
|
-
line-height: 1.5715;
|
|
1508
|
-
height: inherit;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
.ant-input-number-input-wrap::after {
|
|
1512
|
-
content: var(--a1wfy30z-1);
|
|
1513
|
-
display: var(--a1wfy30z-2);
|
|
1514
|
-
flex: none;
|
|
1515
|
-
align-items: center;
|
|
1516
|
-
margin-left: 4px;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
.ant-input-number-input-wrap::before {
|
|
1520
|
-
content: var(--a1wfy30z-3);
|
|
1521
|
-
display: var(--a1wfy30z-4);
|
|
1522
|
-
flex: none;
|
|
1523
|
-
align-items: center;
|
|
1524
|
-
margin-right: 4px;
|
|
1525
|
-
cursor: auto;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
.ant-input-number-input {
|
|
1529
|
-
padding: 0;
|
|
1530
|
-
margin: 0;
|
|
1531
|
-
height: auto;
|
|
1532
|
-
font-size: inherit;
|
|
1533
|
-
}
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
1537
|
.E_cnujxq2 {
|
|
1538
1538
|
display: flex;
|
|
1539
1539
|
flex-direction: column;
|
|
@@ -2701,11 +2701,6 @@
|
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
2703
|
|
|
2704
|
-
.E_m196gn1d {
|
|
2705
|
-
min-width: 1280px;
|
|
2706
|
-
}
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
2704
|
.E_a1b5xrg3 {
|
|
2710
2705
|
.user-icon-inner {
|
|
2711
2706
|
display: inline-flex;
|
|
@@ -2743,60 +2738,167 @@
|
|
|
2743
2738
|
}
|
|
2744
2739
|
|
|
2745
2740
|
|
|
2746
|
-
.
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
opacity: 1;
|
|
2750
|
-
}
|
|
2741
|
+
.E_m196gn1d {
|
|
2742
|
+
min-width: 1280px;
|
|
2743
|
+
}
|
|
2751
2744
|
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2745
|
+
|
|
2746
|
+
.E_s17wv897 {
|
|
2747
|
+
&.ant-select,
|
|
2748
|
+
&.ant-select div.ant-select-selector {
|
|
2749
|
+
border-radius: 6px;
|
|
2755
2750
|
}
|
|
2756
|
-
}
|
|
2757
2751
|
|
|
2758
|
-
.E_sks9xr8 {
|
|
2759
2752
|
&.ant-select {
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2753
|
+
&.ant-select-single {
|
|
2754
|
+
width: 100%;
|
|
2755
|
+
&[data-size="small"] {
|
|
2756
|
+
}
|
|
2757
|
+
&[data-size="middle"] {
|
|
2758
|
+
height: 30px;
|
|
2759
|
+
}
|
|
2760
|
+
&[data-size="large"] {
|
|
2761
|
+
}
|
|
2762
|
+
color: $text-primary-light;
|
|
2763
|
+
border-color: $strokes-light-trans-2;
|
|
2764
|
+
transition:
|
|
2765
|
+
border 160ms ease 8ms,
|
|
2766
|
+
box-shadow 160ms ease 8ms;
|
|
2767
|
+
font-size: 13px;
|
|
2775
2768
|
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2769
|
+
&.ant-select-lg {
|
|
2770
|
+
height: 38px;
|
|
2771
|
+
font-size: 13px;
|
|
2779
2772
|
}
|
|
2780
|
-
}
|
|
2781
2773
|
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2774
|
+
.ant-select-arrow,
|
|
2775
|
+
.ant-select-arrow .anticon-down {
|
|
2776
|
+
transition: 160ms ease;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
.ant-select-arrow-loading {
|
|
2780
|
+
color: $fills-light-general-general;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
&:not(.ant-select-disabled) {
|
|
2784
|
+
&:hover .ant-select-selector,
|
|
2785
|
+
&.__pseudo-states-hover .ant-select-selector {
|
|
2786
|
+
border-color: $strokes-light-trans-4;
|
|
2787
|
+
box-shadow: $shadow-light-hover;
|
|
2792
2788
|
}
|
|
2793
2789
|
|
|
2794
|
-
&:
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2790
|
+
&:hover .ant-select-arrow,
|
|
2791
|
+
&.__pseudo-states-hover .ant-select-arrow {
|
|
2792
|
+
color: $fills-light-general-general;
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
&:active,
|
|
2796
|
+
&:focus,
|
|
2797
|
+
&.ant-select-focused,
|
|
2798
|
+
&.ant-select-open,
|
|
2799
|
+
&.__pseudo-states-active,
|
|
2800
|
+
&.__pseudo-states-focus {
|
|
2801
|
+
.ant-select-selector {
|
|
2802
|
+
border-color: $fills-light-general-general;
|
|
2803
|
+
box-shadow: $shadow-light-active;
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2808
|
+
transform: rotate(180deg);
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
&.ant-select-disabled .ant-select-selector {
|
|
2813
|
+
background: $fills-light-trans-3;
|
|
2814
|
+
border-color: $strokes-light-trans-3;
|
|
2815
|
+
cursor: "not-allowed";
|
|
2816
|
+
}
|
|
2817
|
+
}
|
|
2818
|
+
&.select-error:not(.ant-select-disabled) {
|
|
2819
|
+
.ant-select-selector {
|
|
2820
|
+
border-color: $fills-light-serious-serious !important;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
&:hover .ant-select-arrow,
|
|
2824
|
+
&.__pseudo-states-hover .ant-select-arrow {
|
|
2825
|
+
color: $text-light-super;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
&:active,
|
|
2829
|
+
&:focus,
|
|
2830
|
+
&.ant-select-focused,
|
|
2831
|
+
&.ant-select-open,
|
|
2832
|
+
&.__pseudo-states-focus,
|
|
2833
|
+
&.__pseudo-states-active {
|
|
2834
|
+
.ant-select-selector {
|
|
2835
|
+
border-color: $fills-light-general-general;
|
|
2836
|
+
box-shadow: $shadow-light-error;
|
|
2837
|
+
}
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2841
|
+
transform: rotate(180deg);
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
|
|
2848
|
+
.E_s4ivdfu {
|
|
2849
|
+
&.ant-select {
|
|
2850
|
+
.ant-select-selection-placeholder {
|
|
2851
|
+
opacity: 1;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
&.select-loading-value {
|
|
2855
|
+
pointer-events: none;
|
|
2856
|
+
}
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
.E_sks9xr8 {
|
|
2861
|
+
&.ant-select {
|
|
2862
|
+
.select-hover-suffix,
|
|
2863
|
+
.select-active-suffix,
|
|
2864
|
+
.select-expanded-suffix,
|
|
2865
|
+
.select-expanded-search-suffix,
|
|
2866
|
+
.select-focus-suffix,
|
|
2867
|
+
.select-error-suffix,
|
|
2868
|
+
.select-error-hover-suffix,
|
|
2869
|
+
.select-error-active-suffix,
|
|
2870
|
+
.select-error-expanded-suffix,
|
|
2871
|
+
.select-error-expanded-search-suffix,
|
|
2872
|
+
.select-error-focus-suffix {
|
|
2873
|
+
display: none;
|
|
2874
|
+
width: 16px;
|
|
2875
|
+
height: 16px;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
&.ant-select-disabled {
|
|
2879
|
+
.select-suffix {
|
|
2880
|
+
opacity: 0.5;
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2884
|
+
&:not(.ant-select-disabled) {
|
|
2885
|
+
// open, not error
|
|
2886
|
+
&.ant-select-open:not(.select-error) {
|
|
2887
|
+
&.ant-select-show-search {
|
|
2888
|
+
.select-suffix {
|
|
2889
|
+
display: none;
|
|
2890
|
+
}
|
|
2891
|
+
.select-expanded-search-suffix {
|
|
2892
|
+
display: inline;
|
|
2893
|
+
}
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
&:not(.ant-select-show-search) {
|
|
2897
|
+
.select-suffix {
|
|
2898
|
+
display: none;
|
|
2899
|
+
}
|
|
2900
|
+
.select-expanded-suffix {
|
|
2901
|
+
display: inline;
|
|
2800
2902
|
}
|
|
2801
2903
|
}
|
|
2802
2904
|
}
|
|
@@ -2944,108 +3046,6 @@
|
|
|
2944
3046
|
}
|
|
2945
3047
|
|
|
2946
3048
|
|
|
2947
|
-
.E_s17wv897 {
|
|
2948
|
-
&.ant-select,
|
|
2949
|
-
&.ant-select div.ant-select-selector {
|
|
2950
|
-
border-radius: 6px;
|
|
2951
|
-
}
|
|
2952
|
-
|
|
2953
|
-
&.ant-select {
|
|
2954
|
-
&.ant-select-single {
|
|
2955
|
-
width: 100%;
|
|
2956
|
-
&[data-size="small"] {
|
|
2957
|
-
}
|
|
2958
|
-
&[data-size="middle"] {
|
|
2959
|
-
height: 30px;
|
|
2960
|
-
}
|
|
2961
|
-
&[data-size="large"] {
|
|
2962
|
-
}
|
|
2963
|
-
color: $text-primary-light;
|
|
2964
|
-
border-color: $strokes-light-trans-2;
|
|
2965
|
-
transition:
|
|
2966
|
-
border 160ms ease 8ms,
|
|
2967
|
-
box-shadow 160ms ease 8ms;
|
|
2968
|
-
font-size: 13px;
|
|
2969
|
-
|
|
2970
|
-
&.ant-select-lg {
|
|
2971
|
-
height: 38px;
|
|
2972
|
-
font-size: 13px;
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
|
-
.ant-select-arrow,
|
|
2976
|
-
.ant-select-arrow .anticon-down {
|
|
2977
|
-
transition: 160ms ease;
|
|
2978
|
-
}
|
|
2979
|
-
|
|
2980
|
-
.ant-select-arrow-loading {
|
|
2981
|
-
color: $fills-light-general-general;
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
&:not(.ant-select-disabled) {
|
|
2985
|
-
&:hover .ant-select-selector,
|
|
2986
|
-
&.__pseudo-states-hover .ant-select-selector {
|
|
2987
|
-
border-color: $strokes-light-trans-4;
|
|
2988
|
-
box-shadow: $shadow-light-hover;
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
&:hover .ant-select-arrow,
|
|
2992
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
2993
|
-
color: $fills-light-general-general;
|
|
2994
|
-
}
|
|
2995
|
-
|
|
2996
|
-
&:active,
|
|
2997
|
-
&:focus,
|
|
2998
|
-
&.ant-select-focused,
|
|
2999
|
-
&.ant-select-open,
|
|
3000
|
-
&.__pseudo-states-active,
|
|
3001
|
-
&.__pseudo-states-focus {
|
|
3002
|
-
.ant-select-selector {
|
|
3003
|
-
border-color: $fills-light-general-general;
|
|
3004
|
-
box-shadow: $shadow-light-active;
|
|
3005
|
-
}
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
3009
|
-
transform: rotate(180deg);
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
&.ant-select-disabled .ant-select-selector {
|
|
3014
|
-
background: $fills-light-trans-3;
|
|
3015
|
-
border-color: $strokes-light-trans-3;
|
|
3016
|
-
cursor: "not-allowed";
|
|
3017
|
-
}
|
|
3018
|
-
}
|
|
3019
|
-
&.select-error:not(.ant-select-disabled) {
|
|
3020
|
-
.ant-select-selector {
|
|
3021
|
-
border-color: $fills-light-serious-serious !important;
|
|
3022
|
-
}
|
|
3023
|
-
|
|
3024
|
-
&:hover .ant-select-arrow,
|
|
3025
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
3026
|
-
color: $text-light-super;
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
&:active,
|
|
3030
|
-
&:focus,
|
|
3031
|
-
&.ant-select-focused,
|
|
3032
|
-
&.ant-select-open,
|
|
3033
|
-
&.__pseudo-states-focus,
|
|
3034
|
-
&.__pseudo-states-active {
|
|
3035
|
-
.ant-select-selector {
|
|
3036
|
-
border-color: $fills-light-general-general;
|
|
3037
|
-
box-shadow: $shadow-light-error;
|
|
3038
|
-
}
|
|
3039
|
-
}
|
|
3040
|
-
|
|
3041
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
3042
|
-
transform: rotate(180deg);
|
|
3043
|
-
}
|
|
3044
|
-
}
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
3049
|
.E_oa99sl3 {
|
|
3050
3050
|
display: flex;
|
|
3051
3051
|
justify-content: space-between;
|
|
@@ -3315,65 +3315,6 @@
|
|
|
3315
3315
|
}
|
|
3316
3316
|
|
|
3317
3317
|
|
|
3318
|
-
.E_s11wux3h {
|
|
3319
|
-
.antd5-segmented-item:not(:last-child) {
|
|
3320
|
-
margin-right: 2px;
|
|
3321
|
-
}
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
.E_s1t2an3z {
|
|
3325
|
-
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3326
|
-
padding-left: 8px;
|
|
3327
|
-
padding-right: 8px;
|
|
3328
|
-
font-size: 12px;
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3332
|
-
border-radius: 4px;
|
|
3333
|
-
}
|
|
3334
|
-
|
|
3335
|
-
&.antd5-segmented
|
|
3336
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3337
|
-
.antd5-segmented-item-disabled
|
|
3338
|
-
) {
|
|
3339
|
-
border-radius: 4px;
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3342
|
-
|
|
3343
|
-
.E_ma64lna {
|
|
3344
|
-
.antd5-segmented-item-label {
|
|
3345
|
-
padding-left: 12px;
|
|
3346
|
-
padding-right: 12px;
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
|
|
3350
|
-
.E_ckld275 {
|
|
3351
|
-
background-color: $fill-neutral-trans-2;
|
|
3352
|
-
&.antd5-segmented
|
|
3353
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3354
|
-
.antd5-segmented-item-disabled
|
|
3355
|
-
) {
|
|
3356
|
-
background-color: $fill-neutral-light-white;
|
|
3357
|
-
color: $text-neutral-secondary-light;
|
|
3358
|
-
}
|
|
3359
|
-
// on animate remove hover bg color
|
|
3360
|
-
&.antd5-segmented
|
|
3361
|
-
.antd5-segmented-thumb
|
|
3362
|
-
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3363
|
-
.antd5-segmented-item-disabled
|
|
3364
|
-
) {
|
|
3365
|
-
background-color: transparent;
|
|
3366
|
-
}
|
|
3367
|
-
// remove after's bg color
|
|
3368
|
-
&.antd5-segmented
|
|
3369
|
-
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3370
|
-
.antd5-segmented-item-disabled
|
|
3371
|
-
)::after {
|
|
3372
|
-
background-color: transparent;
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
3318
|
.E_h12yihis {
|
|
3378
3319
|
height: 50px;
|
|
3379
3320
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -3644,7 +3585,93 @@
|
|
|
3644
3585
|
}
|
|
3645
3586
|
|
|
3646
3587
|
|
|
3647
|
-
.
|
|
3588
|
+
.E_s11wux3h {
|
|
3589
|
+
.antd5-segmented-item:not(:last-child) {
|
|
3590
|
+
margin-right: 2px;
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3594
|
+
.E_s1t2an3z {
|
|
3595
|
+
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3596
|
+
padding-left: 8px;
|
|
3597
|
+
padding-right: 8px;
|
|
3598
|
+
font-size: 12px;
|
|
3599
|
+
}
|
|
3600
|
+
|
|
3601
|
+
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3602
|
+
border-radius: 4px;
|
|
3603
|
+
}
|
|
3604
|
+
|
|
3605
|
+
&.antd5-segmented
|
|
3606
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3607
|
+
.antd5-segmented-item-disabled
|
|
3608
|
+
) {
|
|
3609
|
+
border-radius: 4px;
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3613
|
+
.E_ma64lna {
|
|
3614
|
+
.antd5-segmented-item-label {
|
|
3615
|
+
padding-left: 12px;
|
|
3616
|
+
padding-right: 12px;
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3620
|
+
.E_ckld275 {
|
|
3621
|
+
background-color: $fill-neutral-trans-2;
|
|
3622
|
+
&.antd5-segmented
|
|
3623
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3624
|
+
.antd5-segmented-item-disabled
|
|
3625
|
+
) {
|
|
3626
|
+
background-color: $fill-neutral-light-white;
|
|
3627
|
+
color: $text-neutral-secondary-light;
|
|
3628
|
+
}
|
|
3629
|
+
// on animate remove hover bg color
|
|
3630
|
+
&.antd5-segmented
|
|
3631
|
+
.antd5-segmented-thumb
|
|
3632
|
+
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3633
|
+
.antd5-segmented-item-disabled
|
|
3634
|
+
) {
|
|
3635
|
+
background-color: transparent;
|
|
3636
|
+
}
|
|
3637
|
+
// remove after's bg color
|
|
3638
|
+
&.antd5-segmented
|
|
3639
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3640
|
+
.antd5-segmented-item-disabled
|
|
3641
|
+
)::after {
|
|
3642
|
+
background-color: transparent;
|
|
3643
|
+
}
|
|
3644
|
+
}
|
|
3645
|
+
|
|
3646
|
+
|
|
3647
|
+
.E_b14q2gmw {
|
|
3648
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3649
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3650
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3651
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3652
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3653
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3654
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3655
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
.E_c1eym6el {
|
|
3659
|
+
border-radius: 8px;
|
|
3660
|
+
background-color: white;
|
|
3661
|
+
&.hoverable {
|
|
3662
|
+
cursor: pointer;
|
|
3663
|
+
|
|
3664
|
+
&:hover {
|
|
3665
|
+
transition: all 200ms ease;
|
|
3666
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3667
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3668
|
+
transform: translateY(-4px);
|
|
3669
|
+
}
|
|
3670
|
+
}
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
|
|
3674
|
+
.E_c1yd35n {
|
|
3648
3675
|
padding: 0 12px 14px 12px;
|
|
3649
3676
|
}
|
|
3650
3677
|
|
|
@@ -3705,33 +3732,6 @@
|
|
|
3705
3732
|
}
|
|
3706
3733
|
|
|
3707
3734
|
|
|
3708
|
-
.E_b14q2gmw {
|
|
3709
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3710
|
-
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3711
|
-
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3712
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3713
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3714
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3715
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3716
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
.E_c1eym6el {
|
|
3720
|
-
border-radius: 8px;
|
|
3721
|
-
background-color: white;
|
|
3722
|
-
&.hoverable {
|
|
3723
|
-
cursor: pointer;
|
|
3724
|
-
|
|
3725
|
-
&:hover {
|
|
3726
|
-
transition: all 200ms ease;
|
|
3727
|
-
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3728
|
-
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3729
|
-
transform: translateY(-4px);
|
|
3730
|
-
}
|
|
3731
|
-
}
|
|
3732
|
-
}
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
3735
|
.E_lht19u8 {
|
|
3736
3736
|
width: 64px;
|
|
3737
3737
|
height: 64px;
|
|
@@ -3788,75 +3788,186 @@
|
|
|
3788
3788
|
}
|
|
3789
3789
|
|
|
3790
3790
|
|
|
3791
|
-
.
|
|
3792
|
-
|
|
3793
|
-
padding-left: 0;
|
|
3794
|
-
.inside-tag {
|
|
3795
|
-
border-radius: 4px 0 0 4px;
|
|
3796
|
-
padding-right: 4px;
|
|
3797
|
-
margin-right: 4px;
|
|
3798
|
-
}
|
|
3799
|
-
}
|
|
3800
|
-
}
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
.E_slr2ynn {
|
|
3804
|
-
padding: 0 8px;
|
|
3805
|
-
height: 18px;
|
|
3806
|
-
}
|
|
3807
|
-
|
|
3808
|
-
.E_m140wbb6 {
|
|
3809
|
-
padding: 2px 8px;
|
|
3810
|
-
height: 24px;
|
|
3811
|
-
}
|
|
3812
|
-
|
|
3813
|
-
.E_t1fozc1i {
|
|
3791
|
+
.E_sddwhm6 {
|
|
3792
|
+
$prefix: ui-kit-status-capsule;
|
|
3814
3793
|
margin: 0;
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
margin-right: 4px;
|
|
3819
|
-
height: 16px;
|
|
3820
|
-
}
|
|
3794
|
+
border-radius: 20px;
|
|
3795
|
+
padding: 2px 10px;
|
|
3796
|
+
height: 22px;
|
|
3821
3797
|
|
|
3822
|
-
.
|
|
3823
|
-
|
|
3824
|
-
|
|
3798
|
+
&.ant-tag.#{$prefix}.off-white {
|
|
3799
|
+
background-color: $fill-neutral-trans-1 !important;
|
|
3800
|
+
&.tag-hover:hover,
|
|
3801
|
+
&.__pseudo-states-hover {
|
|
3802
|
+
background-color: $fill-neutral-trans-2 !important;
|
|
3803
|
+
}
|
|
3804
|
+
}
|
|
3805
|
+
&.ant-tag.#{$prefix} {
|
|
3825
3806
|
color: $text-neutral-primary;
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3807
|
+
.#{$prefix}-icon {
|
|
3808
|
+
margin-right: 6px;
|
|
3809
|
+
}
|
|
3810
|
+
.#{$prefix}-number {
|
|
3811
|
+
margin-left: 8px;
|
|
3812
|
+
color: #2C385299;
|
|
3813
|
+
}
|
|
3814
|
+
&.ant-tag-blue {
|
|
3815
|
+
background-color: $fill-outstanding-light;
|
|
3816
|
+
.#{$prefix}-icon {
|
|
3817
|
+
background-color: $fill-outstanding-base;
|
|
3818
|
+
}
|
|
3819
|
+
&.tag-hover:hover,
|
|
3820
|
+
&.__pseudo-states-hover {
|
|
3821
|
+
background-color: $fill-outstanding-light-hover;
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
3824
|
+
&.ant-tag-red {
|
|
3825
|
+
background-color: $fill-serious-light;
|
|
3826
|
+
.#{$prefix}-icon {
|
|
3827
|
+
background-color: $fill-serious-base;
|
|
3828
|
+
}
|
|
3829
|
+
&.tag-hover:hover,
|
|
3830
|
+
&.__pseudo-states-hover {
|
|
3831
|
+
background-color: $fill-serious-light-hover;
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
&.ant-tag-yellow {
|
|
3835
|
+
background-color: $fill-notice-light;
|
|
3836
|
+
.#{$prefix}-icon {
|
|
3837
|
+
background-color: $fill-notice-base;
|
|
3838
|
+
}
|
|
3839
|
+
&.tag-hover:hover,
|
|
3840
|
+
&.__pseudo-states-hover {
|
|
3841
|
+
background-color: $fill-notice-light-hover;
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
&.ant-tag-green {
|
|
3845
|
+
background-color: $fill-positive-light;
|
|
3846
|
+
.#{$prefix}-icon {
|
|
3847
|
+
background-color: $fill-positive-base;
|
|
3848
|
+
}
|
|
3849
|
+
&.tag-hover:hover,
|
|
3850
|
+
&.__pseudo-states-hover {
|
|
3851
|
+
background-color: $fill-positive-light-hover;
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
&.ant-tag-gray {
|
|
3855
|
+
background-color: $fill-neutral-trans-2;
|
|
3856
|
+
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
3857
|
+
background-color: $gray-70;
|
|
3858
|
+
}
|
|
3859
|
+
&.tag-hover:hover,
|
|
3860
|
+
&.__pseudo-states-hover {
|
|
3861
|
+
background-color: $fill-neutral-trans-3-trans-2-hover;
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3831
3864
|
}
|
|
3832
3865
|
}
|
|
3833
3866
|
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
height:
|
|
3867
|
+
.E_satwmqm {
|
|
3868
|
+
width: 8px;
|
|
3869
|
+
height: 8px;
|
|
3870
|
+
border-radius: 50%;
|
|
3871
|
+
display: inline-block;
|
|
3837
3872
|
}
|
|
3838
3873
|
|
|
3839
|
-
.E_efzf37v {
|
|
3840
|
-
.ant-table-content,
|
|
3841
|
-
.ant-table-body {
|
|
3842
|
-
overflow: visible !important;
|
|
3843
|
-
height: 100%;
|
|
3844
|
-
}
|
|
3845
|
-
|
|
3846
|
-
.ant-table-tbody .ant-table-placeholder td {
|
|
3847
|
-
height: 100%;
|
|
3848
|
-
}
|
|
3849
3874
|
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
.ant-
|
|
3854
|
-
|
|
3875
|
+
.E_l48ei06 {
|
|
3876
|
+
@at-root {
|
|
3877
|
+
button#{&}.ant-btn,
|
|
3878
|
+
button#{&}.ant-btn.ant-btn-sm,
|
|
3879
|
+
button#{&}.ant-btn.ant-btn-lg {
|
|
3880
|
+
font-size: 12px;
|
|
3881
|
+
line-height: 18px;
|
|
3882
|
+
height: 18px;
|
|
3883
|
+
}
|
|
3884
|
+
button#{&} {
|
|
3885
|
+
color: #0080FF;
|
|
3886
|
+
height: unset;
|
|
3887
|
+
.button-prefix-icon {
|
|
3888
|
+
margin-right: 4px;
|
|
3889
|
+
}
|
|
3890
|
+
.button-suffix-icon {
|
|
3891
|
+
margin-left: 4px;
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
&:hover,
|
|
3895
|
+
&.__pseudo-states-hover {
|
|
3896
|
+
color: #009DFF;
|
|
3897
|
+
}
|
|
3898
|
+
|
|
3899
|
+
&:active,
|
|
3900
|
+
&.__pseudo-states-active {
|
|
3901
|
+
color: #005ED1;
|
|
3902
|
+
}
|
|
3903
|
+
&.ui-kit-link-disabled {
|
|
3904
|
+
color: #0080FF;
|
|
3905
|
+
}
|
|
3906
|
+
&.ui-kit-link-primary {
|
|
3907
|
+
color: #00122E;
|
|
3908
|
+
|
|
3909
|
+
&:hover,
|
|
3910
|
+
&.__pseudo-states-hover {
|
|
3911
|
+
color: #0080FF;
|
|
3912
|
+
}
|
|
3913
|
+
|
|
3914
|
+
&:active,
|
|
3915
|
+
&.__pseudo-states-active {
|
|
3916
|
+
color: #005ED1;
|
|
3917
|
+
}
|
|
3918
|
+
|
|
3919
|
+
&.ui-kit-link-disabled {
|
|
3920
|
+
color: #00122E;
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
&.ui-kit-link-secondary {
|
|
3925
|
+
color: #2C3852BF;
|
|
3926
|
+
|
|
3927
|
+
&:hover,
|
|
3928
|
+
&.__pseudo-states-hover {
|
|
3929
|
+
color: #0080FF;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
&:active,
|
|
3933
|
+
&.__pseudo-states-active {
|
|
3934
|
+
color: #005ED1;
|
|
3935
|
+
}
|
|
3936
|
+
|
|
3937
|
+
&.ui-kit-link-disabled {
|
|
3938
|
+
color: #2C3852BF;
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3855
3941
|
}
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3942
|
+
}
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
|
|
3946
|
+
.E_tc97u5y {
|
|
3947
|
+
height: 100%;
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3950
|
+
.E_efzf37v {
|
|
3951
|
+
.ant-table-content,
|
|
3952
|
+
.ant-table-body {
|
|
3953
|
+
overflow: visible !important;
|
|
3954
|
+
height: 100%;
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3957
|
+
.ant-table-tbody .ant-table-placeholder td {
|
|
3958
|
+
height: 100%;
|
|
3959
|
+
}
|
|
3960
|
+
|
|
3961
|
+
table {
|
|
3962
|
+
width: 100% !important;
|
|
3963
|
+
height: 100%;
|
|
3964
|
+
.ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3965
|
+
padding: 15px 0;
|
|
3966
|
+
}
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
table thead.ant-table-thead {
|
|
3970
|
+
display: none;
|
|
3860
3971
|
}
|
|
3861
3972
|
}
|
|
3862
3973
|
|
|
@@ -4270,158 +4381,259 @@
|
|
|
4270
4381
|
}
|
|
4271
4382
|
|
|
4272
4383
|
|
|
4273
|
-
.
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
line-height: 18px;
|
|
4280
|
-
height: 18px;
|
|
4281
|
-
}
|
|
4282
|
-
button#{&} {
|
|
4283
|
-
color: #0080FF;
|
|
4284
|
-
height: unset;
|
|
4285
|
-
.button-prefix-icon {
|
|
4286
|
-
margin-right: 4px;
|
|
4287
|
-
}
|
|
4288
|
-
.button-suffix-icon {
|
|
4289
|
-
margin-left: 4px;
|
|
4290
|
-
}
|
|
4384
|
+
.E_r77hffu {
|
|
4385
|
+
display: flex;
|
|
4386
|
+
align-items: center;
|
|
4387
|
+
justify-content: space-between;
|
|
4388
|
+
column-gap: 6px;
|
|
4389
|
+
}
|
|
4291
4390
|
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4391
|
+
.E_p1cmxsf7 {
|
|
4392
|
+
display: flex;
|
|
4393
|
+
flex-direction: column;
|
|
4394
|
+
justify-content: center;
|
|
4395
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4296
4396
|
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
}
|
|
4304
|
-
&.ui-kit-link-primary {
|
|
4305
|
-
color: #00122E;
|
|
4397
|
+
.antd5-progress-line {
|
|
4398
|
+
font-size: 0;
|
|
4399
|
+
margin-bottom: unset;
|
|
4400
|
+
margin-inline-end: unset;
|
|
4401
|
+
}
|
|
4402
|
+
}
|
|
4306
4403
|
|
|
4307
|
-
&:hover,
|
|
4308
|
-
&.__pseudo-states-hover {
|
|
4309
|
-
color: #0080FF;
|
|
4310
|
-
}
|
|
4311
4404
|
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4405
|
+
.E_w7ob4th {
|
|
4406
|
+
&.outside-tag {
|
|
4407
|
+
padding-left: 0;
|
|
4408
|
+
.inside-tag {
|
|
4409
|
+
border-radius: 4px 0 0 4px;
|
|
4410
|
+
padding-right: 4px;
|
|
4411
|
+
margin-right: 4px;
|
|
4412
|
+
}
|
|
4413
|
+
}
|
|
4414
|
+
}
|
|
4316
4415
|
|
|
4317
|
-
&.ui-kit-link-disabled {
|
|
4318
|
-
color: #00122E;
|
|
4319
|
-
}
|
|
4320
|
-
}
|
|
4321
4416
|
|
|
4322
|
-
|
|
4323
|
-
|
|
4417
|
+
.E_i1g85yz3 {
|
|
4418
|
+
margin-right: 4px;
|
|
4419
|
+
height: 16px;
|
|
4420
|
+
}
|
|
4324
4421
|
|
|
4325
|
-
&:hover,
|
|
4326
|
-
&.__pseudo-states-hover {
|
|
4327
|
-
color: #0080FF;
|
|
4328
|
-
}
|
|
4329
4422
|
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4423
|
+
.E_t1dtlqs1 {
|
|
4424
|
+
margin-bottom: 4px;
|
|
4425
|
+
color: $text-secondary-light;
|
|
4426
|
+
}
|
|
4334
4427
|
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4428
|
+
.E_s1ese5oy {
|
|
4429
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4430
|
+
line-height: 32px;
|
|
4431
|
+
height: 32px;
|
|
4432
|
+
margin-bottom: 0;
|
|
4433
|
+
&.primary,
|
|
4434
|
+
&.info {
|
|
4435
|
+
color: $text-light-general;
|
|
4436
|
+
}
|
|
4437
|
+
&.warning {
|
|
4438
|
+
color: #ffa500;
|
|
4439
|
+
}
|
|
4440
|
+
&.success {
|
|
4441
|
+
color: $text-light-positive;
|
|
4442
|
+
}
|
|
4443
|
+
&.danger,
|
|
4444
|
+
&.error {
|
|
4445
|
+
color: $text-light-serious;
|
|
4446
|
+
}
|
|
4447
|
+
&.normal {
|
|
4448
|
+
color: $text-secondary-light;
|
|
4340
4449
|
}
|
|
4341
4450
|
}
|
|
4342
4451
|
|
|
4452
|
+
.E_b1ibis43 {
|
|
4453
|
+
margin-bottom: 0;
|
|
4454
|
+
color: $text-light-primary;
|
|
4455
|
+
}
|
|
4343
4456
|
|
|
4344
|
-
.
|
|
4345
|
-
|
|
4346
|
-
margin:
|
|
4347
|
-
|
|
4348
|
-
padding: 2px 10px;
|
|
4349
|
-
height: 22px;
|
|
4457
|
+
.E_b11xxjd2 {
|
|
4458
|
+
line-height: 32px;
|
|
4459
|
+
margin-right: 6px;
|
|
4460
|
+
}
|
|
4350
4461
|
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4462
|
+
.E_bsub5bw {
|
|
4463
|
+
&.with-description {
|
|
4464
|
+
height: 24px;
|
|
4465
|
+
flex: 1;
|
|
4466
|
+
position: relative;
|
|
4467
|
+
top: -7px;
|
|
4357
4468
|
}
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4469
|
+
p {
|
|
4470
|
+
width: 100%;
|
|
4471
|
+
overflow: hidden;
|
|
4472
|
+
text-overflow: ellipsis;
|
|
4473
|
+
white-space: nowrap;
|
|
4474
|
+
}
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4477
|
+
.E_tmoyoag {
|
|
4478
|
+
border: 1px solid $strokes-light-trans-2;
|
|
4479
|
+
border-radius: 8px;
|
|
4480
|
+
overflow: auto;
|
|
4481
|
+
.ant-list {
|
|
4482
|
+
position: relative;
|
|
4483
|
+
.ant-list-item:last-child {
|
|
4484
|
+
border-bottom: none;
|
|
4362
4485
|
}
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4486
|
+
.eagle-table-form-header {
|
|
4487
|
+
position: sticky;
|
|
4488
|
+
top: 0;
|
|
4489
|
+
z-index: $eagle-table-form-header-index;
|
|
4490
|
+
display: flex;
|
|
4491
|
+
padding: 8px;
|
|
4492
|
+
& {
|
|
4493
|
+
align-items: inherit;
|
|
4494
|
+
}
|
|
4495
|
+
flex-wrap: nowrap;
|
|
4496
|
+
justify-content: flex-start;
|
|
4497
|
+
background: $fills-light-opaque-1;
|
|
4498
|
+
font-size: 14px;
|
|
4499
|
+
color: $text-secondary-light;
|
|
4500
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4366
4501
|
}
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4502
|
+
.eagle-table-form-header .eagle-table-form-cell > p {
|
|
4503
|
+
margin-bottom: 0;
|
|
4504
|
+
}
|
|
4505
|
+
.eagle-table-form-row {
|
|
4506
|
+
display: flex;
|
|
4507
|
+
justify-content: flex-start;
|
|
4508
|
+
align-items: flex-start;
|
|
4509
|
+
flex-wrap: wrap;
|
|
4510
|
+
padding: 8px;
|
|
4511
|
+
border: none;
|
|
4512
|
+
.row-description {
|
|
4513
|
+
flex-basis: 100%;
|
|
4514
|
+
margin: 12px 0 0;
|
|
4515
|
+
order: 99;
|
|
4516
|
+
color: $text-secondary-light;
|
|
4371
4517
|
}
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4518
|
+
.row-error-message {
|
|
4519
|
+
color: $text-light-serious;
|
|
4520
|
+
flex-basis: 100%;
|
|
4521
|
+
order: 98;
|
|
4522
|
+
margin: 12px 0 0;
|
|
4375
4523
|
}
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
background-color: $fill-serious-light;
|
|
4379
|
-
.#{$prefix}-icon {
|
|
4380
|
-
background-color: $fill-serious-base;
|
|
4524
|
+
&:hover {
|
|
4525
|
+
background-color: $fills-light-trans-1;
|
|
4381
4526
|
}
|
|
4382
|
-
&.
|
|
4383
|
-
|
|
4384
|
-
background-color: $fill-serious-light-hover;
|
|
4527
|
+
&.isDragging {
|
|
4528
|
+
background-color: $fills-light-general-general-light;
|
|
4385
4529
|
}
|
|
4386
4530
|
}
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4531
|
+
.eagle-table-form-cell {
|
|
4532
|
+
flex: 1 0 0;
|
|
4533
|
+
overflow: hidden;
|
|
4534
|
+
.cell-description {
|
|
4535
|
+
color: $text-secondary-light;
|
|
4536
|
+
margin: 0;
|
|
4391
4537
|
}
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4538
|
+
|
|
4539
|
+
@mixin text-align-style($align-position) {
|
|
4540
|
+
& > * {
|
|
4541
|
+
text-align: $align-position;
|
|
4542
|
+
}
|
|
4543
|
+
.ant-form-item-control-input-content {
|
|
4544
|
+
&,
|
|
4545
|
+
& > * {
|
|
4546
|
+
text-align: $align-position;
|
|
4547
|
+
}
|
|
4548
|
+
}
|
|
4395
4549
|
}
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
.#{$prefix}-icon {
|
|
4400
|
-
background-color: $fill-positive-base;
|
|
4550
|
+
|
|
4551
|
+
&.align-center {
|
|
4552
|
+
@include text-align-style(center);
|
|
4401
4553
|
}
|
|
4402
|
-
&.
|
|
4403
|
-
|
|
4404
|
-
|
|
4554
|
+
&.align-left {
|
|
4555
|
+
@include text-align-style(left);
|
|
4556
|
+
}
|
|
4557
|
+
&.align-right {
|
|
4558
|
+
@include text-align-style(right);
|
|
4559
|
+
}
|
|
4560
|
+
|
|
4561
|
+
&:not(:last-of-type) {
|
|
4562
|
+
margin-right: 8px;
|
|
4405
4563
|
}
|
|
4406
4564
|
}
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4565
|
+
.ant-list-item-action {
|
|
4566
|
+
padding: 4px;
|
|
4567
|
+
width: 24px;
|
|
4568
|
+
height: 24px;
|
|
4569
|
+
overflow: hidden;
|
|
4570
|
+
li {
|
|
4571
|
+
padding: 0;
|
|
4411
4572
|
}
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4573
|
+
}
|
|
4574
|
+
.delete-row-icon.disabled {
|
|
4575
|
+
cursor: not-allowed;
|
|
4576
|
+
opacity: 0.5;
|
|
4577
|
+
}
|
|
4578
|
+
&.size-default {
|
|
4579
|
+
.ant-list-item-action {
|
|
4580
|
+
margin: 0;
|
|
4581
|
+
}
|
|
4582
|
+
.eagle-table-form-cell {
|
|
4583
|
+
.ant-input,
|
|
4584
|
+
.ant-select-selector {
|
|
4585
|
+
border-radius: 5px;
|
|
4586
|
+
font-size: 12px;
|
|
4587
|
+
}
|
|
4588
|
+
.ant-input-affix-wrapper {
|
|
4589
|
+
font-size: inherit;
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
.ant-form-item-control-input {
|
|
4593
|
+
min-height: 24px;
|
|
4594
|
+
font-size: 12px;
|
|
4595
|
+
position: relative;
|
|
4596
|
+
}
|
|
4597
|
+
}
|
|
4598
|
+
}
|
|
4599
|
+
}
|
|
4600
|
+
&.row-split-by-border {
|
|
4601
|
+
.eagle-table-form-row {
|
|
4602
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4603
|
+
}
|
|
4604
|
+
}
|
|
4605
|
+
&.row-split-by-zebraMarking {
|
|
4606
|
+
.draggable-container {
|
|
4607
|
+
& > :nth-child(2n) {
|
|
4608
|
+
background-color: $fills-trans-primary-light;
|
|
4415
4609
|
}
|
|
4416
4610
|
}
|
|
4417
4611
|
}
|
|
4418
4612
|
}
|
|
4419
4613
|
|
|
4420
|
-
.
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4614
|
+
.E_a138syjm {
|
|
4615
|
+
display: flex;
|
|
4616
|
+
align-items: center;
|
|
4617
|
+
margin-top: 8px;
|
|
4618
|
+
button.ant-btn {
|
|
4619
|
+
padding: 2px 8px;
|
|
4620
|
+
height: 24px;
|
|
4621
|
+
}
|
|
4622
|
+
& > span.maximum-desc {
|
|
4623
|
+
display: none;
|
|
4624
|
+
margin-left: 8px;
|
|
4625
|
+
color: $text-secondary-light;
|
|
4626
|
+
&.disabled {
|
|
4627
|
+
display: inline;
|
|
4628
|
+
}
|
|
4629
|
+
}
|
|
4630
|
+
}
|
|
4631
|
+
|
|
4632
|
+
.E_d77i8u0 {
|
|
4633
|
+
width: 24px;
|
|
4634
|
+
height: 24px;
|
|
4635
|
+
padding: 4px;
|
|
4636
|
+
margin-right: 8px;
|
|
4425
4637
|
}
|
|
4426
4638
|
|
|
4427
4639
|
|
|
@@ -4572,358 +4784,111 @@
|
|
|
4572
4784
|
}
|
|
4573
4785
|
}
|
|
4574
4786
|
|
|
4575
|
-
.E_v4tv3mf {
|
|
4576
|
-
$item: ant-steps-item;
|
|
4577
|
-
.ant-steps.ant-steps-vertical {
|
|
4578
|
-
width: 192px;
|
|
4579
|
-
row-gap: 2px;
|
|
4580
|
-
|
|
4581
|
-
.preview-mode:not(.#{$item}-active) .#{$item}-container {
|
|
4582
|
-
&:hover {
|
|
4583
|
-
background-color: $fill-neutral-trans-2;
|
|
4584
|
-
}
|
|
4585
|
-
.#{$item}-title {
|
|
4586
|
-
color: $text-neutral-primary !important;
|
|
4587
|
-
}
|
|
4588
|
-
}
|
|
4589
|
-
.#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
|
|
4590
|
-
.#{$item}-container:hover {
|
|
4591
|
-
background-color: $fill-neutral-trans-2;
|
|
4592
|
-
}
|
|
4593
|
-
.#{$item}-container {
|
|
4594
|
-
padding: 0 8px;
|
|
4595
|
-
border-radius: 4px;
|
|
4596
|
-
height: 32px;
|
|
4597
|
-
display: flex;
|
|
4598
|
-
align-items: center;
|
|
4599
|
-
.#{$item}-content {
|
|
4600
|
-
min-height: auto;
|
|
4601
|
-
white-space: nowrap;
|
|
4602
|
-
& .ant-steps-item-title {
|
|
4603
|
-
font-size: 13px;
|
|
4604
|
-
line-height: 20px;
|
|
4605
|
-
max-width: 100%;
|
|
4606
|
-
padding-right: 0;
|
|
4607
|
-
}
|
|
4608
|
-
}
|
|
4609
|
-
}
|
|
4610
|
-
.#{$item}-active {
|
|
4611
|
-
.ant-steps-item-container {
|
|
4612
|
-
background: rgba($blue-60, 0.1);
|
|
4613
|
-
}
|
|
4614
|
-
}
|
|
4615
|
-
}
|
|
4616
|
-
}
|
|
4617
|
-
|
|
4618
|
-
.E_h6l1tj4 {
|
|
4619
|
-
width: 100%;
|
|
4620
|
-
display: inline-flex;
|
|
4621
|
-
align-items: center;
|
|
4622
|
-
justify-content: center;
|
|
4623
|
-
column-gap: 4px;
|
|
4624
|
-
.step-item-prefix-container {
|
|
4625
|
-
display: inline-flex;
|
|
4626
|
-
align-items: center;
|
|
4627
|
-
width: 18px;
|
|
4628
|
-
height: 18px;
|
|
4629
|
-
color: $gray-a75-8;
|
|
4630
|
-
justify-content: center;
|
|
4631
|
-
}
|
|
4632
|
-
}
|
|
4633
|
-
|
|
4634
|
-
.E_v18frne8 {
|
|
4635
|
-
width: 100%;
|
|
4636
|
-
display: flex;
|
|
4637
|
-
align-items: center;
|
|
4638
|
-
justify-content: center;
|
|
4639
|
-
column-gap: 6px;
|
|
4640
|
-
font-size: 13px;
|
|
4641
|
-
.step-item-prefix-container {
|
|
4642
|
-
display: inline-flex;
|
|
4643
|
-
align-items: center;
|
|
4644
|
-
min-width: 20px;
|
|
4645
|
-
min-height: 20px;
|
|
4646
|
-
color: $gray-a75-8;
|
|
4647
|
-
justify-content: center;
|
|
4648
|
-
}
|
|
4649
|
-
}
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
.E_i1g85yz3 {
|
|
4653
|
-
margin-right: 4px;
|
|
4654
|
-
height: 16px;
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
.E_t1dtlqs1 {
|
|
4659
|
-
margin-bottom: 4px;
|
|
4660
|
-
color: $text-secondary-light;
|
|
4661
|
-
}
|
|
4662
|
-
|
|
4663
|
-
.E_s1ese5oy {
|
|
4664
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4665
|
-
line-height: 32px;
|
|
4666
|
-
height: 32px;
|
|
4667
|
-
margin-bottom: 0;
|
|
4668
|
-
&.primary,
|
|
4669
|
-
&.info {
|
|
4670
|
-
color: $text-light-general;
|
|
4671
|
-
}
|
|
4672
|
-
&.warning {
|
|
4673
|
-
color: #ffa500;
|
|
4674
|
-
}
|
|
4675
|
-
&.success {
|
|
4676
|
-
color: $text-light-positive;
|
|
4677
|
-
}
|
|
4678
|
-
&.danger,
|
|
4679
|
-
&.error {
|
|
4680
|
-
color: $text-light-serious;
|
|
4681
|
-
}
|
|
4682
|
-
&.normal {
|
|
4683
|
-
color: $text-secondary-light;
|
|
4684
|
-
}
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
.E_b1ibis43 {
|
|
4688
|
-
margin-bottom: 0;
|
|
4689
|
-
color: $text-light-primary;
|
|
4690
|
-
}
|
|
4691
|
-
|
|
4692
|
-
.E_b11xxjd2 {
|
|
4693
|
-
line-height: 32px;
|
|
4694
|
-
margin-right: 6px;
|
|
4695
|
-
}
|
|
4696
|
-
|
|
4697
|
-
.E_bsub5bw {
|
|
4698
|
-
&.with-description {
|
|
4699
|
-
height: 24px;
|
|
4700
|
-
flex: 1;
|
|
4701
|
-
position: relative;
|
|
4702
|
-
top: -7px;
|
|
4703
|
-
}
|
|
4704
|
-
p {
|
|
4705
|
-
width: 100%;
|
|
4706
|
-
overflow: hidden;
|
|
4707
|
-
text-overflow: ellipsis;
|
|
4708
|
-
white-space: nowrap;
|
|
4709
|
-
}
|
|
4710
|
-
}
|
|
4711
|
-
|
|
4712
|
-
.E_tmoyoag {
|
|
4713
|
-
border: 1px solid $strokes-light-trans-2;
|
|
4714
|
-
border-radius: 8px;
|
|
4715
|
-
overflow: auto;
|
|
4716
|
-
.ant-list {
|
|
4717
|
-
position: relative;
|
|
4718
|
-
.ant-list-item:last-child {
|
|
4719
|
-
border-bottom: none;
|
|
4720
|
-
}
|
|
4721
|
-
.eagle-table-form-header {
|
|
4722
|
-
position: sticky;
|
|
4723
|
-
top: 0;
|
|
4724
|
-
z-index: $eagle-table-form-header-index;
|
|
4725
|
-
display: flex;
|
|
4726
|
-
padding: 8px;
|
|
4727
|
-
& {
|
|
4728
|
-
align-items: inherit;
|
|
4729
|
-
}
|
|
4730
|
-
flex-wrap: nowrap;
|
|
4731
|
-
justify-content: flex-start;
|
|
4732
|
-
background: $fills-light-opaque-1;
|
|
4733
|
-
font-size: 14px;
|
|
4734
|
-
color: $text-secondary-light;
|
|
4735
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
4736
|
-
}
|
|
4737
|
-
.eagle-table-form-header .eagle-table-form-cell > p {
|
|
4738
|
-
margin-bottom: 0;
|
|
4739
|
-
}
|
|
4740
|
-
.eagle-table-form-row {
|
|
4741
|
-
display: flex;
|
|
4742
|
-
justify-content: flex-start;
|
|
4743
|
-
align-items: flex-start;
|
|
4744
|
-
flex-wrap: wrap;
|
|
4745
|
-
padding: 8px;
|
|
4746
|
-
border: none;
|
|
4747
|
-
.row-description {
|
|
4748
|
-
flex-basis: 100%;
|
|
4749
|
-
margin: 12px 0 0;
|
|
4750
|
-
order: 99;
|
|
4751
|
-
color: $text-secondary-light;
|
|
4752
|
-
}
|
|
4753
|
-
.row-error-message {
|
|
4754
|
-
color: $text-light-serious;
|
|
4755
|
-
flex-basis: 100%;
|
|
4756
|
-
order: 98;
|
|
4757
|
-
margin: 12px 0 0;
|
|
4758
|
-
}
|
|
4759
|
-
&:hover {
|
|
4760
|
-
background-color: $fills-light-trans-1;
|
|
4761
|
-
}
|
|
4762
|
-
&.isDragging {
|
|
4763
|
-
background-color: $fills-light-general-general-light;
|
|
4764
|
-
}
|
|
4765
|
-
}
|
|
4766
|
-
.eagle-table-form-cell {
|
|
4767
|
-
flex: 1 0 0;
|
|
4768
|
-
overflow: hidden;
|
|
4769
|
-
.cell-description {
|
|
4770
|
-
color: $text-secondary-light;
|
|
4771
|
-
margin: 0;
|
|
4772
|
-
}
|
|
4773
|
-
|
|
4774
|
-
@mixin text-align-style($align-position) {
|
|
4775
|
-
& > * {
|
|
4776
|
-
text-align: $align-position;
|
|
4777
|
-
}
|
|
4778
|
-
.ant-form-item-control-input-content {
|
|
4779
|
-
&,
|
|
4780
|
-
& > * {
|
|
4781
|
-
text-align: $align-position;
|
|
4782
|
-
}
|
|
4783
|
-
}
|
|
4784
|
-
}
|
|
4785
|
-
|
|
4786
|
-
&.align-center {
|
|
4787
|
-
@include text-align-style(center);
|
|
4788
|
-
}
|
|
4789
|
-
&.align-left {
|
|
4790
|
-
@include text-align-style(left);
|
|
4791
|
-
}
|
|
4792
|
-
&.align-right {
|
|
4793
|
-
@include text-align-style(right);
|
|
4794
|
-
}
|
|
4795
|
-
|
|
4796
|
-
&:not(:last-of-type) {
|
|
4797
|
-
margin-right: 8px;
|
|
4787
|
+
.E_v4tv3mf {
|
|
4788
|
+
$item: ant-steps-item;
|
|
4789
|
+
.ant-steps.ant-steps-vertical {
|
|
4790
|
+
width: 192px;
|
|
4791
|
+
row-gap: 2px;
|
|
4792
|
+
|
|
4793
|
+
.preview-mode:not(.#{$item}-active) .#{$item}-container {
|
|
4794
|
+
&:hover {
|
|
4795
|
+
background-color: $fill-neutral-trans-2;
|
|
4798
4796
|
}
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
padding: 4px;
|
|
4802
|
-
width: 24px;
|
|
4803
|
-
height: 24px;
|
|
4804
|
-
overflow: hidden;
|
|
4805
|
-
li {
|
|
4806
|
-
padding: 0;
|
|
4797
|
+
.#{$item}-title {
|
|
4798
|
+
color: $text-neutral-primary !important;
|
|
4807
4799
|
}
|
|
4808
4800
|
}
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4801
|
+
.#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
|
|
4802
|
+
.#{$item}-container:hover {
|
|
4803
|
+
background-color: $fill-neutral-trans-2;
|
|
4812
4804
|
}
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
.ant-form-item-control-input {
|
|
4828
|
-
min-height: 24px;
|
|
4829
|
-
font-size: 12px;
|
|
4830
|
-
position: relative;
|
|
4805
|
+
.#{$item}-container {
|
|
4806
|
+
padding: 0 8px;
|
|
4807
|
+
border-radius: 4px;
|
|
4808
|
+
height: 32px;
|
|
4809
|
+
display: flex;
|
|
4810
|
+
align-items: center;
|
|
4811
|
+
.#{$item}-content {
|
|
4812
|
+
min-height: auto;
|
|
4813
|
+
white-space: nowrap;
|
|
4814
|
+
& .ant-steps-item-title {
|
|
4815
|
+
font-size: 13px;
|
|
4816
|
+
line-height: 20px;
|
|
4817
|
+
max-width: 100%;
|
|
4818
|
+
padding-right: 0;
|
|
4831
4819
|
}
|
|
4832
4820
|
}
|
|
4833
4821
|
}
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
4838
|
-
}
|
|
4839
|
-
}
|
|
4840
|
-
&.row-split-by-zebraMarking {
|
|
4841
|
-
.draggable-container {
|
|
4842
|
-
& > :nth-child(2n) {
|
|
4843
|
-
background-color: $fills-trans-primary-light;
|
|
4822
|
+
.#{$item}-active {
|
|
4823
|
+
.ant-steps-item-container {
|
|
4824
|
+
background: rgba($blue-60, 0.1);
|
|
4844
4825
|
}
|
|
4845
4826
|
}
|
|
4846
4827
|
}
|
|
4847
4828
|
}
|
|
4848
4829
|
|
|
4849
|
-
.
|
|
4850
|
-
|
|
4830
|
+
.E_h6l1tj4 {
|
|
4831
|
+
width: 100%;
|
|
4832
|
+
display: inline-flex;
|
|
4851
4833
|
align-items: center;
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
&.disabled {
|
|
4862
|
-
display: inline;
|
|
4863
|
-
}
|
|
4834
|
+
justify-content: center;
|
|
4835
|
+
column-gap: 4px;
|
|
4836
|
+
.step-item-prefix-container {
|
|
4837
|
+
display: inline-flex;
|
|
4838
|
+
align-items: center;
|
|
4839
|
+
width: 18px;
|
|
4840
|
+
height: 18px;
|
|
4841
|
+
color: $gray-a75-8;
|
|
4842
|
+
justify-content: center;
|
|
4864
4843
|
}
|
|
4865
4844
|
}
|
|
4866
4845
|
|
|
4867
|
-
.
|
|
4868
|
-
width:
|
|
4869
|
-
height: 24px;
|
|
4870
|
-
padding: 4px;
|
|
4871
|
-
margin-right: 8px;
|
|
4872
|
-
}
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
.E_r77hffu {
|
|
4846
|
+
.E_v18frne8 {
|
|
4847
|
+
width: 100%;
|
|
4876
4848
|
display: flex;
|
|
4877
4849
|
align-items: center;
|
|
4878
|
-
justify-content:
|
|
4850
|
+
justify-content: center;
|
|
4879
4851
|
column-gap: 6px;
|
|
4852
|
+
font-size: 13px;
|
|
4853
|
+
.step-item-prefix-container {
|
|
4854
|
+
display: inline-flex;
|
|
4855
|
+
align-items: center;
|
|
4856
|
+
min-width: 20px;
|
|
4857
|
+
min-height: 20px;
|
|
4858
|
+
color: $gray-a75-8;
|
|
4859
|
+
justify-content: center;
|
|
4860
|
+
}
|
|
4880
4861
|
}
|
|
4881
4862
|
|
|
4882
|
-
.E_p1cmxsf7 {
|
|
4883
|
-
display: flex;
|
|
4884
|
-
flex-direction: column;
|
|
4885
|
-
justify-content: center;
|
|
4886
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4887
4863
|
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
margin-inline-end: unset;
|
|
4864
|
+
.E_slr2ynn {
|
|
4865
|
+
padding: 0 8px;
|
|
4866
|
+
height: 18px;
|
|
4892
4867
|
}
|
|
4893
|
-
}
|
|
4894
4868
|
|
|
4869
|
+
.E_m140wbb6 {
|
|
4870
|
+
padding: 2px 8px;
|
|
4871
|
+
height: 24px;
|
|
4872
|
+
}
|
|
4895
4873
|
|
|
4896
|
-
.
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
padding: 12px 4px;
|
|
4900
|
-
border-bottom: 1px solid rgba($gray-50, 0.18);
|
|
4901
|
-
display: flex;
|
|
4874
|
+
.E_t1fozc1i {
|
|
4875
|
+
margin: 0;
|
|
4876
|
+
}
|
|
4902
4877
|
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
border-radius: 2px;
|
|
4908
|
-
}
|
|
4909
|
-
.checkbox-loading {
|
|
4910
|
-
width: 16px;
|
|
4911
|
-
}
|
|
4912
|
-
.td-loading {
|
|
4913
|
-
flex: 1;
|
|
4914
|
-
}
|
|
4915
|
-
}
|
|
4878
|
+
.E_i1vxv4ln {
|
|
4879
|
+
margin-right: 4px;
|
|
4880
|
+
height: 16px;
|
|
4881
|
+
}
|
|
4916
4882
|
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
}
|
|
4883
|
+
.E_n1afl31m {
|
|
4884
|
+
&.ant-tag.ant-tag-gray {
|
|
4885
|
+
font-weight: 700;
|
|
4886
|
+
color: $text-neutral-primary;
|
|
4887
|
+
background-color: $fill-neutral-trans-1;
|
|
4888
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
4889
|
+
word-break: break-all;
|
|
4890
|
+
display: inline;
|
|
4891
|
+
white-space: normal;
|
|
4927
4892
|
}
|
|
4928
4893
|
}
|
|
4929
4894
|
|
|
@@ -5012,6 +4977,41 @@
|
|
|
5012
4977
|
}
|
|
5013
4978
|
|
|
5014
4979
|
|
|
4980
|
+
.E_t13ef470 {
|
|
4981
|
+
height: 100%;
|
|
4982
|
+
.table-loading-item {
|
|
4983
|
+
padding: 12px 4px;
|
|
4984
|
+
border-bottom: 1px solid rgba($gray-50, 0.18);
|
|
4985
|
+
display: flex;
|
|
4986
|
+
|
|
4987
|
+
> * {
|
|
4988
|
+
height: 16px;
|
|
4989
|
+
margin: 4px;
|
|
4990
|
+
background: rgba($gray-50, 0.18);
|
|
4991
|
+
border-radius: 2px;
|
|
4992
|
+
}
|
|
4993
|
+
.checkbox-loading {
|
|
4994
|
+
width: 16px;
|
|
4995
|
+
}
|
|
4996
|
+
.td-loading {
|
|
4997
|
+
flex: 1;
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
|
|
5001
|
+
:nth-child(1) {
|
|
5002
|
+
padding: 8px 4px;
|
|
5003
|
+
> * {
|
|
5004
|
+
background: rgba($gray-70, 0.18);
|
|
5005
|
+
}
|
|
5006
|
+
}
|
|
5007
|
+
:nth-child(1) {
|
|
5008
|
+
> * {
|
|
5009
|
+
background: rgba($gray-60, 0.18);
|
|
5010
|
+
}
|
|
5011
|
+
}
|
|
5012
|
+
}
|
|
5013
|
+
|
|
5014
|
+
|
|
5015
5015
|
.E_t1gvlxt5 {
|
|
5016
5016
|
min-width: 0;
|
|
5017
5017
|
flex: 1;
|
|
@@ -5431,15 +5431,48 @@
|
|
|
5431
5431
|
font-size: 12px;
|
|
5432
5432
|
padding: 3px 6px;
|
|
5433
5433
|
|
|
5434
|
-
&:first-child {
|
|
5435
|
-
padding-top: 3px;
|
|
5436
|
-
}
|
|
5437
|
-
&:last-child {
|
|
5438
|
-
padding-bottom: 3px;
|
|
5439
|
-
}
|
|
5440
|
-
.column-value {
|
|
5441
|
-
color: $white;
|
|
5442
|
-
margin-left: 8px;
|
|
5434
|
+
&:first-child {
|
|
5435
|
+
padding-top: 3px;
|
|
5436
|
+
}
|
|
5437
|
+
&:last-child {
|
|
5438
|
+
padding-bottom: 3px;
|
|
5439
|
+
}
|
|
5440
|
+
.column-value {
|
|
5441
|
+
color: $white;
|
|
5442
|
+
margin-left: 8px;
|
|
5443
|
+
}
|
|
5444
|
+
}
|
|
5445
|
+
|
|
5446
|
+
|
|
5447
|
+
.E_s20iney {
|
|
5448
|
+
&.skeleton-box {
|
|
5449
|
+
display: flex;
|
|
5450
|
+
align-items: center;
|
|
5451
|
+
justify-content: center;
|
|
5452
|
+
position: relative;
|
|
5453
|
+
border-radius: 2px;
|
|
5454
|
+
background: #E1E6F199;
|
|
5455
|
+
overflow: hidden;
|
|
5456
|
+
|
|
5457
|
+
& > .skeleton-shimmer {
|
|
5458
|
+
width: 200%;
|
|
5459
|
+
height: 200%;
|
|
5460
|
+
transform: rotate(15deg);
|
|
5461
|
+
position: absolute;
|
|
5462
|
+
top: -50%;
|
|
5463
|
+
flex-shrink: 0;
|
|
5464
|
+
opacity: 0.8;
|
|
5465
|
+
background: linear-gradient(
|
|
5466
|
+
90deg,
|
|
5467
|
+
rgba(255, 255, 255, 0) 15%,
|
|
5468
|
+
#FFFFFF99 50%,
|
|
5469
|
+
rgba(255, 255, 255, 0) 85%
|
|
5470
|
+
);
|
|
5471
|
+
|
|
5472
|
+
animation: shimmer 1100ms infinite;
|
|
5473
|
+
}
|
|
5474
|
+
|
|
5475
|
+
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5443
5476
|
}
|
|
5444
5477
|
}
|
|
5445
5478
|
|
|
@@ -5527,39 +5560,6 @@
|
|
|
5527
5560
|
}
|
|
5528
5561
|
|
|
5529
5562
|
|
|
5530
|
-
.E_s20iney {
|
|
5531
|
-
&.skeleton-box {
|
|
5532
|
-
display: flex;
|
|
5533
|
-
align-items: center;
|
|
5534
|
-
justify-content: center;
|
|
5535
|
-
position: relative;
|
|
5536
|
-
border-radius: 2px;
|
|
5537
|
-
background: #E1E6F199;
|
|
5538
|
-
overflow: hidden;
|
|
5539
|
-
|
|
5540
|
-
& > .skeleton-shimmer {
|
|
5541
|
-
width: 200%;
|
|
5542
|
-
height: 200%;
|
|
5543
|
-
transform: rotate(15deg);
|
|
5544
|
-
position: absolute;
|
|
5545
|
-
top: -50%;
|
|
5546
|
-
flex-shrink: 0;
|
|
5547
|
-
opacity: 0.8;
|
|
5548
|
-
background: linear-gradient(
|
|
5549
|
-
90deg,
|
|
5550
|
-
rgba(255, 255, 255, 0) 15%,
|
|
5551
|
-
#FFFFFF99 50%,
|
|
5552
|
-
rgba(255, 255, 255, 0) 85%
|
|
5553
|
-
);
|
|
5554
|
-
|
|
5555
|
-
animation: shimmer 1100ms infinite;
|
|
5556
|
-
}
|
|
5557
|
-
|
|
5558
|
-
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5559
|
-
}
|
|
5560
|
-
}
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
5563
|
.E_t1g36k2w {
|
|
5564
5564
|
overflow: hidden;
|
|
5565
5565
|
height: 100%;
|
|
@@ -5751,6 +5751,104 @@
|
|
|
5751
5751
|
}
|
|
5752
5752
|
|
|
5753
5753
|
|
|
5754
|
+
.E_clm1wy1 {
|
|
5755
|
+
width: 192px;
|
|
5756
|
+
height: 246px;
|
|
5757
|
+
border-radius: 4px;
|
|
5758
|
+
|
|
5759
|
+
> .ant-picker-calendar,
|
|
5760
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
5761
|
+
width: 100%;
|
|
5762
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
5763
|
+
border-top: none;
|
|
5764
|
+
|
|
5765
|
+
.ant-picker-body {
|
|
5766
|
+
padding: 0 16px;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
.ant-picker-content {
|
|
5770
|
+
width: 100%;
|
|
5771
|
+
height: 180px;
|
|
5772
|
+
border-spacing: 0;
|
|
5773
|
+
|
|
5774
|
+
thead {
|
|
5775
|
+
margin-bottom: 8px;
|
|
5776
|
+
}
|
|
5777
|
+
th {
|
|
5778
|
+
width: 22px;
|
|
5779
|
+
}
|
|
5780
|
+
td {
|
|
5781
|
+
padding: 0;
|
|
5782
|
+
}
|
|
5783
|
+
}
|
|
5784
|
+
}
|
|
5785
|
+
|
|
5786
|
+
.ant-picker-cell {
|
|
5787
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5788
|
+
opacity: 0.4;
|
|
5789
|
+
}
|
|
5790
|
+
.ant-picker-cell-in-view {
|
|
5791
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5792
|
+
opacity: 1;
|
|
5793
|
+
}
|
|
5794
|
+
.ant-picker-cell-in-view > .active {
|
|
5795
|
+
color: #3e4652;
|
|
5796
|
+
}
|
|
5797
|
+
|
|
5798
|
+
.ant-picker-cell::before {
|
|
5799
|
+
pointer-events: none;
|
|
5800
|
+
}
|
|
5801
|
+
}
|
|
5802
|
+
|
|
5803
|
+
.E_t1tsm00v {
|
|
5804
|
+
color: rgba(129, 138, 153, 0.6);
|
|
5805
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
5806
|
+
backdrop-filter: blur(10px);
|
|
5807
|
+
padding: 7px 10px;
|
|
5808
|
+
}
|
|
5809
|
+
|
|
5810
|
+
.E_c167wnad {
|
|
5811
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5812
|
+
display: flex;
|
|
5813
|
+
justify-content: space-between;
|
|
5814
|
+
align-items: center;
|
|
5815
|
+
padding: 8px 16px;
|
|
5816
|
+
|
|
5817
|
+
.anticon {
|
|
5818
|
+
cursor: pointer;
|
|
5819
|
+
&:hover {
|
|
5820
|
+
color: $blue;
|
|
5821
|
+
}
|
|
5822
|
+
}
|
|
5823
|
+
}
|
|
5824
|
+
|
|
5825
|
+
.E_cxhf7dh {
|
|
5826
|
+
text-align: center;
|
|
5827
|
+
|
|
5828
|
+
.dots {
|
|
5829
|
+
display: flex;
|
|
5830
|
+
justify-content: center;
|
|
5831
|
+
}
|
|
5832
|
+
.dot {
|
|
5833
|
+
display: inline-block;
|
|
5834
|
+
width: 2px;
|
|
5835
|
+
height: 2px;
|
|
5836
|
+
border-radius: 1px;
|
|
5837
|
+
background: $blue;
|
|
5838
|
+
|
|
5839
|
+
&:not(:last-child) {
|
|
5840
|
+
margin-right: 2px;
|
|
5841
|
+
}
|
|
5842
|
+
}
|
|
5843
|
+
.bar {
|
|
5844
|
+
width: 9px;
|
|
5845
|
+
height: 2px;
|
|
5846
|
+
background: $blue;
|
|
5847
|
+
border-radius: 2px;
|
|
5848
|
+
}
|
|
5849
|
+
}
|
|
5850
|
+
|
|
5851
|
+
|
|
5754
5852
|
.E_c18bcrac {
|
|
5755
5853
|
display: inline-block;
|
|
5756
5854
|
width: 100%;
|
|
@@ -5802,108 +5900,165 @@
|
|
|
5802
5900
|
}
|
|
5803
5901
|
|
|
5804
5902
|
|
|
5805
|
-
.
|
|
5806
|
-
width:
|
|
5807
|
-
height: 246px;
|
|
5808
|
-
border-radius: 4px;
|
|
5903
|
+
.E_c1up1pdz {
|
|
5904
|
+
width: 648px;
|
|
5809
5905
|
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
width: 100%;
|
|
5813
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
5814
|
-
border-top: none;
|
|
5906
|
+
&.active {
|
|
5907
|
+
border-color: $blue-60;
|
|
5815
5908
|
|
|
5816
|
-
|
|
5817
|
-
|
|
5909
|
+
> header {
|
|
5910
|
+
background: rgba($blue-60, 0.1);
|
|
5818
5911
|
}
|
|
5912
|
+
}
|
|
5819
5913
|
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
|
|
5823
|
-
border-spacing: 0;
|
|
5914
|
+
.expand {
|
|
5915
|
+
padding: 12px;
|
|
5916
|
+
}
|
|
5824
5917
|
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5918
|
+
.field-item {
|
|
5919
|
+
display: flex;
|
|
5920
|
+
padding: 10px 0;
|
|
5921
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
5922
|
+
|
|
5923
|
+
&:last-child {
|
|
5924
|
+
border-bottom: none;
|
|
5925
|
+
padding-bottom: 0;
|
|
5926
|
+
}
|
|
5927
|
+
|
|
5928
|
+
label {
|
|
5929
|
+
line-height: 32px;
|
|
5930
|
+
width: 100px;
|
|
5931
|
+
color: rgba(62, 70, 82, 0.6);
|
|
5834
5932
|
}
|
|
5835
5933
|
}
|
|
5836
5934
|
|
|
5837
|
-
.
|
|
5935
|
+
.help {
|
|
5838
5936
|
color: rgba(62, 70, 82, 0.6);
|
|
5839
|
-
|
|
5937
|
+
margin-top: 5px;
|
|
5840
5938
|
}
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5939
|
+
|
|
5940
|
+
.ant-input-affix-wrapper,
|
|
5941
|
+
.ant-picker {
|
|
5942
|
+
width: 128px;
|
|
5844
5943
|
}
|
|
5845
|
-
|
|
5846
|
-
|
|
5944
|
+
}
|
|
5945
|
+
|
|
5946
|
+
.E_c156wh19 {
|
|
5947
|
+
display: flex;
|
|
5948
|
+
align-items: center;
|
|
5949
|
+
justify-content: space-between;
|
|
5950
|
+
word-break: keep-all;
|
|
5951
|
+
|
|
5952
|
+
.title {
|
|
5953
|
+
margin: 0 16px 0 8px;
|
|
5847
5954
|
}
|
|
5848
5955
|
|
|
5849
|
-
.
|
|
5850
|
-
|
|
5956
|
+
.retain {
|
|
5957
|
+
color: rgba(129, 138, 153, 0.6);
|
|
5851
5958
|
}
|
|
5852
|
-
}
|
|
5853
5959
|
|
|
5854
|
-
.
|
|
5855
|
-
|
|
5856
|
-
|
|
5857
|
-
|
|
5858
|
-
|
|
5960
|
+
div.left {
|
|
5961
|
+
flex: 1;
|
|
5962
|
+
display: flex;
|
|
5963
|
+
overflow: hidden;
|
|
5964
|
+
align-items: center;
|
|
5965
|
+
justify-content: flex-start;
|
|
5966
|
+
white-space: nowrap;
|
|
5967
|
+
|
|
5968
|
+
.title {
|
|
5969
|
+
max-width: 100%;
|
|
5970
|
+
overflow: hidden;
|
|
5971
|
+
text-overflow: ellipsis;
|
|
5972
|
+
}
|
|
5973
|
+
}
|
|
5974
|
+
|
|
5975
|
+
div.right {
|
|
5976
|
+
display: flex;
|
|
5977
|
+
align-items: center;
|
|
5978
|
+
}
|
|
5979
|
+
|
|
5980
|
+
.reverse {
|
|
5981
|
+
display: flex;
|
|
5982
|
+
flex-direction: row-reverse;
|
|
5983
|
+
align-items: center;
|
|
5984
|
+
|
|
5985
|
+
.ant-switch {
|
|
5986
|
+
margin-left: 8px;
|
|
5987
|
+
}
|
|
5988
|
+
}
|
|
5989
|
+
|
|
5990
|
+
.close {
|
|
5991
|
+
padding-left: 14px;
|
|
5992
|
+
margin-left: 14px;
|
|
5993
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
5994
|
+
cursor: pointer;
|
|
5995
|
+
}
|
|
5859
5996
|
}
|
|
5860
5997
|
|
|
5861
|
-
.
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
padding: 8px 16px;
|
|
5998
|
+
.E_m126spxy {
|
|
5999
|
+
.ant-btn.ant-btn-link {
|
|
6000
|
+
padding: 1px 10px;
|
|
6001
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6002
|
+
border-radius: 4px;
|
|
5867
6003
|
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
&:hover {
|
|
6004
|
+
&.active {
|
|
6005
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5871
6006
|
color: $blue;
|
|
5872
6007
|
}
|
|
5873
6008
|
}
|
|
6009
|
+
|
|
6010
|
+
padding-bottom: 4px;
|
|
6011
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
5874
6012
|
}
|
|
5875
6013
|
|
|
5876
|
-
.
|
|
5877
|
-
|
|
6014
|
+
.E_wpbf4pq {
|
|
6015
|
+
padding: 10px 0;
|
|
6016
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
5878
6017
|
|
|
5879
|
-
.
|
|
5880
|
-
|
|
5881
|
-
|
|
6018
|
+
.ant-input,
|
|
6019
|
+
.ant-picker {
|
|
6020
|
+
width: 80px;
|
|
6021
|
+
margin: 0 9px;
|
|
6022
|
+
text-align: center;
|
|
5882
6023
|
}
|
|
5883
|
-
.dot {
|
|
5884
|
-
display: inline-block;
|
|
5885
|
-
width: 2px;
|
|
5886
|
-
height: 2px;
|
|
5887
|
-
border-radius: 1px;
|
|
5888
|
-
background: $blue;
|
|
5889
6024
|
|
|
5890
|
-
|
|
5891
|
-
|
|
6025
|
+
.options {
|
|
6026
|
+
padding: 12px 0 12px 16px;
|
|
6027
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6028
|
+
margin: 5px 0 5px 8px;
|
|
6029
|
+
}
|
|
6030
|
+
.week-day-option,
|
|
6031
|
+
.month-day-option {
|
|
6032
|
+
background: #f5f7fa;
|
|
6033
|
+
box-sizing: border-box;
|
|
6034
|
+
border-radius: 16px;
|
|
6035
|
+
margin-right: 8px;
|
|
6036
|
+
|
|
6037
|
+
&:focus {
|
|
6038
|
+
color: inherit;
|
|
6039
|
+
border-color: #d9d9d9;
|
|
5892
6040
|
}
|
|
5893
6041
|
}
|
|
5894
|
-
.
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
6042
|
+
.week-day-option {
|
|
6043
|
+
&.active {
|
|
6044
|
+
background-color: $blue;
|
|
6045
|
+
border-color: $blue;
|
|
6046
|
+
color: $white;
|
|
6047
|
+
}
|
|
6048
|
+
&.en-text {
|
|
6049
|
+
width: 110px;
|
|
6050
|
+
margin-top: 4px;
|
|
6051
|
+
}
|
|
5899
6052
|
}
|
|
5900
|
-
|
|
5901
|
-
|
|
6053
|
+
.month-day-option {
|
|
6054
|
+
width: 32px;
|
|
6055
|
+
padding: 0;
|
|
6056
|
+
margin-bottom: 8px;
|
|
5902
6057
|
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
6058
|
+
&.active {
|
|
6059
|
+
background-color: $blue;
|
|
6060
|
+
border-color: $blue;
|
|
6061
|
+
color: $white;
|
|
5907
6062
|
}
|
|
5908
6063
|
}
|
|
5909
6064
|
}
|
|
@@ -5922,35 +6077,11 @@
|
|
|
5922
6077
|
}
|
|
5923
6078
|
|
|
5924
6079
|
|
|
5925
|
-
.
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
&:not(:last-child) {
|
|
5932
|
-
margin-bottom: 4px;
|
|
5933
|
-
}
|
|
5934
|
-
}
|
|
5935
|
-
|
|
5936
|
-
.E_tf5bynu {
|
|
5937
|
-
margin: 0 3px;
|
|
5938
|
-
}
|
|
5939
|
-
|
|
5940
|
-
.E_tcckoz1 {
|
|
5941
|
-
max-height: 400px;
|
|
5942
|
-
overflow: auto;
|
|
5943
|
-
}
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
.E_s1iv0tp1 {
|
|
5947
|
-
.enabled-switch {
|
|
5948
|
-
display: flex;
|
|
5949
|
-
align-items: center;
|
|
5950
|
-
}
|
|
5951
|
-
|
|
5952
|
-
.enabled-text {
|
|
5953
|
-
margin-right: 8px;
|
|
6080
|
+
.E_tqjc4ui {
|
|
6081
|
+
@at-root {
|
|
6082
|
+
span#{&} {
|
|
6083
|
+
margin: 0 2px;
|
|
6084
|
+
}
|
|
5954
6085
|
}
|
|
5955
6086
|
}
|
|
5956
6087
|
|
|
@@ -6067,197 +6198,36 @@
|
|
|
6067
6198
|
}
|
|
6068
6199
|
|
|
6069
6200
|
|
|
6070
|
-
.
|
|
6071
|
-
|
|
6072
|
-
text-overflow: ellipsis;
|
|
6073
|
-
}
|
|
6074
|
-
|
|
6075
|
-
.E_s1tui002 {
|
|
6076
|
-
white-space: nowrap;
|
|
6077
|
-
}
|
|
6078
|
-
|
|
6079
|
-
.E_mxrc2zg {
|
|
6080
|
-
display: -webkit-box;
|
|
6081
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6082
|
-
-webkit-box-orient: vertical;
|
|
6083
|
-
word-break: break-all;
|
|
6084
|
-
}
|
|
6085
|
-
|
|
6086
|
-
.E_t1vv6d68 {
|
|
6087
|
-
.ant-tooltip-arrow {
|
|
6088
|
-
display: none;
|
|
6089
|
-
}
|
|
6090
|
-
.ant-tooltip-inner {
|
|
6091
|
-
background: $gray-a80-9;
|
|
6092
|
-
border-radius: 4px;
|
|
6093
|
-
&:has(.eagle-ellipsis-content) {
|
|
6094
|
-
visibility: hidden;
|
|
6095
|
-
}
|
|
6096
|
-
}
|
|
6097
|
-
}
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
.E_c1up1pdz {
|
|
6101
|
-
width: 648px;
|
|
6102
|
-
|
|
6103
|
-
&.active {
|
|
6104
|
-
border-color: $blue-60;
|
|
6105
|
-
|
|
6106
|
-
> header {
|
|
6107
|
-
background: rgba($blue-60, 0.1);
|
|
6108
|
-
}
|
|
6109
|
-
}
|
|
6110
|
-
|
|
6111
|
-
.expand {
|
|
6112
|
-
padding: 12px;
|
|
6113
|
-
}
|
|
6114
|
-
|
|
6115
|
-
.field-item {
|
|
6116
|
-
display: flex;
|
|
6117
|
-
padding: 10px 0;
|
|
6118
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6119
|
-
|
|
6120
|
-
&:last-child {
|
|
6121
|
-
border-bottom: none;
|
|
6122
|
-
padding-bottom: 0;
|
|
6123
|
-
}
|
|
6124
|
-
|
|
6125
|
-
label {
|
|
6126
|
-
line-height: 32px;
|
|
6127
|
-
width: 100px;
|
|
6128
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6129
|
-
}
|
|
6130
|
-
}
|
|
6131
|
-
|
|
6132
|
-
.help {
|
|
6133
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6134
|
-
margin-top: 5px;
|
|
6135
|
-
}
|
|
6136
|
-
|
|
6137
|
-
.ant-input-affix-wrapper,
|
|
6138
|
-
.ant-picker {
|
|
6139
|
-
width: 128px;
|
|
6140
|
-
}
|
|
6141
|
-
}
|
|
6142
|
-
|
|
6143
|
-
.E_c156wh19 {
|
|
6144
|
-
display: flex;
|
|
6145
|
-
align-items: center;
|
|
6146
|
-
justify-content: space-between;
|
|
6147
|
-
word-break: keep-all;
|
|
6148
|
-
|
|
6149
|
-
.title {
|
|
6150
|
-
margin: 0 16px 0 8px;
|
|
6151
|
-
}
|
|
6152
|
-
|
|
6153
|
-
.retain {
|
|
6154
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
|
-
div.left {
|
|
6158
|
-
flex: 1;
|
|
6159
|
-
display: flex;
|
|
6160
|
-
overflow: hidden;
|
|
6161
|
-
align-items: center;
|
|
6162
|
-
justify-content: flex-start;
|
|
6163
|
-
white-space: nowrap;
|
|
6164
|
-
|
|
6165
|
-
.title {
|
|
6166
|
-
max-width: 100%;
|
|
6167
|
-
overflow: hidden;
|
|
6168
|
-
text-overflow: ellipsis;
|
|
6169
|
-
}
|
|
6170
|
-
}
|
|
6171
|
-
|
|
6172
|
-
div.right {
|
|
6173
|
-
display: flex;
|
|
6174
|
-
align-items: center;
|
|
6175
|
-
}
|
|
6176
|
-
|
|
6177
|
-
.reverse {
|
|
6201
|
+
.E_s1iv0tp1 {
|
|
6202
|
+
.enabled-switch {
|
|
6178
6203
|
display: flex;
|
|
6179
|
-
flex-direction: row-reverse;
|
|
6180
6204
|
align-items: center;
|
|
6181
|
-
|
|
6182
|
-
.ant-switch {
|
|
6183
|
-
margin-left: 8px;
|
|
6184
|
-
}
|
|
6185
|
-
}
|
|
6186
|
-
|
|
6187
|
-
.close {
|
|
6188
|
-
padding-left: 14px;
|
|
6189
|
-
margin-left: 14px;
|
|
6190
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
6191
|
-
cursor: pointer;
|
|
6192
6205
|
}
|
|
6193
|
-
}
|
|
6194
|
-
|
|
6195
|
-
.E_m126spxy {
|
|
6196
|
-
.ant-btn.ant-btn-link {
|
|
6197
|
-
padding: 1px 10px;
|
|
6198
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6199
|
-
border-radius: 4px;
|
|
6200
6206
|
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
color: $blue;
|
|
6204
|
-
}
|
|
6207
|
+
.enabled-text {
|
|
6208
|
+
margin-right: 8px;
|
|
6205
6209
|
}
|
|
6206
|
-
|
|
6207
|
-
padding-bottom: 4px;
|
|
6208
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6209
6210
|
}
|
|
6210
6211
|
|
|
6211
|
-
.E_wpbf4pq {
|
|
6212
|
-
padding: 10px 0;
|
|
6213
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6214
6212
|
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
}
|
|
6213
|
+
.E_n12mqh7z {
|
|
6214
|
+
display: flex;
|
|
6215
|
+
align-items: center;
|
|
6216
|
+
font-size: 12px;
|
|
6217
|
+
line-height: 18px;
|
|
6221
6218
|
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6225
|
-
margin: 5px 0 5px 8px;
|
|
6219
|
+
&:not(:last-child) {
|
|
6220
|
+
margin-bottom: 4px;
|
|
6226
6221
|
}
|
|
6227
|
-
|
|
6228
|
-
.month-day-option {
|
|
6229
|
-
background: #f5f7fa;
|
|
6230
|
-
box-sizing: border-box;
|
|
6231
|
-
border-radius: 16px;
|
|
6232
|
-
margin-right: 8px;
|
|
6222
|
+
}
|
|
6233
6223
|
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
}
|
|
6238
|
-
}
|
|
6239
|
-
.week-day-option {
|
|
6240
|
-
&.active {
|
|
6241
|
-
background-color: $blue;
|
|
6242
|
-
border-color: $blue;
|
|
6243
|
-
color: $white;
|
|
6244
|
-
}
|
|
6245
|
-
&.en-text {
|
|
6246
|
-
width: 110px;
|
|
6247
|
-
margin-top: 4px;
|
|
6248
|
-
}
|
|
6249
|
-
}
|
|
6250
|
-
.month-day-option {
|
|
6251
|
-
width: 32px;
|
|
6252
|
-
padding: 0;
|
|
6253
|
-
margin-bottom: 8px;
|
|
6224
|
+
.E_tf5bynu {
|
|
6225
|
+
margin: 0 3px;
|
|
6226
|
+
}
|
|
6254
6227
|
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
color: $white;
|
|
6259
|
-
}
|
|
6260
|
-
}
|
|
6228
|
+
.E_tcckoz1 {
|
|
6229
|
+
max-height: 400px;
|
|
6230
|
+
overflow: auto;
|
|
6261
6231
|
}
|
|
6262
6232
|
|
|
6263
6233
|
|
|
@@ -6287,6 +6257,36 @@
|
|
|
6287
6257
|
}
|
|
6288
6258
|
|
|
6289
6259
|
|
|
6260
|
+
.E_ou7iq30 {
|
|
6261
|
+
overflow: hidden;
|
|
6262
|
+
text-overflow: ellipsis;
|
|
6263
|
+
}
|
|
6264
|
+
|
|
6265
|
+
.E_s1tui002 {
|
|
6266
|
+
white-space: nowrap;
|
|
6267
|
+
}
|
|
6268
|
+
|
|
6269
|
+
.E_mxrc2zg {
|
|
6270
|
+
display: -webkit-box;
|
|
6271
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6272
|
+
-webkit-box-orient: vertical;
|
|
6273
|
+
word-break: break-all;
|
|
6274
|
+
}
|
|
6275
|
+
|
|
6276
|
+
.E_t1vv6d68 {
|
|
6277
|
+
.ant-tooltip-arrow {
|
|
6278
|
+
display: none;
|
|
6279
|
+
}
|
|
6280
|
+
.ant-tooltip-inner {
|
|
6281
|
+
background: $gray-a80-9;
|
|
6282
|
+
border-radius: 4px;
|
|
6283
|
+
&:has(.eagle-ellipsis-content) {
|
|
6284
|
+
visibility: hidden;
|
|
6285
|
+
}
|
|
6286
|
+
}
|
|
6287
|
+
}
|
|
6288
|
+
|
|
6289
|
+
|
|
6290
6290
|
.E_skwah65 {
|
|
6291
6291
|
height: 8px;
|
|
6292
6292
|
box-sizing: border-box;
|
|
@@ -6709,10 +6709,177 @@
|
|
|
6709
6709
|
}
|
|
6710
6710
|
|
|
6711
6711
|
|
|
6712
|
-
.
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6712
|
+
.E_kr6am0s {
|
|
6713
|
+
.ant-modal-body {
|
|
6714
|
+
padding: 60px 128px;
|
|
6715
|
+
}
|
|
6716
|
+
}
|
|
6717
|
+
|
|
6718
|
+
.E_k1h3cl5q {
|
|
6719
|
+
display: flex;
|
|
6720
|
+
flex-direction: column;
|
|
6721
|
+
height: 100%;
|
|
6722
|
+
}
|
|
6723
|
+
|
|
6724
|
+
.E_k1a6j97w {
|
|
6725
|
+
color: $gray-120;
|
|
6726
|
+
font-size: 32px !important;
|
|
6727
|
+
margin-bottom: 16px;
|
|
6728
|
+
}
|
|
6729
|
+
|
|
6730
|
+
.E_k1uim1fg {
|
|
6731
|
+
margin-bottom: 32px;
|
|
6732
|
+
color: $gray-120;
|
|
6733
|
+
}
|
|
6734
|
+
|
|
6735
|
+
.E_kobelzt {
|
|
6736
|
+
font-family:
|
|
6737
|
+
Roboto Mono,
|
|
6738
|
+
SFMono-Regular,
|
|
6739
|
+
SF Mono,
|
|
6740
|
+
Menlo,
|
|
6741
|
+
Consolas,
|
|
6742
|
+
Liberation Mono,
|
|
6743
|
+
monospace;
|
|
6744
|
+
min-height: 0;
|
|
6745
|
+
flex: 1;
|
|
6746
|
+
padding: 16px;
|
|
6747
|
+
background-color: $gray-80;
|
|
6748
|
+
color: $white;
|
|
6749
|
+
overflow: auto;
|
|
6750
|
+
max-width: 100%;
|
|
6751
|
+
min-height: 0;
|
|
6752
|
+
border-radius: 8px;
|
|
6753
|
+
white-space: pre-wrap;
|
|
6754
|
+
}
|
|
6755
|
+
|
|
6756
|
+
.E_kxzv3id {
|
|
6757
|
+
width: 100%;
|
|
6758
|
+
display: flex;
|
|
6759
|
+
justify-content: space-between;
|
|
6760
|
+
padding: 0 128px;
|
|
6761
|
+
}
|
|
6762
|
+
|
|
6763
|
+
.E_eld9lt {
|
|
6764
|
+
display: flex;
|
|
6765
|
+
flex-direction: column;
|
|
6766
|
+
justify-content: center;
|
|
6767
|
+
align-items: center;
|
|
6768
|
+
height: 100%;
|
|
6769
|
+
}
|
|
6770
|
+
|
|
6771
|
+
.E_e1505fqc {
|
|
6772
|
+
display: flex;
|
|
6773
|
+
flex-direction: column;
|
|
6774
|
+
align-items: center;
|
|
6775
|
+
|
|
6776
|
+
.title {
|
|
6777
|
+
margin-bottom: 8px;
|
|
6778
|
+
background-clip: text;
|
|
6779
|
+
-webkit-background-clip: text;
|
|
6780
|
+
-webkit-text-fill-color: transparent;
|
|
6781
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
6782
|
+
}
|
|
6783
|
+
}
|
|
6784
|
+
|
|
6785
|
+
|
|
6786
|
+
.E_i5w779o {
|
|
6787
|
+
padding: 8px 0;
|
|
6788
|
+
|
|
6789
|
+
.col-label {
|
|
6790
|
+
flex-shrink: unset;
|
|
6791
|
+
* {
|
|
6792
|
+
line-height: 18px;
|
|
6793
|
+
}
|
|
6794
|
+
}
|
|
6795
|
+
.col-content {
|
|
6796
|
+
flex: 1 1 0;
|
|
6797
|
+
display: flex;
|
|
6798
|
+
align-items: center;
|
|
6799
|
+
* {
|
|
6800
|
+
line-height: 18px;
|
|
6801
|
+
}
|
|
6802
|
+
}
|
|
6803
|
+
}
|
|
6804
|
+
|
|
6805
|
+
.E_l18dja44 {
|
|
6806
|
+
padding: 6px 0;
|
|
6807
|
+
|
|
6808
|
+
.col-label * {
|
|
6809
|
+
font-size: 13px;
|
|
6810
|
+
line-height: 20px;
|
|
6811
|
+
}
|
|
6812
|
+
.col-content * {
|
|
6813
|
+
font-size: 14px;
|
|
6814
|
+
line-height: 20px;
|
|
6815
|
+
}
|
|
6816
|
+
}
|
|
6817
|
+
|
|
6818
|
+
.E_c8c2hys {
|
|
6819
|
+
display: flex;
|
|
6820
|
+
justify-content: space-between;
|
|
6821
|
+
flex: 1;
|
|
6822
|
+
min-width: 0;
|
|
6823
|
+
}
|
|
6824
|
+
|
|
6825
|
+
.E_n4m6c4d {
|
|
6826
|
+
color: $text-light-tertiary;
|
|
6827
|
+
}
|
|
6828
|
+
|
|
6829
|
+
|
|
6830
|
+
.E_cyms3br {
|
|
6831
|
+
background: #fff;
|
|
6832
|
+
width: 100%;
|
|
6833
|
+
border-radius: 8px;
|
|
6834
|
+
border: 1px solid rgba(228, 233, 242, 1);
|
|
6835
|
+
.ant-list {
|
|
6836
|
+
padding: 12px;
|
|
6837
|
+
}
|
|
6838
|
+
.ant-list-item {
|
|
6839
|
+
padding: 4px 0;
|
|
6840
|
+
}
|
|
6841
|
+
.ant-alert {
|
|
6842
|
+
margin-left: 24px;
|
|
6843
|
+
}
|
|
6844
|
+
header {
|
|
6845
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6846
|
+
font-size: 12px;
|
|
6847
|
+
color: rgba(29, 50, 108, 1);
|
|
6848
|
+
font-weight: 700;
|
|
6849
|
+
padding: 6px 12px;
|
|
6850
|
+
display: flex;
|
|
6851
|
+
flex-direction: row;
|
|
6852
|
+
align-items: center;
|
|
6853
|
+
justify-content: space-between;
|
|
6854
|
+
.switch-text {
|
|
6855
|
+
display: flex;
|
|
6856
|
+
flex-direction: row;
|
|
6857
|
+
align-items: center;
|
|
6858
|
+
justify-content: space-between;
|
|
6859
|
+
gap: 6px;
|
|
6860
|
+
font-size: 12px;
|
|
6861
|
+
font-weight: 400;
|
|
6862
|
+
color: rgba(0, 18, 46, 1);
|
|
6863
|
+
}
|
|
6864
|
+
}
|
|
6865
|
+
}
|
|
6866
|
+
|
|
6867
|
+
.E_c157gu4z {
|
|
6868
|
+
.ant-list-item {
|
|
6869
|
+
display: flex;
|
|
6870
|
+
flex-direction: row;
|
|
6871
|
+
}
|
|
6872
|
+
.description {
|
|
6873
|
+
flex-grow: 1;
|
|
6874
|
+
margin-left: 8px;
|
|
6875
|
+
}
|
|
6876
|
+
}
|
|
6877
|
+
|
|
6878
|
+
.E_eu1sysj {
|
|
6879
|
+
display: flex;
|
|
6880
|
+
flex-direction: column;
|
|
6881
|
+
align-items: center;
|
|
6882
|
+
justify-content: center;
|
|
6716
6883
|
}
|
|
6717
6884
|
|
|
6718
6885
|
|
|
@@ -6761,103 +6928,114 @@
|
|
|
6761
6928
|
}
|
|
6762
6929
|
|
|
6763
6930
|
|
|
6764
|
-
.
|
|
6765
|
-
|
|
6931
|
+
.E_h1ol2wl7 {
|
|
6932
|
+
font-weight: bold;
|
|
6933
|
+
background-color: unset;
|
|
6934
|
+
padding: unset;
|
|
6935
|
+
}
|
|
6936
|
+
|
|
6937
|
+
|
|
6938
|
+
.E_c14ouk5o {
|
|
6939
|
+
width: 100%;
|
|
6940
|
+
height: 100%;
|
|
6941
|
+
display: flex;
|
|
6942
|
+
font-size: 12px;
|
|
6943
|
+
line-height: 18px;
|
|
6944
|
+
padding: 8px 0;
|
|
6945
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6946
|
+
|
|
6947
|
+
&:last-of-type {
|
|
6948
|
+
box-shadow: none;
|
|
6949
|
+
padding-bottom: 0;
|
|
6950
|
+
}
|
|
6951
|
+
&.collapsed {
|
|
6952
|
+
flex-direction: column;
|
|
6953
|
+
|
|
6954
|
+
.collapsed-content {
|
|
6955
|
+
display: flex;
|
|
6766
6956
|
|
|
6767
|
-
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
|
|
6957
|
+
> span {
|
|
6958
|
+
flex: 1;
|
|
6959
|
+
display: flex;
|
|
6960
|
+
justify-content: space-between;
|
|
6961
|
+
.ant-btn {
|
|
6962
|
+
height: auto;
|
|
6963
|
+
}
|
|
6964
|
+
}
|
|
6965
|
+
}
|
|
6966
|
+
.extra-content {
|
|
6967
|
+
margin-left: 162px;
|
|
6771
6968
|
}
|
|
6772
6969
|
}
|
|
6970
|
+
|
|
6971
|
+
.col-label {
|
|
6972
|
+
width: 216px;
|
|
6973
|
+
color: $text-secondary-light;
|
|
6974
|
+
margin-right: 12px;
|
|
6975
|
+
flex-shrink: 0;
|
|
6976
|
+
}
|
|
6977
|
+
|
|
6773
6978
|
.col-content {
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6979
|
+
color: $text-primary-light;
|
|
6980
|
+
|
|
6981
|
+
/* make btn link in info row have the same height as normal text */
|
|
6982
|
+
.ant-btn.ant-btn-link {
|
|
6983
|
+
height: auto;
|
|
6779
6984
|
}
|
|
6780
6985
|
}
|
|
6781
6986
|
}
|
|
6782
6987
|
|
|
6783
|
-
.E_l18dja44 {
|
|
6784
|
-
padding: 6px 0;
|
|
6785
6988
|
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
line-height: 20px;
|
|
6789
|
-
}
|
|
6790
|
-
.col-content * {
|
|
6791
|
-
font-size: 14px;
|
|
6792
|
-
line-height: 20px;
|
|
6793
|
-
}
|
|
6989
|
+
.E_cevhqx7 {
|
|
6990
|
+
color: $text-light-primary;
|
|
6794
6991
|
}
|
|
6795
6992
|
|
|
6796
|
-
.
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
flex: 1;
|
|
6800
|
-
min-width: 0;
|
|
6993
|
+
.E_snbqlt4 {
|
|
6994
|
+
margin-top: 8px;
|
|
6995
|
+
color: $text-light-secondary;
|
|
6801
6996
|
}
|
|
6802
6997
|
|
|
6803
|
-
.E_n4m6c4d {
|
|
6804
|
-
color: $text-light-tertiary;
|
|
6805
|
-
}
|
|
6806
6998
|
|
|
6999
|
+
.E_c1ss4prm {
|
|
7000
|
+
color: $text-light-secondary;
|
|
6807
7001
|
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
.ant-list {
|
|
6814
|
-
padding: 12px;
|
|
6815
|
-
}
|
|
6816
|
-
.ant-list-item {
|
|
6817
|
-
padding: 4px 0;
|
|
6818
|
-
}
|
|
6819
|
-
.ant-alert {
|
|
6820
|
-
margin-left: 24px;
|
|
6821
|
-
}
|
|
6822
|
-
header {
|
|
6823
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6824
|
-
font-size: 12px;
|
|
6825
|
-
color: rgba(29, 50, 108, 1);
|
|
6826
|
-
font-weight: 700;
|
|
6827
|
-
padding: 6px 12px;
|
|
6828
|
-
display: flex;
|
|
6829
|
-
flex-direction: row;
|
|
6830
|
-
align-items: center;
|
|
6831
|
-
justify-content: space-between;
|
|
6832
|
-
.switch-text {
|
|
6833
|
-
display: flex;
|
|
6834
|
-
flex-direction: row;
|
|
6835
|
-
align-items: center;
|
|
6836
|
-
justify-content: space-between;
|
|
6837
|
-
gap: 6px;
|
|
6838
|
-
font-size: 12px;
|
|
6839
|
-
font-weight: 400;
|
|
6840
|
-
color: rgba(0, 18, 46, 1);
|
|
7002
|
+
li {
|
|
7003
|
+
margin-bottom: 4px;
|
|
7004
|
+
|
|
7005
|
+
&:last-child {
|
|
7006
|
+
margin-bottom: 0;
|
|
6841
7007
|
}
|
|
6842
7008
|
}
|
|
6843
7009
|
}
|
|
6844
7010
|
|
|
6845
|
-
.
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6852
|
-
margin-
|
|
7011
|
+
.E_ms3tlei {
|
|
7012
|
+
background: $fill-neutral-trans-2;
|
|
7013
|
+
padding: 8px;
|
|
7014
|
+
border-radius: 6px;
|
|
7015
|
+
color: $gray-a60-8;
|
|
7016
|
+
|
|
7017
|
+
li {
|
|
7018
|
+
margin-bottom: 4px;
|
|
7019
|
+
|
|
7020
|
+
&:last-child {
|
|
7021
|
+
margin-bottom: 0;
|
|
7022
|
+
}
|
|
6853
7023
|
}
|
|
6854
7024
|
}
|
|
6855
7025
|
|
|
6856
|
-
.
|
|
6857
|
-
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
7026
|
+
.E_du44iy7 {
|
|
7027
|
+
margin-bottom: 4px;
|
|
7028
|
+
}
|
|
7029
|
+
|
|
7030
|
+
.E_s1qmhanr {
|
|
7031
|
+
color: $text-light-secondary;
|
|
7032
|
+
margin-bottom: 8px;
|
|
7033
|
+
}
|
|
7034
|
+
|
|
7035
|
+
.E_drje1h0 {
|
|
7036
|
+
height: 1px;
|
|
7037
|
+
background: $strokes-light-opaque-2;
|
|
7038
|
+
margin: 16px 0;
|
|
6861
7039
|
}
|
|
6862
7040
|
|
|
6863
7041
|
|
|
@@ -7155,6 +7333,8 @@
|
|
|
7155
7333
|
|
|
7156
7334
|
.date-range-picker-calendar {
|
|
7157
7335
|
flex: 1;
|
|
7336
|
+
border-top-left-radius: 8px;
|
|
7337
|
+
border-top-right-radius: 8px;
|
|
7158
7338
|
}
|
|
7159
7339
|
}
|
|
7160
7340
|
|
|
@@ -7179,6 +7359,7 @@
|
|
|
7179
7359
|
|
|
7180
7360
|
p {
|
|
7181
7361
|
margin: 0;
|
|
7362
|
+
margin-bottom: 2px;
|
|
7182
7363
|
}
|
|
7183
7364
|
}
|
|
7184
7365
|
|
|
@@ -7225,6 +7406,7 @@
|
|
|
7225
7406
|
list-style: none;
|
|
7226
7407
|
padding: 0;
|
|
7227
7408
|
margin-top: 12px;
|
|
7409
|
+
margin-bottom: 12px;
|
|
7228
7410
|
|
|
7229
7411
|
li {
|
|
7230
7412
|
padding: 5px 8px;
|
|
@@ -7302,12 +7484,24 @@
|
|
|
7302
7484
|
height: 40px;
|
|
7303
7485
|
line-height: 40px;
|
|
7304
7486
|
padding: 0 12px 0 16px;
|
|
7487
|
+
|
|
7488
|
+
// Used to modify the position of the Popover.
|
|
7489
|
+
// Because the Popover doesn't wrap the entire input field but the internal element, we can change the position of the Popover by changing the style of the internal element so as not to cause too much adjustment of the element structure
|
|
7490
|
+
.date-input-content {
|
|
7491
|
+
padding-left: 40px;
|
|
7492
|
+
transform: translateX(-40px);
|
|
7493
|
+
}
|
|
7305
7494
|
}
|
|
7306
7495
|
|
|
7307
7496
|
&.medium {
|
|
7308
7497
|
height: 32px;
|
|
7309
7498
|
line-height: 32px;
|
|
7310
7499
|
padding: 0 8px 0 12px;
|
|
7500
|
+
|
|
7501
|
+
.date-input-content {
|
|
7502
|
+
padding-left: 36px;
|
|
7503
|
+
transform: translateX(-36px);
|
|
7504
|
+
}
|
|
7311
7505
|
}
|
|
7312
7506
|
|
|
7313
7507
|
.date-input-content {
|
|
@@ -7356,6 +7550,10 @@
|
|
|
7356
7550
|
}
|
|
7357
7551
|
|
|
7358
7552
|
.E_d956d92 {
|
|
7553
|
+
.ant-popover-inner {
|
|
7554
|
+
border-radius: 8px;
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7359
7557
|
.ant-popover-inner-content {
|
|
7360
7558
|
.tab-menu {
|
|
7361
7559
|
.tab-bar {
|
|
@@ -7440,110 +7638,6 @@
|
|
|
7440
7638
|
}
|
|
7441
7639
|
|
|
7442
7640
|
|
|
7443
|
-
.E_c14ouk5o {
|
|
7444
|
-
width: 100%;
|
|
7445
|
-
height: 100%;
|
|
7446
|
-
display: flex;
|
|
7447
|
-
font-size: 12px;
|
|
7448
|
-
line-height: 18px;
|
|
7449
|
-
padding: 8px 0;
|
|
7450
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7451
|
-
|
|
7452
|
-
&:last-of-type {
|
|
7453
|
-
box-shadow: none;
|
|
7454
|
-
padding-bottom: 0;
|
|
7455
|
-
}
|
|
7456
|
-
&.collapsed {
|
|
7457
|
-
flex-direction: column;
|
|
7458
|
-
|
|
7459
|
-
.collapsed-content {
|
|
7460
|
-
display: flex;
|
|
7461
|
-
|
|
7462
|
-
> span {
|
|
7463
|
-
flex: 1;
|
|
7464
|
-
display: flex;
|
|
7465
|
-
justify-content: space-between;
|
|
7466
|
-
.ant-btn {
|
|
7467
|
-
height: auto;
|
|
7468
|
-
}
|
|
7469
|
-
}
|
|
7470
|
-
}
|
|
7471
|
-
.extra-content {
|
|
7472
|
-
margin-left: 162px;
|
|
7473
|
-
}
|
|
7474
|
-
}
|
|
7475
|
-
|
|
7476
|
-
.col-label {
|
|
7477
|
-
width: 216px;
|
|
7478
|
-
color: $text-secondary-light;
|
|
7479
|
-
margin-right: 12px;
|
|
7480
|
-
flex-shrink: 0;
|
|
7481
|
-
}
|
|
7482
|
-
|
|
7483
|
-
.col-content {
|
|
7484
|
-
color: $text-primary-light;
|
|
7485
|
-
|
|
7486
|
-
/* make btn link in info row have the same height as normal text */
|
|
7487
|
-
.ant-btn.ant-btn-link {
|
|
7488
|
-
height: auto;
|
|
7489
|
-
}
|
|
7490
|
-
}
|
|
7491
|
-
}
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
.E_cevhqx7 {
|
|
7495
|
-
color: $text-light-primary;
|
|
7496
|
-
}
|
|
7497
|
-
|
|
7498
|
-
.E_snbqlt4 {
|
|
7499
|
-
margin-top: 8px;
|
|
7500
|
-
color: $text-light-secondary;
|
|
7501
|
-
}
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
.E_c1ss4prm {
|
|
7505
|
-
color: $text-light-secondary;
|
|
7506
|
-
|
|
7507
|
-
li {
|
|
7508
|
-
margin-bottom: 4px;
|
|
7509
|
-
|
|
7510
|
-
&:last-child {
|
|
7511
|
-
margin-bottom: 0;
|
|
7512
|
-
}
|
|
7513
|
-
}
|
|
7514
|
-
}
|
|
7515
|
-
|
|
7516
|
-
.E_ms3tlei {
|
|
7517
|
-
background: $fill-neutral-trans-2;
|
|
7518
|
-
padding: 8px;
|
|
7519
|
-
border-radius: 6px;
|
|
7520
|
-
color: $gray-a60-8;
|
|
7521
|
-
|
|
7522
|
-
li {
|
|
7523
|
-
margin-bottom: 4px;
|
|
7524
|
-
|
|
7525
|
-
&:last-child {
|
|
7526
|
-
margin-bottom: 0;
|
|
7527
|
-
}
|
|
7528
|
-
}
|
|
7529
|
-
}
|
|
7530
|
-
|
|
7531
|
-
.E_du44iy7 {
|
|
7532
|
-
margin-bottom: 4px;
|
|
7533
|
-
}
|
|
7534
|
-
|
|
7535
|
-
.E_s1qmhanr {
|
|
7536
|
-
color: $text-light-secondary;
|
|
7537
|
-
margin-bottom: 8px;
|
|
7538
|
-
}
|
|
7539
|
-
|
|
7540
|
-
.E_drje1h0 {
|
|
7541
|
-
height: 1px;
|
|
7542
|
-
background: $strokes-light-opaque-2;
|
|
7543
|
-
margin: 16px 0;
|
|
7544
|
-
}
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
7641
|
.E_l12xdkhl {
|
|
7548
7642
|
width: 64px;
|
|
7549
7643
|
height: 64px;
|