@cloudtower/eagle 0.33.7 → 0.33.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/LineChart/LineChartLegend.js +2 -2
- package/dist/cjs/core/LineChart/RenderChart.js +19 -6
- package/dist/cjs/core/SearchInput/index.js +22 -11
- package/dist/cjs/core/Table/index.js +4 -2
- package/dist/cjs/coreX/CheckPointList/index.js +3 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1208 -1199
- package/dist/esm/core/LineChart/LineChartLegend.js +2 -2
- package/dist/esm/core/LineChart/RenderChart.js +19 -6
- package/dist/esm/core/SearchInput/index.js +22 -11
- package/dist/esm/core/Table/index.js +4 -2
- package/dist/esm/coreX/CheckPointList/index.js +3 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1370 -1363
- package/dist/src/core/SearchInput/searchInput.type.d.ts +5 -0
- package/dist/src/core/Table/table.type.d.ts +2 -1
- package/dist/src/coreX/CheckPointList/checkpointlist.type.d.ts +1 -0
- package/dist/stories/docs/core/SearchInput.stories.d.ts +28 -1
- package/dist/stories/docs/core/Table.stories.d.ts +6 -0
- package/dist/style.css +1150 -1143
- package/package.json +4 -5
package/dist/components.css
CHANGED
|
@@ -29715,81 +29715,44 @@ html body {
|
|
|
29715
29715
|
padding: 8px 12px;
|
|
29716
29716
|
}
|
|
29717
29717
|
|
|
29718
|
-
.
|
|
29719
|
-
|
|
29720
|
-
|
|
29721
|
-
|
|
29722
|
-
|
|
29723
|
-
.E_berrcjl .breadcrumb-link {
|
|
29724
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29725
|
-
cursor: pointer;
|
|
29726
|
-
transition: color 160ms ease;
|
|
29727
|
-
}
|
|
29728
|
-
|
|
29729
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29730
|
-
color: #0080ff;
|
|
29731
|
-
}
|
|
29732
|
-
|
|
29733
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29734
|
-
color: #005ed1;
|
|
29735
|
-
}
|
|
29736
|
-
|
|
29737
|
-
.E_b1nip9bk {
|
|
29738
|
-
padding: 4px 11px;
|
|
29739
|
-
}
|
|
29740
|
-
|
|
29741
|
-
.E_bqamoqe {
|
|
29742
|
-
white-space: nowrap;
|
|
29743
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29744
|
-
}
|
|
29745
|
-
|
|
29746
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29747
|
-
--color: #0080ff;
|
|
29748
|
-
}
|
|
29749
|
-
|
|
29750
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29751
|
-
--color: #0080ff;
|
|
29752
|
-
}
|
|
29753
|
-
|
|
29754
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29755
|
-
margin-left: 1px;
|
|
29756
|
-
}
|
|
29757
|
-
|
|
29758
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29759
|
-
border-top-right-radius: 0;
|
|
29760
|
-
border-bottom-right-radius: 0;
|
|
29761
|
-
}
|
|
29762
|
-
|
|
29763
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29764
|
-
border-top-left-radius: 0;
|
|
29765
|
-
border-bottom-left-radius: 0;
|
|
29718
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29719
|
+
padding: 4px 8px 0 8px;
|
|
29720
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29721
|
+
font-size: 12px;
|
|
29766
29722
|
}
|
|
29767
29723
|
|
|
29768
|
-
.
|
|
29769
|
-
|
|
29724
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29725
|
+
padding-bottom: 6px;
|
|
29770
29726
|
}
|
|
29771
29727
|
|
|
29772
|
-
.
|
|
29773
|
-
|
|
29774
|
-
|
|
29775
|
-
width: 100%;
|
|
29728
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29729
|
+
padding-top: 4px;
|
|
29730
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29776
29731
|
}
|
|
29777
29732
|
|
|
29778
|
-
.
|
|
29779
|
-
margin-
|
|
29733
|
+
.E_c1uzzomf {
|
|
29734
|
+
margin-bottom: 16px;
|
|
29780
29735
|
}
|
|
29781
29736
|
|
|
29782
|
-
.
|
|
29783
|
-
|
|
29737
|
+
.E_c1uzzomf .card-title {
|
|
29738
|
+
font-size: 16px;
|
|
29739
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29740
|
+
font-weight: 700;
|
|
29741
|
+
line-height: 32px;
|
|
29784
29742
|
}
|
|
29785
29743
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29788
|
-
|
|
29744
|
+
.E_c1uzzomf .card-body {
|
|
29745
|
+
padding: 24px;
|
|
29746
|
+
border-radius: 8px;
|
|
29747
|
+
background: #fff;
|
|
29789
29748
|
}
|
|
29790
29749
|
|
|
29791
|
-
.
|
|
29792
|
-
|
|
29750
|
+
.E_c1uzzomf .empty {
|
|
29751
|
+
font-weight: 700;
|
|
29752
|
+
font-size: 14px;
|
|
29753
|
+
line-height: 22px;
|
|
29754
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29755
|
+
text-align: center;
|
|
29793
29756
|
}
|
|
29794
29757
|
|
|
29795
29758
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30088,81 +30051,81 @@ html body {
|
|
|
30088
30051
|
justify-content: center;
|
|
30089
30052
|
}
|
|
30090
30053
|
|
|
30091
|
-
.
|
|
30092
|
-
|
|
30093
|
-
|
|
30054
|
+
.E_berrcjl {
|
|
30055
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30056
|
+
margin-bottom: 4px;
|
|
30094
30057
|
}
|
|
30095
30058
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
|
|
30100
|
-
padding-right: 24px;
|
|
30059
|
+
.E_berrcjl .breadcrumb-link {
|
|
30060
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30061
|
+
cursor: pointer;
|
|
30062
|
+
transition: color 160ms ease;
|
|
30101
30063
|
}
|
|
30102
30064
|
|
|
30103
|
-
.
|
|
30104
|
-
|
|
30065
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30066
|
+
color: #0080ff;
|
|
30105
30067
|
}
|
|
30106
30068
|
|
|
30107
|
-
.
|
|
30108
|
-
|
|
30069
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30070
|
+
color: #005ed1;
|
|
30109
30071
|
}
|
|
30110
30072
|
|
|
30111
|
-
.
|
|
30112
|
-
|
|
30113
|
-
|
|
30073
|
+
.E_m74vjol {
|
|
30074
|
+
display: flex;
|
|
30075
|
+
justify-content: space-between;
|
|
30076
|
+
width: 100%;
|
|
30114
30077
|
}
|
|
30115
30078
|
|
|
30116
|
-
.
|
|
30117
|
-
|
|
30118
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30119
|
-
font-size: 12px;
|
|
30079
|
+
.E_m74vjol .action {
|
|
30080
|
+
margin-left: 16px;
|
|
30120
30081
|
}
|
|
30121
30082
|
|
|
30122
|
-
.
|
|
30123
|
-
padding-
|
|
30083
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30084
|
+
padding-right: 12px;
|
|
30124
30085
|
}
|
|
30125
30086
|
|
|
30126
|
-
.
|
|
30127
|
-
|
|
30128
|
-
|
|
30087
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30088
|
+
height: fit-content;
|
|
30089
|
+
margin-left: 16px;
|
|
30129
30090
|
}
|
|
30130
30091
|
|
|
30131
|
-
.
|
|
30132
|
-
|
|
30092
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30093
|
+
flex: 1;
|
|
30133
30094
|
}
|
|
30134
30095
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30096
|
+
.E_b1nip9bk {
|
|
30097
|
+
padding: 4px 11px;
|
|
30137
30098
|
}
|
|
30138
30099
|
|
|
30139
|
-
.
|
|
30140
|
-
|
|
30141
|
-
|
|
30142
|
-
font-weight: 700;
|
|
30143
|
-
line-height: 32px;
|
|
30100
|
+
.E_bqamoqe {
|
|
30101
|
+
white-space: nowrap;
|
|
30102
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30144
30103
|
}
|
|
30145
30104
|
|
|
30146
|
-
.
|
|
30147
|
-
|
|
30148
|
-
border-radius: 8px;
|
|
30149
|
-
background: #fff;
|
|
30105
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30106
|
+
--color: #0080ff;
|
|
30150
30107
|
}
|
|
30151
30108
|
|
|
30152
|
-
.
|
|
30153
|
-
|
|
30154
|
-
font-size: 14px;
|
|
30155
|
-
line-height: 22px;
|
|
30156
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30157
|
-
text-align: center;
|
|
30109
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30110
|
+
--color: #0080ff;
|
|
30158
30111
|
}
|
|
30159
30112
|
|
|
30160
|
-
.
|
|
30161
|
-
|
|
30113
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30114
|
+
margin-left: 1px;
|
|
30162
30115
|
}
|
|
30163
30116
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30117
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30118
|
+
border-top-right-radius: 0;
|
|
30119
|
+
border-bottom-right-radius: 0;
|
|
30120
|
+
}
|
|
30121
|
+
|
|
30122
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30123
|
+
border-top-left-radius: 0;
|
|
30124
|
+
border-bottom-left-radius: 0;
|
|
30125
|
+
}
|
|
30126
|
+
|
|
30127
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30128
|
+
border-radius: unset;
|
|
30166
30129
|
}
|
|
30167
30130
|
|
|
30168
30131
|
.E_d1bw7c5z {
|
|
@@ -30261,170 +30224,122 @@ html body {
|
|
|
30261
30224
|
width: 102px;
|
|
30262
30225
|
}
|
|
30263
30226
|
|
|
30264
|
-
.
|
|
30265
|
-
|
|
30227
|
+
.E_c1yyuluq {
|
|
30228
|
+
border-radius: 8px;
|
|
30266
30229
|
}
|
|
30267
30230
|
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30270
|
-
border-top-left-radius: 5px;
|
|
30231
|
+
.E_c1yyuluq .ant-card-body {
|
|
30232
|
+
padding: 20px 24px 24px 24px;
|
|
30271
30233
|
}
|
|
30272
30234
|
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30275
|
-
border-top-right-radius: 5px;
|
|
30235
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30236
|
+
line-height: 18px;
|
|
30276
30237
|
}
|
|
30277
30238
|
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30239
|
+
.E_phljevk {
|
|
30240
|
+
display: flex;
|
|
30241
|
+
justify-content: space-between;
|
|
30242
|
+
align-items: center;
|
|
30243
|
+
padding: 10px 0;
|
|
30244
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30245
|
+
font-size: 12px;
|
|
30246
|
+
line-height: 24px;
|
|
30282
30247
|
}
|
|
30283
30248
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30249
|
+
.E_phljevk .pagination-left {
|
|
30250
|
+
padding: 2px 8px;
|
|
30286
30251
|
}
|
|
30287
30252
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30253
|
+
.E_phljevk .dropdown-trigger {
|
|
30254
|
+
display: flex;
|
|
30255
|
+
align-items: center;
|
|
30256
|
+
border-radius: 6px;
|
|
30257
|
+
cursor: pointer;
|
|
30258
|
+
transition: all 0.3s ease;
|
|
30290
30259
|
}
|
|
30291
30260
|
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30261
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30262
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30263
|
+
color: #0080ff;
|
|
30294
30264
|
}
|
|
30295
30265
|
|
|
30296
|
-
.
|
|
30297
|
-
|
|
30298
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30299
|
-
margin-right: 8px;
|
|
30300
|
-
padding-right: 8px;
|
|
30266
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30267
|
+
margin-left: 4px;
|
|
30301
30268
|
}
|
|
30302
30269
|
|
|
30303
|
-
.
|
|
30270
|
+
.E_phljevk .pagination-right {
|
|
30304
30271
|
display: flex;
|
|
30305
|
-
|
|
30272
|
+
align-items: center;
|
|
30273
|
+
color: #0080ff;
|
|
30274
|
+
font-weight: bold;
|
|
30306
30275
|
}
|
|
30307
30276
|
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30277
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30278
|
+
margin-left: 4px;
|
|
30310
30279
|
}
|
|
30311
30280
|
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30281
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30282
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30283
|
+
padding: 0 8px;
|
|
30314
30284
|
}
|
|
30315
30285
|
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30318
|
-
|
|
30319
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30320
|
-
overflow: hidden;
|
|
30286
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30287
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30288
|
+
color: #0080ff;
|
|
30321
30289
|
}
|
|
30322
30290
|
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30325
|
-
}
|
|
30326
|
-
|
|
30327
|
-
.E_s1dizucg.ant-switch-small {
|
|
30328
|
-
min-width: 26px;
|
|
30329
|
-
height: 16px;
|
|
30330
|
-
}
|
|
30331
|
-
|
|
30332
|
-
.E_s1dizucg.ant-switch-large {
|
|
30333
|
-
min-width: 52px;
|
|
30334
|
-
height: 32px;
|
|
30335
|
-
}
|
|
30336
|
-
|
|
30337
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30338
|
-
height: 20px;
|
|
30339
|
-
width: 20px;
|
|
30340
|
-
}
|
|
30341
|
-
|
|
30342
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30343
|
-
border-radius: 10px;
|
|
30344
|
-
transition-delay: 120ms;
|
|
30345
|
-
}
|
|
30346
|
-
|
|
30347
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30348
|
-
height: 14px;
|
|
30349
|
-
width: 14px;
|
|
30350
|
-
top: 1px;
|
|
30351
|
-
left: 1px;
|
|
30352
|
-
}
|
|
30353
|
-
|
|
30354
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30355
|
-
height: 28px;
|
|
30356
|
-
width: 28px;
|
|
30357
|
-
}
|
|
30358
|
-
|
|
30359
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30360
|
-
border-radius: 14px;
|
|
30291
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30292
|
+
transform: rotate(180deg);
|
|
30361
30293
|
}
|
|
30362
30294
|
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30295
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30296
|
+
max-height: calc(100vh - 128px);
|
|
30297
|
+
overflow-y: auto;
|
|
30365
30298
|
}
|
|
30366
30299
|
|
|
30367
|
-
.
|
|
30368
|
-
|
|
30300
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30301
|
+
padding: 4px 20px;
|
|
30302
|
+
font-size: 12px;
|
|
30303
|
+
line-height: 18px;
|
|
30369
30304
|
}
|
|
30370
30305
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30306
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30307
|
+
display: flex;
|
|
30373
30308
|
}
|
|
30374
30309
|
|
|
30375
|
-
.
|
|
30376
|
-
left:
|
|
30310
|
+
.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 {
|
|
30311
|
+
border-bottom-left-radius: 5px;
|
|
30312
|
+
border-top-left-radius: 5px;
|
|
30377
30313
|
}
|
|
30378
30314
|
|
|
30379
|
-
.
|
|
30380
|
-
|
|
30315
|
+
.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 {
|
|
30316
|
+
border-bottom-right-radius: 5px;
|
|
30317
|
+
border-top-right-radius: 5px;
|
|
30381
30318
|
}
|
|
30382
30319
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30320
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30321
|
+
border: 0px;
|
|
30322
|
+
background-color: #fff;
|
|
30385
30323
|
}
|
|
30386
30324
|
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
flex-shrink: 0;
|
|
30393
|
-
display: flex;
|
|
30394
|
-
align-items: center;
|
|
30395
|
-
justify-content: center;
|
|
30396
|
-
border: 1px solid var(--color);
|
|
30325
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30326
|
+
padding-top: 0px;
|
|
30327
|
+
padding-bottom: 0px;
|
|
30328
|
+
padding-left: 0px !important;
|
|
30329
|
+
padding-right: 24px;
|
|
30397
30330
|
}
|
|
30398
30331
|
|
|
30399
|
-
.
|
|
30400
|
-
|
|
30401
|
-
height: 10px;
|
|
30402
|
-
width: 10px;
|
|
30403
|
-
border-radius: 50%;
|
|
30404
|
-
overflow: hidden;
|
|
30332
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30333
|
+
right: 0px;
|
|
30405
30334
|
}
|
|
30406
30335
|
|
|
30407
|
-
.
|
|
30408
|
-
|
|
30409
|
-
height: 100%;
|
|
30410
|
-
width: 100%;
|
|
30411
|
-
left: 0;
|
|
30412
|
-
top: 0;
|
|
30413
|
-
border-radius: 50%;
|
|
30414
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30415
|
-
transform: rotate(180deg);
|
|
30336
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30337
|
+
padding: 0px;
|
|
30416
30338
|
}
|
|
30417
30339
|
|
|
30418
|
-
.
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
width: 100%;
|
|
30422
|
-
left: 0;
|
|
30423
|
-
top: 0;
|
|
30424
|
-
margin-left: 50%;
|
|
30425
|
-
transform-origin: left;
|
|
30426
|
-
background: white;
|
|
30427
|
-
transform: rotate(0deg);
|
|
30340
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30341
|
+
padding-right: 0px;
|
|
30342
|
+
cursor: default;
|
|
30428
30343
|
}
|
|
30429
30344
|
|
|
30430
30345
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30606,106 +30521,204 @@ html body {
|
|
|
30606
30521
|
width: 36px;
|
|
30607
30522
|
}
|
|
30608
30523
|
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30611
|
-
justify-content: space-between;
|
|
30612
|
-
align-items: center;
|
|
30613
|
-
padding: 10px 0;
|
|
30614
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30615
|
-
font-size: 12px;
|
|
30616
|
-
line-height: 24px;
|
|
30524
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30525
|
+
margin-right: 8px;
|
|
30617
30526
|
}
|
|
30618
30527
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30528
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30529
|
+
margin-left: 8px;
|
|
30621
30530
|
}
|
|
30622
30531
|
|
|
30623
|
-
.
|
|
30532
|
+
.E_cc368xp {
|
|
30533
|
+
color: #00122e;
|
|
30534
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30535
|
+
margin-right: 8px;
|
|
30536
|
+
padding-right: 8px;
|
|
30537
|
+
}
|
|
30538
|
+
|
|
30539
|
+
.E_i11o6xqj {
|
|
30624
30540
|
display: flex;
|
|
30625
|
-
|
|
30626
|
-
border-radius: 6px;
|
|
30627
|
-
cursor: pointer;
|
|
30628
|
-
transition: all 0.3s ease;
|
|
30541
|
+
gap: 4px;
|
|
30629
30542
|
}
|
|
30630
30543
|
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
color: #0080ff;
|
|
30544
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30545
|
+
cursor: pointer;
|
|
30634
30546
|
}
|
|
30635
30547
|
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30548
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30549
|
+
cursor: not-allowed;
|
|
30638
30550
|
}
|
|
30639
30551
|
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
|
-
|
|
30644
|
-
font-weight: bold;
|
|
30552
|
+
.E_ivqqkzv {
|
|
30553
|
+
height: 24px;
|
|
30554
|
+
width: 56px !important;
|
|
30555
|
+
margin-right: 4px;
|
|
30645
30556
|
}
|
|
30646
30557
|
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30558
|
+
.E_c1wk4q29 {
|
|
30559
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30649
30560
|
}
|
|
30650
30561
|
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
|
|
30562
|
+
.E_c1bus5hc {
|
|
30563
|
+
--color: white;
|
|
30564
|
+
height: 14px;
|
|
30565
|
+
width: 14px;
|
|
30566
|
+
border-radius: 50%;
|
|
30567
|
+
flex-shrink: 0;
|
|
30568
|
+
display: flex;
|
|
30569
|
+
align-items: center;
|
|
30570
|
+
justify-content: center;
|
|
30571
|
+
border: 1px solid var(--color);
|
|
30654
30572
|
}
|
|
30655
30573
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
|
|
30574
|
+
.E_c1bus5hc .circle-inner {
|
|
30575
|
+
position: relative;
|
|
30576
|
+
height: 10px;
|
|
30577
|
+
width: 10px;
|
|
30578
|
+
border-radius: 50%;
|
|
30579
|
+
overflow: hidden;
|
|
30659
30580
|
}
|
|
30660
30581
|
|
|
30661
|
-
.
|
|
30582
|
+
.E_c1bus5hc .circle-content {
|
|
30583
|
+
position: absolute;
|
|
30584
|
+
height: 100%;
|
|
30585
|
+
width: 100%;
|
|
30586
|
+
left: 0;
|
|
30587
|
+
top: 0;
|
|
30588
|
+
border-radius: 50%;
|
|
30589
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30662
30590
|
transform: rotate(180deg);
|
|
30663
30591
|
}
|
|
30664
30592
|
|
|
30665
|
-
.
|
|
30666
|
-
|
|
30667
|
-
|
|
30593
|
+
.E_c1bus5hc .circle-child {
|
|
30594
|
+
position: absolute;
|
|
30595
|
+
height: 100%;
|
|
30596
|
+
width: 100%;
|
|
30597
|
+
left: 0;
|
|
30598
|
+
top: 0;
|
|
30599
|
+
margin-left: 50%;
|
|
30600
|
+
transform-origin: left;
|
|
30601
|
+
background: white;
|
|
30602
|
+
transform: rotate(0deg);
|
|
30668
30603
|
}
|
|
30669
30604
|
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30672
|
-
font-size: 12px;
|
|
30673
|
-
line-height: 18px;
|
|
30605
|
+
.E_tju3gfj .date {
|
|
30606
|
+
margin-right: 4px;
|
|
30674
30607
|
}
|
|
30675
30608
|
|
|
30676
|
-
.
|
|
30677
|
-
width:
|
|
30609
|
+
.E_s1dizucg.ant-switch {
|
|
30610
|
+
min-width: 40px;
|
|
30611
|
+
height: 24px;
|
|
30612
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30613
|
+
overflow: hidden;
|
|
30678
30614
|
}
|
|
30679
30615
|
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30682
|
-
line-height: 18px;
|
|
30683
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30684
|
-
height: 34px;
|
|
30685
|
-
min-height: 34px;
|
|
30686
|
-
box-sizing: border-box;
|
|
30687
|
-
margin-top: 8px;
|
|
30616
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30617
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30688
30618
|
}
|
|
30689
30619
|
|
|
30690
|
-
.
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
margin: 1px 8px;
|
|
30694
|
-
padding: 8px;
|
|
30695
|
-
border-radius: 4px;
|
|
30620
|
+
.E_s1dizucg.ant-switch-small {
|
|
30621
|
+
min-width: 26px;
|
|
30622
|
+
height: 16px;
|
|
30696
30623
|
}
|
|
30697
30624
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30625
|
+
.E_s1dizucg.ant-switch-large {
|
|
30626
|
+
min-width: 52px;
|
|
30627
|
+
height: 32px;
|
|
30700
30628
|
}
|
|
30701
30629
|
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30630
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30631
|
+
height: 20px;
|
|
30632
|
+
width: 20px;
|
|
30704
30633
|
}
|
|
30705
30634
|
|
|
30706
|
-
.
|
|
30707
|
-
|
|
30708
|
-
|
|
30635
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30636
|
+
border-radius: 10px;
|
|
30637
|
+
transition-delay: 120ms;
|
|
30638
|
+
}
|
|
30639
|
+
|
|
30640
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30641
|
+
height: 14px;
|
|
30642
|
+
width: 14px;
|
|
30643
|
+
top: 1px;
|
|
30644
|
+
left: 1px;
|
|
30645
|
+
}
|
|
30646
|
+
|
|
30647
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30648
|
+
height: 28px;
|
|
30649
|
+
width: 28px;
|
|
30650
|
+
}
|
|
30651
|
+
|
|
30652
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30653
|
+
border-radius: 14px;
|
|
30654
|
+
}
|
|
30655
|
+
|
|
30656
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30657
|
+
background-color: #00ba5d;
|
|
30658
|
+
}
|
|
30659
|
+
|
|
30660
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30661
|
+
left: calc(100% - 20px - 2px);
|
|
30662
|
+
}
|
|
30663
|
+
|
|
30664
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30665
|
+
left: calc(100% - 14px - 1px);
|
|
30666
|
+
}
|
|
30667
|
+
|
|
30668
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30669
|
+
left: calc(100% - 28px - 2px);
|
|
30670
|
+
}
|
|
30671
|
+
|
|
30672
|
+
.E_c1up6e3y {
|
|
30673
|
+
margin-left: 5px;
|
|
30674
|
+
}
|
|
30675
|
+
|
|
30676
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30677
|
+
display: none;
|
|
30678
|
+
}
|
|
30679
|
+
|
|
30680
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30681
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30682
|
+
border-radius: 4px;
|
|
30683
|
+
}
|
|
30684
|
+
|
|
30685
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30686
|
+
visibility: hidden;
|
|
30687
|
+
}
|
|
30688
|
+
|
|
30689
|
+
.E_s1dni7lo {
|
|
30690
|
+
width: 430px !important;
|
|
30691
|
+
}
|
|
30692
|
+
|
|
30693
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30694
|
+
padding: 8px 16px;
|
|
30695
|
+
line-height: 18px;
|
|
30696
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30697
|
+
height: 34px;
|
|
30698
|
+
min-height: 34px;
|
|
30699
|
+
box-sizing: border-box;
|
|
30700
|
+
margin-top: 8px;
|
|
30701
|
+
}
|
|
30702
|
+
|
|
30703
|
+
.E_o1ugr09p {
|
|
30704
|
+
display: flex;
|
|
30705
|
+
flex-direction: column;
|
|
30706
|
+
margin: 1px 8px;
|
|
30707
|
+
padding: 8px;
|
|
30708
|
+
border-radius: 4px;
|
|
30709
|
+
}
|
|
30710
|
+
|
|
30711
|
+
.E_o1ugr09p .selected-icon {
|
|
30712
|
+
display: none;
|
|
30713
|
+
}
|
|
30714
|
+
|
|
30715
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30716
|
+
padding-left: 8px;
|
|
30717
|
+
}
|
|
30718
|
+
|
|
30719
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30720
|
+
background-color: white;
|
|
30721
|
+
}
|
|
30709
30722
|
|
|
30710
30723
|
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30711
30724
|
color: #0080ff;
|
|
@@ -30763,6 +30776,10 @@ html body {
|
|
|
30763
30776
|
opacity: 0;
|
|
30764
30777
|
}
|
|
30765
30778
|
|
|
30779
|
+
.E_iq1gosr {
|
|
30780
|
+
display: inline-block;
|
|
30781
|
+
}
|
|
30782
|
+
|
|
30766
30783
|
.E_s1sck0th {
|
|
30767
30784
|
padding: 0 8px;
|
|
30768
30785
|
border-radius: 4px;
|
|
@@ -30861,39 +30878,6 @@ html body {
|
|
|
30861
30878
|
background-color: #7E41FF;
|
|
30862
30879
|
}
|
|
30863
30880
|
|
|
30864
|
-
.E_iq1gosr {
|
|
30865
|
-
display: inline-block;
|
|
30866
|
-
}
|
|
30867
|
-
|
|
30868
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30869
|
-
display: none;
|
|
30870
|
-
}
|
|
30871
|
-
|
|
30872
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30873
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30874
|
-
border-radius: 4px;
|
|
30875
|
-
}
|
|
30876
|
-
|
|
30877
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30878
|
-
visibility: hidden;
|
|
30879
|
-
}
|
|
30880
|
-
|
|
30881
|
-
.E_fzh9mnb {
|
|
30882
|
-
width: 100%;
|
|
30883
|
-
height: 100%;
|
|
30884
|
-
min-height: 124px;
|
|
30885
|
-
display: flex;
|
|
30886
|
-
flex-direction: column;
|
|
30887
|
-
justify-content: center;
|
|
30888
|
-
align-items: center;
|
|
30889
|
-
}
|
|
30890
|
-
|
|
30891
|
-
.E_fzh9mnb .error-text {
|
|
30892
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30893
|
-
margin-bottom: 16px;
|
|
30894
|
-
font-size: 18px;
|
|
30895
|
-
}
|
|
30896
|
-
|
|
30897
30881
|
.E_iouxfgt {
|
|
30898
30882
|
display: inline-flex;
|
|
30899
30883
|
align-items: center;
|
|
@@ -31025,6 +31009,30 @@ html body {
|
|
|
31025
31009
|
padding: 2px 8px;
|
|
31026
31010
|
}
|
|
31027
31011
|
|
|
31012
|
+
.E_fzh9mnb {
|
|
31013
|
+
width: 100%;
|
|
31014
|
+
height: 100%;
|
|
31015
|
+
min-height: 124px;
|
|
31016
|
+
display: flex;
|
|
31017
|
+
flex-direction: column;
|
|
31018
|
+
justify-content: center;
|
|
31019
|
+
align-items: center;
|
|
31020
|
+
}
|
|
31021
|
+
|
|
31022
|
+
.E_fzh9mnb .error-text {
|
|
31023
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31024
|
+
margin-bottom: 16px;
|
|
31025
|
+
font-size: 18px;
|
|
31026
|
+
}
|
|
31027
|
+
|
|
31028
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31029
|
+
margin-left: 8px;
|
|
31030
|
+
}
|
|
31031
|
+
|
|
31032
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31033
|
+
padding: 2px 7px 2px 12px;
|
|
31034
|
+
}
|
|
31035
|
+
|
|
31028
31036
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31029
31037
|
display: var(--a1wfy30z-0);
|
|
31030
31038
|
}
|
|
@@ -31073,54 +31081,8 @@ html body {
|
|
|
31073
31081
|
margin-right: 4px;
|
|
31074
31082
|
}
|
|
31075
31083
|
|
|
31076
|
-
.
|
|
31077
|
-
|
|
31078
|
-
}
|
|
31079
|
-
|
|
31080
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31081
|
-
padding: 2px 7px 2px 12px;
|
|
31082
|
-
}
|
|
31083
|
-
|
|
31084
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31085
|
-
display: inline-flex;
|
|
31086
|
-
align-items: center;
|
|
31087
|
-
justify-content: center;
|
|
31088
|
-
color: #fff;
|
|
31089
|
-
font-weight: bold;
|
|
31090
|
-
font-size: 12px;
|
|
31091
|
-
width: 24px;
|
|
31092
|
-
height: 24px;
|
|
31093
|
-
border-radius: 50%;
|
|
31094
|
-
background: var(--a1b5xrg3-0);
|
|
31095
|
-
}
|
|
31096
|
-
|
|
31097
|
-
.E_a1b5xrg3.btn-item {
|
|
31098
|
-
transition: all 160ms ease;
|
|
31099
|
-
cursor: pointer;
|
|
31100
|
-
width: 56px;
|
|
31101
|
-
height: 40px;
|
|
31102
|
-
display: inline-flex;
|
|
31103
|
-
align-items: center;
|
|
31104
|
-
justify-content: center;
|
|
31105
|
-
border-radius: 6px;
|
|
31106
|
-
}
|
|
31107
|
-
|
|
31108
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31109
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31110
|
-
}
|
|
31111
|
-
|
|
31112
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31113
|
-
transform: translateY(2px);
|
|
31114
|
-
transition: all 320ms ease;
|
|
31115
|
-
}
|
|
31116
|
-
|
|
31117
|
-
.E_owd0kml {
|
|
31118
|
-
display: inline-block;
|
|
31119
|
-
}
|
|
31120
|
-
|
|
31121
|
-
.E_h1jsgezc {
|
|
31122
|
-
visibility: hidden;
|
|
31123
|
-
position: absolute;
|
|
31084
|
+
.E_m196gn1d {
|
|
31085
|
+
min-width: 1280px;
|
|
31124
31086
|
}
|
|
31125
31087
|
|
|
31126
31088
|
.E_cnujxq2 {
|
|
@@ -31911,6 +31873,48 @@ input.E_rf8rlle.ant-input {
|
|
|
31911
31873
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31912
31874
|
}
|
|
31913
31875
|
|
|
31876
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31877
|
+
display: inline-flex;
|
|
31878
|
+
align-items: center;
|
|
31879
|
+
justify-content: center;
|
|
31880
|
+
color: #fff;
|
|
31881
|
+
font-weight: bold;
|
|
31882
|
+
font-size: 12px;
|
|
31883
|
+
width: 24px;
|
|
31884
|
+
height: 24px;
|
|
31885
|
+
border-radius: 50%;
|
|
31886
|
+
background: var(--a1b5xrg3-0);
|
|
31887
|
+
}
|
|
31888
|
+
|
|
31889
|
+
.E_a1b5xrg3.btn-item {
|
|
31890
|
+
transition: all 160ms ease;
|
|
31891
|
+
cursor: pointer;
|
|
31892
|
+
width: 56px;
|
|
31893
|
+
height: 40px;
|
|
31894
|
+
display: inline-flex;
|
|
31895
|
+
align-items: center;
|
|
31896
|
+
justify-content: center;
|
|
31897
|
+
border-radius: 6px;
|
|
31898
|
+
}
|
|
31899
|
+
|
|
31900
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31901
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31902
|
+
}
|
|
31903
|
+
|
|
31904
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31905
|
+
transform: translateY(2px);
|
|
31906
|
+
transition: all 320ms ease;
|
|
31907
|
+
}
|
|
31908
|
+
|
|
31909
|
+
.E_owd0kml {
|
|
31910
|
+
display: inline-block;
|
|
31911
|
+
}
|
|
31912
|
+
|
|
31913
|
+
.E_h1jsgezc {
|
|
31914
|
+
visibility: hidden;
|
|
31915
|
+
position: absolute;
|
|
31916
|
+
}
|
|
31917
|
+
|
|
31914
31918
|
.E_dsnbhzf {
|
|
31915
31919
|
font-family: Inter;
|
|
31916
31920
|
font-style: normal;
|
|
@@ -32386,10 +32390,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32386
32390
|
line-height: 12px;
|
|
32387
32391
|
}
|
|
32388
32392
|
|
|
32389
|
-
.E_m196gn1d {
|
|
32390
|
-
min-width: 1280px;
|
|
32391
|
-
}
|
|
32392
|
-
|
|
32393
32393
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32394
32394
|
border-radius: 6px;
|
|
32395
32395
|
}
|
|
@@ -32661,24 +32661,7 @@ input.E_rf8rlle.ant-input {
|
|
|
32661
32661
|
opacity: 0.8;
|
|
32662
32662
|
}
|
|
32663
32663
|
|
|
32664
|
-
.
|
|
32665
|
-
display: flex;
|
|
32666
|
-
align-items: center;
|
|
32667
|
-
}
|
|
32668
|
-
|
|
32669
|
-
.E_ryby9ds .order {
|
|
32670
|
-
height: 24px;
|
|
32671
|
-
width: 24px;
|
|
32672
|
-
border-radius: 20px;
|
|
32673
|
-
color: #0080ff;
|
|
32674
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32675
|
-
display: flex;
|
|
32676
|
-
align-items: center;
|
|
32677
|
-
justify-content: center;
|
|
32678
|
-
margin-right: 6px;
|
|
32679
|
-
}
|
|
32680
|
-
|
|
32681
|
-
.E_suhck3k {
|
|
32664
|
+
.E_suhck3k {
|
|
32682
32665
|
height: 24px;
|
|
32683
32666
|
width: 24px;
|
|
32684
32667
|
border-radius: 6px;
|
|
@@ -32693,6 +32676,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32693
32676
|
fill: blue;
|
|
32694
32677
|
}
|
|
32695
32678
|
|
|
32679
|
+
.E_ryby9ds {
|
|
32680
|
+
display: flex;
|
|
32681
|
+
align-items: center;
|
|
32682
|
+
}
|
|
32683
|
+
|
|
32684
|
+
.E_ryby9ds .order {
|
|
32685
|
+
height: 24px;
|
|
32686
|
+
width: 24px;
|
|
32687
|
+
border-radius: 20px;
|
|
32688
|
+
color: #0080ff;
|
|
32689
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32690
|
+
display: flex;
|
|
32691
|
+
align-items: center;
|
|
32692
|
+
justify-content: center;
|
|
32693
|
+
margin-right: 6px;
|
|
32694
|
+
}
|
|
32695
|
+
|
|
32696
32696
|
.E_hrhfj7c {
|
|
32697
32697
|
display: none;
|
|
32698
32698
|
}
|
|
@@ -33222,6 +33222,7 @@ input.E_rf8rlle.ant-input {
|
|
|
33222
33222
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33223
33223
|
padding-left: 8px;
|
|
33224
33224
|
padding-right: 8px;
|
|
33225
|
+
font-size: 12px;
|
|
33225
33226
|
}
|
|
33226
33227
|
|
|
33227
33228
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
@@ -33254,72 +33255,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33254
33255
|
background-color: transparent;
|
|
33255
33256
|
}
|
|
33256
33257
|
|
|
33257
|
-
.E_b14q2gmw {
|
|
33258
|
-
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);
|
|
33259
|
-
}
|
|
33260
|
-
|
|
33261
|
-
.E_c1eym6el {
|
|
33262
|
-
border-radius: 8px;
|
|
33263
|
-
background-color: white;
|
|
33264
|
-
}
|
|
33265
|
-
|
|
33266
|
-
.E_c1eym6el.hoverable {
|
|
33267
|
-
cursor: pointer;
|
|
33268
|
-
}
|
|
33269
|
-
|
|
33270
|
-
.E_c1eym6el.hoverable:hover {
|
|
33271
|
-
transition: all 200ms ease;
|
|
33272
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33273
|
-
transform: translateY(-4px);
|
|
33274
|
-
}
|
|
33275
|
-
|
|
33276
|
-
.E_c1kghdax {
|
|
33277
|
-
color: #2d3a56;
|
|
33278
|
-
padding: 7px 12px;
|
|
33279
|
-
display: flex;
|
|
33280
|
-
justify-content: space-between;
|
|
33281
|
-
align-items: center;
|
|
33282
|
-
}
|
|
33283
|
-
|
|
33284
|
-
.E_c1kghdax.has-arrow {
|
|
33285
|
-
padding-left: 10px;
|
|
33286
|
-
}
|
|
33287
|
-
|
|
33288
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33289
|
-
cursor: pointer;
|
|
33290
|
-
color: #00122e;
|
|
33291
|
-
}
|
|
33292
|
-
|
|
33293
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33294
|
-
color: #2d3a56;
|
|
33295
|
-
font-weight: 600;
|
|
33296
|
-
}
|
|
33297
|
-
|
|
33298
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33299
|
-
transform: rotate(90deg);
|
|
33300
|
-
}
|
|
33301
|
-
|
|
33302
|
-
.E_c1kghdax .sub-info {
|
|
33303
|
-
font-size: 12px;
|
|
33304
|
-
line-height: 18px;
|
|
33305
|
-
}
|
|
33306
|
-
|
|
33307
|
-
.E_c1kghdax .title-wrapper {
|
|
33308
|
-
display: flex;
|
|
33309
|
-
align-items: center;
|
|
33310
|
-
user-select: none;
|
|
33311
|
-
flex-grow: 1;
|
|
33312
|
-
font-size: 12px;
|
|
33313
|
-
line-height: 18px;
|
|
33314
|
-
color: #2d3a56;
|
|
33315
|
-
font-weight: 700;
|
|
33316
|
-
}
|
|
33317
|
-
|
|
33318
|
-
.E_c1kghdax .collapse-arrow {
|
|
33319
|
-
transition: all 50ms ease-out 0ms;
|
|
33320
|
-
margin-right: 2px;
|
|
33321
|
-
}
|
|
33322
|
-
|
|
33323
33258
|
.E_ckui4s7 {
|
|
33324
33259
|
color: #2d3a56;
|
|
33325
33260
|
line-height: 22px;
|
|
@@ -33404,6 +33339,72 @@ input.E_rf8rlle.ant-input {
|
|
|
33404
33339
|
padding: 0 12px 14px 12px;
|
|
33405
33340
|
}
|
|
33406
33341
|
|
|
33342
|
+
.E_c1kghdax {
|
|
33343
|
+
color: #2d3a56;
|
|
33344
|
+
padding: 7px 12px;
|
|
33345
|
+
display: flex;
|
|
33346
|
+
justify-content: space-between;
|
|
33347
|
+
align-items: center;
|
|
33348
|
+
}
|
|
33349
|
+
|
|
33350
|
+
.E_c1kghdax.has-arrow {
|
|
33351
|
+
padding-left: 10px;
|
|
33352
|
+
}
|
|
33353
|
+
|
|
33354
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33355
|
+
cursor: pointer;
|
|
33356
|
+
color: #00122e;
|
|
33357
|
+
}
|
|
33358
|
+
|
|
33359
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33360
|
+
color: #2d3a56;
|
|
33361
|
+
font-weight: 600;
|
|
33362
|
+
}
|
|
33363
|
+
|
|
33364
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33365
|
+
transform: rotate(90deg);
|
|
33366
|
+
}
|
|
33367
|
+
|
|
33368
|
+
.E_c1kghdax .sub-info {
|
|
33369
|
+
font-size: 12px;
|
|
33370
|
+
line-height: 18px;
|
|
33371
|
+
}
|
|
33372
|
+
|
|
33373
|
+
.E_c1kghdax .title-wrapper {
|
|
33374
|
+
display: flex;
|
|
33375
|
+
align-items: center;
|
|
33376
|
+
user-select: none;
|
|
33377
|
+
flex-grow: 1;
|
|
33378
|
+
font-size: 12px;
|
|
33379
|
+
line-height: 18px;
|
|
33380
|
+
color: #2d3a56;
|
|
33381
|
+
font-weight: 700;
|
|
33382
|
+
}
|
|
33383
|
+
|
|
33384
|
+
.E_c1kghdax .collapse-arrow {
|
|
33385
|
+
transition: all 50ms ease-out 0ms;
|
|
33386
|
+
margin-right: 2px;
|
|
33387
|
+
}
|
|
33388
|
+
|
|
33389
|
+
.E_b14q2gmw {
|
|
33390
|
+
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);
|
|
33391
|
+
}
|
|
33392
|
+
|
|
33393
|
+
.E_c1eym6el {
|
|
33394
|
+
border-radius: 8px;
|
|
33395
|
+
background-color: white;
|
|
33396
|
+
}
|
|
33397
|
+
|
|
33398
|
+
.E_c1eym6el.hoverable {
|
|
33399
|
+
cursor: pointer;
|
|
33400
|
+
}
|
|
33401
|
+
|
|
33402
|
+
.E_c1eym6el.hoverable:hover {
|
|
33403
|
+
transition: all 200ms ease;
|
|
33404
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33405
|
+
transform: translateY(-4px);
|
|
33406
|
+
}
|
|
33407
|
+
|
|
33407
33408
|
.E_lht19u8 {
|
|
33408
33409
|
width: 64px;
|
|
33409
33410
|
height: 64px;
|
|
@@ -33453,45 +33454,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33453
33454
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33454
33455
|
}
|
|
33455
33456
|
|
|
33456
|
-
.E_w7ob4th.outside-tag {
|
|
33457
|
-
padding-left: 0;
|
|
33458
|
-
}
|
|
33459
|
-
|
|
33460
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33461
|
-
border-radius: 4px 0 0 4px;
|
|
33462
|
-
padding-right: 4px;
|
|
33463
|
-
margin-right: 4px;
|
|
33464
|
-
}
|
|
33465
|
-
|
|
33466
|
-
.E_slr2ynn {
|
|
33467
|
-
padding: 0 8px;
|
|
33468
|
-
height: 18px;
|
|
33469
|
-
}
|
|
33470
|
-
|
|
33471
|
-
.E_m140wbb6 {
|
|
33472
|
-
padding: 2px 8px;
|
|
33473
|
-
height: 24px;
|
|
33474
|
-
}
|
|
33475
|
-
|
|
33476
|
-
.E_t1fozc1i {
|
|
33477
|
-
margin: 0;
|
|
33478
|
-
}
|
|
33479
|
-
|
|
33480
|
-
.E_i1vxv4ln {
|
|
33481
|
-
margin-right: 4px;
|
|
33482
|
-
height: 16px;
|
|
33483
|
-
}
|
|
33484
|
-
|
|
33485
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33486
|
-
font-weight: 700;
|
|
33487
|
-
color: #00122e;
|
|
33488
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33489
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33490
|
-
word-break: break-all;
|
|
33491
|
-
display: inline;
|
|
33492
|
-
white-space: normal;
|
|
33493
|
-
}
|
|
33494
|
-
|
|
33495
33457
|
.E_sjob3jg {
|
|
33496
33458
|
--item-min-width: 60px;
|
|
33497
33459
|
}
|
|
@@ -33724,6 +33686,16 @@ input.E_rf8rlle.ant-input {
|
|
|
33724
33686
|
justify-content: center;
|
|
33725
33687
|
}
|
|
33726
33688
|
|
|
33689
|
+
.E_w7ob4th.outside-tag {
|
|
33690
|
+
padding-left: 0;
|
|
33691
|
+
}
|
|
33692
|
+
|
|
33693
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33694
|
+
border-radius: 4px 0 0 4px;
|
|
33695
|
+
padding-right: 4px;
|
|
33696
|
+
margin-right: 4px;
|
|
33697
|
+
}
|
|
33698
|
+
|
|
33727
33699
|
.E_t1dtlqs1 {
|
|
33728
33700
|
margin-bottom: 4px;
|
|
33729
33701
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33957,39 +33929,138 @@ input.E_rf8rlle.ant-input {
|
|
|
33957
33929
|
margin-right: 8px;
|
|
33958
33930
|
}
|
|
33959
33931
|
|
|
33960
|
-
.
|
|
33961
|
-
|
|
33962
|
-
|
|
33963
|
-
padding: 2px 10px;
|
|
33964
|
-
height: 22px;
|
|
33932
|
+
.E_slr2ynn {
|
|
33933
|
+
padding: 0 8px;
|
|
33934
|
+
height: 18px;
|
|
33965
33935
|
}
|
|
33966
33936
|
|
|
33967
|
-
.
|
|
33968
|
-
|
|
33937
|
+
.E_m140wbb6 {
|
|
33938
|
+
padding: 2px 8px;
|
|
33939
|
+
height: 24px;
|
|
33969
33940
|
}
|
|
33970
33941
|
|
|
33971
|
-
.
|
|
33972
|
-
|
|
33942
|
+
.E_t1fozc1i {
|
|
33943
|
+
margin: 0;
|
|
33973
33944
|
}
|
|
33974
33945
|
|
|
33975
|
-
.
|
|
33946
|
+
.E_i1vxv4ln {
|
|
33947
|
+
margin-right: 4px;
|
|
33948
|
+
height: 16px;
|
|
33949
|
+
}
|
|
33950
|
+
|
|
33951
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33952
|
+
font-weight: 700;
|
|
33976
33953
|
color: #00122e;
|
|
33954
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33955
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33956
|
+
word-break: break-all;
|
|
33957
|
+
display: inline;
|
|
33958
|
+
white-space: normal;
|
|
33977
33959
|
}
|
|
33978
33960
|
|
|
33979
|
-
.
|
|
33980
|
-
margin-right:
|
|
33961
|
+
.E_i1g85yz3 {
|
|
33962
|
+
margin-right: 4px;
|
|
33963
|
+
height: 16px;
|
|
33981
33964
|
}
|
|
33982
33965
|
|
|
33983
|
-
.
|
|
33984
|
-
|
|
33985
|
-
|
|
33966
|
+
button.E_l48ei06.ant-btn,
|
|
33967
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33968
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33969
|
+
font-size: 12px;
|
|
33970
|
+
line-height: 18px;
|
|
33971
|
+
height: 18px;
|
|
33986
33972
|
}
|
|
33987
33973
|
|
|
33988
|
-
.
|
|
33989
|
-
|
|
33974
|
+
button.E_l48ei06 {
|
|
33975
|
+
color: #0080FF;
|
|
33976
|
+
height: unset;
|
|
33990
33977
|
}
|
|
33991
33978
|
|
|
33992
|
-
.
|
|
33979
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33980
|
+
margin-right: 4px;
|
|
33981
|
+
}
|
|
33982
|
+
|
|
33983
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33984
|
+
margin-left: 4px;
|
|
33985
|
+
}
|
|
33986
|
+
|
|
33987
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33988
|
+
color: #009DFF;
|
|
33989
|
+
}
|
|
33990
|
+
|
|
33991
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33992
|
+
color: #005ED1;
|
|
33993
|
+
}
|
|
33994
|
+
|
|
33995
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33996
|
+
color: #0080FF;
|
|
33997
|
+
}
|
|
33998
|
+
|
|
33999
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34000
|
+
color: #00122E;
|
|
34001
|
+
}
|
|
34002
|
+
|
|
34003
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34004
|
+
color: #0080FF;
|
|
34005
|
+
}
|
|
34006
|
+
|
|
34007
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34008
|
+
color: #005ED1;
|
|
34009
|
+
}
|
|
34010
|
+
|
|
34011
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34012
|
+
color: #00122E;
|
|
34013
|
+
}
|
|
34014
|
+
|
|
34015
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34016
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34017
|
+
}
|
|
34018
|
+
|
|
34019
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34020
|
+
color: #0080FF;
|
|
34021
|
+
}
|
|
34022
|
+
|
|
34023
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34024
|
+
color: #005ED1;
|
|
34025
|
+
}
|
|
34026
|
+
|
|
34027
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34028
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34029
|
+
}
|
|
34030
|
+
|
|
34031
|
+
.E_sddwhm6 {
|
|
34032
|
+
margin: 0;
|
|
34033
|
+
border-radius: 20px;
|
|
34034
|
+
padding: 2px 10px;
|
|
34035
|
+
height: 22px;
|
|
34036
|
+
}
|
|
34037
|
+
|
|
34038
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34039
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34040
|
+
}
|
|
34041
|
+
|
|
34042
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34043
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34044
|
+
}
|
|
34045
|
+
|
|
34046
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34047
|
+
color: #00122e;
|
|
34048
|
+
}
|
|
34049
|
+
|
|
34050
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34051
|
+
margin-right: 6px;
|
|
34052
|
+
}
|
|
34053
|
+
|
|
34054
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34055
|
+
margin-left: 8px;
|
|
34056
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34057
|
+
}
|
|
34058
|
+
|
|
34059
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34060
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34061
|
+
}
|
|
34062
|
+
|
|
34063
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33993
34064
|
background-color: #0080ff;
|
|
33994
34065
|
}
|
|
33995
34066
|
|
|
@@ -34052,71 +34123,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34052
34123
|
display: inline-block;
|
|
34053
34124
|
}
|
|
34054
34125
|
|
|
34055
|
-
button.E_l48ei06.ant-btn,
|
|
34056
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
34057
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
34058
|
-
font-size: 12px;
|
|
34059
|
-
line-height: 18px;
|
|
34060
|
-
height: 18px;
|
|
34061
|
-
}
|
|
34062
|
-
|
|
34063
|
-
button.E_l48ei06 {
|
|
34064
|
-
color: #0080FF;
|
|
34065
|
-
height: unset;
|
|
34066
|
-
}
|
|
34067
|
-
|
|
34068
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34069
|
-
margin-right: 4px;
|
|
34070
|
-
}
|
|
34071
|
-
|
|
34072
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34073
|
-
margin-left: 4px;
|
|
34074
|
-
}
|
|
34075
|
-
|
|
34076
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34077
|
-
color: #009DFF;
|
|
34078
|
-
}
|
|
34079
|
-
|
|
34080
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34081
|
-
color: #005ED1;
|
|
34082
|
-
}
|
|
34083
|
-
|
|
34084
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34085
|
-
color: #0080FF;
|
|
34086
|
-
}
|
|
34087
|
-
|
|
34088
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34089
|
-
color: #00122E;
|
|
34090
|
-
}
|
|
34091
|
-
|
|
34092
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34093
|
-
color: #0080FF;
|
|
34094
|
-
}
|
|
34095
|
-
|
|
34096
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34097
|
-
color: #005ED1;
|
|
34098
|
-
}
|
|
34099
|
-
|
|
34100
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34101
|
-
color: #00122E;
|
|
34102
|
-
}
|
|
34103
|
-
|
|
34104
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34105
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34106
|
-
}
|
|
34107
|
-
|
|
34108
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34109
|
-
color: #0080FF;
|
|
34110
|
-
}
|
|
34111
|
-
|
|
34112
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34113
|
-
color: #005ED1;
|
|
34114
|
-
}
|
|
34115
|
-
|
|
34116
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34117
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34118
|
-
}
|
|
34119
|
-
|
|
34120
34126
|
.E_tc97u5y {
|
|
34121
34127
|
height: 100%;
|
|
34122
34128
|
}
|
|
@@ -34589,11 +34595,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34589
34595
|
margin-inline-end: unset;
|
|
34590
34596
|
}
|
|
34591
34597
|
|
|
34592
|
-
.E_i1g85yz3 {
|
|
34593
|
-
margin-right: 4px;
|
|
34594
|
-
height: 16px;
|
|
34595
|
-
}
|
|
34596
|
-
|
|
34597
34598
|
.E_t13ef470 {
|
|
34598
34599
|
height: 100%;
|
|
34599
34600
|
}
|
|
@@ -34736,7 +34737,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34736
34737
|
column-gap: var(--a1ji6r68-0);
|
|
34737
34738
|
}
|
|
34738
34739
|
|
|
34739
|
-
.
|
|
34740
|
+
.E_msn7nxt {
|
|
34740
34741
|
color: rgba(44, 56, 82, 0.6);
|
|
34741
34742
|
text-align: center;
|
|
34742
34743
|
display: flex;
|
|
@@ -34746,45 +34747,46 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34746
34747
|
height: 100%;
|
|
34747
34748
|
}
|
|
34748
34749
|
|
|
34749
|
-
.
|
|
34750
|
+
.E_msn7nxt .link {
|
|
34750
34751
|
color: #0080ff;
|
|
34751
34752
|
cursor: pointer;
|
|
34752
34753
|
}
|
|
34753
34754
|
|
|
34754
|
-
.
|
|
34755
|
+
.E_mp64wfi {
|
|
34755
34756
|
width: 100%;
|
|
34756
34757
|
height: 100%;
|
|
34757
34758
|
display: flex;
|
|
34758
34759
|
flex-direction: column;
|
|
34759
34760
|
}
|
|
34760
34761
|
|
|
34761
|
-
.
|
|
34762
|
+
.E_mp64wfi .name-toolbar {
|
|
34762
34763
|
width: 100%;
|
|
34763
34764
|
display: flex;
|
|
34764
34765
|
line-height: 30px;
|
|
34766
|
+
padding: 0 16px;
|
|
34765
34767
|
justify-content: space-between;
|
|
34766
34768
|
}
|
|
34767
34769
|
|
|
34768
|
-
.
|
|
34770
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34769
34771
|
display: flex;
|
|
34770
34772
|
font-size: 12px;
|
|
34771
34773
|
align-items: center;
|
|
34772
34774
|
}
|
|
34773
34775
|
|
|
34774
|
-
.
|
|
34776
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34775
34777
|
color: #a3b4cc;
|
|
34776
34778
|
}
|
|
34777
34779
|
|
|
34778
|
-
.
|
|
34780
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34779
34781
|
margin-left: 10px;
|
|
34780
34782
|
}
|
|
34781
34783
|
|
|
34782
|
-
.
|
|
34784
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34783
34785
|
margin-left: 10px;
|
|
34784
34786
|
cursor: pointer;
|
|
34785
34787
|
}
|
|
34786
34788
|
|
|
34787
|
-
.
|
|
34789
|
+
.E_mp64wfi .content {
|
|
34788
34790
|
flex: 1;
|
|
34789
34791
|
width: 100%;
|
|
34790
34792
|
display: flex;
|
|
@@ -34792,11 +34794,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34792
34794
|
align-items: center;
|
|
34793
34795
|
}
|
|
34794
34796
|
|
|
34795
|
-
.
|
|
34797
|
+
.E_mp64wfi .single-content {
|
|
34796
34798
|
height: 65px;
|
|
34797
34799
|
}
|
|
34798
34800
|
|
|
34799
|
-
.
|
|
34801
|
+
.E_l1oyigan {
|
|
34800
34802
|
display: flex;
|
|
34801
34803
|
align-items: center;
|
|
34802
34804
|
white-space: nowrap;
|
|
@@ -34804,12 +34806,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34804
34806
|
width: 100%;
|
|
34805
34807
|
}
|
|
34806
34808
|
|
|
34807
|
-
.
|
|
34809
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34810
|
+
margin-left: auto;
|
|
34808
34811
|
font-size: 12px;
|
|
34809
|
-
margin-left: 8px;
|
|
34810
34812
|
}
|
|
34811
34813
|
|
|
34812
|
-
.
|
|
34814
|
+
.E_l1noi4n1 {
|
|
34813
34815
|
display: flex;
|
|
34814
34816
|
justify-content: flex-start;
|
|
34815
34817
|
align-items: center;
|
|
@@ -34817,154 +34819,109 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34817
34819
|
cursor: pointer;
|
|
34818
34820
|
}
|
|
34819
34821
|
|
|
34820
|
-
.
|
|
34821
|
-
margin-
|
|
34822
|
-
}
|
|
34823
|
-
|
|
34824
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34825
|
-
opacity: 0.3;
|
|
34826
|
-
}
|
|
34827
|
-
|
|
34828
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34829
|
-
background: #b4beca !important;
|
|
34830
|
-
border-radius: 2px;
|
|
34831
|
-
}
|
|
34832
|
-
|
|
34833
|
-
.E_ltthzck.hoverering-self {
|
|
34834
|
-
opacity: 1;
|
|
34835
|
-
}
|
|
34836
|
-
|
|
34837
|
-
.E_ltthzck .dropdown-trigger {
|
|
34838
|
-
margin-left: 12px;
|
|
34839
|
-
}
|
|
34840
|
-
|
|
34841
|
-
.E_l1mumj7o {
|
|
34842
|
-
display: flex;
|
|
34843
|
-
justify-content: flex-start;
|
|
34844
|
-
align-items: center;
|
|
34845
|
-
font-size: 12px;
|
|
34846
|
-
cursor: pointer;
|
|
34822
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34823
|
+
margin-right: 20px;
|
|
34847
34824
|
}
|
|
34848
34825
|
|
|
34849
|
-
.
|
|
34850
|
-
opacity: 0.
|
|
34826
|
+
.E_l1noi4n1.deselected {
|
|
34827
|
+
opacity: 0.4;
|
|
34851
34828
|
}
|
|
34852
34829
|
|
|
34853
|
-
.
|
|
34830
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34854
34831
|
background: #b4beca !important;
|
|
34855
|
-
border-radius: 2px;
|
|
34856
|
-
}
|
|
34857
|
-
|
|
34858
|
-
.E_l1mumj7o.hoverering-self {
|
|
34859
|
-
opacity: 1;
|
|
34860
34832
|
}
|
|
34861
34833
|
|
|
34862
|
-
.
|
|
34834
|
+
.E_cz19rz6 {
|
|
34863
34835
|
display: inline-block;
|
|
34864
34836
|
height: 8px;
|
|
34865
34837
|
width: 8px;
|
|
34866
|
-
margin-right:
|
|
34867
|
-
border-radius: 2px;
|
|
34838
|
+
margin-right: 8px;
|
|
34868
34839
|
}
|
|
34869
34840
|
|
|
34870
|
-
.
|
|
34841
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34871
34842
|
display: flex;
|
|
34872
34843
|
align-items: center;
|
|
34873
34844
|
font-size: 12px;
|
|
34874
34845
|
margin: 0;
|
|
34875
34846
|
}
|
|
34876
34847
|
|
|
34877
|
-
.
|
|
34848
|
+
.E_m1y1hhnr {
|
|
34878
34849
|
position: relative;
|
|
34879
34850
|
}
|
|
34880
34851
|
|
|
34881
|
-
.
|
|
34852
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34882
34853
|
bottom: -12px;
|
|
34883
34854
|
}
|
|
34884
34855
|
|
|
34885
|
-
.
|
|
34856
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34886
34857
|
display: flex;
|
|
34887
34858
|
justify-content: space-between;
|
|
34888
34859
|
line-height: 30px;
|
|
34860
|
+
margin: 0 16px;
|
|
34889
34861
|
}
|
|
34890
34862
|
|
|
34891
|
-
.
|
|
34863
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34892
34864
|
display: flex;
|
|
34893
|
-
flex-shrink: 0;
|
|
34894
34865
|
font-size: 12px;
|
|
34895
34866
|
align-items: center;
|
|
34896
34867
|
}
|
|
34897
34868
|
|
|
34898
|
-
.
|
|
34869
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34899
34870
|
color: #a3b4cc;
|
|
34900
34871
|
}
|
|
34901
34872
|
|
|
34902
|
-
.
|
|
34873
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34903
34874
|
margin-left: 10px;
|
|
34904
34875
|
}
|
|
34905
34876
|
|
|
34906
|
-
.
|
|
34877
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34907
34878
|
margin-left: 10px;
|
|
34908
34879
|
cursor: pointer;
|
|
34909
34880
|
}
|
|
34910
34881
|
|
|
34911
|
-
.
|
|
34882
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34912
34883
|
font-size: 12px;
|
|
34913
34884
|
}
|
|
34914
34885
|
|
|
34915
|
-
.
|
|
34886
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34916
34887
|
position: absolute;
|
|
34917
34888
|
bottom: 10px;
|
|
34918
34889
|
padding: 0 8px;
|
|
34890
|
+
border-radius: 4px;
|
|
34919
34891
|
font-size: 12px;
|
|
34920
34892
|
color: #fff;
|
|
34893
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34921
34894
|
transform: translateX(-50%);
|
|
34922
34895
|
}
|
|
34923
34896
|
|
|
34924
|
-
.
|
|
34897
|
+
.E_tnvijvs {
|
|
34925
34898
|
min-width: 200px;
|
|
34926
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34927
|
-
border-radius: 4px;
|
|
34928
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34929
|
-
padding: 8px;
|
|
34930
34899
|
}
|
|
34931
34900
|
|
|
34932
|
-
.
|
|
34901
|
+
.E_t1ub2aex {
|
|
34933
34902
|
display: flex;
|
|
34934
34903
|
align-items: center;
|
|
34935
|
-
background-color: unset;
|
|
34936
|
-
color: #FFFFFF;
|
|
34937
34904
|
justify-content: space-between;
|
|
34905
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34906
|
+
color: #b4beca;
|
|
34938
34907
|
font-size: 12px;
|
|
34939
|
-
padding
|
|
34908
|
+
padding: 3px 6px;
|
|
34940
34909
|
}
|
|
34941
34910
|
|
|
34942
|
-
.
|
|
34911
|
+
.E_t1ub2aex:first-child {
|
|
34943
34912
|
padding-top: 3px;
|
|
34944
34913
|
}
|
|
34945
34914
|
|
|
34946
|
-
.
|
|
34915
|
+
.E_t1ub2aex:last-child {
|
|
34947
34916
|
padding-bottom: 3px;
|
|
34948
34917
|
}
|
|
34949
34918
|
|
|
34950
|
-
.
|
|
34951
|
-
color: #
|
|
34919
|
+
.E_t1ub2aex .column-value {
|
|
34920
|
+
color: #fff;
|
|
34952
34921
|
margin-left: 8px;
|
|
34953
34922
|
}
|
|
34954
34923
|
|
|
34955
|
-
.
|
|
34956
|
-
display: inline-block;
|
|
34957
|
-
height: 8px;
|
|
34958
|
-
width: 8px;
|
|
34959
|
-
margin-right: 8px;
|
|
34960
|
-
border-radius: 2px;
|
|
34961
|
-
}
|
|
34962
|
-
|
|
34963
|
-
.E_ljhvvia.borderd {
|
|
34964
|
-
border: 1px solid #fff;
|
|
34965
|
-
}
|
|
34966
|
-
|
|
34967
|
-
.E_msn7nxt {
|
|
34924
|
+
.E_m11nzl2x {
|
|
34968
34925
|
color: rgba(44, 56, 82, 0.6);
|
|
34969
34926
|
text-align: center;
|
|
34970
34927
|
display: flex;
|
|
@@ -34974,46 +34931,45 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34974
34931
|
height: 100%;
|
|
34975
34932
|
}
|
|
34976
34933
|
|
|
34977
|
-
.
|
|
34934
|
+
.E_m11nzl2x .link {
|
|
34978
34935
|
color: #0080ff;
|
|
34979
34936
|
cursor: pointer;
|
|
34980
34937
|
}
|
|
34981
34938
|
|
|
34982
|
-
.
|
|
34939
|
+
.E_mn7joto {
|
|
34983
34940
|
width: 100%;
|
|
34984
34941
|
height: 100%;
|
|
34985
34942
|
display: flex;
|
|
34986
34943
|
flex-direction: column;
|
|
34987
34944
|
}
|
|
34988
34945
|
|
|
34989
|
-
.
|
|
34946
|
+
.E_mn7joto .name-toolbar {
|
|
34990
34947
|
width: 100%;
|
|
34991
34948
|
display: flex;
|
|
34992
34949
|
line-height: 30px;
|
|
34993
|
-
padding: 0 16px;
|
|
34994
34950
|
justify-content: space-between;
|
|
34995
34951
|
}
|
|
34996
34952
|
|
|
34997
|
-
.
|
|
34953
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34998
34954
|
display: flex;
|
|
34999
34955
|
font-size: 12px;
|
|
35000
34956
|
align-items: center;
|
|
35001
34957
|
}
|
|
35002
34958
|
|
|
35003
|
-
.
|
|
34959
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
35004
34960
|
color: #a3b4cc;
|
|
35005
34961
|
}
|
|
35006
34962
|
|
|
35007
|
-
.
|
|
34963
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
35008
34964
|
margin-left: 10px;
|
|
35009
34965
|
}
|
|
35010
34966
|
|
|
35011
|
-
.
|
|
34967
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
35012
34968
|
margin-left: 10px;
|
|
35013
34969
|
cursor: pointer;
|
|
35014
34970
|
}
|
|
35015
34971
|
|
|
35016
|
-
.
|
|
34972
|
+
.E_mn7joto .content {
|
|
35017
34973
|
flex: 1;
|
|
35018
34974
|
width: 100%;
|
|
35019
34975
|
display: flex;
|
|
@@ -35021,11 +34977,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35021
34977
|
align-items: center;
|
|
35022
34978
|
}
|
|
35023
34979
|
|
|
35024
|
-
.
|
|
34980
|
+
.E_mn7joto .single-content {
|
|
35025
34981
|
height: 65px;
|
|
35026
34982
|
}
|
|
35027
34983
|
|
|
35028
|
-
.
|
|
34984
|
+
.E_l1bifhon {
|
|
35029
34985
|
display: flex;
|
|
35030
34986
|
align-items: center;
|
|
35031
34987
|
white-space: nowrap;
|
|
@@ -35033,12 +34989,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35033
34989
|
width: 100%;
|
|
35034
34990
|
}
|
|
35035
34991
|
|
|
35036
|
-
.
|
|
35037
|
-
margin-left: auto;
|
|
34992
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
35038
34993
|
font-size: 12px;
|
|
34994
|
+
margin-left: 8px;
|
|
35039
34995
|
}
|
|
35040
34996
|
|
|
35041
|
-
.
|
|
34997
|
+
.E_ltthzck {
|
|
35042
34998
|
display: flex;
|
|
35043
34999
|
justify-content: flex-start;
|
|
35044
35000
|
align-items: center;
|
|
@@ -35046,108 +35002,161 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35046
35002
|
cursor: pointer;
|
|
35047
35003
|
}
|
|
35048
35004
|
|
|
35049
|
-
.
|
|
35050
|
-
margin-
|
|
35005
|
+
.E_ltthzck:not(:first-child) {
|
|
35006
|
+
margin-left: 8px;
|
|
35051
35007
|
}
|
|
35052
35008
|
|
|
35053
|
-
.
|
|
35054
|
-
opacity: 0.
|
|
35009
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
35010
|
+
opacity: 0.3;
|
|
35055
35011
|
}
|
|
35056
35012
|
|
|
35057
|
-
.
|
|
35013
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
35058
35014
|
background: #b4beca !important;
|
|
35015
|
+
border-radius: 2px;
|
|
35059
35016
|
}
|
|
35060
35017
|
|
|
35061
|
-
.
|
|
35018
|
+
.E_ltthzck.hoverering-self {
|
|
35019
|
+
opacity: 1;
|
|
35020
|
+
}
|
|
35021
|
+
|
|
35022
|
+
.E_ltthzck .dropdown-trigger {
|
|
35023
|
+
margin-left: 12px;
|
|
35024
|
+
}
|
|
35025
|
+
|
|
35026
|
+
.E_ltthzck .legend-name {
|
|
35027
|
+
color: #00122e;
|
|
35028
|
+
}
|
|
35029
|
+
|
|
35030
|
+
.E_l1mumj7o {
|
|
35031
|
+
display: flex;
|
|
35032
|
+
justify-content: flex-start;
|
|
35033
|
+
align-items: center;
|
|
35034
|
+
font-size: 12px;
|
|
35035
|
+
cursor: pointer;
|
|
35036
|
+
}
|
|
35037
|
+
|
|
35038
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
35039
|
+
opacity: 0.3;
|
|
35040
|
+
}
|
|
35041
|
+
|
|
35042
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
35043
|
+
background: #b4beca !important;
|
|
35044
|
+
border-radius: 2px;
|
|
35045
|
+
}
|
|
35046
|
+
|
|
35047
|
+
.E_l1mumj7o .legend-name {
|
|
35048
|
+
color: #00122e;
|
|
35049
|
+
}
|
|
35050
|
+
|
|
35051
|
+
.E_l1mumj7o.hoverering-self {
|
|
35052
|
+
opacity: 1;
|
|
35053
|
+
}
|
|
35054
|
+
|
|
35055
|
+
.E_c14rn6j5 {
|
|
35062
35056
|
display: inline-block;
|
|
35063
35057
|
height: 8px;
|
|
35064
35058
|
width: 8px;
|
|
35065
|
-
margin-right:
|
|
35059
|
+
margin-right: 6px;
|
|
35060
|
+
border-radius: 2px;
|
|
35066
35061
|
}
|
|
35067
35062
|
|
|
35068
|
-
.
|
|
35063
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
35069
35064
|
display: flex;
|
|
35070
35065
|
align-items: center;
|
|
35071
35066
|
font-size: 12px;
|
|
35072
35067
|
margin: 0;
|
|
35073
35068
|
}
|
|
35074
35069
|
|
|
35075
|
-
.
|
|
35070
|
+
.E_lqeaosa {
|
|
35076
35071
|
position: relative;
|
|
35077
35072
|
}
|
|
35078
35073
|
|
|
35079
|
-
.
|
|
35074
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
35080
35075
|
bottom: -12px;
|
|
35081
35076
|
}
|
|
35082
35077
|
|
|
35083
|
-
.
|
|
35078
|
+
.E_lqeaosa .metric-toolbar {
|
|
35084
35079
|
display: flex;
|
|
35085
35080
|
justify-content: space-between;
|
|
35086
35081
|
line-height: 30px;
|
|
35087
|
-
margin: 0 16px;
|
|
35088
35082
|
}
|
|
35089
35083
|
|
|
35090
|
-
.
|
|
35084
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
35091
35085
|
display: flex;
|
|
35086
|
+
flex-shrink: 0;
|
|
35092
35087
|
font-size: 12px;
|
|
35093
35088
|
align-items: center;
|
|
35094
35089
|
}
|
|
35095
35090
|
|
|
35096
|
-
.
|
|
35091
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
35097
35092
|
color: #a3b4cc;
|
|
35098
35093
|
}
|
|
35099
35094
|
|
|
35100
|
-
.
|
|
35095
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35101
35096
|
margin-left: 10px;
|
|
35102
35097
|
}
|
|
35103
35098
|
|
|
35104
|
-
.
|
|
35099
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
35105
35100
|
margin-left: 10px;
|
|
35106
35101
|
cursor: pointer;
|
|
35107
35102
|
}
|
|
35108
35103
|
|
|
35109
|
-
.
|
|
35104
|
+
.E_lqeaosa .recharts-xAxis {
|
|
35110
35105
|
font-size: 12px;
|
|
35111
35106
|
}
|
|
35112
35107
|
|
|
35113
|
-
.
|
|
35108
|
+
.E_lqeaosa .pointer-wrapper {
|
|
35114
35109
|
position: absolute;
|
|
35115
35110
|
bottom: 10px;
|
|
35116
35111
|
padding: 0 8px;
|
|
35117
|
-
border-radius: 4px;
|
|
35118
35112
|
font-size: 12px;
|
|
35119
35113
|
color: #fff;
|
|
35120
|
-
background: rgba(0, 0, 0, 0.75);
|
|
35121
35114
|
transform: translateX(-50%);
|
|
35122
35115
|
}
|
|
35123
35116
|
|
|
35124
|
-
.
|
|
35117
|
+
.E_t2pr38p {
|
|
35125
35118
|
min-width: 200px;
|
|
35119
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
35120
|
+
border-radius: 4px;
|
|
35121
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
35122
|
+
padding: 8px;
|
|
35126
35123
|
}
|
|
35127
35124
|
|
|
35128
|
-
.
|
|
35125
|
+
.E_tecdsj7 {
|
|
35129
35126
|
display: flex;
|
|
35130
35127
|
align-items: center;
|
|
35128
|
+
background-color: unset;
|
|
35129
|
+
color: #FFFFFF;
|
|
35131
35130
|
justify-content: space-between;
|
|
35132
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
35133
|
-
color: #b4beca;
|
|
35134
35131
|
font-size: 12px;
|
|
35135
|
-
padding:
|
|
35132
|
+
padding-top: 6px;
|
|
35136
35133
|
}
|
|
35137
35134
|
|
|
35138
|
-
.
|
|
35135
|
+
.E_tecdsj7:first-child {
|
|
35139
35136
|
padding-top: 3px;
|
|
35140
35137
|
}
|
|
35141
35138
|
|
|
35142
|
-
.
|
|
35139
|
+
.E_tecdsj7:last-child {
|
|
35143
35140
|
padding-bottom: 3px;
|
|
35144
35141
|
}
|
|
35145
35142
|
|
|
35146
|
-
.
|
|
35147
|
-
color: #
|
|
35143
|
+
.E_tecdsj7 .column-value {
|
|
35144
|
+
color: #FFFFFF;
|
|
35148
35145
|
margin-left: 8px;
|
|
35149
35146
|
}
|
|
35150
35147
|
|
|
35148
|
+
.E_ljhvvia {
|
|
35149
|
+
display: inline-block;
|
|
35150
|
+
height: 8px;
|
|
35151
|
+
width: 8px;
|
|
35152
|
+
margin-right: 8px;
|
|
35153
|
+
border-radius: 2px;
|
|
35154
|
+
}
|
|
35155
|
+
|
|
35156
|
+
.E_ljhvvia.borderd {
|
|
35157
|
+
border: 1px solid #fff;
|
|
35158
|
+
}
|
|
35159
|
+
|
|
35151
35160
|
.E_t59qhqp {
|
|
35152
35161
|
background: #FFFFFF;
|
|
35153
35162
|
padding: 24px 32px;
|
|
@@ -35345,38 +35354,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35345
35354
|
transform: translateX(100%);
|
|
35346
35355
|
}
|
|
35347
35356
|
}
|
|
35348
|
-
.E_gmyahx3 {
|
|
35349
|
-
cursor: pointer;
|
|
35350
|
-
}
|
|
35351
|
-
|
|
35352
|
-
.E_gmyahx3 .link-text {
|
|
35353
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35354
|
-
}
|
|
35355
|
-
|
|
35356
|
-
.E_gmyahx3:hover .link-text {
|
|
35357
|
-
color: #0080ff;
|
|
35358
|
-
}
|
|
35359
|
-
|
|
35360
|
-
.E_n12mqh7z {
|
|
35361
|
-
display: flex;
|
|
35362
|
-
align-items: center;
|
|
35363
|
-
font-size: 12px;
|
|
35364
|
-
line-height: 18px;
|
|
35365
|
-
}
|
|
35366
|
-
|
|
35367
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35368
|
-
margin-bottom: 4px;
|
|
35369
|
-
}
|
|
35370
|
-
|
|
35371
|
-
.E_tf5bynu {
|
|
35372
|
-
margin: 0 3px;
|
|
35373
|
-
}
|
|
35374
|
-
|
|
35375
|
-
.E_tcckoz1 {
|
|
35376
|
-
max-height: 400px;
|
|
35377
|
-
overflow: auto;
|
|
35378
|
-
}
|
|
35379
|
-
|
|
35380
35357
|
.E_s1ebs0ra {
|
|
35381
35358
|
display: flex;
|
|
35382
35359
|
align-items: center;
|
|
@@ -35448,170 +35425,198 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35448
35425
|
background: #fff;
|
|
35449
35426
|
}
|
|
35450
35427
|
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35428
|
+
.E_c18bcrac {
|
|
35429
|
+
display: inline-block;
|
|
35430
|
+
width: 100%;
|
|
35453
35431
|
}
|
|
35454
35432
|
|
|
35455
|
-
.
|
|
35456
|
-
|
|
35433
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35434
|
+
margin-left: 4px;
|
|
35457
35435
|
}
|
|
35458
35436
|
|
|
35459
|
-
.
|
|
35460
|
-
|
|
35437
|
+
.E_cro7kg2 {
|
|
35438
|
+
padding: 4px;
|
|
35461
35439
|
}
|
|
35462
35440
|
|
|
35463
|
-
.
|
|
35464
|
-
|
|
35441
|
+
.E_c14wcxf0 {
|
|
35442
|
+
display: flex;
|
|
35443
|
+
justify-content: space-between;
|
|
35444
|
+
align-items: center;
|
|
35445
|
+
font-size: 13px;
|
|
35446
|
+
line-height: 24px;
|
|
35447
|
+
color: #cccccc;
|
|
35448
|
+
white-space: nowrap;
|
|
35465
35449
|
}
|
|
35466
35450
|
|
|
35467
|
-
.
|
|
35468
|
-
|
|
35469
|
-
padding: 10px 0;
|
|
35470
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35451
|
+
.E_c14wcxf0 label {
|
|
35452
|
+
margin-right: 32px;
|
|
35471
35453
|
}
|
|
35472
35454
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35475
|
-
|
|
35455
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35456
|
+
font-weight: bold;
|
|
35457
|
+
color: white;
|
|
35476
35458
|
}
|
|
35477
35459
|
|
|
35478
|
-
.
|
|
35479
|
-
|
|
35480
|
-
|
|
35481
|
-
|
|
35460
|
+
.E_s11212zy {
|
|
35461
|
+
width: 8px;
|
|
35462
|
+
height: 8px;
|
|
35463
|
+
border-radius: 2px;
|
|
35464
|
+
display: inline-block;
|
|
35465
|
+
background: var(--s11212zy-0);
|
|
35466
|
+
border: 1px solid #fff;
|
|
35467
|
+
box-sizing: content-box;
|
|
35468
|
+
margin-right: 6px;
|
|
35482
35469
|
}
|
|
35483
35470
|
|
|
35484
|
-
.
|
|
35485
|
-
|
|
35486
|
-
|
|
35471
|
+
.E_p1lyky6c > :first-child {
|
|
35472
|
+
font-weight: bold;
|
|
35473
|
+
color: white;
|
|
35474
|
+
margin-right: 4px;
|
|
35487
35475
|
}
|
|
35488
35476
|
|
|
35489
|
-
.
|
|
35490
|
-
|
|
35491
|
-
|
|
35477
|
+
.E_clm1wy1 {
|
|
35478
|
+
width: 192px;
|
|
35479
|
+
height: 246px;
|
|
35480
|
+
border-radius: 4px;
|
|
35492
35481
|
}
|
|
35493
35482
|
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
|
|
35483
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35484
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35485
|
+
width: 100%;
|
|
35486
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35487
|
+
border-top: none;
|
|
35499
35488
|
}
|
|
35500
35489
|
|
|
35501
|
-
.
|
|
35502
|
-
|
|
35490
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35491
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35492
|
+
padding: 0 16px;
|
|
35503
35493
|
}
|
|
35504
35494
|
|
|
35505
|
-
.
|
|
35506
|
-
|
|
35495
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35496
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35497
|
+
width: 100%;
|
|
35498
|
+
height: 180px;
|
|
35499
|
+
border-spacing: 0;
|
|
35507
35500
|
}
|
|
35508
35501
|
|
|
35509
|
-
.
|
|
35510
|
-
|
|
35511
|
-
|
|
35512
|
-
overflow: hidden;
|
|
35513
|
-
align-items: center;
|
|
35514
|
-
justify-content: flex-start;
|
|
35515
|
-
white-space: nowrap;
|
|
35502
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35503
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35504
|
+
margin-bottom: 8px;
|
|
35516
35505
|
}
|
|
35517
35506
|
|
|
35518
|
-
.
|
|
35519
|
-
|
|
35520
|
-
|
|
35521
|
-
text-overflow: ellipsis;
|
|
35507
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35508
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35509
|
+
width: 22px;
|
|
35522
35510
|
}
|
|
35523
35511
|
|
|
35524
|
-
.
|
|
35525
|
-
|
|
35526
|
-
|
|
35512
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35513
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35514
|
+
padding: 0;
|
|
35527
35515
|
}
|
|
35528
35516
|
|
|
35529
|
-
.
|
|
35530
|
-
|
|
35531
|
-
|
|
35532
|
-
align-items: center;
|
|
35517
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35518
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35519
|
+
opacity: 0.4;
|
|
35533
35520
|
}
|
|
35534
35521
|
|
|
35535
|
-
.
|
|
35536
|
-
|
|
35522
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35523
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35524
|
+
opacity: 1;
|
|
35537
35525
|
}
|
|
35538
35526
|
|
|
35539
|
-
.
|
|
35540
|
-
|
|
35541
|
-
margin-left: 14px;
|
|
35542
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35543
|
-
cursor: pointer;
|
|
35527
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35528
|
+
color: #3e4652;
|
|
35544
35529
|
}
|
|
35545
35530
|
|
|
35546
|
-
.
|
|
35547
|
-
|
|
35548
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35531
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35532
|
+
pointer-events: none;
|
|
35549
35533
|
}
|
|
35550
35534
|
|
|
35551
|
-
.
|
|
35552
|
-
|
|
35535
|
+
.E_t1tsm00v {
|
|
35536
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35537
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35538
|
+
backdrop-filter: blur(10px);
|
|
35539
|
+
padding: 7px 10px;
|
|
35540
|
+
}
|
|
35541
|
+
|
|
35542
|
+
.E_c167wnad {
|
|
35553
35543
|
color: rgba(62, 70, 82, 0.6);
|
|
35554
|
-
|
|
35544
|
+
display: flex;
|
|
35545
|
+
justify-content: space-between;
|
|
35546
|
+
align-items: center;
|
|
35547
|
+
padding: 8px 16px;
|
|
35555
35548
|
}
|
|
35556
35549
|
|
|
35557
|
-
.
|
|
35558
|
-
|
|
35559
|
-
color: #0096ff;
|
|
35550
|
+
.E_c167wnad .anticon {
|
|
35551
|
+
cursor: pointer;
|
|
35560
35552
|
}
|
|
35561
35553
|
|
|
35562
|
-
.
|
|
35563
|
-
|
|
35564
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35554
|
+
.E_c167wnad .anticon:hover {
|
|
35555
|
+
color: #0096ff;
|
|
35565
35556
|
}
|
|
35566
35557
|
|
|
35567
|
-
.
|
|
35568
|
-
.E_wpbf4pq .ant-picker {
|
|
35569
|
-
width: 80px;
|
|
35570
|
-
margin: 0 9px;
|
|
35558
|
+
.E_cxhf7dh {
|
|
35571
35559
|
text-align: center;
|
|
35572
35560
|
}
|
|
35573
35561
|
|
|
35574
|
-
.
|
|
35575
|
-
|
|
35576
|
-
|
|
35577
|
-
margin: 5px 0 5px 8px;
|
|
35562
|
+
.E_cxhf7dh .dots {
|
|
35563
|
+
display: flex;
|
|
35564
|
+
justify-content: center;
|
|
35578
35565
|
}
|
|
35579
35566
|
|
|
35580
|
-
.
|
|
35581
|
-
|
|
35582
|
-
|
|
35583
|
-
|
|
35584
|
-
border-radius:
|
|
35585
|
-
|
|
35567
|
+
.E_cxhf7dh .dot {
|
|
35568
|
+
display: inline-block;
|
|
35569
|
+
width: 2px;
|
|
35570
|
+
height: 2px;
|
|
35571
|
+
border-radius: 1px;
|
|
35572
|
+
background: #0096ff;
|
|
35586
35573
|
}
|
|
35587
35574
|
|
|
35588
|
-
.
|
|
35589
|
-
|
|
35590
|
-
color: inherit;
|
|
35591
|
-
border-color: #d9d9d9;
|
|
35575
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35576
|
+
margin-right: 2px;
|
|
35592
35577
|
}
|
|
35593
35578
|
|
|
35594
|
-
.
|
|
35595
|
-
|
|
35596
|
-
|
|
35597
|
-
|
|
35579
|
+
.E_cxhf7dh .bar {
|
|
35580
|
+
width: 9px;
|
|
35581
|
+
height: 2px;
|
|
35582
|
+
background: #0096ff;
|
|
35583
|
+
border-radius: 2px;
|
|
35598
35584
|
}
|
|
35599
35585
|
|
|
35600
|
-
.
|
|
35601
|
-
|
|
35602
|
-
margin-top: 4px;
|
|
35586
|
+
span.E_tqjc4ui {
|
|
35587
|
+
margin: 0 2px;
|
|
35603
35588
|
}
|
|
35604
35589
|
|
|
35605
|
-
.
|
|
35606
|
-
|
|
35607
|
-
padding: 0;
|
|
35608
|
-
margin-bottom: 8px;
|
|
35590
|
+
.E_gmyahx3 {
|
|
35591
|
+
cursor: pointer;
|
|
35609
35592
|
}
|
|
35610
35593
|
|
|
35611
|
-
.
|
|
35612
|
-
|
|
35613
|
-
|
|
35614
|
-
|
|
35594
|
+
.E_gmyahx3 .link-text {
|
|
35595
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35596
|
+
}
|
|
35597
|
+
|
|
35598
|
+
.E_gmyahx3:hover .link-text {
|
|
35599
|
+
color: #0080ff;
|
|
35600
|
+
}
|
|
35601
|
+
|
|
35602
|
+
.E_n12mqh7z {
|
|
35603
|
+
display: flex;
|
|
35604
|
+
align-items: center;
|
|
35605
|
+
font-size: 12px;
|
|
35606
|
+
line-height: 18px;
|
|
35607
|
+
}
|
|
35608
|
+
|
|
35609
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35610
|
+
margin-bottom: 4px;
|
|
35611
|
+
}
|
|
35612
|
+
|
|
35613
|
+
.E_tf5bynu {
|
|
35614
|
+
margin: 0 3px;
|
|
35615
|
+
}
|
|
35616
|
+
|
|
35617
|
+
.E_tcckoz1 {
|
|
35618
|
+
max-height: 400px;
|
|
35619
|
+
overflow: auto;
|
|
35615
35620
|
}
|
|
35616
35621
|
|
|
35617
35622
|
.E_ou7iq30 {
|
|
@@ -35643,80 +35648,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35643
35648
|
visibility: hidden;
|
|
35644
35649
|
}
|
|
35645
35650
|
|
|
35646
|
-
.E_c18bcrac {
|
|
35647
|
-
display: inline-block;
|
|
35648
|
-
width: 100%;
|
|
35649
|
-
}
|
|
35650
|
-
|
|
35651
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35652
|
-
margin-left: 4px;
|
|
35653
|
-
}
|
|
35654
|
-
|
|
35655
|
-
.E_cro7kg2 {
|
|
35656
|
-
padding: 4px;
|
|
35657
|
-
}
|
|
35658
|
-
|
|
35659
|
-
.E_c14wcxf0 {
|
|
35660
|
-
display: flex;
|
|
35661
|
-
justify-content: space-between;
|
|
35662
|
-
align-items: center;
|
|
35663
|
-
font-size: 13px;
|
|
35664
|
-
line-height: 24px;
|
|
35665
|
-
color: #cccccc;
|
|
35666
|
-
white-space: nowrap;
|
|
35667
|
-
}
|
|
35668
|
-
|
|
35669
|
-
.E_c14wcxf0 label {
|
|
35670
|
-
margin-right: 32px;
|
|
35671
|
-
}
|
|
35672
|
-
|
|
35673
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35674
|
-
font-weight: bold;
|
|
35675
|
-
color: white;
|
|
35676
|
-
}
|
|
35677
|
-
|
|
35678
|
-
.E_s11212zy {
|
|
35679
|
-
width: 8px;
|
|
35680
|
-
height: 8px;
|
|
35681
|
-
border-radius: 2px;
|
|
35682
|
-
display: inline-block;
|
|
35683
|
-
background: var(--s11212zy-0);
|
|
35684
|
-
border: 1px solid #fff;
|
|
35685
|
-
box-sizing: content-box;
|
|
35686
|
-
margin-right: 6px;
|
|
35687
|
-
}
|
|
35688
|
-
|
|
35689
|
-
.E_p1lyky6c > :first-child {
|
|
35690
|
-
font-weight: bold;
|
|
35691
|
-
color: white;
|
|
35692
|
-
margin-right: 4px;
|
|
35693
|
-
}
|
|
35694
|
-
|
|
35695
|
-
.E_wg1tsps {
|
|
35696
|
-
display: flex;
|
|
35697
|
-
align-items: center;
|
|
35698
|
-
justify-content: flex-end;
|
|
35699
|
-
}
|
|
35700
|
-
|
|
35701
|
-
.E_b1ctd5xy {
|
|
35702
|
-
display: flex;
|
|
35703
|
-
align-items: center;
|
|
35704
|
-
width: calc(100% - 40px);
|
|
35705
|
-
}
|
|
35706
|
-
|
|
35707
|
-
.E_b1ctd5xy .chart {
|
|
35708
|
-
display: inline-block;
|
|
35709
|
-
width: 100%;
|
|
35710
|
-
}
|
|
35711
|
-
|
|
35712
|
-
.E_u1p8acpn {
|
|
35713
|
-
min-width: 40px;
|
|
35714
|
-
}
|
|
35715
|
-
|
|
35716
|
-
.E_u1p8acpn .unit {
|
|
35717
|
-
color: #00122e !important;
|
|
35718
|
-
}
|
|
35719
|
-
|
|
35720
35651
|
.E_t1sqg15u {
|
|
35721
35652
|
background: white;
|
|
35722
35653
|
}
|
|
@@ -35823,140 +35754,354 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35823
35754
|
padding-right: 12px;
|
|
35824
35755
|
}
|
|
35825
35756
|
|
|
35826
|
-
|
|
35827
|
-
|
|
35828
|
-
|
|
35829
|
-
|
|
35830
|
-
|
|
35757
|
+
.E_skwah65 {
|
|
35758
|
+
height: 8px;
|
|
35759
|
+
box-sizing: border-box;
|
|
35760
|
+
border-radius: 2px;
|
|
35761
|
+
background: #f5f7fa;
|
|
35831
35762
|
display: flex;
|
|
35832
|
-
|
|
35763
|
+
width: 100%;
|
|
35764
|
+
overflow: hidden;
|
|
35833
35765
|
}
|
|
35834
35766
|
|
|
35835
|
-
.
|
|
35836
|
-
margin-
|
|
35767
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35768
|
+
margin-left: 1px;
|
|
35837
35769
|
}
|
|
35838
35770
|
|
|
35839
|
-
.
|
|
35840
|
-
width:
|
|
35841
|
-
height: 246px;
|
|
35842
|
-
border-radius: 4px;
|
|
35771
|
+
.E_c1up1pdz {
|
|
35772
|
+
width: 648px;
|
|
35843
35773
|
}
|
|
35844
35774
|
|
|
35845
|
-
.
|
|
35846
|
-
|
|
35847
|
-
width: 100%;
|
|
35848
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35849
|
-
border-top: none;
|
|
35775
|
+
.E_c1up1pdz.active {
|
|
35776
|
+
border-color: #0080ff;
|
|
35850
35777
|
}
|
|
35851
35778
|
|
|
35852
|
-
.
|
|
35853
|
-
|
|
35854
|
-
padding: 0 16px;
|
|
35779
|
+
.E_c1up1pdz.active > header {
|
|
35780
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35855
35781
|
}
|
|
35856
35782
|
|
|
35857
|
-
.
|
|
35858
|
-
|
|
35859
|
-
width: 100%;
|
|
35860
|
-
height: 180px;
|
|
35861
|
-
border-spacing: 0;
|
|
35783
|
+
.E_c1up1pdz .expand {
|
|
35784
|
+
padding: 12px;
|
|
35862
35785
|
}
|
|
35863
35786
|
|
|
35864
|
-
.
|
|
35865
|
-
|
|
35866
|
-
|
|
35787
|
+
.E_c1up1pdz .field-item {
|
|
35788
|
+
display: flex;
|
|
35789
|
+
padding: 10px 0;
|
|
35790
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35867
35791
|
}
|
|
35868
35792
|
|
|
35869
|
-
.
|
|
35870
|
-
|
|
35871
|
-
|
|
35793
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35794
|
+
border-bottom: none;
|
|
35795
|
+
padding-bottom: 0;
|
|
35872
35796
|
}
|
|
35873
35797
|
|
|
35874
|
-
.
|
|
35875
|
-
|
|
35876
|
-
|
|
35798
|
+
.E_c1up1pdz .field-item label {
|
|
35799
|
+
line-height: 32px;
|
|
35800
|
+
width: 100px;
|
|
35801
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35877
35802
|
}
|
|
35878
35803
|
|
|
35879
|
-
.
|
|
35804
|
+
.E_c1up1pdz .help {
|
|
35880
35805
|
color: rgba(62, 70, 82, 0.6);
|
|
35881
|
-
|
|
35806
|
+
margin-top: 5px;
|
|
35882
35807
|
}
|
|
35883
35808
|
|
|
35884
|
-
.
|
|
35885
|
-
|
|
35886
|
-
|
|
35809
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35810
|
+
.E_c1up1pdz .ant-picker {
|
|
35811
|
+
width: 128px;
|
|
35887
35812
|
}
|
|
35888
35813
|
|
|
35889
|
-
.
|
|
35890
|
-
|
|
35814
|
+
.E_c156wh19 {
|
|
35815
|
+
display: flex;
|
|
35816
|
+
align-items: center;
|
|
35817
|
+
justify-content: space-between;
|
|
35818
|
+
word-break: keep-all;
|
|
35891
35819
|
}
|
|
35892
35820
|
|
|
35893
|
-
.
|
|
35894
|
-
|
|
35821
|
+
.E_c156wh19 .title {
|
|
35822
|
+
margin: 0 16px 0 8px;
|
|
35895
35823
|
}
|
|
35896
35824
|
|
|
35897
|
-
.
|
|
35825
|
+
.E_c156wh19 .retain {
|
|
35898
35826
|
color: rgba(129, 138, 153, 0.6);
|
|
35899
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35900
|
-
backdrop-filter: blur(10px);
|
|
35901
|
-
padding: 7px 10px;
|
|
35902
35827
|
}
|
|
35903
35828
|
|
|
35904
|
-
.
|
|
35905
|
-
|
|
35829
|
+
.E_c156wh19 div.left {
|
|
35830
|
+
flex: 1;
|
|
35906
35831
|
display: flex;
|
|
35907
|
-
|
|
35832
|
+
overflow: hidden;
|
|
35908
35833
|
align-items: center;
|
|
35909
|
-
|
|
35834
|
+
justify-content: flex-start;
|
|
35835
|
+
white-space: nowrap;
|
|
35910
35836
|
}
|
|
35911
35837
|
|
|
35912
|
-
.
|
|
35838
|
+
.E_c156wh19 div.left .title {
|
|
35839
|
+
max-width: 100%;
|
|
35840
|
+
overflow: hidden;
|
|
35841
|
+
text-overflow: ellipsis;
|
|
35842
|
+
}
|
|
35843
|
+
|
|
35844
|
+
.E_c156wh19 div.right {
|
|
35845
|
+
display: flex;
|
|
35846
|
+
align-items: center;
|
|
35847
|
+
}
|
|
35848
|
+
|
|
35849
|
+
.E_c156wh19 .reverse {
|
|
35850
|
+
display: flex;
|
|
35851
|
+
flex-direction: row-reverse;
|
|
35852
|
+
align-items: center;
|
|
35853
|
+
}
|
|
35854
|
+
|
|
35855
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35856
|
+
margin-left: 8px;
|
|
35857
|
+
}
|
|
35858
|
+
|
|
35859
|
+
.E_c156wh19 .close {
|
|
35860
|
+
padding-left: 14px;
|
|
35861
|
+
margin-left: 14px;
|
|
35862
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35913
35863
|
cursor: pointer;
|
|
35914
35864
|
}
|
|
35915
35865
|
|
|
35916
|
-
.
|
|
35866
|
+
.E_m126spxy {
|
|
35867
|
+
padding-bottom: 4px;
|
|
35868
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35869
|
+
}
|
|
35870
|
+
|
|
35871
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35872
|
+
padding: 1px 10px;
|
|
35873
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35874
|
+
border-radius: 4px;
|
|
35875
|
+
}
|
|
35876
|
+
|
|
35877
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35878
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35917
35879
|
color: #0096ff;
|
|
35918
35880
|
}
|
|
35919
35881
|
|
|
35920
|
-
.
|
|
35882
|
+
.E_wpbf4pq {
|
|
35883
|
+
padding: 10px 0;
|
|
35884
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35885
|
+
}
|
|
35886
|
+
|
|
35887
|
+
.E_wpbf4pq .ant-input,
|
|
35888
|
+
.E_wpbf4pq .ant-picker {
|
|
35889
|
+
width: 80px;
|
|
35890
|
+
margin: 0 9px;
|
|
35921
35891
|
text-align: center;
|
|
35922
35892
|
}
|
|
35923
35893
|
|
|
35924
|
-
.
|
|
35894
|
+
.E_wpbf4pq .options {
|
|
35895
|
+
padding: 12px 0 12px 16px;
|
|
35896
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35897
|
+
margin: 5px 0 5px 8px;
|
|
35898
|
+
}
|
|
35899
|
+
|
|
35900
|
+
.E_wpbf4pq .week-day-option,
|
|
35901
|
+
.E_wpbf4pq .month-day-option {
|
|
35902
|
+
background: #f5f7fa;
|
|
35903
|
+
box-sizing: border-box;
|
|
35904
|
+
border-radius: 16px;
|
|
35905
|
+
margin-right: 8px;
|
|
35906
|
+
}
|
|
35907
|
+
|
|
35908
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35909
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35910
|
+
color: inherit;
|
|
35911
|
+
border-color: #d9d9d9;
|
|
35912
|
+
}
|
|
35913
|
+
|
|
35914
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35915
|
+
background-color: #0096ff;
|
|
35916
|
+
border-color: #0096ff;
|
|
35917
|
+
color: #fff;
|
|
35918
|
+
}
|
|
35919
|
+
|
|
35920
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35921
|
+
width: 110px;
|
|
35922
|
+
margin-top: 4px;
|
|
35923
|
+
}
|
|
35924
|
+
|
|
35925
|
+
.E_wpbf4pq .month-day-option {
|
|
35926
|
+
width: 32px;
|
|
35927
|
+
padding: 0;
|
|
35928
|
+
margin-bottom: 8px;
|
|
35929
|
+
}
|
|
35930
|
+
|
|
35931
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35932
|
+
background-color: #0096ff;
|
|
35933
|
+
border-color: #0096ff;
|
|
35934
|
+
color: #fff;
|
|
35935
|
+
}
|
|
35936
|
+
|
|
35937
|
+
.E_wg1tsps {
|
|
35925
35938
|
display: flex;
|
|
35926
|
-
|
|
35939
|
+
align-items: center;
|
|
35940
|
+
justify-content: flex-end;
|
|
35927
35941
|
}
|
|
35928
35942
|
|
|
35929
|
-
.
|
|
35943
|
+
.E_b1ctd5xy {
|
|
35944
|
+
display: flex;
|
|
35945
|
+
align-items: center;
|
|
35946
|
+
width: calc(100% - 40px);
|
|
35947
|
+
}
|
|
35948
|
+
|
|
35949
|
+
.E_b1ctd5xy .chart {
|
|
35930
35950
|
display: inline-block;
|
|
35931
|
-
width:
|
|
35932
|
-
height: 2px;
|
|
35933
|
-
border-radius: 1px;
|
|
35934
|
-
background: #0096ff;
|
|
35951
|
+
width: 100%;
|
|
35935
35952
|
}
|
|
35936
35953
|
|
|
35937
|
-
.
|
|
35938
|
-
|
|
35954
|
+
.E_u1p8acpn {
|
|
35955
|
+
min-width: 40px;
|
|
35939
35956
|
}
|
|
35940
35957
|
|
|
35941
|
-
.
|
|
35942
|
-
|
|
35943
|
-
height: 2px;
|
|
35944
|
-
background: #0096ff;
|
|
35945
|
-
border-radius: 2px;
|
|
35958
|
+
.E_u1p8acpn .unit {
|
|
35959
|
+
color: #00122e !important;
|
|
35946
35960
|
}
|
|
35947
35961
|
|
|
35948
|
-
.
|
|
35949
|
-
height: 8px;
|
|
35950
|
-
box-sizing: border-box;
|
|
35951
|
-
border-radius: 2px;
|
|
35952
|
-
background: #f5f7fa;
|
|
35962
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35953
35963
|
display: flex;
|
|
35954
|
-
|
|
35964
|
+
align-items: center;
|
|
35965
|
+
}
|
|
35966
|
+
|
|
35967
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35968
|
+
margin-right: 8px;
|
|
35969
|
+
}
|
|
35970
|
+
|
|
35971
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35972
|
+
background: #edf0f7;
|
|
35973
|
+
padding: 32px 8px;
|
|
35974
|
+
overflow: auto;
|
|
35975
|
+
}
|
|
35976
|
+
|
|
35977
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35978
|
+
display: flex;
|
|
35979
|
+
flex-direction: column;
|
|
35980
|
+
justify-content: space-between;
|
|
35981
|
+
}
|
|
35982
|
+
|
|
35983
|
+
.E_s1at6qmn footer {
|
|
35984
|
+
display: flex;
|
|
35985
|
+
}
|
|
35986
|
+
|
|
35987
|
+
.E_s1at6qmn .ant-menu {
|
|
35988
|
+
background: #edf0f7;
|
|
35989
|
+
}
|
|
35990
|
+
|
|
35991
|
+
.E_s1at6qmn .ant-menu a {
|
|
35992
|
+
color: #00122e;
|
|
35993
|
+
width: 180px;
|
|
35994
|
+
overflow: hidden;
|
|
35995
|
+
text-overflow: ellipsis;
|
|
35996
|
+
}
|
|
35997
|
+
|
|
35998
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35999
|
+
margin-bottom: 24px;
|
|
36000
|
+
}
|
|
36001
|
+
|
|
36002
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36003
|
+
margin: 0;
|
|
36004
|
+
}
|
|
36005
|
+
|
|
36006
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36007
|
+
font-size: 12px;
|
|
36008
|
+
padding: 0 8px 4px;
|
|
36009
|
+
line-height: 18px;
|
|
36010
|
+
}
|
|
36011
|
+
|
|
36012
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36013
|
+
padding: 0;
|
|
36014
|
+
}
|
|
36015
|
+
|
|
36016
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36017
|
+
padding-bottom: 24px;
|
|
36018
|
+
}
|
|
36019
|
+
|
|
36020
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36021
|
+
margin-bottom: 24px;
|
|
36022
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36023
|
+
}
|
|
36024
|
+
|
|
36025
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36026
|
+
transition: none;
|
|
36027
|
+
display: flex;
|
|
36028
|
+
align-items: center;
|
|
36029
|
+
height: 32px;
|
|
36030
|
+
line-height: 22px;
|
|
36031
|
+
padding: 0 8px;
|
|
36032
|
+
}
|
|
36033
|
+
|
|
36034
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36035
|
+
margin-right: 12px;
|
|
36036
|
+
}
|
|
36037
|
+
|
|
36038
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36039
|
+
margin: 0;
|
|
36040
|
+
margin-bottom: 2px;
|
|
36041
|
+
}
|
|
36042
|
+
|
|
36043
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36044
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36045
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36046
|
+
border-radius: 6px;
|
|
36047
|
+
color: #fff;
|
|
36048
|
+
}
|
|
36049
|
+
|
|
36050
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36051
|
+
color: #fff;
|
|
36052
|
+
}
|
|
36053
|
+
|
|
36054
|
+
.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 {
|
|
36055
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36056
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36057
|
+
border-radius: 6px;
|
|
36058
|
+
}
|
|
36059
|
+
|
|
36060
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36061
|
+
white-space: nowrap;
|
|
36062
|
+
transition: all 0s;
|
|
36063
|
+
}
|
|
36064
|
+
|
|
36065
|
+
.E_s1wu0lms.shrink {
|
|
36066
|
+
transition: all 0s;
|
|
35955
36067
|
overflow: hidden;
|
|
35956
36068
|
}
|
|
35957
36069
|
|
|
35958
|
-
.
|
|
35959
|
-
|
|
36070
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36071
|
+
visibility: hidden;
|
|
36072
|
+
}
|
|
36073
|
+
|
|
36074
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36075
|
+
width: 36px;
|
|
36076
|
+
padding: 0 6px;
|
|
36077
|
+
}
|
|
36078
|
+
|
|
36079
|
+
.E_n1ugzfva {
|
|
36080
|
+
display: flex;
|
|
36081
|
+
place-items: center;
|
|
36082
|
+
width: 100% !important;
|
|
36083
|
+
}
|
|
36084
|
+
|
|
36085
|
+
.E_n1ugzfva[disabled] {
|
|
36086
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36087
|
+
opacity: 1 !important;
|
|
36088
|
+
}
|
|
36089
|
+
|
|
36090
|
+
.E_n1ugzfva.ant-btn {
|
|
36091
|
+
width: 100%;
|
|
36092
|
+
color: #00122e;
|
|
36093
|
+
}
|
|
36094
|
+
|
|
36095
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36096
|
+
margin-right: 12px;
|
|
36097
|
+
}
|
|
36098
|
+
|
|
36099
|
+
.E_n1ugzfva .link-title {
|
|
36100
|
+
flex: 1;
|
|
36101
|
+
overflow: hidden;
|
|
36102
|
+
white-space: nowrap;
|
|
36103
|
+
text-overflow: ellipsis;
|
|
36104
|
+
text-align: left;
|
|
35960
36105
|
}
|
|
35961
36106
|
|
|
35962
36107
|
.E_t160l1cm {
|
|
@@ -36209,189 +36354,6 @@ span.E_tqjc4ui {
|
|
|
36209
36354
|
background: transparent;
|
|
36210
36355
|
}
|
|
36211
36356
|
|
|
36212
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
36213
|
-
background: #edf0f7;
|
|
36214
|
-
padding: 32px 8px;
|
|
36215
|
-
overflow: auto;
|
|
36216
|
-
}
|
|
36217
|
-
|
|
36218
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
36219
|
-
display: flex;
|
|
36220
|
-
flex-direction: column;
|
|
36221
|
-
justify-content: space-between;
|
|
36222
|
-
}
|
|
36223
|
-
|
|
36224
|
-
.E_s1at6qmn footer {
|
|
36225
|
-
display: flex;
|
|
36226
|
-
}
|
|
36227
|
-
|
|
36228
|
-
.E_s1at6qmn .ant-menu {
|
|
36229
|
-
background: #edf0f7;
|
|
36230
|
-
}
|
|
36231
|
-
|
|
36232
|
-
.E_s1at6qmn .ant-menu a {
|
|
36233
|
-
color: #00122e;
|
|
36234
|
-
width: 180px;
|
|
36235
|
-
overflow: hidden;
|
|
36236
|
-
text-overflow: ellipsis;
|
|
36237
|
-
}
|
|
36238
|
-
|
|
36239
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
36240
|
-
margin-bottom: 24px;
|
|
36241
|
-
}
|
|
36242
|
-
|
|
36243
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36244
|
-
margin: 0;
|
|
36245
|
-
}
|
|
36246
|
-
|
|
36247
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36248
|
-
font-size: 12px;
|
|
36249
|
-
padding: 0 8px 4px;
|
|
36250
|
-
line-height: 18px;
|
|
36251
|
-
}
|
|
36252
|
-
|
|
36253
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36254
|
-
padding: 0;
|
|
36255
|
-
}
|
|
36256
|
-
|
|
36257
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36258
|
-
padding-bottom: 24px;
|
|
36259
|
-
}
|
|
36260
|
-
|
|
36261
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36262
|
-
margin-bottom: 24px;
|
|
36263
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36264
|
-
}
|
|
36265
|
-
|
|
36266
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36267
|
-
transition: none;
|
|
36268
|
-
display: flex;
|
|
36269
|
-
align-items: center;
|
|
36270
|
-
height: 32px;
|
|
36271
|
-
line-height: 22px;
|
|
36272
|
-
padding: 0 8px;
|
|
36273
|
-
}
|
|
36274
|
-
|
|
36275
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36276
|
-
margin-right: 12px;
|
|
36277
|
-
}
|
|
36278
|
-
|
|
36279
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36280
|
-
margin: 0;
|
|
36281
|
-
margin-bottom: 2px;
|
|
36282
|
-
}
|
|
36283
|
-
|
|
36284
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36285
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36286
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36287
|
-
border-radius: 6px;
|
|
36288
|
-
color: #fff;
|
|
36289
|
-
}
|
|
36290
|
-
|
|
36291
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36292
|
-
color: #fff;
|
|
36293
|
-
}
|
|
36294
|
-
|
|
36295
|
-
.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 {
|
|
36296
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36297
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36298
|
-
border-radius: 6px;
|
|
36299
|
-
}
|
|
36300
|
-
|
|
36301
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36302
|
-
white-space: nowrap;
|
|
36303
|
-
transition: all 0s;
|
|
36304
|
-
}
|
|
36305
|
-
|
|
36306
|
-
.E_s1wu0lms.shrink {
|
|
36307
|
-
transition: all 0s;
|
|
36308
|
-
overflow: hidden;
|
|
36309
|
-
}
|
|
36310
|
-
|
|
36311
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36312
|
-
visibility: hidden;
|
|
36313
|
-
}
|
|
36314
|
-
|
|
36315
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36316
|
-
width: 36px;
|
|
36317
|
-
padding: 0 6px;
|
|
36318
|
-
}
|
|
36319
|
-
|
|
36320
|
-
.E_n1ugzfva {
|
|
36321
|
-
display: flex;
|
|
36322
|
-
place-items: center;
|
|
36323
|
-
width: 100% !important;
|
|
36324
|
-
}
|
|
36325
|
-
|
|
36326
|
-
.E_n1ugzfva[disabled] {
|
|
36327
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
36328
|
-
opacity: 1 !important;
|
|
36329
|
-
}
|
|
36330
|
-
|
|
36331
|
-
.E_n1ugzfva.ant-btn {
|
|
36332
|
-
width: 100%;
|
|
36333
|
-
color: #00122e;
|
|
36334
|
-
}
|
|
36335
|
-
|
|
36336
|
-
.E_n1ugzfva .icon-wrapper {
|
|
36337
|
-
margin-right: 12px;
|
|
36338
|
-
}
|
|
36339
|
-
|
|
36340
|
-
.E_n1ugzfva .link-title {
|
|
36341
|
-
flex: 1;
|
|
36342
|
-
overflow: hidden;
|
|
36343
|
-
white-space: nowrap;
|
|
36344
|
-
text-overflow: ellipsis;
|
|
36345
|
-
text-align: left;
|
|
36346
|
-
}
|
|
36347
|
-
|
|
36348
|
-
.E_i5w779o {
|
|
36349
|
-
padding: 8px 0;
|
|
36350
|
-
}
|
|
36351
|
-
|
|
36352
|
-
.E_i5w779o .col-label {
|
|
36353
|
-
flex-shrink: unset;
|
|
36354
|
-
}
|
|
36355
|
-
|
|
36356
|
-
.E_i5w779o .col-label * {
|
|
36357
|
-
line-height: 18px;
|
|
36358
|
-
}
|
|
36359
|
-
|
|
36360
|
-
.E_i5w779o .col-content {
|
|
36361
|
-
flex: 1 1 0;
|
|
36362
|
-
display: flex;
|
|
36363
|
-
align-items: center;
|
|
36364
|
-
}
|
|
36365
|
-
|
|
36366
|
-
.E_i5w779o .col-content * {
|
|
36367
|
-
line-height: 18px;
|
|
36368
|
-
}
|
|
36369
|
-
|
|
36370
|
-
.E_l18dja44 {
|
|
36371
|
-
padding: 6px 0;
|
|
36372
|
-
}
|
|
36373
|
-
|
|
36374
|
-
.E_l18dja44 .col-label * {
|
|
36375
|
-
font-size: 13px;
|
|
36376
|
-
line-height: 20px;
|
|
36377
|
-
}
|
|
36378
|
-
|
|
36379
|
-
.E_l18dja44 .col-content * {
|
|
36380
|
-
font-size: 14px;
|
|
36381
|
-
line-height: 20px;
|
|
36382
|
-
}
|
|
36383
|
-
|
|
36384
|
-
.E_c8c2hys {
|
|
36385
|
-
display: flex;
|
|
36386
|
-
justify-content: space-between;
|
|
36387
|
-
flex: 1;
|
|
36388
|
-
min-width: 0;
|
|
36389
|
-
}
|
|
36390
|
-
|
|
36391
|
-
.E_n4m6c4d {
|
|
36392
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36393
|
-
}
|
|
36394
|
-
|
|
36395
36357
|
.E_cyms3br {
|
|
36396
36358
|
background: #fff;
|
|
36397
36359
|
width: 100%;
|
|
@@ -36499,6 +36461,53 @@ span.E_tqjc4ui {
|
|
|
36499
36461
|
gap: 8px;
|
|
36500
36462
|
}
|
|
36501
36463
|
|
|
36464
|
+
.E_i5w779o {
|
|
36465
|
+
padding: 8px 0;
|
|
36466
|
+
}
|
|
36467
|
+
|
|
36468
|
+
.E_i5w779o .col-label {
|
|
36469
|
+
flex-shrink: unset;
|
|
36470
|
+
}
|
|
36471
|
+
|
|
36472
|
+
.E_i5w779o .col-label * {
|
|
36473
|
+
line-height: 18px;
|
|
36474
|
+
}
|
|
36475
|
+
|
|
36476
|
+
.E_i5w779o .col-content {
|
|
36477
|
+
flex: 1 1 0;
|
|
36478
|
+
display: flex;
|
|
36479
|
+
align-items: center;
|
|
36480
|
+
}
|
|
36481
|
+
|
|
36482
|
+
.E_i5w779o .col-content * {
|
|
36483
|
+
line-height: 18px;
|
|
36484
|
+
}
|
|
36485
|
+
|
|
36486
|
+
.E_l18dja44 {
|
|
36487
|
+
padding: 6px 0;
|
|
36488
|
+
}
|
|
36489
|
+
|
|
36490
|
+
.E_l18dja44 .col-label * {
|
|
36491
|
+
font-size: 13px;
|
|
36492
|
+
line-height: 20px;
|
|
36493
|
+
}
|
|
36494
|
+
|
|
36495
|
+
.E_l18dja44 .col-content * {
|
|
36496
|
+
font-size: 14px;
|
|
36497
|
+
line-height: 20px;
|
|
36498
|
+
}
|
|
36499
|
+
|
|
36500
|
+
.E_c8c2hys {
|
|
36501
|
+
display: flex;
|
|
36502
|
+
justify-content: space-between;
|
|
36503
|
+
flex: 1;
|
|
36504
|
+
min-width: 0;
|
|
36505
|
+
}
|
|
36506
|
+
|
|
36507
|
+
.E_n4m6c4d {
|
|
36508
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36509
|
+
}
|
|
36510
|
+
|
|
36502
36511
|
.E_c14ouk5o {
|
|
36503
36512
|
width: 100%;
|
|
36504
36513
|
height: 100%;
|
|
@@ -36552,6 +36561,15 @@ span.E_tqjc4ui {
|
|
|
36552
36561
|
height: auto;
|
|
36553
36562
|
}
|
|
36554
36563
|
|
|
36564
|
+
.E_cevhqx7 {
|
|
36565
|
+
color: #00122e;
|
|
36566
|
+
}
|
|
36567
|
+
|
|
36568
|
+
.E_snbqlt4 {
|
|
36569
|
+
margin-top: 8px;
|
|
36570
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36571
|
+
}
|
|
36572
|
+
|
|
36555
36573
|
.E_c1kchka8 {
|
|
36556
36574
|
height: 100%;
|
|
36557
36575
|
width: 100%;
|
|
@@ -37114,15 +37132,6 @@ span.E_tqjc4ui {
|
|
|
37114
37132
|
padding: 0;
|
|
37115
37133
|
}
|
|
37116
37134
|
|
|
37117
|
-
.E_cevhqx7 {
|
|
37118
|
-
color: #00122e;
|
|
37119
|
-
}
|
|
37120
|
-
|
|
37121
|
-
.E_snbqlt4 {
|
|
37122
|
-
margin-top: 8px;
|
|
37123
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37124
|
-
}
|
|
37125
|
-
|
|
37126
37135
|
.E_c1ss4prm {
|
|
37127
37136
|
color: rgba(44, 56, 82, 0.6);
|
|
37128
37137
|
}
|