@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/components.css
CHANGED
|
@@ -29739,6 +29739,24 @@ html body {
|
|
|
29739
29739
|
margin-right: 4px;
|
|
29740
29740
|
}
|
|
29741
29741
|
|
|
29742
|
+
span.E_tqjc4ui {
|
|
29743
|
+
margin: 0 2px;
|
|
29744
|
+
}
|
|
29745
|
+
|
|
29746
|
+
.E_skwah65 {
|
|
29747
|
+
height: 8px;
|
|
29748
|
+
box-sizing: border-box;
|
|
29749
|
+
border-radius: 2px;
|
|
29750
|
+
background: #f5f7fa;
|
|
29751
|
+
display: flex;
|
|
29752
|
+
width: 100%;
|
|
29753
|
+
overflow: hidden;
|
|
29754
|
+
}
|
|
29755
|
+
|
|
29756
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29757
|
+
margin-left: 1px;
|
|
29758
|
+
}
|
|
29759
|
+
|
|
29742
29760
|
.E_clm1wy1 {
|
|
29743
29761
|
width: 192px;
|
|
29744
29762
|
height: 246px;
|
|
@@ -29860,26 +29878,6 @@ html body {
|
|
|
29860
29878
|
color: #0080ff;
|
|
29861
29879
|
}
|
|
29862
29880
|
|
|
29863
|
-
.E_n12mqh7z {
|
|
29864
|
-
display: flex;
|
|
29865
|
-
align-items: center;
|
|
29866
|
-
font-size: 12px;
|
|
29867
|
-
line-height: 18px;
|
|
29868
|
-
}
|
|
29869
|
-
|
|
29870
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29871
|
-
margin-bottom: 4px;
|
|
29872
|
-
}
|
|
29873
|
-
|
|
29874
|
-
.E_tf5bynu {
|
|
29875
|
-
margin: 0 3px;
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.E_tcckoz1 {
|
|
29879
|
-
max-height: 400px;
|
|
29880
|
-
overflow: auto;
|
|
29881
|
-
}
|
|
29882
|
-
|
|
29883
29881
|
.E_ou7iq30 {
|
|
29884
29882
|
overflow: hidden;
|
|
29885
29883
|
text-overflow: ellipsis;
|
|
@@ -29909,20 +29907,6 @@ html body {
|
|
|
29909
29907
|
visibility: hidden;
|
|
29910
29908
|
}
|
|
29911
29909
|
|
|
29912
|
-
.E_skwah65 {
|
|
29913
|
-
height: 8px;
|
|
29914
|
-
box-sizing: border-box;
|
|
29915
|
-
border-radius: 2px;
|
|
29916
|
-
background: #f5f7fa;
|
|
29917
|
-
display: flex;
|
|
29918
|
-
width: 100%;
|
|
29919
|
-
overflow: hidden;
|
|
29920
|
-
}
|
|
29921
|
-
|
|
29922
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29923
|
-
margin-left: 1px;
|
|
29924
|
-
}
|
|
29925
|
-
|
|
29926
29910
|
.E_s1ebs0ra {
|
|
29927
29911
|
display: flex;
|
|
29928
29912
|
align-items: center;
|
|
@@ -29994,10 +29978,6 @@ html body {
|
|
|
29994
29978
|
background: #fff;
|
|
29995
29979
|
}
|
|
29996
29980
|
|
|
29997
|
-
span.E_tqjc4ui {
|
|
29998
|
-
margin: 0 2px;
|
|
29999
|
-
}
|
|
30000
|
-
|
|
30001
29981
|
.E_c1up1pdz {
|
|
30002
29982
|
width: 648px;
|
|
30003
29983
|
}
|
|
@@ -30164,6 +30144,187 @@ span.E_tqjc4ui {
|
|
|
30164
30144
|
color: #fff;
|
|
30165
30145
|
}
|
|
30166
30146
|
|
|
30147
|
+
.E_n12mqh7z {
|
|
30148
|
+
display: flex;
|
|
30149
|
+
align-items: center;
|
|
30150
|
+
font-size: 12px;
|
|
30151
|
+
line-height: 18px;
|
|
30152
|
+
}
|
|
30153
|
+
|
|
30154
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30155
|
+
margin-bottom: 4px;
|
|
30156
|
+
}
|
|
30157
|
+
|
|
30158
|
+
.E_tf5bynu {
|
|
30159
|
+
margin: 0 3px;
|
|
30160
|
+
}
|
|
30161
|
+
|
|
30162
|
+
.E_tcckoz1 {
|
|
30163
|
+
max-height: 400px;
|
|
30164
|
+
overflow: auto;
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30168
|
+
background: #edf0f7;
|
|
30169
|
+
padding: 32px 8px;
|
|
30170
|
+
overflow: auto;
|
|
30171
|
+
}
|
|
30172
|
+
|
|
30173
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30174
|
+
display: flex;
|
|
30175
|
+
flex-direction: column;
|
|
30176
|
+
justify-content: space-between;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
30179
|
+
.E_s1at6qmn footer {
|
|
30180
|
+
display: flex;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30183
|
+
.E_s1at6qmn .ant-menu {
|
|
30184
|
+
background: #edf0f7;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
30187
|
+
.E_s1at6qmn .ant-menu a {
|
|
30188
|
+
color: #00122e;
|
|
30189
|
+
width: 180px;
|
|
30190
|
+
overflow: hidden;
|
|
30191
|
+
text-overflow: ellipsis;
|
|
30192
|
+
}
|
|
30193
|
+
|
|
30194
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30195
|
+
margin-bottom: 24px;
|
|
30196
|
+
}
|
|
30197
|
+
|
|
30198
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30199
|
+
margin: 0;
|
|
30200
|
+
}
|
|
30201
|
+
|
|
30202
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30203
|
+
font-size: 12px;
|
|
30204
|
+
padding: 0 8px 4px;
|
|
30205
|
+
line-height: 18px;
|
|
30206
|
+
}
|
|
30207
|
+
|
|
30208
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30209
|
+
padding: 0;
|
|
30210
|
+
}
|
|
30211
|
+
|
|
30212
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30213
|
+
padding-bottom: 24px;
|
|
30214
|
+
}
|
|
30215
|
+
|
|
30216
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30217
|
+
margin-bottom: 24px;
|
|
30218
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30219
|
+
}
|
|
30220
|
+
|
|
30221
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30222
|
+
transition: none;
|
|
30223
|
+
display: flex;
|
|
30224
|
+
align-items: center;
|
|
30225
|
+
height: 32px;
|
|
30226
|
+
line-height: 22px;
|
|
30227
|
+
padding: 0 8px;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30231
|
+
margin-right: 12px;
|
|
30232
|
+
}
|
|
30233
|
+
|
|
30234
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30235
|
+
margin: 0;
|
|
30236
|
+
margin-bottom: 2px;
|
|
30237
|
+
}
|
|
30238
|
+
|
|
30239
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30240
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30241
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30242
|
+
border-radius: 6px;
|
|
30243
|
+
color: #fff;
|
|
30244
|
+
}
|
|
30245
|
+
|
|
30246
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30247
|
+
color: #fff;
|
|
30248
|
+
}
|
|
30249
|
+
|
|
30250
|
+
.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 {
|
|
30251
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30252
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30253
|
+
border-radius: 6px;
|
|
30254
|
+
}
|
|
30255
|
+
|
|
30256
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30257
|
+
white-space: nowrap;
|
|
30258
|
+
transition: all 0s;
|
|
30259
|
+
}
|
|
30260
|
+
|
|
30261
|
+
.E_s1wu0lms.shrink {
|
|
30262
|
+
transition: all 0s;
|
|
30263
|
+
overflow: hidden;
|
|
30264
|
+
}
|
|
30265
|
+
|
|
30266
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30267
|
+
visibility: hidden;
|
|
30268
|
+
}
|
|
30269
|
+
|
|
30270
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30271
|
+
width: 36px;
|
|
30272
|
+
padding: 0 6px;
|
|
30273
|
+
}
|
|
30274
|
+
|
|
30275
|
+
.E_n1ugzfva {
|
|
30276
|
+
display: flex;
|
|
30277
|
+
place-items: center;
|
|
30278
|
+
width: 100% !important;
|
|
30279
|
+
}
|
|
30280
|
+
|
|
30281
|
+
.E_n1ugzfva[disabled] {
|
|
30282
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30283
|
+
opacity: 1 !important;
|
|
30284
|
+
}
|
|
30285
|
+
|
|
30286
|
+
.E_n1ugzfva.ant-btn {
|
|
30287
|
+
width: 100%;
|
|
30288
|
+
color: #00122e;
|
|
30289
|
+
}
|
|
30290
|
+
|
|
30291
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30292
|
+
margin-right: 12px;
|
|
30293
|
+
}
|
|
30294
|
+
|
|
30295
|
+
.E_n1ugzfva .link-title {
|
|
30296
|
+
flex: 1;
|
|
30297
|
+
overflow: hidden;
|
|
30298
|
+
white-space: nowrap;
|
|
30299
|
+
text-overflow: ellipsis;
|
|
30300
|
+
text-align: left;
|
|
30301
|
+
}
|
|
30302
|
+
|
|
30303
|
+
.E_wg1tsps {
|
|
30304
|
+
display: flex;
|
|
30305
|
+
align-items: center;
|
|
30306
|
+
justify-content: flex-end;
|
|
30307
|
+
}
|
|
30308
|
+
|
|
30309
|
+
.E_b1ctd5xy {
|
|
30310
|
+
display: flex;
|
|
30311
|
+
align-items: center;
|
|
30312
|
+
width: calc(100% - 40px);
|
|
30313
|
+
}
|
|
30314
|
+
|
|
30315
|
+
.E_b1ctd5xy .chart {
|
|
30316
|
+
display: inline-block;
|
|
30317
|
+
width: 100%;
|
|
30318
|
+
}
|
|
30319
|
+
|
|
30320
|
+
.E_u1p8acpn {
|
|
30321
|
+
min-width: 40px;
|
|
30322
|
+
}
|
|
30323
|
+
|
|
30324
|
+
.E_u1p8acpn .unit {
|
|
30325
|
+
color: #00122e !important;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30167
30328
|
.E_t1sqg15u {
|
|
30168
30329
|
background: white;
|
|
30169
30330
|
}
|
|
@@ -30270,15 +30431,6 @@ span.E_tqjc4ui {
|
|
|
30270
30431
|
padding-right: 12px;
|
|
30271
30432
|
}
|
|
30272
30433
|
|
|
30273
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30274
|
-
display: flex;
|
|
30275
|
-
align-items: center;
|
|
30276
|
-
}
|
|
30277
|
-
|
|
30278
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30279
|
-
margin-right: 8px;
|
|
30280
|
-
}
|
|
30281
|
-
|
|
30282
30434
|
.E_t160l1cm {
|
|
30283
30435
|
display: flex;
|
|
30284
30436
|
flex-direction: column;
|
|
@@ -30529,190 +30681,211 @@ span.E_tqjc4ui {
|
|
|
30529
30681
|
background: transparent;
|
|
30530
30682
|
}
|
|
30531
30683
|
|
|
30532
|
-
.
|
|
30684
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30533
30685
|
display: flex;
|
|
30534
30686
|
align-items: center;
|
|
30535
|
-
justify-content: flex-end;
|
|
30536
30687
|
}
|
|
30537
30688
|
|
|
30538
|
-
.
|
|
30539
|
-
|
|
30540
|
-
align-items: center;
|
|
30541
|
-
width: calc(100% - 40px);
|
|
30689
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30690
|
+
margin-right: 8px;
|
|
30542
30691
|
}
|
|
30543
30692
|
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30546
|
-
|
|
30693
|
+
.E_c18gxmrl {
|
|
30694
|
+
border: 1px solid #d8deeb;
|
|
30695
|
+
border-radius: 4px;
|
|
30547
30696
|
}
|
|
30548
30697
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30698
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30699
|
+
margin-top: 8px;
|
|
30551
30700
|
}
|
|
30552
30701
|
|
|
30553
|
-
.
|
|
30554
|
-
color: #
|
|
30702
|
+
.E_c18gxmrl:hover {
|
|
30703
|
+
border-color: #0080ff;
|
|
30555
30704
|
}
|
|
30556
30705
|
|
|
30557
|
-
.
|
|
30558
|
-
background:
|
|
30559
|
-
padding: 32px 8px;
|
|
30560
|
-
overflow: auto;
|
|
30706
|
+
.E_c18gxmrl:hover > header {
|
|
30707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30561
30708
|
}
|
|
30562
30709
|
|
|
30563
|
-
.
|
|
30710
|
+
.E_c18gxmrl.active header {
|
|
30711
|
+
border-bottom: 1px solid #d8deeb;
|
|
30712
|
+
}
|
|
30713
|
+
|
|
30714
|
+
.E_c18gxmrl > header {
|
|
30715
|
+
padding: 8px 12px;
|
|
30716
|
+
}
|
|
30717
|
+
|
|
30718
|
+
.E_m74vjol {
|
|
30564
30719
|
display: flex;
|
|
30565
|
-
flex-direction: column;
|
|
30566
30720
|
justify-content: space-between;
|
|
30721
|
+
width: 100%;
|
|
30567
30722
|
}
|
|
30568
30723
|
|
|
30569
|
-
.
|
|
30570
|
-
|
|
30724
|
+
.E_m74vjol .action {
|
|
30725
|
+
margin-left: 16px;
|
|
30571
30726
|
}
|
|
30572
30727
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30728
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30729
|
+
padding-right: 12px;
|
|
30575
30730
|
}
|
|
30576
30731
|
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
overflow: hidden;
|
|
30581
|
-
text-overflow: ellipsis;
|
|
30732
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30733
|
+
height: fit-content;
|
|
30734
|
+
margin-left: 16px;
|
|
30582
30735
|
}
|
|
30583
30736
|
|
|
30584
|
-
.
|
|
30585
|
-
|
|
30737
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30738
|
+
flex: 1;
|
|
30586
30739
|
}
|
|
30587
30740
|
|
|
30588
|
-
.
|
|
30589
|
-
|
|
30741
|
+
.E_b1nip9bk {
|
|
30742
|
+
padding: 4px 11px;
|
|
30590
30743
|
}
|
|
30591
30744
|
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
line-height: 18px;
|
|
30745
|
+
.E_bqamoqe {
|
|
30746
|
+
white-space: nowrap;
|
|
30747
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30596
30748
|
}
|
|
30597
30749
|
|
|
30598
|
-
.
|
|
30599
|
-
|
|
30750
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30751
|
+
--color: #0080ff;
|
|
30600
30752
|
}
|
|
30601
30753
|
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30754
|
+
.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] {
|
|
30755
|
+
--color: #0080ff;
|
|
30604
30756
|
}
|
|
30605
30757
|
|
|
30606
|
-
.
|
|
30607
|
-
margin-
|
|
30608
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30758
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30759
|
+
margin-left: 1px;
|
|
30609
30760
|
}
|
|
30610
30761
|
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
align-items: center;
|
|
30615
|
-
height: 32px;
|
|
30616
|
-
line-height: 22px;
|
|
30617
|
-
padding: 0 8px;
|
|
30762
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30763
|
+
border-top-right-radius: 0;
|
|
30764
|
+
border-bottom-right-radius: 0;
|
|
30618
30765
|
}
|
|
30619
30766
|
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30767
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30768
|
+
border-top-left-radius: 0;
|
|
30769
|
+
border-bottom-left-radius: 0;
|
|
30622
30770
|
}
|
|
30623
30771
|
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
margin-bottom: 2px;
|
|
30772
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30773
|
+
border-radius: unset;
|
|
30627
30774
|
}
|
|
30628
30775
|
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
border-radius: 6px;
|
|
30633
|
-
color: #fff;
|
|
30776
|
+
.E_berrcjl {
|
|
30777
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30778
|
+
margin-bottom: 4px;
|
|
30634
30779
|
}
|
|
30635
30780
|
|
|
30636
|
-
.
|
|
30637
|
-
color:
|
|
30781
|
+
.E_berrcjl .breadcrumb-link {
|
|
30782
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30783
|
+
cursor: pointer;
|
|
30784
|
+
transition: color 160ms ease;
|
|
30638
30785
|
}
|
|
30639
30786
|
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30642
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30643
|
-
border-radius: 6px;
|
|
30787
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30788
|
+
color: #0080ff;
|
|
30644
30789
|
}
|
|
30645
30790
|
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30648
|
-
transition: all 0s;
|
|
30791
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30792
|
+
color: #005ed1;
|
|
30649
30793
|
}
|
|
30650
30794
|
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
|
|
30795
|
+
.E_d1bw7c5z {
|
|
30796
|
+
position: relative;
|
|
30797
|
+
max-width: 388px;
|
|
30798
|
+
min-width: 285px;
|
|
30654
30799
|
}
|
|
30655
30800
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30801
|
+
.E_d1bw7c5z .center {
|
|
30802
|
+
position: absolute;
|
|
30803
|
+
font-size: 12px;
|
|
30804
|
+
width: 80px;
|
|
30805
|
+
height: 100px;
|
|
30806
|
+
top: 0;
|
|
30807
|
+
left: 35px;
|
|
30808
|
+
display: flex;
|
|
30809
|
+
flex-direction: column;
|
|
30810
|
+
justify-content: center;
|
|
30811
|
+
align-items: center;
|
|
30812
|
+
color: #00122e;
|
|
30658
30813
|
}
|
|
30659
30814
|
|
|
30660
|
-
.
|
|
30661
|
-
|
|
30662
|
-
|
|
30815
|
+
.E_d1bw7c5z .center .number {
|
|
30816
|
+
font-size: 24px;
|
|
30817
|
+
font-weight: 700;
|
|
30663
30818
|
}
|
|
30664
30819
|
|
|
30665
|
-
.
|
|
30820
|
+
.E_d1bw7c5z .center .text {
|
|
30821
|
+
padding: 0 5px;
|
|
30822
|
+
font-size: 12px;
|
|
30823
|
+
width: inherit;
|
|
30824
|
+
text-align: center;
|
|
30825
|
+
}
|
|
30826
|
+
|
|
30827
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30666
30828
|
display: flex;
|
|
30667
|
-
place-items: center;
|
|
30668
|
-
width: 100% !important;
|
|
30669
30829
|
}
|
|
30670
30830
|
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30673
|
-
|
|
30831
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30832
|
+
position: relative !important;
|
|
30833
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30834
|
+
left: 0 !important;
|
|
30835
|
+
bottom: 0 !important;
|
|
30836
|
+
display: flex;
|
|
30837
|
+
align-items: center;
|
|
30674
30838
|
}
|
|
30675
30839
|
|
|
30676
|
-
.
|
|
30840
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30677
30841
|
width: 100%;
|
|
30678
|
-
color: #00122e;
|
|
30679
30842
|
}
|
|
30680
30843
|
|
|
30681
|
-
.
|
|
30682
|
-
|
|
30844
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30845
|
+
width: 100%;
|
|
30846
|
+
margin-right: 0 !important;
|
|
30847
|
+
line-height: 18px;
|
|
30683
30848
|
}
|
|
30684
30849
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
overflow: hidden;
|
|
30688
|
-
white-space: nowrap;
|
|
30689
|
-
text-overflow: ellipsis;
|
|
30690
|
-
text-align: left;
|
|
30850
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30851
|
+
border-radius: 2px;
|
|
30691
30852
|
}
|
|
30692
30853
|
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30695
|
-
|
|
30854
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30855
|
+
min-width: 75px;
|
|
30856
|
+
max-width: 198px;
|
|
30857
|
+
width: calc(100% - 20px);
|
|
30858
|
+
margin-left: 2px;
|
|
30859
|
+
color: #00122e !important;
|
|
30860
|
+
display: inline-flex;
|
|
30861
|
+
justify-content: space-between;
|
|
30696
30862
|
}
|
|
30697
30863
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30864
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30865
|
+
maxwidth: calc(100% - 12px);
|
|
30866
|
+
cursor: pointer;
|
|
30867
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30868
|
+
overflow: hidden;
|
|
30869
|
+
text-overflow: ellipsis;
|
|
30870
|
+
white-space: nowrap;
|
|
30700
30871
|
}
|
|
30701
30872
|
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30873
|
+
.E_d1bw7c5z .value {
|
|
30874
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30704
30875
|
}
|
|
30705
30876
|
|
|
30706
|
-
.
|
|
30707
|
-
|
|
30877
|
+
.E_t10pqbtc {
|
|
30878
|
+
width: 140px;
|
|
30708
30879
|
}
|
|
30709
30880
|
|
|
30710
|
-
.
|
|
30711
|
-
|
|
30881
|
+
.E_t10pqbtc .item {
|
|
30882
|
+
margin: 6px auto;
|
|
30883
|
+
display: flex;
|
|
30884
|
+
justify-content: space-between;
|
|
30712
30885
|
}
|
|
30713
30886
|
|
|
30714
|
-
.
|
|
30715
|
-
|
|
30887
|
+
.E_t10pqbtc .item .name {
|
|
30888
|
+
width: 102px;
|
|
30716
30889
|
}
|
|
30717
30890
|
|
|
30718
30891
|
.E_c1uzzomf {
|
|
@@ -31032,202 +31205,29 @@ button.E_n7k2c6r {
|
|
|
31032
31205
|
padding: 0;
|
|
31033
31206
|
}
|
|
31034
31207
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
.E_berrcjl .breadcrumb-link {
|
|
31041
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31042
|
-
cursor: pointer;
|
|
31043
|
-
transition: color 160ms ease;
|
|
31208
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31209
|
+
padding: 4px 8px 0 8px;
|
|
31210
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31211
|
+
font-size: 12px;
|
|
31044
31212
|
}
|
|
31045
31213
|
|
|
31046
|
-
.
|
|
31047
|
-
|
|
31214
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31215
|
+
padding-bottom: 6px;
|
|
31048
31216
|
}
|
|
31049
31217
|
|
|
31050
|
-
.
|
|
31051
|
-
|
|
31218
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31219
|
+
padding-top: 4px;
|
|
31220
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31052
31221
|
}
|
|
31053
31222
|
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
31064
|
-
--color: #0080ff;
|
|
31065
|
-
}
|
|
31066
|
-
|
|
31067
|
-
.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] {
|
|
31068
|
-
--color: #0080ff;
|
|
31069
|
-
}
|
|
31070
|
-
|
|
31071
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
31072
|
-
margin-left: 1px;
|
|
31073
|
-
}
|
|
31074
|
-
|
|
31075
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
31076
|
-
border-top-right-radius: 0;
|
|
31077
|
-
border-bottom-right-radius: 0;
|
|
31078
|
-
}
|
|
31079
|
-
|
|
31080
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
31081
|
-
border-top-left-radius: 0;
|
|
31082
|
-
border-bottom-left-radius: 0;
|
|
31083
|
-
}
|
|
31084
|
-
|
|
31085
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
31086
|
-
border-radius: unset;
|
|
31087
|
-
}
|
|
31088
|
-
|
|
31089
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31090
|
-
padding: 4px 8px 0 8px;
|
|
31091
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31092
|
-
font-size: 12px;
|
|
31093
|
-
}
|
|
31094
|
-
|
|
31095
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31096
|
-
padding-bottom: 6px;
|
|
31097
|
-
}
|
|
31098
|
-
|
|
31099
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31100
|
-
padding-top: 4px;
|
|
31101
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31102
|
-
}
|
|
31103
|
-
|
|
31104
|
-
.E_m74vjol {
|
|
31105
|
-
display: flex;
|
|
31106
|
-
justify-content: space-between;
|
|
31107
|
-
width: 100%;
|
|
31108
|
-
}
|
|
31109
|
-
|
|
31110
|
-
.E_m74vjol .action {
|
|
31111
|
-
margin-left: 16px;
|
|
31112
|
-
}
|
|
31113
|
-
|
|
31114
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
31115
|
-
padding-right: 12px;
|
|
31116
|
-
}
|
|
31117
|
-
|
|
31118
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
31119
|
-
height: fit-content;
|
|
31120
|
-
margin-left: 16px;
|
|
31121
|
-
}
|
|
31122
|
-
|
|
31123
|
-
.E_a1o35uvh .ant-alert-message {
|
|
31124
|
-
flex: 1;
|
|
31125
|
-
}
|
|
31126
|
-
|
|
31127
|
-
.E_d1bw7c5z {
|
|
31128
|
-
position: relative;
|
|
31129
|
-
max-width: 388px;
|
|
31130
|
-
min-width: 285px;
|
|
31131
|
-
}
|
|
31132
|
-
|
|
31133
|
-
.E_d1bw7c5z .center {
|
|
31134
|
-
position: absolute;
|
|
31135
|
-
font-size: 12px;
|
|
31136
|
-
width: 80px;
|
|
31137
|
-
height: 100px;
|
|
31138
|
-
top: 0;
|
|
31139
|
-
left: 35px;
|
|
31140
|
-
display: flex;
|
|
31141
|
-
flex-direction: column;
|
|
31142
|
-
justify-content: center;
|
|
31143
|
-
align-items: center;
|
|
31144
|
-
color: #00122e;
|
|
31145
|
-
}
|
|
31146
|
-
|
|
31147
|
-
.E_d1bw7c5z .center .number {
|
|
31148
|
-
font-size: 24px;
|
|
31149
|
-
font-weight: 700;
|
|
31150
|
-
}
|
|
31151
|
-
|
|
31152
|
-
.E_d1bw7c5z .center .text {
|
|
31153
|
-
padding: 0 5px;
|
|
31154
|
-
font-size: 12px;
|
|
31155
|
-
width: inherit;
|
|
31156
|
-
text-align: center;
|
|
31157
|
-
}
|
|
31158
|
-
|
|
31159
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
31160
|
-
display: flex;
|
|
31161
|
-
}
|
|
31162
|
-
|
|
31163
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
31164
|
-
position: relative !important;
|
|
31165
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
31166
|
-
left: 0 !important;
|
|
31167
|
-
bottom: 0 !important;
|
|
31168
|
-
display: flex;
|
|
31169
|
-
align-items: center;
|
|
31170
|
-
}
|
|
31171
|
-
|
|
31172
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
31173
|
-
width: 100%;
|
|
31174
|
-
}
|
|
31175
|
-
|
|
31176
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
31177
|
-
width: 100%;
|
|
31178
|
-
margin-right: 0 !important;
|
|
31179
|
-
line-height: 18px;
|
|
31180
|
-
}
|
|
31181
|
-
|
|
31182
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
31183
|
-
border-radius: 2px;
|
|
31184
|
-
}
|
|
31185
|
-
|
|
31186
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
31187
|
-
min-width: 75px;
|
|
31188
|
-
max-width: 198px;
|
|
31189
|
-
width: calc(100% - 20px);
|
|
31190
|
-
margin-left: 2px;
|
|
31191
|
-
color: #00122e !important;
|
|
31192
|
-
display: inline-flex;
|
|
31193
|
-
justify-content: space-between;
|
|
31194
|
-
}
|
|
31195
|
-
|
|
31196
|
-
.E_d1bw7c5z .tooltip-text {
|
|
31197
|
-
maxwidth: calc(100% - 12px);
|
|
31198
|
-
cursor: pointer;
|
|
31199
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
31200
|
-
overflow: hidden;
|
|
31201
|
-
text-overflow: ellipsis;
|
|
31202
|
-
white-space: nowrap;
|
|
31203
|
-
}
|
|
31204
|
-
|
|
31205
|
-
.E_d1bw7c5z .value {
|
|
31206
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31207
|
-
}
|
|
31208
|
-
|
|
31209
|
-
.E_t10pqbtc {
|
|
31210
|
-
width: 140px;
|
|
31211
|
-
}
|
|
31212
|
-
|
|
31213
|
-
.E_t10pqbtc .item {
|
|
31214
|
-
margin: 6px auto;
|
|
31215
|
-
display: flex;
|
|
31216
|
-
justify-content: space-between;
|
|
31217
|
-
}
|
|
31218
|
-
|
|
31219
|
-
.E_t10pqbtc .item .name {
|
|
31220
|
-
width: 102px;
|
|
31221
|
-
}
|
|
31222
|
-
|
|
31223
|
-
.E_fzh9mnb {
|
|
31224
|
-
width: 100%;
|
|
31225
|
-
height: 100%;
|
|
31226
|
-
min-height: 124px;
|
|
31227
|
-
display: flex;
|
|
31228
|
-
flex-direction: column;
|
|
31229
|
-
justify-content: center;
|
|
31230
|
-
align-items: center;
|
|
31223
|
+
.E_fzh9mnb {
|
|
31224
|
+
width: 100%;
|
|
31225
|
+
height: 100%;
|
|
31226
|
+
min-height: 124px;
|
|
31227
|
+
display: flex;
|
|
31228
|
+
flex-direction: column;
|
|
31229
|
+
justify-content: center;
|
|
31230
|
+
align-items: center;
|
|
31231
31231
|
}
|
|
31232
31232
|
|
|
31233
31233
|
.E_fzh9mnb .error-text {
|
|
@@ -31290,6 +31290,27 @@ button.E_n7k2c6r {
|
|
|
31290
31290
|
min-height: 0px;
|
|
31291
31291
|
}
|
|
31292
31292
|
|
|
31293
|
+
.E_iouxfgt {
|
|
31294
|
+
display: inline-flex;
|
|
31295
|
+
align-items: center;
|
|
31296
|
+
}
|
|
31297
|
+
|
|
31298
|
+
.E_iouxfgt .icon-inner {
|
|
31299
|
+
display: inline-flex;
|
|
31300
|
+
align-items: center;
|
|
31301
|
+
justify-content: center;
|
|
31302
|
+
}
|
|
31303
|
+
|
|
31304
|
+
.E_iouxfgt .icon-inner + span,
|
|
31305
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31306
|
+
margin-left: 4px;
|
|
31307
|
+
}
|
|
31308
|
+
|
|
31309
|
+
.E_iouxfgt.is-rotate img,
|
|
31310
|
+
.E_iouxfgt.is-rotate svg {
|
|
31311
|
+
animation: rotate 680ms linear infinite;
|
|
31312
|
+
}
|
|
31313
|
+
|
|
31293
31314
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31294
31315
|
display: var(--a1wfy30z-0);
|
|
31295
31316
|
}
|
|
@@ -31342,25 +31363,12 @@ button.E_n7k2c6r {
|
|
|
31342
31363
|
line-height: 18px;
|
|
31343
31364
|
}
|
|
31344
31365
|
|
|
31345
|
-
.
|
|
31346
|
-
|
|
31347
|
-
align-items: center;
|
|
31348
|
-
}
|
|
31349
|
-
|
|
31350
|
-
.E_iouxfgt .icon-inner {
|
|
31351
|
-
display: inline-flex;
|
|
31352
|
-
align-items: center;
|
|
31353
|
-
justify-content: center;
|
|
31354
|
-
}
|
|
31355
|
-
|
|
31356
|
-
.E_iouxfgt .icon-inner + span,
|
|
31357
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31358
|
-
margin-left: 4px;
|
|
31366
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31367
|
+
margin-left: 8px;
|
|
31359
31368
|
}
|
|
31360
31369
|
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31363
|
-
animation: rotate 680ms linear infinite;
|
|
31370
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31371
|
+
padding: 2px 7px 2px 12px;
|
|
31364
31372
|
}
|
|
31365
31373
|
|
|
31366
31374
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31433,12 +31441,13 @@ button.E_n7k2c6r {
|
|
|
31433
31441
|
padding: 2px 8px;
|
|
31434
31442
|
}
|
|
31435
31443
|
|
|
31436
|
-
.
|
|
31437
|
-
|
|
31444
|
+
.E_owd0kml {
|
|
31445
|
+
display: inline-block;
|
|
31438
31446
|
}
|
|
31439
31447
|
|
|
31440
|
-
.
|
|
31441
|
-
|
|
31448
|
+
.E_h1jsgezc {
|
|
31449
|
+
visibility: hidden;
|
|
31450
|
+
position: absolute;
|
|
31442
31451
|
}
|
|
31443
31452
|
|
|
31444
31453
|
.E_phljevk {
|
|
@@ -31551,142 +31560,28 @@ button.E_n7k2c6r {
|
|
|
31551
31560
|
transform: rotate(0deg);
|
|
31552
31561
|
}
|
|
31553
31562
|
|
|
31554
|
-
.
|
|
31555
|
-
|
|
31563
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31564
|
+
display: inline-flex;
|
|
31565
|
+
align-items: baseline;
|
|
31566
|
+
white-space: pre-wrap;
|
|
31556
31567
|
}
|
|
31557
31568
|
|
|
31558
|
-
.
|
|
31559
|
-
|
|
31569
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31570
|
+
position: relative;
|
|
31571
|
+
top: 3px;
|
|
31560
31572
|
}
|
|
31561
31573
|
|
|
31562
|
-
.
|
|
31563
|
-
color:
|
|
31564
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31565
|
-
margin-right: 8px;
|
|
31566
|
-
padding-right: 8px;
|
|
31574
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31575
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31567
31576
|
}
|
|
31568
31577
|
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31571
|
-
gap: 4px;
|
|
31578
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31579
|
+
border-color: #0080ff;
|
|
31572
31580
|
}
|
|
31573
31581
|
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
.E_d19ruhdj.icon-wrapper {
|
|
31579
|
-
cursor: not-allowed;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
|
-
.E_owd0kml {
|
|
31583
|
-
display: inline-block;
|
|
31584
|
-
}
|
|
31585
|
-
|
|
31586
|
-
.E_h1jsgezc {
|
|
31587
|
-
visibility: hidden;
|
|
31588
|
-
position: absolute;
|
|
31589
|
-
}
|
|
31590
|
-
|
|
31591
|
-
.E_s1dizucg.ant-switch {
|
|
31592
|
-
min-width: 40px;
|
|
31593
|
-
height: 24px;
|
|
31594
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31595
|
-
overflow: hidden;
|
|
31596
|
-
}
|
|
31597
|
-
|
|
31598
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31599
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31600
|
-
}
|
|
31601
|
-
|
|
31602
|
-
.E_s1dizucg.ant-switch-small {
|
|
31603
|
-
min-width: 26px;
|
|
31604
|
-
height: 16px;
|
|
31605
|
-
}
|
|
31606
|
-
|
|
31607
|
-
.E_s1dizucg.ant-switch-large {
|
|
31608
|
-
min-width: 52px;
|
|
31609
|
-
height: 32px;
|
|
31610
|
-
}
|
|
31611
|
-
|
|
31612
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31613
|
-
height: 20px;
|
|
31614
|
-
width: 20px;
|
|
31615
|
-
}
|
|
31616
|
-
|
|
31617
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31618
|
-
border-radius: 10px;
|
|
31619
|
-
transition-delay: 120ms;
|
|
31620
|
-
}
|
|
31621
|
-
|
|
31622
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31623
|
-
height: 14px;
|
|
31624
|
-
width: 14px;
|
|
31625
|
-
top: 1px;
|
|
31626
|
-
left: 1px;
|
|
31627
|
-
}
|
|
31628
|
-
|
|
31629
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31630
|
-
height: 28px;
|
|
31631
|
-
width: 28px;
|
|
31632
|
-
}
|
|
31633
|
-
|
|
31634
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31635
|
-
border-radius: 14px;
|
|
31636
|
-
}
|
|
31637
|
-
|
|
31638
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31639
|
-
background-color: #00ba5d;
|
|
31640
|
-
}
|
|
31641
|
-
|
|
31642
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31643
|
-
left: calc(100% - 20px - 2px);
|
|
31644
|
-
}
|
|
31645
|
-
|
|
31646
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31647
|
-
left: calc(100% - 14px - 1px);
|
|
31648
|
-
}
|
|
31649
|
-
|
|
31650
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31651
|
-
left: calc(100% - 28px - 2px);
|
|
31652
|
-
}
|
|
31653
|
-
|
|
31654
|
-
.E_c1up6e3y {
|
|
31655
|
-
margin-left: 5px;
|
|
31656
|
-
}
|
|
31657
|
-
|
|
31658
|
-
.E_ivqqkzv {
|
|
31659
|
-
height: 24px;
|
|
31660
|
-
width: 56px !important;
|
|
31661
|
-
margin-right: 4px;
|
|
31662
|
-
}
|
|
31663
|
-
|
|
31664
|
-
.E_c1wk4q29 {
|
|
31665
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31666
|
-
}
|
|
31667
|
-
|
|
31668
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
31669
|
-
display: inline-flex;
|
|
31670
|
-
align-items: baseline;
|
|
31671
|
-
white-space: pre-wrap;
|
|
31672
|
-
}
|
|
31673
|
-
|
|
31674
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31675
|
-
position: relative;
|
|
31676
|
-
top: 3px;
|
|
31677
|
-
}
|
|
31678
|
-
|
|
31679
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31680
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31681
|
-
}
|
|
31682
|
-
|
|
31683
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31684
|
-
border-color: #0080ff;
|
|
31685
|
-
}
|
|
31686
|
-
|
|
31687
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31688
|
-
border-color: #0080ff;
|
|
31689
|
-
background: #0080ff;
|
|
31582
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31583
|
+
border-color: #0080ff;
|
|
31584
|
+
background: #0080ff;
|
|
31690
31585
|
}
|
|
31691
31586
|
|
|
31692
31587
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
@@ -31844,6 +31739,44 @@ button.E_n7k2c6r {
|
|
|
31844
31739
|
width: 36px;
|
|
31845
31740
|
}
|
|
31846
31741
|
|
|
31742
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31743
|
+
margin-right: 8px;
|
|
31744
|
+
}
|
|
31745
|
+
|
|
31746
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31747
|
+
margin-left: 8px;
|
|
31748
|
+
}
|
|
31749
|
+
|
|
31750
|
+
.E_cc368xp {
|
|
31751
|
+
color: #00122e;
|
|
31752
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31753
|
+
margin-right: 8px;
|
|
31754
|
+
padding-right: 8px;
|
|
31755
|
+
}
|
|
31756
|
+
|
|
31757
|
+
.E_i11o6xqj {
|
|
31758
|
+
display: flex;
|
|
31759
|
+
gap: 4px;
|
|
31760
|
+
}
|
|
31761
|
+
|
|
31762
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31763
|
+
cursor: pointer;
|
|
31764
|
+
}
|
|
31765
|
+
|
|
31766
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31767
|
+
cursor: not-allowed;
|
|
31768
|
+
}
|
|
31769
|
+
|
|
31770
|
+
.E_ivqqkzv {
|
|
31771
|
+
height: 24px;
|
|
31772
|
+
width: 56px !important;
|
|
31773
|
+
margin-right: 4px;
|
|
31774
|
+
}
|
|
31775
|
+
|
|
31776
|
+
.E_c1wk4q29 {
|
|
31777
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31778
|
+
}
|
|
31779
|
+
|
|
31847
31780
|
.E_cnujxq2 {
|
|
31848
31781
|
display: flex;
|
|
31849
31782
|
flex-direction: column;
|
|
@@ -32665,108 +32598,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32665
32598
|
cursor: default;
|
|
32666
32599
|
}
|
|
32667
32600
|
|
|
32668
|
-
.E_iq1gosr {
|
|
32669
|
-
display: inline-block;
|
|
32670
|
-
}
|
|
32671
|
-
|
|
32672
|
-
.E_tju3gfj .date {
|
|
32673
|
-
margin-right: 4px;
|
|
32674
|
-
}
|
|
32675
|
-
|
|
32676
|
-
.E_s1dni7lo {
|
|
32677
|
-
width: 430px !important;
|
|
32678
|
-
}
|
|
32679
|
-
|
|
32680
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
32681
|
-
padding: 8px 16px;
|
|
32682
|
-
line-height: 18px;
|
|
32683
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32684
|
-
height: 34px;
|
|
32685
|
-
min-height: 34px;
|
|
32686
|
-
box-sizing: border-box;
|
|
32687
|
-
margin-top: 8px;
|
|
32688
|
-
}
|
|
32689
|
-
|
|
32690
|
-
.E_o1ugr09p {
|
|
32691
|
-
display: flex;
|
|
32692
|
-
flex-direction: column;
|
|
32693
|
-
margin: 1px 8px;
|
|
32694
|
-
padding: 8px;
|
|
32695
|
-
border-radius: 4px;
|
|
32696
|
-
}
|
|
32697
|
-
|
|
32698
|
-
.E_o1ugr09p .selected-icon {
|
|
32699
|
-
display: none;
|
|
32700
|
-
}
|
|
32701
|
-
|
|
32702
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32703
|
-
padding-left: 8px;
|
|
32704
|
-
}
|
|
32705
|
-
|
|
32706
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32707
|
-
background-color: white;
|
|
32708
|
-
}
|
|
32709
|
-
|
|
32710
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32711
|
-
color: #0080ff;
|
|
32712
|
-
}
|
|
32713
|
-
|
|
32714
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32715
|
-
display: block;
|
|
32716
|
-
}
|
|
32717
|
-
|
|
32718
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32719
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32720
|
-
}
|
|
32721
|
-
|
|
32722
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32723
|
-
color: #0080ff;
|
|
32724
|
-
}
|
|
32725
|
-
|
|
32726
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32727
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32728
|
-
color: #0080ff;
|
|
32729
|
-
}
|
|
32730
|
-
|
|
32731
|
-
.E_o1ifxsq4 {
|
|
32732
|
-
display: flex;
|
|
32733
|
-
justify-content: space-between;
|
|
32734
|
-
height: 20px;
|
|
32735
|
-
line-height: 20px;
|
|
32736
|
-
}
|
|
32737
|
-
|
|
32738
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32739
|
-
color: #2d3a56;
|
|
32740
|
-
overflow: hidden;
|
|
32741
|
-
text-overflow: ellipsis;
|
|
32742
|
-
}
|
|
32743
|
-
|
|
32744
|
-
.E_o1zue7 {
|
|
32745
|
-
display: flex;
|
|
32746
|
-
justify-content: space-between;
|
|
32747
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32748
|
-
height: 18px;
|
|
32749
|
-
line-height: 18px;
|
|
32750
|
-
margin-top: 2px;
|
|
32751
|
-
}
|
|
32752
|
-
|
|
32753
|
-
.E_tyfmlxg {
|
|
32754
|
-
border: none;
|
|
32755
|
-
margin-right: 0;
|
|
32756
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32757
|
-
}
|
|
32758
|
-
|
|
32759
|
-
.E_o18uybox {
|
|
32760
|
-
pointer-events: none;
|
|
32761
|
-
height: 32px;
|
|
32762
|
-
width: 100%;
|
|
32763
|
-
opacity: 0;
|
|
32764
|
-
}
|
|
32765
|
-
|
|
32766
|
-
.E_m196gn1d {
|
|
32767
|
-
min-width: 1280px;
|
|
32768
|
-
}
|
|
32769
|
-
|
|
32770
32601
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32771
32602
|
display: inline-flex;
|
|
32772
32603
|
align-items: center;
|
|
@@ -32800,11 +32631,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32800
32631
|
transition: all 320ms ease;
|
|
32801
32632
|
}
|
|
32802
32633
|
|
|
32803
|
-
.
|
|
32804
|
-
|
|
32805
|
-
|
|
32806
|
-
|
|
32807
|
-
|
|
32634
|
+
.E_iq1gosr {
|
|
32635
|
+
display: inline-block;
|
|
32636
|
+
}
|
|
32637
|
+
|
|
32638
|
+
.E_m196gn1d {
|
|
32639
|
+
min-width: 1280px;
|
|
32640
|
+
}
|
|
32641
|
+
|
|
32642
|
+
.E_dsnbhzf {
|
|
32643
|
+
font-family: Inter;
|
|
32644
|
+
font-style: normal;
|
|
32645
|
+
font-weight: bold;
|
|
32646
|
+
font-size: 32px;
|
|
32808
32647
|
line-height: 40px;
|
|
32809
32648
|
}
|
|
32810
32649
|
|
|
@@ -33275,6 +33114,163 @@ input.E_rf8rlle.ant-input {
|
|
|
33275
33114
|
line-height: 12px;
|
|
33276
33115
|
}
|
|
33277
33116
|
|
|
33117
|
+
.E_s1dizucg.ant-switch {
|
|
33118
|
+
min-width: 40px;
|
|
33119
|
+
height: 24px;
|
|
33120
|
+
background: rgba(172, 186, 211, 0.6);
|
|
33121
|
+
overflow: hidden;
|
|
33122
|
+
}
|
|
33123
|
+
|
|
33124
|
+
.E_s1dizucg.ant-switch:focus {
|
|
33125
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
33126
|
+
}
|
|
33127
|
+
|
|
33128
|
+
.E_s1dizucg.ant-switch-small {
|
|
33129
|
+
min-width: 26px;
|
|
33130
|
+
height: 16px;
|
|
33131
|
+
}
|
|
33132
|
+
|
|
33133
|
+
.E_s1dizucg.ant-switch-large {
|
|
33134
|
+
min-width: 52px;
|
|
33135
|
+
height: 32px;
|
|
33136
|
+
}
|
|
33137
|
+
|
|
33138
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
33139
|
+
height: 20px;
|
|
33140
|
+
width: 20px;
|
|
33141
|
+
}
|
|
33142
|
+
|
|
33143
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
33144
|
+
border-radius: 10px;
|
|
33145
|
+
transition-delay: 120ms;
|
|
33146
|
+
}
|
|
33147
|
+
|
|
33148
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
33149
|
+
height: 14px;
|
|
33150
|
+
width: 14px;
|
|
33151
|
+
top: 1px;
|
|
33152
|
+
left: 1px;
|
|
33153
|
+
}
|
|
33154
|
+
|
|
33155
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
33156
|
+
height: 28px;
|
|
33157
|
+
width: 28px;
|
|
33158
|
+
}
|
|
33159
|
+
|
|
33160
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
33161
|
+
border-radius: 14px;
|
|
33162
|
+
}
|
|
33163
|
+
|
|
33164
|
+
.E_s1dizucg.ant-switch-checked {
|
|
33165
|
+
background-color: #00ba5d;
|
|
33166
|
+
}
|
|
33167
|
+
|
|
33168
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
33169
|
+
left: calc(100% - 20px - 2px);
|
|
33170
|
+
}
|
|
33171
|
+
|
|
33172
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
33173
|
+
left: calc(100% - 14px - 1px);
|
|
33174
|
+
}
|
|
33175
|
+
|
|
33176
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
33177
|
+
left: calc(100% - 28px - 2px);
|
|
33178
|
+
}
|
|
33179
|
+
|
|
33180
|
+
.E_c1up6e3y {
|
|
33181
|
+
margin-left: 5px;
|
|
33182
|
+
}
|
|
33183
|
+
|
|
33184
|
+
.E_s1dni7lo {
|
|
33185
|
+
width: 430px !important;
|
|
33186
|
+
}
|
|
33187
|
+
|
|
33188
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
33189
|
+
padding: 8px 16px;
|
|
33190
|
+
line-height: 18px;
|
|
33191
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33192
|
+
height: 34px;
|
|
33193
|
+
min-height: 34px;
|
|
33194
|
+
box-sizing: border-box;
|
|
33195
|
+
margin-top: 8px;
|
|
33196
|
+
}
|
|
33197
|
+
|
|
33198
|
+
.E_o1ugr09p {
|
|
33199
|
+
display: flex;
|
|
33200
|
+
flex-direction: column;
|
|
33201
|
+
margin: 1px 8px;
|
|
33202
|
+
padding: 8px;
|
|
33203
|
+
border-radius: 4px;
|
|
33204
|
+
}
|
|
33205
|
+
|
|
33206
|
+
.E_o1ugr09p .selected-icon {
|
|
33207
|
+
display: none;
|
|
33208
|
+
}
|
|
33209
|
+
|
|
33210
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
33211
|
+
padding-left: 8px;
|
|
33212
|
+
}
|
|
33213
|
+
|
|
33214
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
33215
|
+
background-color: white;
|
|
33216
|
+
}
|
|
33217
|
+
|
|
33218
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
33219
|
+
color: #0080ff;
|
|
33220
|
+
}
|
|
33221
|
+
|
|
33222
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
33223
|
+
display: block;
|
|
33224
|
+
}
|
|
33225
|
+
|
|
33226
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
33227
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33228
|
+
}
|
|
33229
|
+
|
|
33230
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
33231
|
+
color: #0080ff;
|
|
33232
|
+
}
|
|
33233
|
+
|
|
33234
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
33235
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33236
|
+
color: #0080ff;
|
|
33237
|
+
}
|
|
33238
|
+
|
|
33239
|
+
.E_o1ifxsq4 {
|
|
33240
|
+
display: flex;
|
|
33241
|
+
justify-content: space-between;
|
|
33242
|
+
height: 20px;
|
|
33243
|
+
line-height: 20px;
|
|
33244
|
+
}
|
|
33245
|
+
|
|
33246
|
+
.E_o1ifxsq4 .timezone-title {
|
|
33247
|
+
color: #2d3a56;
|
|
33248
|
+
overflow: hidden;
|
|
33249
|
+
text-overflow: ellipsis;
|
|
33250
|
+
}
|
|
33251
|
+
|
|
33252
|
+
.E_o1zue7 {
|
|
33253
|
+
display: flex;
|
|
33254
|
+
justify-content: space-between;
|
|
33255
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33256
|
+
height: 18px;
|
|
33257
|
+
line-height: 18px;
|
|
33258
|
+
margin-top: 2px;
|
|
33259
|
+
}
|
|
33260
|
+
|
|
33261
|
+
.E_tyfmlxg {
|
|
33262
|
+
border: none;
|
|
33263
|
+
margin-right: 0;
|
|
33264
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33267
|
+
.E_o18uybox {
|
|
33268
|
+
pointer-events: none;
|
|
33269
|
+
height: 32px;
|
|
33270
|
+
width: 100%;
|
|
33271
|
+
opacity: 0;
|
|
33272
|
+
}
|
|
33273
|
+
|
|
33278
33274
|
.E_s1sck0th {
|
|
33279
33275
|
padding: 0 8px;
|
|
33280
33276
|
border-radius: 4px;
|
|
@@ -33373,6 +33369,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33373
33369
|
background-color: #7E41FF;
|
|
33374
33370
|
}
|
|
33375
33371
|
|
|
33372
|
+
.E_tju3gfj .date {
|
|
33373
|
+
margin-right: 4px;
|
|
33374
|
+
}
|
|
33375
|
+
|
|
33376
33376
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
33377
33377
|
display: none;
|
|
33378
33378
|
}
|
|
@@ -33386,12 +33386,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33386
33386
|
visibility: hidden;
|
|
33387
33387
|
}
|
|
33388
33388
|
|
|
33389
|
-
.E_h1ol2wl7 {
|
|
33390
|
-
font-weight: bold;
|
|
33391
|
-
background-color: unset;
|
|
33392
|
-
padding: unset;
|
|
33393
|
-
}
|
|
33394
|
-
|
|
33395
33389
|
.E_i5w779o {
|
|
33396
33390
|
padding: 8px 0;
|
|
33397
33391
|
}
|
|
@@ -33439,6 +33433,12 @@ input.E_rf8rlle.ant-input {
|
|
|
33439
33433
|
color: rgba(0, 21, 64, 0.3);
|
|
33440
33434
|
}
|
|
33441
33435
|
|
|
33436
|
+
.E_h1ol2wl7 {
|
|
33437
|
+
font-weight: bold;
|
|
33438
|
+
background-color: unset;
|
|
33439
|
+
padding: unset;
|
|
33440
|
+
}
|
|
33441
|
+
|
|
33442
33442
|
.E_cyms3br {
|
|
33443
33443
|
background: #fff;
|
|
33444
33444
|
width: 100%;
|
|
@@ -33498,38 +33498,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33498
33498
|
justify-content: center;
|
|
33499
33499
|
}
|
|
33500
33500
|
|
|
33501
|
-
.E_suhck3k {
|
|
33502
|
-
height: 24px;
|
|
33503
|
-
width: 24px;
|
|
33504
|
-
border-radius: 6px;
|
|
33505
|
-
padding: 4px;
|
|
33506
|
-
}
|
|
33507
|
-
|
|
33508
|
-
.E_suhck3k:hover {
|
|
33509
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33510
|
-
}
|
|
33511
|
-
|
|
33512
|
-
.E_suhck3k:hover svg path {
|
|
33513
|
-
fill: blue;
|
|
33514
|
-
}
|
|
33515
|
-
|
|
33516
|
-
.E_ryby9ds {
|
|
33517
|
-
display: flex;
|
|
33518
|
-
align-items: center;
|
|
33519
|
-
}
|
|
33520
|
-
|
|
33521
|
-
.E_ryby9ds .order {
|
|
33522
|
-
height: 24px;
|
|
33523
|
-
width: 24px;
|
|
33524
|
-
border-radius: 20px;
|
|
33525
|
-
color: #0080ff;
|
|
33526
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33527
|
-
display: flex;
|
|
33528
|
-
align-items: center;
|
|
33529
|
-
justify-content: center;
|
|
33530
|
-
margin-right: 6px;
|
|
33531
|
-
}
|
|
33532
|
-
|
|
33533
33501
|
.E_hrhfj7c {
|
|
33534
33502
|
display: none;
|
|
33535
33503
|
}
|
|
@@ -33792,6 +33760,38 @@ input.E_rf8rlle.ant-input {
|
|
|
33792
33760
|
font-size: 14px;
|
|
33793
33761
|
}
|
|
33794
33762
|
|
|
33763
|
+
.E_ryby9ds {
|
|
33764
|
+
display: flex;
|
|
33765
|
+
align-items: center;
|
|
33766
|
+
}
|
|
33767
|
+
|
|
33768
|
+
.E_ryby9ds .order {
|
|
33769
|
+
height: 24px;
|
|
33770
|
+
width: 24px;
|
|
33771
|
+
border-radius: 20px;
|
|
33772
|
+
color: #0080ff;
|
|
33773
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33774
|
+
display: flex;
|
|
33775
|
+
align-items: center;
|
|
33776
|
+
justify-content: center;
|
|
33777
|
+
margin-right: 6px;
|
|
33778
|
+
}
|
|
33779
|
+
|
|
33780
|
+
.E_suhck3k {
|
|
33781
|
+
height: 24px;
|
|
33782
|
+
width: 24px;
|
|
33783
|
+
border-radius: 6px;
|
|
33784
|
+
padding: 4px;
|
|
33785
|
+
}
|
|
33786
|
+
|
|
33787
|
+
.E_suhck3k:hover {
|
|
33788
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33789
|
+
}
|
|
33790
|
+
|
|
33791
|
+
.E_suhck3k:hover svg path {
|
|
33792
|
+
fill: blue;
|
|
33793
|
+
}
|
|
33794
|
+
|
|
33795
33795
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
33796
33796
|
border-radius: 6px;
|
|
33797
33797
|
}
|
|
@@ -34323,12 +34323,65 @@ input.E_rf8rlle.ant-input {
|
|
|
34323
34323
|
opacity: 0.8;
|
|
34324
34324
|
}
|
|
34325
34325
|
|
|
34326
|
-
.
|
|
34327
|
-
height: 100%;
|
|
34326
|
+
.E_c14ouk5o {
|
|
34328
34327
|
width: 100%;
|
|
34328
|
+
height: 100%;
|
|
34329
34329
|
display: flex;
|
|
34330
|
-
|
|
34331
|
-
|
|
34330
|
+
font-size: 12px;
|
|
34331
|
+
line-height: 18px;
|
|
34332
|
+
padding: 8px 0;
|
|
34333
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34334
|
+
}
|
|
34335
|
+
|
|
34336
|
+
.E_c14ouk5o:last-of-type {
|
|
34337
|
+
box-shadow: none;
|
|
34338
|
+
padding-bottom: 0;
|
|
34339
|
+
}
|
|
34340
|
+
|
|
34341
|
+
.E_c14ouk5o.collapsed {
|
|
34342
|
+
flex-direction: column;
|
|
34343
|
+
}
|
|
34344
|
+
|
|
34345
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
34346
|
+
display: flex;
|
|
34347
|
+
}
|
|
34348
|
+
|
|
34349
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
34350
|
+
flex: 1;
|
|
34351
|
+
display: flex;
|
|
34352
|
+
justify-content: space-between;
|
|
34353
|
+
}
|
|
34354
|
+
|
|
34355
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
34356
|
+
height: auto;
|
|
34357
|
+
}
|
|
34358
|
+
|
|
34359
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
34360
|
+
margin-left: 162px;
|
|
34361
|
+
}
|
|
34362
|
+
|
|
34363
|
+
.E_c14ouk5o .col-label {
|
|
34364
|
+
width: 216px;
|
|
34365
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34366
|
+
margin-right: 12px;
|
|
34367
|
+
flex-shrink: 0;
|
|
34368
|
+
}
|
|
34369
|
+
|
|
34370
|
+
.E_c14ouk5o .col-content {
|
|
34371
|
+
color: #2d3a56;
|
|
34372
|
+
/* make btn link in info row have the same height as normal text */
|
|
34373
|
+
}
|
|
34374
|
+
|
|
34375
|
+
.E_c14ouk5o .col-content .ant-btn-link {
|
|
34376
|
+
height: auto;
|
|
34377
|
+
}
|
|
34378
|
+
|
|
34379
|
+
.E_c1kchka8 {
|
|
34380
|
+
height: 100%;
|
|
34381
|
+
width: 100%;
|
|
34382
|
+
display: flex;
|
|
34383
|
+
flex-direction: column;
|
|
34384
|
+
background: #fff;
|
|
34332
34385
|
overflow: auto;
|
|
34333
34386
|
}
|
|
34334
34387
|
|
|
@@ -34885,59 +34938,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34885
34938
|
padding: 0;
|
|
34886
34939
|
}
|
|
34887
34940
|
|
|
34888
|
-
.E_c14ouk5o {
|
|
34889
|
-
width: 100%;
|
|
34890
|
-
height: 100%;
|
|
34891
|
-
display: flex;
|
|
34892
|
-
font-size: 12px;
|
|
34893
|
-
line-height: 18px;
|
|
34894
|
-
padding: 8px 0;
|
|
34895
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34896
|
-
}
|
|
34897
|
-
|
|
34898
|
-
.E_c14ouk5o:last-of-type {
|
|
34899
|
-
box-shadow: none;
|
|
34900
|
-
padding-bottom: 0;
|
|
34901
|
-
}
|
|
34902
|
-
|
|
34903
|
-
.E_c14ouk5o.collapsed {
|
|
34904
|
-
flex-direction: column;
|
|
34905
|
-
}
|
|
34906
|
-
|
|
34907
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
34908
|
-
display: flex;
|
|
34909
|
-
}
|
|
34910
|
-
|
|
34911
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
34912
|
-
flex: 1;
|
|
34913
|
-
display: flex;
|
|
34914
|
-
justify-content: space-between;
|
|
34915
|
-
}
|
|
34916
|
-
|
|
34917
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
34918
|
-
height: auto;
|
|
34919
|
-
}
|
|
34920
|
-
|
|
34921
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
34922
|
-
margin-left: 162px;
|
|
34923
|
-
}
|
|
34924
|
-
|
|
34925
|
-
.E_c14ouk5o .col-label {
|
|
34926
|
-
width: 216px;
|
|
34927
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34928
|
-
margin-right: 12px;
|
|
34929
|
-
flex-shrink: 0;
|
|
34930
|
-
}
|
|
34931
|
-
|
|
34932
|
-
.E_c14ouk5o .col-content {
|
|
34933
|
-
color: #2d3a56;
|
|
34934
|
-
/* make btn link in info row have the same height as normal text */
|
|
34935
|
-
}
|
|
34936
|
-
|
|
34937
|
-
.E_c14ouk5o .col-content .ant-btn-link {
|
|
34938
|
-
height: auto;
|
|
34939
|
-
}
|
|
34940
|
-
|
|
34941
34941
|
.E_l12xdkhl {
|
|
34942
34942
|
width: 64px;
|
|
34943
34943
|
height: 64px;
|
|
@@ -34963,88 +34963,126 @@ input.E_rf8rlle.ant-input {
|
|
|
34963
34963
|
transform: rotate(360deg);
|
|
34964
34964
|
}
|
|
34965
34965
|
}
|
|
34966
|
-
.
|
|
34967
|
-
|
|
34966
|
+
button.E_l48ei06.ant-btn,
|
|
34967
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
34968
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
34969
|
+
font-size: 12px;
|
|
34970
|
+
line-height: 18px;
|
|
34971
|
+
height: 18px;
|
|
34968
34972
|
}
|
|
34969
34973
|
|
|
34970
|
-
.
|
|
34971
|
-
color: #
|
|
34972
|
-
|
|
34973
|
-
display: inline-flex;
|
|
34974
|
+
button.E_l48ei06 {
|
|
34975
|
+
color: #0080FF;
|
|
34976
|
+
height: unset;
|
|
34974
34977
|
}
|
|
34975
34978
|
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34978
|
-
display: flex;
|
|
34979
|
-
align-items: center;
|
|
34980
|
-
top: 0;
|
|
34979
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34980
|
+
margin-right: 4px;
|
|
34981
34981
|
}
|
|
34982
34982
|
|
|
34983
|
-
.
|
|
34984
|
-
|
|
34983
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34984
|
+
margin-left: 4px;
|
|
34985
34985
|
}
|
|
34986
34986
|
|
|
34987
|
-
.
|
|
34988
|
-
|
|
34987
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34988
|
+
color: #009DFF;
|
|
34989
34989
|
}
|
|
34990
34990
|
|
|
34991
|
-
.
|
|
34992
|
-
|
|
34991
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34992
|
+
color: #005ED1;
|
|
34993
34993
|
}
|
|
34994
34994
|
|
|
34995
|
-
.
|
|
34996
|
-
|
|
34995
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34996
|
+
color: #0080FF;
|
|
34997
34997
|
}
|
|
34998
34998
|
|
|
34999
|
-
.
|
|
35000
|
-
|
|
34999
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35000
|
+
color: #00122E;
|
|
35001
35001
|
}
|
|
35002
35002
|
|
|
35003
|
-
.
|
|
35004
|
-
|
|
35005
|
-
height: 2px;
|
|
35006
|
-
width: 10px;
|
|
35007
|
-
border-radius: 2px;
|
|
35003
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35004
|
+
color: #0080FF;
|
|
35008
35005
|
}
|
|
35009
35006
|
|
|
35010
|
-
.
|
|
35011
|
-
|
|
35007
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35008
|
+
color: #005ED1;
|
|
35012
35009
|
}
|
|
35013
35010
|
|
|
35014
|
-
.
|
|
35015
|
-
|
|
35016
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35011
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35012
|
+
color: #00122E;
|
|
35017
35013
|
}
|
|
35018
35014
|
|
|
35019
|
-
.
|
|
35020
|
-
|
|
35015
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35016
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35021
35017
|
}
|
|
35022
35018
|
|
|
35023
|
-
.
|
|
35024
|
-
|
|
35019
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35020
|
+
color: #0080FF;
|
|
35025
35021
|
}
|
|
35026
35022
|
|
|
35027
|
-
.
|
|
35028
|
-
|
|
35023
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35024
|
+
color: #005ED1;
|
|
35029
35025
|
}
|
|
35030
35026
|
|
|
35031
|
-
.
|
|
35032
|
-
|
|
35033
|
-
margin-left: 12px;
|
|
35034
|
-
color: #2d3a56;
|
|
35027
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35028
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35035
35029
|
}
|
|
35036
35030
|
|
|
35037
|
-
.
|
|
35038
|
-
margin-
|
|
35039
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35031
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
35032
|
+
margin-right: 2px;
|
|
35040
35033
|
}
|
|
35041
35034
|
|
|
35042
|
-
.
|
|
35043
|
-
|
|
35035
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
35036
|
+
padding-left: 8px;
|
|
35037
|
+
padding-right: 8px;
|
|
35044
35038
|
}
|
|
35045
35039
|
|
|
35046
|
-
.
|
|
35047
|
-
|
|
35040
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
35041
|
+
border-radius: 4px;
|
|
35042
|
+
}
|
|
35043
|
+
|
|
35044
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
35045
|
+
border-radius: 4px;
|
|
35046
|
+
}
|
|
35047
|
+
|
|
35048
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
35049
|
+
padding-left: 12px;
|
|
35050
|
+
padding-right: 12px;
|
|
35051
|
+
}
|
|
35052
|
+
|
|
35053
|
+
.E_ckld275 {
|
|
35054
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35055
|
+
}
|
|
35056
|
+
|
|
35057
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
35058
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
35059
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35060
|
+
}
|
|
35061
|
+
|
|
35062
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
35063
|
+
background-color: transparent;
|
|
35064
|
+
}
|
|
35065
|
+
|
|
35066
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
35067
|
+
background-color: transparent;
|
|
35068
|
+
}
|
|
35069
|
+
|
|
35070
|
+
.E_r77hffu {
|
|
35071
|
+
display: flex;
|
|
35072
|
+
align-items: center;
|
|
35073
|
+
justify-content: space-between;
|
|
35074
|
+
column-gap: 6px;
|
|
35075
|
+
}
|
|
35076
|
+
|
|
35077
|
+
.E_p1cmxsf7 {
|
|
35078
|
+
display: flex;
|
|
35079
|
+
flex-direction: column;
|
|
35080
|
+
justify-content: center;
|
|
35081
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35082
|
+
}
|
|
35083
|
+
|
|
35084
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35085
|
+
font-size: 0;
|
|
35048
35086
|
}
|
|
35049
35087
|
|
|
35050
35088
|
.E_c1kghdax {
|
|
@@ -35094,143 +35132,156 @@ input.E_rf8rlle.ant-input {
|
|
|
35094
35132
|
margin-right: 2px;
|
|
35095
35133
|
}
|
|
35096
35134
|
|
|
35097
|
-
.
|
|
35098
|
-
|
|
35135
|
+
.E_ckui4s7 {
|
|
35136
|
+
color: #2d3a56;
|
|
35137
|
+
line-height: 22px;
|
|
35138
|
+
display: inline-flex;
|
|
35099
35139
|
}
|
|
35100
35140
|
|
|
35101
|
-
.
|
|
35102
|
-
|
|
35103
|
-
|
|
35141
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35142
|
+
height: 22px;
|
|
35143
|
+
display: flex;
|
|
35144
|
+
align-items: center;
|
|
35145
|
+
top: 0;
|
|
35104
35146
|
}
|
|
35105
35147
|
|
|
35106
|
-
.
|
|
35107
|
-
|
|
35108
|
-
}
|
|
35109
|
-
|
|
35110
|
-
.E_c1eym6el.hoverable:hover {
|
|
35111
|
-
transition: all 200ms ease;
|
|
35112
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
35113
|
-
transform: translateY(-4px);
|
|
35114
|
-
}
|
|
35115
|
-
|
|
35116
|
-
button.E_l48ei06.ant-btn {
|
|
35117
|
-
font-size: 12px;
|
|
35118
|
-
line-height: 18px;
|
|
35119
|
-
height: 18px;
|
|
35120
|
-
}
|
|
35121
|
-
|
|
35122
|
-
button.E_l48ei06 {
|
|
35123
|
-
color: #0080FF;
|
|
35124
|
-
height: unset;
|
|
35125
|
-
}
|
|
35126
|
-
|
|
35127
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
35128
|
-
margin-right: 4px;
|
|
35129
|
-
}
|
|
35130
|
-
|
|
35131
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
35132
|
-
margin-left: 4px;
|
|
35133
|
-
}
|
|
35134
|
-
|
|
35135
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35136
|
-
color: #009DFF;
|
|
35148
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35149
|
+
border: none;
|
|
35137
35150
|
}
|
|
35138
35151
|
|
|
35139
|
-
|
|
35140
|
-
color: #
|
|
35152
|
+
.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 {
|
|
35153
|
+
border-color: #0080ff;
|
|
35141
35154
|
}
|
|
35142
35155
|
|
|
35143
|
-
|
|
35144
|
-
|
|
35156
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35157
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35145
35158
|
}
|
|
35146
35159
|
|
|
35147
|
-
|
|
35148
|
-
|
|
35160
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35161
|
+
border: 1px solid #0080ff;
|
|
35149
35162
|
}
|
|
35150
35163
|
|
|
35151
|
-
|
|
35152
|
-
|
|
35164
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35165
|
+
background: #0080ff;
|
|
35153
35166
|
}
|
|
35154
35167
|
|
|
35155
|
-
|
|
35156
|
-
color: #
|
|
35168
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35169
|
+
background-color: #fff;
|
|
35170
|
+
height: 2px;
|
|
35171
|
+
width: 10px;
|
|
35172
|
+
border-radius: 2px;
|
|
35157
35173
|
}
|
|
35158
35174
|
|
|
35159
|
-
|
|
35160
|
-
|
|
35175
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35176
|
+
opacity: 0.5;
|
|
35161
35177
|
}
|
|
35162
35178
|
|
|
35163
|
-
|
|
35164
|
-
|
|
35179
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35180
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35181
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35165
35182
|
}
|
|
35166
35183
|
|
|
35167
|
-
|
|
35168
|
-
color: #
|
|
35184
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35185
|
+
border-color: #2d3a56;
|
|
35169
35186
|
}
|
|
35170
35187
|
|
|
35171
|
-
|
|
35172
|
-
|
|
35188
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35189
|
+
background: #2d3a56;
|
|
35173
35190
|
}
|
|
35174
35191
|
|
|
35175
|
-
|
|
35176
|
-
|
|
35192
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35193
|
+
padding: 0;
|
|
35177
35194
|
}
|
|
35178
35195
|
|
|
35179
|
-
.
|
|
35180
|
-
|
|
35196
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35197
|
+
display: inline-block;
|
|
35198
|
+
margin-left: 12px;
|
|
35199
|
+
color: #2d3a56;
|
|
35181
35200
|
}
|
|
35182
35201
|
|
|
35183
|
-
.
|
|
35184
|
-
|
|
35185
|
-
|
|
35202
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35203
|
+
margin-left: 28px;
|
|
35204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35186
35205
|
}
|
|
35187
35206
|
|
|
35188
|
-
.
|
|
35189
|
-
|
|
35207
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35208
|
+
margin-left: 8px;
|
|
35190
35209
|
}
|
|
35191
35210
|
|
|
35192
|
-
.
|
|
35193
|
-
|
|
35211
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35212
|
+
margin-left: 24px;
|
|
35194
35213
|
}
|
|
35195
35214
|
|
|
35196
|
-
.
|
|
35197
|
-
padding
|
|
35198
|
-
padding-right: 12px;
|
|
35215
|
+
.E_c1yd35n {
|
|
35216
|
+
padding: 0 12px 14px 12px;
|
|
35199
35217
|
}
|
|
35200
35218
|
|
|
35201
|
-
.
|
|
35202
|
-
|
|
35219
|
+
.E_b14q2gmw {
|
|
35220
|
+
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);
|
|
35203
35221
|
}
|
|
35204
35222
|
|
|
35205
|
-
.
|
|
35206
|
-
|
|
35207
|
-
color:
|
|
35223
|
+
.E_c1eym6el {
|
|
35224
|
+
border-radius: 8px;
|
|
35225
|
+
background-color: white;
|
|
35208
35226
|
}
|
|
35209
35227
|
|
|
35210
|
-
.
|
|
35211
|
-
|
|
35228
|
+
.E_c1eym6el.hoverable {
|
|
35229
|
+
cursor: pointer;
|
|
35212
35230
|
}
|
|
35213
35231
|
|
|
35214
|
-
.
|
|
35215
|
-
|
|
35232
|
+
.E_c1eym6el.hoverable:hover {
|
|
35233
|
+
transition: all 200ms ease;
|
|
35234
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
35235
|
+
transform: translateY(-4px);
|
|
35216
35236
|
}
|
|
35217
35237
|
|
|
35218
|
-
.
|
|
35238
|
+
.E_lht19u8 {
|
|
35239
|
+
width: 64px;
|
|
35240
|
+
height: 64px;
|
|
35219
35241
|
display: flex;
|
|
35220
35242
|
align-items: center;
|
|
35221
|
-
justify-content:
|
|
35222
|
-
|
|
35243
|
+
justify-content: center;
|
|
35244
|
+
position: relative;
|
|
35245
|
+
opacity: 0.2;
|
|
35223
35246
|
}
|
|
35224
35247
|
|
|
35225
|
-
.
|
|
35226
|
-
|
|
35227
|
-
|
|
35228
|
-
|
|
35229
|
-
|
|
35248
|
+
.E_lk3gkp4 {
|
|
35249
|
+
position: absolute;
|
|
35250
|
+
width: 5px;
|
|
35251
|
+
height: 48px;
|
|
35252
|
+
left: 9.33px;
|
|
35253
|
+
top: 40.5px;
|
|
35254
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35255
|
+
border-radius: 5px;
|
|
35256
|
+
transform: rotate(-128deg);
|
|
35257
|
+
transform-origin: top left;
|
|
35258
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35230
35259
|
}
|
|
35231
35260
|
|
|
35232
|
-
.
|
|
35233
|
-
|
|
35261
|
+
.E_ll4n94n {
|
|
35262
|
+
position: absolute;
|
|
35263
|
+
width: 5px;
|
|
35264
|
+
height: 48px;
|
|
35265
|
+
left: 40.8px;
|
|
35266
|
+
top: 8.4px;
|
|
35267
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35268
|
+
border-radius: 5px;
|
|
35269
|
+
transform: rotate(-8deg);
|
|
35270
|
+
transform-origin: top left;
|
|
35271
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35272
|
+
}
|
|
35273
|
+
|
|
35274
|
+
.E_l17lbdo6 {
|
|
35275
|
+
position: absolute;
|
|
35276
|
+
width: 5px;
|
|
35277
|
+
height: 48px;
|
|
35278
|
+
left: 52.9px;
|
|
35279
|
+
top: 51.8px;
|
|
35280
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35281
|
+
border-radius: 5px;
|
|
35282
|
+
transform: rotate(112deg);
|
|
35283
|
+
transform-origin: top left;
|
|
35284
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35234
35285
|
}
|
|
35235
35286
|
|
|
35236
35287
|
.E_sddwhm6 {
|
|
@@ -35328,55 +35379,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35328
35379
|
display: inline-block;
|
|
35329
35380
|
}
|
|
35330
35381
|
|
|
35331
|
-
.E_lht19u8 {
|
|
35332
|
-
width: 64px;
|
|
35333
|
-
height: 64px;
|
|
35334
|
-
display: flex;
|
|
35335
|
-
align-items: center;
|
|
35336
|
-
justify-content: center;
|
|
35337
|
-
position: relative;
|
|
35338
|
-
opacity: 0.2;
|
|
35339
|
-
}
|
|
35340
|
-
|
|
35341
|
-
.E_lk3gkp4 {
|
|
35342
|
-
position: absolute;
|
|
35343
|
-
width: 5px;
|
|
35344
|
-
height: 48px;
|
|
35345
|
-
left: 9.33px;
|
|
35346
|
-
top: 40.5px;
|
|
35347
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35348
|
-
border-radius: 5px;
|
|
35349
|
-
transform: rotate(-128deg);
|
|
35350
|
-
transform-origin: top left;
|
|
35351
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35352
|
-
}
|
|
35353
|
-
|
|
35354
|
-
.E_ll4n94n {
|
|
35355
|
-
position: absolute;
|
|
35356
|
-
width: 5px;
|
|
35357
|
-
height: 48px;
|
|
35358
|
-
left: 40.8px;
|
|
35359
|
-
top: 8.4px;
|
|
35360
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35361
|
-
border-radius: 5px;
|
|
35362
|
-
transform: rotate(-8deg);
|
|
35363
|
-
transform-origin: top left;
|
|
35364
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35365
|
-
}
|
|
35366
|
-
|
|
35367
|
-
.E_l17lbdo6 {
|
|
35368
|
-
position: absolute;
|
|
35369
|
-
width: 5px;
|
|
35370
|
-
height: 48px;
|
|
35371
|
-
left: 52.9px;
|
|
35372
|
-
top: 51.8px;
|
|
35373
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35374
|
-
border-radius: 5px;
|
|
35375
|
-
transform: rotate(112deg);
|
|
35376
|
-
transform-origin: top left;
|
|
35377
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35378
|
-
}
|
|
35379
|
-
|
|
35380
35382
|
.E_t1gvlxt5 {
|
|
35381
35383
|
min-width: 0;
|
|
35382
35384
|
flex: 1;
|
|
@@ -35853,28 +35855,212 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35853
35855
|
background: #fff;
|
|
35854
35856
|
}
|
|
35855
35857
|
|
|
35856
|
-
.
|
|
35857
|
-
|
|
35858
|
+
.E_msn7nxt {
|
|
35859
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35860
|
+
text-align: center;
|
|
35861
|
+
display: flex;
|
|
35862
|
+
align-items: center;
|
|
35863
|
+
justify-content: center;
|
|
35864
|
+
flex-direction: column;
|
|
35865
|
+
height: 100%;
|
|
35858
35866
|
}
|
|
35859
35867
|
|
|
35860
|
-
.
|
|
35861
|
-
|
|
35868
|
+
.E_msn7nxt .link {
|
|
35869
|
+
color: #0080ff;
|
|
35870
|
+
cursor: pointer;
|
|
35862
35871
|
}
|
|
35863
35872
|
|
|
35864
|
-
.
|
|
35865
|
-
|
|
35873
|
+
.E_mp64wfi {
|
|
35874
|
+
width: 100%;
|
|
35875
|
+
height: 100%;
|
|
35876
|
+
display: flex;
|
|
35877
|
+
flex-direction: column;
|
|
35866
35878
|
}
|
|
35867
35879
|
|
|
35868
|
-
.
|
|
35869
|
-
|
|
35880
|
+
.E_mp64wfi .name-toolbar {
|
|
35881
|
+
width: 100%;
|
|
35882
|
+
display: flex;
|
|
35883
|
+
line-height: 30px;
|
|
35884
|
+
padding: 0 16px;
|
|
35885
|
+
justify-content: space-between;
|
|
35870
35886
|
}
|
|
35871
35887
|
|
|
35872
|
-
.
|
|
35873
|
-
|
|
35874
|
-
font-
|
|
35888
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35889
|
+
display: flex;
|
|
35890
|
+
font-size: 12px;
|
|
35891
|
+
align-items: center;
|
|
35875
35892
|
}
|
|
35876
35893
|
|
|
35877
|
-
.
|
|
35894
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35895
|
+
color: #a3b4cc;
|
|
35896
|
+
}
|
|
35897
|
+
|
|
35898
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35899
|
+
margin-left: 10px;
|
|
35900
|
+
}
|
|
35901
|
+
|
|
35902
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35903
|
+
margin-left: 10px;
|
|
35904
|
+
cursor: pointer;
|
|
35905
|
+
}
|
|
35906
|
+
|
|
35907
|
+
.E_mp64wfi .content {
|
|
35908
|
+
flex: 1;
|
|
35909
|
+
width: 100%;
|
|
35910
|
+
display: flex;
|
|
35911
|
+
justify-content: center;
|
|
35912
|
+
align-items: center;
|
|
35913
|
+
}
|
|
35914
|
+
|
|
35915
|
+
.E_mp64wfi .single-content {
|
|
35916
|
+
height: 65px;
|
|
35917
|
+
}
|
|
35918
|
+
|
|
35919
|
+
.E_l1oyigan {
|
|
35920
|
+
display: flex;
|
|
35921
|
+
align-items: center;
|
|
35922
|
+
white-space: nowrap;
|
|
35923
|
+
overflow: hidden;
|
|
35924
|
+
width: 100%;
|
|
35925
|
+
}
|
|
35926
|
+
|
|
35927
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
35928
|
+
margin-left: auto;
|
|
35929
|
+
font-size: 12px;
|
|
35930
|
+
}
|
|
35931
|
+
|
|
35932
|
+
.E_l1noi4n1 {
|
|
35933
|
+
display: flex;
|
|
35934
|
+
justify-content: flex-start;
|
|
35935
|
+
align-items: center;
|
|
35936
|
+
font-size: 12px;
|
|
35937
|
+
cursor: pointer;
|
|
35938
|
+
}
|
|
35939
|
+
|
|
35940
|
+
.E_l1noi4n1:not(:last-child) {
|
|
35941
|
+
margin-right: 20px;
|
|
35942
|
+
}
|
|
35943
|
+
|
|
35944
|
+
.E_l1noi4n1.deselected {
|
|
35945
|
+
opacity: 0.4;
|
|
35946
|
+
}
|
|
35947
|
+
|
|
35948
|
+
.E_l1noi4n1.deselected .color-block {
|
|
35949
|
+
background: #b4beca !important;
|
|
35950
|
+
}
|
|
35951
|
+
|
|
35952
|
+
.E_cz19rz6 {
|
|
35953
|
+
display: inline-block;
|
|
35954
|
+
height: 8px;
|
|
35955
|
+
width: 8px;
|
|
35956
|
+
margin-right: 8px;
|
|
35957
|
+
}
|
|
35958
|
+
|
|
35959
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35960
|
+
display: flex;
|
|
35961
|
+
align-items: center;
|
|
35962
|
+
font-size: 12px;
|
|
35963
|
+
margin: 0;
|
|
35964
|
+
}
|
|
35965
|
+
|
|
35966
|
+
.E_m1y1hhnr {
|
|
35967
|
+
position: relative;
|
|
35968
|
+
}
|
|
35969
|
+
|
|
35970
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35971
|
+
bottom: -12px;
|
|
35972
|
+
}
|
|
35973
|
+
|
|
35974
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
35975
|
+
display: flex;
|
|
35976
|
+
justify-content: space-between;
|
|
35977
|
+
line-height: 30px;
|
|
35978
|
+
margin: 0 16px;
|
|
35979
|
+
}
|
|
35980
|
+
|
|
35981
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35982
|
+
display: flex;
|
|
35983
|
+
font-size: 12px;
|
|
35984
|
+
align-items: center;
|
|
35985
|
+
}
|
|
35986
|
+
|
|
35987
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35988
|
+
color: #a3b4cc;
|
|
35989
|
+
}
|
|
35990
|
+
|
|
35991
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35992
|
+
margin-left: 10px;
|
|
35993
|
+
}
|
|
35994
|
+
|
|
35995
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35996
|
+
margin-left: 10px;
|
|
35997
|
+
cursor: pointer;
|
|
35998
|
+
}
|
|
35999
|
+
|
|
36000
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
36001
|
+
font-size: 12px;
|
|
36002
|
+
}
|
|
36003
|
+
|
|
36004
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
36005
|
+
position: absolute;
|
|
36006
|
+
bottom: 10px;
|
|
36007
|
+
padding: 0 8px;
|
|
36008
|
+
border-radius: 4px;
|
|
36009
|
+
font-size: 12px;
|
|
36010
|
+
color: #fff;
|
|
36011
|
+
background: rgba(0, 0, 0, 0.75);
|
|
36012
|
+
transform: translateX(-50%);
|
|
36013
|
+
}
|
|
36014
|
+
|
|
36015
|
+
.E_tnvijvs {
|
|
36016
|
+
min-width: 200px;
|
|
36017
|
+
}
|
|
36018
|
+
|
|
36019
|
+
.E_t1ub2aex {
|
|
36020
|
+
display: flex;
|
|
36021
|
+
align-items: center;
|
|
36022
|
+
justify-content: space-between;
|
|
36023
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
36024
|
+
color: #b4beca;
|
|
36025
|
+
font-size: 12px;
|
|
36026
|
+
padding: 3px 6px;
|
|
36027
|
+
}
|
|
36028
|
+
|
|
36029
|
+
.E_t1ub2aex:first-child {
|
|
36030
|
+
padding-top: 3px;
|
|
36031
|
+
}
|
|
36032
|
+
|
|
36033
|
+
.E_t1ub2aex:last-child {
|
|
36034
|
+
padding-bottom: 3px;
|
|
36035
|
+
}
|
|
36036
|
+
|
|
36037
|
+
.E_t1ub2aex .column-value {
|
|
36038
|
+
color: #fff;
|
|
36039
|
+
margin-left: 8px;
|
|
36040
|
+
}
|
|
36041
|
+
|
|
36042
|
+
.E_sjob3jg {
|
|
36043
|
+
--item-min-width: 60px;
|
|
36044
|
+
}
|
|
36045
|
+
|
|
36046
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
36047
|
+
display: none !important;
|
|
36048
|
+
}
|
|
36049
|
+
|
|
36050
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
36051
|
+
flex-shrink: 0 !important;
|
|
36052
|
+
}
|
|
36053
|
+
|
|
36054
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
36055
|
+
color: #0080ff;
|
|
36056
|
+
}
|
|
36057
|
+
|
|
36058
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
36059
|
+
color: #0080ff;
|
|
36060
|
+
font-weight: normal;
|
|
36061
|
+
}
|
|
36062
|
+
|
|
36063
|
+
.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 {
|
|
35878
36064
|
color: rgba(44, 56, 82, 0.6);
|
|
35879
36065
|
}
|
|
35880
36066
|
|
|
@@ -36085,190 +36271,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36085
36271
|
justify-content: center;
|
|
36086
36272
|
}
|
|
36087
36273
|
|
|
36088
|
-
.E_msn7nxt {
|
|
36089
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36090
|
-
text-align: center;
|
|
36091
|
-
display: flex;
|
|
36092
|
-
align-items: center;
|
|
36093
|
-
justify-content: center;
|
|
36094
|
-
flex-direction: column;
|
|
36095
|
-
height: 100%;
|
|
36096
|
-
}
|
|
36097
|
-
|
|
36098
|
-
.E_msn7nxt .link {
|
|
36099
|
-
color: #0080ff;
|
|
36100
|
-
cursor: pointer;
|
|
36101
|
-
}
|
|
36102
|
-
|
|
36103
|
-
.E_mp64wfi {
|
|
36104
|
-
width: 100%;
|
|
36105
|
-
height: 100%;
|
|
36106
|
-
display: flex;
|
|
36107
|
-
flex-direction: column;
|
|
36108
|
-
}
|
|
36109
|
-
|
|
36110
|
-
.E_mp64wfi .name-toolbar {
|
|
36111
|
-
width: 100%;
|
|
36112
|
-
display: flex;
|
|
36113
|
-
line-height: 30px;
|
|
36114
|
-
padding: 0 16px;
|
|
36115
|
-
justify-content: space-between;
|
|
36116
|
-
}
|
|
36117
|
-
|
|
36118
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
36119
|
-
display: flex;
|
|
36120
|
-
font-size: 12px;
|
|
36121
|
-
align-items: center;
|
|
36122
|
-
}
|
|
36123
|
-
|
|
36124
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
36125
|
-
color: #a3b4cc;
|
|
36126
|
-
}
|
|
36127
|
-
|
|
36128
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
36129
|
-
margin-left: 10px;
|
|
36130
|
-
}
|
|
36131
|
-
|
|
36132
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
36133
|
-
margin-left: 10px;
|
|
36134
|
-
cursor: pointer;
|
|
36135
|
-
}
|
|
36136
|
-
|
|
36137
|
-
.E_mp64wfi .content {
|
|
36138
|
-
flex: 1;
|
|
36139
|
-
width: 100%;
|
|
36140
|
-
display: flex;
|
|
36141
|
-
justify-content: center;
|
|
36142
|
-
align-items: center;
|
|
36143
|
-
}
|
|
36144
|
-
|
|
36145
|
-
.E_mp64wfi .single-content {
|
|
36146
|
-
height: 65px;
|
|
36147
|
-
}
|
|
36148
|
-
|
|
36149
|
-
.E_l1oyigan {
|
|
36150
|
-
display: flex;
|
|
36151
|
-
align-items: center;
|
|
36152
|
-
white-space: nowrap;
|
|
36153
|
-
overflow: hidden;
|
|
36154
|
-
width: 100%;
|
|
36155
|
-
}
|
|
36156
|
-
|
|
36157
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
36158
|
-
margin-left: auto;
|
|
36159
|
-
font-size: 12px;
|
|
36160
|
-
}
|
|
36161
|
-
|
|
36162
|
-
.E_l1noi4n1 {
|
|
36163
|
-
display: flex;
|
|
36164
|
-
justify-content: flex-start;
|
|
36165
|
-
align-items: center;
|
|
36166
|
-
font-size: 12px;
|
|
36167
|
-
cursor: pointer;
|
|
36168
|
-
}
|
|
36169
|
-
|
|
36170
|
-
.E_l1noi4n1:not(:last-child) {
|
|
36171
|
-
margin-right: 20px;
|
|
36172
|
-
}
|
|
36173
|
-
|
|
36174
|
-
.E_l1noi4n1.deselected {
|
|
36175
|
-
opacity: 0.4;
|
|
36176
|
-
}
|
|
36177
|
-
|
|
36178
|
-
.E_l1noi4n1.deselected .color-block {
|
|
36179
|
-
background: #b4beca !important;
|
|
36180
|
-
}
|
|
36181
|
-
|
|
36182
|
-
.E_cz19rz6 {
|
|
36183
|
-
display: inline-block;
|
|
36184
|
-
height: 8px;
|
|
36185
|
-
width: 8px;
|
|
36186
|
-
margin-right: 8px;
|
|
36187
|
-
}
|
|
36188
|
-
|
|
36189
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
36190
|
-
display: flex;
|
|
36191
|
-
align-items: center;
|
|
36192
|
-
font-size: 12px;
|
|
36193
|
-
margin: 0;
|
|
36194
|
-
}
|
|
36195
|
-
|
|
36196
|
-
.E_m1y1hhnr {
|
|
36197
|
-
position: relative;
|
|
36198
|
-
}
|
|
36199
|
-
|
|
36200
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
36201
|
-
bottom: -12px;
|
|
36202
|
-
}
|
|
36203
|
-
|
|
36204
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
36205
|
-
display: flex;
|
|
36206
|
-
justify-content: space-between;
|
|
36207
|
-
line-height: 30px;
|
|
36208
|
-
margin: 0 16px;
|
|
36209
|
-
}
|
|
36210
|
-
|
|
36211
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
36212
|
-
display: flex;
|
|
36213
|
-
font-size: 12px;
|
|
36214
|
-
align-items: center;
|
|
36215
|
-
}
|
|
36216
|
-
|
|
36217
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
36218
|
-
color: #a3b4cc;
|
|
36219
|
-
}
|
|
36220
|
-
|
|
36221
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
36222
|
-
margin-left: 10px;
|
|
36223
|
-
}
|
|
36224
|
-
|
|
36225
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
36226
|
-
margin-left: 10px;
|
|
36227
|
-
cursor: pointer;
|
|
36228
|
-
}
|
|
36229
|
-
|
|
36230
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
36231
|
-
font-size: 12px;
|
|
36232
|
-
}
|
|
36233
|
-
|
|
36234
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
36235
|
-
position: absolute;
|
|
36236
|
-
bottom: 10px;
|
|
36237
|
-
padding: 0 8px;
|
|
36238
|
-
border-radius: 4px;
|
|
36239
|
-
font-size: 12px;
|
|
36240
|
-
color: #fff;
|
|
36241
|
-
background: rgba(0, 0, 0, 0.75);
|
|
36242
|
-
transform: translateX(-50%);
|
|
36243
|
-
}
|
|
36244
|
-
|
|
36245
|
-
.E_tnvijvs {
|
|
36246
|
-
min-width: 200px;
|
|
36247
|
-
}
|
|
36248
|
-
|
|
36249
|
-
.E_t1ub2aex {
|
|
36250
|
-
display: flex;
|
|
36251
|
-
align-items: center;
|
|
36252
|
-
justify-content: space-between;
|
|
36253
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
36254
|
-
color: #b4beca;
|
|
36255
|
-
font-size: 12px;
|
|
36256
|
-
padding: 3px 6px;
|
|
36257
|
-
}
|
|
36258
|
-
|
|
36259
|
-
.E_t1ub2aex:first-child {
|
|
36260
|
-
padding-top: 3px;
|
|
36261
|
-
}
|
|
36262
|
-
|
|
36263
|
-
.E_t1ub2aex:last-child {
|
|
36264
|
-
padding-bottom: 3px;
|
|
36265
|
-
}
|
|
36266
|
-
|
|
36267
|
-
.E_t1ub2aex .column-value {
|
|
36268
|
-
color: #fff;
|
|
36269
|
-
margin-left: 8px;
|
|
36270
|
-
}
|
|
36271
|
-
|
|
36272
36274
|
.E_w7ob4th.outside-tag {
|
|
36273
36275
|
padding-left: 0;
|
|
36274
36276
|
}
|
|
@@ -36308,6 +36310,60 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36308
36310
|
white-space: normal;
|
|
36309
36311
|
}
|
|
36310
36312
|
|
|
36313
|
+
.E_t59qhqp {
|
|
36314
|
+
background: #FFFFFF;
|
|
36315
|
+
padding: 24px 32px;
|
|
36316
|
+
border-radius: 8px;
|
|
36317
|
+
}
|
|
36318
|
+
|
|
36319
|
+
.E_t59qhqp .ant-timeline-item {
|
|
36320
|
+
margin-bottom: 16px;
|
|
36321
|
+
padding-bottom: 0px;
|
|
36322
|
+
}
|
|
36323
|
+
|
|
36324
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
36325
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
36326
|
+
margin-bottom: 0;
|
|
36327
|
+
}
|
|
36328
|
+
|
|
36329
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
36330
|
+
margin-bottom: 12px;
|
|
36331
|
+
}
|
|
36332
|
+
|
|
36333
|
+
.E_t59qhqp .info-action {
|
|
36334
|
+
align-self: baseline;
|
|
36335
|
+
}
|
|
36336
|
+
|
|
36337
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
36338
|
+
margin-left: 18px;
|
|
36339
|
+
}
|
|
36340
|
+
|
|
36341
|
+
.E_t2e44lg .item-time {
|
|
36342
|
+
display: flex;
|
|
36343
|
+
flex-direction: column;
|
|
36344
|
+
gap: 4px;
|
|
36345
|
+
margin-top: 4px;
|
|
36346
|
+
}
|
|
36347
|
+
|
|
36348
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
36349
|
+
padding-bottom: 0;
|
|
36350
|
+
}
|
|
36351
|
+
|
|
36352
|
+
.E_e14ua30y {
|
|
36353
|
+
display: flex;
|
|
36354
|
+
flex-direction: column;
|
|
36355
|
+
align-items: center;
|
|
36356
|
+
justify-content: center;
|
|
36357
|
+
}
|
|
36358
|
+
|
|
36359
|
+
.E_s1ikqzph {
|
|
36360
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36361
|
+
}
|
|
36362
|
+
|
|
36363
|
+
.E_i15astnl {
|
|
36364
|
+
color: #00122E;
|
|
36365
|
+
}
|
|
36366
|
+
|
|
36311
36367
|
.E_t1dtlqs1 {
|
|
36312
36368
|
margin-bottom: 4px;
|
|
36313
36369
|
color: rgba(44, 56, 82, 0.6);
|