@cloudtower/eagle 0.32.49 → 0.32.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1495 -1494
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1976 -1975
- package/dist/stories/docs/core/Table.stories.d.ts +6 -0
- package/dist/style.css +1360 -1359
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29690,100 +29690,52 @@ html body {
|
|
|
29690
29690
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29691
29691
|
}
|
|
29692
29692
|
}
|
|
29693
|
-
.
|
|
29694
|
-
position: relative;
|
|
29695
|
-
max-width: 388px;
|
|
29696
|
-
min-width: 285px;
|
|
29697
|
-
}
|
|
29698
|
-
|
|
29699
|
-
.E_d1bw7c5z .center {
|
|
29700
|
-
position: absolute;
|
|
29701
|
-
font-size: 12px;
|
|
29702
|
-
width: 80px;
|
|
29703
|
-
height: 100px;
|
|
29704
|
-
top: 0;
|
|
29705
|
-
left: 35px;
|
|
29706
|
-
display: flex;
|
|
29707
|
-
flex-direction: column;
|
|
29708
|
-
justify-content: center;
|
|
29709
|
-
align-items: center;
|
|
29710
|
-
color: #00122e;
|
|
29711
|
-
}
|
|
29712
|
-
|
|
29713
|
-
.E_d1bw7c5z .center .number {
|
|
29714
|
-
font-size: 24px;
|
|
29715
|
-
font-weight: 700;
|
|
29716
|
-
}
|
|
29717
|
-
|
|
29718
|
-
.E_d1bw7c5z .center .text {
|
|
29719
|
-
padding: 0 5px;
|
|
29720
|
-
font-size: 12px;
|
|
29721
|
-
width: inherit;
|
|
29722
|
-
text-align: center;
|
|
29723
|
-
}
|
|
29724
|
-
|
|
29725
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29693
|
+
.E_m74vjol {
|
|
29726
29694
|
display: flex;
|
|
29695
|
+
justify-content: space-between;
|
|
29696
|
+
width: 100%;
|
|
29727
29697
|
}
|
|
29728
29698
|
|
|
29729
|
-
.
|
|
29730
|
-
|
|
29731
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29732
|
-
left: 0 !important;
|
|
29733
|
-
bottom: 0 !important;
|
|
29734
|
-
display: flex;
|
|
29735
|
-
align-items: center;
|
|
29699
|
+
.E_m74vjol .action {
|
|
29700
|
+
margin-left: 16px;
|
|
29736
29701
|
}
|
|
29737
29702
|
|
|
29738
|
-
.
|
|
29739
|
-
|
|
29703
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29704
|
+
padding-right: 12px;
|
|
29740
29705
|
}
|
|
29741
29706
|
|
|
29742
|
-
.
|
|
29743
|
-
|
|
29744
|
-
margin-
|
|
29745
|
-
line-height: 18px;
|
|
29707
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
+
height: fit-content;
|
|
29709
|
+
margin-left: 16px;
|
|
29746
29710
|
}
|
|
29747
29711
|
|
|
29748
|
-
.
|
|
29749
|
-
|
|
29712
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
+
flex: 1;
|
|
29750
29714
|
}
|
|
29751
29715
|
|
|
29752
|
-
.
|
|
29753
|
-
|
|
29754
|
-
|
|
29755
|
-
width: calc(100% - 20px);
|
|
29756
|
-
margin-left: 2px;
|
|
29757
|
-
color: #00122e !important;
|
|
29758
|
-
display: inline-flex;
|
|
29759
|
-
justify-content: space-between;
|
|
29716
|
+
.E_c18gxmrl {
|
|
29717
|
+
border: 1px solid #d8deeb;
|
|
29718
|
+
border-radius: 4px;
|
|
29760
29719
|
}
|
|
29761
29720
|
|
|
29762
|
-
.
|
|
29763
|
-
|
|
29764
|
-
cursor: pointer;
|
|
29765
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29766
|
-
overflow: hidden;
|
|
29767
|
-
text-overflow: ellipsis;
|
|
29768
|
-
white-space: nowrap;
|
|
29721
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29722
|
+
margin-top: 8px;
|
|
29769
29723
|
}
|
|
29770
29724
|
|
|
29771
|
-
.
|
|
29772
|
-
color:
|
|
29725
|
+
.E_c18gxmrl:hover {
|
|
29726
|
+
border-color: #0080ff;
|
|
29773
29727
|
}
|
|
29774
29728
|
|
|
29775
|
-
.
|
|
29776
|
-
|
|
29729
|
+
.E_c18gxmrl:hover > header {
|
|
29730
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29777
29731
|
}
|
|
29778
29732
|
|
|
29779
|
-
.
|
|
29780
|
-
|
|
29781
|
-
display: flex;
|
|
29782
|
-
justify-content: space-between;
|
|
29733
|
+
.E_c18gxmrl.active header {
|
|
29734
|
+
border-bottom: 1px solid #d8deeb;
|
|
29783
29735
|
}
|
|
29784
29736
|
|
|
29785
|
-
.
|
|
29786
|
-
|
|
29737
|
+
.E_c18gxmrl > header {
|
|
29738
|
+
padding: 8px 12px;
|
|
29787
29739
|
}
|
|
29788
29740
|
|
|
29789
29741
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30141,52 +30093,20 @@ html body {
|
|
|
30141
30093
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30142
30094
|
}
|
|
30143
30095
|
|
|
30144
|
-
.
|
|
30145
|
-
display: flex;
|
|
30146
|
-
justify-content: space-between;
|
|
30096
|
+
.E_fzh9mnb {
|
|
30147
30097
|
width: 100%;
|
|
30098
|
+
height: 100%;
|
|
30099
|
+
min-height: 124px;
|
|
30100
|
+
display: flex;
|
|
30101
|
+
flex-direction: column;
|
|
30102
|
+
justify-content: center;
|
|
30103
|
+
align-items: center;
|
|
30148
30104
|
}
|
|
30149
30105
|
|
|
30150
|
-
.
|
|
30151
|
-
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30155
|
-
padding-right: 12px;
|
|
30156
|
-
}
|
|
30157
|
-
|
|
30158
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30159
|
-
height: fit-content;
|
|
30160
|
-
margin-left: 16px;
|
|
30161
|
-
}
|
|
30162
|
-
|
|
30163
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30164
|
-
flex: 1;
|
|
30165
|
-
}
|
|
30166
|
-
|
|
30167
|
-
.E_c18gxmrl {
|
|
30168
|
-
border: 1px solid #d8deeb;
|
|
30169
|
-
border-radius: 4px;
|
|
30170
|
-
}
|
|
30171
|
-
|
|
30172
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30173
|
-
margin-top: 8px;
|
|
30174
|
-
}
|
|
30175
|
-
|
|
30176
|
-
.E_c18gxmrl:hover {
|
|
30177
|
-
border-color: #0080ff;
|
|
30178
|
-
}
|
|
30179
|
-
|
|
30180
|
-
.E_c18gxmrl:hover > header {
|
|
30181
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30182
|
-
}
|
|
30183
|
-
|
|
30184
|
-
.E_c18gxmrl.active header {
|
|
30185
|
-
border-bottom: 1px solid #d8deeb;
|
|
30186
|
-
}
|
|
30187
|
-
|
|
30188
|
-
.E_c18gxmrl > header {
|
|
30189
|
-
padding: 8px 12px;
|
|
30106
|
+
.E_fzh9mnb .error-text {
|
|
30107
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30108
|
+
margin-bottom: 16px;
|
|
30109
|
+
font-size: 18px;
|
|
30190
30110
|
}
|
|
30191
30111
|
|
|
30192
30112
|
.E_b1nip9bk {
|
|
@@ -30224,81 +30144,135 @@ html body {
|
|
|
30224
30144
|
border-radius: unset;
|
|
30225
30145
|
}
|
|
30226
30146
|
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
line-break: auto;
|
|
30147
|
+
.E_d1bw7c5z {
|
|
30148
|
+
position: relative;
|
|
30149
|
+
max-width: 388px;
|
|
30150
|
+
min-width: 285px;
|
|
30232
30151
|
}
|
|
30233
30152
|
|
|
30234
|
-
.
|
|
30235
|
-
|
|
30236
|
-
|
|
30153
|
+
.E_d1bw7c5z .center {
|
|
30154
|
+
position: absolute;
|
|
30155
|
+
font-size: 12px;
|
|
30156
|
+
width: 80px;
|
|
30157
|
+
height: 100px;
|
|
30158
|
+
top: 0;
|
|
30159
|
+
left: 35px;
|
|
30160
|
+
display: flex;
|
|
30161
|
+
flex-direction: column;
|
|
30162
|
+
justify-content: center;
|
|
30163
|
+
align-items: center;
|
|
30164
|
+
color: #00122e;
|
|
30237
30165
|
}
|
|
30238
30166
|
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
font-size: 13px;
|
|
30243
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30244
|
-
white-space: normal;
|
|
30167
|
+
.E_d1bw7c5z .center .number {
|
|
30168
|
+
font-size: 24px;
|
|
30169
|
+
font-weight: 700;
|
|
30245
30170
|
}
|
|
30246
30171
|
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30172
|
+
.E_d1bw7c5z .center .text {
|
|
30173
|
+
padding: 0 5px;
|
|
30174
|
+
font-size: 12px;
|
|
30175
|
+
width: inherit;
|
|
30176
|
+
text-align: center;
|
|
30249
30177
|
}
|
|
30250
30178
|
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30179
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30180
|
+
display: flex;
|
|
30253
30181
|
}
|
|
30254
30182
|
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
|
|
30183
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30184
|
+
position: relative !important;
|
|
30185
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30186
|
+
left: 0 !important;
|
|
30187
|
+
bottom: 0 !important;
|
|
30188
|
+
display: flex;
|
|
30189
|
+
align-items: center;
|
|
30259
30190
|
}
|
|
30260
30191
|
|
|
30261
|
-
.
|
|
30262
|
-
|
|
30263
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30264
|
-
min-height: 0px;
|
|
30192
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30193
|
+
width: 100%;
|
|
30265
30194
|
}
|
|
30266
30195
|
|
|
30267
|
-
.
|
|
30196
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30268
30197
|
width: 100%;
|
|
30269
|
-
|
|
30270
|
-
|
|
30271
|
-
display: flex;
|
|
30272
|
-
flex-direction: column;
|
|
30273
|
-
justify-content: center;
|
|
30274
|
-
align-items: center;
|
|
30198
|
+
margin-right: 0 !important;
|
|
30199
|
+
line-height: 18px;
|
|
30275
30200
|
}
|
|
30276
30201
|
|
|
30277
|
-
.
|
|
30278
|
-
|
|
30279
|
-
margin-bottom: 16px;
|
|
30280
|
-
font-size: 18px;
|
|
30202
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30203
|
+
border-radius: 2px;
|
|
30281
30204
|
}
|
|
30282
30205
|
|
|
30283
|
-
.
|
|
30206
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30207
|
+
min-width: 75px;
|
|
30208
|
+
max-width: 198px;
|
|
30209
|
+
width: calc(100% - 20px);
|
|
30210
|
+
margin-left: 2px;
|
|
30211
|
+
color: #00122e !important;
|
|
30284
30212
|
display: inline-flex;
|
|
30285
|
-
|
|
30213
|
+
justify-content: space-between;
|
|
30286
30214
|
}
|
|
30287
30215
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
|
|
30216
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30217
|
+
maxwidth: calc(100% - 12px);
|
|
30218
|
+
cursor: pointer;
|
|
30219
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30220
|
+
overflow: hidden;
|
|
30221
|
+
text-overflow: ellipsis;
|
|
30222
|
+
white-space: nowrap;
|
|
30292
30223
|
}
|
|
30293
30224
|
|
|
30294
|
-
.
|
|
30295
|
-
|
|
30296
|
-
margin-left: 4px;
|
|
30225
|
+
.E_d1bw7c5z .value {
|
|
30226
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30297
30227
|
}
|
|
30298
30228
|
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30301
|
-
|
|
30229
|
+
.E_t10pqbtc {
|
|
30230
|
+
width: 140px;
|
|
30231
|
+
}
|
|
30232
|
+
|
|
30233
|
+
.E_t10pqbtc .item {
|
|
30234
|
+
margin: 6px auto;
|
|
30235
|
+
display: flex;
|
|
30236
|
+
justify-content: space-between;
|
|
30237
|
+
}
|
|
30238
|
+
|
|
30239
|
+
.E_t10pqbtc .item .name {
|
|
30240
|
+
width: 102px;
|
|
30241
|
+
}
|
|
30242
|
+
|
|
30243
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30244
|
+
display: var(--a1wfy30z-0);
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30248
|
+
padding: 4px 11px;
|
|
30249
|
+
display: inline-flex;
|
|
30250
|
+
line-height: 1.5715;
|
|
30251
|
+
height: inherit;
|
|
30252
|
+
}
|
|
30253
|
+
|
|
30254
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30255
|
+
content: var(--a1wfy30z-1);
|
|
30256
|
+
display: var(--a1wfy30z-2);
|
|
30257
|
+
flex: none;
|
|
30258
|
+
align-items: center;
|
|
30259
|
+
margin-left: 4px;
|
|
30260
|
+
}
|
|
30261
|
+
|
|
30262
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30263
|
+
content: var(--a1wfy30z-3);
|
|
30264
|
+
display: var(--a1wfy30z-4);
|
|
30265
|
+
flex: none;
|
|
30266
|
+
align-items: center;
|
|
30267
|
+
margin-right: 4px;
|
|
30268
|
+
cursor: auto;
|
|
30269
|
+
}
|
|
30270
|
+
|
|
30271
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30272
|
+
padding: 0;
|
|
30273
|
+
margin: 0;
|
|
30274
|
+
height: auto;
|
|
30275
|
+
font-size: inherit;
|
|
30302
30276
|
}
|
|
30303
30277
|
|
|
30304
30278
|
.E_i1inqkme {
|
|
@@ -30314,6 +30288,93 @@ html body {
|
|
|
30314
30288
|
margin-right: 4px;
|
|
30315
30289
|
}
|
|
30316
30290
|
|
|
30291
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30292
|
+
line-height: 18px;
|
|
30293
|
+
}
|
|
30294
|
+
|
|
30295
|
+
.E_iouxfgt {
|
|
30296
|
+
display: inline-flex;
|
|
30297
|
+
align-items: center;
|
|
30298
|
+
}
|
|
30299
|
+
|
|
30300
|
+
.E_iouxfgt .icon-inner {
|
|
30301
|
+
display: inline-flex;
|
|
30302
|
+
align-items: center;
|
|
30303
|
+
justify-content: center;
|
|
30304
|
+
}
|
|
30305
|
+
|
|
30306
|
+
.E_iouxfgt .icon-inner + span,
|
|
30307
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30308
|
+
margin-left: 4px;
|
|
30309
|
+
}
|
|
30310
|
+
|
|
30311
|
+
.E_iouxfgt.is-rotate img,
|
|
30312
|
+
.E_iouxfgt.is-rotate svg {
|
|
30313
|
+
animation: rotate 680ms linear infinite;
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30316
|
+
.E_f7pxqmh {
|
|
30317
|
+
width: 100%;
|
|
30318
|
+
margin-bottom: 0 !important;
|
|
30319
|
+
flex-flow: nowrap !important;
|
|
30320
|
+
line-break: auto;
|
|
30321
|
+
}
|
|
30322
|
+
|
|
30323
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30324
|
+
text-align: left !important;
|
|
30325
|
+
padding-bottom: 0 !important;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30329
|
+
min-height: 32px;
|
|
30330
|
+
height: auto;
|
|
30331
|
+
font-size: 13px;
|
|
30332
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30333
|
+
white-space: normal;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30336
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30337
|
+
border-color: #ff4d4f !important;
|
|
30338
|
+
}
|
|
30339
|
+
|
|
30340
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30341
|
+
border-color: #ff4d4f !important;
|
|
30342
|
+
}
|
|
30343
|
+
|
|
30344
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30345
|
+
margin-top: 4px;
|
|
30346
|
+
font-size: 12px;
|
|
30347
|
+
min-height: 0px;
|
|
30348
|
+
}
|
|
30349
|
+
|
|
30350
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30351
|
+
font-size: 12px;
|
|
30352
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30353
|
+
min-height: 0px;
|
|
30354
|
+
}
|
|
30355
|
+
|
|
30356
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30357
|
+
margin-left: 8px;
|
|
30358
|
+
}
|
|
30359
|
+
|
|
30360
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30361
|
+
padding: 2px 7px 2px 12px;
|
|
30362
|
+
}
|
|
30363
|
+
|
|
30364
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30365
|
+
display: flex;
|
|
30366
|
+
}
|
|
30367
|
+
|
|
30368
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30369
|
+
border-bottom-left-radius: 5px;
|
|
30370
|
+
border-top-left-radius: 5px;
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30373
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30374
|
+
border-bottom-right-radius: 5px;
|
|
30375
|
+
border-top-right-radius: 5px;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30317
30378
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30318
30379
|
display: var(--ai7qkf2-0);
|
|
30319
30380
|
}
|
|
@@ -30384,65 +30445,47 @@ html body {
|
|
|
30384
30445
|
padding: 2px 8px;
|
|
30385
30446
|
}
|
|
30386
30447
|
|
|
30387
|
-
.
|
|
30448
|
+
.E_c1bus5hc {
|
|
30449
|
+
--color: white;
|
|
30450
|
+
height: 14px;
|
|
30451
|
+
width: 14px;
|
|
30452
|
+
border-radius: 50%;
|
|
30453
|
+
flex-shrink: 0;
|
|
30388
30454
|
display: flex;
|
|
30455
|
+
align-items: center;
|
|
30456
|
+
justify-content: center;
|
|
30457
|
+
border: 1px solid var(--color);
|
|
30389
30458
|
}
|
|
30390
30459
|
|
|
30391
|
-
.
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
|
|
30395
|
-
|
|
30396
|
-
|
|
30397
|
-
border-bottom-right-radius: 5px;
|
|
30398
|
-
border-top-right-radius: 5px;
|
|
30399
|
-
}
|
|
30400
|
-
|
|
30401
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30402
|
-
line-height: 18px;
|
|
30403
|
-
}
|
|
30404
|
-
|
|
30405
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30406
|
-
margin-left: 8px;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30410
|
-
padding: 2px 7px 2px 12px;
|
|
30411
|
-
}
|
|
30412
|
-
|
|
30413
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30414
|
-
display: var(--a1wfy30z-0);
|
|
30415
|
-
}
|
|
30416
|
-
|
|
30417
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30418
|
-
padding: 4px 11px;
|
|
30419
|
-
display: inline-flex;
|
|
30420
|
-
line-height: 1.5715;
|
|
30421
|
-
height: inherit;
|
|
30422
|
-
}
|
|
30423
|
-
|
|
30424
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30425
|
-
content: var(--a1wfy30z-1);
|
|
30426
|
-
display: var(--a1wfy30z-2);
|
|
30427
|
-
flex: none;
|
|
30428
|
-
align-items: center;
|
|
30429
|
-
margin-left: 4px;
|
|
30460
|
+
.E_c1bus5hc .circle-inner {
|
|
30461
|
+
position: relative;
|
|
30462
|
+
height: 10px;
|
|
30463
|
+
width: 10px;
|
|
30464
|
+
border-radius: 50%;
|
|
30465
|
+
overflow: hidden;
|
|
30430
30466
|
}
|
|
30431
30467
|
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
|
|
30468
|
+
.E_c1bus5hc .circle-content {
|
|
30469
|
+
position: absolute;
|
|
30470
|
+
height: 100%;
|
|
30471
|
+
width: 100%;
|
|
30472
|
+
left: 0;
|
|
30473
|
+
top: 0;
|
|
30474
|
+
border-radius: 50%;
|
|
30475
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30476
|
+
transform: rotate(180deg);
|
|
30439
30477
|
}
|
|
30440
30478
|
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
|
|
30445
|
-
|
|
30479
|
+
.E_c1bus5hc .circle-child {
|
|
30480
|
+
position: absolute;
|
|
30481
|
+
height: 100%;
|
|
30482
|
+
width: 100%;
|
|
30483
|
+
left: 0;
|
|
30484
|
+
top: 0;
|
|
30485
|
+
margin-left: 50%;
|
|
30486
|
+
transform-origin: left;
|
|
30487
|
+
background: white;
|
|
30488
|
+
transform: rotate(0deg);
|
|
30446
30489
|
}
|
|
30447
30490
|
|
|
30448
30491
|
.E_i11gg7mj .ant-input-prefix {
|
|
@@ -30662,56 +30705,71 @@ html body {
|
|
|
30662
30705
|
width: 36px;
|
|
30663
30706
|
}
|
|
30664
30707
|
|
|
30665
|
-
.
|
|
30666
|
-
|
|
30667
|
-
height:
|
|
30668
|
-
|
|
30669
|
-
|
|
30670
|
-
flex-shrink: 0;
|
|
30671
|
-
display: flex;
|
|
30672
|
-
align-items: center;
|
|
30673
|
-
justify-content: center;
|
|
30674
|
-
border: 1px solid var(--color);
|
|
30708
|
+
.E_s1dizucg.ant-switch {
|
|
30709
|
+
min-width: 40px;
|
|
30710
|
+
height: 24px;
|
|
30711
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30712
|
+
overflow: hidden;
|
|
30675
30713
|
}
|
|
30676
30714
|
|
|
30677
|
-
.
|
|
30678
|
-
|
|
30679
|
-
height: 10px;
|
|
30680
|
-
width: 10px;
|
|
30681
|
-
border-radius: 50%;
|
|
30682
|
-
overflow: hidden;
|
|
30715
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30716
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30683
30717
|
}
|
|
30684
30718
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
height:
|
|
30688
|
-
width: 100%;
|
|
30689
|
-
left: 0;
|
|
30690
|
-
top: 0;
|
|
30691
|
-
border-radius: 50%;
|
|
30692
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30693
|
-
transform: rotate(180deg);
|
|
30719
|
+
.E_s1dizucg.ant-switch-small {
|
|
30720
|
+
min-width: 26px;
|
|
30721
|
+
height: 16px;
|
|
30694
30722
|
}
|
|
30695
30723
|
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30698
|
-
height:
|
|
30699
|
-
width: 100%;
|
|
30700
|
-
left: 0;
|
|
30701
|
-
top: 0;
|
|
30702
|
-
margin-left: 50%;
|
|
30703
|
-
transform-origin: left;
|
|
30704
|
-
background: white;
|
|
30705
|
-
transform: rotate(0deg);
|
|
30724
|
+
.E_s1dizucg.ant-switch-large {
|
|
30725
|
+
min-width: 52px;
|
|
30726
|
+
height: 32px;
|
|
30706
30727
|
}
|
|
30707
30728
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30729
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30730
|
+
height: 20px;
|
|
30731
|
+
width: 20px;
|
|
30710
30732
|
}
|
|
30711
30733
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30714
|
-
|
|
30734
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30735
|
+
border-radius: 10px;
|
|
30736
|
+
transition-delay: 120ms;
|
|
30737
|
+
}
|
|
30738
|
+
|
|
30739
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30740
|
+
height: 14px;
|
|
30741
|
+
width: 14px;
|
|
30742
|
+
top: 1px;
|
|
30743
|
+
left: 1px;
|
|
30744
|
+
}
|
|
30745
|
+
|
|
30746
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30747
|
+
height: 28px;
|
|
30748
|
+
width: 28px;
|
|
30749
|
+
}
|
|
30750
|
+
|
|
30751
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30752
|
+
border-radius: 14px;
|
|
30753
|
+
}
|
|
30754
|
+
|
|
30755
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30756
|
+
background-color: #00ba5d;
|
|
30757
|
+
}
|
|
30758
|
+
|
|
30759
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30760
|
+
left: calc(100% - 20px - 2px);
|
|
30761
|
+
}
|
|
30762
|
+
|
|
30763
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30764
|
+
left: calc(100% - 14px - 1px);
|
|
30765
|
+
}
|
|
30766
|
+
|
|
30767
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30768
|
+
left: calc(100% - 28px - 2px);
|
|
30769
|
+
}
|
|
30770
|
+
|
|
30771
|
+
.E_c1up6e3y {
|
|
30772
|
+
margin-left: 5px;
|
|
30715
30773
|
}
|
|
30716
30774
|
|
|
30717
30775
|
.E_cnujxq2 {
|
|
@@ -31569,6 +31627,15 @@ input.E_rf8rlle.ant-input {
|
|
|
31569
31627
|
line-height: 18px;
|
|
31570
31628
|
}
|
|
31571
31629
|
|
|
31630
|
+
.E_owd0kml {
|
|
31631
|
+
display: inline-block;
|
|
31632
|
+
}
|
|
31633
|
+
|
|
31634
|
+
.E_h1jsgezc {
|
|
31635
|
+
visibility: hidden;
|
|
31636
|
+
position: absolute;
|
|
31637
|
+
}
|
|
31638
|
+
|
|
31572
31639
|
.E_c1yyuluq {
|
|
31573
31640
|
border-radius: 8px;
|
|
31574
31641
|
}
|
|
@@ -31577,8 +31644,127 @@ input.E_rf8rlle.ant-input {
|
|
|
31577
31644
|
padding: 20px 24px 24px 24px;
|
|
31578
31645
|
}
|
|
31579
31646
|
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31647
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31648
|
+
border: 0px;
|
|
31649
|
+
background-color: #fff;
|
|
31650
|
+
}
|
|
31651
|
+
|
|
31652
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31653
|
+
padding-top: 0px;
|
|
31654
|
+
padding-bottom: 0px;
|
|
31655
|
+
padding-left: 0px !important;
|
|
31656
|
+
padding-right: 24px;
|
|
31657
|
+
}
|
|
31658
|
+
|
|
31659
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31660
|
+
right: 0px;
|
|
31661
|
+
}
|
|
31662
|
+
|
|
31663
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31664
|
+
padding: 0px;
|
|
31665
|
+
}
|
|
31666
|
+
|
|
31667
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31668
|
+
padding-right: 0px;
|
|
31669
|
+
cursor: default;
|
|
31670
|
+
}
|
|
31671
|
+
|
|
31672
|
+
.E_s1sck0th {
|
|
31673
|
+
padding: 0 8px;
|
|
31674
|
+
border-radius: 4px;
|
|
31675
|
+
}
|
|
31676
|
+
|
|
31677
|
+
.E_m855nr1 {
|
|
31678
|
+
padding: 2px 8px;
|
|
31679
|
+
border-radius: 3px;
|
|
31680
|
+
}
|
|
31681
|
+
|
|
31682
|
+
.E_l1270xpg {
|
|
31683
|
+
padding: 3px 8px;
|
|
31684
|
+
border-radius: 2px;
|
|
31685
|
+
}
|
|
31686
|
+
|
|
31687
|
+
.E_t14rextb.ant-tag:hover {
|
|
31688
|
+
opacity: unset;
|
|
31689
|
+
}
|
|
31690
|
+
|
|
31691
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31692
|
+
margin: 0;
|
|
31693
|
+
margin-right: 8px;
|
|
31694
|
+
display: inline-flex;
|
|
31695
|
+
align-items: center;
|
|
31696
|
+
border: none;
|
|
31697
|
+
}
|
|
31698
|
+
|
|
31699
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31700
|
+
width: 16px;
|
|
31701
|
+
height: 16px;
|
|
31702
|
+
color: inherit;
|
|
31703
|
+
margin-left: 4px;
|
|
31704
|
+
opacity: 0.6;
|
|
31705
|
+
display: inline-flex;
|
|
31706
|
+
}
|
|
31707
|
+
|
|
31708
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31709
|
+
opacity: 1;
|
|
31710
|
+
}
|
|
31711
|
+
|
|
31712
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31713
|
+
color: #0080ff;
|
|
31714
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31715
|
+
}
|
|
31716
|
+
|
|
31717
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31718
|
+
color: #f0483e;
|
|
31719
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31720
|
+
}
|
|
31721
|
+
|
|
31722
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31723
|
+
color: #e07f00;
|
|
31724
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31725
|
+
}
|
|
31726
|
+
|
|
31727
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31728
|
+
color: #008f4c;
|
|
31729
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31730
|
+
}
|
|
31731
|
+
|
|
31732
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31733
|
+
color: #1d326c;
|
|
31734
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31735
|
+
}
|
|
31736
|
+
|
|
31737
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31738
|
+
color: #7E41FF;
|
|
31739
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31740
|
+
}
|
|
31741
|
+
|
|
31742
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31743
|
+
color: #fff;
|
|
31744
|
+
}
|
|
31745
|
+
|
|
31746
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31747
|
+
background-color: #f0483e;
|
|
31748
|
+
}
|
|
31749
|
+
|
|
31750
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31751
|
+
background-color: #fea008;
|
|
31752
|
+
}
|
|
31753
|
+
|
|
31754
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31755
|
+
background-color: #00ba5d;
|
|
31756
|
+
}
|
|
31757
|
+
|
|
31758
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31759
|
+
background-color: #0080ff;
|
|
31760
|
+
}
|
|
31761
|
+
|
|
31762
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31763
|
+
background-color: #6b7d99;
|
|
31764
|
+
}
|
|
31765
|
+
|
|
31766
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31767
|
+
background-color: #7E41FF;
|
|
31582
31768
|
}
|
|
31583
31769
|
|
|
31584
31770
|
.E_iq1gosr {
|
|
@@ -32060,215 +32246,54 @@ input.E_rf8rlle.ant-input {
|
|
|
32060
32246
|
line-height: 12px;
|
|
32061
32247
|
}
|
|
32062
32248
|
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32065
|
-
height: 24px;
|
|
32066
|
-
background: rgba(172, 186, 211, 0.6);
|
|
32067
|
-
overflow: hidden;
|
|
32249
|
+
.E_tju3gfj .date {
|
|
32250
|
+
margin-right: 4px;
|
|
32068
32251
|
}
|
|
32069
32252
|
|
|
32070
|
-
.
|
|
32071
|
-
|
|
32253
|
+
.E_m196gn1d {
|
|
32254
|
+
min-width: 1280px;
|
|
32072
32255
|
}
|
|
32073
32256
|
|
|
32074
|
-
.
|
|
32075
|
-
|
|
32076
|
-
|
|
32257
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32258
|
+
display: inline-flex;
|
|
32259
|
+
align-items: center;
|
|
32260
|
+
justify-content: center;
|
|
32261
|
+
color: #fff;
|
|
32262
|
+
font-weight: bold;
|
|
32263
|
+
font-size: 12px;
|
|
32264
|
+
width: 24px;
|
|
32265
|
+
height: 24px;
|
|
32266
|
+
border-radius: 50%;
|
|
32267
|
+
background: var(--a1b5xrg3-0);
|
|
32077
32268
|
}
|
|
32078
32269
|
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32081
|
-
|
|
32270
|
+
.E_a1b5xrg3.btn-item {
|
|
32271
|
+
transition: all 160ms ease;
|
|
32272
|
+
cursor: pointer;
|
|
32273
|
+
width: 56px;
|
|
32274
|
+
height: 40px;
|
|
32275
|
+
display: inline-flex;
|
|
32276
|
+
align-items: center;
|
|
32277
|
+
justify-content: center;
|
|
32278
|
+
border-radius: 6px;
|
|
32082
32279
|
}
|
|
32083
32280
|
|
|
32084
|
-
.
|
|
32085
|
-
|
|
32086
|
-
width: 20px;
|
|
32281
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32282
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32087
32283
|
}
|
|
32088
32284
|
|
|
32089
|
-
.
|
|
32090
|
-
|
|
32091
|
-
transition
|
|
32285
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32286
|
+
transform: translateY(2px);
|
|
32287
|
+
transition: all 320ms ease;
|
|
32092
32288
|
}
|
|
32093
32289
|
|
|
32094
|
-
.
|
|
32095
|
-
|
|
32096
|
-
width: 14px;
|
|
32097
|
-
top: 1px;
|
|
32098
|
-
left: 1px;
|
|
32290
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32291
|
+
display: none;
|
|
32099
32292
|
}
|
|
32100
32293
|
|
|
32101
|
-
.
|
|
32102
|
-
|
|
32103
|
-
|
|
32104
|
-
}
|
|
32105
|
-
|
|
32106
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
32107
|
-
border-radius: 14px;
|
|
32108
|
-
}
|
|
32109
|
-
|
|
32110
|
-
.E_s1dizucg.ant-switch-checked {
|
|
32111
|
-
background-color: #00ba5d;
|
|
32112
|
-
}
|
|
32113
|
-
|
|
32114
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
32115
|
-
left: calc(100% - 20px - 2px);
|
|
32116
|
-
}
|
|
32117
|
-
|
|
32118
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
32119
|
-
left: calc(100% - 14px - 1px);
|
|
32120
|
-
}
|
|
32121
|
-
|
|
32122
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
32123
|
-
left: calc(100% - 28px - 2px);
|
|
32124
|
-
}
|
|
32125
|
-
|
|
32126
|
-
.E_c1up6e3y {
|
|
32127
|
-
margin-left: 5px;
|
|
32128
|
-
}
|
|
32129
|
-
|
|
32130
|
-
.E_s1sck0th {
|
|
32131
|
-
padding: 0 8px;
|
|
32132
|
-
border-radius: 4px;
|
|
32133
|
-
}
|
|
32134
|
-
|
|
32135
|
-
.E_m855nr1 {
|
|
32136
|
-
padding: 2px 8px;
|
|
32137
|
-
border-radius: 3px;
|
|
32138
|
-
}
|
|
32139
|
-
|
|
32140
|
-
.E_l1270xpg {
|
|
32141
|
-
padding: 3px 8px;
|
|
32142
|
-
border-radius: 2px;
|
|
32143
|
-
}
|
|
32144
|
-
|
|
32145
|
-
.E_t14rextb.ant-tag:hover {
|
|
32146
|
-
opacity: unset;
|
|
32147
|
-
}
|
|
32148
|
-
|
|
32149
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32150
|
-
margin: 0;
|
|
32151
|
-
margin-right: 8px;
|
|
32152
|
-
display: inline-flex;
|
|
32153
|
-
align-items: center;
|
|
32154
|
-
border: none;
|
|
32155
|
-
}
|
|
32156
|
-
|
|
32157
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32158
|
-
width: 16px;
|
|
32159
|
-
height: 16px;
|
|
32160
|
-
color: inherit;
|
|
32161
|
-
margin-left: 4px;
|
|
32162
|
-
opacity: 0.6;
|
|
32163
|
-
display: inline-flex;
|
|
32164
|
-
}
|
|
32165
|
-
|
|
32166
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32167
|
-
opacity: 1;
|
|
32168
|
-
}
|
|
32169
|
-
|
|
32170
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32171
|
-
color: #0080ff;
|
|
32172
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32173
|
-
}
|
|
32174
|
-
|
|
32175
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32176
|
-
color: #f0483e;
|
|
32177
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32178
|
-
}
|
|
32179
|
-
|
|
32180
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32181
|
-
color: #e07f00;
|
|
32182
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32183
|
-
}
|
|
32184
|
-
|
|
32185
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32186
|
-
color: #008f4c;
|
|
32187
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32188
|
-
}
|
|
32189
|
-
|
|
32190
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32191
|
-
color: #1d326c;
|
|
32192
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32193
|
-
}
|
|
32194
|
-
|
|
32195
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32196
|
-
color: #7E41FF;
|
|
32197
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32198
|
-
}
|
|
32199
|
-
|
|
32200
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32201
|
-
color: #fff;
|
|
32202
|
-
}
|
|
32203
|
-
|
|
32204
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32205
|
-
background-color: #f0483e;
|
|
32206
|
-
}
|
|
32207
|
-
|
|
32208
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32209
|
-
background-color: #fea008;
|
|
32210
|
-
}
|
|
32211
|
-
|
|
32212
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32213
|
-
background-color: #00ba5d;
|
|
32214
|
-
}
|
|
32215
|
-
|
|
32216
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32217
|
-
background-color: #0080ff;
|
|
32218
|
-
}
|
|
32219
|
-
|
|
32220
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32221
|
-
background-color: #6b7d99;
|
|
32222
|
-
}
|
|
32223
|
-
|
|
32224
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32225
|
-
background-color: #7E41FF;
|
|
32226
|
-
}
|
|
32227
|
-
|
|
32228
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32229
|
-
display: inline-flex;
|
|
32230
|
-
align-items: center;
|
|
32231
|
-
justify-content: center;
|
|
32232
|
-
color: #fff;
|
|
32233
|
-
font-weight: bold;
|
|
32234
|
-
font-size: 12px;
|
|
32235
|
-
width: 24px;
|
|
32236
|
-
height: 24px;
|
|
32237
|
-
border-radius: 50%;
|
|
32238
|
-
background: var(--a1b5xrg3-0);
|
|
32239
|
-
}
|
|
32240
|
-
|
|
32241
|
-
.E_a1b5xrg3.btn-item {
|
|
32242
|
-
transition: all 160ms ease;
|
|
32243
|
-
cursor: pointer;
|
|
32244
|
-
width: 56px;
|
|
32245
|
-
height: 40px;
|
|
32246
|
-
display: inline-flex;
|
|
32247
|
-
align-items: center;
|
|
32248
|
-
justify-content: center;
|
|
32249
|
-
border-radius: 6px;
|
|
32250
|
-
}
|
|
32251
|
-
|
|
32252
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32253
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32254
|
-
}
|
|
32255
|
-
|
|
32256
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32257
|
-
transform: translateY(2px);
|
|
32258
|
-
transition: all 320ms ease;
|
|
32259
|
-
}
|
|
32260
|
-
|
|
32261
|
-
.E_tju3gfj .date {
|
|
32262
|
-
margin-right: 4px;
|
|
32263
|
-
}
|
|
32264
|
-
|
|
32265
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32266
|
-
display: none;
|
|
32267
|
-
}
|
|
32268
|
-
|
|
32269
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32270
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32271
|
-
border-radius: 4px;
|
|
32294
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32295
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32296
|
+
border-radius: 4px;
|
|
32272
32297
|
}
|
|
32273
32298
|
|
|
32274
32299
|
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
@@ -32365,31 +32390,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32365
32390
|
opacity: 0;
|
|
32366
32391
|
}
|
|
32367
32392
|
|
|
32368
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32369
|
-
border: 0px;
|
|
32370
|
-
background-color: #fff;
|
|
32371
|
-
}
|
|
32372
|
-
|
|
32373
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32374
|
-
padding-top: 0px;
|
|
32375
|
-
padding-bottom: 0px;
|
|
32376
|
-
padding-left: 0px !important;
|
|
32377
|
-
padding-right: 24px;
|
|
32378
|
-
}
|
|
32379
|
-
|
|
32380
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32381
|
-
right: 0px;
|
|
32382
|
-
}
|
|
32383
|
-
|
|
32384
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32385
|
-
padding: 0px;
|
|
32386
|
-
}
|
|
32387
|
-
|
|
32388
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32389
|
-
padding-right: 0px;
|
|
32390
|
-
cursor: default;
|
|
32391
|
-
}
|
|
32392
|
-
|
|
32393
32393
|
.E_hrhfj7c {
|
|
32394
32394
|
display: none;
|
|
32395
32395
|
}
|
|
@@ -32938,6 +32938,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32938
32938
|
flex-shrink: 0;
|
|
32939
32939
|
}
|
|
32940
32940
|
|
|
32941
|
+
.E_w1dxz879 {
|
|
32942
|
+
display: flex;
|
|
32943
|
+
flex-direction: column;
|
|
32944
|
+
gap: 6px;
|
|
32945
|
+
}
|
|
32946
|
+
|
|
32947
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32948
|
+
max-height: var(--w1dxz879-0);
|
|
32949
|
+
text-overflow: clip;
|
|
32950
|
+
overflow: hidden;
|
|
32951
|
+
}
|
|
32952
|
+
|
|
32953
|
+
.E_w1dxz879 .tips {
|
|
32954
|
+
color: #fff;
|
|
32955
|
+
opacity: 0.8;
|
|
32956
|
+
}
|
|
32957
|
+
|
|
32941
32958
|
.E_h12yihis {
|
|
32942
32959
|
height: 50px;
|
|
32943
32960
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -33198,166 +33215,86 @@ input.E_rf8rlle.ant-input {
|
|
|
33198
33215
|
position: static;
|
|
33199
33216
|
}
|
|
33200
33217
|
|
|
33201
|
-
.
|
|
33202
|
-
|
|
33203
|
-
flex-direction: column;
|
|
33204
|
-
gap: 6px;
|
|
33218
|
+
.E_b14q2gmw {
|
|
33219
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33205
33220
|
}
|
|
33206
33221
|
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33209
|
-
|
|
33210
|
-
overflow: hidden;
|
|
33222
|
+
.E_c1eym6el {
|
|
33223
|
+
border-radius: 8px;
|
|
33224
|
+
background-color: white;
|
|
33211
33225
|
}
|
|
33212
33226
|
|
|
33213
|
-
.
|
|
33214
|
-
|
|
33215
|
-
opacity: 0.8;
|
|
33227
|
+
.E_c1eym6el.hoverable {
|
|
33228
|
+
cursor: pointer;
|
|
33216
33229
|
}
|
|
33217
33230
|
|
|
33218
|
-
.
|
|
33219
|
-
|
|
33220
|
-
|
|
33221
|
-
|
|
33222
|
-
|
|
33231
|
+
.E_c1eym6el.hoverable:hover {
|
|
33232
|
+
transition: all 200ms ease;
|
|
33233
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33234
|
+
transform: translateY(-4px);
|
|
33235
|
+
}
|
|
33236
|
+
|
|
33237
|
+
.E_r77hffu {
|
|
33223
33238
|
display: flex;
|
|
33224
33239
|
align-items: center;
|
|
33240
|
+
justify-content: space-between;
|
|
33241
|
+
column-gap: 6px;
|
|
33225
33242
|
}
|
|
33226
33243
|
|
|
33227
|
-
.
|
|
33228
|
-
|
|
33244
|
+
.E_p1cmxsf7 {
|
|
33245
|
+
display: flex;
|
|
33246
|
+
flex-direction: column;
|
|
33247
|
+
justify-content: center;
|
|
33248
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33229
33249
|
}
|
|
33230
33250
|
|
|
33231
|
-
.
|
|
33232
|
-
|
|
33251
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33252
|
+
font-size: 0;
|
|
33253
|
+
margin-bottom: unset;
|
|
33254
|
+
margin-inline-end: unset;
|
|
33233
33255
|
}
|
|
33234
33256
|
|
|
33235
|
-
.
|
|
33236
|
-
|
|
33257
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33258
|
+
margin-right: 2px;
|
|
33237
33259
|
}
|
|
33238
33260
|
|
|
33239
|
-
.
|
|
33240
|
-
|
|
33241
|
-
|
|
33242
|
-
|
|
33243
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33244
|
-
margin-left: 8px;
|
|
33245
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33246
|
-
}
|
|
33247
|
-
|
|
33248
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33249
|
-
color: #FFFFFF;
|
|
33250
|
-
}
|
|
33251
|
-
|
|
33252
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33253
|
-
background-color: #0080ff;
|
|
33254
|
-
}
|
|
33255
|
-
|
|
33256
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33257
|
-
background-color: #f0483e;
|
|
33258
|
-
}
|
|
33259
|
-
|
|
33260
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33261
|
-
background-color: #fea008;
|
|
33262
|
-
}
|
|
33263
|
-
|
|
33264
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33265
|
-
background-color: #00ba5d;
|
|
33266
|
-
}
|
|
33267
|
-
|
|
33268
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33269
|
-
background-color: #6b7d99;
|
|
33270
|
-
}
|
|
33271
|
-
|
|
33272
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33273
|
-
background-color: #7E41FF;
|
|
33274
|
-
}
|
|
33275
|
-
|
|
33276
|
-
.E_s1qj66nc {
|
|
33277
|
-
width: 8px;
|
|
33278
|
-
height: 8px;
|
|
33279
|
-
border-radius: 50%;
|
|
33280
|
-
display: inline-block;
|
|
33281
|
-
}
|
|
33282
|
-
|
|
33283
|
-
.E_s5x1boq {
|
|
33284
|
-
width: 8px;
|
|
33285
|
-
height: 8px;
|
|
33286
|
-
border-radius: 2px;
|
|
33287
|
-
display: inline-block;
|
|
33288
|
-
}
|
|
33289
|
-
|
|
33290
|
-
.E_c1xm185 {
|
|
33291
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33292
|
-
}
|
|
33293
|
-
|
|
33294
|
-
.E_c1x5l5qc {
|
|
33295
|
-
flex: 1;
|
|
33296
|
-
}
|
|
33297
|
-
|
|
33298
|
-
button.E_l48ei06.ant-btn,
|
|
33299
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33300
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33301
|
-
font-size: 12px;
|
|
33302
|
-
line-height: 18px;
|
|
33303
|
-
height: 18px;
|
|
33304
|
-
}
|
|
33305
|
-
|
|
33306
|
-
button.E_l48ei06 {
|
|
33307
|
-
color: #0080FF;
|
|
33308
|
-
height: unset;
|
|
33309
|
-
}
|
|
33310
|
-
|
|
33311
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33312
|
-
margin-right: 4px;
|
|
33313
|
-
}
|
|
33314
|
-
|
|
33315
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33316
|
-
margin-left: 4px;
|
|
33317
|
-
}
|
|
33318
|
-
|
|
33319
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33320
|
-
color: #009DFF;
|
|
33321
|
-
}
|
|
33322
|
-
|
|
33323
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33324
|
-
color: #005ED1;
|
|
33325
|
-
}
|
|
33326
|
-
|
|
33327
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33328
|
-
color: #0080FF;
|
|
33261
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33262
|
+
padding-left: 8px;
|
|
33263
|
+
padding-right: 8px;
|
|
33329
33264
|
}
|
|
33330
33265
|
|
|
33331
|
-
|
|
33332
|
-
|
|
33266
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33267
|
+
border-radius: 4px;
|
|
33333
33268
|
}
|
|
33334
33269
|
|
|
33335
|
-
|
|
33336
|
-
|
|
33270
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33271
|
+
border-radius: 4px;
|
|
33337
33272
|
}
|
|
33338
33273
|
|
|
33339
|
-
|
|
33340
|
-
|
|
33274
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33275
|
+
padding-left: 12px;
|
|
33276
|
+
padding-right: 12px;
|
|
33341
33277
|
}
|
|
33342
33278
|
|
|
33343
|
-
|
|
33344
|
-
color:
|
|
33279
|
+
.E_ckld275 {
|
|
33280
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33345
33281
|
}
|
|
33346
33282
|
|
|
33347
|
-
|
|
33348
|
-
color: rgba(
|
|
33283
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33284
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33285
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33349
33286
|
}
|
|
33350
33287
|
|
|
33351
|
-
|
|
33352
|
-
color:
|
|
33288
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33289
|
+
background-color: transparent;
|
|
33353
33290
|
}
|
|
33354
33291
|
|
|
33355
|
-
|
|
33356
|
-
color:
|
|
33292
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33293
|
+
background-color: transparent;
|
|
33357
33294
|
}
|
|
33358
33295
|
|
|
33359
|
-
|
|
33360
|
-
|
|
33296
|
+
.E_c1yd35n {
|
|
33297
|
+
padding: 0 12px 14px 12px;
|
|
33361
33298
|
}
|
|
33362
33299
|
|
|
33363
33300
|
.E_ckui4s7 {
|
|
@@ -33487,363 +33424,149 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33487
33424
|
margin-right: 2px;
|
|
33488
33425
|
}
|
|
33489
33426
|
|
|
33490
|
-
.
|
|
33491
|
-
|
|
33427
|
+
button.E_l48ei06.ant-btn,
|
|
33428
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33429
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33430
|
+
font-size: 12px;
|
|
33431
|
+
line-height: 18px;
|
|
33432
|
+
height: 18px;
|
|
33492
33433
|
}
|
|
33493
33434
|
|
|
33494
|
-
.
|
|
33495
|
-
|
|
33435
|
+
button.E_l48ei06 {
|
|
33436
|
+
color: #0080FF;
|
|
33437
|
+
height: unset;
|
|
33496
33438
|
}
|
|
33497
33439
|
|
|
33498
|
-
.
|
|
33499
|
-
|
|
33500
|
-
background-color: white;
|
|
33440
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33441
|
+
margin-right: 4px;
|
|
33501
33442
|
}
|
|
33502
33443
|
|
|
33503
|
-
.
|
|
33504
|
-
|
|
33444
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33445
|
+
margin-left: 4px;
|
|
33505
33446
|
}
|
|
33506
33447
|
|
|
33507
|
-
.
|
|
33508
|
-
|
|
33509
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33510
|
-
transform: translateY(-4px);
|
|
33448
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33449
|
+
color: #009DFF;
|
|
33511
33450
|
}
|
|
33512
33451
|
|
|
33513
|
-
.
|
|
33514
|
-
|
|
33515
|
-
align-items: center;
|
|
33516
|
-
justify-content: space-between;
|
|
33517
|
-
column-gap: 6px;
|
|
33452
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33453
|
+
color: #005ED1;
|
|
33518
33454
|
}
|
|
33519
33455
|
|
|
33520
|
-
.
|
|
33521
|
-
|
|
33522
|
-
flex-direction: column;
|
|
33523
|
-
justify-content: center;
|
|
33524
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33456
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33457
|
+
color: #0080FF;
|
|
33525
33458
|
}
|
|
33526
33459
|
|
|
33527
|
-
.
|
|
33528
|
-
|
|
33529
|
-
margin-bottom: unset;
|
|
33530
|
-
margin-inline-end: unset;
|
|
33460
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33461
|
+
color: #00122E;
|
|
33531
33462
|
}
|
|
33532
33463
|
|
|
33533
|
-
.
|
|
33534
|
-
|
|
33464
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33465
|
+
color: #0080FF;
|
|
33535
33466
|
}
|
|
33536
33467
|
|
|
33537
|
-
.
|
|
33538
|
-
|
|
33539
|
-
padding-right: 8px;
|
|
33468
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33469
|
+
color: #005ED1;
|
|
33540
33470
|
}
|
|
33541
33471
|
|
|
33542
|
-
.
|
|
33543
|
-
|
|
33472
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33473
|
+
color: #00122E;
|
|
33544
33474
|
}
|
|
33545
33475
|
|
|
33546
|
-
.
|
|
33547
|
-
|
|
33476
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33477
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33548
33478
|
}
|
|
33549
33479
|
|
|
33550
|
-
.
|
|
33551
|
-
|
|
33552
|
-
padding-right: 12px;
|
|
33480
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33481
|
+
color: #0080FF;
|
|
33553
33482
|
}
|
|
33554
33483
|
|
|
33555
|
-
.
|
|
33556
|
-
|
|
33484
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33485
|
+
color: #005ED1;
|
|
33557
33486
|
}
|
|
33558
33487
|
|
|
33559
|
-
.
|
|
33560
|
-
|
|
33561
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33488
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33489
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33562
33490
|
}
|
|
33563
33491
|
|
|
33564
|
-
.
|
|
33565
|
-
|
|
33492
|
+
.E_l1ucdodl {
|
|
33493
|
+
margin: 0;
|
|
33494
|
+
border-radius: 20px;
|
|
33495
|
+
padding: 2px 10px;
|
|
33496
|
+
height: 22px;
|
|
33497
|
+
display: flex;
|
|
33498
|
+
align-items: center;
|
|
33566
33499
|
}
|
|
33567
33500
|
|
|
33568
|
-
.
|
|
33569
|
-
|
|
33501
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33502
|
+
color: #FFFFFF;
|
|
33570
33503
|
}
|
|
33571
33504
|
|
|
33572
|
-
.
|
|
33573
|
-
|
|
33574
|
-
height: 64px;
|
|
33575
|
-
display: flex;
|
|
33576
|
-
align-items: center;
|
|
33577
|
-
justify-content: center;
|
|
33578
|
-
position: relative;
|
|
33579
|
-
opacity: 0.2;
|
|
33505
|
+
.E_l1ucdodl.tag-hover {
|
|
33506
|
+
cursor: pointer;
|
|
33580
33507
|
}
|
|
33581
33508
|
|
|
33582
|
-
.
|
|
33583
|
-
|
|
33584
|
-
width: 5px;
|
|
33585
|
-
height: 48px;
|
|
33586
|
-
left: 9.33px;
|
|
33587
|
-
top: 40.5px;
|
|
33588
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33589
|
-
border-radius: 5px;
|
|
33590
|
-
transform: rotate(-128deg);
|
|
33591
|
-
transform-origin: top left;
|
|
33592
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33509
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33510
|
+
color: #00122e;
|
|
33593
33511
|
}
|
|
33594
33512
|
|
|
33595
|
-
.
|
|
33596
|
-
|
|
33597
|
-
width: 5px;
|
|
33598
|
-
height: 48px;
|
|
33599
|
-
left: 40.8px;
|
|
33600
|
-
top: 8.4px;
|
|
33601
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33602
|
-
border-radius: 5px;
|
|
33603
|
-
transform: rotate(-8deg);
|
|
33604
|
-
transform-origin: top left;
|
|
33605
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33513
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33514
|
+
margin-right: 6px;
|
|
33606
33515
|
}
|
|
33607
33516
|
|
|
33608
|
-
.
|
|
33609
|
-
position: absolute;
|
|
33610
|
-
width: 5px;
|
|
33611
|
-
height: 48px;
|
|
33612
|
-
left: 52.9px;
|
|
33613
|
-
top: 51.8px;
|
|
33614
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33615
|
-
border-radius: 5px;
|
|
33616
|
-
transform: rotate(112deg);
|
|
33617
|
-
transform-origin: top left;
|
|
33618
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33619
|
-
}
|
|
33620
|
-
|
|
33621
|
-
.E_m11nzl2x {
|
|
33622
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33623
|
-
text-align: center;
|
|
33624
|
-
display: flex;
|
|
33625
|
-
align-items: center;
|
|
33626
|
-
justify-content: center;
|
|
33627
|
-
flex-direction: column;
|
|
33628
|
-
height: 100%;
|
|
33629
|
-
}
|
|
33630
|
-
|
|
33631
|
-
.E_m11nzl2x .link {
|
|
33632
|
-
color: #0080ff;
|
|
33633
|
-
cursor: pointer;
|
|
33634
|
-
}
|
|
33635
|
-
|
|
33636
|
-
.E_mn7joto {
|
|
33637
|
-
width: 100%;
|
|
33638
|
-
height: 100%;
|
|
33639
|
-
display: flex;
|
|
33640
|
-
flex-direction: column;
|
|
33641
|
-
}
|
|
33642
|
-
|
|
33643
|
-
.E_mn7joto .name-toolbar {
|
|
33644
|
-
width: 100%;
|
|
33645
|
-
display: flex;
|
|
33646
|
-
line-height: 30px;
|
|
33647
|
-
justify-content: space-between;
|
|
33648
|
-
}
|
|
33649
|
-
|
|
33650
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33651
|
-
display: flex;
|
|
33652
|
-
font-size: 12px;
|
|
33653
|
-
align-items: center;
|
|
33654
|
-
}
|
|
33655
|
-
|
|
33656
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33657
|
-
color: #a3b4cc;
|
|
33658
|
-
}
|
|
33659
|
-
|
|
33660
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33661
|
-
margin-left: 10px;
|
|
33662
|
-
}
|
|
33663
|
-
|
|
33664
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33665
|
-
margin-left: 10px;
|
|
33666
|
-
cursor: pointer;
|
|
33667
|
-
}
|
|
33668
|
-
|
|
33669
|
-
.E_mn7joto .content {
|
|
33670
|
-
flex: 1;
|
|
33671
|
-
width: 100%;
|
|
33672
|
-
display: flex;
|
|
33673
|
-
justify-content: center;
|
|
33674
|
-
align-items: center;
|
|
33675
|
-
}
|
|
33676
|
-
|
|
33677
|
-
.E_mn7joto .single-content {
|
|
33678
|
-
height: 65px;
|
|
33679
|
-
}
|
|
33680
|
-
|
|
33681
|
-
.E_l1bifhon {
|
|
33682
|
-
display: flex;
|
|
33683
|
-
align-items: center;
|
|
33684
|
-
white-space: nowrap;
|
|
33685
|
-
overflow: hidden;
|
|
33686
|
-
width: 100%;
|
|
33687
|
-
}
|
|
33688
|
-
|
|
33689
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
33690
|
-
font-size: 12px;
|
|
33691
|
-
margin-left: 8px;
|
|
33692
|
-
}
|
|
33693
|
-
|
|
33694
|
-
.E_ltthzck {
|
|
33695
|
-
display: flex;
|
|
33696
|
-
justify-content: flex-start;
|
|
33697
|
-
align-items: center;
|
|
33698
|
-
font-size: 12px;
|
|
33699
|
-
cursor: pointer;
|
|
33700
|
-
}
|
|
33701
|
-
|
|
33702
|
-
.E_ltthzck:not(:first-child) {
|
|
33517
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33703
33518
|
margin-left: 8px;
|
|
33519
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33704
33520
|
}
|
|
33705
33521
|
|
|
33706
|
-
.
|
|
33707
|
-
|
|
33522
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33523
|
+
color: #FFFFFF;
|
|
33708
33524
|
}
|
|
33709
33525
|
|
|
33710
|
-
.
|
|
33711
|
-
background: #
|
|
33712
|
-
border-radius: 2px;
|
|
33526
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33527
|
+
background-color: #0080ff;
|
|
33713
33528
|
}
|
|
33714
33529
|
|
|
33715
|
-
.
|
|
33716
|
-
|
|
33530
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33531
|
+
background-color: #f0483e;
|
|
33717
33532
|
}
|
|
33718
33533
|
|
|
33719
|
-
.
|
|
33720
|
-
|
|
33534
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33535
|
+
background-color: #fea008;
|
|
33721
33536
|
}
|
|
33722
33537
|
|
|
33723
|
-
.
|
|
33724
|
-
|
|
33725
|
-
justify-content: flex-start;
|
|
33726
|
-
align-items: center;
|
|
33727
|
-
font-size: 12px;
|
|
33728
|
-
cursor: pointer;
|
|
33538
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33539
|
+
background-color: #00ba5d;
|
|
33729
33540
|
}
|
|
33730
33541
|
|
|
33731
|
-
.
|
|
33732
|
-
|
|
33542
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33543
|
+
background-color: #6b7d99;
|
|
33733
33544
|
}
|
|
33734
33545
|
|
|
33735
|
-
.
|
|
33736
|
-
background: #
|
|
33737
|
-
border-radius: 2px;
|
|
33546
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33547
|
+
background-color: #7E41FF;
|
|
33738
33548
|
}
|
|
33739
33549
|
|
|
33740
|
-
.
|
|
33741
|
-
|
|
33550
|
+
.E_s1qj66nc {
|
|
33551
|
+
width: 8px;
|
|
33552
|
+
height: 8px;
|
|
33553
|
+
border-radius: 50%;
|
|
33554
|
+
display: inline-block;
|
|
33742
33555
|
}
|
|
33743
33556
|
|
|
33744
|
-
.
|
|
33745
|
-
display: inline-block;
|
|
33746
|
-
height: 8px;
|
|
33557
|
+
.E_s5x1boq {
|
|
33747
33558
|
width: 8px;
|
|
33748
|
-
|
|
33559
|
+
height: 8px;
|
|
33749
33560
|
border-radius: 2px;
|
|
33561
|
+
display: inline-block;
|
|
33750
33562
|
}
|
|
33751
33563
|
|
|
33752
|
-
.
|
|
33753
|
-
|
|
33754
|
-
align-items: center;
|
|
33755
|
-
font-size: 12px;
|
|
33756
|
-
margin: 0;
|
|
33757
|
-
}
|
|
33758
|
-
|
|
33759
|
-
.E_lqeaosa {
|
|
33760
|
-
position: relative;
|
|
33761
|
-
}
|
|
33762
|
-
|
|
33763
|
-
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33764
|
-
bottom: -12px;
|
|
33765
|
-
}
|
|
33766
|
-
|
|
33767
|
-
.E_lqeaosa .metric-toolbar {
|
|
33768
|
-
display: flex;
|
|
33769
|
-
justify-content: space-between;
|
|
33770
|
-
line-height: 30px;
|
|
33771
|
-
}
|
|
33772
|
-
|
|
33773
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33774
|
-
display: flex;
|
|
33775
|
-
flex-shrink: 0;
|
|
33776
|
-
font-size: 12px;
|
|
33777
|
-
align-items: center;
|
|
33778
|
-
}
|
|
33779
|
-
|
|
33780
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33781
|
-
color: #a3b4cc;
|
|
33782
|
-
}
|
|
33783
|
-
|
|
33784
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33785
|
-
margin-left: 10px;
|
|
33786
|
-
}
|
|
33787
|
-
|
|
33788
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33789
|
-
margin-left: 10px;
|
|
33790
|
-
cursor: pointer;
|
|
33791
|
-
}
|
|
33792
|
-
|
|
33793
|
-
.E_lqeaosa .recharts-xAxis {
|
|
33794
|
-
font-size: 12px;
|
|
33795
|
-
}
|
|
33796
|
-
|
|
33797
|
-
.E_lqeaosa .pointer-wrapper {
|
|
33798
|
-
position: absolute;
|
|
33799
|
-
bottom: 10px;
|
|
33800
|
-
padding: 0 8px;
|
|
33801
|
-
font-size: 12px;
|
|
33802
|
-
color: #fff;
|
|
33803
|
-
transform: translateX(-50%);
|
|
33804
|
-
}
|
|
33805
|
-
|
|
33806
|
-
.E_t2pr38p {
|
|
33807
|
-
min-width: 200px;
|
|
33808
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
33809
|
-
border-radius: 4px;
|
|
33810
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33811
|
-
padding: 8px;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_tecdsj7 {
|
|
33815
|
-
display: flex;
|
|
33816
|
-
align-items: center;
|
|
33817
|
-
background-color: unset;
|
|
33818
|
-
color: #FFFFFF;
|
|
33819
|
-
justify-content: space-between;
|
|
33820
|
-
font-size: 12px;
|
|
33821
|
-
padding-top: 6px;
|
|
33822
|
-
}
|
|
33823
|
-
|
|
33824
|
-
.E_tecdsj7:first-child {
|
|
33825
|
-
padding-top: 3px;
|
|
33826
|
-
}
|
|
33827
|
-
|
|
33828
|
-
.E_tecdsj7:last-child {
|
|
33829
|
-
padding-bottom: 3px;
|
|
33830
|
-
}
|
|
33831
|
-
|
|
33832
|
-
.E_tecdsj7 .column-value {
|
|
33833
|
-
color: #FFFFFF;
|
|
33834
|
-
margin-left: 8px;
|
|
33835
|
-
}
|
|
33836
|
-
|
|
33837
|
-
.E_ljhvvia {
|
|
33838
|
-
display: inline-block;
|
|
33839
|
-
height: 8px;
|
|
33840
|
-
width: 8px;
|
|
33841
|
-
margin-right: 8px;
|
|
33842
|
-
border-radius: 2px;
|
|
33564
|
+
.E_c1xm185 {
|
|
33565
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33843
33566
|
}
|
|
33844
33567
|
|
|
33845
|
-
.
|
|
33846
|
-
|
|
33568
|
+
.E_c1x5l5qc {
|
|
33569
|
+
flex: 1;
|
|
33847
33570
|
}
|
|
33848
33571
|
|
|
33849
33572
|
.E_sddwhm6 {
|
|
@@ -33941,42 +33664,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33941
33664
|
display: inline-block;
|
|
33942
33665
|
}
|
|
33943
33666
|
|
|
33944
|
-
.
|
|
33945
|
-
|
|
33946
|
-
flex: 1;
|
|
33667
|
+
.E_tc97u5y {
|
|
33668
|
+
height: 100%;
|
|
33947
33669
|
}
|
|
33948
33670
|
|
|
33949
|
-
.
|
|
33950
|
-
|
|
33671
|
+
.E_efzf37v .ant-table-content,
|
|
33672
|
+
.E_efzf37v .ant-table-body {
|
|
33673
|
+
overflow: visible !important;
|
|
33674
|
+
height: 100%;
|
|
33951
33675
|
}
|
|
33952
33676
|
|
|
33953
|
-
.
|
|
33954
|
-
|
|
33955
|
-
max-width: fit-content;
|
|
33956
|
-
}
|
|
33957
|
-
|
|
33958
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33959
|
-
flex: 1;
|
|
33960
|
-
max-width: fit-content;
|
|
33961
|
-
}
|
|
33962
|
-
|
|
33963
|
-
.E_a1ji6r68 {
|
|
33964
|
-
display: flex;
|
|
33965
|
-
align-items: center;
|
|
33966
|
-
column-gap: var(--a1ji6r68-0);
|
|
33967
|
-
}
|
|
33968
|
-
|
|
33969
|
-
.E_tc97u5y {
|
|
33970
|
-
height: 100%;
|
|
33971
|
-
}
|
|
33972
|
-
|
|
33973
|
-
.E_efzf37v .ant-table-content {
|
|
33974
|
-
overflow: visible !important;
|
|
33975
|
-
height: 100%;
|
|
33976
|
-
}
|
|
33977
|
-
|
|
33978
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33979
|
-
height: 100%;
|
|
33677
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33678
|
+
height: 100%;
|
|
33980
33679
|
}
|
|
33981
33680
|
|
|
33982
33681
|
.E_efzf37v table {
|
|
@@ -34417,7 +34116,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34417
34116
|
background: #fff;
|
|
34418
34117
|
}
|
|
34419
34118
|
|
|
34420
|
-
.
|
|
34119
|
+
.E_m11nzl2x {
|
|
34421
34120
|
color: rgba(44, 56, 82, 0.6);
|
|
34422
34121
|
text-align: center;
|
|
34423
34122
|
display: flex;
|
|
@@ -34427,46 +34126,45 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34427
34126
|
height: 100%;
|
|
34428
34127
|
}
|
|
34429
34128
|
|
|
34430
|
-
.
|
|
34129
|
+
.E_m11nzl2x .link {
|
|
34431
34130
|
color: #0080ff;
|
|
34432
34131
|
cursor: pointer;
|
|
34433
34132
|
}
|
|
34434
34133
|
|
|
34435
|
-
.
|
|
34134
|
+
.E_mn7joto {
|
|
34436
34135
|
width: 100%;
|
|
34437
34136
|
height: 100%;
|
|
34438
34137
|
display: flex;
|
|
34439
34138
|
flex-direction: column;
|
|
34440
34139
|
}
|
|
34441
34140
|
|
|
34442
|
-
.
|
|
34141
|
+
.E_mn7joto .name-toolbar {
|
|
34443
34142
|
width: 100%;
|
|
34444
34143
|
display: flex;
|
|
34445
34144
|
line-height: 30px;
|
|
34446
|
-
padding: 0 16px;
|
|
34447
34145
|
justify-content: space-between;
|
|
34448
34146
|
}
|
|
34449
34147
|
|
|
34450
|
-
.
|
|
34148
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34451
34149
|
display: flex;
|
|
34452
34150
|
font-size: 12px;
|
|
34453
34151
|
align-items: center;
|
|
34454
34152
|
}
|
|
34455
34153
|
|
|
34456
|
-
.
|
|
34154
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34457
34155
|
color: #a3b4cc;
|
|
34458
34156
|
}
|
|
34459
34157
|
|
|
34460
|
-
.
|
|
34158
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34461
34159
|
margin-left: 10px;
|
|
34462
34160
|
}
|
|
34463
34161
|
|
|
34464
|
-
.
|
|
34162
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34465
34163
|
margin-left: 10px;
|
|
34466
34164
|
cursor: pointer;
|
|
34467
34165
|
}
|
|
34468
34166
|
|
|
34469
|
-
.
|
|
34167
|
+
.E_mn7joto .content {
|
|
34470
34168
|
flex: 1;
|
|
34471
34169
|
width: 100%;
|
|
34472
34170
|
display: flex;
|
|
@@ -34474,11 +34172,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34474
34172
|
align-items: center;
|
|
34475
34173
|
}
|
|
34476
34174
|
|
|
34477
|
-
.
|
|
34175
|
+
.E_mn7joto .single-content {
|
|
34478
34176
|
height: 65px;
|
|
34479
34177
|
}
|
|
34480
34178
|
|
|
34481
|
-
.
|
|
34179
|
+
.E_l1bifhon {
|
|
34482
34180
|
display: flex;
|
|
34483
34181
|
align-items: center;
|
|
34484
34182
|
white-space: nowrap;
|
|
@@ -34486,12 +34184,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34486
34184
|
width: 100%;
|
|
34487
34185
|
}
|
|
34488
34186
|
|
|
34489
|
-
.
|
|
34490
|
-
margin-left: auto;
|
|
34187
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
34491
34188
|
font-size: 12px;
|
|
34189
|
+
margin-left: 8px;
|
|
34492
34190
|
}
|
|
34493
34191
|
|
|
34494
|
-
.
|
|
34192
|
+
.E_ltthzck {
|
|
34495
34193
|
display: flex;
|
|
34496
34194
|
justify-content: flex-start;
|
|
34497
34195
|
align-items: center;
|
|
@@ -34499,171 +34197,464 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34499
34197
|
cursor: pointer;
|
|
34500
34198
|
}
|
|
34501
34199
|
|
|
34502
|
-
.
|
|
34503
|
-
margin-
|
|
34200
|
+
.E_ltthzck:not(:first-child) {
|
|
34201
|
+
margin-left: 8px;
|
|
34504
34202
|
}
|
|
34505
34203
|
|
|
34506
|
-
.
|
|
34507
|
-
opacity: 0.
|
|
34204
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34205
|
+
opacity: 0.3;
|
|
34508
34206
|
}
|
|
34509
34207
|
|
|
34510
|
-
.
|
|
34208
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34511
34209
|
background: #b4beca !important;
|
|
34210
|
+
border-radius: 2px;
|
|
34512
34211
|
}
|
|
34513
34212
|
|
|
34514
|
-
.
|
|
34213
|
+
.E_ltthzck.hoverering-self {
|
|
34214
|
+
opacity: 1;
|
|
34215
|
+
}
|
|
34216
|
+
|
|
34217
|
+
.E_ltthzck .dropdown-trigger {
|
|
34218
|
+
margin-left: 12px;
|
|
34219
|
+
}
|
|
34220
|
+
|
|
34221
|
+
.E_l1mumj7o {
|
|
34222
|
+
display: flex;
|
|
34223
|
+
justify-content: flex-start;
|
|
34224
|
+
align-items: center;
|
|
34225
|
+
font-size: 12px;
|
|
34226
|
+
cursor: pointer;
|
|
34227
|
+
}
|
|
34228
|
+
|
|
34229
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34230
|
+
opacity: 0.3;
|
|
34231
|
+
}
|
|
34232
|
+
|
|
34233
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34234
|
+
background: #b4beca !important;
|
|
34235
|
+
border-radius: 2px;
|
|
34236
|
+
}
|
|
34237
|
+
|
|
34238
|
+
.E_l1mumj7o.hoverering-self {
|
|
34239
|
+
opacity: 1;
|
|
34240
|
+
}
|
|
34241
|
+
|
|
34242
|
+
.E_c14rn6j5 {
|
|
34515
34243
|
display: inline-block;
|
|
34516
34244
|
height: 8px;
|
|
34517
34245
|
width: 8px;
|
|
34518
|
-
margin-right:
|
|
34246
|
+
margin-right: 6px;
|
|
34247
|
+
border-radius: 2px;
|
|
34519
34248
|
}
|
|
34520
34249
|
|
|
34521
|
-
.
|
|
34250
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34522
34251
|
display: flex;
|
|
34523
34252
|
align-items: center;
|
|
34524
34253
|
font-size: 12px;
|
|
34525
34254
|
margin: 0;
|
|
34526
34255
|
}
|
|
34527
34256
|
|
|
34528
|
-
.
|
|
34257
|
+
.E_lqeaosa {
|
|
34529
34258
|
position: relative;
|
|
34530
34259
|
}
|
|
34531
34260
|
|
|
34532
|
-
.
|
|
34261
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34533
34262
|
bottom: -12px;
|
|
34534
34263
|
}
|
|
34535
34264
|
|
|
34536
|
-
.
|
|
34265
|
+
.E_lqeaosa .metric-toolbar {
|
|
34537
34266
|
display: flex;
|
|
34538
34267
|
justify-content: space-between;
|
|
34539
34268
|
line-height: 30px;
|
|
34540
|
-
margin: 0 16px;
|
|
34541
34269
|
}
|
|
34542
34270
|
|
|
34543
|
-
.
|
|
34271
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34544
34272
|
display: flex;
|
|
34273
|
+
flex-shrink: 0;
|
|
34545
34274
|
font-size: 12px;
|
|
34546
34275
|
align-items: center;
|
|
34547
34276
|
}
|
|
34548
34277
|
|
|
34549
|
-
.
|
|
34278
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34550
34279
|
color: #a3b4cc;
|
|
34551
34280
|
}
|
|
34552
34281
|
|
|
34553
|
-
.
|
|
34282
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34554
34283
|
margin-left: 10px;
|
|
34555
34284
|
}
|
|
34556
34285
|
|
|
34557
|
-
.
|
|
34286
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34558
34287
|
margin-left: 10px;
|
|
34559
34288
|
cursor: pointer;
|
|
34560
34289
|
}
|
|
34561
34290
|
|
|
34562
|
-
.
|
|
34291
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34563
34292
|
font-size: 12px;
|
|
34564
34293
|
}
|
|
34565
34294
|
|
|
34566
|
-
.
|
|
34295
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34567
34296
|
position: absolute;
|
|
34568
34297
|
bottom: 10px;
|
|
34569
34298
|
padding: 0 8px;
|
|
34570
|
-
border-radius: 4px;
|
|
34571
34299
|
font-size: 12px;
|
|
34572
34300
|
color: #fff;
|
|
34573
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34574
34301
|
transform: translateX(-50%);
|
|
34575
34302
|
}
|
|
34576
34303
|
|
|
34577
|
-
.
|
|
34304
|
+
.E_t2pr38p {
|
|
34578
34305
|
min-width: 200px;
|
|
34306
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34307
|
+
border-radius: 4px;
|
|
34308
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34309
|
+
padding: 8px;
|
|
34579
34310
|
}
|
|
34580
34311
|
|
|
34581
|
-
.
|
|
34312
|
+
.E_tecdsj7 {
|
|
34582
34313
|
display: flex;
|
|
34583
34314
|
align-items: center;
|
|
34315
|
+
background-color: unset;
|
|
34316
|
+
color: #FFFFFF;
|
|
34584
34317
|
justify-content: space-between;
|
|
34585
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34586
|
-
color: #b4beca;
|
|
34587
34318
|
font-size: 12px;
|
|
34588
|
-
padding:
|
|
34319
|
+
padding-top: 6px;
|
|
34589
34320
|
}
|
|
34590
34321
|
|
|
34591
|
-
.
|
|
34322
|
+
.E_tecdsj7:first-child {
|
|
34592
34323
|
padding-top: 3px;
|
|
34593
34324
|
}
|
|
34594
34325
|
|
|
34595
|
-
.
|
|
34326
|
+
.E_tecdsj7:last-child {
|
|
34596
34327
|
padding-bottom: 3px;
|
|
34597
34328
|
}
|
|
34598
34329
|
|
|
34599
|
-
.
|
|
34600
|
-
color: #
|
|
34330
|
+
.E_tecdsj7 .column-value {
|
|
34331
|
+
color: #FFFFFF;
|
|
34601
34332
|
margin-left: 8px;
|
|
34602
34333
|
}
|
|
34603
34334
|
|
|
34604
|
-
.
|
|
34605
|
-
|
|
34606
|
-
|
|
34607
|
-
|
|
34608
|
-
|
|
34609
|
-
border-radius:
|
|
34610
|
-
padding-right: 4px;
|
|
34611
|
-
margin-right: 4px;
|
|
34335
|
+
.E_ljhvvia {
|
|
34336
|
+
display: inline-block;
|
|
34337
|
+
height: 8px;
|
|
34338
|
+
width: 8px;
|
|
34339
|
+
margin-right: 8px;
|
|
34340
|
+
border-radius: 2px;
|
|
34612
34341
|
}
|
|
34613
34342
|
|
|
34614
|
-
.
|
|
34615
|
-
|
|
34343
|
+
.E_ljhvvia.borderd {
|
|
34344
|
+
border: 1px solid #fff;
|
|
34616
34345
|
}
|
|
34617
34346
|
|
|
34618
|
-
.
|
|
34619
|
-
|
|
34347
|
+
.E_lht19u8 {
|
|
34348
|
+
width: 64px;
|
|
34349
|
+
height: 64px;
|
|
34350
|
+
display: flex;
|
|
34351
|
+
align-items: center;
|
|
34352
|
+
justify-content: center;
|
|
34353
|
+
position: relative;
|
|
34354
|
+
opacity: 0.2;
|
|
34620
34355
|
}
|
|
34621
34356
|
|
|
34622
|
-
.
|
|
34623
|
-
|
|
34357
|
+
.E_lk3gkp4 {
|
|
34358
|
+
position: absolute;
|
|
34359
|
+
width: 5px;
|
|
34360
|
+
height: 48px;
|
|
34361
|
+
left: 9.33px;
|
|
34362
|
+
top: 40.5px;
|
|
34363
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34364
|
+
border-radius: 5px;
|
|
34365
|
+
transform: rotate(-128deg);
|
|
34366
|
+
transform-origin: top left;
|
|
34367
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34624
34368
|
}
|
|
34625
34369
|
|
|
34626
|
-
.
|
|
34627
|
-
|
|
34370
|
+
.E_ll4n94n {
|
|
34371
|
+
position: absolute;
|
|
34372
|
+
width: 5px;
|
|
34373
|
+
height: 48px;
|
|
34374
|
+
left: 40.8px;
|
|
34375
|
+
top: 8.4px;
|
|
34376
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34377
|
+
border-radius: 5px;
|
|
34378
|
+
transform: rotate(-8deg);
|
|
34379
|
+
transform-origin: top left;
|
|
34380
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34628
34381
|
}
|
|
34629
34382
|
|
|
34630
|
-
.
|
|
34631
|
-
|
|
34632
|
-
|
|
34383
|
+
.E_l17lbdo6 {
|
|
34384
|
+
position: absolute;
|
|
34385
|
+
width: 5px;
|
|
34386
|
+
height: 48px;
|
|
34387
|
+
left: 52.9px;
|
|
34388
|
+
top: 51.8px;
|
|
34389
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34390
|
+
border-radius: 5px;
|
|
34391
|
+
transform: rotate(112deg);
|
|
34392
|
+
transform-origin: top left;
|
|
34393
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34633
34394
|
}
|
|
34634
34395
|
|
|
34635
|
-
.
|
|
34396
|
+
.E_msn7nxt {
|
|
34636
34397
|
color: rgba(44, 56, 82, 0.6);
|
|
34398
|
+
text-align: center;
|
|
34399
|
+
display: flex;
|
|
34400
|
+
align-items: center;
|
|
34401
|
+
justify-content: center;
|
|
34402
|
+
flex-direction: column;
|
|
34403
|
+
height: 100%;
|
|
34637
34404
|
}
|
|
34638
34405
|
|
|
34639
|
-
.
|
|
34640
|
-
color: #
|
|
34406
|
+
.E_msn7nxt .link {
|
|
34407
|
+
color: #0080ff;
|
|
34408
|
+
cursor: pointer;
|
|
34641
34409
|
}
|
|
34642
34410
|
|
|
34643
|
-
.
|
|
34644
|
-
|
|
34411
|
+
.E_mp64wfi {
|
|
34412
|
+
width: 100%;
|
|
34413
|
+
height: 100%;
|
|
34414
|
+
display: flex;
|
|
34415
|
+
flex-direction: column;
|
|
34645
34416
|
}
|
|
34646
34417
|
|
|
34647
|
-
.
|
|
34648
|
-
|
|
34649
|
-
|
|
34650
|
-
|
|
34418
|
+
.E_mp64wfi .name-toolbar {
|
|
34419
|
+
width: 100%;
|
|
34420
|
+
display: flex;
|
|
34421
|
+
line-height: 30px;
|
|
34422
|
+
padding: 0 16px;
|
|
34423
|
+
justify-content: space-between;
|
|
34651
34424
|
}
|
|
34652
34425
|
|
|
34653
|
-
.
|
|
34654
|
-
|
|
34426
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34427
|
+
display: flex;
|
|
34428
|
+
font-size: 12px;
|
|
34429
|
+
align-items: center;
|
|
34655
34430
|
}
|
|
34656
34431
|
|
|
34657
|
-
.
|
|
34658
|
-
|
|
34432
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34433
|
+
color: #a3b4cc;
|
|
34659
34434
|
}
|
|
34660
34435
|
|
|
34661
|
-
.
|
|
34662
|
-
|
|
34663
|
-
justify-content: stretch;
|
|
34436
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34437
|
+
margin-left: 10px;
|
|
34664
34438
|
}
|
|
34665
34439
|
|
|
34666
|
-
.
|
|
34440
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34441
|
+
margin-left: 10px;
|
|
34442
|
+
cursor: pointer;
|
|
34443
|
+
}
|
|
34444
|
+
|
|
34445
|
+
.E_mp64wfi .content {
|
|
34446
|
+
flex: 1;
|
|
34447
|
+
width: 100%;
|
|
34448
|
+
display: flex;
|
|
34449
|
+
justify-content: center;
|
|
34450
|
+
align-items: center;
|
|
34451
|
+
}
|
|
34452
|
+
|
|
34453
|
+
.E_mp64wfi .single-content {
|
|
34454
|
+
height: 65px;
|
|
34455
|
+
}
|
|
34456
|
+
|
|
34457
|
+
.E_l1oyigan {
|
|
34458
|
+
display: flex;
|
|
34459
|
+
align-items: center;
|
|
34460
|
+
white-space: nowrap;
|
|
34461
|
+
overflow: hidden;
|
|
34462
|
+
width: 100%;
|
|
34463
|
+
}
|
|
34464
|
+
|
|
34465
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34466
|
+
margin-left: auto;
|
|
34467
|
+
font-size: 12px;
|
|
34468
|
+
}
|
|
34469
|
+
|
|
34470
|
+
.E_l1noi4n1 {
|
|
34471
|
+
display: flex;
|
|
34472
|
+
justify-content: flex-start;
|
|
34473
|
+
align-items: center;
|
|
34474
|
+
font-size: 12px;
|
|
34475
|
+
cursor: pointer;
|
|
34476
|
+
}
|
|
34477
|
+
|
|
34478
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34479
|
+
margin-right: 20px;
|
|
34480
|
+
}
|
|
34481
|
+
|
|
34482
|
+
.E_l1noi4n1.deselected {
|
|
34483
|
+
opacity: 0.4;
|
|
34484
|
+
}
|
|
34485
|
+
|
|
34486
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34487
|
+
background: #b4beca !important;
|
|
34488
|
+
}
|
|
34489
|
+
|
|
34490
|
+
.E_cz19rz6 {
|
|
34491
|
+
display: inline-block;
|
|
34492
|
+
height: 8px;
|
|
34493
|
+
width: 8px;
|
|
34494
|
+
margin-right: 8px;
|
|
34495
|
+
}
|
|
34496
|
+
|
|
34497
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34498
|
+
display: flex;
|
|
34499
|
+
align-items: center;
|
|
34500
|
+
font-size: 12px;
|
|
34501
|
+
margin: 0;
|
|
34502
|
+
}
|
|
34503
|
+
|
|
34504
|
+
.E_m1y1hhnr {
|
|
34505
|
+
position: relative;
|
|
34506
|
+
}
|
|
34507
|
+
|
|
34508
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34509
|
+
bottom: -12px;
|
|
34510
|
+
}
|
|
34511
|
+
|
|
34512
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34513
|
+
display: flex;
|
|
34514
|
+
justify-content: space-between;
|
|
34515
|
+
line-height: 30px;
|
|
34516
|
+
margin: 0 16px;
|
|
34517
|
+
}
|
|
34518
|
+
|
|
34519
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34520
|
+
display: flex;
|
|
34521
|
+
font-size: 12px;
|
|
34522
|
+
align-items: center;
|
|
34523
|
+
}
|
|
34524
|
+
|
|
34525
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34526
|
+
color: #a3b4cc;
|
|
34527
|
+
}
|
|
34528
|
+
|
|
34529
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34530
|
+
margin-left: 10px;
|
|
34531
|
+
}
|
|
34532
|
+
|
|
34533
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34534
|
+
margin-left: 10px;
|
|
34535
|
+
cursor: pointer;
|
|
34536
|
+
}
|
|
34537
|
+
|
|
34538
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34539
|
+
font-size: 12px;
|
|
34540
|
+
}
|
|
34541
|
+
|
|
34542
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34543
|
+
position: absolute;
|
|
34544
|
+
bottom: 10px;
|
|
34545
|
+
padding: 0 8px;
|
|
34546
|
+
border-radius: 4px;
|
|
34547
|
+
font-size: 12px;
|
|
34548
|
+
color: #fff;
|
|
34549
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34550
|
+
transform: translateX(-50%);
|
|
34551
|
+
}
|
|
34552
|
+
|
|
34553
|
+
.E_tnvijvs {
|
|
34554
|
+
min-width: 200px;
|
|
34555
|
+
}
|
|
34556
|
+
|
|
34557
|
+
.E_t1ub2aex {
|
|
34558
|
+
display: flex;
|
|
34559
|
+
align-items: center;
|
|
34560
|
+
justify-content: space-between;
|
|
34561
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34562
|
+
color: #b4beca;
|
|
34563
|
+
font-size: 12px;
|
|
34564
|
+
padding: 3px 6px;
|
|
34565
|
+
}
|
|
34566
|
+
|
|
34567
|
+
.E_t1ub2aex:first-child {
|
|
34568
|
+
padding-top: 3px;
|
|
34569
|
+
}
|
|
34570
|
+
|
|
34571
|
+
.E_t1ub2aex:last-child {
|
|
34572
|
+
padding-bottom: 3px;
|
|
34573
|
+
}
|
|
34574
|
+
|
|
34575
|
+
.E_t1ub2aex .column-value {
|
|
34576
|
+
color: #fff;
|
|
34577
|
+
margin-left: 8px;
|
|
34578
|
+
}
|
|
34579
|
+
|
|
34580
|
+
.E_t1gvlxt5 {
|
|
34581
|
+
min-width: 0;
|
|
34582
|
+
flex: 1;
|
|
34583
|
+
}
|
|
34584
|
+
|
|
34585
|
+
.E_t1gvlxt5 .tag {
|
|
34586
|
+
flex: 0 0 auto;
|
|
34587
|
+
}
|
|
34588
|
+
|
|
34589
|
+
.E_t1gvlxt5 .progress-title {
|
|
34590
|
+
flex: 2;
|
|
34591
|
+
max-width: fit-content;
|
|
34592
|
+
}
|
|
34593
|
+
|
|
34594
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34595
|
+
flex: 1;
|
|
34596
|
+
max-width: fit-content;
|
|
34597
|
+
}
|
|
34598
|
+
|
|
34599
|
+
.E_a1ji6r68 {
|
|
34600
|
+
display: flex;
|
|
34601
|
+
align-items: center;
|
|
34602
|
+
column-gap: var(--a1ji6r68-0);
|
|
34603
|
+
}
|
|
34604
|
+
|
|
34605
|
+
.E_sjob3jg {
|
|
34606
|
+
--item-min-width: 60px;
|
|
34607
|
+
}
|
|
34608
|
+
|
|
34609
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34610
|
+
display: none !important;
|
|
34611
|
+
}
|
|
34612
|
+
|
|
34613
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34614
|
+
flex-shrink: 0 !important;
|
|
34615
|
+
}
|
|
34616
|
+
|
|
34617
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34618
|
+
color: #0080ff;
|
|
34619
|
+
}
|
|
34620
|
+
|
|
34621
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34622
|
+
color: #0080ff;
|
|
34623
|
+
font-weight: normal;
|
|
34624
|
+
}
|
|
34625
|
+
|
|
34626
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34627
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34628
|
+
}
|
|
34629
|
+
|
|
34630
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34631
|
+
color: #00122e;
|
|
34632
|
+
}
|
|
34633
|
+
|
|
34634
|
+
.E_sjob3jg .step-item-text {
|
|
34635
|
+
display: inline-block;
|
|
34636
|
+
}
|
|
34637
|
+
|
|
34638
|
+
.E_sjob3jg .step-item-title {
|
|
34639
|
+
overflow: hidden;
|
|
34640
|
+
white-space: nowrap;
|
|
34641
|
+
text-overflow: ellipsis;
|
|
34642
|
+
}
|
|
34643
|
+
|
|
34644
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34645
|
+
min-width: var(--item-min-width);
|
|
34646
|
+
}
|
|
34647
|
+
|
|
34648
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34649
|
+
cursor: not-allowed !important;
|
|
34650
|
+
}
|
|
34651
|
+
|
|
34652
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34653
|
+
flex-direction: row;
|
|
34654
|
+
justify-content: stretch;
|
|
34655
|
+
}
|
|
34656
|
+
|
|
34657
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34667
34658
|
padding: 0;
|
|
34668
34659
|
margin-right: 4px;
|
|
34669
34660
|
flex: 1;
|
|
@@ -34843,40 +34834,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34843
34834
|
justify-content: center;
|
|
34844
34835
|
}
|
|
34845
34836
|
|
|
34846
|
-
.E_slr2ynn {
|
|
34847
|
-
padding: 0 8px;
|
|
34848
|
-
height: 18px;
|
|
34849
|
-
}
|
|
34850
|
-
|
|
34851
|
-
.E_m140wbb6 {
|
|
34852
|
-
padding: 2px 8px;
|
|
34853
|
-
height: 24px;
|
|
34854
|
-
}
|
|
34855
|
-
|
|
34856
|
-
.E_t1fozc1i {
|
|
34857
|
-
margin: 0;
|
|
34858
|
-
}
|
|
34859
|
-
|
|
34860
|
-
.E_i1vxv4ln {
|
|
34861
|
-
margin-right: 4px;
|
|
34862
|
-
height: 16px;
|
|
34863
|
-
}
|
|
34864
|
-
|
|
34865
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34866
|
-
font-weight: 700;
|
|
34867
|
-
color: #00122e;
|
|
34868
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34869
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34870
|
-
word-break: break-all;
|
|
34871
|
-
display: inline;
|
|
34872
|
-
white-space: normal;
|
|
34873
|
-
}
|
|
34874
|
-
|
|
34875
|
-
.E_i1g85yz3 {
|
|
34876
|
-
margin-right: 4px;
|
|
34877
|
-
height: 16px;
|
|
34878
|
-
}
|
|
34879
|
-
|
|
34880
34837
|
.E_t1dtlqs1 {
|
|
34881
34838
|
margin-bottom: 4px;
|
|
34882
34839
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35110,8 +35067,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35110
35067
|
margin-right: 8px;
|
|
35111
35068
|
}
|
|
35112
35069
|
|
|
35113
|
-
.
|
|
35114
|
-
|
|
35070
|
+
.E_w7ob4th.outside-tag {
|
|
35071
|
+
padding-left: 0;
|
|
35072
|
+
}
|
|
35073
|
+
|
|
35074
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35075
|
+
border-radius: 4px 0 0 4px;
|
|
35076
|
+
padding-right: 4px;
|
|
35077
|
+
margin-right: 4px;
|
|
35078
|
+
}
|
|
35079
|
+
|
|
35080
|
+
.E_t13ef470 {
|
|
35081
|
+
height: 100%;
|
|
35115
35082
|
}
|
|
35116
35083
|
|
|
35117
35084
|
.E_t13ef470 .table-loading-item {
|
|
@@ -35147,6 +35114,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35147
35114
|
background: rgba(163, 180, 204, 0.18);
|
|
35148
35115
|
}
|
|
35149
35116
|
|
|
35117
|
+
.E_slr2ynn {
|
|
35118
|
+
padding: 0 8px;
|
|
35119
|
+
height: 18px;
|
|
35120
|
+
}
|
|
35121
|
+
|
|
35122
|
+
.E_m140wbb6 {
|
|
35123
|
+
padding: 2px 8px;
|
|
35124
|
+
height: 24px;
|
|
35125
|
+
}
|
|
35126
|
+
|
|
35127
|
+
.E_t1fozc1i {
|
|
35128
|
+
margin: 0;
|
|
35129
|
+
}
|
|
35130
|
+
|
|
35131
|
+
.E_i1vxv4ln {
|
|
35132
|
+
margin-right: 4px;
|
|
35133
|
+
height: 16px;
|
|
35134
|
+
}
|
|
35135
|
+
|
|
35136
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35137
|
+
font-weight: 700;
|
|
35138
|
+
color: #00122e;
|
|
35139
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35140
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35141
|
+
word-break: break-all;
|
|
35142
|
+
display: inline;
|
|
35143
|
+
white-space: normal;
|
|
35144
|
+
}
|
|
35145
|
+
|
|
35146
|
+
.E_i1g85yz3 {
|
|
35147
|
+
margin-right: 4px;
|
|
35148
|
+
height: 16px;
|
|
35149
|
+
}
|
|
35150
|
+
|
|
35150
35151
|
.E_s20iney.skeleton-box {
|
|
35151
35152
|
display: flex;
|
|
35152
35153
|
align-items: center;
|
|
@@ -35231,10 +35232,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35231
35232
|
color: #00122E;
|
|
35232
35233
|
}
|
|
35233
35234
|
|
|
35234
|
-
.E_t1616y1o {
|
|
35235
|
-
color: #fff;
|
|
35236
|
-
}
|
|
35237
|
-
|
|
35238
35235
|
.E_t1g36k2w {
|
|
35239
35236
|
overflow: hidden;
|
|
35240
35237
|
height: 100%;
|
|
@@ -35270,6 +35267,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35270
35267
|
background: rgba(225, 230, 241, 0.6);
|
|
35271
35268
|
}
|
|
35272
35269
|
|
|
35270
|
+
.E_t1616y1o {
|
|
35271
|
+
color: #fff;
|
|
35272
|
+
}
|
|
35273
|
+
|
|
35273
35274
|
.E_a9y3flr {
|
|
35274
35275
|
margin-left: 8px;
|
|
35275
35276
|
}
|
|
@@ -35358,6 +35359,91 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35358
35359
|
margin-left: 1px;
|
|
35359
35360
|
}
|
|
35360
35361
|
|
|
35362
|
+
.E_c18bcrac {
|
|
35363
|
+
display: inline-block;
|
|
35364
|
+
width: 100%;
|
|
35365
|
+
}
|
|
35366
|
+
|
|
35367
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35368
|
+
margin-left: 4px;
|
|
35369
|
+
}
|
|
35370
|
+
|
|
35371
|
+
.E_cro7kg2 {
|
|
35372
|
+
padding: 4px;
|
|
35373
|
+
}
|
|
35374
|
+
|
|
35375
|
+
.E_c14wcxf0 {
|
|
35376
|
+
display: flex;
|
|
35377
|
+
justify-content: space-between;
|
|
35378
|
+
align-items: center;
|
|
35379
|
+
font-size: 13px;
|
|
35380
|
+
line-height: 24px;
|
|
35381
|
+
color: #cccccc;
|
|
35382
|
+
white-space: nowrap;
|
|
35383
|
+
}
|
|
35384
|
+
|
|
35385
|
+
.E_c14wcxf0 label {
|
|
35386
|
+
margin-right: 32px;
|
|
35387
|
+
}
|
|
35388
|
+
|
|
35389
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35390
|
+
font-weight: bold;
|
|
35391
|
+
color: white;
|
|
35392
|
+
}
|
|
35393
|
+
|
|
35394
|
+
.E_s11212zy {
|
|
35395
|
+
width: 8px;
|
|
35396
|
+
height: 8px;
|
|
35397
|
+
border-radius: 2px;
|
|
35398
|
+
display: inline-block;
|
|
35399
|
+
background: var(--s11212zy-0);
|
|
35400
|
+
border: 1px solid #fff;
|
|
35401
|
+
box-sizing: content-box;
|
|
35402
|
+
margin-right: 6px;
|
|
35403
|
+
}
|
|
35404
|
+
|
|
35405
|
+
.E_p1lyky6c > :first-child {
|
|
35406
|
+
font-weight: bold;
|
|
35407
|
+
color: white;
|
|
35408
|
+
margin-right: 4px;
|
|
35409
|
+
}
|
|
35410
|
+
|
|
35411
|
+
.E_n12mqh7z {
|
|
35412
|
+
display: flex;
|
|
35413
|
+
align-items: center;
|
|
35414
|
+
font-size: 12px;
|
|
35415
|
+
line-height: 18px;
|
|
35416
|
+
}
|
|
35417
|
+
|
|
35418
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35419
|
+
margin-bottom: 4px;
|
|
35420
|
+
}
|
|
35421
|
+
|
|
35422
|
+
.E_tf5bynu {
|
|
35423
|
+
margin: 0 3px;
|
|
35424
|
+
}
|
|
35425
|
+
|
|
35426
|
+
.E_tcckoz1 {
|
|
35427
|
+
max-height: 400px;
|
|
35428
|
+
overflow: auto;
|
|
35429
|
+
}
|
|
35430
|
+
|
|
35431
|
+
span.E_tqjc4ui {
|
|
35432
|
+
margin: 0 2px;
|
|
35433
|
+
}
|
|
35434
|
+
|
|
35435
|
+
.E_gmyahx3 {
|
|
35436
|
+
cursor: pointer;
|
|
35437
|
+
}
|
|
35438
|
+
|
|
35439
|
+
.E_gmyahx3 .link-text {
|
|
35440
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35441
|
+
}
|
|
35442
|
+
|
|
35443
|
+
.E_gmyahx3:hover .link-text {
|
|
35444
|
+
color: #0080ff;
|
|
35445
|
+
}
|
|
35446
|
+
|
|
35361
35447
|
.E_s1ebs0ra {
|
|
35362
35448
|
display: flex;
|
|
35363
35449
|
align-items: center;
|
|
@@ -35429,102 +35515,212 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35429
35515
|
background: #fff;
|
|
35430
35516
|
}
|
|
35431
35517
|
|
|
35432
|
-
|
|
35433
|
-
|
|
35518
|
+
.E_c1up1pdz {
|
|
35519
|
+
width: 648px;
|
|
35434
35520
|
}
|
|
35435
35521
|
|
|
35436
|
-
.
|
|
35437
|
-
|
|
35438
|
-
align-items: center;
|
|
35439
|
-
font-size: 12px;
|
|
35440
|
-
line-height: 18px;
|
|
35522
|
+
.E_c1up1pdz.active {
|
|
35523
|
+
border-color: #0080ff;
|
|
35441
35524
|
}
|
|
35442
35525
|
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35526
|
+
.E_c1up1pdz.active > header {
|
|
35527
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35445
35528
|
}
|
|
35446
35529
|
|
|
35447
|
-
.
|
|
35448
|
-
|
|
35530
|
+
.E_c1up1pdz .expand {
|
|
35531
|
+
padding: 12px;
|
|
35449
35532
|
}
|
|
35450
35533
|
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35453
|
-
|
|
35534
|
+
.E_c1up1pdz .field-item {
|
|
35535
|
+
display: flex;
|
|
35536
|
+
padding: 10px 0;
|
|
35537
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35454
35538
|
}
|
|
35455
35539
|
|
|
35456
|
-
.
|
|
35457
|
-
|
|
35540
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35541
|
+
border-bottom: none;
|
|
35542
|
+
padding-bottom: 0;
|
|
35458
35543
|
}
|
|
35459
35544
|
|
|
35460
|
-
.
|
|
35461
|
-
|
|
35545
|
+
.E_c1up1pdz .field-item label {
|
|
35546
|
+
line-height: 32px;
|
|
35547
|
+
width: 100px;
|
|
35548
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35462
35549
|
}
|
|
35463
35550
|
|
|
35464
|
-
.
|
|
35465
|
-
color:
|
|
35551
|
+
.E_c1up1pdz .help {
|
|
35552
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35553
|
+
margin-top: 5px;
|
|
35466
35554
|
}
|
|
35467
35555
|
|
|
35468
|
-
.
|
|
35469
|
-
|
|
35470
|
-
width:
|
|
35556
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35557
|
+
.E_c1up1pdz .ant-picker {
|
|
35558
|
+
width: 128px;
|
|
35471
35559
|
}
|
|
35472
35560
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35561
|
+
.E_c156wh19 {
|
|
35562
|
+
display: flex;
|
|
35563
|
+
align-items: center;
|
|
35564
|
+
justify-content: space-between;
|
|
35565
|
+
word-break: keep-all;
|
|
35475
35566
|
}
|
|
35476
35567
|
|
|
35477
|
-
.
|
|
35478
|
-
|
|
35568
|
+
.E_c156wh19 .title {
|
|
35569
|
+
margin: 0 16px 0 8px;
|
|
35479
35570
|
}
|
|
35480
35571
|
|
|
35481
|
-
.
|
|
35572
|
+
.E_c156wh19 .retain {
|
|
35573
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35574
|
+
}
|
|
35575
|
+
|
|
35576
|
+
.E_c156wh19 div.left {
|
|
35577
|
+
flex: 1;
|
|
35482
35578
|
display: flex;
|
|
35483
|
-
|
|
35579
|
+
overflow: hidden;
|
|
35484
35580
|
align-items: center;
|
|
35485
|
-
|
|
35486
|
-
line-height: 24px;
|
|
35487
|
-
color: #cccccc;
|
|
35581
|
+
justify-content: flex-start;
|
|
35488
35582
|
white-space: nowrap;
|
|
35489
35583
|
}
|
|
35490
35584
|
|
|
35491
|
-
.
|
|
35492
|
-
|
|
35493
|
-
|
|
35494
|
-
|
|
35495
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35496
|
-
font-weight: bold;
|
|
35497
|
-
color: white;
|
|
35585
|
+
.E_c156wh19 div.left .title {
|
|
35586
|
+
max-width: 100%;
|
|
35587
|
+
overflow: hidden;
|
|
35588
|
+
text-overflow: ellipsis;
|
|
35498
35589
|
}
|
|
35499
35590
|
|
|
35500
|
-
.
|
|
35501
|
-
|
|
35502
|
-
|
|
35503
|
-
border-radius: 2px;
|
|
35504
|
-
display: inline-block;
|
|
35505
|
-
background: var(--s11212zy-0);
|
|
35506
|
-
border: 1px solid #fff;
|
|
35507
|
-
box-sizing: content-box;
|
|
35508
|
-
margin-right: 6px;
|
|
35591
|
+
.E_c156wh19 div.right {
|
|
35592
|
+
display: flex;
|
|
35593
|
+
align-items: center;
|
|
35509
35594
|
}
|
|
35510
35595
|
|
|
35511
|
-
.
|
|
35512
|
-
|
|
35513
|
-
|
|
35514
|
-
|
|
35596
|
+
.E_c156wh19 .reverse {
|
|
35597
|
+
display: flex;
|
|
35598
|
+
flex-direction: row-reverse;
|
|
35599
|
+
align-items: center;
|
|
35515
35600
|
}
|
|
35516
35601
|
|
|
35517
|
-
.
|
|
35518
|
-
|
|
35519
|
-
height: 246px;
|
|
35520
|
-
border-radius: 4px;
|
|
35602
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35603
|
+
margin-left: 8px;
|
|
35521
35604
|
}
|
|
35522
35605
|
|
|
35523
|
-
.
|
|
35524
|
-
|
|
35525
|
-
|
|
35526
|
-
|
|
35527
|
-
|
|
35606
|
+
.E_c156wh19 .close {
|
|
35607
|
+
padding-left: 14px;
|
|
35608
|
+
margin-left: 14px;
|
|
35609
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35610
|
+
cursor: pointer;
|
|
35611
|
+
}
|
|
35612
|
+
|
|
35613
|
+
.E_m126spxy {
|
|
35614
|
+
padding-bottom: 4px;
|
|
35615
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35616
|
+
}
|
|
35617
|
+
|
|
35618
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35619
|
+
padding: 1px 10px;
|
|
35620
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35621
|
+
border-radius: 4px;
|
|
35622
|
+
}
|
|
35623
|
+
|
|
35624
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35625
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35626
|
+
color: #0096ff;
|
|
35627
|
+
}
|
|
35628
|
+
|
|
35629
|
+
.E_wpbf4pq {
|
|
35630
|
+
padding: 10px 0;
|
|
35631
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35632
|
+
}
|
|
35633
|
+
|
|
35634
|
+
.E_wpbf4pq .ant-input,
|
|
35635
|
+
.E_wpbf4pq .ant-picker {
|
|
35636
|
+
width: 80px;
|
|
35637
|
+
margin: 0 9px;
|
|
35638
|
+
text-align: center;
|
|
35639
|
+
}
|
|
35640
|
+
|
|
35641
|
+
.E_wpbf4pq .options {
|
|
35642
|
+
padding: 12px 0 12px 16px;
|
|
35643
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35644
|
+
margin: 5px 0 5px 8px;
|
|
35645
|
+
}
|
|
35646
|
+
|
|
35647
|
+
.E_wpbf4pq .week-day-option,
|
|
35648
|
+
.E_wpbf4pq .month-day-option {
|
|
35649
|
+
background: #f5f7fa;
|
|
35650
|
+
box-sizing: border-box;
|
|
35651
|
+
border-radius: 16px;
|
|
35652
|
+
margin-right: 8px;
|
|
35653
|
+
}
|
|
35654
|
+
|
|
35655
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35656
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35657
|
+
color: inherit;
|
|
35658
|
+
border-color: #d9d9d9;
|
|
35659
|
+
}
|
|
35660
|
+
|
|
35661
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35662
|
+
background-color: #0096ff;
|
|
35663
|
+
border-color: #0096ff;
|
|
35664
|
+
color: #fff;
|
|
35665
|
+
}
|
|
35666
|
+
|
|
35667
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35668
|
+
width: 110px;
|
|
35669
|
+
margin-top: 4px;
|
|
35670
|
+
}
|
|
35671
|
+
|
|
35672
|
+
.E_wpbf4pq .month-day-option {
|
|
35673
|
+
width: 32px;
|
|
35674
|
+
padding: 0;
|
|
35675
|
+
margin-bottom: 8px;
|
|
35676
|
+
}
|
|
35677
|
+
|
|
35678
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35679
|
+
background-color: #0096ff;
|
|
35680
|
+
border-color: #0096ff;
|
|
35681
|
+
color: #fff;
|
|
35682
|
+
}
|
|
35683
|
+
|
|
35684
|
+
.E_ou7iq30 {
|
|
35685
|
+
overflow: hidden;
|
|
35686
|
+
text-overflow: ellipsis;
|
|
35687
|
+
}
|
|
35688
|
+
|
|
35689
|
+
.E_s1tui002 {
|
|
35690
|
+
white-space: nowrap;
|
|
35691
|
+
}
|
|
35692
|
+
|
|
35693
|
+
.E_mxrc2zg {
|
|
35694
|
+
display: -webkit-box;
|
|
35695
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35696
|
+
-webkit-box-orient: vertical;
|
|
35697
|
+
word-break: break-all;
|
|
35698
|
+
}
|
|
35699
|
+
|
|
35700
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35701
|
+
display: none;
|
|
35702
|
+
}
|
|
35703
|
+
|
|
35704
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35705
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35706
|
+
border-radius: 4px;
|
|
35707
|
+
}
|
|
35708
|
+
|
|
35709
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35710
|
+
visibility: hidden;
|
|
35711
|
+
}
|
|
35712
|
+
|
|
35713
|
+
.E_clm1wy1 {
|
|
35714
|
+
width: 192px;
|
|
35715
|
+
height: 246px;
|
|
35716
|
+
border-radius: 4px;
|
|
35717
|
+
}
|
|
35718
|
+
|
|
35719
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35720
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35721
|
+
width: 100%;
|
|
35722
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35723
|
+
border-top: none;
|
|
35528
35724
|
}
|
|
35529
35725
|
|
|
35530
35726
|
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
@@ -35623,179 +35819,110 @@ span.E_tqjc4ui {
|
|
|
35623
35819
|
border-radius: 2px;
|
|
35624
35820
|
}
|
|
35625
35821
|
|
|
35626
|
-
.
|
|
35627
|
-
|
|
35628
|
-
}
|
|
35629
|
-
|
|
35630
|
-
.E_c1up1pdz.active {
|
|
35631
|
-
border-color: #0080ff;
|
|
35822
|
+
.E_t1sqg15u {
|
|
35823
|
+
background: white;
|
|
35632
35824
|
}
|
|
35633
35825
|
|
|
35634
|
-
.
|
|
35635
|
-
|
|
35826
|
+
.E_t1sqg15u.inline .table-row {
|
|
35827
|
+
flex-direction: column;
|
|
35636
35828
|
}
|
|
35637
35829
|
|
|
35638
|
-
.
|
|
35639
|
-
padding:
|
|
35830
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35831
|
+
padding: 0 16px 7px 0;
|
|
35640
35832
|
}
|
|
35641
35833
|
|
|
35642
|
-
.
|
|
35643
|
-
|
|
35644
|
-
padding: 10px 0;
|
|
35645
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35834
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35835
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35646
35836
|
}
|
|
35647
35837
|
|
|
35648
|
-
.
|
|
35649
|
-
border-
|
|
35650
|
-
padding-bottom: 0;
|
|
35838
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35839
|
+
border-top: none !important;
|
|
35651
35840
|
}
|
|
35652
35841
|
|
|
35653
|
-
.
|
|
35654
|
-
|
|
35655
|
-
width: 100px;
|
|
35656
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35842
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35843
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35657
35844
|
}
|
|
35658
35845
|
|
|
35659
|
-
.
|
|
35660
|
-
|
|
35661
|
-
margin-top: 5px;
|
|
35846
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35847
|
+
padding-bottom: 0;
|
|
35662
35848
|
}
|
|
35663
35849
|
|
|
35664
|
-
.
|
|
35665
|
-
|
|
35666
|
-
width: 128px;
|
|
35850
|
+
.E_t1sqg15u.align-right .content {
|
|
35851
|
+
text-align: right;
|
|
35667
35852
|
}
|
|
35668
35853
|
|
|
35669
|
-
.
|
|
35854
|
+
.E_t1sqg15u .uuid-row {
|
|
35670
35855
|
display: flex;
|
|
35671
|
-
align-items: center;
|
|
35672
35856
|
justify-content: space-between;
|
|
35673
|
-
word-break: keep-all;
|
|
35674
35857
|
}
|
|
35675
35858
|
|
|
35676
|
-
.
|
|
35677
|
-
margin: 0 16px 0 8px;
|
|
35678
|
-
}
|
|
35679
|
-
|
|
35680
|
-
.E_c156wh19 .retain {
|
|
35681
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35682
|
-
}
|
|
35683
|
-
|
|
35684
|
-
.E_c156wh19 div.left {
|
|
35685
|
-
flex: 1;
|
|
35686
|
-
display: flex;
|
|
35687
|
-
overflow: hidden;
|
|
35688
|
-
align-items: center;
|
|
35689
|
-
justify-content: flex-start;
|
|
35859
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35690
35860
|
white-space: nowrap;
|
|
35691
|
-
}
|
|
35692
|
-
|
|
35693
|
-
.E_c156wh19 div.left .title {
|
|
35694
|
-
max-width: 100%;
|
|
35695
35861
|
overflow: hidden;
|
|
35696
35862
|
text-overflow: ellipsis;
|
|
35697
35863
|
}
|
|
35698
35864
|
|
|
35699
|
-
.
|
|
35700
|
-
display: flex;
|
|
35701
|
-
align-items: center;
|
|
35702
|
-
}
|
|
35703
|
-
|
|
35704
|
-
.E_c156wh19 .reverse {
|
|
35865
|
+
.E_t4zczcp {
|
|
35705
35866
|
display: flex;
|
|
35706
|
-
|
|
35867
|
+
justify-content: space-between;
|
|
35707
35868
|
align-items: center;
|
|
35869
|
+
padding: 8px;
|
|
35870
|
+
min-height: 32px;
|
|
35708
35871
|
}
|
|
35709
35872
|
|
|
35710
|
-
.
|
|
35711
|
-
|
|
35873
|
+
.E_t4zczcp .table-title {
|
|
35874
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35875
|
+
font-weight: 600;
|
|
35876
|
+
font-size: 12px;
|
|
35877
|
+
line-height: 8px;
|
|
35712
35878
|
}
|
|
35713
35879
|
|
|
35714
|
-
.
|
|
35715
|
-
|
|
35716
|
-
|
|
35717
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35880
|
+
.E_t4zczcp .edit-icon {
|
|
35881
|
+
font-size: 16px;
|
|
35882
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35718
35883
|
cursor: pointer;
|
|
35719
35884
|
}
|
|
35720
35885
|
|
|
35721
|
-
.
|
|
35722
|
-
|
|
35723
|
-
|
|
35724
|
-
}
|
|
35725
|
-
|
|
35726
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35727
|
-
padding: 1px 10px;
|
|
35728
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35729
|
-
border-radius: 4px;
|
|
35730
|
-
}
|
|
35731
|
-
|
|
35732
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35733
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35734
|
-
color: #0096ff;
|
|
35735
|
-
}
|
|
35736
|
-
|
|
35737
|
-
.E_wpbf4pq {
|
|
35738
|
-
padding: 10px 0;
|
|
35739
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35740
|
-
}
|
|
35741
|
-
|
|
35742
|
-
.E_wpbf4pq .ant-input,
|
|
35743
|
-
.E_wpbf4pq .ant-picker {
|
|
35744
|
-
width: 80px;
|
|
35745
|
-
margin: 0 9px;
|
|
35746
|
-
text-align: center;
|
|
35747
|
-
}
|
|
35748
|
-
|
|
35749
|
-
.E_wpbf4pq .options {
|
|
35750
|
-
padding: 12px 0 12px 16px;
|
|
35751
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35752
|
-
margin: 5px 0 5px 8px;
|
|
35753
|
-
}
|
|
35754
|
-
|
|
35755
|
-
.E_wpbf4pq .week-day-option,
|
|
35756
|
-
.E_wpbf4pq .month-day-option {
|
|
35757
|
-
background: #f5f7fa;
|
|
35758
|
-
box-sizing: border-box;
|
|
35759
|
-
border-radius: 16px;
|
|
35760
|
-
margin-right: 8px;
|
|
35886
|
+
.E_t1s7goww {
|
|
35887
|
+
font-size: 12px;
|
|
35888
|
+
line-height: 18px;
|
|
35761
35889
|
}
|
|
35762
35890
|
|
|
35763
|
-
.
|
|
35764
|
-
|
|
35765
|
-
|
|
35766
|
-
|
|
35891
|
+
.E_t93e4cf {
|
|
35892
|
+
display: flex;
|
|
35893
|
+
padding: 8px 0;
|
|
35894
|
+
color: #2d3a56;
|
|
35767
35895
|
}
|
|
35768
35896
|
|
|
35769
|
-
.
|
|
35770
|
-
|
|
35771
|
-
border-color: #0096ff;
|
|
35772
|
-
color: #fff;
|
|
35897
|
+
.E_t93e4cf .hidden {
|
|
35898
|
+
display: none;
|
|
35773
35899
|
}
|
|
35774
35900
|
|
|
35775
|
-
.
|
|
35776
|
-
|
|
35777
|
-
margin-top: 4px;
|
|
35901
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35902
|
+
height: auto;
|
|
35778
35903
|
}
|
|
35779
35904
|
|
|
35780
|
-
.
|
|
35781
|
-
|
|
35782
|
-
|
|
35783
|
-
|
|
35905
|
+
.E_t93e4cf .content {
|
|
35906
|
+
overflow: hidden;
|
|
35907
|
+
overflow-x: auto;
|
|
35908
|
+
width: 100%;
|
|
35909
|
+
white-space: pre-wrap;
|
|
35784
35910
|
}
|
|
35785
35911
|
|
|
35786
|
-
.
|
|
35787
|
-
|
|
35788
|
-
|
|
35789
|
-
color: #fff;
|
|
35912
|
+
.E_t93e4cf .content .ant-btn {
|
|
35913
|
+
white-space: pre-wrap;
|
|
35914
|
+
text-align: left;
|
|
35790
35915
|
}
|
|
35791
35916
|
|
|
35792
|
-
.
|
|
35793
|
-
|
|
35794
|
-
align-items: center;
|
|
35917
|
+
.E_t93e4cf .content .unit-chart {
|
|
35918
|
+
justify-content: flex-start;
|
|
35795
35919
|
}
|
|
35796
35920
|
|
|
35797
|
-
.
|
|
35798
|
-
|
|
35921
|
+
.E_rhz2uv5 {
|
|
35922
|
+
width: var(--rhz2uv5-0);
|
|
35923
|
+
flex-shrink: 0;
|
|
35924
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35925
|
+
padding-right: 12px;
|
|
35799
35926
|
}
|
|
35800
35927
|
|
|
35801
35928
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35849,224 +35976,89 @@ span.E_tqjc4ui {
|
|
|
35849
35976
|
|
|
35850
35977
|
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35851
35978
|
margin-bottom: 24px;
|
|
35852
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35853
|
-
}
|
|
35854
|
-
|
|
35855
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35856
|
-
transition: none;
|
|
35857
|
-
display: flex;
|
|
35858
|
-
align-items: center;
|
|
35859
|
-
height: 32px;
|
|
35860
|
-
line-height: 22px;
|
|
35861
|
-
padding: 0 8px;
|
|
35862
|
-
}
|
|
35863
|
-
|
|
35864
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35865
|
-
margin-right: 12px;
|
|
35866
|
-
}
|
|
35867
|
-
|
|
35868
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35869
|
-
margin: 0;
|
|
35870
|
-
margin-bottom: 2px;
|
|
35871
|
-
}
|
|
35872
|
-
|
|
35873
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35874
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35875
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35876
|
-
border-radius: 6px;
|
|
35877
|
-
color: #fff;
|
|
35878
|
-
}
|
|
35879
|
-
|
|
35880
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35881
|
-
color: #fff;
|
|
35882
|
-
}
|
|
35883
|
-
|
|
35884
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35885
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35886
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35887
|
-
border-radius: 6px;
|
|
35888
|
-
}
|
|
35889
|
-
|
|
35890
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35891
|
-
white-space: nowrap;
|
|
35892
|
-
transition: all 0s;
|
|
35893
|
-
}
|
|
35894
|
-
|
|
35895
|
-
.E_s1wu0lms.shrink {
|
|
35896
|
-
transition: all 0s;
|
|
35897
|
-
overflow: hidden;
|
|
35898
|
-
}
|
|
35899
|
-
|
|
35900
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35901
|
-
visibility: hidden;
|
|
35902
|
-
}
|
|
35903
|
-
|
|
35904
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35905
|
-
width: 36px;
|
|
35906
|
-
padding: 0 6px;
|
|
35907
|
-
}
|
|
35908
|
-
|
|
35909
|
-
.E_n1ugzfva {
|
|
35910
|
-
display: flex;
|
|
35911
|
-
place-items: center;
|
|
35912
|
-
width: 100% !important;
|
|
35913
|
-
}
|
|
35914
|
-
|
|
35915
|
-
.E_n1ugzfva[disabled] {
|
|
35916
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35917
|
-
opacity: 1 !important;
|
|
35918
|
-
}
|
|
35919
|
-
|
|
35920
|
-
.E_n1ugzfva.ant-btn {
|
|
35921
|
-
width: 100%;
|
|
35922
|
-
color: #00122e;
|
|
35923
|
-
}
|
|
35924
|
-
|
|
35925
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35926
|
-
margin-right: 12px;
|
|
35927
|
-
}
|
|
35928
|
-
|
|
35929
|
-
.E_n1ugzfva .link-title {
|
|
35930
|
-
flex: 1;
|
|
35931
|
-
overflow: hidden;
|
|
35932
|
-
white-space: nowrap;
|
|
35933
|
-
text-overflow: ellipsis;
|
|
35934
|
-
text-align: left;
|
|
35935
|
-
}
|
|
35936
|
-
|
|
35937
|
-
.E_ou7iq30 {
|
|
35938
|
-
overflow: hidden;
|
|
35939
|
-
text-overflow: ellipsis;
|
|
35940
|
-
}
|
|
35941
|
-
|
|
35942
|
-
.E_s1tui002 {
|
|
35943
|
-
white-space: nowrap;
|
|
35944
|
-
}
|
|
35945
|
-
|
|
35946
|
-
.E_mxrc2zg {
|
|
35947
|
-
display: -webkit-box;
|
|
35948
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35949
|
-
-webkit-box-orient: vertical;
|
|
35950
|
-
word-break: break-all;
|
|
35951
|
-
}
|
|
35952
|
-
|
|
35953
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35954
|
-
display: none;
|
|
35955
|
-
}
|
|
35956
|
-
|
|
35957
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35958
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35959
|
-
border-radius: 4px;
|
|
35960
|
-
}
|
|
35961
|
-
|
|
35962
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35963
|
-
visibility: hidden;
|
|
35964
|
-
}
|
|
35965
|
-
|
|
35966
|
-
.E_t1sqg15u {
|
|
35967
|
-
background: white;
|
|
35968
|
-
}
|
|
35969
|
-
|
|
35970
|
-
.E_t1sqg15u.inline .table-row {
|
|
35971
|
-
flex-direction: column;
|
|
35972
|
-
}
|
|
35973
|
-
|
|
35974
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35975
|
-
padding: 0 16px 7px 0;
|
|
35976
|
-
}
|
|
35977
|
-
|
|
35978
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35979
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35980
|
-
}
|
|
35981
|
-
|
|
35982
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35983
|
-
border-top: none !important;
|
|
35979
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35984
35980
|
}
|
|
35985
35981
|
|
|
35986
|
-
.
|
|
35987
|
-
|
|
35982
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35983
|
+
transition: none;
|
|
35984
|
+
display: flex;
|
|
35985
|
+
align-items: center;
|
|
35986
|
+
height: 32px;
|
|
35987
|
+
line-height: 22px;
|
|
35988
|
+
padding: 0 8px;
|
|
35988
35989
|
}
|
|
35989
35990
|
|
|
35990
|
-
.
|
|
35991
|
-
|
|
35991
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35992
|
+
margin-right: 12px;
|
|
35992
35993
|
}
|
|
35993
35994
|
|
|
35994
|
-
.
|
|
35995
|
-
|
|
35995
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35996
|
+
margin: 0;
|
|
35997
|
+
margin-bottom: 2px;
|
|
35996
35998
|
}
|
|
35997
35999
|
|
|
35998
|
-
.
|
|
35999
|
-
|
|
36000
|
-
|
|
36000
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36001
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36002
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36003
|
+
border-radius: 6px;
|
|
36004
|
+
color: #fff;
|
|
36001
36005
|
}
|
|
36002
36006
|
|
|
36003
|
-
.
|
|
36004
|
-
|
|
36005
|
-
overflow: hidden;
|
|
36006
|
-
text-overflow: ellipsis;
|
|
36007
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36008
|
+
color: #fff;
|
|
36007
36009
|
}
|
|
36008
36010
|
|
|
36009
|
-
.
|
|
36010
|
-
|
|
36011
|
-
|
|
36012
|
-
|
|
36013
|
-
padding: 8px;
|
|
36014
|
-
min-height: 32px;
|
|
36011
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
36012
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36013
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36014
|
+
border-radius: 6px;
|
|
36015
36015
|
}
|
|
36016
36016
|
|
|
36017
|
-
.
|
|
36018
|
-
|
|
36019
|
-
|
|
36020
|
-
font-size: 12px;
|
|
36021
|
-
line-height: 8px;
|
|
36017
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36018
|
+
white-space: nowrap;
|
|
36019
|
+
transition: all 0s;
|
|
36022
36020
|
}
|
|
36023
36021
|
|
|
36024
|
-
.
|
|
36025
|
-
|
|
36026
|
-
|
|
36027
|
-
cursor: pointer;
|
|
36022
|
+
.E_s1wu0lms.shrink {
|
|
36023
|
+
transition: all 0s;
|
|
36024
|
+
overflow: hidden;
|
|
36028
36025
|
}
|
|
36029
36026
|
|
|
36030
|
-
.
|
|
36031
|
-
|
|
36032
|
-
line-height: 18px;
|
|
36027
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36028
|
+
visibility: hidden;
|
|
36033
36029
|
}
|
|
36034
36030
|
|
|
36035
|
-
.
|
|
36036
|
-
|
|
36037
|
-
padding:
|
|
36038
|
-
color: #2d3a56;
|
|
36031
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36032
|
+
width: 36px;
|
|
36033
|
+
padding: 0 6px;
|
|
36039
36034
|
}
|
|
36040
36035
|
|
|
36041
|
-
.
|
|
36042
|
-
display:
|
|
36036
|
+
.E_n1ugzfva {
|
|
36037
|
+
display: flex;
|
|
36038
|
+
place-items: center;
|
|
36039
|
+
width: 100% !important;
|
|
36043
36040
|
}
|
|
36044
36041
|
|
|
36045
|
-
.
|
|
36046
|
-
|
|
36042
|
+
.E_n1ugzfva[disabled] {
|
|
36043
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36044
|
+
opacity: 1 !important;
|
|
36047
36045
|
}
|
|
36048
36046
|
|
|
36049
|
-
.
|
|
36050
|
-
overflow: hidden;
|
|
36051
|
-
overflow-x: auto;
|
|
36047
|
+
.E_n1ugzfva.ant-btn {
|
|
36052
36048
|
width: 100%;
|
|
36053
|
-
|
|
36054
|
-
}
|
|
36055
|
-
|
|
36056
|
-
.E_t93e4cf .content .ant-btn {
|
|
36057
|
-
white-space: pre-wrap;
|
|
36058
|
-
text-align: left;
|
|
36049
|
+
color: #00122e;
|
|
36059
36050
|
}
|
|
36060
36051
|
|
|
36061
|
-
.
|
|
36062
|
-
|
|
36052
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36053
|
+
margin-right: 12px;
|
|
36063
36054
|
}
|
|
36064
36055
|
|
|
36065
|
-
.
|
|
36066
|
-
|
|
36067
|
-
|
|
36068
|
-
|
|
36069
|
-
|
|
36056
|
+
.E_n1ugzfva .link-title {
|
|
36057
|
+
flex: 1;
|
|
36058
|
+
overflow: hidden;
|
|
36059
|
+
white-space: nowrap;
|
|
36060
|
+
text-overflow: ellipsis;
|
|
36061
|
+
text-align: left;
|
|
36070
36062
|
}
|
|
36071
36063
|
|
|
36072
36064
|
.E_t160l1cm {
|
|
@@ -36319,6 +36311,15 @@ span.E_tqjc4ui {
|
|
|
36319
36311
|
background: transparent;
|
|
36320
36312
|
}
|
|
36321
36313
|
|
|
36314
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36315
|
+
display: flex;
|
|
36316
|
+
align-items: center;
|
|
36317
|
+
}
|
|
36318
|
+
|
|
36319
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36320
|
+
margin-right: 8px;
|
|
36321
|
+
}
|
|
36322
|
+
|
|
36322
36323
|
.E_wg1tsps {
|
|
36323
36324
|
display: flex;
|
|
36324
36325
|
align-items: center;
|
|
@@ -36344,63 +36345,10 @@ span.E_tqjc4ui {
|
|
|
36344
36345
|
color: #00122e !important;
|
|
36345
36346
|
}
|
|
36346
36347
|
|
|
36347
|
-
.
|
|
36348
|
-
|
|
36349
|
-
|
|
36350
|
-
|
|
36351
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36352
|
-
}
|
|
36353
|
-
|
|
36354
|
-
.E_cyms3br .ant-list {
|
|
36355
|
-
padding: 12px;
|
|
36356
|
-
}
|
|
36357
|
-
|
|
36358
|
-
.E_cyms3br .ant-list-item {
|
|
36359
|
-
padding: 4px 0;
|
|
36360
|
-
}
|
|
36361
|
-
|
|
36362
|
-
.E_cyms3br .ant-alert {
|
|
36363
|
-
margin-left: 24px;
|
|
36364
|
-
}
|
|
36365
|
-
|
|
36366
|
-
.E_cyms3br header {
|
|
36367
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36368
|
-
font-size: 12px;
|
|
36369
|
-
color: rgb(29, 50, 108);
|
|
36370
|
-
font-weight: 700;
|
|
36371
|
-
padding: 6px 12px;
|
|
36372
|
-
display: flex;
|
|
36373
|
-
flex-direction: row;
|
|
36374
|
-
align-items: center;
|
|
36375
|
-
justify-content: space-between;
|
|
36376
|
-
}
|
|
36377
|
-
|
|
36378
|
-
.E_cyms3br header .switch-text {
|
|
36379
|
-
display: flex;
|
|
36380
|
-
flex-direction: row;
|
|
36381
|
-
align-items: center;
|
|
36382
|
-
justify-content: space-between;
|
|
36383
|
-
gap: 6px;
|
|
36384
|
-
font-size: 12px;
|
|
36385
|
-
font-weight: 400;
|
|
36386
|
-
color: rgb(0, 18, 46);
|
|
36387
|
-
}
|
|
36388
|
-
|
|
36389
|
-
.E_c157gu4z .ant-list-item {
|
|
36390
|
-
display: flex;
|
|
36391
|
-
flex-direction: row;
|
|
36392
|
-
}
|
|
36393
|
-
|
|
36394
|
-
.E_c157gu4z .description {
|
|
36395
|
-
flex-grow: 1;
|
|
36396
|
-
margin-left: 8px;
|
|
36397
|
-
}
|
|
36398
|
-
|
|
36399
|
-
.E_eu1sysj {
|
|
36400
|
-
display: flex;
|
|
36401
|
-
flex-direction: column;
|
|
36402
|
-
align-items: center;
|
|
36403
|
-
justify-content: center;
|
|
36348
|
+
.E_h1ol2wl7 {
|
|
36349
|
+
font-weight: bold;
|
|
36350
|
+
background-color: unset;
|
|
36351
|
+
padding: unset;
|
|
36404
36352
|
}
|
|
36405
36353
|
|
|
36406
36354
|
.E_d11hhzf9 {
|
|
@@ -36492,10 +36440,63 @@ span.E_tqjc4ui {
|
|
|
36492
36440
|
color: rgba(0, 21, 64, 0.3);
|
|
36493
36441
|
}
|
|
36494
36442
|
|
|
36495
|
-
.
|
|
36496
|
-
|
|
36497
|
-
|
|
36498
|
-
|
|
36443
|
+
.E_cyms3br {
|
|
36444
|
+
background: #fff;
|
|
36445
|
+
width: 100%;
|
|
36446
|
+
border-radius: 8px;
|
|
36447
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36448
|
+
}
|
|
36449
|
+
|
|
36450
|
+
.E_cyms3br .ant-list {
|
|
36451
|
+
padding: 12px;
|
|
36452
|
+
}
|
|
36453
|
+
|
|
36454
|
+
.E_cyms3br .ant-list-item {
|
|
36455
|
+
padding: 4px 0;
|
|
36456
|
+
}
|
|
36457
|
+
|
|
36458
|
+
.E_cyms3br .ant-alert {
|
|
36459
|
+
margin-left: 24px;
|
|
36460
|
+
}
|
|
36461
|
+
|
|
36462
|
+
.E_cyms3br header {
|
|
36463
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36464
|
+
font-size: 12px;
|
|
36465
|
+
color: rgb(29, 50, 108);
|
|
36466
|
+
font-weight: 700;
|
|
36467
|
+
padding: 6px 12px;
|
|
36468
|
+
display: flex;
|
|
36469
|
+
flex-direction: row;
|
|
36470
|
+
align-items: center;
|
|
36471
|
+
justify-content: space-between;
|
|
36472
|
+
}
|
|
36473
|
+
|
|
36474
|
+
.E_cyms3br header .switch-text {
|
|
36475
|
+
display: flex;
|
|
36476
|
+
flex-direction: row;
|
|
36477
|
+
align-items: center;
|
|
36478
|
+
justify-content: space-between;
|
|
36479
|
+
gap: 6px;
|
|
36480
|
+
font-size: 12px;
|
|
36481
|
+
font-weight: 400;
|
|
36482
|
+
color: rgb(0, 18, 46);
|
|
36483
|
+
}
|
|
36484
|
+
|
|
36485
|
+
.E_c157gu4z .ant-list-item {
|
|
36486
|
+
display: flex;
|
|
36487
|
+
flex-direction: row;
|
|
36488
|
+
}
|
|
36489
|
+
|
|
36490
|
+
.E_c157gu4z .description {
|
|
36491
|
+
flex-grow: 1;
|
|
36492
|
+
margin-left: 8px;
|
|
36493
|
+
}
|
|
36494
|
+
|
|
36495
|
+
.E_eu1sysj {
|
|
36496
|
+
display: flex;
|
|
36497
|
+
flex-direction: column;
|
|
36498
|
+
align-items: center;
|
|
36499
|
+
justify-content: center;
|
|
36499
36500
|
}
|
|
36500
36501
|
|
|
36501
36502
|
.E_c14ouk5o {
|
|
@@ -36551,6 +36552,15 @@ span.E_tqjc4ui {
|
|
|
36551
36552
|
height: auto;
|
|
36552
36553
|
}
|
|
36553
36554
|
|
|
36555
|
+
.E_cevhqx7 {
|
|
36556
|
+
color: #00122e;
|
|
36557
|
+
}
|
|
36558
|
+
|
|
36559
|
+
.E_snbqlt4 {
|
|
36560
|
+
margin-top: 8px;
|
|
36561
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36562
|
+
}
|
|
36563
|
+
|
|
36554
36564
|
.E_c1kchka8 {
|
|
36555
36565
|
height: 100%;
|
|
36556
36566
|
width: 100%;
|
|
@@ -37113,15 +37123,6 @@ span.E_tqjc4ui {
|
|
|
37113
37123
|
padding: 0;
|
|
37114
37124
|
}
|
|
37115
37125
|
|
|
37116
|
-
.E_cevhqx7 {
|
|
37117
|
-
color: #00122e;
|
|
37118
|
-
}
|
|
37119
|
-
|
|
37120
|
-
.E_snbqlt4 {
|
|
37121
|
-
margin-top: 8px;
|
|
37122
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37123
|
-
}
|
|
37124
|
-
|
|
37125
37126
|
.E_c1ss4prm {
|
|
37126
37127
|
color: rgba(44, 56, 82, 0.6);
|
|
37127
37128
|
}
|