@cloudtower/eagle 0.33.45 → 0.33.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +823 -823
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +944 -944
- package/dist/style.css +823 -823
- package/package.json +7 -7
package/dist/linaria.merged.scss
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
.E_c18gxmrl {
|
|
2
|
+
border: 1px solid $gray-40;
|
|
3
|
+
border-radius: 4px;
|
|
4
|
+
|
|
5
|
+
& + & {
|
|
6
|
+
margin-top: 8px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&:hover {
|
|
10
|
+
border-color: $blue-60;
|
|
11
|
+
|
|
12
|
+
> header {
|
|
13
|
+
background: rgba($blue-60, 0.1);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.active {
|
|
18
|
+
header {
|
|
19
|
+
border-bottom: 1px solid $gray-40;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
> header {
|
|
24
|
+
padding: 8px 12px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
1
29
|
.E_m74vjol {
|
|
2
30
|
display: flex;
|
|
3
31
|
justify-content: space-between;
|
|
@@ -23,31 +51,22 @@
|
|
|
23
51
|
}
|
|
24
52
|
|
|
25
53
|
|
|
26
|
-
.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
& + & {
|
|
31
|
-
margin-top: 8px;
|
|
32
|
-
}
|
|
54
|
+
.E_berrcjl {
|
|
55
|
+
color: $text-terdiary-light;
|
|
56
|
+
margin-bottom: 4px;
|
|
33
57
|
|
|
34
|
-
|
|
35
|
-
|
|
58
|
+
.breadcrumb-link {
|
|
59
|
+
color: $text-terdiary-light;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
transition: color 160ms ease;
|
|
36
62
|
|
|
37
|
-
|
|
38
|
-
|
|
63
|
+
&:hover {
|
|
64
|
+
color: $blue-60;
|
|
39
65
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
&.active {
|
|
43
|
-
header {
|
|
44
|
-
border-bottom: 1px solid $gray-40;
|
|
66
|
+
&:active {
|
|
67
|
+
color: $blue-80;
|
|
45
68
|
}
|
|
46
69
|
}
|
|
47
|
-
|
|
48
|
-
> header {
|
|
49
|
-
padding: 8px 12px;
|
|
50
|
-
}
|
|
51
70
|
}
|
|
52
71
|
|
|
53
72
|
|
|
@@ -409,25 +428,6 @@
|
|
|
409
428
|
}
|
|
410
429
|
|
|
411
430
|
|
|
412
|
-
.E_berrcjl {
|
|
413
|
-
color: $text-terdiary-light;
|
|
414
|
-
margin-bottom: 4px;
|
|
415
|
-
|
|
416
|
-
.breadcrumb-link {
|
|
417
|
-
color: $text-terdiary-light;
|
|
418
|
-
cursor: pointer;
|
|
419
|
-
transition: color 160ms ease;
|
|
420
|
-
|
|
421
|
-
&:hover {
|
|
422
|
-
color: $blue-60;
|
|
423
|
-
}
|
|
424
|
-
&:active {
|
|
425
|
-
color: $blue-80;
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
431
|
.E_b1nip9bk {
|
|
432
432
|
padding: 4px 11px;
|
|
433
433
|
}
|
|
@@ -469,20 +469,17 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
|
|
472
|
-
.
|
|
473
|
-
.ant-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
padding-top: 4px;
|
|
484
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
485
|
-
}
|
|
472
|
+
.E_sx1bpnu {
|
|
473
|
+
.ant-input-sm {
|
|
474
|
+
line-height: 18px;
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
.E_c1yyuluq {
|
|
480
|
+
border-radius: 8px;
|
|
481
|
+
.ant-card-body {
|
|
482
|
+
padding: 20px 24px 24px 24px;
|
|
486
483
|
}
|
|
487
484
|
}
|
|
488
485
|
|
|
@@ -512,14 +509,6 @@
|
|
|
512
509
|
}
|
|
513
510
|
|
|
514
511
|
|
|
515
|
-
.E_c1yyuluq {
|
|
516
|
-
border-radius: 8px;
|
|
517
|
-
.ant-card-body {
|
|
518
|
-
padding: 20px 24px 24px 24px;
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
|
|
523
512
|
.E_ccrbeuz {
|
|
524
513
|
.ant-collapse-item {
|
|
525
514
|
border: 0px;
|
|
@@ -552,6 +541,24 @@
|
|
|
552
541
|
}
|
|
553
542
|
|
|
554
543
|
|
|
544
|
+
.E_d133fzv0 {
|
|
545
|
+
.ant-dropdown-menu-item-group {
|
|
546
|
+
.ant-dropdown-menu-item-group-title {
|
|
547
|
+
padding: 4px 8px 0 8px;
|
|
548
|
+
color: $text-light-secondary;
|
|
549
|
+
font-size: 12px;
|
|
550
|
+
}
|
|
551
|
+
.ant-dropdown-menu-item-group-list {
|
|
552
|
+
padding-bottom: 6px;
|
|
553
|
+
}
|
|
554
|
+
&:not(:first-child) {
|
|
555
|
+
padding-top: 4px;
|
|
556
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
|
|
555
562
|
.E_d1bw7c5z {
|
|
556
563
|
position: relative;
|
|
557
564
|
max-width: 388px;
|
|
@@ -698,13 +705,6 @@
|
|
|
698
705
|
}
|
|
699
706
|
|
|
700
707
|
|
|
701
|
-
.E_sx1bpnu {
|
|
702
|
-
.ant-input-sm {
|
|
703
|
-
line-height: 18px;
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
|
|
708
708
|
.E_phljevk {
|
|
709
709
|
display: flex;
|
|
710
710
|
justify-content: space-between;
|
|
@@ -772,6 +772,49 @@
|
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
|
|
775
|
+
.E_ivqqkzv {
|
|
776
|
+
height: 24px;
|
|
777
|
+
width: 56px !important;
|
|
778
|
+
margin-right: 4px;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.E_c1wk4q29 {
|
|
782
|
+
color: $text-secondary-light;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
.E_i11gg7mj {
|
|
787
|
+
.ant-input-prefix {
|
|
788
|
+
margin-right: 8px;
|
|
789
|
+
}
|
|
790
|
+
.ant-input-suffix {
|
|
791
|
+
margin-left: 8px;
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.E_cc368xp {
|
|
796
|
+
color: $gray-120;
|
|
797
|
+
border-right: 1px solid $gray-a60-5;
|
|
798
|
+
margin-right: 8px;
|
|
799
|
+
padding-right: 8px;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.E_i11o6xqj {
|
|
803
|
+
display: flex;
|
|
804
|
+
gap: 4px;
|
|
805
|
+
|
|
806
|
+
.icon-wrapper {
|
|
807
|
+
cursor: pointer;
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.E_d19ruhdj {
|
|
812
|
+
&.icon-wrapper {
|
|
813
|
+
cursor: not-allowed;
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
|
|
775
818
|
.E_rapgekc {
|
|
776
819
|
&.ant-radio-wrapper {
|
|
777
820
|
display: inline-flex;
|
|
@@ -953,47 +996,64 @@
|
|
|
953
996
|
}
|
|
954
997
|
|
|
955
998
|
|
|
956
|
-
.
|
|
957
|
-
|
|
958
|
-
|
|
999
|
+
.E_s1dizucg {
|
|
1000
|
+
&.ant-switch {
|
|
1001
|
+
min-width: 40px;
|
|
1002
|
+
height: 24px;
|
|
1003
|
+
background: $fills-trans-quinary-light;
|
|
1004
|
+
overflow: hidden;
|
|
1005
|
+
&:focus {
|
|
1006
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1007
|
+
}
|
|
959
1008
|
}
|
|
960
|
-
|
|
961
|
-
|
|
1009
|
+
&.ant-switch-small {
|
|
1010
|
+
min-width: 26px;
|
|
1011
|
+
height: 16px;
|
|
1012
|
+
}
|
|
1013
|
+
&.ant-switch-large {
|
|
1014
|
+
min-width: 52px;
|
|
1015
|
+
height: 32px;
|
|
962
1016
|
}
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
.E_cc368xp {
|
|
966
|
-
color: $gray-120;
|
|
967
|
-
border-right: 1px solid $gray-a60-5;
|
|
968
|
-
margin-right: 8px;
|
|
969
|
-
padding-right: 8px;
|
|
970
|
-
}
|
|
971
1017
|
|
|
972
|
-
.
|
|
973
|
-
|
|
974
|
-
|
|
1018
|
+
&.ant-switch .ant-switch-handle {
|
|
1019
|
+
height: 20px;
|
|
1020
|
+
width: 20px;
|
|
1021
|
+
&::before {
|
|
1022
|
+
border-radius: 10px;
|
|
1023
|
+
transition-delay: 120ms;
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
&.ant-switch-small .ant-switch-handle {
|
|
1027
|
+
height: 14px;
|
|
1028
|
+
width: 14px;
|
|
1029
|
+
top: 1px;
|
|
1030
|
+
left: 1px;
|
|
1031
|
+
}
|
|
1032
|
+
&.ant-switch-large .ant-switch-handle {
|
|
1033
|
+
height: 28px;
|
|
1034
|
+
width: 28px;
|
|
1035
|
+
&::before {
|
|
1036
|
+
border-radius: 14px;
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
975
1039
|
|
|
976
|
-
|
|
977
|
-
|
|
1040
|
+
&.ant-switch-checked {
|
|
1041
|
+
background-color: $green-60;
|
|
1042
|
+
}
|
|
1043
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
1044
|
+
left: calc(100% - 20px - 2px);
|
|
1045
|
+
}
|
|
1046
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1047
|
+
left: calc(100% - 14px - 1px);
|
|
1048
|
+
}
|
|
1049
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1050
|
+
left: calc(100% - 28px - 2px);
|
|
978
1051
|
}
|
|
979
1052
|
}
|
|
980
1053
|
|
|
981
|
-
.
|
|
982
|
-
|
|
983
|
-
cursor: not-allowed;
|
|
1054
|
+
.E_c1up6e3y {
|
|
1055
|
+
margin-left: 5px;
|
|
984
1056
|
}
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
.E_ivqqkzv {
|
|
989
|
-
height: 24px;
|
|
990
|
-
width: 56px !important;
|
|
991
|
-
margin-right: 4px;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.E_c1wk4q29 {
|
|
995
|
-
color: $text-secondary-light;
|
|
996
|
-
}
|
|
997
1057
|
|
|
998
1058
|
|
|
999
1059
|
.E_c1bus5hc {
|
|
@@ -1047,155 +1107,6 @@
|
|
|
1047
1107
|
}
|
|
1048
1108
|
|
|
1049
1109
|
|
|
1050
|
-
.E_s1dni7lo {
|
|
1051
|
-
width: 430px !important;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
.E_d1wwmmm5 {
|
|
1055
|
-
.ant-select-item-group {
|
|
1056
|
-
padding: 8px 16px;
|
|
1057
|
-
line-height: 18px;
|
|
1058
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1059
|
-
height: 34px;
|
|
1060
|
-
min-height: 34px;
|
|
1061
|
-
box-sizing: border-box;
|
|
1062
|
-
margin-top: 8px;
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.E_o1ugr09p {
|
|
1067
|
-
display: flex;
|
|
1068
|
-
flex-direction: column;
|
|
1069
|
-
margin: 1px 8px;
|
|
1070
|
-
padding: 8px;
|
|
1071
|
-
border-radius: 4px;
|
|
1072
|
-
|
|
1073
|
-
.selected-icon {
|
|
1074
|
-
display: none;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
&.ant-select-item-option-grouped {
|
|
1078
|
-
padding-left: 8px;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
&.ant-select-item-option-selected {
|
|
1082
|
-
background-color: white;
|
|
1083
|
-
.timezone-title {
|
|
1084
|
-
color: #0080ff;
|
|
1085
|
-
}
|
|
1086
|
-
.selected-icon {
|
|
1087
|
-
display: block;
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
&.ant-select-item-option-active {
|
|
1092
|
-
background: rgba(0, 136, 255, 0.16);
|
|
1093
|
-
.timezone-title {
|
|
1094
|
-
color: #0080ff;
|
|
1095
|
-
}
|
|
1096
|
-
.timezone-tag {
|
|
1097
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1098
|
-
color: #0080ff;
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.E_o1ifxsq4 {
|
|
1104
|
-
display: flex;
|
|
1105
|
-
justify-content: space-between;
|
|
1106
|
-
height: 20px;
|
|
1107
|
-
line-height: 20px;
|
|
1108
|
-
|
|
1109
|
-
.timezone-title {
|
|
1110
|
-
color: #2d3a56;
|
|
1111
|
-
overflow: hidden;
|
|
1112
|
-
text-overflow: ellipsis;
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.E_o1zue7 {
|
|
1117
|
-
display: flex;
|
|
1118
|
-
justify-content: space-between;
|
|
1119
|
-
color: $text-light-secondary;
|
|
1120
|
-
height: 18px;
|
|
1121
|
-
line-height: 18px;
|
|
1122
|
-
margin-top: 2px;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.E_tyfmlxg {
|
|
1126
|
-
border: none;
|
|
1127
|
-
margin-right: 0;
|
|
1128
|
-
background: rgba(225, 230, 241, 0.6);
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.E_o18uybox {
|
|
1132
|
-
pointer-events: none;
|
|
1133
|
-
height: 32px;
|
|
1134
|
-
width: 100%;
|
|
1135
|
-
opacity: 0;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
.E_s1dizucg {
|
|
1140
|
-
&.ant-switch {
|
|
1141
|
-
min-width: 40px;
|
|
1142
|
-
height: 24px;
|
|
1143
|
-
background: $fills-trans-quinary-light;
|
|
1144
|
-
overflow: hidden;
|
|
1145
|
-
&:focus {
|
|
1146
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
&.ant-switch-small {
|
|
1150
|
-
min-width: 26px;
|
|
1151
|
-
height: 16px;
|
|
1152
|
-
}
|
|
1153
|
-
&.ant-switch-large {
|
|
1154
|
-
min-width: 52px;
|
|
1155
|
-
height: 32px;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
&.ant-switch .ant-switch-handle {
|
|
1159
|
-
height: 20px;
|
|
1160
|
-
width: 20px;
|
|
1161
|
-
&::before {
|
|
1162
|
-
border-radius: 10px;
|
|
1163
|
-
transition-delay: 120ms;
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
&.ant-switch-small .ant-switch-handle {
|
|
1167
|
-
height: 14px;
|
|
1168
|
-
width: 14px;
|
|
1169
|
-
top: 1px;
|
|
1170
|
-
left: 1px;
|
|
1171
|
-
}
|
|
1172
|
-
&.ant-switch-large .ant-switch-handle {
|
|
1173
|
-
height: 28px;
|
|
1174
|
-
width: 28px;
|
|
1175
|
-
&::before {
|
|
1176
|
-
border-radius: 14px;
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
&.ant-switch-checked {
|
|
1181
|
-
background-color: $green-60;
|
|
1182
|
-
}
|
|
1183
|
-
&.ant-switch-checked .ant-switch-handle {
|
|
1184
|
-
left: calc(100% - 20px - 2px);
|
|
1185
|
-
}
|
|
1186
|
-
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1187
|
-
left: calc(100% - 14px - 1px);
|
|
1188
|
-
}
|
|
1189
|
-
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1190
|
-
left: calc(100% - 28px - 2px);
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.E_c1up6e3y {
|
|
1195
|
-
margin-left: 5px;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
1110
|
.E_s1sck0th {
|
|
1200
1111
|
padding: 0 8px;
|
|
1201
1112
|
border-radius: 4px;
|
|
@@ -1282,11 +1193,6 @@
|
|
|
1282
1193
|
}
|
|
1283
1194
|
|
|
1284
1195
|
|
|
1285
|
-
.E_iq1gosr {
|
|
1286
|
-
display: inline-block;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
1196
|
.E_t1m2x205 {
|
|
1291
1197
|
.ant-tooltip-arrow {
|
|
1292
1198
|
display: none;
|
|
@@ -1301,6 +1207,100 @@
|
|
|
1301
1207
|
}
|
|
1302
1208
|
|
|
1303
1209
|
|
|
1210
|
+
.E_iq1gosr {
|
|
1211
|
+
display: inline-block;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
.E_s1dni7lo {
|
|
1216
|
+
width: 430px !important;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.E_d1wwmmm5 {
|
|
1220
|
+
.ant-select-item-group {
|
|
1221
|
+
padding: 8px 16px;
|
|
1222
|
+
line-height: 18px;
|
|
1223
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1224
|
+
height: 34px;
|
|
1225
|
+
min-height: 34px;
|
|
1226
|
+
box-sizing: border-box;
|
|
1227
|
+
margin-top: 8px;
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.E_o1ugr09p {
|
|
1232
|
+
display: flex;
|
|
1233
|
+
flex-direction: column;
|
|
1234
|
+
margin: 1px 8px;
|
|
1235
|
+
padding: 8px;
|
|
1236
|
+
border-radius: 4px;
|
|
1237
|
+
|
|
1238
|
+
.selected-icon {
|
|
1239
|
+
display: none;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
&.ant-select-item-option-grouped {
|
|
1243
|
+
padding-left: 8px;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
&.ant-select-item-option-selected {
|
|
1247
|
+
background-color: white;
|
|
1248
|
+
.timezone-title {
|
|
1249
|
+
color: #0080ff;
|
|
1250
|
+
}
|
|
1251
|
+
.selected-icon {
|
|
1252
|
+
display: block;
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
&.ant-select-item-option-active {
|
|
1257
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1258
|
+
.timezone-title {
|
|
1259
|
+
color: #0080ff;
|
|
1260
|
+
}
|
|
1261
|
+
.timezone-tag {
|
|
1262
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1263
|
+
color: #0080ff;
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.E_o1ifxsq4 {
|
|
1269
|
+
display: flex;
|
|
1270
|
+
justify-content: space-between;
|
|
1271
|
+
height: 20px;
|
|
1272
|
+
line-height: 20px;
|
|
1273
|
+
|
|
1274
|
+
.timezone-title {
|
|
1275
|
+
color: #2d3a56;
|
|
1276
|
+
overflow: hidden;
|
|
1277
|
+
text-overflow: ellipsis;
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.E_o1zue7 {
|
|
1282
|
+
display: flex;
|
|
1283
|
+
justify-content: space-between;
|
|
1284
|
+
color: $text-light-secondary;
|
|
1285
|
+
height: 18px;
|
|
1286
|
+
line-height: 18px;
|
|
1287
|
+
margin-top: 2px;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.E_tyfmlxg {
|
|
1291
|
+
border: none;
|
|
1292
|
+
margin-right: 0;
|
|
1293
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.E_o18uybox {
|
|
1297
|
+
pointer-events: none;
|
|
1298
|
+
height: 32px;
|
|
1299
|
+
width: 100%;
|
|
1300
|
+
opacity: 0;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
1304
|
.E_fzh9mnb {
|
|
1305
1305
|
width: 100%;
|
|
1306
1306
|
height: 100%;
|
|
@@ -1382,20 +1382,6 @@
|
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
1384
|
|
|
1385
|
-
.E_i1inqkme {
|
|
1386
|
-
height: 18px;
|
|
1387
|
-
line-height: 18px;
|
|
1388
|
-
padding: 0 4px;
|
|
1389
|
-
border-radius: 4px;
|
|
1390
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1391
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1392
|
-
display: flex;
|
|
1393
|
-
align-items: center;
|
|
1394
|
-
white-space: nowrap;
|
|
1395
|
-
margin-right: 4px;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
1385
|
.E_a1wfy30z {
|
|
1400
1386
|
.ant-input-number-handler-wrap {
|
|
1401
1387
|
display: var(--a1wfy30z-0);
|
|
@@ -1514,6 +1500,20 @@
|
|
|
1514
1500
|
}
|
|
1515
1501
|
|
|
1516
1502
|
|
|
1503
|
+
.E_i1inqkme {
|
|
1504
|
+
height: 18px;
|
|
1505
|
+
line-height: 18px;
|
|
1506
|
+
padding: 0 4px;
|
|
1507
|
+
border-radius: 4px;
|
|
1508
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1509
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1510
|
+
display: flex;
|
|
1511
|
+
align-items: center;
|
|
1512
|
+
white-space: nowrap;
|
|
1513
|
+
margin-right: 4px;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
1517
|
.E_atcz0kf {
|
|
1518
1518
|
.ant-input-suffix {
|
|
1519
1519
|
margin-left: 8px;
|
|
@@ -2348,43 +2348,6 @@
|
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
2350
|
|
|
2351
|
-
.E_a1b5xrg3 {
|
|
2352
|
-
.user-icon-inner {
|
|
2353
|
-
display: inline-flex;
|
|
2354
|
-
align-items: center;
|
|
2355
|
-
justify-content: center;
|
|
2356
|
-
color: $white;
|
|
2357
|
-
font-weight: bold;
|
|
2358
|
-
font-size: 12px;
|
|
2359
|
-
width: 24px;
|
|
2360
|
-
height: 24px;
|
|
2361
|
-
border-radius: 50%;
|
|
2362
|
-
background: var(--a1b5xrg3-0);
|
|
2363
|
-
}
|
|
2364
|
-
&.btn-item {
|
|
2365
|
-
transition: all 160ms ease;
|
|
2366
|
-
cursor: pointer;
|
|
2367
|
-
width: 56px;
|
|
2368
|
-
height: 40px;
|
|
2369
|
-
display: inline-flex;
|
|
2370
|
-
align-items: center;
|
|
2371
|
-
justify-content: center;
|
|
2372
|
-
border-radius: 6px;
|
|
2373
|
-
|
|
2374
|
-
&:hover {
|
|
2375
|
-
box-shadow:
|
|
2376
|
-
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2377
|
-
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
&:active {
|
|
2381
|
-
transform: translateY(2px);
|
|
2382
|
-
transition: all 320ms ease;
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
2351
|
.E_dsnbhzf {
|
|
2389
2352
|
@include Inter(bold);
|
|
2390
2353
|
font-size: 32px;
|
|
@@ -2739,6 +2702,43 @@
|
|
|
2739
2702
|
}
|
|
2740
2703
|
|
|
2741
2704
|
|
|
2705
|
+
.E_a1b5xrg3 {
|
|
2706
|
+
.user-icon-inner {
|
|
2707
|
+
display: inline-flex;
|
|
2708
|
+
align-items: center;
|
|
2709
|
+
justify-content: center;
|
|
2710
|
+
color: $white;
|
|
2711
|
+
font-weight: bold;
|
|
2712
|
+
font-size: 12px;
|
|
2713
|
+
width: 24px;
|
|
2714
|
+
height: 24px;
|
|
2715
|
+
border-radius: 50%;
|
|
2716
|
+
background: var(--a1b5xrg3-0);
|
|
2717
|
+
}
|
|
2718
|
+
&.btn-item {
|
|
2719
|
+
transition: all 160ms ease;
|
|
2720
|
+
cursor: pointer;
|
|
2721
|
+
width: 56px;
|
|
2722
|
+
height: 40px;
|
|
2723
|
+
display: inline-flex;
|
|
2724
|
+
align-items: center;
|
|
2725
|
+
justify-content: center;
|
|
2726
|
+
border-radius: 6px;
|
|
2727
|
+
|
|
2728
|
+
&:hover {
|
|
2729
|
+
box-shadow:
|
|
2730
|
+
0px 0px 20px rgba(107, 125, 153, 0.18),
|
|
2731
|
+
0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
&:active {
|
|
2735
|
+
transform: translateY(2px);
|
|
2736
|
+
transition: all 320ms ease;
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2741
|
+
|
|
2742
2742
|
.E_m196gn1d {
|
|
2743
2743
|
min-width: 1280px;
|
|
2744
2744
|
}
|
|
@@ -3660,6 +3660,33 @@
|
|
|
3660
3660
|
}
|
|
3661
3661
|
|
|
3662
3662
|
|
|
3663
|
+
.E_b14q2gmw {
|
|
3664
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3665
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3666
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3667
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3668
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3669
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3670
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3671
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3674
|
+
.E_c1eym6el {
|
|
3675
|
+
border-radius: 8px;
|
|
3676
|
+
background-color: white;
|
|
3677
|
+
&.hoverable {
|
|
3678
|
+
cursor: pointer;
|
|
3679
|
+
|
|
3680
|
+
&:hover {
|
|
3681
|
+
transition: all 200ms ease;
|
|
3682
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3683
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3684
|
+
transform: translateY(-4px);
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
|
|
3663
3690
|
.E_l48ei06 {
|
|
3664
3691
|
@at-root {
|
|
3665
3692
|
button#{&}.ant-btn,
|
|
@@ -3731,261 +3758,117 @@
|
|
|
3731
3758
|
}
|
|
3732
3759
|
|
|
3733
3760
|
|
|
3734
|
-
.
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3761
|
+
.E_sddwhm6 {
|
|
3762
|
+
$prefix: ui-kit-status-capsule;
|
|
3763
|
+
margin: 0;
|
|
3764
|
+
border-radius: 20px;
|
|
3765
|
+
padding: 2px 10px;
|
|
3766
|
+
height: 22px;
|
|
3741
3767
|
|
|
3742
|
-
.
|
|
3743
|
-
|
|
3768
|
+
&.ant-tag.#{$prefix}.off-white {
|
|
3769
|
+
background-color: $fill-neutral-trans-1 !important;
|
|
3770
|
+
&.tag-hover:hover,
|
|
3771
|
+
&.__pseudo-states-hover {
|
|
3772
|
+
background-color: $fill-neutral-trans-2 !important;
|
|
3773
|
+
}
|
|
3774
|
+
}
|
|
3775
|
+
&.ant-tag.#{$prefix} {
|
|
3776
|
+
color: $text-neutral-primary;
|
|
3777
|
+
.#{$prefix}-icon {
|
|
3778
|
+
margin-right: 6px;
|
|
3779
|
+
}
|
|
3780
|
+
.#{$prefix}-number {
|
|
3781
|
+
margin-left: 8px;
|
|
3782
|
+
color: #2C385299;
|
|
3783
|
+
}
|
|
3784
|
+
&.ant-tag-blue {
|
|
3785
|
+
background-color: $fill-outstanding-light;
|
|
3786
|
+
.#{$prefix}-icon {
|
|
3787
|
+
background-color: $fill-outstanding-base;
|
|
3788
|
+
}
|
|
3789
|
+
&.tag-hover:hover,
|
|
3790
|
+
&.__pseudo-states-hover {
|
|
3791
|
+
background-color: $fill-outstanding-light-hover;
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
&.ant-tag-red {
|
|
3795
|
+
background-color: $fill-serious-light;
|
|
3796
|
+
.#{$prefix}-icon {
|
|
3797
|
+
background-color: $fill-serious-base;
|
|
3798
|
+
}
|
|
3799
|
+
&.tag-hover:hover,
|
|
3800
|
+
&.__pseudo-states-hover {
|
|
3801
|
+
background-color: $fill-serious-light-hover;
|
|
3802
|
+
}
|
|
3803
|
+
}
|
|
3804
|
+
&.ant-tag-yellow {
|
|
3805
|
+
background-color: $fill-notice-light;
|
|
3806
|
+
.#{$prefix}-icon {
|
|
3807
|
+
background-color: $fill-notice-base;
|
|
3808
|
+
}
|
|
3809
|
+
&.tag-hover:hover,
|
|
3810
|
+
&.__pseudo-states-hover {
|
|
3811
|
+
background-color: $fill-notice-light-hover;
|
|
3812
|
+
}
|
|
3813
|
+
}
|
|
3814
|
+
&.ant-tag-green {
|
|
3815
|
+
background-color: $fill-positive-light;
|
|
3816
|
+
.#{$prefix}-icon {
|
|
3817
|
+
background-color: $fill-positive-base;
|
|
3818
|
+
}
|
|
3819
|
+
&.tag-hover:hover,
|
|
3820
|
+
&.__pseudo-states-hover {
|
|
3821
|
+
background-color: $fill-positive-light-hover;
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
3824
|
+
&.ant-tag-gray {
|
|
3825
|
+
background-color: $fill-neutral-trans-2;
|
|
3826
|
+
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
3827
|
+
background-color: $gray-70;
|
|
3828
|
+
}
|
|
3829
|
+
&.tag-hover:hover,
|
|
3830
|
+
&.__pseudo-states-hover {
|
|
3831
|
+
background-color: $fill-neutral-trans-3-trans-2-hover;
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3744
3835
|
}
|
|
3745
3836
|
|
|
3837
|
+
.E_satwmqm {
|
|
3838
|
+
width: 8px;
|
|
3839
|
+
height: 8px;
|
|
3840
|
+
border-radius: 50%;
|
|
3841
|
+
display: inline-block;
|
|
3842
|
+
}
|
|
3746
3843
|
|
|
3747
|
-
.E_c1kghdax {
|
|
3748
|
-
color: $text-primary-light;
|
|
3749
|
-
padding: 7px 12px;
|
|
3750
|
-
display: flex;
|
|
3751
|
-
justify-content: space-between;
|
|
3752
|
-
align-items: center;
|
|
3753
3844
|
|
|
3754
|
-
|
|
3755
|
-
|
|
3845
|
+
.E_tc97u5y {
|
|
3846
|
+
height: 100%;
|
|
3847
|
+
}
|
|
3756
3848
|
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3849
|
+
.E_efzf37v {
|
|
3850
|
+
.ant-table-content,
|
|
3851
|
+
.ant-table-body {
|
|
3852
|
+
overflow: visible !important;
|
|
3853
|
+
height: 100%;
|
|
3854
|
+
}
|
|
3760
3855
|
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3856
|
+
.ant-table-tbody .ant-table-placeholder td {
|
|
3857
|
+
height: 100%;
|
|
3858
|
+
}
|
|
3764
3859
|
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3860
|
+
table {
|
|
3861
|
+
width: 100% !important;
|
|
3862
|
+
height: 100%;
|
|
3863
|
+
.ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3864
|
+
padding: 15px 0;
|
|
3769
3865
|
}
|
|
3770
3866
|
}
|
|
3771
3867
|
|
|
3772
|
-
.
|
|
3773
|
-
|
|
3774
|
-
line-height: 18px;
|
|
3868
|
+
table thead.ant-table-thead {
|
|
3869
|
+
display: none;
|
|
3775
3870
|
}
|
|
3776
|
-
|
|
3777
|
-
.title-wrapper {
|
|
3778
|
-
display: flex;
|
|
3779
|
-
align-items: center;
|
|
3780
|
-
user-select: none;
|
|
3781
|
-
flex-grow: 1;
|
|
3782
|
-
font-size: 12px;
|
|
3783
|
-
line-height: 18px;
|
|
3784
|
-
color: $text-primary-light;
|
|
3785
|
-
font-weight: 700;
|
|
3786
|
-
}
|
|
3787
|
-
|
|
3788
|
-
.collapse-arrow {
|
|
3789
|
-
transition: all 50ms ease-out 0ms;
|
|
3790
|
-
margin-right: 2px;
|
|
3791
|
-
}
|
|
3792
|
-
}
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
.E_b14q2gmw {
|
|
3796
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3797
|
-
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3798
|
-
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3799
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3800
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3801
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3802
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3803
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3804
|
-
}
|
|
3805
|
-
|
|
3806
|
-
.E_c1eym6el {
|
|
3807
|
-
border-radius: 8px;
|
|
3808
|
-
background-color: white;
|
|
3809
|
-
&.hoverable {
|
|
3810
|
-
cursor: pointer;
|
|
3811
|
-
|
|
3812
|
-
&:hover {
|
|
3813
|
-
transition: all 200ms ease;
|
|
3814
|
-
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3815
|
-
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3816
|
-
transform: translateY(-4px);
|
|
3817
|
-
}
|
|
3818
|
-
}
|
|
3819
|
-
}
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
.E_lht19u8 {
|
|
3823
|
-
width: 64px;
|
|
3824
|
-
height: 64px;
|
|
3825
|
-
display: flex;
|
|
3826
|
-
align-items: center;
|
|
3827
|
-
justify-content: center;
|
|
3828
|
-
position: relative;
|
|
3829
|
-
opacity: 0.2;
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
.E_lk3gkp4 {
|
|
3833
|
-
position: absolute;
|
|
3834
|
-
width: 5px;
|
|
3835
|
-
height: 48px;
|
|
3836
|
-
left: 9.33px;
|
|
3837
|
-
top: 40.5px;
|
|
3838
|
-
|
|
3839
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3840
|
-
border-radius: 5px;
|
|
3841
|
-
transform: rotate(-128deg);
|
|
3842
|
-
transform-origin: top left;
|
|
3843
|
-
|
|
3844
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3845
|
-
}
|
|
3846
|
-
|
|
3847
|
-
.E_ll4n94n {
|
|
3848
|
-
position: absolute;
|
|
3849
|
-
width: 5px;
|
|
3850
|
-
height: 48px;
|
|
3851
|
-
left: 40.8px;
|
|
3852
|
-
top: 8.4px;
|
|
3853
|
-
|
|
3854
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3855
|
-
border-radius: 5px;
|
|
3856
|
-
transform: rotate(-8deg);
|
|
3857
|
-
transform-origin: top left;
|
|
3858
|
-
|
|
3859
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
3860
|
-
}
|
|
3861
|
-
|
|
3862
|
-
.E_l17lbdo6 {
|
|
3863
|
-
position: absolute;
|
|
3864
|
-
width: 5px;
|
|
3865
|
-
height: 48px;
|
|
3866
|
-
left: 52.9px;
|
|
3867
|
-
top: 51.8px;
|
|
3868
|
-
|
|
3869
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3870
|
-
border-radius: 5px;
|
|
3871
|
-
transform: rotate(112deg);
|
|
3872
|
-
transform-origin: top left;
|
|
3873
|
-
|
|
3874
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
3875
|
-
}
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
.E_sddwhm6 {
|
|
3879
|
-
$prefix: ui-kit-status-capsule;
|
|
3880
|
-
margin: 0;
|
|
3881
|
-
border-radius: 20px;
|
|
3882
|
-
padding: 2px 10px;
|
|
3883
|
-
height: 22px;
|
|
3884
|
-
|
|
3885
|
-
&.ant-tag.#{$prefix}.off-white {
|
|
3886
|
-
background-color: $fill-neutral-trans-1 !important;
|
|
3887
|
-
&.tag-hover:hover,
|
|
3888
|
-
&.__pseudo-states-hover {
|
|
3889
|
-
background-color: $fill-neutral-trans-2 !important;
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
&.ant-tag.#{$prefix} {
|
|
3893
|
-
color: $text-neutral-primary;
|
|
3894
|
-
.#{$prefix}-icon {
|
|
3895
|
-
margin-right: 6px;
|
|
3896
|
-
}
|
|
3897
|
-
.#{$prefix}-number {
|
|
3898
|
-
margin-left: 8px;
|
|
3899
|
-
color: #2C385299;
|
|
3900
|
-
}
|
|
3901
|
-
&.ant-tag-blue {
|
|
3902
|
-
background-color: $fill-outstanding-light;
|
|
3903
|
-
.#{$prefix}-icon {
|
|
3904
|
-
background-color: $fill-outstanding-base;
|
|
3905
|
-
}
|
|
3906
|
-
&.tag-hover:hover,
|
|
3907
|
-
&.__pseudo-states-hover {
|
|
3908
|
-
background-color: $fill-outstanding-light-hover;
|
|
3909
|
-
}
|
|
3910
|
-
}
|
|
3911
|
-
&.ant-tag-red {
|
|
3912
|
-
background-color: $fill-serious-light;
|
|
3913
|
-
.#{$prefix}-icon {
|
|
3914
|
-
background-color: $fill-serious-base;
|
|
3915
|
-
}
|
|
3916
|
-
&.tag-hover:hover,
|
|
3917
|
-
&.__pseudo-states-hover {
|
|
3918
|
-
background-color: $fill-serious-light-hover;
|
|
3919
|
-
}
|
|
3920
|
-
}
|
|
3921
|
-
&.ant-tag-yellow {
|
|
3922
|
-
background-color: $fill-notice-light;
|
|
3923
|
-
.#{$prefix}-icon {
|
|
3924
|
-
background-color: $fill-notice-base;
|
|
3925
|
-
}
|
|
3926
|
-
&.tag-hover:hover,
|
|
3927
|
-
&.__pseudo-states-hover {
|
|
3928
|
-
background-color: $fill-notice-light-hover;
|
|
3929
|
-
}
|
|
3930
|
-
}
|
|
3931
|
-
&.ant-tag-green {
|
|
3932
|
-
background-color: $fill-positive-light;
|
|
3933
|
-
.#{$prefix}-icon {
|
|
3934
|
-
background-color: $fill-positive-base;
|
|
3935
|
-
}
|
|
3936
|
-
&.tag-hover:hover,
|
|
3937
|
-
&.__pseudo-states-hover {
|
|
3938
|
-
background-color: $fill-positive-light-hover;
|
|
3939
|
-
}
|
|
3940
|
-
}
|
|
3941
|
-
&.ant-tag-gray {
|
|
3942
|
-
background-color: $fill-neutral-trans-2;
|
|
3943
|
-
.#{$prefix}-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
3944
|
-
background-color: $gray-70;
|
|
3945
|
-
}
|
|
3946
|
-
&.tag-hover:hover,
|
|
3947
|
-
&.__pseudo-states-hover {
|
|
3948
|
-
background-color: $fill-neutral-trans-3-trans-2-hover;
|
|
3949
|
-
}
|
|
3950
|
-
}
|
|
3951
|
-
}
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
|
-
.E_satwmqm {
|
|
3955
|
-
width: 8px;
|
|
3956
|
-
height: 8px;
|
|
3957
|
-
border-radius: 50%;
|
|
3958
|
-
display: inline-block;
|
|
3959
|
-
}
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
.E_tc97u5y {
|
|
3963
|
-
height: 100%;
|
|
3964
|
-
}
|
|
3965
|
-
|
|
3966
|
-
.E_efzf37v {
|
|
3967
|
-
.ant-table-content,
|
|
3968
|
-
.ant-table-body {
|
|
3969
|
-
overflow: visible !important;
|
|
3970
|
-
height: 100%;
|
|
3971
|
-
}
|
|
3972
|
-
|
|
3973
|
-
.ant-table-tbody .ant-table-placeholder td {
|
|
3974
|
-
height: 100%;
|
|
3975
|
-
}
|
|
3976
|
-
|
|
3977
|
-
table {
|
|
3978
|
-
width: 100% !important;
|
|
3979
|
-
height: 100%;
|
|
3980
|
-
.ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3981
|
-
padding: 15px 0;
|
|
3982
|
-
}
|
|
3983
|
-
}
|
|
3984
|
-
|
|
3985
|
-
table thead.ant-table-thead {
|
|
3986
|
-
display: none;
|
|
3987
|
-
}
|
|
3988
|
-
}
|
|
3871
|
+
}
|
|
3989
3872
|
|
|
3990
3873
|
.E_t1fisho6 {
|
|
3991
3874
|
height: 100%;
|
|
@@ -4397,68 +4280,120 @@
|
|
|
4397
4280
|
}
|
|
4398
4281
|
|
|
4399
4282
|
|
|
4400
|
-
.
|
|
4401
|
-
|
|
4402
|
-
align-items: center;
|
|
4403
|
-
justify-content: space-between;
|
|
4404
|
-
column-gap: 6px;
|
|
4283
|
+
.E_c1yd35n {
|
|
4284
|
+
padding: 0 12px 14px 12px;
|
|
4405
4285
|
}
|
|
4406
4286
|
|
|
4407
|
-
|
|
4287
|
+
|
|
4288
|
+
.E_c1kghdax {
|
|
4289
|
+
color: $text-primary-light;
|
|
4290
|
+
padding: 7px 12px;
|
|
4408
4291
|
display: flex;
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4292
|
+
justify-content: space-between;
|
|
4293
|
+
align-items: center;
|
|
4412
4294
|
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4295
|
+
&.has-arrow {
|
|
4296
|
+
padding-left: 10px;
|
|
4297
|
+
|
|
4298
|
+
.title-wrapper {
|
|
4299
|
+
cursor: pointer;
|
|
4300
|
+
color: $text-light-primary;
|
|
4419
4301
|
|
|
4302
|
+
&.is-open {
|
|
4303
|
+
color: $text-primary-light;
|
|
4304
|
+
font-weight: 600;
|
|
4420
4305
|
|
|
4421
|
-
.
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
border-radius: 4px 0 0 4px;
|
|
4426
|
-
padding-right: 4px;
|
|
4427
|
-
margin-right: 4px;
|
|
4306
|
+
.collapse-arrow {
|
|
4307
|
+
transform: rotate(90deg);
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
4428
4310
|
}
|
|
4429
4311
|
}
|
|
4430
|
-
}
|
|
4431
4312
|
|
|
4313
|
+
.sub-info {
|
|
4314
|
+
font-size: 12px;
|
|
4315
|
+
line-height: 18px;
|
|
4316
|
+
}
|
|
4432
4317
|
|
|
4433
|
-
.
|
|
4434
|
-
|
|
4435
|
-
|
|
4318
|
+
.title-wrapper {
|
|
4319
|
+
display: flex;
|
|
4320
|
+
align-items: center;
|
|
4321
|
+
user-select: none;
|
|
4322
|
+
flex-grow: 1;
|
|
4323
|
+
font-size: 12px;
|
|
4324
|
+
line-height: 18px;
|
|
4325
|
+
color: $text-primary-light;
|
|
4326
|
+
font-weight: 700;
|
|
4436
4327
|
}
|
|
4437
4328
|
|
|
4438
|
-
.
|
|
4439
|
-
|
|
4440
|
-
|
|
4329
|
+
.collapse-arrow {
|
|
4330
|
+
transition: all 50ms ease-out 0ms;
|
|
4331
|
+
margin-right: 2px;
|
|
4441
4332
|
}
|
|
4333
|
+
}
|
|
4442
4334
|
|
|
4443
|
-
|
|
4444
|
-
|
|
4335
|
+
|
|
4336
|
+
.E_ckui4s7 {
|
|
4337
|
+
color: $text-primary-light;
|
|
4338
|
+
line-height: 22px;
|
|
4339
|
+
display: inline-flex;
|
|
4340
|
+
.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; } } }
|
|
4445
4341
|
}
|
|
4446
4342
|
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4343
|
+
|
|
4344
|
+
.E_lht19u8 {
|
|
4345
|
+
width: 64px;
|
|
4346
|
+
height: 64px;
|
|
4347
|
+
display: flex;
|
|
4348
|
+
align-items: center;
|
|
4349
|
+
justify-content: center;
|
|
4350
|
+
position: relative;
|
|
4351
|
+
opacity: 0.2;
|
|
4450
4352
|
}
|
|
4451
4353
|
|
|
4452
|
-
.
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4354
|
+
.E_lk3gkp4 {
|
|
4355
|
+
position: absolute;
|
|
4356
|
+
width: 5px;
|
|
4357
|
+
height: 48px;
|
|
4358
|
+
left: 9.33px;
|
|
4359
|
+
top: 40.5px;
|
|
4360
|
+
|
|
4361
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4362
|
+
border-radius: 5px;
|
|
4363
|
+
transform: rotate(-128deg);
|
|
4364
|
+
transform-origin: top left;
|
|
4365
|
+
|
|
4366
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
.E_ll4n94n {
|
|
4370
|
+
position: absolute;
|
|
4371
|
+
width: 5px;
|
|
4372
|
+
height: 48px;
|
|
4373
|
+
left: 40.8px;
|
|
4374
|
+
top: 8.4px;
|
|
4375
|
+
|
|
4376
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4377
|
+
border-radius: 5px;
|
|
4378
|
+
transform: rotate(-8deg);
|
|
4379
|
+
transform-origin: top left;
|
|
4380
|
+
|
|
4381
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.E_l17lbdo6 {
|
|
4385
|
+
position: absolute;
|
|
4386
|
+
width: 5px;
|
|
4387
|
+
height: 48px;
|
|
4388
|
+
left: 52.9px;
|
|
4389
|
+
top: 51.8px;
|
|
4390
|
+
|
|
4391
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4392
|
+
border-radius: 5px;
|
|
4393
|
+
transform: rotate(112deg);
|
|
4394
|
+
transform-origin: top left;
|
|
4395
|
+
|
|
4396
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4462
4397
|
}
|
|
4463
4398
|
|
|
4464
4399
|
|
|
@@ -4679,12 +4614,6 @@
|
|
|
4679
4614
|
}
|
|
4680
4615
|
|
|
4681
4616
|
|
|
4682
|
-
.E_i1g85yz3 {
|
|
4683
|
-
margin-right: 4px;
|
|
4684
|
-
height: 16px;
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
4617
|
.E_sjob3jg {
|
|
4689
4618
|
$item: ant-steps-item;
|
|
4690
4619
|
--item-min-width: 60px;
|
|
@@ -4944,6 +4873,77 @@
|
|
|
4944
4873
|
}
|
|
4945
4874
|
|
|
4946
4875
|
|
|
4876
|
+
.E_w7ob4th {
|
|
4877
|
+
&.outside-tag {
|
|
4878
|
+
padding-left: 0;
|
|
4879
|
+
.inside-tag {
|
|
4880
|
+
border-radius: 4px 0 0 4px;
|
|
4881
|
+
padding-right: 4px;
|
|
4882
|
+
margin-right: 4px;
|
|
4883
|
+
}
|
|
4884
|
+
}
|
|
4885
|
+
}
|
|
4886
|
+
|
|
4887
|
+
|
|
4888
|
+
.E_r77hffu {
|
|
4889
|
+
display: flex;
|
|
4890
|
+
align-items: center;
|
|
4891
|
+
justify-content: space-between;
|
|
4892
|
+
column-gap: 6px;
|
|
4893
|
+
}
|
|
4894
|
+
|
|
4895
|
+
.E_p1cmxsf7 {
|
|
4896
|
+
display: flex;
|
|
4897
|
+
flex-direction: column;
|
|
4898
|
+
justify-content: center;
|
|
4899
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4900
|
+
|
|
4901
|
+
.antd5-progress-line {
|
|
4902
|
+
font-size: 0;
|
|
4903
|
+
margin-bottom: unset;
|
|
4904
|
+
margin-inline-end: unset;
|
|
4905
|
+
}
|
|
4906
|
+
}
|
|
4907
|
+
|
|
4908
|
+
|
|
4909
|
+
.E_slr2ynn {
|
|
4910
|
+
padding: 0 8px;
|
|
4911
|
+
height: 18px;
|
|
4912
|
+
}
|
|
4913
|
+
|
|
4914
|
+
.E_m140wbb6 {
|
|
4915
|
+
padding: 2px 8px;
|
|
4916
|
+
height: 24px;
|
|
4917
|
+
}
|
|
4918
|
+
|
|
4919
|
+
.E_t1fozc1i {
|
|
4920
|
+
margin: 0;
|
|
4921
|
+
}
|
|
4922
|
+
|
|
4923
|
+
.E_i1vxv4ln {
|
|
4924
|
+
margin-right: 4px;
|
|
4925
|
+
height: 16px;
|
|
4926
|
+
}
|
|
4927
|
+
|
|
4928
|
+
.E_n1afl31m {
|
|
4929
|
+
&.ant-tag.ant-tag-gray {
|
|
4930
|
+
font-weight: 700;
|
|
4931
|
+
color: $text-neutral-primary;
|
|
4932
|
+
background-color: $fill-neutral-trans-1;
|
|
4933
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
4934
|
+
word-break: break-all;
|
|
4935
|
+
display: inline;
|
|
4936
|
+
white-space: normal;
|
|
4937
|
+
}
|
|
4938
|
+
}
|
|
4939
|
+
|
|
4940
|
+
|
|
4941
|
+
.E_i1g85yz3 {
|
|
4942
|
+
margin-right: 4px;
|
|
4943
|
+
height: 16px;
|
|
4944
|
+
}
|
|
4945
|
+
|
|
4946
|
+
|
|
4947
4947
|
.E_l1ucdodl {
|
|
4948
4948
|
$prefix: ui-kit-status-legend;
|
|
4949
4949
|
margin: 0;
|
|
@@ -5558,6 +5558,39 @@
|
|
|
5558
5558
|
}
|
|
5559
5559
|
|
|
5560
5560
|
|
|
5561
|
+
.E_s20iney {
|
|
5562
|
+
&.skeleton-box {
|
|
5563
|
+
display: flex;
|
|
5564
|
+
align-items: center;
|
|
5565
|
+
justify-content: center;
|
|
5566
|
+
position: relative;
|
|
5567
|
+
border-radius: 2px;
|
|
5568
|
+
background: #E1E6F199;
|
|
5569
|
+
overflow: hidden;
|
|
5570
|
+
|
|
5571
|
+
& > .skeleton-shimmer {
|
|
5572
|
+
width: 200%;
|
|
5573
|
+
height: 200%;
|
|
5574
|
+
transform: rotate(15deg);
|
|
5575
|
+
position: absolute;
|
|
5576
|
+
top: -50%;
|
|
5577
|
+
flex-shrink: 0;
|
|
5578
|
+
opacity: 0.8;
|
|
5579
|
+
background: linear-gradient(
|
|
5580
|
+
90deg,
|
|
5581
|
+
rgba(255, 255, 255, 0) 15%,
|
|
5582
|
+
#FFFFFF99 50%,
|
|
5583
|
+
rgba(255, 255, 255, 0) 85%
|
|
5584
|
+
);
|
|
5585
|
+
|
|
5586
|
+
animation: shimmer 1100ms infinite;
|
|
5587
|
+
}
|
|
5588
|
+
|
|
5589
|
+
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5590
|
+
}
|
|
5591
|
+
}
|
|
5592
|
+
|
|
5593
|
+
|
|
5561
5594
|
.E_icab5o7 {
|
|
5562
5595
|
--modal-header-height: 140px;
|
|
5563
5596
|
&.ant-modal {
|
|
@@ -5846,39 +5879,6 @@
|
|
|
5846
5879
|
}
|
|
5847
5880
|
|
|
5848
5881
|
|
|
5849
|
-
.E_s20iney {
|
|
5850
|
-
&.skeleton-box {
|
|
5851
|
-
display: flex;
|
|
5852
|
-
align-items: center;
|
|
5853
|
-
justify-content: center;
|
|
5854
|
-
position: relative;
|
|
5855
|
-
border-radius: 2px;
|
|
5856
|
-
background: #E1E6F199;
|
|
5857
|
-
overflow: hidden;
|
|
5858
|
-
|
|
5859
|
-
& > .skeleton-shimmer {
|
|
5860
|
-
width: 200%;
|
|
5861
|
-
height: 200%;
|
|
5862
|
-
transform: rotate(15deg);
|
|
5863
|
-
position: absolute;
|
|
5864
|
-
top: -50%;
|
|
5865
|
-
flex-shrink: 0;
|
|
5866
|
-
opacity: 0.8;
|
|
5867
|
-
background: linear-gradient(
|
|
5868
|
-
90deg,
|
|
5869
|
-
rgba(255, 255, 255, 0) 15%,
|
|
5870
|
-
#FFFFFF99 50%,
|
|
5871
|
-
rgba(255, 255, 255, 0) 85%
|
|
5872
|
-
);
|
|
5873
|
-
|
|
5874
|
-
animation: shimmer 1100ms infinite;
|
|
5875
|
-
}
|
|
5876
|
-
|
|
5877
|
-
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5878
|
-
}
|
|
5879
|
-
}
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
5882
|
.E_sqv6dmy {
|
|
5883
5883
|
display: flex;
|
|
5884
5884
|
justify-content: flex-end;
|
|
@@ -6055,22 +6055,77 @@
|
|
|
6055
6055
|
}
|
|
6056
6056
|
|
|
6057
6057
|
|
|
6058
|
-
.
|
|
6059
|
-
display:
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
.
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6058
|
+
.E_c18bcrac {
|
|
6059
|
+
display: inline-block;
|
|
6060
|
+
width: 100%;
|
|
6061
|
+
.recharts-wrapper {
|
|
6062
|
+
margin-left: 4px;
|
|
6063
|
+
}
|
|
6064
|
+
}
|
|
6065
|
+
|
|
6066
|
+
.E_cro7kg2 {
|
|
6067
|
+
padding: 4px;
|
|
6068
|
+
|
|
6069
|
+
.unit {
|
|
6070
|
+
color: white;
|
|
6071
|
+
}
|
|
6072
|
+
}
|
|
6073
|
+
|
|
6074
|
+
.E_c14wcxf0 {
|
|
6075
|
+
display: flex;
|
|
6076
|
+
justify-content: space-between;
|
|
6077
|
+
align-items: center;
|
|
6078
|
+
font-size: 13px;
|
|
6079
|
+
line-height: 24px;
|
|
6080
|
+
color: #cccccc;
|
|
6081
|
+
white-space: nowrap;
|
|
6082
|
+
|
|
6083
|
+
label {
|
|
6084
|
+
margin-right: 32px;
|
|
6085
|
+
}
|
|
6086
|
+
}
|
|
6087
|
+
|
|
6088
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6089
|
+
font-weight: bold;
|
|
6090
|
+
color: white;
|
|
6091
|
+
}
|
|
6092
|
+
|
|
6093
|
+
.E_s11212zy {
|
|
6094
|
+
width: 8px;
|
|
6095
|
+
height: 8px;
|
|
6096
|
+
border-radius: 2px;
|
|
6097
|
+
display: inline-block;
|
|
6098
|
+
background: var(--s11212zy-0);
|
|
6099
|
+
border: 1px solid $fills-light-white;
|
|
6100
|
+
box-sizing: content-box;
|
|
6101
|
+
margin-right: 6px;
|
|
6102
|
+
}
|
|
6103
|
+
|
|
6104
|
+
.E_p1lyky6c {
|
|
6105
|
+
& > :first-child {
|
|
6106
|
+
font-weight: bold;
|
|
6107
|
+
color: white;
|
|
6108
|
+
margin-right: 4px;
|
|
6109
|
+
}
|
|
6110
|
+
}
|
|
6111
|
+
|
|
6112
|
+
|
|
6113
|
+
.E_s1ebs0ra {
|
|
6114
|
+
display: flex;
|
|
6115
|
+
align-items: center;
|
|
6116
|
+
justify-content: space-between;
|
|
6117
|
+
background: $backgrounds-light-grouped;
|
|
6118
|
+
padding: 8px 12px;
|
|
6119
|
+
position: sticky;
|
|
6120
|
+
top: 0;
|
|
6121
|
+
z-index: 1;
|
|
6122
|
+
margin-bottom: -52px;
|
|
6123
|
+
|
|
6124
|
+
.select-total {
|
|
6125
|
+
display: flex;
|
|
6126
|
+
align-items: center;
|
|
6127
|
+
font-weight: 700;
|
|
6128
|
+
flex-shrink: 0;
|
|
6074
6129
|
|
|
6075
6130
|
.icon-wrapper {
|
|
6076
6131
|
cursor: pointer;
|
|
@@ -6122,57 +6177,122 @@
|
|
|
6122
6177
|
}
|
|
6123
6178
|
|
|
6124
6179
|
|
|
6125
|
-
.
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6180
|
+
.E_clm1wy1 {
|
|
6181
|
+
width: 192px;
|
|
6182
|
+
height: 246px;
|
|
6183
|
+
border-radius: 4px;
|
|
6184
|
+
|
|
6185
|
+
> .ant-picker-calendar,
|
|
6186
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
6187
|
+
width: 100%;
|
|
6188
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6189
|
+
border-top: none;
|
|
6190
|
+
|
|
6191
|
+
.ant-picker-body {
|
|
6192
|
+
padding: 0 16px;
|
|
6193
|
+
}
|
|
6194
|
+
|
|
6195
|
+
.ant-picker-content {
|
|
6196
|
+
width: 100%;
|
|
6197
|
+
height: 180px;
|
|
6198
|
+
border-spacing: 0;
|
|
6199
|
+
|
|
6200
|
+
thead {
|
|
6201
|
+
margin-bottom: 8px;
|
|
6202
|
+
}
|
|
6203
|
+
th {
|
|
6204
|
+
width: 22px;
|
|
6205
|
+
}
|
|
6206
|
+
td {
|
|
6207
|
+
padding: 0;
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6130
6210
|
}
|
|
6131
|
-
}
|
|
6132
6211
|
|
|
6133
|
-
.
|
|
6134
|
-
|
|
6212
|
+
.ant-picker-cell {
|
|
6213
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6214
|
+
opacity: 0.4;
|
|
6215
|
+
}
|
|
6216
|
+
.ant-picker-cell-in-view {
|
|
6217
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6218
|
+
opacity: 1;
|
|
6219
|
+
}
|
|
6220
|
+
.ant-picker-cell-in-view > .active {
|
|
6221
|
+
color: #3e4652;
|
|
6222
|
+
}
|
|
6135
6223
|
|
|
6136
|
-
.
|
|
6137
|
-
|
|
6224
|
+
.ant-picker-cell::before {
|
|
6225
|
+
pointer-events: none;
|
|
6138
6226
|
}
|
|
6139
6227
|
}
|
|
6140
6228
|
|
|
6141
|
-
.
|
|
6229
|
+
.E_t1tsm00v {
|
|
6230
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6231
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6232
|
+
backdrop-filter: blur(10px);
|
|
6233
|
+
padding: 7px 10px;
|
|
6234
|
+
}
|
|
6235
|
+
|
|
6236
|
+
.E_c167wnad {
|
|
6237
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6142
6238
|
display: flex;
|
|
6143
6239
|
justify-content: space-between;
|
|
6144
6240
|
align-items: center;
|
|
6145
|
-
|
|
6146
|
-
line-height: 24px;
|
|
6147
|
-
color: #cccccc;
|
|
6148
|
-
white-space: nowrap;
|
|
6241
|
+
padding: 8px 16px;
|
|
6149
6242
|
|
|
6150
|
-
|
|
6151
|
-
|
|
6243
|
+
.anticon {
|
|
6244
|
+
cursor: pointer;
|
|
6245
|
+
&:hover {
|
|
6246
|
+
color: $blue;
|
|
6247
|
+
}
|
|
6152
6248
|
}
|
|
6153
6249
|
}
|
|
6154
6250
|
|
|
6155
|
-
.
|
|
6156
|
-
|
|
6157
|
-
|
|
6251
|
+
.E_cxhf7dh {
|
|
6252
|
+
text-align: center;
|
|
6253
|
+
|
|
6254
|
+
.dots {
|
|
6255
|
+
display: flex;
|
|
6256
|
+
justify-content: center;
|
|
6257
|
+
}
|
|
6258
|
+
.dot {
|
|
6259
|
+
display: inline-block;
|
|
6260
|
+
width: 2px;
|
|
6261
|
+
height: 2px;
|
|
6262
|
+
border-radius: 1px;
|
|
6263
|
+
background: $blue;
|
|
6264
|
+
|
|
6265
|
+
&:not(:last-child) {
|
|
6266
|
+
margin-right: 2px;
|
|
6267
|
+
}
|
|
6268
|
+
}
|
|
6269
|
+
.bar {
|
|
6270
|
+
width: 9px;
|
|
6271
|
+
height: 2px;
|
|
6272
|
+
background: $blue;
|
|
6273
|
+
border-radius: 2px;
|
|
6274
|
+
}
|
|
6158
6275
|
}
|
|
6159
6276
|
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6277
|
+
|
|
6278
|
+
.E_gmyahx3 {
|
|
6279
|
+
cursor: pointer;
|
|
6280
|
+
|
|
6281
|
+
.link-text {
|
|
6282
|
+
color: $text-light-tertiary;
|
|
6283
|
+
}
|
|
6284
|
+
|
|
6285
|
+
&:hover .link-text {
|
|
6286
|
+
color: $text-light-general;
|
|
6287
|
+
}
|
|
6169
6288
|
}
|
|
6170
6289
|
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6290
|
+
|
|
6291
|
+
.E_tqjc4ui {
|
|
6292
|
+
@at-root {
|
|
6293
|
+
span#{&} {
|
|
6294
|
+
margin: 0 2px;
|
|
6295
|
+
}
|
|
6176
6296
|
}
|
|
6177
6297
|
}
|
|
6178
6298
|
|
|
@@ -6278,185 +6398,66 @@
|
|
|
6278
6398
|
color: rgba(62, 70, 82, 0.6);
|
|
6279
6399
|
border-radius: 4px;
|
|
6280
6400
|
|
|
6281
|
-
&.active {
|
|
6282
|
-
background: rgba(0, 128, 255, 0.1);
|
|
6283
|
-
color: $blue;
|
|
6284
|
-
}
|
|
6285
|
-
}
|
|
6286
|
-
|
|
6287
|
-
padding-bottom: 4px;
|
|
6288
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6289
|
-
}
|
|
6290
|
-
|
|
6291
|
-
.E_wpbf4pq {
|
|
6292
|
-
padding: 10px 0;
|
|
6293
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6294
|
-
|
|
6295
|
-
.ant-input,
|
|
6296
|
-
.ant-picker {
|
|
6297
|
-
width: 80px;
|
|
6298
|
-
margin: 0 9px;
|
|
6299
|
-
text-align: center;
|
|
6300
|
-
}
|
|
6301
|
-
|
|
6302
|
-
.options {
|
|
6303
|
-
padding: 12px 0 12px 16px;
|
|
6304
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6305
|
-
margin: 5px 0 5px 8px;
|
|
6306
|
-
}
|
|
6307
|
-
.week-day-option,
|
|
6308
|
-
.month-day-option {
|
|
6309
|
-
background: #f5f7fa;
|
|
6310
|
-
box-sizing: border-box;
|
|
6311
|
-
border-radius: 16px;
|
|
6312
|
-
margin-right: 8px;
|
|
6313
|
-
|
|
6314
|
-
&:focus {
|
|
6315
|
-
color: inherit;
|
|
6316
|
-
border-color: #d9d9d9;
|
|
6317
|
-
}
|
|
6318
|
-
}
|
|
6319
|
-
.week-day-option {
|
|
6320
|
-
&.active {
|
|
6321
|
-
background-color: $blue;
|
|
6322
|
-
border-color: $blue;
|
|
6323
|
-
color: $white;
|
|
6324
|
-
}
|
|
6325
|
-
&.en-text {
|
|
6326
|
-
width: 110px;
|
|
6327
|
-
margin-top: 4px;
|
|
6328
|
-
}
|
|
6329
|
-
}
|
|
6330
|
-
.month-day-option {
|
|
6331
|
-
width: 32px;
|
|
6332
|
-
padding: 0;
|
|
6333
|
-
margin-bottom: 8px;
|
|
6334
|
-
|
|
6335
|
-
&.active {
|
|
6336
|
-
background-color: $blue;
|
|
6337
|
-
border-color: $blue;
|
|
6338
|
-
color: $white;
|
|
6339
|
-
}
|
|
6340
|
-
}
|
|
6341
|
-
}
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
.E_clm1wy1 {
|
|
6345
|
-
width: 192px;
|
|
6346
|
-
height: 246px;
|
|
6347
|
-
border-radius: 4px;
|
|
6348
|
-
|
|
6349
|
-
> .ant-picker-calendar,
|
|
6350
|
-
> .ant-picker-calendar .ant-picker-panel {
|
|
6351
|
-
width: 100%;
|
|
6352
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6353
|
-
border-top: none;
|
|
6354
|
-
|
|
6355
|
-
.ant-picker-body {
|
|
6356
|
-
padding: 0 16px;
|
|
6357
|
-
}
|
|
6358
|
-
|
|
6359
|
-
.ant-picker-content {
|
|
6360
|
-
width: 100%;
|
|
6361
|
-
height: 180px;
|
|
6362
|
-
border-spacing: 0;
|
|
6363
|
-
|
|
6364
|
-
thead {
|
|
6365
|
-
margin-bottom: 8px;
|
|
6366
|
-
}
|
|
6367
|
-
th {
|
|
6368
|
-
width: 22px;
|
|
6369
|
-
}
|
|
6370
|
-
td {
|
|
6371
|
-
padding: 0;
|
|
6372
|
-
}
|
|
6373
|
-
}
|
|
6374
|
-
}
|
|
6375
|
-
|
|
6376
|
-
.ant-picker-cell {
|
|
6377
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6378
|
-
opacity: 0.4;
|
|
6379
|
-
}
|
|
6380
|
-
.ant-picker-cell-in-view {
|
|
6381
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6382
|
-
opacity: 1;
|
|
6383
|
-
}
|
|
6384
|
-
.ant-picker-cell-in-view > .active {
|
|
6385
|
-
color: #3e4652;
|
|
6386
|
-
}
|
|
6387
|
-
|
|
6388
|
-
.ant-picker-cell::before {
|
|
6389
|
-
pointer-events: none;
|
|
6390
|
-
}
|
|
6391
|
-
}
|
|
6392
|
-
|
|
6393
|
-
.E_t1tsm00v {
|
|
6394
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6395
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6396
|
-
backdrop-filter: blur(10px);
|
|
6397
|
-
padding: 7px 10px;
|
|
6398
|
-
}
|
|
6399
|
-
|
|
6400
|
-
.E_c167wnad {
|
|
6401
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6402
|
-
display: flex;
|
|
6403
|
-
justify-content: space-between;
|
|
6404
|
-
align-items: center;
|
|
6405
|
-
padding: 8px 16px;
|
|
6406
|
-
|
|
6407
|
-
.anticon {
|
|
6408
|
-
cursor: pointer;
|
|
6409
|
-
&:hover {
|
|
6410
|
-
color: $blue;
|
|
6411
|
-
}
|
|
6412
|
-
}
|
|
6413
|
-
}
|
|
6414
|
-
|
|
6415
|
-
.E_cxhf7dh {
|
|
6416
|
-
text-align: center;
|
|
6417
|
-
|
|
6418
|
-
.dots {
|
|
6419
|
-
display: flex;
|
|
6420
|
-
justify-content: center;
|
|
6421
|
-
}
|
|
6422
|
-
.dot {
|
|
6423
|
-
display: inline-block;
|
|
6424
|
-
width: 2px;
|
|
6425
|
-
height: 2px;
|
|
6426
|
-
border-radius: 1px;
|
|
6427
|
-
background: $blue;
|
|
6428
|
-
|
|
6429
|
-
&:not(:last-child) {
|
|
6430
|
-
margin-right: 2px;
|
|
6401
|
+
&.active {
|
|
6402
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6403
|
+
color: $blue;
|
|
6431
6404
|
}
|
|
6432
6405
|
}
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
background: $blue;
|
|
6437
|
-
border-radius: 2px;
|
|
6438
|
-
}
|
|
6406
|
+
|
|
6407
|
+
padding-bottom: 4px;
|
|
6408
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6439
6409
|
}
|
|
6440
6410
|
|
|
6411
|
+
.E_wpbf4pq {
|
|
6412
|
+
padding: 10px 0;
|
|
6413
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6441
6414
|
|
|
6442
|
-
.
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
|
|
6415
|
+
.ant-input,
|
|
6416
|
+
.ant-picker {
|
|
6417
|
+
width: 80px;
|
|
6418
|
+
margin: 0 9px;
|
|
6419
|
+
text-align: center;
|
|
6420
|
+
}
|
|
6447
6421
|
|
|
6448
|
-
|
|
6449
|
-
|
|
6422
|
+
.options {
|
|
6423
|
+
padding: 12px 0 12px 16px;
|
|
6424
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6425
|
+
margin: 5px 0 5px 8px;
|
|
6450
6426
|
}
|
|
6451
|
-
|
|
6427
|
+
.week-day-option,
|
|
6428
|
+
.month-day-option {
|
|
6429
|
+
background: #f5f7fa;
|
|
6430
|
+
box-sizing: border-box;
|
|
6431
|
+
border-radius: 16px;
|
|
6432
|
+
margin-right: 8px;
|
|
6452
6433
|
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6434
|
+
&:focus {
|
|
6435
|
+
color: inherit;
|
|
6436
|
+
border-color: #d9d9d9;
|
|
6437
|
+
}
|
|
6438
|
+
}
|
|
6439
|
+
.week-day-option {
|
|
6440
|
+
&.active {
|
|
6441
|
+
background-color: $blue;
|
|
6442
|
+
border-color: $blue;
|
|
6443
|
+
color: $white;
|
|
6444
|
+
}
|
|
6445
|
+
&.en-text {
|
|
6446
|
+
width: 110px;
|
|
6447
|
+
margin-top: 4px;
|
|
6448
|
+
}
|
|
6449
|
+
}
|
|
6450
|
+
.month-day-option {
|
|
6451
|
+
width: 32px;
|
|
6452
|
+
padding: 0;
|
|
6453
|
+
margin-bottom: 8px;
|
|
6456
6454
|
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6455
|
+
&.active {
|
|
6456
|
+
background-color: $blue;
|
|
6457
|
+
border-color: $blue;
|
|
6458
|
+
color: $white;
|
|
6459
|
+
}
|
|
6460
|
+
}
|
|
6460
6461
|
}
|
|
6461
6462
|
|
|
6462
6463
|
|
|
@@ -6490,63 +6491,24 @@
|
|
|
6490
6491
|
}
|
|
6491
6492
|
|
|
6492
6493
|
|
|
6493
|
-
.
|
|
6494
|
-
cursor: pointer;
|
|
6495
|
-
|
|
6496
|
-
.link-text {
|
|
6497
|
-
color: $text-light-tertiary;
|
|
6498
|
-
}
|
|
6499
|
-
|
|
6500
|
-
&:hover .link-text {
|
|
6501
|
-
color: $text-light-general;
|
|
6502
|
-
}
|
|
6503
|
-
}
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
.E_tqjc4ui {
|
|
6507
|
-
@at-root {
|
|
6508
|
-
span#{&} {
|
|
6509
|
-
margin: 0 2px;
|
|
6510
|
-
}
|
|
6511
|
-
}
|
|
6512
|
-
}
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
.E_wg1tsps {
|
|
6516
|
-
display: flex;
|
|
6517
|
-
align-items: center;
|
|
6518
|
-
justify-content: flex-end;
|
|
6519
|
-
}
|
|
6520
|
-
|
|
6521
|
-
.E_b1ctd5xy {
|
|
6494
|
+
.E_n12mqh7z {
|
|
6522
6495
|
display: flex;
|
|
6523
6496
|
align-items: center;
|
|
6524
|
-
|
|
6497
|
+
font-size: 12px;
|
|
6498
|
+
line-height: 18px;
|
|
6525
6499
|
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
width: 100%;
|
|
6500
|
+
&:not(:last-child) {
|
|
6501
|
+
margin-bottom: 4px;
|
|
6529
6502
|
}
|
|
6530
6503
|
}
|
|
6531
6504
|
|
|
6532
|
-
.
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
.unit {
|
|
6536
|
-
color: $text-light-primary !important;
|
|
6537
|
-
}
|
|
6505
|
+
.E_tf5bynu {
|
|
6506
|
+
margin: 0 3px;
|
|
6538
6507
|
}
|
|
6539
6508
|
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
display: flex;
|
|
6544
|
-
align-items: center;
|
|
6545
|
-
}
|
|
6546
|
-
|
|
6547
|
-
.enabled-text {
|
|
6548
|
-
margin-right: 8px;
|
|
6549
|
-
}
|
|
6509
|
+
.E_tcckoz1 {
|
|
6510
|
+
max-height: 400px;
|
|
6511
|
+
overflow: auto;
|
|
6550
6512
|
}
|
|
6551
6513
|
|
|
6552
6514
|
|
|
@@ -6801,6 +6763,18 @@
|
|
|
6801
6763
|
}
|
|
6802
6764
|
|
|
6803
6765
|
|
|
6766
|
+
.E_s1iv0tp1 {
|
|
6767
|
+
.enabled-switch {
|
|
6768
|
+
display: flex;
|
|
6769
|
+
align-items: center;
|
|
6770
|
+
}
|
|
6771
|
+
|
|
6772
|
+
.enabled-text {
|
|
6773
|
+
margin-right: 8px;
|
|
6774
|
+
}
|
|
6775
|
+
}
|
|
6776
|
+
|
|
6777
|
+
|
|
6804
6778
|
.E_t160l1cm {
|
|
6805
6779
|
display: flex;
|
|
6806
6780
|
flex-direction: column;
|
|
@@ -7069,6 +7043,32 @@
|
|
|
7069
7043
|
}
|
|
7070
7044
|
|
|
7071
7045
|
|
|
7046
|
+
.E_wg1tsps {
|
|
7047
|
+
display: flex;
|
|
7048
|
+
align-items: center;
|
|
7049
|
+
justify-content: flex-end;
|
|
7050
|
+
}
|
|
7051
|
+
|
|
7052
|
+
.E_b1ctd5xy {
|
|
7053
|
+
display: flex;
|
|
7054
|
+
align-items: center;
|
|
7055
|
+
width: calc(100% - 40px);
|
|
7056
|
+
|
|
7057
|
+
.chart {
|
|
7058
|
+
display: inline-block;
|
|
7059
|
+
width: 100%;
|
|
7060
|
+
}
|
|
7061
|
+
}
|
|
7062
|
+
|
|
7063
|
+
.E_u1p8acpn {
|
|
7064
|
+
min-width: 40px;
|
|
7065
|
+
|
|
7066
|
+
.unit {
|
|
7067
|
+
color: $text-light-primary !important;
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
|
|
7071
|
+
|
|
7072
7072
|
.E_cyms3br {
|
|
7073
7073
|
background: #fff;
|
|
7074
7074
|
width: 100%;
|
|
@@ -7278,49 +7278,6 @@
|
|
|
7278
7278
|
}
|
|
7279
7279
|
|
|
7280
7280
|
|
|
7281
|
-
.E_c1ss4prm {
|
|
7282
|
-
color: $text-light-secondary;
|
|
7283
|
-
|
|
7284
|
-
li {
|
|
7285
|
-
margin-bottom: 4px;
|
|
7286
|
-
|
|
7287
|
-
&:last-child {
|
|
7288
|
-
margin-bottom: 0;
|
|
7289
|
-
}
|
|
7290
|
-
}
|
|
7291
|
-
}
|
|
7292
|
-
|
|
7293
|
-
.E_ms3tlei {
|
|
7294
|
-
background: $fill-neutral-trans-2;
|
|
7295
|
-
padding: 8px;
|
|
7296
|
-
border-radius: 6px;
|
|
7297
|
-
color: $gray-a60-8;
|
|
7298
|
-
|
|
7299
|
-
li {
|
|
7300
|
-
margin-bottom: 4px;
|
|
7301
|
-
|
|
7302
|
-
&:last-child {
|
|
7303
|
-
margin-bottom: 0;
|
|
7304
|
-
}
|
|
7305
|
-
}
|
|
7306
|
-
}
|
|
7307
|
-
|
|
7308
|
-
.E_du44iy7 {
|
|
7309
|
-
margin-bottom: 4px;
|
|
7310
|
-
}
|
|
7311
|
-
|
|
7312
|
-
.E_s1qmhanr {
|
|
7313
|
-
color: $text-light-secondary;
|
|
7314
|
-
margin-bottom: 8px;
|
|
7315
|
-
}
|
|
7316
|
-
|
|
7317
|
-
.E_drje1h0 {
|
|
7318
|
-
height: 1px;
|
|
7319
|
-
background: $strokes-light-opaque-2;
|
|
7320
|
-
margin: 16px 0;
|
|
7321
|
-
}
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
7281
|
.E_c1kchka8 {
|
|
7325
7282
|
height: 100%;
|
|
7326
7283
|
width: 100%;
|
|
@@ -7970,3 +7927,46 @@
|
|
|
7970
7927
|
}
|
|
7971
7928
|
}
|
|
7972
7929
|
|
|
7930
|
+
|
|
7931
|
+
.E_c1ss4prm {
|
|
7932
|
+
color: $text-light-secondary;
|
|
7933
|
+
|
|
7934
|
+
li {
|
|
7935
|
+
margin-bottom: 4px;
|
|
7936
|
+
|
|
7937
|
+
&:last-child {
|
|
7938
|
+
margin-bottom: 0;
|
|
7939
|
+
}
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7942
|
+
|
|
7943
|
+
.E_ms3tlei {
|
|
7944
|
+
background: $fill-neutral-trans-2;
|
|
7945
|
+
padding: 8px;
|
|
7946
|
+
border-radius: 6px;
|
|
7947
|
+
color: $gray-a60-8;
|
|
7948
|
+
|
|
7949
|
+
li {
|
|
7950
|
+
margin-bottom: 4px;
|
|
7951
|
+
|
|
7952
|
+
&:last-child {
|
|
7953
|
+
margin-bottom: 0;
|
|
7954
|
+
}
|
|
7955
|
+
}
|
|
7956
|
+
}
|
|
7957
|
+
|
|
7958
|
+
.E_du44iy7 {
|
|
7959
|
+
margin-bottom: 4px;
|
|
7960
|
+
}
|
|
7961
|
+
|
|
7962
|
+
.E_s1qmhanr {
|
|
7963
|
+
color: $text-light-secondary;
|
|
7964
|
+
margin-bottom: 8px;
|
|
7965
|
+
}
|
|
7966
|
+
|
|
7967
|
+
.E_drje1h0 {
|
|
7968
|
+
height: 1px;
|
|
7969
|
+
background: $strokes-light-opaque-2;
|
|
7970
|
+
margin: 16px 0;
|
|
7971
|
+
}
|
|
7972
|
+
|