@cloudtower/eagle 0.34.8 → 0.34.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,28 @@
1
+ .E_m74vjol {
2
+ display: flex;
3
+ justify-content: space-between;
4
+ width: 100%;
5
+ & .action {
6
+ margin-left: 16px;
7
+ }
8
+ }
9
+
10
+ .E_a1o35uvh {
11
+ &.ant-alert-closable {
12
+ padding-right: 12px;
13
+
14
+ .ant-alert-close-icon {
15
+ height: fit-content;
16
+ margin-left: 16px;
17
+ }
18
+ }
19
+
20
+ .ant-alert-message {
21
+ flex: 1;
22
+ }
23
+ }
24
+
25
+
1
26
  .E_c18gxmrl {
2
27
  border: 1px solid $gray-40;
3
28
  border-radius: 4px;
@@ -26,31 +51,6 @@
26
51
  }
27
52
 
28
53
 
29
- .E_m74vjol {
30
- display: flex;
31
- justify-content: space-between;
32
- width: 100%;
33
- & .action {
34
- margin-left: 16px;
35
- }
36
- }
37
-
38
- .E_a1o35uvh {
39
- &.ant-alert-closable {
40
- padding-right: 12px;
41
-
42
- .ant-alert-close-icon {
43
- height: fit-content;
44
- margin-left: 16px;
45
- }
46
- }
47
-
48
- .ant-alert-message {
49
- flex: 1;
50
- }
51
- }
52
-
53
-
54
54
  .E_berrcjl {
55
55
  color: $text-terdiary-light;
56
56
  margin-bottom: 4px;
@@ -70,31 +70,6 @@
70
70
  }
71
71
 
72
72
 
73
- .E_c1uzzomf {
74
- margin-bottom: 16px;
75
-
76
- .card-title {
77
- font-size: 16px;
78
- color: $text-secondary-light;
79
- font-weight: 700;
80
- line-height: 32px;
81
- }
82
- .card-body {
83
- padding: 24px;
84
- border-radius: 8px;
85
- background: $fills-light-white;
86
- }
87
-
88
- .empty {
89
- font-weight: 700;
90
- font-size: 14px;
91
- line-height: 22px;
92
- color: $text-light-tertiary;
93
- text-align: center;
94
- }
95
- }
96
-
97
-
98
73
  .E_d133fzv0 {
99
74
  .ant-dropdown-menu-item-group {
100
75
  .ant-dropdown-menu-item-group-title {
@@ -113,6 +88,55 @@
113
88
  }
114
89
 
115
90
 
91
+ .E_b1nip9bk {
92
+ padding: 4px 11px;
93
+ }
94
+
95
+ .E_bqamoqe {
96
+ white-space: nowrap;
97
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
98
+
99
+ & > .ant-btn {
100
+ &.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
101
+ --color: #{$text-light-general};
102
+
103
+ &[disabled],
104
+ &:hover[disabled] {
105
+ --color: #{$text-light-general};
106
+ }
107
+ }
108
+ }
109
+
110
+ & > .ant-btn:not(:only-child) {
111
+ & + .ant-btn {
112
+ margin-left: 1px;
113
+ }
114
+
115
+ &:first-child {
116
+ border-top-right-radius: 0;
117
+ border-bottom-right-radius: 0;
118
+ }
119
+
120
+ &:last-child {
121
+ border-top-left-radius: 0;
122
+ border-bottom-left-radius: 0;
123
+ }
124
+
125
+ &:not(:first-child, :last-child) {
126
+ border-radius: unset;
127
+ }
128
+ }
129
+ }
130
+
131
+
132
+ .E_c1yyuluq {
133
+ border-radius: 8px;
134
+ .ant-card-body {
135
+ padding: 20px 24px 24px 24px;
136
+ }
137
+ }
138
+
139
+
116
140
  .E_b1wx3t3t {
117
141
  &.ant-btn-icon-only {
118
142
  justify-content: center;
@@ -471,6 +495,63 @@
471
495
  }
472
496
 
473
497
 
498
+ .E_c1uzzomf {
499
+ margin-bottom: 16px;
500
+
501
+ .card-title {
502
+ font-size: 16px;
503
+ color: $text-secondary-light;
504
+ font-weight: 700;
505
+ line-height: 32px;
506
+ }
507
+ .card-body {
508
+ padding: 24px;
509
+ border-radius: 8px;
510
+ background: $fills-light-white;
511
+ }
512
+
513
+ .empty {
514
+ font-weight: 700;
515
+ font-size: 14px;
516
+ line-height: 22px;
517
+ color: $text-light-tertiary;
518
+ text-align: center;
519
+ }
520
+ }
521
+
522
+
523
+ .E_ccrbeuz {
524
+ .ant-collapse-item {
525
+ border: 0px;
526
+ background-color: $fills-light-white;
527
+
528
+ .ant-collapse-header {
529
+ padding-top: 0px;
530
+ padding-bottom: 0px;
531
+ padding-left: 0px !important;
532
+ padding-right: 24px;
533
+ .ant-collapse-arrow {
534
+ right: 0px;
535
+ }
536
+ }
537
+ .ant-collapse-content {
538
+ .ant-collapse-content-box {
539
+ padding: 0px;
540
+ }
541
+ }
542
+ }
543
+ }
544
+
545
+ .E_c1fljvag {
546
+ .ant-collapse-item {
547
+ .ant-collapse-header {
548
+ padding-right: 0px;
549
+ cursor: default;
550
+ }
551
+ }
552
+ }
553
+
554
+
474
555
  .E_d1bw7c5z {
475
556
  position: relative;
476
557
  max-width: 388px;
@@ -562,75 +643,9 @@
562
643
  }
563
644
 
564
645
 
565
- .E_b1nip9bk {
566
- padding: 4px 11px;
567
- }
568
-
569
- .E_bqamoqe {
570
- white-space: nowrap;
571
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
572
-
573
- & > .ant-btn {
574
- &.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
575
- --color: #{$text-light-general};
576
-
577
- &[disabled],
578
- &:hover[disabled] {
579
- --color: #{$text-light-general};
580
- }
581
- }
582
- }
583
-
584
- & > .ant-btn:not(:only-child) {
585
- & + .ant-btn {
586
- margin-left: 1px;
587
- }
588
-
589
- &:first-child {
590
- border-top-right-radius: 0;
591
- border-bottom-right-radius: 0;
592
- }
593
-
594
- &:last-child {
595
- border-top-left-radius: 0;
596
- border-bottom-left-radius: 0;
597
- }
598
-
599
- &:not(:first-child, :last-child) {
600
- border-radius: unset;
601
- }
602
- }
603
- }
604
-
605
-
606
- .E_i11gg7mj {
607
- .ant-input-prefix {
608
- margin-right: 8px;
609
- }
610
- .ant-input-suffix {
611
- margin-left: 8px;
612
- }
613
- }
614
-
615
- .E_cc368xp {
616
- color: $gray-120;
617
- border-right: 1px solid $gray-a60-5;
618
- margin-right: 8px;
619
- padding-right: 8px;
620
- }
621
-
622
- .E_i11o6xqj {
623
- display: flex;
624
- gap: 4px;
625
-
626
- .icon-wrapper {
627
- cursor: pointer;
628
- }
629
- }
630
-
631
- .E_d19ruhdj {
632
- &.icon-wrapper {
633
- cursor: not-allowed;
646
+ .E_sx1bpnu {
647
+ .ant-input-sm {
648
+ line-height: 18px;
634
649
  }
635
650
  }
636
651
 
@@ -690,120 +705,6 @@
690
705
  }
691
706
 
692
707
 
693
- .E_c1yyuluq {
694
- border-radius: 8px;
695
- .ant-card-body {
696
- padding: 20px 24px 24px 24px;
697
- }
698
- }
699
-
700
-
701
- .E_ccrbeuz {
702
- .ant-collapse-item {
703
- border: 0px;
704
- background-color: $fills-light-white;
705
-
706
- .ant-collapse-header {
707
- padding-top: 0px;
708
- padding-bottom: 0px;
709
- padding-left: 0px !important;
710
- padding-right: 24px;
711
- .ant-collapse-arrow {
712
- right: 0px;
713
- }
714
- }
715
- .ant-collapse-content {
716
- .ant-collapse-content-box {
717
- padding: 0px;
718
- }
719
- }
720
- }
721
- }
722
-
723
- .E_c1fljvag {
724
- .ant-collapse-item {
725
- .ant-collapse-header {
726
- padding-right: 0px;
727
- cursor: default;
728
- }
729
- }
730
- }
731
-
732
-
733
- .E_sx1bpnu {
734
- .ant-input-sm {
735
- line-height: 18px;
736
- }
737
- }
738
-
739
-
740
- .E_phljevk {
741
- display: flex;
742
- justify-content: space-between;
743
- align-items: center;
744
- padding: 10px 0;
745
- color: $text-light-secondary;
746
- font-size: 12px;
747
- line-height: 24px;
748
-
749
- .pagination-left {
750
- padding: 2px 8px;
751
- }
752
-
753
- .dropdown-trigger {
754
- display: flex;
755
- align-items: center;
756
- border-radius: 6px;
757
- cursor: pointer;
758
- transition: all 0.3s ease;
759
-
760
- &:hover {
761
- background: $fills-interaction-light-general-hover;
762
- color: $text-light-general;
763
- }
764
- .icon-inner {
765
- margin-left: 4px;
766
- }
767
- }
768
-
769
- .pagination-right {
770
- display: flex;
771
- align-items: center;
772
- color: $blue-60;
773
- font-weight: bold;
774
- .icon-inner {
775
- margin-left: 4px;
776
- }
777
- .prev-btn,
778
- .next-btn {
779
- padding: 0 8px;
780
- > span {
781
- color: $text-light-general;
782
- }
783
- }
784
-
785
- .next-btn {
786
- .icon-inner {
787
- transform: rotate(180deg);
788
- }
789
- }
790
- }
791
- }
792
-
793
- .E_d12rtyeg {
794
- &.ant-dropdown .ant-dropdown-menu {
795
- max-height: calc(100vh - 128px);
796
- overflow-y: auto;
797
-
798
- .ant-dropdown-menu-item {
799
- padding: 4px 20px;
800
- font-size: 12px;
801
- line-height: 18px;
802
- }
803
- }
804
- }
805
-
806
-
807
708
  .E_rapgekc {
808
709
  &.ant-radio-wrapper {
809
710
  display: inline-flex;
@@ -996,6 +897,105 @@
996
897
  }
997
898
 
998
899
 
900
+ .E_i11gg7mj {
901
+ .ant-input-prefix {
902
+ margin-right: 8px;
903
+ }
904
+ .ant-input-suffix {
905
+ margin-left: 8px;
906
+ }
907
+ }
908
+
909
+ .E_cc368xp {
910
+ color: $gray-120;
911
+ border-right: 1px solid $gray-a60-5;
912
+ margin-right: 8px;
913
+ padding-right: 8px;
914
+ }
915
+
916
+ .E_i11o6xqj {
917
+ display: flex;
918
+ gap: 4px;
919
+
920
+ .icon-wrapper {
921
+ cursor: pointer;
922
+ }
923
+ }
924
+
925
+ .E_d19ruhdj {
926
+ &.icon-wrapper {
927
+ cursor: not-allowed;
928
+ }
929
+ }
930
+
931
+
932
+ .E_phljevk {
933
+ display: flex;
934
+ justify-content: space-between;
935
+ align-items: center;
936
+ padding: 10px 0;
937
+ color: $text-light-secondary;
938
+ font-size: 12px;
939
+ line-height: 24px;
940
+
941
+ .pagination-left {
942
+ padding: 2px 8px;
943
+ }
944
+
945
+ .dropdown-trigger {
946
+ display: flex;
947
+ align-items: center;
948
+ border-radius: 6px;
949
+ cursor: pointer;
950
+ transition: all 0.3s ease;
951
+
952
+ &:hover {
953
+ background: $fills-interaction-light-general-hover;
954
+ color: $text-light-general;
955
+ }
956
+ .icon-inner {
957
+ margin-left: 4px;
958
+ }
959
+ }
960
+
961
+ .pagination-right {
962
+ display: flex;
963
+ align-items: center;
964
+ color: $blue-60;
965
+ font-weight: bold;
966
+ .icon-inner {
967
+ margin-left: 4px;
968
+ }
969
+ .prev-btn,
970
+ .next-btn {
971
+ padding: 0 8px;
972
+ > span {
973
+ color: $text-light-general;
974
+ }
975
+ }
976
+
977
+ .next-btn {
978
+ .icon-inner {
979
+ transform: rotate(180deg);
980
+ }
981
+ }
982
+ }
983
+ }
984
+
985
+ .E_d12rtyeg {
986
+ &.ant-dropdown .ant-dropdown-menu {
987
+ max-height: calc(100vh - 128px);
988
+ overflow-y: auto;
989
+
990
+ .ant-dropdown-menu-item {
991
+ padding: 4px 20px;
992
+ font-size: 12px;
993
+ line-height: 18px;
994
+ }
995
+ }
996
+ }
997
+
998
+
999
999
  .E_c1bus5hc {
1000
1000
  --color: white;
1001
1001
  height: 14px;
@@ -1047,35 +1047,100 @@
1047
1047
  }
1048
1048
 
1049
1049
 
1050
- .E_s1sck0th {
1051
- padding: 0 8px;
1052
- border-radius: 4px;
1050
+ .E_s1dizucg {
1051
+ &.ant-switch {
1052
+ min-width: 40px;
1053
+ height: 24px;
1054
+ background: $fills-trans-quinary-light;
1055
+ overflow: hidden;
1056
+ &:focus {
1057
+ box-shadow: 0 0 0 2px $strokes-light-trans-1;
1058
+ }
1053
1059
  }
1054
-
1055
- .E_m855nr1 {
1056
- padding: 2px 8px;
1057
- border-radius: 3px;
1060
+ &.ant-switch-small {
1061
+ min-width: 26px;
1062
+ height: 16px;
1058
1063
  }
1059
-
1060
- .E_l1270xpg {
1061
- padding: 3px 8px;
1062
- border-radius: 2px;
1064
+ &.ant-switch-large {
1065
+ min-width: 52px;
1066
+ height: 32px;
1063
1067
  }
1064
1068
 
1065
- .E_t14rextb {
1066
- &.ant-tag:hover {
1067
- opacity: unset;
1069
+ &.ant-switch .ant-switch-handle {
1070
+ height: 20px;
1071
+ width: 20px;
1072
+ &::before {
1073
+ border-radius: 10px;
1074
+ transition-delay: 120ms;
1075
+ }
1068
1076
  }
1069
- &.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
1070
- margin: 0;
1071
- margin-right: 8px;
1072
- display: inline-flex;
1073
- align-items: center;
1074
- border: none;
1075
- & .ant-tag-close-icon {
1076
- width: 16px;
1077
- height: 16px;
1078
- color: inherit;
1077
+ &.ant-switch-small .ant-switch-handle {
1078
+ height: 14px;
1079
+ width: 14px;
1080
+ top: 1px;
1081
+ left: 1px;
1082
+ }
1083
+ &.ant-switch-large .ant-switch-handle {
1084
+ height: 28px;
1085
+ width: 28px;
1086
+ &::before {
1087
+ border-radius: 14px;
1088
+ }
1089
+ }
1090
+
1091
+ &.ant-switch-checked {
1092
+ background-color: $green-60;
1093
+ }
1094
+ &.ant-switch-checked .ant-switch-handle {
1095
+ left: calc(100% - 20px - 2px);
1096
+ }
1097
+ &.ant-switch-small.ant-switch-checked .ant-switch-handle {
1098
+ left: calc(100% - 14px - 1px);
1099
+ }
1100
+ &.ant-switch-large.ant-switch-checked .ant-switch-handle {
1101
+ left: calc(100% - 28px - 2px);
1102
+ }
1103
+ }
1104
+
1105
+ .E_c1up6e3y {
1106
+ margin-left: 5px;
1107
+ }
1108
+
1109
+
1110
+ .E_iq1gosr {
1111
+ display: inline-block;
1112
+ }
1113
+
1114
+
1115
+ .E_s1sck0th {
1116
+ padding: 0 8px;
1117
+ border-radius: 4px;
1118
+ }
1119
+
1120
+ .E_m855nr1 {
1121
+ padding: 2px 8px;
1122
+ border-radius: 3px;
1123
+ }
1124
+
1125
+ .E_l1270xpg {
1126
+ padding: 3px 8px;
1127
+ border-radius: 2px;
1128
+ }
1129
+
1130
+ .E_t14rextb {
1131
+ &.ant-tag:hover {
1132
+ opacity: unset;
1133
+ }
1134
+ &.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
1135
+ margin: 0;
1136
+ margin-right: 8px;
1137
+ display: inline-flex;
1138
+ align-items: center;
1139
+ border: none;
1140
+ & .ant-tag-close-icon {
1141
+ width: 16px;
1142
+ height: 16px;
1143
+ color: inherit;
1079
1144
  margin-left: 4px;
1080
1145
  opacity: 0.6;
1081
1146
  display: inline-flex;
@@ -1133,8 +1198,108 @@
1133
1198
  }
1134
1199
 
1135
1200
 
1136
- .E_iq1gosr {
1137
- display: inline-block;
1201
+ .E_atcz0kf {
1202
+ .ant-input-suffix {
1203
+ margin-left: 8px;
1204
+ }
1205
+ &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
1206
+ padding: 2px 7px 2px 12px;
1207
+ }
1208
+ }
1209
+
1210
+
1211
+ .E_ai7qkf2 {
1212
+ .ant-input-number-handler-wrap {
1213
+ display: var(--ai7qkf2-0);
1214
+ }
1215
+ .ant-input-number-input-wrap {
1216
+ display: inline-flex;
1217
+ line-height: 1.5715;
1218
+ height: 100%;
1219
+ width: 100%;
1220
+ }
1221
+
1222
+ .ant-input-number-input-wrap::after {
1223
+ content: var(--ai7qkf2-1);
1224
+ display: var(--ai7qkf2-2);
1225
+ flex: none;
1226
+ align-items: center;
1227
+ margin-left: 4px;
1228
+ padding: 5px 12px 5px 0;
1229
+ color: rgba(44, 56, 82, 0.6);
1230
+ }
1231
+
1232
+ .ant-input-number-input-wrap::before {
1233
+ content: var(--ai7qkf2-3);
1234
+ display: var(--ai7qkf2-4);
1235
+ flex: none;
1236
+ align-items: center;
1237
+ margin-right: 4px;
1238
+ cursor: auto;
1239
+ color: rgba(44, 56, 82, 0.6);
1240
+ }
1241
+
1242
+ .ant-input-group.ant-input-group-compact > & {
1243
+ border-radius: 0;
1244
+ }
1245
+
1246
+ &.ant-input-number {
1247
+ width: 100%;
1248
+ border-radius: 6px;
1249
+ }
1250
+ &.ant-input-number:not([disabled]) {
1251
+ &:focus,
1252
+ &:active,
1253
+ &.ant-input-number-focused {
1254
+ &.ant-input-number {
1255
+ border-color: $blue;
1256
+ box-shadow: $shadow-light-active;
1257
+ z-index: $input-hover-index;
1258
+ }
1259
+ }
1260
+ &.error {
1261
+ &:hover,
1262
+ &.ant-input-number-focused {
1263
+ &.ant-input-number {
1264
+ border-color: $red;
1265
+ box-shadow: $shadow-light-error;
1266
+ }
1267
+ }
1268
+ }
1269
+ }
1270
+
1271
+ .ant-input-number-input {
1272
+ height: 30px;
1273
+ border: 1px;
1274
+ padding: 5px 12px;
1275
+ font-size: inherit;
1276
+ }
1277
+
1278
+ &.ant-input-number-lg input {
1279
+ height: 38px;
1280
+ border: 1px;
1281
+ padding: 8px 16px;
1282
+ }
1283
+
1284
+ &.ant-input-number-sm input {
1285
+ height: 22px;
1286
+ border: 1px;
1287
+ padding: 2px 8px;
1288
+ }
1289
+ }
1290
+
1291
+
1292
+ .E_t1m2x205 {
1293
+ .ant-tooltip-arrow {
1294
+ display: none;
1295
+ }
1296
+ .ant-tooltip-inner {
1297
+ background: $gray-a80-9;
1298
+ border-radius: 4px;
1299
+ &:has(.eagle-ellipsis-content) {
1300
+ visibility: hidden;
1301
+ }
1302
+ }
1138
1303
  }
1139
1304
 
1140
1305
 
@@ -1227,217 +1392,42 @@
1227
1392
  }
1228
1393
 
1229
1394
 
1230
- .E_s1dizucg {
1231
- &.ant-switch {
1232
- min-width: 40px;
1233
- height: 24px;
1234
- background: $fills-trans-quinary-light;
1235
- overflow: hidden;
1236
- &:focus {
1237
- box-shadow: 0 0 0 2px $strokes-light-trans-1;
1238
- }
1239
- }
1240
- &.ant-switch-small {
1241
- min-width: 26px;
1242
- height: 16px;
1243
- }
1244
- &.ant-switch-large {
1245
- min-width: 52px;
1246
- height: 32px;
1247
- }
1395
+ .E_i1inqkme {
1396
+ height: 18px;
1397
+ line-height: 18px;
1398
+ padding: 0 4px;
1399
+ border-radius: 4px;
1400
+ background: rgba(235, 239, 245, 0.6);
1401
+ border: 1px solid rgba(223, 228, 235, 0.6);
1402
+ display: flex;
1403
+ align-items: center;
1404
+ white-space: nowrap;
1405
+ margin-right: 4px;
1406
+ }
1248
1407
 
1249
- &.ant-switch .ant-switch-handle {
1250
- height: 20px;
1251
- width: 20px;
1252
- &::before {
1253
- border-radius: 10px;
1254
- transition-delay: 120ms;
1255
- }
1256
- }
1257
- &.ant-switch-small .ant-switch-handle {
1258
- height: 14px;
1259
- width: 14px;
1260
- top: 1px;
1261
- left: 1px;
1262
- }
1263
- &.ant-switch-large .ant-switch-handle {
1264
- height: 28px;
1265
- width: 28px;
1266
- &::before {
1267
- border-radius: 14px;
1268
- }
1269
- }
1270
1408
 
1271
- &.ant-switch-checked {
1272
- background-color: $green-60;
1273
- }
1274
- &.ant-switch-checked .ant-switch-handle {
1275
- left: calc(100% - 20px - 2px);
1276
- }
1277
- &.ant-switch-small.ant-switch-checked .ant-switch-handle {
1278
- left: calc(100% - 14px - 1px);
1279
- }
1280
- &.ant-switch-large.ant-switch-checked .ant-switch-handle {
1281
- left: calc(100% - 28px - 2px);
1409
+ .E_fzh9mnb {
1410
+ width: 100%;
1411
+ height: 100%;
1412
+ min-height: 124px;
1413
+ display: flex;
1414
+ flex-direction: column;
1415
+ justify-content: center;
1416
+ align-items: center;
1417
+
1418
+ .error-text {
1419
+ color: $text-terdiary-light;
1420
+ margin-bottom: 16px;
1421
+ font-size: 18px;
1282
1422
  }
1283
1423
  }
1284
1424
 
1285
- .E_c1up6e3y {
1286
- margin-left: 5px;
1287
- }
1288
1425
 
1289
-
1290
- .E_t1m2x205 {
1291
- .ant-tooltip-arrow {
1292
- display: none;
1293
- }
1294
- .ant-tooltip-inner {
1295
- background: $gray-a80-9;
1296
- border-radius: 4px;
1297
- &:has(.eagle-ellipsis-content) {
1298
- visibility: hidden;
1299
- }
1300
- }
1301
- }
1302
-
1303
-
1304
- .E_ai7qkf2 {
1305
- .ant-input-number-handler-wrap {
1306
- display: var(--ai7qkf2-0);
1307
- }
1308
- .ant-input-number-input-wrap {
1309
- display: inline-flex;
1310
- line-height: 1.5715;
1311
- height: 100%;
1312
- width: 100%;
1313
- }
1314
-
1315
- .ant-input-number-input-wrap::after {
1316
- content: var(--ai7qkf2-1);
1317
- display: var(--ai7qkf2-2);
1318
- flex: none;
1319
- align-items: center;
1320
- margin-left: 4px;
1321
- padding: 5px 12px 5px 0;
1322
- color: rgba(44, 56, 82, 0.6);
1323
- }
1324
-
1325
- .ant-input-number-input-wrap::before {
1326
- content: var(--ai7qkf2-3);
1327
- display: var(--ai7qkf2-4);
1328
- flex: none;
1329
- align-items: center;
1330
- margin-right: 4px;
1331
- cursor: auto;
1332
- color: rgba(44, 56, 82, 0.6);
1333
- }
1334
-
1335
- .ant-input-group.ant-input-group-compact > & {
1336
- border-radius: 0;
1337
- }
1338
-
1339
- &.ant-input-number {
1340
- width: 100%;
1341
- border-radius: 6px;
1342
- }
1343
- &.ant-input-number:not([disabled]) {
1344
- &:focus,
1345
- &:active,
1346
- &.ant-input-number-focused {
1347
- &.ant-input-number {
1348
- border-color: $blue;
1349
- box-shadow: $shadow-light-active;
1350
- z-index: $input-hover-index;
1351
- }
1352
- }
1353
- &.error {
1354
- &:hover,
1355
- &.ant-input-number-focused {
1356
- &.ant-input-number {
1357
- border-color: $red;
1358
- box-shadow: $shadow-light-error;
1359
- }
1360
- }
1361
- }
1362
- }
1363
-
1364
- .ant-input-number-input {
1365
- height: 30px;
1366
- border: 1px;
1367
- padding: 5px 12px;
1368
- font-size: inherit;
1369
- }
1370
-
1371
- &.ant-input-number-lg input {
1372
- height: 38px;
1373
- border: 1px;
1374
- padding: 8px 16px;
1375
- }
1376
-
1377
- &.ant-input-number-sm input {
1378
- height: 22px;
1379
- border: 1px;
1380
- padding: 2px 8px;
1381
- }
1382
- }
1383
-
1384
-
1385
- .E_owd0kml {
1386
- display: inline-block;
1387
- }
1388
-
1389
- .E_h1jsgezc {
1390
- visibility: hidden;
1391
- position: absolute;
1392
- }
1393
-
1394
-
1395
- .E_atcz0kf {
1396
- .ant-input-suffix {
1397
- margin-left: 8px;
1398
- }
1399
- &.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
1400
- padding: 2px 7px 2px 12px;
1401
- }
1402
- }
1403
-
1404
-
1405
- .E_fzh9mnb {
1406
- width: 100%;
1407
- height: 100%;
1408
- min-height: 124px;
1409
- display: flex;
1410
- flex-direction: column;
1411
- justify-content: center;
1412
- align-items: center;
1413
-
1414
- .error-text {
1415
- color: $text-terdiary-light;
1416
- margin-bottom: 16px;
1417
- font-size: 18px;
1418
- }
1419
- }
1420
-
1421
-
1422
- .E_i1inqkme {
1423
- height: 18px;
1424
- line-height: 18px;
1425
- padding: 0 4px;
1426
- border-radius: 4px;
1427
- background: rgba(235, 239, 245, 0.6);
1428
- border: 1px solid rgba(223, 228, 235, 0.6);
1429
- display: flex;
1430
- align-items: center;
1431
- white-space: nowrap;
1432
- margin-right: 4px;
1433
- }
1434
-
1435
-
1436
- .E_f7pxqmh {
1437
- width: 100%;
1438
- margin-bottom: 0 !important;
1439
- flex-flow: nowrap !important;
1440
- line-break: auto;
1426
+ .E_f7pxqmh {
1427
+ width: 100%;
1428
+ margin-bottom: 0 !important;
1429
+ flex-flow: nowrap !important;
1430
+ line-break: auto;
1441
1431
 
1442
1432
  & > .ant-form-item-label {
1443
1433
  text-align: left !important;
@@ -1475,25 +1465,13 @@
1475
1465
  }
1476
1466
 
1477
1467
 
1478
- .E_iouxfgt {
1479
- display: inline-flex;
1480
- align-items: center;
1468
+ .E_owd0kml {
1469
+ display: inline-block;
1470
+ }
1481
1471
 
1482
- .icon-inner {
1483
- display: inline-flex;
1484
- align-items: center;
1485
- justify-content: center;
1486
- }
1487
- .icon-inner + span,
1488
- span + .icon-inner.suffix {
1489
- margin-left: 4px;
1490
- }
1491
- &.is-rotate {
1492
- img,
1493
- svg {
1494
- animation: rotate 680ms linear infinite;
1495
- }
1496
- }
1472
+ .E_h1jsgezc {
1473
+ visibility: hidden;
1474
+ position: absolute;
1497
1475
  }
1498
1476
 
1499
1477
 
@@ -1534,43 +1512,33 @@
1534
1512
  }
1535
1513
 
1536
1514
 
1537
- .E_a1b5xrg3 {
1538
- .user-icon-inner {
1515
+ .E_iouxfgt {
1516
+ display: inline-flex;
1517
+ align-items: center;
1518
+
1519
+ .icon-inner {
1539
1520
  display: inline-flex;
1540
1521
  align-items: center;
1541
1522
  justify-content: center;
1542
- color: $white;
1543
- font-weight: bold;
1544
- font-size: 12px;
1545
- width: 24px;
1546
- height: 24px;
1547
- border-radius: 50%;
1548
- background: var(--a1b5xrg3-0);
1549
1523
  }
1550
- &.btn-item {
1551
- transition: all 160ms ease;
1552
- cursor: pointer;
1553
- width: 56px;
1554
- height: 40px;
1555
- display: inline-flex;
1556
- align-items: center;
1557
- justify-content: center;
1558
- border-radius: 6px;
1559
-
1560
- &:hover {
1561
- box-shadow:
1562
- 0px 0px 20px rgba(107, 125, 153, 0.18),
1563
- 0px 25px 80px rgba(45, 58, 86, 0.3);
1564
- }
1565
-
1566
- &:active {
1567
- transform: translateY(2px);
1568
- transition: all 320ms ease;
1524
+ .icon-inner + span,
1525
+ span + .icon-inner.suffix {
1526
+ margin-left: 4px;
1527
+ }
1528
+ &.is-rotate {
1529
+ img,
1530
+ svg {
1531
+ animation: rotate 680ms linear infinite;
1569
1532
  }
1570
1533
  }
1571
1534
  }
1572
1535
 
1573
1536
 
1537
+ .E_m196gn1d {
1538
+ min-width: 1280px;
1539
+ }
1540
+
1541
+
1574
1542
  .E_cnujxq2 {
1575
1543
  display: flex;
1576
1544
  flex-direction: column;
@@ -2739,110 +2707,40 @@
2739
2707
  }
2740
2708
 
2741
2709
 
2742
- .E_m196gn1d {
2743
- min-width: 1280px;
2744
- }
2745
-
2746
-
2747
- .E_s17wv897 {
2748
- &.ant-select,
2749
- &.ant-select div.ant-select-selector {
2750
- border-radius: 6px;
2751
- }
2752
-
2753
- &.ant-select {
2754
- &.ant-select-single {
2755
- width: 100%;
2756
- &[data-size="small"] {
2757
- }
2758
- &[data-size="middle"] {
2759
- height: 30px;
2760
- }
2761
- &[data-size="large"] {
2762
- }
2763
- color: $text-primary-light;
2764
- border-color: $strokes-light-trans-2;
2765
- transition:
2766
- border 160ms ease 8ms,
2767
- box-shadow 160ms ease 8ms;
2768
- font-size: 13px;
2769
-
2770
- &.ant-select-lg {
2771
- height: 38px;
2772
- font-size: 13px;
2773
- }
2774
-
2775
- .ant-select-arrow,
2776
- .ant-select-arrow .anticon-down {
2777
- transition: 160ms ease;
2778
- }
2779
-
2780
- .ant-select-arrow-loading {
2781
- color: $fills-light-general-general;
2782
- }
2783
-
2784
- &:not(.ant-select-disabled) {
2785
- &:hover .ant-select-selector,
2786
- &.__pseudo-states-hover .ant-select-selector {
2787
- border-color: $strokes-light-trans-4;
2788
- box-shadow: $shadow-light-hover;
2789
- }
2790
-
2791
- &:hover .ant-select-arrow,
2792
- &.__pseudo-states-hover .ant-select-arrow {
2793
- color: $fills-light-general-general;
2794
- }
2795
-
2796
- &:active,
2797
- &:focus,
2798
- &.ant-select-focused,
2799
- &.ant-select-open,
2800
- &.__pseudo-states-active,
2801
- &.__pseudo-states-focus {
2802
- .ant-select-selector {
2803
- border-color: $fills-light-general-general;
2804
- box-shadow: $shadow-light-active;
2805
- }
2806
- }
2807
-
2808
- &.ant-select-open .ant-select-arrow .anticon-down {
2809
- transform: rotate(180deg);
2810
- }
2811
- }
2812
-
2813
- &.ant-select-disabled .ant-select-selector {
2814
- background: $fills-light-trans-3;
2815
- border-color: $strokes-light-trans-3;
2816
- cursor: "not-allowed";
2817
- }
2818
- }
2819
- &.select-error:not(.ant-select-disabled) {
2820
- .ant-select-selector {
2821
- border-color: $fills-light-serious-serious !important;
2822
- }
2823
-
2824
- &:hover .ant-select-arrow,
2825
- &.__pseudo-states-hover .ant-select-arrow {
2826
- color: $text-light-super;
2827
- }
2828
-
2829
- &:active,
2830
- &:focus,
2831
- &.ant-select-focused,
2832
- &.ant-select-open,
2833
- &.__pseudo-states-focus,
2834
- &.__pseudo-states-active {
2835
- .ant-select-selector {
2836
- border-color: $fills-light-general-general;
2837
- box-shadow: $shadow-light-error;
2838
- }
2839
- }
2840
-
2841
- &.ant-select-open .ant-select-arrow .anticon-down {
2842
- transform: rotate(180deg);
2843
- }
2844
- }
2845
- }
2710
+ .E_a1b5xrg3 {
2711
+ .user-icon-inner {
2712
+ display: inline-flex;
2713
+ align-items: center;
2714
+ justify-content: center;
2715
+ color: $white;
2716
+ font-weight: bold;
2717
+ font-size: 12px;
2718
+ width: 24px;
2719
+ height: 24px;
2720
+ border-radius: 50%;
2721
+ background: var(--a1b5xrg3-0);
2722
+ }
2723
+ &.btn-item {
2724
+ transition: all 160ms ease;
2725
+ cursor: pointer;
2726
+ width: 56px;
2727
+ height: 40px;
2728
+ display: inline-flex;
2729
+ align-items: center;
2730
+ justify-content: center;
2731
+ border-radius: 6px;
2732
+
2733
+ &:hover {
2734
+ box-shadow:
2735
+ 0px 0px 20px rgba(107, 125, 153, 0.18),
2736
+ 0px 25px 80px rgba(45, 58, 86, 0.3);
2737
+ }
2738
+
2739
+ &:active {
2740
+ transform: translateY(2px);
2741
+ transition: all 320ms ease;
2742
+ }
2743
+ }
2846
2744
  }
2847
2745
 
2848
2746
 
@@ -3075,18 +2973,137 @@
3075
2973
  }
3076
2974
 
3077
2975
 
3078
- .E_w1dxz879 {
3079
- display: flex;
3080
- flex-direction: column;
3081
- gap: 6px;
3082
- .ellipsis-tooltip {
3083
- max-height: var(--w1dxz879-0);
3084
- text-overflow: clip;
3085
- overflow: hidden;
2976
+ .E_s17wv897 {
2977
+ &.ant-select,
2978
+ &.ant-select div.ant-select-selector {
2979
+ border-radius: 6px;
3086
2980
  }
3087
- .tips {
3088
- color: #fff;
3089
- opacity: 0.8;
2981
+
2982
+ &.ant-select {
2983
+ &.ant-select-single {
2984
+ width: 100%;
2985
+ &[data-size="small"] {
2986
+ }
2987
+ &[data-size="middle"] {
2988
+ height: 30px;
2989
+ }
2990
+ &[data-size="large"] {
2991
+ }
2992
+ color: $text-primary-light;
2993
+ border-color: $strokes-light-trans-2;
2994
+ transition:
2995
+ border 160ms ease 8ms,
2996
+ box-shadow 160ms ease 8ms;
2997
+ font-size: 13px;
2998
+
2999
+ &.ant-select-lg {
3000
+ height: 38px;
3001
+ font-size: 13px;
3002
+ }
3003
+
3004
+ .ant-select-arrow,
3005
+ .ant-select-arrow .anticon-down {
3006
+ transition: 160ms ease;
3007
+ }
3008
+
3009
+ .ant-select-arrow-loading {
3010
+ color: $fills-light-general-general;
3011
+ }
3012
+
3013
+ &:not(.ant-select-disabled) {
3014
+ &:hover .ant-select-selector,
3015
+ &.__pseudo-states-hover .ant-select-selector {
3016
+ border-color: $strokes-light-trans-4;
3017
+ box-shadow: $shadow-light-hover;
3018
+ }
3019
+
3020
+ &:hover .ant-select-arrow,
3021
+ &.__pseudo-states-hover .ant-select-arrow {
3022
+ color: $fills-light-general-general;
3023
+ }
3024
+
3025
+ &:active,
3026
+ &:focus,
3027
+ &.ant-select-focused,
3028
+ &.ant-select-open,
3029
+ &.__pseudo-states-active,
3030
+ &.__pseudo-states-focus {
3031
+ .ant-select-selector {
3032
+ border-color: $fills-light-general-general;
3033
+ box-shadow: $shadow-light-active;
3034
+ }
3035
+ }
3036
+
3037
+ &.ant-select-open .ant-select-arrow .anticon-down {
3038
+ transform: rotate(180deg);
3039
+ }
3040
+ }
3041
+
3042
+ &.ant-select-disabled .ant-select-selector {
3043
+ background: $fills-light-trans-3;
3044
+ border-color: $strokes-light-trans-3;
3045
+ cursor: "not-allowed";
3046
+ }
3047
+ }
3048
+ &.select-error:not(.ant-select-disabled) {
3049
+ .ant-select-selector {
3050
+ border-color: $fills-light-serious-serious !important;
3051
+ }
3052
+
3053
+ &:hover .ant-select-arrow,
3054
+ &.__pseudo-states-hover .ant-select-arrow {
3055
+ color: $text-light-super;
3056
+ }
3057
+
3058
+ &:active,
3059
+ &:focus,
3060
+ &.ant-select-focused,
3061
+ &.ant-select-open,
3062
+ &.__pseudo-states-focus,
3063
+ &.__pseudo-states-active {
3064
+ .ant-select-selector {
3065
+ border-color: $fills-light-general-general;
3066
+ box-shadow: $shadow-light-error;
3067
+ }
3068
+ }
3069
+
3070
+ &.ant-select-open .ant-select-arrow .anticon-down {
3071
+ transform: rotate(180deg);
3072
+ }
3073
+ }
3074
+ }
3075
+ }
3076
+
3077
+
3078
+ .E_suhck3k {
3079
+ height: 24px;
3080
+ width: 24px;
3081
+ border-radius: 6px;
3082
+ padding: 4px;
3083
+ &:hover {
3084
+ background-color: $fill-outstanding-light;
3085
+ svg {
3086
+ path {
3087
+ fill: blue;
3088
+ }
3089
+ }
3090
+ }
3091
+ }
3092
+
3093
+
3094
+ .E_ryby9ds {
3095
+ display: flex;
3096
+ align-items: center;
3097
+ .order {
3098
+ height: 24px;
3099
+ width: 24px;
3100
+ border-radius: 20px;
3101
+ color: $text-light-general;
3102
+ background: $fill-light-element-container-outstanding;
3103
+ display: flex;
3104
+ align-items: center;
3105
+ justify-content: center;
3106
+ margin-right: 6px;
3090
3107
  }
3091
3108
  }
3092
3109
 
@@ -3129,59 +3146,6 @@
3129
3146
  }
3130
3147
 
3131
3148
 
3132
- .E_m5foqp8 {
3133
- --footer-height: 96px;
3134
- --header-height: 80px;
3135
- --modal-content-width: 720px;
3136
- --modal-content-min-height: 200px;
3137
- --modal-content-max-height: calc(
3138
- 100vh - 136px - var(--header-height) - var(--footer-height)
3139
- );
3140
- --modal-header-padding: 40px 60px 8px;
3141
- --modal-content-padding-top: 24px;
3142
- --modal-content-padding-bottom: 32px;
3143
- --modal-content-padding-x: 60px;
3144
- --modal-footer-padding: 0 60px;
3145
-
3146
- &.content-full.ant-modal {
3147
- height: calc(100vh - 80px);
3148
- width: calc(100vw - 160px);
3149
- .ant-modal-content {
3150
- width: 100%;
3151
- height: 100%;
3152
- max-width: unset;
3153
- max-height: unset;
3154
- display: flex;
3155
- flex-direction: column;
3156
- }
3157
- .ant-modal-body {
3158
- flex: 1;
3159
- }
3160
- }
3161
-
3162
- .initializing-title {
3163
- height: 32px;
3164
- }
3165
- }
3166
-
3167
-
3168
- .E_ryby9ds {
3169
- display: flex;
3170
- align-items: center;
3171
- .order {
3172
- height: 24px;
3173
- width: 24px;
3174
- border-radius: 20px;
3175
- color: $text-light-general;
3176
- background: $fill-light-element-container-outstanding;
3177
- display: flex;
3178
- align-items: center;
3179
- justify-content: center;
3180
- margin-right: 6px;
3181
- }
3182
- }
3183
-
3184
-
3185
3149
  .E_hrhfj7c {
3186
3150
  display: none;
3187
3151
  }
@@ -3374,6 +3338,58 @@
3374
3338
  }
3375
3339
 
3376
3340
 
3341
+ .E_w1dxz879 {
3342
+ display: flex;
3343
+ flex-direction: column;
3344
+ gap: 6px;
3345
+ .ellipsis-tooltip {
3346
+ max-height: var(--w1dxz879-0);
3347
+ text-overflow: clip;
3348
+ overflow: hidden;
3349
+ }
3350
+ .tips {
3351
+ color: #fff;
3352
+ opacity: 0.8;
3353
+ }
3354
+ }
3355
+
3356
+
3357
+ .E_m5foqp8 {
3358
+ --footer-height: 96px;
3359
+ --header-height: 80px;
3360
+ --modal-content-width: 720px;
3361
+ --modal-content-min-height: 200px;
3362
+ --modal-content-max-height: calc(
3363
+ 100vh - 136px - var(--header-height) - var(--footer-height)
3364
+ );
3365
+ --modal-header-padding: 40px 60px 8px;
3366
+ --modal-content-padding-top: 24px;
3367
+ --modal-content-padding-bottom: 32px;
3368
+ --modal-content-padding-x: 60px;
3369
+ --modal-footer-padding: 0 60px;
3370
+
3371
+ &.content-full.ant-modal {
3372
+ height: calc(100vh - 80px);
3373
+ width: calc(100vw - 160px);
3374
+ .ant-modal-content {
3375
+ width: 100%;
3376
+ height: 100%;
3377
+ max-width: unset;
3378
+ max-height: unset;
3379
+ display: flex;
3380
+ flex-direction: column;
3381
+ }
3382
+ .ant-modal-body {
3383
+ flex: 1;
3384
+ }
3385
+ }
3386
+
3387
+ .initializing-title {
3388
+ height: 32px;
3389
+ }
3390
+ }
3391
+
3392
+
3377
3393
  .E_s11wux3h {
3378
3394
  .antd5-segmented-item:not(:last-child) {
3379
3395
  margin-right: 2px;
@@ -3433,22 +3449,6 @@
3433
3449
  }
3434
3450
 
3435
3451
 
3436
- .E_suhck3k {
3437
- height: 24px;
3438
- width: 24px;
3439
- border-radius: 6px;
3440
- padding: 4px;
3441
- &:hover {
3442
- background-color: $fill-outstanding-light;
3443
- svg {
3444
- path {
3445
- fill: blue;
3446
- }
3447
- }
3448
- }
3449
- }
3450
-
3451
-
3452
3452
  .E_h12yihis {
3453
3453
  height: 50px;
3454
3454
  border-bottom: 2px solid #edf0f7;
@@ -3719,150 +3719,6 @@
3719
3719
  }
3720
3720
 
3721
3721
 
3722
- .E_c1yd35n {
3723
- padding: 0 12px 14px 12px;
3724
- }
3725
-
3726
-
3727
- .E_c1kghdax {
3728
- color: $text-primary-light;
3729
- padding: 7px 12px;
3730
- display: flex;
3731
- justify-content: space-between;
3732
- align-items: center;
3733
-
3734
- &.has-arrow {
3735
- padding-left: 10px;
3736
-
3737
- .title-wrapper {
3738
- cursor: pointer;
3739
- color: $text-light-primary;
3740
-
3741
- &.is-open {
3742
- color: $text-primary-light;
3743
- font-weight: 600;
3744
-
3745
- .collapse-arrow {
3746
- transform: rotate(90deg);
3747
- }
3748
- }
3749
- }
3750
- }
3751
-
3752
- .sub-info {
3753
- font-size: 12px;
3754
- line-height: 18px;
3755
- }
3756
-
3757
- .title-wrapper {
3758
- display: flex;
3759
- align-items: center;
3760
- user-select: none;
3761
- flex-grow: 1;
3762
- font-size: 12px;
3763
- line-height: 18px;
3764
- color: $text-primary-light;
3765
- font-weight: 700;
3766
- }
3767
-
3768
- .collapse-arrow {
3769
- transition: all 50ms ease-out 0ms;
3770
- margin-right: 2px;
3771
- }
3772
- }
3773
-
3774
-
3775
- .E_ckui4s7 {
3776
- color: $text-primary-light;
3777
- line-height: 22px;
3778
- display: inline-flex;
3779
- .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; } } }
3780
- }
3781
-
3782
-
3783
- .E_lht19u8 {
3784
- width: 64px;
3785
- height: 64px;
3786
- display: flex;
3787
- align-items: center;
3788
- justify-content: center;
3789
- position: relative;
3790
- opacity: 0.2;
3791
- }
3792
-
3793
- .E_lk3gkp4 {
3794
- position: absolute;
3795
- width: 5px;
3796
- height: 48px;
3797
- left: 9.33px;
3798
- top: 40.5px;
3799
-
3800
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3801
- border-radius: 5px;
3802
- transform: rotate(-128deg);
3803
- transform-origin: top left;
3804
-
3805
- animation: loading-indicator1 1100ms ease-out infinite;
3806
- }
3807
-
3808
- .E_ll4n94n {
3809
- position: absolute;
3810
- width: 5px;
3811
- height: 48px;
3812
- left: 40.8px;
3813
- top: 8.4px;
3814
-
3815
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3816
- border-radius: 5px;
3817
- transform: rotate(-8deg);
3818
- transform-origin: top left;
3819
-
3820
- animation: loading-indicator2 1100ms ease-out infinite;
3821
- }
3822
-
3823
- .E_l17lbdo6 {
3824
- position: absolute;
3825
- width: 5px;
3826
- height: 48px;
3827
- left: 52.9px;
3828
- top: 51.8px;
3829
-
3830
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3831
- border-radius: 5px;
3832
- transform: rotate(112deg);
3833
- transform-origin: top left;
3834
-
3835
- animation: loading-indicator3 1100ms ease-out infinite;
3836
- }
3837
-
3838
-
3839
- .E_b14q2gmw {
3840
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
3841
- 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
3842
- 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
3843
- 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
3844
- 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
3845
- 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
3846
- 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
3847
- 0px 6px 22px rgba(129, 138, 153, 0.0335534);
3848
- }
3849
-
3850
- .E_c1eym6el {
3851
- border-radius: 8px;
3852
- background-color: white;
3853
- &.hoverable {
3854
- cursor: pointer;
3855
-
3856
- &:hover {
3857
- transition: all 200ms ease;
3858
- box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
3859
- 0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
3860
- transform: translateY(-4px);
3861
- }
3862
- }
3863
- }
3864
-
3865
-
3866
3722
  .E_l48ei06 {
3867
3723
  @at-root {
3868
3724
  button#{&}.ant-btn,
@@ -4018,735 +3874,829 @@
4018
3874
  }
4019
3875
 
4020
3876
 
4021
- .E_tc97u5y {
4022
- height: 100%;
3877
+ .E_c1yd35n {
3878
+ padding: 0 12px 14px 12px;
4023
3879
  }
4024
3880
 
4025
- .E_efzf37v {
4026
- .ant-table-content,
4027
- .ant-table-body {
4028
- overflow: visible !important;
4029
- height: 100%;
4030
- }
4031
3881
 
4032
- .ant-table-tbody .ant-table-placeholder td {
4033
- height: 100%;
4034
- }
3882
+ .E_c1kghdax {
3883
+ color: $text-primary-light;
3884
+ padding: 7px 12px;
3885
+ display: flex;
3886
+ justify-content: space-between;
3887
+ align-items: center;
4035
3888
 
4036
- table {
4037
- width: 100% !important;
4038
- height: 100%;
4039
- .ant-table-placeholder .ant-table-expanded-row-fixed {
4040
- padding: 15px 0;
4041
- }
4042
- }
3889
+ &.has-arrow {
3890
+ padding-left: 10px;
4043
3891
 
4044
- table thead.ant-table-thead {
4045
- display: none;
4046
- }
4047
- }
3892
+ .title-wrapper {
3893
+ cursor: pointer;
3894
+ color: $text-light-primary;
4048
3895
 
4049
- .E_t1fisho6 {
4050
- height: 100%;
3896
+ &.is-open {
3897
+ color: $text-primary-light;
3898
+ font-weight: 600;
4051
3899
 
4052
- .ant-table.ant-table-small .ant-table-tbody > tr > td {
4053
- padding-top: 6px;
4054
- padding-bottom: 6px;
3900
+ .collapse-arrow {
3901
+ transform: rotate(90deg);
3902
+ }
3903
+ }
3904
+ }
4055
3905
  }
4056
3906
 
4057
- .active-row td:nth-child(1) {
4058
- font-weight: 700;
3907
+ .sub-info {
3908
+ font-size: 12px;
3909
+ line-height: 18px;
4059
3910
  }
4060
- &.has-selection .active-row td:nth-child(2) {
3911
+
3912
+ .title-wrapper {
3913
+ display: flex;
3914
+ align-items: center;
3915
+ user-select: none;
3916
+ flex-grow: 1;
3917
+ font-size: 12px;
3918
+ line-height: 18px;
3919
+ color: $text-primary-light;
4061
3920
  font-weight: 700;
4062
3921
  }
4063
3922
 
4064
- .ant-spin-nested-loading {
4065
- height: 100%;
4066
-
4067
- .ant-spin-container {
4068
- height: 100%;
4069
- overflow: visible;
4070
- }
4071
- .ant-spin {
4072
- max-height: none;
4073
- }
3923
+ .collapse-arrow {
3924
+ transition: all 50ms ease-out 0ms;
3925
+ margin-right: 2px;
4074
3926
  }
3927
+ }
4075
3928
 
4076
- td.ant-table-column-sort {
4077
- background: transparent;
4078
- }
4079
3929
 
4080
- td.ant-table-cell-fix-left,
4081
- td.ant-table-cell-fix-right {
4082
- background: #fff;
4083
- padding: 0 !important;
4084
- .ant-table-cell-content {
4085
- display: flex;
4086
- align-items: center;
4087
- height: 100%;
4088
- padding: 8px;
4089
- > span {
4090
- overflow: hidden;
4091
- text-overflow: ellipsis;
4092
- width: 100%;
4093
- }
4094
- }
4095
- }
3930
+ .E_ckui4s7 {
3931
+ color: $text-primary-light;
3932
+ line-height: 22px;
3933
+ display: inline-flex;
3934
+ .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; } } }
3935
+ }
4096
3936
 
4097
- .ant-table-container {
4098
- height: 100%;
4099
- &::before,
4100
- &::after {
4101
- box-shadow: none !important;
4102
- }
4103
- }
4104
3937
 
4105
- div.ant-table {
4106
- $columnAlignRightPaddingRight: 25px;
4107
- border-radius: 0px;
4108
- border-left: none;
4109
- border-right: none;
4110
- border-bottom: none;
4111
- height: 100%;
4112
- font-size: 12px;
4113
- background: transparent;
3938
+ .E_b14q2gmw {
3939
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
3940
+ 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
3941
+ 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
3942
+ 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
3943
+ 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
3944
+ 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
3945
+ 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
3946
+ 0px 6px 22px rgba(129, 138, 153, 0.0335534);
3947
+ }
4114
3948
 
4115
- .ant-table-header {
4116
- position: relative;
4117
- z-index: $table-header-index;
4118
- border-bottom: 1px solid $strokes-light-trans-2;
4119
- margin-bottom: -1px;
4120
- }
3949
+ .E_c1eym6el {
3950
+ border-radius: 8px;
3951
+ background-color: white;
3952
+ &.hoverable {
3953
+ cursor: pointer;
4121
3954
 
4122
- .time-wrapper .date,
4123
- .value {
4124
- color: $text-primary-light;
3955
+ &:hover {
3956
+ transition: all 200ms ease;
3957
+ box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
3958
+ 0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
3959
+ transform: translateY(-4px);
4125
3960
  }
3961
+ }
3962
+ }
4126
3963
 
4127
- .time-wrapper .time,
4128
- .unit {
4129
- color: $text-secondary-light;
4130
- }
4131
3964
 
4132
- .ant-table-selection {
4133
- position: unset;
4134
- text-align: center;
4135
- }
3965
+ .E_lht19u8 {
3966
+ width: 64px;
3967
+ height: 64px;
3968
+ display: flex;
3969
+ align-items: center;
3970
+ justify-content: center;
3971
+ position: relative;
3972
+ opacity: 0.2;
3973
+ }
4136
3974
 
4137
- .ant-table-tbody > tr.ant-table-row-selected td {
4138
- background: $white;
4139
- }
3975
+ .E_lk3gkp4 {
3976
+ position: absolute;
3977
+ width: 5px;
3978
+ height: 48px;
3979
+ left: 9.33px;
3980
+ top: 40.5px;
4140
3981
 
4141
- .anticon-setting {
4142
- cursor: pointer;
4143
- position: absolute;
4144
- top: 50%;
4145
- right: 12px;
4146
- transform: translateY(-50%);
4147
- }
3982
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3983
+ border-radius: 5px;
3984
+ transform: rotate(-128deg);
3985
+ transform-origin: top left;
4148
3986
 
4149
- &.ant-table-ping-left {
4150
- .ant-table-cell-fix-left-last::after {
4151
- box-shadow: none;
4152
- width: 1px;
4153
- background: rgba(213, 219, 227, 0.6);
4154
- }
4155
- }
3987
+ animation: loading-indicator1 1100ms ease-out infinite;
3988
+ }
4156
3989
 
4157
- &.ant-table-ping-right {
4158
- .ant-table-cell-fix-right-first::after {
4159
- box-shadow: none;
4160
- width: 1px;
4161
- background: rgba(213, 219, 227, 0.6);
4162
- }
4163
- }
3990
+ .E_ll4n94n {
3991
+ position: absolute;
3992
+ width: 5px;
3993
+ height: 48px;
3994
+ left: 40.8px;
3995
+ top: 8.4px;
4164
3996
 
4165
- .ant-table-tbody {
4166
- position: relative;
4167
- .ant-table-row {
4168
- td {
4169
- border-top: 1px solid $strokes-light-trans-2;
4170
- border-bottom: 1px solid white;
4171
- height: 40px;
4172
- vertical-align: middle;
4173
- transition: background 0ms;
4174
- color: $gray-120;
3997
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
3998
+ border-radius: 5px;
3999
+ transform: rotate(-8deg);
4000
+ transform-origin: top left;
4175
4001
 
4176
- &.header-hover {
4177
- background: $fills-light-opaque-1;
4178
- border-bottom-color: $fills-light-opaque-1;
4179
- }
4002
+ animation: loading-indicator2 1100ms ease-out infinite;
4003
+ }
4180
4004
 
4181
- .ant-btn.ant-btn-link {
4182
- height: auto;
4183
- color: $gray-120;
4184
- font-size: 12px;
4185
- text-align: left;
4186
- transition: none;
4187
- overflow: hidden;
4188
- text-overflow: ellipsis;
4189
- white-space: nowrap;
4005
+ .E_l17lbdo6 {
4006
+ position: absolute;
4007
+ width: 5px;
4008
+ height: 48px;
4009
+ left: 52.9px;
4010
+ top: 51.8px;
4190
4011
 
4191
- &:hover {
4192
- color: $blue;
4193
- }
4012
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4013
+ border-radius: 5px;
4014
+ transform: rotate(112deg);
4015
+ transform-origin: top left;
4194
4016
 
4195
- > span {
4196
- overflow: hidden;
4197
- text-overflow: ellipsis;
4198
- width: 100%;
4199
- vertical-align: middle;
4200
- }
4201
- }
4017
+ animation: loading-indicator3 1100ms ease-out infinite;
4018
+ }
4202
4019
 
4203
- &.cell_status {
4204
- line-height: 0px;
4020
+
4021
+ .E_sjob3jg {
4022
+ $item: ant-steps-item;
4023
+ --item-min-width: 60px;
4024
+ .#{$item} {
4025
+ &-tail,
4026
+ &-icon {
4027
+ display: none !important;
4028
+ }
4029
+ }
4030
+ .#{$item}.#{$item}-active {
4031
+ flex-shrink: 0 !important;
4032
+ .step-item-prefix-container {
4033
+ color: $text-colorful-outstanding;
4034
+ }
4035
+ .#{$item}-container .#{$item}-content .#{$item}-title {
4036
+ color: $text-colorful-outstanding;
4037
+ font-weight: normal;
4038
+ }
4039
+ }
4040
+ .#{$item}.#{$item}-finish {
4041
+ .#{$item}-container .#{$item}-content .#{$item}-title,
4042
+ & .#{$item}-container:hover .#{$item}-content .#{$item}-title {
4043
+ color: $text-neutral-tertiary;
4044
+ }
4045
+ }
4046
+ .#{$item}.#{$item}-wait {
4047
+ .#{$item}-container .#{$item}-content .#{$item}-title {
4048
+ color: $text-neutral-primary;
4049
+ }
4050
+ }
4051
+ .step-item-text {
4052
+ display: inline-block;
4053
+ }
4054
+ .step-item-title {
4055
+ overflow: hidden;
4056
+ white-space: nowrap;
4057
+ text-overflow: ellipsis;
4058
+ }
4059
+ }
4060
+
4061
+ .E_hjvj6s6 {
4062
+ $item: ant-steps-item;
4063
+ @mixin rightTriangle($color: $fills-light-trans-1) {
4064
+ content: "";
4065
+ width: 0;
4066
+ height: 0;
4067
+ border: 13px solid transparent;
4068
+ position: absolute;
4069
+ top: 0;
4070
+ border-left: 8px solid $color;
4071
+ }
4072
+ .#{$item}-container {
4073
+ min-width: var(--item-min-width);
4074
+ }
4075
+ .#{$item}-disabled {
4076
+ cursor: not-allowed !important;
4077
+ }
4078
+ .ant-steps-horizontal.ant-steps-label-horizontal {
4079
+ flex-direction: row;
4080
+ justify-content: stretch;
4081
+ .#{$item} {
4082
+ padding: 0;
4083
+ margin-right: 4px;
4084
+ flex: 1;
4085
+ overflow: visible;
4086
+ .#{$item}-content {
4087
+ width: 100%;
4088
+ min-height: unset;
4089
+ .#{$item}-title {
4090
+ height: 26px;
4091
+ line-height: 26px;
4092
+ width: 100%;
4093
+ padding: 0;
4094
+ font-size: 12px;
4095
+ .step-count {
4096
+ margin-right: 10px;
4205
4097
  }
4206
- &.align-right {
4207
- padding-right: $columnAlignRightPaddingRight;
4098
+ &::after {
4099
+ display: none;
4208
4100
  }
4209
4101
  }
4102
+ }
4103
+ &:first-child {
4104
+ .#{$item}-container {
4105
+ padding-left: 8px;
4106
+ padding-right: 4px;
4107
+ border-radius: 4px 0 0 4px;
4108
+ }
4109
+ }
4110
+ &:last-child {
4111
+ margin-right: 0;
4112
+ .#{$item}-container {
4113
+ padding-right: 8px;
4114
+ padding-left: 12px;
4115
+ border-radius: 0 4px 4px 0;
4116
+ }
4117
+ }
4118
+ &:not(&:last-child) {
4119
+ &::after {
4120
+ @include rightTriangle();
4121
+ z-index: 2;
4122
+ position: relative;
4123
+ top: -50%;
4124
+ right: -100%;
4125
+ }
4126
+ }
4127
+ &:not(:first-child):not(:last-child) {
4128
+ .#{$item}-container {
4129
+ padding: 0 4px 0 12px;
4130
+ }
4131
+ }
4132
+ &:not(&:first-child) {
4133
+ &::before {
4134
+ @include rightTriangle(#fff);
4135
+ left: 0;
4136
+ }
4137
+ }
4138
+ }
4139
+ .#{$item}-active {
4140
+ max-width: calc(100% - var(--item-min-width) * 2);
4141
+ .#{$item}-container {
4142
+ background-color: $fills-light-general-general-light;
4143
+ }
4144
+ &::after {
4145
+ border-left-color: $fills-light-general-general-light !important;
4146
+ }
4147
+ }
4148
+ .#{$item}-finish {
4149
+ cursor: pointer;
4150
+ min-width: var(--item-min-width);
4151
+ }
4152
+ .#{$item}-wait,
4153
+ .#{$item}-finish {
4154
+ min-width: var(--item-min-width);
4155
+ .#{$item}-container {
4156
+ background-color: $fills-light-trans-1;
4157
+ }
4158
+ }
4159
+ }
4160
+ .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
4161
+ .ant-steps-vertical
4162
+ )
4163
+ .#{$item} {
4164
+ padding: 0;
4165
+ }
4166
+ }
4210
4167
 
4211
- &:hover {
4212
- & + tr td {
4213
- border-top-color: transparent;
4214
- }
4215
- td {
4216
- background: $fills-trans-secondary-light;
4217
- border-color: transparent transparent white;
4168
+ .E_v4tv3mf {
4169
+ $item: ant-steps-item;
4170
+ .ant-steps.ant-steps-vertical {
4171
+ width: 192px;
4172
+ row-gap: 2px;
4218
4173
 
4219
- &:first-child {
4220
- border-radius: 8px 0 0 8px;
4221
- .ant-table-cell-content {
4222
- border-radius: 8px 0 0 8px;
4223
- }
4224
- &::before {
4225
- content: "";
4226
- width: 4px;
4227
- top: -1px;
4228
- bottom: -1px;
4229
- background: white;
4230
- }
4231
- }
4232
- &:last-child {
4233
- border-radius: 0 8px 8px 0;
4234
- }
4235
- &:last-child.cell__action_ {
4236
- border-radius: 0;
4237
- background: white;
4238
- border-top: none;
4174
+ .preview-mode:not(.#{$item}-active) .#{$item}-container {
4175
+ &:hover {
4176
+ background-color: $fill-neutral-trans-2;
4177
+ }
4178
+ .#{$item}-title {
4179
+ color: $text-neutral-primary !important;
4180
+ }
4181
+ }
4182
+ .#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
4183
+ .#{$item}-container:hover {
4184
+ background-color: $fill-neutral-trans-2;
4185
+ }
4186
+ .#{$item}-container {
4187
+ padding: 0 8px;
4188
+ border-radius: 4px;
4189
+ height: 32px;
4190
+ display: flex;
4191
+ align-items: center;
4192
+ .#{$item}-content {
4193
+ min-height: auto;
4194
+ white-space: nowrap;
4195
+ & .ant-steps-item-title {
4196
+ font-size: 13px;
4197
+ line-height: 20px;
4198
+ max-width: 100%;
4199
+ padding-right: 0;
4200
+ }
4201
+ }
4202
+ }
4203
+ .#{$item}-active {
4204
+ .ant-steps-item-container {
4205
+ background: rgba($blue-60, 0.1);
4206
+ }
4207
+ }
4208
+ }
4209
+ }
4239
4210
 
4240
- > * {
4241
- border-top: 1px solid transparent;
4242
- border-radius: 0 8px 8px 0;
4243
- background: $fills-trans-secondary-light;
4244
- }
4245
- }
4246
- &.ant-table-cell-fix-right {
4247
- background: white;
4248
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4249
- .ant-table-cell-content {
4250
- display: flex;
4251
- align-items: center;
4252
- height: 100%;
4253
- background: $fills-trans-secondary-light;
4254
- }
4255
- }
4211
+ .E_h6l1tj4 {
4212
+ width: 100%;
4213
+ display: inline-flex;
4214
+ align-items: center;
4215
+ justify-content: center;
4216
+ column-gap: 4px;
4217
+ .step-item-prefix-container {
4218
+ display: inline-flex;
4219
+ align-items: center;
4220
+ width: 18px;
4221
+ height: 18px;
4222
+ color: $gray-a75-8;
4223
+ justify-content: center;
4224
+ }
4225
+ }
4256
4226
 
4257
- &.ant-table-cell-fix-left {
4258
- background: white;
4259
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4260
- .ant-table-cell-content {
4261
- display: flex;
4262
- align-items: center;
4263
- height: 100%;
4264
- background: $fills-trans-secondary-light;
4265
- }
4266
- }
4267
- }
4268
- }
4227
+ .E_v18frne8 {
4228
+ width: 100%;
4229
+ display: flex;
4230
+ align-items: center;
4231
+ justify-content: center;
4232
+ column-gap: 6px;
4233
+ font-size: 13px;
4234
+ .step-item-prefix-container {
4235
+ display: inline-flex;
4236
+ align-items: center;
4237
+ min-width: 20px;
4238
+ min-height: 20px;
4239
+ color: $gray-a75-8;
4240
+ justify-content: center;
4241
+ }
4242
+ }
4269
4243
 
4270
- &:last-child td {
4271
- border-bottom: 1px solid $strokes-light-trans-2;
4272
- }
4273
4244
 
4274
- &.active-row {
4275
- box-shadow: inset 0px 0px 0 2px $blue-a10;
4276
- border-radius: 8px;
4245
+ .E_r77hffu {
4246
+ display: flex;
4247
+ align-items: center;
4248
+ justify-content: space-between;
4249
+ column-gap: 6px;
4250
+ }
4277
4251
 
4278
- & + tr td {
4279
- border-top-color: white;
4280
- }
4281
- td {
4282
- background: $blue-a10;
4283
- border-bottom-color: transparent;
4284
- border-top-color: transparent;
4252
+ .E_p1cmxsf7 {
4253
+ display: flex;
4254
+ flex-direction: column;
4255
+ justify-content: center;
4256
+ row-gap: var(--p1cmxsf7-0);
4257
+
4258
+ .antd5-progress-line {
4259
+ font-size: 0;
4260
+ margin-bottom: unset;
4261
+ margin-inline-end: unset;
4262
+ }
4263
+ }
4285
4264
 
4286
- &:first-child {
4287
- border-radius: 8px 0 0 8px;
4288
- }
4289
- &:last-child {
4290
- border-radius: 0 8px 8px 0;
4291
- }
4292
- &:hover {
4293
- background: $blue-a10;
4294
- }
4295
- }
4296
- }
4297
- }
4298
- }
4299
4265
 
4300
- .ant-table-thead {
4301
- > tr > th {
4302
- background: $white;
4303
- font-weight: 400;
4304
- position: relative;
4305
- border-bottom: none;
4306
- color: $gray-120;
4307
- transition: none;
4308
- padding: 14px 8px 14px 8px;
4309
- line-height: 20px;
4266
+ .E_tc97u5y {
4267
+ height: 100%;
4268
+ }
4310
4269
 
4311
- &:not(:last-child):after {
4312
- content: "";
4313
- width: 1px;
4314
- top: 0;
4315
- bottom: 0;
4316
- background: $strokes-light-trans-2;
4317
- position: absolute;
4318
- right: 0;
4319
- }
4270
+ .E_efzf37v {
4271
+ .ant-table-content,
4272
+ .ant-table-body {
4273
+ overflow: visible !important;
4274
+ height: 100%;
4275
+ }
4320
4276
 
4321
- &.is-blank {
4322
- padding: unset;
4277
+ .ant-table-tbody .ant-table-placeholder td {
4278
+ height: 100%;
4279
+ }
4323
4280
 
4324
- &:after {
4325
- display: none;
4326
- }
4327
- }
4281
+ table {
4282
+ width: 100% !important;
4283
+ height: 100%;
4284
+ .ant-table-placeholder .ant-table-expanded-row-fixed {
4285
+ padding: 15px 0;
4286
+ }
4287
+ }
4328
4288
 
4329
- &.ant-table-cell-ellipsis.ant-table-column-has-sorters
4330
- .ant-table-column-sorters {
4331
- width: 100%;
4332
- overflow: hidden;
4333
- white-space: nowrap;
4334
- text-overflow: ellipsis;
4335
- > span {
4336
- overflow: hidden;
4337
- text-overflow: ellipsis;
4338
- flex: 1;
4339
- }
4340
- }
4289
+ table thead.ant-table-thead {
4290
+ display: none;
4291
+ }
4292
+ }
4341
4293
 
4342
- &.ant-table-column-has-sorters {
4343
- padding: 15px $columnAlignRightPaddingRight 15px 8px;
4294
+ .E_t1fisho6 {
4295
+ height: 100%;
4344
4296
 
4345
- .ant-table-column-sorters {
4346
- padding: 0;
4347
- .order-icon {
4348
- position: absolute;
4349
- right: 6px;
4350
- top: 50%;
4351
- transform: translateY(-50%);
4352
- height: 16px;
4353
- display: none;
4354
- transition: transform 320ms ease;
4297
+ .ant-table.ant-table-small .ant-table-tbody > tr > td {
4298
+ padding-top: 6px;
4299
+ padding-bottom: 6px;
4300
+ }
4355
4301
 
4356
- &.descend {
4357
- display: block;
4358
- transform: translateY(-50%) rotateX(180deg);
4359
- }
4360
- &.ascend {
4361
- display: block;
4362
- }
4363
- }
4364
- }
4365
- .ant-table-column-sorter {
4366
- display: none;
4367
- }
4368
- }
4302
+ .active-row td:nth-child(1) {
4303
+ font-weight: 700;
4304
+ }
4305
+ &.has-selection .active-row td:nth-child(2) {
4306
+ font-weight: 700;
4307
+ }
4369
4308
 
4370
- &:active {
4371
- .ant-table-column-sorters .order-icon {
4372
- &.descend {
4373
- transform: translateY(-50%);
4374
- }
4375
- &.ascend {
4376
- transform: translateY(-50%) rotateX(180deg);
4377
- }
4378
- }
4379
- }
4309
+ .ant-spin-nested-loading {
4310
+ height: 100%;
4380
4311
 
4381
- &:hover:not(.is-blank) {
4382
- background: $fills-light-opaque-1;
4383
- .ant-table-column-sorters .order-icon {
4384
- display: block;
4385
- }
4386
- }
4387
- &.align-right {
4388
- padding-right: $columnAlignRightPaddingRight;
4389
- }
4390
- }
4312
+ .ant-spin-container {
4313
+ height: 100%;
4314
+ overflow: visible;
4315
+ }
4316
+ .ant-spin {
4317
+ max-height: none;
4391
4318
  }
4319
+ }
4392
4320
 
4393
- .ant-table-selection-column {
4394
- padding: 0 !important;
4321
+ td.ant-table-column-sort {
4322
+ background: transparent;
4323
+ }
4395
4324
 
4396
- .ant-checkbox-wrapper {
4397
- position: absolute;
4398
- left: 50%;
4399
- top: 50%;
4400
- transform: translate(-50%, -50%);
4401
- }
4402
- &:after {
4403
- display: none;
4325
+ td.ant-table-cell-fix-left,
4326
+ td.ant-table-cell-fix-right {
4327
+ background: #fff;
4328
+ padding: 0 !important;
4329
+ .ant-table-cell-content {
4330
+ display: flex;
4331
+ align-items: center;
4332
+ height: 100%;
4333
+ padding: 8px;
4334
+ > span {
4335
+ overflow: hidden;
4336
+ text-overflow: ellipsis;
4337
+ width: 100%;
4404
4338
  }
4405
4339
  }
4340
+ }
4406
4341
 
4407
- .ant-table-hide-scrollbar {
4408
- background: $white;
4342
+ .ant-table-container {
4343
+ height: 100%;
4344
+ &::before,
4345
+ &::after {
4346
+ box-shadow: none !important;
4409
4347
  }
4410
- .ant-table-placeholder {
4411
- background: inherit;
4348
+ }
4412
4349
 
4413
- td {
4414
- position: static;
4415
- border: none;
4416
- background: inherit !important;
4417
- height: 100px;
4418
- vertical-align: middle;
4419
- }
4350
+ div.ant-table {
4351
+ $columnAlignRightPaddingRight: 25px;
4352
+ border-radius: 0px;
4353
+ border-left: none;
4354
+ border-right: none;
4355
+ border-bottom: none;
4356
+ height: 100%;
4357
+ font-size: 12px;
4358
+ background: transparent;
4420
4359
 
4421
- .table-default-empty,
4422
- .ant-table-expanded-row-fixed {
4423
- font-weight: bold;
4424
- font-size: 20px;
4425
- color: $text-terdiary-light;
4426
- }
4360
+ .ant-table-header {
4361
+ position: relative;
4362
+ z-index: $table-header-index;
4363
+ border-bottom: 1px solid $strokes-light-trans-2;
4364
+ margin-bottom: -1px;
4427
4365
  }
4428
- th.ant-table-cell-scrollbar,
4429
- th.cell__action_ {
4430
- z-index: 10;
4366
+
4367
+ .time-wrapper .date,
4368
+ .value {
4369
+ color: $text-primary-light;
4431
4370
  }
4432
- td.cell__action_ {
4433
- padding: 0 !important;
4434
- position: relative;
4371
+
4372
+ .time-wrapper .time,
4373
+ .unit {
4374
+ color: $text-secondary-light;
4375
+ }
4376
+
4377
+ .ant-table-selection {
4378
+ position: unset;
4379
+ text-align: center;
4380
+ }
4381
+
4382
+ .ant-table-tbody > tr.ant-table-row-selected td {
4435
4383
  background: $white;
4436
- > * {
4437
- height: 100%;
4438
- display: flex;
4439
- align-items: center;
4440
- justify-content: flex-end;
4441
- padding-right: 8px;
4384
+ }
4385
+
4386
+ .anticon-setting {
4387
+ cursor: pointer;
4388
+ position: absolute;
4389
+ top: 50%;
4390
+ right: 12px;
4391
+ transform: translateY(-50%);
4392
+ }
4393
+
4394
+ &.ant-table-ping-left {
4395
+ .ant-table-cell-fix-left-last::after {
4396
+ box-shadow: none;
4397
+ width: 1px;
4398
+ background: rgba(213, 219, 227, 0.6);
4442
4399
  }
4443
- .menu-button {
4444
- width: 24px;
4445
- height: 24px;
4446
- cursor: pointer;
4447
- justify-content: center;
4448
- border-radius: 4px;
4400
+ }
4449
4401
 
4450
- &:hover {
4451
- background: $white;
4452
- }
4402
+ &.ant-table-ping-right {
4403
+ .ant-table-cell-fix-right-first::after {
4404
+ box-shadow: none;
4405
+ width: 1px;
4406
+ background: rgba(213, 219, 227, 0.6);
4453
4407
  }
4454
4408
  }
4455
- }
4456
- }
4457
4409
 
4410
+ .ant-table-tbody {
4411
+ position: relative;
4412
+ .ant-table-row {
4413
+ td {
4414
+ border-top: 1px solid $strokes-light-trans-2;
4415
+ border-bottom: 1px solid white;
4416
+ height: 40px;
4417
+ vertical-align: middle;
4418
+ transition: background 0ms;
4419
+ color: $gray-120;
4458
4420
 
4459
- .E_w7ob4th {
4460
- &.outside-tag {
4461
- padding-left: 0;
4462
- .inside-tag {
4463
- border-radius: 4px 0 0 4px;
4464
- padding-right: 4px;
4465
- margin-right: 4px;
4466
- }
4467
- }
4468
- }
4421
+ &.header-hover {
4422
+ background: $fills-light-opaque-1;
4423
+ border-bottom-color: $fills-light-opaque-1;
4424
+ }
4469
4425
 
4426
+ .ant-btn.ant-btn-link {
4427
+ height: auto;
4428
+ color: $gray-120;
4429
+ font-size: 12px;
4430
+ text-align: left;
4431
+ transition: none;
4432
+ overflow: hidden;
4433
+ text-overflow: ellipsis;
4434
+ white-space: nowrap;
4470
4435
 
4471
- .E_i1g85yz3 {
4472
- margin-right: 4px;
4473
- height: 16px;
4474
- }
4436
+ &:hover {
4437
+ color: $blue;
4438
+ }
4475
4439
 
4440
+ > span {
4441
+ overflow: hidden;
4442
+ text-overflow: ellipsis;
4443
+ width: 100%;
4444
+ vertical-align: middle;
4445
+ }
4446
+ }
4476
4447
 
4477
- .E_slr2ynn {
4478
- padding: 0 8px;
4479
- height: 18px;
4480
- }
4448
+ &.cell_status {
4449
+ line-height: 0px;
4450
+ }
4451
+ &.align-right {
4452
+ padding-right: $columnAlignRightPaddingRight;
4453
+ }
4454
+ }
4481
4455
 
4482
- .E_m140wbb6 {
4483
- padding: 2px 8px;
4484
- height: 24px;
4485
- }
4456
+ &:hover {
4457
+ & + tr td {
4458
+ border-top-color: transparent;
4459
+ }
4460
+ td {
4461
+ background: $fills-trans-secondary-light;
4462
+ border-color: transparent transparent white;
4486
4463
 
4487
- .E_t1fozc1i {
4488
- margin: 0;
4489
- }
4464
+ &:first-child {
4465
+ border-radius: 8px 0 0 8px;
4466
+ .ant-table-cell-content {
4467
+ border-radius: 8px 0 0 8px;
4468
+ }
4469
+ &::before {
4470
+ content: "";
4471
+ width: 4px;
4472
+ top: -1px;
4473
+ bottom: -1px;
4474
+ background: white;
4475
+ }
4476
+ }
4477
+ &:last-child {
4478
+ border-radius: 0 8px 8px 0;
4479
+ }
4480
+ &:last-child.cell__action_ {
4481
+ border-radius: 0;
4482
+ background: white;
4483
+ border-top: none;
4490
4484
 
4491
- .E_i1vxv4ln {
4492
- margin-right: 4px;
4493
- height: 16px;
4494
- }
4485
+ > * {
4486
+ border-top: 1px solid transparent;
4487
+ border-radius: 0 8px 8px 0;
4488
+ background: $fills-trans-secondary-light;
4489
+ }
4490
+ }
4491
+ &.ant-table-cell-fix-right {
4492
+ background: white;
4493
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
4494
+ .ant-table-cell-content {
4495
+ display: flex;
4496
+ align-items: center;
4497
+ height: 100%;
4498
+ background: $fills-trans-secondary-light;
4499
+ }
4500
+ }
4495
4501
 
4496
- .E_n1afl31m {
4497
- &.ant-tag.ant-tag-gray {
4498
- font-weight: 700;
4499
- color: $text-neutral-primary;
4500
- background-color: $fill-neutral-trans-1;
4501
- border: 1px solid $stroke-neutral-trans-2;
4502
- word-break: break-all;
4503
- display: inline;
4504
- white-space: normal;
4505
- }
4506
- }
4502
+ &.ant-table-cell-fix-left {
4503
+ background: white;
4504
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
4505
+ .ant-table-cell-content {
4506
+ display: flex;
4507
+ align-items: center;
4508
+ height: 100%;
4509
+ background: $fills-trans-secondary-light;
4510
+ }
4511
+ }
4512
+ }
4513
+ }
4507
4514
 
4515
+ &:last-child td {
4516
+ border-bottom: 1px solid $strokes-light-trans-2;
4517
+ }
4508
4518
 
4509
- .E_sjob3jg {
4510
- $item: ant-steps-item;
4511
- --item-min-width: 60px;
4512
- .#{$item} {
4513
- &-tail,
4514
- &-icon {
4515
- display: none !important;
4516
- }
4517
- }
4518
- .#{$item}.#{$item}-active {
4519
- flex-shrink: 0 !important;
4520
- .step-item-prefix-container {
4521
- color: $text-colorful-outstanding;
4522
- }
4523
- .#{$item}-container .#{$item}-content .#{$item}-title {
4524
- color: $text-colorful-outstanding;
4525
- font-weight: normal;
4526
- }
4527
- }
4528
- .#{$item}.#{$item}-finish {
4529
- .#{$item}-container .#{$item}-content .#{$item}-title,
4530
- & .#{$item}-container:hover .#{$item}-content .#{$item}-title {
4531
- color: $text-neutral-tertiary;
4532
- }
4533
- }
4534
- .#{$item}.#{$item}-wait {
4535
- .#{$item}-container .#{$item}-content .#{$item}-title {
4536
- color: $text-neutral-primary;
4537
- }
4538
- }
4539
- .step-item-text {
4540
- display: inline-block;
4541
- }
4542
- .step-item-title {
4543
- overflow: hidden;
4544
- white-space: nowrap;
4545
- text-overflow: ellipsis;
4546
- }
4547
- }
4519
+ &.active-row {
4520
+ box-shadow: inset 0px 0px 0 2px $blue-a10;
4521
+ border-radius: 8px;
4548
4522
 
4549
- .E_hjvj6s6 {
4550
- $item: ant-steps-item;
4551
- @mixin rightTriangle($color: $fills-light-trans-1) {
4552
- content: "";
4553
- width: 0;
4554
- height: 0;
4555
- border: 13px solid transparent;
4556
- position: absolute;
4557
- top: 0;
4558
- border-left: 8px solid $color;
4559
- }
4560
- .#{$item}-container {
4561
- min-width: var(--item-min-width);
4562
- }
4563
- .#{$item}-disabled {
4564
- cursor: not-allowed !important;
4565
- }
4566
- .ant-steps-horizontal.ant-steps-label-horizontal {
4567
- flex-direction: row;
4568
- justify-content: stretch;
4569
- .#{$item} {
4570
- padding: 0;
4571
- margin-right: 4px;
4572
- flex: 1;
4573
- overflow: visible;
4574
- .#{$item}-content {
4575
- width: 100%;
4576
- min-height: unset;
4577
- .#{$item}-title {
4578
- height: 26px;
4579
- line-height: 26px;
4580
- width: 100%;
4581
- padding: 0;
4582
- font-size: 12px;
4583
- .step-count {
4584
- margin-right: 10px;
4523
+ & + tr td {
4524
+ border-top-color: white;
4585
4525
  }
4586
- &::after {
4526
+ td {
4527
+ background: $blue-a10;
4528
+ border-bottom-color: transparent;
4529
+ border-top-color: transparent;
4530
+
4531
+ &:first-child {
4532
+ border-radius: 8px 0 0 8px;
4533
+ }
4534
+ &:last-child {
4535
+ border-radius: 0 8px 8px 0;
4536
+ }
4537
+ &:hover {
4538
+ background: $blue-a10;
4539
+ }
4540
+ }
4541
+ }
4542
+ }
4543
+ }
4544
+
4545
+ .ant-table-thead {
4546
+ > tr > th {
4547
+ background: $white;
4548
+ font-weight: 400;
4549
+ position: relative;
4550
+ border-bottom: none;
4551
+ color: $gray-120;
4552
+ transition: none;
4553
+ padding: 14px 8px 14px 8px;
4554
+ line-height: 20px;
4555
+
4556
+ &:not(:last-child):after {
4557
+ content: "";
4558
+ width: 1px;
4559
+ top: 0;
4560
+ bottom: 0;
4561
+ background: $strokes-light-trans-2;
4562
+ position: absolute;
4563
+ right: 0;
4564
+ }
4565
+
4566
+ &.is-blank {
4567
+ padding: unset;
4568
+
4569
+ &:after {
4587
4570
  display: none;
4588
4571
  }
4589
4572
  }
4590
- }
4591
- &:first-child {
4592
- .#{$item}-container {
4593
- padding-left: 8px;
4594
- padding-right: 4px;
4595
- border-radius: 4px 0 0 4px;
4573
+
4574
+ &.ant-table-cell-ellipsis.ant-table-column-has-sorters
4575
+ .ant-table-column-sorters {
4576
+ width: 100%;
4577
+ overflow: hidden;
4578
+ white-space: nowrap;
4579
+ text-overflow: ellipsis;
4580
+ > span {
4581
+ overflow: hidden;
4582
+ text-overflow: ellipsis;
4583
+ flex: 1;
4584
+ }
4596
4585
  }
4597
- }
4598
- &:last-child {
4599
- margin-right: 0;
4600
- .#{$item}-container {
4601
- padding-right: 8px;
4602
- padding-left: 12px;
4603
- border-radius: 0 4px 4px 0;
4586
+
4587
+ &.ant-table-column-has-sorters {
4588
+ padding: 15px $columnAlignRightPaddingRight 15px 8px;
4589
+
4590
+ .ant-table-column-sorters {
4591
+ padding: 0;
4592
+ .order-icon {
4593
+ position: absolute;
4594
+ right: 6px;
4595
+ top: 50%;
4596
+ transform: translateY(-50%);
4597
+ height: 16px;
4598
+ display: none;
4599
+ transition: transform 320ms ease;
4600
+
4601
+ &.descend {
4602
+ display: block;
4603
+ transform: translateY(-50%) rotateX(180deg);
4604
+ }
4605
+ &.ascend {
4606
+ display: block;
4607
+ }
4608
+ }
4609
+ }
4610
+ .ant-table-column-sorter {
4611
+ display: none;
4612
+ }
4604
4613
  }
4605
- }
4606
- &:not(&:last-child) {
4607
- &::after {
4608
- @include rightTriangle();
4609
- z-index: 2;
4610
- position: relative;
4611
- top: -50%;
4612
- right: -100%;
4614
+
4615
+ &:active {
4616
+ .ant-table-column-sorters .order-icon {
4617
+ &.descend {
4618
+ transform: translateY(-50%);
4619
+ }
4620
+ &.ascend {
4621
+ transform: translateY(-50%) rotateX(180deg);
4622
+ }
4623
+ }
4613
4624
  }
4614
- }
4615
- &:not(:first-child):not(:last-child) {
4616
- .#{$item}-container {
4617
- padding: 0 4px 0 12px;
4625
+
4626
+ &:hover:not(.is-blank) {
4627
+ background: $fills-light-opaque-1;
4628
+ .ant-table-column-sorters .order-icon {
4629
+ display: block;
4630
+ }
4618
4631
  }
4619
- }
4620
- &:not(&:first-child) {
4621
- &::before {
4622
- @include rightTriangle(#fff);
4623
- left: 0;
4632
+ &.align-right {
4633
+ padding-right: $columnAlignRightPaddingRight;
4624
4634
  }
4625
4635
  }
4626
4636
  }
4627
- .#{$item}-active {
4628
- max-width: calc(100% - var(--item-min-width) * 2);
4629
- .#{$item}-container {
4630
- background-color: $fills-light-general-general-light;
4631
- }
4632
- &::after {
4633
- border-left-color: $fills-light-general-general-light !important;
4637
+
4638
+ .ant-table-selection-column {
4639
+ padding: 0 !important;
4640
+
4641
+ .ant-checkbox-wrapper {
4642
+ position: absolute;
4643
+ left: 50%;
4644
+ top: 50%;
4645
+ transform: translate(-50%, -50%);
4634
4646
  }
4635
- }
4636
- .#{$item}-finish {
4637
- cursor: pointer;
4638
- min-width: var(--item-min-width);
4639
- }
4640
- .#{$item}-wait,
4641
- .#{$item}-finish {
4642
- min-width: var(--item-min-width);
4643
- .#{$item}-container {
4644
- background-color: $fills-light-trans-1;
4647
+ &:after {
4648
+ display: none;
4645
4649
  }
4646
4650
  }
4647
- }
4648
- .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(
4649
- .ant-steps-vertical
4650
- )
4651
- .#{$item} {
4652
- padding: 0;
4653
- }
4654
- }
4655
4651
 
4656
- .E_v4tv3mf {
4657
- $item: ant-steps-item;
4658
- .ant-steps.ant-steps-vertical {
4659
- width: 192px;
4660
- row-gap: 2px;
4652
+ .ant-table-hide-scrollbar {
4653
+ background: $white;
4654
+ }
4655
+ .ant-table-placeholder {
4656
+ background: inherit;
4661
4657
 
4662
- .preview-mode:not(.#{$item}-active) .#{$item}-container {
4663
- &:hover {
4664
- background-color: $fill-neutral-trans-2;
4658
+ td {
4659
+ position: static;
4660
+ border: none;
4661
+ background: inherit !important;
4662
+ height: 100px;
4663
+ vertical-align: middle;
4665
4664
  }
4666
- .#{$item}-title {
4667
- color: $text-neutral-primary !important;
4665
+
4666
+ .table-default-empty,
4667
+ .ant-table-expanded-row-fixed {
4668
+ font-weight: bold;
4669
+ font-size: 20px;
4670
+ color: $text-terdiary-light;
4668
4671
  }
4669
4672
  }
4670
- .#{$item}:not(.#{$item}-active):not(.#{$item}-disabled)
4671
- .#{$item}-container:hover {
4672
- background-color: $fill-neutral-trans-2;
4673
- }
4674
- .#{$item}-container {
4675
- padding: 0 8px;
4676
- border-radius: 4px;
4677
- height: 32px;
4678
- display: flex;
4679
- align-items: center;
4680
- .#{$item}-content {
4681
- min-height: auto;
4682
- white-space: nowrap;
4683
- & .ant-steps-item-title {
4684
- font-size: 13px;
4685
- line-height: 20px;
4686
- max-width: 100%;
4687
- padding-right: 0;
4688
- }
4689
- }
4673
+ th.ant-table-cell-scrollbar,
4674
+ th.cell__action_ {
4675
+ z-index: 10;
4690
4676
  }
4691
- .#{$item}-active {
4692
- .ant-steps-item-container {
4693
- background: rgba($blue-60, 0.1);
4677
+ td.cell__action_ {
4678
+ padding: 0 !important;
4679
+ position: relative;
4680
+ background: $white;
4681
+ > * {
4682
+ height: 100%;
4683
+ display: flex;
4684
+ align-items: center;
4685
+ justify-content: flex-end;
4686
+ padding-right: 8px;
4694
4687
  }
4695
- }
4696
- }
4697
- }
4698
-
4699
- .E_h6l1tj4 {
4700
- width: 100%;
4701
- display: inline-flex;
4702
- align-items: center;
4703
- justify-content: center;
4704
- column-gap: 4px;
4705
- .step-item-prefix-container {
4706
- display: inline-flex;
4707
- align-items: center;
4708
- width: 18px;
4709
- height: 18px;
4710
- color: $gray-a75-8;
4711
- justify-content: center;
4712
- }
4713
- }
4714
-
4715
- .E_v18frne8 {
4716
- width: 100%;
4717
- display: flex;
4718
- align-items: center;
4719
- justify-content: center;
4720
- column-gap: 6px;
4721
- font-size: 13px;
4722
- .step-item-prefix-container {
4723
- display: inline-flex;
4724
- align-items: center;
4725
- min-width: 20px;
4726
- min-height: 20px;
4727
- color: $gray-a75-8;
4728
- justify-content: center;
4729
- }
4730
- }
4731
-
4732
-
4733
- .E_r77hffu {
4734
- display: flex;
4735
- align-items: center;
4736
- justify-content: space-between;
4737
- column-gap: 6px;
4738
- }
4739
-
4740
- .E_p1cmxsf7 {
4741
- display: flex;
4742
- flex-direction: column;
4743
- justify-content: center;
4744
- row-gap: var(--p1cmxsf7-0);
4688
+ .menu-button {
4689
+ width: 24px;
4690
+ height: 24px;
4691
+ cursor: pointer;
4692
+ justify-content: center;
4693
+ border-radius: 4px;
4745
4694
 
4746
- .antd5-progress-line {
4747
- font-size: 0;
4748
- margin-bottom: unset;
4749
- margin-inline-end: unset;
4695
+ &:hover {
4696
+ background: $white;
4697
+ }
4698
+ }
4699
+ }
4750
4700
  }
4751
4701
  }
4752
4702
 
@@ -4835,258 +4785,78 @@
4835
4785
  }
4836
4786
 
4837
4787
 
4838
- .E_t1dtlqs1 {
4839
- margin-bottom: 4px;
4840
- color: $text-secondary-light;
4841
- }
4842
-
4843
- .E_s1ese5oy {
4844
- color: rgba(44, 56, 82, 0.6);
4845
- line-height: 32px;
4846
- height: 32px;
4847
- margin-bottom: 0;
4848
- &.primary,
4849
- &.info {
4850
- color: $text-light-general;
4851
- }
4852
- &.warning {
4853
- color: #ffa500;
4854
- }
4855
- &.success {
4856
- color: $text-light-positive;
4857
- }
4858
- &.danger,
4859
- &.error {
4860
- color: $text-light-serious;
4861
- }
4862
- &.normal {
4863
- color: $text-secondary-light;
4864
- }
4865
- }
4866
-
4867
- .E_b1ibis43 {
4868
- margin-bottom: 0;
4869
- color: $text-light-primary;
4870
- }
4871
-
4872
- .E_b11xxjd2 {
4873
- line-height: 32px;
4874
- margin-right: 6px;
4875
- }
4876
-
4877
- .E_bsub5bw {
4878
- &.with-description {
4879
- height: 24px;
4880
- flex: 1;
4881
- position: relative;
4882
- top: -7px;
4883
- }
4884
- p {
4885
- width: 100%;
4886
- overflow: hidden;
4887
- text-overflow: ellipsis;
4888
- white-space: nowrap;
4788
+ .E_w7ob4th {
4789
+ &.outside-tag {
4790
+ padding-left: 0;
4791
+ .inside-tag {
4792
+ border-radius: 4px 0 0 4px;
4793
+ padding-right: 4px;
4794
+ margin-right: 4px;
4795
+ }
4889
4796
  }
4890
4797
  }
4891
4798
 
4892
- .E_tmoyoag {
4893
- border: 1px solid $strokes-light-trans-2;
4894
- border-radius: 8px;
4895
- overflow: auto;
4896
- .ant-list {
4897
- position: relative;
4898
- .ant-list-item:last-child {
4899
- border-bottom: none;
4900
- }
4901
- .eagle-table-form-header {
4902
- position: sticky;
4903
- top: 0;
4904
- z-index: $eagle-table-form-header-index;
4905
- display: flex;
4906
- padding: 8px;
4907
- & {
4908
- align-items: inherit;
4909
- }
4910
- flex-wrap: nowrap;
4911
- justify-content: flex-start;
4912
- background: $fills-light-opaque-1;
4913
- font-size: 14px;
4914
- color: $text-secondary-light;
4915
- border-bottom: 1px solid $fills-light-trans-2;
4916
- }
4917
- .eagle-table-form-header .eagle-table-form-cell > p {
4918
- margin-bottom: 0;
4919
- }
4920
- .eagle-table-form-row {
4921
- display: flex;
4922
- justify-content: flex-start;
4923
- align-items: flex-start;
4924
- flex-wrap: wrap;
4925
- padding: 8px;
4926
- border: none;
4927
- .row-description {
4928
- flex-basis: 100%;
4929
- margin: 12px 0 0;
4930
- order: 99;
4931
- color: $text-secondary-light;
4932
- }
4933
- .row-error-message {
4934
- color: $text-light-serious;
4935
- flex-basis: 100%;
4936
- order: 98;
4937
- margin: 12px 0 0;
4938
- }
4939
- &:hover {
4940
- background-color: $fills-light-trans-1;
4941
- }
4942
- &.isDragging {
4943
- background-color: $fills-light-general-general-light;
4944
- }
4945
- }
4946
- .eagle-table-form-cell {
4947
- flex: 1 0 0;
4948
- overflow: hidden;
4949
- .cell-description {
4950
- color: $text-secondary-light;
4951
- margin: 0;
4952
- }
4953
-
4954
- @mixin text-align-style($align-position) {
4955
- & > * {
4956
- text-align: $align-position;
4957
- }
4958
- .ant-form-item-control-input-content {
4959
- &,
4960
- & > * {
4961
- text-align: $align-position;
4962
- }
4963
- }
4964
- }
4965
-
4966
- &.align-center {
4967
- @include text-align-style(center);
4968
- }
4969
- &.align-left {
4970
- @include text-align-style(left);
4971
- }
4972
- &.align-right {
4973
- @include text-align-style(right);
4974
- }
4975
-
4976
- &:not(:last-of-type) {
4977
- margin-right: 8px;
4978
- }
4979
- }
4980
- .ant-list-item-action {
4981
- padding: 4px;
4982
- width: 24px;
4983
- height: 24px;
4984
- overflow: hidden;
4985
- li {
4986
- padding: 0;
4987
- }
4988
- }
4989
- .delete-row-icon.disabled {
4990
- cursor: not-allowed;
4991
- opacity: 0.5;
4992
- }
4993
- &.size-default {
4994
- .ant-list-item-action {
4995
- margin: 0;
4996
- }
4997
- .eagle-table-form-cell {
4998
- .ant-input,
4999
- .ant-select-selector {
5000
- border-radius: 5px;
5001
- font-size: 12px;
5002
- }
5003
- .ant-input-affix-wrapper {
5004
- font-size: inherit;
5005
- }
5006
4799
 
5007
- .ant-form-item-control-input {
5008
- min-height: 24px;
5009
- font-size: 12px;
5010
- position: relative;
5011
- }
5012
- }
5013
- }
5014
- }
5015
- &.row-split-by-border {
5016
- .eagle-table-form-row {
5017
- border-bottom: 1px solid $fills-light-trans-2;
5018
- }
5019
- }
5020
- &.row-split-by-zebraMarking {
5021
- .draggable-container {
5022
- & > :nth-child(2n) {
5023
- background-color: $fills-trans-primary-light;
5024
- }
5025
- }
4800
+ .E_slr2ynn {
4801
+ padding: 0 8px;
4802
+ height: 18px;
5026
4803
  }
5027
- }
5028
-
5029
- .E_a138syjm {
5030
- display: flex;
5031
- align-items: center;
5032
- margin-top: 8px;
5033
- gap: 8px;
5034
4804
 
5035
- button.ant-btn {
4805
+ .E_m140wbb6 {
5036
4806
  padding: 2px 8px;
5037
4807
  height: 24px;
5038
4808
  }
5039
- & > span.maximum-desc {
5040
- display: none;
5041
- color: $text-secondary-light;
5042
- &.disabled {
5043
- display: inline;
5044
- }
5045
- }
5046
- }
5047
4809
 
5048
- .E_d77i8u0 {
5049
- width: 24px;
5050
- height: 24px;
5051
- padding: 4px;
5052
- margin-right: 8px;
4810
+ .E_t1fozc1i {
4811
+ margin: 0;
5053
4812
  }
5054
4813
 
4814
+ .E_i1vxv4ln {
4815
+ margin-right: 4px;
4816
+ height: 16px;
4817
+ }
5055
4818
 
5056
- .E_t13ef470 {
5057
- height: 100%;
5058
- .table-loading-item {
5059
- padding: 12px 4px;
5060
- border-bottom: 1px solid rgba($gray-50, 0.18);
5061
- display: flex;
5062
-
5063
- > * {
5064
- height: 16px;
5065
- margin: 4px;
5066
- background: rgba($gray-50, 0.18);
5067
- border-radius: 2px;
5068
- }
5069
- .checkbox-loading {
5070
- width: 16px;
5071
- }
5072
- .td-loading {
5073
- flex: 1;
5074
- }
4819
+ .E_n1afl31m {
4820
+ &.ant-tag.ant-tag-gray {
4821
+ font-weight: 700;
4822
+ color: $text-neutral-primary;
4823
+ background-color: $fill-neutral-trans-1;
4824
+ border: 1px solid $stroke-neutral-trans-2;
4825
+ word-break: break-all;
4826
+ display: inline;
4827
+ white-space: normal;
5075
4828
  }
4829
+ }
5076
4830
 
5077
- :nth-child(1) {
5078
- padding: 8px 4px;
5079
- > * {
5080
- background: rgba($gray-70, 0.18);
5081
- }
4831
+
4832
+ .E_t1gvlxt5 {
4833
+ min-width: 0;
4834
+ flex: 1;
4835
+ .tag {
4836
+ flex: 0 0 auto;
5082
4837
  }
5083
- :nth-child(1) {
5084
- > * {
5085
- background: rgba($gray-60, 0.18);
5086
- }
4838
+ .progress-title {
4839
+ flex: 2;
4840
+ max-width: fit-content;
4841
+ }
4842
+ .progress-desc {
4843
+ flex: 1;
4844
+ max-width: fit-content;
5087
4845
  }
5088
4846
  }
5089
4847
 
4848
+ .E_a1ji6r68 {
4849
+ display: flex;
4850
+ align-items: center;
4851
+ column-gap: var(--a1ji6r68-0);
4852
+ }
4853
+
4854
+
4855
+ .E_i1g85yz3 {
4856
+ margin-right: 4px;
4857
+ height: 16px;
4858
+ }
4859
+
5090
4860
 
5091
4861
  .E_msn7nxt {
5092
4862
  color: $text-light-secondary;
@@ -5474,61 +5244,291 @@
5474
5244
  padding: 8px;
5475
5245
  }
5476
5246
 
5477
- .E_tecdsj7 {
5247
+ .E_tecdsj7 {
5248
+ display: flex;
5249
+ align-items: center;
5250
+ background-color: unset;
5251
+ color: $text-neutral-ontint;
5252
+ justify-content: space-between;
5253
+ font-size: 12px;
5254
+ padding-top: 6px;
5255
+
5256
+ &:first-child {
5257
+ padding-top: 3px;
5258
+ }
5259
+ &:last-child {
5260
+ padding-bottom: 3px;
5261
+ }
5262
+ .column-value {
5263
+ color: $text-neutral-ontint;
5264
+ margin-left: 8px;
5265
+ }
5266
+ }
5267
+
5268
+ .E_ljhvvia {
5269
+ display: inline-block;
5270
+ height: 8px;
5271
+ width: 8px;
5272
+ margin-right: 8px;
5273
+ border-radius: 2px;
5274
+ &.borderd {
5275
+ border: 1px solid $stroke-neutral-white;
5276
+ }
5277
+ }
5278
+
5279
+
5280
+ .E_t1dtlqs1 {
5281
+ margin-bottom: 4px;
5282
+ color: $text-secondary-light;
5283
+ }
5284
+
5285
+ .E_s1ese5oy {
5286
+ color: rgba(44, 56, 82, 0.6);
5287
+ line-height: 32px;
5288
+ height: 32px;
5289
+ margin-bottom: 0;
5290
+ &.primary,
5291
+ &.info {
5292
+ color: $text-light-general;
5293
+ }
5294
+ &.warning {
5295
+ color: #ffa500;
5296
+ }
5297
+ &.success {
5298
+ color: $text-light-positive;
5299
+ }
5300
+ &.danger,
5301
+ &.error {
5302
+ color: $text-light-serious;
5303
+ }
5304
+ &.normal {
5305
+ color: $text-secondary-light;
5306
+ }
5307
+ }
5308
+
5309
+ .E_b1ibis43 {
5310
+ margin-bottom: 0;
5311
+ color: $text-light-primary;
5312
+ }
5313
+
5314
+ .E_b11xxjd2 {
5315
+ line-height: 32px;
5316
+ margin-right: 6px;
5317
+ }
5318
+
5319
+ .E_bsub5bw {
5320
+ &.with-description {
5321
+ height: 24px;
5322
+ flex: 1;
5323
+ position: relative;
5324
+ top: -7px;
5325
+ }
5326
+ p {
5327
+ width: 100%;
5328
+ overflow: hidden;
5329
+ text-overflow: ellipsis;
5330
+ white-space: nowrap;
5331
+ }
5332
+ }
5333
+
5334
+ .E_tmoyoag {
5335
+ border: 1px solid $strokes-light-trans-2;
5336
+ border-radius: 8px;
5337
+ overflow: auto;
5338
+ .ant-list {
5339
+ position: relative;
5340
+ .ant-list-item:last-child {
5341
+ border-bottom: none;
5342
+ }
5343
+ .eagle-table-form-header {
5344
+ position: sticky;
5345
+ top: 0;
5346
+ z-index: $eagle-table-form-header-index;
5347
+ display: flex;
5348
+ padding: 8px;
5349
+ & {
5350
+ align-items: inherit;
5351
+ }
5352
+ flex-wrap: nowrap;
5353
+ justify-content: flex-start;
5354
+ background: $fills-light-opaque-1;
5355
+ font-size: 14px;
5356
+ color: $text-secondary-light;
5357
+ border-bottom: 1px solid $fills-light-trans-2;
5358
+ }
5359
+ .eagle-table-form-header .eagle-table-form-cell > p {
5360
+ margin-bottom: 0;
5361
+ }
5362
+ .eagle-table-form-row {
5363
+ display: flex;
5364
+ justify-content: flex-start;
5365
+ align-items: flex-start;
5366
+ flex-wrap: wrap;
5367
+ padding: 8px;
5368
+ border: none;
5369
+ .row-description {
5370
+ flex-basis: 100%;
5371
+ margin: 12px 0 0;
5372
+ order: 99;
5373
+ color: $text-secondary-light;
5374
+ }
5375
+ .row-error-message {
5376
+ color: $text-light-serious;
5377
+ flex-basis: 100%;
5378
+ order: 98;
5379
+ margin: 12px 0 0;
5380
+ }
5381
+ &:hover {
5382
+ background-color: $fills-light-trans-1;
5383
+ }
5384
+ &.isDragging {
5385
+ background-color: $fills-light-general-general-light;
5386
+ }
5387
+ }
5388
+ .eagle-table-form-cell {
5389
+ flex: 1 0 0;
5390
+ overflow: hidden;
5391
+ .cell-description {
5392
+ color: $text-secondary-light;
5393
+ margin: 0;
5394
+ }
5395
+
5396
+ @mixin text-align-style($align-position) {
5397
+ & > * {
5398
+ text-align: $align-position;
5399
+ }
5400
+ .ant-form-item-control-input-content {
5401
+ &,
5402
+ & > * {
5403
+ text-align: $align-position;
5404
+ }
5405
+ }
5406
+ }
5407
+
5408
+ &.align-center {
5409
+ @include text-align-style(center);
5410
+ }
5411
+ &.align-left {
5412
+ @include text-align-style(left);
5413
+ }
5414
+ &.align-right {
5415
+ @include text-align-style(right);
5416
+ }
5417
+
5418
+ &:not(:last-of-type) {
5419
+ margin-right: 8px;
5420
+ }
5421
+ }
5422
+ .ant-list-item-action {
5423
+ padding: 4px;
5424
+ width: 24px;
5425
+ height: 24px;
5426
+ overflow: hidden;
5427
+ li {
5428
+ padding: 0;
5429
+ }
5430
+ }
5431
+ .delete-row-icon.disabled {
5432
+ cursor: not-allowed;
5433
+ opacity: 0.5;
5434
+ }
5435
+ &.size-default {
5436
+ .ant-list-item-action {
5437
+ margin: 0;
5438
+ }
5439
+ .eagle-table-form-cell {
5440
+ .ant-input,
5441
+ .ant-select-selector {
5442
+ border-radius: 5px;
5443
+ font-size: 12px;
5444
+ }
5445
+ .ant-input-affix-wrapper {
5446
+ font-size: inherit;
5447
+ }
5448
+
5449
+ .ant-form-item-control-input {
5450
+ min-height: 24px;
5451
+ font-size: 12px;
5452
+ position: relative;
5453
+ }
5454
+ }
5455
+ }
5456
+ }
5457
+ &.row-split-by-border {
5458
+ .eagle-table-form-row {
5459
+ border-bottom: 1px solid $fills-light-trans-2;
5460
+ }
5461
+ }
5462
+ &.row-split-by-zebraMarking {
5463
+ .draggable-container {
5464
+ & > :nth-child(2n) {
5465
+ background-color: $fills-trans-primary-light;
5466
+ }
5467
+ }
5468
+ }
5469
+ }
5470
+
5471
+ .E_a138syjm {
5478
5472
  display: flex;
5479
5473
  align-items: center;
5480
- background-color: unset;
5481
- color: $text-neutral-ontint;
5482
- justify-content: space-between;
5483
- font-size: 12px;
5484
- padding-top: 6px;
5474
+ margin-top: 8px;
5475
+ gap: 8px;
5485
5476
 
5486
- &:first-child {
5487
- padding-top: 3px;
5488
- }
5489
- &:last-child {
5490
- padding-bottom: 3px;
5477
+ button.ant-btn {
5478
+ padding: 2px 8px;
5479
+ height: 24px;
5491
5480
  }
5492
- .column-value {
5493
- color: $text-neutral-ontint;
5494
- margin-left: 8px;
5481
+ & > span.maximum-desc {
5482
+ display: none;
5483
+ color: $text-secondary-light;
5484
+ &.disabled {
5485
+ display: inline;
5486
+ }
5495
5487
  }
5496
5488
  }
5497
5489
 
5498
- .E_ljhvvia {
5499
- display: inline-block;
5500
- height: 8px;
5501
- width: 8px;
5490
+ .E_d77i8u0 {
5491
+ width: 24px;
5492
+ height: 24px;
5493
+ padding: 4px;
5502
5494
  margin-right: 8px;
5503
- border-radius: 2px;
5504
- &.borderd {
5505
- border: 1px solid $stroke-neutral-white;
5506
- }
5507
5495
  }
5508
5496
 
5509
5497
 
5510
- .E_t1gvlxt5 {
5511
- min-width: 0;
5512
- flex: 1;
5513
- .tag {
5514
- flex: 0 0 auto;
5498
+ .E_t13ef470 {
5499
+ height: 100%;
5500
+ .table-loading-item {
5501
+ padding: 12px 4px;
5502
+ border-bottom: 1px solid rgba($gray-50, 0.18);
5503
+ display: flex;
5504
+
5505
+ > * {
5506
+ height: 16px;
5507
+ margin: 4px;
5508
+ background: rgba($gray-50, 0.18);
5509
+ border-radius: 2px;
5510
+ }
5511
+ .checkbox-loading {
5512
+ width: 16px;
5513
+ }
5514
+ .td-loading {
5515
+ flex: 1;
5516
+ }
5515
5517
  }
5516
- .progress-title {
5517
- flex: 2;
5518
- max-width: fit-content;
5518
+
5519
+ :nth-child(1) {
5520
+ padding: 8px 4px;
5521
+ > * {
5522
+ background: rgba($gray-70, 0.18);
5523
+ }
5519
5524
  }
5520
- .progress-desc {
5521
- flex: 1;
5522
- max-width: fit-content;
5525
+ :nth-child(1) {
5526
+ > * {
5527
+ background: rgba($gray-60, 0.18);
5528
+ }
5523
5529
  }
5524
5530
  }
5525
5531
 
5526
- .E_a1ji6r68 {
5527
- display: flex;
5528
- align-items: center;
5529
- column-gap: var(--a1ji6r68-0);
5530
- }
5531
-
5532
5532
 
5533
5533
  .E_bpgac8u {
5534
5534
  color: #FFFFFF;
@@ -5558,6 +5558,11 @@
5558
5558
  }
5559
5559
 
5560
5560
 
5561
+ .E_b1jaupqb {
5562
+ color: #F0483E;
5563
+ }
5564
+
5565
+
5561
5566
  .E_t59qhqp {
5562
5567
  padding: 0px;
5563
5568
  padding-top: 5px;
@@ -5613,8 +5618,36 @@
5613
5618
  }
5614
5619
 
5615
5620
 
5616
- .E_b1jaupqb {
5617
- color: #F0483E;
5621
+ .E_s20iney {
5622
+ &.skeleton-box {
5623
+ display: flex;
5624
+ align-items: center;
5625
+ justify-content: center;
5626
+ position: relative;
5627
+ border-radius: 2px;
5628
+ background: #E1E6F199;
5629
+ overflow: hidden;
5630
+
5631
+ & > .skeleton-shimmer {
5632
+ width: 200%;
5633
+ height: 200%;
5634
+ transform: rotate(15deg);
5635
+ position: absolute;
5636
+ top: -50%;
5637
+ flex-shrink: 0;
5638
+ opacity: 0.8;
5639
+ background: linear-gradient(
5640
+ 90deg,
5641
+ rgba(255, 255, 255, 0) 15%,
5642
+ #FFFFFF99 50%,
5643
+ rgba(255, 255, 255, 0) 85%
5644
+ );
5645
+
5646
+ animation: shimmer 1100ms infinite;
5647
+ }
5648
+
5649
+ @keyframes shimmer { from { left: -120%; } to { left: 100%; } }
5650
+ }
5618
5651
  }
5619
5652
 
5620
5653
 
@@ -5993,39 +6026,6 @@
5993
6026
  }
5994
6027
 
5995
6028
 
5996
- .E_s20iney {
5997
- &.skeleton-box {
5998
- display: flex;
5999
- align-items: center;
6000
- justify-content: center;
6001
- position: relative;
6002
- border-radius: 2px;
6003
- background: #E1E6F199;
6004
- overflow: hidden;
6005
-
6006
- & > .skeleton-shimmer {
6007
- width: 200%;
6008
- height: 200%;
6009
- transform: rotate(15deg);
6010
- position: absolute;
6011
- top: -50%;
6012
- flex-shrink: 0;
6013
- opacity: 0.8;
6014
- background: linear-gradient(
6015
- 90deg,
6016
- rgba(255, 255, 255, 0) 15%,
6017
- #FFFFFF99 50%,
6018
- rgba(255, 255, 255, 0) 85%
6019
- );
6020
-
6021
- animation: shimmer 1100ms infinite;
6022
- }
6023
-
6024
- @keyframes shimmer { from { left: -120%; } to { left: 100%; } }
6025
- }
6026
- }
6027
-
6028
-
6029
6029
  .E_t1g36k2w {
6030
6030
  overflow: hidden;
6031
6031
  height: 100%;
@@ -6058,6 +6058,11 @@
6058
6058
  }
6059
6059
 
6060
6060
 
6061
+ .E_t1616y1o {
6062
+ color: $text-light-on-tint;
6063
+ }
6064
+
6065
+
6061
6066
  .E_f16blduf {
6062
6067
  &.ant-form-item {
6063
6068
  margin-bottom: 0;
@@ -6084,11 +6089,6 @@
6084
6089
  }
6085
6090
 
6086
6091
 
6087
- .E_t1616y1o {
6088
- color: $text-light-on-tint;
6089
- }
6090
-
6091
-
6092
6092
  .E_a9y3flr {
6093
6093
  margin-left: 8px;
6094
6094
  }
@@ -6122,29 +6122,108 @@
6122
6122
  flex: 1;
6123
6123
  }
6124
6124
 
6125
- .E_b1dhu7ov {
6126
- &.antd5-progress {
6127
- width: 220px;
6125
+ .E_b1dhu7ov {
6126
+ &.antd5-progress {
6127
+ width: 220px;
6128
+ }
6129
+ }
6130
+
6131
+ .E_p1as1j2z {
6132
+ .antd5-progress.antd5-progress-status-active
6133
+ .antd5-progress-bg::before {
6134
+ content: "";
6135
+ display: block;
6136
+ height: 8px;
6137
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
6138
+ animation: loading 1600ms ease-out infinite;
6139
+ opacity: 1;
6140
+ }
6141
+
6142
+ @keyframes loading {
6143
+ from {
6144
+ transform: translateX(-100%);
6145
+ }
6146
+ to {
6147
+ transform: translateX(100%);
6148
+ }
6149
+ }
6150
+ }
6151
+
6152
+
6153
+ .E_c18bcrac {
6154
+ display: inline-block;
6155
+ width: 100%;
6156
+ .recharts-wrapper {
6157
+ margin-left: 4px;
6158
+ }
6159
+ }
6160
+
6161
+ .E_cro7kg2 {
6162
+ padding: 4px;
6163
+
6164
+ .unit {
6165
+ color: white;
6166
+ }
6167
+ }
6168
+
6169
+ .E_c14wcxf0 {
6170
+ display: flex;
6171
+ justify-content: space-between;
6172
+ align-items: center;
6173
+ font-size: 13px;
6174
+ line-height: 24px;
6175
+ color: #cccccc;
6176
+ white-space: nowrap;
6177
+
6178
+ label {
6179
+ margin-right: 32px;
6180
+ }
6181
+ }
6182
+
6183
+ .E_coy29mj.E_c14wcxf0 {
6184
+ font-weight: bold;
6185
+ color: white;
6186
+ }
6187
+
6188
+ .E_s11212zy {
6189
+ width: 8px;
6190
+ height: 8px;
6191
+ border-radius: 2px;
6192
+ display: inline-block;
6193
+ background: var(--s11212zy-0);
6194
+ border: 1px solid $fills-light-white;
6195
+ box-sizing: content-box;
6196
+ margin-right: 6px;
6197
+ }
6198
+
6199
+ .E_p1lyky6c {
6200
+ & > :first-child {
6201
+ font-weight: bold;
6202
+ color: white;
6203
+ margin-right: 4px;
6204
+ }
6205
+ }
6206
+
6207
+
6208
+ .E_skwah65 {
6209
+ height: 8px;
6210
+ box-sizing: border-box;
6211
+ border-radius: 2px;
6212
+ background: #f5f7fa;
6213
+ display: flex;
6214
+ width: 100%;
6215
+ overflow: hidden;
6216
+
6217
+ .stack-bar-item + .stack-bar-item {
6218
+ margin-left: 1px;
6128
6219
  }
6129
6220
  }
6130
6221
 
6131
- .E_p1as1j2z {
6132
- .antd5-progress.antd5-progress-status-active
6133
- .antd5-progress-bg::before {
6134
- content: "";
6135
- display: block;
6136
- height: 8px;
6137
- background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
6138
- animation: loading 1600ms ease-out infinite;
6139
- opacity: 1;
6140
- }
6141
6222
 
6142
- @keyframes loading {
6143
- from {
6144
- transform: translateX(-100%);
6145
- }
6146
- to {
6147
- transform: translateX(100%);
6223
+ .E_tqjc4ui {
6224
+ @at-root {
6225
+ span#{&} {
6226
+ margin: 0 2px;
6148
6227
  }
6149
6228
  }
6150
6229
  }
@@ -6248,57 +6327,15 @@
6248
6327
  }
6249
6328
 
6250
6329
 
6251
- .E_c18bcrac {
6252
- display: inline-block;
6253
- width: 100%;
6254
- .recharts-wrapper {
6255
- margin-left: 4px;
6256
- }
6257
- }
6258
-
6259
- .E_cro7kg2 {
6260
- padding: 4px;
6261
-
6262
- .unit {
6263
- color: white;
6264
- }
6265
- }
6266
-
6267
- .E_c14wcxf0 {
6268
- display: flex;
6269
- justify-content: space-between;
6270
- align-items: center;
6271
- font-size: 13px;
6272
- line-height: 24px;
6273
- color: #cccccc;
6274
- white-space: nowrap;
6330
+ .E_gmyahx3 {
6331
+ cursor: pointer;
6275
6332
 
6276
- label {
6277
- margin-right: 32px;
6333
+ .link-text {
6334
+ color: $text-light-tertiary;
6278
6335
  }
6279
- }
6280
-
6281
- .E_coy29mj.E_c14wcxf0 {
6282
- font-weight: bold;
6283
- color: white;
6284
- }
6285
-
6286
- .E_s11212zy {
6287
- width: 8px;
6288
- height: 8px;
6289
- border-radius: 2px;
6290
- display: inline-block;
6291
- background: var(--s11212zy-0);
6292
- border: 1px solid $fills-light-white;
6293
- box-sizing: content-box;
6294
- margin-right: 6px;
6295
- }
6296
6336
 
6297
- .E_p1lyky6c {
6298
- & > :first-child {
6299
- font-weight: bold;
6300
- color: white;
6301
- margin-right: 4px;
6337
+ &:hover .link-text {
6338
+ color: $text-light-general;
6302
6339
  }
6303
6340
  }
6304
6341
 
@@ -6534,19 +6571,6 @@
6534
6571
  }
6535
6572
 
6536
6573
 
6537
- .E_gmyahx3 {
6538
- cursor: pointer;
6539
-
6540
- .link-text {
6541
- color: $text-light-tertiary;
6542
- }
6543
-
6544
- &:hover .link-text {
6545
- color: $text-light-general;
6546
- }
6547
- }
6548
-
6549
-
6550
6574
  .E_n12mqh7z {
6551
6575
  display: flex;
6552
6576
  align-items: center;
@@ -6554,176 +6578,17 @@
6554
6578
  line-height: 18px;
6555
6579
 
6556
6580
  &:not(:last-child) {
6557
- margin-bottom: 4px;
6558
- }
6559
- }
6560
-
6561
- .E_tf5bynu {
6562
- margin: 0 3px;
6563
- }
6564
-
6565
- .E_tcckoz1 {
6566
- max-height: 400px;
6567
- overflow: auto;
6568
- }
6569
-
6570
-
6571
- .E_tqjc4ui {
6572
- @at-root {
6573
- span#{&} {
6574
- margin: 0 2px;
6575
- }
6576
- }
6577
- }
6578
-
6579
-
6580
- .E_t1sqg15u {
6581
- background: white;
6582
-
6583
- &.inline {
6584
- .table-row {
6585
- flex-direction: column;
6586
-
6587
- > label {
6588
- padding: 0 16px 7px 0;
6589
- }
6590
- }
6591
- }
6592
-
6593
- &.has-border {
6594
- .table-header {
6595
- border-bottom: 1px solid $strokes-light-trans-1;
6596
- }
6597
-
6598
- .hiddenBorder {
6599
- border-top: none !important;
6600
- }
6601
-
6602
- .table-row + .table-row {
6603
- border-top: 1px solid $strokes-light-trans-1;
6604
- }
6605
-
6606
- .table-row:last-of-type {
6607
- padding-bottom: 0;
6608
- }
6609
- }
6610
-
6611
- &.align-right {
6612
- .content {
6613
- text-align: right;
6614
- }
6615
- }
6616
- .uuid-row {
6617
- display: flex;
6618
- justify-content: space-between;
6619
-
6620
- .id-text {
6621
- white-space: nowrap;
6622
- overflow: hidden;
6623
- text-overflow: ellipsis;
6624
- }
6625
- }
6626
- }
6627
-
6628
- .E_t4zczcp {
6629
- display: flex;
6630
- justify-content: space-between;
6631
- align-items: center;
6632
- padding: 8px;
6633
- min-height: 32px;
6634
-
6635
- .table-title {
6636
- color: $text-secondary-light;
6637
- font-weight: 600;
6638
- font-size: 12px;
6639
- line-height: 8px;
6640
- }
6641
-
6642
- .edit-icon {
6643
- font-size: 16px;
6644
- color: $strokes-translucent-2-light;
6645
- cursor: pointer;
6646
- }
6647
- }
6648
-
6649
- .E_t1s7goww {
6650
- font-size: 12px;
6651
- line-height: 18px;
6652
- }
6653
-
6654
- .E_t93e4cf {
6655
- display: flex;
6656
- padding: 8px 0;
6657
- color: $text-primary-light;
6658
-
6659
- .hidden {
6660
- display: none;
6661
- }
6662
-
6663
- .ant-btn.ant-btn-link {
6664
- height: auto;
6665
- }
6666
-
6667
- .content {
6668
- overflow: hidden;
6669
- overflow-x: auto;
6670
- width: 100%;
6671
- white-space: pre-wrap;
6672
-
6673
- .ant-btn {
6674
- white-space: pre-wrap;
6675
- text-align: left;
6676
- }
6677
-
6678
- .unit-chart {
6679
- justify-content: flex-start;
6680
- }
6681
- }
6682
- }
6683
-
6684
- .E_rhz2uv5 {
6685
- width: var(--rhz2uv5-0);
6686
- flex-shrink: 0;
6687
- color: $text-secondary-light;
6688
- padding-right: 12px;
6689
- }
6690
-
6691
-
6692
- .E_wg1tsps {
6693
- display: flex;
6694
- align-items: center;
6695
- justify-content: flex-end;
6696
- }
6697
-
6698
- .E_b1ctd5xy {
6699
- display: flex;
6700
- align-items: center;
6701
- width: calc(100% - 40px);
6702
-
6703
- .chart {
6704
- display: inline-block;
6705
- width: 100%;
6706
- }
6707
- }
6708
-
6709
- .E_u1p8acpn {
6710
- min-width: 40px;
6711
-
6712
- .unit {
6713
- color: $text-light-primary !important;
6581
+ margin-bottom: 4px;
6714
6582
  }
6715
6583
  }
6716
6584
 
6585
+ .E_tf5bynu {
6586
+ margin: 0 3px;
6587
+ }
6717
6588
 
6718
- .E_s1iv0tp1 {
6719
- .enabled-switch {
6720
- display: flex;
6721
- align-items: center;
6722
- }
6723
-
6724
- .enabled-text {
6725
- margin-right: 8px;
6726
- }
6589
+ .E_tcckoz1 {
6590
+ max-height: 400px;
6591
+ overflow: auto;
6727
6592
  }
6728
6593
 
6729
6594
 
@@ -6757,36 +6622,28 @@
6757
6622
  }
6758
6623
 
6759
6624
 
6760
- .E_skwah65 {
6761
- height: 8px;
6762
- box-sizing: border-box;
6763
- border-radius: 2px;
6764
- background: #f5f7fa;
6625
+ .E_wg1tsps {
6765
6626
  display: flex;
6766
- width: 100%;
6767
- overflow: hidden;
6627
+ align-items: center;
6628
+ justify-content: flex-end;
6629
+ }
6768
6630
 
6769
- .stack-bar-item + .stack-bar-item {
6770
- margin-left: 1px;
6631
+ .E_b1ctd5xy {
6632
+ display: flex;
6633
+ align-items: center;
6634
+ width: calc(100% - 40px);
6635
+
6636
+ .chart {
6637
+ display: inline-block;
6638
+ width: 100%;
6771
6639
  }
6772
6640
  }
6773
6641
 
6642
+ .E_u1p8acpn {
6643
+ min-width: 40px;
6774
6644
 
6775
- .E_u15heuvq {
6776
- &.content {
6777
- cursor: default !important;
6778
- &.link {
6779
- cursor: pointer !important;
6780
- &:hover {
6781
- color: $text-colorful-outstanding;
6782
- }
6783
- }
6784
- &.black {
6785
- color: $text-neutral-primary;
6786
- }
6787
- &.gray {
6788
- color: $text-neutral-secondary;
6789
- }
6645
+ .unit {
6646
+ color: $text-light-primary !important;
6790
6647
  }
6791
6648
  }
6792
6649
 
@@ -6930,6 +6787,18 @@
6930
6787
  }
6931
6788
 
6932
6789
 
6790
+ .E_s1iv0tp1 {
6791
+ .enabled-switch {
6792
+ display: flex;
6793
+ align-items: center;
6794
+ }
6795
+
6796
+ .enabled-text {
6797
+ margin-right: 8px;
6798
+ }
6799
+ }
6800
+
6801
+
6933
6802
  .E_t160l1cm {
6934
6803
  display: flex;
6935
6804
  flex-direction: column;
@@ -7103,98 +6972,273 @@
7103
6972
  &.tab-menu-item-group {
7104
6973
  padding: 0;
7105
6974
 
7106
- .sub-title {
7107
- padding: 4px 16px;
7108
- }
6975
+ .sub-title {
6976
+ padding: 4px 16px;
6977
+ }
6978
+
6979
+ &.tab-menu-item-selected .sub-title,
6980
+ &.tab-menu-item-selected .main-title {
6981
+ padding: 4px 16px;
6982
+ }
6983
+ }
6984
+ }
6985
+
6986
+ .tab-menu-item-light {
6987
+ &:hover,
6988
+ &:active {
6989
+ background: $white;
6990
+ }
6991
+
6992
+ &:active {
6993
+ color: $blue-80;
6994
+ }
6995
+
6996
+ &.tab-menu-item.tab-menu-item-selected {
6997
+ background: $white;
6998
+ color: $blue-100;
6999
+ }
7000
+
7001
+ &.tab-menu-item-group.tab-menu-item-selected {
7002
+ .main-title {
7003
+ color: rgba($gray-80, 0.6);
7004
+ }
7005
+
7006
+ .sub-title {
7007
+ color: $blue-100;
7008
+ }
7009
+
7010
+ .sub-title > .slash-arrow {
7011
+ fill: $fills-opaque-quaternary-light;
7012
+ }
7013
+
7014
+ .sub-title > .expand-arrow path {
7015
+ fill: $blue-100;
7016
+ }
7017
+ }
7018
+ }
7019
+
7020
+ .tab-content {
7021
+ flex: 1;
7022
+ display: flex;
7023
+ flex-direction: column;
7024
+ }
7025
+
7026
+ /* FIXME:(yanzhen) do this better */
7027
+ &.is-overview .tab-content {
7028
+ overflow: visible;
7029
+ }
7030
+ }
7031
+
7032
+ .E_t14npdqr {
7033
+ max-width: 240px;
7034
+ animation: none;
7035
+
7036
+ &.ant-dropdown .ant-dropdown-menu {
7037
+ border: 1px solid $blue-60;
7038
+ padding: 0;
7039
+
7040
+ .ant-dropdown-menu-item {
7041
+ margin: 0;
7042
+ height: 32px;
7043
+ line-height: 32px;
7044
+ font-size: 13px;
7045
+ padding: 0 10px;
7046
+ display: block;
7047
+ overflow: hidden;
7048
+ text-overflow: ellipsis;
7049
+ white-space: nowrap;
7050
+
7051
+ &:not(:first-child) {
7052
+ &::before {
7053
+ content: " ";
7054
+ height: 1px;
7055
+ width: calc(100% + 10px);
7056
+ background: $strokes-translucent-1-light;
7057
+ display: block;
7058
+ }
7059
+ }
7060
+
7061
+ &.ant-dropdown-menu-item-selected {
7062
+ color: $blue-60;
7063
+ background: transparent;
7064
+ }
7065
+ }
7066
+ }
7067
+ }
7068
+
7069
+
7070
+ .E_u15heuvq {
7071
+ &.content {
7072
+ cursor: default !important;
7073
+ &.link {
7074
+ cursor: pointer !important;
7075
+ &:hover {
7076
+ color: $text-colorful-outstanding;
7077
+ }
7078
+ }
7079
+ &.black {
7080
+ color: $text-neutral-primary;
7081
+ }
7082
+ &.gray {
7083
+ color: $text-neutral-secondary;
7084
+ }
7085
+ }
7086
+ }
7087
+
7088
+
7089
+ .E_t1sqg15u {
7090
+ background: white;
7091
+
7092
+ &.inline {
7093
+ .table-row {
7094
+ flex-direction: column;
7095
+
7096
+ > label {
7097
+ padding: 0 16px 7px 0;
7098
+ }
7099
+ }
7100
+ }
7101
+
7102
+ &.has-border {
7103
+ .table-header {
7104
+ border-bottom: 1px solid $strokes-light-trans-1;
7105
+ }
7106
+
7107
+ .hiddenBorder {
7108
+ border-top: none !important;
7109
+ }
7110
+
7111
+ .table-row + .table-row {
7112
+ border-top: 1px solid $strokes-light-trans-1;
7113
+ }
7114
+
7115
+ .table-row:last-of-type {
7116
+ padding-bottom: 0;
7117
+ }
7118
+ }
7119
+
7120
+ &.align-right {
7121
+ .content {
7122
+ text-align: right;
7123
+ }
7124
+ }
7125
+ .uuid-row {
7126
+ display: flex;
7127
+ justify-content: space-between;
7128
+
7129
+ .id-text {
7130
+ white-space: nowrap;
7131
+ overflow: hidden;
7132
+ text-overflow: ellipsis;
7133
+ }
7134
+ }
7135
+ }
7136
+
7137
+ .E_t4zczcp {
7138
+ display: flex;
7139
+ justify-content: space-between;
7140
+ align-items: center;
7141
+ padding: 8px;
7142
+ min-height: 32px;
7143
+
7144
+ .table-title {
7145
+ color: $text-secondary-light;
7146
+ font-weight: 600;
7147
+ font-size: 12px;
7148
+ line-height: 8px;
7149
+ }
7150
+
7151
+ .edit-icon {
7152
+ font-size: 16px;
7153
+ color: $strokes-translucent-2-light;
7154
+ cursor: pointer;
7155
+ }
7156
+ }
7157
+
7158
+ .E_t1s7goww {
7159
+ font-size: 12px;
7160
+ line-height: 18px;
7161
+ }
7162
+
7163
+ .E_t93e4cf {
7164
+ display: flex;
7165
+ padding: 8px 0;
7166
+ color: $text-primary-light;
7109
7167
 
7110
- &.tab-menu-item-selected .sub-title,
7111
- &.tab-menu-item-selected .main-title {
7112
- padding: 4px 16px;
7113
- }
7114
- }
7168
+ .hidden {
7169
+ display: none;
7115
7170
  }
7116
7171
 
7117
- .tab-menu-item-light {
7118
- &:hover,
7119
- &:active {
7120
- background: $white;
7121
- }
7172
+ .ant-btn.ant-btn-link {
7173
+ height: auto;
7174
+ }
7122
7175
 
7123
- &:active {
7124
- color: $blue-80;
7176
+ .content {
7177
+ overflow: hidden;
7178
+ overflow-x: auto;
7179
+ width: 100%;
7180
+ white-space: pre-wrap;
7181
+
7182
+ .ant-btn {
7183
+ white-space: pre-wrap;
7184
+ text-align: left;
7125
7185
  }
7126
7186
 
7127
- &.tab-menu-item.tab-menu-item-selected {
7128
- background: $white;
7129
- color: $blue-100;
7187
+ .unit-chart {
7188
+ justify-content: flex-start;
7130
7189
  }
7190
+ }
7191
+ }
7131
7192
 
7132
- &.tab-menu-item-group.tab-menu-item-selected {
7133
- .main-title {
7134
- color: rgba($gray-80, 0.6);
7135
- }
7193
+ .E_rhz2uv5 {
7194
+ width: var(--rhz2uv5-0);
7195
+ flex-shrink: 0;
7196
+ color: $text-secondary-light;
7197
+ padding-right: 12px;
7198
+ }
7136
7199
 
7137
- .sub-title {
7138
- color: $blue-100;
7139
- }
7140
7200
 
7141
- .sub-title > .slash-arrow {
7142
- fill: $fills-opaque-quaternary-light;
7143
- }
7201
+ .E_i5w779o {
7202
+ padding: 8px 0;
7144
7203
 
7145
- .sub-title > .expand-arrow path {
7146
- fill: $blue-100;
7147
- }
7204
+ .col-label {
7205
+ flex-shrink: unset;
7206
+ * {
7207
+ line-height: 18px;
7148
7208
  }
7149
7209
  }
7150
-
7151
- .tab-content {
7152
- flex: 1;
7210
+ .col-content {
7211
+ flex: 1 1 0;
7153
7212
  display: flex;
7154
- flex-direction: column;
7155
- }
7156
-
7157
- /* FIXME:(yanzhen) do this better */
7158
- &.is-overview .tab-content {
7159
- overflow: visible;
7213
+ align-items: center;
7214
+ * {
7215
+ line-height: 18px;
7216
+ }
7160
7217
  }
7161
7218
  }
7162
7219
 
7163
- .E_t14npdqr {
7164
- max-width: 240px;
7165
- animation: none;
7166
-
7167
- &.ant-dropdown .ant-dropdown-menu {
7168
- border: 1px solid $blue-60;
7169
- padding: 0;
7220
+ .E_l18dja44 {
7221
+ padding: 6px 0;
7170
7222
 
7171
- .ant-dropdown-menu-item {
7172
- margin: 0;
7173
- height: 32px;
7174
- line-height: 32px;
7175
- font-size: 13px;
7176
- padding: 0 10px;
7177
- display: block;
7178
- overflow: hidden;
7179
- text-overflow: ellipsis;
7180
- white-space: nowrap;
7223
+ .col-label * {
7224
+ font-size: 13px;
7225
+ line-height: 20px;
7226
+ }
7227
+ .col-content * {
7228
+ font-size: 14px;
7229
+ line-height: 20px;
7230
+ }
7231
+ }
7181
7232
 
7182
- &:not(:first-child) {
7183
- &::before {
7184
- content: " ";
7185
- height: 1px;
7186
- width: calc(100% + 10px);
7187
- background: $strokes-translucent-1-light;
7188
- display: block;
7189
- }
7190
- }
7233
+ .E_c8c2hys {
7234
+ display: flex;
7235
+ justify-content: space-between;
7236
+ flex: 1;
7237
+ min-width: 0;
7238
+ }
7191
7239
 
7192
- &.ant-dropdown-menu-item-selected {
7193
- color: $blue-60;
7194
- background: transparent;
7195
- }
7196
- }
7197
- }
7240
+ .E_n4m6c4d {
7241
+ color: $text-light-tertiary;
7198
7242
  }
7199
7243
 
7200
7244
 
@@ -7254,6 +7298,80 @@
7254
7298
  }
7255
7299
 
7256
7300
 
7301
+ .E_kr6am0s {
7302
+ .ant-modal-body {
7303
+ padding: 60px 128px;
7304
+ }
7305
+ }
7306
+
7307
+ .E_k1h3cl5q {
7308
+ display: flex;
7309
+ flex-direction: column;
7310
+ height: 100%;
7311
+ }
7312
+
7313
+ .E_k1a6j97w {
7314
+ color: $gray-120;
7315
+ font-size: 32px !important;
7316
+ margin-bottom: 16px;
7317
+ }
7318
+
7319
+ .E_k1uim1fg {
7320
+ margin-bottom: 32px;
7321
+ color: $gray-120;
7322
+ }
7323
+
7324
+ .E_kobelzt {
7325
+ font-family:
7326
+ Roboto Mono,
7327
+ SFMono-Regular,
7328
+ SF Mono,
7329
+ Menlo,
7330
+ Consolas,
7331
+ Liberation Mono,
7332
+ monospace;
7333
+ min-height: 0;
7334
+ flex: 1;
7335
+ padding: 16px;
7336
+ background-color: $gray-80;
7337
+ color: $white;
7338
+ overflow: auto;
7339
+ max-width: 100%;
7340
+ min-height: 0;
7341
+ border-radius: 8px;
7342
+ white-space: pre-wrap;
7343
+ }
7344
+
7345
+ .E_kxzv3id {
7346
+ width: 100%;
7347
+ display: flex;
7348
+ justify-content: space-between;
7349
+ padding: 0 128px;
7350
+ }
7351
+
7352
+ .E_eld9lt {
7353
+ display: flex;
7354
+ flex-direction: column;
7355
+ justify-content: center;
7356
+ align-items: center;
7357
+ height: 100%;
7358
+ }
7359
+
7360
+ .E_e1505fqc {
7361
+ display: flex;
7362
+ flex-direction: column;
7363
+ align-items: center;
7364
+
7365
+ .title {
7366
+ margin-bottom: 8px;
7367
+ background-clip: text;
7368
+ -webkit-background-clip: text;
7369
+ -webkit-text-fill-color: transparent;
7370
+ background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7371
+ }
7372
+ }
7373
+
7374
+
7257
7375
  .E_h1ol2wl7 {
7258
7376
  font-weight: bold;
7259
7377
  background-color: unset;
@@ -7261,121 +7379,136 @@
7261
7379
  }
7262
7380
 
7263
7381
 
7264
- .E_i5w779o {
7382
+ .E_c14ouk5o {
7383
+ width: 100%;
7384
+ height: 100%;
7385
+ display: flex;
7386
+ font-size: 12px;
7387
+ line-height: 18px;
7265
7388
  padding: 8px 0;
7389
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
7266
7390
 
7267
- .col-label {
7268
- flex-shrink: unset;
7269
- * {
7270
- line-height: 18px;
7391
+ &:last-of-type {
7392
+ box-shadow: none;
7393
+ padding-bottom: 0;
7394
+ }
7395
+ &.collapsed {
7396
+ flex-direction: column;
7397
+
7398
+ .collapsed-content {
7399
+ display: flex;
7400
+
7401
+ > span {
7402
+ flex: 1;
7403
+ display: flex;
7404
+ justify-content: space-between;
7405
+ .ant-btn {
7406
+ height: auto;
7407
+ }
7408
+ }
7409
+ }
7410
+ .extra-content {
7411
+ margin-left: 162px;
7271
7412
  }
7272
7413
  }
7414
+
7415
+ .col-label {
7416
+ width: 216px;
7417
+ color: $text-secondary-light;
7418
+ margin-right: 12px;
7419
+ flex-shrink: 0;
7420
+ }
7421
+
7273
7422
  .col-content {
7274
- flex: 1 1 0;
7275
- display: flex;
7276
- align-items: center;
7277
- * {
7278
- line-height: 18px;
7423
+ color: $text-primary-light;
7424
+
7425
+ /* make btn link in info row have the same height as normal text */
7426
+ .ant-btn.ant-btn-link {
7427
+ height: auto;
7279
7428
  }
7280
7429
  }
7281
7430
  }
7282
7431
 
7283
- .E_l18dja44 {
7284
- padding: 6px 0;
7285
7432
 
7286
- .col-label * {
7287
- font-size: 13px;
7288
- line-height: 20px;
7289
- }
7290
- .col-content * {
7291
- font-size: 14px;
7292
- line-height: 20px;
7433
+ .E_l12xdkhl {
7434
+ width: 64px;
7435
+ height: 64px;
7436
+ max-width: 64px;
7437
+ max-height: 64px;
7438
+ overflow: hidden;
7439
+ display: flex;
7440
+ align-items: center;
7441
+ justify-content: center;
7442
+ position: relative;
7443
+ opacity: 0.6;
7444
+ .icon-wrapper {
7445
+ @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
7446
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
7293
7447
  }
7294
7448
  }
7295
7449
 
7296
- .E_c8c2hys {
7297
- display: flex;
7298
- justify-content: space-between;
7299
- flex: 1;
7300
- min-width: 0;
7301
- }
7302
7450
 
7303
- .E_n4m6c4d {
7304
- color: $text-light-tertiary;
7305
- }
7451
+ .E_c1ss4prm {
7452
+ color: $text-light-secondary;
7306
7453
 
7454
+ li {
7455
+ margin-bottom: 4px;
7307
7456
 
7308
- .E_kr6am0s {
7309
- .ant-modal-body {
7310
- padding: 60px 128px;
7457
+ &:last-child {
7458
+ margin-bottom: 0;
7459
+ }
7311
7460
  }
7312
7461
  }
7313
7462
 
7314
- .E_k1h3cl5q {
7315
- display: flex;
7316
- flex-direction: column;
7317
- height: 100%;
7318
- }
7463
+ .E_ms3tlei {
7464
+ background: $fill-neutral-trans-2;
7465
+ padding: 8px;
7466
+ border-radius: 6px;
7467
+ color: $gray-a60-8;
7319
7468
 
7320
- .E_k1a6j97w {
7321
- color: $gray-120;
7322
- font-size: 32px !important;
7323
- margin-bottom: 16px;
7469
+ .icon-wrapper {
7470
+ margin-top: 1px; // The text line height is 18px, the icon height is 16px, so a 1px offset is needed
7471
+ margin-right: 4px;
7472
+ }
7473
+
7474
+ li {
7475
+ margin-bottom: 4px;
7476
+ display: flex;
7477
+ align-items: flex-start;
7478
+
7479
+ &:last-child {
7480
+ margin-bottom: 0;
7481
+ }
7482
+ }
7324
7483
  }
7325
7484
 
7326
- .E_k1uim1fg {
7327
- margin-bottom: 32px;
7328
- color: $gray-120;
7485
+ .E_du44iy7 {
7486
+ margin-bottom: 4px;
7329
7487
  }
7330
7488
 
7331
- .E_kobelzt {
7332
- font-family:
7333
- Roboto Mono,
7334
- SFMono-Regular,
7335
- SF Mono,
7336
- Menlo,
7337
- Consolas,
7338
- Liberation Mono,
7339
- monospace;
7340
- min-height: 0;
7341
- flex: 1;
7342
- padding: 16px;
7343
- background-color: $gray-80;
7344
- color: $white;
7345
- overflow: auto;
7346
- max-width: 100%;
7347
- min-height: 0;
7348
- border-radius: 8px;
7349
- white-space: pre-wrap;
7489
+ .E_p1qmhanr {
7490
+ margin-bottom: 8px;
7350
7491
  }
7351
7492
 
7352
- .E_kxzv3id {
7353
- width: 100%;
7354
- display: flex;
7355
- justify-content: space-between;
7356
- padding: 0 128px;
7493
+ .E_srje1h0 {
7494
+ color: $text-light-secondary;
7495
+ margin-bottom: 8px;
7357
7496
  }
7358
7497
 
7359
- .E_eld9lt {
7360
- display: flex;
7361
- flex-direction: column;
7362
- justify-content: center;
7363
- align-items: center;
7364
- height: 100%;
7498
+ .E_di3zi7v {
7499
+ height: 1px;
7500
+ background: $strokes-light-opaque-2;
7501
+ margin: 16px 0;
7365
7502
  }
7366
7503
 
7367
- .E_e1505fqc {
7368
- display: flex;
7369
- flex-direction: column;
7370
- align-items: center;
7371
7504
 
7372
- .title {
7373
- margin-bottom: 8px;
7374
- background-clip: text;
7375
- -webkit-background-clip: text;
7376
- -webkit-text-fill-color: transparent;
7377
- background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7378
- }
7505
+ .E_cevhqx7 {
7506
+ color: $text-light-primary;
7507
+ }
7508
+
7509
+ .E_snbqlt4 {
7510
+ margin-top: 8px;
7511
+ color: $text-light-secondary;
7379
7512
  }
7380
7513
 
7381
7514
 
@@ -7977,132 +8110,3 @@
7977
8110
  }
7978
8111
  }
7979
8112
 
7980
-
7981
- .E_c14ouk5o {
7982
- width: 100%;
7983
- height: 100%;
7984
- display: flex;
7985
- font-size: 12px;
7986
- line-height: 18px;
7987
- padding: 8px 0;
7988
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
7989
-
7990
- &:last-of-type {
7991
- box-shadow: none;
7992
- padding-bottom: 0;
7993
- }
7994
- &.collapsed {
7995
- flex-direction: column;
7996
-
7997
- .collapsed-content {
7998
- display: flex;
7999
-
8000
- > span {
8001
- flex: 1;
8002
- display: flex;
8003
- justify-content: space-between;
8004
- .ant-btn {
8005
- height: auto;
8006
- }
8007
- }
8008
- }
8009
- .extra-content {
8010
- margin-left: 162px;
8011
- }
8012
- }
8013
-
8014
- .col-label {
8015
- width: 216px;
8016
- color: $text-secondary-light;
8017
- margin-right: 12px;
8018
- flex-shrink: 0;
8019
- }
8020
-
8021
- .col-content {
8022
- color: $text-primary-light;
8023
-
8024
- /* make btn link in info row have the same height as normal text */
8025
- .ant-btn.ant-btn-link {
8026
- height: auto;
8027
- }
8028
- }
8029
- }
8030
-
8031
-
8032
- .E_cevhqx7 {
8033
- color: $text-light-primary;
8034
- }
8035
-
8036
- .E_snbqlt4 {
8037
- margin-top: 8px;
8038
- color: $text-light-secondary;
8039
- }
8040
-
8041
-
8042
- .E_c1ss4prm {
8043
- color: $text-light-secondary;
8044
-
8045
- li {
8046
- margin-bottom: 4px;
8047
-
8048
- &:last-child {
8049
- margin-bottom: 0;
8050
- }
8051
- }
8052
- }
8053
-
8054
- .E_ms3tlei {
8055
- background: $fill-neutral-trans-2;
8056
- padding: 8px;
8057
- border-radius: 6px;
8058
- color: $gray-a60-8;
8059
-
8060
- .icon-wrapper {
8061
- margin-top: 1px; // The text line height is 18px, the icon height is 16px, so a 1px offset is needed
8062
- margin-right: 4px;
8063
- }
8064
-
8065
- li {
8066
- margin-bottom: 4px;
8067
- display: flex;
8068
- align-items: flex-start;
8069
-
8070
- &:last-child {
8071
- margin-bottom: 0;
8072
- }
8073
- }
8074
- }
8075
-
8076
- .E_du44iy7 {
8077
- margin-bottom: 4px;
8078
- }
8079
-
8080
- .E_s1qmhanr {
8081
- color: $text-light-secondary;
8082
- margin-bottom: 8px;
8083
- }
8084
-
8085
- .E_drje1h0 {
8086
- height: 1px;
8087
- background: $strokes-light-opaque-2;
8088
- margin: 16px 0;
8089
- }
8090
-
8091
-
8092
- .E_l12xdkhl {
8093
- width: 64px;
8094
- height: 64px;
8095
- max-width: 64px;
8096
- max-height: 64px;
8097
- overflow: hidden;
8098
- display: flex;
8099
- align-items: center;
8100
- justify-content: center;
8101
- position: relative;
8102
- opacity: 0.6;
8103
- .icon-wrapper {
8104
- @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } };
8105
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
8106
- }
8107
- }
8108
-