@cloudtower/eagle 0.34.21 → 0.34.22

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.
@@ -1,22 +1,3 @@
1
- .E_berrcjl {
2
- color: $text-terdiary-light;
3
- margin-bottom: 4px;
4
-
5
- .breadcrumb-link {
6
- color: $text-terdiary-light;
7
- cursor: pointer;
8
- transition: color 160ms ease;
9
-
10
- &:hover {
11
- color: $blue-60;
12
- }
13
- &:active {
14
- color: $blue-80;
15
- }
16
- }
17
- }
18
-
19
-
20
1
  .E_c18gxmrl {
21
2
  border: 1px solid $gray-40;
22
3
  border-radius: 4px;
@@ -70,6 +51,57 @@
70
51
  }
71
52
 
72
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_ccrbeuz {
74
+ .ant-collapse-item {
75
+ border: 0px;
76
+ background-color: $fills-light-white;
77
+
78
+ .ant-collapse-header {
79
+ padding-top: 0px;
80
+ padding-bottom: 0px;
81
+ padding-left: 0px !important;
82
+ padding-right: 24px;
83
+ .ant-collapse-arrow {
84
+ right: 0px;
85
+ }
86
+ }
87
+ .ant-collapse-content {
88
+ .ant-collapse-content-box {
89
+ padding: 0px;
90
+ }
91
+ }
92
+ }
93
+ }
94
+
95
+ .E_c1fljvag {
96
+ .ant-collapse-item {
97
+ .ant-collapse-header {
98
+ padding-right: 0px;
99
+ cursor: default;
100
+ }
101
+ }
102
+ }
103
+
104
+
73
105
  .E_b1wx3t3t {
74
106
  &.ant-btn-icon-only {
75
107
  justify-content: center;
@@ -428,6 +460,24 @@
428
460
  }
429
461
 
430
462
 
463
+ .E_d133fzv0 {
464
+ .ant-dropdown-menu-item-group {
465
+ .ant-dropdown-menu-item-group-title {
466
+ padding: 4px 8px 0 8px;
467
+ color: $text-light-secondary;
468
+ font-size: 12px;
469
+ }
470
+ .ant-dropdown-menu-item-group-list {
471
+ padding-bottom: 6px;
472
+ }
473
+ &:not(:first-child) {
474
+ padding-top: 4px;
475
+ border-top: 1px solid $strokes-light-trans-2;
476
+ }
477
+ }
478
+ }
479
+
480
+
431
481
  .E_b1nip9bk {
432
482
  padding: 4px 11px;
433
483
  }
@@ -469,6 +519,69 @@
469
519
  }
470
520
 
471
521
 
522
+ .E_c1yyuluq {
523
+ border-radius: 8px;
524
+ .ant-card-body {
525
+ padding: 20px 24px 24px 24px;
526
+ }
527
+ }
528
+
529
+
530
+ .E_itxley7 {
531
+ &.ant-input-group.ant-input-group-compact {
532
+ display: flex;
533
+ }
534
+
535
+ &.ant-input-group.ant-input-group-compact > *:first-child,
536
+ &.ant-input-group.ant-input-group-compact
537
+ > .ant-select:first-child
538
+ > .ant-select-selector,
539
+ &.ant-input-group.ant-input-group-compact
540
+ > .ant-calendar-picker:first-child
541
+ .ant-input,
542
+ &.ant-input-group.ant-input-group-compact
543
+ > .ant-select-auto-complete:first-child
544
+ .ant-input,
545
+ &.ant-input-group.ant-input-group-compact
546
+ > .ant-cascader-picker:first-child
547
+ .ant-input,
548
+ &.ant-input-group.ant-input-group-compact
549
+ > .ant-mention-wrapper:first-child
550
+ .ant-mention-editor,
551
+ &.ant-input-group.ant-input-group-compact
552
+ > .ant-time-picker:first-child
553
+ .ant-time-picker-input {
554
+ border-bottom-left-radius: 5px;
555
+ border-top-left-radius: 5px;
556
+ }
557
+ &.ant-input-group.ant-input-group-compact > *:last-child,
558
+ &.ant-input-group.ant-input-group-compact
559
+ > .ant-select:last-child
560
+ > .ant-select-selector,
561
+ &.ant-input-group.ant-input-group-compact
562
+ > .ant-calendar-picker:last-child
563
+ .ant-input,
564
+ &.ant-input-group.ant-input-group-compact
565
+ > .ant-select-auto-complete:last-child
566
+ .ant-input,
567
+ &.ant-input-group.ant-input-group-compact
568
+ > .ant-cascader-picker:last-child
569
+ .ant-input,
570
+ &.ant-input-group.ant-input-group-compact
571
+ > .ant-cascader-picker-focused:last-child
572
+ .ant-input,
573
+ &.ant-input-group.ant-input-group-compact
574
+ > .ant-mention-wrapper:last-child
575
+ .ant-mention-editor,
576
+ &.ant-input-group.ant-input-group-compact
577
+ > .ant-time-picker:last-child
578
+ .ant-time-picker-input {
579
+ border-bottom-right-radius: 5px;
580
+ border-top-right-radius: 5px;
581
+ }
582
+ }
583
+
584
+
472
585
  .E_c1uzzomf {
473
586
  margin-bottom: 16px;
474
587
 
@@ -494,24 +607,6 @@
494
607
  }
495
608
 
496
609
 
497
- .E_d133fzv0 {
498
- .ant-dropdown-menu-item-group {
499
- .ant-dropdown-menu-item-group-title {
500
- padding: 4px 8px 0 8px;
501
- color: $text-light-secondary;
502
- font-size: 12px;
503
- }
504
- .ant-dropdown-menu-item-group-list {
505
- padding-bottom: 6px;
506
- }
507
- &:not(:first-child) {
508
- padding-top: 4px;
509
- border-top: 1px solid $strokes-light-trans-2;
510
- }
511
- }
512
- }
513
-
514
-
515
610
  .E_d1bw7c5z {
516
611
  position: relative;
517
612
  max-width: 388px;
@@ -603,101 +698,160 @@
603
698
  }
604
699
 
605
700
 
606
- .E_itxley7 {
607
- &.ant-input-group.ant-input-group-compact {
608
- display: flex;
609
- }
610
-
611
- &.ant-input-group.ant-input-group-compact > *:first-child,
612
- &.ant-input-group.ant-input-group-compact
613
- > .ant-select:first-child
614
- > .ant-select-selector,
615
- &.ant-input-group.ant-input-group-compact
616
- > .ant-calendar-picker:first-child
617
- .ant-input,
618
- &.ant-input-group.ant-input-group-compact
619
- > .ant-select-auto-complete:first-child
620
- .ant-input,
621
- &.ant-input-group.ant-input-group-compact
622
- > .ant-cascader-picker:first-child
623
- .ant-input,
624
- &.ant-input-group.ant-input-group-compact
625
- > .ant-mention-wrapper:first-child
626
- .ant-mention-editor,
627
- &.ant-input-group.ant-input-group-compact
628
- > .ant-time-picker:first-child
629
- .ant-time-picker-input {
630
- border-bottom-left-radius: 5px;
631
- border-top-left-radius: 5px;
632
- }
633
- &.ant-input-group.ant-input-group-compact > *:last-child,
634
- &.ant-input-group.ant-input-group-compact
635
- > .ant-select:last-child
636
- > .ant-select-selector,
637
- &.ant-input-group.ant-input-group-compact
638
- > .ant-calendar-picker:last-child
639
- .ant-input,
640
- &.ant-input-group.ant-input-group-compact
641
- > .ant-select-auto-complete:last-child
642
- .ant-input,
643
- &.ant-input-group.ant-input-group-compact
644
- > .ant-cascader-picker:last-child
645
- .ant-input,
646
- &.ant-input-group.ant-input-group-compact
647
- > .ant-cascader-picker-focused:last-child
648
- .ant-input,
649
- &.ant-input-group.ant-input-group-compact
650
- > .ant-mention-wrapper:last-child
651
- .ant-mention-editor,
652
- &.ant-input-group.ant-input-group-compact
653
- > .ant-time-picker:last-child
654
- .ant-time-picker-input {
655
- border-bottom-right-radius: 5px;
656
- border-top-right-radius: 5px;
701
+ .E_sx1bpnu {
702
+ .ant-input-sm {
703
+ line-height: 18px;
657
704
  }
658
705
  }
659
706
 
660
707
 
661
- .E_ccrbeuz {
662
- .ant-collapse-item {
663
- border: 0px;
664
- background-color: $fills-light-white;
665
-
666
- .ant-collapse-header {
667
- padding-top: 0px;
668
- padding-bottom: 0px;
669
- padding-left: 0px !important;
670
- padding-right: 24px;
671
- .ant-collapse-arrow {
672
- right: 0px;
673
- }
674
- }
675
- .ant-collapse-content {
676
- .ant-collapse-content-box {
677
- padding: 0px;
678
- }
708
+ .E_s1dizucg {
709
+ &.ant-switch {
710
+ min-width: 40px;
711
+ height: 24px;
712
+ background: $fills-trans-quinary-light;
713
+ overflow: hidden;
714
+ &:focus {
715
+ box-shadow: 0 0 0 2px $strokes-light-trans-1;
679
716
  }
680
717
  }
681
- }
682
-
683
- .E_c1fljvag {
684
- .ant-collapse-item {
685
- .ant-collapse-header {
686
- padding-right: 0px;
687
- cursor: default;
718
+ &.ant-switch-small {
719
+ min-width: 26px;
720
+ height: 16px;
721
+ }
722
+ &.ant-switch-large {
723
+ min-width: 52px;
724
+ height: 32px;
725
+ }
726
+
727
+ &.ant-switch .ant-switch-handle {
728
+ height: 20px;
729
+ width: 20px;
730
+ &::before {
731
+ border-radius: 10px;
732
+ transition-delay: 120ms;
733
+ }
734
+ }
735
+ &.ant-switch-small .ant-switch-handle {
736
+ height: 14px;
737
+ width: 14px;
738
+ top: 1px;
739
+ left: 1px;
740
+ }
741
+ &.ant-switch-large .ant-switch-handle {
742
+ height: 28px;
743
+ width: 28px;
744
+ &::before {
745
+ border-radius: 14px;
688
746
  }
689
747
  }
748
+
749
+ &.ant-switch-checked {
750
+ background-color: $green-60;
751
+ }
752
+ &.ant-switch-checked .ant-switch-handle {
753
+ left: calc(100% - 20px - 2px);
754
+ }
755
+ &.ant-switch-small.ant-switch-checked .ant-switch-handle {
756
+ left: calc(100% - 14px - 1px);
757
+ }
758
+ &.ant-switch-large.ant-switch-checked .ant-switch-handle {
759
+ left: calc(100% - 28px - 2px);
760
+ }
690
761
  }
691
762
 
763
+ .E_c1up6e3y {
764
+ margin-left: 5px;
765
+ }
692
766
 
693
- .E_c1yyuluq {
694
- border-radius: 8px;
695
- .ant-card-body {
696
- padding: 20px 24px 24px 24px;
767
+
768
+ .E_i11gg7mj {
769
+ .ant-input-prefix {
770
+ margin-right: 8px;
771
+ }
772
+ .ant-input-suffix {
773
+ margin-left: 8px;
774
+ }
775
+ }
776
+
777
+ .E_cc368xp {
778
+ color: $gray-120;
779
+ border-right: 1px solid $gray-a60-5;
780
+ margin-right: 8px;
781
+ padding-right: 8px;
782
+ }
783
+
784
+ .E_i11o6xqj {
785
+ display: flex;
786
+ gap: 4px;
787
+
788
+ .icon-wrapper {
789
+ cursor: pointer;
790
+ }
791
+ }
792
+
793
+ .E_d19ruhdj {
794
+ &.icon-wrapper {
795
+ cursor: not-allowed;
796
+ }
797
+ }
798
+
799
+
800
+ .E_c1bus5hc {
801
+ --color: white;
802
+ height: 14px;
803
+ width: 14px;
804
+ border-radius: 50%;
805
+ flex-shrink: 0;
806
+ display: flex;
807
+ align-items: center;
808
+ justify-content: center;
809
+ border: 1px solid var(--color);
810
+
811
+ .circle-inner {
812
+ position: relative;
813
+ height: 10px;
814
+ width: 10px;
815
+ border-radius: 50%;
816
+ overflow: hidden;
817
+ }
818
+
819
+ .circle-content {
820
+ position: absolute;
821
+ height: 100%;
822
+ width: 100%;
823
+ left: 0;
824
+ top: 0;
825
+ border-radius: 50%;
826
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
827
+ transform: rotate(180deg);
828
+ }
829
+
830
+ .circle-child {
831
+ position: absolute;
832
+ height: 100%;
833
+ width: 100%;
834
+ left: 0;
835
+ top: 0;
836
+ margin-left: 50%;
837
+ transform-origin: left;
838
+ background: white;
839
+ transform: rotate(0deg);
697
840
  }
698
841
  }
699
842
 
700
843
 
844
+ .E_ivqqkzv {
845
+ height: 24px;
846
+ width: 56px !important;
847
+ margin-right: 4px;
848
+ }
849
+
850
+ .E_c1wk4q29 {
851
+ color: $text-secondary-light;
852
+ }
853
+
854
+
701
855
  .E_phljevk {
702
856
  display: flex;
703
857
  justify-content: space-between;
@@ -765,13 +919,6 @@
765
919
  }
766
920
 
767
921
 
768
- .E_sx1bpnu {
769
- .ant-input-sm {
770
- line-height: 18px;
771
- }
772
- }
773
-
774
-
775
922
  .E_rapgekc {
776
923
  &.ant-radio-wrapper {
777
924
  display: inline-flex;
@@ -953,34 +1100,110 @@
953
1100
  }
954
1101
 
955
1102
 
956
- .E_i11gg7mj {
957
- .ant-input-prefix {
958
- margin-right: 8px;
1103
+ .E_s1sck0th {
1104
+ padding: 0 8px;
1105
+ border-radius: 4px;
959
1106
  }
960
- .ant-input-suffix {
961
- margin-left: 8px;
1107
+
1108
+ .E_m855nr1 {
1109
+ padding: 2px 8px;
1110
+ border-radius: 3px;
962
1111
  }
963
- }
964
1112
 
965
- .E_cc368xp {
966
- color: $gray-120;
967
- border-right: 1px solid $gray-a60-5;
968
- margin-right: 8px;
969
- padding-right: 8px;
970
- }
1113
+ .E_l1270xpg {
1114
+ padding: 3px 8px;
1115
+ border-radius: 2px;
1116
+ }
971
1117
 
972
- .E_i11o6xqj {
973
- display: flex;
974
- gap: 4px;
1118
+ .E_t14rextb {
1119
+ &.ant-tag:hover {
1120
+ opacity: unset;
1121
+ }
1122
+ &.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
1123
+ margin: 0;
1124
+ margin-right: 8px;
1125
+ display: inline-flex;
1126
+ align-items: center;
1127
+ border: none;
1128
+ & .ant-tag-close-icon {
1129
+ width: 16px;
1130
+ height: 16px;
1131
+ color: inherit;
1132
+ margin-left: 4px;
1133
+ opacity: 0.6;
1134
+ display: inline-flex;
1135
+ &:hover {
1136
+ opacity: 1;
1137
+ }
1138
+ }
1139
+ &.ant-tag-blue {
1140
+ color: $fills-light-general-general;
1141
+ background-color: $fills-light-general-general-light;
1142
+ }
1143
+ &.ant-tag-red {
1144
+ color: $fills-light-serious-serious;
1145
+ background-color: $fills-light-serious-serious-light;
1146
+ }
1147
+ &.ant-tag-yellow {
1148
+ color: $fills-light-notice-notice-dark;
1149
+ background-color: $fills-light-notice-notice-light;
1150
+ }
1151
+ &.ant-tag-green {
1152
+ color: $fills-light-positive-positive-dark;
1153
+ background-color: $fills-light-positive-positive-light;
1154
+ }
1155
+ &.ant-tag-gray {
1156
+ color: $text-light-super;
1157
+ background-color: $fills-element-light-container-general;
1158
+ }
1159
+ &.ant-tag-purple {
1160
+ color: $text-colorful-purple;
1161
+ background-color: $fill-purple-light;
1162
+ }
975
1163
 
976
- .icon-wrapper {
977
- cursor: pointer;
1164
+ &.ui-kit-token-checked {
1165
+ color: $text-light-on-tint;
1166
+ &.ant-tag-red {
1167
+ background-color: $fills-light-serious-serious;
1168
+ }
1169
+ &.ant-tag-yellow {
1170
+ background-color: $fills-light-notice-notice;
1171
+ }
1172
+ &.ant-tag-green {
1173
+ background-color: $fills-light-positive-positive;
1174
+ }
1175
+ &.ant-tag-blue {
1176
+ background-color: $fills-light-general-general;
1177
+ }
1178
+ &.ant-tag-gray {
1179
+ background-color: $gray-70;
1180
+ }
1181
+ &.ant-tag-purple {
1182
+ background-color: $fill-purple-base;
1183
+ }
1184
+ }
978
1185
  }
979
1186
  }
980
1187
 
981
- .E_d19ruhdj {
982
- &.icon-wrapper {
983
- cursor: not-allowed;
1188
+
1189
+ .E_iq1gosr {
1190
+ display: inline-block;
1191
+ }
1192
+
1193
+
1194
+ .E_fzh9mnb {
1195
+ width: 100%;
1196
+ height: 100%;
1197
+ min-height: 124px;
1198
+ display: flex;
1199
+ flex-direction: column;
1200
+ justify-content: center;
1201
+ align-items: center;
1202
+
1203
+ .error-text {
1204
+ color: $text-terdiary-light;
1205
+ margin-bottom: 16px;
1206
+ font-size: 18px;
984
1207
  }
985
1208
  }
986
1209
 
@@ -1081,50 +1304,6 @@
1081
1304
  }
1082
1305
 
1083
1306
 
1084
- .E_c1bus5hc {
1085
- --color: white;
1086
- height: 14px;
1087
- width: 14px;
1088
- border-radius: 50%;
1089
- flex-shrink: 0;
1090
- display: flex;
1091
- align-items: center;
1092
- justify-content: center;
1093
- border: 1px solid var(--color);
1094
-
1095
- .circle-inner {
1096
- position: relative;
1097
- height: 10px;
1098
- width: 10px;
1099
- border-radius: 50%;
1100
- overflow: hidden;
1101
- }
1102
-
1103
- .circle-content {
1104
- position: absolute;
1105
- height: 100%;
1106
- width: 100%;
1107
- left: 0;
1108
- top: 0;
1109
- border-radius: 50%;
1110
- background: linear-gradient(to right, var(--color) 50%, white 50%);
1111
- transform: rotate(180deg);
1112
- }
1113
-
1114
- .circle-child {
1115
- position: absolute;
1116
- height: 100%;
1117
- width: 100%;
1118
- left: 0;
1119
- top: 0;
1120
- margin-left: 50%;
1121
- transform-origin: left;
1122
- background: white;
1123
- transform: rotate(0deg);
1124
- }
1125
- }
1126
-
1127
-
1128
1307
  .E_t1m2x205 {
1129
1308
  .ant-tooltip-arrow {
1130
1309
  display: none;
@@ -1139,181 +1318,85 @@
1139
1318
  }
1140
1319
 
1141
1320
 
1142
- .E_iq1gosr {
1143
- display: inline-block;
1144
- }
1145
-
1146
-
1147
- .E_s1sck0th {
1148
- padding: 0 8px;
1149
- border-radius: 4px;
1321
+ .E_atcz0kf {
1322
+ .ant-input-suffix {
1323
+ margin-left: 8px;
1150
1324
  }
1151
-
1152
- .E_m855nr1 {
1153
- padding: 2px 8px;
1154
- border-radius: 3px;
1325
+ &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
1326
+ padding: 2px 7px 2px 12px;
1155
1327
  }
1328
+ }
1156
1329
 
1157
- .E_l1270xpg {
1158
- padding: 3px 8px;
1159
- border-radius: 2px;
1160
- }
1161
1330
 
1162
- .E_t14rextb {
1163
- &.ant-tag:hover {
1164
- opacity: unset;
1165
- }
1166
- &.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
1167
- margin: 0;
1168
- margin-right: 8px;
1331
+ .E_iouxfgt {
1332
+ display: inline-flex;
1333
+ align-items: center;
1334
+
1335
+ .icon-inner {
1169
1336
  display: inline-flex;
1170
1337
  align-items: center;
1171
- border: none;
1172
- & .ant-tag-close-icon {
1173
- width: 16px;
1174
- height: 16px;
1175
- color: inherit;
1176
- margin-left: 4px;
1177
- opacity: 0.6;
1178
- display: inline-flex;
1179
- &:hover {
1180
- opacity: 1;
1181
- }
1182
- }
1183
- &.ant-tag-blue {
1184
- color: $fills-light-general-general;
1185
- background-color: $fills-light-general-general-light;
1186
- }
1187
- &.ant-tag-red {
1188
- color: $fills-light-serious-serious;
1189
- background-color: $fills-light-serious-serious-light;
1190
- }
1191
- &.ant-tag-yellow {
1192
- color: $fills-light-notice-notice-dark;
1193
- background-color: $fills-light-notice-notice-light;
1194
- }
1195
- &.ant-tag-green {
1196
- color: $fills-light-positive-positive-dark;
1197
- background-color: $fills-light-positive-positive-light;
1198
- }
1199
- &.ant-tag-gray {
1200
- color: $text-light-super;
1201
- background-color: $fills-element-light-container-general;
1202
- }
1203
- &.ant-tag-purple {
1204
- color: $text-colorful-purple;
1205
- background-color: $fill-purple-light;
1206
- }
1207
-
1208
- &.ui-kit-token-checked {
1209
- color: $text-light-on-tint;
1210
- &.ant-tag-red {
1211
- background-color: $fills-light-serious-serious;
1212
- }
1213
- &.ant-tag-yellow {
1214
- background-color: $fills-light-notice-notice;
1215
- }
1216
- &.ant-tag-green {
1217
- background-color: $fills-light-positive-positive;
1218
- }
1219
- &.ant-tag-blue {
1220
- background-color: $fills-light-general-general;
1221
- }
1222
- &.ant-tag-gray {
1223
- background-color: $gray-70;
1224
- }
1225
- &.ant-tag-purple {
1226
- background-color: $fill-purple-base;
1227
- }
1338
+ justify-content: center;
1339
+ }
1340
+ .icon-inner + span,
1341
+ span + .icon-inner.suffix {
1342
+ margin-left: 4px;
1343
+ }
1344
+ &.is-rotate {
1345
+ img,
1346
+ svg {
1347
+ animation: rotate 680ms linear infinite;
1228
1348
  }
1229
1349
  }
1230
1350
  }
1231
1351
 
1232
1352
 
1233
- .E_ivqqkzv {
1234
- height: 24px;
1235
- width: 56px !important;
1353
+ .E_i1inqkme {
1354
+ height: 18px;
1355
+ line-height: 18px;
1356
+ padding: 0 4px;
1357
+ border-radius: 4px;
1358
+ background: rgba(235, 239, 245, 0.6);
1359
+ border: 1px solid rgba(223, 228, 235, 0.6);
1360
+ display: flex;
1361
+ align-items: center;
1362
+ white-space: nowrap;
1236
1363
  margin-right: 4px;
1237
1364
  }
1238
1365
 
1239
- .E_c1wk4q29 {
1240
- color: $text-secondary-light;
1241
- }
1242
-
1243
-
1244
- .E_s1dizucg {
1245
- &.ant-switch {
1246
- min-width: 40px;
1247
- height: 24px;
1248
- background: $fills-trans-quinary-light;
1249
- overflow: hidden;
1250
- &:focus {
1251
- box-shadow: 0 0 0 2px $strokes-light-trans-1;
1252
- }
1253
- }
1254
- &.ant-switch-small {
1255
- min-width: 26px;
1256
- height: 16px;
1257
- }
1258
- &.ant-switch-large {
1259
- min-width: 52px;
1260
- height: 32px;
1261
- }
1262
1366
 
1263
- &.ant-switch .ant-switch-handle {
1264
- height: 20px;
1265
- width: 20px;
1266
- &::before {
1267
- border-radius: 10px;
1268
- transition-delay: 120ms;
1269
- }
1270
- }
1271
- &.ant-switch-small .ant-switch-handle {
1272
- height: 14px;
1273
- width: 14px;
1274
- top: 1px;
1275
- left: 1px;
1367
+ .E_a1wfy30z {
1368
+ .ant-input-number-handler-wrap {
1369
+ display: var(--a1wfy30z-0);
1276
1370
  }
1277
- &.ant-switch-large .ant-switch-handle {
1278
- height: 28px;
1279
- width: 28px;
1280
- &::before {
1281
- border-radius: 14px;
1282
- }
1371
+ .ant-input-number-input-wrap {
1372
+ padding: 4px 11px;
1373
+ display: inline-flex;
1374
+ line-height: 1.5715;
1375
+ height: inherit;
1283
1376
  }
1284
1377
 
1285
- &.ant-switch-checked {
1286
- background-color: $green-60;
1287
- }
1288
- &.ant-switch-checked .ant-switch-handle {
1289
- left: calc(100% - 20px - 2px);
1290
- }
1291
- &.ant-switch-small.ant-switch-checked .ant-switch-handle {
1292
- left: calc(100% - 14px - 1px);
1293
- }
1294
- &.ant-switch-large.ant-switch-checked .ant-switch-handle {
1295
- left: calc(100% - 28px - 2px);
1378
+ .ant-input-number-input-wrap::after {
1379
+ content: var(--a1wfy30z-1);
1380
+ display: var(--a1wfy30z-2);
1381
+ flex: none;
1382
+ align-items: center;
1383
+ margin-left: 4px;
1296
1384
  }
1297
- }
1298
1385
 
1299
- .E_c1up6e3y {
1300
- margin-left: 5px;
1386
+ .ant-input-number-input-wrap::before {
1387
+ content: var(--a1wfy30z-3);
1388
+ display: var(--a1wfy30z-4);
1389
+ flex: none;
1390
+ align-items: center;
1391
+ margin-right: 4px;
1392
+ cursor: auto;
1301
1393
  }
1302
1394
 
1303
-
1304
- .E_fzh9mnb {
1305
- width: 100%;
1306
- height: 100%;
1307
- min-height: 124px;
1308
- display: flex;
1309
- flex-direction: column;
1310
- justify-content: center;
1311
- align-items: center;
1312
-
1313
- .error-text {
1314
- color: $text-terdiary-light;
1315
- margin-bottom: 16px;
1316
- font-size: 18px;
1395
+ .ant-input-number-input {
1396
+ padding: 0;
1397
+ margin: 0;
1398
+ height: auto;
1399
+ font-size: inherit;
1317
1400
  }
1318
1401
  }
1319
1402
 
@@ -1360,58 +1443,7 @@
1360
1443
  }
1361
1444
 
1362
1445
 
1363
- .E_a1wfy30z {
1364
- .ant-input-number-handler-wrap {
1365
- display: var(--a1wfy30z-0);
1366
- }
1367
- .ant-input-number-input-wrap {
1368
- padding: 4px 11px;
1369
- display: inline-flex;
1370
- line-height: 1.5715;
1371
- height: inherit;
1372
- }
1373
-
1374
- .ant-input-number-input-wrap::after {
1375
- content: var(--a1wfy30z-1);
1376
- display: var(--a1wfy30z-2);
1377
- flex: none;
1378
- align-items: center;
1379
- margin-left: 4px;
1380
- }
1381
-
1382
- .ant-input-number-input-wrap::before {
1383
- content: var(--a1wfy30z-3);
1384
- display: var(--a1wfy30z-4);
1385
- flex: none;
1386
- align-items: center;
1387
- margin-right: 4px;
1388
- cursor: auto;
1389
- }
1390
-
1391
- .ant-input-number-input {
1392
- padding: 0;
1393
- margin: 0;
1394
- height: auto;
1395
- font-size: inherit;
1396
- }
1397
- }
1398
-
1399
-
1400
- .E_i1inqkme {
1401
- height: 18px;
1402
- line-height: 18px;
1403
- padding: 0 4px;
1404
- border-radius: 4px;
1405
- background: rgba(235, 239, 245, 0.6);
1406
- border: 1px solid rgba(223, 228, 235, 0.6);
1407
- display: flex;
1408
- align-items: center;
1409
- white-space: nowrap;
1410
- margin-right: 4px;
1411
- }
1412
-
1413
-
1414
- .E_ai7qkf2 {
1446
+ .E_ai7qkf2 {
1415
1447
  .ant-input-number-handler-wrap {
1416
1448
  display: var(--ai7qkf2-0);
1417
1449
  }
@@ -1492,38 +1524,6 @@
1492
1524
  }
1493
1525
 
1494
1526
 
1495
- .E_atcz0kf {
1496
- .ant-input-suffix {
1497
- margin-left: 8px;
1498
- }
1499
- &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
1500
- padding: 2px 7px 2px 12px;
1501
- }
1502
- }
1503
-
1504
-
1505
- .E_iouxfgt {
1506
- display: inline-flex;
1507
- align-items: center;
1508
-
1509
- .icon-inner {
1510
- display: inline-flex;
1511
- align-items: center;
1512
- justify-content: center;
1513
- }
1514
- .icon-inner + span,
1515
- span + .icon-inner.suffix {
1516
- margin-left: 4px;
1517
- }
1518
- &.is-rotate {
1519
- img,
1520
- svg {
1521
- animation: rotate 680ms linear infinite;
1522
- }
1523
- }
1524
- }
1525
-
1526
-
1527
1527
  .E_owd0kml {
1528
1528
  display: inline-block;
1529
1529
  }
@@ -1888,11 +1888,6 @@
1888
1888
  }
1889
1889
 
1890
1890
 
1891
- .E_m196gn1d {
1892
- min-width: 1280px;
1893
- }
1894
-
1895
-
1896
1891
  .E_a1b5xrg3 {
1897
1892
  .user-icon-inner {
1898
1893
  display: inline-flex;
@@ -1930,6 +1925,11 @@
1930
1925
  }
1931
1926
 
1932
1927
 
1928
+ .E_m196gn1d {
1929
+ min-width: 1280px;
1930
+ }
1931
+
1932
+
1933
1933
  .E_cnujxq2 {
1934
1934
  display: flex;
1935
1935
  flex-direction: column;
@@ -2743,6 +2743,108 @@
2743
2743
  }
2744
2744
 
2745
2745
 
2746
+ .E_s17wv897 {
2747
+ &.ant-select,
2748
+ &.ant-select div.ant-select-selector {
2749
+ border-radius: 6px;
2750
+ }
2751
+
2752
+ &.ant-select {
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;
2768
+
2769
+ &.ant-select-lg {
2770
+ height: 38px;
2771
+ font-size: 13px;
2772
+ }
2773
+
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;
2788
+ }
2789
+
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
+
2746
2848
  .E_s4ivdfu {
2747
2849
  &.ant-select {
2748
2850
  .ant-select-selection-placeholder {
@@ -2972,138 +3074,20 @@
2972
3074
  }
2973
3075
 
2974
3076
 
2975
- .E_s17wv897 {
2976
- &.ant-select,
2977
- &.ant-select div.ant-select-selector {
2978
- border-radius: 6px;
2979
- }
2980
-
2981
- &.ant-select {
2982
- &.ant-select-single {
2983
- width: 100%;
2984
- &[data-size="small"] {
2985
- }
2986
- &[data-size="middle"] {
2987
- height: 30px;
2988
- }
2989
- &[data-size="large"] {
2990
- }
2991
- color: $text-primary-light;
2992
- border-color: $strokes-light-trans-2;
2993
- transition:
2994
- border 160ms ease 8ms,
2995
- box-shadow 160ms ease 8ms;
2996
- font-size: 13px;
2997
-
2998
- &.ant-select-lg {
2999
- height: 38px;
3000
- font-size: 13px;
3001
- }
3002
-
3003
- .ant-select-arrow,
3004
- .ant-select-arrow .anticon-down {
3005
- transition: 160ms ease;
3006
- }
3007
-
3008
- .ant-select-arrow-loading {
3009
- color: $fills-light-general-general;
3077
+ .E_suhck3k {
3078
+ height: 24px;
3079
+ width: 24px;
3080
+ border-radius: 6px;
3081
+ padding: 4px;
3082
+ &:hover {
3083
+ background-color: $fill-outstanding-light;
3084
+ svg {
3085
+ path {
3086
+ fill: blue;
3010
3087
  }
3011
-
3012
- &:not(.ant-select-disabled) {
3013
- &:hover .ant-select-selector,
3014
- &.__pseudo-states-hover .ant-select-selector {
3015
- border-color: $strokes-light-trans-4;
3016
- box-shadow: $shadow-light-hover;
3017
- }
3018
-
3019
- &:hover .ant-select-arrow,
3020
- &.__pseudo-states-hover .ant-select-arrow {
3021
- color: $fills-light-general-general;
3022
- }
3023
-
3024
- &:active,
3025
- &:focus,
3026
- &.ant-select-focused,
3027
- &.ant-select-open,
3028
- &.__pseudo-states-active,
3029
- &.__pseudo-states-focus {
3030
- .ant-select-selector {
3031
- border-color: $fills-light-general-general;
3032
- box-shadow: $shadow-light-active;
3033
- }
3034
- }
3035
-
3036
- &.ant-select-open .ant-select-arrow .anticon-down {
3037
- transform: rotate(180deg);
3038
- }
3039
- }
3040
-
3041
- &.ant-select-disabled .ant-select-selector {
3042
- background: $fills-light-trans-3;
3043
- border-color: $strokes-light-trans-3;
3044
- cursor: "not-allowed";
3045
- }
3046
- }
3047
- &.select-error:not(.ant-select-disabled) {
3048
- .ant-select-selector {
3049
- border-color: $fills-light-serious-serious !important;
3050
- }
3051
-
3052
- &:hover .ant-select-arrow,
3053
- &.__pseudo-states-hover .ant-select-arrow {
3054
- color: $text-light-super;
3055
- }
3056
-
3057
- &:active,
3058
- &:focus,
3059
- &.ant-select-focused,
3060
- &.ant-select-open,
3061
- &.__pseudo-states-focus,
3062
- &.__pseudo-states-active {
3063
- .ant-select-selector {
3064
- border-color: $fills-light-general-general;
3065
- box-shadow: $shadow-light-error;
3066
- }
3067
- }
3068
-
3069
- &.ant-select-open .ant-select-arrow .anticon-down {
3070
- transform: rotate(180deg);
3071
- }
3072
- }
3073
- }
3074
- }
3075
-
3076
-
3077
- .E_w1dxz879 {
3078
- display: flex;
3079
- flex-direction: column;
3080
- gap: 6px;
3081
- .ellipsis-tooltip {
3082
- max-height: var(--w1dxz879-0);
3083
- text-overflow: clip;
3084
- overflow: hidden;
3085
- }
3086
- .tips {
3087
- color: #fff;
3088
- opacity: 0.8;
3089
- }
3090
- }
3091
-
3092
-
3093
- .E_suhck3k {
3094
- height: 24px;
3095
- width: 24px;
3096
- border-radius: 6px;
3097
- padding: 4px;
3098
- &:hover {
3099
- background-color: $fill-outstanding-light;
3100
- svg {
3101
- path {
3102
- fill: blue;
3103
- }
3104
- }
3105
- }
3106
- }
3088
+ }
3089
+ }
3090
+ }
3107
3091
 
3108
3092
 
3109
3093
  .E_b1lj76ty {
@@ -3144,6 +3128,23 @@
3144
3128
  }
3145
3129
 
3146
3130
 
3131
+ .E_ryby9ds {
3132
+ display: flex;
3133
+ align-items: center;
3134
+ .order {
3135
+ height: 24px;
3136
+ width: 24px;
3137
+ border-radius: 20px;
3138
+ color: $text-light-general;
3139
+ background: $fill-light-element-container-outstanding;
3140
+ display: flex;
3141
+ align-items: center;
3142
+ justify-content: center;
3143
+ margin-right: 6px;
3144
+ }
3145
+ }
3146
+
3147
+
3147
3148
  .E_hrhfj7c {
3148
3149
  display: none;
3149
3150
  }
@@ -3336,6 +3337,22 @@
3336
3337
  }
3337
3338
 
3338
3339
 
3340
+ .E_w1dxz879 {
3341
+ display: flex;
3342
+ flex-direction: column;
3343
+ gap: 6px;
3344
+ .ellipsis-tooltip {
3345
+ max-height: var(--w1dxz879-0);
3346
+ text-overflow: clip;
3347
+ overflow: hidden;
3348
+ }
3349
+ .tips {
3350
+ color: #fff;
3351
+ opacity: 0.8;
3352
+ }
3353
+ }
3354
+
3355
+
3339
3356
  .E_m5foqp8 {
3340
3357
  --footer-height: 96px;
3341
3358
  --modal-content-width: 720px;
@@ -3368,23 +3385,6 @@
3368
3385
  }
3369
3386
 
3370
3387
 
3371
- .E_ryby9ds {
3372
- display: flex;
3373
- align-items: center;
3374
- .order {
3375
- height: 24px;
3376
- width: 24px;
3377
- border-radius: 20px;
3378
- color: $text-light-general;
3379
- background: $fill-light-element-container-outstanding;
3380
- display: flex;
3381
- align-items: center;
3382
- justify-content: center;
3383
- margin-right: 6px;
3384
- }
3385
- }
3386
-
3387
-
3388
3388
  .E_s11wux3h {
3389
3389
  .antd5-segmented-item:not(:last-child) {
3390
3390
  margin-right: 2px;
@@ -3723,427 +3723,508 @@
3723
3723
  }
3724
3724
 
3725
3725
 
3726
- .E_c1yd35n {
3727
- padding: 0 12px 14px 12px;
3728
- }
3726
+ .E_l48ei06 {
3727
+ @at-root {
3728
+ button#{&}.ant-btn,
3729
+ button#{&}.ant-btn.ant-btn-sm,
3730
+ button#{&}.ant-btn.ant-btn-lg {
3731
+ font-size: 12px;
3732
+ line-height: 18px;
3733
+ height: 18px;
3734
+ }
3735
+ button#{&} {
3736
+ color: #0080FF;
3737
+ height: unset;
3738
+ .button-prefix-icon {
3739
+ margin-right: 4px;
3740
+ }
3741
+ .button-suffix-icon {
3742
+ margin-left: 4px;
3743
+ }
3729
3744
 
3745
+ &:hover,
3746
+ &.__pseudo-states-hover {
3747
+ color: #009DFF;
3748
+ }
3730
3749
 
3731
- .E_c1kghdax {
3732
- color: $text-primary-light;
3733
- padding: 7px 12px;
3734
- display: flex;
3735
- justify-content: space-between;
3736
- align-items: center;
3750
+ &:active,
3751
+ &.__pseudo-states-active {
3752
+ color: #005ED1;
3753
+ }
3754
+ &.ui-kit-link-disabled {
3755
+ color: #0080FF;
3756
+ }
3757
+ &.ui-kit-link-primary {
3758
+ color: #00122E;
3737
3759
 
3738
- &.has-arrow {
3739
- padding-left: 10px;
3760
+ &:hover,
3761
+ &.__pseudo-states-hover {
3762
+ color: #0080FF;
3763
+ }
3740
3764
 
3741
- .title-wrapper {
3742
- cursor: pointer;
3743
- color: $text-light-primary;
3765
+ &:active,
3766
+ &.__pseudo-states-active {
3767
+ color: #005ED1;
3768
+ }
3744
3769
 
3745
- &.is-open {
3746
- color: $text-primary-light;
3747
- font-weight: 600;
3770
+ &.ui-kit-link-disabled {
3771
+ color: #00122E;
3772
+ }
3773
+ }
3748
3774
 
3749
- .collapse-arrow {
3750
- transform: rotate(90deg);
3775
+ &.ui-kit-link-secondary {
3776
+ color: #2C3852BF;
3777
+
3778
+ &:hover,
3779
+ &.__pseudo-states-hover {
3780
+ color: #0080FF;
3781
+ }
3782
+
3783
+ &:active,
3784
+ &.__pseudo-states-active {
3785
+ color: #005ED1;
3786
+ }
3787
+
3788
+ &.ui-kit-link-disabled {
3789
+ color: #2C3852BF;
3751
3790
  }
3752
3791
  }
3753
3792
  }
3754
3793
  }
3794
+ }
3755
3795
 
3756
- .sub-info {
3757
- font-size: 12px;
3758
- line-height: 18px;
3796
+
3797
+ .E_tc97u5y {
3798
+ height: 100%;
3799
+ }
3800
+
3801
+ .E_efzf37v {
3802
+ .ant-table-content,
3803
+ .ant-table-body {
3804
+ overflow: visible !important;
3805
+ height: 100%;
3759
3806
  }
3760
3807
 
3761
- .title-wrapper {
3762
- display: flex;
3763
- align-items: center;
3764
- user-select: none;
3765
- flex-grow: 1;
3766
- font-size: 12px;
3767
- line-height: 18px;
3768
- color: $text-primary-light;
3769
- font-weight: 700;
3808
+ .ant-table-tbody .ant-table-placeholder td {
3809
+ height: 100%;
3770
3810
  }
3771
3811
 
3772
- .collapse-arrow {
3773
- transition: all 50ms ease-out 0ms;
3774
- margin-right: 2px;
3812
+ table {
3813
+ width: 100% !important;
3814
+ height: 100%;
3815
+ .ant-table-placeholder .ant-table-expanded-row-fixed {
3816
+ padding: 15px 0;
3817
+ }
3818
+ }
3819
+
3820
+ table thead.ant-table-thead {
3821
+ display: none;
3775
3822
  }
3776
3823
  }
3777
3824
 
3825
+ .E_t1fisho6 {
3826
+ height: 100%;
3778
3827
 
3779
- .E_b14q2gmw {
3780
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
3781
- 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
3782
- 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
3783
- 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
3784
- 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
3785
- 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
3786
- 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
3787
- 0px 6px 22px rgba(129, 138, 153, 0.0335534);
3788
- }
3789
-
3790
- .E_c1eym6el {
3791
- border-radius: 8px;
3792
- background-color: white;
3793
- &.hoverable {
3794
- cursor: pointer;
3795
-
3796
- &:hover {
3797
- transition: all 200ms ease;
3798
- box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
3799
- 0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
3800
- transform: translateY(-4px);
3801
- }
3828
+ .ant-table.ant-table-small .ant-table-tbody > tr > td {
3829
+ padding-top: 6px;
3830
+ padding-bottom: 6px;
3802
3831
  }
3803
- }
3804
-
3805
-
3806
- .E_ckui4s7 {
3807
- color: $text-primary-light;
3808
- line-height: 22px;
3809
- display: inline-flex;
3810
- .ant-checkbox { height: 22px; display: flex; align-items: center; top: 0; } .ant-checkbox-checked::after { border: none; } &.ant-checkbox-wrapper:hover .ant-checkbox-inner, &.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner { border-color: $fills-light-general-general; } .ant-checkbox .ant-checkbox-inner { border: 1px solid $strokes-light-trans-4; } .ant-checkbox.ant-checkbox-checked, .ant-checkbox.ant-checkbox-indeterminate { .ant-checkbox-inner { border: 1px solid $fills-light-general-general; } } .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner { background: $fills-light-general-general; &:after { background-color: $white; height: 2px; width: 10px; border-radius: 2px; } } &.ant-checkbox-wrapper-disabled { opacity: 0.5; .ant-checkbox-disabled .ant-checkbox-inner { background: $fills-light-trans-3; border-color: $strokes-light-trans-4 !important; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { border-color: $text-primary-light; } .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after { background: $text-primary-light; } } .ant-checkbox + span, .ant-checkbox-disabled + span { padding: 0; .main { display: inline-block; margin-left: 12px; color: $text-primary-light; } .sub { margin-left: 28px; color: $text-secondary-light; } } &.compact { .ant-checkbox + span, .ant-checkbox-disabled + span { .main { margin-left: 8px; } .sub { margin-left: 24px; } } }
3811
- }
3812
3832
 
3833
+ .active-row td:nth-child(1) {
3834
+ font-weight: 700;
3835
+ }
3836
+ &.has-selection .active-row td:nth-child(2) {
3837
+ font-weight: 700;
3838
+ }
3813
3839
 
3814
- .E_t1tbywr9 {
3815
- width: 100%;
3816
- flex: 1;
3817
- display: flex;
3818
- flex-direction: column;
3840
+ .ant-spin-nested-loading {
3841
+ height: 100%;
3819
3842
 
3820
- &.medium {
3821
- .tab-bar {
3822
- height: 32px;
3843
+ .ant-spin-container {
3844
+ height: 100%;
3845
+ overflow: visible;
3846
+ }
3847
+ .ant-spin {
3848
+ max-height: none;
3849
+ }
3850
+ }
3823
3851
 
3824
- .common-tab-bar {
3825
- height: 32px;
3852
+ td.ant-table-column-sort {
3853
+ background: transparent;
3854
+ }
3826
3855
 
3827
- .tab-item-title {
3828
- height: 32px;
3829
- border-top-left-radius: 6px;
3830
- border-top-right-radius: 6px;
3831
- padding-right: 16px;
3832
- padding-left: 16px;
3833
- font-size: 16px;
3834
- }
3856
+ td.ant-table-cell-fix-left,
3857
+ td.ant-table-cell-fix-right {
3858
+ background: #fff;
3859
+ padding: 0 !important;
3860
+ .ant-table-cell-content {
3861
+ display: flex;
3862
+ align-items: center;
3863
+ height: 100%;
3864
+ padding: 8px;
3865
+ > span {
3866
+ overflow: hidden;
3867
+ text-overflow: ellipsis;
3868
+ width: 100%;
3835
3869
  }
3836
3870
  }
3837
3871
  }
3838
3872
 
3839
- &.small {
3840
- .tab-bar {
3841
- height: 24px;
3842
-
3843
- .common-tab-bar {
3844
- height: 24px;
3845
-
3846
- .tab-item-title {
3847
- height: 24px;
3848
- border-top-left-radius: 4px;
3849
- border-top-right-radius: 4px;
3850
- padding-right: 12px;
3851
- padding-left: 12px;
3852
- font-size: 14px;
3853
- }
3854
- }
3873
+ .ant-table-container {
3874
+ height: 100%;
3875
+ &::before,
3876
+ &::after {
3877
+ box-shadow: none !important;
3855
3878
  }
3856
3879
  }
3857
3880
 
3858
- .tab-bar {
3859
- max-width: 100%;
3860
- display: flex;
3861
- place-items: center;
3862
- border-bottom: 1px solid $fills-trans-terdiary-light;
3881
+ div.ant-table {
3882
+ $columnAlignRightPaddingRight: 25px;
3883
+ border-radius: 0px;
3884
+ border-left: none;
3885
+ border-right: none;
3886
+ border-bottom: none;
3887
+ height: 100%;
3888
+ font-size: 12px;
3889
+ background: transparent;
3863
3890
 
3864
- .common-tab-bar {
3865
- overflow: hidden;
3866
- display: flex;
3867
- place-items: center;
3891
+ .ant-table-header {
3892
+ position: relative;
3893
+ z-index: $table-header-index;
3894
+ border-bottom: 1px solid $strokes-light-trans-2;
3895
+ margin-bottom: -1px;
3896
+ }
3868
3897
 
3869
- .tab-item-title {
3870
- &:first-child:not(.__selected):not(:hover) {
3871
- padding-left: 0px;
3872
- }
3873
- }
3898
+ .time-wrapper .date,
3899
+ .value {
3900
+ color: $text-primary-light;
3901
+ }
3874
3902
 
3875
- & + .tab-item-title {
3876
- margin-left: 12px;
3877
- position: relative;
3903
+ .time-wrapper .time,
3904
+ .unit {
3905
+ color: $text-secondary-light;
3906
+ }
3878
3907
 
3879
- &::before {
3880
- content: "";
3881
- width: 1px;
3882
- height: 24px;
3883
- background: $strokes-light-trans-3;
3884
- position: absolute;
3885
- left: -6px;
3886
- top: 50%;
3887
- transform: translateY(-50%);
3888
- }
3889
- }
3908
+ .ant-table-selection {
3909
+ position: unset;
3910
+ text-align: center;
3890
3911
  }
3891
3912
 
3892
- .tab-item-title {
3893
- flex-shrink: 0;
3894
- display: flex;
3895
- place-items: center;
3913
+ .ant-table-tbody > tr.ant-table-row-selected td {
3914
+ background: $white;
3915
+ }
3916
+
3917
+ .anticon-setting {
3896
3918
  cursor: pointer;
3897
- color: $text-neutral-secondary;
3898
- transition:
3899
- color 100ms ease-out,
3900
- background-color 100ms ease-out,
3901
- padding-left 320ms ease 80ms;
3919
+ position: absolute;
3920
+ top: 50%;
3921
+ right: 12px;
3922
+ transform: translateY(-50%);
3923
+ }
3902
3924
 
3903
- &:hover {
3904
- padding-left: 16px;
3905
- color: $text-light-general;
3906
- background: $fill-outstanding-lighthover;
3925
+ &.ant-table-ping-left {
3926
+ .ant-table-cell-fix-left-last::after {
3927
+ box-shadow: none;
3928
+ width: 1px;
3929
+ background: rgba(213, 219, 227, 0.6);
3907
3930
  }
3931
+ }
3908
3932
 
3909
- & + .tab-item-title {
3910
- margin-left: 2px;
3933
+ &.ant-table-ping-right {
3934
+ .ant-table-cell-fix-right-first::after {
3935
+ box-shadow: none;
3936
+ width: 1px;
3937
+ background: rgba(213, 219, 227, 0.6);
3911
3938
  }
3939
+ }
3912
3940
 
3913
- &.more {
3914
- &:not(.__selected) {
3915
- width: 16px;
3916
- height: 16px;
3917
- padding: 0;
3918
- border-radius: 2px;
3919
- margin-left: 8px;
3920
- }
3941
+ .ant-table-tbody {
3942
+ position: relative;
3943
+ .ant-table-row {
3944
+ td {
3945
+ border-top: 1px solid $strokes-light-trans-2;
3946
+ border-bottom: 1px solid white;
3947
+ height: 40px;
3948
+ vertical-align: middle;
3949
+ transition: background 0ms;
3950
+ color: $gray-120;
3921
3951
 
3922
- &.__selected.tab-title-text {
3923
- margin-left: 8px;
3924
- }
3925
- }
3952
+ &.header-hover {
3953
+ background: $fills-light-opaque-1;
3954
+ border-bottom-color: $fills-light-opaque-1;
3955
+ }
3926
3956
 
3927
- &.__selected {
3928
- padding-left: 16px;
3929
- background: $fills-light-general-general-light;
3930
- color: $text-light-general;
3931
- }
3957
+ .ant-btn.ant-btn-link {
3958
+ height: auto;
3959
+ color: $gray-120;
3960
+ font-size: 12px;
3961
+ text-align: left;
3962
+ transition: none;
3963
+ overflow: hidden;
3964
+ text-overflow: ellipsis;
3965
+ white-space: nowrap;
3932
3966
 
3933
- &.__hidden {
3934
- display: none;
3935
- }
3936
- }
3937
- }
3938
- }
3967
+ &:hover {
3968
+ color: $blue;
3969
+ }
3939
3970
 
3940
- .E_ti12z2 {
3941
- &.ant-dropdown-open {
3942
- color: $text-light-general;
3943
- background: $fills-light-trans-3;
3944
- }
3945
- }
3971
+ > span {
3972
+ overflow: hidden;
3973
+ text-overflow: ellipsis;
3974
+ width: 100%;
3975
+ vertical-align: middle;
3976
+ }
3977
+ }
3946
3978
 
3947
- .E_m19lu3v {
3948
- cursor: default;
3949
- & .menu-wrapper {
3950
- min-width: 160px;
3951
- max-width: 400px;
3952
- padding: 6px;
3953
- background: $white;
3954
- box-shadow:
3955
- 0px 0px 10px rgba(107, 125, 153, 0.18),
3956
- 0px 12px 40px rgba(45, 58, 86, 0.3);
3957
- border-radius: 8px;
3958
- max-height: calc(100vh - 250px);
3959
- overflow: auto;
3979
+ &.cell_status {
3980
+ line-height: 0px;
3981
+ }
3982
+ &.align-right {
3983
+ padding-right: $columnAlignRightPaddingRight;
3984
+ }
3985
+ }
3960
3986
 
3961
- & .tab-menu-item {
3962
- display: flex;
3963
- place-items: center;
3964
- width: var(--itemWidth);
3987
+ &:hover {
3988
+ & + tr td {
3989
+ border-top-color: transparent;
3990
+ }
3991
+ td {
3992
+ background: $fills-trans-secondary-light;
3993
+ border-color: transparent transparent white;
3965
3994
 
3966
- & + .tab-menu-item {
3967
- margin-top: 8px;
3968
- }
3995
+ &:first-child {
3996
+ border-radius: 8px 0 0 8px;
3997
+ .ant-table-cell-content {
3998
+ border-radius: 8px 0 0 8px;
3999
+ }
4000
+ &::before {
4001
+ content: "";
4002
+ width: 4px;
4003
+ top: -1px;
4004
+ bottom: -1px;
4005
+ background: white;
4006
+ }
4007
+ }
4008
+ &:last-child {
4009
+ border-radius: 0 8px 8px 0;
4010
+ }
4011
+ &:last-child.cell__action_ {
4012
+ border-radius: 0;
4013
+ background: white;
4014
+ border-top: none;
3969
4015
 
3970
- &.__selected {
3971
- padding: 6px;
3972
- background: $fills-light-general-general-light;
3973
- color: $text-light-general;
4016
+ > * {
4017
+ border-top: 1px solid transparent;
4018
+ border-radius: 0 8px 8px 0;
4019
+ background: $fills-trans-secondary-light;
4020
+ }
4021
+ }
4022
+ &.ant-table-cell-fix-right {
4023
+ background: white;
4024
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
4025
+ .ant-table-cell-content {
4026
+ display: flex;
4027
+ align-items: center;
4028
+ height: 100%;
4029
+ background: $fills-trans-secondary-light;
4030
+ }
4031
+ }
3974
4032
 
3975
- &E_l1fbkbzo {
3976
- @include Inter(bold !important);
4033
+ &.ant-table-cell-fix-left {
4034
+ background: white;
4035
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
4036
+ .ant-table-cell-content {
4037
+ display: flex;
4038
+ align-items: center;
4039
+ height: 100%;
4040
+ background: $fills-trans-secondary-light;
4041
+ }
4042
+ }
4043
+ }
3977
4044
  }
3978
- }
3979
4045
 
3980
- &.ant-dropdown-menu-item {
3981
- padding: 5px 12px;
3982
- border-radius: 4px;
3983
- }
4046
+ &:last-child td {
4047
+ border-bottom: 1px solid $strokes-light-trans-2;
4048
+ }
3984
4049
 
3985
- &.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
3986
- color: $text-light-general;
3987
- background: $fills-light-trans-3;
3988
- }
4050
+ &.active-row {
4051
+ box-shadow: inset 0px 0px 0 2px $blue-a10;
4052
+ border-radius: 8px;
3989
4053
 
3990
- &-text {
3991
- text-align: left;
3992
- flex: 1;
3993
- overflow: hidden;
3994
- text-overflow: ellipsis;
3995
- white-space: nowrap;
4054
+ & + tr td {
4055
+ border-top-color: white;
4056
+ }
4057
+ td {
4058
+ background: $blue-a10;
4059
+ border-bottom-color: transparent;
4060
+ border-top-color: transparent;
4061
+
4062
+ &:first-child {
4063
+ border-radius: 8px 0 0 8px;
4064
+ }
4065
+ &:last-child {
4066
+ border-radius: 0 8px 8px 0;
4067
+ }
4068
+ &:hover {
4069
+ background: $blue-a10;
4070
+ }
4071
+ }
4072
+ }
3996
4073
  }
3997
4074
  }
3998
- }
3999
- }
4000
-
4001
- .E_i1bmwe2m {
4002
- margin: auto;
4003
- cursor: pointer;
4004
- line-height: normal;
4005
- height: 16px;
4006
- margin-right: 3px;
4007
-
4008
- .icon-inner {
4009
- display: block;
4010
- height: 16px;
4011
- }
4012
- }
4013
-
4014
-
4015
- .E_lht19u8 {
4016
- width: 64px;
4017
- height: 64px;
4018
- display: flex;
4019
- align-items: center;
4020
- justify-content: center;
4021
- position: relative;
4022
- opacity: 0.2;
4023
- }
4024
-
4025
- .E_lk3gkp4 {
4026
- position: absolute;
4027
- width: 5px;
4028
- height: 48px;
4029
- left: 9.33px;
4030
- top: 40.5px;
4031
-
4032
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4033
- border-radius: 5px;
4034
- transform: rotate(-128deg);
4035
- transform-origin: top left;
4036
-
4037
- animation: loading-indicator1 1100ms ease-out infinite;
4038
- }
4039
4075
 
4040
- .E_ll4n94n {
4041
- position: absolute;
4042
- width: 5px;
4043
- height: 48px;
4044
- left: 40.8px;
4045
- top: 8.4px;
4046
-
4047
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4048
- border-radius: 5px;
4049
- transform: rotate(-8deg);
4050
- transform-origin: top left;
4051
-
4052
- animation: loading-indicator2 1100ms ease-out infinite;
4053
- }
4054
-
4055
- .E_l17lbdo6 {
4056
- position: absolute;
4057
- width: 5px;
4058
- height: 48px;
4059
- left: 52.9px;
4060
- top: 51.8px;
4061
-
4062
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4063
- border-radius: 5px;
4064
- transform: rotate(112deg);
4065
- transform-origin: top left;
4066
-
4067
- animation: loading-indicator3 1100ms ease-out infinite;
4068
- }
4076
+ .ant-table-thead {
4077
+ > tr > th {
4078
+ background: $white;
4079
+ font-weight: 400;
4080
+ position: relative;
4081
+ border-bottom: none;
4082
+ color: $gray-120;
4083
+ transition: none;
4084
+ padding: 14px 8px 14px 8px;
4085
+ line-height: 20px;
4069
4086
 
4087
+ &:not(:last-child):after {
4088
+ content: "";
4089
+ width: 1px;
4090
+ top: 0;
4091
+ bottom: 0;
4092
+ background: $strokes-light-trans-2;
4093
+ position: absolute;
4094
+ right: 0;
4095
+ }
4070
4096
 
4071
- .E_w7ob4th {
4072
- &.outside-tag {
4073
- padding-left: 0;
4074
- .inside-tag {
4075
- border-radius: 4px 0 0 4px;
4076
- padding-right: 4px;
4077
- margin-right: 4px;
4078
- }
4079
- }
4080
- }
4097
+ &.is-blank {
4098
+ padding: unset;
4081
4099
 
4100
+ &:after {
4101
+ display: none;
4102
+ }
4103
+ }
4082
4104
 
4083
- .E_l48ei06 {
4084
- @at-root {
4085
- button#{&}.ant-btn,
4086
- button#{&}.ant-btn.ant-btn-sm,
4087
- button#{&}.ant-btn.ant-btn-lg {
4088
- font-size: 12px;
4089
- line-height: 18px;
4090
- height: 18px;
4091
- }
4092
- button#{&} {
4093
- color: #0080FF;
4094
- height: unset;
4095
- .button-prefix-icon {
4096
- margin-right: 4px;
4097
- }
4098
- .button-suffix-icon {
4099
- margin-left: 4px;
4100
- }
4105
+ &.ant-table-cell-ellipsis.ant-table-column-has-sorters
4106
+ .ant-table-column-sorters {
4107
+ width: 100%;
4108
+ overflow: hidden;
4109
+ white-space: nowrap;
4110
+ text-overflow: ellipsis;
4111
+ > span {
4112
+ overflow: hidden;
4113
+ text-overflow: ellipsis;
4114
+ flex: 1;
4115
+ }
4116
+ }
4101
4117
 
4102
- &:hover,
4103
- &.__pseudo-states-hover {
4104
- color: #009DFF;
4105
- }
4118
+ &.ant-table-column-has-sorters {
4119
+ padding: 15px $columnAlignRightPaddingRight 15px 8px;
4106
4120
 
4107
- &:active,
4108
- &.__pseudo-states-active {
4109
- color: #005ED1;
4110
- }
4111
- &.ui-kit-link-disabled {
4112
- color: #0080FF;
4113
- }
4114
- &.ui-kit-link-primary {
4115
- color: #00122E;
4121
+ .ant-table-column-sorters {
4122
+ padding: 0;
4123
+ .order-icon {
4124
+ position: absolute;
4125
+ right: 6px;
4126
+ top: 50%;
4127
+ transform: translateY(-50%);
4128
+ height: 16px;
4129
+ display: none;
4130
+ transition: transform 320ms ease;
4116
4131
 
4117
- &:hover,
4118
- &.__pseudo-states-hover {
4119
- color: #0080FF;
4132
+ &.descend {
4133
+ display: block;
4134
+ transform: translateY(-50%) rotateX(180deg);
4135
+ }
4136
+ &.ascend {
4137
+ display: block;
4138
+ }
4139
+ }
4140
+ }
4141
+ .ant-table-column-sorter {
4142
+ display: none;
4143
+ }
4120
4144
  }
4121
4145
 
4122
- &:active,
4123
- &.__pseudo-states-active {
4124
- color: #005ED1;
4146
+ &:active {
4147
+ .ant-table-column-sorters .order-icon {
4148
+ &.descend {
4149
+ transform: translateY(-50%);
4150
+ }
4151
+ &.ascend {
4152
+ transform: translateY(-50%) rotateX(180deg);
4153
+ }
4154
+ }
4125
4155
  }
4126
4156
 
4127
- &.ui-kit-link-disabled {
4128
- color: #00122E;
4157
+ &:hover:not(.is-blank) {
4158
+ background: $fills-light-opaque-1;
4159
+ .ant-table-column-sorters .order-icon {
4160
+ display: block;
4161
+ }
4162
+ }
4163
+ &.align-right {
4164
+ padding-right: $columnAlignRightPaddingRight;
4129
4165
  }
4130
4166
  }
4167
+ }
4131
4168
 
4132
- &.ui-kit-link-secondary {
4133
- color: #2C3852BF;
4169
+ .ant-table-selection-column {
4170
+ padding: 0 !important;
4134
4171
 
4135
- &:hover,
4136
- &.__pseudo-states-hover {
4137
- color: #0080FF;
4138
- }
4172
+ .ant-checkbox-wrapper {
4173
+ position: absolute;
4174
+ left: 50%;
4175
+ top: 50%;
4176
+ transform: translate(-50%, -50%);
4177
+ }
4178
+ &:after {
4179
+ display: none;
4180
+ }
4181
+ }
4139
4182
 
4140
- &:active,
4141
- &.__pseudo-states-active {
4142
- color: #005ED1;
4143
- }
4183
+ .ant-table-hide-scrollbar {
4184
+ background: $white;
4185
+ }
4186
+ .ant-table-placeholder {
4187
+ background: inherit;
4144
4188
 
4145
- &.ui-kit-link-disabled {
4146
- color: #2C3852BF;
4189
+ td {
4190
+ position: static;
4191
+ border: none;
4192
+ background: inherit !important;
4193
+ height: 100px;
4194
+ vertical-align: middle;
4195
+ }
4196
+
4197
+ .table-default-empty,
4198
+ .ant-table-expanded-row-fixed {
4199
+ font-weight: bold;
4200
+ font-size: 20px;
4201
+ color: $text-terdiary-light;
4202
+ }
4203
+ }
4204
+ th.ant-table-cell-scrollbar,
4205
+ th.cell__action_ {
4206
+ z-index: 10;
4207
+ }
4208
+ td.cell__action_ {
4209
+ padding: 0 !important;
4210
+ position: relative;
4211
+ background: $white;
4212
+ > * {
4213
+ height: 100%;
4214
+ display: flex;
4215
+ align-items: center;
4216
+ justify-content: flex-end;
4217
+ padding-right: 8px;
4218
+ }
4219
+ .menu-button {
4220
+ width: 24px;
4221
+ height: 24px;
4222
+ cursor: pointer;
4223
+ justify-content: center;
4224
+ border-radius: 4px;
4225
+
4226
+ &:hover {
4227
+ background: $white;
4147
4228
  }
4148
4229
  }
4149
4230
  }
@@ -4235,547 +4316,349 @@
4235
4316
  }
4236
4317
 
4237
4318
 
4238
- .E_tc97u5y {
4239
- height: 100%;
4240
- }
4241
-
4242
- .E_efzf37v {
4243
- .ant-table-content,
4244
- .ant-table-body {
4245
- overflow: visible !important;
4246
- height: 100%;
4247
- }
4248
-
4249
- .ant-table-tbody .ant-table-placeholder td {
4250
- height: 100%;
4251
- }
4252
-
4253
- table {
4254
- width: 100% !important;
4255
- height: 100%;
4256
- .ant-table-placeholder .ant-table-expanded-row-fixed {
4257
- padding: 15px 0;
4258
- }
4259
- }
4260
-
4261
- table thead.ant-table-thead {
4262
- display: none;
4263
- }
4319
+ .E_ckui4s7 {
4320
+ color: $text-primary-light;
4321
+ line-height: 22px;
4322
+ display: inline-flex;
4323
+ .ant-checkbox { height: 22px; display: flex; align-items: center; top: 0; } .ant-checkbox-checked::after { border: none; } &.ant-checkbox-wrapper:hover .ant-checkbox-inner, &.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner { border-color: $fills-light-general-general; } .ant-checkbox .ant-checkbox-inner { border: 1px solid $strokes-light-trans-4; } .ant-checkbox.ant-checkbox-checked, .ant-checkbox.ant-checkbox-indeterminate { .ant-checkbox-inner { border: 1px solid $fills-light-general-general; } } .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner { background: $fills-light-general-general; &:after { background-color: $white; height: 2px; width: 10px; border-radius: 2px; } } &.ant-checkbox-wrapper-disabled { opacity: 0.5; .ant-checkbox-disabled .ant-checkbox-inner { background: $fills-light-trans-3; border-color: $strokes-light-trans-4 !important; } .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after { border-color: $text-primary-light; } .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after { background: $text-primary-light; } } .ant-checkbox + span, .ant-checkbox-disabled + span { padding: 0; .main { display: inline-block; margin-left: 12px; color: $text-primary-light; } .sub { margin-left: 28px; color: $text-secondary-light; } } &.compact { .ant-checkbox + span, .ant-checkbox-disabled + span { .main { margin-left: 8px; } .sub { margin-left: 24px; } } }
4264
4324
  }
4265
4325
 
4266
- .E_t1fisho6 {
4267
- height: 100%;
4268
-
4269
- .ant-table.ant-table-small .ant-table-tbody > tr > td {
4270
- padding-top: 6px;
4271
- padding-bottom: 6px;
4272
- }
4273
-
4274
- .active-row td:nth-child(1) {
4275
- font-weight: 700;
4276
- }
4277
- &.has-selection .active-row td:nth-child(2) {
4278
- font-weight: 700;
4279
- }
4280
-
4281
- .ant-spin-nested-loading {
4282
- height: 100%;
4283
-
4284
- .ant-spin-container {
4285
- height: 100%;
4286
- overflow: visible;
4287
- }
4288
- .ant-spin {
4289
- max-height: none;
4290
- }
4291
- }
4292
-
4293
- td.ant-table-column-sort {
4294
- background: transparent;
4295
- }
4296
-
4297
- td.ant-table-cell-fix-left,
4298
- td.ant-table-cell-fix-right {
4299
- background: #fff;
4300
- padding: 0 !important;
4301
- .ant-table-cell-content {
4302
- display: flex;
4303
- align-items: center;
4304
- height: 100%;
4305
- padding: 8px;
4306
- > span {
4307
- overflow: hidden;
4308
- text-overflow: ellipsis;
4309
- width: 100%;
4310
- }
4311
- }
4312
- }
4313
-
4314
- .ant-table-container {
4315
- height: 100%;
4316
- &::before,
4317
- &::after {
4318
- box-shadow: none !important;
4319
- }
4320
- }
4321
-
4322
- div.ant-table {
4323
- $columnAlignRightPaddingRight: 25px;
4324
- border-radius: 0px;
4325
- border-left: none;
4326
- border-right: none;
4327
- border-bottom: none;
4328
- height: 100%;
4329
- font-size: 12px;
4330
- background: transparent;
4331
-
4332
- .ant-table-header {
4333
- position: relative;
4334
- z-index: $table-header-index;
4335
- border-bottom: 1px solid $strokes-light-trans-2;
4336
- margin-bottom: -1px;
4337
- }
4338
-
4339
- .time-wrapper .date,
4340
- .value {
4341
- color: $text-primary-light;
4342
- }
4343
-
4344
- .time-wrapper .time,
4345
- .unit {
4346
- color: $text-secondary-light;
4347
- }
4348
-
4349
- .ant-table-selection {
4350
- position: unset;
4351
- text-align: center;
4352
- }
4353
-
4354
- .ant-table-tbody > tr.ant-table-row-selected td {
4355
- background: $white;
4356
- }
4357
-
4358
- .anticon-setting {
4359
- cursor: pointer;
4360
- position: absolute;
4361
- top: 50%;
4362
- right: 12px;
4363
- transform: translateY(-50%);
4364
- }
4365
-
4366
- &.ant-table-ping-left {
4367
- .ant-table-cell-fix-left-last::after {
4368
- box-shadow: none;
4369
- width: 1px;
4370
- background: rgba(213, 219, 227, 0.6);
4371
- }
4372
- }
4373
-
4374
- &.ant-table-ping-right {
4375
- .ant-table-cell-fix-right-first::after {
4376
- box-shadow: none;
4377
- width: 1px;
4378
- background: rgba(213, 219, 227, 0.6);
4379
- }
4380
- }
4381
-
4382
- .ant-table-tbody {
4383
- position: relative;
4384
- .ant-table-row {
4385
- td {
4386
- border-top: 1px solid $strokes-light-trans-2;
4387
- border-bottom: 1px solid white;
4388
- height: 40px;
4389
- vertical-align: middle;
4390
- transition: background 0ms;
4391
- color: $gray-120;
4392
-
4393
- &.header-hover {
4394
- background: $fills-light-opaque-1;
4395
- border-bottom-color: $fills-light-opaque-1;
4396
- }
4397
4326
 
4398
- .ant-btn.ant-btn-link {
4399
- height: auto;
4400
- color: $gray-120;
4401
- font-size: 12px;
4402
- text-align: left;
4403
- transition: none;
4404
- overflow: hidden;
4405
- text-overflow: ellipsis;
4406
- white-space: nowrap;
4327
+ .E_c1kghdax {
4328
+ color: $text-primary-light;
4329
+ padding: 7px 12px;
4330
+ display: flex;
4331
+ justify-content: space-between;
4332
+ align-items: center;
4407
4333
 
4408
- &:hover {
4409
- color: $blue;
4410
- }
4334
+ &.has-arrow {
4335
+ padding-left: 10px;
4411
4336
 
4412
- > span {
4413
- overflow: hidden;
4414
- text-overflow: ellipsis;
4415
- width: 100%;
4416
- vertical-align: middle;
4417
- }
4418
- }
4337
+ .title-wrapper {
4338
+ cursor: pointer;
4339
+ color: $text-light-primary;
4419
4340
 
4420
- &.cell_status {
4421
- line-height: 0px;
4422
- }
4423
- &.align-right {
4424
- padding-right: $columnAlignRightPaddingRight;
4425
- }
4341
+ &.is-open {
4342
+ color: $text-primary-light;
4343
+ font-weight: 600;
4344
+
4345
+ .collapse-arrow {
4346
+ transform: rotate(90deg);
4426
4347
  }
4348
+ }
4349
+ }
4350
+ }
4427
4351
 
4428
- &:hover {
4429
- & + tr td {
4430
- border-top-color: transparent;
4431
- }
4432
- td {
4433
- background: $fills-trans-secondary-light;
4434
- border-color: transparent transparent white;
4352
+ .sub-info {
4353
+ font-size: 12px;
4354
+ line-height: 18px;
4355
+ }
4435
4356
 
4436
- &:first-child {
4437
- border-radius: 8px 0 0 8px;
4438
- .ant-table-cell-content {
4439
- border-radius: 8px 0 0 8px;
4440
- }
4441
- &::before {
4442
- content: "";
4443
- width: 4px;
4444
- top: -1px;
4445
- bottom: -1px;
4446
- background: white;
4447
- }
4448
- }
4449
- &:last-child {
4450
- border-radius: 0 8px 8px 0;
4451
- }
4452
- &:last-child.cell__action_ {
4453
- border-radius: 0;
4454
- background: white;
4455
- border-top: none;
4357
+ .title-wrapper {
4358
+ display: flex;
4359
+ align-items: center;
4360
+ user-select: none;
4361
+ flex-grow: 1;
4362
+ font-size: 12px;
4363
+ line-height: 18px;
4364
+ color: $text-primary-light;
4365
+ font-weight: 700;
4366
+ }
4456
4367
 
4457
- > * {
4458
- border-top: 1px solid transparent;
4459
- border-radius: 0 8px 8px 0;
4460
- background: $fills-trans-secondary-light;
4461
- }
4462
- }
4463
- &.ant-table-cell-fix-right {
4464
- background: white;
4465
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4466
- .ant-table-cell-content {
4467
- display: flex;
4468
- align-items: center;
4469
- height: 100%;
4470
- background: $fills-trans-secondary-light;
4471
- }
4472
- }
4368
+ .collapse-arrow {
4369
+ transition: all 50ms ease-out 0ms;
4370
+ margin-right: 2px;
4371
+ }
4372
+ }
4473
4373
 
4474
- &.ant-table-cell-fix-left {
4475
- background: white;
4476
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4477
- .ant-table-cell-content {
4478
- display: flex;
4479
- align-items: center;
4480
- height: 100%;
4481
- background: $fills-trans-secondary-light;
4482
- }
4483
- }
4484
- }
4485
- }
4486
4374
 
4487
- &:last-child td {
4488
- border-bottom: 1px solid $strokes-light-trans-2;
4489
- }
4375
+ .E_c1yd35n {
4376
+ padding: 0 12px 14px 12px;
4377
+ }
4490
4378
 
4491
- &.active-row {
4492
- box-shadow: inset 0px 0px 0 2px $blue-a10;
4493
- border-radius: 8px;
4494
4379
 
4495
- & + tr td {
4496
- border-top-color: white;
4497
- }
4498
- td {
4499
- background: $blue-a10;
4500
- border-bottom-color: transparent;
4501
- border-top-color: transparent;
4380
+ .E_b14q2gmw {
4381
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
4382
+ 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
4383
+ 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
4384
+ 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
4385
+ 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
4386
+ 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
4387
+ 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
4388
+ 0px 6px 22px rgba(129, 138, 153, 0.0335534);
4389
+ }
4502
4390
 
4503
- &:first-child {
4504
- border-radius: 8px 0 0 8px;
4505
- }
4506
- &:last-child {
4507
- border-radius: 0 8px 8px 0;
4508
- }
4509
- &:hover {
4510
- background: $blue-a10;
4511
- }
4512
- }
4513
- }
4514
- }
4391
+ .E_c1eym6el {
4392
+ border-radius: 8px;
4393
+ background-color: white;
4394
+ &.hoverable {
4395
+ cursor: pointer;
4396
+
4397
+ &:hover {
4398
+ transition: all 200ms ease;
4399
+ box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
4400
+ 0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
4401
+ transform: translateY(-4px);
4515
4402
  }
4403
+ }
4404
+ }
4516
4405
 
4517
- .ant-table-thead {
4518
- > tr > th {
4519
- background: $white;
4520
- font-weight: 400;
4521
- position: relative;
4522
- border-bottom: none;
4523
- color: $gray-120;
4524
- transition: none;
4525
- padding: 14px 8px 14px 8px;
4526
- line-height: 20px;
4527
4406
 
4528
- &:not(:last-child):after {
4529
- content: "";
4530
- width: 1px;
4531
- top: 0;
4532
- bottom: 0;
4533
- background: $strokes-light-trans-2;
4534
- position: absolute;
4535
- right: 0;
4536
- }
4407
+ .E_t1tbywr9 {
4408
+ width: 100%;
4409
+ flex: 1;
4410
+ display: flex;
4411
+ flex-direction: column;
4537
4412
 
4538
- &.is-blank {
4539
- padding: unset;
4413
+ &.medium {
4414
+ .tab-bar {
4415
+ height: 32px;
4540
4416
 
4541
- &:after {
4542
- display: none;
4543
- }
4544
- }
4417
+ .common-tab-bar {
4418
+ height: 32px;
4545
4419
 
4546
- &.ant-table-cell-ellipsis.ant-table-column-has-sorters
4547
- .ant-table-column-sorters {
4548
- width: 100%;
4549
- overflow: hidden;
4550
- white-space: nowrap;
4551
- text-overflow: ellipsis;
4552
- > span {
4553
- overflow: hidden;
4554
- text-overflow: ellipsis;
4555
- flex: 1;
4556
- }
4420
+ .tab-item-title {
4421
+ height: 32px;
4422
+ border-top-left-radius: 6px;
4423
+ border-top-right-radius: 6px;
4424
+ padding-right: 16px;
4425
+ padding-left: 16px;
4426
+ font-size: 16px;
4557
4427
  }
4428
+ }
4429
+ }
4430
+ }
4558
4431
 
4559
- &.ant-table-column-has-sorters {
4560
- padding: 15px $columnAlignRightPaddingRight 15px 8px;
4561
-
4562
- .ant-table-column-sorters {
4563
- padding: 0;
4564
- .order-icon {
4565
- position: absolute;
4566
- right: 6px;
4567
- top: 50%;
4568
- transform: translateY(-50%);
4569
- height: 16px;
4570
- display: none;
4571
- transition: transform 320ms ease;
4432
+ &.small {
4433
+ .tab-bar {
4434
+ height: 24px;
4572
4435
 
4573
- &.descend {
4574
- display: block;
4575
- transform: translateY(-50%) rotateX(180deg);
4576
- }
4577
- &.ascend {
4578
- display: block;
4579
- }
4580
- }
4581
- }
4582
- .ant-table-column-sorter {
4583
- display: none;
4584
- }
4585
- }
4436
+ .common-tab-bar {
4437
+ height: 24px;
4586
4438
 
4587
- &:active {
4588
- .ant-table-column-sorters .order-icon {
4589
- &.descend {
4590
- transform: translateY(-50%);
4591
- }
4592
- &.ascend {
4593
- transform: translateY(-50%) rotateX(180deg);
4594
- }
4595
- }
4439
+ .tab-item-title {
4440
+ height: 24px;
4441
+ border-top-left-radius: 4px;
4442
+ border-top-right-radius: 4px;
4443
+ padding-right: 12px;
4444
+ padding-left: 12px;
4445
+ font-size: 14px;
4596
4446
  }
4447
+ }
4448
+ }
4449
+ }
4597
4450
 
4598
- &:hover:not(.is-blank) {
4599
- background: $fills-light-opaque-1;
4600
- .ant-table-column-sorters .order-icon {
4601
- display: block;
4602
- }
4451
+ .tab-bar {
4452
+ max-width: 100%;
4453
+ display: flex;
4454
+ place-items: center;
4455
+ border-bottom: 1px solid $fills-trans-terdiary-light;
4456
+
4457
+ .common-tab-bar {
4458
+ overflow: hidden;
4459
+ display: flex;
4460
+ place-items: center;
4461
+
4462
+ .tab-item-title {
4463
+ &:first-child:not(.__selected):not(:hover) {
4464
+ padding-left: 0px;
4603
4465
  }
4604
- &.align-right {
4605
- padding-right: $columnAlignRightPaddingRight;
4466
+ }
4467
+
4468
+ & + .tab-item-title {
4469
+ margin-left: 12px;
4470
+ position: relative;
4471
+
4472
+ &::before {
4473
+ content: "";
4474
+ width: 1px;
4475
+ height: 24px;
4476
+ background: $strokes-light-trans-3;
4477
+ position: absolute;
4478
+ left: -6px;
4479
+ top: 50%;
4480
+ transform: translateY(-50%);
4606
4481
  }
4607
4482
  }
4608
4483
  }
4609
4484
 
4610
- .ant-table-selection-column {
4611
- padding: 0 !important;
4485
+ .tab-item-title {
4486
+ flex-shrink: 0;
4487
+ display: flex;
4488
+ place-items: center;
4489
+ cursor: pointer;
4490
+ color: $text-neutral-secondary;
4491
+ transition:
4492
+ color 100ms ease-out,
4493
+ background-color 100ms ease-out,
4494
+ padding-left 320ms ease 80ms;
4612
4495
 
4613
- .ant-checkbox-wrapper {
4614
- position: absolute;
4615
- left: 50%;
4616
- top: 50%;
4617
- transform: translate(-50%, -50%);
4496
+ &:hover {
4497
+ padding-left: 16px;
4498
+ color: $text-light-general;
4499
+ background: $fill-outstanding-lighthover;
4618
4500
  }
4619
- &:after {
4620
- display: none;
4501
+
4502
+ & + .tab-item-title {
4503
+ margin-left: 2px;
4621
4504
  }
4622
- }
4623
4505
 
4624
- .ant-table-hide-scrollbar {
4625
- background: $white;
4626
- }
4627
- .ant-table-placeholder {
4628
- background: inherit;
4506
+ &.more {
4507
+ &:not(.__selected) {
4508
+ width: 16px;
4509
+ height: 16px;
4510
+ padding: 0;
4511
+ border-radius: 2px;
4512
+ margin-left: 8px;
4513
+ }
4629
4514
 
4630
- td {
4631
- position: static;
4632
- border: none;
4633
- background: inherit !important;
4634
- height: 100px;
4635
- vertical-align: middle;
4515
+ &.__selected.tab-title-text {
4516
+ margin-left: 8px;
4517
+ }
4636
4518
  }
4637
4519
 
4638
- .table-default-empty,
4639
- .ant-table-expanded-row-fixed {
4640
- font-weight: bold;
4641
- font-size: 20px;
4642
- color: $text-terdiary-light;
4643
- }
4644
- }
4645
- th.ant-table-cell-scrollbar,
4646
- th.cell__action_ {
4647
- z-index: 10;
4648
- }
4649
- td.cell__action_ {
4650
- padding: 0 !important;
4651
- position: relative;
4652
- background: $white;
4653
- > * {
4654
- height: 100%;
4655
- display: flex;
4656
- align-items: center;
4657
- justify-content: flex-end;
4658
- padding-right: 8px;
4520
+ &.__selected {
4521
+ padding-left: 16px;
4522
+ background: $fills-light-general-general-light;
4523
+ color: $text-light-general;
4659
4524
  }
4660
- .menu-button {
4661
- width: 24px;
4662
- height: 24px;
4663
- cursor: pointer;
4664
- justify-content: center;
4665
- border-radius: 4px;
4666
4525
 
4667
- &:hover {
4668
- background: $white;
4669
- }
4526
+ &.__hidden {
4527
+ display: none;
4670
4528
  }
4671
4529
  }
4672
4530
  }
4673
4531
  }
4674
4532
 
4675
-
4676
- .E_r77hffu {
4677
- display: flex;
4678
- align-items: center;
4679
- justify-content: space-between;
4680
- column-gap: 6px;
4681
- }
4682
-
4683
- .E_p1cmxsf7 {
4684
- display: flex;
4685
- flex-direction: column;
4686
- justify-content: center;
4687
- row-gap: var(--p1cmxsf7-0);
4688
-
4689
- .antd5-progress-line {
4690
- font-size: 0;
4691
- margin-bottom: unset;
4692
- margin-inline-end: unset;
4533
+ .E_ti12z2 {
4534
+ &.ant-dropdown-open {
4535
+ color: $text-light-general;
4536
+ background: $fills-light-trans-3;
4693
4537
  }
4694
4538
  }
4695
4539
 
4540
+ .E_m19lu3v {
4541
+ cursor: default;
4542
+ & .menu-wrapper {
4543
+ min-width: 160px;
4544
+ max-width: 400px;
4545
+ padding: 6px;
4546
+ background: $white;
4547
+ box-shadow:
4548
+ 0px 0px 10px rgba(107, 125, 153, 0.18),
4549
+ 0px 12px 40px rgba(45, 58, 86, 0.3);
4550
+ border-radius: 8px;
4551
+ max-height: calc(100vh - 250px);
4552
+ overflow: auto;
4696
4553
 
4697
- .E_l1ucdodl {
4698
- $prefix: ui-kit-status-legend;
4699
- margin: 0;
4700
- border-radius: 20px;
4701
- padding: 2px 10px;
4702
- height: 22px;
4703
- display: flex;
4704
- align-items: center;
4705
-
4706
- &.ui-kit-status-legend.on-tint {
4707
- color: $text-neutral-ontint;
4708
- }
4709
- &.tag-hover {
4710
- cursor: pointer;
4711
- }
4554
+ & .tab-menu-item {
4555
+ display: flex;
4556
+ place-items: center;
4557
+ width: var(--itemWidth);
4712
4558
 
4713
- &.#{$prefix} {
4714
- color: $text-neutral-primary;
4715
- .#{$prefix}-icon {
4716
- margin-right: 6px;
4717
- }
4718
- .#{$prefix}-number {
4719
- margin-left: 8px;
4720
- color: #2C385299;
4721
- &.#{$prefix}-number.on-tint {
4722
- color: $text-neutral-ontint;
4723
- }
4724
- }
4725
- &.eagle-legend-blue {
4726
- .#{$prefix}-icon {
4727
- background-color: $fill-outstanding-base;
4728
- }
4729
- }
4730
- &.eagle-legend-red {
4731
- .#{$prefix}-icon {
4732
- background-color: $fill-serious-base;
4559
+ & + .tab-menu-item {
4560
+ margin-top: 8px;
4733
4561
  }
4734
- }
4735
- &.eagle-legend-yellow {
4736
- .#{$prefix}-icon {
4737
- background-color: $fill-notice-base;
4562
+
4563
+ &.__selected {
4564
+ padding: 6px;
4565
+ background: $fills-light-general-general-light;
4566
+ color: $text-light-general;
4567
+
4568
+ &E_l1fbkbzo {
4569
+ @include Inter(bold !important);
4570
+ }
4738
4571
  }
4739
- }
4740
- &.eagle-legend-green {
4741
- .#{$prefix}-icon {
4742
- background-color: $fill-positive-base;
4572
+
4573
+ &.ant-dropdown-menu-item {
4574
+ padding: 5px 12px;
4575
+ border-radius: 4px;
4743
4576
  }
4744
- }
4745
- &.eagle-legend-gray {
4746
- .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4747
- background-color: $gray-70;
4577
+
4578
+ &.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
4579
+ color: $text-light-general;
4580
+ background: $fills-light-trans-3;
4748
4581
  }
4749
- }
4750
- &.eagle-legend-purple {
4751
- .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4752
- background-color: $purple-50;
4582
+
4583
+ &-text {
4584
+ text-align: left;
4585
+ flex: 1;
4586
+ overflow: hidden;
4587
+ text-overflow: ellipsis;
4588
+ white-space: nowrap;
4753
4589
  }
4754
4590
  }
4755
4591
  }
4756
4592
  }
4757
4593
 
4758
- .E_s1qj66nc {
4759
- width: 8px;
4760
- height: 8px;
4761
- border-radius: 50%;
4762
- display: inline-block;
4594
+ .E_i1bmwe2m {
4595
+ margin: auto;
4596
+ cursor: pointer;
4597
+ line-height: normal;
4598
+ height: 16px;
4599
+ margin-right: 3px;
4600
+
4601
+ .icon-inner {
4602
+ display: block;
4603
+ height: 16px;
4604
+ }
4605
+ }
4606
+
4607
+
4608
+ .E_lht19u8 {
4609
+ width: 64px;
4610
+ height: 64px;
4611
+ display: flex;
4612
+ align-items: center;
4613
+ justify-content: center;
4614
+ position: relative;
4615
+ opacity: 0.2;
4763
4616
  }
4764
4617
 
4765
- .E_s5x1boq {
4766
- width: 8px;
4767
- height: 8px;
4768
- border-radius: 2px;
4769
- display: inline-block;
4618
+ .E_lk3gkp4 {
4619
+ position: absolute;
4620
+ width: 5px;
4621
+ height: 48px;
4622
+ left: 9.33px;
4623
+ top: 40.5px;
4624
+
4625
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4626
+ border-radius: 5px;
4627
+ transform: rotate(-128deg);
4628
+ transform-origin: top left;
4629
+
4630
+ animation: loading-indicator1 1100ms ease-out infinite;
4770
4631
  }
4771
4632
 
4772
- .E_c1xm185 {
4773
- color: #2C385299;
4774
- }
4633
+ .E_ll4n94n {
4634
+ position: absolute;
4635
+ width: 5px;
4636
+ height: 48px;
4637
+ left: 40.8px;
4638
+ top: 8.4px;
4775
4639
 
4776
- .E_c1x5l5qc {
4777
- flex: 1;
4778
- }
4640
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4641
+ border-radius: 5px;
4642
+ transform: rotate(-8deg);
4643
+ transform-origin: top left;
4644
+
4645
+ animation: loading-indicator2 1100ms ease-out infinite;
4646
+ }
4647
+
4648
+ .E_l17lbdo6 {
4649
+ position: absolute;
4650
+ width: 5px;
4651
+ height: 48px;
4652
+ left: 52.9px;
4653
+ top: 51.8px;
4654
+
4655
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4656
+ border-radius: 5px;
4657
+ transform: rotate(112deg);
4658
+ transform-origin: top left;
4659
+
4660
+ animation: loading-indicator3 1100ms ease-out infinite;
4661
+ }
4779
4662
 
4780
4663
 
4781
4664
  .E_sjob3jg {
@@ -4896,108 +4779,260 @@
4896
4779
  }
4897
4780
  }
4898
4781
  }
4899
- .#{$item}-active {
4900
- max-width: calc(100% - var(--item-min-width) * 2);
4901
- .#{$item}-container {
4902
- background-color: $fills-light-general-general-light;
4903
- }
4904
- &::after {
4905
- border-left-color: $fills-light-general-general-light !important;
4782
+ .#{$item}-active {
4783
+ max-width: calc(100% - var(--item-min-width) * 2);
4784
+ .#{$item}-container {
4785
+ background-color: $fills-light-general-general-light;
4786
+ }
4787
+ &::after {
4788
+ border-left-color: $fills-light-general-general-light !important;
4789
+ }
4790
+ }
4791
+ .#{$item}-finish {
4792
+ cursor: pointer;
4793
+ min-width: var(--item-min-width);
4794
+ }
4795
+ .#{$item}-wait,
4796
+ .#{$item}-finish {
4797
+ min-width: var(--item-min-width);
4798
+ .#{$item}-container {
4799
+ background-color: $fills-light-trans-1;
4800
+ }
4801
+ }
4802
+ }
4803
+ .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
4804
+ .ant-steps-vertical
4805
+ )
4806
+ .#{$item} {
4807
+ padding: 0;
4808
+ }
4809
+ }
4810
+
4811
+ .E_v4tv3mf {
4812
+ $item: ant-steps-item;
4813
+ .ant-steps.ant-steps-vertical {
4814
+ width: 192px;
4815
+ row-gap: 2px;
4816
+
4817
+ .preview-mode:not(.#{$item}-active) .#{$item}-container {
4818
+ &:hover {
4819
+ background-color: $fill-neutral-trans-2;
4820
+ }
4821
+ .#{$item}-title {
4822
+ color: $text-neutral-primary !important;
4823
+ }
4824
+ }
4825
+ .#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
4826
+ .#{$item}-container:hover {
4827
+ background-color: $fill-neutral-trans-2;
4828
+ }
4829
+ .#{$item}-container {
4830
+ padding: 0 8px;
4831
+ border-radius: 4px;
4832
+ height: 32px;
4833
+ display: flex;
4834
+ align-items: center;
4835
+ .#{$item}-content {
4836
+ min-height: auto;
4837
+ white-space: nowrap;
4838
+ & .ant-steps-item-title {
4839
+ font-size: 13px;
4840
+ line-height: 20px;
4841
+ max-width: 100%;
4842
+ padding-right: 0;
4843
+ }
4844
+ }
4845
+ }
4846
+ .#{$item}-active {
4847
+ .ant-steps-item-container {
4848
+ background: rgba($blue-60, 0.1);
4849
+ }
4850
+ }
4851
+ }
4852
+ }
4853
+
4854
+ .E_h6l1tj4 {
4855
+ width: 100%;
4856
+ display: inline-flex;
4857
+ align-items: center;
4858
+ justify-content: center;
4859
+ column-gap: 4px;
4860
+ .step-item-prefix-container {
4861
+ display: inline-flex;
4862
+ align-items: center;
4863
+ width: 18px;
4864
+ height: 18px;
4865
+ color: $gray-a75-8;
4866
+ justify-content: center;
4867
+ }
4868
+ }
4869
+
4870
+ .E_v18frne8 {
4871
+ width: 100%;
4872
+ display: flex;
4873
+ align-items: center;
4874
+ justify-content: center;
4875
+ column-gap: 6px;
4876
+ font-size: 13px;
4877
+ .step-item-prefix-container {
4878
+ display: inline-flex;
4879
+ align-items: center;
4880
+ min-width: 20px;
4881
+ min-height: 20px;
4882
+ color: $gray-a75-8;
4883
+ justify-content: center;
4884
+ }
4885
+ }
4886
+
4887
+
4888
+ .E_t13ef470 {
4889
+ height: 100%;
4890
+ .table-loading-item {
4891
+ padding: 12px 4px;
4892
+ border-bottom: 1px solid rgba($gray-50, 0.18);
4893
+ display: flex;
4894
+
4895
+ > * {
4896
+ height: 16px;
4897
+ margin: 4px;
4898
+ background: rgba($gray-50, 0.18);
4899
+ border-radius: 2px;
4900
+ }
4901
+ .checkbox-loading {
4902
+ width: 16px;
4903
+ }
4904
+ .td-loading {
4905
+ flex: 1;
4906
+ }
4907
+ }
4908
+
4909
+ :nth-child(1) {
4910
+ padding: 8px 4px;
4911
+ > * {
4912
+ background: rgba($gray-70, 0.18);
4913
+ }
4914
+ }
4915
+ :nth-child(1) {
4916
+ > * {
4917
+ background: rgba($gray-60, 0.18);
4918
+ }
4919
+ }
4920
+ }
4921
+
4922
+
4923
+ .E_r77hffu {
4924
+ display: flex;
4925
+ align-items: center;
4926
+ justify-content: space-between;
4927
+ column-gap: 6px;
4928
+ }
4929
+
4930
+ .E_p1cmxsf7 {
4931
+ display: flex;
4932
+ flex-direction: column;
4933
+ justify-content: center;
4934
+ row-gap: var(--p1cmxsf7-0);
4935
+
4936
+ .antd5-progress-line {
4937
+ font-size: 0;
4938
+ margin-bottom: unset;
4939
+ margin-inline-end: unset;
4940
+ }
4941
+ }
4942
+
4943
+
4944
+ .E_l1ucdodl {
4945
+ $prefix: ui-kit-status-legend;
4946
+ margin: 0;
4947
+ border-radius: 20px;
4948
+ padding: 2px 10px;
4949
+ height: 22px;
4950
+ display: flex;
4951
+ align-items: center;
4952
+
4953
+ &.ui-kit-status-legend.on-tint {
4954
+ color: $text-neutral-ontint;
4955
+ }
4956
+ &.tag-hover {
4957
+ cursor: pointer;
4958
+ }
4959
+
4960
+ &.#{$prefix} {
4961
+ color: $text-neutral-primary;
4962
+ .#{$prefix}-icon {
4963
+ margin-right: 6px;
4964
+ }
4965
+ .#{$prefix}-number {
4966
+ margin-left: 8px;
4967
+ color: #2C385299;
4968
+ &.#{$prefix}-number.on-tint {
4969
+ color: $text-neutral-ontint;
4970
+ }
4971
+ }
4972
+ &.eagle-legend-blue {
4973
+ .#{$prefix}-icon {
4974
+ background-color: $fill-outstanding-base;
4906
4975
  }
4907
4976
  }
4908
- .#{$item}-finish {
4909
- cursor: pointer;
4910
- min-width: var(--item-min-width);
4911
- }
4912
- .#{$item}-wait,
4913
- .#{$item}-finish {
4914
- min-width: var(--item-min-width);
4915
- .#{$item}-container {
4916
- background-color: $fills-light-trans-1;
4977
+ &.eagle-legend-red {
4978
+ .#{$prefix}-icon {
4979
+ background-color: $fill-serious-base;
4917
4980
  }
4918
4981
  }
4919
- }
4920
- .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
4921
- .ant-steps-vertical
4922
- )
4923
- .#{$item} {
4924
- padding: 0;
4925
- }
4926
- }
4927
-
4928
- .E_v4tv3mf {
4929
- $item: ant-steps-item;
4930
- .ant-steps.ant-steps-vertical {
4931
- width: 192px;
4932
- row-gap: 2px;
4933
-
4934
- .preview-mode:not(.#{$item}-active) .#{$item}-container {
4935
- &:hover {
4936
- background-color: $fill-neutral-trans-2;
4937
- }
4938
- .#{$item}-title {
4939
- color: $text-neutral-primary !important;
4982
+ &.eagle-legend-yellow {
4983
+ .#{$prefix}-icon {
4984
+ background-color: $fill-notice-base;
4940
4985
  }
4941
4986
  }
4942
- .#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
4943
- .#{$item}-container:hover {
4944
- background-color: $fill-neutral-trans-2;
4987
+ &.eagle-legend-green {
4988
+ .#{$prefix}-icon {
4989
+ background-color: $fill-positive-base;
4990
+ }
4945
4991
  }
4946
- .#{$item}-container {
4947
- padding: 0 8px;
4948
- border-radius: 4px;
4949
- height: 32px;
4950
- display: flex;
4951
- align-items: center;
4952
- .#{$item}-content {
4953
- min-height: auto;
4954
- white-space: nowrap;
4955
- & .ant-steps-item-title {
4956
- font-size: 13px;
4957
- line-height: 20px;
4958
- max-width: 100%;
4959
- padding-right: 0;
4960
- }
4992
+ &.eagle-legend-gray {
4993
+ .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4994
+ background-color: $gray-70;
4961
4995
  }
4962
4996
  }
4963
- .#{$item}-active {
4964
- .ant-steps-item-container {
4965
- background: rgba($blue-60, 0.1);
4997
+ &.eagle-legend-purple {
4998
+ .#{$prefix}-icon:not(.ui-kit-status-legend-icon-loading) {
4999
+ background-color: $purple-50;
4966
5000
  }
4967
5001
  }
4968
5002
  }
4969
5003
  }
4970
5004
 
4971
- .E_h6l1tj4 {
4972
- width: 100%;
4973
- display: inline-flex;
4974
- align-items: center;
4975
- justify-content: center;
4976
- column-gap: 4px;
4977
- .step-item-prefix-container {
4978
- display: inline-flex;
4979
- align-items: center;
4980
- width: 18px;
4981
- height: 18px;
4982
- color: $gray-a75-8;
4983
- justify-content: center;
4984
- }
5005
+ .E_s1qj66nc {
5006
+ width: 8px;
5007
+ height: 8px;
5008
+ border-radius: 50%;
5009
+ display: inline-block;
4985
5010
  }
4986
5011
 
4987
- .E_v18frne8 {
4988
- width: 100%;
4989
- display: flex;
4990
- align-items: center;
4991
- justify-content: center;
4992
- column-gap: 6px;
4993
- font-size: 13px;
4994
- .step-item-prefix-container {
4995
- display: inline-flex;
4996
- align-items: center;
4997
- min-width: 20px;
4998
- min-height: 20px;
4999
- color: $gray-a75-8;
5000
- justify-content: center;
5012
+ .E_s5x1boq {
5013
+ width: 8px;
5014
+ height: 8px;
5015
+ border-radius: 2px;
5016
+ display: inline-block;
5017
+ }
5018
+
5019
+ .E_c1xm185 {
5020
+ color: #2C385299;
5021
+ }
5022
+
5023
+ .E_c1x5l5qc {
5024
+ flex: 1;
5025
+ }
5026
+
5027
+
5028
+ .E_w7ob4th {
5029
+ &.outside-tag {
5030
+ padding-left: 0;
5031
+ .inside-tag {
5032
+ border-radius: 4px 0 0 4px;
5033
+ padding-right: 4px;
5034
+ margin-right: 4px;
5035
+ }
5001
5036
  }
5002
5037
  }
5003
5038
 
@@ -5034,6 +5069,12 @@
5034
5069
  }
5035
5070
 
5036
5071
 
5072
+ .E_i1g85yz3 {
5073
+ margin-right: 4px;
5074
+ height: 16px;
5075
+ }
5076
+
5077
+
5037
5078
  .E_t1dtlqs1 {
5038
5079
  margin-bottom: 4px;
5039
5080
  color: $text-secondary-light;
@@ -5252,47 +5293,6 @@
5252
5293
  }
5253
5294
 
5254
5295
 
5255
- .E_i1g85yz3 {
5256
- margin-right: 4px;
5257
- height: 16px;
5258
- }
5259
-
5260
-
5261
- .E_t13ef470 {
5262
- height: 100%;
5263
- .table-loading-item {
5264
- padding: 12px 4px;
5265
- border-bottom: 1px solid rgba($gray-50, 0.18);
5266
- display: flex;
5267
-
5268
- > * {
5269
- height: 16px;
5270
- margin: 4px;
5271
- background: rgba($gray-50, 0.18);
5272
- border-radius: 2px;
5273
- }
5274
- .checkbox-loading {
5275
- width: 16px;
5276
- }
5277
- .td-loading {
5278
- flex: 1;
5279
- }
5280
- }
5281
-
5282
- :nth-child(1) {
5283
- padding: 8px 4px;
5284
- > * {
5285
- background: rgba($gray-70, 0.18);
5286
- }
5287
- }
5288
- :nth-child(1) {
5289
- > * {
5290
- background: rgba($gray-60, 0.18);
5291
- }
5292
- }
5293
- }
5294
-
5295
-
5296
5296
  .E_m11nzl2x {
5297
5297
  color: $text-light-secondary;
5298
5298
  text-align: center;
@@ -5740,6 +5740,11 @@
5740
5740
  }
5741
5741
 
5742
5742
 
5743
+ .E_b1jaupqb {
5744
+ color: #F0483E;
5745
+ }
5746
+
5747
+
5743
5748
  .E_t59qhqp {
5744
5749
  padding: 0px;
5745
5750
  padding-top: 5px;
@@ -5795,11 +5800,6 @@
5795
5800
  }
5796
5801
 
5797
5802
 
5798
- .E_b1jaupqb {
5799
- color: #F0483E;
5800
- }
5801
-
5802
-
5803
5803
  .E_icab5o7 {
5804
5804
  --modal-to-viewport-margin: 10px;
5805
5805
  --modal-body-padding-bottom: 40px;
@@ -6007,6 +6007,39 @@
6007
6007
  }
6008
6008
 
6009
6009
 
6010
+ .E_s20iney {
6011
+ &.skeleton-box {
6012
+ display: flex;
6013
+ align-items: center;
6014
+ justify-content: center;
6015
+ position: relative;
6016
+ border-radius: 2px;
6017
+ background: #E1E6F199;
6018
+ overflow: hidden;
6019
+
6020
+ & > .skeleton-shimmer {
6021
+ width: 200%;
6022
+ height: 200%;
6023
+ transform: rotate(15deg);
6024
+ position: absolute;
6025
+ top: -50%;
6026
+ flex-shrink: 0;
6027
+ opacity: 0.8;
6028
+ background: linear-gradient(
6029
+ 90deg,
6030
+ rgba(255, 255, 255, 0) 15%,
6031
+ #FFFFFF99 50%,
6032
+ rgba(255, 255, 255, 0) 85%
6033
+ );
6034
+
6035
+ animation: shimmer 1100ms infinite;
6036
+ }
6037
+
6038
+ @keyframes shimmer { from { left: -120%; } to { left: 100%; } }
6039
+ }
6040
+ }
6041
+
6042
+
6010
6043
  .E_dxyv8bv {
6011
6044
  --footer-height: 80px;
6012
6045
  --modal-content-width: 492px;
@@ -6191,39 +6224,6 @@
6191
6224
  }
6192
6225
 
6193
6226
 
6194
- .E_s20iney {
6195
- &.skeleton-box {
6196
- display: flex;
6197
- align-items: center;
6198
- justify-content: center;
6199
- position: relative;
6200
- border-radius: 2px;
6201
- background: #E1E6F199;
6202
- overflow: hidden;
6203
-
6204
- & > .skeleton-shimmer {
6205
- width: 200%;
6206
- height: 200%;
6207
- transform: rotate(15deg);
6208
- position: absolute;
6209
- top: -50%;
6210
- flex-shrink: 0;
6211
- opacity: 0.8;
6212
- background: linear-gradient(
6213
- 90deg,
6214
- rgba(255, 255, 255, 0) 15%,
6215
- #FFFFFF99 50%,
6216
- rgba(255, 255, 255, 0) 85%
6217
- );
6218
-
6219
- animation: shimmer 1100ms infinite;
6220
- }
6221
-
6222
- @keyframes shimmer { from { left: -120%; } to { left: 100%; } }
6223
- }
6224
- }
6225
-
6226
-
6227
6227
  .E_t1g36k2w {
6228
6228
  overflow: hidden;
6229
6229
  height: 100%;
@@ -6280,6 +6280,21 @@
6280
6280
  }
6281
6281
 
6282
6282
 
6283
+ .E_t1616y1o {
6284
+ color: $text-light-on-tint;
6285
+ }
6286
+
6287
+
6288
+ .E_a9y3flr {
6289
+ margin-left: 8px;
6290
+ }
6291
+
6292
+ .E_a1njc627 {
6293
+ font-size: 12px;
6294
+ color: $text-neutral-primary;
6295
+ }
6296
+
6297
+
6283
6298
  .E_f16blduf {
6284
6299
  &.ant-form-item {
6285
6300
  margin-bottom: 0;
@@ -6306,21 +6321,6 @@
6306
6321
  }
6307
6322
 
6308
6323
 
6309
- .E_t1616y1o {
6310
- color: $text-light-on-tint;
6311
- }
6312
-
6313
-
6314
- .E_a9y3flr {
6315
- margin-left: 8px;
6316
- }
6317
-
6318
- .E_a1njc627 {
6319
- font-size: 12px;
6320
- color: $text-neutral-primary;
6321
- }
6322
-
6323
-
6324
6324
  .E_d1u4ndxc {
6325
6325
  color: #2C3852BF;
6326
6326
  font-size: 12px;
@@ -6372,100 +6372,17 @@
6372
6372
  }
6373
6373
 
6374
6374
 
6375
- .E_clm1wy1 {
6376
- width: 192px;
6377
- height: 246px;
6378
- border-radius: 4px;
6379
-
6380
- > .ant-picker-calendar,
6381
- > .ant-picker-calendar .ant-picker-panel {
6382
- width: 100%;
6383
- background-color: rgba(245, 247, 250, 0.6);
6384
- border-top: none;
6385
-
6386
- .ant-picker-body {
6387
- padding: 0 16px;
6388
- }
6389
-
6390
- .ant-picker-content {
6391
- width: 100%;
6392
- height: 180px;
6393
- border-spacing: 0;
6394
-
6395
- thead {
6396
- margin-bottom: 8px;
6397
- }
6398
- th {
6399
- width: 22px;
6400
- }
6401
- td {
6402
- padding: 0;
6403
- }
6404
- }
6405
- }
6406
-
6407
- .ant-picker-cell {
6408
- color: rgba(62, 70, 82, 0.6);
6409
- opacity: 0.4;
6410
- }
6411
- .ant-picker-cell-in-view {
6412
- color: rgba(62, 70, 82, 0.6);
6413
- opacity: 1;
6414
- }
6415
- .ant-picker-cell-in-view > .active {
6416
- color: #3e4652;
6417
- }
6418
-
6419
- .ant-picker-cell::before {
6420
- pointer-events: none;
6421
- }
6422
- }
6423
-
6424
- .E_t1tsm00v {
6425
- color: rgba(129, 138, 153, 0.6);
6426
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
6427
- backdrop-filter: blur(10px);
6428
- padding: 7px 10px;
6429
- }
6430
-
6431
- .E_c167wnad {
6432
- color: rgba(62, 70, 82, 0.6);
6375
+ .E_skwah65 {
6376
+ height: 8px;
6377
+ box-sizing: border-box;
6378
+ border-radius: 2px;
6379
+ background: #f5f7fa;
6433
6380
  display: flex;
6434
- justify-content: space-between;
6435
- align-items: center;
6436
- padding: 8px 16px;
6437
-
6438
- .anticon {
6439
- cursor: pointer;
6440
- &:hover {
6441
- color: $blue;
6442
- }
6443
- }
6444
- }
6445
-
6446
- .E_cxhf7dh {
6447
- text-align: center;
6448
-
6449
- .dots {
6450
- display: flex;
6451
- justify-content: center;
6452
- }
6453
- .dot {
6454
- display: inline-block;
6455
- width: 2px;
6456
- height: 2px;
6457
- border-radius: 1px;
6458
- background: $blue;
6381
+ width: 100%;
6382
+ overflow: hidden;
6459
6383
 
6460
- &:not(:last-child) {
6461
- margin-right: 2px;
6462
- }
6463
- }
6464
- .bar {
6465
- width: 9px;
6466
- height: 2px;
6467
- background: $blue;
6468
- border-radius: 2px;
6384
+ .stack-bar-item + .stack-bar-item {
6385
+ margin-left: 1px;
6469
6386
  }
6470
6387
  }
6471
6388
 
@@ -6516,78 +6433,198 @@
6516
6433
  margin-right: 6px;
6517
6434
  }
6518
6435
 
6519
- .E_p1lyky6c {
6520
- & > :first-child {
6521
- font-weight: bold;
6522
- color: white;
6523
- margin-right: 4px;
6436
+ .E_p1lyky6c {
6437
+ & > :first-child {
6438
+ font-weight: bold;
6439
+ color: white;
6440
+ margin-right: 4px;
6441
+ }
6442
+ }
6443
+
6444
+
6445
+ .E_s1ebs0ra {
6446
+ display: flex;
6447
+ align-items: center;
6448
+ justify-content: space-between;
6449
+ background: $backgrounds-light-grouped;
6450
+ padding: 8px 12px;
6451
+ position: sticky;
6452
+ top: 0;
6453
+ z-index: 1;
6454
+ margin-bottom: -52px;
6455
+
6456
+ .select-total {
6457
+ display: flex;
6458
+ align-items: center;
6459
+ font-weight: 700;
6460
+ flex-shrink: 0;
6461
+
6462
+ .icon-wrapper {
6463
+ cursor: pointer;
6464
+ margin-left: 8px;
6465
+ width: 32px;
6466
+ height: 32px;
6467
+ border-radius: 50%;
6468
+ justify-content: center;
6469
+
6470
+ &:hover {
6471
+ background: $fills-light-trans-2;
6472
+ }
6473
+ }
6474
+ }
6475
+ .action-group {
6476
+ flex: 1;
6477
+ margin-left: 88px;
6478
+ white-space: nowrap;
6479
+ text-align: right;
6480
+ position: relative;
6481
+ padding: 4px 0;
6482
+ margin-top: -4px;
6483
+ overflow: hidden;
6484
+ .sub-menu-delete {
6485
+ transform: translateY(-4px);
6486
+ }
6487
+ button {
6488
+ border: none;
6489
+ }
6490
+ > *:not(:last-child) {
6491
+ margin-right: 8px;
6492
+ }
6493
+
6494
+ > button:last-child {
6495
+ margin-right: 4px;
6496
+ }
6497
+ .more-btn {
6498
+ cursor: pointer;
6499
+ width: 32px;
6500
+ height: 32px;
6501
+ justify-content: center;
6502
+ border-radius: 50%;
6503
+
6504
+ &:hover {
6505
+ background: $white;
6506
+ }
6507
+ }
6508
+ }
6509
+ }
6510
+
6511
+
6512
+ .E_tqjc4ui {
6513
+ @at-root {
6514
+ span#{&} {
6515
+ margin: 0 2px;
6516
+ }
6517
+ }
6518
+ }
6519
+
6520
+
6521
+ .E_clm1wy1 {
6522
+ width: 192px;
6523
+ height: 246px;
6524
+ border-radius: 4px;
6525
+
6526
+ > .ant-picker-calendar,
6527
+ > .ant-picker-calendar .ant-picker-panel {
6528
+ width: 100%;
6529
+ background-color: rgba(245, 247, 250, 0.6);
6530
+ border-top: none;
6531
+
6532
+ .ant-picker-body {
6533
+ padding: 0 16px;
6534
+ }
6535
+
6536
+ .ant-picker-content {
6537
+ width: 100%;
6538
+ height: 180px;
6539
+ border-spacing: 0;
6540
+
6541
+ thead {
6542
+ margin-bottom: 8px;
6543
+ }
6544
+ th {
6545
+ width: 22px;
6546
+ }
6547
+ td {
6548
+ padding: 0;
6549
+ }
6550
+ }
6551
+ }
6552
+
6553
+ .ant-picker-cell {
6554
+ color: rgba(62, 70, 82, 0.6);
6555
+ opacity: 0.4;
6556
+ }
6557
+ .ant-picker-cell-in-view {
6558
+ color: rgba(62, 70, 82, 0.6);
6559
+ opacity: 1;
6560
+ }
6561
+ .ant-picker-cell-in-view > .active {
6562
+ color: #3e4652;
6563
+ }
6564
+
6565
+ .ant-picker-cell::before {
6566
+ pointer-events: none;
6524
6567
  }
6525
6568
  }
6526
6569
 
6570
+ .E_t1tsm00v {
6571
+ color: rgba(129, 138, 153, 0.6);
6572
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
6573
+ backdrop-filter: blur(10px);
6574
+ padding: 7px 10px;
6575
+ }
6527
6576
 
6528
- .E_s1ebs0ra {
6577
+ .E_c167wnad {
6578
+ color: rgba(62, 70, 82, 0.6);
6529
6579
  display: flex;
6530
- align-items: center;
6531
6580
  justify-content: space-between;
6532
- background: $backgrounds-light-grouped;
6533
- padding: 8px 12px;
6534
- position: sticky;
6535
- top: 0;
6536
- z-index: 1;
6537
- margin-bottom: -52px;
6581
+ align-items: center;
6582
+ padding: 8px 16px;
6538
6583
 
6539
- .select-total {
6540
- display: flex;
6541
- align-items: center;
6542
- font-weight: 700;
6543
- flex-shrink: 0;
6584
+ .anticon {
6585
+ cursor: pointer;
6586
+ &:hover {
6587
+ color: $blue;
6588
+ }
6589
+ }
6590
+ }
6544
6591
 
6545
- .icon-wrapper {
6546
- cursor: pointer;
6547
- margin-left: 8px;
6548
- width: 32px;
6549
- height: 32px;
6550
- border-radius: 50%;
6551
- justify-content: center;
6592
+ .E_cxhf7dh {
6593
+ text-align: center;
6552
6594
 
6553
- &:hover {
6554
- background: $fills-light-trans-2;
6555
- }
6556
- }
6595
+ .dots {
6596
+ display: flex;
6597
+ justify-content: center;
6557
6598
  }
6558
- .action-group {
6559
- flex: 1;
6560
- margin-left: 88px;
6561
- white-space: nowrap;
6562
- text-align: right;
6563
- position: relative;
6564
- padding: 4px 0;
6565
- margin-top: -4px;
6566
- overflow: hidden;
6567
- .sub-menu-delete {
6568
- transform: translateY(-4px);
6569
- }
6570
- button {
6571
- border: none;
6572
- }
6573
- > *:not(:last-child) {
6574
- margin-right: 8px;
6575
- }
6599
+ .dot {
6600
+ display: inline-block;
6601
+ width: 2px;
6602
+ height: 2px;
6603
+ border-radius: 1px;
6604
+ background: $blue;
6576
6605
 
6577
- > button:last-child {
6578
- margin-right: 4px;
6606
+ &:not(:last-child) {
6607
+ margin-right: 2px;
6579
6608
  }
6580
- .more-btn {
6581
- cursor: pointer;
6582
- width: 32px;
6583
- height: 32px;
6584
- justify-content: center;
6585
- border-radius: 50%;
6609
+ }
6610
+ .bar {
6611
+ width: 9px;
6612
+ height: 2px;
6613
+ background: $blue;
6614
+ border-radius: 2px;
6615
+ }
6616
+ }
6586
6617
 
6587
- &:hover {
6588
- background: $white;
6589
- }
6590
- }
6618
+
6619
+ .E_gmyahx3 {
6620
+ cursor: pointer;
6621
+
6622
+ .link-text {
6623
+ color: $text-light-tertiary;
6624
+ }
6625
+
6626
+ &:hover .link-text {
6627
+ color: $text-light-general;
6591
6628
  }
6592
6629
  }
6593
6630
 
@@ -6737,159 +6774,22 @@
6737
6774
  border-color: $blue;
6738
6775
  color: $white;
6739
6776
  }
6740
- &.en-text {
6741
- width: 110px;
6742
- margin-top: 4px;
6743
- }
6744
- }
6745
- .month-day-option {
6746
- width: 32px;
6747
- padding: 0;
6748
- margin-bottom: 8px;
6749
-
6750
- &.active {
6751
- background-color: $blue;
6752
- border-color: $blue;
6753
- color: $white;
6754
- }
6755
- }
6756
- }
6757
-
6758
-
6759
- .E_s1iv0tp1 {
6760
- .enabled-switch {
6761
- display: flex;
6762
- align-items: center;
6763
- }
6764
-
6765
- .enabled-text {
6766
- margin-right: 8px;
6767
- }
6768
- }
6769
-
6770
-
6771
- .E_gmyahx3 {
6772
- cursor: pointer;
6773
-
6774
- .link-text {
6775
- color: $text-light-tertiary;
6776
- }
6777
-
6778
- &:hover .link-text {
6779
- color: $text-light-general;
6780
- }
6781
- }
6782
-
6783
-
6784
- .E_t1sqg15u {
6785
- background: white;
6786
-
6787
- &.inline {
6788
- .table-row {
6789
- flex-direction: column;
6790
-
6791
- > label {
6792
- padding: 0 16px 7px 0;
6793
- }
6794
- }
6795
- }
6796
-
6797
- &.has-border {
6798
- .table-header {
6799
- border-bottom: 1px solid $strokes-light-trans-1;
6800
- }
6801
-
6802
- .hiddenBorder {
6803
- border-top: none !important;
6804
- }
6805
-
6806
- .table-row + .table-row {
6807
- border-top: 1px solid $strokes-light-trans-1;
6808
- }
6809
-
6810
- .table-row:last-of-type {
6811
- padding-bottom: 0;
6812
- }
6813
- }
6814
-
6815
- &.align-right {
6816
- .content {
6817
- text-align: right;
6818
- }
6819
- }
6820
- .uuid-row {
6821
- display: flex;
6822
- justify-content: space-between;
6823
-
6824
- .id-text {
6825
- white-space: nowrap;
6826
- overflow: hidden;
6827
- text-overflow: ellipsis;
6828
- }
6829
- }
6830
- }
6831
-
6832
- .E_t4zczcp {
6833
- display: flex;
6834
- justify-content: space-between;
6835
- align-items: center;
6836
- padding: 8px;
6837
- min-height: 32px;
6838
-
6839
- .table-title {
6840
- color: $text-secondary-light;
6841
- font-weight: 600;
6842
- font-size: 12px;
6843
- line-height: 8px;
6844
- }
6845
-
6846
- .edit-icon {
6847
- font-size: 16px;
6848
- color: $strokes-translucent-2-light;
6849
- cursor: pointer;
6850
- }
6851
- }
6852
-
6853
- .E_t1s7goww {
6854
- font-size: 12px;
6855
- line-height: 18px;
6856
- }
6857
-
6858
- .E_t93e4cf {
6859
- display: flex;
6860
- padding: 8px 0;
6861
- color: $text-primary-light;
6862
-
6863
- .hidden {
6864
- display: none;
6865
- }
6866
-
6867
- .ant-btn.ant-btn-link {
6868
- height: auto;
6869
- }
6870
-
6871
- .content {
6872
- overflow: hidden;
6873
- overflow-x: auto;
6874
- width: 100%;
6875
- white-space: pre-wrap;
6876
-
6877
- .ant-btn {
6878
- white-space: pre-wrap;
6879
- text-align: left;
6880
- }
6881
-
6882
- .unit-chart {
6883
- justify-content: flex-start;
6777
+ &.en-text {
6778
+ width: 110px;
6779
+ margin-top: 4px;
6884
6780
  }
6885
6781
  }
6886
- }
6782
+ .month-day-option {
6783
+ width: 32px;
6784
+ padding: 0;
6785
+ margin-bottom: 8px;
6887
6786
 
6888
- .E_rhz2uv5 {
6889
- width: var(--rhz2uv5-0);
6890
- flex-shrink: 0;
6891
- color: $text-secondary-light;
6892
- padding-right: 12px;
6787
+ &.active {
6788
+ background-color: $blue;
6789
+ border-color: $blue;
6790
+ color: $white;
6791
+ }
6792
+ }
6893
6793
  }
6894
6794
 
6895
6795
 
@@ -6914,15 +6814,6 @@
6914
6814
  }
6915
6815
 
6916
6816
 
6917
- .E_tqjc4ui {
6918
- @at-root {
6919
- span#{&} {
6920
- margin: 0 2px;
6921
- }
6922
- }
6923
- }
6924
-
6925
-
6926
6817
  .E_ou7iq30 {
6927
6818
  overflow: hidden;
6928
6819
  text-overflow: ellipsis;
@@ -6979,40 +6870,6 @@
6979
6870
  }
6980
6871
 
6981
6872
 
6982
- .E_u15heuvq {
6983
- &.content {
6984
- cursor: default !important;
6985
- &.link {
6986
- cursor: pointer !important;
6987
- &:hover {
6988
- color: $text-colorful-outstanding;
6989
- }
6990
- }
6991
- &.black {
6992
- color: $text-neutral-primary;
6993
- }
6994
- &.gray {
6995
- color: $text-neutral-secondary;
6996
- }
6997
- }
6998
- }
6999
-
7000
-
7001
- .E_skwah65 {
7002
- height: 8px;
7003
- box-sizing: border-box;
7004
- border-radius: 2px;
7005
- background: #f5f7fa;
7006
- display: flex;
7007
- width: 100%;
7008
- overflow: hidden;
7009
-
7010
- .stack-bar-item + .stack-bar-item {
7011
- margin-left: 1px;
7012
- }
7013
- }
7014
-
7015
-
7016
6873
  .E_s1at6qmn {
7017
6874
  &.ant-layout-sider {
7018
6875
  background: $backgrounds-light-grouped;
@@ -7152,6 +7009,25 @@
7152
7009
  }
7153
7010
 
7154
7011
 
7012
+ .E_u15heuvq {
7013
+ &.content {
7014
+ cursor: default !important;
7015
+ &.link {
7016
+ cursor: pointer !important;
7017
+ &:hover {
7018
+ color: $text-colorful-outstanding;
7019
+ }
7020
+ }
7021
+ &.black {
7022
+ color: $text-neutral-primary;
7023
+ }
7024
+ &.gray {
7025
+ color: $text-neutral-secondary;
7026
+ }
7027
+ }
7028
+ }
7029
+
7030
+
7155
7031
  .E_t160l1cm {
7156
7032
  display: flex;
7157
7033
  flex-direction: column;
@@ -7420,6 +7296,130 @@
7420
7296
  }
7421
7297
 
7422
7298
 
7299
+ .E_t1sqg15u {
7300
+ background: white;
7301
+
7302
+ &.inline {
7303
+ .table-row {
7304
+ flex-direction: column;
7305
+
7306
+ > label {
7307
+ padding: 0 16px 7px 0;
7308
+ }
7309
+ }
7310
+ }
7311
+
7312
+ &.has-border {
7313
+ .table-header {
7314
+ border-bottom: 1px solid $strokes-light-trans-1;
7315
+ }
7316
+
7317
+ .hiddenBorder {
7318
+ border-top: none !important;
7319
+ }
7320
+
7321
+ .table-row + .table-row {
7322
+ border-top: 1px solid $strokes-light-trans-1;
7323
+ }
7324
+
7325
+ .table-row:last-of-type {
7326
+ padding-bottom: 0;
7327
+ }
7328
+ }
7329
+
7330
+ &.align-right {
7331
+ .content {
7332
+ text-align: right;
7333
+ }
7334
+ }
7335
+ .uuid-row {
7336
+ display: flex;
7337
+ justify-content: space-between;
7338
+
7339
+ .id-text {
7340
+ white-space: nowrap;
7341
+ overflow: hidden;
7342
+ text-overflow: ellipsis;
7343
+ }
7344
+ }
7345
+ }
7346
+
7347
+ .E_t4zczcp {
7348
+ display: flex;
7349
+ justify-content: space-between;
7350
+ align-items: center;
7351
+ padding: 8px;
7352
+ min-height: 32px;
7353
+
7354
+ .table-title {
7355
+ color: $text-secondary-light;
7356
+ font-weight: 600;
7357
+ font-size: 12px;
7358
+ line-height: 8px;
7359
+ }
7360
+
7361
+ .edit-icon {
7362
+ font-size: 16px;
7363
+ color: $strokes-translucent-2-light;
7364
+ cursor: pointer;
7365
+ }
7366
+ }
7367
+
7368
+ .E_t1s7goww {
7369
+ font-size: 12px;
7370
+ line-height: 18px;
7371
+ }
7372
+
7373
+ .E_t93e4cf {
7374
+ display: flex;
7375
+ padding: 8px 0;
7376
+ color: $text-primary-light;
7377
+
7378
+ .hidden {
7379
+ display: none;
7380
+ }
7381
+
7382
+ .ant-btn.ant-btn-link {
7383
+ height: auto;
7384
+ }
7385
+
7386
+ .content {
7387
+ overflow: hidden;
7388
+ overflow-x: auto;
7389
+ width: 100%;
7390
+ white-space: pre-wrap;
7391
+
7392
+ .ant-btn {
7393
+ white-space: pre-wrap;
7394
+ text-align: left;
7395
+ }
7396
+
7397
+ .unit-chart {
7398
+ justify-content: flex-start;
7399
+ }
7400
+ }
7401
+ }
7402
+
7403
+ .E_rhz2uv5 {
7404
+ width: var(--rhz2uv5-0);
7405
+ flex-shrink: 0;
7406
+ color: $text-secondary-light;
7407
+ padding-right: 12px;
7408
+ }
7409
+
7410
+
7411
+ .E_s1iv0tp1 {
7412
+ .enabled-switch {
7413
+ display: flex;
7414
+ align-items: center;
7415
+ }
7416
+
7417
+ .enabled-text {
7418
+ margin-right: 8px;
7419
+ }
7420
+ }
7421
+
7422
+
7423
7423
  .E_i5w779o {
7424
7424
  padding: 8px 0;
7425
7425
 
@@ -7429,38 +7429,102 @@
7429
7429
  line-height: 18px;
7430
7430
  }
7431
7431
  }
7432
- .col-content {
7433
- flex: 1 1 0;
7432
+ .col-content {
7433
+ flex: 1 1 0;
7434
+ display: flex;
7435
+ align-items: center;
7436
+ * {
7437
+ line-height: 18px;
7438
+ }
7439
+ }
7440
+ }
7441
+
7442
+ .E_l18dja44 {
7443
+ padding: 6px 0;
7444
+
7445
+ .col-label * {
7446
+ font-size: 13px;
7447
+ line-height: 20px;
7448
+ }
7449
+ .col-content * {
7450
+ font-size: 14px;
7451
+ line-height: 20px;
7452
+ }
7453
+ }
7454
+
7455
+ .E_c8c2hys {
7456
+ display: flex;
7457
+ justify-content: space-between;
7458
+ flex: 1;
7459
+ min-width: 0;
7460
+ }
7461
+
7462
+ .E_n4m6c4d {
7463
+ color: $text-light-tertiary;
7464
+ }
7465
+
7466
+
7467
+ .E_cyms3br {
7468
+ background: #fff;
7469
+ width: 100%;
7470
+ border: none;
7471
+ border-radius: 0;
7472
+ .ant-list {
7473
+ padding: 12px;
7474
+ }
7475
+ .ant-list-item {
7476
+ padding: 4px 0;
7477
+ }
7478
+ .ant-alert {
7479
+ margin-left: 24px;
7480
+ }
7481
+ header {
7482
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
7483
+ font-size: 12px;
7484
+ color: rgba(29, 50, 108, 1);
7485
+ font-weight: 700;
7486
+ padding: 6px 12px;
7434
7487
  display: flex;
7488
+ flex-direction: row;
7435
7489
  align-items: center;
7436
- * {
7437
- line-height: 18px;
7490
+ justify-content: space-between;
7491
+ .switch-text {
7492
+ display: flex;
7493
+ flex-direction: row;
7494
+ align-items: center;
7495
+ justify-content: space-between;
7496
+ gap: 6px;
7497
+ font-size: 12px;
7498
+ font-weight: 400;
7499
+ color: rgba(0, 18, 46, 1);
7500
+ }
7501
+ }
7502
+ &.border {
7503
+ border-radius: 8px;
7504
+ border: 1px solid rgba(228, 233, 242, 1);
7505
+ header {
7506
+ border-bottom: none;
7507
+ background: rgba(225, 230, 241, 0.6);
7438
7508
  }
7439
7509
  }
7440
7510
  }
7441
7511
 
7442
- .E_l18dja44 {
7443
- padding: 6px 0;
7444
-
7445
- .col-label * {
7446
- font-size: 13px;
7447
- line-height: 20px;
7512
+ .E_c157gu4z {
7513
+ .ant-list-item {
7514
+ display: flex;
7515
+ flex-direction: row;
7448
7516
  }
7449
- .col-content * {
7450
- font-size: 14px;
7451
- line-height: 20px;
7517
+ .description {
7518
+ flex-grow: 1;
7519
+ margin-left: 8px;
7452
7520
  }
7453
7521
  }
7454
7522
 
7455
- .E_c8c2hys {
7523
+ .E_eu1sysj {
7456
7524
  display: flex;
7457
- justify-content: space-between;
7458
- flex: 1;
7459
- min-width: 0;
7460
- }
7461
-
7462
- .E_n4m6c4d {
7463
- color: $text-light-tertiary;
7525
+ flex-direction: column;
7526
+ align-items: center;
7527
+ justify-content: center;
7464
7528
  }
7465
7529
 
7466
7530
 
@@ -7538,70 +7602,6 @@
7538
7602
  }
7539
7603
 
7540
7604
 
7541
- .E_cyms3br {
7542
- background: #fff;
7543
- width: 100%;
7544
- border: none;
7545
- border-radius: 0;
7546
- .ant-list {
7547
- padding: 12px;
7548
- }
7549
- .ant-list-item {
7550
- padding: 4px 0;
7551
- }
7552
- .ant-alert {
7553
- margin-left: 24px;
7554
- }
7555
- header {
7556
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
7557
- font-size: 12px;
7558
- color: rgba(29, 50, 108, 1);
7559
- font-weight: 700;
7560
- padding: 6px 12px;
7561
- display: flex;
7562
- flex-direction: row;
7563
- align-items: center;
7564
- justify-content: space-between;
7565
- .switch-text {
7566
- display: flex;
7567
- flex-direction: row;
7568
- align-items: center;
7569
- justify-content: space-between;
7570
- gap: 6px;
7571
- font-size: 12px;
7572
- font-weight: 400;
7573
- color: rgba(0, 18, 46, 1);
7574
- }
7575
- }
7576
- &.border {
7577
- border-radius: 8px;
7578
- border: 1px solid rgba(228, 233, 242, 1);
7579
- header {
7580
- border-bottom: none;
7581
- background: rgba(225, 230, 241, 0.6);
7582
- }
7583
- }
7584
- }
7585
-
7586
- .E_c157gu4z {
7587
- .ant-list-item {
7588
- display: flex;
7589
- flex-direction: row;
7590
- }
7591
- .description {
7592
- flex-grow: 1;
7593
- margin-left: 8px;
7594
- }
7595
- }
7596
-
7597
- .E_eu1sysj {
7598
- display: flex;
7599
- flex-direction: column;
7600
- align-items: center;
7601
- justify-content: center;
7602
- }
7603
-
7604
-
7605
7605
  .E_h1ol2wl7 {
7606
7606
  font-weight: bold;
7607
7607
  background-color: unset;
@@ -7660,6 +7660,73 @@
7660
7660
  }
7661
7661
 
7662
7662
 
7663
+ .E_c1ss4prm {
7664
+ color: $text-light-secondary;
7665
+ &:is(ul, ol) {
7666
+ padding-inline-start: 12px;
7667
+ }
7668
+
7669
+ li {
7670
+ margin-bottom: 4px;
7671
+
7672
+ &:last-child {
7673
+ margin-bottom: 0;
7674
+ }
7675
+ }
7676
+ }
7677
+
7678
+ .E_ms3tlei {
7679
+ background: $fill-neutral-trans-2;
7680
+ padding: 8px;
7681
+ border-radius: 6px;
7682
+ color: $gray-a60-8;
7683
+
7684
+ .icon-wrapper {
7685
+ margin-top: 1px; // The text line height is 18px, the icon height is 16px, so a 1px offset is needed
7686
+ margin-right: 4px;
7687
+ }
7688
+
7689
+ li {
7690
+ margin-bottom: 4px;
7691
+ display: flex;
7692
+ align-items: flex-start;
7693
+
7694
+ &:last-child {
7695
+ margin-bottom: 0;
7696
+ }
7697
+ }
7698
+ }
7699
+
7700
+ .E_du44iy7 {
7701
+ margin-bottom: 4px;
7702
+ }
7703
+
7704
+ .E_p1qmhanr {
7705
+ margin-bottom: 8px;
7706
+ }
7707
+
7708
+ .E_srje1h0 {
7709
+ color: $text-light-secondary;
7710
+ margin-bottom: 8px;
7711
+ }
7712
+
7713
+ .E_di3zi7v {
7714
+ height: 1px;
7715
+ background: $strokes-light-opaque-2;
7716
+ margin: 16px 0;
7717
+ }
7718
+
7719
+
7720
+ .E_cevhqx7 {
7721
+ color: $text-light-primary;
7722
+ }
7723
+
7724
+ .E_snbqlt4 {
7725
+ margin-top: 8px;
7726
+ color: $text-light-secondary;
7727
+ }
7728
+
7729
+
7663
7730
  .E_c1kchka8 {
7664
7731
  height: 100%;
7665
7732
  width: 100%;
@@ -8259,73 +8326,6 @@
8259
8326
  }
8260
8327
 
8261
8328
 
8262
- .E_cevhqx7 {
8263
- color: $text-light-primary;
8264
- }
8265
-
8266
- .E_snbqlt4 {
8267
- margin-top: 8px;
8268
- color: $text-light-secondary;
8269
- }
8270
-
8271
-
8272
- .E_c1ss4prm {
8273
- color: $text-light-secondary;
8274
- &:is(ul, ol) {
8275
- padding-inline-start: 12px;
8276
- }
8277
-
8278
- li {
8279
- margin-bottom: 4px;
8280
-
8281
- &:last-child {
8282
- margin-bottom: 0;
8283
- }
8284
- }
8285
- }
8286
-
8287
- .E_ms3tlei {
8288
- background: $fill-neutral-trans-2;
8289
- padding: 8px;
8290
- border-radius: 6px;
8291
- color: $gray-a60-8;
8292
-
8293
- .icon-wrapper {
8294
- margin-top: 1px; // The text line height is 18px, the icon height is 16px, so a 1px offset is needed
8295
- margin-right: 4px;
8296
- }
8297
-
8298
- li {
8299
- margin-bottom: 4px;
8300
- display: flex;
8301
- align-items: flex-start;
8302
-
8303
- &:last-child {
8304
- margin-bottom: 0;
8305
- }
8306
- }
8307
- }
8308
-
8309
- .E_du44iy7 {
8310
- margin-bottom: 4px;
8311
- }
8312
-
8313
- .E_p1qmhanr {
8314
- margin-bottom: 8px;
8315
- }
8316
-
8317
- .E_srje1h0 {
8318
- color: $text-light-secondary;
8319
- margin-bottom: 8px;
8320
- }
8321
-
8322
- .E_di3zi7v {
8323
- height: 1px;
8324
- background: $strokes-light-opaque-2;
8325
- margin: 16px 0;
8326
- }
8327
-
8328
-
8329
8329
  .E_l12xdkhl {
8330
8330
  width: 64px;
8331
8331
  height: 64px;