@cloudtower/eagle 0.27.3 → 0.27.4
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/index.d.ts +10 -0
- package/dist/components.css +1244 -1161
- package/dist/coreX/BarChart/BarChart.stories.d.ts +6 -0
- package/dist/coreX/BarChart/index.d.ts +10 -0
- package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +7 -0
- package/dist/coreX/ChartWithTooltip/index.d.ts +40 -0
- package/dist/coreX/DonutChart/DonutChart.stories.d.ts +6 -0
- package/dist/coreX/DonutChart/index.d.ts +12 -0
- package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +7 -0
- package/dist/coreX/UnitWithChart/index.d.ts +30 -0
- package/dist/esm/index.js +1600 -1299
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +890 -807
- package/dist/umd/index.js +1590 -1289
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -0
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29471,6 +29471,81 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
+
.fde5mpd {
|
|
29475
|
+
width: 100%;
|
|
29476
|
+
height: 100%;
|
|
29477
|
+
min-height: 124px;
|
|
29478
|
+
display: flex;
|
|
29479
|
+
flex-direction: column;
|
|
29480
|
+
justify-content: center;
|
|
29481
|
+
align-items: center;
|
|
29482
|
+
}
|
|
29483
|
+
.fde5mpd .error-text {
|
|
29484
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29485
|
+
margin-bottom: 16px;
|
|
29486
|
+
font-size: 18px;
|
|
29487
|
+
}
|
|
29488
|
+
|
|
29489
|
+
.bpq0js6 {
|
|
29490
|
+
padding: 4px 11px;
|
|
29491
|
+
}
|
|
29492
|
+
|
|
29493
|
+
.b15sn34c {
|
|
29494
|
+
white-space: nowrap;
|
|
29495
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29496
|
+
}
|
|
29497
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29498
|
+
--color: #0080ff;
|
|
29499
|
+
}
|
|
29500
|
+
.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] {
|
|
29501
|
+
--color: #0080ff;
|
|
29502
|
+
}
|
|
29503
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29504
|
+
margin-left: 1px;
|
|
29505
|
+
}
|
|
29506
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29507
|
+
border-top-right-radius: 0;
|
|
29508
|
+
border-bottom-right-radius: 0;
|
|
29509
|
+
}
|
|
29510
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29511
|
+
border-top-left-radius: 0;
|
|
29512
|
+
border-bottom-left-radius: 0;
|
|
29513
|
+
}
|
|
29514
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29515
|
+
border-radius: unset;
|
|
29516
|
+
}
|
|
29517
|
+
|
|
29518
|
+
.iap75of {
|
|
29519
|
+
height: 18px;
|
|
29520
|
+
line-height: 18px;
|
|
29521
|
+
padding: 0 4px;
|
|
29522
|
+
border-radius: 4px;
|
|
29523
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29524
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29525
|
+
display: flex;
|
|
29526
|
+
align-items: center;
|
|
29527
|
+
white-space: nowrap;
|
|
29528
|
+
margin-right: 4px;
|
|
29529
|
+
}
|
|
29530
|
+
|
|
29531
|
+
.i1mrf09m {
|
|
29532
|
+
display: inline-flex;
|
|
29533
|
+
align-items: center;
|
|
29534
|
+
}
|
|
29535
|
+
.i1mrf09m .icon-inner {
|
|
29536
|
+
display: inline-flex;
|
|
29537
|
+
align-items: center;
|
|
29538
|
+
justify-content: center;
|
|
29539
|
+
}
|
|
29540
|
+
.i1mrf09m .icon-inner + span,
|
|
29541
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29542
|
+
margin-left: 4px;
|
|
29543
|
+
}
|
|
29544
|
+
.i1mrf09m.is-rotate img,
|
|
29545
|
+
.i1mrf09m.is-rotate svg {
|
|
29546
|
+
animation: rotate 680ms linear infinite;
|
|
29547
|
+
}
|
|
29548
|
+
|
|
29474
29549
|
.buj61ew.ant-btn-icon-only {
|
|
29475
29550
|
justify-content: center;
|
|
29476
29551
|
}
|
|
@@ -29721,81 +29796,6 @@ html body {
|
|
|
29721
29796
|
padding: 0;
|
|
29722
29797
|
}
|
|
29723
29798
|
|
|
29724
|
-
.bpq0js6 {
|
|
29725
|
-
padding: 4px 11px;
|
|
29726
|
-
}
|
|
29727
|
-
|
|
29728
|
-
.b15sn34c {
|
|
29729
|
-
white-space: nowrap;
|
|
29730
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29731
|
-
}
|
|
29732
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29733
|
-
--color: #0080ff;
|
|
29734
|
-
}
|
|
29735
|
-
.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] {
|
|
29736
|
-
--color: #0080ff;
|
|
29737
|
-
}
|
|
29738
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29739
|
-
margin-left: 1px;
|
|
29740
|
-
}
|
|
29741
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29742
|
-
border-top-right-radius: 0;
|
|
29743
|
-
border-bottom-right-radius: 0;
|
|
29744
|
-
}
|
|
29745
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29746
|
-
border-top-left-radius: 0;
|
|
29747
|
-
border-bottom-left-radius: 0;
|
|
29748
|
-
}
|
|
29749
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29750
|
-
border-radius: unset;
|
|
29751
|
-
}
|
|
29752
|
-
|
|
29753
|
-
.fde5mpd {
|
|
29754
|
-
width: 100%;
|
|
29755
|
-
height: 100%;
|
|
29756
|
-
min-height: 124px;
|
|
29757
|
-
display: flex;
|
|
29758
|
-
flex-direction: column;
|
|
29759
|
-
justify-content: center;
|
|
29760
|
-
align-items: center;
|
|
29761
|
-
}
|
|
29762
|
-
.fde5mpd .error-text {
|
|
29763
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29764
|
-
margin-bottom: 16px;
|
|
29765
|
-
font-size: 18px;
|
|
29766
|
-
}
|
|
29767
|
-
|
|
29768
|
-
.iap75of {
|
|
29769
|
-
height: 18px;
|
|
29770
|
-
line-height: 18px;
|
|
29771
|
-
padding: 0 4px;
|
|
29772
|
-
border-radius: 4px;
|
|
29773
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29774
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29775
|
-
display: flex;
|
|
29776
|
-
align-items: center;
|
|
29777
|
-
white-space: nowrap;
|
|
29778
|
-
margin-right: 4px;
|
|
29779
|
-
}
|
|
29780
|
-
|
|
29781
|
-
.i1mrf09m {
|
|
29782
|
-
display: inline-flex;
|
|
29783
|
-
align-items: center;
|
|
29784
|
-
}
|
|
29785
|
-
.i1mrf09m .icon-inner {
|
|
29786
|
-
display: inline-flex;
|
|
29787
|
-
align-items: center;
|
|
29788
|
-
justify-content: center;
|
|
29789
|
-
}
|
|
29790
|
-
.i1mrf09m .icon-inner + span,
|
|
29791
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29792
|
-
margin-left: 4px;
|
|
29793
|
-
}
|
|
29794
|
-
.i1mrf09m.is-rotate img,
|
|
29795
|
-
.i1mrf09m.is-rotate svg {
|
|
29796
|
-
animation: rotate 680ms linear infinite;
|
|
29797
|
-
}
|
|
29798
|
-
|
|
29799
29799
|
.cz04yix {
|
|
29800
29800
|
display: flex;
|
|
29801
29801
|
flex-direction: column;
|
|
@@ -30408,81 +30408,228 @@ input.rrg1fkn.ant-input {
|
|
|
30408
30408
|
border-bottom-left-radius: 0;
|
|
30409
30409
|
}
|
|
30410
30410
|
|
|
30411
|
-
.
|
|
30412
|
-
display:
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
}
|
|
30420
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30421
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30422
|
-
}
|
|
30423
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30424
|
-
border-color: #0080ff;
|
|
30425
|
-
}
|
|
30426
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30427
|
-
border-color: #0080ff;
|
|
30428
|
-
background: #0080ff;
|
|
30411
|
+
.p12gwtiw {
|
|
30412
|
+
display: flex;
|
|
30413
|
+
justify-content: space-between;
|
|
30414
|
+
align-items: center;
|
|
30415
|
+
padding: 10px 0;
|
|
30416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30417
|
+
font-size: 12px;
|
|
30418
|
+
line-height: 24px;
|
|
30429
30419
|
}
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30432
|
-
left: 4px;
|
|
30433
|
-
width: 6px;
|
|
30434
|
-
height: 6px;
|
|
30435
|
-
background: #fff;
|
|
30420
|
+
.p12gwtiw .pagination-left {
|
|
30421
|
+
padding: 2px 8px;
|
|
30436
30422
|
}
|
|
30437
|
-
.
|
|
30438
|
-
|
|
30423
|
+
.p12gwtiw .dropdown-trigger {
|
|
30424
|
+
display: flex;
|
|
30425
|
+
align-items: center;
|
|
30426
|
+
border-radius: 6px;
|
|
30427
|
+
cursor: pointer;
|
|
30428
|
+
transition: all 0.3s ease;
|
|
30439
30429
|
}
|
|
30440
|
-
.
|
|
30441
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30430
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30442
30431
|
background: rgba(211, 218, 235, 0.6);
|
|
30432
|
+
color: #0080ff;
|
|
30443
30433
|
}
|
|
30444
|
-
.
|
|
30445
|
-
|
|
30434
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30435
|
+
margin-left: 4px;
|
|
30446
30436
|
}
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30449
|
-
|
|
30437
|
+
.p12gwtiw .pagination-right {
|
|
30438
|
+
display: flex;
|
|
30439
|
+
align-items: center;
|
|
30440
|
+
color: #0080ff;
|
|
30441
|
+
font-weight: bold;
|
|
30450
30442
|
}
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30443
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30444
|
+
margin-left: 4px;
|
|
30453
30445
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30456
|
-
padding: 0;
|
|
30457
|
-
padding-left: 12px;
|
|
30446
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30447
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30448
|
+
padding: 0 8px;
|
|
30458
30449
|
}
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
|
|
30462
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30450
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30451
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30452
|
+
color: #0080ff;
|
|
30463
30453
|
}
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30454
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30455
|
+
transform: rotate(180deg);
|
|
30466
30456
|
}
|
|
30467
30457
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30458
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30459
|
+
max-height: calc(100vh - 128px);
|
|
30460
|
+
overflow-y: auto;
|
|
30470
30461
|
}
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30462
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30463
|
+
padding: 4px 20px;
|
|
30464
|
+
font-size: 12px;
|
|
30465
|
+
line-height: 18px;
|
|
30473
30466
|
}
|
|
30474
30467
|
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30477
|
-
border-color: #ccd4e3;
|
|
30468
|
+
.obf05yr {
|
|
30469
|
+
display: inline-block;
|
|
30478
30470
|
}
|
|
30479
|
-
|
|
30480
|
-
|
|
30471
|
+
|
|
30472
|
+
.hsms1n6 {
|
|
30473
|
+
visibility: hidden;
|
|
30474
|
+
position: absolute;
|
|
30481
30475
|
}
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
|
|
30485
|
-
|
|
30476
|
+
|
|
30477
|
+
.s1fc623g {
|
|
30478
|
+
width: 430px !important;
|
|
30479
|
+
}
|
|
30480
|
+
|
|
30481
|
+
.da3mx0o .ant-select-item-group {
|
|
30482
|
+
padding: 8px 16px;
|
|
30483
|
+
line-height: 18px;
|
|
30484
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30485
|
+
height: 34px;
|
|
30486
|
+
min-height: 34px;
|
|
30487
|
+
box-sizing: border-box;
|
|
30488
|
+
margin-top: 8px;
|
|
30489
|
+
}
|
|
30490
|
+
|
|
30491
|
+
.onr9gzt {
|
|
30492
|
+
display: flex;
|
|
30493
|
+
flex-direction: column;
|
|
30494
|
+
margin: 1px 8px;
|
|
30495
|
+
padding: 8px;
|
|
30496
|
+
border-radius: 4px;
|
|
30497
|
+
}
|
|
30498
|
+
.onr9gzt .selected-icon {
|
|
30499
|
+
display: none;
|
|
30500
|
+
}
|
|
30501
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30502
|
+
padding-left: 8px;
|
|
30503
|
+
}
|
|
30504
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30505
|
+
background-color: white;
|
|
30506
|
+
}
|
|
30507
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30508
|
+
color: #0080ff;
|
|
30509
|
+
}
|
|
30510
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30511
|
+
display: block;
|
|
30512
|
+
}
|
|
30513
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30514
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30515
|
+
}
|
|
30516
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30517
|
+
color: #0080ff;
|
|
30518
|
+
}
|
|
30519
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30520
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30521
|
+
color: #0080ff;
|
|
30522
|
+
}
|
|
30523
|
+
|
|
30524
|
+
.oiy0apc {
|
|
30525
|
+
display: flex;
|
|
30526
|
+
justify-content: space-between;
|
|
30527
|
+
height: 20px;
|
|
30528
|
+
line-height: 20px;
|
|
30529
|
+
}
|
|
30530
|
+
.oiy0apc .timezone-title {
|
|
30531
|
+
color: #2d3a56;
|
|
30532
|
+
overflow: hidden;
|
|
30533
|
+
text-overflow: ellipsis;
|
|
30534
|
+
}
|
|
30535
|
+
|
|
30536
|
+
.of4y382 {
|
|
30537
|
+
display: flex;
|
|
30538
|
+
justify-content: space-between;
|
|
30539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30540
|
+
height: 18px;
|
|
30541
|
+
line-height: 18px;
|
|
30542
|
+
margin-top: 2px;
|
|
30543
|
+
}
|
|
30544
|
+
|
|
30545
|
+
.t19903l9 {
|
|
30546
|
+
border: none;
|
|
30547
|
+
margin-right: 0;
|
|
30548
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30549
|
+
}
|
|
30550
|
+
|
|
30551
|
+
.ohwbvxu {
|
|
30552
|
+
pointer-events: none;
|
|
30553
|
+
height: 32px;
|
|
30554
|
+
width: 100%;
|
|
30555
|
+
opacity: 0;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30559
|
+
display: inline-flex;
|
|
30560
|
+
align-items: baseline;
|
|
30561
|
+
white-space: pre-wrap;
|
|
30562
|
+
}
|
|
30563
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30564
|
+
position: relative;
|
|
30565
|
+
top: 3px;
|
|
30566
|
+
}
|
|
30567
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30568
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30569
|
+
}
|
|
30570
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30571
|
+
border-color: #0080ff;
|
|
30572
|
+
}
|
|
30573
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30574
|
+
border-color: #0080ff;
|
|
30575
|
+
background: #0080ff;
|
|
30576
|
+
}
|
|
30577
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30578
|
+
top: 4px;
|
|
30579
|
+
left: 4px;
|
|
30580
|
+
width: 6px;
|
|
30581
|
+
height: 6px;
|
|
30582
|
+
background: #fff;
|
|
30583
|
+
}
|
|
30584
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30585
|
+
opacity: 0.5;
|
|
30586
|
+
}
|
|
30587
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30588
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30589
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30590
|
+
}
|
|
30591
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30592
|
+
background: #00122e;
|
|
30593
|
+
}
|
|
30594
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30595
|
+
color: #00122e;
|
|
30596
|
+
opacity: 0.5;
|
|
30597
|
+
}
|
|
30598
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30599
|
+
color: #00122e;
|
|
30600
|
+
}
|
|
30601
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30602
|
+
display: inline-block;
|
|
30603
|
+
padding: 0;
|
|
30604
|
+
padding-left: 12px;
|
|
30605
|
+
}
|
|
30606
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30607
|
+
margin-bottom: 0;
|
|
30608
|
+
white-space: pre-wrap;
|
|
30609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30610
|
+
}
|
|
30611
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30612
|
+
padding-left: 8px;
|
|
30613
|
+
}
|
|
30614
|
+
|
|
30615
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30616
|
+
border-radius: 5px 0 0 5px;
|
|
30617
|
+
}
|
|
30618
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30619
|
+
border-radius: 0 5px 5px 0;
|
|
30620
|
+
}
|
|
30621
|
+
|
|
30622
|
+
.r1f0aqcc {
|
|
30623
|
+
color: #00122e;
|
|
30624
|
+
border-color: #ccd4e3;
|
|
30625
|
+
}
|
|
30626
|
+
.r1f0aqcc:first-child {
|
|
30627
|
+
border-color: #a3b4cc;
|
|
30628
|
+
}
|
|
30629
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30630
|
+
padding: 0 12px;
|
|
30631
|
+
line-height: 32px;
|
|
30632
|
+
height: 32px;
|
|
30486
30633
|
}
|
|
30487
30634
|
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30488
30635
|
white-space: nowrap;
|
|
@@ -30554,1049 +30701,902 @@ input.rrg1fkn.ant-input {
|
|
|
30554
30701
|
width: 36px;
|
|
30555
30702
|
}
|
|
30556
30703
|
|
|
30557
|
-
.
|
|
30558
|
-
|
|
30559
|
-
height: 24px;
|
|
30560
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30561
|
-
overflow: hidden;
|
|
30562
|
-
}
|
|
30563
|
-
.s34f1qb.ant-switch:focus {
|
|
30564
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30565
|
-
}
|
|
30566
|
-
.s34f1qb.ant-switch-small {
|
|
30567
|
-
min-width: 26px;
|
|
30568
|
-
height: 16px;
|
|
30569
|
-
}
|
|
30570
|
-
.s34f1qb.ant-switch-large {
|
|
30571
|
-
min-width: 52px;
|
|
30572
|
-
height: 32px;
|
|
30573
|
-
}
|
|
30574
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30575
|
-
height: 20px;
|
|
30576
|
-
width: 20px;
|
|
30577
|
-
}
|
|
30578
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30579
|
-
border-radius: 10px;
|
|
30580
|
-
transition-delay: 120ms;
|
|
30581
|
-
}
|
|
30582
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30583
|
-
height: 14px;
|
|
30584
|
-
width: 14px;
|
|
30585
|
-
top: 1px;
|
|
30586
|
-
left: 1px;
|
|
30587
|
-
}
|
|
30588
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30589
|
-
height: 28px;
|
|
30590
|
-
width: 28px;
|
|
30591
|
-
}
|
|
30592
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30593
|
-
border-radius: 14px;
|
|
30594
|
-
}
|
|
30595
|
-
.s34f1qb.ant-switch-checked {
|
|
30596
|
-
background-color: #00ba5d;
|
|
30597
|
-
}
|
|
30598
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30599
|
-
left: calc(100% - 20px - 2px);
|
|
30600
|
-
}
|
|
30601
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30602
|
-
left: calc(100% - 14px - 1px);
|
|
30603
|
-
}
|
|
30604
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30605
|
-
left: calc(100% - 28px - 2px);
|
|
30704
|
+
.i1e4sgug {
|
|
30705
|
+
display: inline-block;
|
|
30606
30706
|
}
|
|
30607
30707
|
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30708
|
+
.d6j0lbj {
|
|
30709
|
+
font-family: Inter;
|
|
30710
|
+
font-style: normal;
|
|
30711
|
+
font-weight: bold;
|
|
30712
|
+
font-size: 32px;
|
|
30713
|
+
line-height: 40px;
|
|
30610
30714
|
}
|
|
30611
30715
|
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30716
|
+
.d1xhvvxe {
|
|
30717
|
+
font-family: Inter;
|
|
30718
|
+
font-style: normal;
|
|
30719
|
+
font-weight: bold;
|
|
30720
|
+
font-size: 24px;
|
|
30721
|
+
line-height: 32px;
|
|
30614
30722
|
}
|
|
30615
30723
|
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
|
|
30724
|
+
.dk10mxq {
|
|
30725
|
+
font-family: Inter;
|
|
30726
|
+
font-style: normal;
|
|
30727
|
+
font-weight: normal;
|
|
30728
|
+
font-size: 32px;
|
|
30729
|
+
line-height: 40px;
|
|
30619
30730
|
}
|
|
30620
30731
|
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
|
|
30625
|
-
|
|
30626
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30627
|
-
font-size: 12px;
|
|
30732
|
+
.dxsait {
|
|
30733
|
+
font-family: Inter;
|
|
30734
|
+
font-style: normal;
|
|
30735
|
+
font-weight: bold;
|
|
30736
|
+
font-size: 20px;
|
|
30628
30737
|
line-height: 24px;
|
|
30629
30738
|
}
|
|
30630
|
-
|
|
30631
|
-
|
|
30739
|
+
|
|
30740
|
+
.dokn0h3 {
|
|
30741
|
+
font-family: Inter;
|
|
30742
|
+
font-style: normal;
|
|
30743
|
+
font-weight: normal;
|
|
30744
|
+
font-size: 20px;
|
|
30745
|
+
line-height: 24px;
|
|
30632
30746
|
}
|
|
30633
|
-
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30641
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30642
|
-
color: #0080ff;
|
|
30747
|
+
|
|
30748
|
+
.dobau4p {
|
|
30749
|
+
font-family: Inter;
|
|
30750
|
+
font-style: normal;
|
|
30751
|
+
font-weight: bold;
|
|
30752
|
+
font-size: 18px;
|
|
30753
|
+
line-height: 22px;
|
|
30643
30754
|
}
|
|
30644
|
-
|
|
30645
|
-
|
|
30755
|
+
|
|
30756
|
+
.dvolwok {
|
|
30757
|
+
font-family: Inter;
|
|
30758
|
+
font-style: normal;
|
|
30759
|
+
font-weight: normal;
|
|
30760
|
+
font-size: 18px;
|
|
30761
|
+
line-height: 22px;
|
|
30646
30762
|
}
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
|
|
30650
|
-
|
|
30763
|
+
|
|
30764
|
+
.h181qhg4 {
|
|
30765
|
+
font-family: Inter;
|
|
30766
|
+
font-style: normal;
|
|
30651
30767
|
font-weight: bold;
|
|
30768
|
+
font-size: 16px;
|
|
30769
|
+
line-height: 22px;
|
|
30652
30770
|
}
|
|
30653
|
-
|
|
30654
|
-
|
|
30771
|
+
|
|
30772
|
+
.h1phgmcq {
|
|
30773
|
+
font-family: Inter;
|
|
30774
|
+
font-style: normal;
|
|
30775
|
+
font-weight: normal;
|
|
30776
|
+
font-size: 16px;
|
|
30777
|
+
line-height: 22px;
|
|
30655
30778
|
}
|
|
30656
|
-
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30779
|
+
|
|
30780
|
+
.h173xnl1 {
|
|
30781
|
+
font-family: Inter;
|
|
30782
|
+
font-style: normal;
|
|
30783
|
+
font-weight: bold;
|
|
30784
|
+
font-size: 14px;
|
|
30785
|
+
line-height: 20px;
|
|
30659
30786
|
}
|
|
30660
|
-
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30787
|
+
|
|
30788
|
+
.hedm4pz {
|
|
30789
|
+
font-family: Inter;
|
|
30790
|
+
font-style: normal;
|
|
30791
|
+
font-weight: normal;
|
|
30792
|
+
font-size: 14px;
|
|
30793
|
+
line-height: 20px;
|
|
30663
30794
|
}
|
|
30664
|
-
|
|
30665
|
-
|
|
30795
|
+
|
|
30796
|
+
.h1kd8xld {
|
|
30797
|
+
font-family: Inter;
|
|
30798
|
+
font-style: normal;
|
|
30799
|
+
font-weight: bold;
|
|
30800
|
+
font-size: 12px;
|
|
30801
|
+
line-height: 18px;
|
|
30666
30802
|
}
|
|
30667
30803
|
|
|
30668
|
-
.
|
|
30669
|
-
|
|
30670
|
-
|
|
30804
|
+
.hp14fr {
|
|
30805
|
+
font-family: Inter;
|
|
30806
|
+
font-style: normal;
|
|
30807
|
+
font-weight: normal;
|
|
30808
|
+
font-size: 12px;
|
|
30809
|
+
line-height: 18px;
|
|
30671
30810
|
}
|
|
30672
|
-
|
|
30673
|
-
|
|
30811
|
+
|
|
30812
|
+
.hgrg7mn {
|
|
30813
|
+
font-family: Inter;
|
|
30814
|
+
font-style: normal;
|
|
30815
|
+
font-weight: bold;
|
|
30816
|
+
text-transform: uppercase;
|
|
30817
|
+
font-feature-settings: "cpsp" on;
|
|
30674
30818
|
font-size: 12px;
|
|
30675
30819
|
line-height: 18px;
|
|
30676
30820
|
}
|
|
30677
30821
|
|
|
30678
|
-
.
|
|
30679
|
-
|
|
30822
|
+
.h6zme9x {
|
|
30823
|
+
font-family: Inter;
|
|
30824
|
+
font-style: normal;
|
|
30825
|
+
font-weight: normal;
|
|
30826
|
+
text-transform: uppercase;
|
|
30827
|
+
font-feature-settings: "cpsp" on;
|
|
30828
|
+
font-size: 12px;
|
|
30829
|
+
line-height: 18px;
|
|
30680
30830
|
}
|
|
30681
30831
|
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30832
|
+
.locjvsv {
|
|
30833
|
+
font-family: Inter;
|
|
30834
|
+
font-style: normal;
|
|
30835
|
+
font-weight: normal;
|
|
30836
|
+
font-size: 16px;
|
|
30837
|
+
line-height: 24px;
|
|
30684
30838
|
}
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
|
|
30839
|
+
|
|
30840
|
+
.l13gi131 {
|
|
30841
|
+
font-family: Inter;
|
|
30842
|
+
font-style: normal;
|
|
30843
|
+
font-weight: bold;
|
|
30844
|
+
font-size: 16px;
|
|
30845
|
+
line-height: 24px;
|
|
30688
30846
|
}
|
|
30689
|
-
|
|
30690
|
-
|
|
30847
|
+
|
|
30848
|
+
.l1ynemsu {
|
|
30849
|
+
font-family: Inter;
|
|
30850
|
+
font-style: normal;
|
|
30851
|
+
font-weight: normal;
|
|
30852
|
+
font-size: 16px;
|
|
30853
|
+
line-height: 24px;
|
|
30691
30854
|
}
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30855
|
+
|
|
30856
|
+
.l1cft1cx {
|
|
30857
|
+
font-family: Inter;
|
|
30858
|
+
font-style: normal;
|
|
30859
|
+
font-weight: bold;
|
|
30860
|
+
font-size: 16px;
|
|
30861
|
+
line-height: 24px;
|
|
30695
30862
|
}
|
|
30696
|
-
|
|
30697
|
-
|
|
30863
|
+
|
|
30864
|
+
.l17tqc8p {
|
|
30865
|
+
font-family: Inter;
|
|
30866
|
+
font-style: normal;
|
|
30867
|
+
font-weight: normal;
|
|
30868
|
+
text-transform: uppercase;
|
|
30869
|
+
font-feature-settings: "cpsp" on;
|
|
30870
|
+
font-size: 16px;
|
|
30871
|
+
line-height: 24px;
|
|
30698
30872
|
}
|
|
30699
|
-
|
|
30700
|
-
|
|
30873
|
+
|
|
30874
|
+
.l1j1e5w7 {
|
|
30875
|
+
font-family: Inter;
|
|
30876
|
+
font-style: normal;
|
|
30877
|
+
font-weight: bold;
|
|
30878
|
+
text-transform: uppercase;
|
|
30879
|
+
font-feature-settings: "cpsp" on;
|
|
30880
|
+
font-size: 16px;
|
|
30881
|
+
line-height: 24px;
|
|
30701
30882
|
}
|
|
30702
|
-
|
|
30703
|
-
|
|
30883
|
+
|
|
30884
|
+
.l1gf91jb {
|
|
30885
|
+
font-family: Inter;
|
|
30886
|
+
font-style: normal;
|
|
30887
|
+
font-weight: normal;
|
|
30888
|
+
font-size: 14px;
|
|
30889
|
+
line-height: 22px;
|
|
30704
30890
|
}
|
|
30705
|
-
|
|
30706
|
-
|
|
30891
|
+
|
|
30892
|
+
.lu7hlr6 {
|
|
30893
|
+
font-family: Inter;
|
|
30894
|
+
font-style: normal;
|
|
30895
|
+
font-weight: 500;
|
|
30896
|
+
font-size: 14px;
|
|
30897
|
+
line-height: 22px;
|
|
30707
30898
|
}
|
|
30708
|
-
|
|
30709
|
-
|
|
30899
|
+
|
|
30900
|
+
.l3l3jf0 {
|
|
30901
|
+
font-family: Inter;
|
|
30902
|
+
font-style: normal;
|
|
30903
|
+
font-weight: bold;
|
|
30904
|
+
font-size: 14px;
|
|
30905
|
+
line-height: 22px;
|
|
30710
30906
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
|
|
30907
|
+
|
|
30908
|
+
.l12j5nqp {
|
|
30909
|
+
font-family: Inter;
|
|
30910
|
+
font-style: normal;
|
|
30911
|
+
font-weight: normal;
|
|
30912
|
+
font-size: 14px;
|
|
30913
|
+
line-height: 22px;
|
|
30714
30914
|
}
|
|
30715
|
-
|
|
30716
|
-
|
|
30915
|
+
|
|
30916
|
+
.l1tecqht {
|
|
30917
|
+
font-family: Inter;
|
|
30918
|
+
font-style: normal;
|
|
30919
|
+
font-weight: bold;
|
|
30920
|
+
font-size: 14px;
|
|
30921
|
+
line-height: 22px;
|
|
30717
30922
|
}
|
|
30718
|
-
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30923
|
+
|
|
30924
|
+
.l6sa990 {
|
|
30925
|
+
font-family: Inter;
|
|
30926
|
+
font-style: normal;
|
|
30927
|
+
font-weight: normal;
|
|
30928
|
+
text-transform: uppercase;
|
|
30929
|
+
font-feature-settings: "cpsp" on;
|
|
30930
|
+
font-size: 14px;
|
|
30931
|
+
line-height: 22px;
|
|
30721
30932
|
}
|
|
30722
|
-
|
|
30723
|
-
|
|
30933
|
+
|
|
30934
|
+
.lckqe8j {
|
|
30935
|
+
font-family: Inter;
|
|
30936
|
+
font-style: normal;
|
|
30937
|
+
font-weight: bold;
|
|
30938
|
+
text-transform: uppercase;
|
|
30939
|
+
font-feature-settings: "cpsp" on;
|
|
30940
|
+
font-size: 14px;
|
|
30941
|
+
line-height: 22px;
|
|
30724
30942
|
}
|
|
30725
|
-
|
|
30726
|
-
.
|
|
30727
|
-
|
|
30728
|
-
|
|
30943
|
+
|
|
30944
|
+
.l1kuminb {
|
|
30945
|
+
font-family: Inter;
|
|
30946
|
+
font-style: normal;
|
|
30947
|
+
font-weight: normal;
|
|
30948
|
+
font-size: 13px;
|
|
30949
|
+
line-height: 20px;
|
|
30729
30950
|
}
|
|
30730
|
-
|
|
30731
|
-
.
|
|
30732
|
-
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
|
|
30951
|
+
|
|
30952
|
+
.l1pbuf5j {
|
|
30953
|
+
font-family: Inter;
|
|
30954
|
+
font-style: normal;
|
|
30955
|
+
font-weight: 600;
|
|
30956
|
+
font-size: 13px;
|
|
30957
|
+
line-height: 20px;
|
|
30736
30958
|
}
|
|
30737
|
-
|
|
30738
|
-
.
|
|
30739
|
-
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
height: 100%;
|
|
30745
|
-
}
|
|
30746
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30747
|
-
box-shadow: none !important;
|
|
30748
|
-
}
|
|
30749
|
-
.tta5kd2 .ant-table {
|
|
30750
|
-
border-radius: 0px;
|
|
30751
|
-
border-left: none;
|
|
30752
|
-
border-right: none;
|
|
30753
|
-
border-bottom: none;
|
|
30754
|
-
height: 100%;
|
|
30755
|
-
font-size: 12px;
|
|
30756
|
-
background: transparent;
|
|
30757
|
-
}
|
|
30758
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
30759
|
-
position: relative;
|
|
30760
|
-
z-index: 3;
|
|
30761
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30762
|
-
margin-bottom: -1px;
|
|
30763
|
-
}
|
|
30764
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30765
|
-
.tta5kd2 .ant-table .value {
|
|
30766
|
-
color: #2d3a56;
|
|
30767
|
-
}
|
|
30768
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30769
|
-
.tta5kd2 .ant-table .unit {
|
|
30770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30771
|
-
}
|
|
30772
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
30773
|
-
position: unset;
|
|
30774
|
-
text-align: center;
|
|
30775
|
-
}
|
|
30776
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30777
|
-
background: #fff;
|
|
30778
|
-
}
|
|
30779
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
30780
|
-
cursor: pointer;
|
|
30781
|
-
position: absolute;
|
|
30782
|
-
top: 50%;
|
|
30783
|
-
right: 12px;
|
|
30784
|
-
transform: translateY(-50%);
|
|
30959
|
+
|
|
30960
|
+
.l1r4ztu {
|
|
30961
|
+
font-family: Inter;
|
|
30962
|
+
font-style: normal;
|
|
30963
|
+
font-weight: bold;
|
|
30964
|
+
font-size: 13px;
|
|
30965
|
+
line-height: 20px;
|
|
30785
30966
|
}
|
|
30786
|
-
|
|
30787
|
-
|
|
30788
|
-
|
|
30789
|
-
|
|
30967
|
+
|
|
30968
|
+
.ly8vzok {
|
|
30969
|
+
font-family: Inter;
|
|
30970
|
+
font-style: normal;
|
|
30971
|
+
font-weight: normal;
|
|
30972
|
+
font-size: 13px;
|
|
30973
|
+
line-height: 20px;
|
|
30790
30974
|
}
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
|
|
30975
|
+
|
|
30976
|
+
.lumfmf {
|
|
30977
|
+
font-family: Inter;
|
|
30978
|
+
font-style: normal;
|
|
30979
|
+
font-weight: 600;
|
|
30980
|
+
font-size: 13px;
|
|
30981
|
+
line-height: 20px;
|
|
30795
30982
|
}
|
|
30796
|
-
|
|
30797
|
-
|
|
30983
|
+
|
|
30984
|
+
.l16ujwmv {
|
|
30985
|
+
font-family: Inter;
|
|
30986
|
+
font-style: normal;
|
|
30987
|
+
font-weight: bold;
|
|
30988
|
+
font-size: 13px;
|
|
30989
|
+
line-height: 20px;
|
|
30798
30990
|
}
|
|
30799
|
-
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30991
|
+
|
|
30992
|
+
.l17o1ffr {
|
|
30993
|
+
font-family: Inter;
|
|
30994
|
+
font-style: normal;
|
|
30995
|
+
font-weight: normal;
|
|
30996
|
+
text-transform: uppercase;
|
|
30997
|
+
font-feature-settings: "cpsp" on;
|
|
30998
|
+
font-size: 13px;
|
|
30999
|
+
line-height: 20px;
|
|
30806
31000
|
}
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
31001
|
+
|
|
31002
|
+
.lngllvn {
|
|
31003
|
+
font-family: Inter;
|
|
31004
|
+
font-style: normal;
|
|
31005
|
+
font-weight: bold;
|
|
31006
|
+
text-transform: uppercase;
|
|
31007
|
+
font-feature-settings: "cpsp" on;
|
|
31008
|
+
font-size: 13px;
|
|
31009
|
+
line-height: 20px;
|
|
30810
31010
|
}
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
31011
|
+
|
|
31012
|
+
.l2i7fo9 {
|
|
31013
|
+
font-family: Inter;
|
|
31014
|
+
font-style: normal;
|
|
31015
|
+
font-weight: normal;
|
|
30814
31016
|
font-size: 12px;
|
|
30815
|
-
|
|
30816
|
-
transition: none;
|
|
30817
|
-
overflow: hidden;
|
|
30818
|
-
text-overflow: ellipsis;
|
|
30819
|
-
white-space: nowrap;
|
|
30820
|
-
}
|
|
30821
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30822
|
-
color: #0096ff;
|
|
30823
|
-
}
|
|
30824
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30825
|
-
overflow: hidden;
|
|
30826
|
-
text-overflow: ellipsis;
|
|
30827
|
-
width: 100%;
|
|
30828
|
-
vertical-align: middle;
|
|
30829
|
-
}
|
|
30830
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30831
|
-
line-height: 0px;
|
|
30832
|
-
}
|
|
30833
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30834
|
-
padding-right: 25px;
|
|
30835
|
-
}
|
|
30836
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30837
|
-
border-top-color: transparent;
|
|
30838
|
-
}
|
|
30839
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30840
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30841
|
-
border-color: transparent transparent white;
|
|
30842
|
-
}
|
|
30843
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30844
|
-
border-radius: 8px 0 0 8px;
|
|
30845
|
-
}
|
|
30846
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30847
|
-
border-radius: 8px 0 0 8px;
|
|
30848
|
-
}
|
|
30849
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30850
|
-
content: "";
|
|
30851
|
-
width: 4px;
|
|
30852
|
-
top: -1px;
|
|
30853
|
-
bottom: -1px;
|
|
30854
|
-
background: white;
|
|
30855
|
-
}
|
|
30856
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30857
|
-
border-radius: 0 8px 8px 0;
|
|
30858
|
-
}
|
|
30859
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30860
|
-
border-radius: 0;
|
|
30861
|
-
background: white;
|
|
30862
|
-
border-top: none;
|
|
30863
|
-
}
|
|
30864
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30865
|
-
border-top: 1px solid transparent;
|
|
30866
|
-
border-radius: 0 8px 8px 0;
|
|
30867
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30868
|
-
}
|
|
30869
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30870
|
-
background: white;
|
|
30871
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30872
|
-
}
|
|
30873
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30874
|
-
display: flex;
|
|
30875
|
-
align-items: center;
|
|
30876
|
-
height: 100%;
|
|
30877
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30878
|
-
}
|
|
30879
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30880
|
-
background: white;
|
|
30881
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30882
|
-
}
|
|
30883
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30884
|
-
display: flex;
|
|
30885
|
-
align-items: center;
|
|
30886
|
-
height: 100%;
|
|
30887
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30888
|
-
}
|
|
30889
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30890
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30891
|
-
}
|
|
30892
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30893
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30894
|
-
border-radius: 8px;
|
|
30895
|
-
}
|
|
30896
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30897
|
-
border-top-color: white;
|
|
30898
|
-
}
|
|
30899
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30900
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30901
|
-
border-bottom-color: transparent;
|
|
30902
|
-
border-top-color: transparent;
|
|
30903
|
-
}
|
|
30904
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30905
|
-
border-radius: 8px 0 0 8px;
|
|
30906
|
-
}
|
|
30907
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30908
|
-
border-radius: 0 8px 8px 0;
|
|
30909
|
-
}
|
|
30910
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30911
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30912
|
-
}
|
|
30913
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30914
|
-
background: #fff;
|
|
30915
|
-
font-weight: 400;
|
|
30916
|
-
position: relative;
|
|
30917
|
-
border-bottom: none;
|
|
30918
|
-
color: #00122e;
|
|
30919
|
-
transition: none;
|
|
30920
|
-
padding: 15px 8px 15px 8px;
|
|
30921
|
-
}
|
|
30922
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30923
|
-
content: "";
|
|
30924
|
-
width: 1px;
|
|
30925
|
-
top: 0;
|
|
30926
|
-
bottom: 0;
|
|
30927
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30928
|
-
position: absolute;
|
|
30929
|
-
right: 0;
|
|
30930
|
-
}
|
|
30931
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30932
|
-
padding: unset;
|
|
30933
|
-
}
|
|
30934
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30935
|
-
display: none;
|
|
30936
|
-
}
|
|
30937
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30938
|
-
width: 100%;
|
|
30939
|
-
overflow: hidden;
|
|
30940
|
-
white-space: nowrap;
|
|
30941
|
-
text-overflow: ellipsis;
|
|
30942
|
-
}
|
|
30943
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30944
|
-
overflow: hidden;
|
|
30945
|
-
text-overflow: ellipsis;
|
|
30946
|
-
flex: 1;
|
|
30947
|
-
}
|
|
30948
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30949
|
-
padding: 15px 25px 15px 8px;
|
|
30950
|
-
}
|
|
30951
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30952
|
-
padding: 0;
|
|
30953
|
-
}
|
|
30954
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
30955
|
-
position: absolute;
|
|
30956
|
-
right: 6px;
|
|
30957
|
-
top: 50%;
|
|
30958
|
-
transform: translateY(-50%);
|
|
30959
|
-
height: 16px;
|
|
30960
|
-
display: none;
|
|
30961
|
-
transition: transform 320ms ease;
|
|
30962
|
-
}
|
|
30963
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30964
|
-
display: block;
|
|
30965
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30966
|
-
}
|
|
30967
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30968
|
-
display: block;
|
|
30969
|
-
}
|
|
30970
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30971
|
-
display: none;
|
|
30972
|
-
}
|
|
30973
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30974
|
-
transform: translateY(-50%);
|
|
30975
|
-
}
|
|
30976
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30977
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30978
|
-
}
|
|
30979
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30980
|
-
background: #f2f5fa;
|
|
30981
|
-
}
|
|
30982
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30983
|
-
display: block;
|
|
30984
|
-
}
|
|
30985
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30986
|
-
padding-right: 25px;
|
|
30987
|
-
}
|
|
30988
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
30989
|
-
padding: 0 !important;
|
|
30990
|
-
}
|
|
30991
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30992
|
-
position: absolute;
|
|
30993
|
-
left: 50%;
|
|
30994
|
-
top: 50%;
|
|
30995
|
-
transform: translate(-50%, -50%);
|
|
31017
|
+
line-height: 18px;
|
|
30996
31018
|
}
|
|
30997
|
-
|
|
30998
|
-
|
|
31019
|
+
|
|
31020
|
+
.l1x7hscx {
|
|
31021
|
+
font-family: Inter;
|
|
31022
|
+
font-style: normal;
|
|
31023
|
+
font-weight: 500;
|
|
31024
|
+
font-size: 12px;
|
|
31025
|
+
line-height: 18px;
|
|
30999
31026
|
}
|
|
31000
|
-
|
|
31001
|
-
|
|
31027
|
+
|
|
31028
|
+
.le1jwan {
|
|
31029
|
+
font-family: Inter;
|
|
31030
|
+
font-style: normal;
|
|
31031
|
+
font-weight: bold;
|
|
31032
|
+
font-size: 12px;
|
|
31033
|
+
line-height: 18px;
|
|
31002
31034
|
}
|
|
31003
|
-
|
|
31004
|
-
|
|
31035
|
+
|
|
31036
|
+
.lyxynfj {
|
|
31037
|
+
font-family: Inter;
|
|
31038
|
+
font-style: normal;
|
|
31039
|
+
font-weight: normal;
|
|
31040
|
+
font-size: 12px;
|
|
31041
|
+
line-height: 18px;
|
|
31005
31042
|
}
|
|
31006
|
-
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31043
|
+
|
|
31044
|
+
.lpb2nxv {
|
|
31045
|
+
font-family: Inter;
|
|
31046
|
+
font-style: normal;
|
|
31047
|
+
font-weight: 500;
|
|
31048
|
+
font-size: 12px;
|
|
31049
|
+
line-height: 18px;
|
|
31012
31050
|
}
|
|
31013
|
-
|
|
31014
|
-
.
|
|
31051
|
+
|
|
31052
|
+
.l1r8o3vv {
|
|
31053
|
+
font-family: Inter;
|
|
31054
|
+
font-style: normal;
|
|
31015
31055
|
font-weight: bold;
|
|
31016
|
-
font-size:
|
|
31017
|
-
|
|
31056
|
+
font-size: 12px;
|
|
31057
|
+
line-height: 18px;
|
|
31018
31058
|
}
|
|
31019
|
-
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
|
|
31059
|
+
|
|
31060
|
+
.lemnjy2 {
|
|
31061
|
+
font-family: Inter;
|
|
31062
|
+
font-style: normal;
|
|
31063
|
+
font-weight: normal;
|
|
31064
|
+
text-transform: uppercase;
|
|
31065
|
+
font-feature-settings: "cpsp" on;
|
|
31066
|
+
font-size: 12px;
|
|
31067
|
+
line-height: 18px;
|
|
31023
31068
|
}
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31069
|
+
|
|
31070
|
+
.lrc42gb {
|
|
31071
|
+
font-family: Inter;
|
|
31072
|
+
font-style: normal;
|
|
31073
|
+
font-weight: bold;
|
|
31074
|
+
text-transform: uppercase;
|
|
31075
|
+
font-feature-settings: "cpsp" on;
|
|
31076
|
+
font-size: 12px;
|
|
31077
|
+
line-height: 18px;
|
|
31030
31078
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
|
|
31079
|
+
|
|
31080
|
+
.fqaz4mb {
|
|
31081
|
+
font-family: Inter;
|
|
31082
|
+
font-style: normal;
|
|
31083
|
+
font-weight: normal;
|
|
31084
|
+
font-size: 13px;
|
|
31085
|
+
line-height: 20px;
|
|
31037
31086
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
31087
|
+
|
|
31088
|
+
.f13we5o {
|
|
31089
|
+
font-family: Inter;
|
|
31090
|
+
font-style: normal;
|
|
31091
|
+
font-weight: normal;
|
|
31092
|
+
font-size: 13px;
|
|
31093
|
+
line-height: 20px;
|
|
31040
31094
|
}
|
|
31041
31095
|
|
|
31042
|
-
.
|
|
31096
|
+
.ffmjua2 {
|
|
31043
31097
|
font-family: Inter;
|
|
31044
31098
|
font-style: normal;
|
|
31045
|
-
font-weight:
|
|
31046
|
-
font-size:
|
|
31047
|
-
line-height:
|
|
31099
|
+
font-weight: normal;
|
|
31100
|
+
font-size: 12px;
|
|
31101
|
+
line-height: 18px;
|
|
31048
31102
|
}
|
|
31049
31103
|
|
|
31050
|
-
.
|
|
31104
|
+
.fz2mxw0 {
|
|
31051
31105
|
font-family: Inter;
|
|
31052
31106
|
font-style: normal;
|
|
31053
|
-
font-weight:
|
|
31054
|
-
font-size:
|
|
31055
|
-
line-height:
|
|
31107
|
+
font-weight: normal;
|
|
31108
|
+
font-size: 12px;
|
|
31109
|
+
line-height: 18px;
|
|
31056
31110
|
}
|
|
31057
31111
|
|
|
31058
|
-
.
|
|
31112
|
+
.t1ertzoh {
|
|
31059
31113
|
font-family: Inter;
|
|
31060
31114
|
font-style: normal;
|
|
31061
31115
|
font-weight: normal;
|
|
31062
|
-
font-
|
|
31063
|
-
|
|
31116
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31117
|
+
font-size: 13px;
|
|
31118
|
+
line-height: 20px;
|
|
31064
31119
|
}
|
|
31065
31120
|
|
|
31066
|
-
.
|
|
31121
|
+
.t19bge8r {
|
|
31067
31122
|
font-family: Inter;
|
|
31068
31123
|
font-style: normal;
|
|
31069
|
-
font-weight:
|
|
31070
|
-
font-
|
|
31071
|
-
|
|
31124
|
+
font-weight: normal;
|
|
31125
|
+
font-feature-settings: "zero" on;
|
|
31126
|
+
font-size: 13px;
|
|
31127
|
+
line-height: 20px;
|
|
31072
31128
|
}
|
|
31073
31129
|
|
|
31074
|
-
.
|
|
31130
|
+
.tjrzfyl {
|
|
31075
31131
|
font-family: Inter;
|
|
31076
31132
|
font-style: normal;
|
|
31077
31133
|
font-weight: normal;
|
|
31078
|
-
font-
|
|
31079
|
-
|
|
31134
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31135
|
+
font-size: 12px;
|
|
31136
|
+
line-height: 18px;
|
|
31080
31137
|
}
|
|
31081
31138
|
|
|
31082
|
-
.
|
|
31139
|
+
.tm6s7bo {
|
|
31083
31140
|
font-family: Inter;
|
|
31084
31141
|
font-style: normal;
|
|
31085
|
-
font-weight:
|
|
31086
|
-
font-
|
|
31087
|
-
|
|
31142
|
+
font-weight: 500;
|
|
31143
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31144
|
+
font-size: 12px;
|
|
31145
|
+
line-height: 18px;
|
|
31088
31146
|
}
|
|
31089
31147
|
|
|
31090
|
-
.
|
|
31148
|
+
.t19zq6ic {
|
|
31091
31149
|
font-family: Inter;
|
|
31092
31150
|
font-style: normal;
|
|
31093
31151
|
font-weight: normal;
|
|
31094
|
-
font-
|
|
31095
|
-
|
|
31152
|
+
font-feature-settings: "zero" on;
|
|
31153
|
+
font-size: 12px;
|
|
31154
|
+
line-height: 18px;
|
|
31096
31155
|
}
|
|
31097
31156
|
|
|
31098
|
-
.
|
|
31157
|
+
.t1gduru8 {
|
|
31158
|
+
font-family: Inter;
|
|
31159
|
+
font-style: normal;
|
|
31160
|
+
font-weight: 500;
|
|
31161
|
+
font-feature-settings: "zero" on;
|
|
31162
|
+
font-size: 12px;
|
|
31163
|
+
line-height: 18px;
|
|
31164
|
+
}
|
|
31165
|
+
|
|
31166
|
+
.t55raab {
|
|
31099
31167
|
font-family: Inter;
|
|
31100
31168
|
font-style: normal;
|
|
31101
31169
|
font-weight: bold;
|
|
31170
|
+
font-feature-settings: "zero" on;
|
|
31102
31171
|
font-size: 16px;
|
|
31103
|
-
line-height:
|
|
31172
|
+
line-height: 24px;
|
|
31104
31173
|
}
|
|
31105
31174
|
|
|
31106
|
-
.
|
|
31175
|
+
.u1w9abfe {
|
|
31107
31176
|
font-family: Inter;
|
|
31108
31177
|
font-style: normal;
|
|
31109
31178
|
font-weight: normal;
|
|
31110
|
-
font-size:
|
|
31111
|
-
line-height:
|
|
31179
|
+
font-size: 10px;
|
|
31180
|
+
line-height: 12px;
|
|
31181
|
+
}
|
|
31182
|
+
|
|
31183
|
+
.t1upn1sz {
|
|
31184
|
+
height: 100%;
|
|
31185
|
+
}
|
|
31186
|
+
|
|
31187
|
+
.tta5kd2 {
|
|
31188
|
+
height: 100%;
|
|
31189
|
+
}
|
|
31190
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31191
|
+
overflow: visible !important;
|
|
31192
|
+
height: 100%;
|
|
31193
|
+
}
|
|
31194
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31195
|
+
height: 100%;
|
|
31196
|
+
}
|
|
31197
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31198
|
+
width: 100% !important;
|
|
31199
|
+
height: 100%;
|
|
31200
|
+
}
|
|
31201
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31202
|
+
padding: 15px 0;
|
|
31203
|
+
}
|
|
31204
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31205
|
+
display: none;
|
|
31206
|
+
}
|
|
31207
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31208
|
+
font-weight: 700;
|
|
31209
|
+
}
|
|
31210
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31211
|
+
font-weight: 700;
|
|
31212
|
+
}
|
|
31213
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31214
|
+
height: 100%;
|
|
31215
|
+
}
|
|
31216
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31217
|
+
height: 100%;
|
|
31218
|
+
overflow: visible;
|
|
31219
|
+
}
|
|
31220
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31221
|
+
max-height: none;
|
|
31222
|
+
}
|
|
31223
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31224
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31225
|
+
display: none;
|
|
31226
|
+
}
|
|
31227
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31228
|
+
background: transparent;
|
|
31229
|
+
}
|
|
31230
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31231
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31232
|
+
background: #fff;
|
|
31233
|
+
padding: 0 !important;
|
|
31234
|
+
}
|
|
31235
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31236
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31237
|
+
display: flex;
|
|
31238
|
+
align-items: center;
|
|
31239
|
+
height: 100%;
|
|
31240
|
+
padding: 8px;
|
|
31241
|
+
}
|
|
31242
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31243
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31244
|
+
overflow: hidden;
|
|
31245
|
+
text-overflow: ellipsis;
|
|
31246
|
+
width: 100%;
|
|
31247
|
+
}
|
|
31248
|
+
.tta5kd2 .ant-table-container {
|
|
31249
|
+
height: 100%;
|
|
31250
|
+
}
|
|
31251
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31252
|
+
box-shadow: none !important;
|
|
31253
|
+
}
|
|
31254
|
+
.tta5kd2 .ant-table {
|
|
31255
|
+
border-radius: 0px;
|
|
31256
|
+
border-left: none;
|
|
31257
|
+
border-right: none;
|
|
31258
|
+
border-bottom: none;
|
|
31259
|
+
height: 100%;
|
|
31260
|
+
font-size: 12px;
|
|
31261
|
+
background: transparent;
|
|
31262
|
+
}
|
|
31263
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31264
|
+
position: relative;
|
|
31265
|
+
z-index: 3;
|
|
31266
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31267
|
+
margin-bottom: -1px;
|
|
31268
|
+
}
|
|
31269
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31270
|
+
.tta5kd2 .ant-table .value {
|
|
31271
|
+
color: #2d3a56;
|
|
31272
|
+
}
|
|
31273
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31274
|
+
.tta5kd2 .ant-table .unit {
|
|
31275
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31276
|
+
}
|
|
31277
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31278
|
+
position: unset;
|
|
31279
|
+
text-align: center;
|
|
31280
|
+
}
|
|
31281
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31282
|
+
background: #fff;
|
|
31283
|
+
}
|
|
31284
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31285
|
+
cursor: pointer;
|
|
31286
|
+
position: absolute;
|
|
31287
|
+
top: 50%;
|
|
31288
|
+
right: 12px;
|
|
31289
|
+
transform: translateY(-50%);
|
|
31290
|
+
}
|
|
31291
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31292
|
+
box-shadow: none;
|
|
31293
|
+
width: 1px;
|
|
31294
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31295
|
+
}
|
|
31296
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31297
|
+
box-shadow: none;
|
|
31298
|
+
width: 1px;
|
|
31299
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31112
31300
|
}
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
font-family: Inter;
|
|
31116
|
-
font-style: normal;
|
|
31117
|
-
font-weight: bold;
|
|
31118
|
-
font-size: 14px;
|
|
31119
|
-
line-height: 20px;
|
|
31301
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31302
|
+
position: relative;
|
|
31120
31303
|
}
|
|
31121
|
-
|
|
31122
|
-
.
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
|
|
31304
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31305
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31306
|
+
border-bottom: 1px solid white;
|
|
31307
|
+
height: 40px;
|
|
31308
|
+
vertical-align: middle;
|
|
31309
|
+
transition: background 0ms;
|
|
31310
|
+
color: #00122e;
|
|
31128
31311
|
}
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
|
|
31132
|
-
font-style: normal;
|
|
31133
|
-
font-weight: bold;
|
|
31134
|
-
font-size: 12px;
|
|
31135
|
-
line-height: 18px;
|
|
31312
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31313
|
+
background: #f2f5fa;
|
|
31314
|
+
border-bottom-color: #f2f5fa;
|
|
31136
31315
|
}
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
font-style: normal;
|
|
31141
|
-
font-weight: normal;
|
|
31316
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31317
|
+
height: auto;
|
|
31318
|
+
color: #00122e;
|
|
31142
31319
|
font-size: 12px;
|
|
31143
|
-
|
|
31320
|
+
text-align: left;
|
|
31321
|
+
transition: none;
|
|
31322
|
+
overflow: hidden;
|
|
31323
|
+
text-overflow: ellipsis;
|
|
31324
|
+
white-space: nowrap;
|
|
31144
31325
|
}
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
font-family: Inter;
|
|
31148
|
-
font-style: normal;
|
|
31149
|
-
font-weight: bold;
|
|
31150
|
-
text-transform: uppercase;
|
|
31151
|
-
font-feature-settings: "cpsp" on;
|
|
31152
|
-
font-size: 12px;
|
|
31153
|
-
line-height: 18px;
|
|
31326
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31327
|
+
color: #0096ff;
|
|
31154
31328
|
}
|
|
31155
|
-
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31160
|
-
text-transform: uppercase;
|
|
31161
|
-
font-feature-settings: "cpsp" on;
|
|
31162
|
-
font-size: 12px;
|
|
31163
|
-
line-height: 18px;
|
|
31329
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31330
|
+
overflow: hidden;
|
|
31331
|
+
text-overflow: ellipsis;
|
|
31332
|
+
width: 100%;
|
|
31333
|
+
vertical-align: middle;
|
|
31164
31334
|
}
|
|
31165
|
-
|
|
31166
|
-
|
|
31167
|
-
font-family: Inter;
|
|
31168
|
-
font-style: normal;
|
|
31169
|
-
font-weight: normal;
|
|
31170
|
-
font-size: 16px;
|
|
31171
|
-
line-height: 24px;
|
|
31335
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31336
|
+
line-height: 0px;
|
|
31172
31337
|
}
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
font-family: Inter;
|
|
31176
|
-
font-style: normal;
|
|
31177
|
-
font-weight: bold;
|
|
31178
|
-
font-size: 16px;
|
|
31179
|
-
line-height: 24px;
|
|
31338
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31339
|
+
padding-right: 25px;
|
|
31180
31340
|
}
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
font-family: Inter;
|
|
31184
|
-
font-style: normal;
|
|
31185
|
-
font-weight: normal;
|
|
31186
|
-
font-size: 16px;
|
|
31187
|
-
line-height: 24px;
|
|
31341
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31342
|
+
border-top-color: transparent;
|
|
31188
31343
|
}
|
|
31189
|
-
|
|
31190
|
-
.
|
|
31191
|
-
|
|
31192
|
-
font-style: normal;
|
|
31193
|
-
font-weight: bold;
|
|
31194
|
-
font-size: 16px;
|
|
31195
|
-
line-height: 24px;
|
|
31344
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31345
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31346
|
+
border-color: transparent transparent white;
|
|
31196
31347
|
}
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
font-family: Inter;
|
|
31200
|
-
font-style: normal;
|
|
31201
|
-
font-weight: normal;
|
|
31202
|
-
text-transform: uppercase;
|
|
31203
|
-
font-feature-settings: "cpsp" on;
|
|
31204
|
-
font-size: 16px;
|
|
31205
|
-
line-height: 24px;
|
|
31348
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31349
|
+
border-radius: 8px 0 0 8px;
|
|
31206
31350
|
}
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
font-family: Inter;
|
|
31210
|
-
font-style: normal;
|
|
31211
|
-
font-weight: bold;
|
|
31212
|
-
text-transform: uppercase;
|
|
31213
|
-
font-feature-settings: "cpsp" on;
|
|
31214
|
-
font-size: 16px;
|
|
31215
|
-
line-height: 24px;
|
|
31351
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31352
|
+
border-radius: 8px 0 0 8px;
|
|
31216
31353
|
}
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
line-height: 22px;
|
|
31354
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31355
|
+
content: "";
|
|
31356
|
+
width: 4px;
|
|
31357
|
+
top: -1px;
|
|
31358
|
+
bottom: -1px;
|
|
31359
|
+
background: white;
|
|
31224
31360
|
}
|
|
31225
|
-
|
|
31226
|
-
|
|
31227
|
-
font-family: Inter;
|
|
31228
|
-
font-style: normal;
|
|
31229
|
-
font-weight: 500;
|
|
31230
|
-
font-size: 14px;
|
|
31231
|
-
line-height: 22px;
|
|
31361
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31362
|
+
border-radius: 0 8px 8px 0;
|
|
31232
31363
|
}
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
font-weight: bold;
|
|
31238
|
-
font-size: 14px;
|
|
31239
|
-
line-height: 22px;
|
|
31364
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31365
|
+
border-radius: 0;
|
|
31366
|
+
background: white;
|
|
31367
|
+
border-top: none;
|
|
31240
31368
|
}
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
font-weight: normal;
|
|
31246
|
-
font-size: 14px;
|
|
31247
|
-
line-height: 22px;
|
|
31369
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31370
|
+
border-top: 1px solid transparent;
|
|
31371
|
+
border-radius: 0 8px 8px 0;
|
|
31372
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31248
31373
|
}
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
font-style: normal;
|
|
31253
|
-
font-weight: bold;
|
|
31254
|
-
font-size: 14px;
|
|
31255
|
-
line-height: 22px;
|
|
31374
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31375
|
+
background: white;
|
|
31376
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31256
31377
|
}
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
text-transform: uppercase;
|
|
31263
|
-
font-feature-settings: "cpsp" on;
|
|
31264
|
-
font-size: 14px;
|
|
31265
|
-
line-height: 22px;
|
|
31378
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31379
|
+
display: flex;
|
|
31380
|
+
align-items: center;
|
|
31381
|
+
height: 100%;
|
|
31382
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31266
31383
|
}
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
font-style: normal;
|
|
31271
|
-
font-weight: bold;
|
|
31272
|
-
text-transform: uppercase;
|
|
31273
|
-
font-feature-settings: "cpsp" on;
|
|
31274
|
-
font-size: 14px;
|
|
31275
|
-
line-height: 22px;
|
|
31384
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31385
|
+
background: white;
|
|
31386
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31276
31387
|
}
|
|
31277
|
-
|
|
31278
|
-
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
|
|
31282
|
-
font-size: 13px;
|
|
31283
|
-
line-height: 20px;
|
|
31388
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31389
|
+
display: flex;
|
|
31390
|
+
align-items: center;
|
|
31391
|
+
height: 100%;
|
|
31392
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31284
31393
|
}
|
|
31285
|
-
|
|
31286
|
-
.
|
|
31287
|
-
font-family: Inter;
|
|
31288
|
-
font-style: normal;
|
|
31289
|
-
font-weight: 600;
|
|
31290
|
-
font-size: 13px;
|
|
31291
|
-
line-height: 20px;
|
|
31394
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31395
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31292
31396
|
}
|
|
31293
|
-
|
|
31294
|
-
.
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
|
|
31397
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31398
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31399
|
+
border-radius: 8px;
|
|
31400
|
+
}
|
|
31401
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31402
|
+
border-top-color: white;
|
|
31403
|
+
}
|
|
31404
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31405
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31406
|
+
border-bottom-color: transparent;
|
|
31407
|
+
border-top-color: transparent;
|
|
31408
|
+
}
|
|
31409
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31410
|
+
border-radius: 8px 0 0 8px;
|
|
31411
|
+
}
|
|
31412
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31413
|
+
border-radius: 0 8px 8px 0;
|
|
31300
31414
|
}
|
|
31301
|
-
|
|
31302
|
-
.
|
|
31303
|
-
font-family: Inter;
|
|
31304
|
-
font-style: normal;
|
|
31305
|
-
font-weight: normal;
|
|
31306
|
-
font-size: 13px;
|
|
31307
|
-
line-height: 20px;
|
|
31415
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31416
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31308
31417
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
font-
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31418
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31419
|
+
background: #fff;
|
|
31420
|
+
font-weight: 400;
|
|
31421
|
+
position: relative;
|
|
31422
|
+
border-bottom: none;
|
|
31423
|
+
color: #00122e;
|
|
31424
|
+
transition: none;
|
|
31425
|
+
padding: 15px 8px 15px 8px;
|
|
31316
31426
|
}
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31427
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31428
|
+
content: "";
|
|
31429
|
+
width: 1px;
|
|
31430
|
+
top: 0;
|
|
31431
|
+
bottom: 0;
|
|
31432
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31433
|
+
position: absolute;
|
|
31434
|
+
right: 0;
|
|
31324
31435
|
}
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
font-family: Inter;
|
|
31328
|
-
font-style: normal;
|
|
31329
|
-
font-weight: normal;
|
|
31330
|
-
text-transform: uppercase;
|
|
31331
|
-
font-feature-settings: "cpsp" on;
|
|
31332
|
-
font-size: 13px;
|
|
31333
|
-
line-height: 20px;
|
|
31436
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31437
|
+
padding: unset;
|
|
31334
31438
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
font-family: Inter;
|
|
31338
|
-
font-style: normal;
|
|
31339
|
-
font-weight: bold;
|
|
31340
|
-
text-transform: uppercase;
|
|
31341
|
-
font-feature-settings: "cpsp" on;
|
|
31342
|
-
font-size: 13px;
|
|
31343
|
-
line-height: 20px;
|
|
31439
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31440
|
+
display: none;
|
|
31344
31441
|
}
|
|
31345
|
-
|
|
31346
|
-
|
|
31347
|
-
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
font-size: 12px;
|
|
31351
|
-
line-height: 18px;
|
|
31442
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31443
|
+
width: 100%;
|
|
31444
|
+
overflow: hidden;
|
|
31445
|
+
white-space: nowrap;
|
|
31446
|
+
text-overflow: ellipsis;
|
|
31352
31447
|
}
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31356
|
-
|
|
31357
|
-
font-weight: 500;
|
|
31358
|
-
font-size: 12px;
|
|
31359
|
-
line-height: 18px;
|
|
31448
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31449
|
+
overflow: hidden;
|
|
31450
|
+
text-overflow: ellipsis;
|
|
31451
|
+
flex: 1;
|
|
31360
31452
|
}
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
font-family: Inter;
|
|
31364
|
-
font-style: normal;
|
|
31365
|
-
font-weight: bold;
|
|
31366
|
-
font-size: 12px;
|
|
31367
|
-
line-height: 18px;
|
|
31453
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31454
|
+
padding: 15px 25px 15px 8px;
|
|
31368
31455
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
font-family: Inter;
|
|
31372
|
-
font-style: normal;
|
|
31373
|
-
font-weight: normal;
|
|
31374
|
-
font-size: 12px;
|
|
31375
|
-
line-height: 18px;
|
|
31456
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31457
|
+
padding: 0;
|
|
31376
31458
|
}
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31459
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31460
|
+
position: absolute;
|
|
31461
|
+
right: 6px;
|
|
31462
|
+
top: 50%;
|
|
31463
|
+
transform: translateY(-50%);
|
|
31464
|
+
height: 16px;
|
|
31465
|
+
display: none;
|
|
31466
|
+
transition: transform 320ms ease;
|
|
31384
31467
|
}
|
|
31385
|
-
|
|
31386
|
-
|
|
31387
|
-
|
|
31388
|
-
font-style: normal;
|
|
31389
|
-
font-weight: bold;
|
|
31390
|
-
font-size: 12px;
|
|
31391
|
-
line-height: 18px;
|
|
31468
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31469
|
+
display: block;
|
|
31470
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31392
31471
|
}
|
|
31393
|
-
|
|
31394
|
-
|
|
31395
|
-
font-family: Inter;
|
|
31396
|
-
font-style: normal;
|
|
31397
|
-
font-weight: normal;
|
|
31398
|
-
text-transform: uppercase;
|
|
31399
|
-
font-feature-settings: "cpsp" on;
|
|
31400
|
-
font-size: 12px;
|
|
31401
|
-
line-height: 18px;
|
|
31472
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31473
|
+
display: block;
|
|
31402
31474
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
font-family: Inter;
|
|
31406
|
-
font-style: normal;
|
|
31407
|
-
font-weight: bold;
|
|
31408
|
-
text-transform: uppercase;
|
|
31409
|
-
font-feature-settings: "cpsp" on;
|
|
31410
|
-
font-size: 12px;
|
|
31411
|
-
line-height: 18px;
|
|
31475
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31476
|
+
display: none;
|
|
31412
31477
|
}
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
font-family: Inter;
|
|
31416
|
-
font-style: normal;
|
|
31417
|
-
font-weight: normal;
|
|
31418
|
-
font-size: 13px;
|
|
31419
|
-
line-height: 20px;
|
|
31478
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31479
|
+
transform: translateY(-50%);
|
|
31420
31480
|
}
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
font-family: Inter;
|
|
31424
|
-
font-style: normal;
|
|
31425
|
-
font-weight: normal;
|
|
31426
|
-
font-size: 13px;
|
|
31427
|
-
line-height: 20px;
|
|
31481
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31482
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31428
31483
|
}
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
font-family: Inter;
|
|
31432
|
-
font-style: normal;
|
|
31433
|
-
font-weight: normal;
|
|
31434
|
-
font-size: 12px;
|
|
31435
|
-
line-height: 18px;
|
|
31484
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31485
|
+
background: #f2f5fa;
|
|
31436
31486
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
font-family: Inter;
|
|
31440
|
-
font-style: normal;
|
|
31441
|
-
font-weight: normal;
|
|
31442
|
-
font-size: 12px;
|
|
31443
|
-
line-height: 18px;
|
|
31487
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31488
|
+
display: block;
|
|
31444
31489
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
font-family: Inter;
|
|
31448
|
-
font-style: normal;
|
|
31449
|
-
font-weight: normal;
|
|
31450
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31451
|
-
font-size: 13px;
|
|
31452
|
-
line-height: 20px;
|
|
31490
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31491
|
+
padding-right: 25px;
|
|
31453
31492
|
}
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
font-family: Inter;
|
|
31457
|
-
font-style: normal;
|
|
31458
|
-
font-weight: normal;
|
|
31459
|
-
font-feature-settings: "zero" on;
|
|
31460
|
-
font-size: 13px;
|
|
31461
|
-
line-height: 20px;
|
|
31493
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31494
|
+
padding: 0 !important;
|
|
31462
31495
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31469
|
-
font-size: 12px;
|
|
31470
|
-
line-height: 18px;
|
|
31496
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31497
|
+
position: absolute;
|
|
31498
|
+
left: 50%;
|
|
31499
|
+
top: 50%;
|
|
31500
|
+
transform: translate(-50%, -50%);
|
|
31471
31501
|
}
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
font-family: Inter;
|
|
31475
|
-
font-style: normal;
|
|
31476
|
-
font-weight: 500;
|
|
31477
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31478
|
-
font-size: 12px;
|
|
31479
|
-
line-height: 18px;
|
|
31502
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31503
|
+
display: none;
|
|
31480
31504
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
font-family: Inter;
|
|
31484
|
-
font-style: normal;
|
|
31485
|
-
font-weight: normal;
|
|
31486
|
-
font-feature-settings: "zero" on;
|
|
31487
|
-
font-size: 12px;
|
|
31488
|
-
line-height: 18px;
|
|
31505
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31506
|
+
background: #fff;
|
|
31489
31507
|
}
|
|
31490
|
-
|
|
31491
|
-
|
|
31492
|
-
|
|
31493
|
-
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31508
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31509
|
+
background: inherit;
|
|
31510
|
+
}
|
|
31511
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31512
|
+
position: static;
|
|
31513
|
+
border: none;
|
|
31514
|
+
background: inherit !important;
|
|
31515
|
+
height: 100px;
|
|
31516
|
+
vertical-align: middle;
|
|
31498
31517
|
}
|
|
31499
|
-
|
|
31500
|
-
.
|
|
31501
|
-
font-family: Inter;
|
|
31502
|
-
font-style: normal;
|
|
31518
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31519
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31503
31520
|
font-weight: bold;
|
|
31504
|
-
font-
|
|
31505
|
-
|
|
31506
|
-
line-height: 24px;
|
|
31521
|
+
font-size: 20px;
|
|
31522
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31507
31523
|
}
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
|
|
31511
|
-
|
|
31512
|
-
font-weight: normal;
|
|
31513
|
-
font-size: 10px;
|
|
31514
|
-
line-height: 12px;
|
|
31524
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31525
|
+
padding: 0 !important;
|
|
31526
|
+
position: relative;
|
|
31527
|
+
background: #fff;
|
|
31515
31528
|
}
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
display:
|
|
31529
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31530
|
+
height: 100%;
|
|
31531
|
+
display: flex;
|
|
31532
|
+
align-items: center;
|
|
31533
|
+
justify-content: flex-end;
|
|
31534
|
+
padding-right: 8px;
|
|
31519
31535
|
}
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31536
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31537
|
+
width: 24px;
|
|
31538
|
+
height: 24px;
|
|
31539
|
+
cursor: pointer;
|
|
31540
|
+
justify-content: center;
|
|
31541
|
+
border-radius: 4px;
|
|
31523
31542
|
}
|
|
31524
|
-
|
|
31525
|
-
|
|
31526
|
-
padding: 8px 16px;
|
|
31527
|
-
line-height: 18px;
|
|
31528
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31529
|
-
height: 34px;
|
|
31530
|
-
min-height: 34px;
|
|
31531
|
-
box-sizing: border-box;
|
|
31532
|
-
margin-top: 8px;
|
|
31543
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31544
|
+
background: #fff;
|
|
31533
31545
|
}
|
|
31534
31546
|
|
|
31535
|
-
.
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
border-radius: 4px;
|
|
31547
|
+
.s34f1qb.ant-switch {
|
|
31548
|
+
min-width: 40px;
|
|
31549
|
+
height: 24px;
|
|
31550
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31551
|
+
overflow: hidden;
|
|
31541
31552
|
}
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31553
|
+
.s34f1qb.ant-switch:focus {
|
|
31554
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31544
31555
|
}
|
|
31545
|
-
.
|
|
31546
|
-
|
|
31556
|
+
.s34f1qb.ant-switch-small {
|
|
31557
|
+
min-width: 26px;
|
|
31558
|
+
height: 16px;
|
|
31547
31559
|
}
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31560
|
+
.s34f1qb.ant-switch-large {
|
|
31561
|
+
min-width: 52px;
|
|
31562
|
+
height: 32px;
|
|
31550
31563
|
}
|
|
31551
|
-
.
|
|
31552
|
-
|
|
31564
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31565
|
+
height: 20px;
|
|
31566
|
+
width: 20px;
|
|
31553
31567
|
}
|
|
31554
|
-
.
|
|
31555
|
-
|
|
31568
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31569
|
+
border-radius: 10px;
|
|
31570
|
+
transition-delay: 120ms;
|
|
31556
31571
|
}
|
|
31557
|
-
.
|
|
31558
|
-
|
|
31572
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31573
|
+
height: 14px;
|
|
31574
|
+
width: 14px;
|
|
31575
|
+
top: 1px;
|
|
31576
|
+
left: 1px;
|
|
31559
31577
|
}
|
|
31560
|
-
.
|
|
31561
|
-
|
|
31578
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31579
|
+
height: 28px;
|
|
31580
|
+
width: 28px;
|
|
31562
31581
|
}
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31565
|
-
color: #0080ff;
|
|
31582
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31583
|
+
border-radius: 14px;
|
|
31566
31584
|
}
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
display: flex;
|
|
31570
|
-
justify-content: space-between;
|
|
31571
|
-
height: 20px;
|
|
31572
|
-
line-height: 20px;
|
|
31585
|
+
.s34f1qb.ant-switch-checked {
|
|
31586
|
+
background-color: #00ba5d;
|
|
31573
31587
|
}
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31576
|
-
overflow: hidden;
|
|
31577
|
-
text-overflow: ellipsis;
|
|
31588
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31589
|
+
left: calc(100% - 20px - 2px);
|
|
31578
31590
|
}
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
display: flex;
|
|
31582
|
-
justify-content: space-between;
|
|
31583
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31584
|
-
height: 18px;
|
|
31585
|
-
line-height: 18px;
|
|
31586
|
-
margin-top: 2px;
|
|
31591
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31592
|
+
left: calc(100% - 14px - 1px);
|
|
31587
31593
|
}
|
|
31588
|
-
|
|
31589
|
-
|
|
31590
|
-
border: none;
|
|
31591
|
-
margin-right: 0;
|
|
31592
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31594
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31595
|
+
left: calc(100% - 28px - 2px);
|
|
31593
31596
|
}
|
|
31594
31597
|
|
|
31595
|
-
.
|
|
31596
|
-
|
|
31597
|
-
height: 32px;
|
|
31598
|
-
width: 100%;
|
|
31599
|
-
opacity: 0;
|
|
31598
|
+
.c1to9vb9 {
|
|
31599
|
+
margin-left: 5px;
|
|
31600
31600
|
}
|
|
31601
31601
|
|
|
31602
31602
|
.c1up1pdz {
|
|
@@ -31739,6 +31739,42 @@ input.rrg1fkn.ant-input {
|
|
|
31739
31739
|
color: #fff;
|
|
31740
31740
|
}
|
|
31741
31741
|
|
|
31742
|
+
.c18gxmrl {
|
|
31743
|
+
border: 1px solid #d8deeb;
|
|
31744
|
+
border-radius: 4px;
|
|
31745
|
+
}
|
|
31746
|
+
.c18gxmrl + .c18gxmrl {
|
|
31747
|
+
margin-top: 8px;
|
|
31748
|
+
}
|
|
31749
|
+
.c18gxmrl:hover {
|
|
31750
|
+
border-color: #0080ff;
|
|
31751
|
+
}
|
|
31752
|
+
.c18gxmrl:hover > header {
|
|
31753
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31754
|
+
}
|
|
31755
|
+
.c18gxmrl.active header {
|
|
31756
|
+
border-bottom: 1px solid #d8deeb;
|
|
31757
|
+
}
|
|
31758
|
+
.c18gxmrl > header {
|
|
31759
|
+
padding: 8px 12px;
|
|
31760
|
+
}
|
|
31761
|
+
|
|
31762
|
+
.berrcjl {
|
|
31763
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31764
|
+
margin-bottom: 4px;
|
|
31765
|
+
}
|
|
31766
|
+
.berrcjl .breadcrumb-link {
|
|
31767
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31768
|
+
cursor: pointer;
|
|
31769
|
+
transition: color 160ms ease;
|
|
31770
|
+
}
|
|
31771
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31772
|
+
color: #0080ff;
|
|
31773
|
+
}
|
|
31774
|
+
.berrcjl .breadcrumb-link:active {
|
|
31775
|
+
color: #005ed1;
|
|
31776
|
+
}
|
|
31777
|
+
|
|
31742
31778
|
.c1bus5hc {
|
|
31743
31779
|
--color: white;
|
|
31744
31780
|
height: 14px;
|
|
@@ -31779,32 +31815,6 @@ input.rrg1fkn.ant-input {
|
|
|
31779
31815
|
transform: rotate(0deg);
|
|
31780
31816
|
}
|
|
31781
31817
|
|
|
31782
|
-
.tje3huy {
|
|
31783
|
-
width: 100%;
|
|
31784
|
-
overflow: inherit;
|
|
31785
|
-
white-space: inherit;
|
|
31786
|
-
text-overflow: ellipsis;
|
|
31787
|
-
}
|
|
31788
|
-
|
|
31789
|
-
.n12mqh7z {
|
|
31790
|
-
display: flex;
|
|
31791
|
-
align-items: center;
|
|
31792
|
-
font-size: 12px;
|
|
31793
|
-
line-height: 18px;
|
|
31794
|
-
}
|
|
31795
|
-
.n12mqh7z:not(:last-child) {
|
|
31796
|
-
margin-bottom: 4px;
|
|
31797
|
-
}
|
|
31798
|
-
|
|
31799
|
-
.tf5bynu {
|
|
31800
|
-
margin: 0 3px;
|
|
31801
|
-
}
|
|
31802
|
-
|
|
31803
|
-
.tcckoz1 {
|
|
31804
|
-
max-height: 400px;
|
|
31805
|
-
overflow: "auto";
|
|
31806
|
-
}
|
|
31807
|
-
|
|
31808
31818
|
.c1uzzomf {
|
|
31809
31819
|
margin-bottom: 16px;
|
|
31810
31820
|
}
|
|
@@ -31827,20 +31837,70 @@ input.rrg1fkn.ant-input {
|
|
|
31827
31837
|
text-align: center;
|
|
31828
31838
|
}
|
|
31829
31839
|
|
|
31830
|
-
.
|
|
31831
|
-
|
|
31832
|
-
|
|
31840
|
+
.c18bcrac {
|
|
31841
|
+
display: inline-block;
|
|
31842
|
+
width: 100%;
|
|
31833
31843
|
}
|
|
31834
|
-
.
|
|
31835
|
-
|
|
31836
|
-
cursor: pointer;
|
|
31837
|
-
transition: color 160ms ease;
|
|
31844
|
+
.c18bcrac .recharts-wrapper {
|
|
31845
|
+
margin-left: 4px;
|
|
31838
31846
|
}
|
|
31839
|
-
|
|
31840
|
-
|
|
31847
|
+
|
|
31848
|
+
.cro7kg2 {
|
|
31849
|
+
padding: 4px;
|
|
31850
|
+
}
|
|
31851
|
+
|
|
31852
|
+
.c14wcxf0 {
|
|
31853
|
+
display: flex;
|
|
31854
|
+
justify-content: space-between;
|
|
31855
|
+
align-items: center;
|
|
31856
|
+
font-size: 13px;
|
|
31857
|
+
line-height: 24px;
|
|
31858
|
+
color: #cccccc;
|
|
31859
|
+
white-space: nowrap;
|
|
31860
|
+
}
|
|
31861
|
+
.c14wcxf0 label {
|
|
31862
|
+
margin-right: 32px;
|
|
31863
|
+
}
|
|
31864
|
+
|
|
31865
|
+
.coy29mj.c14wcxf0 {
|
|
31866
|
+
font-weight: bold;
|
|
31867
|
+
color: white;
|
|
31868
|
+
}
|
|
31869
|
+
|
|
31870
|
+
.s11212zy {
|
|
31871
|
+
width: 8px;
|
|
31872
|
+
height: 8px;
|
|
31873
|
+
border-radius: 2px;
|
|
31874
|
+
display: inline-block;
|
|
31875
|
+
background: var(--s11212zy-0);
|
|
31876
|
+
border: 1px solid #fff;
|
|
31877
|
+
box-sizing: content-box;
|
|
31878
|
+
margin-right: 6px;
|
|
31879
|
+
}
|
|
31880
|
+
|
|
31881
|
+
.p1lyky6c > :first-child {
|
|
31882
|
+
font-weight: bold;
|
|
31883
|
+
color: white;
|
|
31884
|
+
margin-right: 4px;
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.n12mqh7z {
|
|
31888
|
+
display: flex;
|
|
31889
|
+
align-items: center;
|
|
31890
|
+
font-size: 12px;
|
|
31891
|
+
line-height: 18px;
|
|
31892
|
+
}
|
|
31893
|
+
.n12mqh7z:not(:last-child) {
|
|
31894
|
+
margin-bottom: 4px;
|
|
31895
|
+
}
|
|
31896
|
+
|
|
31897
|
+
.tf5bynu {
|
|
31898
|
+
margin: 0 3px;
|
|
31841
31899
|
}
|
|
31842
|
-
|
|
31843
|
-
|
|
31900
|
+
|
|
31901
|
+
.tcckoz1 {
|
|
31902
|
+
max-height: 400px;
|
|
31903
|
+
overflow: "auto";
|
|
31844
31904
|
}
|
|
31845
31905
|
|
|
31846
31906
|
.s1iv0tp1 .enabled-switch {
|
|
@@ -31851,24 +31911,34 @@ input.rrg1fkn.ant-input {
|
|
|
31851
31911
|
margin-right: 8px;
|
|
31852
31912
|
}
|
|
31853
31913
|
|
|
31854
|
-
.
|
|
31855
|
-
|
|
31856
|
-
|
|
31914
|
+
.tje3huy {
|
|
31915
|
+
width: 100%;
|
|
31916
|
+
overflow: inherit;
|
|
31917
|
+
white-space: inherit;
|
|
31918
|
+
text-overflow: ellipsis;
|
|
31857
31919
|
}
|
|
31858
|
-
|
|
31859
|
-
|
|
31920
|
+
|
|
31921
|
+
.wg1tsps {
|
|
31922
|
+
display: flex;
|
|
31923
|
+
align-items: center;
|
|
31924
|
+
justify-content: flex-end;
|
|
31860
31925
|
}
|
|
31861
|
-
|
|
31862
|
-
|
|
31926
|
+
|
|
31927
|
+
.b1ctd5xy {
|
|
31928
|
+
display: flex;
|
|
31929
|
+
align-items: center;
|
|
31930
|
+
width: calc(100% - 40px);
|
|
31863
31931
|
}
|
|
31864
|
-
.
|
|
31865
|
-
|
|
31932
|
+
.b1ctd5xy .chart {
|
|
31933
|
+
display: inline-block;
|
|
31934
|
+
width: 100%;
|
|
31866
31935
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31936
|
+
|
|
31937
|
+
.u1p8acpn {
|
|
31938
|
+
width: 40px;
|
|
31869
31939
|
}
|
|
31870
|
-
.
|
|
31871
|
-
|
|
31940
|
+
.u1p8acpn .unit {
|
|
31941
|
+
color: #00122e !important;
|
|
31872
31942
|
}
|
|
31873
31943
|
|
|
31874
31944
|
.m15dvk92 {
|
|
@@ -31984,10 +32054,6 @@ input.rrg1fkn.ant-input {
|
|
|
31984
32054
|
cursor: default;
|
|
31985
32055
|
}
|
|
31986
32056
|
|
|
31987
|
-
.t3qomhu {
|
|
31988
|
-
margin: 0 2px;
|
|
31989
|
-
}
|
|
31990
|
-
|
|
31991
32057
|
.o8ocss1 {
|
|
31992
32058
|
overflow: hidden;
|
|
31993
32059
|
text-overflow: ellipsis;
|
|
@@ -31997,8 +32063,18 @@ input.rrg1fkn.ant-input {
|
|
|
31997
32063
|
white-space: nowrap;
|
|
31998
32064
|
}
|
|
31999
32065
|
|
|
32000
|
-
.
|
|
32001
|
-
|
|
32066
|
+
.t3qomhu {
|
|
32067
|
+
margin: 0 2px;
|
|
32068
|
+
}
|
|
32069
|
+
|
|
32070
|
+
.igz4le8 {
|
|
32071
|
+
height: 24px;
|
|
32072
|
+
width: 56px !important;
|
|
32073
|
+
margin-right: 4px;
|
|
32074
|
+
}
|
|
32075
|
+
|
|
32076
|
+
.c1riexje {
|
|
32077
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32002
32078
|
}
|
|
32003
32079
|
|
|
32004
32080
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32058,16 +32134,6 @@ input.rrg1fkn.ant-input {
|
|
|
32058
32134
|
transform: rotate(180deg);
|
|
32059
32135
|
}
|
|
32060
32136
|
|
|
32061
|
-
.igz4le8 {
|
|
32062
|
-
height: 24px;
|
|
32063
|
-
width: 56px !important;
|
|
32064
|
-
margin-right: 4px;
|
|
32065
|
-
}
|
|
32066
|
-
|
|
32067
|
-
.c1riexje {
|
|
32068
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32069
|
-
}
|
|
32070
|
-
|
|
32071
32137
|
.s14dk8r1 {
|
|
32072
32138
|
margin: 0;
|
|
32073
32139
|
border-radius: 20px;
|
|
@@ -32142,6 +32208,10 @@ input.rrg1fkn.ant-input {
|
|
|
32142
32208
|
display: inline-block;
|
|
32143
32209
|
}
|
|
32144
32210
|
|
|
32211
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32212
|
+
display: flex;
|
|
32213
|
+
}
|
|
32214
|
+
|
|
32145
32215
|
.t19ustft .date {
|
|
32146
32216
|
margin-right: 4px;
|
|
32147
32217
|
}
|
|
@@ -32389,6 +32459,55 @@ input.rrg1fkn.ant-input {
|
|
|
32389
32459
|
margin-left: 8px;
|
|
32390
32460
|
}
|
|
32391
32461
|
|
|
32462
|
+
.l4bld33 {
|
|
32463
|
+
width: 64px;
|
|
32464
|
+
height: 64px;
|
|
32465
|
+
display: flex;
|
|
32466
|
+
align-items: center;
|
|
32467
|
+
justify-content: center;
|
|
32468
|
+
position: relative;
|
|
32469
|
+
opacity: 0.2;
|
|
32470
|
+
}
|
|
32471
|
+
|
|
32472
|
+
.lgitjoj {
|
|
32473
|
+
position: absolute;
|
|
32474
|
+
width: 5px;
|
|
32475
|
+
height: 48px;
|
|
32476
|
+
left: 9.33px;
|
|
32477
|
+
top: 40.5px;
|
|
32478
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32479
|
+
border-radius: 5px;
|
|
32480
|
+
transform: rotate(-128deg);
|
|
32481
|
+
transform-origin: top left;
|
|
32482
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32483
|
+
}
|
|
32484
|
+
|
|
32485
|
+
.l13g0exg {
|
|
32486
|
+
position: absolute;
|
|
32487
|
+
width: 5px;
|
|
32488
|
+
height: 48px;
|
|
32489
|
+
left: 40.8px;
|
|
32490
|
+
top: 8.4px;
|
|
32491
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32492
|
+
border-radius: 5px;
|
|
32493
|
+
transform: rotate(-8deg);
|
|
32494
|
+
transform-origin: top left;
|
|
32495
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32496
|
+
}
|
|
32497
|
+
|
|
32498
|
+
.l1exo3h6 {
|
|
32499
|
+
position: absolute;
|
|
32500
|
+
width: 5px;
|
|
32501
|
+
height: 48px;
|
|
32502
|
+
left: 52.9px;
|
|
32503
|
+
top: 51.8px;
|
|
32504
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32505
|
+
border-radius: 5px;
|
|
32506
|
+
transform: rotate(112deg);
|
|
32507
|
+
transform-origin: top left;
|
|
32508
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32509
|
+
}
|
|
32510
|
+
|
|
32392
32511
|
.sq6vos1 {
|
|
32393
32512
|
--item-min-width: 60px;
|
|
32394
32513
|
}
|
|
@@ -32574,55 +32693,6 @@ input.rrg1fkn.ant-input {
|
|
|
32574
32693
|
justify-content: center;
|
|
32575
32694
|
}
|
|
32576
32695
|
|
|
32577
|
-
.l4bld33 {
|
|
32578
|
-
width: 64px;
|
|
32579
|
-
height: 64px;
|
|
32580
|
-
display: flex;
|
|
32581
|
-
align-items: center;
|
|
32582
|
-
justify-content: center;
|
|
32583
|
-
position: relative;
|
|
32584
|
-
opacity: 0.2;
|
|
32585
|
-
}
|
|
32586
|
-
|
|
32587
|
-
.lgitjoj {
|
|
32588
|
-
position: absolute;
|
|
32589
|
-
width: 5px;
|
|
32590
|
-
height: 48px;
|
|
32591
|
-
left: 9.33px;
|
|
32592
|
-
top: 40.5px;
|
|
32593
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32594
|
-
border-radius: 5px;
|
|
32595
|
-
transform: rotate(-128deg);
|
|
32596
|
-
transform-origin: top left;
|
|
32597
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32598
|
-
}
|
|
32599
|
-
|
|
32600
|
-
.l13g0exg {
|
|
32601
|
-
position: absolute;
|
|
32602
|
-
width: 5px;
|
|
32603
|
-
height: 48px;
|
|
32604
|
-
left: 40.8px;
|
|
32605
|
-
top: 8.4px;
|
|
32606
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32607
|
-
border-radius: 5px;
|
|
32608
|
-
transform: rotate(-8deg);
|
|
32609
|
-
transform-origin: top left;
|
|
32610
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32611
|
-
}
|
|
32612
|
-
|
|
32613
|
-
.l1exo3h6 {
|
|
32614
|
-
position: absolute;
|
|
32615
|
-
width: 5px;
|
|
32616
|
-
height: 48px;
|
|
32617
|
-
left: 52.9px;
|
|
32618
|
-
top: 51.8px;
|
|
32619
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32620
|
-
border-radius: 5px;
|
|
32621
|
-
transform: rotate(112deg);
|
|
32622
|
-
transform-origin: top left;
|
|
32623
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32624
|
-
}
|
|
32625
|
-
|
|
32626
32696
|
.t1gz6wqf {
|
|
32627
32697
|
height: 100%;
|
|
32628
32698
|
}
|
|
@@ -32653,6 +32723,23 @@ input.rrg1fkn.ant-input {
|
|
|
32653
32723
|
background: rgba(163, 180, 204, 0.18);
|
|
32654
32724
|
}
|
|
32655
32725
|
|
|
32726
|
+
.skwah65 {
|
|
32727
|
+
height: 8px;
|
|
32728
|
+
box-sizing: border-box;
|
|
32729
|
+
border-radius: 2px;
|
|
32730
|
+
background: #f5f7fa;
|
|
32731
|
+
display: flex;
|
|
32732
|
+
width: 100%;
|
|
32733
|
+
overflow: hidden;
|
|
32734
|
+
}
|
|
32735
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32736
|
+
margin-left: 1px;
|
|
32737
|
+
}
|
|
32738
|
+
|
|
32739
|
+
.c1k4vanq {
|
|
32740
|
+
padding: 0 12px 14px 12px;
|
|
32741
|
+
}
|
|
32742
|
+
|
|
32656
32743
|
.c1udgdh2 {
|
|
32657
32744
|
color: #2d3a56;
|
|
32658
32745
|
padding: 7px 12px;
|
|
@@ -32693,10 +32780,6 @@ input.rrg1fkn.ant-input {
|
|
|
32693
32780
|
margin-right: 2px;
|
|
32694
32781
|
}
|
|
32695
32782
|
|
|
32696
|
-
.c1k4vanq {
|
|
32697
|
-
padding: 0 12px 14px 12px;
|
|
32698
|
-
}
|
|
32699
|
-
|
|
32700
32783
|
.rrwcpby {
|
|
32701
32784
|
display: flex;
|
|
32702
32785
|
align-items: center;
|
|
@@ -32730,6 +32813,41 @@ input.rrg1fkn.ant-input {
|
|
|
32730
32813
|
transform: translateY(-4px);
|
|
32731
32814
|
}
|
|
32732
32815
|
|
|
32816
|
+
.sut42l0 {
|
|
32817
|
+
padding: 0 8px;
|
|
32818
|
+
height: 18px;
|
|
32819
|
+
}
|
|
32820
|
+
|
|
32821
|
+
.mfsz1jz {
|
|
32822
|
+
padding: 2px 8px;
|
|
32823
|
+
height: 24px;
|
|
32824
|
+
}
|
|
32825
|
+
|
|
32826
|
+
.tnd6h4m {
|
|
32827
|
+
margin: 0;
|
|
32828
|
+
}
|
|
32829
|
+
|
|
32830
|
+
.i1qw4clm {
|
|
32831
|
+
margin-right: 4px;
|
|
32832
|
+
height: 16px;
|
|
32833
|
+
}
|
|
32834
|
+
|
|
32835
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
32836
|
+
font-weight: 700;
|
|
32837
|
+
color: #00122e;
|
|
32838
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32839
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32840
|
+
}
|
|
32841
|
+
|
|
32842
|
+
.w1xcixj5.outside-tag {
|
|
32843
|
+
padding-left: 0;
|
|
32844
|
+
}
|
|
32845
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32846
|
+
border-radius: 4px 0 0 4px;
|
|
32847
|
+
padding-right: 4px;
|
|
32848
|
+
margin-right: 4px;
|
|
32849
|
+
}
|
|
32850
|
+
|
|
32733
32851
|
.f1p9ti6d {
|
|
32734
32852
|
width: 100%;
|
|
32735
32853
|
margin-bottom: 0 !important;
|
|
@@ -33004,46 +33122,11 @@ input.rrg1fkn.ant-input {
|
|
|
33004
33122
|
margin-right: 8px;
|
|
33005
33123
|
}
|
|
33006
33124
|
|
|
33007
|
-
.sut42l0 {
|
|
33008
|
-
padding: 0 8px;
|
|
33009
|
-
height: 18px;
|
|
33010
|
-
}
|
|
33011
|
-
|
|
33012
|
-
.mfsz1jz {
|
|
33013
|
-
padding: 2px 8px;
|
|
33014
|
-
height: 24px;
|
|
33015
|
-
}
|
|
33016
|
-
|
|
33017
|
-
.tnd6h4m {
|
|
33018
|
-
margin: 0;
|
|
33019
|
-
}
|
|
33020
|
-
|
|
33021
|
-
.i1qw4clm {
|
|
33022
|
-
margin-right: 4px;
|
|
33023
|
-
height: 16px;
|
|
33024
|
-
}
|
|
33025
|
-
|
|
33026
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33027
|
-
font-weight: 700;
|
|
33028
|
-
color: #00122e;
|
|
33029
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33030
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33031
|
-
}
|
|
33032
|
-
|
|
33033
33125
|
.iwsze0q {
|
|
33034
33126
|
margin-right: 4px;
|
|
33035
33127
|
height: 16px;
|
|
33036
33128
|
}
|
|
33037
33129
|
|
|
33038
|
-
.w1xcixj5.outside-tag {
|
|
33039
|
-
padding-left: 0;
|
|
33040
|
-
}
|
|
33041
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33042
|
-
border-radius: 4px 0 0 4px;
|
|
33043
|
-
padding-right: 4px;
|
|
33044
|
-
margin-right: 4px;
|
|
33045
|
-
}
|
|
33046
|
-
|
|
33047
33130
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33048
33131
|
display: var(--a6dbbkm-0);
|
|
33049
33132
|
}
|