@cloudtower/eagle 0.32.33 → 0.32.34
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/antd.js +6 -6
- package/dist/cjs/core/Progress/progress.widgets.js +2 -5
- package/dist/cjs/core/Timeline/Timeline.style.js +13 -0
- package/dist/cjs/core/Timeline/Timeline.widget.js +114 -0
- package/dist/cjs/core/Timeline/index.js +122 -0
- package/dist/cjs/index.js +119 -117
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/constants.js +11 -0
- package/dist/components.css +1130 -1074
- package/dist/esm/antd.js +3 -3
- package/dist/esm/core/Progress/progress.widgets.js +1 -4
- package/dist/esm/core/Timeline/Timeline.style.js +7 -0
- package/dist/esm/core/Timeline/Timeline.widget.js +107 -0
- package/dist/esm/core/Timeline/index.js +115 -0
- package/dist/esm/index.js +3 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/constants.js +7 -1
- package/dist/src/antd.d.ts +2 -2
- package/dist/src/core/Timeline/Timeline.style.d.ts +5 -0
- package/dist/src/core/Timeline/Timeline.type.d.ts +209 -0
- package/dist/src/core/Timeline/Timeline.widget.d.ts +5 -0
- package/dist/src/core/Timeline/index.d.ts +10 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/src/utils/constants.d.ts +2 -0
- package/dist/stories/docs/core/Timeline.stories.d.ts +38 -0
- package/dist/style.css +1110 -1060
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29719,6 +29719,23 @@ html body {
|
|
|
29719
29719
|
margin-right: 4px;
|
|
29720
29720
|
}
|
|
29721
29721
|
|
|
29722
|
+
span.E_tqjc4ui {
|
|
29723
|
+
margin: 0 2px;
|
|
29724
|
+
}
|
|
29725
|
+
|
|
29726
|
+
.E_skwah65 {
|
|
29727
|
+
height: 8px;
|
|
29728
|
+
box-sizing: border-box;
|
|
29729
|
+
border-radius: 2px;
|
|
29730
|
+
background: #f5f7fa;
|
|
29731
|
+
display: flex;
|
|
29732
|
+
width: 100%;
|
|
29733
|
+
overflow: hidden;
|
|
29734
|
+
}
|
|
29735
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29736
|
+
margin-left: 1px;
|
|
29737
|
+
}
|
|
29738
|
+
|
|
29722
29739
|
.E_clm1wy1 {
|
|
29723
29740
|
width: 192px;
|
|
29724
29741
|
height: 246px;
|
|
@@ -29822,25 +29839,6 @@ html body {
|
|
|
29822
29839
|
color: #0080ff;
|
|
29823
29840
|
}
|
|
29824
29841
|
|
|
29825
|
-
.E_n12mqh7z {
|
|
29826
|
-
display: flex;
|
|
29827
|
-
align-items: center;
|
|
29828
|
-
font-size: 12px;
|
|
29829
|
-
line-height: 18px;
|
|
29830
|
-
}
|
|
29831
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29832
|
-
margin-bottom: 4px;
|
|
29833
|
-
}
|
|
29834
|
-
|
|
29835
|
-
.E_tf5bynu {
|
|
29836
|
-
margin: 0 3px;
|
|
29837
|
-
}
|
|
29838
|
-
|
|
29839
|
-
.E_tcckoz1 {
|
|
29840
|
-
max-height: 400px;
|
|
29841
|
-
overflow: auto;
|
|
29842
|
-
}
|
|
29843
|
-
|
|
29844
29842
|
.E_ou7iq30 {
|
|
29845
29843
|
overflow: hidden;
|
|
29846
29844
|
text-overflow: ellipsis;
|
|
@@ -29868,19 +29866,6 @@ html body {
|
|
|
29868
29866
|
visibility: hidden;
|
|
29869
29867
|
}
|
|
29870
29868
|
|
|
29871
|
-
.E_skwah65 {
|
|
29872
|
-
height: 8px;
|
|
29873
|
-
box-sizing: border-box;
|
|
29874
|
-
border-radius: 2px;
|
|
29875
|
-
background: #f5f7fa;
|
|
29876
|
-
display: flex;
|
|
29877
|
-
width: 100%;
|
|
29878
|
-
overflow: hidden;
|
|
29879
|
-
}
|
|
29880
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29881
|
-
margin-left: 1px;
|
|
29882
|
-
}
|
|
29883
|
-
|
|
29884
29869
|
.E_s1ebs0ra {
|
|
29885
29870
|
display: flex;
|
|
29886
29871
|
align-items: center;
|
|
@@ -29942,10 +29927,6 @@ html body {
|
|
|
29942
29927
|
background: #fff;
|
|
29943
29928
|
}
|
|
29944
29929
|
|
|
29945
|
-
span.E_tqjc4ui {
|
|
29946
|
-
margin: 0 2px;
|
|
29947
|
-
}
|
|
29948
|
-
|
|
29949
29930
|
.E_c1up1pdz {
|
|
29950
29931
|
width: 648px;
|
|
29951
29932
|
}
|
|
@@ -30086,6 +30067,161 @@ span.E_tqjc4ui {
|
|
|
30086
30067
|
color: #fff;
|
|
30087
30068
|
}
|
|
30088
30069
|
|
|
30070
|
+
.E_n12mqh7z {
|
|
30071
|
+
display: flex;
|
|
30072
|
+
align-items: center;
|
|
30073
|
+
font-size: 12px;
|
|
30074
|
+
line-height: 18px;
|
|
30075
|
+
}
|
|
30076
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30077
|
+
margin-bottom: 4px;
|
|
30078
|
+
}
|
|
30079
|
+
|
|
30080
|
+
.E_tf5bynu {
|
|
30081
|
+
margin: 0 3px;
|
|
30082
|
+
}
|
|
30083
|
+
|
|
30084
|
+
.E_tcckoz1 {
|
|
30085
|
+
max-height: 400px;
|
|
30086
|
+
overflow: auto;
|
|
30087
|
+
}
|
|
30088
|
+
|
|
30089
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30090
|
+
background: #edf0f7;
|
|
30091
|
+
padding: 32px 8px;
|
|
30092
|
+
overflow: auto;
|
|
30093
|
+
}
|
|
30094
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30095
|
+
display: flex;
|
|
30096
|
+
flex-direction: column;
|
|
30097
|
+
justify-content: space-between;
|
|
30098
|
+
}
|
|
30099
|
+
.E_s1at6qmn footer {
|
|
30100
|
+
display: flex;
|
|
30101
|
+
}
|
|
30102
|
+
.E_s1at6qmn .ant-menu {
|
|
30103
|
+
background: #edf0f7;
|
|
30104
|
+
}
|
|
30105
|
+
.E_s1at6qmn .ant-menu a {
|
|
30106
|
+
color: #00122e;
|
|
30107
|
+
width: 180px;
|
|
30108
|
+
overflow: hidden;
|
|
30109
|
+
text-overflow: ellipsis;
|
|
30110
|
+
}
|
|
30111
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30112
|
+
margin-bottom: 24px;
|
|
30113
|
+
}
|
|
30114
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30115
|
+
margin: 0;
|
|
30116
|
+
}
|
|
30117
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30118
|
+
font-size: 12px;
|
|
30119
|
+
padding: 0 8px 4px;
|
|
30120
|
+
line-height: 18px;
|
|
30121
|
+
}
|
|
30122
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30123
|
+
padding: 0;
|
|
30124
|
+
}
|
|
30125
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30126
|
+
padding-bottom: 24px;
|
|
30127
|
+
}
|
|
30128
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30129
|
+
margin-bottom: 24px;
|
|
30130
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30131
|
+
}
|
|
30132
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30133
|
+
transition: none;
|
|
30134
|
+
display: flex;
|
|
30135
|
+
align-items: center;
|
|
30136
|
+
height: 32px;
|
|
30137
|
+
line-height: 22px;
|
|
30138
|
+
padding: 0 8px;
|
|
30139
|
+
}
|
|
30140
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30141
|
+
margin-right: 12px;
|
|
30142
|
+
}
|
|
30143
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30144
|
+
margin: 0;
|
|
30145
|
+
margin-bottom: 2px;
|
|
30146
|
+
}
|
|
30147
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30148
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30149
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30150
|
+
border-radius: 6px;
|
|
30151
|
+
color: #fff;
|
|
30152
|
+
}
|
|
30153
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30154
|
+
color: #fff;
|
|
30155
|
+
}
|
|
30156
|
+
.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 {
|
|
30157
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30158
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30159
|
+
border-radius: 6px;
|
|
30160
|
+
}
|
|
30161
|
+
|
|
30162
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30163
|
+
white-space: nowrap;
|
|
30164
|
+
transition: all 0s;
|
|
30165
|
+
}
|
|
30166
|
+
.E_s1wu0lms.shrink {
|
|
30167
|
+
transition: all 0s;
|
|
30168
|
+
overflow: hidden;
|
|
30169
|
+
}
|
|
30170
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30171
|
+
visibility: hidden;
|
|
30172
|
+
}
|
|
30173
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30174
|
+
width: 36px;
|
|
30175
|
+
padding: 0 6px;
|
|
30176
|
+
}
|
|
30177
|
+
|
|
30178
|
+
.E_n1ugzfva {
|
|
30179
|
+
display: flex;
|
|
30180
|
+
place-items: center;
|
|
30181
|
+
width: 100% !important;
|
|
30182
|
+
}
|
|
30183
|
+
.E_n1ugzfva[disabled] {
|
|
30184
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30185
|
+
opacity: 1 !important;
|
|
30186
|
+
}
|
|
30187
|
+
.E_n1ugzfva.ant-btn {
|
|
30188
|
+
width: 100%;
|
|
30189
|
+
color: #00122e;
|
|
30190
|
+
}
|
|
30191
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30192
|
+
margin-right: 12px;
|
|
30193
|
+
}
|
|
30194
|
+
.E_n1ugzfva .link-title {
|
|
30195
|
+
flex: 1;
|
|
30196
|
+
overflow: hidden;
|
|
30197
|
+
white-space: nowrap;
|
|
30198
|
+
text-overflow: ellipsis;
|
|
30199
|
+
text-align: left;
|
|
30200
|
+
}
|
|
30201
|
+
|
|
30202
|
+
.E_wg1tsps {
|
|
30203
|
+
display: flex;
|
|
30204
|
+
align-items: center;
|
|
30205
|
+
justify-content: flex-end;
|
|
30206
|
+
}
|
|
30207
|
+
|
|
30208
|
+
.E_b1ctd5xy {
|
|
30209
|
+
display: flex;
|
|
30210
|
+
align-items: center;
|
|
30211
|
+
width: calc(100% - 40px);
|
|
30212
|
+
}
|
|
30213
|
+
.E_b1ctd5xy .chart {
|
|
30214
|
+
display: inline-block;
|
|
30215
|
+
width: 100%;
|
|
30216
|
+
}
|
|
30217
|
+
|
|
30218
|
+
.E_u1p8acpn {
|
|
30219
|
+
min-width: 40px;
|
|
30220
|
+
}
|
|
30221
|
+
.E_u1p8acpn .unit {
|
|
30222
|
+
color: #00122e !important;
|
|
30223
|
+
}
|
|
30224
|
+
|
|
30089
30225
|
.E_t1sqg15u {
|
|
30090
30226
|
background: white;
|
|
30091
30227
|
}
|
|
@@ -30176,14 +30312,6 @@ span.E_tqjc4ui {
|
|
|
30176
30312
|
padding-right: 12px;
|
|
30177
30313
|
}
|
|
30178
30314
|
|
|
30179
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30180
|
-
display: flex;
|
|
30181
|
-
align-items: center;
|
|
30182
|
-
}
|
|
30183
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30184
|
-
margin-right: 8px;
|
|
30185
|
-
}
|
|
30186
|
-
|
|
30187
30315
|
.E_t160l1cm {
|
|
30188
30316
|
display: flex;
|
|
30189
30317
|
flex-direction: column;
|
|
@@ -30387,160 +30515,180 @@ span.E_tqjc4ui {
|
|
|
30387
30515
|
background: transparent;
|
|
30388
30516
|
}
|
|
30389
30517
|
|
|
30390
|
-
.
|
|
30391
|
-
display: flex;
|
|
30392
|
-
align-items: center;
|
|
30393
|
-
justify-content: flex-end;
|
|
30394
|
-
}
|
|
30395
|
-
|
|
30396
|
-
.E_b1ctd5xy {
|
|
30518
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30397
30519
|
display: flex;
|
|
30398
30520
|
align-items: center;
|
|
30399
|
-
width: calc(100% - 40px);
|
|
30400
30521
|
}
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
width: 100%;
|
|
30522
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30523
|
+
margin-right: 8px;
|
|
30404
30524
|
}
|
|
30405
30525
|
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30526
|
+
.E_c18gxmrl {
|
|
30527
|
+
border: 1px solid #d8deeb;
|
|
30528
|
+
border-radius: 4px;
|
|
30408
30529
|
}
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30530
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30531
|
+
margin-top: 8px;
|
|
30411
30532
|
}
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
background: #edf0f7;
|
|
30415
|
-
padding: 32px 8px;
|
|
30416
|
-
overflow: auto;
|
|
30533
|
+
.E_c18gxmrl:hover {
|
|
30534
|
+
border-color: #0080ff;
|
|
30417
30535
|
}
|
|
30418
|
-
.
|
|
30419
|
-
|
|
30420
|
-
flex-direction: column;
|
|
30421
|
-
justify-content: space-between;
|
|
30536
|
+
.E_c18gxmrl:hover > header {
|
|
30537
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30422
30538
|
}
|
|
30423
|
-
.
|
|
30424
|
-
|
|
30539
|
+
.E_c18gxmrl.active header {
|
|
30540
|
+
border-bottom: 1px solid #d8deeb;
|
|
30425
30541
|
}
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30542
|
+
.E_c18gxmrl > header {
|
|
30543
|
+
padding: 8px 12px;
|
|
30428
30544
|
}
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30545
|
+
|
|
30546
|
+
.E_m74vjol {
|
|
30547
|
+
display: flex;
|
|
30548
|
+
justify-content: space-between;
|
|
30549
|
+
width: 100%;
|
|
30434
30550
|
}
|
|
30435
|
-
.
|
|
30436
|
-
margin-
|
|
30551
|
+
.E_m74vjol .action {
|
|
30552
|
+
margin-left: 16px;
|
|
30437
30553
|
}
|
|
30438
|
-
|
|
30439
|
-
|
|
30554
|
+
|
|
30555
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30556
|
+
padding-right: 12px;
|
|
30440
30557
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
line-height: 18px;
|
|
30558
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30559
|
+
height: fit-content;
|
|
30560
|
+
margin-left: 16px;
|
|
30445
30561
|
}
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30562
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30563
|
+
flex: 1;
|
|
30448
30564
|
}
|
|
30449
|
-
|
|
30450
|
-
|
|
30565
|
+
|
|
30566
|
+
.E_b1nip9bk {
|
|
30567
|
+
padding: 4px 11px;
|
|
30451
30568
|
}
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
|
|
30569
|
+
|
|
30570
|
+
.E_bqamoqe {
|
|
30571
|
+
white-space: nowrap;
|
|
30572
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30455
30573
|
}
|
|
30456
|
-
.
|
|
30457
|
-
|
|
30458
|
-
display: flex;
|
|
30459
|
-
align-items: center;
|
|
30460
|
-
height: 32px;
|
|
30461
|
-
line-height: 22px;
|
|
30462
|
-
padding: 0 8px;
|
|
30574
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30575
|
+
--color: #0080ff;
|
|
30463
30576
|
}
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30577
|
+
.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] {
|
|
30578
|
+
--color: #0080ff;
|
|
30466
30579
|
}
|
|
30467
|
-
.
|
|
30468
|
-
margin:
|
|
30469
|
-
margin-bottom: 2px;
|
|
30580
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30581
|
+
margin-left: 1px;
|
|
30470
30582
|
}
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
border-radius: 6px;
|
|
30475
|
-
color: #fff;
|
|
30583
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30584
|
+
border-top-right-radius: 0;
|
|
30585
|
+
border-bottom-right-radius: 0;
|
|
30476
30586
|
}
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30587
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30588
|
+
border-top-left-radius: 0;
|
|
30589
|
+
border-bottom-left-radius: 0;
|
|
30479
30590
|
}
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30483
|
-
border-radius: 6px;
|
|
30591
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30592
|
+
border-radius: unset;
|
|
30484
30593
|
}
|
|
30485
30594
|
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30488
|
-
|
|
30595
|
+
.E_berrcjl {
|
|
30596
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30597
|
+
margin-bottom: 4px;
|
|
30489
30598
|
}
|
|
30490
|
-
.
|
|
30491
|
-
|
|
30492
|
-
|
|
30599
|
+
.E_berrcjl .breadcrumb-link {
|
|
30600
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30601
|
+
cursor: pointer;
|
|
30602
|
+
transition: color 160ms ease;
|
|
30493
30603
|
}
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30604
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30605
|
+
color: #0080ff;
|
|
30496
30606
|
}
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30499
|
-
padding: 0 6px;
|
|
30607
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30608
|
+
color: #005ed1;
|
|
30500
30609
|
}
|
|
30501
30610
|
|
|
30502
|
-
.
|
|
30611
|
+
.E_d1bw7c5z {
|
|
30612
|
+
position: relative;
|
|
30613
|
+
max-width: 388px;
|
|
30614
|
+
min-width: 285px;
|
|
30615
|
+
}
|
|
30616
|
+
.E_d1bw7c5z .center {
|
|
30617
|
+
position: absolute;
|
|
30618
|
+
font-size: 12px;
|
|
30619
|
+
width: 80px;
|
|
30620
|
+
height: 100px;
|
|
30621
|
+
top: 0;
|
|
30622
|
+
left: 35px;
|
|
30503
30623
|
display: flex;
|
|
30504
|
-
|
|
30505
|
-
|
|
30624
|
+
flex-direction: column;
|
|
30625
|
+
justify-content: center;
|
|
30626
|
+
align-items: center;
|
|
30627
|
+
color: #00122e;
|
|
30506
30628
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30509
|
-
|
|
30629
|
+
.E_d1bw7c5z .center .number {
|
|
30630
|
+
font-size: 24px;
|
|
30631
|
+
font-weight: 700;
|
|
30510
30632
|
}
|
|
30511
|
-
.
|
|
30633
|
+
.E_d1bw7c5z .center .text {
|
|
30634
|
+
padding: 0 5px;
|
|
30635
|
+
font-size: 12px;
|
|
30636
|
+
width: inherit;
|
|
30637
|
+
text-align: center;
|
|
30638
|
+
}
|
|
30639
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30640
|
+
display: flex;
|
|
30641
|
+
}
|
|
30642
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30643
|
+
position: relative !important;
|
|
30644
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30645
|
+
left: 0 !important;
|
|
30646
|
+
bottom: 0 !important;
|
|
30647
|
+
display: flex;
|
|
30648
|
+
align-items: center;
|
|
30649
|
+
}
|
|
30650
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30512
30651
|
width: 100%;
|
|
30513
|
-
color: #00122e;
|
|
30514
30652
|
}
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30653
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30654
|
+
width: 100%;
|
|
30655
|
+
margin-right: 0 !important;
|
|
30656
|
+
line-height: 18px;
|
|
30517
30657
|
}
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30520
|
-
overflow: hidden;
|
|
30521
|
-
white-space: nowrap;
|
|
30522
|
-
text-overflow: ellipsis;
|
|
30523
|
-
text-align: left;
|
|
30658
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30659
|
+
border-radius: 2px;
|
|
30524
30660
|
}
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30661
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30662
|
+
min-width: 75px;
|
|
30663
|
+
max-width: 198px;
|
|
30664
|
+
width: calc(100% - 20px);
|
|
30665
|
+
margin-left: 2px;
|
|
30666
|
+
color: #00122e !important;
|
|
30667
|
+
display: inline-flex;
|
|
30668
|
+
justify-content: space-between;
|
|
30529
30669
|
}
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30670
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30671
|
+
maxwidth: calc(100% - 12px);
|
|
30672
|
+
cursor: pointer;
|
|
30673
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30674
|
+
overflow: hidden;
|
|
30675
|
+
text-overflow: ellipsis;
|
|
30676
|
+
white-space: nowrap;
|
|
30532
30677
|
}
|
|
30533
|
-
.
|
|
30534
|
-
|
|
30678
|
+
.E_d1bw7c5z .value {
|
|
30679
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30535
30680
|
}
|
|
30536
|
-
|
|
30537
|
-
|
|
30681
|
+
|
|
30682
|
+
.E_t10pqbtc {
|
|
30683
|
+
width: 140px;
|
|
30538
30684
|
}
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30685
|
+
.E_t10pqbtc .item {
|
|
30686
|
+
margin: 6px auto;
|
|
30687
|
+
display: flex;
|
|
30688
|
+
justify-content: space-between;
|
|
30541
30689
|
}
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30690
|
+
.E_t10pqbtc .item .name {
|
|
30691
|
+
width: 102px;
|
|
30544
30692
|
}
|
|
30545
30693
|
|
|
30546
30694
|
.E_c1uzzomf {
|
|
@@ -30819,51 +30967,6 @@ button.E_n7k2c6r {
|
|
|
30819
30967
|
padding: 0;
|
|
30820
30968
|
}
|
|
30821
30969
|
|
|
30822
|
-
.E_berrcjl {
|
|
30823
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30824
|
-
margin-bottom: 4px;
|
|
30825
|
-
}
|
|
30826
|
-
.E_berrcjl .breadcrumb-link {
|
|
30827
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30828
|
-
cursor: pointer;
|
|
30829
|
-
transition: color 160ms ease;
|
|
30830
|
-
}
|
|
30831
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30832
|
-
color: #0080ff;
|
|
30833
|
-
}
|
|
30834
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30835
|
-
color: #005ed1;
|
|
30836
|
-
}
|
|
30837
|
-
|
|
30838
|
-
.E_b1nip9bk {
|
|
30839
|
-
padding: 4px 11px;
|
|
30840
|
-
}
|
|
30841
|
-
|
|
30842
|
-
.E_bqamoqe {
|
|
30843
|
-
white-space: nowrap;
|
|
30844
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30845
|
-
}
|
|
30846
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30847
|
-
--color: #0080ff;
|
|
30848
|
-
}
|
|
30849
|
-
.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] {
|
|
30850
|
-
--color: #0080ff;
|
|
30851
|
-
}
|
|
30852
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30853
|
-
margin-left: 1px;
|
|
30854
|
-
}
|
|
30855
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30856
|
-
border-top-right-radius: 0;
|
|
30857
|
-
border-bottom-right-radius: 0;
|
|
30858
|
-
}
|
|
30859
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30860
|
-
border-top-left-radius: 0;
|
|
30861
|
-
border-bottom-left-radius: 0;
|
|
30862
|
-
}
|
|
30863
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30864
|
-
border-radius: unset;
|
|
30865
|
-
}
|
|
30866
|
-
|
|
30867
30970
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30868
30971
|
padding: 4px 8px 0 8px;
|
|
30869
30972
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30877,110 +30980,7 @@ button.E_n7k2c6r {
|
|
|
30877
30980
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30878
30981
|
}
|
|
30879
30982
|
|
|
30880
|
-
.
|
|
30881
|
-
display: flex;
|
|
30882
|
-
justify-content: space-between;
|
|
30883
|
-
width: 100%;
|
|
30884
|
-
}
|
|
30885
|
-
.E_m74vjol .action {
|
|
30886
|
-
margin-left: 16px;
|
|
30887
|
-
}
|
|
30888
|
-
|
|
30889
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30890
|
-
padding-right: 12px;
|
|
30891
|
-
}
|
|
30892
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30893
|
-
height: fit-content;
|
|
30894
|
-
margin-left: 16px;
|
|
30895
|
-
}
|
|
30896
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30897
|
-
flex: 1;
|
|
30898
|
-
}
|
|
30899
|
-
|
|
30900
|
-
.E_d1bw7c5z {
|
|
30901
|
-
position: relative;
|
|
30902
|
-
max-width: 388px;
|
|
30903
|
-
min-width: 285px;
|
|
30904
|
-
}
|
|
30905
|
-
.E_d1bw7c5z .center {
|
|
30906
|
-
position: absolute;
|
|
30907
|
-
font-size: 12px;
|
|
30908
|
-
width: 80px;
|
|
30909
|
-
height: 100px;
|
|
30910
|
-
top: 0;
|
|
30911
|
-
left: 35px;
|
|
30912
|
-
display: flex;
|
|
30913
|
-
flex-direction: column;
|
|
30914
|
-
justify-content: center;
|
|
30915
|
-
align-items: center;
|
|
30916
|
-
color: #00122e;
|
|
30917
|
-
}
|
|
30918
|
-
.E_d1bw7c5z .center .number {
|
|
30919
|
-
font-size: 24px;
|
|
30920
|
-
font-weight: 700;
|
|
30921
|
-
}
|
|
30922
|
-
.E_d1bw7c5z .center .text {
|
|
30923
|
-
padding: 0 5px;
|
|
30924
|
-
font-size: 12px;
|
|
30925
|
-
width: inherit;
|
|
30926
|
-
text-align: center;
|
|
30927
|
-
}
|
|
30928
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
30929
|
-
display: flex;
|
|
30930
|
-
}
|
|
30931
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30932
|
-
position: relative !important;
|
|
30933
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30934
|
-
left: 0 !important;
|
|
30935
|
-
bottom: 0 !important;
|
|
30936
|
-
display: flex;
|
|
30937
|
-
align-items: center;
|
|
30938
|
-
}
|
|
30939
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30940
|
-
width: 100%;
|
|
30941
|
-
}
|
|
30942
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30943
|
-
width: 100%;
|
|
30944
|
-
margin-right: 0 !important;
|
|
30945
|
-
line-height: 18px;
|
|
30946
|
-
}
|
|
30947
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30948
|
-
border-radius: 2px;
|
|
30949
|
-
}
|
|
30950
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30951
|
-
min-width: 75px;
|
|
30952
|
-
max-width: 198px;
|
|
30953
|
-
width: calc(100% - 20px);
|
|
30954
|
-
margin-left: 2px;
|
|
30955
|
-
color: #00122e !important;
|
|
30956
|
-
display: inline-flex;
|
|
30957
|
-
justify-content: space-between;
|
|
30958
|
-
}
|
|
30959
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30960
|
-
maxwidth: calc(100% - 12px);
|
|
30961
|
-
cursor: pointer;
|
|
30962
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30963
|
-
overflow: hidden;
|
|
30964
|
-
text-overflow: ellipsis;
|
|
30965
|
-
white-space: nowrap;
|
|
30966
|
-
}
|
|
30967
|
-
.E_d1bw7c5z .value {
|
|
30968
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30969
|
-
}
|
|
30970
|
-
|
|
30971
|
-
.E_t10pqbtc {
|
|
30972
|
-
width: 140px;
|
|
30973
|
-
}
|
|
30974
|
-
.E_t10pqbtc .item {
|
|
30975
|
-
margin: 6px auto;
|
|
30976
|
-
display: flex;
|
|
30977
|
-
justify-content: space-between;
|
|
30978
|
-
}
|
|
30979
|
-
.E_t10pqbtc .item .name {
|
|
30980
|
-
width: 102px;
|
|
30981
|
-
}
|
|
30982
|
-
|
|
30983
|
-
.E_fzh9mnb {
|
|
30983
|
+
.E_fzh9mnb {
|
|
30984
30984
|
width: 100%;
|
|
30985
30985
|
height: 100%;
|
|
30986
30986
|
min-height: 124px;
|
|
@@ -31041,6 +31041,24 @@ button.E_n7k2c6r {
|
|
|
31041
31041
|
min-height: 0px;
|
|
31042
31042
|
}
|
|
31043
31043
|
|
|
31044
|
+
.E_iouxfgt {
|
|
31045
|
+
display: inline-flex;
|
|
31046
|
+
align-items: center;
|
|
31047
|
+
}
|
|
31048
|
+
.E_iouxfgt .icon-inner {
|
|
31049
|
+
display: inline-flex;
|
|
31050
|
+
align-items: center;
|
|
31051
|
+
justify-content: center;
|
|
31052
|
+
}
|
|
31053
|
+
.E_iouxfgt .icon-inner + span,
|
|
31054
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31055
|
+
margin-left: 4px;
|
|
31056
|
+
}
|
|
31057
|
+
.E_iouxfgt.is-rotate img,
|
|
31058
|
+
.E_iouxfgt.is-rotate svg {
|
|
31059
|
+
animation: rotate 680ms linear infinite;
|
|
31060
|
+
}
|
|
31061
|
+
|
|
31044
31062
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31045
31063
|
display: var(--a1wfy30z-0);
|
|
31046
31064
|
}
|
|
@@ -31089,22 +31107,11 @@ button.E_n7k2c6r {
|
|
|
31089
31107
|
line-height: 18px;
|
|
31090
31108
|
}
|
|
31091
31109
|
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
align-items: center;
|
|
31095
|
-
}
|
|
31096
|
-
.E_iouxfgt .icon-inner {
|
|
31097
|
-
display: inline-flex;
|
|
31098
|
-
align-items: center;
|
|
31099
|
-
justify-content: center;
|
|
31100
|
-
}
|
|
31101
|
-
.E_iouxfgt .icon-inner + span,
|
|
31102
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31103
|
-
margin-left: 4px;
|
|
31110
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31111
|
+
margin-left: 8px;
|
|
31104
31112
|
}
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31107
|
-
animation: rotate 680ms linear infinite;
|
|
31113
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31114
|
+
padding: 2px 7px 2px 12px;
|
|
31108
31115
|
}
|
|
31109
31116
|
|
|
31110
31117
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31167,11 +31174,13 @@ button.E_n7k2c6r {
|
|
|
31167
31174
|
padding: 2px 8px;
|
|
31168
31175
|
}
|
|
31169
31176
|
|
|
31170
|
-
.
|
|
31171
|
-
|
|
31177
|
+
.E_owd0kml {
|
|
31178
|
+
display: inline-block;
|
|
31172
31179
|
}
|
|
31173
|
-
|
|
31174
|
-
|
|
31180
|
+
|
|
31181
|
+
.E_h1jsgezc {
|
|
31182
|
+
visibility: hidden;
|
|
31183
|
+
position: absolute;
|
|
31175
31184
|
}
|
|
31176
31185
|
|
|
31177
31186
|
.E_phljevk {
|
|
@@ -31271,106 +31280,6 @@ button.E_n7k2c6r {
|
|
|
31271
31280
|
transform: rotate(0deg);
|
|
31272
31281
|
}
|
|
31273
31282
|
|
|
31274
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
31275
|
-
margin-right: 8px;
|
|
31276
|
-
}
|
|
31277
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
31278
|
-
margin-left: 8px;
|
|
31279
|
-
}
|
|
31280
|
-
|
|
31281
|
-
.E_cc368xp {
|
|
31282
|
-
color: #00122e;
|
|
31283
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31284
|
-
margin-right: 8px;
|
|
31285
|
-
padding-right: 8px;
|
|
31286
|
-
}
|
|
31287
|
-
|
|
31288
|
-
.E_i11o6xqj {
|
|
31289
|
-
display: flex;
|
|
31290
|
-
gap: 4px;
|
|
31291
|
-
}
|
|
31292
|
-
.E_i11o6xqj .icon-wrapper {
|
|
31293
|
-
cursor: pointer;
|
|
31294
|
-
}
|
|
31295
|
-
|
|
31296
|
-
.E_d19ruhdj.icon-wrapper {
|
|
31297
|
-
cursor: not-allowed;
|
|
31298
|
-
}
|
|
31299
|
-
|
|
31300
|
-
.E_owd0kml {
|
|
31301
|
-
display: inline-block;
|
|
31302
|
-
}
|
|
31303
|
-
|
|
31304
|
-
.E_h1jsgezc {
|
|
31305
|
-
visibility: hidden;
|
|
31306
|
-
position: absolute;
|
|
31307
|
-
}
|
|
31308
|
-
|
|
31309
|
-
.E_s1dizucg.ant-switch {
|
|
31310
|
-
min-width: 40px;
|
|
31311
|
-
height: 24px;
|
|
31312
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31313
|
-
overflow: hidden;
|
|
31314
|
-
}
|
|
31315
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31316
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31317
|
-
}
|
|
31318
|
-
.E_s1dizucg.ant-switch-small {
|
|
31319
|
-
min-width: 26px;
|
|
31320
|
-
height: 16px;
|
|
31321
|
-
}
|
|
31322
|
-
.E_s1dizucg.ant-switch-large {
|
|
31323
|
-
min-width: 52px;
|
|
31324
|
-
height: 32px;
|
|
31325
|
-
}
|
|
31326
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31327
|
-
height: 20px;
|
|
31328
|
-
width: 20px;
|
|
31329
|
-
}
|
|
31330
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31331
|
-
border-radius: 10px;
|
|
31332
|
-
transition-delay: 120ms;
|
|
31333
|
-
}
|
|
31334
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31335
|
-
height: 14px;
|
|
31336
|
-
width: 14px;
|
|
31337
|
-
top: 1px;
|
|
31338
|
-
left: 1px;
|
|
31339
|
-
}
|
|
31340
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31341
|
-
height: 28px;
|
|
31342
|
-
width: 28px;
|
|
31343
|
-
}
|
|
31344
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31345
|
-
border-radius: 14px;
|
|
31346
|
-
}
|
|
31347
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31348
|
-
background-color: #00ba5d;
|
|
31349
|
-
}
|
|
31350
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31351
|
-
left: calc(100% - 20px - 2px);
|
|
31352
|
-
}
|
|
31353
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31354
|
-
left: calc(100% - 14px - 1px);
|
|
31355
|
-
}
|
|
31356
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31357
|
-
left: calc(100% - 28px - 2px);
|
|
31358
|
-
}
|
|
31359
|
-
|
|
31360
|
-
.E_c1up6e3y {
|
|
31361
|
-
margin-left: 5px;
|
|
31362
|
-
}
|
|
31363
|
-
|
|
31364
|
-
.E_ivqqkzv {
|
|
31365
|
-
height: 24px;
|
|
31366
|
-
width: 56px !important;
|
|
31367
|
-
margin-right: 4px;
|
|
31368
|
-
}
|
|
31369
|
-
|
|
31370
|
-
.E_c1wk4q29 {
|
|
31371
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31372
|
-
}
|
|
31373
|
-
|
|
31374
31283
|
.E_rapgekc.ant-radio-wrapper {
|
|
31375
31284
|
display: inline-flex;
|
|
31376
31285
|
align-items: baseline;
|
|
@@ -31517,14 +31426,50 @@ button.E_n7k2c6r {
|
|
|
31517
31426
|
width: 36px;
|
|
31518
31427
|
}
|
|
31519
31428
|
|
|
31520
|
-
.
|
|
31521
|
-
|
|
31522
|
-
|
|
31429
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31430
|
+
margin-right: 8px;
|
|
31431
|
+
}
|
|
31432
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31433
|
+
margin-left: 8px;
|
|
31523
31434
|
}
|
|
31524
31435
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
|
|
31436
|
+
.E_cc368xp {
|
|
31437
|
+
color: #00122e;
|
|
31438
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31439
|
+
margin-right: 8px;
|
|
31440
|
+
padding-right: 8px;
|
|
31441
|
+
}
|
|
31442
|
+
|
|
31443
|
+
.E_i11o6xqj {
|
|
31444
|
+
display: flex;
|
|
31445
|
+
gap: 4px;
|
|
31446
|
+
}
|
|
31447
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31448
|
+
cursor: pointer;
|
|
31449
|
+
}
|
|
31450
|
+
|
|
31451
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31452
|
+
cursor: not-allowed;
|
|
31453
|
+
}
|
|
31454
|
+
|
|
31455
|
+
.E_ivqqkzv {
|
|
31456
|
+
height: 24px;
|
|
31457
|
+
width: 56px !important;
|
|
31458
|
+
margin-right: 4px;
|
|
31459
|
+
}
|
|
31460
|
+
|
|
31461
|
+
.E_c1wk4q29 {
|
|
31462
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31463
|
+
}
|
|
31464
|
+
|
|
31465
|
+
.E_cnujxq2 {
|
|
31466
|
+
display: flex;
|
|
31467
|
+
flex-direction: column;
|
|
31468
|
+
}
|
|
31469
|
+
|
|
31470
|
+
.E_m7s48ia {
|
|
31471
|
+
max-width: 1120px;
|
|
31472
|
+
width: 100%;
|
|
31528
31473
|
margin: 0 auto;
|
|
31529
31474
|
height: 100%;
|
|
31530
31475
|
}
|
|
@@ -32235,99 +32180,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32235
32180
|
cursor: default;
|
|
32236
32181
|
}
|
|
32237
32182
|
|
|
32238
|
-
.E_iq1gosr {
|
|
32239
|
-
display: inline-block;
|
|
32240
|
-
}
|
|
32241
|
-
|
|
32242
|
-
.E_tju3gfj .date {
|
|
32243
|
-
margin-right: 4px;
|
|
32244
|
-
}
|
|
32245
|
-
|
|
32246
|
-
.E_s1dni7lo {
|
|
32247
|
-
width: 430px !important;
|
|
32248
|
-
}
|
|
32249
|
-
|
|
32250
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
32251
|
-
padding: 8px 16px;
|
|
32252
|
-
line-height: 18px;
|
|
32253
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32254
|
-
height: 34px;
|
|
32255
|
-
min-height: 34px;
|
|
32256
|
-
box-sizing: border-box;
|
|
32257
|
-
margin-top: 8px;
|
|
32258
|
-
}
|
|
32259
|
-
|
|
32260
|
-
.E_o1ugr09p {
|
|
32261
|
-
display: flex;
|
|
32262
|
-
flex-direction: column;
|
|
32263
|
-
margin: 1px 8px;
|
|
32264
|
-
padding: 8px;
|
|
32265
|
-
border-radius: 4px;
|
|
32266
|
-
}
|
|
32267
|
-
.E_o1ugr09p .selected-icon {
|
|
32268
|
-
display: none;
|
|
32269
|
-
}
|
|
32270
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32271
|
-
padding-left: 8px;
|
|
32272
|
-
}
|
|
32273
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32274
|
-
background-color: white;
|
|
32275
|
-
}
|
|
32276
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32277
|
-
color: #0080ff;
|
|
32278
|
-
}
|
|
32279
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32280
|
-
display: block;
|
|
32281
|
-
}
|
|
32282
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32283
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32284
|
-
}
|
|
32285
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32286
|
-
color: #0080ff;
|
|
32287
|
-
}
|
|
32288
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32289
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32290
|
-
color: #0080ff;
|
|
32291
|
-
}
|
|
32292
|
-
|
|
32293
|
-
.E_o1ifxsq4 {
|
|
32294
|
-
display: flex;
|
|
32295
|
-
justify-content: space-between;
|
|
32296
|
-
height: 20px;
|
|
32297
|
-
line-height: 20px;
|
|
32298
|
-
}
|
|
32299
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32300
|
-
color: #2d3a56;
|
|
32301
|
-
overflow: hidden;
|
|
32302
|
-
text-overflow: ellipsis;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
|
-
.E_o1zue7 {
|
|
32306
|
-
display: flex;
|
|
32307
|
-
justify-content: space-between;
|
|
32308
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32309
|
-
height: 18px;
|
|
32310
|
-
line-height: 18px;
|
|
32311
|
-
margin-top: 2px;
|
|
32312
|
-
}
|
|
32313
|
-
|
|
32314
|
-
.E_tyfmlxg {
|
|
32315
|
-
border: none;
|
|
32316
|
-
margin-right: 0;
|
|
32317
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32318
|
-
}
|
|
32319
|
-
|
|
32320
|
-
.E_o18uybox {
|
|
32321
|
-
pointer-events: none;
|
|
32322
|
-
height: 32px;
|
|
32323
|
-
width: 100%;
|
|
32324
|
-
opacity: 0;
|
|
32325
|
-
}
|
|
32326
|
-
|
|
32327
|
-
.E_m196gn1d {
|
|
32328
|
-
min-width: 1280px;
|
|
32329
|
-
}
|
|
32330
|
-
|
|
32331
32183
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32332
32184
|
display: inline-flex;
|
|
32333
32185
|
align-items: center;
|
|
@@ -32358,6 +32210,14 @@ input.E_rf8rlle.ant-input {
|
|
|
32358
32210
|
transition: all 320ms ease;
|
|
32359
32211
|
}
|
|
32360
32212
|
|
|
32213
|
+
.E_iq1gosr {
|
|
32214
|
+
display: inline-block;
|
|
32215
|
+
}
|
|
32216
|
+
|
|
32217
|
+
.E_m196gn1d {
|
|
32218
|
+
min-width: 1280px;
|
|
32219
|
+
}
|
|
32220
|
+
|
|
32361
32221
|
.E_dsnbhzf {
|
|
32362
32222
|
font-family: Inter;
|
|
32363
32223
|
font-style: normal;
|
|
@@ -32833,103 +32693,237 @@ input.E_rf8rlle.ant-input {
|
|
|
32833
32693
|
line-height: 12px;
|
|
32834
32694
|
}
|
|
32835
32695
|
|
|
32836
|
-
.
|
|
32837
|
-
|
|
32838
|
-
|
|
32839
|
-
|
|
32840
|
-
|
|
32841
|
-
.E_m855nr1 {
|
|
32842
|
-
padding: 2px 8px;
|
|
32843
|
-
border-radius: 3px;
|
|
32844
|
-
}
|
|
32845
|
-
|
|
32846
|
-
.E_l1270xpg {
|
|
32847
|
-
padding: 3px 8px;
|
|
32848
|
-
border-radius: 2px;
|
|
32849
|
-
}
|
|
32850
|
-
|
|
32851
|
-
.E_t14rextb.ant-tag:hover {
|
|
32852
|
-
opacity: unset;
|
|
32696
|
+
.E_s1dizucg.ant-switch {
|
|
32697
|
+
min-width: 40px;
|
|
32698
|
+
height: 24px;
|
|
32699
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32700
|
+
overflow: hidden;
|
|
32853
32701
|
}
|
|
32854
|
-
.
|
|
32855
|
-
|
|
32856
|
-
margin-right: 8px;
|
|
32857
|
-
display: inline-flex;
|
|
32858
|
-
align-items: center;
|
|
32859
|
-
border: none;
|
|
32702
|
+
.E_s1dizucg.ant-switch:focus {
|
|
32703
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
32860
32704
|
}
|
|
32861
|
-
.
|
|
32862
|
-
width:
|
|
32705
|
+
.E_s1dizucg.ant-switch-small {
|
|
32706
|
+
min-width: 26px;
|
|
32863
32707
|
height: 16px;
|
|
32864
|
-
color: inherit;
|
|
32865
|
-
margin-left: 4px;
|
|
32866
|
-
opacity: 0.6;
|
|
32867
|
-
display: inline-flex;
|
|
32868
32708
|
}
|
|
32869
|
-
.
|
|
32870
|
-
|
|
32871
|
-
|
|
32872
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32873
|
-
color: #0080ff;
|
|
32874
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32875
|
-
}
|
|
32876
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32877
|
-
color: #f0483e;
|
|
32878
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32879
|
-
}
|
|
32880
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32881
|
-
color: #e07f00;
|
|
32882
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32883
|
-
}
|
|
32884
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32885
|
-
color: #008f4c;
|
|
32886
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32709
|
+
.E_s1dizucg.ant-switch-large {
|
|
32710
|
+
min-width: 52px;
|
|
32711
|
+
height: 32px;
|
|
32887
32712
|
}
|
|
32888
|
-
.
|
|
32889
|
-
|
|
32890
|
-
|
|
32713
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
32714
|
+
height: 20px;
|
|
32715
|
+
width: 20px;
|
|
32891
32716
|
}
|
|
32892
|
-
.
|
|
32893
|
-
|
|
32894
|
-
|
|
32717
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
32718
|
+
border-radius: 10px;
|
|
32719
|
+
transition-delay: 120ms;
|
|
32895
32720
|
}
|
|
32896
|
-
.
|
|
32897
|
-
|
|
32721
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
32722
|
+
height: 14px;
|
|
32723
|
+
width: 14px;
|
|
32724
|
+
top: 1px;
|
|
32725
|
+
left: 1px;
|
|
32898
32726
|
}
|
|
32899
|
-
.
|
|
32900
|
-
|
|
32727
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
32728
|
+
height: 28px;
|
|
32729
|
+
width: 28px;
|
|
32901
32730
|
}
|
|
32902
|
-
.
|
|
32903
|
-
|
|
32731
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
32732
|
+
border-radius: 14px;
|
|
32904
32733
|
}
|
|
32905
|
-
.
|
|
32734
|
+
.E_s1dizucg.ant-switch-checked {
|
|
32906
32735
|
background-color: #00ba5d;
|
|
32907
32736
|
}
|
|
32908
|
-
.
|
|
32909
|
-
|
|
32737
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
32738
|
+
left: calc(100% - 20px - 2px);
|
|
32910
32739
|
}
|
|
32911
|
-
.
|
|
32912
|
-
|
|
32740
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
32741
|
+
left: calc(100% - 14px - 1px);
|
|
32913
32742
|
}
|
|
32914
|
-
.
|
|
32915
|
-
|
|
32743
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
32744
|
+
left: calc(100% - 28px - 2px);
|
|
32916
32745
|
}
|
|
32917
32746
|
|
|
32918
|
-
.
|
|
32919
|
-
|
|
32920
|
-
}
|
|
32921
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32922
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32923
|
-
border-radius: 4px;
|
|
32924
|
-
}
|
|
32925
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32926
|
-
visibility: hidden;
|
|
32747
|
+
.E_c1up6e3y {
|
|
32748
|
+
margin-left: 5px;
|
|
32927
32749
|
}
|
|
32928
32750
|
|
|
32929
|
-
.
|
|
32930
|
-
|
|
32931
|
-
|
|
32932
|
-
|
|
32751
|
+
.E_s1dni7lo {
|
|
32752
|
+
width: 430px !important;
|
|
32753
|
+
}
|
|
32754
|
+
|
|
32755
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32756
|
+
padding: 8px 16px;
|
|
32757
|
+
line-height: 18px;
|
|
32758
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32759
|
+
height: 34px;
|
|
32760
|
+
min-height: 34px;
|
|
32761
|
+
box-sizing: border-box;
|
|
32762
|
+
margin-top: 8px;
|
|
32763
|
+
}
|
|
32764
|
+
|
|
32765
|
+
.E_o1ugr09p {
|
|
32766
|
+
display: flex;
|
|
32767
|
+
flex-direction: column;
|
|
32768
|
+
margin: 1px 8px;
|
|
32769
|
+
padding: 8px;
|
|
32770
|
+
border-radius: 4px;
|
|
32771
|
+
}
|
|
32772
|
+
.E_o1ugr09p .selected-icon {
|
|
32773
|
+
display: none;
|
|
32774
|
+
}
|
|
32775
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32776
|
+
padding-left: 8px;
|
|
32777
|
+
}
|
|
32778
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32779
|
+
background-color: white;
|
|
32780
|
+
}
|
|
32781
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32782
|
+
color: #0080ff;
|
|
32783
|
+
}
|
|
32784
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32785
|
+
display: block;
|
|
32786
|
+
}
|
|
32787
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32788
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32789
|
+
}
|
|
32790
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32791
|
+
color: #0080ff;
|
|
32792
|
+
}
|
|
32793
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32794
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32795
|
+
color: #0080ff;
|
|
32796
|
+
}
|
|
32797
|
+
|
|
32798
|
+
.E_o1ifxsq4 {
|
|
32799
|
+
display: flex;
|
|
32800
|
+
justify-content: space-between;
|
|
32801
|
+
height: 20px;
|
|
32802
|
+
line-height: 20px;
|
|
32803
|
+
}
|
|
32804
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32805
|
+
color: #2d3a56;
|
|
32806
|
+
overflow: hidden;
|
|
32807
|
+
text-overflow: ellipsis;
|
|
32808
|
+
}
|
|
32809
|
+
|
|
32810
|
+
.E_o1zue7 {
|
|
32811
|
+
display: flex;
|
|
32812
|
+
justify-content: space-between;
|
|
32813
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32814
|
+
height: 18px;
|
|
32815
|
+
line-height: 18px;
|
|
32816
|
+
margin-top: 2px;
|
|
32817
|
+
}
|
|
32818
|
+
|
|
32819
|
+
.E_tyfmlxg {
|
|
32820
|
+
border: none;
|
|
32821
|
+
margin-right: 0;
|
|
32822
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32823
|
+
}
|
|
32824
|
+
|
|
32825
|
+
.E_o18uybox {
|
|
32826
|
+
pointer-events: none;
|
|
32827
|
+
height: 32px;
|
|
32828
|
+
width: 100%;
|
|
32829
|
+
opacity: 0;
|
|
32830
|
+
}
|
|
32831
|
+
|
|
32832
|
+
.E_s1sck0th {
|
|
32833
|
+
padding: 0 8px;
|
|
32834
|
+
border-radius: 4px;
|
|
32835
|
+
}
|
|
32836
|
+
|
|
32837
|
+
.E_m855nr1 {
|
|
32838
|
+
padding: 2px 8px;
|
|
32839
|
+
border-radius: 3px;
|
|
32840
|
+
}
|
|
32841
|
+
|
|
32842
|
+
.E_l1270xpg {
|
|
32843
|
+
padding: 3px 8px;
|
|
32844
|
+
border-radius: 2px;
|
|
32845
|
+
}
|
|
32846
|
+
|
|
32847
|
+
.E_t14rextb.ant-tag:hover {
|
|
32848
|
+
opacity: unset;
|
|
32849
|
+
}
|
|
32850
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32851
|
+
margin: 0;
|
|
32852
|
+
margin-right: 8px;
|
|
32853
|
+
display: inline-flex;
|
|
32854
|
+
align-items: center;
|
|
32855
|
+
border: none;
|
|
32856
|
+
}
|
|
32857
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32858
|
+
width: 16px;
|
|
32859
|
+
height: 16px;
|
|
32860
|
+
color: inherit;
|
|
32861
|
+
margin-left: 4px;
|
|
32862
|
+
opacity: 0.6;
|
|
32863
|
+
display: inline-flex;
|
|
32864
|
+
}
|
|
32865
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32866
|
+
opacity: 1;
|
|
32867
|
+
}
|
|
32868
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32869
|
+
color: #0080ff;
|
|
32870
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32871
|
+
}
|
|
32872
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32873
|
+
color: #f0483e;
|
|
32874
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32875
|
+
}
|
|
32876
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32877
|
+
color: #e07f00;
|
|
32878
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32879
|
+
}
|
|
32880
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32881
|
+
color: #008f4c;
|
|
32882
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32883
|
+
}
|
|
32884
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32885
|
+
color: #1d326c;
|
|
32886
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32887
|
+
}
|
|
32888
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32889
|
+
color: #7E41FF;
|
|
32890
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32891
|
+
}
|
|
32892
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32893
|
+
color: #fff;
|
|
32894
|
+
}
|
|
32895
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32896
|
+
background-color: #f0483e;
|
|
32897
|
+
}
|
|
32898
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32899
|
+
background-color: #fea008;
|
|
32900
|
+
}
|
|
32901
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32902
|
+
background-color: #00ba5d;
|
|
32903
|
+
}
|
|
32904
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32905
|
+
background-color: #0080ff;
|
|
32906
|
+
}
|
|
32907
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32908
|
+
background-color: #6b7d99;
|
|
32909
|
+
}
|
|
32910
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32911
|
+
background-color: #7E41FF;
|
|
32912
|
+
}
|
|
32913
|
+
|
|
32914
|
+
.E_tju3gfj .date {
|
|
32915
|
+
margin-right: 4px;
|
|
32916
|
+
}
|
|
32917
|
+
|
|
32918
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32919
|
+
display: none;
|
|
32920
|
+
}
|
|
32921
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32922
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32923
|
+
border-radius: 4px;
|
|
32924
|
+
}
|
|
32925
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32926
|
+
visibility: hidden;
|
|
32933
32927
|
}
|
|
32934
32928
|
|
|
32935
32929
|
.E_i5w779o {
|
|
@@ -32973,6 +32967,12 @@ input.E_rf8rlle.ant-input {
|
|
|
32973
32967
|
color: rgba(0, 21, 64, 0.3);
|
|
32974
32968
|
}
|
|
32975
32969
|
|
|
32970
|
+
.E_h1ol2wl7 {
|
|
32971
|
+
font-weight: bold;
|
|
32972
|
+
background-color: unset;
|
|
32973
|
+
padding: unset;
|
|
32974
|
+
}
|
|
32975
|
+
|
|
32976
32976
|
.E_cyms3br {
|
|
32977
32977
|
background: #fff;
|
|
32978
32978
|
width: 100%;
|
|
@@ -33026,35 +33026,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33026
33026
|
justify-content: center;
|
|
33027
33027
|
}
|
|
33028
33028
|
|
|
33029
|
-
.E_suhck3k {
|
|
33030
|
-
height: 24px;
|
|
33031
|
-
width: 24px;
|
|
33032
|
-
border-radius: 6px;
|
|
33033
|
-
padding: 4px;
|
|
33034
|
-
}
|
|
33035
|
-
.E_suhck3k:hover {
|
|
33036
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33037
|
-
}
|
|
33038
|
-
.E_suhck3k:hover svg path {
|
|
33039
|
-
fill: blue;
|
|
33040
|
-
}
|
|
33041
|
-
|
|
33042
|
-
.E_ryby9ds {
|
|
33043
|
-
display: flex;
|
|
33044
|
-
align-items: center;
|
|
33045
|
-
}
|
|
33046
|
-
.E_ryby9ds .order {
|
|
33047
|
-
height: 24px;
|
|
33048
|
-
width: 24px;
|
|
33049
|
-
border-radius: 20px;
|
|
33050
|
-
color: #0080ff;
|
|
33051
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33052
|
-
display: flex;
|
|
33053
|
-
align-items: center;
|
|
33054
|
-
justify-content: center;
|
|
33055
|
-
margin-right: 6px;
|
|
33056
|
-
}
|
|
33057
|
-
|
|
33058
33029
|
.E_hrhfj7c {
|
|
33059
33030
|
display: none;
|
|
33060
33031
|
}
|
|
@@ -33274,6 +33245,35 @@ input.E_rf8rlle.ant-input {
|
|
|
33274
33245
|
font-size: 14px;
|
|
33275
33246
|
}
|
|
33276
33247
|
|
|
33248
|
+
.E_ryby9ds {
|
|
33249
|
+
display: flex;
|
|
33250
|
+
align-items: center;
|
|
33251
|
+
}
|
|
33252
|
+
.E_ryby9ds .order {
|
|
33253
|
+
height: 24px;
|
|
33254
|
+
width: 24px;
|
|
33255
|
+
border-radius: 20px;
|
|
33256
|
+
color: #0080ff;
|
|
33257
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33258
|
+
display: flex;
|
|
33259
|
+
align-items: center;
|
|
33260
|
+
justify-content: center;
|
|
33261
|
+
margin-right: 6px;
|
|
33262
|
+
}
|
|
33263
|
+
|
|
33264
|
+
.E_suhck3k {
|
|
33265
|
+
height: 24px;
|
|
33266
|
+
width: 24px;
|
|
33267
|
+
border-radius: 6px;
|
|
33268
|
+
padding: 4px;
|
|
33269
|
+
}
|
|
33270
|
+
.E_suhck3k:hover {
|
|
33271
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33272
|
+
}
|
|
33273
|
+
.E_suhck3k:hover svg path {
|
|
33274
|
+
fill: blue;
|
|
33275
|
+
}
|
|
33276
|
+
|
|
33277
33277
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
33278
33278
|
border-radius: 6px;
|
|
33279
33279
|
}
|
|
@@ -33718,16 +33718,60 @@ input.E_rf8rlle.ant-input {
|
|
|
33718
33718
|
opacity: 0.8;
|
|
33719
33719
|
}
|
|
33720
33720
|
|
|
33721
|
-
.
|
|
33722
|
-
height: 100%;
|
|
33721
|
+
.E_c14ouk5o {
|
|
33723
33722
|
width: 100%;
|
|
33723
|
+
height: 100%;
|
|
33724
33724
|
display: flex;
|
|
33725
|
+
font-size: 12px;
|
|
33726
|
+
line-height: 18px;
|
|
33727
|
+
padding: 8px 0;
|
|
33728
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
33729
|
+
}
|
|
33730
|
+
.E_c14ouk5o:last-of-type {
|
|
33731
|
+
box-shadow: none;
|
|
33732
|
+
padding-bottom: 0;
|
|
33733
|
+
}
|
|
33734
|
+
.E_c14ouk5o.collapsed {
|
|
33725
33735
|
flex-direction: column;
|
|
33726
|
-
background: #fff;
|
|
33727
|
-
overflow: auto;
|
|
33728
33736
|
}
|
|
33729
|
-
|
|
33730
|
-
|
|
33737
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
33738
|
+
display: flex;
|
|
33739
|
+
}
|
|
33740
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
33741
|
+
flex: 1;
|
|
33742
|
+
display: flex;
|
|
33743
|
+
justify-content: space-between;
|
|
33744
|
+
}
|
|
33745
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
33746
|
+
height: auto;
|
|
33747
|
+
}
|
|
33748
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
33749
|
+
margin-left: 162px;
|
|
33750
|
+
}
|
|
33751
|
+
.E_c14ouk5o .col-label {
|
|
33752
|
+
width: 216px;
|
|
33753
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33754
|
+
margin-right: 12px;
|
|
33755
|
+
flex-shrink: 0;
|
|
33756
|
+
}
|
|
33757
|
+
.E_c14ouk5o .col-content {
|
|
33758
|
+
color: #2d3a56;
|
|
33759
|
+
/* make btn link in info row have the same height as normal text */
|
|
33760
|
+
}
|
|
33761
|
+
.E_c14ouk5o .col-content .ant-btn-link {
|
|
33762
|
+
height: auto;
|
|
33763
|
+
}
|
|
33764
|
+
|
|
33765
|
+
.E_c1kchka8 {
|
|
33766
|
+
height: 100%;
|
|
33767
|
+
width: 100%;
|
|
33768
|
+
display: flex;
|
|
33769
|
+
flex-direction: column;
|
|
33770
|
+
background: #fff;
|
|
33771
|
+
overflow: auto;
|
|
33772
|
+
}
|
|
33773
|
+
|
|
33774
|
+
.E_ctdb951 {
|
|
33731
33775
|
display: flex;
|
|
33732
33776
|
align-items: center;
|
|
33733
33777
|
justify-content: space-between;
|
|
@@ -34195,50 +34239,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34195
34239
|
padding: 0;
|
|
34196
34240
|
}
|
|
34197
34241
|
|
|
34198
|
-
.E_c14ouk5o {
|
|
34199
|
-
width: 100%;
|
|
34200
|
-
height: 100%;
|
|
34201
|
-
display: flex;
|
|
34202
|
-
font-size: 12px;
|
|
34203
|
-
line-height: 18px;
|
|
34204
|
-
padding: 8px 0;
|
|
34205
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34206
|
-
}
|
|
34207
|
-
.E_c14ouk5o:last-of-type {
|
|
34208
|
-
box-shadow: none;
|
|
34209
|
-
padding-bottom: 0;
|
|
34210
|
-
}
|
|
34211
|
-
.E_c14ouk5o.collapsed {
|
|
34212
|
-
flex-direction: column;
|
|
34213
|
-
}
|
|
34214
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
34215
|
-
display: flex;
|
|
34216
|
-
}
|
|
34217
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
34218
|
-
flex: 1;
|
|
34219
|
-
display: flex;
|
|
34220
|
-
justify-content: space-between;
|
|
34221
|
-
}
|
|
34222
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
34223
|
-
height: auto;
|
|
34224
|
-
}
|
|
34225
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
34226
|
-
margin-left: 162px;
|
|
34227
|
-
}
|
|
34228
|
-
.E_c14ouk5o .col-label {
|
|
34229
|
-
width: 216px;
|
|
34230
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34231
|
-
margin-right: 12px;
|
|
34232
|
-
flex-shrink: 0;
|
|
34233
|
-
}
|
|
34234
|
-
.E_c14ouk5o .col-content {
|
|
34235
|
-
color: #2d3a56;
|
|
34236
|
-
/* make btn link in info row have the same height as normal text */
|
|
34237
|
-
}
|
|
34238
|
-
.E_c14ouk5o .col-content .ant-btn-link {
|
|
34239
|
-
height: auto;
|
|
34240
|
-
}
|
|
34241
|
-
|
|
34242
34242
|
.E_l12xdkhl {
|
|
34243
34243
|
width: 64px;
|
|
34244
34244
|
height: 64px;
|
|
@@ -34263,132 +34263,9 @@ input.E_rf8rlle.ant-input {
|
|
|
34263
34263
|
}
|
|
34264
34264
|
}
|
|
34265
34265
|
|
|
34266
|
-
.
|
|
34267
|
-
|
|
34268
|
-
|
|
34269
|
-
|
|
34270
|
-
.E_ckui4s7 {
|
|
34271
|
-
color: #2d3a56;
|
|
34272
|
-
line-height: 22px;
|
|
34273
|
-
display: inline-flex;
|
|
34274
|
-
}
|
|
34275
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34276
|
-
height: 22px;
|
|
34277
|
-
display: flex;
|
|
34278
|
-
align-items: center;
|
|
34279
|
-
top: 0;
|
|
34280
|
-
}
|
|
34281
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34282
|
-
border: none;
|
|
34283
|
-
}
|
|
34284
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34285
|
-
border-color: #0080ff;
|
|
34286
|
-
}
|
|
34287
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34288
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34289
|
-
}
|
|
34290
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34291
|
-
border: 1px solid #0080ff;
|
|
34292
|
-
}
|
|
34293
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34294
|
-
background: #0080ff;
|
|
34295
|
-
}
|
|
34296
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34297
|
-
background-color: #fff;
|
|
34298
|
-
height: 2px;
|
|
34299
|
-
width: 10px;
|
|
34300
|
-
border-radius: 2px;
|
|
34301
|
-
}
|
|
34302
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34303
|
-
opacity: 0.5;
|
|
34304
|
-
}
|
|
34305
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34306
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34307
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34308
|
-
}
|
|
34309
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34310
|
-
border-color: #2d3a56;
|
|
34311
|
-
}
|
|
34312
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34313
|
-
background: #2d3a56;
|
|
34314
|
-
}
|
|
34315
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34316
|
-
padding: 0;
|
|
34317
|
-
}
|
|
34318
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34319
|
-
display: inline-block;
|
|
34320
|
-
margin-left: 12px;
|
|
34321
|
-
color: #2d3a56;
|
|
34322
|
-
}
|
|
34323
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34324
|
-
margin-left: 28px;
|
|
34325
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34326
|
-
}
|
|
34327
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34328
|
-
margin-left: 8px;
|
|
34329
|
-
}
|
|
34330
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34331
|
-
margin-left: 24px;
|
|
34332
|
-
}
|
|
34333
|
-
|
|
34334
|
-
.E_c1kghdax {
|
|
34335
|
-
color: #2d3a56;
|
|
34336
|
-
padding: 7px 12px;
|
|
34337
|
-
display: flex;
|
|
34338
|
-
justify-content: space-between;
|
|
34339
|
-
align-items: center;
|
|
34340
|
-
}
|
|
34341
|
-
.E_c1kghdax.has-arrow {
|
|
34342
|
-
padding-left: 10px;
|
|
34343
|
-
}
|
|
34344
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34345
|
-
cursor: pointer;
|
|
34346
|
-
color: #00122e;
|
|
34347
|
-
}
|
|
34348
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34349
|
-
color: #2d3a56;
|
|
34350
|
-
font-weight: 600;
|
|
34351
|
-
}
|
|
34352
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34353
|
-
transform: rotate(90deg);
|
|
34354
|
-
}
|
|
34355
|
-
.E_c1kghdax .sub-info {
|
|
34356
|
-
font-size: 12px;
|
|
34357
|
-
line-height: 18px;
|
|
34358
|
-
}
|
|
34359
|
-
.E_c1kghdax .title-wrapper {
|
|
34360
|
-
display: flex;
|
|
34361
|
-
align-items: center;
|
|
34362
|
-
user-select: none;
|
|
34363
|
-
flex-grow: 1;
|
|
34364
|
-
font-size: 12px;
|
|
34365
|
-
line-height: 18px;
|
|
34366
|
-
color: #2d3a56;
|
|
34367
|
-
font-weight: 700;
|
|
34368
|
-
}
|
|
34369
|
-
.E_c1kghdax .collapse-arrow {
|
|
34370
|
-
transition: all 50ms ease-out 0ms;
|
|
34371
|
-
margin-right: 2px;
|
|
34372
|
-
}
|
|
34373
|
-
|
|
34374
|
-
.E_b14q2gmw {
|
|
34375
|
-
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);
|
|
34376
|
-
}
|
|
34377
|
-
|
|
34378
|
-
.E_c1eym6el {
|
|
34379
|
-
border-radius: 8px;
|
|
34380
|
-
background-color: white;
|
|
34381
|
-
}
|
|
34382
|
-
.E_c1eym6el.hoverable {
|
|
34383
|
-
cursor: pointer;
|
|
34384
|
-
}
|
|
34385
|
-
.E_c1eym6el.hoverable:hover {
|
|
34386
|
-
transition: all 200ms ease;
|
|
34387
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34388
|
-
transform: translateY(-4px);
|
|
34389
|
-
}
|
|
34390
|
-
|
|
34391
|
-
button.E_l48ei06.ant-btn {
|
|
34266
|
+
button.E_l48ei06.ant-btn,
|
|
34267
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
34268
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
34392
34269
|
font-size: 12px;
|
|
34393
34270
|
line-height: 18px;
|
|
34394
34271
|
height: 18px;
|
|
@@ -34489,79 +34366,129 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34489
34366
|
font-size: 0;
|
|
34490
34367
|
}
|
|
34491
34368
|
|
|
34492
|
-
.
|
|
34493
|
-
|
|
34494
|
-
|
|
34495
|
-
|
|
34496
|
-
|
|
34497
|
-
|
|
34498
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34499
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34369
|
+
.E_c1kghdax {
|
|
34370
|
+
color: #2d3a56;
|
|
34371
|
+
padding: 7px 12px;
|
|
34372
|
+
display: flex;
|
|
34373
|
+
justify-content: space-between;
|
|
34374
|
+
align-items: center;
|
|
34500
34375
|
}
|
|
34501
|
-
.
|
|
34502
|
-
|
|
34376
|
+
.E_c1kghdax.has-arrow {
|
|
34377
|
+
padding-left: 10px;
|
|
34503
34378
|
}
|
|
34504
|
-
.
|
|
34379
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34380
|
+
cursor: pointer;
|
|
34505
34381
|
color: #00122e;
|
|
34506
34382
|
}
|
|
34507
|
-
.
|
|
34508
|
-
|
|
34383
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34384
|
+
color: #2d3a56;
|
|
34385
|
+
font-weight: 600;
|
|
34509
34386
|
}
|
|
34510
|
-
.
|
|
34511
|
-
|
|
34512
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34387
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34388
|
+
transform: rotate(90deg);
|
|
34513
34389
|
}
|
|
34514
|
-
.
|
|
34515
|
-
|
|
34390
|
+
.E_c1kghdax .sub-info {
|
|
34391
|
+
font-size: 12px;
|
|
34392
|
+
line-height: 18px;
|
|
34516
34393
|
}
|
|
34517
|
-
.
|
|
34518
|
-
|
|
34394
|
+
.E_c1kghdax .title-wrapper {
|
|
34395
|
+
display: flex;
|
|
34396
|
+
align-items: center;
|
|
34397
|
+
user-select: none;
|
|
34398
|
+
flex-grow: 1;
|
|
34399
|
+
font-size: 12px;
|
|
34400
|
+
line-height: 18px;
|
|
34401
|
+
color: #2d3a56;
|
|
34402
|
+
font-weight: 700;
|
|
34519
34403
|
}
|
|
34520
|
-
.
|
|
34521
|
-
|
|
34404
|
+
.E_c1kghdax .collapse-arrow {
|
|
34405
|
+
transition: all 50ms ease-out 0ms;
|
|
34406
|
+
margin-right: 2px;
|
|
34522
34407
|
}
|
|
34523
|
-
|
|
34524
|
-
|
|
34408
|
+
|
|
34409
|
+
.E_ckui4s7 {
|
|
34410
|
+
color: #2d3a56;
|
|
34411
|
+
line-height: 22px;
|
|
34412
|
+
display: inline-flex;
|
|
34525
34413
|
}
|
|
34526
|
-
.
|
|
34527
|
-
|
|
34414
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34415
|
+
height: 22px;
|
|
34416
|
+
display: flex;
|
|
34417
|
+
align-items: center;
|
|
34418
|
+
top: 0;
|
|
34528
34419
|
}
|
|
34529
|
-
.
|
|
34530
|
-
|
|
34420
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34421
|
+
border: none;
|
|
34531
34422
|
}
|
|
34532
|
-
.
|
|
34533
|
-
|
|
34423
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34424
|
+
border-color: #0080ff;
|
|
34534
34425
|
}
|
|
34535
|
-
.
|
|
34536
|
-
|
|
34426
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34427
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34537
34428
|
}
|
|
34538
|
-
.
|
|
34539
|
-
|
|
34429
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34430
|
+
border: 1px solid #0080ff;
|
|
34540
34431
|
}
|
|
34541
|
-
.
|
|
34542
|
-
background
|
|
34432
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34433
|
+
background: #0080ff;
|
|
34543
34434
|
}
|
|
34544
|
-
.
|
|
34545
|
-
background-color: #
|
|
34435
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34436
|
+
background-color: #fff;
|
|
34437
|
+
height: 2px;
|
|
34438
|
+
width: 10px;
|
|
34439
|
+
border-radius: 2px;
|
|
34546
34440
|
}
|
|
34547
|
-
.
|
|
34548
|
-
|
|
34441
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34442
|
+
opacity: 0.5;
|
|
34549
34443
|
}
|
|
34550
|
-
.
|
|
34551
|
-
background
|
|
34444
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34445
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34446
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34552
34447
|
}
|
|
34553
|
-
.
|
|
34554
|
-
|
|
34448
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34449
|
+
border-color: #2d3a56;
|
|
34555
34450
|
}
|
|
34556
|
-
.
|
|
34557
|
-
background
|
|
34451
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34452
|
+
background: #2d3a56;
|
|
34558
34453
|
}
|
|
34559
|
-
|
|
34560
|
-
|
|
34561
|
-
|
|
34562
|
-
|
|
34563
|
-
border-radius: 50%;
|
|
34454
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34455
|
+
padding: 0;
|
|
34456
|
+
}
|
|
34457
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34564
34458
|
display: inline-block;
|
|
34459
|
+
margin-left: 12px;
|
|
34460
|
+
color: #2d3a56;
|
|
34461
|
+
}
|
|
34462
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34463
|
+
margin-left: 28px;
|
|
34464
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34465
|
+
}
|
|
34466
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34467
|
+
margin-left: 8px;
|
|
34468
|
+
}
|
|
34469
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34470
|
+
margin-left: 24px;
|
|
34471
|
+
}
|
|
34472
|
+
|
|
34473
|
+
.E_c1yd35n {
|
|
34474
|
+
padding: 0 12px 14px 12px;
|
|
34475
|
+
}
|
|
34476
|
+
|
|
34477
|
+
.E_b14q2gmw {
|
|
34478
|
+
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);
|
|
34479
|
+
}
|
|
34480
|
+
|
|
34481
|
+
.E_c1eym6el {
|
|
34482
|
+
border-radius: 8px;
|
|
34483
|
+
background-color: white;
|
|
34484
|
+
}
|
|
34485
|
+
.E_c1eym6el.hoverable {
|
|
34486
|
+
cursor: pointer;
|
|
34487
|
+
}
|
|
34488
|
+
.E_c1eym6el.hoverable:hover {
|
|
34489
|
+
transition: all 200ms ease;
|
|
34490
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34491
|
+
transform: translateY(-4px);
|
|
34565
34492
|
}
|
|
34566
34493
|
|
|
34567
34494
|
.E_lht19u8 {
|
|
@@ -34613,6 +34540,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34613
34540
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34614
34541
|
}
|
|
34615
34542
|
|
|
34543
|
+
.E_sddwhm6 {
|
|
34544
|
+
margin: 0;
|
|
34545
|
+
border-radius: 20px;
|
|
34546
|
+
padding: 2px 10px;
|
|
34547
|
+
height: 22px;
|
|
34548
|
+
}
|
|
34549
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34550
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34551
|
+
}
|
|
34552
|
+
.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 {
|
|
34553
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34554
|
+
}
|
|
34555
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34556
|
+
color: #00122e;
|
|
34557
|
+
}
|
|
34558
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34559
|
+
margin-right: 6px;
|
|
34560
|
+
}
|
|
34561
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34562
|
+
margin-left: 8px;
|
|
34563
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34564
|
+
}
|
|
34565
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34566
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34567
|
+
}
|
|
34568
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34569
|
+
background-color: #0080ff;
|
|
34570
|
+
}
|
|
34571
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34572
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34573
|
+
}
|
|
34574
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34575
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34576
|
+
}
|
|
34577
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34578
|
+
background-color: #f0483e;
|
|
34579
|
+
}
|
|
34580
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34581
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34582
|
+
}
|
|
34583
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34584
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34585
|
+
}
|
|
34586
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34587
|
+
background-color: #fea008;
|
|
34588
|
+
}
|
|
34589
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34590
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34591
|
+
}
|
|
34592
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34593
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34594
|
+
}
|
|
34595
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34596
|
+
background-color: #00ba5d;
|
|
34597
|
+
}
|
|
34598
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34599
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34600
|
+
}
|
|
34601
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34602
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34603
|
+
}
|
|
34604
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34605
|
+
background-color: #6b7d99;
|
|
34606
|
+
}
|
|
34607
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34608
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34609
|
+
}
|
|
34610
|
+
|
|
34611
|
+
.E_satwmqm {
|
|
34612
|
+
width: 8px;
|
|
34613
|
+
height: 8px;
|
|
34614
|
+
border-radius: 50%;
|
|
34615
|
+
display: inline-block;
|
|
34616
|
+
}
|
|
34617
|
+
|
|
34616
34618
|
.E_t1gvlxt5 {
|
|
34617
34619
|
min-width: 0;
|
|
34618
34620
|
flex: 1;
|
|
@@ -35005,59 +35007,220 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35005
35007
|
background: #fff;
|
|
35006
35008
|
}
|
|
35007
35009
|
|
|
35008
|
-
.
|
|
35009
|
-
|
|
35010
|
-
|
|
35011
|
-
|
|
35012
|
-
|
|
35013
|
-
|
|
35014
|
-
|
|
35015
|
-
|
|
35016
|
-
}
|
|
35017
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35018
|
-
color: #0080ff;
|
|
35010
|
+
.E_msn7nxt {
|
|
35011
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35012
|
+
text-align: center;
|
|
35013
|
+
display: flex;
|
|
35014
|
+
align-items: center;
|
|
35015
|
+
justify-content: center;
|
|
35016
|
+
flex-direction: column;
|
|
35017
|
+
height: 100%;
|
|
35019
35018
|
}
|
|
35020
|
-
.
|
|
35019
|
+
.E_msn7nxt .link {
|
|
35021
35020
|
color: #0080ff;
|
|
35022
|
-
|
|
35023
|
-
}
|
|
35024
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35025
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35021
|
+
cursor: pointer;
|
|
35026
35022
|
}
|
|
35027
|
-
|
|
35028
|
-
|
|
35023
|
+
|
|
35024
|
+
.E_mp64wfi {
|
|
35025
|
+
width: 100%;
|
|
35026
|
+
height: 100%;
|
|
35027
|
+
display: flex;
|
|
35028
|
+
flex-direction: column;
|
|
35029
35029
|
}
|
|
35030
|
-
.
|
|
35031
|
-
|
|
35030
|
+
.E_mp64wfi .name-toolbar {
|
|
35031
|
+
width: 100%;
|
|
35032
|
+
display: flex;
|
|
35033
|
+
line-height: 30px;
|
|
35034
|
+
padding: 0 16px;
|
|
35035
|
+
justify-content: space-between;
|
|
35032
35036
|
}
|
|
35033
|
-
.
|
|
35034
|
-
|
|
35035
|
-
|
|
35036
|
-
|
|
35037
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35038
|
+
display: flex;
|
|
35039
|
+
font-size: 12px;
|
|
35040
|
+
align-items: center;
|
|
35037
35041
|
}
|
|
35038
|
-
|
|
35039
|
-
|
|
35040
|
-
min-width: var(--item-min-width);
|
|
35042
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35043
|
+
color: #a3b4cc;
|
|
35041
35044
|
}
|
|
35042
|
-
.
|
|
35043
|
-
|
|
35045
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35046
|
+
margin-left: 10px;
|
|
35044
35047
|
}
|
|
35045
|
-
.
|
|
35046
|
-
|
|
35047
|
-
|
|
35048
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35049
|
+
margin-left: 10px;
|
|
35050
|
+
cursor: pointer;
|
|
35048
35051
|
}
|
|
35049
|
-
.
|
|
35050
|
-
padding: 0;
|
|
35051
|
-
margin-right: 4px;
|
|
35052
|
+
.E_mp64wfi .content {
|
|
35052
35053
|
flex: 1;
|
|
35053
|
-
overflow: visible;
|
|
35054
|
-
}
|
|
35055
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35056
35054
|
width: 100%;
|
|
35057
|
-
|
|
35055
|
+
display: flex;
|
|
35056
|
+
justify-content: center;
|
|
35057
|
+
align-items: center;
|
|
35058
35058
|
}
|
|
35059
|
-
.
|
|
35060
|
-
height:
|
|
35059
|
+
.E_mp64wfi .single-content {
|
|
35060
|
+
height: 65px;
|
|
35061
|
+
}
|
|
35062
|
+
|
|
35063
|
+
.E_l1oyigan {
|
|
35064
|
+
display: flex;
|
|
35065
|
+
align-items: center;
|
|
35066
|
+
white-space: nowrap;
|
|
35067
|
+
overflow: hidden;
|
|
35068
|
+
width: 100%;
|
|
35069
|
+
}
|
|
35070
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
35071
|
+
margin-left: auto;
|
|
35072
|
+
font-size: 12px;
|
|
35073
|
+
}
|
|
35074
|
+
|
|
35075
|
+
.E_l1noi4n1 {
|
|
35076
|
+
display: flex;
|
|
35077
|
+
justify-content: flex-start;
|
|
35078
|
+
align-items: center;
|
|
35079
|
+
font-size: 12px;
|
|
35080
|
+
cursor: pointer;
|
|
35081
|
+
}
|
|
35082
|
+
.E_l1noi4n1:not(:last-child) {
|
|
35083
|
+
margin-right: 20px;
|
|
35084
|
+
}
|
|
35085
|
+
.E_l1noi4n1.deselected {
|
|
35086
|
+
opacity: 0.4;
|
|
35087
|
+
}
|
|
35088
|
+
.E_l1noi4n1.deselected .color-block {
|
|
35089
|
+
background: #b4beca !important;
|
|
35090
|
+
}
|
|
35091
|
+
|
|
35092
|
+
.E_cz19rz6 {
|
|
35093
|
+
display: inline-block;
|
|
35094
|
+
height: 8px;
|
|
35095
|
+
width: 8px;
|
|
35096
|
+
margin-right: 8px;
|
|
35097
|
+
}
|
|
35098
|
+
|
|
35099
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35100
|
+
display: flex;
|
|
35101
|
+
align-items: center;
|
|
35102
|
+
font-size: 12px;
|
|
35103
|
+
margin: 0;
|
|
35104
|
+
}
|
|
35105
|
+
|
|
35106
|
+
.E_m1y1hhnr {
|
|
35107
|
+
position: relative;
|
|
35108
|
+
}
|
|
35109
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35110
|
+
bottom: -12px;
|
|
35111
|
+
}
|
|
35112
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
35113
|
+
display: flex;
|
|
35114
|
+
justify-content: space-between;
|
|
35115
|
+
line-height: 30px;
|
|
35116
|
+
margin: 0 16px;
|
|
35117
|
+
}
|
|
35118
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35119
|
+
display: flex;
|
|
35120
|
+
font-size: 12px;
|
|
35121
|
+
align-items: center;
|
|
35122
|
+
}
|
|
35123
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35124
|
+
color: #a3b4cc;
|
|
35125
|
+
}
|
|
35126
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35127
|
+
margin-left: 10px;
|
|
35128
|
+
}
|
|
35129
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35130
|
+
margin-left: 10px;
|
|
35131
|
+
cursor: pointer;
|
|
35132
|
+
}
|
|
35133
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
35134
|
+
font-size: 12px;
|
|
35135
|
+
}
|
|
35136
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
35137
|
+
position: absolute;
|
|
35138
|
+
bottom: 10px;
|
|
35139
|
+
padding: 0 8px;
|
|
35140
|
+
border-radius: 4px;
|
|
35141
|
+
font-size: 12px;
|
|
35142
|
+
color: #fff;
|
|
35143
|
+
background: rgba(0, 0, 0, 0.75);
|
|
35144
|
+
transform: translateX(-50%);
|
|
35145
|
+
}
|
|
35146
|
+
|
|
35147
|
+
.E_tnvijvs {
|
|
35148
|
+
min-width: 200px;
|
|
35149
|
+
}
|
|
35150
|
+
|
|
35151
|
+
.E_t1ub2aex {
|
|
35152
|
+
display: flex;
|
|
35153
|
+
align-items: center;
|
|
35154
|
+
justify-content: space-between;
|
|
35155
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
35156
|
+
color: #b4beca;
|
|
35157
|
+
font-size: 12px;
|
|
35158
|
+
padding: 3px 6px;
|
|
35159
|
+
}
|
|
35160
|
+
.E_t1ub2aex:first-child {
|
|
35161
|
+
padding-top: 3px;
|
|
35162
|
+
}
|
|
35163
|
+
.E_t1ub2aex:last-child {
|
|
35164
|
+
padding-bottom: 3px;
|
|
35165
|
+
}
|
|
35166
|
+
.E_t1ub2aex .column-value {
|
|
35167
|
+
color: #fff;
|
|
35168
|
+
margin-left: 8px;
|
|
35169
|
+
}
|
|
35170
|
+
|
|
35171
|
+
.E_sjob3jg {
|
|
35172
|
+
--item-min-width: 60px;
|
|
35173
|
+
}
|
|
35174
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35175
|
+
display: none !important;
|
|
35176
|
+
}
|
|
35177
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35178
|
+
flex-shrink: 0 !important;
|
|
35179
|
+
}
|
|
35180
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35181
|
+
color: #0080ff;
|
|
35182
|
+
}
|
|
35183
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35184
|
+
color: #0080ff;
|
|
35185
|
+
font-weight: normal;
|
|
35186
|
+
}
|
|
35187
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35188
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35189
|
+
}
|
|
35190
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35191
|
+
color: #00122e;
|
|
35192
|
+
}
|
|
35193
|
+
.E_sjob3jg .step-item-text {
|
|
35194
|
+
display: inline-block;
|
|
35195
|
+
}
|
|
35196
|
+
.E_sjob3jg .step-item-title {
|
|
35197
|
+
overflow: hidden;
|
|
35198
|
+
white-space: nowrap;
|
|
35199
|
+
text-overflow: ellipsis;
|
|
35200
|
+
}
|
|
35201
|
+
|
|
35202
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35203
|
+
min-width: var(--item-min-width);
|
|
35204
|
+
}
|
|
35205
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35206
|
+
cursor: not-allowed !important;
|
|
35207
|
+
}
|
|
35208
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35209
|
+
flex-direction: row;
|
|
35210
|
+
justify-content: stretch;
|
|
35211
|
+
}
|
|
35212
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35213
|
+
padding: 0;
|
|
35214
|
+
margin-right: 4px;
|
|
35215
|
+
flex: 1;
|
|
35216
|
+
overflow: visible;
|
|
35217
|
+
}
|
|
35218
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35219
|
+
width: 100%;
|
|
35220
|
+
min-height: unset;
|
|
35221
|
+
}
|
|
35222
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35223
|
+
height: 26px;
|
|
35061
35224
|
line-height: 26px;
|
|
35062
35225
|
width: 100%;
|
|
35063
35226
|
padding: 0;
|
|
@@ -35200,167 +35363,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35200
35363
|
justify-content: center;
|
|
35201
35364
|
}
|
|
35202
35365
|
|
|
35203
|
-
.E_msn7nxt {
|
|
35204
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35205
|
-
text-align: center;
|
|
35206
|
-
display: flex;
|
|
35207
|
-
align-items: center;
|
|
35208
|
-
justify-content: center;
|
|
35209
|
-
flex-direction: column;
|
|
35210
|
-
height: 100%;
|
|
35211
|
-
}
|
|
35212
|
-
.E_msn7nxt .link {
|
|
35213
|
-
color: #0080ff;
|
|
35214
|
-
cursor: pointer;
|
|
35215
|
-
}
|
|
35216
|
-
|
|
35217
|
-
.E_mp64wfi {
|
|
35218
|
-
width: 100%;
|
|
35219
|
-
height: 100%;
|
|
35220
|
-
display: flex;
|
|
35221
|
-
flex-direction: column;
|
|
35222
|
-
}
|
|
35223
|
-
.E_mp64wfi .name-toolbar {
|
|
35224
|
-
width: 100%;
|
|
35225
|
-
display: flex;
|
|
35226
|
-
line-height: 30px;
|
|
35227
|
-
padding: 0 16px;
|
|
35228
|
-
justify-content: space-between;
|
|
35229
|
-
}
|
|
35230
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35231
|
-
display: flex;
|
|
35232
|
-
font-size: 12px;
|
|
35233
|
-
align-items: center;
|
|
35234
|
-
}
|
|
35235
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35236
|
-
color: #a3b4cc;
|
|
35237
|
-
}
|
|
35238
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35239
|
-
margin-left: 10px;
|
|
35240
|
-
}
|
|
35241
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35242
|
-
margin-left: 10px;
|
|
35243
|
-
cursor: pointer;
|
|
35244
|
-
}
|
|
35245
|
-
.E_mp64wfi .content {
|
|
35246
|
-
flex: 1;
|
|
35247
|
-
width: 100%;
|
|
35248
|
-
display: flex;
|
|
35249
|
-
justify-content: center;
|
|
35250
|
-
align-items: center;
|
|
35251
|
-
}
|
|
35252
|
-
.E_mp64wfi .single-content {
|
|
35253
|
-
height: 65px;
|
|
35254
|
-
}
|
|
35255
|
-
|
|
35256
|
-
.E_l1oyigan {
|
|
35257
|
-
display: flex;
|
|
35258
|
-
align-items: center;
|
|
35259
|
-
white-space: nowrap;
|
|
35260
|
-
overflow: hidden;
|
|
35261
|
-
width: 100%;
|
|
35262
|
-
}
|
|
35263
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
35264
|
-
margin-left: auto;
|
|
35265
|
-
font-size: 12px;
|
|
35266
|
-
}
|
|
35267
|
-
|
|
35268
|
-
.E_l1noi4n1 {
|
|
35269
|
-
display: flex;
|
|
35270
|
-
justify-content: flex-start;
|
|
35271
|
-
align-items: center;
|
|
35272
|
-
font-size: 12px;
|
|
35273
|
-
cursor: pointer;
|
|
35274
|
-
}
|
|
35275
|
-
.E_l1noi4n1:not(:last-child) {
|
|
35276
|
-
margin-right: 20px;
|
|
35277
|
-
}
|
|
35278
|
-
.E_l1noi4n1.deselected {
|
|
35279
|
-
opacity: 0.4;
|
|
35280
|
-
}
|
|
35281
|
-
.E_l1noi4n1.deselected .color-block {
|
|
35282
|
-
background: #b4beca !important;
|
|
35283
|
-
}
|
|
35284
|
-
|
|
35285
|
-
.E_cz19rz6 {
|
|
35286
|
-
display: inline-block;
|
|
35287
|
-
height: 8px;
|
|
35288
|
-
width: 8px;
|
|
35289
|
-
margin-right: 8px;
|
|
35290
|
-
}
|
|
35291
|
-
|
|
35292
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35293
|
-
display: flex;
|
|
35294
|
-
align-items: center;
|
|
35295
|
-
font-size: 12px;
|
|
35296
|
-
margin: 0;
|
|
35297
|
-
}
|
|
35298
|
-
|
|
35299
|
-
.E_m1y1hhnr {
|
|
35300
|
-
position: relative;
|
|
35301
|
-
}
|
|
35302
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35303
|
-
bottom: -12px;
|
|
35304
|
-
}
|
|
35305
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
35306
|
-
display: flex;
|
|
35307
|
-
justify-content: space-between;
|
|
35308
|
-
line-height: 30px;
|
|
35309
|
-
margin: 0 16px;
|
|
35310
|
-
}
|
|
35311
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35312
|
-
display: flex;
|
|
35313
|
-
font-size: 12px;
|
|
35314
|
-
align-items: center;
|
|
35315
|
-
}
|
|
35316
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35317
|
-
color: #a3b4cc;
|
|
35318
|
-
}
|
|
35319
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35320
|
-
margin-left: 10px;
|
|
35321
|
-
}
|
|
35322
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35323
|
-
margin-left: 10px;
|
|
35324
|
-
cursor: pointer;
|
|
35325
|
-
}
|
|
35326
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
35327
|
-
font-size: 12px;
|
|
35328
|
-
}
|
|
35329
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
35330
|
-
position: absolute;
|
|
35331
|
-
bottom: 10px;
|
|
35332
|
-
padding: 0 8px;
|
|
35333
|
-
border-radius: 4px;
|
|
35334
|
-
font-size: 12px;
|
|
35335
|
-
color: #fff;
|
|
35336
|
-
background: rgba(0, 0, 0, 0.75);
|
|
35337
|
-
transform: translateX(-50%);
|
|
35338
|
-
}
|
|
35339
|
-
|
|
35340
|
-
.E_tnvijvs {
|
|
35341
|
-
min-width: 200px;
|
|
35342
|
-
}
|
|
35343
|
-
|
|
35344
|
-
.E_t1ub2aex {
|
|
35345
|
-
display: flex;
|
|
35346
|
-
align-items: center;
|
|
35347
|
-
justify-content: space-between;
|
|
35348
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
35349
|
-
color: #b4beca;
|
|
35350
|
-
font-size: 12px;
|
|
35351
|
-
padding: 3px 6px;
|
|
35352
|
-
}
|
|
35353
|
-
.E_t1ub2aex:first-child {
|
|
35354
|
-
padding-top: 3px;
|
|
35355
|
-
}
|
|
35356
|
-
.E_t1ub2aex:last-child {
|
|
35357
|
-
padding-bottom: 3px;
|
|
35358
|
-
}
|
|
35359
|
-
.E_t1ub2aex .column-value {
|
|
35360
|
-
color: #fff;
|
|
35361
|
-
margin-left: 8px;
|
|
35362
|
-
}
|
|
35363
|
-
|
|
35364
35366
|
.E_w7ob4th.outside-tag {
|
|
35365
35367
|
padding-left: 0;
|
|
35366
35368
|
}
|
|
@@ -35399,6 +35401,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35399
35401
|
white-space: normal;
|
|
35400
35402
|
}
|
|
35401
35403
|
|
|
35404
|
+
.E_t59qhqp {
|
|
35405
|
+
background: #FFFFFF;
|
|
35406
|
+
padding: 24px 32px;
|
|
35407
|
+
border-radius: 8px;
|
|
35408
|
+
}
|
|
35409
|
+
.E_t59qhqp .ant-timeline-item {
|
|
35410
|
+
margin-bottom: 16px;
|
|
35411
|
+
padding-bottom: 0px;
|
|
35412
|
+
}
|
|
35413
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
35414
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35415
|
+
margin-bottom: 0;
|
|
35416
|
+
}
|
|
35417
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
35418
|
+
margin-bottom: 12px;
|
|
35419
|
+
}
|
|
35420
|
+
.E_t59qhqp .info-action {
|
|
35421
|
+
align-self: baseline;
|
|
35422
|
+
}
|
|
35423
|
+
|
|
35424
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
35425
|
+
margin-left: 18px;
|
|
35426
|
+
}
|
|
35427
|
+
.E_t2e44lg .item-time {
|
|
35428
|
+
display: flex;
|
|
35429
|
+
flex-direction: column;
|
|
35430
|
+
gap: 4px;
|
|
35431
|
+
margin-top: 4px;
|
|
35432
|
+
}
|
|
35433
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
35434
|
+
padding-bottom: 0;
|
|
35435
|
+
}
|
|
35436
|
+
|
|
35437
|
+
.E_e14ua30y {
|
|
35438
|
+
display: flex;
|
|
35439
|
+
flex-direction: column;
|
|
35440
|
+
align-items: center;
|
|
35441
|
+
justify-content: center;
|
|
35442
|
+
}
|
|
35443
|
+
|
|
35444
|
+
.E_s1ikqzph {
|
|
35445
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35446
|
+
}
|
|
35447
|
+
|
|
35448
|
+
.E_i15astnl {
|
|
35449
|
+
color: #00122E;
|
|
35450
|
+
}
|
|
35451
|
+
|
|
35402
35452
|
.E_t1dtlqs1 {
|
|
35403
35453
|
margin-bottom: 4px;
|
|
35404
35454
|
color: rgba(44, 56, 82, 0.6);
|