@cloudtower/eagle 0.27.16 → 0.27.17
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 +1628 -1627
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1225 -1224
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29573,24 +29573,6 @@ html body {
|
|
|
29573
29573
|
font-size: 18px;
|
|
29574
29574
|
}
|
|
29575
29575
|
|
|
29576
|
-
.i1mrf09m {
|
|
29577
|
-
display: inline-flex;
|
|
29578
|
-
align-items: center;
|
|
29579
|
-
}
|
|
29580
|
-
.i1mrf09m .icon-inner {
|
|
29581
|
-
display: inline-flex;
|
|
29582
|
-
align-items: center;
|
|
29583
|
-
justify-content: center;
|
|
29584
|
-
}
|
|
29585
|
-
.i1mrf09m .icon-inner + span,
|
|
29586
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29587
|
-
margin-left: 4px;
|
|
29588
|
-
}
|
|
29589
|
-
.i1mrf09m.is-rotate img,
|
|
29590
|
-
.i1mrf09m.is-rotate svg {
|
|
29591
|
-
animation: rotate 680ms linear infinite;
|
|
29592
|
-
}
|
|
29593
|
-
|
|
29594
29576
|
.iap75of {
|
|
29595
29577
|
height: 18px;
|
|
29596
29578
|
line-height: 18px;
|
|
@@ -29604,6 +29586,35 @@ html body {
|
|
|
29604
29586
|
margin-right: 4px;
|
|
29605
29587
|
}
|
|
29606
29588
|
|
|
29589
|
+
.bpq0js6 {
|
|
29590
|
+
padding: 4px 11px;
|
|
29591
|
+
}
|
|
29592
|
+
|
|
29593
|
+
.b15sn34c {
|
|
29594
|
+
white-space: nowrap;
|
|
29595
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29596
|
+
}
|
|
29597
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29598
|
+
--color: #0080ff;
|
|
29599
|
+
}
|
|
29600
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29601
|
+
--color: #0080ff;
|
|
29602
|
+
}
|
|
29603
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29604
|
+
margin-left: 1px;
|
|
29605
|
+
}
|
|
29606
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29607
|
+
border-top-right-radius: 0;
|
|
29608
|
+
border-bottom-right-radius: 0;
|
|
29609
|
+
}
|
|
29610
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29611
|
+
border-top-left-radius: 0;
|
|
29612
|
+
border-bottom-left-radius: 0;
|
|
29613
|
+
}
|
|
29614
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29615
|
+
border-radius: unset;
|
|
29616
|
+
}
|
|
29617
|
+
|
|
29607
29618
|
.buj61ew.ant-btn-icon-only {
|
|
29608
29619
|
justify-content: center;
|
|
29609
29620
|
}
|
|
@@ -29854,137 +29865,22 @@ html body {
|
|
|
29854
29865
|
padding: 0;
|
|
29855
29866
|
}
|
|
29856
29867
|
|
|
29857
|
-
.
|
|
29858
|
-
|
|
29859
|
-
|
|
29860
|
-
|
|
29861
|
-
.b15sn34c {
|
|
29862
|
-
white-space: nowrap;
|
|
29863
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29864
|
-
}
|
|
29865
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29866
|
-
--color: #0080ff;
|
|
29867
|
-
}
|
|
29868
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29869
|
-
--color: #0080ff;
|
|
29870
|
-
}
|
|
29871
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29872
|
-
margin-left: 1px;
|
|
29873
|
-
}
|
|
29874
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29875
|
-
border-top-right-radius: 0;
|
|
29876
|
-
border-bottom-right-radius: 0;
|
|
29877
|
-
}
|
|
29878
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29879
|
-
border-top-left-radius: 0;
|
|
29880
|
-
border-bottom-left-radius: 0;
|
|
29881
|
-
}
|
|
29882
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29883
|
-
border-radius: unset;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
|
-
.obf05yr {
|
|
29887
|
-
display: inline-block;
|
|
29888
|
-
}
|
|
29889
|
-
|
|
29890
|
-
.hsms1n6 {
|
|
29891
|
-
visibility: hidden;
|
|
29892
|
-
position: absolute;
|
|
29893
|
-
}
|
|
29894
|
-
|
|
29895
|
-
.i1e4sgug {
|
|
29896
|
-
display: inline-block;
|
|
29897
|
-
}
|
|
29898
|
-
|
|
29899
|
-
.gmyahx3 {
|
|
29900
|
-
cursor: pointer;
|
|
29901
|
-
}
|
|
29902
|
-
.gmyahx3 .link-text {
|
|
29903
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29904
|
-
}
|
|
29905
|
-
.gmyahx3:hover .link-text {
|
|
29906
|
-
color: #0080ff;
|
|
29907
|
-
}
|
|
29908
|
-
|
|
29909
|
-
.s1fc623g {
|
|
29910
|
-
width: 430px !important;
|
|
29911
|
-
}
|
|
29912
|
-
|
|
29913
|
-
.da3mx0o .ant-select-item-group {
|
|
29914
|
-
padding: 8px 16px;
|
|
29915
|
-
line-height: 18px;
|
|
29916
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29917
|
-
height: 34px;
|
|
29918
|
-
min-height: 34px;
|
|
29919
|
-
box-sizing: border-box;
|
|
29920
|
-
margin-top: 8px;
|
|
29921
|
-
}
|
|
29922
|
-
|
|
29923
|
-
.onr9gzt {
|
|
29924
|
-
display: flex;
|
|
29925
|
-
flex-direction: column;
|
|
29926
|
-
margin: 1px 8px;
|
|
29927
|
-
padding: 8px;
|
|
29928
|
-
border-radius: 4px;
|
|
29929
|
-
}
|
|
29930
|
-
.onr9gzt .selected-icon {
|
|
29931
|
-
display: none;
|
|
29932
|
-
}
|
|
29933
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
29934
|
-
padding-left: 8px;
|
|
29935
|
-
}
|
|
29936
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
29937
|
-
background-color: white;
|
|
29938
|
-
}
|
|
29939
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
29940
|
-
color: #0080ff;
|
|
29941
|
-
}
|
|
29942
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
29943
|
-
display: block;
|
|
29944
|
-
}
|
|
29945
|
-
.onr9gzt.ant-select-item-option-active {
|
|
29946
|
-
background: rgba(0, 136, 255, 0.16);
|
|
29947
|
-
}
|
|
29948
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
29949
|
-
color: #0080ff;
|
|
29950
|
-
}
|
|
29951
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
29952
|
-
background: rgba(0, 136, 255, 0.1);
|
|
29953
|
-
color: #0080ff;
|
|
29954
|
-
}
|
|
29955
|
-
|
|
29956
|
-
.oiy0apc {
|
|
29957
|
-
display: flex;
|
|
29958
|
-
justify-content: space-between;
|
|
29959
|
-
height: 20px;
|
|
29960
|
-
line-height: 20px;
|
|
29961
|
-
}
|
|
29962
|
-
.oiy0apc .timezone-title {
|
|
29963
|
-
color: #2d3a56;
|
|
29964
|
-
overflow: hidden;
|
|
29965
|
-
text-overflow: ellipsis;
|
|
29868
|
+
.i1mrf09m {
|
|
29869
|
+
display: inline-flex;
|
|
29870
|
+
align-items: center;
|
|
29966
29871
|
}
|
|
29967
|
-
|
|
29968
|
-
|
|
29969
|
-
|
|
29970
|
-
justify-content:
|
|
29971
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29972
|
-
height: 18px;
|
|
29973
|
-
line-height: 18px;
|
|
29974
|
-
margin-top: 2px;
|
|
29872
|
+
.i1mrf09m .icon-inner {
|
|
29873
|
+
display: inline-flex;
|
|
29874
|
+
align-items: center;
|
|
29875
|
+
justify-content: center;
|
|
29975
29876
|
}
|
|
29976
|
-
|
|
29977
|
-
.
|
|
29978
|
-
|
|
29979
|
-
margin-right: 0;
|
|
29980
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29877
|
+
.i1mrf09m .icon-inner + span,
|
|
29878
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29879
|
+
margin-left: 4px;
|
|
29981
29880
|
}
|
|
29982
|
-
|
|
29983
|
-
.
|
|
29984
|
-
|
|
29985
|
-
height: 32px;
|
|
29986
|
-
width: 100%;
|
|
29987
|
-
opacity: 0;
|
|
29881
|
+
.i1mrf09m.is-rotate img,
|
|
29882
|
+
.i1mrf09m.is-rotate svg {
|
|
29883
|
+
animation: rotate 680ms linear infinite;
|
|
29988
29884
|
}
|
|
29989
29885
|
|
|
29990
29886
|
.d6j0lbj {
|
|
@@ -30462,508 +30358,94 @@ html body {
|
|
|
30462
30358
|
line-height: 12px;
|
|
30463
30359
|
}
|
|
30464
30360
|
|
|
30465
|
-
.
|
|
30466
|
-
|
|
30361
|
+
.p12gwtiw {
|
|
30362
|
+
display: flex;
|
|
30363
|
+
justify-content: space-between;
|
|
30364
|
+
align-items: center;
|
|
30365
|
+
padding: 10px 0;
|
|
30366
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30367
|
+
font-size: 12px;
|
|
30368
|
+
line-height: 24px;
|
|
30467
30369
|
}
|
|
30468
|
-
|
|
30469
|
-
|
|
30470
|
-
height: 100%;
|
|
30370
|
+
.p12gwtiw .pagination-left {
|
|
30371
|
+
padding: 2px 8px;
|
|
30471
30372
|
}
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
|
|
30373
|
+
.p12gwtiw .dropdown-trigger {
|
|
30374
|
+
display: flex;
|
|
30375
|
+
align-items: center;
|
|
30376
|
+
border-radius: 6px;
|
|
30377
|
+
cursor: pointer;
|
|
30378
|
+
transition: all 0.3s ease;
|
|
30475
30379
|
}
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30380
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30381
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30382
|
+
color: #0080ff;
|
|
30478
30383
|
}
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30481
|
-
height: 100%;
|
|
30384
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30385
|
+
margin-left: 4px;
|
|
30482
30386
|
}
|
|
30483
|
-
.
|
|
30484
|
-
|
|
30387
|
+
.p12gwtiw .pagination-right {
|
|
30388
|
+
display: flex;
|
|
30389
|
+
align-items: center;
|
|
30390
|
+
color: #0080ff;
|
|
30391
|
+
font-weight: bold;
|
|
30485
30392
|
}
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30393
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30394
|
+
margin-left: 4px;
|
|
30488
30395
|
}
|
|
30489
|
-
.
|
|
30490
|
-
|
|
30396
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30397
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30398
|
+
padding: 0 8px;
|
|
30491
30399
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30400
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30401
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30402
|
+
color: #0080ff;
|
|
30494
30403
|
}
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30404
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30405
|
+
transform: rotate(180deg);
|
|
30497
30406
|
}
|
|
30498
|
-
|
|
30499
|
-
|
|
30500
|
-
|
|
30407
|
+
|
|
30408
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30409
|
+
max-height: calc(100vh - 128px);
|
|
30410
|
+
overflow-y: auto;
|
|
30501
30411
|
}
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30507
|
-
display: none;
|
|
30508
|
-
}
|
|
30509
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
30510
|
-
background: transparent;
|
|
30511
|
-
}
|
|
30512
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30513
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30514
|
-
background: #fff;
|
|
30515
|
-
padding: 0 !important;
|
|
30516
|
-
}
|
|
30517
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30518
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30519
|
-
display: flex;
|
|
30520
|
-
align-items: center;
|
|
30521
|
-
height: 100%;
|
|
30522
|
-
padding: 8px;
|
|
30523
|
-
}
|
|
30524
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30525
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30526
|
-
overflow: hidden;
|
|
30527
|
-
text-overflow: ellipsis;
|
|
30528
|
-
width: 100%;
|
|
30529
|
-
}
|
|
30530
|
-
.tta5kd2 .ant-table-container {
|
|
30531
|
-
height: 100%;
|
|
30532
|
-
}
|
|
30533
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30534
|
-
box-shadow: none !important;
|
|
30535
|
-
}
|
|
30536
|
-
.tta5kd2 .ant-table {
|
|
30537
|
-
border-radius: 0px;
|
|
30538
|
-
border-left: none;
|
|
30539
|
-
border-right: none;
|
|
30540
|
-
border-bottom: none;
|
|
30541
|
-
height: 100%;
|
|
30542
|
-
font-size: 12px;
|
|
30543
|
-
background: transparent;
|
|
30544
|
-
}
|
|
30545
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
30546
|
-
position: relative;
|
|
30547
|
-
z-index: 3;
|
|
30548
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30549
|
-
margin-bottom: -1px;
|
|
30550
|
-
}
|
|
30551
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30552
|
-
.tta5kd2 .ant-table .value {
|
|
30553
|
-
color: #2d3a56;
|
|
30554
|
-
}
|
|
30555
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30556
|
-
.tta5kd2 .ant-table .unit {
|
|
30557
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30558
|
-
}
|
|
30559
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
30560
|
-
position: unset;
|
|
30561
|
-
text-align: center;
|
|
30562
|
-
}
|
|
30563
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30564
|
-
background: #fff;
|
|
30565
|
-
}
|
|
30566
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
30567
|
-
cursor: pointer;
|
|
30568
|
-
position: absolute;
|
|
30569
|
-
top: 50%;
|
|
30570
|
-
right: 12px;
|
|
30571
|
-
transform: translateY(-50%);
|
|
30572
|
-
}
|
|
30573
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30574
|
-
box-shadow: none;
|
|
30575
|
-
width: 1px;
|
|
30576
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30577
|
-
}
|
|
30578
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30579
|
-
box-shadow: none;
|
|
30580
|
-
width: 1px;
|
|
30581
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30582
|
-
}
|
|
30583
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
30584
|
-
position: relative;
|
|
30585
|
-
}
|
|
30586
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30587
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30588
|
-
border-bottom: 1px solid white;
|
|
30589
|
-
height: 40px;
|
|
30590
|
-
vertical-align: middle;
|
|
30591
|
-
transition: background 0ms;
|
|
30592
|
-
color: #00122e;
|
|
30593
|
-
}
|
|
30594
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30595
|
-
background: #f2f5fa;
|
|
30596
|
-
border-bottom-color: #f2f5fa;
|
|
30597
|
-
}
|
|
30598
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30599
|
-
height: auto;
|
|
30600
|
-
color: #00122e;
|
|
30601
|
-
font-size: 12px;
|
|
30602
|
-
text-align: left;
|
|
30603
|
-
transition: none;
|
|
30604
|
-
overflow: hidden;
|
|
30605
|
-
text-overflow: ellipsis;
|
|
30606
|
-
white-space: nowrap;
|
|
30607
|
-
}
|
|
30608
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30609
|
-
color: #0096ff;
|
|
30610
|
-
}
|
|
30611
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30612
|
-
overflow: hidden;
|
|
30613
|
-
text-overflow: ellipsis;
|
|
30614
|
-
width: 100%;
|
|
30615
|
-
vertical-align: middle;
|
|
30616
|
-
}
|
|
30617
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30618
|
-
line-height: 0px;
|
|
30619
|
-
}
|
|
30620
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30621
|
-
padding-right: 25px;
|
|
30622
|
-
}
|
|
30623
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30624
|
-
border-top-color: transparent;
|
|
30625
|
-
}
|
|
30626
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30627
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30628
|
-
border-color: transparent transparent white;
|
|
30629
|
-
}
|
|
30630
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30631
|
-
border-radius: 8px 0 0 8px;
|
|
30632
|
-
}
|
|
30633
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30634
|
-
border-radius: 8px 0 0 8px;
|
|
30635
|
-
}
|
|
30636
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30637
|
-
content: "";
|
|
30638
|
-
width: 4px;
|
|
30639
|
-
top: -1px;
|
|
30640
|
-
bottom: -1px;
|
|
30641
|
-
background: white;
|
|
30642
|
-
}
|
|
30643
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30644
|
-
border-radius: 0 8px 8px 0;
|
|
30645
|
-
}
|
|
30646
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30647
|
-
border-radius: 0;
|
|
30648
|
-
background: white;
|
|
30649
|
-
border-top: none;
|
|
30650
|
-
}
|
|
30651
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30652
|
-
border-top: 1px solid transparent;
|
|
30653
|
-
border-radius: 0 8px 8px 0;
|
|
30654
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30655
|
-
}
|
|
30656
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30657
|
-
background: white;
|
|
30658
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30659
|
-
}
|
|
30660
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30661
|
-
display: flex;
|
|
30662
|
-
align-items: center;
|
|
30663
|
-
height: 100%;
|
|
30664
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30665
|
-
}
|
|
30666
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30667
|
-
background: white;
|
|
30668
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30669
|
-
}
|
|
30670
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30671
|
-
display: flex;
|
|
30672
|
-
align-items: center;
|
|
30673
|
-
height: 100%;
|
|
30674
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30675
|
-
}
|
|
30676
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30677
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30678
|
-
}
|
|
30679
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30680
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30681
|
-
border-radius: 8px;
|
|
30682
|
-
}
|
|
30683
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30684
|
-
border-top-color: white;
|
|
30685
|
-
}
|
|
30686
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30687
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30688
|
-
border-bottom-color: transparent;
|
|
30689
|
-
border-top-color: transparent;
|
|
30690
|
-
}
|
|
30691
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30692
|
-
border-radius: 8px 0 0 8px;
|
|
30693
|
-
}
|
|
30694
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30695
|
-
border-radius: 0 8px 8px 0;
|
|
30696
|
-
}
|
|
30697
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30698
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30699
|
-
}
|
|
30700
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30701
|
-
background: #fff;
|
|
30702
|
-
font-weight: 400;
|
|
30703
|
-
position: relative;
|
|
30704
|
-
border-bottom: none;
|
|
30705
|
-
color: #00122e;
|
|
30706
|
-
transition: none;
|
|
30707
|
-
padding: 15px 8px 15px 8px;
|
|
30708
|
-
}
|
|
30709
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30710
|
-
content: "";
|
|
30711
|
-
width: 1px;
|
|
30712
|
-
top: 0;
|
|
30713
|
-
bottom: 0;
|
|
30714
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30715
|
-
position: absolute;
|
|
30716
|
-
right: 0;
|
|
30717
|
-
}
|
|
30718
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30719
|
-
padding: unset;
|
|
30720
|
-
}
|
|
30721
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30722
|
-
display: none;
|
|
30723
|
-
}
|
|
30724
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30725
|
-
width: 100%;
|
|
30726
|
-
overflow: hidden;
|
|
30727
|
-
white-space: nowrap;
|
|
30728
|
-
text-overflow: ellipsis;
|
|
30729
|
-
}
|
|
30730
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30731
|
-
overflow: hidden;
|
|
30732
|
-
text-overflow: ellipsis;
|
|
30733
|
-
flex: 1;
|
|
30734
|
-
}
|
|
30735
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30736
|
-
padding: 15px 25px 15px 8px;
|
|
30737
|
-
}
|
|
30738
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30739
|
-
padding: 0;
|
|
30740
|
-
}
|
|
30741
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
30742
|
-
position: absolute;
|
|
30743
|
-
right: 6px;
|
|
30744
|
-
top: 50%;
|
|
30745
|
-
transform: translateY(-50%);
|
|
30746
|
-
height: 16px;
|
|
30747
|
-
display: none;
|
|
30748
|
-
transition: transform 320ms ease;
|
|
30749
|
-
}
|
|
30750
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30751
|
-
display: block;
|
|
30752
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30753
|
-
}
|
|
30754
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30755
|
-
display: block;
|
|
30756
|
-
}
|
|
30757
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30758
|
-
display: none;
|
|
30759
|
-
}
|
|
30760
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30761
|
-
transform: translateY(-50%);
|
|
30762
|
-
}
|
|
30763
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30764
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30765
|
-
}
|
|
30766
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30767
|
-
background: #f2f5fa;
|
|
30768
|
-
}
|
|
30769
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30770
|
-
display: block;
|
|
30771
|
-
}
|
|
30772
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30773
|
-
padding-right: 25px;
|
|
30774
|
-
}
|
|
30775
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
30776
|
-
padding: 0 !important;
|
|
30777
|
-
}
|
|
30778
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30779
|
-
position: absolute;
|
|
30780
|
-
left: 50%;
|
|
30781
|
-
top: 50%;
|
|
30782
|
-
transform: translate(-50%, -50%);
|
|
30783
|
-
}
|
|
30784
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
30785
|
-
display: none;
|
|
30786
|
-
}
|
|
30787
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
30788
|
-
background: #fff;
|
|
30789
|
-
}
|
|
30790
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
30791
|
-
background: inherit;
|
|
30792
|
-
}
|
|
30793
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
30794
|
-
position: static;
|
|
30795
|
-
border: none;
|
|
30796
|
-
background: inherit !important;
|
|
30797
|
-
height: 100px;
|
|
30798
|
-
vertical-align: middle;
|
|
30799
|
-
}
|
|
30800
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
30801
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30802
|
-
font-weight: bold;
|
|
30803
|
-
font-size: 20px;
|
|
30804
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30805
|
-
}
|
|
30806
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
30807
|
-
padding: 0 !important;
|
|
30808
|
-
position: relative;
|
|
30809
|
-
background: #fff;
|
|
30810
|
-
}
|
|
30811
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
30812
|
-
height: 100%;
|
|
30813
|
-
display: flex;
|
|
30814
|
-
align-items: center;
|
|
30815
|
-
justify-content: flex-end;
|
|
30816
|
-
padding-right: 8px;
|
|
30817
|
-
}
|
|
30818
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
30819
|
-
width: 24px;
|
|
30820
|
-
height: 24px;
|
|
30821
|
-
cursor: pointer;
|
|
30822
|
-
justify-content: center;
|
|
30823
|
-
border-radius: 4px;
|
|
30824
|
-
}
|
|
30825
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
30826
|
-
background: #fff;
|
|
30827
|
-
}
|
|
30828
|
-
|
|
30829
|
-
.c18bcrac {
|
|
30830
|
-
display: inline-block;
|
|
30831
|
-
width: 100%;
|
|
30832
|
-
}
|
|
30833
|
-
.c18bcrac .recharts-wrapper {
|
|
30834
|
-
margin-left: 4px;
|
|
30835
|
-
}
|
|
30836
|
-
|
|
30837
|
-
.cro7kg2 {
|
|
30838
|
-
padding: 4px;
|
|
30839
|
-
}
|
|
30840
|
-
|
|
30841
|
-
.c14wcxf0 {
|
|
30842
|
-
display: flex;
|
|
30843
|
-
justify-content: space-between;
|
|
30844
|
-
align-items: center;
|
|
30845
|
-
font-size: 13px;
|
|
30846
|
-
line-height: 24px;
|
|
30847
|
-
color: #cccccc;
|
|
30848
|
-
white-space: nowrap;
|
|
30849
|
-
}
|
|
30850
|
-
.c14wcxf0 label {
|
|
30851
|
-
margin-right: 32px;
|
|
30852
|
-
}
|
|
30853
|
-
|
|
30854
|
-
.coy29mj.c14wcxf0 {
|
|
30855
|
-
font-weight: bold;
|
|
30856
|
-
color: white;
|
|
30857
|
-
}
|
|
30858
|
-
|
|
30859
|
-
.s11212zy {
|
|
30860
|
-
width: 8px;
|
|
30861
|
-
height: 8px;
|
|
30862
|
-
border-radius: 2px;
|
|
30863
|
-
display: inline-block;
|
|
30864
|
-
background: var(--s11212zy-0);
|
|
30865
|
-
border: 1px solid #fff;
|
|
30866
|
-
box-sizing: content-box;
|
|
30867
|
-
margin-right: 6px;
|
|
30868
|
-
}
|
|
30869
|
-
|
|
30870
|
-
.p1lyky6c > :first-child {
|
|
30871
|
-
font-weight: bold;
|
|
30872
|
-
color: white;
|
|
30873
|
-
margin-right: 4px;
|
|
30874
|
-
}
|
|
30875
|
-
|
|
30876
|
-
.clm1wy1 {
|
|
30877
|
-
width: 192px;
|
|
30878
|
-
height: 246px;
|
|
30879
|
-
border-radius: 4px;
|
|
30880
|
-
}
|
|
30881
|
-
.clm1wy1 > .ant-picker-calendar,
|
|
30882
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30883
|
-
width: 100%;
|
|
30884
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30885
|
-
border-top: none;
|
|
30886
|
-
}
|
|
30887
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30888
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30889
|
-
padding: 0 16px;
|
|
30890
|
-
}
|
|
30891
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30892
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30893
|
-
width: 100%;
|
|
30894
|
-
height: 180px;
|
|
30895
|
-
border-spacing: 0;
|
|
30896
|
-
}
|
|
30897
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30898
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30899
|
-
margin-bottom: 8px;
|
|
30900
|
-
}
|
|
30901
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30902
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30903
|
-
width: 22px;
|
|
30904
|
-
}
|
|
30905
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30906
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30907
|
-
padding: 0;
|
|
30908
|
-
}
|
|
30909
|
-
.clm1wy1 .ant-picker-cell {
|
|
30910
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30911
|
-
opacity: 0.4;
|
|
30912
|
-
}
|
|
30913
|
-
.clm1wy1 .ant-picker-cell-in-view {
|
|
30914
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30915
|
-
opacity: 1;
|
|
30916
|
-
}
|
|
30917
|
-
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30918
|
-
color: #3e4652;
|
|
30412
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30413
|
+
padding: 4px 20px;
|
|
30414
|
+
font-size: 12px;
|
|
30415
|
+
line-height: 18px;
|
|
30919
30416
|
}
|
|
30920
|
-
|
|
30921
|
-
|
|
30417
|
+
|
|
30418
|
+
.obf05yr {
|
|
30419
|
+
display: inline-block;
|
|
30922
30420
|
}
|
|
30923
30421
|
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
backdrop-filter: blur(10px);
|
|
30928
|
-
padding: 7px 10px;
|
|
30422
|
+
.hsms1n6 {
|
|
30423
|
+
visibility: hidden;
|
|
30424
|
+
position: absolute;
|
|
30929
30425
|
}
|
|
30930
30426
|
|
|
30931
|
-
.
|
|
30932
|
-
color: rgba(
|
|
30933
|
-
|
|
30934
|
-
justify-content: space-between;
|
|
30935
|
-
align-items: center;
|
|
30936
|
-
padding: 8px 16px;
|
|
30427
|
+
.berrcjl {
|
|
30428
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30429
|
+
margin-bottom: 4px;
|
|
30937
30430
|
}
|
|
30938
|
-
.
|
|
30431
|
+
.berrcjl .breadcrumb-link {
|
|
30432
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30939
30433
|
cursor: pointer;
|
|
30434
|
+
transition: color 160ms ease;
|
|
30940
30435
|
}
|
|
30941
|
-
.
|
|
30942
|
-
color: #
|
|
30436
|
+
.berrcjl .breadcrumb-link:hover {
|
|
30437
|
+
color: #0080ff;
|
|
30943
30438
|
}
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
text-align: center;
|
|
30439
|
+
.berrcjl .breadcrumb-link:active {
|
|
30440
|
+
color: #005ed1;
|
|
30947
30441
|
}
|
|
30948
|
-
|
|
30442
|
+
|
|
30443
|
+
.s1iv0tp1 .enabled-switch {
|
|
30949
30444
|
display: flex;
|
|
30950
|
-
|
|
30951
|
-
}
|
|
30952
|
-
.cxhf7dh .dot {
|
|
30953
|
-
display: inline-block;
|
|
30954
|
-
width: 2px;
|
|
30955
|
-
height: 2px;
|
|
30956
|
-
border-radius: 1px;
|
|
30957
|
-
background: #0096ff;
|
|
30958
|
-
}
|
|
30959
|
-
.cxhf7dh .dot:not(:last-child) {
|
|
30960
|
-
margin-right: 2px;
|
|
30445
|
+
align-items: center;
|
|
30961
30446
|
}
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30964
|
-
height: 2px;
|
|
30965
|
-
background: #0096ff;
|
|
30966
|
-
border-radius: 2px;
|
|
30447
|
+
.s1iv0tp1 .enabled-text {
|
|
30448
|
+
margin-right: 8px;
|
|
30967
30449
|
}
|
|
30968
30450
|
|
|
30969
30451
|
.cz04yix {
|
|
@@ -31577,73 +31059,251 @@ input.rrg1fkn.ant-input {
|
|
|
31577
31059
|
border-top-left-radius: 0;
|
|
31578
31060
|
border-bottom-left-radius: 0;
|
|
31579
31061
|
}
|
|
31580
|
-
|
|
31581
|
-
.c1t6wbwv {
|
|
31582
|
-
display: flex;
|
|
31583
|
-
flex-direction: column;
|
|
31062
|
+
|
|
31063
|
+
.c1t6wbwv {
|
|
31064
|
+
display: flex;
|
|
31065
|
+
flex-direction: column;
|
|
31066
|
+
}
|
|
31067
|
+
.c1t6wbwv .select-wrapper {
|
|
31068
|
+
margin-top: 12px;
|
|
31069
|
+
}
|
|
31070
|
+
.c1t6wbwv .select-wrapper .select {
|
|
31071
|
+
width: 100%;
|
|
31072
|
+
}
|
|
31073
|
+
.c1t6wbwv .radio-wrapper {
|
|
31074
|
+
margin-top: 24px;
|
|
31075
|
+
}
|
|
31076
|
+
.c1t6wbwv div.form-item {
|
|
31077
|
+
width: 100%;
|
|
31078
|
+
}
|
|
31079
|
+
|
|
31080
|
+
.d1k7vv5v {
|
|
31081
|
+
font-size: 14px;
|
|
31082
|
+
font-weight: 500;
|
|
31083
|
+
color: #3e4652;
|
|
31084
|
+
line-height: 18px;
|
|
31085
|
+
}
|
|
31086
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
31087
|
+
margin-top: 16px;
|
|
31088
|
+
}
|
|
31089
|
+
.d1k7vv5v + * {
|
|
31090
|
+
margin-top: 16px;
|
|
31091
|
+
}
|
|
31092
|
+
|
|
31093
|
+
.le7b9r4.d1k7vv5v {
|
|
31094
|
+
font-size: 12px;
|
|
31095
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31096
|
+
margin-top: 12px;
|
|
31097
|
+
}
|
|
31098
|
+
|
|
31099
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31100
|
+
line-height: 18px;
|
|
31101
|
+
font-weight: 500;
|
|
31102
|
+
margin-top: 0;
|
|
31103
|
+
white-space: initial;
|
|
31104
|
+
}
|
|
31105
|
+
|
|
31106
|
+
.r12ddqmh {
|
|
31107
|
+
display: block;
|
|
31108
|
+
}
|
|
31109
|
+
.r12ddqmh span {
|
|
31110
|
+
font-size: 14px;
|
|
31111
|
+
font-weight: 500;
|
|
31112
|
+
line-height: 32px;
|
|
31113
|
+
color: #3e4652;
|
|
31114
|
+
}
|
|
31115
|
+
|
|
31116
|
+
.ctcr26a {
|
|
31117
|
+
margin-top: 8px;
|
|
31118
|
+
padding: 8px;
|
|
31119
|
+
border-radius: 6px;
|
|
31120
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31121
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31122
|
+
font-size: 12px;
|
|
31123
|
+
}
|
|
31124
|
+
.ctcr26a div {
|
|
31125
|
+
line-height: 20px;
|
|
31126
|
+
display: flex;
|
|
31127
|
+
align-items: center;
|
|
31128
|
+
word-break: break-all;
|
|
31129
|
+
}
|
|
31130
|
+
|
|
31131
|
+
.c1uzzomf {
|
|
31132
|
+
margin-bottom: 16px;
|
|
31133
|
+
}
|
|
31134
|
+
.c1uzzomf .card-title {
|
|
31135
|
+
font-size: 16px;
|
|
31136
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31137
|
+
font-weight: 700;
|
|
31138
|
+
line-height: 32px;
|
|
31139
|
+
}
|
|
31140
|
+
.c1uzzomf .card-body {
|
|
31141
|
+
padding: 24px;
|
|
31142
|
+
border-radius: 8px;
|
|
31143
|
+
background: #fff;
|
|
31144
|
+
}
|
|
31145
|
+
.c1uzzomf .empty {
|
|
31146
|
+
font-weight: 700;
|
|
31147
|
+
font-size: 14px;
|
|
31148
|
+
line-height: 22px;
|
|
31149
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31150
|
+
text-align: center;
|
|
31151
|
+
}
|
|
31152
|
+
|
|
31153
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
31154
|
+
display: inline-flex;
|
|
31155
|
+
align-items: baseline;
|
|
31156
|
+
white-space: pre-wrap;
|
|
31157
|
+
}
|
|
31158
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31159
|
+
position: relative;
|
|
31160
|
+
top: 3px;
|
|
31161
|
+
}
|
|
31162
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31163
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31164
|
+
}
|
|
31165
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31166
|
+
border-color: #0080ff;
|
|
31167
|
+
}
|
|
31168
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31169
|
+
border-color: #0080ff;
|
|
31170
|
+
background: #0080ff;
|
|
31171
|
+
}
|
|
31172
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31173
|
+
top: 4px;
|
|
31174
|
+
left: 4px;
|
|
31175
|
+
width: 6px;
|
|
31176
|
+
height: 6px;
|
|
31177
|
+
background: #fff;
|
|
31178
|
+
}
|
|
31179
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31180
|
+
opacity: 0.5;
|
|
31181
|
+
}
|
|
31182
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31183
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31184
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31185
|
+
}
|
|
31186
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31187
|
+
background: #00122e;
|
|
31188
|
+
}
|
|
31189
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31190
|
+
color: #00122e;
|
|
31191
|
+
opacity: 0.5;
|
|
31192
|
+
}
|
|
31193
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31194
|
+
color: #00122e;
|
|
31195
|
+
}
|
|
31196
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31197
|
+
display: inline-block;
|
|
31198
|
+
padding: 0;
|
|
31199
|
+
padding-left: 12px;
|
|
31200
|
+
}
|
|
31201
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31202
|
+
margin-bottom: 0;
|
|
31203
|
+
white-space: pre-wrap;
|
|
31204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31205
|
+
}
|
|
31206
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31207
|
+
padding-left: 8px;
|
|
31208
|
+
}
|
|
31209
|
+
|
|
31210
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31211
|
+
border-radius: 5px 0 0 5px;
|
|
31212
|
+
}
|
|
31213
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31214
|
+
border-radius: 0 5px 5px 0;
|
|
31215
|
+
}
|
|
31216
|
+
|
|
31217
|
+
.r1f0aqcc {
|
|
31218
|
+
color: #00122e;
|
|
31219
|
+
border-color: #ccd4e3;
|
|
31220
|
+
}
|
|
31221
|
+
.r1f0aqcc:first-child {
|
|
31222
|
+
border-color: #a3b4cc;
|
|
31223
|
+
}
|
|
31224
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31225
|
+
padding: 0 12px;
|
|
31226
|
+
line-height: 32px;
|
|
31227
|
+
height: 32px;
|
|
31228
|
+
}
|
|
31229
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31230
|
+
white-space: nowrap;
|
|
31231
|
+
}
|
|
31232
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31233
|
+
height: 22px;
|
|
31234
|
+
padding: 0 7px;
|
|
31235
|
+
line-height: 20px;
|
|
31236
|
+
}
|
|
31237
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31238
|
+
background: #ccd4e3;
|
|
31239
|
+
}
|
|
31240
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31241
|
+
background: #0080ff;
|
|
31242
|
+
}
|
|
31243
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31244
|
+
background: #ccd4e3;
|
|
31245
|
+
opacity: 0.5;
|
|
31584
31246
|
}
|
|
31585
|
-
.
|
|
31586
|
-
|
|
31247
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31248
|
+
border-right-color: #0080ff;
|
|
31587
31249
|
}
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31250
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31251
|
+
border-color: #0080ff;
|
|
31590
31252
|
}
|
|
31591
|
-
.
|
|
31592
|
-
|
|
31253
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31254
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31593
31255
|
}
|
|
31594
|
-
.
|
|
31595
|
-
|
|
31256
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31257
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31258
|
+
border-color: #ccd4e3;
|
|
31259
|
+
opacity: 0.5;
|
|
31596
31260
|
}
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
font-weight: 500;
|
|
31601
|
-
color: #3e4652;
|
|
31602
|
-
line-height: 18px;
|
|
31261
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31262
|
+
color: #00122e;
|
|
31263
|
+
border-color: #ccd4e3;
|
|
31603
31264
|
}
|
|
31604
|
-
.
|
|
31605
|
-
|
|
31265
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31266
|
+
color: #00122e;
|
|
31267
|
+
border-color: #ccd4e3;
|
|
31268
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31606
31269
|
}
|
|
31607
|
-
.
|
|
31608
|
-
margin-
|
|
31270
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31271
|
+
margin-right: 8px;
|
|
31272
|
+
display: inline;
|
|
31273
|
+
border: none;
|
|
31274
|
+
padding: 0;
|
|
31275
|
+
width: 36px;
|
|
31276
|
+
background: transparent;
|
|
31609
31277
|
}
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
font-size: 12px;
|
|
31613
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31614
|
-
margin-top: 12px;
|
|
31278
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31279
|
+
box-shadow: none;
|
|
31615
31280
|
}
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
margin-top: 0;
|
|
31621
|
-
white-space: initial;
|
|
31281
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31282
|
+
margin-right: 0;
|
|
31283
|
+
width: initial;
|
|
31284
|
+
box-shadow: none;
|
|
31622
31285
|
}
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
display: block;
|
|
31286
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31287
|
+
display: none;
|
|
31626
31288
|
}
|
|
31627
|
-
.
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
|
|
31289
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31290
|
+
display: inline;
|
|
31291
|
+
}
|
|
31292
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31293
|
+
display: inline;
|
|
31294
|
+
margin-right: 8px;
|
|
31295
|
+
padding: 0;
|
|
31296
|
+
width: 36px;
|
|
31632
31297
|
}
|
|
31633
31298
|
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31636
|
-
padding: 8px;
|
|
31637
|
-
border-radius: 6px;
|
|
31638
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31639
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31640
|
-
font-size: 12px;
|
|
31299
|
+
.gmyahx3 {
|
|
31300
|
+
cursor: pointer;
|
|
31641
31301
|
}
|
|
31642
|
-
.
|
|
31643
|
-
|
|
31644
|
-
|
|
31645
|
-
|
|
31646
|
-
|
|
31302
|
+
.gmyahx3 .link-text {
|
|
31303
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31304
|
+
}
|
|
31305
|
+
.gmyahx3:hover .link-text {
|
|
31306
|
+
color: #0080ff;
|
|
31647
31307
|
}
|
|
31648
31308
|
|
|
31649
31309
|
.s34f1qb.ant-switch {
|
|
@@ -31701,207 +31361,368 @@ input.rrg1fkn.ant-input {
|
|
|
31701
31361
|
margin-left: 5px;
|
|
31702
31362
|
}
|
|
31703
31363
|
|
|
31704
|
-
.
|
|
31364
|
+
.t1upn1sz {
|
|
31365
|
+
height: 100%;
|
|
31366
|
+
}
|
|
31367
|
+
|
|
31368
|
+
.tta5kd2 {
|
|
31369
|
+
height: 100%;
|
|
31370
|
+
}
|
|
31371
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31372
|
+
overflow: visible !important;
|
|
31373
|
+
height: 100%;
|
|
31374
|
+
}
|
|
31375
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31376
|
+
height: 100%;
|
|
31377
|
+
}
|
|
31378
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31379
|
+
width: 100% !important;
|
|
31380
|
+
height: 100%;
|
|
31381
|
+
}
|
|
31382
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31383
|
+
padding: 15px 0;
|
|
31384
|
+
}
|
|
31385
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31386
|
+
display: none;
|
|
31387
|
+
}
|
|
31388
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31389
|
+
font-weight: 700;
|
|
31390
|
+
}
|
|
31391
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31392
|
+
font-weight: 700;
|
|
31393
|
+
}
|
|
31394
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31395
|
+
height: 100%;
|
|
31396
|
+
}
|
|
31397
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31398
|
+
height: 100%;
|
|
31399
|
+
overflow: visible;
|
|
31400
|
+
}
|
|
31401
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31402
|
+
max-height: none;
|
|
31403
|
+
}
|
|
31404
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31405
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31406
|
+
display: none;
|
|
31407
|
+
}
|
|
31408
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31409
|
+
background: transparent;
|
|
31410
|
+
}
|
|
31411
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31412
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31413
|
+
background: #fff;
|
|
31414
|
+
padding: 0 !important;
|
|
31415
|
+
}
|
|
31416
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31417
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31705
31418
|
display: flex;
|
|
31706
|
-
justify-content: space-between;
|
|
31707
31419
|
align-items: center;
|
|
31708
|
-
|
|
31420
|
+
height: 100%;
|
|
31421
|
+
padding: 8px;
|
|
31422
|
+
}
|
|
31423
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31424
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31425
|
+
overflow: hidden;
|
|
31426
|
+
text-overflow: ellipsis;
|
|
31427
|
+
width: 100%;
|
|
31428
|
+
}
|
|
31429
|
+
.tta5kd2 .ant-table-container {
|
|
31430
|
+
height: 100%;
|
|
31431
|
+
}
|
|
31432
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31433
|
+
box-shadow: none !important;
|
|
31434
|
+
}
|
|
31435
|
+
.tta5kd2 .ant-table {
|
|
31436
|
+
border-radius: 0px;
|
|
31437
|
+
border-left: none;
|
|
31438
|
+
border-right: none;
|
|
31439
|
+
border-bottom: none;
|
|
31440
|
+
height: 100%;
|
|
31441
|
+
font-size: 12px;
|
|
31442
|
+
background: transparent;
|
|
31443
|
+
}
|
|
31444
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31445
|
+
position: relative;
|
|
31446
|
+
z-index: 3;
|
|
31447
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31448
|
+
margin-bottom: -1px;
|
|
31449
|
+
}
|
|
31450
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31451
|
+
.tta5kd2 .ant-table .value {
|
|
31452
|
+
color: #2d3a56;
|
|
31453
|
+
}
|
|
31454
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31455
|
+
.tta5kd2 .ant-table .unit {
|
|
31709
31456
|
color: rgba(44, 56, 82, 0.6);
|
|
31457
|
+
}
|
|
31458
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31459
|
+
position: unset;
|
|
31460
|
+
text-align: center;
|
|
31461
|
+
}
|
|
31462
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31463
|
+
background: #fff;
|
|
31464
|
+
}
|
|
31465
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31466
|
+
cursor: pointer;
|
|
31467
|
+
position: absolute;
|
|
31468
|
+
top: 50%;
|
|
31469
|
+
right: 12px;
|
|
31470
|
+
transform: translateY(-50%);
|
|
31471
|
+
}
|
|
31472
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31473
|
+
box-shadow: none;
|
|
31474
|
+
width: 1px;
|
|
31475
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31476
|
+
}
|
|
31477
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31478
|
+
box-shadow: none;
|
|
31479
|
+
width: 1px;
|
|
31480
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31481
|
+
}
|
|
31482
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31483
|
+
position: relative;
|
|
31484
|
+
}
|
|
31485
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31486
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31487
|
+
border-bottom: 1px solid white;
|
|
31488
|
+
height: 40px;
|
|
31489
|
+
vertical-align: middle;
|
|
31490
|
+
transition: background 0ms;
|
|
31491
|
+
color: #00122e;
|
|
31492
|
+
}
|
|
31493
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31494
|
+
background: #f2f5fa;
|
|
31495
|
+
border-bottom-color: #f2f5fa;
|
|
31496
|
+
}
|
|
31497
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31498
|
+
height: auto;
|
|
31499
|
+
color: #00122e;
|
|
31710
31500
|
font-size: 12px;
|
|
31711
|
-
|
|
31501
|
+
text-align: left;
|
|
31502
|
+
transition: none;
|
|
31503
|
+
overflow: hidden;
|
|
31504
|
+
text-overflow: ellipsis;
|
|
31505
|
+
white-space: nowrap;
|
|
31506
|
+
}
|
|
31507
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31508
|
+
color: #0096ff;
|
|
31509
|
+
}
|
|
31510
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31511
|
+
overflow: hidden;
|
|
31512
|
+
text-overflow: ellipsis;
|
|
31513
|
+
width: 100%;
|
|
31514
|
+
vertical-align: middle;
|
|
31515
|
+
}
|
|
31516
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31517
|
+
line-height: 0px;
|
|
31712
31518
|
}
|
|
31713
|
-
.
|
|
31714
|
-
padding:
|
|
31519
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31520
|
+
padding-right: 25px;
|
|
31715
31521
|
}
|
|
31716
|
-
.
|
|
31717
|
-
|
|
31718
|
-
align-items: center;
|
|
31719
|
-
border-radius: 6px;
|
|
31720
|
-
cursor: pointer;
|
|
31721
|
-
transition: all 0.3s ease;
|
|
31522
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31523
|
+
border-top-color: transparent;
|
|
31722
31524
|
}
|
|
31723
|
-
.
|
|
31724
|
-
background: rgba(
|
|
31725
|
-
color:
|
|
31525
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31526
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31527
|
+
border-color: transparent transparent white;
|
|
31726
31528
|
}
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31529
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31530
|
+
border-radius: 8px 0 0 8px;
|
|
31729
31531
|
}
|
|
31730
|
-
.
|
|
31731
|
-
|
|
31732
|
-
align-items: center;
|
|
31733
|
-
color: #0080ff;
|
|
31734
|
-
font-weight: bold;
|
|
31532
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31533
|
+
border-radius: 8px 0 0 8px;
|
|
31735
31534
|
}
|
|
31736
|
-
.
|
|
31737
|
-
|
|
31535
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31536
|
+
content: "";
|
|
31537
|
+
width: 4px;
|
|
31538
|
+
top: -1px;
|
|
31539
|
+
bottom: -1px;
|
|
31540
|
+
background: white;
|
|
31738
31541
|
}
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31741
|
-
padding: 0 8px;
|
|
31542
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31543
|
+
border-radius: 0 8px 8px 0;
|
|
31742
31544
|
}
|
|
31743
|
-
.
|
|
31744
|
-
|
|
31745
|
-
|
|
31545
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31546
|
+
border-radius: 0;
|
|
31547
|
+
background: white;
|
|
31548
|
+
border-top: none;
|
|
31746
31549
|
}
|
|
31747
|
-
.
|
|
31748
|
-
|
|
31550
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31551
|
+
border-top: 1px solid transparent;
|
|
31552
|
+
border-radius: 0 8px 8px 0;
|
|
31553
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31749
31554
|
}
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
-
overflow-y: auto;
|
|
31555
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31556
|
+
background: white;
|
|
31557
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31754
31558
|
}
|
|
31755
|
-
.
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31559
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31560
|
+
display: flex;
|
|
31561
|
+
align-items: center;
|
|
31562
|
+
height: 100%;
|
|
31563
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31759
31564
|
}
|
|
31760
|
-
|
|
31761
|
-
|
|
31762
|
-
|
|
31763
|
-
align-items: baseline;
|
|
31764
|
-
white-space: pre-wrap;
|
|
31565
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31566
|
+
background: white;
|
|
31567
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31765
31568
|
}
|
|
31766
|
-
.
|
|
31767
|
-
|
|
31768
|
-
|
|
31569
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31570
|
+
display: flex;
|
|
31571
|
+
align-items: center;
|
|
31572
|
+
height: 100%;
|
|
31573
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31769
31574
|
}
|
|
31770
|
-
.
|
|
31771
|
-
border-
|
|
31575
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31576
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31772
31577
|
}
|
|
31773
|
-
.
|
|
31774
|
-
|
|
31578
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31579
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31580
|
+
border-radius: 8px;
|
|
31775
31581
|
}
|
|
31776
|
-
.
|
|
31777
|
-
border-color:
|
|
31778
|
-
background: #0080ff;
|
|
31582
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31583
|
+
border-top-color: white;
|
|
31779
31584
|
}
|
|
31780
|
-
.
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
height: 6px;
|
|
31785
|
-
background: #fff;
|
|
31585
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31586
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31587
|
+
border-bottom-color: transparent;
|
|
31588
|
+
border-top-color: transparent;
|
|
31786
31589
|
}
|
|
31787
|
-
.
|
|
31788
|
-
|
|
31590
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31591
|
+
border-radius: 8px 0 0 8px;
|
|
31789
31592
|
}
|
|
31790
|
-
.
|
|
31791
|
-
border-
|
|
31792
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31593
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31594
|
+
border-radius: 0 8px 8px 0;
|
|
31793
31595
|
}
|
|
31794
|
-
.
|
|
31795
|
-
background:
|
|
31596
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31597
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31796
31598
|
}
|
|
31797
|
-
.
|
|
31599
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31600
|
+
background: #fff;
|
|
31601
|
+
font-weight: 400;
|
|
31602
|
+
position: relative;
|
|
31603
|
+
border-bottom: none;
|
|
31798
31604
|
color: #00122e;
|
|
31799
|
-
|
|
31605
|
+
transition: none;
|
|
31606
|
+
padding: 15px 8px 15px 8px;
|
|
31800
31607
|
}
|
|
31801
|
-
.
|
|
31802
|
-
|
|
31608
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31609
|
+
content: "";
|
|
31610
|
+
width: 1px;
|
|
31611
|
+
top: 0;
|
|
31612
|
+
bottom: 0;
|
|
31613
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31614
|
+
position: absolute;
|
|
31615
|
+
right: 0;
|
|
31803
31616
|
}
|
|
31804
|
-
.
|
|
31805
|
-
|
|
31806
|
-
padding: 0;
|
|
31807
|
-
padding-left: 12px;
|
|
31617
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31618
|
+
padding: unset;
|
|
31808
31619
|
}
|
|
31809
|
-
.
|
|
31810
|
-
|
|
31811
|
-
white-space: pre-wrap;
|
|
31812
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31620
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31621
|
+
display: none;
|
|
31813
31622
|
}
|
|
31814
|
-
.
|
|
31815
|
-
|
|
31623
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31624
|
+
width: 100%;
|
|
31625
|
+
overflow: hidden;
|
|
31626
|
+
white-space: nowrap;
|
|
31627
|
+
text-overflow: ellipsis;
|
|
31816
31628
|
}
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31629
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31630
|
+
overflow: hidden;
|
|
31631
|
+
text-overflow: ellipsis;
|
|
31632
|
+
flex: 1;
|
|
31820
31633
|
}
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31634
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31635
|
+
padding: 15px 25px 15px 8px;
|
|
31823
31636
|
}
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
color: #00122e;
|
|
31827
|
-
border-color: #ccd4e3;
|
|
31637
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31638
|
+
padding: 0;
|
|
31828
31639
|
}
|
|
31829
|
-
.
|
|
31830
|
-
|
|
31640
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31641
|
+
position: absolute;
|
|
31642
|
+
right: 6px;
|
|
31643
|
+
top: 50%;
|
|
31644
|
+
transform: translateY(-50%);
|
|
31645
|
+
height: 16px;
|
|
31646
|
+
display: none;
|
|
31647
|
+
transition: transform 320ms ease;
|
|
31831
31648
|
}
|
|
31832
|
-
.
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
height: 32px;
|
|
31649
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31650
|
+
display: block;
|
|
31651
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31836
31652
|
}
|
|
31837
|
-
.
|
|
31838
|
-
|
|
31653
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31654
|
+
display: block;
|
|
31839
31655
|
}
|
|
31840
|
-
.ant-
|
|
31841
|
-
|
|
31842
|
-
padding: 0 7px;
|
|
31843
|
-
line-height: 20px;
|
|
31656
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31657
|
+
display: none;
|
|
31844
31658
|
}
|
|
31845
|
-
.
|
|
31846
|
-
|
|
31659
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31660
|
+
transform: translateY(-50%);
|
|
31847
31661
|
}
|
|
31848
|
-
.
|
|
31849
|
-
|
|
31662
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31663
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31850
31664
|
}
|
|
31851
|
-
.
|
|
31852
|
-
background: #
|
|
31853
|
-
opacity: 0.5;
|
|
31665
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31666
|
+
background: #f2f5fa;
|
|
31854
31667
|
}
|
|
31855
|
-
.
|
|
31856
|
-
|
|
31668
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31669
|
+
display: block;
|
|
31857
31670
|
}
|
|
31858
|
-
.
|
|
31859
|
-
|
|
31671
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31672
|
+
padding-right: 25px;
|
|
31860
31673
|
}
|
|
31861
|
-
.
|
|
31862
|
-
|
|
31674
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31675
|
+
padding: 0 !important;
|
|
31863
31676
|
}
|
|
31864
|
-
.
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31677
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31678
|
+
position: absolute;
|
|
31679
|
+
left: 50%;
|
|
31680
|
+
top: 50%;
|
|
31681
|
+
transform: translate(-50%, -50%);
|
|
31868
31682
|
}
|
|
31869
|
-
.
|
|
31870
|
-
|
|
31871
|
-
border-color: #ccd4e3;
|
|
31683
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31684
|
+
display: none;
|
|
31872
31685
|
}
|
|
31873
|
-
.
|
|
31874
|
-
|
|
31875
|
-
border-color: #ccd4e3;
|
|
31876
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31686
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31687
|
+
background: #fff;
|
|
31877
31688
|
}
|
|
31878
|
-
.
|
|
31879
|
-
|
|
31880
|
-
|
|
31689
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31690
|
+
background: inherit;
|
|
31691
|
+
}
|
|
31692
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31693
|
+
position: static;
|
|
31881
31694
|
border: none;
|
|
31882
|
-
|
|
31883
|
-
|
|
31884
|
-
|
|
31695
|
+
background: inherit !important;
|
|
31696
|
+
height: 100px;
|
|
31697
|
+
vertical-align: middle;
|
|
31885
31698
|
}
|
|
31886
|
-
.
|
|
31887
|
-
|
|
31699
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31700
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31701
|
+
font-weight: bold;
|
|
31702
|
+
font-size: 20px;
|
|
31703
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31888
31704
|
}
|
|
31889
|
-
.
|
|
31890
|
-
|
|
31891
|
-
|
|
31892
|
-
|
|
31705
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31706
|
+
padding: 0 !important;
|
|
31707
|
+
position: relative;
|
|
31708
|
+
background: #fff;
|
|
31893
31709
|
}
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31710
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31711
|
+
height: 100%;
|
|
31712
|
+
display: flex;
|
|
31713
|
+
align-items: center;
|
|
31714
|
+
justify-content: flex-end;
|
|
31715
|
+
padding-right: 8px;
|
|
31896
31716
|
}
|
|
31897
|
-
.
|
|
31898
|
-
|
|
31717
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31718
|
+
width: 24px;
|
|
31719
|
+
height: 24px;
|
|
31720
|
+
cursor: pointer;
|
|
31721
|
+
justify-content: center;
|
|
31722
|
+
border-radius: 4px;
|
|
31899
31723
|
}
|
|
31900
|
-
.
|
|
31901
|
-
|
|
31902
|
-
margin-right: 8px;
|
|
31903
|
-
padding: 0;
|
|
31904
|
-
width: 36px;
|
|
31724
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31725
|
+
background: #fff;
|
|
31905
31726
|
}
|
|
31906
31727
|
|
|
31907
31728
|
.c1up1pdz {
|
|
@@ -32044,26 +31865,43 @@ input.rrg1fkn.ant-input {
|
|
|
32044
31865
|
color: #fff;
|
|
32045
31866
|
}
|
|
32046
31867
|
|
|
32047
|
-
.
|
|
32048
|
-
|
|
31868
|
+
.n12mqh7z {
|
|
31869
|
+
display: flex;
|
|
31870
|
+
align-items: center;
|
|
31871
|
+
font-size: 12px;
|
|
31872
|
+
line-height: 18px;
|
|
32049
31873
|
}
|
|
32050
|
-
.
|
|
32051
|
-
|
|
32052
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32053
|
-
font-weight: 700;
|
|
32054
|
-
line-height: 32px;
|
|
31874
|
+
.n12mqh7z:not(:last-child) {
|
|
31875
|
+
margin-bottom: 4px;
|
|
32055
31876
|
}
|
|
32056
|
-
|
|
32057
|
-
|
|
32058
|
-
|
|
32059
|
-
background: #fff;
|
|
31877
|
+
|
|
31878
|
+
.tf5bynu {
|
|
31879
|
+
margin: 0 3px;
|
|
32060
31880
|
}
|
|
32061
|
-
|
|
32062
|
-
|
|
32063
|
-
|
|
32064
|
-
|
|
32065
|
-
|
|
32066
|
-
|
|
31881
|
+
|
|
31882
|
+
.tcckoz1 {
|
|
31883
|
+
max-height: 400px;
|
|
31884
|
+
overflow: "auto";
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.m15dvk92 {
|
|
31888
|
+
display: flex;
|
|
31889
|
+
justify-content: space-between;
|
|
31890
|
+
width: 100%;
|
|
31891
|
+
}
|
|
31892
|
+
.m15dvk92 .action {
|
|
31893
|
+
margin-left: 16px;
|
|
31894
|
+
}
|
|
31895
|
+
|
|
31896
|
+
.aql8iqz .ant-alert-message {
|
|
31897
|
+
width: 100%;
|
|
31898
|
+
}
|
|
31899
|
+
|
|
31900
|
+
.tje3huy {
|
|
31901
|
+
width: 100%;
|
|
31902
|
+
overflow: inherit;
|
|
31903
|
+
white-space: inherit;
|
|
31904
|
+
text-overflow: ellipsis;
|
|
32067
31905
|
}
|
|
32068
31906
|
|
|
32069
31907
|
.c1bus5hc {
|
|
@@ -32106,144 +31944,342 @@ input.rrg1fkn.ant-input {
|
|
|
32106
31944
|
transform: rotate(0deg);
|
|
32107
31945
|
}
|
|
32108
31946
|
|
|
32109
|
-
.
|
|
32110
|
-
|
|
32111
|
-
margin-bottom: 4px;
|
|
31947
|
+
.t1sqg15u {
|
|
31948
|
+
background: white;
|
|
32112
31949
|
}
|
|
32113
|
-
.
|
|
31950
|
+
.t1sqg15u.inline .table-row {
|
|
31951
|
+
flex-direction: column;
|
|
31952
|
+
}
|
|
31953
|
+
.t1sqg15u.inline .table-row > label {
|
|
31954
|
+
padding: 0 16px 7px 0;
|
|
31955
|
+
}
|
|
31956
|
+
.t1sqg15u.has-border .table-header {
|
|
31957
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31958
|
+
}
|
|
31959
|
+
.t1sqg15u.has-border .hiddenBorder {
|
|
31960
|
+
border-top: none !important;
|
|
31961
|
+
}
|
|
31962
|
+
.t1sqg15u.has-border .table-row + .table-row {
|
|
31963
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31964
|
+
}
|
|
31965
|
+
.t1sqg15u.has-border .table-row:last-of-type {
|
|
31966
|
+
padding-bottom: 0;
|
|
31967
|
+
}
|
|
31968
|
+
.t1sqg15u.align-right .content {
|
|
31969
|
+
text-align: right;
|
|
31970
|
+
}
|
|
31971
|
+
.t1sqg15u .uuid-row {
|
|
31972
|
+
display: flex;
|
|
31973
|
+
justify-content: space-between;
|
|
31974
|
+
}
|
|
31975
|
+
.t1sqg15u .uuid-row .id-text {
|
|
31976
|
+
white-space: nowrap;
|
|
31977
|
+
overflow: hidden;
|
|
31978
|
+
text-overflow: ellipsis;
|
|
31979
|
+
}
|
|
31980
|
+
|
|
31981
|
+
.t4zczcp {
|
|
31982
|
+
display: flex;
|
|
31983
|
+
justify-content: space-between;
|
|
31984
|
+
align-items: center;
|
|
31985
|
+
padding: 8px;
|
|
31986
|
+
min-height: 32px;
|
|
31987
|
+
}
|
|
31988
|
+
.t4zczcp .table-title {
|
|
31989
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31990
|
+
font-weight: 600;
|
|
31991
|
+
font-size: 12px;
|
|
31992
|
+
line-height: 8px;
|
|
31993
|
+
}
|
|
31994
|
+
.t4zczcp .edit-icon {
|
|
31995
|
+
font-size: 16px;
|
|
32114
31996
|
color: rgba(10, 37, 85, 0.6);
|
|
32115
31997
|
cursor: pointer;
|
|
32116
|
-
transition: color 160ms ease;
|
|
32117
31998
|
}
|
|
32118
|
-
|
|
32119
|
-
|
|
31999
|
+
|
|
32000
|
+
.t1s7goww {
|
|
32001
|
+
font-size: 12px;
|
|
32002
|
+
line-height: 18px;
|
|
32120
32003
|
}
|
|
32121
|
-
|
|
32122
|
-
|
|
32004
|
+
|
|
32005
|
+
.t93e4cf {
|
|
32006
|
+
display: flex;
|
|
32007
|
+
padding: 8px 0;
|
|
32008
|
+
color: #2d3a56;
|
|
32009
|
+
}
|
|
32010
|
+
.t93e4cf .hidden {
|
|
32011
|
+
display: none;
|
|
32012
|
+
}
|
|
32013
|
+
.t93e4cf .ant-btn-link {
|
|
32014
|
+
height: auto;
|
|
32015
|
+
}
|
|
32016
|
+
.t93e4cf .content {
|
|
32017
|
+
overflow: hidden;
|
|
32018
|
+
overflow-x: auto;
|
|
32019
|
+
width: 100%;
|
|
32020
|
+
white-space: pre-wrap;
|
|
32021
|
+
}
|
|
32022
|
+
.t93e4cf .content .ant-btn {
|
|
32023
|
+
white-space: pre-wrap;
|
|
32024
|
+
text-align: left;
|
|
32025
|
+
}
|
|
32026
|
+
.t93e4cf .content .unit-chart {
|
|
32027
|
+
justify-content: flex-start;
|
|
32123
32028
|
}
|
|
32124
32029
|
|
|
32125
|
-
.
|
|
32030
|
+
.rhz2uv5 {
|
|
32031
|
+
width: var(--rhz2uv5-0);
|
|
32032
|
+
flex-shrink: 0;
|
|
32033
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32034
|
+
padding-right: 12px;
|
|
32035
|
+
}
|
|
32036
|
+
|
|
32037
|
+
.wg1tsps {
|
|
32126
32038
|
display: flex;
|
|
32127
32039
|
align-items: center;
|
|
32040
|
+
justify-content: flex-end;
|
|
32128
32041
|
}
|
|
32129
|
-
|
|
32130
|
-
|
|
32042
|
+
|
|
32043
|
+
.b1ctd5xy {
|
|
32044
|
+
display: flex;
|
|
32045
|
+
align-items: center;
|
|
32046
|
+
width: calc(100% - 40px);
|
|
32047
|
+
}
|
|
32048
|
+
.b1ctd5xy .chart {
|
|
32049
|
+
display: inline-block;
|
|
32050
|
+
width: 100%;
|
|
32051
|
+
}
|
|
32052
|
+
|
|
32053
|
+
.u1p8acpn {
|
|
32054
|
+
min-width: 40px;
|
|
32055
|
+
}
|
|
32056
|
+
.u1p8acpn .unit {
|
|
32057
|
+
color: #00122e !important;
|
|
32058
|
+
}
|
|
32059
|
+
|
|
32060
|
+
.c18bcrac {
|
|
32061
|
+
display: inline-block;
|
|
32062
|
+
width: 100%;
|
|
32063
|
+
}
|
|
32064
|
+
.c18bcrac .recharts-wrapper {
|
|
32065
|
+
margin-left: 4px;
|
|
32066
|
+
}
|
|
32067
|
+
|
|
32068
|
+
.cro7kg2 {
|
|
32069
|
+
padding: 4px;
|
|
32070
|
+
}
|
|
32071
|
+
|
|
32072
|
+
.c14wcxf0 {
|
|
32073
|
+
display: flex;
|
|
32074
|
+
justify-content: space-between;
|
|
32075
|
+
align-items: center;
|
|
32076
|
+
font-size: 13px;
|
|
32077
|
+
line-height: 24px;
|
|
32078
|
+
color: #cccccc;
|
|
32079
|
+
white-space: nowrap;
|
|
32080
|
+
}
|
|
32081
|
+
.c14wcxf0 label {
|
|
32082
|
+
margin-right: 32px;
|
|
32083
|
+
}
|
|
32084
|
+
|
|
32085
|
+
.coy29mj.c14wcxf0 {
|
|
32086
|
+
font-weight: bold;
|
|
32087
|
+
color: white;
|
|
32088
|
+
}
|
|
32089
|
+
|
|
32090
|
+
.s11212zy {
|
|
32091
|
+
width: 8px;
|
|
32092
|
+
height: 8px;
|
|
32093
|
+
border-radius: 2px;
|
|
32094
|
+
display: inline-block;
|
|
32095
|
+
background: var(--s11212zy-0);
|
|
32096
|
+
border: 1px solid #fff;
|
|
32097
|
+
box-sizing: content-box;
|
|
32098
|
+
margin-right: 6px;
|
|
32099
|
+
}
|
|
32100
|
+
|
|
32101
|
+
.p1lyky6c > :first-child {
|
|
32102
|
+
font-weight: bold;
|
|
32103
|
+
color: white;
|
|
32104
|
+
margin-right: 4px;
|
|
32131
32105
|
}
|
|
32132
32106
|
|
|
32133
|
-
.
|
|
32134
|
-
width:
|
|
32135
|
-
overflow: inherit;
|
|
32136
|
-
white-space: inherit;
|
|
32137
|
-
text-overflow: ellipsis;
|
|
32107
|
+
.s1fc623g {
|
|
32108
|
+
width: 430px !important;
|
|
32138
32109
|
}
|
|
32139
32110
|
|
|
32140
|
-
.
|
|
32141
|
-
|
|
32111
|
+
.da3mx0o .ant-select-item-group {
|
|
32112
|
+
padding: 8px 16px;
|
|
32113
|
+
line-height: 18px;
|
|
32114
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32115
|
+
height: 34px;
|
|
32116
|
+
min-height: 34px;
|
|
32117
|
+
box-sizing: border-box;
|
|
32118
|
+
margin-top: 8px;
|
|
32142
32119
|
}
|
|
32143
|
-
|
|
32120
|
+
|
|
32121
|
+
.onr9gzt {
|
|
32122
|
+
display: flex;
|
|
32144
32123
|
flex-direction: column;
|
|
32124
|
+
margin: 1px 8px;
|
|
32125
|
+
padding: 8px;
|
|
32126
|
+
border-radius: 4px;
|
|
32145
32127
|
}
|
|
32146
|
-
.
|
|
32147
|
-
|
|
32128
|
+
.onr9gzt .selected-icon {
|
|
32129
|
+
display: none;
|
|
32148
32130
|
}
|
|
32149
|
-
.
|
|
32150
|
-
|
|
32131
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
32132
|
+
padding-left: 8px;
|
|
32151
32133
|
}
|
|
32152
|
-
.
|
|
32153
|
-
|
|
32134
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
32135
|
+
background-color: white;
|
|
32154
32136
|
}
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32137
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
32138
|
+
color: #0080ff;
|
|
32157
32139
|
}
|
|
32158
|
-
.
|
|
32159
|
-
|
|
32140
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
32141
|
+
display: block;
|
|
32160
32142
|
}
|
|
32161
|
-
.
|
|
32162
|
-
|
|
32143
|
+
.onr9gzt.ant-select-item-option-active {
|
|
32144
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32163
32145
|
}
|
|
32164
|
-
.
|
|
32146
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
32147
|
+
color: #0080ff;
|
|
32148
|
+
}
|
|
32149
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
32150
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32151
|
+
color: #0080ff;
|
|
32152
|
+
}
|
|
32153
|
+
|
|
32154
|
+
.oiy0apc {
|
|
32165
32155
|
display: flex;
|
|
32166
32156
|
justify-content: space-between;
|
|
32157
|
+
height: 20px;
|
|
32158
|
+
line-height: 20px;
|
|
32167
32159
|
}
|
|
32168
|
-
.
|
|
32169
|
-
|
|
32160
|
+
.oiy0apc .timezone-title {
|
|
32161
|
+
color: #2d3a56;
|
|
32170
32162
|
overflow: hidden;
|
|
32171
32163
|
text-overflow: ellipsis;
|
|
32172
32164
|
}
|
|
32173
32165
|
|
|
32174
|
-
.
|
|
32166
|
+
.of4y382 {
|
|
32175
32167
|
display: flex;
|
|
32176
32168
|
justify-content: space-between;
|
|
32177
|
-
align-items: center;
|
|
32178
|
-
padding: 8px;
|
|
32179
|
-
min-height: 32px;
|
|
32180
|
-
}
|
|
32181
|
-
.t4zczcp .table-title {
|
|
32182
32169
|
color: rgba(44, 56, 82, 0.6);
|
|
32183
|
-
|
|
32184
|
-
|
|
32185
|
-
|
|
32170
|
+
height: 18px;
|
|
32171
|
+
line-height: 18px;
|
|
32172
|
+
margin-top: 2px;
|
|
32186
32173
|
}
|
|
32187
|
-
|
|
32188
|
-
|
|
32189
|
-
|
|
32190
|
-
|
|
32174
|
+
|
|
32175
|
+
.t19903l9 {
|
|
32176
|
+
border: none;
|
|
32177
|
+
margin-right: 0;
|
|
32178
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32191
32179
|
}
|
|
32192
32180
|
|
|
32193
|
-
.
|
|
32194
|
-
|
|
32195
|
-
|
|
32181
|
+
.ohwbvxu {
|
|
32182
|
+
pointer-events: none;
|
|
32183
|
+
height: 32px;
|
|
32184
|
+
width: 100%;
|
|
32185
|
+
opacity: 0;
|
|
32196
32186
|
}
|
|
32197
32187
|
|
|
32198
|
-
.
|
|
32199
|
-
display:
|
|
32200
|
-
padding: 8px 0;
|
|
32201
|
-
color: #2d3a56;
|
|
32188
|
+
.i1e4sgug {
|
|
32189
|
+
display: inline-block;
|
|
32202
32190
|
}
|
|
32203
|
-
|
|
32204
|
-
|
|
32191
|
+
|
|
32192
|
+
.clm1wy1 {
|
|
32193
|
+
width: 192px;
|
|
32194
|
+
height: 246px;
|
|
32195
|
+
border-radius: 4px;
|
|
32205
32196
|
}
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32197
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32198
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32199
|
+
width: 100%;
|
|
32200
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32201
|
+
border-top: none;
|
|
32208
32202
|
}
|
|
32209
|
-
.
|
|
32210
|
-
|
|
32211
|
-
|
|
32203
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32204
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32205
|
+
padding: 0 16px;
|
|
32206
|
+
}
|
|
32207
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32208
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32212
32209
|
width: 100%;
|
|
32213
|
-
|
|
32210
|
+
height: 180px;
|
|
32211
|
+
border-spacing: 0;
|
|
32214
32212
|
}
|
|
32215
|
-
.
|
|
32216
|
-
|
|
32217
|
-
|
|
32213
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32214
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32215
|
+
margin-bottom: 8px;
|
|
32218
32216
|
}
|
|
32219
|
-
.
|
|
32220
|
-
|
|
32217
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32218
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32219
|
+
width: 22px;
|
|
32220
|
+
}
|
|
32221
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32222
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32223
|
+
padding: 0;
|
|
32224
|
+
}
|
|
32225
|
+
.clm1wy1 .ant-picker-cell {
|
|
32226
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32227
|
+
opacity: 0.4;
|
|
32228
|
+
}
|
|
32229
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32230
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32231
|
+
opacity: 1;
|
|
32232
|
+
}
|
|
32233
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32234
|
+
color: #3e4652;
|
|
32235
|
+
}
|
|
32236
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32237
|
+
pointer-events: none;
|
|
32221
32238
|
}
|
|
32222
32239
|
|
|
32223
|
-
.
|
|
32224
|
-
|
|
32225
|
-
|
|
32226
|
-
|
|
32227
|
-
padding
|
|
32240
|
+
.t1tsm00v {
|
|
32241
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32242
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32243
|
+
backdrop-filter: blur(10px);
|
|
32244
|
+
padding: 7px 10px;
|
|
32228
32245
|
}
|
|
32229
32246
|
|
|
32230
|
-
.
|
|
32247
|
+
.c167wnad {
|
|
32248
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32231
32249
|
display: flex;
|
|
32250
|
+
justify-content: space-between;
|
|
32232
32251
|
align-items: center;
|
|
32233
|
-
|
|
32234
|
-
line-height: 18px;
|
|
32252
|
+
padding: 8px 16px;
|
|
32235
32253
|
}
|
|
32236
|
-
.
|
|
32237
|
-
|
|
32254
|
+
.c167wnad .anticon {
|
|
32255
|
+
cursor: pointer;
|
|
32238
32256
|
}
|
|
32239
|
-
|
|
32240
|
-
|
|
32241
|
-
margin: 0 3px;
|
|
32257
|
+
.c167wnad .anticon:hover {
|
|
32258
|
+
color: #0096ff;
|
|
32242
32259
|
}
|
|
32243
32260
|
|
|
32244
|
-
.
|
|
32245
|
-
|
|
32246
|
-
|
|
32261
|
+
.cxhf7dh {
|
|
32262
|
+
text-align: center;
|
|
32263
|
+
}
|
|
32264
|
+
.cxhf7dh .dots {
|
|
32265
|
+
display: flex;
|
|
32266
|
+
justify-content: center;
|
|
32267
|
+
}
|
|
32268
|
+
.cxhf7dh .dot {
|
|
32269
|
+
display: inline-block;
|
|
32270
|
+
width: 2px;
|
|
32271
|
+
height: 2px;
|
|
32272
|
+
border-radius: 1px;
|
|
32273
|
+
background: #0096ff;
|
|
32274
|
+
}
|
|
32275
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32276
|
+
margin-right: 2px;
|
|
32277
|
+
}
|
|
32278
|
+
.cxhf7dh .bar {
|
|
32279
|
+
width: 9px;
|
|
32280
|
+
height: 2px;
|
|
32281
|
+
background: #0096ff;
|
|
32282
|
+
border-radius: 2px;
|
|
32247
32283
|
}
|
|
32248
32284
|
|
|
32249
32285
|
.c18gxmrl {
|
|
@@ -32266,51 +32302,33 @@ input.rrg1fkn.ant-input {
|
|
|
32266
32302
|
padding: 8px 12px;
|
|
32267
32303
|
}
|
|
32268
32304
|
|
|
32269
|
-
.
|
|
32270
|
-
|
|
32271
|
-
align-items: center;
|
|
32272
|
-
justify-content: flex-end;
|
|
32273
|
-
}
|
|
32274
|
-
|
|
32275
|
-
.b1ctd5xy {
|
|
32276
|
-
display: flex;
|
|
32277
|
-
align-items: center;
|
|
32278
|
-
width: calc(100% - 40px);
|
|
32279
|
-
}
|
|
32280
|
-
.b1ctd5xy .chart {
|
|
32281
|
-
display: inline-block;
|
|
32282
|
-
width: 100%;
|
|
32283
|
-
}
|
|
32284
|
-
|
|
32285
|
-
.u1p8acpn {
|
|
32286
|
-
min-width: 40px;
|
|
32305
|
+
.c10crapj {
|
|
32306
|
+
border-radius: 8px;
|
|
32287
32307
|
}
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32308
|
+
.c10crapj .ant-card-body {
|
|
32309
|
+
padding: 20px 24px 24px 24px;
|
|
32290
32310
|
}
|
|
32291
32311
|
|
|
32292
|
-
.
|
|
32293
|
-
|
|
32312
|
+
.cav9p2m .ant-collapse-item {
|
|
32313
|
+
border: 0px;
|
|
32314
|
+
background-color: #fff;
|
|
32294
32315
|
}
|
|
32295
|
-
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
|
|
32299
|
-
|
|
32316
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32317
|
+
padding-top: 0px;
|
|
32318
|
+
padding-bottom: 0px;
|
|
32319
|
+
padding-left: 0px !important;
|
|
32320
|
+
padding-right: 24px;
|
|
32300
32321
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32322
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32323
|
+
right: 0px;
|
|
32303
32324
|
}
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
width: 100%;
|
|
32325
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32326
|
+
padding: 0px;
|
|
32307
32327
|
}
|
|
32308
32328
|
|
|
32309
|
-
.
|
|
32310
|
-
|
|
32311
|
-
|
|
32312
|
-
.c10crapj .ant-card-body {
|
|
32313
|
-
padding: 20px 24px 24px 24px;
|
|
32329
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32330
|
+
padding-right: 0px;
|
|
32331
|
+
cursor: default;
|
|
32314
32332
|
}
|
|
32315
32333
|
|
|
32316
32334
|
.c198s9j3 {
|
|
@@ -32384,26 +32402,17 @@ input.rrg1fkn.ant-input {
|
|
|
32384
32402
|
margin-left: 24px;
|
|
32385
32403
|
}
|
|
32386
32404
|
|
|
32387
|
-
.
|
|
32388
|
-
|
|
32389
|
-
|
|
32390
|
-
}
|
|
32391
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32392
|
-
padding-top: 0px;
|
|
32393
|
-
padding-bottom: 0px;
|
|
32394
|
-
padding-left: 0px !important;
|
|
32395
|
-
padding-right: 24px;
|
|
32396
|
-
}
|
|
32397
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32398
|
-
right: 0px;
|
|
32405
|
+
.o8ocss1 {
|
|
32406
|
+
overflow: hidden;
|
|
32407
|
+
text-overflow: ellipsis;
|
|
32399
32408
|
}
|
|
32400
|
-
|
|
32401
|
-
|
|
32409
|
+
|
|
32410
|
+
.n17syc35 {
|
|
32411
|
+
white-space: nowrap;
|
|
32402
32412
|
}
|
|
32403
32413
|
|
|
32404
|
-
.
|
|
32405
|
-
|
|
32406
|
-
cursor: default;
|
|
32414
|
+
.t3qomhu {
|
|
32415
|
+
margin: 0 2px;
|
|
32407
32416
|
}
|
|
32408
32417
|
|
|
32409
32418
|
.igz4le8 {
|
|
@@ -32416,17 +32425,65 @@ input.rrg1fkn.ant-input {
|
|
|
32416
32425
|
color: rgba(44, 56, 82, 0.6);
|
|
32417
32426
|
}
|
|
32418
32427
|
|
|
32419
|
-
.
|
|
32420
|
-
|
|
32421
|
-
text-overflow: ellipsis;
|
|
32428
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32429
|
+
display: flex;
|
|
32422
32430
|
}
|
|
32423
32431
|
|
|
32424
|
-
.
|
|
32425
|
-
|
|
32432
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32433
|
+
border-radius: 6px;
|
|
32426
32434
|
}
|
|
32427
|
-
|
|
32428
|
-
|
|
32429
|
-
|
|
32435
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32436
|
+
width: 100%;
|
|
32437
|
+
color: #2d3a56;
|
|
32438
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32439
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32440
|
+
font-size: 13px;
|
|
32441
|
+
}
|
|
32442
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32443
|
+
height: 30px;
|
|
32444
|
+
}
|
|
32445
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32446
|
+
height: 38px;
|
|
32447
|
+
font-size: 13px;
|
|
32448
|
+
}
|
|
32449
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32450
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32451
|
+
transition: 160ms ease;
|
|
32452
|
+
}
|
|
32453
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32454
|
+
color: #0080ff;
|
|
32455
|
+
}
|
|
32456
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32457
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32458
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32459
|
+
}
|
|
32460
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32461
|
+
color: #0080ff;
|
|
32462
|
+
}
|
|
32463
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32464
|
+
border-color: #0080ff;
|
|
32465
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32466
|
+
}
|
|
32467
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32468
|
+
transform: rotate(180deg);
|
|
32469
|
+
}
|
|
32470
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32471
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32472
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32473
|
+
cursor: "not-allowed";
|
|
32474
|
+
}
|
|
32475
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32476
|
+
border-color: #f0483e !important;
|
|
32477
|
+
}
|
|
32478
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32479
|
+
color: #1d326c;
|
|
32480
|
+
}
|
|
32481
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32482
|
+
border-color: #0080ff;
|
|
32483
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32484
|
+
}
|
|
32485
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32486
|
+
transform: rotate(180deg);
|
|
32430
32487
|
}
|
|
32431
32488
|
|
|
32432
32489
|
.s14dk8r1 {
|
|
@@ -32503,61 +32560,8 @@ input.rrg1fkn.ant-input {
|
|
|
32503
32560
|
display: inline-block;
|
|
32504
32561
|
}
|
|
32505
32562
|
|
|
32506
|
-
.
|
|
32507
|
-
|
|
32508
|
-
}
|
|
32509
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32510
|
-
width: 100%;
|
|
32511
|
-
color: #2d3a56;
|
|
32512
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32513
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32514
|
-
font-size: 13px;
|
|
32515
|
-
}
|
|
32516
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32517
|
-
height: 30px;
|
|
32518
|
-
}
|
|
32519
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32520
|
-
height: 38px;
|
|
32521
|
-
font-size: 13px;
|
|
32522
|
-
}
|
|
32523
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32524
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32525
|
-
transition: 160ms ease;
|
|
32526
|
-
}
|
|
32527
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32528
|
-
color: #0080ff;
|
|
32529
|
-
}
|
|
32530
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32531
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32532
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32533
|
-
}
|
|
32534
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32535
|
-
color: #0080ff;
|
|
32536
|
-
}
|
|
32537
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32538
|
-
border-color: #0080ff;
|
|
32539
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32540
|
-
}
|
|
32541
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32542
|
-
transform: rotate(180deg);
|
|
32543
|
-
}
|
|
32544
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32545
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32546
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32547
|
-
cursor: "not-allowed";
|
|
32548
|
-
}
|
|
32549
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32550
|
-
border-color: #f0483e !important;
|
|
32551
|
-
}
|
|
32552
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32553
|
-
color: #1d326c;
|
|
32554
|
-
}
|
|
32555
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32556
|
-
border-color: #0080ff;
|
|
32557
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32558
|
-
}
|
|
32559
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32560
|
-
transform: rotate(180deg);
|
|
32563
|
+
.t19ustft .date {
|
|
32564
|
+
margin-right: 4px;
|
|
32561
32565
|
}
|
|
32562
32566
|
|
|
32563
32567
|
.l4bld33 {
|
|
@@ -32717,143 +32721,57 @@ input.rrg1fkn.ant-input {
|
|
|
32717
32721
|
line-height: 30px;
|
|
32718
32722
|
margin: 0 16px;
|
|
32719
32723
|
}
|
|
32720
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32721
|
-
display: flex;
|
|
32722
|
-
font-size: 12px;
|
|
32723
|
-
align-items: center;
|
|
32724
|
-
}
|
|
32725
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32726
|
-
color: #a3b4cc;
|
|
32727
|
-
}
|
|
32728
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32729
|
-
margin-left: 10px;
|
|
32730
|
-
}
|
|
32731
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32732
|
-
margin-left: 10px;
|
|
32733
|
-
cursor: pointer;
|
|
32734
|
-
}
|
|
32735
|
-
.m16f7gpb .recharts-xAxis {
|
|
32736
|
-
font-size: 12px;
|
|
32737
|
-
}
|
|
32738
|
-
.m16f7gpb .pointer-wrapper {
|
|
32739
|
-
position: absolute;
|
|
32740
|
-
bottom: 10px;
|
|
32741
|
-
padding: 0 8px;
|
|
32742
|
-
border-radius: 4px;
|
|
32743
|
-
font-size: 12px;
|
|
32744
|
-
color: #fff;
|
|
32745
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32746
|
-
transform: translateX(-50%);
|
|
32747
|
-
}
|
|
32748
|
-
|
|
32749
|
-
.t1ipvk51 {
|
|
32750
|
-
min-width: 200px;
|
|
32751
|
-
}
|
|
32752
|
-
|
|
32753
|
-
.t1kgldps {
|
|
32754
|
-
display: flex;
|
|
32755
|
-
align-items: center;
|
|
32756
|
-
justify-content: space-between;
|
|
32757
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32758
|
-
color: #b4beca;
|
|
32759
|
-
font-size: 12px;
|
|
32760
|
-
padding: 3px 6px;
|
|
32761
|
-
}
|
|
32762
|
-
.t1kgldps:first-child {
|
|
32763
|
-
padding-top: 3px;
|
|
32764
|
-
}
|
|
32765
|
-
.t1kgldps:last-child {
|
|
32766
|
-
padding-bottom: 3px;
|
|
32767
|
-
}
|
|
32768
|
-
.t1kgldps .column-value {
|
|
32769
|
-
color: #fff;
|
|
32770
|
-
margin-left: 8px;
|
|
32771
|
-
}
|
|
32772
|
-
|
|
32773
|
-
.t19ustft .date {
|
|
32774
|
-
margin-right: 4px;
|
|
32775
|
-
}
|
|
32776
|
-
|
|
32777
|
-
.s1uupxds {
|
|
32778
|
-
padding: 0 8px;
|
|
32779
|
-
border-radius: 4px;
|
|
32780
|
-
}
|
|
32781
|
-
|
|
32782
|
-
.m10sqwut {
|
|
32783
|
-
padding: 2px 8px;
|
|
32784
|
-
border-radius: 3px;
|
|
32785
|
-
}
|
|
32786
|
-
|
|
32787
|
-
.l1d492wb {
|
|
32788
|
-
padding: 3px 8px;
|
|
32789
|
-
border-radius: 2px;
|
|
32790
|
-
}
|
|
32791
|
-
|
|
32792
|
-
.t1lzavmu.ant-tag:hover {
|
|
32793
|
-
opacity: unset;
|
|
32794
|
-
}
|
|
32795
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32796
|
-
margin: 0;
|
|
32797
|
-
margin-right: 8px;
|
|
32798
|
-
display: inline-flex;
|
|
32799
|
-
align-items: center;
|
|
32800
|
-
border: none;
|
|
32801
|
-
}
|
|
32802
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32803
|
-
width: 16px;
|
|
32804
|
-
height: 16px;
|
|
32805
|
-
color: inherit;
|
|
32806
|
-
margin-left: 4px;
|
|
32807
|
-
opacity: 0.6;
|
|
32808
|
-
display: inline-flex;
|
|
32809
|
-
}
|
|
32810
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32811
|
-
opacity: 1;
|
|
32812
|
-
}
|
|
32813
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32814
|
-
color: #0080ff;
|
|
32815
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32816
|
-
}
|
|
32817
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32818
|
-
color: #f0483e;
|
|
32819
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32820
|
-
}
|
|
32821
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32822
|
-
color: #e07f00;
|
|
32823
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32724
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32725
|
+
display: flex;
|
|
32726
|
+
font-size: 12px;
|
|
32727
|
+
align-items: center;
|
|
32824
32728
|
}
|
|
32825
|
-
.
|
|
32826
|
-
color: #
|
|
32827
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32729
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32730
|
+
color: #a3b4cc;
|
|
32828
32731
|
}
|
|
32829
|
-
.
|
|
32830
|
-
|
|
32831
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32732
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32733
|
+
margin-left: 10px;
|
|
32832
32734
|
}
|
|
32833
|
-
.
|
|
32834
|
-
|
|
32835
|
-
|
|
32735
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32736
|
+
margin-left: 10px;
|
|
32737
|
+
cursor: pointer;
|
|
32836
32738
|
}
|
|
32837
|
-
.
|
|
32838
|
-
|
|
32739
|
+
.m16f7gpb .recharts-xAxis {
|
|
32740
|
+
font-size: 12px;
|
|
32839
32741
|
}
|
|
32840
|
-
.
|
|
32841
|
-
|
|
32742
|
+
.m16f7gpb .pointer-wrapper {
|
|
32743
|
+
position: absolute;
|
|
32744
|
+
bottom: 10px;
|
|
32745
|
+
padding: 0 8px;
|
|
32746
|
+
border-radius: 4px;
|
|
32747
|
+
font-size: 12px;
|
|
32748
|
+
color: #fff;
|
|
32749
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32750
|
+
transform: translateX(-50%);
|
|
32842
32751
|
}
|
|
32843
|
-
|
|
32844
|
-
|
|
32752
|
+
|
|
32753
|
+
.t1ipvk51 {
|
|
32754
|
+
min-width: 200px;
|
|
32845
32755
|
}
|
|
32846
|
-
|
|
32847
|
-
|
|
32756
|
+
|
|
32757
|
+
.t1kgldps {
|
|
32758
|
+
display: flex;
|
|
32759
|
+
align-items: center;
|
|
32760
|
+
justify-content: space-between;
|
|
32761
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32762
|
+
color: #b4beca;
|
|
32763
|
+
font-size: 12px;
|
|
32764
|
+
padding: 3px 6px;
|
|
32848
32765
|
}
|
|
32849
|
-
.
|
|
32850
|
-
|
|
32766
|
+
.t1kgldps:first-child {
|
|
32767
|
+
padding-top: 3px;
|
|
32851
32768
|
}
|
|
32852
|
-
.
|
|
32853
|
-
|
|
32769
|
+
.t1kgldps:last-child {
|
|
32770
|
+
padding-bottom: 3px;
|
|
32854
32771
|
}
|
|
32855
|
-
.
|
|
32856
|
-
|
|
32772
|
+
.t1kgldps .column-value {
|
|
32773
|
+
color: #fff;
|
|
32774
|
+
margin-left: 8px;
|
|
32857
32775
|
}
|
|
32858
32776
|
|
|
32859
32777
|
.sq6vos1 {
|
|
@@ -33003,6 +32921,7 @@ input.rrg1fkn.ant-input {
|
|
|
33003
32921
|
font-size: 13px;
|
|
33004
32922
|
line-height: 20px;
|
|
33005
32923
|
max-width: 100%;
|
|
32924
|
+
padding-right: 0;
|
|
33006
32925
|
}
|
|
33007
32926
|
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33008
32927
|
background: rgba(0, 128, 255, 0.1);
|
|
@@ -33071,17 +32990,86 @@ input.rrg1fkn.ant-input {
|
|
|
33071
32990
|
background: rgba(163, 180, 204, 0.18);
|
|
33072
32991
|
}
|
|
33073
32992
|
|
|
33074
|
-
.
|
|
33075
|
-
|
|
33076
|
-
|
|
32993
|
+
.s1uupxds {
|
|
32994
|
+
padding: 0 8px;
|
|
32995
|
+
border-radius: 4px;
|
|
32996
|
+
}
|
|
32997
|
+
|
|
32998
|
+
.m10sqwut {
|
|
32999
|
+
padding: 2px 8px;
|
|
33000
|
+
border-radius: 3px;
|
|
33001
|
+
}
|
|
33002
|
+
|
|
33003
|
+
.l1d492wb {
|
|
33004
|
+
padding: 3px 8px;
|
|
33077
33005
|
border-radius: 2px;
|
|
33078
|
-
background: #f5f7fa;
|
|
33079
|
-
display: flex;
|
|
33080
|
-
width: 100%;
|
|
33081
|
-
overflow: hidden;
|
|
33082
33006
|
}
|
|
33083
|
-
|
|
33084
|
-
|
|
33007
|
+
|
|
33008
|
+
.t1lzavmu.ant-tag:hover {
|
|
33009
|
+
opacity: unset;
|
|
33010
|
+
}
|
|
33011
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
33012
|
+
margin: 0;
|
|
33013
|
+
margin-right: 8px;
|
|
33014
|
+
display: inline-flex;
|
|
33015
|
+
align-items: center;
|
|
33016
|
+
border: none;
|
|
33017
|
+
}
|
|
33018
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
33019
|
+
width: 16px;
|
|
33020
|
+
height: 16px;
|
|
33021
|
+
color: inherit;
|
|
33022
|
+
margin-left: 4px;
|
|
33023
|
+
opacity: 0.6;
|
|
33024
|
+
display: inline-flex;
|
|
33025
|
+
}
|
|
33026
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
33027
|
+
opacity: 1;
|
|
33028
|
+
}
|
|
33029
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
33030
|
+
color: #0080ff;
|
|
33031
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33032
|
+
}
|
|
33033
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
33034
|
+
color: #f0483e;
|
|
33035
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33036
|
+
}
|
|
33037
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
33038
|
+
color: #e07f00;
|
|
33039
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
33040
|
+
}
|
|
33041
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
33042
|
+
color: #008f4c;
|
|
33043
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33044
|
+
}
|
|
33045
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
33046
|
+
color: #1d326c;
|
|
33047
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33048
|
+
}
|
|
33049
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
33050
|
+
color: #7E41FF;
|
|
33051
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
33052
|
+
}
|
|
33053
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
33054
|
+
color: #fff;
|
|
33055
|
+
}
|
|
33056
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
33057
|
+
background-color: #f0483e;
|
|
33058
|
+
}
|
|
33059
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
33060
|
+
background-color: #fea008;
|
|
33061
|
+
}
|
|
33062
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
33063
|
+
background-color: #00ba5d;
|
|
33064
|
+
}
|
|
33065
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
33066
|
+
background-color: #0080ff;
|
|
33067
|
+
}
|
|
33068
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33069
|
+
background-color: #6b7d99;
|
|
33070
|
+
}
|
|
33071
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33072
|
+
background-color: #7E41FF;
|
|
33085
33073
|
}
|
|
33086
33074
|
|
|
33087
33075
|
.c1udgdh2 {
|
|
@@ -33144,6 +33132,23 @@ input.rrg1fkn.ant-input {
|
|
|
33144
33132
|
margin-right: 6px;
|
|
33145
33133
|
}
|
|
33146
33134
|
|
|
33135
|
+
.bab9xum {
|
|
33136
|
+
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);
|
|
33137
|
+
}
|
|
33138
|
+
|
|
33139
|
+
.cav4gt6 {
|
|
33140
|
+
border-radius: 8px;
|
|
33141
|
+
background-color: white;
|
|
33142
|
+
}
|
|
33143
|
+
.cav4gt6.hoverable {
|
|
33144
|
+
cursor: pointer;
|
|
33145
|
+
}
|
|
33146
|
+
.cav4gt6.hoverable:hover {
|
|
33147
|
+
transition: all 200ms ease;
|
|
33148
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33149
|
+
transform: translateY(-4px);
|
|
33150
|
+
}
|
|
33151
|
+
|
|
33147
33152
|
.tc40oxa {
|
|
33148
33153
|
margin-bottom: 4px;
|
|
33149
33154
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33337,30 +33342,22 @@ input.rrg1fkn.ant-input {
|
|
|
33337
33342
|
margin-right: 8px;
|
|
33338
33343
|
}
|
|
33339
33344
|
|
|
33340
|
-
.
|
|
33341
|
-
|
|
33342
|
-
|
|
33343
|
-
|
|
33344
|
-
|
|
33345
|
-
|
|
33346
|
-
|
|
33347
|
-
|
|
33348
|
-
.cav4gt6.hoverable {
|
|
33349
|
-
cursor: pointer;
|
|
33345
|
+
.skwah65 {
|
|
33346
|
+
height: 8px;
|
|
33347
|
+
box-sizing: border-box;
|
|
33348
|
+
border-radius: 2px;
|
|
33349
|
+
background: #f5f7fa;
|
|
33350
|
+
display: flex;
|
|
33351
|
+
width: 100%;
|
|
33352
|
+
overflow: hidden;
|
|
33350
33353
|
}
|
|
33351
|
-
.
|
|
33352
|
-
|
|
33353
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33354
|
-
transform: translateY(-4px);
|
|
33354
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33355
|
+
margin-left: 1px;
|
|
33355
33356
|
}
|
|
33356
33357
|
|
|
33357
|
-
.
|
|
33358
|
-
padding-left: 0;
|
|
33359
|
-
}
|
|
33360
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33361
|
-
border-radius: 4px 0 0 4px;
|
|
33362
|
-
padding-right: 4px;
|
|
33358
|
+
.iwsze0q {
|
|
33363
33359
|
margin-right: 4px;
|
|
33360
|
+
height: 16px;
|
|
33364
33361
|
}
|
|
33365
33362
|
|
|
33366
33363
|
.sut42l0 {
|
|
@@ -33389,11 +33386,6 @@ input.rrg1fkn.ant-input {
|
|
|
33389
33386
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33390
33387
|
}
|
|
33391
33388
|
|
|
33392
|
-
.iwsze0q {
|
|
33393
|
-
margin-right: 4px;
|
|
33394
|
-
height: 16px;
|
|
33395
|
-
}
|
|
33396
|
-
|
|
33397
33389
|
.f1p9ti6d {
|
|
33398
33390
|
width: 100%;
|
|
33399
33391
|
margin-bottom: 0 !important;
|
|
@@ -33425,6 +33417,15 @@ input.rrg1fkn.ant-input {
|
|
|
33425
33417
|
min-height: 0px;
|
|
33426
33418
|
}
|
|
33427
33419
|
|
|
33420
|
+
.w1xcixj5.outside-tag {
|
|
33421
|
+
padding-left: 0;
|
|
33422
|
+
}
|
|
33423
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33424
|
+
border-radius: 4px 0 0 4px;
|
|
33425
|
+
padding-right: 4px;
|
|
33426
|
+
margin-right: 4px;
|
|
33427
|
+
}
|
|
33428
|
+
|
|
33428
33429
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33429
33430
|
display: var(--at4ovwe-0);
|
|
33430
33431
|
}
|
|
@@ -33475,6 +33476,25 @@ input.rrg1fkn.ant-input {
|
|
|
33475
33476
|
font-size: inherit;
|
|
33476
33477
|
}
|
|
33477
33478
|
|
|
33479
|
+
.feau332.ant-form-item {
|
|
33480
|
+
margin-bottom: 0;
|
|
33481
|
+
}
|
|
33482
|
+
.feau332 .ant-form-item-explain {
|
|
33483
|
+
display: none;
|
|
33484
|
+
min-height: 18px;
|
|
33485
|
+
margin-top: 5px;
|
|
33486
|
+
font-family: "Inter";
|
|
33487
|
+
font-weight: 400;
|
|
33488
|
+
font-size: 12px;
|
|
33489
|
+
line-height: 18px;
|
|
33490
|
+
}
|
|
33491
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33492
|
+
white-space: pre-wrap;
|
|
33493
|
+
}
|
|
33494
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33495
|
+
display: block;
|
|
33496
|
+
}
|
|
33497
|
+
|
|
33478
33498
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33479
33499
|
display: var(--a6dbbkm-0);
|
|
33480
33500
|
}
|
|
@@ -33504,23 +33524,4 @@ input.rrg1fkn.ant-input {
|
|
|
33504
33524
|
margin: 0;
|
|
33505
33525
|
height: auto;
|
|
33506
33526
|
font-size: inherit;
|
|
33507
|
-
}
|
|
33508
|
-
|
|
33509
|
-
.feau332.ant-form-item {
|
|
33510
|
-
margin-bottom: 0;
|
|
33511
|
-
}
|
|
33512
|
-
.feau332 .ant-form-item-explain {
|
|
33513
|
-
display: none;
|
|
33514
|
-
min-height: 18px;
|
|
33515
|
-
margin-top: 5px;
|
|
33516
|
-
font-family: "Inter";
|
|
33517
|
-
font-weight: 400;
|
|
33518
|
-
font-size: 12px;
|
|
33519
|
-
line-height: 18px;
|
|
33520
|
-
}
|
|
33521
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33522
|
-
white-space: pre-wrap;
|
|
33523
|
-
}
|
|
33524
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33525
|
-
display: block;
|
|
33526
33527
|
}
|