@cloudtower/eagle 0.26.30-dry-1 → 0.26.30-dry-2
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/components.css +415 -415
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +356 -356
- package/dist/umd/index.js +3 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30383,61 +30383,6 @@ html body {
|
|
|
30383
30383
|
width: 36px;
|
|
30384
30384
|
}
|
|
30385
30385
|
|
|
30386
|
-
.s34f1qb.ant-switch {
|
|
30387
|
-
min-width: 40px;
|
|
30388
|
-
height: 24px;
|
|
30389
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30390
|
-
overflow: hidden;
|
|
30391
|
-
}
|
|
30392
|
-
.s34f1qb.ant-switch:focus {
|
|
30393
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30394
|
-
}
|
|
30395
|
-
.s34f1qb.ant-switch-small {
|
|
30396
|
-
min-width: 26px;
|
|
30397
|
-
height: 16px;
|
|
30398
|
-
}
|
|
30399
|
-
.s34f1qb.ant-switch-large {
|
|
30400
|
-
min-width: 52px;
|
|
30401
|
-
height: 32px;
|
|
30402
|
-
}
|
|
30403
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30404
|
-
height: 20px;
|
|
30405
|
-
width: 20px;
|
|
30406
|
-
}
|
|
30407
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30408
|
-
border-radius: 10px;
|
|
30409
|
-
transition-delay: 120ms;
|
|
30410
|
-
}
|
|
30411
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30412
|
-
height: 14px;
|
|
30413
|
-
width: 14px;
|
|
30414
|
-
top: 1px;
|
|
30415
|
-
left: 1px;
|
|
30416
|
-
}
|
|
30417
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30418
|
-
height: 28px;
|
|
30419
|
-
width: 28px;
|
|
30420
|
-
}
|
|
30421
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30422
|
-
border-radius: 14px;
|
|
30423
|
-
}
|
|
30424
|
-
.s34f1qb.ant-switch-checked {
|
|
30425
|
-
background-color: #00ba5d;
|
|
30426
|
-
}
|
|
30427
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30428
|
-
left: calc(100% - 20px - 2px);
|
|
30429
|
-
}
|
|
30430
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30431
|
-
left: calc(100% - 14px - 1px);
|
|
30432
|
-
}
|
|
30433
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30434
|
-
left: calc(100% - 28px - 2px);
|
|
30435
|
-
}
|
|
30436
|
-
|
|
30437
|
-
.c1to9vb9 {
|
|
30438
|
-
margin-left: 5px;
|
|
30439
|
-
}
|
|
30440
|
-
|
|
30441
30386
|
.cz04yix {
|
|
30442
30387
|
display: flex;
|
|
30443
30388
|
flex-direction: column;
|
|
@@ -31050,6 +30995,61 @@ input.rrg1fkn.ant-input {
|
|
|
31050
30995
|
border-bottom-left-radius: 0;
|
|
31051
30996
|
}
|
|
31052
30997
|
|
|
30998
|
+
.s34f1qb.ant-switch {
|
|
30999
|
+
min-width: 40px;
|
|
31000
|
+
height: 24px;
|
|
31001
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31002
|
+
overflow: hidden;
|
|
31003
|
+
}
|
|
31004
|
+
.s34f1qb.ant-switch:focus {
|
|
31005
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31006
|
+
}
|
|
31007
|
+
.s34f1qb.ant-switch-small {
|
|
31008
|
+
min-width: 26px;
|
|
31009
|
+
height: 16px;
|
|
31010
|
+
}
|
|
31011
|
+
.s34f1qb.ant-switch-large {
|
|
31012
|
+
min-width: 52px;
|
|
31013
|
+
height: 32px;
|
|
31014
|
+
}
|
|
31015
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31016
|
+
height: 20px;
|
|
31017
|
+
width: 20px;
|
|
31018
|
+
}
|
|
31019
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31020
|
+
border-radius: 10px;
|
|
31021
|
+
transition-delay: 120ms;
|
|
31022
|
+
}
|
|
31023
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31024
|
+
height: 14px;
|
|
31025
|
+
width: 14px;
|
|
31026
|
+
top: 1px;
|
|
31027
|
+
left: 1px;
|
|
31028
|
+
}
|
|
31029
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31030
|
+
height: 28px;
|
|
31031
|
+
width: 28px;
|
|
31032
|
+
}
|
|
31033
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31034
|
+
border-radius: 14px;
|
|
31035
|
+
}
|
|
31036
|
+
.s34f1qb.ant-switch-checked {
|
|
31037
|
+
background-color: #00ba5d;
|
|
31038
|
+
}
|
|
31039
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31040
|
+
left: calc(100% - 20px - 2px);
|
|
31041
|
+
}
|
|
31042
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31043
|
+
left: calc(100% - 14px - 1px);
|
|
31044
|
+
}
|
|
31045
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31046
|
+
left: calc(100% - 28px - 2px);
|
|
31047
|
+
}
|
|
31048
|
+
|
|
31049
|
+
.c1to9vb9 {
|
|
31050
|
+
margin-left: 5px;
|
|
31051
|
+
}
|
|
31052
|
+
|
|
31053
31053
|
.t1upn1sz {
|
|
31054
31054
|
height: 100%;
|
|
31055
31055
|
}
|
|
@@ -31414,91 +31414,6 @@ input.rrg1fkn.ant-input {
|
|
|
31414
31414
|
background: #fff;
|
|
31415
31415
|
}
|
|
31416
31416
|
|
|
31417
|
-
.s1fc623g {
|
|
31418
|
-
width: 430px !important;
|
|
31419
|
-
}
|
|
31420
|
-
|
|
31421
|
-
.da3mx0o .ant-select-item-group {
|
|
31422
|
-
padding: 8px 16px;
|
|
31423
|
-
line-height: 18px;
|
|
31424
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31425
|
-
height: 34px;
|
|
31426
|
-
min-height: 34px;
|
|
31427
|
-
box-sizing: border-box;
|
|
31428
|
-
margin-top: 8px;
|
|
31429
|
-
}
|
|
31430
|
-
|
|
31431
|
-
.onr9gzt {
|
|
31432
|
-
display: flex;
|
|
31433
|
-
flex-direction: column;
|
|
31434
|
-
margin: 1px 8px;
|
|
31435
|
-
padding: 8px;
|
|
31436
|
-
border-radius: 4px;
|
|
31437
|
-
}
|
|
31438
|
-
.onr9gzt .selected-icon {
|
|
31439
|
-
display: none;
|
|
31440
|
-
}
|
|
31441
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31442
|
-
padding-left: 8px;
|
|
31443
|
-
}
|
|
31444
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31445
|
-
background-color: white;
|
|
31446
|
-
}
|
|
31447
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31448
|
-
color: #0080ff;
|
|
31449
|
-
}
|
|
31450
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31451
|
-
display: block;
|
|
31452
|
-
}
|
|
31453
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31454
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31455
|
-
}
|
|
31456
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31457
|
-
color: #0080ff;
|
|
31458
|
-
}
|
|
31459
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31460
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31461
|
-
color: #0080ff;
|
|
31462
|
-
}
|
|
31463
|
-
|
|
31464
|
-
.oiy0apc {
|
|
31465
|
-
display: flex;
|
|
31466
|
-
justify-content: space-between;
|
|
31467
|
-
height: 20px;
|
|
31468
|
-
line-height: 20px;
|
|
31469
|
-
}
|
|
31470
|
-
.oiy0apc .timezone-title {
|
|
31471
|
-
color: #2d3a56;
|
|
31472
|
-
overflow: hidden;
|
|
31473
|
-
text-overflow: ellipsis;
|
|
31474
|
-
}
|
|
31475
|
-
|
|
31476
|
-
.of4y382 {
|
|
31477
|
-
display: flex;
|
|
31478
|
-
justify-content: space-between;
|
|
31479
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31480
|
-
height: 18px;
|
|
31481
|
-
line-height: 18px;
|
|
31482
|
-
margin-top: 2px;
|
|
31483
|
-
}
|
|
31484
|
-
|
|
31485
|
-
.t19903l9 {
|
|
31486
|
-
border: none;
|
|
31487
|
-
margin-right: 0;
|
|
31488
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31489
|
-
}
|
|
31490
|
-
|
|
31491
|
-
.ohwbvxu {
|
|
31492
|
-
pointer-events: none;
|
|
31493
|
-
height: 32px;
|
|
31494
|
-
width: 100%;
|
|
31495
|
-
opacity: 0;
|
|
31496
|
-
}
|
|
31497
|
-
|
|
31498
|
-
.i1e4sgug {
|
|
31499
|
-
display: inline-block;
|
|
31500
|
-
}
|
|
31501
|
-
|
|
31502
31417
|
.d6j0lbj {
|
|
31503
31418
|
font-family: Inter;
|
|
31504
31419
|
font-style: normal;
|
|
@@ -31974,51 +31889,136 @@ input.rrg1fkn.ant-input {
|
|
|
31974
31889
|
line-height: 12px;
|
|
31975
31890
|
}
|
|
31976
31891
|
|
|
31977
|
-
.
|
|
31978
|
-
display:
|
|
31979
|
-
justify-content: space-between;
|
|
31980
|
-
width: 100%;
|
|
31981
|
-
}
|
|
31982
|
-
.m15dvk92 .action {
|
|
31983
|
-
margin-left: 16px;
|
|
31892
|
+
.i1e4sgug {
|
|
31893
|
+
display: inline-block;
|
|
31984
31894
|
}
|
|
31985
31895
|
|
|
31986
|
-
.
|
|
31987
|
-
width:
|
|
31896
|
+
.s1fc623g {
|
|
31897
|
+
width: 430px !important;
|
|
31988
31898
|
}
|
|
31989
31899
|
|
|
31990
|
-
.
|
|
31991
|
-
|
|
31992
|
-
line-height:
|
|
31993
|
-
|
|
31900
|
+
.da3mx0o .ant-select-item-group {
|
|
31901
|
+
padding: 8px 16px;
|
|
31902
|
+
line-height: 18px;
|
|
31903
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31904
|
+
height: 34px;
|
|
31905
|
+
min-height: 34px;
|
|
31906
|
+
box-sizing: border-box;
|
|
31907
|
+
margin-top: 8px;
|
|
31994
31908
|
}
|
|
31995
|
-
|
|
31996
|
-
|
|
31909
|
+
|
|
31910
|
+
.onr9gzt {
|
|
31997
31911
|
display: flex;
|
|
31998
|
-
|
|
31999
|
-
|
|
31912
|
+
flex-direction: column;
|
|
31913
|
+
margin: 1px 8px;
|
|
31914
|
+
padding: 8px;
|
|
31915
|
+
border-radius: 4px;
|
|
32000
31916
|
}
|
|
32001
|
-
.
|
|
32002
|
-
|
|
31917
|
+
.onr9gzt .selected-icon {
|
|
31918
|
+
display: none;
|
|
32003
31919
|
}
|
|
32004
|
-
.
|
|
32005
|
-
|
|
32006
|
-
border-color: #0080ff;
|
|
31920
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31921
|
+
padding-left: 8px;
|
|
32007
31922
|
}
|
|
32008
|
-
.
|
|
32009
|
-
|
|
31923
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31924
|
+
background-color: white;
|
|
32010
31925
|
}
|
|
32011
|
-
.
|
|
32012
|
-
|
|
32013
|
-
border: 1px solid #0080ff;
|
|
31926
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31927
|
+
color: #0080ff;
|
|
32014
31928
|
}
|
|
32015
|
-
.
|
|
32016
|
-
|
|
31929
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31930
|
+
display: block;
|
|
32017
31931
|
}
|
|
32018
|
-
.
|
|
32019
|
-
background
|
|
32020
|
-
|
|
32021
|
-
|
|
31932
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31933
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31934
|
+
}
|
|
31935
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31936
|
+
color: #0080ff;
|
|
31937
|
+
}
|
|
31938
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31939
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31940
|
+
color: #0080ff;
|
|
31941
|
+
}
|
|
31942
|
+
|
|
31943
|
+
.oiy0apc {
|
|
31944
|
+
display: flex;
|
|
31945
|
+
justify-content: space-between;
|
|
31946
|
+
height: 20px;
|
|
31947
|
+
line-height: 20px;
|
|
31948
|
+
}
|
|
31949
|
+
.oiy0apc .timezone-title {
|
|
31950
|
+
color: #2d3a56;
|
|
31951
|
+
overflow: hidden;
|
|
31952
|
+
text-overflow: ellipsis;
|
|
31953
|
+
}
|
|
31954
|
+
|
|
31955
|
+
.of4y382 {
|
|
31956
|
+
display: flex;
|
|
31957
|
+
justify-content: space-between;
|
|
31958
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31959
|
+
height: 18px;
|
|
31960
|
+
line-height: 18px;
|
|
31961
|
+
margin-top: 2px;
|
|
31962
|
+
}
|
|
31963
|
+
|
|
31964
|
+
.t19903l9 {
|
|
31965
|
+
border: none;
|
|
31966
|
+
margin-right: 0;
|
|
31967
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31968
|
+
}
|
|
31969
|
+
|
|
31970
|
+
.ohwbvxu {
|
|
31971
|
+
pointer-events: none;
|
|
31972
|
+
height: 32px;
|
|
31973
|
+
width: 100%;
|
|
31974
|
+
opacity: 0;
|
|
31975
|
+
}
|
|
31976
|
+
|
|
31977
|
+
.m15dvk92 {
|
|
31978
|
+
display: flex;
|
|
31979
|
+
justify-content: space-between;
|
|
31980
|
+
width: 100%;
|
|
31981
|
+
}
|
|
31982
|
+
.m15dvk92 .action {
|
|
31983
|
+
margin-left: 16px;
|
|
31984
|
+
}
|
|
31985
|
+
|
|
31986
|
+
.aql8iqz .ant-alert-message {
|
|
31987
|
+
width: 100%;
|
|
31988
|
+
}
|
|
31989
|
+
|
|
31990
|
+
.c198s9j3 {
|
|
31991
|
+
color: #2d3a56;
|
|
31992
|
+
line-height: 22px;
|
|
31993
|
+
display: inline-flex;
|
|
31994
|
+
}
|
|
31995
|
+
.c198s9j3 .ant-checkbox {
|
|
31996
|
+
height: 22px;
|
|
31997
|
+
display: flex;
|
|
31998
|
+
align-items: center;
|
|
31999
|
+
top: 0;
|
|
32000
|
+
}
|
|
32001
|
+
.c198s9j3 .ant-checkbox-checked::after {
|
|
32002
|
+
border: none;
|
|
32003
|
+
}
|
|
32004
|
+
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32005
|
+
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32006
|
+
border-color: #0080ff;
|
|
32007
|
+
}
|
|
32008
|
+
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32009
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32010
|
+
}
|
|
32011
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32012
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32013
|
+
border: 1px solid #0080ff;
|
|
32014
|
+
}
|
|
32015
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32016
|
+
background: #0080ff;
|
|
32017
|
+
}
|
|
32018
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32019
|
+
background-color: #fff;
|
|
32020
|
+
height: 2px;
|
|
32021
|
+
width: 10px;
|
|
32022
32022
|
border-radius: 2px;
|
|
32023
32023
|
}
|
|
32024
32024
|
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
@@ -32339,6 +32339,167 @@ input.rrg1fkn.ant-input {
|
|
|
32339
32339
|
word-break: break-all;
|
|
32340
32340
|
}
|
|
32341
32341
|
|
|
32342
|
+
.m1thnes4 {
|
|
32343
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32344
|
+
text-align: center;
|
|
32345
|
+
display: flex;
|
|
32346
|
+
align-items: center;
|
|
32347
|
+
justify-content: center;
|
|
32348
|
+
flex-direction: column;
|
|
32349
|
+
height: 100%;
|
|
32350
|
+
}
|
|
32351
|
+
.m1thnes4 .link {
|
|
32352
|
+
color: #0080ff;
|
|
32353
|
+
cursor: pointer;
|
|
32354
|
+
}
|
|
32355
|
+
|
|
32356
|
+
.m1bixfdy {
|
|
32357
|
+
width: 100%;
|
|
32358
|
+
height: 100%;
|
|
32359
|
+
display: flex;
|
|
32360
|
+
flex-direction: column;
|
|
32361
|
+
}
|
|
32362
|
+
.m1bixfdy .name-toolbar {
|
|
32363
|
+
width: 100%;
|
|
32364
|
+
display: flex;
|
|
32365
|
+
line-height: 30px;
|
|
32366
|
+
padding: 0 16px;
|
|
32367
|
+
justify-content: space-between;
|
|
32368
|
+
}
|
|
32369
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32370
|
+
display: flex;
|
|
32371
|
+
font-size: 12px;
|
|
32372
|
+
align-items: center;
|
|
32373
|
+
}
|
|
32374
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32375
|
+
color: #a3b4cc;
|
|
32376
|
+
}
|
|
32377
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32378
|
+
margin-left: 10px;
|
|
32379
|
+
}
|
|
32380
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32381
|
+
margin-left: 10px;
|
|
32382
|
+
cursor: pointer;
|
|
32383
|
+
}
|
|
32384
|
+
.m1bixfdy .content {
|
|
32385
|
+
flex: 1;
|
|
32386
|
+
width: 100%;
|
|
32387
|
+
display: flex;
|
|
32388
|
+
justify-content: center;
|
|
32389
|
+
align-items: center;
|
|
32390
|
+
}
|
|
32391
|
+
.m1bixfdy .single-content {
|
|
32392
|
+
height: 65px;
|
|
32393
|
+
}
|
|
32394
|
+
|
|
32395
|
+
.lfamfcw {
|
|
32396
|
+
display: flex;
|
|
32397
|
+
align-items: center;
|
|
32398
|
+
white-space: nowrap;
|
|
32399
|
+
overflow: hidden;
|
|
32400
|
+
width: 100%;
|
|
32401
|
+
}
|
|
32402
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32403
|
+
margin-left: auto;
|
|
32404
|
+
font-size: 12px;
|
|
32405
|
+
}
|
|
32406
|
+
|
|
32407
|
+
.la6u9b4 {
|
|
32408
|
+
display: flex;
|
|
32409
|
+
justify-content: flex-start;
|
|
32410
|
+
align-items: center;
|
|
32411
|
+
font-size: 12px;
|
|
32412
|
+
cursor: pointer;
|
|
32413
|
+
}
|
|
32414
|
+
.la6u9b4:not(:last-child) {
|
|
32415
|
+
margin-right: 20px;
|
|
32416
|
+
}
|
|
32417
|
+
.la6u9b4.deselected {
|
|
32418
|
+
opacity: 0.4;
|
|
32419
|
+
}
|
|
32420
|
+
.la6u9b4.deselected .color-block {
|
|
32421
|
+
background: #b4beca !important;
|
|
32422
|
+
}
|
|
32423
|
+
|
|
32424
|
+
.chhvk8b {
|
|
32425
|
+
display: inline-block;
|
|
32426
|
+
height: 8px;
|
|
32427
|
+
width: 8px;
|
|
32428
|
+
margin-right: 8px;
|
|
32429
|
+
}
|
|
32430
|
+
|
|
32431
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32432
|
+
display: flex;
|
|
32433
|
+
align-items: center;
|
|
32434
|
+
font-size: 12px;
|
|
32435
|
+
margin: 0;
|
|
32436
|
+
}
|
|
32437
|
+
|
|
32438
|
+
.m16f7gpb {
|
|
32439
|
+
position: relative;
|
|
32440
|
+
}
|
|
32441
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32442
|
+
bottom: -12px;
|
|
32443
|
+
}
|
|
32444
|
+
.m16f7gpb .metric-toolbar {
|
|
32445
|
+
display: flex;
|
|
32446
|
+
justify-content: space-between;
|
|
32447
|
+
line-height: 30px;
|
|
32448
|
+
margin: 0 16px;
|
|
32449
|
+
}
|
|
32450
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32451
|
+
display: flex;
|
|
32452
|
+
font-size: 12px;
|
|
32453
|
+
align-items: center;
|
|
32454
|
+
}
|
|
32455
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32456
|
+
color: #a3b4cc;
|
|
32457
|
+
}
|
|
32458
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32459
|
+
margin-left: 10px;
|
|
32460
|
+
}
|
|
32461
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32462
|
+
margin-left: 10px;
|
|
32463
|
+
cursor: pointer;
|
|
32464
|
+
}
|
|
32465
|
+
.m16f7gpb .recharts-xAxis {
|
|
32466
|
+
font-size: 12px;
|
|
32467
|
+
}
|
|
32468
|
+
.m16f7gpb .pointer-wrapper {
|
|
32469
|
+
position: absolute;
|
|
32470
|
+
bottom: 10px;
|
|
32471
|
+
padding: 0 8px;
|
|
32472
|
+
border-radius: 4px;
|
|
32473
|
+
font-size: 12px;
|
|
32474
|
+
color: #fff;
|
|
32475
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32476
|
+
transform: translateX(-50%);
|
|
32477
|
+
}
|
|
32478
|
+
|
|
32479
|
+
.t1ipvk51 {
|
|
32480
|
+
min-width: 200px;
|
|
32481
|
+
}
|
|
32482
|
+
|
|
32483
|
+
.t1kgldps {
|
|
32484
|
+
display: flex;
|
|
32485
|
+
align-items: center;
|
|
32486
|
+
justify-content: space-between;
|
|
32487
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32488
|
+
color: #b4beca;
|
|
32489
|
+
font-size: 12px;
|
|
32490
|
+
padding: 3px 6px;
|
|
32491
|
+
}
|
|
32492
|
+
.t1kgldps:first-child {
|
|
32493
|
+
padding-top: 3px;
|
|
32494
|
+
}
|
|
32495
|
+
.t1kgldps:last-child {
|
|
32496
|
+
padding-bottom: 3px;
|
|
32497
|
+
}
|
|
32498
|
+
.t1kgldps .column-value {
|
|
32499
|
+
color: #fff;
|
|
32500
|
+
margin-left: 8px;
|
|
32501
|
+
}
|
|
32502
|
+
|
|
32342
32503
|
.sq6vos1 {
|
|
32343
32504
|
--item-min-width: 60px;
|
|
32344
32505
|
}
|
|
@@ -32554,167 +32715,6 @@ input.rrg1fkn.ant-input {
|
|
|
32554
32715
|
background: rgba(163, 180, 204, 0.18);
|
|
32555
32716
|
}
|
|
32556
32717
|
|
|
32557
|
-
.m1thnes4 {
|
|
32558
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32559
|
-
text-align: center;
|
|
32560
|
-
display: flex;
|
|
32561
|
-
align-items: center;
|
|
32562
|
-
justify-content: center;
|
|
32563
|
-
flex-direction: column;
|
|
32564
|
-
height: 100%;
|
|
32565
|
-
}
|
|
32566
|
-
.m1thnes4 .link {
|
|
32567
|
-
color: #0080ff;
|
|
32568
|
-
cursor: pointer;
|
|
32569
|
-
}
|
|
32570
|
-
|
|
32571
|
-
.m1bixfdy {
|
|
32572
|
-
width: 100%;
|
|
32573
|
-
height: 100%;
|
|
32574
|
-
display: flex;
|
|
32575
|
-
flex-direction: column;
|
|
32576
|
-
}
|
|
32577
|
-
.m1bixfdy .name-toolbar {
|
|
32578
|
-
width: 100%;
|
|
32579
|
-
display: flex;
|
|
32580
|
-
line-height: 30px;
|
|
32581
|
-
padding: 0 16px;
|
|
32582
|
-
justify-content: space-between;
|
|
32583
|
-
}
|
|
32584
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32585
|
-
display: flex;
|
|
32586
|
-
font-size: 12px;
|
|
32587
|
-
align-items: center;
|
|
32588
|
-
}
|
|
32589
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32590
|
-
color: #a3b4cc;
|
|
32591
|
-
}
|
|
32592
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32593
|
-
margin-left: 10px;
|
|
32594
|
-
}
|
|
32595
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32596
|
-
margin-left: 10px;
|
|
32597
|
-
cursor: pointer;
|
|
32598
|
-
}
|
|
32599
|
-
.m1bixfdy .content {
|
|
32600
|
-
flex: 1;
|
|
32601
|
-
width: 100%;
|
|
32602
|
-
display: flex;
|
|
32603
|
-
justify-content: center;
|
|
32604
|
-
align-items: center;
|
|
32605
|
-
}
|
|
32606
|
-
.m1bixfdy .single-content {
|
|
32607
|
-
height: 65px;
|
|
32608
|
-
}
|
|
32609
|
-
|
|
32610
|
-
.lfamfcw {
|
|
32611
|
-
display: flex;
|
|
32612
|
-
align-items: center;
|
|
32613
|
-
white-space: nowrap;
|
|
32614
|
-
overflow: hidden;
|
|
32615
|
-
width: 100%;
|
|
32616
|
-
}
|
|
32617
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32618
|
-
margin-left: auto;
|
|
32619
|
-
font-size: 12px;
|
|
32620
|
-
}
|
|
32621
|
-
|
|
32622
|
-
.la6u9b4 {
|
|
32623
|
-
display: flex;
|
|
32624
|
-
justify-content: flex-start;
|
|
32625
|
-
align-items: center;
|
|
32626
|
-
font-size: 12px;
|
|
32627
|
-
cursor: pointer;
|
|
32628
|
-
}
|
|
32629
|
-
.la6u9b4:not(:last-child) {
|
|
32630
|
-
margin-right: 20px;
|
|
32631
|
-
}
|
|
32632
|
-
.la6u9b4.deselected {
|
|
32633
|
-
opacity: 0.4;
|
|
32634
|
-
}
|
|
32635
|
-
.la6u9b4.deselected .color-block {
|
|
32636
|
-
background: #b4beca !important;
|
|
32637
|
-
}
|
|
32638
|
-
|
|
32639
|
-
.chhvk8b {
|
|
32640
|
-
display: inline-block;
|
|
32641
|
-
height: 8px;
|
|
32642
|
-
width: 8px;
|
|
32643
|
-
margin-right: 8px;
|
|
32644
|
-
}
|
|
32645
|
-
|
|
32646
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32647
|
-
display: flex;
|
|
32648
|
-
align-items: center;
|
|
32649
|
-
font-size: 12px;
|
|
32650
|
-
margin: 0;
|
|
32651
|
-
}
|
|
32652
|
-
|
|
32653
|
-
.m16f7gpb {
|
|
32654
|
-
position: relative;
|
|
32655
|
-
}
|
|
32656
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32657
|
-
bottom: -12px;
|
|
32658
|
-
}
|
|
32659
|
-
.m16f7gpb .metric-toolbar {
|
|
32660
|
-
display: flex;
|
|
32661
|
-
justify-content: space-between;
|
|
32662
|
-
line-height: 30px;
|
|
32663
|
-
margin: 0 16px;
|
|
32664
|
-
}
|
|
32665
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32666
|
-
display: flex;
|
|
32667
|
-
font-size: 12px;
|
|
32668
|
-
align-items: center;
|
|
32669
|
-
}
|
|
32670
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32671
|
-
color: #a3b4cc;
|
|
32672
|
-
}
|
|
32673
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32674
|
-
margin-left: 10px;
|
|
32675
|
-
}
|
|
32676
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32677
|
-
margin-left: 10px;
|
|
32678
|
-
cursor: pointer;
|
|
32679
|
-
}
|
|
32680
|
-
.m16f7gpb .recharts-xAxis {
|
|
32681
|
-
font-size: 12px;
|
|
32682
|
-
}
|
|
32683
|
-
.m16f7gpb .pointer-wrapper {
|
|
32684
|
-
position: absolute;
|
|
32685
|
-
bottom: 10px;
|
|
32686
|
-
padding: 0 8px;
|
|
32687
|
-
border-radius: 4px;
|
|
32688
|
-
font-size: 12px;
|
|
32689
|
-
color: #fff;
|
|
32690
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32691
|
-
transform: translateX(-50%);
|
|
32692
|
-
}
|
|
32693
|
-
|
|
32694
|
-
.t1ipvk51 {
|
|
32695
|
-
min-width: 200px;
|
|
32696
|
-
}
|
|
32697
|
-
|
|
32698
|
-
.t1kgldps {
|
|
32699
|
-
display: flex;
|
|
32700
|
-
align-items: center;
|
|
32701
|
-
justify-content: space-between;
|
|
32702
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32703
|
-
color: #b4beca;
|
|
32704
|
-
font-size: 12px;
|
|
32705
|
-
padding: 3px 6px;
|
|
32706
|
-
}
|
|
32707
|
-
.t1kgldps:first-child {
|
|
32708
|
-
padding-top: 3px;
|
|
32709
|
-
}
|
|
32710
|
-
.t1kgldps:last-child {
|
|
32711
|
-
padding-bottom: 3px;
|
|
32712
|
-
}
|
|
32713
|
-
.t1kgldps .column-value {
|
|
32714
|
-
color: #fff;
|
|
32715
|
-
margin-left: 8px;
|
|
32716
|
-
}
|
|
32717
|
-
|
|
32718
32718
|
.c1k4vanq {
|
|
32719
32719
|
padding: 0 12px 14px 12px;
|
|
32720
32720
|
}
|
|
@@ -32759,6 +32759,37 @@ input.rrg1fkn.ant-input {
|
|
|
32759
32759
|
margin-right: 2px;
|
|
32760
32760
|
}
|
|
32761
32761
|
|
|
32762
|
+
.f1p9ti6d {
|
|
32763
|
+
width: 100%;
|
|
32764
|
+
margin-bottom: 0 !important;
|
|
32765
|
+
flex-flow: nowrap !important;
|
|
32766
|
+
line-break: auto;
|
|
32767
|
+
}
|
|
32768
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32769
|
+
text-align: left !important;
|
|
32770
|
+
padding-bottom: 0 !important;
|
|
32771
|
+
}
|
|
32772
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32773
|
+
min-height: 32px;
|
|
32774
|
+
height: auto;
|
|
32775
|
+
font-size: 13px;
|
|
32776
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32777
|
+
white-space: normal;
|
|
32778
|
+
}
|
|
32779
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32780
|
+
border-color: #ff4d4f !important;
|
|
32781
|
+
}
|
|
32782
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32783
|
+
margin-top: 4px;
|
|
32784
|
+
font-size: 12px;
|
|
32785
|
+
min-height: 0px;
|
|
32786
|
+
}
|
|
32787
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32788
|
+
font-size: 12px;
|
|
32789
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32790
|
+
min-height: 0px;
|
|
32791
|
+
}
|
|
32792
|
+
|
|
32762
32793
|
.rrwcpby {
|
|
32763
32794
|
display: flex;
|
|
32764
32795
|
align-items: center;
|
|
@@ -32792,6 +32823,56 @@ input.rrg1fkn.ant-input {
|
|
|
32792
32823
|
transform: translateY(-4px);
|
|
32793
32824
|
}
|
|
32794
32825
|
|
|
32826
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32827
|
+
display: var(--at4ovwe-0);
|
|
32828
|
+
}
|
|
32829
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32830
|
+
padding: 5px 12px;
|
|
32831
|
+
display: inline-flex;
|
|
32832
|
+
line-height: 1.5715;
|
|
32833
|
+
height: 100%;
|
|
32834
|
+
width: 100%;
|
|
32835
|
+
}
|
|
32836
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32837
|
+
content: var(--at4ovwe-1);
|
|
32838
|
+
display: var(--at4ovwe-2);
|
|
32839
|
+
flex: none;
|
|
32840
|
+
align-items: center;
|
|
32841
|
+
margin-left: 4px;
|
|
32842
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32843
|
+
}
|
|
32844
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32845
|
+
content: var(--at4ovwe-3);
|
|
32846
|
+
display: var(--at4ovwe-4);
|
|
32847
|
+
flex: none;
|
|
32848
|
+
align-items: center;
|
|
32849
|
+
margin-right: 4px;
|
|
32850
|
+
cursor: auto;
|
|
32851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32852
|
+
}
|
|
32853
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32854
|
+
border-radius: 0;
|
|
32855
|
+
}
|
|
32856
|
+
.at4ovwe.ant-input-number {
|
|
32857
|
+
width: 100%;
|
|
32858
|
+
border-radius: 6px;
|
|
32859
|
+
}
|
|
32860
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32861
|
+
border-color: #0096ff;
|
|
32862
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32863
|
+
z-index: 1;
|
|
32864
|
+
}
|
|
32865
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32866
|
+
border-color: #e75a3a;
|
|
32867
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32868
|
+
}
|
|
32869
|
+
.at4ovwe .ant-input-number-input {
|
|
32870
|
+
padding: 0;
|
|
32871
|
+
margin: 0;
|
|
32872
|
+
height: auto;
|
|
32873
|
+
font-size: inherit;
|
|
32874
|
+
}
|
|
32875
|
+
|
|
32795
32876
|
.tc40oxa {
|
|
32796
32877
|
margin-bottom: 4px;
|
|
32797
32878
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32985,87 +33066,6 @@ input.rrg1fkn.ant-input {
|
|
|
32985
33066
|
margin-right: 8px;
|
|
32986
33067
|
}
|
|
32987
33068
|
|
|
32988
|
-
.f1p9ti6d {
|
|
32989
|
-
width: 100%;
|
|
32990
|
-
margin-bottom: 0 !important;
|
|
32991
|
-
flex-flow: nowrap !important;
|
|
32992
|
-
line-break: auto;
|
|
32993
|
-
}
|
|
32994
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32995
|
-
text-align: left !important;
|
|
32996
|
-
padding-bottom: 0 !important;
|
|
32997
|
-
}
|
|
32998
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32999
|
-
min-height: 32px;
|
|
33000
|
-
height: auto;
|
|
33001
|
-
font-size: 13px;
|
|
33002
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33003
|
-
white-space: normal;
|
|
33004
|
-
}
|
|
33005
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33006
|
-
border-color: #ff4d4f !important;
|
|
33007
|
-
}
|
|
33008
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33009
|
-
margin-top: 4px;
|
|
33010
|
-
font-size: 12px;
|
|
33011
|
-
min-height: 0px;
|
|
33012
|
-
}
|
|
33013
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33014
|
-
font-size: 12px;
|
|
33015
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33016
|
-
min-height: 0px;
|
|
33017
|
-
}
|
|
33018
|
-
|
|
33019
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33020
|
-
display: var(--at4ovwe-0);
|
|
33021
|
-
}
|
|
33022
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33023
|
-
padding: 5px 12px;
|
|
33024
|
-
display: inline-flex;
|
|
33025
|
-
line-height: 1.5715;
|
|
33026
|
-
height: 100%;
|
|
33027
|
-
width: 100%;
|
|
33028
|
-
}
|
|
33029
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33030
|
-
content: var(--at4ovwe-1);
|
|
33031
|
-
display: var(--at4ovwe-2);
|
|
33032
|
-
flex: none;
|
|
33033
|
-
align-items: center;
|
|
33034
|
-
margin-left: 4px;
|
|
33035
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33036
|
-
}
|
|
33037
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33038
|
-
content: var(--at4ovwe-3);
|
|
33039
|
-
display: var(--at4ovwe-4);
|
|
33040
|
-
flex: none;
|
|
33041
|
-
align-items: center;
|
|
33042
|
-
margin-right: 4px;
|
|
33043
|
-
cursor: auto;
|
|
33044
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33045
|
-
}
|
|
33046
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33047
|
-
border-radius: 0;
|
|
33048
|
-
}
|
|
33049
|
-
.at4ovwe.ant-input-number {
|
|
33050
|
-
width: 100%;
|
|
33051
|
-
border-radius: 6px;
|
|
33052
|
-
}
|
|
33053
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33054
|
-
border-color: #0096ff;
|
|
33055
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33056
|
-
z-index: 1;
|
|
33057
|
-
}
|
|
33058
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33059
|
-
border-color: #e75a3a;
|
|
33060
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33061
|
-
}
|
|
33062
|
-
.at4ovwe .ant-input-number-input {
|
|
33063
|
-
padding: 0;
|
|
33064
|
-
margin: 0;
|
|
33065
|
-
height: auto;
|
|
33066
|
-
font-size: inherit;
|
|
33067
|
-
}
|
|
33068
|
-
|
|
33069
33069
|
.w1xcixj5.outside-tag {
|
|
33070
33070
|
padding-left: 0;
|
|
33071
33071
|
}
|