@cloudtower/eagle 0.27.65 → 0.27.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +771 -760
- package/dist/esm/stats1.html +1 -1
- package/dist/src/spec/type.d.ts +9 -0
- package/dist/stories/docs/core/InputInteger.stories.d.ts +28 -0
- package/dist/style.css +728 -719
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29884,6 +29884,43 @@ html body {
|
|
|
29884
29884
|
border-radius: unset;
|
|
29885
29885
|
}
|
|
29886
29886
|
|
|
29887
|
+
.E_fzh9mnb {
|
|
29888
|
+
width: 100%;
|
|
29889
|
+
height: 100%;
|
|
29890
|
+
min-height: 124px;
|
|
29891
|
+
display: flex;
|
|
29892
|
+
flex-direction: column;
|
|
29893
|
+
justify-content: center;
|
|
29894
|
+
align-items: center;
|
|
29895
|
+
}
|
|
29896
|
+
|
|
29897
|
+
.E_fzh9mnb .error-text {
|
|
29898
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29899
|
+
margin-bottom: 16px;
|
|
29900
|
+
font-size: 18px;
|
|
29901
|
+
}
|
|
29902
|
+
|
|
29903
|
+
.E_iouxfgt {
|
|
29904
|
+
display: inline-flex;
|
|
29905
|
+
align-items: center;
|
|
29906
|
+
}
|
|
29907
|
+
|
|
29908
|
+
.E_iouxfgt .icon-inner {
|
|
29909
|
+
display: inline-flex;
|
|
29910
|
+
align-items: center;
|
|
29911
|
+
justify-content: center;
|
|
29912
|
+
}
|
|
29913
|
+
|
|
29914
|
+
.E_iouxfgt .icon-inner + span,
|
|
29915
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29916
|
+
margin-left: 4px;
|
|
29917
|
+
}
|
|
29918
|
+
|
|
29919
|
+
.E_iouxfgt.is-rotate img,
|
|
29920
|
+
.E_iouxfgt.is-rotate svg {
|
|
29921
|
+
animation: rotate 680ms linear infinite;
|
|
29922
|
+
}
|
|
29923
|
+
|
|
29887
29924
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29888
29925
|
justify-content: center;
|
|
29889
29926
|
}
|
|
@@ -30171,43 +30208,6 @@ html body {
|
|
|
30171
30208
|
padding: 0;
|
|
30172
30209
|
}
|
|
30173
30210
|
|
|
30174
|
-
.E_iouxfgt {
|
|
30175
|
-
display: inline-flex;
|
|
30176
|
-
align-items: center;
|
|
30177
|
-
}
|
|
30178
|
-
|
|
30179
|
-
.E_iouxfgt .icon-inner {
|
|
30180
|
-
display: inline-flex;
|
|
30181
|
-
align-items: center;
|
|
30182
|
-
justify-content: center;
|
|
30183
|
-
}
|
|
30184
|
-
|
|
30185
|
-
.E_iouxfgt .icon-inner + span,
|
|
30186
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30187
|
-
margin-left: 4px;
|
|
30188
|
-
}
|
|
30189
|
-
|
|
30190
|
-
.E_iouxfgt.is-rotate img,
|
|
30191
|
-
.E_iouxfgt.is-rotate svg {
|
|
30192
|
-
animation: rotate 680ms linear infinite;
|
|
30193
|
-
}
|
|
30194
|
-
|
|
30195
|
-
.E_fzh9mnb {
|
|
30196
|
-
width: 100%;
|
|
30197
|
-
height: 100%;
|
|
30198
|
-
min-height: 124px;
|
|
30199
|
-
display: flex;
|
|
30200
|
-
flex-direction: column;
|
|
30201
|
-
justify-content: center;
|
|
30202
|
-
align-items: center;
|
|
30203
|
-
}
|
|
30204
|
-
|
|
30205
|
-
.E_fzh9mnb .error-text {
|
|
30206
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30207
|
-
margin-bottom: 16px;
|
|
30208
|
-
font-size: 18px;
|
|
30209
|
-
}
|
|
30210
|
-
|
|
30211
30211
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30212
30212
|
display: none;
|
|
30213
30213
|
}
|
|
@@ -30284,6 +30284,167 @@ html body {
|
|
|
30284
30284
|
line-height: 18px;
|
|
30285
30285
|
}
|
|
30286
30286
|
|
|
30287
|
+
.E_s1ebs0ra {
|
|
30288
|
+
display: flex;
|
|
30289
|
+
align-items: center;
|
|
30290
|
+
justify-content: space-between;
|
|
30291
|
+
background: #edf0f7;
|
|
30292
|
+
padding: 8px 12px;
|
|
30293
|
+
position: sticky;
|
|
30294
|
+
top: 0;
|
|
30295
|
+
z-index: 1;
|
|
30296
|
+
margin-bottom: -52px;
|
|
30297
|
+
}
|
|
30298
|
+
|
|
30299
|
+
.E_s1ebs0ra .select-total {
|
|
30300
|
+
display: flex;
|
|
30301
|
+
align-items: center;
|
|
30302
|
+
font-weight: 700;
|
|
30303
|
+
flex-shrink: 0;
|
|
30304
|
+
}
|
|
30305
|
+
|
|
30306
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30307
|
+
cursor: pointer;
|
|
30308
|
+
margin-left: 8px;
|
|
30309
|
+
width: 32px;
|
|
30310
|
+
height: 32px;
|
|
30311
|
+
border-radius: 50%;
|
|
30312
|
+
justify-content: center;
|
|
30313
|
+
}
|
|
30314
|
+
|
|
30315
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30316
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30317
|
+
}
|
|
30318
|
+
|
|
30319
|
+
.E_s1ebs0ra .action-group {
|
|
30320
|
+
flex: 1;
|
|
30321
|
+
margin-left: 88px;
|
|
30322
|
+
white-space: nowrap;
|
|
30323
|
+
text-align: right;
|
|
30324
|
+
position: relative;
|
|
30325
|
+
padding: 4px 0;
|
|
30326
|
+
margin-top: -4px;
|
|
30327
|
+
overflow: hidden;
|
|
30328
|
+
}
|
|
30329
|
+
|
|
30330
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30331
|
+
transform: translateY(-4px);
|
|
30332
|
+
}
|
|
30333
|
+
|
|
30334
|
+
.E_s1ebs0ra .action-group button {
|
|
30335
|
+
border: none;
|
|
30336
|
+
}
|
|
30337
|
+
|
|
30338
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30339
|
+
margin-right: 8px;
|
|
30340
|
+
}
|
|
30341
|
+
|
|
30342
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30343
|
+
margin-right: 4px;
|
|
30344
|
+
}
|
|
30345
|
+
|
|
30346
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30347
|
+
cursor: pointer;
|
|
30348
|
+
width: 32px;
|
|
30349
|
+
height: 32px;
|
|
30350
|
+
justify-content: center;
|
|
30351
|
+
border-radius: 50%;
|
|
30352
|
+
}
|
|
30353
|
+
|
|
30354
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30355
|
+
background: #fff;
|
|
30356
|
+
}
|
|
30357
|
+
|
|
30358
|
+
.E_s1dni7lo {
|
|
30359
|
+
width: 430px !important;
|
|
30360
|
+
}
|
|
30361
|
+
|
|
30362
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30363
|
+
padding: 8px 16px;
|
|
30364
|
+
line-height: 18px;
|
|
30365
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30366
|
+
height: 34px;
|
|
30367
|
+
min-height: 34px;
|
|
30368
|
+
box-sizing: border-box;
|
|
30369
|
+
margin-top: 8px;
|
|
30370
|
+
}
|
|
30371
|
+
|
|
30372
|
+
.E_o1ugr09p {
|
|
30373
|
+
display: flex;
|
|
30374
|
+
flex-direction: column;
|
|
30375
|
+
margin: 1px 8px;
|
|
30376
|
+
padding: 8px;
|
|
30377
|
+
border-radius: 4px;
|
|
30378
|
+
}
|
|
30379
|
+
|
|
30380
|
+
.E_o1ugr09p .selected-icon {
|
|
30381
|
+
display: none;
|
|
30382
|
+
}
|
|
30383
|
+
|
|
30384
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30385
|
+
padding-left: 8px;
|
|
30386
|
+
}
|
|
30387
|
+
|
|
30388
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30389
|
+
background-color: white;
|
|
30390
|
+
}
|
|
30391
|
+
|
|
30392
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30393
|
+
color: #0080ff;
|
|
30394
|
+
}
|
|
30395
|
+
|
|
30396
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30397
|
+
display: block;
|
|
30398
|
+
}
|
|
30399
|
+
|
|
30400
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30401
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30402
|
+
}
|
|
30403
|
+
|
|
30404
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30405
|
+
color: #0080ff;
|
|
30406
|
+
}
|
|
30407
|
+
|
|
30408
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30409
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30410
|
+
color: #0080ff;
|
|
30411
|
+
}
|
|
30412
|
+
|
|
30413
|
+
.E_o1ifxsq4 {
|
|
30414
|
+
display: flex;
|
|
30415
|
+
justify-content: space-between;
|
|
30416
|
+
height: 20px;
|
|
30417
|
+
line-height: 20px;
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30420
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30421
|
+
color: #2d3a56;
|
|
30422
|
+
overflow: hidden;
|
|
30423
|
+
text-overflow: ellipsis;
|
|
30424
|
+
}
|
|
30425
|
+
|
|
30426
|
+
.E_o1zue7 {
|
|
30427
|
+
display: flex;
|
|
30428
|
+
justify-content: space-between;
|
|
30429
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30430
|
+
height: 18px;
|
|
30431
|
+
line-height: 18px;
|
|
30432
|
+
margin-top: 2px;
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.E_tyfmlxg {
|
|
30436
|
+
border: none;
|
|
30437
|
+
margin-right: 0;
|
|
30438
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30439
|
+
}
|
|
30440
|
+
|
|
30441
|
+
.E_o18uybox {
|
|
30442
|
+
pointer-events: none;
|
|
30443
|
+
height: 32px;
|
|
30444
|
+
width: 100%;
|
|
30445
|
+
opacity: 0;
|
|
30446
|
+
}
|
|
30447
|
+
|
|
30287
30448
|
.E_skwah65 {
|
|
30288
30449
|
height: 8px;
|
|
30289
30450
|
box-sizing: border-box;
|
|
@@ -30298,15 +30459,6 @@ html body {
|
|
|
30298
30459
|
margin-left: 1px;
|
|
30299
30460
|
}
|
|
30300
30461
|
|
|
30301
|
-
.E_owd0kml {
|
|
30302
|
-
display: inline-block;
|
|
30303
|
-
}
|
|
30304
|
-
|
|
30305
|
-
.E_h1jsgezc {
|
|
30306
|
-
visibility: hidden;
|
|
30307
|
-
position: absolute;
|
|
30308
|
-
}
|
|
30309
|
-
|
|
30310
30462
|
.E_s1dizucg.ant-switch {
|
|
30311
30463
|
min-width: 40px;
|
|
30312
30464
|
height: 24px;
|
|
@@ -30374,183 +30526,17 @@ html body {
|
|
|
30374
30526
|
margin-left: 5px;
|
|
30375
30527
|
}
|
|
30376
30528
|
|
|
30377
|
-
.
|
|
30378
|
-
display: inline-
|
|
30379
|
-
align-items: baseline;
|
|
30380
|
-
white-space: pre-wrap;
|
|
30529
|
+
.E_owd0kml {
|
|
30530
|
+
display: inline-block;
|
|
30381
30531
|
}
|
|
30382
30532
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30385
|
-
|
|
30533
|
+
.E_h1jsgezc {
|
|
30534
|
+
visibility: hidden;
|
|
30535
|
+
position: absolute;
|
|
30386
30536
|
}
|
|
30387
30537
|
|
|
30388
|
-
.
|
|
30389
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30390
|
-
}
|
|
30391
|
-
|
|
30392
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30393
|
-
border-color: #0080ff;
|
|
30394
|
-
}
|
|
30395
|
-
|
|
30396
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30397
|
-
border-color: #0080ff;
|
|
30398
|
-
background: #0080ff;
|
|
30399
|
-
}
|
|
30400
|
-
|
|
30401
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30402
|
-
top: 4px;
|
|
30403
|
-
left: 4px;
|
|
30404
|
-
width: 6px;
|
|
30405
|
-
height: 6px;
|
|
30406
|
-
background: #fff;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30410
|
-
opacity: 0.5;
|
|
30411
|
-
}
|
|
30412
|
-
|
|
30413
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30414
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30415
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30416
|
-
}
|
|
30417
|
-
|
|
30418
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30419
|
-
background: #00122e;
|
|
30420
|
-
}
|
|
30421
|
-
|
|
30422
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30423
|
-
color: #00122e;
|
|
30424
|
-
opacity: 0.5;
|
|
30425
|
-
}
|
|
30426
|
-
|
|
30427
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30428
|
-
color: #00122e;
|
|
30429
|
-
}
|
|
30430
|
-
|
|
30431
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30538
|
+
.E_iq1gosr {
|
|
30432
30539
|
display: inline-block;
|
|
30433
|
-
padding: 0;
|
|
30434
|
-
padding-left: 12px;
|
|
30435
|
-
}
|
|
30436
|
-
|
|
30437
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30438
|
-
margin-bottom: 0;
|
|
30439
|
-
white-space: pre-wrap;
|
|
30440
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30441
|
-
}
|
|
30442
|
-
|
|
30443
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30444
|
-
padding-left: 8px;
|
|
30445
|
-
}
|
|
30446
|
-
|
|
30447
|
-
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30448
|
-
border-radius: 5px 0 0 5px;
|
|
30449
|
-
}
|
|
30450
|
-
|
|
30451
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30452
|
-
border-radius: 0 5px 5px 0;
|
|
30453
|
-
}
|
|
30454
|
-
|
|
30455
|
-
.E_rcc63c8 {
|
|
30456
|
-
color: #00122e;
|
|
30457
|
-
border-color: #ccd4e3;
|
|
30458
|
-
}
|
|
30459
|
-
|
|
30460
|
-
.E_rcc63c8:first-child {
|
|
30461
|
-
border-color: #a3b4cc;
|
|
30462
|
-
}
|
|
30463
|
-
|
|
30464
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30465
|
-
padding: 0 12px;
|
|
30466
|
-
line-height: 32px;
|
|
30467
|
-
height: 32px;
|
|
30468
|
-
}
|
|
30469
|
-
|
|
30470
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30471
|
-
white-space: nowrap;
|
|
30472
|
-
}
|
|
30473
|
-
|
|
30474
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30475
|
-
height: 22px;
|
|
30476
|
-
padding: 0 7px;
|
|
30477
|
-
line-height: 20px;
|
|
30478
|
-
}
|
|
30479
|
-
|
|
30480
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30481
|
-
background: #ccd4e3;
|
|
30482
|
-
}
|
|
30483
|
-
|
|
30484
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30485
|
-
background: #0080ff;
|
|
30486
|
-
}
|
|
30487
|
-
|
|
30488
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30489
|
-
background: #ccd4e3;
|
|
30490
|
-
opacity: 0.5;
|
|
30491
|
-
}
|
|
30492
|
-
|
|
30493
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30494
|
-
border-right-color: #0080ff;
|
|
30495
|
-
}
|
|
30496
|
-
|
|
30497
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30498
|
-
border-color: #0080ff;
|
|
30499
|
-
}
|
|
30500
|
-
|
|
30501
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30502
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30503
|
-
}
|
|
30504
|
-
|
|
30505
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30506
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30507
|
-
border-color: #ccd4e3;
|
|
30508
|
-
opacity: 0.5;
|
|
30509
|
-
}
|
|
30510
|
-
|
|
30511
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30512
|
-
color: #00122e;
|
|
30513
|
-
border-color: #ccd4e3;
|
|
30514
|
-
}
|
|
30515
|
-
|
|
30516
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30517
|
-
color: #00122e;
|
|
30518
|
-
border-color: #ccd4e3;
|
|
30519
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30520
|
-
}
|
|
30521
|
-
|
|
30522
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
30523
|
-
margin-right: 8px;
|
|
30524
|
-
display: inline;
|
|
30525
|
-
border: none;
|
|
30526
|
-
padding: 0;
|
|
30527
|
-
width: 36px;
|
|
30528
|
-
background: transparent;
|
|
30529
|
-
}
|
|
30530
|
-
|
|
30531
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30532
|
-
box-shadow: none;
|
|
30533
|
-
}
|
|
30534
|
-
|
|
30535
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30536
|
-
margin-right: 0;
|
|
30537
|
-
width: initial;
|
|
30538
|
-
box-shadow: none;
|
|
30539
|
-
}
|
|
30540
|
-
|
|
30541
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30542
|
-
display: none;
|
|
30543
|
-
}
|
|
30544
|
-
|
|
30545
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30546
|
-
display: inline;
|
|
30547
|
-
}
|
|
30548
|
-
|
|
30549
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30550
|
-
display: inline;
|
|
30551
|
-
margin-right: 8px;
|
|
30552
|
-
padding: 0;
|
|
30553
|
-
width: 36px;
|
|
30554
30540
|
}
|
|
30555
30541
|
|
|
30556
30542
|
.E_dsnbhzf {
|
|
@@ -31028,98 +31014,183 @@ html body {
|
|
|
31028
31014
|
line-height: 12px;
|
|
31029
31015
|
}
|
|
31030
31016
|
|
|
31031
|
-
.
|
|
31032
|
-
display: inline-
|
|
31017
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31018
|
+
display: inline-flex;
|
|
31019
|
+
align-items: baseline;
|
|
31020
|
+
white-space: pre-wrap;
|
|
31033
31021
|
}
|
|
31034
31022
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31023
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31024
|
+
position: relative;
|
|
31025
|
+
top: 3px;
|
|
31037
31026
|
}
|
|
31038
31027
|
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31041
|
-
line-height: 18px;
|
|
31042
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31043
|
-
height: 34px;
|
|
31044
|
-
min-height: 34px;
|
|
31045
|
-
box-sizing: border-box;
|
|
31046
|
-
margin-top: 8px;
|
|
31028
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31029
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31047
31030
|
}
|
|
31048
31031
|
|
|
31049
|
-
.
|
|
31050
|
-
|
|
31051
|
-
flex-direction: column;
|
|
31052
|
-
margin: 1px 8px;
|
|
31053
|
-
padding: 8px;
|
|
31054
|
-
border-radius: 4px;
|
|
31032
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31033
|
+
border-color: #0080ff;
|
|
31055
31034
|
}
|
|
31056
31035
|
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31036
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31037
|
+
border-color: #0080ff;
|
|
31038
|
+
background: #0080ff;
|
|
31059
31039
|
}
|
|
31060
31040
|
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31041
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31042
|
+
top: 4px;
|
|
31043
|
+
left: 4px;
|
|
31044
|
+
width: 6px;
|
|
31045
|
+
height: 6px;
|
|
31046
|
+
background: #fff;
|
|
31063
31047
|
}
|
|
31064
31048
|
|
|
31065
|
-
.
|
|
31066
|
-
|
|
31049
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31050
|
+
opacity: 0.5;
|
|
31067
31051
|
}
|
|
31068
31052
|
|
|
31069
|
-
.
|
|
31070
|
-
color:
|
|
31053
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31054
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31055
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31071
31056
|
}
|
|
31072
31057
|
|
|
31073
|
-
.
|
|
31074
|
-
|
|
31058
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31059
|
+
background: #00122e;
|
|
31075
31060
|
}
|
|
31076
31061
|
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31062
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31063
|
+
color: #00122e;
|
|
31064
|
+
opacity: 0.5;
|
|
31079
31065
|
}
|
|
31080
31066
|
|
|
31081
|
-
.
|
|
31082
|
-
color: #
|
|
31067
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31068
|
+
color: #00122e;
|
|
31083
31069
|
}
|
|
31084
31070
|
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31087
|
-
|
|
31071
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31072
|
+
display: inline-block;
|
|
31073
|
+
padding: 0;
|
|
31074
|
+
padding-left: 12px;
|
|
31088
31075
|
}
|
|
31089
31076
|
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
line-height: 20px;
|
|
31077
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31078
|
+
margin-bottom: 0;
|
|
31079
|
+
white-space: pre-wrap;
|
|
31080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31095
31081
|
}
|
|
31096
31082
|
|
|
31097
|
-
.
|
|
31098
|
-
|
|
31099
|
-
overflow: hidden;
|
|
31100
|
-
text-overflow: ellipsis;
|
|
31083
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31084
|
+
padding-left: 8px;
|
|
31101
31085
|
}
|
|
31102
31086
|
|
|
31103
|
-
.
|
|
31104
|
-
|
|
31105
|
-
justify-content: space-between;
|
|
31106
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31107
|
-
height: 18px;
|
|
31108
|
-
line-height: 18px;
|
|
31109
|
-
margin-top: 2px;
|
|
31087
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31088
|
+
border-radius: 5px 0 0 5px;
|
|
31110
31089
|
}
|
|
31111
31090
|
|
|
31112
|
-
.
|
|
31091
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31092
|
+
border-radius: 0 5px 5px 0;
|
|
31093
|
+
}
|
|
31094
|
+
|
|
31095
|
+
.E_rcc63c8 {
|
|
31096
|
+
color: #00122e;
|
|
31097
|
+
border-color: #ccd4e3;
|
|
31098
|
+
}
|
|
31099
|
+
|
|
31100
|
+
.E_rcc63c8:first-child {
|
|
31101
|
+
border-color: #a3b4cc;
|
|
31102
|
+
}
|
|
31103
|
+
|
|
31104
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31105
|
+
padding: 0 12px;
|
|
31106
|
+
line-height: 32px;
|
|
31107
|
+
height: 32px;
|
|
31108
|
+
}
|
|
31109
|
+
|
|
31110
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31111
|
+
white-space: nowrap;
|
|
31112
|
+
}
|
|
31113
|
+
|
|
31114
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31115
|
+
height: 22px;
|
|
31116
|
+
padding: 0 7px;
|
|
31117
|
+
line-height: 20px;
|
|
31118
|
+
}
|
|
31119
|
+
|
|
31120
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31121
|
+
background: #ccd4e3;
|
|
31122
|
+
}
|
|
31123
|
+
|
|
31124
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31125
|
+
background: #0080ff;
|
|
31126
|
+
}
|
|
31127
|
+
|
|
31128
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31129
|
+
background: #ccd4e3;
|
|
31130
|
+
opacity: 0.5;
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31134
|
+
border-right-color: #0080ff;
|
|
31135
|
+
}
|
|
31136
|
+
|
|
31137
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31138
|
+
border-color: #0080ff;
|
|
31139
|
+
}
|
|
31140
|
+
|
|
31141
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31142
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31143
|
+
}
|
|
31144
|
+
|
|
31145
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31146
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31147
|
+
border-color: #ccd4e3;
|
|
31148
|
+
opacity: 0.5;
|
|
31149
|
+
}
|
|
31150
|
+
|
|
31151
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31152
|
+
color: #00122e;
|
|
31153
|
+
border-color: #ccd4e3;
|
|
31154
|
+
}
|
|
31155
|
+
|
|
31156
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31157
|
+
color: #00122e;
|
|
31158
|
+
border-color: #ccd4e3;
|
|
31159
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31160
|
+
}
|
|
31161
|
+
|
|
31162
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31163
|
+
margin-right: 8px;
|
|
31164
|
+
display: inline;
|
|
31113
31165
|
border: none;
|
|
31166
|
+
padding: 0;
|
|
31167
|
+
width: 36px;
|
|
31168
|
+
background: transparent;
|
|
31169
|
+
}
|
|
31170
|
+
|
|
31171
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31172
|
+
box-shadow: none;
|
|
31173
|
+
}
|
|
31174
|
+
|
|
31175
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31114
31176
|
margin-right: 0;
|
|
31115
|
-
|
|
31177
|
+
width: initial;
|
|
31178
|
+
box-shadow: none;
|
|
31116
31179
|
}
|
|
31117
31180
|
|
|
31118
|
-
.
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
31122
|
-
|
|
31181
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31182
|
+
display: none;
|
|
31183
|
+
}
|
|
31184
|
+
|
|
31185
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31186
|
+
display: inline;
|
|
31187
|
+
}
|
|
31188
|
+
|
|
31189
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31190
|
+
display: inline;
|
|
31191
|
+
margin-right: 8px;
|
|
31192
|
+
padding: 0;
|
|
31193
|
+
width: 36px;
|
|
31123
31194
|
}
|
|
31124
31195
|
|
|
31125
31196
|
.E_cnujxq2 {
|
|
@@ -31906,77 +31977,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31906
31977
|
margin: 4px 0;
|
|
31907
31978
|
}
|
|
31908
31979
|
|
|
31909
|
-
.E_s1ebs0ra {
|
|
31910
|
-
display: flex;
|
|
31911
|
-
align-items: center;
|
|
31912
|
-
justify-content: space-between;
|
|
31913
|
-
background: #edf0f7;
|
|
31914
|
-
padding: 8px 12px;
|
|
31915
|
-
position: sticky;
|
|
31916
|
-
top: 0;
|
|
31917
|
-
z-index: 1;
|
|
31918
|
-
margin-bottom: -52px;
|
|
31919
|
-
}
|
|
31920
|
-
|
|
31921
|
-
.E_s1ebs0ra .select-total {
|
|
31922
|
-
display: flex;
|
|
31923
|
-
align-items: center;
|
|
31924
|
-
font-weight: 700;
|
|
31925
|
-
flex-shrink: 0;
|
|
31926
|
-
}
|
|
31927
|
-
|
|
31928
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31929
|
-
cursor: pointer;
|
|
31930
|
-
margin-left: 8px;
|
|
31931
|
-
width: 32px;
|
|
31932
|
-
height: 32px;
|
|
31933
|
-
border-radius: 50%;
|
|
31934
|
-
justify-content: center;
|
|
31935
|
-
}
|
|
31936
|
-
|
|
31937
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31938
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31939
|
-
}
|
|
31940
|
-
|
|
31941
|
-
.E_s1ebs0ra .action-group {
|
|
31942
|
-
flex: 1;
|
|
31943
|
-
margin-left: 88px;
|
|
31944
|
-
white-space: nowrap;
|
|
31945
|
-
text-align: right;
|
|
31946
|
-
position: relative;
|
|
31947
|
-
padding: 4px 0;
|
|
31948
|
-
margin-top: -4px;
|
|
31949
|
-
overflow: hidden;
|
|
31950
|
-
}
|
|
31951
|
-
|
|
31952
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31953
|
-
transform: translateY(-4px);
|
|
31954
|
-
}
|
|
31955
|
-
|
|
31956
|
-
.E_s1ebs0ra .action-group button {
|
|
31957
|
-
border: none;
|
|
31958
|
-
}
|
|
31959
|
-
|
|
31960
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31961
|
-
margin-right: 8px;
|
|
31962
|
-
}
|
|
31963
|
-
|
|
31964
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
31965
|
-
margin-right: 4px;
|
|
31966
|
-
}
|
|
31967
|
-
|
|
31968
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
31969
|
-
cursor: pointer;
|
|
31970
|
-
width: 32px;
|
|
31971
|
-
height: 32px;
|
|
31972
|
-
justify-content: center;
|
|
31973
|
-
border-radius: 50%;
|
|
31974
|
-
}
|
|
31975
|
-
|
|
31976
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31977
|
-
background: #fff;
|
|
31978
|
-
}
|
|
31979
|
-
|
|
31980
31980
|
.E_c1up1pdz {
|
|
31981
31981
|
width: 648px;
|
|
31982
31982
|
}
|
|
@@ -32143,6 +32143,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32143
32143
|
color: #fff;
|
|
32144
32144
|
}
|
|
32145
32145
|
|
|
32146
|
+
.E_c1uzzomf {
|
|
32147
|
+
margin-bottom: 16px;
|
|
32148
|
+
}
|
|
32149
|
+
|
|
32150
|
+
.E_c1uzzomf .card-title {
|
|
32151
|
+
font-size: 16px;
|
|
32152
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32153
|
+
font-weight: 700;
|
|
32154
|
+
line-height: 32px;
|
|
32155
|
+
}
|
|
32156
|
+
|
|
32157
|
+
.E_c1uzzomf .card-body {
|
|
32158
|
+
padding: 24px;
|
|
32159
|
+
border-radius: 8px;
|
|
32160
|
+
background: #fff;
|
|
32161
|
+
}
|
|
32162
|
+
|
|
32163
|
+
.E_c1uzzomf .empty {
|
|
32164
|
+
font-weight: 700;
|
|
32165
|
+
font-size: 14px;
|
|
32166
|
+
line-height: 22px;
|
|
32167
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32168
|
+
text-align: center;
|
|
32169
|
+
}
|
|
32170
|
+
|
|
32146
32171
|
.E_c18gxmrl {
|
|
32147
32172
|
border: 1px solid #d8deeb;
|
|
32148
32173
|
border-radius: 4px;
|
|
@@ -32230,117 +32255,214 @@ input.E_rf8rlle.ant-input {
|
|
|
32230
32255
|
color: #005ed1;
|
|
32231
32256
|
}
|
|
32232
32257
|
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32258
|
+
.E_c18bcrac {
|
|
32259
|
+
display: inline-block;
|
|
32260
|
+
width: 100%;
|
|
32235
32261
|
}
|
|
32236
32262
|
|
|
32237
|
-
.
|
|
32238
|
-
|
|
32239
|
-
padding-right: 8px;
|
|
32263
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32264
|
+
margin-left: 4px;
|
|
32240
32265
|
}
|
|
32241
32266
|
|
|
32242
|
-
.
|
|
32243
|
-
|
|
32267
|
+
.E_cro7kg2 {
|
|
32268
|
+
padding: 4px;
|
|
32244
32269
|
}
|
|
32245
32270
|
|
|
32246
|
-
.
|
|
32247
|
-
|
|
32271
|
+
.E_c14wcxf0 {
|
|
32272
|
+
display: flex;
|
|
32273
|
+
justify-content: space-between;
|
|
32274
|
+
align-items: center;
|
|
32275
|
+
font-size: 13px;
|
|
32276
|
+
line-height: 24px;
|
|
32277
|
+
color: #cccccc;
|
|
32278
|
+
white-space: nowrap;
|
|
32248
32279
|
}
|
|
32249
32280
|
|
|
32250
|
-
.
|
|
32251
|
-
|
|
32252
|
-
padding-right: 12px;
|
|
32281
|
+
.E_c14wcxf0 label {
|
|
32282
|
+
margin-right: 32px;
|
|
32253
32283
|
}
|
|
32254
32284
|
|
|
32255
|
-
.
|
|
32256
|
-
|
|
32285
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32286
|
+
font-weight: bold;
|
|
32287
|
+
color: white;
|
|
32257
32288
|
}
|
|
32258
32289
|
|
|
32259
|
-
.
|
|
32260
|
-
|
|
32261
|
-
|
|
32290
|
+
.E_s11212zy {
|
|
32291
|
+
width: 8px;
|
|
32292
|
+
height: 8px;
|
|
32293
|
+
border-radius: 2px;
|
|
32294
|
+
display: inline-block;
|
|
32295
|
+
background: var(--s11212zy-0);
|
|
32296
|
+
border: 1px solid #fff;
|
|
32297
|
+
box-sizing: content-box;
|
|
32298
|
+
margin-right: 6px;
|
|
32262
32299
|
}
|
|
32263
32300
|
|
|
32264
|
-
.
|
|
32265
|
-
|
|
32266
|
-
|
|
32301
|
+
.E_p1lyky6c > :first-child {
|
|
32302
|
+
font-weight: bold;
|
|
32303
|
+
color: white;
|
|
32304
|
+
margin-right: 4px;
|
|
32305
|
+
}
|
|
32267
32306
|
|
|
32268
|
-
.
|
|
32269
|
-
|
|
32307
|
+
.E_gmyahx3 {
|
|
32308
|
+
cursor: pointer;
|
|
32270
32309
|
}
|
|
32271
32310
|
|
|
32272
|
-
.
|
|
32273
|
-
|
|
32311
|
+
.E_gmyahx3 .link-text {
|
|
32312
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32274
32313
|
}
|
|
32275
32314
|
|
|
32276
|
-
.
|
|
32277
|
-
|
|
32278
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32279
|
-
font-weight: 700;
|
|
32280
|
-
line-height: 32px;
|
|
32315
|
+
.E_gmyahx3:hover .link-text {
|
|
32316
|
+
color: #0080ff;
|
|
32281
32317
|
}
|
|
32282
32318
|
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
background: #fff;
|
|
32319
|
+
.E_ou7iq30 {
|
|
32320
|
+
overflow: hidden;
|
|
32321
|
+
text-overflow: ellipsis;
|
|
32287
32322
|
}
|
|
32288
32323
|
|
|
32289
|
-
.
|
|
32324
|
+
.E_s1tui002 {
|
|
32325
|
+
white-space: nowrap;
|
|
32326
|
+
}
|
|
32327
|
+
|
|
32328
|
+
.E_mxrc2zg {
|
|
32329
|
+
display: -webkit-box;
|
|
32330
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32331
|
+
-webkit-box-orient: vertical;
|
|
32332
|
+
word-break: break-all;
|
|
32333
|
+
}
|
|
32334
|
+
|
|
32335
|
+
.E_d1bw7c5z {
|
|
32336
|
+
position: relative;
|
|
32337
|
+
max-width: 388px;
|
|
32338
|
+
min-width: 245px;
|
|
32339
|
+
}
|
|
32340
|
+
|
|
32341
|
+
.E_d1bw7c5z .center {
|
|
32342
|
+
position: absolute;
|
|
32343
|
+
font-size: 12px;
|
|
32344
|
+
width: 80px;
|
|
32345
|
+
height: 92px;
|
|
32346
|
+
top: 12px;
|
|
32347
|
+
left: 39px;
|
|
32348
|
+
display: flex;
|
|
32349
|
+
flex-direction: column;
|
|
32350
|
+
justify-content: center;
|
|
32351
|
+
align-items: center;
|
|
32352
|
+
color: #00122e;
|
|
32353
|
+
}
|
|
32354
|
+
|
|
32355
|
+
.E_d1bw7c5z .center .number {
|
|
32356
|
+
font-size: 24px;
|
|
32290
32357
|
font-weight: 700;
|
|
32291
|
-
font-size: 14px;
|
|
32292
|
-
line-height: 22px;
|
|
32293
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32294
|
-
text-align: center;
|
|
32295
32358
|
}
|
|
32296
32359
|
|
|
32297
|
-
.
|
|
32298
|
-
|
|
32360
|
+
.E_d1bw7c5z .center .text {
|
|
32361
|
+
padding: 0 5px;
|
|
32362
|
+
font-size: 12px;
|
|
32363
|
+
width: inherit;
|
|
32364
|
+
}
|
|
32365
|
+
|
|
32366
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32367
|
+
display: flex;
|
|
32368
|
+
}
|
|
32369
|
+
|
|
32370
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32371
|
+
position: relative !important;
|
|
32372
|
+
width: calc(100% - 148px) !important;
|
|
32373
|
+
left: 0 !important;
|
|
32374
|
+
bottom: 0 !important;
|
|
32375
|
+
display: flex;
|
|
32376
|
+
align-items: center;
|
|
32377
|
+
}
|
|
32378
|
+
|
|
32379
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32299
32380
|
width: 100%;
|
|
32300
32381
|
}
|
|
32301
32382
|
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32383
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32384
|
+
width: 100%;
|
|
32385
|
+
margin-right: 0 !important;
|
|
32386
|
+
line-height: 18px;
|
|
32304
32387
|
}
|
|
32305
32388
|
|
|
32306
|
-
.
|
|
32307
|
-
|
|
32389
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32390
|
+
border-radius: 2px;
|
|
32308
32391
|
}
|
|
32309
32392
|
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32393
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32394
|
+
min-width: 75px;
|
|
32395
|
+
width: calc(100% - 20px);
|
|
32396
|
+
margin-left: 2px;
|
|
32397
|
+
color: #00122e !important;
|
|
32398
|
+
display: inline-flex;
|
|
32312
32399
|
justify-content: space-between;
|
|
32313
|
-
|
|
32314
|
-
|
|
32315
|
-
|
|
32316
|
-
|
|
32400
|
+
}
|
|
32401
|
+
|
|
32402
|
+
.E_d1bw7c5z .tooltip-text {
|
|
32403
|
+
maxwidth: calc(100% - 12px);
|
|
32404
|
+
cursor: pointer;
|
|
32405
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32406
|
+
overflow: hidden;
|
|
32407
|
+
text-overflow: ellipsis;
|
|
32317
32408
|
white-space: nowrap;
|
|
32318
32409
|
}
|
|
32319
32410
|
|
|
32320
|
-
.
|
|
32321
|
-
|
|
32411
|
+
.E_d1bw7c5z .value {
|
|
32412
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32322
32413
|
}
|
|
32323
32414
|
|
|
32324
|
-
.
|
|
32325
|
-
|
|
32326
|
-
color: white;
|
|
32415
|
+
.E_t10pqbtc {
|
|
32416
|
+
width: 140px;
|
|
32327
32417
|
}
|
|
32328
32418
|
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32331
|
-
|
|
32332
|
-
|
|
32333
|
-
display: inline-block;
|
|
32334
|
-
background: var(--s11212zy-0);
|
|
32335
|
-
border: 1px solid #fff;
|
|
32336
|
-
box-sizing: content-box;
|
|
32337
|
-
margin-right: 6px;
|
|
32419
|
+
.E_t10pqbtc .item {
|
|
32420
|
+
margin: 6px auto;
|
|
32421
|
+
display: flex;
|
|
32422
|
+
justify-content: space-between;
|
|
32338
32423
|
}
|
|
32339
32424
|
|
|
32340
|
-
.
|
|
32341
|
-
|
|
32342
|
-
|
|
32343
|
-
|
|
32425
|
+
.E_t10pqbtc .item .name {
|
|
32426
|
+
width: 102px;
|
|
32427
|
+
}
|
|
32428
|
+
|
|
32429
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32430
|
+
margin-right: 2px;
|
|
32431
|
+
}
|
|
32432
|
+
|
|
32433
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32434
|
+
padding-left: 8px;
|
|
32435
|
+
padding-right: 8px;
|
|
32436
|
+
}
|
|
32437
|
+
|
|
32438
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32439
|
+
border-radius: 4px;
|
|
32440
|
+
}
|
|
32441
|
+
|
|
32442
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32443
|
+
border-radius: 4px;
|
|
32444
|
+
}
|
|
32445
|
+
|
|
32446
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32447
|
+
padding-left: 12px;
|
|
32448
|
+
padding-right: 12px;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32451
|
+
.E_ckld275 {
|
|
32452
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32453
|
+
}
|
|
32454
|
+
|
|
32455
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32456
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32457
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32458
|
+
}
|
|
32459
|
+
|
|
32460
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32461
|
+
background-color: transparent;
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32465
|
+
background-color: transparent;
|
|
32344
32466
|
}
|
|
32345
32467
|
|
|
32346
32468
|
.E_clm1wy1 {
|
|
@@ -32452,112 +32574,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32452
32574
|
border-radius: 2px;
|
|
32453
32575
|
}
|
|
32454
32576
|
|
|
32455
|
-
.E_gmyahx3 {
|
|
32456
|
-
cursor: pointer;
|
|
32457
|
-
}
|
|
32458
|
-
|
|
32459
|
-
.E_gmyahx3 .link-text {
|
|
32460
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32461
|
-
}
|
|
32462
|
-
|
|
32463
|
-
.E_gmyahx3:hover .link-text {
|
|
32464
|
-
color: #0080ff;
|
|
32465
|
-
}
|
|
32466
|
-
|
|
32467
|
-
.E_d1bw7c5z {
|
|
32468
|
-
position: relative;
|
|
32469
|
-
max-width: 388px;
|
|
32470
|
-
min-width: 245px;
|
|
32471
|
-
}
|
|
32472
|
-
|
|
32473
|
-
.E_d1bw7c5z .center {
|
|
32474
|
-
position: absolute;
|
|
32475
|
-
font-size: 12px;
|
|
32476
|
-
width: 80px;
|
|
32477
|
-
height: 92px;
|
|
32478
|
-
top: 12px;
|
|
32479
|
-
left: 39px;
|
|
32480
|
-
display: flex;
|
|
32481
|
-
flex-direction: column;
|
|
32482
|
-
justify-content: center;
|
|
32483
|
-
align-items: center;
|
|
32484
|
-
color: #00122e;
|
|
32485
|
-
}
|
|
32486
|
-
|
|
32487
|
-
.E_d1bw7c5z .center .number {
|
|
32488
|
-
font-size: 24px;
|
|
32489
|
-
font-weight: 700;
|
|
32490
|
-
}
|
|
32491
|
-
|
|
32492
|
-
.E_d1bw7c5z .center .text {
|
|
32493
|
-
padding: 0 5px;
|
|
32494
|
-
font-size: 12px;
|
|
32495
|
-
width: inherit;
|
|
32496
|
-
}
|
|
32497
|
-
|
|
32498
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
32499
|
-
display: flex;
|
|
32500
|
-
}
|
|
32501
|
-
|
|
32502
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32503
|
-
position: relative !important;
|
|
32504
|
-
width: calc(100% - 148px) !important;
|
|
32505
|
-
left: 0 !important;
|
|
32506
|
-
bottom: 0 !important;
|
|
32507
|
-
display: flex;
|
|
32508
|
-
align-items: center;
|
|
32509
|
-
}
|
|
32510
|
-
|
|
32511
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32512
|
-
width: 100%;
|
|
32513
|
-
}
|
|
32514
|
-
|
|
32515
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32516
|
-
width: 100%;
|
|
32517
|
-
margin-right: 0 !important;
|
|
32518
|
-
line-height: 18px;
|
|
32519
|
-
}
|
|
32520
|
-
|
|
32521
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32522
|
-
border-radius: 2px;
|
|
32523
|
-
}
|
|
32524
|
-
|
|
32525
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32526
|
-
min-width: 75px;
|
|
32527
|
-
width: calc(100% - 20px);
|
|
32528
|
-
margin-left: 2px;
|
|
32529
|
-
color: #00122e !important;
|
|
32530
|
-
display: inline-flex;
|
|
32531
|
-
justify-content: space-between;
|
|
32532
|
-
}
|
|
32533
|
-
|
|
32534
|
-
.E_d1bw7c5z .tooltip-text {
|
|
32535
|
-
maxwidth: calc(100% - 12px);
|
|
32536
|
-
cursor: pointer;
|
|
32537
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32538
|
-
overflow: hidden;
|
|
32539
|
-
text-overflow: ellipsis;
|
|
32540
|
-
white-space: nowrap;
|
|
32541
|
-
}
|
|
32542
|
-
|
|
32543
|
-
.E_d1bw7c5z .value {
|
|
32544
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32545
|
-
}
|
|
32546
|
-
|
|
32547
|
-
.E_t10pqbtc {
|
|
32548
|
-
width: 140px;
|
|
32549
|
-
}
|
|
32550
|
-
|
|
32551
|
-
.E_t10pqbtc .item {
|
|
32552
|
-
margin: 6px auto;
|
|
32553
|
-
display: flex;
|
|
32554
|
-
justify-content: space-between;
|
|
32555
|
-
}
|
|
32556
|
-
|
|
32557
|
-
.E_t10pqbtc .item .name {
|
|
32558
|
-
width: 102px;
|
|
32559
|
-
}
|
|
32560
|
-
|
|
32561
32577
|
.E_tqjc4ui {
|
|
32562
32578
|
margin: 0 2px;
|
|
32563
32579
|
}
|
|
@@ -32582,22 +32598,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32582
32598
|
overflow: "auto";
|
|
32583
32599
|
}
|
|
32584
32600
|
|
|
32585
|
-
.E_ou7iq30 {
|
|
32586
|
-
overflow: hidden;
|
|
32587
|
-
text-overflow: ellipsis;
|
|
32588
|
-
}
|
|
32589
|
-
|
|
32590
|
-
.E_s1tui002 {
|
|
32591
|
-
white-space: nowrap;
|
|
32592
|
-
}
|
|
32593
|
-
|
|
32594
|
-
.E_mxrc2zg {
|
|
32595
|
-
display: -webkit-box;
|
|
32596
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32597
|
-
-webkit-box-orient: vertical;
|
|
32598
|
-
word-break: break-all;
|
|
32599
|
-
}
|
|
32600
|
-
|
|
32601
32601
|
.E_t1sqg15u {
|
|
32602
32602
|
background: white;
|
|
32603
32603
|
}
|
|
@@ -32704,14 +32704,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32704
32704
|
padding-right: 12px;
|
|
32705
32705
|
}
|
|
32706
32706
|
|
|
32707
|
-
.E_c1yyuluq {
|
|
32708
|
-
border-radius: 8px;
|
|
32709
|
-
}
|
|
32710
|
-
|
|
32711
|
-
.E_c1yyuluq .ant-card-body {
|
|
32712
|
-
padding: 20px 24px 24px 24px;
|
|
32713
|
-
}
|
|
32714
|
-
|
|
32715
32707
|
.E_ccrbeuz .ant-collapse-item {
|
|
32716
32708
|
border: 0px;
|
|
32717
32709
|
background-color: #fff;
|
|
@@ -32737,20 +32729,18 @@ input.E_rf8rlle.ant-input {
|
|
|
32737
32729
|
cursor: default;
|
|
32738
32730
|
}
|
|
32739
32731
|
|
|
32740
|
-
.
|
|
32732
|
+
.E_m74vjol {
|
|
32733
|
+
display: flex;
|
|
32734
|
+
justify-content: space-between;
|
|
32741
32735
|
width: 100%;
|
|
32742
|
-
overflow: inherit;
|
|
32743
|
-
white-space: inherit;
|
|
32744
|
-
text-overflow: ellipsis;
|
|
32745
32736
|
}
|
|
32746
32737
|
|
|
32747
|
-
.
|
|
32748
|
-
|
|
32749
|
-
align-items: center;
|
|
32738
|
+
.E_m74vjol .action {
|
|
32739
|
+
margin-left: 16px;
|
|
32750
32740
|
}
|
|
32751
32741
|
|
|
32752
|
-
.
|
|
32753
|
-
|
|
32742
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32743
|
+
width: 100%;
|
|
32754
32744
|
}
|
|
32755
32745
|
|
|
32756
32746
|
.E_wg1tsps {
|
|
@@ -32778,116 +32768,134 @@ input.E_rf8rlle.ant-input {
|
|
|
32778
32768
|
color: #00122e !important;
|
|
32779
32769
|
}
|
|
32780
32770
|
|
|
32781
|
-
.
|
|
32782
|
-
|
|
32771
|
+
.E_c1yyuluq {
|
|
32772
|
+
border-radius: 8px;
|
|
32783
32773
|
}
|
|
32784
32774
|
|
|
32785
|
-
.
|
|
32775
|
+
.E_c1yyuluq .ant-card-body {
|
|
32776
|
+
padding: 20px 24px 24px 24px;
|
|
32777
|
+
}
|
|
32778
|
+
|
|
32779
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32786
32780
|
display: flex;
|
|
32787
|
-
|
|
32788
|
-
width: 100%;
|
|
32781
|
+
align-items: center;
|
|
32789
32782
|
}
|
|
32790
32783
|
|
|
32791
|
-
.
|
|
32792
|
-
margin-
|
|
32784
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32785
|
+
margin-right: 8px;
|
|
32793
32786
|
}
|
|
32794
32787
|
|
|
32795
|
-
.
|
|
32788
|
+
.E_tje3huy {
|
|
32796
32789
|
width: 100%;
|
|
32790
|
+
overflow: inherit;
|
|
32791
|
+
white-space: inherit;
|
|
32792
|
+
text-overflow: ellipsis;
|
|
32797
32793
|
}
|
|
32798
32794
|
|
|
32799
|
-
.
|
|
32800
|
-
|
|
32801
|
-
border-radius: 20px;
|
|
32802
|
-
padding: 2px 10px;
|
|
32803
|
-
height: 22px;
|
|
32795
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32796
|
+
display: flex;
|
|
32804
32797
|
}
|
|
32805
32798
|
|
|
32806
|
-
.
|
|
32807
|
-
|
|
32799
|
+
.E_tju3gfj .date {
|
|
32800
|
+
margin-right: 4px;
|
|
32808
32801
|
}
|
|
32809
32802
|
|
|
32810
|
-
.
|
|
32811
|
-
|
|
32803
|
+
.E_s1sck0th {
|
|
32804
|
+
padding: 0 8px;
|
|
32805
|
+
border-radius: 4px;
|
|
32812
32806
|
}
|
|
32813
32807
|
|
|
32814
|
-
.
|
|
32815
|
-
|
|
32808
|
+
.E_m855nr1 {
|
|
32809
|
+
padding: 2px 8px;
|
|
32810
|
+
border-radius: 3px;
|
|
32816
32811
|
}
|
|
32817
32812
|
|
|
32818
|
-
.
|
|
32819
|
-
|
|
32813
|
+
.E_l1270xpg {
|
|
32814
|
+
padding: 3px 8px;
|
|
32815
|
+
border-radius: 2px;
|
|
32820
32816
|
}
|
|
32821
32817
|
|
|
32822
|
-
.
|
|
32823
|
-
|
|
32818
|
+
.E_t14rextb.ant-tag:hover {
|
|
32819
|
+
opacity: unset;
|
|
32824
32820
|
}
|
|
32825
32821
|
|
|
32826
|
-
.
|
|
32827
|
-
|
|
32822
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32823
|
+
margin: 0;
|
|
32824
|
+
margin-right: 8px;
|
|
32825
|
+
display: inline-flex;
|
|
32826
|
+
align-items: center;
|
|
32827
|
+
border: none;
|
|
32828
32828
|
}
|
|
32829
32829
|
|
|
32830
|
-
.
|
|
32831
|
-
|
|
32830
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32831
|
+
width: 16px;
|
|
32832
|
+
height: 16px;
|
|
32833
|
+
color: inherit;
|
|
32834
|
+
margin-left: 4px;
|
|
32835
|
+
opacity: 0.6;
|
|
32836
|
+
display: inline-flex;
|
|
32832
32837
|
}
|
|
32833
32838
|
|
|
32834
|
-
.
|
|
32835
|
-
|
|
32839
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32840
|
+
opacity: 1;
|
|
32836
32841
|
}
|
|
32837
32842
|
|
|
32838
|
-
.
|
|
32839
|
-
|
|
32843
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32844
|
+
color: #0080ff;
|
|
32845
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32840
32846
|
}
|
|
32841
32847
|
|
|
32842
|
-
.
|
|
32843
|
-
|
|
32848
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32849
|
+
color: #f0483e;
|
|
32850
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32844
32851
|
}
|
|
32845
32852
|
|
|
32846
|
-
.
|
|
32847
|
-
|
|
32853
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32854
|
+
color: #e07f00;
|
|
32855
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32848
32856
|
}
|
|
32849
32857
|
|
|
32850
|
-
.
|
|
32851
|
-
|
|
32858
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32859
|
+
color: #008f4c;
|
|
32860
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32852
32861
|
}
|
|
32853
32862
|
|
|
32854
|
-
.
|
|
32855
|
-
|
|
32863
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32864
|
+
color: #1d326c;
|
|
32865
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32856
32866
|
}
|
|
32857
32867
|
|
|
32858
|
-
.
|
|
32859
|
-
|
|
32868
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32869
|
+
color: #7E41FF;
|
|
32870
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32860
32871
|
}
|
|
32861
32872
|
|
|
32862
|
-
.
|
|
32863
|
-
|
|
32873
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32874
|
+
color: #fff;
|
|
32864
32875
|
}
|
|
32865
32876
|
|
|
32866
|
-
.
|
|
32867
|
-
background-color: #
|
|
32877
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32878
|
+
background-color: #f0483e;
|
|
32868
32879
|
}
|
|
32869
32880
|
|
|
32870
|
-
.
|
|
32871
|
-
background-color:
|
|
32881
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32882
|
+
background-color: #fea008;
|
|
32872
32883
|
}
|
|
32873
32884
|
|
|
32874
|
-
.
|
|
32875
|
-
background-color:
|
|
32885
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32886
|
+
background-color: #00ba5d;
|
|
32876
32887
|
}
|
|
32877
32888
|
|
|
32878
|
-
.
|
|
32879
|
-
background-color: #
|
|
32889
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32890
|
+
background-color: #0080ff;
|
|
32880
32891
|
}
|
|
32881
32892
|
|
|
32882
|
-
.
|
|
32883
|
-
background-color:
|
|
32893
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32894
|
+
background-color: #6b7d99;
|
|
32884
32895
|
}
|
|
32885
32896
|
|
|
32886
|
-
.
|
|
32887
|
-
|
|
32888
|
-
height: 8px;
|
|
32889
|
-
border-radius: 50%;
|
|
32890
|
-
display: inline-block;
|
|
32897
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32898
|
+
background-color: #7E41FF;
|
|
32891
32899
|
}
|
|
32892
32900
|
|
|
32893
32901
|
.E_ivqqkzv {
|
|
@@ -32900,102 +32908,98 @@ input.E_rf8rlle.ant-input {
|
|
|
32900
32908
|
color: rgba(44, 56, 82, 0.6);
|
|
32901
32909
|
}
|
|
32902
32910
|
|
|
32903
|
-
.
|
|
32904
|
-
|
|
32905
|
-
border-radius:
|
|
32911
|
+
.E_sddwhm6 {
|
|
32912
|
+
margin: 0;
|
|
32913
|
+
border-radius: 20px;
|
|
32914
|
+
padding: 2px 10px;
|
|
32915
|
+
height: 22px;
|
|
32906
32916
|
}
|
|
32907
32917
|
|
|
32908
|
-
.
|
|
32909
|
-
|
|
32910
|
-
border-radius: 3px;
|
|
32918
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32919
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32911
32920
|
}
|
|
32912
32921
|
|
|
32913
|
-
.
|
|
32914
|
-
|
|
32915
|
-
border-radius: 2px;
|
|
32922
|
+
.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 {
|
|
32923
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32916
32924
|
}
|
|
32917
32925
|
|
|
32918
|
-
.
|
|
32919
|
-
|
|
32926
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32927
|
+
color: #00122e;
|
|
32920
32928
|
}
|
|
32921
32929
|
|
|
32922
|
-
.
|
|
32923
|
-
margin:
|
|
32924
|
-
margin-right: 8px;
|
|
32925
|
-
display: inline-flex;
|
|
32926
|
-
align-items: center;
|
|
32927
|
-
border: none;
|
|
32930
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32931
|
+
margin-right: 6px;
|
|
32928
32932
|
}
|
|
32929
32933
|
|
|
32930
|
-
.
|
|
32931
|
-
width: 16px;
|
|
32932
|
-
height: 16px;
|
|
32933
|
-
color: inherit;
|
|
32934
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32934
32935
|
margin-left: 4px;
|
|
32935
|
-
opacity: 0.6;
|
|
32936
|
-
display: inline-flex;
|
|
32937
32936
|
}
|
|
32938
32937
|
|
|
32939
|
-
.
|
|
32940
|
-
|
|
32938
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32939
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32940
|
+
}
|
|
32941
|
+
|
|
32942
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32943
|
+
background-color: #0080ff;
|
|
32941
32944
|
}
|
|
32942
32945
|
|
|
32943
|
-
.
|
|
32944
|
-
color:
|
|
32945
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32946
|
+
.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 {
|
|
32947
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32946
32948
|
}
|
|
32947
32949
|
|
|
32948
|
-
.
|
|
32949
|
-
color: #f0483e;
|
|
32950
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32950
32951
|
background-color: rgba(255, 74, 74, 0.1);
|
|
32951
32952
|
}
|
|
32952
32953
|
|
|
32953
|
-
.
|
|
32954
|
-
color: #
|
|
32955
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32954
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32955
|
+
background-color: #f0483e;
|
|
32956
32956
|
}
|
|
32957
32957
|
|
|
32958
|
-
.
|
|
32959
|
-
color:
|
|
32960
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32958
|
+
.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 {
|
|
32959
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32961
32960
|
}
|
|
32962
32961
|
|
|
32963
|
-
.
|
|
32964
|
-
color:
|
|
32965
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32962
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32963
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32966
32964
|
}
|
|
32967
32965
|
|
|
32968
|
-
.
|
|
32969
|
-
color: #
|
|
32970
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32966
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32967
|
+
background-color: #fea008;
|
|
32971
32968
|
}
|
|
32972
32969
|
|
|
32973
|
-
.
|
|
32974
|
-
color:
|
|
32970
|
+
.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 {
|
|
32971
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32975
32972
|
}
|
|
32976
32973
|
|
|
32977
|
-
.
|
|
32978
|
-
background-color:
|
|
32974
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32975
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32979
32976
|
}
|
|
32980
32977
|
|
|
32981
|
-
.
|
|
32982
|
-
background-color: #
|
|
32978
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32979
|
+
background-color: #00ba5d;
|
|
32983
32980
|
}
|
|
32984
32981
|
|
|
32985
|
-
.
|
|
32986
|
-
background-color:
|
|
32982
|
+
.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 {
|
|
32983
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32987
32984
|
}
|
|
32988
32985
|
|
|
32989
|
-
.
|
|
32990
|
-
background-color:
|
|
32986
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32987
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32991
32988
|
}
|
|
32992
32989
|
|
|
32993
|
-
.
|
|
32990
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32994
32991
|
background-color: #6b7d99;
|
|
32995
32992
|
}
|
|
32996
32993
|
|
|
32997
|
-
.
|
|
32998
|
-
background-color:
|
|
32994
|
+
.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 {
|
|
32995
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32996
|
+
}
|
|
32997
|
+
|
|
32998
|
+
.E_satwmqm {
|
|
32999
|
+
width: 8px;
|
|
33000
|
+
height: 8px;
|
|
33001
|
+
border-radius: 50%;
|
|
33002
|
+
display: inline-block;
|
|
32999
33003
|
}
|
|
33000
33004
|
|
|
33001
33005
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
@@ -33069,10 +33073,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33069
33073
|
transform: rotate(180deg);
|
|
33070
33074
|
}
|
|
33071
33075
|
|
|
33072
|
-
.E_tju3gfj .date {
|
|
33073
|
-
margin-right: 4px;
|
|
33074
|
-
}
|
|
33075
|
-
|
|
33076
33076
|
.E_h1ol2wl7 {
|
|
33077
33077
|
font-weight: bold;
|
|
33078
33078
|
background-color: unset;
|
|
@@ -34619,19 +34619,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34619
34619
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34620
34620
|
}
|
|
34621
34621
|
|
|
34622
|
-
.
|
|
34623
|
-
|
|
34624
|
-
width: 24px;
|
|
34625
|
-
border-radius: 6px;
|
|
34626
|
-
padding: 4px;
|
|
34622
|
+
.E_b14q2gmw {
|
|
34623
|
+
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);
|
|
34627
34624
|
}
|
|
34628
34625
|
|
|
34629
|
-
.
|
|
34630
|
-
|
|
34626
|
+
.E_c1eym6el {
|
|
34627
|
+
border-radius: 8px;
|
|
34628
|
+
background-color: white;
|
|
34631
34629
|
}
|
|
34632
34630
|
|
|
34633
|
-
.
|
|
34634
|
-
|
|
34631
|
+
.E_c1eym6el.hoverable {
|
|
34632
|
+
cursor: pointer;
|
|
34633
|
+
}
|
|
34634
|
+
|
|
34635
|
+
.E_c1eym6el.hoverable:hover {
|
|
34636
|
+
transition: all 200ms ease;
|
|
34637
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34638
|
+
transform: translateY(-4px);
|
|
34635
34639
|
}
|
|
34636
34640
|
|
|
34637
34641
|
.E_ryby9ds {
|
|
@@ -34651,41 +34655,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34651
34655
|
margin-right: 6px;
|
|
34652
34656
|
}
|
|
34653
34657
|
|
|
34654
|
-
.
|
|
34655
|
-
height:
|
|
34656
|
-
|
|
34657
|
-
|
|
34658
|
-
|
|
34659
|
-
padding: 12px 4px;
|
|
34660
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34661
|
-
display: flex;
|
|
34662
|
-
}
|
|
34663
|
-
|
|
34664
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34665
|
-
height: 16px;
|
|
34666
|
-
margin: 4px;
|
|
34667
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34668
|
-
border-radius: 2px;
|
|
34669
|
-
}
|
|
34670
|
-
|
|
34671
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34672
|
-
width: 16px;
|
|
34673
|
-
}
|
|
34674
|
-
|
|
34675
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34676
|
-
flex: 1;
|
|
34658
|
+
.E_suhck3k {
|
|
34659
|
+
height: 24px;
|
|
34660
|
+
width: 24px;
|
|
34661
|
+
border-radius: 6px;
|
|
34662
|
+
padding: 4px;
|
|
34677
34663
|
}
|
|
34678
34664
|
|
|
34679
|
-
.
|
|
34680
|
-
|
|
34665
|
+
.E_suhck3k:hover {
|
|
34666
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34681
34667
|
}
|
|
34682
34668
|
|
|
34683
|
-
.
|
|
34684
|
-
|
|
34669
|
+
.E_suhck3k:hover svg path {
|
|
34670
|
+
fill: blue;
|
|
34685
34671
|
}
|
|
34686
34672
|
|
|
34687
|
-
.
|
|
34688
|
-
|
|
34673
|
+
.E_c1yd35n {
|
|
34674
|
+
padding: 0 12px 14px 12px;
|
|
34689
34675
|
}
|
|
34690
34676
|
|
|
34691
34677
|
.E_c1kghdax {
|
|
@@ -34735,10 +34721,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34735
34721
|
margin-right: 2px;
|
|
34736
34722
|
}
|
|
34737
34723
|
|
|
34738
|
-
.E_c1yd35n {
|
|
34739
|
-
padding: 0 12px 14px 12px;
|
|
34740
|
-
}
|
|
34741
|
-
|
|
34742
34724
|
.E_ckui4s7 {
|
|
34743
34725
|
color: #2d3a56;
|
|
34744
34726
|
line-height: 22px;
|
|
@@ -34819,40 +34801,82 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34819
34801
|
margin-left: 24px;
|
|
34820
34802
|
}
|
|
34821
34803
|
|
|
34822
|
-
.
|
|
34823
|
-
|
|
34804
|
+
.E_w7ob4th.outside-tag {
|
|
34805
|
+
padding-left: 0;
|
|
34824
34806
|
}
|
|
34825
34807
|
|
|
34826
|
-
.
|
|
34827
|
-
border-radius:
|
|
34828
|
-
|
|
34808
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34809
|
+
border-radius: 4px 0 0 4px;
|
|
34810
|
+
padding-right: 4px;
|
|
34811
|
+
margin-right: 4px;
|
|
34829
34812
|
}
|
|
34830
34813
|
|
|
34831
|
-
.
|
|
34832
|
-
|
|
34814
|
+
.E_t13ef470 {
|
|
34815
|
+
height: 100%;
|
|
34833
34816
|
}
|
|
34834
34817
|
|
|
34835
|
-
.
|
|
34836
|
-
|
|
34837
|
-
|
|
34838
|
-
|
|
34818
|
+
.E_t13ef470 .table-loading-item {
|
|
34819
|
+
padding: 12px 4px;
|
|
34820
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34821
|
+
display: flex;
|
|
34839
34822
|
}
|
|
34840
34823
|
|
|
34841
|
-
.
|
|
34842
|
-
|
|
34824
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34825
|
+
height: 16px;
|
|
34826
|
+
margin: 4px;
|
|
34827
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34828
|
+
border-radius: 2px;
|
|
34843
34829
|
}
|
|
34844
34830
|
|
|
34845
|
-
.
|
|
34846
|
-
|
|
34847
|
-
padding-right: 4px;
|
|
34848
|
-
margin-right: 4px;
|
|
34831
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34832
|
+
width: 16px;
|
|
34849
34833
|
}
|
|
34850
34834
|
|
|
34851
|
-
.
|
|
34835
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34836
|
+
flex: 1;
|
|
34837
|
+
}
|
|
34838
|
+
|
|
34839
|
+
.E_t13ef470 :nth-child(1) {
|
|
34840
|
+
padding: 8px 4px;
|
|
34841
|
+
}
|
|
34842
|
+
|
|
34843
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34844
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34845
|
+
}
|
|
34846
|
+
|
|
34847
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34848
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34849
|
+
}
|
|
34850
|
+
|
|
34851
|
+
.E_slr2ynn {
|
|
34852
|
+
padding: 0 8px;
|
|
34853
|
+
height: 18px;
|
|
34854
|
+
}
|
|
34855
|
+
|
|
34856
|
+
.E_m140wbb6 {
|
|
34857
|
+
padding: 2px 8px;
|
|
34858
|
+
height: 24px;
|
|
34859
|
+
}
|
|
34860
|
+
|
|
34861
|
+
.E_t1fozc1i {
|
|
34862
|
+
margin: 0;
|
|
34863
|
+
}
|
|
34864
|
+
|
|
34865
|
+
.E_i1vxv4ln {
|
|
34852
34866
|
margin-right: 4px;
|
|
34853
34867
|
height: 16px;
|
|
34854
34868
|
}
|
|
34855
34869
|
|
|
34870
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34871
|
+
font-weight: 700;
|
|
34872
|
+
color: #00122e;
|
|
34873
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34874
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34875
|
+
word-break: break-all;
|
|
34876
|
+
display: inline;
|
|
34877
|
+
white-space: normal;
|
|
34878
|
+
}
|
|
34879
|
+
|
|
34856
34880
|
.E_t160l1cm {
|
|
34857
34881
|
display: flex;
|
|
34858
34882
|
flex-direction: column;
|
|
@@ -35103,35 +35127,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35103
35127
|
background: transparent;
|
|
35104
35128
|
}
|
|
35105
35129
|
|
|
35106
|
-
.
|
|
35107
|
-
padding: 0 8px;
|
|
35108
|
-
height: 18px;
|
|
35109
|
-
}
|
|
35110
|
-
|
|
35111
|
-
.E_m140wbb6 {
|
|
35112
|
-
padding: 2px 8px;
|
|
35113
|
-
height: 24px;
|
|
35114
|
-
}
|
|
35115
|
-
|
|
35116
|
-
.E_t1fozc1i {
|
|
35117
|
-
margin: 0;
|
|
35118
|
-
}
|
|
35119
|
-
|
|
35120
|
-
.E_i1vxv4ln {
|
|
35130
|
+
.E_i1g85yz3 {
|
|
35121
35131
|
margin-right: 4px;
|
|
35122
35132
|
height: 16px;
|
|
35123
35133
|
}
|
|
35124
35134
|
|
|
35125
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35126
|
-
font-weight: 700;
|
|
35127
|
-
color: #00122e;
|
|
35128
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35129
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35130
|
-
word-break: break-all;
|
|
35131
|
-
display: inline;
|
|
35132
|
-
white-space: normal;
|
|
35133
|
-
}
|
|
35134
|
-
|
|
35135
35135
|
.E_t1dtlqs1 {
|
|
35136
35136
|
margin-bottom: 4px;
|
|
35137
35137
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35401,7 +35401,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35401
35401
|
}
|
|
35402
35402
|
|
|
35403
35403
|
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
35404
|
-
padding: 5px 12px;
|
|
35405
35404
|
display: inline-flex;
|
|
35406
35405
|
line-height: 1.5715;
|
|
35407
35406
|
height: 100%;
|
|
@@ -35448,12 +35447,24 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35448
35447
|
}
|
|
35449
35448
|
|
|
35450
35449
|
.E_ai7qkf2 .ant-input-number-input {
|
|
35451
|
-
|
|
35452
|
-
|
|
35453
|
-
|
|
35450
|
+
height: 30px;
|
|
35451
|
+
border: 1px;
|
|
35452
|
+
padding: 5px 12px;
|
|
35454
35453
|
font-size: inherit;
|
|
35455
35454
|
}
|
|
35456
35455
|
|
|
35456
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
35457
|
+
height: 38px;
|
|
35458
|
+
border: 1px;
|
|
35459
|
+
padding: 8px 16px;
|
|
35460
|
+
}
|
|
35461
|
+
|
|
35462
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
35463
|
+
height: 22px;
|
|
35464
|
+
border: 1px;
|
|
35465
|
+
padding: 2px 8px;
|
|
35466
|
+
}
|
|
35467
|
+
|
|
35457
35468
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
35458
35469
|
display: var(--a1wfy30z-0);
|
|
35459
35470
|
}
|