@cloudtower/eagle 0.34.0 → 0.34.1
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/UIKitProvider/index.js +13 -18
- package/dist/cjs/core/Banner/banner.style.js +11 -0
- package/dist/cjs/core/Banner/index.js +32 -0
- package/dist/cjs/core/BasicCTError/BasicCTError.style.js +5 -0
- package/dist/cjs/core/BasicCTError/index.js +40 -0
- package/dist/cjs/core/ConfigProvider/index.js +8 -2
- package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/cjs/core/ImmersiveDialog/index.js +188 -0
- package/dist/cjs/core/ImmersiveDialog/styles.js +31 -0
- package/dist/cjs/core/MediumDialog/MediumDialog.js +54 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.js +144 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.style.js +11 -0
- package/dist/cjs/core/TableForm/AddRowButton.js +2 -2
- package/dist/cjs/core/TableForm/index.js +21 -6
- package/dist/cjs/core/Timeline/index.js +13 -7
- package/dist/cjs/core/WizardDialog/index.js +170 -0
- package/dist/cjs/core/WizardDialog/styles.js +11 -0
- package/dist/cjs/core/index.js +9 -9
- package/dist/cjs/core/message/index.js +5 -215
- package/dist/cjs/core/message/message.js +222 -0
- package/dist/cjs/core/message/useMessage.js +12 -0
- package/dist/cjs/core/message-group/index.js +2 -2
- package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +2 -1
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +78 -58
- package/dist/cjs/coreX/DateRangePicker/index.js +13 -1
- package/dist/cjs/coreX/DateRangePicker/utils.js +5 -0
- package/dist/cjs/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
- package/dist/cjs/coreX/KubeConfigModal/KubeConfigModal.style.js +29 -0
- package/dist/cjs/coreX/KubeConfigModal/index.js +102 -0
- package/dist/cjs/coreX/KubeConfigModal/utils.js +25 -0
- package/dist/cjs/hooks/useCTErrorMsg.js +25 -0
- package/dist/cjs/index.js +225 -197
- package/dist/cjs/legacy-antd.js +81 -81
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/cterror.js +64 -0
- package/dist/cjs/utils/unit.js +19 -0
- package/dist/components.css +2054 -2776
- package/dist/esm/UIKitProvider/index.js +3 -6
- package/dist/esm/core/Banner/banner.style.js +6 -0
- package/dist/esm/core/Banner/index.js +25 -0
- package/dist/esm/core/BasicCTError/BasicCTError.style.js +3 -0
- package/dist/esm/core/BasicCTError/index.js +34 -0
- package/dist/esm/core/ConfigProvider/index.js +9 -4
- package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/esm/core/ImmersiveDialog/index.js +182 -0
- package/dist/esm/core/ImmersiveDialog/styles.js +16 -0
- package/dist/esm/core/MediumDialog/MediumDialog.js +48 -0
- package/dist/esm/core/SmallDialog/SmallDialog.js +137 -0
- package/dist/esm/core/SmallDialog/SmallDialog.style.js +6 -0
- package/dist/esm/core/TableForm/AddRowButton.js +2 -2
- package/dist/esm/core/TableForm/index.js +21 -6
- package/dist/esm/core/Timeline/index.js +13 -7
- package/dist/esm/core/WizardDialog/index.js +164 -0
- package/dist/esm/core/WizardDialog/styles.js +6 -0
- package/dist/esm/core/message/index.js +4 -184
- package/dist/esm/core/message/message.js +186 -0
- package/dist/esm/core/message/useMessage.js +9 -0
- package/dist/esm/core/message-group/index.js +1 -1
- package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +2 -1
- package/dist/esm/coreX/DateRangePicker/Calendar.js +79 -59
- package/dist/esm/coreX/DateRangePicker/index.js +13 -1
- package/dist/esm/coreX/DateRangePicker/utils.js +3 -0
- package/dist/esm/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
- package/dist/esm/coreX/KubeConfigModal/KubeConfigModal.style.js +20 -0
- package/dist/esm/coreX/KubeConfigModal/index.js +96 -0
- package/dist/esm/coreX/KubeConfigModal/utils.js +22 -0
- package/dist/esm/hooks/useCTErrorMsg.js +23 -0
- package/dist/esm/index.js +14 -5
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/cterror.js +58 -0
- package/dist/esm/utils/unit.js +17 -0
- package/dist/linaria.merged.scss +2329 -1902
- package/dist/src/UIKitProvider/index.d.ts +1 -3
- package/dist/src/core/Antd5Flex/index.d.ts +2 -0
- package/dist/src/core/Antd5Tree/Antd5Tree.d.ts +1 -0
- package/dist/src/core/Antd5Tree/Antd5Tree.type.d.ts +4 -0
- package/dist/src/core/Antd5Tree/index.d.ts +2 -0
- package/dist/src/core/Banner/banner.style.d.ts +4 -0
- package/dist/src/core/Banner/banner.types.d.ts +28 -0
- package/dist/src/core/Banner/index.d.ts +3 -0
- package/dist/src/core/BasicCTError/BasicCTError.style.d.ts +1 -0
- package/dist/src/core/BasicCTError/BasicCTError.type.d.ts +56 -0
- package/dist/src/core/BasicCTError/index.d.ts +3 -0
- package/dist/src/core/ConfigProvider/index.d.ts +6 -1
- package/dist/src/core/ImmersiveDialog/index.d.ts +3 -0
- package/dist/src/core/ImmersiveDialog/styles.d.ts +14 -0
- package/dist/src/core/ImmersiveDialog/type.d.ts +37 -0
- package/dist/src/core/Input/index.d.ts +2 -4
- package/dist/src/core/Input/input.type.d.ts +4 -0
- package/dist/src/core/MediumDialog/MediumDialog.d.ts +3 -0
- package/dist/src/core/MediumDialog/index.d.ts +1 -0
- package/dist/src/core/SmallDialog/SmallDialog.d.ts +3 -0
- package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +4 -0
- package/dist/src/{coreX/Dialogs/SmallDialog.d.ts → core/SmallDialog/SmallDialog.type.d.ts} +12 -4
- package/dist/src/core/SmallDialog/index.d.ts +3 -0
- package/dist/src/core/TableForm/types.d.ts +7 -2
- package/dist/src/core/Timeline/Timeline.type.d.ts +27 -7
- package/dist/src/core/Timeline/index.d.ts +5 -1
- package/dist/src/core/WizardDialog/index.d.ts +3 -0
- package/dist/src/core/WizardDialog/styles.d.ts +4 -0
- package/dist/src/core/WizardDialog/type.d.ts +31 -0
- package/dist/src/core/index.d.ts +10 -14
- package/dist/src/core/message/index.d.ts +4 -53
- package/dist/src/core/message/message.d.ts +53 -0
- package/dist/src/core/message/useMessage.d.ts +4 -0
- package/dist/src/coreX/DateRangePicker/__tests__/utils.test.d.ts +1 -0
- package/dist/src/coreX/DateRangePicker/dateRangePicker.type.d.ts +10 -2
- package/dist/src/coreX/DateRangePicker/utils.d.ts +7 -0
- package/dist/src/coreX/Dialogs/DeleteDialog/DeleteDialog.type.d.ts +2 -0
- package/dist/src/coreX/Dialogs/index.d.ts +0 -1
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.style.d.ts +9 -0
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.type.d.ts +21 -0
- package/dist/src/coreX/KubeConfigModal/index.d.ts +4 -0
- package/dist/src/coreX/KubeConfigModal/utils.d.ts +2 -0
- package/dist/src/coreX/index.d.ts +2 -0
- package/dist/src/hooks/__tests__/useCTErrorMsg.test.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +1 -0
- package/dist/src/hooks/useCTErrorMsg.d.ts +7 -0
- package/dist/src/utils/__test__/cterror.test.d.ts +1 -0
- package/dist/src/utils/__test__/unit.spec.d.ts +1 -0
- package/dist/src/utils/cterror.d.ts +29 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/type.d.ts +32 -0
- package/dist/src/utils/unit.d.ts +14 -0
- package/dist/stories/docs/core/Antd5Tree.stories.d.ts +44 -0
- package/dist/stories/docs/core/Banner.stories.d.ts +53 -0
- package/dist/stories/docs/core/BasicCTError.stories.d.ts +47 -0
- package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -0
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +96 -0
- package/dist/stories/docs/core/Input.simple.stories.d.ts +1 -3
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +35 -0
- package/dist/stories/docs/core/Modal.stories.d.ts +0 -2
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +37 -0
- package/dist/stories/docs/core/Timeline.stories.d.ts +4 -1
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +109 -0
- package/dist/stories/docs/coreX/DateRangePicker.stories.d.ts +1 -0
- package/dist/stories/docs/coreX/Dialogs/DeleteDialog.stories.d.ts +5 -0
- package/dist/stories/docs/coreX/KubeConfigModal.stories.d.ts +83 -0
- package/dist/style.css +2093 -1705
- package/package.json +5 -4
- package/dist/cjs/coreX/Dialogs/SmallDialog.js +0 -86
- package/dist/esm/coreX/Dialogs/SmallDialog.js +0 -80
package/dist/linaria.merged.scss
CHANGED
|
@@ -1,28 +1,3 @@
|
|
|
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
|
-
|
|
26
1
|
.E_c18gxmrl {
|
|
27
2
|
border: 1px solid $gray-40;
|
|
28
3
|
border-radius: 4px;
|
|
@@ -51,62 +26,27 @@
|
|
|
51
26
|
}
|
|
52
27
|
|
|
53
28
|
|
|
54
|
-
.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
.
|
|
59
|
-
|
|
60
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
61
|
-
|
|
62
|
-
& > .ant-btn {
|
|
63
|
-
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
64
|
-
--color: #{$text-light-general};
|
|
65
|
-
|
|
66
|
-
&[disabled],
|
|
67
|
-
&:hover[disabled] {
|
|
68
|
-
--color: #{$text-light-general};
|
|
69
|
-
}
|
|
70
|
-
}
|
|
29
|
+
.E_m74vjol {
|
|
30
|
+
display: flex;
|
|
31
|
+
justify-content: space-between;
|
|
32
|
+
width: 100%;
|
|
33
|
+
& .action {
|
|
34
|
+
margin-left: 16px;
|
|
71
35
|
}
|
|
36
|
+
}
|
|
72
37
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&:first-child {
|
|
79
|
-
border-top-right-radius: 0;
|
|
80
|
-
border-bottom-right-radius: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
&:last-child {
|
|
84
|
-
border-top-left-radius: 0;
|
|
85
|
-
border-bottom-left-radius: 0;
|
|
86
|
-
}
|
|
38
|
+
.E_a1o35uvh {
|
|
39
|
+
&.ant-alert-closable {
|
|
40
|
+
padding-right: 12px;
|
|
87
41
|
|
|
88
|
-
|
|
89
|
-
|
|
42
|
+
.ant-alert-close-icon {
|
|
43
|
+
height: fit-content;
|
|
44
|
+
margin-left: 16px;
|
|
90
45
|
}
|
|
91
46
|
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
.E_berrcjl {
|
|
96
|
-
color: $text-terdiary-light;
|
|
97
|
-
margin-bottom: 4px;
|
|
98
|
-
|
|
99
|
-
.breadcrumb-link {
|
|
100
|
-
color: $text-terdiary-light;
|
|
101
|
-
cursor: pointer;
|
|
102
|
-
transition: color 160ms ease;
|
|
103
47
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
&:active {
|
|
108
|
-
color: $blue-80;
|
|
109
|
-
}
|
|
48
|
+
.ant-alert-message {
|
|
49
|
+
flex: 1;
|
|
110
50
|
}
|
|
111
51
|
}
|
|
112
52
|
|
|
@@ -136,6 +76,115 @@
|
|
|
136
76
|
}
|
|
137
77
|
|
|
138
78
|
|
|
79
|
+
.E_d133fzv0 {
|
|
80
|
+
.ant-dropdown-menu-item-group {
|
|
81
|
+
.ant-dropdown-menu-item-group-title {
|
|
82
|
+
padding: 4px 8px 0 8px;
|
|
83
|
+
color: $text-light-secondary;
|
|
84
|
+
font-size: 12px;
|
|
85
|
+
}
|
|
86
|
+
.ant-dropdown-menu-item-group-list {
|
|
87
|
+
padding-bottom: 6px;
|
|
88
|
+
}
|
|
89
|
+
&:not(:first-child) {
|
|
90
|
+
padding-top: 4px;
|
|
91
|
+
border-top: 1px solid $strokes-light-trans-2;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
.E_d1bw7c5z {
|
|
98
|
+
position: relative;
|
|
99
|
+
max-width: 388px;
|
|
100
|
+
min-width: 285px;
|
|
101
|
+
.center {
|
|
102
|
+
position: absolute;
|
|
103
|
+
font-size: 12px;
|
|
104
|
+
width: 80px;
|
|
105
|
+
height: 100px;
|
|
106
|
+
top: 0;
|
|
107
|
+
left: 35px;
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-direction: column;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
align-items: center;
|
|
112
|
+
color: $text-light-primary;
|
|
113
|
+
|
|
114
|
+
.number {
|
|
115
|
+
font-size: 24px;
|
|
116
|
+
font-weight: 700;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.text {
|
|
120
|
+
padding: 0 5px;
|
|
121
|
+
font-size: 12px;
|
|
122
|
+
width: inherit;
|
|
123
|
+
text-align: center;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
.recharts-wrapper {
|
|
127
|
+
display: flex;
|
|
128
|
+
.recharts-legend-wrapper {
|
|
129
|
+
position: relative !important;
|
|
130
|
+
min-width: calc(
|
|
131
|
+
100% - var(--d1bw7c5z-0)
|
|
132
|
+
) !important;
|
|
133
|
+
left: 0 !important;
|
|
134
|
+
bottom: 0 !important;
|
|
135
|
+
display: flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
.recharts-default-legend {
|
|
138
|
+
width: 100%;
|
|
139
|
+
}
|
|
140
|
+
li {
|
|
141
|
+
width: 100%;
|
|
142
|
+
margin-right: 0 !important;
|
|
143
|
+
line-height: 18px;
|
|
144
|
+
& > svg {
|
|
145
|
+
border-radius: 2px;
|
|
146
|
+
}
|
|
147
|
+
& > .recharts-legend-item-text {
|
|
148
|
+
min-width: 75px;
|
|
149
|
+
max-width: 198px;
|
|
150
|
+
width: calc(100% - 20px);
|
|
151
|
+
margin-left: 2px;
|
|
152
|
+
color: $text-light-primary !important;
|
|
153
|
+
display: inline-flex;
|
|
154
|
+
justify-content: space-between;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
.tooltip-text {
|
|
160
|
+
maxwidth: calc(100% - 12px);
|
|
161
|
+
cursor: pointer;
|
|
162
|
+
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
163
|
+
overflow: hidden;
|
|
164
|
+
text-overflow: ellipsis;
|
|
165
|
+
white-space: nowrap;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.value {
|
|
169
|
+
color: $text-neutral-secondary;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.E_t10pqbtc {
|
|
174
|
+
width: 140px;
|
|
175
|
+
|
|
176
|
+
.item {
|
|
177
|
+
margin: 6px auto;
|
|
178
|
+
display: flex;
|
|
179
|
+
justify-content: space-between;
|
|
180
|
+
|
|
181
|
+
.name {
|
|
182
|
+
width: 102px;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
|
|
139
188
|
.E_b1wx3t3t {
|
|
140
189
|
&.ant-btn-icon-only {
|
|
141
190
|
justify-content: center;
|
|
@@ -494,150 +543,128 @@
|
|
|
494
543
|
}
|
|
495
544
|
|
|
496
545
|
|
|
497
|
-
.
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
min-width: 285px;
|
|
501
|
-
.center {
|
|
502
|
-
position: absolute;
|
|
503
|
-
font-size: 12px;
|
|
504
|
-
width: 80px;
|
|
505
|
-
height: 100px;
|
|
506
|
-
top: 0;
|
|
507
|
-
left: 35px;
|
|
508
|
-
display: flex;
|
|
509
|
-
flex-direction: column;
|
|
510
|
-
justify-content: center;
|
|
511
|
-
align-items: center;
|
|
512
|
-
color: $text-light-primary;
|
|
546
|
+
.E_b1nip9bk {
|
|
547
|
+
padding: 4px 11px;
|
|
548
|
+
}
|
|
513
549
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
550
|
+
.E_bqamoqe {
|
|
551
|
+
white-space: nowrap;
|
|
552
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
553
|
+
|
|
554
|
+
& > .ant-btn {
|
|
555
|
+
&.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
556
|
+
--color: #{$text-light-general};
|
|
557
|
+
|
|
558
|
+
&[disabled],
|
|
559
|
+
&:hover[disabled] {
|
|
560
|
+
--color: #{$text-light-general};
|
|
561
|
+
}
|
|
517
562
|
}
|
|
563
|
+
}
|
|
518
564
|
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
565
|
+
& > .ant-btn:not(:only-child) {
|
|
566
|
+
& + .ant-btn {
|
|
567
|
+
margin-left: 1px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
&:first-child {
|
|
571
|
+
border-top-right-radius: 0;
|
|
572
|
+
border-bottom-right-radius: 0;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
&:last-child {
|
|
576
|
+
border-top-left-radius: 0;
|
|
577
|
+
border-bottom-left-radius: 0;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
&:not(:first-child, :last-child) {
|
|
581
|
+
border-radius: unset;
|
|
524
582
|
}
|
|
525
583
|
}
|
|
526
|
-
.recharts-wrapper {
|
|
527
|
-
display: flex;
|
|
528
|
-
.recharts-legend-wrapper {
|
|
529
|
-
position: relative !important;
|
|
530
|
-
min-width: calc(
|
|
531
|
-
100% - var(--d1bw7c5z-0)
|
|
532
|
-
) !important;
|
|
533
|
-
left: 0 !important;
|
|
534
|
-
bottom: 0 !important;
|
|
535
|
-
display: flex;
|
|
536
|
-
align-items: center;
|
|
537
|
-
.recharts-default-legend {
|
|
538
|
-
width: 100%;
|
|
539
|
-
}
|
|
540
|
-
li {
|
|
541
|
-
width: 100%;
|
|
542
|
-
margin-right: 0 !important;
|
|
543
|
-
line-height: 18px;
|
|
544
|
-
& > svg {
|
|
545
|
-
border-radius: 2px;
|
|
546
|
-
}
|
|
547
|
-
& > .recharts-legend-item-text {
|
|
548
|
-
min-width: 75px;
|
|
549
|
-
max-width: 198px;
|
|
550
|
-
width: calc(100% - 20px);
|
|
551
|
-
margin-left: 2px;
|
|
552
|
-
color: $text-light-primary !important;
|
|
553
|
-
display: inline-flex;
|
|
554
|
-
justify-content: space-between;
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
.tooltip-text {
|
|
560
|
-
maxwidth: calc(100% - 12px);
|
|
561
|
-
cursor: pointer;
|
|
562
|
-
border-bottom: 1px dashed $strokes-light-trans-4;
|
|
563
|
-
overflow: hidden;
|
|
564
|
-
text-overflow: ellipsis;
|
|
565
|
-
white-space: nowrap;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.value {
|
|
569
|
-
color: $text-neutral-secondary;
|
|
570
|
-
}
|
|
571
584
|
}
|
|
572
585
|
|
|
573
|
-
.E_t10pqbtc {
|
|
574
|
-
width: 140px;
|
|
575
586
|
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
justify-content: space-between;
|
|
587
|
+
.E_berrcjl {
|
|
588
|
+
color: $text-terdiary-light;
|
|
589
|
+
margin-bottom: 4px;
|
|
580
590
|
|
|
581
|
-
|
|
582
|
-
|
|
591
|
+
.breadcrumb-link {
|
|
592
|
+
color: $text-terdiary-light;
|
|
593
|
+
cursor: pointer;
|
|
594
|
+
transition: color 160ms ease;
|
|
595
|
+
|
|
596
|
+
&:hover {
|
|
597
|
+
color: $blue-60;
|
|
598
|
+
}
|
|
599
|
+
&:active {
|
|
600
|
+
color: $blue-80;
|
|
583
601
|
}
|
|
584
602
|
}
|
|
585
603
|
}
|
|
586
604
|
|
|
587
605
|
|
|
588
|
-
.
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
606
|
+
.E_phljevk {
|
|
607
|
+
display: flex;
|
|
608
|
+
justify-content: space-between;
|
|
609
|
+
align-items: center;
|
|
610
|
+
padding: 10px 0;
|
|
611
|
+
color: $text-light-secondary;
|
|
612
|
+
font-size: 12px;
|
|
613
|
+
line-height: 24px;
|
|
614
|
+
|
|
615
|
+
.pagination-left {
|
|
616
|
+
padding: 2px 8px;
|
|
592
617
|
}
|
|
593
|
-
}
|
|
594
618
|
|
|
619
|
+
.dropdown-trigger {
|
|
620
|
+
display: flex;
|
|
621
|
+
align-items: center;
|
|
622
|
+
border-radius: 6px;
|
|
623
|
+
cursor: pointer;
|
|
624
|
+
transition: all 0.3s ease;
|
|
595
625
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
padding: 4px 8px 0 8px;
|
|
600
|
-
color: $text-light-secondary;
|
|
601
|
-
font-size: 12px;
|
|
602
|
-
}
|
|
603
|
-
.ant-dropdown-menu-item-group-list {
|
|
604
|
-
padding-bottom: 6px;
|
|
626
|
+
&:hover {
|
|
627
|
+
background: $fills-interaction-light-general-hover;
|
|
628
|
+
color: $text-light-general;
|
|
605
629
|
}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
border-top: 1px solid $strokes-light-trans-2;
|
|
630
|
+
.icon-inner {
|
|
631
|
+
margin-left: 4px;
|
|
609
632
|
}
|
|
610
633
|
}
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
.E_ccrbeuz {
|
|
615
|
-
.ant-collapse-item {
|
|
616
|
-
border: 0px;
|
|
617
|
-
background-color: $fills-light-white;
|
|
618
634
|
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
635
|
+
.pagination-right {
|
|
636
|
+
display: flex;
|
|
637
|
+
align-items: center;
|
|
638
|
+
color: $blue-60;
|
|
639
|
+
font-weight: bold;
|
|
640
|
+
.icon-inner {
|
|
641
|
+
margin-left: 4px;
|
|
642
|
+
}
|
|
643
|
+
.prev-btn,
|
|
644
|
+
.next-btn {
|
|
645
|
+
padding: 0 8px;
|
|
646
|
+
> span {
|
|
647
|
+
color: $text-light-general;
|
|
626
648
|
}
|
|
627
649
|
}
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
650
|
+
|
|
651
|
+
.next-btn {
|
|
652
|
+
.icon-inner {
|
|
653
|
+
transform: rotate(180deg);
|
|
631
654
|
}
|
|
632
655
|
}
|
|
633
656
|
}
|
|
634
657
|
}
|
|
635
658
|
|
|
636
|
-
.
|
|
637
|
-
.ant-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
659
|
+
.E_d12rtyeg {
|
|
660
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
661
|
+
max-height: calc(100vh - 128px);
|
|
662
|
+
overflow-y: auto;
|
|
663
|
+
|
|
664
|
+
.ant-dropdown-menu-item {
|
|
665
|
+
padding: 4px 20px;
|
|
666
|
+
font-size: 12px;
|
|
667
|
+
line-height: 18px;
|
|
641
668
|
}
|
|
642
669
|
}
|
|
643
670
|
}
|
|
@@ -698,121 +725,55 @@
|
|
|
698
725
|
}
|
|
699
726
|
|
|
700
727
|
|
|
701
|
-
.
|
|
702
|
-
|
|
703
|
-
|
|
728
|
+
.E_c1yyuluq {
|
|
729
|
+
border-radius: 8px;
|
|
730
|
+
.ant-card-body {
|
|
731
|
+
padding: 20px 24px 24px 24px;
|
|
704
732
|
}
|
|
705
733
|
}
|
|
706
734
|
|
|
707
735
|
|
|
708
|
-
.
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
padding: 10px 0;
|
|
713
|
-
color: $text-light-secondary;
|
|
714
|
-
font-size: 12px;
|
|
715
|
-
line-height: 24px;
|
|
716
|
-
|
|
717
|
-
.pagination-left {
|
|
718
|
-
padding: 2px 8px;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.dropdown-trigger {
|
|
722
|
-
display: flex;
|
|
723
|
-
align-items: center;
|
|
724
|
-
border-radius: 6px;
|
|
725
|
-
cursor: pointer;
|
|
726
|
-
transition: all 0.3s ease;
|
|
727
|
-
|
|
728
|
-
&:hover {
|
|
729
|
-
background: $fills-interaction-light-general-hover;
|
|
730
|
-
color: $text-light-general;
|
|
731
|
-
}
|
|
732
|
-
.icon-inner {
|
|
733
|
-
margin-left: 4px;
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
+
.E_ccrbeuz {
|
|
737
|
+
.ant-collapse-item {
|
|
738
|
+
border: 0px;
|
|
739
|
+
background-color: $fills-light-white;
|
|
736
740
|
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
}
|
|
745
|
-
.prev-btn,
|
|
746
|
-
.next-btn {
|
|
747
|
-
padding: 0 8px;
|
|
748
|
-
> span {
|
|
749
|
-
color: $text-light-general;
|
|
741
|
+
.ant-collapse-header {
|
|
742
|
+
padding-top: 0px;
|
|
743
|
+
padding-bottom: 0px;
|
|
744
|
+
padding-left: 0px !important;
|
|
745
|
+
padding-right: 24px;
|
|
746
|
+
.ant-collapse-arrow {
|
|
747
|
+
right: 0px;
|
|
750
748
|
}
|
|
751
749
|
}
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
transform: rotate(180deg);
|
|
750
|
+
.ant-collapse-content {
|
|
751
|
+
.ant-collapse-content-box {
|
|
752
|
+
padding: 0px;
|
|
756
753
|
}
|
|
757
754
|
}
|
|
758
755
|
}
|
|
759
756
|
}
|
|
760
757
|
|
|
761
|
-
.
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
.ant-dropdown-menu-item {
|
|
767
|
-
padding: 4px 20px;
|
|
768
|
-
font-size: 12px;
|
|
769
|
-
line-height: 18px;
|
|
758
|
+
.E_c1fljvag {
|
|
759
|
+
.ant-collapse-item {
|
|
760
|
+
.ant-collapse-header {
|
|
761
|
+
padding-right: 0px;
|
|
762
|
+
cursor: default;
|
|
770
763
|
}
|
|
771
764
|
}
|
|
772
765
|
}
|
|
773
766
|
|
|
774
767
|
|
|
775
|
-
.
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
margin-left: 8px;
|
|
781
|
-
}
|
|
782
|
-
}
|
|
768
|
+
.E_rapgekc {
|
|
769
|
+
&.ant-radio-wrapper {
|
|
770
|
+
display: inline-flex;
|
|
771
|
+
align-items: baseline;
|
|
772
|
+
white-space: pre-wrap;
|
|
783
773
|
|
|
784
|
-
.
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
margin-right: 8px;
|
|
788
|
-
padding-right: 8px;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
.E_i11o6xqj {
|
|
792
|
-
display: flex;
|
|
793
|
-
gap: 4px;
|
|
794
|
-
|
|
795
|
-
.icon-wrapper {
|
|
796
|
-
cursor: pointer;
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
.E_d19ruhdj {
|
|
801
|
-
&.icon-wrapper {
|
|
802
|
-
cursor: not-allowed;
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
.E_rapgekc {
|
|
808
|
-
&.ant-radio-wrapper {
|
|
809
|
-
display: inline-flex;
|
|
810
|
-
align-items: baseline;
|
|
811
|
-
white-space: pre-wrap;
|
|
812
|
-
|
|
813
|
-
.ant-radio {
|
|
814
|
-
position: relative;
|
|
815
|
-
top: 3px;
|
|
774
|
+
.ant-radio {
|
|
775
|
+
position: relative;
|
|
776
|
+
top: 3px;
|
|
816
777
|
|
|
817
778
|
.ant-radio-inner {
|
|
818
779
|
border-color: $strokes-light-trans-4;
|
|
@@ -985,29 +946,126 @@
|
|
|
985
946
|
}
|
|
986
947
|
|
|
987
948
|
|
|
988
|
-
.
|
|
989
|
-
|
|
949
|
+
.E_c1bus5hc {
|
|
950
|
+
--color: white;
|
|
951
|
+
height: 14px;
|
|
952
|
+
width: 14px;
|
|
953
|
+
border-radius: 50%;
|
|
954
|
+
flex-shrink: 0;
|
|
955
|
+
display: flex;
|
|
956
|
+
align-items: center;
|
|
957
|
+
justify-content: center;
|
|
958
|
+
border: 1px solid var(--color);
|
|
959
|
+
|
|
960
|
+
.circle-inner {
|
|
961
|
+
position: relative;
|
|
962
|
+
height: 10px;
|
|
963
|
+
width: 10px;
|
|
964
|
+
border-radius: 50%;
|
|
965
|
+
overflow: hidden;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.circle-content {
|
|
969
|
+
position: absolute;
|
|
970
|
+
height: 100%;
|
|
971
|
+
width: 100%;
|
|
972
|
+
left: 0;
|
|
973
|
+
top: 0;
|
|
974
|
+
border-radius: 50%;
|
|
975
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
976
|
+
transform: rotate(180deg);
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.circle-child {
|
|
980
|
+
position: absolute;
|
|
981
|
+
height: 100%;
|
|
982
|
+
width: 100%;
|
|
983
|
+
left: 0;
|
|
984
|
+
top: 0;
|
|
985
|
+
margin-left: 50%;
|
|
986
|
+
transform-origin: left;
|
|
987
|
+
background: white;
|
|
988
|
+
transform: rotate(0deg);
|
|
989
|
+
}
|
|
990
990
|
}
|
|
991
991
|
|
|
992
992
|
|
|
993
|
-
.
|
|
994
|
-
.
|
|
995
|
-
|
|
993
|
+
.E_sx1bpnu {
|
|
994
|
+
.ant-input-sm {
|
|
995
|
+
line-height: 18px;
|
|
996
996
|
}
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
|
|
1000
|
-
.
|
|
1001
|
-
|
|
1002
|
-
|
|
1000
|
+
.E_s1dizucg {
|
|
1001
|
+
&.ant-switch {
|
|
1002
|
+
min-width: 40px;
|
|
1003
|
+
height: 24px;
|
|
1004
|
+
background: $fills-trans-quinary-light;
|
|
1005
|
+
overflow: hidden;
|
|
1006
|
+
&:focus {
|
|
1007
|
+
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1008
|
+
}
|
|
1003
1009
|
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1010
|
+
&.ant-switch-small {
|
|
1011
|
+
min-width: 26px;
|
|
1012
|
+
height: 16px;
|
|
1013
|
+
}
|
|
1014
|
+
&.ant-switch-large {
|
|
1015
|
+
min-width: 52px;
|
|
1016
|
+
height: 32px;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
&.ant-switch .ant-switch-handle {
|
|
1020
|
+
height: 20px;
|
|
1021
|
+
width: 20px;
|
|
1022
|
+
&::before {
|
|
1023
|
+
border-radius: 10px;
|
|
1024
|
+
transition-delay: 120ms;
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
&.ant-switch-small .ant-switch-handle {
|
|
1028
|
+
height: 14px;
|
|
1029
|
+
width: 14px;
|
|
1030
|
+
top: 1px;
|
|
1031
|
+
left: 1px;
|
|
1032
|
+
}
|
|
1033
|
+
&.ant-switch-large .ant-switch-handle {
|
|
1034
|
+
height: 28px;
|
|
1035
|
+
width: 28px;
|
|
1036
|
+
&::before {
|
|
1037
|
+
border-radius: 14px;
|
|
1009
1038
|
}
|
|
1010
1039
|
}
|
|
1040
|
+
|
|
1041
|
+
&.ant-switch-checked {
|
|
1042
|
+
background-color: $green-60;
|
|
1043
|
+
}
|
|
1044
|
+
&.ant-switch-checked .ant-switch-handle {
|
|
1045
|
+
left: calc(100% - 20px - 2px);
|
|
1046
|
+
}
|
|
1047
|
+
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1048
|
+
left: calc(100% - 14px - 1px);
|
|
1049
|
+
}
|
|
1050
|
+
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1051
|
+
left: calc(100% - 28px - 2px);
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.E_c1up6e3y {
|
|
1056
|
+
margin-left: 5px;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
.E_iq1gosr {
|
|
1061
|
+
display: inline-block;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
.E_tju3gfj {
|
|
1066
|
+
.date {
|
|
1067
|
+
margin-right: 4px;
|
|
1068
|
+
}
|
|
1011
1069
|
}
|
|
1012
1070
|
|
|
1013
1071
|
|
|
@@ -1097,65 +1155,19 @@
|
|
|
1097
1155
|
}
|
|
1098
1156
|
|
|
1099
1157
|
|
|
1100
|
-
.
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
height: 24px;
|
|
1104
|
-
background: $fills-trans-quinary-light;
|
|
1105
|
-
overflow: hidden;
|
|
1106
|
-
&:focus {
|
|
1107
|
-
box-shadow: 0 0 0 2px $strokes-light-trans-1;
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
&.ant-switch-small {
|
|
1111
|
-
min-width: 26px;
|
|
1112
|
-
height: 16px;
|
|
1113
|
-
}
|
|
1114
|
-
&.ant-switch-large {
|
|
1115
|
-
min-width: 52px;
|
|
1116
|
-
height: 32px;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
&.ant-switch .ant-switch-handle {
|
|
1120
|
-
height: 20px;
|
|
1121
|
-
width: 20px;
|
|
1122
|
-
&::before {
|
|
1123
|
-
border-radius: 10px;
|
|
1124
|
-
transition-delay: 120ms;
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
&.ant-switch-small .ant-switch-handle {
|
|
1128
|
-
height: 14px;
|
|
1129
|
-
width: 14px;
|
|
1130
|
-
top: 1px;
|
|
1131
|
-
left: 1px;
|
|
1158
|
+
.E_t1m2x205 {
|
|
1159
|
+
.ant-tooltip-arrow {
|
|
1160
|
+
display: none;
|
|
1132
1161
|
}
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1162
|
+
.ant-tooltip-inner {
|
|
1163
|
+
background: $gray-a80-9;
|
|
1164
|
+
border-radius: 4px;
|
|
1165
|
+
&:has(.eagle-ellipsis-content) {
|
|
1166
|
+
visibility: hidden;
|
|
1138
1167
|
}
|
|
1139
1168
|
}
|
|
1140
|
-
|
|
1141
|
-
&.ant-switch-checked {
|
|
1142
|
-
background-color: $green-60;
|
|
1143
|
-
}
|
|
1144
|
-
&.ant-switch-checked .ant-switch-handle {
|
|
1145
|
-
left: calc(100% - 20px - 2px);
|
|
1146
|
-
}
|
|
1147
|
-
&.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1148
|
-
left: calc(100% - 14px - 1px);
|
|
1149
|
-
}
|
|
1150
|
-
&.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1151
|
-
left: calc(100% - 28px - 2px);
|
|
1152
|
-
}
|
|
1153
1169
|
}
|
|
1154
1170
|
|
|
1155
|
-
.E_c1up6e3y {
|
|
1156
|
-
margin-left: 5px;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
1171
|
|
|
1160
1172
|
.E_ivqqkzv {
|
|
1161
1173
|
height: 24px;
|
|
@@ -1257,51 +1269,39 @@
|
|
|
1257
1269
|
}
|
|
1258
1270
|
|
|
1259
1271
|
|
|
1260
|
-
.
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
width: 14px;
|
|
1264
|
-
border-radius: 50%;
|
|
1265
|
-
flex-shrink: 0;
|
|
1266
|
-
display: flex;
|
|
1267
|
-
align-items: center;
|
|
1268
|
-
justify-content: center;
|
|
1269
|
-
border: 1px solid var(--color);
|
|
1270
|
-
|
|
1271
|
-
.circle-inner {
|
|
1272
|
-
position: relative;
|
|
1273
|
-
height: 10px;
|
|
1274
|
-
width: 10px;
|
|
1275
|
-
border-radius: 50%;
|
|
1276
|
-
overflow: hidden;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
.circle-content {
|
|
1280
|
-
position: absolute;
|
|
1281
|
-
height: 100%;
|
|
1282
|
-
width: 100%;
|
|
1283
|
-
left: 0;
|
|
1284
|
-
top: 0;
|
|
1285
|
-
border-radius: 50%;
|
|
1286
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1287
|
-
transform: rotate(180deg);
|
|
1272
|
+
.E_i11gg7mj {
|
|
1273
|
+
.ant-input-prefix {
|
|
1274
|
+
margin-right: 8px;
|
|
1288
1275
|
}
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
position: absolute;
|
|
1292
|
-
height: 100%;
|
|
1293
|
-
width: 100%;
|
|
1294
|
-
left: 0;
|
|
1295
|
-
top: 0;
|
|
1296
|
-
margin-left: 50%;
|
|
1297
|
-
transform-origin: left;
|
|
1298
|
-
background: white;
|
|
1299
|
-
transform: rotate(0deg);
|
|
1276
|
+
.ant-input-suffix {
|
|
1277
|
+
margin-left: 8px;
|
|
1300
1278
|
}
|
|
1301
1279
|
}
|
|
1302
1280
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1281
|
+
.E_cc368xp {
|
|
1282
|
+
color: $gray-120;
|
|
1283
|
+
border-right: 1px solid $gray-a60-5;
|
|
1284
|
+
margin-right: 8px;
|
|
1285
|
+
padding-right: 8px;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.E_i11o6xqj {
|
|
1289
|
+
display: flex;
|
|
1290
|
+
gap: 4px;
|
|
1291
|
+
|
|
1292
|
+
.icon-wrapper {
|
|
1293
|
+
cursor: pointer;
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.E_d19ruhdj {
|
|
1298
|
+
&.icon-wrapper {
|
|
1299
|
+
cursor: not-allowed;
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
.E_fzh9mnb {
|
|
1305
1305
|
width: 100%;
|
|
1306
1306
|
height: 100%;
|
|
1307
1307
|
min-height: 124px;
|
|
@@ -1360,6 +1360,79 @@
|
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
|
|
1363
|
+
.E_iouxfgt {
|
|
1364
|
+
display: inline-flex;
|
|
1365
|
+
align-items: center;
|
|
1366
|
+
|
|
1367
|
+
.icon-inner {
|
|
1368
|
+
display: inline-flex;
|
|
1369
|
+
align-items: center;
|
|
1370
|
+
justify-content: center;
|
|
1371
|
+
}
|
|
1372
|
+
.icon-inner + span,
|
|
1373
|
+
span + .icon-inner.suffix {
|
|
1374
|
+
margin-left: 4px;
|
|
1375
|
+
}
|
|
1376
|
+
&.is-rotate {
|
|
1377
|
+
img,
|
|
1378
|
+
svg {
|
|
1379
|
+
animation: rotate 680ms linear infinite;
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
|
|
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
|
+
.E_a1wfy30z {
|
|
1400
|
+
.ant-input-number-handler-wrap {
|
|
1401
|
+
display: var(--a1wfy30z-0);
|
|
1402
|
+
}
|
|
1403
|
+
.ant-input-number-input-wrap {
|
|
1404
|
+
padding: 4px 11px;
|
|
1405
|
+
display: inline-flex;
|
|
1406
|
+
line-height: 1.5715;
|
|
1407
|
+
height: inherit;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.ant-input-number-input-wrap::after {
|
|
1411
|
+
content: var(--a1wfy30z-1);
|
|
1412
|
+
display: var(--a1wfy30z-2);
|
|
1413
|
+
flex: none;
|
|
1414
|
+
align-items: center;
|
|
1415
|
+
margin-left: 4px;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.ant-input-number-input-wrap::before {
|
|
1419
|
+
content: var(--a1wfy30z-3);
|
|
1420
|
+
display: var(--a1wfy30z-4);
|
|
1421
|
+
flex: none;
|
|
1422
|
+
align-items: center;
|
|
1423
|
+
margin-right: 4px;
|
|
1424
|
+
cursor: auto;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.ant-input-number-input {
|
|
1428
|
+
padding: 0;
|
|
1429
|
+
margin: 0;
|
|
1430
|
+
height: auto;
|
|
1431
|
+
font-size: inherit;
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
|
|
1363
1436
|
.E_ai7qkf2 {
|
|
1364
1437
|
.ant-input-number-handler-wrap {
|
|
1365
1438
|
display: var(--ai7qkf2-0);
|
|
@@ -1441,65 +1514,6 @@
|
|
|
1441
1514
|
}
|
|
1442
1515
|
|
|
1443
1516
|
|
|
1444
|
-
.E_iouxfgt {
|
|
1445
|
-
display: inline-flex;
|
|
1446
|
-
align-items: center;
|
|
1447
|
-
|
|
1448
|
-
.icon-inner {
|
|
1449
|
-
display: inline-flex;
|
|
1450
|
-
align-items: center;
|
|
1451
|
-
justify-content: center;
|
|
1452
|
-
}
|
|
1453
|
-
.icon-inner + span,
|
|
1454
|
-
span + .icon-inner.suffix {
|
|
1455
|
-
margin-left: 4px;
|
|
1456
|
-
}
|
|
1457
|
-
&.is-rotate {
|
|
1458
|
-
img,
|
|
1459
|
-
svg {
|
|
1460
|
-
animation: rotate 680ms linear infinite;
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
.E_a1wfy30z {
|
|
1467
|
-
.ant-input-number-handler-wrap {
|
|
1468
|
-
display: var(--a1wfy30z-0);
|
|
1469
|
-
}
|
|
1470
|
-
.ant-input-number-input-wrap {
|
|
1471
|
-
padding: 4px 11px;
|
|
1472
|
-
display: inline-flex;
|
|
1473
|
-
line-height: 1.5715;
|
|
1474
|
-
height: inherit;
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
.ant-input-number-input-wrap::after {
|
|
1478
|
-
content: var(--a1wfy30z-1);
|
|
1479
|
-
display: var(--a1wfy30z-2);
|
|
1480
|
-
flex: none;
|
|
1481
|
-
align-items: center;
|
|
1482
|
-
margin-left: 4px;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
.ant-input-number-input-wrap::before {
|
|
1486
|
-
content: var(--a1wfy30z-3);
|
|
1487
|
-
display: var(--a1wfy30z-4);
|
|
1488
|
-
flex: none;
|
|
1489
|
-
align-items: center;
|
|
1490
|
-
margin-right: 4px;
|
|
1491
|
-
cursor: auto;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.ant-input-number-input {
|
|
1495
|
-
padding: 0;
|
|
1496
|
-
margin: 0;
|
|
1497
|
-
height: auto;
|
|
1498
|
-
font-size: inherit;
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
1517
|
.E_atcz0kf {
|
|
1504
1518
|
.ant-input-suffix {
|
|
1505
1519
|
margin-left: 8px;
|
|
@@ -1510,20 +1524,6 @@
|
|
|
1510
1524
|
}
|
|
1511
1525
|
|
|
1512
1526
|
|
|
1513
|
-
.E_i1inqkme {
|
|
1514
|
-
height: 18px;
|
|
1515
|
-
line-height: 18px;
|
|
1516
|
-
padding: 0 4px;
|
|
1517
|
-
border-radius: 4px;
|
|
1518
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1519
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1520
|
-
display: flex;
|
|
1521
|
-
align-items: center;
|
|
1522
|
-
white-space: nowrap;
|
|
1523
|
-
margin-right: 4px;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
1527
|
.E_owd0kml {
|
|
1528
1528
|
display: inline-block;
|
|
1529
1529
|
}
|
|
@@ -1574,6 +1574,7 @@
|
|
|
1574
1574
|
flex-grow: 0;
|
|
1575
1575
|
flex-shrink: 0;
|
|
1576
1576
|
flex-basis: 58%;
|
|
1577
|
+
overflow: hidden;
|
|
1577
1578
|
.form-base-field {
|
|
1578
1579
|
width: 100%;
|
|
1579
1580
|
.form-base-field {
|
|
@@ -2743,165 +2744,63 @@
|
|
|
2743
2744
|
}
|
|
2744
2745
|
|
|
2745
2746
|
|
|
2746
|
-
.
|
|
2747
|
-
&.ant-select
|
|
2748
|
-
|
|
2749
|
-
|
|
2747
|
+
.E_s4ivdfu {
|
|
2748
|
+
&.ant-select {
|
|
2749
|
+
.ant-select-selection-placeholder {
|
|
2750
|
+
opacity: 1;
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
&.select-loading-value {
|
|
2754
|
+
pointer-events: none;
|
|
2755
|
+
}
|
|
2750
2756
|
}
|
|
2757
|
+
}
|
|
2751
2758
|
|
|
2759
|
+
.E_sks9xr8 {
|
|
2752
2760
|
&.ant-select {
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
&.ant-select-lg {
|
|
2770
|
-
height: 38px;
|
|
2771
|
-
font-size: 13px;
|
|
2772
|
-
}
|
|
2761
|
+
.select-hover-suffix,
|
|
2762
|
+
.select-active-suffix,
|
|
2763
|
+
.select-expanded-suffix,
|
|
2764
|
+
.select-expanded-search-suffix,
|
|
2765
|
+
.select-focus-suffix,
|
|
2766
|
+
.select-error-suffix,
|
|
2767
|
+
.select-error-hover-suffix,
|
|
2768
|
+
.select-error-active-suffix,
|
|
2769
|
+
.select-error-expanded-suffix,
|
|
2770
|
+
.select-error-expanded-search-suffix,
|
|
2771
|
+
.select-error-focus-suffix {
|
|
2772
|
+
display: none;
|
|
2773
|
+
width: 16px;
|
|
2774
|
+
height: 16px;
|
|
2775
|
+
}
|
|
2773
2776
|
|
|
2774
|
-
|
|
2775
|
-
.
|
|
2776
|
-
|
|
2777
|
+
&.ant-select-disabled {
|
|
2778
|
+
.select-suffix {
|
|
2779
|
+
opacity: 0.5;
|
|
2777
2780
|
}
|
|
2781
|
+
}
|
|
2778
2782
|
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2783
|
+
&:not(.ant-select-disabled) {
|
|
2784
|
+
// open, not error
|
|
2785
|
+
&.ant-select-open:not(.select-error) {
|
|
2786
|
+
&.ant-select-show-search {
|
|
2787
|
+
.select-suffix {
|
|
2788
|
+
display: none;
|
|
2789
|
+
}
|
|
2790
|
+
.select-expanded-search-suffix {
|
|
2791
|
+
display: inline;
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2782
2794
|
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2795
|
+
&:not(.ant-select-show-search) {
|
|
2796
|
+
.select-suffix {
|
|
2797
|
+
display: none;
|
|
2798
|
+
}
|
|
2799
|
+
.select-expanded-suffix {
|
|
2800
|
+
display: inline;
|
|
2801
|
+
}
|
|
2788
2802
|
}
|
|
2789
|
-
|
|
2790
|
-
&:hover .ant-select-arrow,
|
|
2791
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
2792
|
-
color: $fills-light-general-general;
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
&:active,
|
|
2796
|
-
&:focus,
|
|
2797
|
-
&.ant-select-focused,
|
|
2798
|
-
&.ant-select-open,
|
|
2799
|
-
&.__pseudo-states-active,
|
|
2800
|
-
&.__pseudo-states-focus {
|
|
2801
|
-
.ant-select-selector {
|
|
2802
|
-
border-color: $fills-light-general-general;
|
|
2803
|
-
box-shadow: $shadow-light-active;
|
|
2804
|
-
}
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2808
|
-
transform: rotate(180deg);
|
|
2809
|
-
}
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
&.ant-select-disabled .ant-select-selector {
|
|
2813
|
-
background: $fills-light-trans-3;
|
|
2814
|
-
border-color: $strokes-light-trans-3;
|
|
2815
|
-
cursor: "not-allowed";
|
|
2816
|
-
}
|
|
2817
|
-
}
|
|
2818
|
-
&.select-error:not(.ant-select-disabled) {
|
|
2819
|
-
.ant-select-selector {
|
|
2820
|
-
border-color: $fills-light-serious-serious !important;
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
|
-
&:hover .ant-select-arrow,
|
|
2824
|
-
&.__pseudo-states-hover .ant-select-arrow {
|
|
2825
|
-
color: $text-light-super;
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
&:active,
|
|
2829
|
-
&:focus,
|
|
2830
|
-
&.ant-select-focused,
|
|
2831
|
-
&.ant-select-open,
|
|
2832
|
-
&.__pseudo-states-focus,
|
|
2833
|
-
&.__pseudo-states-active {
|
|
2834
|
-
.ant-select-selector {
|
|
2835
|
-
border-color: $fills-light-general-general;
|
|
2836
|
-
box-shadow: $shadow-light-error;
|
|
2837
|
-
}
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
&.ant-select-open .ant-select-arrow .anticon-down {
|
|
2841
|
-
transform: rotate(180deg);
|
|
2842
|
-
}
|
|
2843
|
-
}
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
.E_s4ivdfu {
|
|
2849
|
-
&.ant-select {
|
|
2850
|
-
.ant-select-selection-placeholder {
|
|
2851
|
-
opacity: 1;
|
|
2852
|
-
}
|
|
2853
|
-
|
|
2854
|
-
&.select-loading-value {
|
|
2855
|
-
pointer-events: none;
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
.E_sks9xr8 {
|
|
2861
|
-
&.ant-select {
|
|
2862
|
-
.select-hover-suffix,
|
|
2863
|
-
.select-active-suffix,
|
|
2864
|
-
.select-expanded-suffix,
|
|
2865
|
-
.select-expanded-search-suffix,
|
|
2866
|
-
.select-focus-suffix,
|
|
2867
|
-
.select-error-suffix,
|
|
2868
|
-
.select-error-hover-suffix,
|
|
2869
|
-
.select-error-active-suffix,
|
|
2870
|
-
.select-error-expanded-suffix,
|
|
2871
|
-
.select-error-expanded-search-suffix,
|
|
2872
|
-
.select-error-focus-suffix {
|
|
2873
|
-
display: none;
|
|
2874
|
-
width: 16px;
|
|
2875
|
-
height: 16px;
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
|
-
&.ant-select-disabled {
|
|
2879
|
-
.select-suffix {
|
|
2880
|
-
opacity: 0.5;
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
|
|
2884
|
-
&:not(.ant-select-disabled) {
|
|
2885
|
-
// open, not error
|
|
2886
|
-
&.ant-select-open:not(.select-error) {
|
|
2887
|
-
&.ant-select-show-search {
|
|
2888
|
-
.select-suffix {
|
|
2889
|
-
display: none;
|
|
2890
|
-
}
|
|
2891
|
-
.select-expanded-search-suffix {
|
|
2892
|
-
display: inline;
|
|
2893
|
-
}
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
&:not(.ant-select-show-search) {
|
|
2897
|
-
.select-suffix {
|
|
2898
|
-
display: none;
|
|
2899
|
-
}
|
|
2900
|
-
.select-expanded-suffix {
|
|
2901
|
-
display: inline;
|
|
2902
|
-
}
|
|
2903
|
-
}
|
|
2904
|
-
}
|
|
2803
|
+
}
|
|
2905
2804
|
|
|
2906
2805
|
// not open, not error
|
|
2907
2806
|
&:not(.ant-select-open):not(.select-error) {
|
|
@@ -3046,22 +2945,6 @@
|
|
|
3046
2945
|
}
|
|
3047
2946
|
|
|
3048
2947
|
|
|
3049
|
-
.E_w1dxz879 {
|
|
3050
|
-
display: flex;
|
|
3051
|
-
flex-direction: column;
|
|
3052
|
-
gap: 6px;
|
|
3053
|
-
.ellipsis-tooltip {
|
|
3054
|
-
max-height: var(--w1dxz879-0);
|
|
3055
|
-
text-overflow: clip;
|
|
3056
|
-
overflow: hidden;
|
|
3057
|
-
}
|
|
3058
|
-
.tips {
|
|
3059
|
-
color: #fff;
|
|
3060
|
-
opacity: 0.8;
|
|
3061
|
-
}
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
2948
|
.E_oa99sl3 {
|
|
3066
2949
|
display: flex;
|
|
3067
2950
|
justify-content: space-between;
|
|
@@ -3090,19 +2973,120 @@
|
|
|
3090
2973
|
}
|
|
3091
2974
|
|
|
3092
2975
|
|
|
3093
|
-
.
|
|
2976
|
+
.E_s17wv897 {
|
|
2977
|
+
&.ant-select,
|
|
2978
|
+
&.ant-select div.ant-select-selector {
|
|
2979
|
+
border-radius: 6px;
|
|
2980
|
+
}
|
|
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_w1dxz879 {
|
|
3094
3079
|
display: flex;
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
margin-right: 6px;
|
|
3080
|
+
flex-direction: column;
|
|
3081
|
+
gap: 6px;
|
|
3082
|
+
.ellipsis-tooltip {
|
|
3083
|
+
max-height: var(--w1dxz879-0);
|
|
3084
|
+
text-overflow: clip;
|
|
3085
|
+
overflow: hidden;
|
|
3086
|
+
}
|
|
3087
|
+
.tips {
|
|
3088
|
+
color: #fff;
|
|
3089
|
+
opacity: 0.8;
|
|
3106
3090
|
}
|
|
3107
3091
|
}
|
|
3108
3092
|
|
|
@@ -3315,6 +3299,97 @@
|
|
|
3315
3299
|
}
|
|
3316
3300
|
|
|
3317
3301
|
|
|
3302
|
+
.E_ryby9ds {
|
|
3303
|
+
display: flex;
|
|
3304
|
+
align-items: center;
|
|
3305
|
+
.order {
|
|
3306
|
+
height: 24px;
|
|
3307
|
+
width: 24px;
|
|
3308
|
+
border-radius: 20px;
|
|
3309
|
+
color: $text-light-general;
|
|
3310
|
+
background: $fill-light-element-container-outstanding;
|
|
3311
|
+
display: flex;
|
|
3312
|
+
align-items: center;
|
|
3313
|
+
justify-content: center;
|
|
3314
|
+
margin-right: 6px;
|
|
3315
|
+
}
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
|
|
3319
|
+
.E_m5foqp8 {
|
|
3320
|
+
--footer-height: 96px;
|
|
3321
|
+
--header-height: 80px;
|
|
3322
|
+
--modal-content-width: 720px;
|
|
3323
|
+
--modal-content-min-height: 200px;
|
|
3324
|
+
--modal-content-max-height: calc(
|
|
3325
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
3326
|
+
);
|
|
3327
|
+
--modal-header-padding: 36px 60px 0;
|
|
3328
|
+
--modal-content-padding-y: 36px;
|
|
3329
|
+
--modal-content-padding-x: 60px;
|
|
3330
|
+
--modal-footer-padding: 0 60px;
|
|
3331
|
+
}
|
|
3332
|
+
|
|
3333
|
+
|
|
3334
|
+
.E_s11wux3h {
|
|
3335
|
+
.antd5-segmented-item:not(:last-child) {
|
|
3336
|
+
margin-right: 2px;
|
|
3337
|
+
}
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.E_s1t2an3z {
|
|
3341
|
+
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3342
|
+
padding-left: 8px;
|
|
3343
|
+
padding-right: 8px;
|
|
3344
|
+
font-size: 12px;
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
&.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3348
|
+
border-radius: 4px;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
&.antd5-segmented
|
|
3352
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3353
|
+
.antd5-segmented-item-disabled
|
|
3354
|
+
) {
|
|
3355
|
+
border-radius: 4px;
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
.E_ma64lna {
|
|
3360
|
+
.antd5-segmented-item-label {
|
|
3361
|
+
padding-left: 12px;
|
|
3362
|
+
padding-right: 12px;
|
|
3363
|
+
}
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
.E_ckld275 {
|
|
3367
|
+
background-color: $fill-neutral-trans-2;
|
|
3368
|
+
&.antd5-segmented
|
|
3369
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3370
|
+
.antd5-segmented-item-disabled
|
|
3371
|
+
) {
|
|
3372
|
+
background-color: $fill-neutral-light-white;
|
|
3373
|
+
color: $text-neutral-secondary-light;
|
|
3374
|
+
}
|
|
3375
|
+
// on animate remove hover bg color
|
|
3376
|
+
&.antd5-segmented
|
|
3377
|
+
.antd5-segmented-thumb
|
|
3378
|
+
~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3379
|
+
.antd5-segmented-item-disabled
|
|
3380
|
+
) {
|
|
3381
|
+
background-color: transparent;
|
|
3382
|
+
}
|
|
3383
|
+
// remove after's bg color
|
|
3384
|
+
&.antd5-segmented
|
|
3385
|
+
.antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(
|
|
3386
|
+
.antd5-segmented-item-disabled
|
|
3387
|
+
)::after {
|
|
3388
|
+
background-color: transparent;
|
|
3389
|
+
}
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3392
|
+
|
|
3318
3393
|
.E_h12yihis {
|
|
3319
3394
|
height: 50px;
|
|
3320
3395
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -3585,206 +3660,414 @@
|
|
|
3585
3660
|
}
|
|
3586
3661
|
|
|
3587
3662
|
|
|
3588
|
-
.
|
|
3589
|
-
|
|
3590
|
-
|
|
3663
|
+
.E_c1kghdax {
|
|
3664
|
+
color: $text-primary-light;
|
|
3665
|
+
padding: 7px 12px;
|
|
3666
|
+
display: flex;
|
|
3667
|
+
justify-content: space-between;
|
|
3668
|
+
align-items: center;
|
|
3669
|
+
|
|
3670
|
+
&.has-arrow {
|
|
3671
|
+
padding-left: 10px;
|
|
3672
|
+
|
|
3673
|
+
.title-wrapper {
|
|
3674
|
+
cursor: pointer;
|
|
3675
|
+
color: $text-light-primary;
|
|
3676
|
+
|
|
3677
|
+
&.is-open {
|
|
3678
|
+
color: $text-primary-light;
|
|
3679
|
+
font-weight: 600;
|
|
3680
|
+
|
|
3681
|
+
.collapse-arrow {
|
|
3682
|
+
transform: rotate(90deg);
|
|
3683
|
+
}
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3591
3686
|
}
|
|
3592
|
-
}
|
|
3593
3687
|
|
|
3594
|
-
.
|
|
3595
|
-
&.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3596
|
-
padding-left: 8px;
|
|
3597
|
-
padding-right: 8px;
|
|
3688
|
+
.sub-info {
|
|
3598
3689
|
font-size: 12px;
|
|
3690
|
+
line-height: 18px;
|
|
3599
3691
|
}
|
|
3600
3692
|
|
|
3601
|
-
|
|
3602
|
-
|
|
3693
|
+
.title-wrapper {
|
|
3694
|
+
display: flex;
|
|
3695
|
+
align-items: center;
|
|
3696
|
+
user-select: none;
|
|
3697
|
+
flex-grow: 1;
|
|
3698
|
+
font-size: 12px;
|
|
3699
|
+
line-height: 18px;
|
|
3700
|
+
color: $text-primary-light;
|
|
3701
|
+
font-weight: 700;
|
|
3603
3702
|
}
|
|
3604
3703
|
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
) {
|
|
3609
|
-
border-radius: 4px;
|
|
3704
|
+
.collapse-arrow {
|
|
3705
|
+
transition: all 50ms ease-out 0ms;
|
|
3706
|
+
margin-right: 2px;
|
|
3610
3707
|
}
|
|
3611
3708
|
}
|
|
3612
3709
|
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3710
|
+
|
|
3711
|
+
.E_c1yd35n {
|
|
3712
|
+
padding: 0 12px 14px 12px;
|
|
3713
|
+
}
|
|
3714
|
+
|
|
3715
|
+
|
|
3716
|
+
.E_i1g85yz3 {
|
|
3717
|
+
margin-right: 4px;
|
|
3718
|
+
height: 16px;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
|
|
3722
|
+
.E_w7ob4th {
|
|
3723
|
+
&.outside-tag {
|
|
3724
|
+
padding-left: 0;
|
|
3725
|
+
.inside-tag {
|
|
3726
|
+
border-radius: 4px 0 0 4px;
|
|
3727
|
+
padding-right: 4px;
|
|
3728
|
+
margin-right: 4px;
|
|
3729
|
+
}
|
|
3617
3730
|
}
|
|
3618
3731
|
}
|
|
3619
3732
|
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3733
|
+
|
|
3734
|
+
.E_ckui4s7 {
|
|
3735
|
+
color: $text-primary-light;
|
|
3736
|
+
line-height: 22px;
|
|
3737
|
+
display: inline-flex;
|
|
3738
|
+
.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; } } }
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
|
|
3742
|
+
.E_slr2ynn {
|
|
3743
|
+
padding: 0 8px;
|
|
3744
|
+
height: 18px;
|
|
3628
3745
|
}
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
.antd5-segmented-item-disabled
|
|
3634
|
-
) {
|
|
3635
|
-
background-color: transparent;
|
|
3746
|
+
|
|
3747
|
+
.E_m140wbb6 {
|
|
3748
|
+
padding: 2px 8px;
|
|
3749
|
+
height: 24px;
|
|
3636
3750
|
}
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3751
|
+
|
|
3752
|
+
.E_t1fozc1i {
|
|
3753
|
+
margin: 0;
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
.E_i1vxv4ln {
|
|
3757
|
+
margin-right: 4px;
|
|
3758
|
+
height: 16px;
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
.E_n1afl31m {
|
|
3762
|
+
&.ant-tag.ant-tag-gray {
|
|
3763
|
+
font-weight: 700;
|
|
3764
|
+
color: $text-neutral-primary;
|
|
3765
|
+
background-color: $fill-neutral-trans-1;
|
|
3766
|
+
border: 1px solid $stroke-neutral-trans-2;
|
|
3767
|
+
word-break: break-all;
|
|
3768
|
+
display: inline;
|
|
3769
|
+
white-space: normal;
|
|
3643
3770
|
}
|
|
3644
3771
|
}
|
|
3645
3772
|
|
|
3646
3773
|
|
|
3647
|
-
.
|
|
3648
|
-
|
|
3649
|
-
|
|
3774
|
+
.E_lht19u8 {
|
|
3775
|
+
width: 64px;
|
|
3776
|
+
height: 64px;
|
|
3650
3777
|
display: flex;
|
|
3651
|
-
justify-content: space-between;
|
|
3652
3778
|
align-items: center;
|
|
3779
|
+
justify-content: center;
|
|
3780
|
+
position: relative;
|
|
3781
|
+
opacity: 0.2;
|
|
3782
|
+
}
|
|
3783
|
+
|
|
3784
|
+
.E_lk3gkp4 {
|
|
3785
|
+
position: absolute;
|
|
3786
|
+
width: 5px;
|
|
3787
|
+
height: 48px;
|
|
3788
|
+
left: 9.33px;
|
|
3789
|
+
top: 40.5px;
|
|
3790
|
+
|
|
3791
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3792
|
+
border-radius: 5px;
|
|
3793
|
+
transform: rotate(-128deg);
|
|
3794
|
+
transform-origin: top left;
|
|
3795
|
+
|
|
3796
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
.E_ll4n94n {
|
|
3800
|
+
position: absolute;
|
|
3801
|
+
width: 5px;
|
|
3802
|
+
height: 48px;
|
|
3803
|
+
left: 40.8px;
|
|
3804
|
+
top: 8.4px;
|
|
3805
|
+
|
|
3806
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3807
|
+
border-radius: 5px;
|
|
3808
|
+
transform: rotate(-8deg);
|
|
3809
|
+
transform-origin: top left;
|
|
3810
|
+
|
|
3811
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
3812
|
+
}
|
|
3813
|
+
|
|
3814
|
+
.E_l17lbdo6 {
|
|
3815
|
+
position: absolute;
|
|
3816
|
+
width: 5px;
|
|
3817
|
+
height: 48px;
|
|
3818
|
+
left: 52.9px;
|
|
3819
|
+
top: 51.8px;
|
|
3820
|
+
|
|
3821
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3822
|
+
border-radius: 5px;
|
|
3823
|
+
transform: rotate(112deg);
|
|
3824
|
+
transform-origin: top left;
|
|
3825
|
+
|
|
3826
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
|
|
3830
|
+
.E_b14q2gmw {
|
|
3831
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3832
|
+
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3833
|
+
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3834
|
+
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3835
|
+
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3836
|
+
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3837
|
+
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3838
|
+
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.E_c1eym6el {
|
|
3842
|
+
border-radius: 8px;
|
|
3843
|
+
background-color: white;
|
|
3844
|
+
&.hoverable {
|
|
3845
|
+
cursor: pointer;
|
|
3846
|
+
|
|
3847
|
+
&:hover {
|
|
3848
|
+
transition: all 200ms ease;
|
|
3849
|
+
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3850
|
+
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3851
|
+
transform: translateY(-4px);
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
|
|
3856
|
+
|
|
3857
|
+
.E_t1dtlqs1 {
|
|
3858
|
+
margin-bottom: 4px;
|
|
3859
|
+
color: $text-secondary-light;
|
|
3860
|
+
}
|
|
3861
|
+
|
|
3862
|
+
.E_s1ese5oy {
|
|
3863
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3864
|
+
line-height: 32px;
|
|
3865
|
+
height: 32px;
|
|
3866
|
+
margin-bottom: 0;
|
|
3867
|
+
&.primary,
|
|
3868
|
+
&.info {
|
|
3869
|
+
color: $text-light-general;
|
|
3870
|
+
}
|
|
3871
|
+
&.warning {
|
|
3872
|
+
color: #ffa500;
|
|
3873
|
+
}
|
|
3874
|
+
&.success {
|
|
3875
|
+
color: $text-light-positive;
|
|
3876
|
+
}
|
|
3877
|
+
&.danger,
|
|
3878
|
+
&.error {
|
|
3879
|
+
color: $text-light-serious;
|
|
3880
|
+
}
|
|
3881
|
+
&.normal {
|
|
3882
|
+
color: $text-secondary-light;
|
|
3883
|
+
}
|
|
3884
|
+
}
|
|
3885
|
+
|
|
3886
|
+
.E_b1ibis43 {
|
|
3887
|
+
margin-bottom: 0;
|
|
3888
|
+
color: $text-light-primary;
|
|
3889
|
+
}
|
|
3890
|
+
|
|
3891
|
+
.E_b11xxjd2 {
|
|
3892
|
+
line-height: 32px;
|
|
3893
|
+
margin-right: 6px;
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3896
|
+
.E_bsub5bw {
|
|
3897
|
+
&.with-description {
|
|
3898
|
+
height: 24px;
|
|
3899
|
+
flex: 1;
|
|
3900
|
+
position: relative;
|
|
3901
|
+
top: -7px;
|
|
3902
|
+
}
|
|
3903
|
+
p {
|
|
3904
|
+
width: 100%;
|
|
3905
|
+
overflow: hidden;
|
|
3906
|
+
text-overflow: ellipsis;
|
|
3907
|
+
white-space: nowrap;
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
|
|
3911
|
+
.E_tmoyoag {
|
|
3912
|
+
border: 1px solid $strokes-light-trans-2;
|
|
3913
|
+
border-radius: 8px;
|
|
3914
|
+
overflow: auto;
|
|
3915
|
+
.ant-list {
|
|
3916
|
+
position: relative;
|
|
3917
|
+
.ant-list-item:last-child {
|
|
3918
|
+
border-bottom: none;
|
|
3919
|
+
}
|
|
3920
|
+
.eagle-table-form-header {
|
|
3921
|
+
position: sticky;
|
|
3922
|
+
top: 0;
|
|
3923
|
+
z-index: $eagle-table-form-header-index;
|
|
3924
|
+
display: flex;
|
|
3925
|
+
padding: 8px;
|
|
3926
|
+
& {
|
|
3927
|
+
align-items: inherit;
|
|
3928
|
+
}
|
|
3929
|
+
flex-wrap: nowrap;
|
|
3930
|
+
justify-content: flex-start;
|
|
3931
|
+
background: $fills-light-opaque-1;
|
|
3932
|
+
font-size: 14px;
|
|
3933
|
+
color: $text-secondary-light;
|
|
3934
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
3935
|
+
}
|
|
3936
|
+
.eagle-table-form-header .eagle-table-form-cell > p {
|
|
3937
|
+
margin-bottom: 0;
|
|
3938
|
+
}
|
|
3939
|
+
.eagle-table-form-row {
|
|
3940
|
+
display: flex;
|
|
3941
|
+
justify-content: flex-start;
|
|
3942
|
+
align-items: flex-start;
|
|
3943
|
+
flex-wrap: wrap;
|
|
3944
|
+
padding: 8px;
|
|
3945
|
+
border: none;
|
|
3946
|
+
.row-description {
|
|
3947
|
+
flex-basis: 100%;
|
|
3948
|
+
margin: 12px 0 0;
|
|
3949
|
+
order: 99;
|
|
3950
|
+
color: $text-secondary-light;
|
|
3951
|
+
}
|
|
3952
|
+
.row-error-message {
|
|
3953
|
+
color: $text-light-serious;
|
|
3954
|
+
flex-basis: 100%;
|
|
3955
|
+
order: 98;
|
|
3956
|
+
margin: 12px 0 0;
|
|
3957
|
+
}
|
|
3958
|
+
&:hover {
|
|
3959
|
+
background-color: $fills-light-trans-1;
|
|
3960
|
+
}
|
|
3961
|
+
&.isDragging {
|
|
3962
|
+
background-color: $fills-light-general-general-light;
|
|
3963
|
+
}
|
|
3964
|
+
}
|
|
3965
|
+
.eagle-table-form-cell {
|
|
3966
|
+
flex: 1 0 0;
|
|
3967
|
+
overflow: hidden;
|
|
3968
|
+
.cell-description {
|
|
3969
|
+
color: $text-secondary-light;
|
|
3970
|
+
margin: 0;
|
|
3971
|
+
}
|
|
3653
3972
|
|
|
3654
|
-
|
|
3655
|
-
|
|
3973
|
+
@mixin text-align-style($align-position) {
|
|
3974
|
+
& > * {
|
|
3975
|
+
text-align: $align-position;
|
|
3976
|
+
}
|
|
3977
|
+
.ant-form-item-control-input-content {
|
|
3978
|
+
&,
|
|
3979
|
+
& > * {
|
|
3980
|
+
text-align: $align-position;
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3656
3984
|
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3985
|
+
&.align-center {
|
|
3986
|
+
@include text-align-style(center);
|
|
3987
|
+
}
|
|
3988
|
+
&.align-left {
|
|
3989
|
+
@include text-align-style(left);
|
|
3990
|
+
}
|
|
3991
|
+
&.align-right {
|
|
3992
|
+
@include text-align-style(right);
|
|
3993
|
+
}
|
|
3660
3994
|
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3995
|
+
&:not(:last-of-type) {
|
|
3996
|
+
margin-right: 8px;
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
.ant-list-item-action {
|
|
4000
|
+
padding: 4px;
|
|
4001
|
+
width: 24px;
|
|
4002
|
+
height: 24px;
|
|
4003
|
+
overflow: hidden;
|
|
4004
|
+
li {
|
|
4005
|
+
padding: 0;
|
|
4006
|
+
}
|
|
4007
|
+
}
|
|
4008
|
+
.delete-row-icon.disabled {
|
|
4009
|
+
cursor: not-allowed;
|
|
4010
|
+
opacity: 0.5;
|
|
4011
|
+
}
|
|
4012
|
+
&.size-default {
|
|
4013
|
+
.ant-list-item-action {
|
|
4014
|
+
margin: 0;
|
|
4015
|
+
}
|
|
4016
|
+
.eagle-table-form-cell {
|
|
4017
|
+
.ant-input,
|
|
4018
|
+
.ant-select-selector {
|
|
4019
|
+
border-radius: 5px;
|
|
4020
|
+
font-size: 12px;
|
|
4021
|
+
}
|
|
4022
|
+
.ant-input-affix-wrapper {
|
|
4023
|
+
font-size: inherit;
|
|
4024
|
+
}
|
|
3664
4025
|
|
|
3665
|
-
.
|
|
3666
|
-
|
|
4026
|
+
.ant-form-item-control-input {
|
|
4027
|
+
min-height: 24px;
|
|
4028
|
+
font-size: 12px;
|
|
4029
|
+
position: relative;
|
|
3667
4030
|
}
|
|
3668
4031
|
}
|
|
3669
4032
|
}
|
|
3670
4033
|
}
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
}
|
|
3676
|
-
|
|
3677
|
-
.title-wrapper {
|
|
3678
|
-
display: flex;
|
|
3679
|
-
align-items: center;
|
|
3680
|
-
user-select: none;
|
|
3681
|
-
flex-grow: 1;
|
|
3682
|
-
font-size: 12px;
|
|
3683
|
-
line-height: 18px;
|
|
3684
|
-
color: $text-primary-light;
|
|
3685
|
-
font-weight: 700;
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
.collapse-arrow {
|
|
3689
|
-
transition: all 50ms ease-out 0ms;
|
|
3690
|
-
margin-right: 2px;
|
|
4034
|
+
&.row-split-by-border {
|
|
4035
|
+
.eagle-table-form-row {
|
|
4036
|
+
border-bottom: 1px solid $fills-light-trans-2;
|
|
4037
|
+
}
|
|
3691
4038
|
}
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
.E_ckui4s7 {
|
|
3701
|
-
color: $text-primary-light;
|
|
3702
|
-
line-height: 22px;
|
|
3703
|
-
display: inline-flex;
|
|
3704
|
-
.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; } } }
|
|
3705
|
-
}
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
.E_b14q2gmw {
|
|
3709
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14),
|
|
3710
|
-
0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447),
|
|
3711
|
-
0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224),
|
|
3712
|
-
0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253),
|
|
3713
|
-
0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07),
|
|
3714
|
-
0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747),
|
|
3715
|
-
0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776),
|
|
3716
|
-
0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
.E_c1eym6el {
|
|
3720
|
-
border-radius: 8px;
|
|
3721
|
-
background-color: white;
|
|
3722
|
-
&.hoverable {
|
|
3723
|
-
cursor: pointer;
|
|
3724
|
-
|
|
3725
|
-
&:hover {
|
|
3726
|
-
transition: all 200ms ease;
|
|
3727
|
-
box-shadow: 0px 9px 22px rgb(107 125 153 / 23%),
|
|
3728
|
-
0px 1.12694px 2.75474px rgb(107 125 153 / 12%);
|
|
3729
|
-
transform: translateY(-4px);
|
|
4039
|
+
&.row-split-by-zebraMarking {
|
|
4040
|
+
.draggable-container {
|
|
4041
|
+
& > :nth-child(2n) {
|
|
4042
|
+
background-color: $fills-trans-primary-light;
|
|
4043
|
+
}
|
|
3730
4044
|
}
|
|
3731
4045
|
}
|
|
3732
4046
|
}
|
|
3733
4047
|
|
|
3734
|
-
|
|
3735
|
-
.E_lht19u8 {
|
|
3736
|
-
width: 64px;
|
|
3737
|
-
height: 64px;
|
|
4048
|
+
.E_a138syjm {
|
|
3738
4049
|
display: flex;
|
|
3739
4050
|
align-items: center;
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
.
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
border-radius: 5px;
|
|
3754
|
-
transform: rotate(-128deg);
|
|
3755
|
-
transform-origin: top left;
|
|
3756
|
-
|
|
3757
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
3758
|
-
}
|
|
3759
|
-
|
|
3760
|
-
.E_ll4n94n {
|
|
3761
|
-
position: absolute;
|
|
3762
|
-
width: 5px;
|
|
3763
|
-
height: 48px;
|
|
3764
|
-
left: 40.8px;
|
|
3765
|
-
top: 8.4px;
|
|
3766
|
-
|
|
3767
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3768
|
-
border-radius: 5px;
|
|
3769
|
-
transform: rotate(-8deg);
|
|
3770
|
-
transform-origin: top left;
|
|
3771
|
-
|
|
3772
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4051
|
+
margin-top: 8px;
|
|
4052
|
+
button.ant-btn {
|
|
4053
|
+
padding: 2px 8px;
|
|
4054
|
+
height: 24px;
|
|
4055
|
+
}
|
|
4056
|
+
& > span.maximum-desc {
|
|
4057
|
+
display: none;
|
|
4058
|
+
margin-left: 8px;
|
|
4059
|
+
color: $text-secondary-light;
|
|
4060
|
+
&.disabled {
|
|
4061
|
+
display: inline;
|
|
4062
|
+
}
|
|
4063
|
+
}
|
|
3773
4064
|
}
|
|
3774
4065
|
|
|
3775
|
-
.
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
top: 51.8px;
|
|
3781
|
-
|
|
3782
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
3783
|
-
border-radius: 5px;
|
|
3784
|
-
transform: rotate(112deg);
|
|
3785
|
-
transform-origin: top left;
|
|
3786
|
-
|
|
3787
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4066
|
+
.E_d77i8u0 {
|
|
4067
|
+
width: 24px;
|
|
4068
|
+
height: 24px;
|
|
4069
|
+
padding: 4px;
|
|
4070
|
+
margin-right: 8px;
|
|
3788
4071
|
}
|
|
3789
4072
|
|
|
3790
4073
|
|
|
@@ -4381,52 +4664,23 @@
|
|
|
4381
4664
|
}
|
|
4382
4665
|
|
|
4383
4666
|
|
|
4384
|
-
.
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
padding-right: 4px;
|
|
4390
|
-
margin-right: 4px;
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
}
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
.E_i1g85yz3 {
|
|
4397
|
-
margin-right: 4px;
|
|
4398
|
-
height: 16px;
|
|
4399
|
-
}
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
.E_slr2ynn {
|
|
4403
|
-
padding: 0 8px;
|
|
4404
|
-
height: 18px;
|
|
4405
|
-
}
|
|
4406
|
-
|
|
4407
|
-
.E_m140wbb6 {
|
|
4408
|
-
padding: 2px 8px;
|
|
4409
|
-
height: 24px;
|
|
4410
|
-
}
|
|
4411
|
-
|
|
4412
|
-
.E_t1fozc1i {
|
|
4413
|
-
margin: 0;
|
|
4667
|
+
.E_r77hffu {
|
|
4668
|
+
display: flex;
|
|
4669
|
+
align-items: center;
|
|
4670
|
+
justify-content: space-between;
|
|
4671
|
+
column-gap: 6px;
|
|
4414
4672
|
}
|
|
4415
4673
|
|
|
4416
|
-
.
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4674
|
+
.E_p1cmxsf7 {
|
|
4675
|
+
display: flex;
|
|
4676
|
+
flex-direction: column;
|
|
4677
|
+
justify-content: center;
|
|
4678
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4420
4679
|
|
|
4421
|
-
.
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
background-color: $fill-neutral-trans-1;
|
|
4426
|
-
border: 1px solid $stroke-neutral-trans-2;
|
|
4427
|
-
word-break: break-all;
|
|
4428
|
-
display: inline;
|
|
4429
|
-
white-space: normal;
|
|
4680
|
+
.antd5-progress-line {
|
|
4681
|
+
font-size: 0;
|
|
4682
|
+
margin-bottom: unset;
|
|
4683
|
+
margin-inline-end: unset;
|
|
4430
4684
|
}
|
|
4431
4685
|
}
|
|
4432
4686
|
|
|
@@ -4614,316 +4868,43 @@
|
|
|
4614
4868
|
}
|
|
4615
4869
|
}
|
|
4616
4870
|
.#{$item}-active {
|
|
4617
|
-
.ant-steps-item-container {
|
|
4618
|
-
background: rgba($blue-60, 0.1);
|
|
4619
|
-
}
|
|
4620
|
-
}
|
|
4621
|
-
}
|
|
4622
|
-
}
|
|
4623
|
-
|
|
4624
|
-
.E_h6l1tj4 {
|
|
4625
|
-
width: 100%;
|
|
4626
|
-
display: inline-flex;
|
|
4627
|
-
align-items: center;
|
|
4628
|
-
justify-content: center;
|
|
4629
|
-
column-gap: 4px;
|
|
4630
|
-
.step-item-prefix-container {
|
|
4631
|
-
display: inline-flex;
|
|
4632
|
-
align-items: center;
|
|
4633
|
-
width: 18px;
|
|
4634
|
-
height: 18px;
|
|
4635
|
-
color: $gray-a75-8;
|
|
4636
|
-
justify-content: center;
|
|
4637
|
-
}
|
|
4638
|
-
}
|
|
4639
|
-
|
|
4640
|
-
.E_v18frne8 {
|
|
4641
|
-
width: 100%;
|
|
4642
|
-
display: flex;
|
|
4643
|
-
align-items: center;
|
|
4644
|
-
justify-content: center;
|
|
4645
|
-
column-gap: 6px;
|
|
4646
|
-
font-size: 13px;
|
|
4647
|
-
.step-item-prefix-container {
|
|
4648
|
-
display: inline-flex;
|
|
4649
|
-
align-items: center;
|
|
4650
|
-
min-width: 20px;
|
|
4651
|
-
min-height: 20px;
|
|
4652
|
-
color: $gray-a75-8;
|
|
4653
|
-
justify-content: center;
|
|
4654
|
-
}
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
.E_t1dtlqs1 {
|
|
4659
|
-
margin-bottom: 4px;
|
|
4660
|
-
color: $text-secondary-light;
|
|
4661
|
-
}
|
|
4662
|
-
|
|
4663
|
-
.E_s1ese5oy {
|
|
4664
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4665
|
-
line-height: 32px;
|
|
4666
|
-
height: 32px;
|
|
4667
|
-
margin-bottom: 0;
|
|
4668
|
-
&.primary,
|
|
4669
|
-
&.info {
|
|
4670
|
-
color: $text-light-general;
|
|
4671
|
-
}
|
|
4672
|
-
&.warning {
|
|
4673
|
-
color: #ffa500;
|
|
4674
|
-
}
|
|
4675
|
-
&.success {
|
|
4676
|
-
color: $text-light-positive;
|
|
4677
|
-
}
|
|
4678
|
-
&.danger,
|
|
4679
|
-
&.error {
|
|
4680
|
-
color: $text-light-serious;
|
|
4681
|
-
}
|
|
4682
|
-
&.normal {
|
|
4683
|
-
color: $text-secondary-light;
|
|
4684
|
-
}
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
.E_b1ibis43 {
|
|
4688
|
-
margin-bottom: 0;
|
|
4689
|
-
color: $text-light-primary;
|
|
4690
|
-
}
|
|
4691
|
-
|
|
4692
|
-
.E_b11xxjd2 {
|
|
4693
|
-
line-height: 32px;
|
|
4694
|
-
margin-right: 6px;
|
|
4695
|
-
}
|
|
4696
|
-
|
|
4697
|
-
.E_bsub5bw {
|
|
4698
|
-
&.with-description {
|
|
4699
|
-
height: 24px;
|
|
4700
|
-
flex: 1;
|
|
4701
|
-
position: relative;
|
|
4702
|
-
top: -7px;
|
|
4703
|
-
}
|
|
4704
|
-
p {
|
|
4705
|
-
width: 100%;
|
|
4706
|
-
overflow: hidden;
|
|
4707
|
-
text-overflow: ellipsis;
|
|
4708
|
-
white-space: nowrap;
|
|
4709
|
-
}
|
|
4710
|
-
}
|
|
4711
|
-
|
|
4712
|
-
.E_tmoyoag {
|
|
4713
|
-
border: 1px solid $strokes-light-trans-2;
|
|
4714
|
-
border-radius: 8px;
|
|
4715
|
-
overflow: auto;
|
|
4716
|
-
.ant-list {
|
|
4717
|
-
position: relative;
|
|
4718
|
-
.ant-list-item:last-child {
|
|
4719
|
-
border-bottom: none;
|
|
4720
|
-
}
|
|
4721
|
-
.eagle-table-form-header {
|
|
4722
|
-
position: sticky;
|
|
4723
|
-
top: 0;
|
|
4724
|
-
z-index: $eagle-table-form-header-index;
|
|
4725
|
-
display: flex;
|
|
4726
|
-
padding: 8px;
|
|
4727
|
-
& {
|
|
4728
|
-
align-items: inherit;
|
|
4729
|
-
}
|
|
4730
|
-
flex-wrap: nowrap;
|
|
4731
|
-
justify-content: flex-start;
|
|
4732
|
-
background: $fills-light-opaque-1;
|
|
4733
|
-
font-size: 14px;
|
|
4734
|
-
color: $text-secondary-light;
|
|
4735
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
4736
|
-
}
|
|
4737
|
-
.eagle-table-form-header .eagle-table-form-cell > p {
|
|
4738
|
-
margin-bottom: 0;
|
|
4739
|
-
}
|
|
4740
|
-
.eagle-table-form-row {
|
|
4741
|
-
display: flex;
|
|
4742
|
-
justify-content: flex-start;
|
|
4743
|
-
align-items: flex-start;
|
|
4744
|
-
flex-wrap: wrap;
|
|
4745
|
-
padding: 8px;
|
|
4746
|
-
border: none;
|
|
4747
|
-
.row-description {
|
|
4748
|
-
flex-basis: 100%;
|
|
4749
|
-
margin: 12px 0 0;
|
|
4750
|
-
order: 99;
|
|
4751
|
-
color: $text-secondary-light;
|
|
4752
|
-
}
|
|
4753
|
-
.row-error-message {
|
|
4754
|
-
color: $text-light-serious;
|
|
4755
|
-
flex-basis: 100%;
|
|
4756
|
-
order: 98;
|
|
4757
|
-
margin: 12px 0 0;
|
|
4758
|
-
}
|
|
4759
|
-
&:hover {
|
|
4760
|
-
background-color: $fills-light-trans-1;
|
|
4761
|
-
}
|
|
4762
|
-
&.isDragging {
|
|
4763
|
-
background-color: $fills-light-general-general-light;
|
|
4764
|
-
}
|
|
4765
|
-
}
|
|
4766
|
-
.eagle-table-form-cell {
|
|
4767
|
-
flex: 1 0 0;
|
|
4768
|
-
overflow: hidden;
|
|
4769
|
-
.cell-description {
|
|
4770
|
-
color: $text-secondary-light;
|
|
4771
|
-
margin: 0;
|
|
4772
|
-
}
|
|
4773
|
-
|
|
4774
|
-
@mixin text-align-style($align-position) {
|
|
4775
|
-
& > * {
|
|
4776
|
-
text-align: $align-position;
|
|
4777
|
-
}
|
|
4778
|
-
.ant-form-item-control-input-content {
|
|
4779
|
-
&,
|
|
4780
|
-
& > * {
|
|
4781
|
-
text-align: $align-position;
|
|
4782
|
-
}
|
|
4783
|
-
}
|
|
4784
|
-
}
|
|
4785
|
-
|
|
4786
|
-
&.align-center {
|
|
4787
|
-
@include text-align-style(center);
|
|
4788
|
-
}
|
|
4789
|
-
&.align-left {
|
|
4790
|
-
@include text-align-style(left);
|
|
4791
|
-
}
|
|
4792
|
-
&.align-right {
|
|
4793
|
-
@include text-align-style(right);
|
|
4794
|
-
}
|
|
4795
|
-
|
|
4796
|
-
&:not(:last-of-type) {
|
|
4797
|
-
margin-right: 8px;
|
|
4798
|
-
}
|
|
4799
|
-
}
|
|
4800
|
-
.ant-list-item-action {
|
|
4801
|
-
padding: 4px;
|
|
4802
|
-
width: 24px;
|
|
4803
|
-
height: 24px;
|
|
4804
|
-
overflow: hidden;
|
|
4805
|
-
li {
|
|
4806
|
-
padding: 0;
|
|
4807
|
-
}
|
|
4808
|
-
}
|
|
4809
|
-
.delete-row-icon.disabled {
|
|
4810
|
-
cursor: not-allowed;
|
|
4811
|
-
opacity: 0.5;
|
|
4812
|
-
}
|
|
4813
|
-
&.size-default {
|
|
4814
|
-
.ant-list-item-action {
|
|
4815
|
-
margin: 0;
|
|
4816
|
-
}
|
|
4817
|
-
.eagle-table-form-cell {
|
|
4818
|
-
.ant-input,
|
|
4819
|
-
.ant-select-selector {
|
|
4820
|
-
border-radius: 5px;
|
|
4821
|
-
font-size: 12px;
|
|
4822
|
-
}
|
|
4823
|
-
.ant-input-affix-wrapper {
|
|
4824
|
-
font-size: inherit;
|
|
4825
|
-
}
|
|
4826
|
-
|
|
4827
|
-
.ant-form-item-control-input {
|
|
4828
|
-
min-height: 24px;
|
|
4829
|
-
font-size: 12px;
|
|
4830
|
-
position: relative;
|
|
4831
|
-
}
|
|
4832
|
-
}
|
|
4833
|
-
}
|
|
4834
|
-
}
|
|
4835
|
-
&.row-split-by-border {
|
|
4836
|
-
.eagle-table-form-row {
|
|
4837
|
-
border-bottom: 1px solid $fills-light-trans-2;
|
|
4838
|
-
}
|
|
4839
|
-
}
|
|
4840
|
-
&.row-split-by-zebraMarking {
|
|
4841
|
-
.draggable-container {
|
|
4842
|
-
& > :nth-child(2n) {
|
|
4843
|
-
background-color: $fills-trans-primary-light;
|
|
4844
|
-
}
|
|
4845
|
-
}
|
|
4846
|
-
}
|
|
4847
|
-
}
|
|
4848
|
-
|
|
4849
|
-
.E_a138syjm {
|
|
4850
|
-
display: flex;
|
|
4851
|
-
align-items: center;
|
|
4852
|
-
margin-top: 8px;
|
|
4853
|
-
button.ant-btn {
|
|
4854
|
-
padding: 2px 8px;
|
|
4855
|
-
height: 24px;
|
|
4856
|
-
}
|
|
4857
|
-
& > span.maximum-desc {
|
|
4858
|
-
display: none;
|
|
4859
|
-
margin-left: 8px;
|
|
4860
|
-
color: $text-secondary-light;
|
|
4861
|
-
&.disabled {
|
|
4862
|
-
display: inline;
|
|
4863
|
-
}
|
|
4864
|
-
}
|
|
4865
|
-
}
|
|
4866
|
-
|
|
4867
|
-
.E_d77i8u0 {
|
|
4868
|
-
width: 24px;
|
|
4869
|
-
height: 24px;
|
|
4870
|
-
padding: 4px;
|
|
4871
|
-
margin-right: 8px;
|
|
4871
|
+
.ant-steps-item-container {
|
|
4872
|
+
background: rgba($blue-60, 0.1);
|
|
4873
|
+
}
|
|
4874
|
+
}
|
|
4875
|
+
}
|
|
4872
4876
|
}
|
|
4873
4877
|
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
display: flex;
|
|
4878
|
+
.E_h6l1tj4 {
|
|
4879
|
+
width: 100%;
|
|
4880
|
+
display: inline-flex;
|
|
4877
4881
|
align-items: center;
|
|
4878
|
-
justify-content: space-between;
|
|
4879
|
-
column-gap: 6px;
|
|
4880
|
-
}
|
|
4881
|
-
|
|
4882
|
-
.E_p1cmxsf7 {
|
|
4883
|
-
display: flex;
|
|
4884
|
-
flex-direction: column;
|
|
4885
4882
|
justify-content: center;
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4883
|
+
column-gap: 4px;
|
|
4884
|
+
.step-item-prefix-container {
|
|
4885
|
+
display: inline-flex;
|
|
4886
|
+
align-items: center;
|
|
4887
|
+
width: 18px;
|
|
4888
|
+
height: 18px;
|
|
4889
|
+
color: $gray-a75-8;
|
|
4890
|
+
justify-content: center;
|
|
4892
4891
|
}
|
|
4893
4892
|
}
|
|
4894
4893
|
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
.checkbox-loading {
|
|
4910
|
-
width: 16px;
|
|
4911
|
-
}
|
|
4912
|
-
.td-loading {
|
|
4913
|
-
flex: 1;
|
|
4914
|
-
}
|
|
4915
|
-
}
|
|
4916
|
-
|
|
4917
|
-
:nth-child(1) {
|
|
4918
|
-
padding: 8px 4px;
|
|
4919
|
-
> * {
|
|
4920
|
-
background: rgba($gray-70, 0.18);
|
|
4921
|
-
}
|
|
4922
|
-
}
|
|
4923
|
-
:nth-child(1) {
|
|
4924
|
-
> * {
|
|
4925
|
-
background: rgba($gray-60, 0.18);
|
|
4926
|
-
}
|
|
4894
|
+
.E_v18frne8 {
|
|
4895
|
+
width: 100%;
|
|
4896
|
+
display: flex;
|
|
4897
|
+
align-items: center;
|
|
4898
|
+
justify-content: center;
|
|
4899
|
+
column-gap: 6px;
|
|
4900
|
+
font-size: 13px;
|
|
4901
|
+
.step-item-prefix-container {
|
|
4902
|
+
display: inline-flex;
|
|
4903
|
+
align-items: center;
|
|
4904
|
+
min-width: 20px;
|
|
4905
|
+
min-height: 20px;
|
|
4906
|
+
color: $gray-a75-8;
|
|
4907
|
+
justify-content: center;
|
|
4927
4908
|
}
|
|
4928
4909
|
}
|
|
4929
4910
|
|
|
@@ -5012,6 +4993,41 @@
|
|
|
5012
4993
|
}
|
|
5013
4994
|
|
|
5014
4995
|
|
|
4996
|
+
.E_t13ef470 {
|
|
4997
|
+
height: 100%;
|
|
4998
|
+
.table-loading-item {
|
|
4999
|
+
padding: 12px 4px;
|
|
5000
|
+
border-bottom: 1px solid rgba($gray-50, 0.18);
|
|
5001
|
+
display: flex;
|
|
5002
|
+
|
|
5003
|
+
> * {
|
|
5004
|
+
height: 16px;
|
|
5005
|
+
margin: 4px;
|
|
5006
|
+
background: rgba($gray-50, 0.18);
|
|
5007
|
+
border-radius: 2px;
|
|
5008
|
+
}
|
|
5009
|
+
.checkbox-loading {
|
|
5010
|
+
width: 16px;
|
|
5011
|
+
}
|
|
5012
|
+
.td-loading {
|
|
5013
|
+
flex: 1;
|
|
5014
|
+
}
|
|
5015
|
+
}
|
|
5016
|
+
|
|
5017
|
+
:nth-child(1) {
|
|
5018
|
+
padding: 8px 4px;
|
|
5019
|
+
> * {
|
|
5020
|
+
background: rgba($gray-70, 0.18);
|
|
5021
|
+
}
|
|
5022
|
+
}
|
|
5023
|
+
:nth-child(1) {
|
|
5024
|
+
> * {
|
|
5025
|
+
background: rgba($gray-60, 0.18);
|
|
5026
|
+
}
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
|
|
5030
|
+
|
|
5015
5031
|
.E_t1gvlxt5 {
|
|
5016
5032
|
min-width: 0;
|
|
5017
5033
|
flex: 1;
|
|
@@ -5035,7 +5051,7 @@
|
|
|
5035
5051
|
}
|
|
5036
5052
|
|
|
5037
5053
|
|
|
5038
|
-
.
|
|
5054
|
+
.E_m11nzl2x {
|
|
5039
5055
|
color: $text-light-secondary;
|
|
5040
5056
|
text-align: center;
|
|
5041
5057
|
|
|
@@ -5051,7 +5067,7 @@
|
|
|
5051
5067
|
}
|
|
5052
5068
|
}
|
|
5053
5069
|
|
|
5054
|
-
.
|
|
5070
|
+
.E_mn7joto {
|
|
5055
5071
|
width: 100%;
|
|
5056
5072
|
height: 100%;
|
|
5057
5073
|
display: flex;
|
|
@@ -5061,7 +5077,6 @@
|
|
|
5061
5077
|
width: 100%;
|
|
5062
5078
|
display: flex;
|
|
5063
5079
|
line-height: 30px;
|
|
5064
|
-
padding: 0 16px;
|
|
5065
5080
|
justify-content: space-between;
|
|
5066
5081
|
.metric-extra {
|
|
5067
5082
|
display: flex;
|
|
@@ -5094,7 +5109,7 @@
|
|
|
5094
5109
|
}
|
|
5095
5110
|
}
|
|
5096
5111
|
|
|
5097
|
-
.
|
|
5112
|
+
.E_l1bifhon {
|
|
5098
5113
|
display: flex;
|
|
5099
5114
|
align-items: center;
|
|
5100
5115
|
white-space: nowrap;
|
|
@@ -5102,38 +5117,74 @@
|
|
|
5102
5117
|
width: 100%;
|
|
5103
5118
|
|
|
5104
5119
|
.ant-dropdown-trigger {
|
|
5105
|
-
margin-left: auto;
|
|
5106
5120
|
font-size: 12px;
|
|
5121
|
+
margin-left: 8px;
|
|
5107
5122
|
}
|
|
5108
5123
|
}
|
|
5109
5124
|
|
|
5110
|
-
.
|
|
5125
|
+
.E_ltthzck {
|
|
5111
5126
|
display: flex;
|
|
5112
5127
|
justify-content: flex-start;
|
|
5113
5128
|
align-items: center;
|
|
5114
5129
|
font-size: 12px;
|
|
5115
5130
|
cursor: pointer;
|
|
5131
|
+
&:not(:first-child) {
|
|
5132
|
+
margin-left: 8px;
|
|
5133
|
+
}
|
|
5116
5134
|
|
|
5117
|
-
|
|
5118
|
-
|
|
5135
|
+
&.deselected,
|
|
5136
|
+
&.hovering {
|
|
5137
|
+
opacity: 0.3;
|
|
5138
|
+
|
|
5139
|
+
&:not(.hoverering-self) .color-block {
|
|
5140
|
+
background: #b4beca !important;
|
|
5141
|
+
border-radius: 2px;
|
|
5142
|
+
}
|
|
5119
5143
|
}
|
|
5120
|
-
&.
|
|
5121
|
-
opacity:
|
|
5144
|
+
&.hoverering-self {
|
|
5145
|
+
opacity: 1;
|
|
5146
|
+
}
|
|
5147
|
+
.dropdown-trigger {
|
|
5148
|
+
margin-left: 12px;
|
|
5149
|
+
}
|
|
5150
|
+
.legend-name {
|
|
5151
|
+
color: $text-light-primary;
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5122
5154
|
|
|
5123
|
-
|
|
5155
|
+
.E_l1mumj7o {
|
|
5156
|
+
display: flex;
|
|
5157
|
+
justify-content: flex-start;
|
|
5158
|
+
align-items: center;
|
|
5159
|
+
font-size: 12px;
|
|
5160
|
+
cursor: pointer;
|
|
5161
|
+
|
|
5162
|
+
&.deselected,
|
|
5163
|
+
&.hovering {
|
|
5164
|
+
opacity: 0.3;
|
|
5165
|
+
|
|
5166
|
+
&:not(.hoverering-self) .color-block {
|
|
5124
5167
|
background: #b4beca !important;
|
|
5168
|
+
border-radius: 2px;
|
|
5125
5169
|
}
|
|
5126
5170
|
}
|
|
5171
|
+
.legend-name {
|
|
5172
|
+
color: $text-light-primary;
|
|
5173
|
+
}
|
|
5174
|
+
&.hoverering-self {
|
|
5175
|
+
opacity: 1;
|
|
5176
|
+
}
|
|
5127
5177
|
}
|
|
5128
5178
|
|
|
5129
|
-
.
|
|
5179
|
+
.E_c14rn6j5 {
|
|
5130
5180
|
display: inline-block;
|
|
5131
5181
|
height: 8px;
|
|
5132
5182
|
width: 8px;
|
|
5133
|
-
margin-right:
|
|
5183
|
+
margin-right: 6px;
|
|
5184
|
+
border-radius: 2px;
|
|
5134
5185
|
}
|
|
5135
5186
|
|
|
5136
|
-
.
|
|
5187
|
+
.E_e45tc5l {
|
|
5137
5188
|
.ant-dropdown-menu-item {
|
|
5138
5189
|
display: flex;
|
|
5139
5190
|
align-items: center;
|
|
@@ -5142,7 +5193,7 @@
|
|
|
5142
5193
|
}
|
|
5143
5194
|
}
|
|
5144
5195
|
|
|
5145
|
-
.
|
|
5196
|
+
.E_lqeaosa {
|
|
5146
5197
|
position: relative;
|
|
5147
5198
|
|
|
5148
5199
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5153,10 +5204,9 @@
|
|
|
5153
5204
|
display: flex;
|
|
5154
5205
|
justify-content: space-between;
|
|
5155
5206
|
line-height: 30px;
|
|
5156
|
-
margin: 0 16px;
|
|
5157
|
-
|
|
5158
5207
|
.metric-extra {
|
|
5159
5208
|
display: flex;
|
|
5209
|
+
flex-shrink: 0;
|
|
5160
5210
|
font-size: 12px;
|
|
5161
5211
|
align-items: center;
|
|
5162
5212
|
|
|
@@ -5182,26 +5232,28 @@
|
|
|
5182
5232
|
position: absolute;
|
|
5183
5233
|
bottom: 10px;
|
|
5184
5234
|
padding: 0 8px;
|
|
5185
|
-
border-radius: 4px;
|
|
5186
5235
|
font-size: 12px;
|
|
5187
5236
|
color: $white;
|
|
5188
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5189
5237
|
transform: translateX(-50%);
|
|
5190
5238
|
}
|
|
5191
5239
|
}
|
|
5192
5240
|
|
|
5193
|
-
.
|
|
5241
|
+
.E_t2pr38p {
|
|
5194
5242
|
min-width: 200px;
|
|
5243
|
+
background-color: $fill-neutral-trans-8;
|
|
5244
|
+
border-radius: 4px;
|
|
5245
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5246
|
+
padding: 8px;
|
|
5195
5247
|
}
|
|
5196
5248
|
|
|
5197
|
-
.
|
|
5249
|
+
.E_tecdsj7 {
|
|
5198
5250
|
display: flex;
|
|
5199
5251
|
align-items: center;
|
|
5252
|
+
background-color: unset;
|
|
5253
|
+
color: $text-neutral-ontint;
|
|
5200
5254
|
justify-content: space-between;
|
|
5201
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5202
|
-
color: #b4beca;
|
|
5203
5255
|
font-size: 12px;
|
|
5204
|
-
padding:
|
|
5256
|
+
padding-top: 6px;
|
|
5205
5257
|
|
|
5206
5258
|
&:first-child {
|
|
5207
5259
|
padding-top: 3px;
|
|
@@ -5210,13 +5262,24 @@
|
|
|
5210
5262
|
padding-bottom: 3px;
|
|
5211
5263
|
}
|
|
5212
5264
|
.column-value {
|
|
5213
|
-
color: $
|
|
5265
|
+
color: $text-neutral-ontint;
|
|
5214
5266
|
margin-left: 8px;
|
|
5215
5267
|
}
|
|
5216
5268
|
}
|
|
5217
5269
|
|
|
5270
|
+
.E_ljhvvia {
|
|
5271
|
+
display: inline-block;
|
|
5272
|
+
height: 8px;
|
|
5273
|
+
width: 8px;
|
|
5274
|
+
margin-right: 8px;
|
|
5275
|
+
border-radius: 2px;
|
|
5276
|
+
&.borderd {
|
|
5277
|
+
border: 1px solid $stroke-neutral-white;
|
|
5278
|
+
}
|
|
5279
|
+
}
|
|
5280
|
+
|
|
5218
5281
|
|
|
5219
|
-
.
|
|
5282
|
+
.E_msn7nxt {
|
|
5220
5283
|
color: $text-light-secondary;
|
|
5221
5284
|
text-align: center;
|
|
5222
5285
|
|
|
@@ -5232,7 +5295,7 @@
|
|
|
5232
5295
|
}
|
|
5233
5296
|
}
|
|
5234
5297
|
|
|
5235
|
-
.
|
|
5298
|
+
.E_mp64wfi {
|
|
5236
5299
|
width: 100%;
|
|
5237
5300
|
height: 100%;
|
|
5238
5301
|
display: flex;
|
|
@@ -5242,6 +5305,7 @@
|
|
|
5242
5305
|
width: 100%;
|
|
5243
5306
|
display: flex;
|
|
5244
5307
|
line-height: 30px;
|
|
5308
|
+
padding: 0 16px;
|
|
5245
5309
|
justify-content: space-between;
|
|
5246
5310
|
.metric-extra {
|
|
5247
5311
|
display: flex;
|
|
@@ -5274,82 +5338,46 @@
|
|
|
5274
5338
|
}
|
|
5275
5339
|
}
|
|
5276
5340
|
|
|
5277
|
-
.
|
|
5278
|
-
display: flex;
|
|
5279
|
-
align-items: center;
|
|
5280
|
-
white-space: nowrap;
|
|
5281
|
-
overflow: hidden;
|
|
5282
|
-
width: 100%;
|
|
5283
|
-
|
|
5284
|
-
.ant-dropdown-trigger {
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
}
|
|
5288
|
-
}
|
|
5289
|
-
|
|
5290
|
-
.E_ltthzck {
|
|
5291
|
-
display: flex;
|
|
5292
|
-
justify-content: flex-start;
|
|
5293
|
-
align-items: center;
|
|
5294
|
-
font-size: 12px;
|
|
5295
|
-
cursor: pointer;
|
|
5296
|
-
&:not(:first-child) {
|
|
5297
|
-
margin-left: 8px;
|
|
5298
|
-
}
|
|
5299
|
-
|
|
5300
|
-
&.deselected,
|
|
5301
|
-
&.hovering {
|
|
5302
|
-
opacity: 0.3;
|
|
5303
|
-
|
|
5304
|
-
&:not(.hoverering-self) .color-block {
|
|
5305
|
-
background: #b4beca !important;
|
|
5306
|
-
border-radius: 2px;
|
|
5307
|
-
}
|
|
5308
|
-
}
|
|
5309
|
-
&.hoverering-self {
|
|
5310
|
-
opacity: 1;
|
|
5311
|
-
}
|
|
5312
|
-
.dropdown-trigger {
|
|
5313
|
-
margin-left: 12px;
|
|
5314
|
-
}
|
|
5315
|
-
.legend-name {
|
|
5316
|
-
color: $text-light-primary;
|
|
5341
|
+
.E_l1oyigan {
|
|
5342
|
+
display: flex;
|
|
5343
|
+
align-items: center;
|
|
5344
|
+
white-space: nowrap;
|
|
5345
|
+
overflow: hidden;
|
|
5346
|
+
width: 100%;
|
|
5347
|
+
|
|
5348
|
+
.ant-dropdown-trigger {
|
|
5349
|
+
margin-left: auto;
|
|
5350
|
+
font-size: 12px;
|
|
5317
5351
|
}
|
|
5318
5352
|
}
|
|
5319
5353
|
|
|
5320
|
-
.
|
|
5354
|
+
.E_l1noi4n1 {
|
|
5321
5355
|
display: flex;
|
|
5322
5356
|
justify-content: flex-start;
|
|
5323
5357
|
align-items: center;
|
|
5324
5358
|
font-size: 12px;
|
|
5325
5359
|
cursor: pointer;
|
|
5326
5360
|
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5361
|
+
&:not(:last-child) {
|
|
5362
|
+
margin-right: 20px;
|
|
5363
|
+
}
|
|
5364
|
+
&.deselected {
|
|
5365
|
+
opacity: 0.4;
|
|
5330
5366
|
|
|
5331
|
-
|
|
5367
|
+
.color-block {
|
|
5332
5368
|
background: #b4beca !important;
|
|
5333
|
-
border-radius: 2px;
|
|
5334
5369
|
}
|
|
5335
5370
|
}
|
|
5336
|
-
.legend-name {
|
|
5337
|
-
color: $text-light-primary;
|
|
5338
|
-
}
|
|
5339
|
-
&.hoverering-self {
|
|
5340
|
-
opacity: 1;
|
|
5341
|
-
}
|
|
5342
5371
|
}
|
|
5343
5372
|
|
|
5344
|
-
.
|
|
5373
|
+
.E_cz19rz6 {
|
|
5345
5374
|
display: inline-block;
|
|
5346
5375
|
height: 8px;
|
|
5347
5376
|
width: 8px;
|
|
5348
|
-
margin-right:
|
|
5349
|
-
border-radius: 2px;
|
|
5377
|
+
margin-right: 8px;
|
|
5350
5378
|
}
|
|
5351
5379
|
|
|
5352
|
-
.
|
|
5380
|
+
.E_e17r5r9c {
|
|
5353
5381
|
.ant-dropdown-menu-item {
|
|
5354
5382
|
display: flex;
|
|
5355
5383
|
align-items: center;
|
|
@@ -5358,7 +5386,7 @@
|
|
|
5358
5386
|
}
|
|
5359
5387
|
}
|
|
5360
5388
|
|
|
5361
|
-
.
|
|
5389
|
+
.E_m1y1hhnr {
|
|
5362
5390
|
position: relative;
|
|
5363
5391
|
|
|
5364
5392
|
&.hidden-xaxis .pointer-wrapper {
|
|
@@ -5369,9 +5397,10 @@
|
|
|
5369
5397
|
display: flex;
|
|
5370
5398
|
justify-content: space-between;
|
|
5371
5399
|
line-height: 30px;
|
|
5400
|
+
margin: 0 16px;
|
|
5401
|
+
|
|
5372
5402
|
.metric-extra {
|
|
5373
5403
|
display: flex;
|
|
5374
|
-
flex-shrink: 0;
|
|
5375
5404
|
font-size: 12px;
|
|
5376
5405
|
align-items: center;
|
|
5377
5406
|
|
|
@@ -5397,28 +5426,26 @@
|
|
|
5397
5426
|
position: absolute;
|
|
5398
5427
|
bottom: 10px;
|
|
5399
5428
|
padding: 0 8px;
|
|
5429
|
+
border-radius: 4px;
|
|
5400
5430
|
font-size: 12px;
|
|
5401
5431
|
color: $white;
|
|
5432
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5402
5433
|
transform: translateX(-50%);
|
|
5403
5434
|
}
|
|
5404
5435
|
}
|
|
5405
5436
|
|
|
5406
|
-
.
|
|
5437
|
+
.E_tnvijvs {
|
|
5407
5438
|
min-width: 200px;
|
|
5408
|
-
background-color: $fill-neutral-trans-8;
|
|
5409
|
-
border-radius: 4px;
|
|
5410
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5411
|
-
padding: 8px;
|
|
5412
5439
|
}
|
|
5413
5440
|
|
|
5414
|
-
.
|
|
5441
|
+
.E_t1ub2aex {
|
|
5415
5442
|
display: flex;
|
|
5416
5443
|
align-items: center;
|
|
5417
|
-
background-color: unset;
|
|
5418
|
-
color: $text-neutral-ontint;
|
|
5419
5444
|
justify-content: space-between;
|
|
5445
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5446
|
+
color: #b4beca;
|
|
5420
5447
|
font-size: 12px;
|
|
5421
|
-
padding
|
|
5448
|
+
padding: 3px 6px;
|
|
5422
5449
|
|
|
5423
5450
|
&:first-child {
|
|
5424
5451
|
padding-top: 3px;
|
|
@@ -5427,27 +5454,44 @@
|
|
|
5427
5454
|
padding-bottom: 3px;
|
|
5428
5455
|
}
|
|
5429
5456
|
.column-value {
|
|
5430
|
-
color: $
|
|
5457
|
+
color: $white;
|
|
5431
5458
|
margin-left: 8px;
|
|
5432
5459
|
}
|
|
5433
5460
|
}
|
|
5434
5461
|
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5462
|
+
|
|
5463
|
+
.E_bpgac8u {
|
|
5464
|
+
color: #FFFFFF;
|
|
5465
|
+
display: flex;
|
|
5466
|
+
gap: 8px;
|
|
5467
|
+
padding: 8px 0;
|
|
5468
|
+
display: flex;
|
|
5469
|
+
justify-content: center;
|
|
5470
|
+
white-space: pre-wrap;
|
|
5471
|
+
align-items: center;
|
|
5472
|
+
.dashed-btn {
|
|
5473
|
+
border-bottom: 1px solid white;
|
|
5474
|
+
cursor: pointer;
|
|
5443
5475
|
}
|
|
5444
5476
|
}
|
|
5445
5477
|
|
|
5478
|
+
.E_envn4g3 {
|
|
5479
|
+
background: #F0483E;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
.E_i12w18eu {
|
|
5483
|
+
background: #0080FF;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5486
|
+
.E_wujsnt4 {
|
|
5487
|
+
background-color: #E07F00;
|
|
5488
|
+
}
|
|
5489
|
+
|
|
5446
5490
|
|
|
5447
5491
|
.E_t59qhqp {
|
|
5448
|
-
|
|
5449
|
-
padding:
|
|
5450
|
-
|
|
5492
|
+
padding: 0px;
|
|
5493
|
+
padding-top: 5px;
|
|
5494
|
+
padding-left: 5px;
|
|
5451
5495
|
|
|
5452
5496
|
.ant-timeline-item {
|
|
5453
5497
|
margin-bottom: 16px;
|
|
@@ -5476,58 +5520,388 @@
|
|
|
5476
5520
|
margin-top: 4px;
|
|
5477
5521
|
}
|
|
5478
5522
|
|
|
5479
|
-
&:last-child {
|
|
5480
|
-
.ant-timeline-item-content {
|
|
5481
|
-
padding-bottom: 0;
|
|
5523
|
+
&:last-child {
|
|
5524
|
+
.ant-timeline-item-content {
|
|
5525
|
+
padding-bottom: 0;
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
}
|
|
5529
|
+
|
|
5530
|
+
.E_e14ua30y {
|
|
5531
|
+
display: flex;
|
|
5532
|
+
flex-direction: column;
|
|
5533
|
+
align-items: center;
|
|
5534
|
+
justify-content: center;
|
|
5535
|
+
}
|
|
5536
|
+
|
|
5537
|
+
.E_s1ikqzph {
|
|
5538
|
+
color: #2C3852BF;
|
|
5539
|
+
}
|
|
5540
|
+
|
|
5541
|
+
.E_i15astnl {
|
|
5542
|
+
color: #00122E;
|
|
5543
|
+
}
|
|
5544
|
+
|
|
5545
|
+
|
|
5546
|
+
.E_b1jaupqb {
|
|
5547
|
+
color: #F0483E;
|
|
5548
|
+
}
|
|
5549
|
+
|
|
5550
|
+
|
|
5551
|
+
.E_icab5o7 {
|
|
5552
|
+
--modal-header-height: 140px;
|
|
5553
|
+
&.ant-modal {
|
|
5554
|
+
height: calc(100% - 20px);
|
|
5555
|
+
width: calc(100% - 20px);
|
|
5556
|
+
padding-bottom: 0;
|
|
5557
|
+
margin: 0 auto;
|
|
5558
|
+
top: 10px;
|
|
5559
|
+
transform: none;
|
|
5560
|
+
|
|
5561
|
+
.ant-modal-close {
|
|
5562
|
+
right: 24px;
|
|
5563
|
+
top: 24px;
|
|
5564
|
+
|
|
5565
|
+
.ant-modal-close-x {
|
|
5566
|
+
width: 40px;
|
|
5567
|
+
height: 40px;
|
|
5568
|
+
}
|
|
5569
|
+
}
|
|
5570
|
+
|
|
5571
|
+
.ant-modal-content {
|
|
5572
|
+
width: 100%;
|
|
5573
|
+
height: 100%;
|
|
5574
|
+
display: flex;
|
|
5575
|
+
flex-direction: column;
|
|
5576
|
+
}
|
|
5577
|
+
|
|
5578
|
+
.ant-modal-header {
|
|
5579
|
+
padding: 60px 0 40px 0;
|
|
5580
|
+
height: var(--modal-header-height);
|
|
5581
|
+
border: 0;
|
|
5582
|
+
}
|
|
5583
|
+
|
|
5584
|
+
.ant-modal-body {
|
|
5585
|
+
padding: 0;
|
|
5586
|
+
flex: 1;
|
|
5587
|
+
min-height: 0;
|
|
5588
|
+
overflow-y: auto;
|
|
5589
|
+
scrollbar-gutter: stable;
|
|
5590
|
+
&::-webkit-scrollbar {
|
|
5591
|
+
width: 6px;
|
|
5592
|
+
}
|
|
5593
|
+
&::-webkit-scrollbar-track {
|
|
5594
|
+
background: #E1E6F199;
|
|
5595
|
+
}
|
|
5596
|
+
&::-webkit-scrollbar-thumb {
|
|
5597
|
+
background: #ACBAD399;
|
|
5598
|
+
border-radius: 8px;
|
|
5599
|
+
}
|
|
5600
|
+
}
|
|
5601
|
+
|
|
5602
|
+
.ant-modal-footer {
|
|
5603
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
5604
|
+
padding: 24px 0 60px 0;
|
|
5605
|
+
}
|
|
5606
|
+
}
|
|
5607
|
+
}
|
|
5608
|
+
|
|
5609
|
+
.E_msiso3p {
|
|
5610
|
+
&.ant-modal {
|
|
5611
|
+
.ant-modal-header {
|
|
5612
|
+
padding: 60px 0 40px 0;
|
|
5613
|
+
width: 648px;
|
|
5614
|
+
margin: 0 auto;
|
|
5615
|
+
}
|
|
5616
|
+
|
|
5617
|
+
.ant-modal-footer {
|
|
5618
|
+
width: 648px;
|
|
5619
|
+
margin: 0 auto;
|
|
5620
|
+
}
|
|
5621
|
+
}
|
|
5622
|
+
}
|
|
5623
|
+
|
|
5624
|
+
.E_cxvrrew {
|
|
5625
|
+
height: 40px;
|
|
5626
|
+
width: 40px;
|
|
5627
|
+
border-radius: 50%;
|
|
5628
|
+
display: flex;
|
|
5629
|
+
align-items: center;
|
|
5630
|
+
justify-content: center;
|
|
5631
|
+
|
|
5632
|
+
&:hover {
|
|
5633
|
+
background-color: $fill-neutral-trans-2;
|
|
5634
|
+
transition: 0.3s ease-out;
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
|
|
5638
|
+
.E_tskzd0j {
|
|
5639
|
+
color: $gray-120;
|
|
5640
|
+
}
|
|
5641
|
+
|
|
5642
|
+
.E_f1fbnfp {
|
|
5643
|
+
&.ant-modal {
|
|
5644
|
+
.ant-modal-body {
|
|
5645
|
+
padding-left: 40px;
|
|
5646
|
+
padding-right: 40px;
|
|
5647
|
+
}
|
|
5648
|
+
.ant-modal-footer,
|
|
5649
|
+
.ant-modal-header {
|
|
5650
|
+
margin-left: 40px;
|
|
5651
|
+
margin-right: 40px;
|
|
5652
|
+
}
|
|
5653
|
+
}
|
|
5654
|
+
}
|
|
5655
|
+
|
|
5656
|
+
.E_b4g2nsx {
|
|
5657
|
+
position: relative;
|
|
5658
|
+
.middle {
|
|
5659
|
+
height: 100%;
|
|
5660
|
+
overflow: auto;
|
|
5661
|
+
padding-bottom: 40px;
|
|
5662
|
+
}
|
|
5663
|
+
}
|
|
5664
|
+
|
|
5665
|
+
.E_myhed70 {
|
|
5666
|
+
--left-width: 192px;
|
|
5667
|
+
--right-width: 192px;
|
|
5668
|
+
--content-width: 648px;
|
|
5669
|
+
--content-margin: 60px;
|
|
5670
|
+
--modal-body-padding: calc(
|
|
5671
|
+
(
|
|
5672
|
+
100% - var(--content-width) - var(--left-width) - var(--right-width) - var(
|
|
5673
|
+
--content-margin
|
|
5674
|
+
) * 2
|
|
5675
|
+
) / 2
|
|
5676
|
+
);
|
|
5677
|
+
.left {
|
|
5678
|
+
width: var(--left-width);
|
|
5679
|
+
overflow: auto;
|
|
5680
|
+
position: fixed;
|
|
5681
|
+
left: var(--modal-body-padding);
|
|
5682
|
+
top: var(--modal-header-height);
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5685
|
+
.middle {
|
|
5686
|
+
width: var(--content-width);
|
|
5687
|
+
overflow: auto;
|
|
5688
|
+
margin: auto;
|
|
5689
|
+
}
|
|
5690
|
+
|
|
5691
|
+
.right {
|
|
5692
|
+
width: var(--right-width);
|
|
5693
|
+
overflow: auto;
|
|
5694
|
+
position: fixed;
|
|
5695
|
+
right: var(--modal-body-padding);
|
|
5696
|
+
top: var(--modal-header-height);
|
|
5697
|
+
}
|
|
5698
|
+
}
|
|
5699
|
+
|
|
5700
|
+
.E_fo07jei {
|
|
5701
|
+
display: flex;
|
|
5702
|
+
justify-content: space-between;
|
|
5703
|
+
align-items: center;
|
|
5704
|
+
gap: 16px;
|
|
5705
|
+
height: 40px;
|
|
5706
|
+
}
|
|
5707
|
+
|
|
5708
|
+
.E_fph3s12 {
|
|
5709
|
+
display: flex;
|
|
5710
|
+
align-items: center;
|
|
5711
|
+
gap: 16px;
|
|
5712
|
+
text-align: left;
|
|
5713
|
+
}
|
|
5714
|
+
|
|
5715
|
+
.E_f1f8uj0i {
|
|
5716
|
+
flex-shrink: 0;
|
|
5717
|
+
}
|
|
5718
|
+
|
|
5719
|
+
.E_ejcjd85 {
|
|
5720
|
+
color: $red-60;
|
|
5721
|
+
display: flex;
|
|
5722
|
+
align-items: center;
|
|
5723
|
+
height: 32px;
|
|
5724
|
+
}
|
|
5725
|
+
|
|
5726
|
+
.E_e1lj3r2s {
|
|
5727
|
+
margin-right: 4px;
|
|
5728
|
+
flex-shrink: 0;
|
|
5729
|
+
}
|
|
5730
|
+
|
|
5731
|
+
.E_eb58k2y {
|
|
5732
|
+
align-self: flex-start;
|
|
5733
|
+
margin-top: 5px;
|
|
5734
|
+
}
|
|
5735
|
+
|
|
5736
|
+
.E_c1bad0d {
|
|
5737
|
+
font-weight: bold;
|
|
5738
|
+
}
|
|
5739
|
+
|
|
5740
|
+
|
|
5741
|
+
.E_s20iney {
|
|
5742
|
+
&.skeleton-box {
|
|
5743
|
+
display: flex;
|
|
5744
|
+
align-items: center;
|
|
5745
|
+
justify-content: center;
|
|
5746
|
+
position: relative;
|
|
5747
|
+
border-radius: 2px;
|
|
5748
|
+
background: #E1E6F199;
|
|
5749
|
+
overflow: hidden;
|
|
5750
|
+
|
|
5751
|
+
& > .skeleton-shimmer {
|
|
5752
|
+
width: 200%;
|
|
5753
|
+
height: 200%;
|
|
5754
|
+
transform: rotate(15deg);
|
|
5755
|
+
position: absolute;
|
|
5756
|
+
top: -50%;
|
|
5757
|
+
flex-shrink: 0;
|
|
5758
|
+
opacity: 0.8;
|
|
5759
|
+
background: linear-gradient(
|
|
5760
|
+
90deg,
|
|
5761
|
+
rgba(255, 255, 255, 0) 15%,
|
|
5762
|
+
#FFFFFF99 50%,
|
|
5763
|
+
rgba(255, 255, 255, 0) 85%
|
|
5764
|
+
);
|
|
5765
|
+
|
|
5766
|
+
animation: shimmer 1100ms infinite;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
@keyframes shimmer { from { left: -120%; } to { left: 100%; } }
|
|
5770
|
+
}
|
|
5771
|
+
}
|
|
5772
|
+
|
|
5773
|
+
|
|
5774
|
+
.E_dxyv8bv {
|
|
5775
|
+
--footer-height: 80px;
|
|
5776
|
+
--header-height: 56px;
|
|
5777
|
+
--modal-content-width: 492px;
|
|
5778
|
+
--modal-content-min-height: 160px;
|
|
5779
|
+
--modal-content-max-height: calc(
|
|
5780
|
+
100vh - 144px - var(--header-height) - var(--footer-height)
|
|
5781
|
+
);
|
|
5782
|
+
--modal-header-padding: 32px 40px 0;
|
|
5783
|
+
--modal-content-padding-y: 32px;
|
|
5784
|
+
--modal-content-padding-x: 40px;
|
|
5785
|
+
--modal-footer-padding: 0 40px;
|
|
5786
|
+
|
|
5787
|
+
.ant-modal-content {
|
|
5788
|
+
background: $backgrounds-light-primary;
|
|
5789
|
+
border-radius: 16px;
|
|
5790
|
+
max-width: var(--modal-content-width);
|
|
5791
|
+
min-width: var(--modal-content-width);
|
|
5792
|
+
}
|
|
5793
|
+
|
|
5794
|
+
.ant-modal-header {
|
|
5795
|
+
padding: var(--modal-header-padding);
|
|
5796
|
+
height: var(--header-height);
|
|
5797
|
+
border-bottom: none;
|
|
5798
|
+
border-radius: 16px 16px 0 0;
|
|
5799
|
+
.ant-modal-title {
|
|
5800
|
+
color: #00122E;
|
|
5801
|
+
}
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
.ant-modal-close {
|
|
5805
|
+
right: 48px;
|
|
5806
|
+
top: 24px;
|
|
5807
|
+
}
|
|
5808
|
+
|
|
5809
|
+
.ant-modal-body {
|
|
5810
|
+
padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
|
|
5811
|
+
padding-right: calc(var(--modal-content-padding-x) - 6px);
|
|
5812
|
+
min-height: var(--modal-content-min-height);
|
|
5813
|
+
max-height: var(--modal-content-max-height);
|
|
5814
|
+
overflow-y: auto;
|
|
5815
|
+
overflow-x: hidden;
|
|
5816
|
+
scrollbar-gutter: stable;
|
|
5817
|
+
&::-webkit-scrollbar {
|
|
5818
|
+
width: 6px;
|
|
5819
|
+
}
|
|
5820
|
+
&::-webkit-scrollbar-track {
|
|
5821
|
+
background: #E1E6F199;
|
|
5822
|
+
}
|
|
5823
|
+
&::-webkit-scrollbar-thumb {
|
|
5824
|
+
background: #ACBAD399;
|
|
5825
|
+
border-radius: 8px;
|
|
5826
|
+
}
|
|
5827
|
+
}
|
|
5828
|
+
|
|
5829
|
+
.ant-modal-footer {
|
|
5830
|
+
height: var(--footer-height);
|
|
5831
|
+
padding: var(--modal-footer-padding);
|
|
5832
|
+
margin-top: 0;
|
|
5833
|
+
border-top: none;
|
|
5834
|
+
box-shadow: 0px 1px 0px 0px #e1e6f199 inset;
|
|
5835
|
+
.ant-btn-quiet {
|
|
5836
|
+
color: #2C3852BF;
|
|
5837
|
+
font-weight: 700;
|
|
5482
5838
|
}
|
|
5483
5839
|
}
|
|
5484
5840
|
}
|
|
5485
5841
|
|
|
5486
|
-
.
|
|
5842
|
+
.E_fbgo4wr {
|
|
5487
5843
|
display: flex;
|
|
5488
|
-
|
|
5844
|
+
gap: 16px;
|
|
5845
|
+
height: 100%;
|
|
5489
5846
|
align-items: center;
|
|
5490
|
-
justify-content:
|
|
5847
|
+
justify-content: flex-end;
|
|
5848
|
+
&.has-error {
|
|
5849
|
+
justify-content: space-between;
|
|
5850
|
+
}
|
|
5491
5851
|
}
|
|
5492
5852
|
|
|
5493
|
-
.
|
|
5494
|
-
color: #
|
|
5853
|
+
.E_ekxnz54 {
|
|
5854
|
+
color: #F0483E;
|
|
5855
|
+
text-align: left;
|
|
5856
|
+
.icon-wrapper {
|
|
5857
|
+
align-self: baseline;
|
|
5858
|
+
padding-top: 2px;
|
|
5859
|
+
}
|
|
5495
5860
|
}
|
|
5496
5861
|
|
|
5497
|
-
.
|
|
5498
|
-
|
|
5862
|
+
.E_ct1041x {
|
|
5863
|
+
padding: 8px;
|
|
5864
|
+
border-radius: 50%;
|
|
5865
|
+
&:hover {
|
|
5866
|
+
background: #E1E6F199;
|
|
5867
|
+
transition: 0.3s ease-out;
|
|
5868
|
+
}
|
|
5499
5869
|
}
|
|
5500
5870
|
|
|
5501
5871
|
|
|
5502
|
-
.
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
justify-content: center;
|
|
5507
|
-
position: relative;
|
|
5508
|
-
border-radius: 2px;
|
|
5509
|
-
background: #E1E6F199;
|
|
5510
|
-
overflow: hidden;
|
|
5872
|
+
.E_sqv6dmy {
|
|
5873
|
+
display: flex;
|
|
5874
|
+
justify-content: flex-end;
|
|
5875
|
+
}
|
|
5511
5876
|
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
transform: rotate(15deg);
|
|
5516
|
-
position: absolute;
|
|
5517
|
-
top: -50%;
|
|
5518
|
-
flex-shrink: 0;
|
|
5519
|
-
opacity: 0.8;
|
|
5520
|
-
background: linear-gradient(
|
|
5521
|
-
90deg,
|
|
5522
|
-
rgba(255, 255, 255, 0) 15%,
|
|
5523
|
-
#FFFFFF99 50%,
|
|
5524
|
-
rgba(255, 255, 255, 0) 85%
|
|
5525
|
-
);
|
|
5877
|
+
.E_p1rm8wzb {
|
|
5878
|
+
margin-right: 8px;
|
|
5879
|
+
}
|
|
5526
5880
|
|
|
5527
|
-
|
|
5528
|
-
|
|
5881
|
+
.E_sd7qcf4 {
|
|
5882
|
+
height: 100%;
|
|
5883
|
+
width: 100%;
|
|
5884
|
+
overflow: auto;
|
|
5885
|
+
}
|
|
5529
5886
|
|
|
5530
|
-
|
|
5887
|
+
.E_r1fxc9gq {
|
|
5888
|
+
&.right {
|
|
5889
|
+
overflow: auto;
|
|
5890
|
+
padding-right: 2px;
|
|
5891
|
+
width: calc(192px + 6px + 2px);
|
|
5892
|
+
height: fit-content;
|
|
5893
|
+
max-height: calc(100vh - 300px);
|
|
5894
|
+
scrollbar-gutter: stable;
|
|
5895
|
+
&::-webkit-scrollbar {
|
|
5896
|
+
width: 6px;
|
|
5897
|
+
}
|
|
5898
|
+
&::-webkit-scrollbar-track {
|
|
5899
|
+
background: #E1E6F199;
|
|
5900
|
+
}
|
|
5901
|
+
&::-webkit-scrollbar-thumb {
|
|
5902
|
+
background: #ACBAD399;
|
|
5903
|
+
border-radius: 8px;
|
|
5904
|
+
}
|
|
5531
5905
|
}
|
|
5532
5906
|
}
|
|
5533
5907
|
|
|
@@ -5605,19 +5979,6 @@
|
|
|
5605
5979
|
}
|
|
5606
5980
|
|
|
5607
5981
|
|
|
5608
|
-
.E_i14c7jc8 {
|
|
5609
|
-
color: var(--i14c7jc8-0);
|
|
5610
|
-
}
|
|
5611
|
-
|
|
5612
|
-
.E_i1ibuolf {
|
|
5613
|
-
display: flex;
|
|
5614
|
-
align-items: center;
|
|
5615
|
-
column-gap: 4px;
|
|
5616
|
-
font-size: 12px;
|
|
5617
|
-
color: #2C3852BF;
|
|
5618
|
-
}
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
5982
|
.E_d1u4ndxc {
|
|
5622
5983
|
color: #2C3852BF;
|
|
5623
5984
|
font-size: 12px;
|
|
@@ -5656,6 +6017,184 @@
|
|
|
5656
6017
|
}
|
|
5657
6018
|
|
|
5658
6019
|
|
|
6020
|
+
.E_i14c7jc8 {
|
|
6021
|
+
color: var(--i14c7jc8-0);
|
|
6022
|
+
}
|
|
6023
|
+
|
|
6024
|
+
.E_i1ibuolf {
|
|
6025
|
+
display: flex;
|
|
6026
|
+
align-items: center;
|
|
6027
|
+
column-gap: 4px;
|
|
6028
|
+
font-size: 12px;
|
|
6029
|
+
color: #2C3852BF;
|
|
6030
|
+
}
|
|
6031
|
+
|
|
6032
|
+
|
|
6033
|
+
.E_s1ebs0ra {
|
|
6034
|
+
display: flex;
|
|
6035
|
+
align-items: center;
|
|
6036
|
+
justify-content: space-between;
|
|
6037
|
+
background: $backgrounds-light-grouped;
|
|
6038
|
+
padding: 8px 12px;
|
|
6039
|
+
position: sticky;
|
|
6040
|
+
top: 0;
|
|
6041
|
+
z-index: 1;
|
|
6042
|
+
margin-bottom: -52px;
|
|
6043
|
+
|
|
6044
|
+
.select-total {
|
|
6045
|
+
display: flex;
|
|
6046
|
+
align-items: center;
|
|
6047
|
+
font-weight: 700;
|
|
6048
|
+
flex-shrink: 0;
|
|
6049
|
+
|
|
6050
|
+
.icon-wrapper {
|
|
6051
|
+
cursor: pointer;
|
|
6052
|
+
margin-left: 8px;
|
|
6053
|
+
width: 32px;
|
|
6054
|
+
height: 32px;
|
|
6055
|
+
border-radius: 50%;
|
|
6056
|
+
justify-content: center;
|
|
6057
|
+
|
|
6058
|
+
&:hover {
|
|
6059
|
+
background: $fills-light-trans-2;
|
|
6060
|
+
}
|
|
6061
|
+
}
|
|
6062
|
+
}
|
|
6063
|
+
.action-group {
|
|
6064
|
+
flex: 1;
|
|
6065
|
+
margin-left: 88px;
|
|
6066
|
+
white-space: nowrap;
|
|
6067
|
+
text-align: right;
|
|
6068
|
+
position: relative;
|
|
6069
|
+
padding: 4px 0;
|
|
6070
|
+
margin-top: -4px;
|
|
6071
|
+
overflow: hidden;
|
|
6072
|
+
.sub-menu-delete {
|
|
6073
|
+
transform: translateY(-4px);
|
|
6074
|
+
}
|
|
6075
|
+
button {
|
|
6076
|
+
border: none;
|
|
6077
|
+
}
|
|
6078
|
+
> *:not(:last-child) {
|
|
6079
|
+
margin-right: 8px;
|
|
6080
|
+
}
|
|
6081
|
+
|
|
6082
|
+
> button:last-child {
|
|
6083
|
+
margin-right: 4px;
|
|
6084
|
+
}
|
|
6085
|
+
.more-btn {
|
|
6086
|
+
cursor: pointer;
|
|
6087
|
+
width: 32px;
|
|
6088
|
+
height: 32px;
|
|
6089
|
+
justify-content: center;
|
|
6090
|
+
border-radius: 50%;
|
|
6091
|
+
|
|
6092
|
+
&:hover {
|
|
6093
|
+
background: $white;
|
|
6094
|
+
}
|
|
6095
|
+
}
|
|
6096
|
+
}
|
|
6097
|
+
}
|
|
6098
|
+
|
|
6099
|
+
|
|
6100
|
+
.E_clm1wy1 {
|
|
6101
|
+
width: 192px;
|
|
6102
|
+
height: 246px;
|
|
6103
|
+
border-radius: 4px;
|
|
6104
|
+
|
|
6105
|
+
> .ant-picker-calendar,
|
|
6106
|
+
> .ant-picker-calendar .ant-picker-panel {
|
|
6107
|
+
width: 100%;
|
|
6108
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6109
|
+
border-top: none;
|
|
6110
|
+
|
|
6111
|
+
.ant-picker-body {
|
|
6112
|
+
padding: 0 16px;
|
|
6113
|
+
}
|
|
6114
|
+
|
|
6115
|
+
.ant-picker-content {
|
|
6116
|
+
width: 100%;
|
|
6117
|
+
height: 180px;
|
|
6118
|
+
border-spacing: 0;
|
|
6119
|
+
|
|
6120
|
+
thead {
|
|
6121
|
+
margin-bottom: 8px;
|
|
6122
|
+
}
|
|
6123
|
+
th {
|
|
6124
|
+
width: 22px;
|
|
6125
|
+
}
|
|
6126
|
+
td {
|
|
6127
|
+
padding: 0;
|
|
6128
|
+
}
|
|
6129
|
+
}
|
|
6130
|
+
}
|
|
6131
|
+
|
|
6132
|
+
.ant-picker-cell {
|
|
6133
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6134
|
+
opacity: 0.4;
|
|
6135
|
+
}
|
|
6136
|
+
.ant-picker-cell-in-view {
|
|
6137
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6138
|
+
opacity: 1;
|
|
6139
|
+
}
|
|
6140
|
+
.ant-picker-cell-in-view > .active {
|
|
6141
|
+
color: #3e4652;
|
|
6142
|
+
}
|
|
6143
|
+
|
|
6144
|
+
.ant-picker-cell::before {
|
|
6145
|
+
pointer-events: none;
|
|
6146
|
+
}
|
|
6147
|
+
}
|
|
6148
|
+
|
|
6149
|
+
.E_t1tsm00v {
|
|
6150
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6151
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6152
|
+
backdrop-filter: blur(10px);
|
|
6153
|
+
padding: 7px 10px;
|
|
6154
|
+
}
|
|
6155
|
+
|
|
6156
|
+
.E_c167wnad {
|
|
6157
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6158
|
+
display: flex;
|
|
6159
|
+
justify-content: space-between;
|
|
6160
|
+
align-items: center;
|
|
6161
|
+
padding: 8px 16px;
|
|
6162
|
+
|
|
6163
|
+
.anticon {
|
|
6164
|
+
cursor: pointer;
|
|
6165
|
+
&:hover {
|
|
6166
|
+
color: $blue;
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
}
|
|
6170
|
+
|
|
6171
|
+
.E_cxhf7dh {
|
|
6172
|
+
text-align: center;
|
|
6173
|
+
|
|
6174
|
+
.dots {
|
|
6175
|
+
display: flex;
|
|
6176
|
+
justify-content: center;
|
|
6177
|
+
}
|
|
6178
|
+
.dot {
|
|
6179
|
+
display: inline-block;
|
|
6180
|
+
width: 2px;
|
|
6181
|
+
height: 2px;
|
|
6182
|
+
border-radius: 1px;
|
|
6183
|
+
background: $blue;
|
|
6184
|
+
|
|
6185
|
+
&:not(:last-child) {
|
|
6186
|
+
margin-right: 2px;
|
|
6187
|
+
}
|
|
6188
|
+
}
|
|
6189
|
+
.bar {
|
|
6190
|
+
width: 9px;
|
|
6191
|
+
height: 2px;
|
|
6192
|
+
background: $blue;
|
|
6193
|
+
border-radius: 2px;
|
|
6194
|
+
}
|
|
6195
|
+
}
|
|
6196
|
+
|
|
6197
|
+
|
|
5659
6198
|
.E_c18bcrac {
|
|
5660
6199
|
display: inline-block;
|
|
5661
6200
|
width: 100%;
|
|
@@ -5666,6 +6205,10 @@
|
|
|
5666
6205
|
|
|
5667
6206
|
.E_cro7kg2 {
|
|
5668
6207
|
padding: 4px;
|
|
6208
|
+
|
|
6209
|
+
.unit {
|
|
6210
|
+
color: white;
|
|
6211
|
+
}
|
|
5669
6212
|
}
|
|
5670
6213
|
|
|
5671
6214
|
.E_c14wcxf0 {
|
|
@@ -5707,69 +6250,179 @@
|
|
|
5707
6250
|
}
|
|
5708
6251
|
|
|
5709
6252
|
|
|
5710
|
-
.
|
|
6253
|
+
.E_c1up1pdz {
|
|
6254
|
+
width: 648px;
|
|
6255
|
+
|
|
6256
|
+
&.active {
|
|
6257
|
+
border-color: $blue-60;
|
|
6258
|
+
|
|
6259
|
+
> header {
|
|
6260
|
+
background: rgba($blue-60, 0.1);
|
|
6261
|
+
}
|
|
6262
|
+
}
|
|
6263
|
+
|
|
6264
|
+
.expand {
|
|
6265
|
+
padding: 12px;
|
|
6266
|
+
}
|
|
6267
|
+
|
|
6268
|
+
.field-item {
|
|
6269
|
+
display: flex;
|
|
6270
|
+
padding: 10px 0;
|
|
6271
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6272
|
+
|
|
6273
|
+
&:last-child {
|
|
6274
|
+
border-bottom: none;
|
|
6275
|
+
padding-bottom: 0;
|
|
6276
|
+
}
|
|
6277
|
+
|
|
6278
|
+
label {
|
|
6279
|
+
line-height: 32px;
|
|
6280
|
+
width: 100px;
|
|
6281
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
6284
|
+
|
|
6285
|
+
.help {
|
|
6286
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6287
|
+
margin-top: 5px;
|
|
6288
|
+
}
|
|
6289
|
+
|
|
6290
|
+
.ant-input-affix-wrapper,
|
|
6291
|
+
.ant-picker {
|
|
6292
|
+
width: 128px;
|
|
6293
|
+
}
|
|
6294
|
+
}
|
|
6295
|
+
|
|
6296
|
+
.E_c156wh19 {
|
|
5711
6297
|
display: flex;
|
|
5712
6298
|
align-items: center;
|
|
5713
6299
|
justify-content: space-between;
|
|
5714
|
-
|
|
5715
|
-
padding: 8px 12px;
|
|
5716
|
-
position: sticky;
|
|
5717
|
-
top: 0;
|
|
5718
|
-
z-index: 1;
|
|
5719
|
-
margin-bottom: -52px;
|
|
6300
|
+
word-break: keep-all;
|
|
5720
6301
|
|
|
5721
|
-
.
|
|
6302
|
+
.title {
|
|
6303
|
+
margin: 0 16px 0 8px;
|
|
6304
|
+
}
|
|
6305
|
+
|
|
6306
|
+
.retain {
|
|
6307
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6308
|
+
}
|
|
6309
|
+
|
|
6310
|
+
div.left {
|
|
6311
|
+
flex: 1;
|
|
5722
6312
|
display: flex;
|
|
6313
|
+
overflow: hidden;
|
|
5723
6314
|
align-items: center;
|
|
5724
|
-
|
|
5725
|
-
|
|
6315
|
+
justify-content: flex-start;
|
|
6316
|
+
white-space: nowrap;
|
|
5726
6317
|
|
|
5727
|
-
.
|
|
5728
|
-
|
|
6318
|
+
.title {
|
|
6319
|
+
max-width: 100%;
|
|
6320
|
+
overflow: hidden;
|
|
6321
|
+
text-overflow: ellipsis;
|
|
6322
|
+
}
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
div.right {
|
|
6326
|
+
display: flex;
|
|
6327
|
+
align-items: center;
|
|
6328
|
+
}
|
|
6329
|
+
|
|
6330
|
+
.reverse {
|
|
6331
|
+
display: flex;
|
|
6332
|
+
flex-direction: row-reverse;
|
|
6333
|
+
align-items: center;
|
|
6334
|
+
|
|
6335
|
+
.ant-switch {
|
|
5729
6336
|
margin-left: 8px;
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
border-radius: 50%;
|
|
5733
|
-
justify-content: center;
|
|
6337
|
+
}
|
|
6338
|
+
}
|
|
5734
6339
|
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
|
|
6340
|
+
.close {
|
|
6341
|
+
padding-left: 14px;
|
|
6342
|
+
margin-left: 14px;
|
|
6343
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
6344
|
+
cursor: pointer;
|
|
6345
|
+
}
|
|
6346
|
+
}
|
|
6347
|
+
|
|
6348
|
+
.E_m126spxy {
|
|
6349
|
+
.ant-btn.ant-btn-link {
|
|
6350
|
+
padding: 1px 10px;
|
|
6351
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6352
|
+
border-radius: 4px;
|
|
6353
|
+
|
|
6354
|
+
&.active {
|
|
6355
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6356
|
+
color: $blue;
|
|
5738
6357
|
}
|
|
5739
6358
|
}
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5745
|
-
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
6359
|
+
|
|
6360
|
+
padding-bottom: 4px;
|
|
6361
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.E_wpbf4pq {
|
|
6365
|
+
padding: 10px 0;
|
|
6366
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6367
|
+
|
|
6368
|
+
.ant-input,
|
|
6369
|
+
.ant-picker {
|
|
6370
|
+
width: 80px;
|
|
6371
|
+
margin: 0 9px;
|
|
6372
|
+
text-align: center;
|
|
6373
|
+
}
|
|
6374
|
+
|
|
6375
|
+
.options {
|
|
6376
|
+
padding: 12px 0 12px 16px;
|
|
6377
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6378
|
+
margin: 5px 0 5px 8px;
|
|
6379
|
+
}
|
|
6380
|
+
.week-day-option,
|
|
6381
|
+
.month-day-option {
|
|
6382
|
+
background: #f5f7fa;
|
|
6383
|
+
box-sizing: border-box;
|
|
6384
|
+
border-radius: 16px;
|
|
6385
|
+
margin-right: 8px;
|
|
6386
|
+
|
|
6387
|
+
&:focus {
|
|
6388
|
+
color: inherit;
|
|
6389
|
+
border-color: #d9d9d9;
|
|
5751
6390
|
}
|
|
5752
|
-
|
|
5753
|
-
|
|
6391
|
+
}
|
|
6392
|
+
.week-day-option {
|
|
6393
|
+
&.active {
|
|
6394
|
+
background-color: $blue;
|
|
6395
|
+
border-color: $blue;
|
|
6396
|
+
color: $white;
|
|
5754
6397
|
}
|
|
5755
|
-
|
|
5756
|
-
|
|
6398
|
+
&.en-text {
|
|
6399
|
+
width: 110px;
|
|
6400
|
+
margin-top: 4px;
|
|
5757
6401
|
}
|
|
6402
|
+
}
|
|
6403
|
+
.month-day-option {
|
|
6404
|
+
width: 32px;
|
|
6405
|
+
padding: 0;
|
|
6406
|
+
margin-bottom: 8px;
|
|
5758
6407
|
|
|
5759
|
-
|
|
5760
|
-
|
|
6408
|
+
&.active {
|
|
6409
|
+
background-color: $blue;
|
|
6410
|
+
border-color: $blue;
|
|
6411
|
+
color: $white;
|
|
5761
6412
|
}
|
|
5762
|
-
|
|
5763
|
-
|
|
5764
|
-
width: 32px;
|
|
5765
|
-
height: 32px;
|
|
5766
|
-
justify-content: center;
|
|
5767
|
-
border-radius: 50%;
|
|
6413
|
+
}
|
|
6414
|
+
}
|
|
5768
6415
|
|
|
5769
|
-
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
6416
|
+
|
|
6417
|
+
.E_gmyahx3 {
|
|
6418
|
+
cursor: pointer;
|
|
6419
|
+
|
|
6420
|
+
.link-text {
|
|
6421
|
+
color: $text-light-tertiary;
|
|
6422
|
+
}
|
|
6423
|
+
|
|
6424
|
+
&:hover .link-text {
|
|
6425
|
+
color: $text-light-general;
|
|
5773
6426
|
}
|
|
5774
6427
|
}
|
|
5775
6428
|
|
|
@@ -5783,15 +6436,14 @@
|
|
|
5783
6436
|
}
|
|
5784
6437
|
|
|
5785
6438
|
|
|
5786
|
-
.
|
|
5787
|
-
|
|
5788
|
-
|
|
5789
|
-
|
|
5790
|
-
color: $text-light-tertiary;
|
|
6439
|
+
.E_s1iv0tp1 {
|
|
6440
|
+
.enabled-switch {
|
|
6441
|
+
display: flex;
|
|
6442
|
+
align-items: center;
|
|
5791
6443
|
}
|
|
5792
6444
|
|
|
5793
|
-
|
|
5794
|
-
|
|
6445
|
+
.enabled-text {
|
|
6446
|
+
margin-right: 8px;
|
|
5795
6447
|
}
|
|
5796
6448
|
}
|
|
5797
6449
|
|
|
@@ -5811,35 +6463,9 @@
|
|
|
5811
6463
|
margin: 0 3px;
|
|
5812
6464
|
}
|
|
5813
6465
|
|
|
5814
|
-
.E_tcckoz1 {
|
|
5815
|
-
max-height: 400px;
|
|
5816
|
-
overflow: auto;
|
|
5817
|
-
}
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
.E_wg1tsps {
|
|
5821
|
-
display: flex;
|
|
5822
|
-
align-items: center;
|
|
5823
|
-
justify-content: flex-end;
|
|
5824
|
-
}
|
|
5825
|
-
|
|
5826
|
-
.E_b1ctd5xy {
|
|
5827
|
-
display: flex;
|
|
5828
|
-
align-items: center;
|
|
5829
|
-
width: calc(100% - 40px);
|
|
5830
|
-
|
|
5831
|
-
.chart {
|
|
5832
|
-
display: inline-block;
|
|
5833
|
-
width: 100%;
|
|
5834
|
-
}
|
|
5835
|
-
}
|
|
5836
|
-
|
|
5837
|
-
.E_u1p8acpn {
|
|
5838
|
-
min-width: 40px;
|
|
5839
|
-
|
|
5840
|
-
.unit {
|
|
5841
|
-
color: $text-light-primary !important;
|
|
5842
|
-
}
|
|
6466
|
+
.E_tcckoz1 {
|
|
6467
|
+
max-height: 400px;
|
|
6468
|
+
overflow: auto;
|
|
5843
6469
|
}
|
|
5844
6470
|
|
|
5845
6471
|
|
|
@@ -5985,291 +6611,182 @@
|
|
|
5985
6611
|
}
|
|
5986
6612
|
|
|
5987
6613
|
|
|
5988
|
-
.
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
}
|
|
5993
|
-
|
|
5994
|
-
.enabled-text {
|
|
5995
|
-
margin-right: 8px;
|
|
5996
|
-
}
|
|
6614
|
+
.E_wg1tsps {
|
|
6615
|
+
display: flex;
|
|
6616
|
+
align-items: center;
|
|
6617
|
+
justify-content: flex-end;
|
|
5997
6618
|
}
|
|
5998
6619
|
|
|
6620
|
+
.E_b1ctd5xy {
|
|
6621
|
+
display: flex;
|
|
6622
|
+
align-items: center;
|
|
6623
|
+
width: calc(100% - 40px);
|
|
5999
6624
|
|
|
6000
|
-
.
|
|
6001
|
-
|
|
6002
|
-
height: 246px;
|
|
6003
|
-
border-radius: 4px;
|
|
6004
|
-
|
|
6005
|
-
> .ant-picker-calendar,
|
|
6006
|
-
> .ant-picker-calendar .ant-picker-panel {
|
|
6625
|
+
.chart {
|
|
6626
|
+
display: inline-block;
|
|
6007
6627
|
width: 100%;
|
|
6008
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6009
|
-
border-top: none;
|
|
6010
|
-
|
|
6011
|
-
.ant-picker-body {
|
|
6012
|
-
padding: 0 16px;
|
|
6013
|
-
}
|
|
6014
|
-
|
|
6015
|
-
.ant-picker-content {
|
|
6016
|
-
width: 100%;
|
|
6017
|
-
height: 180px;
|
|
6018
|
-
border-spacing: 0;
|
|
6019
|
-
|
|
6020
|
-
thead {
|
|
6021
|
-
margin-bottom: 8px;
|
|
6022
|
-
}
|
|
6023
|
-
th {
|
|
6024
|
-
width: 22px;
|
|
6025
|
-
}
|
|
6026
|
-
td {
|
|
6027
|
-
padding: 0;
|
|
6028
|
-
}
|
|
6029
|
-
}
|
|
6030
|
-
}
|
|
6031
|
-
|
|
6032
|
-
.ant-picker-cell {
|
|
6033
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6034
|
-
opacity: 0.4;
|
|
6035
|
-
}
|
|
6036
|
-
.ant-picker-cell-in-view {
|
|
6037
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6038
|
-
opacity: 1;
|
|
6039
|
-
}
|
|
6040
|
-
.ant-picker-cell-in-view > .active {
|
|
6041
|
-
color: #3e4652;
|
|
6042
|
-
}
|
|
6043
|
-
|
|
6044
|
-
.ant-picker-cell::before {
|
|
6045
|
-
pointer-events: none;
|
|
6046
6628
|
}
|
|
6047
6629
|
}
|
|
6048
6630
|
|
|
6049
|
-
.
|
|
6050
|
-
|
|
6051
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6052
|
-
backdrop-filter: blur(10px);
|
|
6053
|
-
padding: 7px 10px;
|
|
6054
|
-
}
|
|
6055
|
-
|
|
6056
|
-
.E_c167wnad {
|
|
6057
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6058
|
-
display: flex;
|
|
6059
|
-
justify-content: space-between;
|
|
6060
|
-
align-items: center;
|
|
6061
|
-
padding: 8px 16px;
|
|
6631
|
+
.E_u1p8acpn {
|
|
6632
|
+
min-width: 40px;
|
|
6062
6633
|
|
|
6063
|
-
.
|
|
6064
|
-
|
|
6065
|
-
&:hover {
|
|
6066
|
-
color: $blue;
|
|
6067
|
-
}
|
|
6634
|
+
.unit {
|
|
6635
|
+
color: $text-light-primary !important;
|
|
6068
6636
|
}
|
|
6069
6637
|
}
|
|
6070
6638
|
|
|
6071
|
-
.E_cxhf7dh {
|
|
6072
|
-
text-align: center;
|
|
6073
6639
|
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
border-radius: 1px;
|
|
6083
|
-
background: $blue;
|
|
6640
|
+
.E_skwah65 {
|
|
6641
|
+
height: 8px;
|
|
6642
|
+
box-sizing: border-box;
|
|
6643
|
+
border-radius: 2px;
|
|
6644
|
+
background: #f5f7fa;
|
|
6645
|
+
display: flex;
|
|
6646
|
+
width: 100%;
|
|
6647
|
+
overflow: hidden;
|
|
6084
6648
|
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
}
|
|
6088
|
-
}
|
|
6089
|
-
.bar {
|
|
6090
|
-
width: 9px;
|
|
6091
|
-
height: 2px;
|
|
6092
|
-
background: $blue;
|
|
6093
|
-
border-radius: 2px;
|
|
6649
|
+
.stack-bar-item + .stack-bar-item {
|
|
6650
|
+
margin-left: 1px;
|
|
6094
6651
|
}
|
|
6095
6652
|
}
|
|
6096
6653
|
|
|
6097
6654
|
|
|
6098
|
-
.
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
> header {
|
|
6105
|
-
background: rgba($blue-60, 0.1);
|
|
6106
|
-
}
|
|
6107
|
-
}
|
|
6108
|
-
|
|
6109
|
-
.expand {
|
|
6110
|
-
padding: 12px;
|
|
6655
|
+
.E_s1at6qmn {
|
|
6656
|
+
&.ant-layout-sider {
|
|
6657
|
+
background: $backgrounds-light-grouped;
|
|
6658
|
+
padding: 32px 8px;
|
|
6659
|
+
overflow: auto;
|
|
6111
6660
|
}
|
|
6112
6661
|
|
|
6113
|
-
.
|
|
6662
|
+
.ant-layout-sider-children {
|
|
6114
6663
|
display: flex;
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
&:last-child {
|
|
6119
|
-
border-bottom: none;
|
|
6120
|
-
padding-bottom: 0;
|
|
6121
|
-
}
|
|
6122
|
-
|
|
6123
|
-
label {
|
|
6124
|
-
line-height: 32px;
|
|
6125
|
-
width: 100px;
|
|
6126
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6127
|
-
}
|
|
6128
|
-
}
|
|
6129
|
-
|
|
6130
|
-
.help {
|
|
6131
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6132
|
-
margin-top: 5px;
|
|
6664
|
+
flex-direction: column;
|
|
6665
|
+
justify-content: space-between;
|
|
6133
6666
|
}
|
|
6134
6667
|
|
|
6135
|
-
|
|
6136
|
-
|
|
6137
|
-
width: 128px;
|
|
6668
|
+
footer {
|
|
6669
|
+
display: flex;
|
|
6138
6670
|
}
|
|
6139
|
-
}
|
|
6140
|
-
|
|
6141
|
-
.E_c156wh19 {
|
|
6142
|
-
display: flex;
|
|
6143
|
-
align-items: center;
|
|
6144
|
-
justify-content: space-between;
|
|
6145
|
-
word-break: keep-all;
|
|
6146
6671
|
|
|
6147
|
-
.
|
|
6148
|
-
|
|
6672
|
+
.ant-menu {
|
|
6673
|
+
background: $backgrounds-light-grouped;
|
|
6674
|
+
a {
|
|
6675
|
+
color: $text-light-primary;
|
|
6676
|
+
width: 180px;
|
|
6677
|
+
overflow: hidden;
|
|
6678
|
+
text-overflow: ellipsis;
|
|
6679
|
+
}
|
|
6149
6680
|
}
|
|
6150
6681
|
|
|
6151
|
-
.
|
|
6152
|
-
|
|
6153
|
-
}
|
|
6682
|
+
.ant-menu-vertical {
|
|
6683
|
+
margin-bottom: 24px;
|
|
6154
6684
|
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6685
|
+
.ant-menu-item-group {
|
|
6686
|
+
.ant-menu-item {
|
|
6687
|
+
margin: 0;
|
|
6688
|
+
}
|
|
6689
|
+
.ant-menu-item-group-title {
|
|
6690
|
+
font-size: 12px;
|
|
6691
|
+
padding: 0 8px 4px;
|
|
6692
|
+
line-height: 18px;
|
|
6162
6693
|
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6694
|
+
&:empty {
|
|
6695
|
+
padding: 0;
|
|
6696
|
+
}
|
|
6697
|
+
}
|
|
6698
|
+
&:not(:last-child) {
|
|
6699
|
+
padding-bottom: 24px;
|
|
6700
|
+
&.split {
|
|
6701
|
+
margin-bottom: 24px;
|
|
6702
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
6703
|
+
}
|
|
6704
|
+
}
|
|
6167
6705
|
}
|
|
6168
|
-
}
|
|
6169
6706
|
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6707
|
+
.ant-menu-item {
|
|
6708
|
+
transition: none;
|
|
6709
|
+
display: flex;
|
|
6710
|
+
align-items: center;
|
|
6711
|
+
height: 32px;
|
|
6712
|
+
line-height: 22px;
|
|
6713
|
+
padding: 0 8px;
|
|
6174
6714
|
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
align-items: center;
|
|
6715
|
+
> .icon-wrapper {
|
|
6716
|
+
margin-right: 12px;
|
|
6717
|
+
}
|
|
6179
6718
|
|
|
6180
|
-
|
|
6181
|
-
|
|
6719
|
+
&:not(:last-child) {
|
|
6720
|
+
margin: 0;
|
|
6721
|
+
margin-bottom: 2px;
|
|
6722
|
+
}
|
|
6723
|
+
&.ant-menu-item-selected {
|
|
6724
|
+
background: $background-selected;
|
|
6725
|
+
box-shadow: $box-shadow-light-selected;
|
|
6726
|
+
border-radius: 6px;
|
|
6727
|
+
color: $text-light-on-tint;
|
|
6728
|
+
a {
|
|
6729
|
+
color: $text-light-on-tint;
|
|
6730
|
+
}
|
|
6731
|
+
}
|
|
6732
|
+
&:not(.ant-menu-item-selected) {
|
|
6733
|
+
&.ant-menu-item:hover,
|
|
6734
|
+
&.ant-menu-item-active {
|
|
6735
|
+
background: $background-onhover;
|
|
6736
|
+
box-shadow: $box-shadow-light-onhover;
|
|
6737
|
+
border-radius: 6px;
|
|
6738
|
+
}
|
|
6739
|
+
}
|
|
6182
6740
|
}
|
|
6183
6741
|
}
|
|
6742
|
+
}
|
|
6184
6743
|
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
cursor: pointer;
|
|
6744
|
+
.E_s1wu0lms {
|
|
6745
|
+
.ant-menu-item-group-title {
|
|
6746
|
+
white-space: nowrap;
|
|
6747
|
+
transition: all 0s;
|
|
6190
6748
|
}
|
|
6191
|
-
}
|
|
6192
6749
|
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6197
|
-
border-radius: 4px;
|
|
6750
|
+
&.shrink {
|
|
6751
|
+
transition: all 0s;
|
|
6752
|
+
overflow: hidden;
|
|
6198
6753
|
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
color: $blue;
|
|
6754
|
+
.ant-menu-item-group-title {
|
|
6755
|
+
visibility: hidden;
|
|
6202
6756
|
}
|
|
6203
|
-
}
|
|
6204
6757
|
|
|
6205
|
-
|
|
6206
|
-
|
|
6758
|
+
.ant-menu-item {
|
|
6759
|
+
width: 36px;
|
|
6760
|
+
padding: 0 6px;
|
|
6761
|
+
}
|
|
6762
|
+
}
|
|
6207
6763
|
}
|
|
6208
6764
|
|
|
6209
|
-
.
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
.ant-input,
|
|
6214
|
-
.ant-picker {
|
|
6215
|
-
width: 80px;
|
|
6216
|
-
margin: 0 9px;
|
|
6217
|
-
text-align: center;
|
|
6218
|
-
}
|
|
6765
|
+
.E_n1ugzfva {
|
|
6766
|
+
display: flex;
|
|
6767
|
+
place-items: center;
|
|
6768
|
+
width: 100% !important;
|
|
6219
6769
|
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
margin: 5px 0 5px 8px;
|
|
6770
|
+
&[disabled] {
|
|
6771
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6772
|
+
opacity: 1 !important;
|
|
6224
6773
|
}
|
|
6225
|
-
.week-day-option,
|
|
6226
|
-
.month-day-option {
|
|
6227
|
-
background: #f5f7fa;
|
|
6228
|
-
box-sizing: border-box;
|
|
6229
|
-
border-radius: 16px;
|
|
6230
|
-
margin-right: 8px;
|
|
6231
6774
|
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
}
|
|
6236
|
-
}
|
|
6237
|
-
.week-day-option {
|
|
6238
|
-
&.active {
|
|
6239
|
-
background-color: $blue;
|
|
6240
|
-
border-color: $blue;
|
|
6241
|
-
color: $white;
|
|
6242
|
-
}
|
|
6243
|
-
&.en-text {
|
|
6244
|
-
width: 110px;
|
|
6245
|
-
margin-top: 4px;
|
|
6246
|
-
}
|
|
6775
|
+
&.ant-btn {
|
|
6776
|
+
width: 100%;
|
|
6777
|
+
color: $text-light-primary;
|
|
6247
6778
|
}
|
|
6248
|
-
.month-day-option {
|
|
6249
|
-
width: 32px;
|
|
6250
|
-
padding: 0;
|
|
6251
|
-
margin-bottom: 8px;
|
|
6252
6779
|
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
border-color: $blue;
|
|
6256
|
-
color: $white;
|
|
6257
|
-
}
|
|
6780
|
+
.icon-wrapper {
|
|
6781
|
+
margin-right: 12px;
|
|
6258
6782
|
}
|
|
6259
|
-
}
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
.E_skwah65 {
|
|
6263
|
-
height: 8px;
|
|
6264
|
-
box-sizing: border-box;
|
|
6265
|
-
border-radius: 2px;
|
|
6266
|
-
background: #f5f7fa;
|
|
6267
|
-
display: flex;
|
|
6268
|
-
width: 100%;
|
|
6269
|
-
overflow: hidden;
|
|
6270
6783
|
|
|
6271
|
-
.
|
|
6272
|
-
|
|
6784
|
+
.link-title {
|
|
6785
|
+
flex: 1;
|
|
6786
|
+
overflow: hidden;
|
|
6787
|
+
white-space: nowrap;
|
|
6788
|
+
text-overflow: ellipsis;
|
|
6789
|
+
text-align: left;
|
|
6273
6790
|
}
|
|
6274
6791
|
}
|
|
6275
6792
|
|
|
@@ -6481,202 +6998,63 @@
|
|
|
6481
6998
|
.sub-title {
|
|
6482
6999
|
color: $blue-100;
|
|
6483
7000
|
}
|
|
6484
|
-
|
|
6485
|
-
.sub-title > .slash-arrow {
|
|
6486
|
-
fill: $fills-opaque-quaternary-light;
|
|
6487
|
-
}
|
|
6488
|
-
|
|
6489
|
-
.sub-title > .expand-arrow path {
|
|
6490
|
-
fill: $blue-100;
|
|
6491
|
-
}
|
|
6492
|
-
}
|
|
6493
|
-
}
|
|
6494
|
-
|
|
6495
|
-
.tab-content {
|
|
6496
|
-
flex: 1;
|
|
6497
|
-
display: flex;
|
|
6498
|
-
flex-direction: column;
|
|
6499
|
-
}
|
|
6500
|
-
|
|
6501
|
-
/* FIXME:(yanzhen) do this better */
|
|
6502
|
-
&.is-overview .tab-content {
|
|
6503
|
-
overflow: visible;
|
|
6504
|
-
}
|
|
6505
|
-
}
|
|
6506
|
-
|
|
6507
|
-
.E_t14npdqr {
|
|
6508
|
-
max-width: 240px;
|
|
6509
|
-
animation: none;
|
|
6510
|
-
|
|
6511
|
-
&.ant-dropdown .ant-dropdown-menu {
|
|
6512
|
-
border: 1px solid $blue-60;
|
|
6513
|
-
padding: 0;
|
|
6514
|
-
|
|
6515
|
-
.ant-dropdown-menu-item {
|
|
6516
|
-
margin: 0;
|
|
6517
|
-
height: 32px;
|
|
6518
|
-
line-height: 32px;
|
|
6519
|
-
font-size: 13px;
|
|
6520
|
-
padding: 0 10px;
|
|
6521
|
-
display: block;
|
|
6522
|
-
overflow: hidden;
|
|
6523
|
-
text-overflow: ellipsis;
|
|
6524
|
-
white-space: nowrap;
|
|
6525
|
-
|
|
6526
|
-
&:not(:first-child) {
|
|
6527
|
-
&::before {
|
|
6528
|
-
content: " ";
|
|
6529
|
-
height: 1px;
|
|
6530
|
-
width: calc(100% + 10px);
|
|
6531
|
-
background: $strokes-translucent-1-light;
|
|
6532
|
-
display: block;
|
|
6533
|
-
}
|
|
6534
|
-
}
|
|
6535
|
-
|
|
6536
|
-
&.ant-dropdown-menu-item-selected {
|
|
6537
|
-
color: $blue-60;
|
|
6538
|
-
background: transparent;
|
|
6539
|
-
}
|
|
6540
|
-
}
|
|
6541
|
-
}
|
|
6542
|
-
}
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
.E_s1at6qmn {
|
|
6546
|
-
&.ant-layout-sider {
|
|
6547
|
-
background: $backgrounds-light-grouped;
|
|
6548
|
-
padding: 32px 8px;
|
|
6549
|
-
overflow: auto;
|
|
6550
|
-
}
|
|
6551
|
-
|
|
6552
|
-
.ant-layout-sider-children {
|
|
6553
|
-
display: flex;
|
|
6554
|
-
flex-direction: column;
|
|
6555
|
-
justify-content: space-between;
|
|
6556
|
-
}
|
|
6557
|
-
|
|
6558
|
-
footer {
|
|
6559
|
-
display: flex;
|
|
6560
|
-
}
|
|
6561
|
-
|
|
6562
|
-
.ant-menu {
|
|
6563
|
-
background: $backgrounds-light-grouped;
|
|
6564
|
-
a {
|
|
6565
|
-
color: $text-light-primary;
|
|
6566
|
-
width: 180px;
|
|
6567
|
-
overflow: hidden;
|
|
6568
|
-
text-overflow: ellipsis;
|
|
6569
|
-
}
|
|
6570
|
-
}
|
|
6571
|
-
|
|
6572
|
-
.ant-menu-vertical {
|
|
6573
|
-
margin-bottom: 24px;
|
|
6574
|
-
|
|
6575
|
-
.ant-menu-item-group {
|
|
6576
|
-
.ant-menu-item {
|
|
6577
|
-
margin: 0;
|
|
6578
|
-
}
|
|
6579
|
-
.ant-menu-item-group-title {
|
|
6580
|
-
font-size: 12px;
|
|
6581
|
-
padding: 0 8px 4px;
|
|
6582
|
-
line-height: 18px;
|
|
6583
|
-
|
|
6584
|
-
&:empty {
|
|
6585
|
-
padding: 0;
|
|
6586
|
-
}
|
|
6587
|
-
}
|
|
6588
|
-
&:not(:last-child) {
|
|
6589
|
-
padding-bottom: 24px;
|
|
6590
|
-
&.split {
|
|
6591
|
-
margin-bottom: 24px;
|
|
6592
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
6593
|
-
}
|
|
6594
|
-
}
|
|
6595
|
-
}
|
|
6596
|
-
|
|
6597
|
-
.ant-menu-item {
|
|
6598
|
-
transition: none;
|
|
6599
|
-
display: flex;
|
|
6600
|
-
align-items: center;
|
|
6601
|
-
height: 32px;
|
|
6602
|
-
line-height: 22px;
|
|
6603
|
-
padding: 0 8px;
|
|
6604
|
-
|
|
6605
|
-
> .icon-wrapper {
|
|
6606
|
-
margin-right: 12px;
|
|
6607
|
-
}
|
|
6608
|
-
|
|
6609
|
-
&:not(:last-child) {
|
|
6610
|
-
margin: 0;
|
|
6611
|
-
margin-bottom: 2px;
|
|
6612
|
-
}
|
|
6613
|
-
&.ant-menu-item-selected {
|
|
6614
|
-
background: $background-selected;
|
|
6615
|
-
box-shadow: $box-shadow-light-selected;
|
|
6616
|
-
border-radius: 6px;
|
|
6617
|
-
color: $text-light-on-tint;
|
|
6618
|
-
a {
|
|
6619
|
-
color: $text-light-on-tint;
|
|
6620
|
-
}
|
|
6621
|
-
}
|
|
6622
|
-
&:not(.ant-menu-item-selected) {
|
|
6623
|
-
&.ant-menu-item:hover,
|
|
6624
|
-
&.ant-menu-item-active {
|
|
6625
|
-
background: $background-onhover;
|
|
6626
|
-
box-shadow: $box-shadow-light-onhover;
|
|
6627
|
-
border-radius: 6px;
|
|
6628
|
-
}
|
|
6629
|
-
}
|
|
7001
|
+
|
|
7002
|
+
.sub-title > .slash-arrow {
|
|
7003
|
+
fill: $fills-opaque-quaternary-light;
|
|
7004
|
+
}
|
|
7005
|
+
|
|
7006
|
+
.sub-title > .expand-arrow path {
|
|
7007
|
+
fill: $blue-100;
|
|
7008
|
+
}
|
|
6630
7009
|
}
|
|
6631
7010
|
}
|
|
6632
|
-
}
|
|
6633
7011
|
|
|
6634
|
-
.
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
7012
|
+
.tab-content {
|
|
7013
|
+
flex: 1;
|
|
7014
|
+
display: flex;
|
|
7015
|
+
flex-direction: column;
|
|
6638
7016
|
}
|
|
6639
7017
|
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
overflow:
|
|
6643
|
-
|
|
6644
|
-
.ant-menu-item-group-title {
|
|
6645
|
-
visibility: hidden;
|
|
6646
|
-
}
|
|
6647
|
-
|
|
6648
|
-
.ant-menu-item {
|
|
6649
|
-
width: 36px;
|
|
6650
|
-
padding: 0 6px;
|
|
6651
|
-
}
|
|
7018
|
+
/* FIXME:(yanzhen) do this better */
|
|
7019
|
+
&.is-overview .tab-content {
|
|
7020
|
+
overflow: visible;
|
|
6652
7021
|
}
|
|
6653
7022
|
}
|
|
6654
7023
|
|
|
6655
|
-
.
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
width: 100% !important;
|
|
7024
|
+
.E_t14npdqr {
|
|
7025
|
+
max-width: 240px;
|
|
7026
|
+
animation: none;
|
|
6659
7027
|
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
}
|
|
7028
|
+
&.ant-dropdown .ant-dropdown-menu {
|
|
7029
|
+
border: 1px solid $blue-60;
|
|
7030
|
+
padding: 0;
|
|
6664
7031
|
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
7032
|
+
.ant-dropdown-menu-item {
|
|
7033
|
+
margin: 0;
|
|
7034
|
+
height: 32px;
|
|
7035
|
+
line-height: 32px;
|
|
7036
|
+
font-size: 13px;
|
|
7037
|
+
padding: 0 10px;
|
|
7038
|
+
display: block;
|
|
7039
|
+
overflow: hidden;
|
|
7040
|
+
text-overflow: ellipsis;
|
|
7041
|
+
white-space: nowrap;
|
|
6669
7042
|
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
|
|
7043
|
+
&:not(:first-child) {
|
|
7044
|
+
&::before {
|
|
7045
|
+
content: " ";
|
|
7046
|
+
height: 1px;
|
|
7047
|
+
width: calc(100% + 10px);
|
|
7048
|
+
background: $strokes-translucent-1-light;
|
|
7049
|
+
display: block;
|
|
7050
|
+
}
|
|
7051
|
+
}
|
|
6673
7052
|
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
text-align: left;
|
|
7053
|
+
&.ant-dropdown-menu-item-selected {
|
|
7054
|
+
color: $blue-60;
|
|
7055
|
+
background: transparent;
|
|
7056
|
+
}
|
|
7057
|
+
}
|
|
6680
7058
|
}
|
|
6681
7059
|
}
|
|
6682
7060
|
|
|
@@ -6781,106 +7159,94 @@
|
|
|
6781
7159
|
}
|
|
6782
7160
|
|
|
6783
7161
|
|
|
6784
|
-
.
|
|
6785
|
-
width: 492px !important;
|
|
6786
|
-
margin: 40px auto !important;
|
|
6787
|
-
padding-bottom: 0 !important;
|
|
6788
|
-
|
|
6789
|
-
.ant-modal-content {
|
|
6790
|
-
background: $backgrounds-light-primary;
|
|
6791
|
-
border-radius: 16px;
|
|
6792
|
-
}
|
|
6793
|
-
|
|
6794
|
-
.ant-modal-header {
|
|
6795
|
-
padding: 32px 40px 0;
|
|
6796
|
-
border-bottom: none;
|
|
6797
|
-
border-radius: 16px 16px 0 0;
|
|
6798
|
-
}
|
|
6799
|
-
|
|
6800
|
-
.ant-modal-close {
|
|
6801
|
-
right: 40px;
|
|
6802
|
-
top: 32px;
|
|
6803
|
-
}
|
|
6804
|
-
|
|
7162
|
+
.E_kr6am0s {
|
|
6805
7163
|
.ant-modal-body {
|
|
6806
|
-
padding:
|
|
6807
|
-
min-height: 160px;
|
|
6808
|
-
max-height: calc(
|
|
6809
|
-
100vh - 80px - 64px - var(--header-height) - var(--footer-height)
|
|
6810
|
-
);
|
|
6811
|
-
overflow-y: auto;
|
|
6812
|
-
}
|
|
6813
|
-
|
|
6814
|
-
.ant-modal-footer {
|
|
6815
|
-
padding: 24px 40px;
|
|
6816
|
-
margin-top: 0;
|
|
6817
|
-
border-top: none;
|
|
6818
|
-
box-shadow: 0px 1px 0px 0px #e1e6f199 inset;
|
|
7164
|
+
padding: 60px 128px;
|
|
6819
7165
|
}
|
|
6820
7166
|
}
|
|
6821
7167
|
|
|
6822
|
-
.
|
|
7168
|
+
.E_k1h3cl5q {
|
|
6823
7169
|
display: flex;
|
|
6824
|
-
|
|
6825
|
-
|
|
7170
|
+
flex-direction: column;
|
|
7171
|
+
height: 100%;
|
|
6826
7172
|
}
|
|
6827
7173
|
|
|
7174
|
+
.E_k1a6j97w {
|
|
7175
|
+
color: $gray-120;
|
|
7176
|
+
font-size: 32px !important;
|
|
7177
|
+
margin-bottom: 16px;
|
|
7178
|
+
}
|
|
6828
7179
|
|
|
6829
|
-
.
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
padding: unset;
|
|
7180
|
+
.E_k1uim1fg {
|
|
7181
|
+
margin-bottom: 32px;
|
|
7182
|
+
color: $gray-120;
|
|
6833
7183
|
}
|
|
6834
7184
|
|
|
7185
|
+
.E_kobelzt {
|
|
7186
|
+
font-family:
|
|
7187
|
+
Roboto Mono,
|
|
7188
|
+
SFMono-Regular,
|
|
7189
|
+
SF Mono,
|
|
7190
|
+
Menlo,
|
|
7191
|
+
Consolas,
|
|
7192
|
+
Liberation Mono,
|
|
7193
|
+
monospace;
|
|
7194
|
+
min-height: 0;
|
|
7195
|
+
flex: 1;
|
|
7196
|
+
padding: 16px;
|
|
7197
|
+
background-color: $gray-80;
|
|
7198
|
+
color: $white;
|
|
7199
|
+
overflow: auto;
|
|
7200
|
+
max-width: 100%;
|
|
7201
|
+
min-height: 0;
|
|
7202
|
+
border-radius: 8px;
|
|
7203
|
+
white-space: pre-wrap;
|
|
7204
|
+
}
|
|
6835
7205
|
|
|
6836
|
-
.
|
|
7206
|
+
.E_kxzv3id {
|
|
6837
7207
|
width: 100%;
|
|
7208
|
+
display: flex;
|
|
7209
|
+
justify-content: space-between;
|
|
7210
|
+
padding: 0 128px;
|
|
7211
|
+
}
|
|
7212
|
+
|
|
7213
|
+
.E_eld9lt {
|
|
7214
|
+
display: flex;
|
|
7215
|
+
flex-direction: column;
|
|
7216
|
+
justify-content: center;
|
|
7217
|
+
align-items: center;
|
|
6838
7218
|
height: 100%;
|
|
7219
|
+
}
|
|
7220
|
+
|
|
7221
|
+
.E_e1505fqc {
|
|
6839
7222
|
display: flex;
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
padding: 8px 0;
|
|
6843
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7223
|
+
flex-direction: column;
|
|
7224
|
+
align-items: center;
|
|
6844
7225
|
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
7226
|
+
.title {
|
|
7227
|
+
margin-bottom: 8px;
|
|
7228
|
+
background-clip: text;
|
|
7229
|
+
-webkit-background-clip: text;
|
|
7230
|
+
-webkit-text-fill-color: transparent;
|
|
7231
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
6848
7232
|
}
|
|
6849
|
-
|
|
6850
|
-
flex-direction: column;
|
|
7233
|
+
}
|
|
6851
7234
|
|
|
6852
|
-
.collapsed-content {
|
|
6853
|
-
display: flex;
|
|
6854
7235
|
|
|
6855
|
-
|
|
6856
|
-
|
|
6857
|
-
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
height: auto;
|
|
6861
|
-
}
|
|
6862
|
-
}
|
|
6863
|
-
}
|
|
6864
|
-
.extra-content {
|
|
6865
|
-
margin-left: 162px;
|
|
6866
|
-
}
|
|
6867
|
-
}
|
|
7236
|
+
.E_h1ol2wl7 {
|
|
7237
|
+
font-weight: bold;
|
|
7238
|
+
background-color: unset;
|
|
7239
|
+
padding: unset;
|
|
7240
|
+
}
|
|
6868
7241
|
|
|
6869
|
-
.col-label {
|
|
6870
|
-
width: 216px;
|
|
6871
|
-
color: $text-secondary-light;
|
|
6872
|
-
margin-right: 12px;
|
|
6873
|
-
flex-shrink: 0;
|
|
6874
|
-
}
|
|
6875
7242
|
|
|
6876
|
-
|
|
6877
|
-
|
|
7243
|
+
.E_cevhqx7 {
|
|
7244
|
+
color: $text-light-primary;
|
|
7245
|
+
}
|
|
6878
7246
|
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
}
|
|
6883
|
-
}
|
|
7247
|
+
.E_snbqlt4 {
|
|
7248
|
+
margin-top: 8px;
|
|
7249
|
+
color: $text-light-secondary;
|
|
6884
7250
|
}
|
|
6885
7251
|
|
|
6886
7252
|
|
|
@@ -7178,6 +7544,8 @@
|
|
|
7178
7544
|
|
|
7179
7545
|
.date-range-picker-calendar {
|
|
7180
7546
|
flex: 1;
|
|
7547
|
+
border-top-left-radius: 8px;
|
|
7548
|
+
border-top-right-radius: 8px;
|
|
7181
7549
|
}
|
|
7182
7550
|
}
|
|
7183
7551
|
|
|
@@ -7202,6 +7570,7 @@
|
|
|
7202
7570
|
|
|
7203
7571
|
p {
|
|
7204
7572
|
margin: 0;
|
|
7573
|
+
margin-bottom: 2px;
|
|
7205
7574
|
}
|
|
7206
7575
|
}
|
|
7207
7576
|
|
|
@@ -7248,6 +7617,7 @@
|
|
|
7248
7617
|
list-style: none;
|
|
7249
7618
|
padding: 0;
|
|
7250
7619
|
margin-top: 12px;
|
|
7620
|
+
margin-bottom: 12px;
|
|
7251
7621
|
|
|
7252
7622
|
li {
|
|
7253
7623
|
padding: 5px 8px;
|
|
@@ -7325,12 +7695,24 @@
|
|
|
7325
7695
|
height: 40px;
|
|
7326
7696
|
line-height: 40px;
|
|
7327
7697
|
padding: 0 12px 0 16px;
|
|
7698
|
+
|
|
7699
|
+
// Used to modify the position of the Popover.
|
|
7700
|
+
// Because the Popover doesn't wrap the entire input field but the internal element, we can change the position of the Popover by changing the style of the internal element so as not to cause too much adjustment of the element structure
|
|
7701
|
+
.date-input-content {
|
|
7702
|
+
padding-left: 40px;
|
|
7703
|
+
transform: translateX(-40px);
|
|
7704
|
+
}
|
|
7328
7705
|
}
|
|
7329
7706
|
|
|
7330
7707
|
&.medium {
|
|
7331
7708
|
height: 32px;
|
|
7332
7709
|
line-height: 32px;
|
|
7333
7710
|
padding: 0 8px 0 12px;
|
|
7711
|
+
|
|
7712
|
+
.date-input-content {
|
|
7713
|
+
padding-left: 36px;
|
|
7714
|
+
transform: translateX(-36px);
|
|
7715
|
+
}
|
|
7334
7716
|
}
|
|
7335
7717
|
|
|
7336
7718
|
.date-input-content {
|
|
@@ -7379,6 +7761,10 @@
|
|
|
7379
7761
|
}
|
|
7380
7762
|
|
|
7381
7763
|
.E_d956d92 {
|
|
7764
|
+
.ant-popover-inner {
|
|
7765
|
+
border-radius: 8px;
|
|
7766
|
+
}
|
|
7767
|
+
|
|
7382
7768
|
.ant-popover-inner-content {
|
|
7383
7769
|
.tab-menu {
|
|
7384
7770
|
.tab-bar {
|
|
@@ -7463,16 +7849,6 @@
|
|
|
7463
7849
|
}
|
|
7464
7850
|
|
|
7465
7851
|
|
|
7466
|
-
.E_cevhqx7 {
|
|
7467
|
-
color: $text-light-primary;
|
|
7468
|
-
}
|
|
7469
|
-
|
|
7470
|
-
.E_snbqlt4 {
|
|
7471
|
-
margin-top: 8px;
|
|
7472
|
-
color: $text-light-secondary;
|
|
7473
|
-
}
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
7852
|
.E_c1ss4prm {
|
|
7477
7853
|
color: $text-light-secondary;
|
|
7478
7854
|
|
|
@@ -7516,6 +7892,57 @@
|
|
|
7516
7892
|
}
|
|
7517
7893
|
|
|
7518
7894
|
|
|
7895
|
+
.E_c14ouk5o {
|
|
7896
|
+
width: 100%;
|
|
7897
|
+
height: 100%;
|
|
7898
|
+
display: flex;
|
|
7899
|
+
font-size: 12px;
|
|
7900
|
+
line-height: 18px;
|
|
7901
|
+
padding: 8px 0;
|
|
7902
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7903
|
+
|
|
7904
|
+
&:last-of-type {
|
|
7905
|
+
box-shadow: none;
|
|
7906
|
+
padding-bottom: 0;
|
|
7907
|
+
}
|
|
7908
|
+
&.collapsed {
|
|
7909
|
+
flex-direction: column;
|
|
7910
|
+
|
|
7911
|
+
.collapsed-content {
|
|
7912
|
+
display: flex;
|
|
7913
|
+
|
|
7914
|
+
> span {
|
|
7915
|
+
flex: 1;
|
|
7916
|
+
display: flex;
|
|
7917
|
+
justify-content: space-between;
|
|
7918
|
+
.ant-btn {
|
|
7919
|
+
height: auto;
|
|
7920
|
+
}
|
|
7921
|
+
}
|
|
7922
|
+
}
|
|
7923
|
+
.extra-content {
|
|
7924
|
+
margin-left: 162px;
|
|
7925
|
+
}
|
|
7926
|
+
}
|
|
7927
|
+
|
|
7928
|
+
.col-label {
|
|
7929
|
+
width: 216px;
|
|
7930
|
+
color: $text-secondary-light;
|
|
7931
|
+
margin-right: 12px;
|
|
7932
|
+
flex-shrink: 0;
|
|
7933
|
+
}
|
|
7934
|
+
|
|
7935
|
+
.col-content {
|
|
7936
|
+
color: $text-primary-light;
|
|
7937
|
+
|
|
7938
|
+
/* make btn link in info row have the same height as normal text */
|
|
7939
|
+
.ant-btn.ant-btn-link {
|
|
7940
|
+
height: auto;
|
|
7941
|
+
}
|
|
7942
|
+
}
|
|
7943
|
+
}
|
|
7944
|
+
|
|
7945
|
+
|
|
7519
7946
|
.E_l12xdkhl {
|
|
7520
7947
|
width: 64px;
|
|
7521
7948
|
height: 64px;
|