@cloudtower/eagle 0.27.14-alpha.4 → 0.27.14
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 +1462 -1462
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1005 -1005
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29471,6 +29471,66 @@ 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
|
+
.i1mrf09m {
|
|
29475
|
+
display: inline-flex;
|
|
29476
|
+
align-items: center;
|
|
29477
|
+
}
|
|
29478
|
+
.i1mrf09m .icon-inner {
|
|
29479
|
+
display: inline-flex;
|
|
29480
|
+
align-items: center;
|
|
29481
|
+
justify-content: center;
|
|
29482
|
+
}
|
|
29483
|
+
.i1mrf09m .icon-inner + span,
|
|
29484
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29485
|
+
margin-left: 4px;
|
|
29486
|
+
}
|
|
29487
|
+
.i1mrf09m.is-rotate img,
|
|
29488
|
+
.i1mrf09m.is-rotate svg {
|
|
29489
|
+
animation: rotate 680ms linear infinite;
|
|
29490
|
+
}
|
|
29491
|
+
|
|
29492
|
+
.iap75of {
|
|
29493
|
+
height: 18px;
|
|
29494
|
+
line-height: 18px;
|
|
29495
|
+
padding: 0 4px;
|
|
29496
|
+
border-radius: 4px;
|
|
29497
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29498
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29499
|
+
display: flex;
|
|
29500
|
+
align-items: center;
|
|
29501
|
+
white-space: nowrap;
|
|
29502
|
+
margin-right: 4px;
|
|
29503
|
+
}
|
|
29504
|
+
|
|
29505
|
+
.bpq0js6 {
|
|
29506
|
+
padding: 4px 11px;
|
|
29507
|
+
}
|
|
29508
|
+
|
|
29509
|
+
.b15sn34c {
|
|
29510
|
+
white-space: nowrap;
|
|
29511
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29512
|
+
}
|
|
29513
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29514
|
+
--color: #0080ff;
|
|
29515
|
+
}
|
|
29516
|
+
.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] {
|
|
29517
|
+
--color: #0080ff;
|
|
29518
|
+
}
|
|
29519
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29520
|
+
margin-left: 1px;
|
|
29521
|
+
}
|
|
29522
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29523
|
+
border-top-right-radius: 0;
|
|
29524
|
+
border-bottom-right-radius: 0;
|
|
29525
|
+
}
|
|
29526
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29527
|
+
border-top-left-radius: 0;
|
|
29528
|
+
border-bottom-left-radius: 0;
|
|
29529
|
+
}
|
|
29530
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29531
|
+
border-radius: unset;
|
|
29532
|
+
}
|
|
29533
|
+
|
|
29474
29534
|
.fde5mpd {
|
|
29475
29535
|
width: 100%;
|
|
29476
29536
|
height: 100%;
|
|
@@ -29736,66 +29796,6 @@ html body {
|
|
|
29736
29796
|
padding: 0;
|
|
29737
29797
|
}
|
|
29738
29798
|
|
|
29739
|
-
.i1mrf09m {
|
|
29740
|
-
display: inline-flex;
|
|
29741
|
-
align-items: center;
|
|
29742
|
-
}
|
|
29743
|
-
.i1mrf09m .icon-inner {
|
|
29744
|
-
display: inline-flex;
|
|
29745
|
-
align-items: center;
|
|
29746
|
-
justify-content: center;
|
|
29747
|
-
}
|
|
29748
|
-
.i1mrf09m .icon-inner + span,
|
|
29749
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29750
|
-
margin-left: 4px;
|
|
29751
|
-
}
|
|
29752
|
-
.i1mrf09m.is-rotate img,
|
|
29753
|
-
.i1mrf09m.is-rotate svg {
|
|
29754
|
-
animation: rotate 680ms linear infinite;
|
|
29755
|
-
}
|
|
29756
|
-
|
|
29757
|
-
.bpq0js6 {
|
|
29758
|
-
padding: 4px 11px;
|
|
29759
|
-
}
|
|
29760
|
-
|
|
29761
|
-
.b15sn34c {
|
|
29762
|
-
white-space: nowrap;
|
|
29763
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29764
|
-
}
|
|
29765
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29766
|
-
--color: #0080ff;
|
|
29767
|
-
}
|
|
29768
|
-
.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] {
|
|
29769
|
-
--color: #0080ff;
|
|
29770
|
-
}
|
|
29771
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29772
|
-
margin-left: 1px;
|
|
29773
|
-
}
|
|
29774
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29775
|
-
border-top-right-radius: 0;
|
|
29776
|
-
border-bottom-right-radius: 0;
|
|
29777
|
-
}
|
|
29778
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29779
|
-
border-top-left-radius: 0;
|
|
29780
|
-
border-bottom-left-radius: 0;
|
|
29781
|
-
}
|
|
29782
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29783
|
-
border-radius: unset;
|
|
29784
|
-
}
|
|
29785
|
-
|
|
29786
|
-
.iap75of {
|
|
29787
|
-
height: 18px;
|
|
29788
|
-
line-height: 18px;
|
|
29789
|
-
padding: 0 4px;
|
|
29790
|
-
border-radius: 4px;
|
|
29791
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29792
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29793
|
-
display: flex;
|
|
29794
|
-
align-items: center;
|
|
29795
|
-
white-space: nowrap;
|
|
29796
|
-
margin-right: 4px;
|
|
29797
|
-
}
|
|
29798
|
-
|
|
29799
29799
|
.obf05yr {
|
|
29800
29800
|
display: inline-block;
|
|
29801
29801
|
}
|
|
@@ -29805,63 +29805,6 @@ html body {
|
|
|
29805
29805
|
position: absolute;
|
|
29806
29806
|
}
|
|
29807
29807
|
|
|
29808
|
-
.p12gwtiw {
|
|
29809
|
-
display: flex;
|
|
29810
|
-
justify-content: space-between;
|
|
29811
|
-
align-items: center;
|
|
29812
|
-
padding: 10px 0;
|
|
29813
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29814
|
-
font-size: 12px;
|
|
29815
|
-
line-height: 24px;
|
|
29816
|
-
}
|
|
29817
|
-
.p12gwtiw .pagination-left {
|
|
29818
|
-
padding: 2px 8px;
|
|
29819
|
-
}
|
|
29820
|
-
.p12gwtiw .dropdown-trigger {
|
|
29821
|
-
display: flex;
|
|
29822
|
-
align-items: center;
|
|
29823
|
-
border-radius: 6px;
|
|
29824
|
-
cursor: pointer;
|
|
29825
|
-
transition: all 0.3s ease;
|
|
29826
|
-
}
|
|
29827
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
29828
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29829
|
-
color: #0080ff;
|
|
29830
|
-
}
|
|
29831
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29832
|
-
margin-left: 4px;
|
|
29833
|
-
}
|
|
29834
|
-
.p12gwtiw .pagination-right {
|
|
29835
|
-
display: flex;
|
|
29836
|
-
align-items: center;
|
|
29837
|
-
color: #0080ff;
|
|
29838
|
-
font-weight: bold;
|
|
29839
|
-
}
|
|
29840
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
29841
|
-
margin-left: 4px;
|
|
29842
|
-
}
|
|
29843
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
29844
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
29845
|
-
padding: 0 8px;
|
|
29846
|
-
}
|
|
29847
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29848
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
29849
|
-
color: #0080ff;
|
|
29850
|
-
}
|
|
29851
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29852
|
-
transform: rotate(180deg);
|
|
29853
|
-
}
|
|
29854
|
-
|
|
29855
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29856
|
-
max-height: calc(100vh - 128px);
|
|
29857
|
-
overflow-y: auto;
|
|
29858
|
-
}
|
|
29859
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29860
|
-
padding: 4px 20px;
|
|
29861
|
-
font-size: 12px;
|
|
29862
|
-
line-height: 18px;
|
|
29863
|
-
}
|
|
29864
|
-
|
|
29865
29808
|
.rxbeqvl.ant-radio-wrapper {
|
|
29866
29809
|
display: inline-flex;
|
|
29867
29810
|
align-items: baseline;
|
|
@@ -30008,61 +29951,6 @@ html body {
|
|
|
30008
29951
|
width: 36px;
|
|
30009
29952
|
}
|
|
30010
29953
|
|
|
30011
|
-
.s34f1qb.ant-switch {
|
|
30012
|
-
min-width: 40px;
|
|
30013
|
-
height: 24px;
|
|
30014
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30015
|
-
overflow: hidden;
|
|
30016
|
-
}
|
|
30017
|
-
.s34f1qb.ant-switch:focus {
|
|
30018
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30019
|
-
}
|
|
30020
|
-
.s34f1qb.ant-switch-small {
|
|
30021
|
-
min-width: 26px;
|
|
30022
|
-
height: 16px;
|
|
30023
|
-
}
|
|
30024
|
-
.s34f1qb.ant-switch-large {
|
|
30025
|
-
min-width: 52px;
|
|
30026
|
-
height: 32px;
|
|
30027
|
-
}
|
|
30028
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30029
|
-
height: 20px;
|
|
30030
|
-
width: 20px;
|
|
30031
|
-
}
|
|
30032
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30033
|
-
border-radius: 10px;
|
|
30034
|
-
transition-delay: 120ms;
|
|
30035
|
-
}
|
|
30036
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30037
|
-
height: 14px;
|
|
30038
|
-
width: 14px;
|
|
30039
|
-
top: 1px;
|
|
30040
|
-
left: 1px;
|
|
30041
|
-
}
|
|
30042
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30043
|
-
height: 28px;
|
|
30044
|
-
width: 28px;
|
|
30045
|
-
}
|
|
30046
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30047
|
-
border-radius: 14px;
|
|
30048
|
-
}
|
|
30049
|
-
.s34f1qb.ant-switch-checked {
|
|
30050
|
-
background-color: #00ba5d;
|
|
30051
|
-
}
|
|
30052
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30053
|
-
left: calc(100% - 20px - 2px);
|
|
30054
|
-
}
|
|
30055
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30056
|
-
left: calc(100% - 14px - 1px);
|
|
30057
|
-
}
|
|
30058
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30059
|
-
left: calc(100% - 28px - 2px);
|
|
30060
|
-
}
|
|
30061
|
-
|
|
30062
|
-
.c1to9vb9 {
|
|
30063
|
-
margin-left: 5px;
|
|
30064
|
-
}
|
|
30065
|
-
|
|
30066
29954
|
.cz04yix {
|
|
30067
29955
|
display: flex;
|
|
30068
29956
|
flex-direction: column;
|
|
@@ -30743,1068 +30631,1229 @@ input.rrg1fkn.ant-input {
|
|
|
30743
30631
|
word-break: break-all;
|
|
30744
30632
|
}
|
|
30745
30633
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30634
|
+
.s34f1qb.ant-switch {
|
|
30635
|
+
min-width: 40px;
|
|
30636
|
+
height: 24px;
|
|
30637
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30638
|
+
overflow: hidden;
|
|
30748
30639
|
}
|
|
30749
|
-
|
|
30750
|
-
.
|
|
30751
|
-
width: 430px !important;
|
|
30640
|
+
.s34f1qb.ant-switch:focus {
|
|
30641
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30752
30642
|
}
|
|
30753
|
-
|
|
30754
|
-
|
|
30755
|
-
|
|
30756
|
-
line-height: 18px;
|
|
30757
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30758
|
-
height: 34px;
|
|
30759
|
-
min-height: 34px;
|
|
30760
|
-
box-sizing: border-box;
|
|
30761
|
-
margin-top: 8px;
|
|
30643
|
+
.s34f1qb.ant-switch-small {
|
|
30644
|
+
min-width: 26px;
|
|
30645
|
+
height: 16px;
|
|
30762
30646
|
}
|
|
30763
|
-
|
|
30764
|
-
|
|
30765
|
-
|
|
30766
|
-
flex-direction: column;
|
|
30767
|
-
margin: 1px 8px;
|
|
30768
|
-
padding: 8px;
|
|
30769
|
-
border-radius: 4px;
|
|
30647
|
+
.s34f1qb.ant-switch-large {
|
|
30648
|
+
min-width: 52px;
|
|
30649
|
+
height: 32px;
|
|
30770
30650
|
}
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30651
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30652
|
+
height: 20px;
|
|
30653
|
+
width: 20px;
|
|
30773
30654
|
}
|
|
30774
|
-
.
|
|
30775
|
-
|
|
30655
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30656
|
+
border-radius: 10px;
|
|
30657
|
+
transition-delay: 120ms;
|
|
30776
30658
|
}
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30659
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30660
|
+
height: 14px;
|
|
30661
|
+
width: 14px;
|
|
30662
|
+
top: 1px;
|
|
30663
|
+
left: 1px;
|
|
30779
30664
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30665
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30666
|
+
height: 28px;
|
|
30667
|
+
width: 28px;
|
|
30782
30668
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30669
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30670
|
+
border-radius: 14px;
|
|
30785
30671
|
}
|
|
30786
|
-
.
|
|
30787
|
-
background:
|
|
30672
|
+
.s34f1qb.ant-switch-checked {
|
|
30673
|
+
background-color: #00ba5d;
|
|
30788
30674
|
}
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30675
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30676
|
+
left: calc(100% - 20px - 2px);
|
|
30791
30677
|
}
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30794
|
-
color: #0080ff;
|
|
30678
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30679
|
+
left: calc(100% - 14px - 1px);
|
|
30795
30680
|
}
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
display: flex;
|
|
30799
|
-
justify-content: space-between;
|
|
30800
|
-
height: 20px;
|
|
30801
|
-
line-height: 20px;
|
|
30681
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30682
|
+
left: calc(100% - 28px - 2px);
|
|
30802
30683
|
}
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
text-overflow: ellipsis;
|
|
30684
|
+
|
|
30685
|
+
.c1to9vb9 {
|
|
30686
|
+
margin-left: 5px;
|
|
30807
30687
|
}
|
|
30808
30688
|
|
|
30809
|
-
.
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
line-height:
|
|
30815
|
-
margin-top: 2px;
|
|
30689
|
+
.d6j0lbj {
|
|
30690
|
+
font-family: Inter;
|
|
30691
|
+
font-style: normal;
|
|
30692
|
+
font-weight: bold;
|
|
30693
|
+
font-size: 32px;
|
|
30694
|
+
line-height: 40px;
|
|
30816
30695
|
}
|
|
30817
30696
|
|
|
30818
|
-
.
|
|
30819
|
-
|
|
30820
|
-
|
|
30821
|
-
|
|
30697
|
+
.d1xhvvxe {
|
|
30698
|
+
font-family: Inter;
|
|
30699
|
+
font-style: normal;
|
|
30700
|
+
font-weight: bold;
|
|
30701
|
+
font-size: 24px;
|
|
30702
|
+
line-height: 32px;
|
|
30822
30703
|
}
|
|
30823
30704
|
|
|
30824
|
-
.
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30705
|
+
.dk10mxq {
|
|
30706
|
+
font-family: Inter;
|
|
30707
|
+
font-style: normal;
|
|
30708
|
+
font-weight: normal;
|
|
30709
|
+
font-size: 32px;
|
|
30710
|
+
line-height: 40px;
|
|
30829
30711
|
}
|
|
30830
30712
|
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30713
|
+
.dxsait {
|
|
30714
|
+
font-family: Inter;
|
|
30715
|
+
font-style: normal;
|
|
30716
|
+
font-weight: bold;
|
|
30717
|
+
font-size: 20px;
|
|
30718
|
+
line-height: 24px;
|
|
30833
30719
|
}
|
|
30834
30720
|
|
|
30835
|
-
.
|
|
30836
|
-
|
|
30721
|
+
.dokn0h3 {
|
|
30722
|
+
font-family: Inter;
|
|
30723
|
+
font-style: normal;
|
|
30724
|
+
font-weight: normal;
|
|
30725
|
+
font-size: 20px;
|
|
30726
|
+
line-height: 24px;
|
|
30837
30727
|
}
|
|
30838
|
-
|
|
30839
|
-
|
|
30840
|
-
|
|
30728
|
+
|
|
30729
|
+
.dobau4p {
|
|
30730
|
+
font-family: Inter;
|
|
30731
|
+
font-style: normal;
|
|
30732
|
+
font-weight: bold;
|
|
30733
|
+
font-size: 18px;
|
|
30734
|
+
line-height: 22px;
|
|
30841
30735
|
}
|
|
30842
|
-
|
|
30843
|
-
|
|
30736
|
+
|
|
30737
|
+
.dvolwok {
|
|
30738
|
+
font-family: Inter;
|
|
30739
|
+
font-style: normal;
|
|
30740
|
+
font-weight: normal;
|
|
30741
|
+
font-size: 18px;
|
|
30742
|
+
line-height: 22px;
|
|
30844
30743
|
}
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
|
|
30744
|
+
|
|
30745
|
+
.h181qhg4 {
|
|
30746
|
+
font-family: Inter;
|
|
30747
|
+
font-style: normal;
|
|
30748
|
+
font-weight: bold;
|
|
30749
|
+
font-size: 16px;
|
|
30750
|
+
line-height: 22px;
|
|
30848
30751
|
}
|
|
30849
|
-
|
|
30850
|
-
|
|
30752
|
+
|
|
30753
|
+
.h1phgmcq {
|
|
30754
|
+
font-family: Inter;
|
|
30755
|
+
font-style: normal;
|
|
30756
|
+
font-weight: normal;
|
|
30757
|
+
font-size: 16px;
|
|
30758
|
+
line-height: 22px;
|
|
30851
30759
|
}
|
|
30852
|
-
|
|
30853
|
-
|
|
30760
|
+
|
|
30761
|
+
.h173xnl1 {
|
|
30762
|
+
font-family: Inter;
|
|
30763
|
+
font-style: normal;
|
|
30764
|
+
font-weight: bold;
|
|
30765
|
+
font-size: 14px;
|
|
30766
|
+
line-height: 20px;
|
|
30854
30767
|
}
|
|
30855
|
-
|
|
30856
|
-
|
|
30768
|
+
|
|
30769
|
+
.hedm4pz {
|
|
30770
|
+
font-family: Inter;
|
|
30771
|
+
font-style: normal;
|
|
30772
|
+
font-weight: normal;
|
|
30773
|
+
font-size: 14px;
|
|
30774
|
+
line-height: 20px;
|
|
30857
30775
|
}
|
|
30858
|
-
|
|
30859
|
-
|
|
30776
|
+
|
|
30777
|
+
.h1kd8xld {
|
|
30778
|
+
font-family: Inter;
|
|
30779
|
+
font-style: normal;
|
|
30780
|
+
font-weight: bold;
|
|
30781
|
+
font-size: 12px;
|
|
30782
|
+
line-height: 18px;
|
|
30860
30783
|
}
|
|
30861
|
-
|
|
30862
|
-
|
|
30784
|
+
|
|
30785
|
+
.hp14fr {
|
|
30786
|
+
font-family: Inter;
|
|
30787
|
+
font-style: normal;
|
|
30788
|
+
font-weight: normal;
|
|
30789
|
+
font-size: 12px;
|
|
30790
|
+
line-height: 18px;
|
|
30863
30791
|
}
|
|
30864
|
-
|
|
30865
|
-
|
|
30866
|
-
|
|
30792
|
+
|
|
30793
|
+
.hgrg7mn {
|
|
30794
|
+
font-family: Inter;
|
|
30795
|
+
font-style: normal;
|
|
30796
|
+
font-weight: bold;
|
|
30797
|
+
text-transform: uppercase;
|
|
30798
|
+
font-feature-settings: "cpsp" on;
|
|
30799
|
+
font-size: 12px;
|
|
30800
|
+
line-height: 18px;
|
|
30867
30801
|
}
|
|
30868
|
-
|
|
30869
|
-
|
|
30802
|
+
|
|
30803
|
+
.h6zme9x {
|
|
30804
|
+
font-family: Inter;
|
|
30805
|
+
font-style: normal;
|
|
30806
|
+
font-weight: normal;
|
|
30807
|
+
text-transform: uppercase;
|
|
30808
|
+
font-feature-settings: "cpsp" on;
|
|
30809
|
+
font-size: 12px;
|
|
30810
|
+
line-height: 18px;
|
|
30870
30811
|
}
|
|
30871
|
-
|
|
30872
|
-
.
|
|
30873
|
-
|
|
30812
|
+
|
|
30813
|
+
.locjvsv {
|
|
30814
|
+
font-family: Inter;
|
|
30815
|
+
font-style: normal;
|
|
30816
|
+
font-weight: normal;
|
|
30817
|
+
font-size: 16px;
|
|
30818
|
+
line-height: 24px;
|
|
30874
30819
|
}
|
|
30875
|
-
|
|
30876
|
-
|
|
30820
|
+
|
|
30821
|
+
.l13gi131 {
|
|
30822
|
+
font-family: Inter;
|
|
30823
|
+
font-style: normal;
|
|
30824
|
+
font-weight: bold;
|
|
30825
|
+
font-size: 16px;
|
|
30826
|
+
line-height: 24px;
|
|
30877
30827
|
}
|
|
30878
|
-
|
|
30879
|
-
.
|
|
30880
|
-
|
|
30881
|
-
|
|
30828
|
+
|
|
30829
|
+
.l1ynemsu {
|
|
30830
|
+
font-family: Inter;
|
|
30831
|
+
font-style: normal;
|
|
30832
|
+
font-weight: normal;
|
|
30833
|
+
font-size: 16px;
|
|
30834
|
+
line-height: 24px;
|
|
30882
30835
|
}
|
|
30883
|
-
|
|
30884
|
-
.
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
30836
|
+
|
|
30837
|
+
.l1cft1cx {
|
|
30838
|
+
font-family: Inter;
|
|
30839
|
+
font-style: normal;
|
|
30840
|
+
font-weight: bold;
|
|
30841
|
+
font-size: 16px;
|
|
30842
|
+
line-height: 24px;
|
|
30889
30843
|
}
|
|
30890
|
-
|
|
30891
|
-
.
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30844
|
+
|
|
30845
|
+
.l17tqc8p {
|
|
30846
|
+
font-family: Inter;
|
|
30847
|
+
font-style: normal;
|
|
30848
|
+
font-weight: normal;
|
|
30849
|
+
text-transform: uppercase;
|
|
30850
|
+
font-feature-settings: "cpsp" on;
|
|
30851
|
+
font-size: 16px;
|
|
30852
|
+
line-height: 24px;
|
|
30895
30853
|
}
|
|
30896
|
-
|
|
30897
|
-
|
|
30854
|
+
|
|
30855
|
+
.l1j1e5w7 {
|
|
30856
|
+
font-family: Inter;
|
|
30857
|
+
font-style: normal;
|
|
30858
|
+
font-weight: bold;
|
|
30859
|
+
text-transform: uppercase;
|
|
30860
|
+
font-feature-settings: "cpsp" on;
|
|
30861
|
+
font-size: 16px;
|
|
30862
|
+
line-height: 24px;
|
|
30898
30863
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30864
|
+
|
|
30865
|
+
.l1gf91jb {
|
|
30866
|
+
font-family: Inter;
|
|
30867
|
+
font-style: normal;
|
|
30868
|
+
font-weight: normal;
|
|
30869
|
+
font-size: 14px;
|
|
30870
|
+
line-height: 22px;
|
|
30901
30871
|
}
|
|
30902
|
-
|
|
30903
|
-
|
|
30904
|
-
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
|
|
30872
|
+
|
|
30873
|
+
.lu7hlr6 {
|
|
30874
|
+
font-family: Inter;
|
|
30875
|
+
font-style: normal;
|
|
30876
|
+
font-weight: 500;
|
|
30877
|
+
font-size: 14px;
|
|
30878
|
+
line-height: 22px;
|
|
30879
|
+
}
|
|
30880
|
+
|
|
30881
|
+
.l3l3jf0 {
|
|
30882
|
+
font-family: Inter;
|
|
30883
|
+
font-style: normal;
|
|
30884
|
+
font-weight: bold;
|
|
30885
|
+
font-size: 14px;
|
|
30886
|
+
line-height: 22px;
|
|
30887
|
+
}
|
|
30888
|
+
|
|
30889
|
+
.l12j5nqp {
|
|
30890
|
+
font-family: Inter;
|
|
30891
|
+
font-style: normal;
|
|
30892
|
+
font-weight: normal;
|
|
30893
|
+
font-size: 14px;
|
|
30894
|
+
line-height: 22px;
|
|
30895
|
+
}
|
|
30896
|
+
|
|
30897
|
+
.l1tecqht {
|
|
30898
|
+
font-family: Inter;
|
|
30899
|
+
font-style: normal;
|
|
30900
|
+
font-weight: bold;
|
|
30901
|
+
font-size: 14px;
|
|
30902
|
+
line-height: 22px;
|
|
30903
|
+
}
|
|
30904
|
+
|
|
30905
|
+
.l6sa990 {
|
|
30906
|
+
font-family: Inter;
|
|
30907
|
+
font-style: normal;
|
|
30908
|
+
font-weight: normal;
|
|
30909
|
+
text-transform: uppercase;
|
|
30910
|
+
font-feature-settings: "cpsp" on;
|
|
30911
|
+
font-size: 14px;
|
|
30912
|
+
line-height: 22px;
|
|
30913
|
+
}
|
|
30914
|
+
|
|
30915
|
+
.lckqe8j {
|
|
30916
|
+
font-family: Inter;
|
|
30917
|
+
font-style: normal;
|
|
30918
|
+
font-weight: bold;
|
|
30919
|
+
text-transform: uppercase;
|
|
30920
|
+
font-feature-settings: "cpsp" on;
|
|
30921
|
+
font-size: 14px;
|
|
30922
|
+
line-height: 22px;
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30925
|
+
.l1kuminb {
|
|
30926
|
+
font-family: Inter;
|
|
30927
|
+
font-style: normal;
|
|
30928
|
+
font-weight: normal;
|
|
30929
|
+
font-size: 13px;
|
|
30930
|
+
line-height: 20px;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
.l1pbuf5j {
|
|
30934
|
+
font-family: Inter;
|
|
30935
|
+
font-style: normal;
|
|
30936
|
+
font-weight: 600;
|
|
30937
|
+
font-size: 13px;
|
|
30938
|
+
line-height: 20px;
|
|
30939
|
+
}
|
|
30940
|
+
|
|
30941
|
+
.l1r4ztu {
|
|
30942
|
+
font-family: Inter;
|
|
30943
|
+
font-style: normal;
|
|
30944
|
+
font-weight: bold;
|
|
30945
|
+
font-size: 13px;
|
|
30946
|
+
line-height: 20px;
|
|
30947
|
+
}
|
|
30948
|
+
|
|
30949
|
+
.ly8vzok {
|
|
30950
|
+
font-family: Inter;
|
|
30951
|
+
font-style: normal;
|
|
30952
|
+
font-weight: normal;
|
|
30953
|
+
font-size: 13px;
|
|
30954
|
+
line-height: 20px;
|
|
30955
|
+
}
|
|
30956
|
+
|
|
30957
|
+
.lumfmf {
|
|
30958
|
+
font-family: Inter;
|
|
30959
|
+
font-style: normal;
|
|
30960
|
+
font-weight: 600;
|
|
30961
|
+
font-size: 13px;
|
|
30962
|
+
line-height: 20px;
|
|
30963
|
+
}
|
|
30964
|
+
|
|
30965
|
+
.l16ujwmv {
|
|
30966
|
+
font-family: Inter;
|
|
30967
|
+
font-style: normal;
|
|
30968
|
+
font-weight: bold;
|
|
30969
|
+
font-size: 13px;
|
|
30970
|
+
line-height: 20px;
|
|
30971
|
+
}
|
|
30972
|
+
|
|
30973
|
+
.l17o1ffr {
|
|
30974
|
+
font-family: Inter;
|
|
30975
|
+
font-style: normal;
|
|
30976
|
+
font-weight: normal;
|
|
30977
|
+
text-transform: uppercase;
|
|
30978
|
+
font-feature-settings: "cpsp" on;
|
|
30979
|
+
font-size: 13px;
|
|
30980
|
+
line-height: 20px;
|
|
30981
|
+
}
|
|
30982
|
+
|
|
30983
|
+
.lngllvn {
|
|
30984
|
+
font-family: Inter;
|
|
30985
|
+
font-style: normal;
|
|
30986
|
+
font-weight: bold;
|
|
30987
|
+
text-transform: uppercase;
|
|
30988
|
+
font-feature-settings: "cpsp" on;
|
|
30989
|
+
font-size: 13px;
|
|
30990
|
+
line-height: 20px;
|
|
30991
|
+
}
|
|
30992
|
+
|
|
30993
|
+
.l2i7fo9 {
|
|
30994
|
+
font-family: Inter;
|
|
30995
|
+
font-style: normal;
|
|
30996
|
+
font-weight: normal;
|
|
30908
30997
|
font-size: 12px;
|
|
30909
|
-
|
|
30998
|
+
line-height: 18px;
|
|
30910
30999
|
}
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
|
|
31000
|
+
|
|
31001
|
+
.l1x7hscx {
|
|
31002
|
+
font-family: Inter;
|
|
31003
|
+
font-style: normal;
|
|
31004
|
+
font-weight: 500;
|
|
31005
|
+
font-size: 12px;
|
|
31006
|
+
line-height: 18px;
|
|
30916
31007
|
}
|
|
30917
|
-
|
|
30918
|
-
.
|
|
30919
|
-
|
|
31008
|
+
|
|
31009
|
+
.le1jwan {
|
|
31010
|
+
font-family: Inter;
|
|
31011
|
+
font-style: normal;
|
|
31012
|
+
font-weight: bold;
|
|
31013
|
+
font-size: 12px;
|
|
31014
|
+
line-height: 18px;
|
|
30920
31015
|
}
|
|
30921
|
-
|
|
30922
|
-
.
|
|
31016
|
+
|
|
31017
|
+
.lyxynfj {
|
|
31018
|
+
font-family: Inter;
|
|
31019
|
+
font-style: normal;
|
|
31020
|
+
font-weight: normal;
|
|
31021
|
+
font-size: 12px;
|
|
31022
|
+
line-height: 18px;
|
|
31023
|
+
}
|
|
31024
|
+
|
|
31025
|
+
.lpb2nxv {
|
|
31026
|
+
font-family: Inter;
|
|
31027
|
+
font-style: normal;
|
|
31028
|
+
font-weight: 500;
|
|
31029
|
+
font-size: 12px;
|
|
31030
|
+
line-height: 18px;
|
|
31031
|
+
}
|
|
31032
|
+
|
|
31033
|
+
.l1r8o3vv {
|
|
31034
|
+
font-family: Inter;
|
|
31035
|
+
font-style: normal;
|
|
31036
|
+
font-weight: bold;
|
|
31037
|
+
font-size: 12px;
|
|
31038
|
+
line-height: 18px;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
|
+
.lemnjy2 {
|
|
31042
|
+
font-family: Inter;
|
|
31043
|
+
font-style: normal;
|
|
31044
|
+
font-weight: normal;
|
|
31045
|
+
text-transform: uppercase;
|
|
31046
|
+
font-feature-settings: "cpsp" on;
|
|
31047
|
+
font-size: 12px;
|
|
31048
|
+
line-height: 18px;
|
|
31049
|
+
}
|
|
31050
|
+
|
|
31051
|
+
.lrc42gb {
|
|
31052
|
+
font-family: Inter;
|
|
31053
|
+
font-style: normal;
|
|
31054
|
+
font-weight: bold;
|
|
31055
|
+
text-transform: uppercase;
|
|
31056
|
+
font-feature-settings: "cpsp" on;
|
|
31057
|
+
font-size: 12px;
|
|
31058
|
+
line-height: 18px;
|
|
31059
|
+
}
|
|
31060
|
+
|
|
31061
|
+
.fqaz4mb {
|
|
31062
|
+
font-family: Inter;
|
|
31063
|
+
font-style: normal;
|
|
31064
|
+
font-weight: normal;
|
|
31065
|
+
font-size: 13px;
|
|
31066
|
+
line-height: 20px;
|
|
31067
|
+
}
|
|
31068
|
+
|
|
31069
|
+
.f13we5o {
|
|
31070
|
+
font-family: Inter;
|
|
31071
|
+
font-style: normal;
|
|
31072
|
+
font-weight: normal;
|
|
31073
|
+
font-size: 13px;
|
|
31074
|
+
line-height: 20px;
|
|
31075
|
+
}
|
|
31076
|
+
|
|
31077
|
+
.ffmjua2 {
|
|
31078
|
+
font-family: Inter;
|
|
31079
|
+
font-style: normal;
|
|
31080
|
+
font-weight: normal;
|
|
31081
|
+
font-size: 12px;
|
|
31082
|
+
line-height: 18px;
|
|
31083
|
+
}
|
|
31084
|
+
|
|
31085
|
+
.fz2mxw0 {
|
|
31086
|
+
font-family: Inter;
|
|
31087
|
+
font-style: normal;
|
|
31088
|
+
font-weight: normal;
|
|
31089
|
+
font-size: 12px;
|
|
31090
|
+
line-height: 18px;
|
|
31091
|
+
}
|
|
31092
|
+
|
|
31093
|
+
.t1ertzoh {
|
|
31094
|
+
font-family: Inter;
|
|
31095
|
+
font-style: normal;
|
|
31096
|
+
font-weight: normal;
|
|
31097
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31098
|
+
font-size: 13px;
|
|
31099
|
+
line-height: 20px;
|
|
31100
|
+
}
|
|
31101
|
+
|
|
31102
|
+
.t19bge8r {
|
|
31103
|
+
font-family: Inter;
|
|
31104
|
+
font-style: normal;
|
|
31105
|
+
font-weight: normal;
|
|
31106
|
+
font-feature-settings: "zero" on;
|
|
31107
|
+
font-size: 13px;
|
|
31108
|
+
line-height: 20px;
|
|
31109
|
+
}
|
|
31110
|
+
|
|
31111
|
+
.tjrzfyl {
|
|
31112
|
+
font-family: Inter;
|
|
31113
|
+
font-style: normal;
|
|
31114
|
+
font-weight: normal;
|
|
31115
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31116
|
+
font-size: 12px;
|
|
31117
|
+
line-height: 18px;
|
|
31118
|
+
}
|
|
31119
|
+
|
|
31120
|
+
.tm6s7bo {
|
|
31121
|
+
font-family: Inter;
|
|
31122
|
+
font-style: normal;
|
|
31123
|
+
font-weight: 500;
|
|
31124
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31125
|
+
font-size: 12px;
|
|
31126
|
+
line-height: 18px;
|
|
31127
|
+
}
|
|
31128
|
+
|
|
31129
|
+
.t19zq6ic {
|
|
31130
|
+
font-family: Inter;
|
|
31131
|
+
font-style: normal;
|
|
31132
|
+
font-weight: normal;
|
|
31133
|
+
font-feature-settings: "zero" on;
|
|
31134
|
+
font-size: 12px;
|
|
31135
|
+
line-height: 18px;
|
|
31136
|
+
}
|
|
31137
|
+
|
|
31138
|
+
.t1gduru8 {
|
|
31139
|
+
font-family: Inter;
|
|
31140
|
+
font-style: normal;
|
|
31141
|
+
font-weight: 500;
|
|
31142
|
+
font-feature-settings: "zero" on;
|
|
31143
|
+
font-size: 12px;
|
|
31144
|
+
line-height: 18px;
|
|
31145
|
+
}
|
|
31146
|
+
|
|
31147
|
+
.t55raab {
|
|
31148
|
+
font-family: Inter;
|
|
31149
|
+
font-style: normal;
|
|
31150
|
+
font-weight: bold;
|
|
31151
|
+
font-feature-settings: "zero" on;
|
|
31152
|
+
font-size: 16px;
|
|
31153
|
+
line-height: 24px;
|
|
31154
|
+
}
|
|
31155
|
+
|
|
31156
|
+
.u1w9abfe {
|
|
31157
|
+
font-family: Inter;
|
|
31158
|
+
font-style: normal;
|
|
31159
|
+
font-weight: normal;
|
|
31160
|
+
font-size: 10px;
|
|
31161
|
+
line-height: 12px;
|
|
31162
|
+
}
|
|
31163
|
+
|
|
31164
|
+
.p12gwtiw {
|
|
31165
|
+
display: flex;
|
|
31166
|
+
justify-content: space-between;
|
|
31167
|
+
align-items: center;
|
|
31168
|
+
padding: 10px 0;
|
|
30923
31169
|
color: rgba(44, 56, 82, 0.6);
|
|
31170
|
+
font-size: 12px;
|
|
31171
|
+
line-height: 24px;
|
|
30924
31172
|
}
|
|
30925
|
-
.
|
|
30926
|
-
|
|
30927
|
-
text-align: center;
|
|
31173
|
+
.p12gwtiw .pagination-left {
|
|
31174
|
+
padding: 2px 8px;
|
|
30928
31175
|
}
|
|
30929
|
-
.
|
|
30930
|
-
|
|
31176
|
+
.p12gwtiw .dropdown-trigger {
|
|
31177
|
+
display: flex;
|
|
31178
|
+
align-items: center;
|
|
31179
|
+
border-radius: 6px;
|
|
31180
|
+
cursor: pointer;
|
|
31181
|
+
transition: all 0.3s ease;
|
|
31182
|
+
}
|
|
31183
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31184
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31185
|
+
color: #0080ff;
|
|
31186
|
+
}
|
|
31187
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31188
|
+
margin-left: 4px;
|
|
30931
31189
|
}
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
transform: translateY(-50%);
|
|
31190
|
+
.p12gwtiw .pagination-right {
|
|
31191
|
+
display: flex;
|
|
31192
|
+
align-items: center;
|
|
31193
|
+
color: #0080ff;
|
|
31194
|
+
font-weight: bold;
|
|
30938
31195
|
}
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
width: 1px;
|
|
30942
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31196
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31197
|
+
margin-left: 4px;
|
|
30943
31198
|
}
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31199
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31200
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31201
|
+
padding: 0 8px;
|
|
30948
31202
|
}
|
|
30949
|
-
.
|
|
30950
|
-
|
|
31203
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31204
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31205
|
+
color: #0080ff;
|
|
30951
31206
|
}
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30954
|
-
border-bottom: 1px solid white;
|
|
30955
|
-
height: 40px;
|
|
30956
|
-
vertical-align: middle;
|
|
30957
|
-
transition: background 0ms;
|
|
30958
|
-
color: #00122e;
|
|
31207
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31208
|
+
transform: rotate(180deg);
|
|
30959
31209
|
}
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
31210
|
+
|
|
31211
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31212
|
+
max-height: calc(100vh - 128px);
|
|
31213
|
+
overflow-y: auto;
|
|
30963
31214
|
}
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
color: #00122e;
|
|
31215
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31216
|
+
padding: 4px 20px;
|
|
30967
31217
|
font-size: 12px;
|
|
30968
|
-
|
|
30969
|
-
transition: none;
|
|
30970
|
-
overflow: hidden;
|
|
30971
|
-
text-overflow: ellipsis;
|
|
30972
|
-
white-space: nowrap;
|
|
30973
|
-
}
|
|
30974
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30975
|
-
color: #0096ff;
|
|
31218
|
+
line-height: 18px;
|
|
30976
31219
|
}
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
width: 100%;
|
|
30981
|
-
vertical-align: middle;
|
|
31220
|
+
|
|
31221
|
+
.c1up1pdz {
|
|
31222
|
+
width: 648px;
|
|
30982
31223
|
}
|
|
30983
|
-
.
|
|
30984
|
-
|
|
31224
|
+
.c1up1pdz.active {
|
|
31225
|
+
border-color: #0080ff;
|
|
30985
31226
|
}
|
|
30986
|
-
.
|
|
30987
|
-
|
|
31227
|
+
.c1up1pdz.active > header {
|
|
31228
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30988
31229
|
}
|
|
30989
|
-
.
|
|
30990
|
-
|
|
31230
|
+
.c1up1pdz .expand {
|
|
31231
|
+
padding: 12px;
|
|
30991
31232
|
}
|
|
30992
|
-
.
|
|
30993
|
-
|
|
30994
|
-
|
|
31233
|
+
.c1up1pdz .field-item {
|
|
31234
|
+
display: flex;
|
|
31235
|
+
padding: 10px 0;
|
|
31236
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30995
31237
|
}
|
|
30996
|
-
.
|
|
30997
|
-
border-
|
|
31238
|
+
.c1up1pdz .field-item:last-child {
|
|
31239
|
+
border-bottom: none;
|
|
31240
|
+
padding-bottom: 0;
|
|
30998
31241
|
}
|
|
30999
|
-
.
|
|
31000
|
-
|
|
31242
|
+
.c1up1pdz .field-item label {
|
|
31243
|
+
line-height: 32px;
|
|
31244
|
+
width: 100px;
|
|
31245
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31001
31246
|
}
|
|
31002
|
-
.
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
top: -1px;
|
|
31006
|
-
bottom: -1px;
|
|
31007
|
-
background: white;
|
|
31247
|
+
.c1up1pdz .help {
|
|
31248
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31249
|
+
margin-top: 5px;
|
|
31008
31250
|
}
|
|
31009
|
-
.
|
|
31010
|
-
|
|
31251
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31252
|
+
.c1up1pdz .ant-picker {
|
|
31253
|
+
width: 128px;
|
|
31011
31254
|
}
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31255
|
+
|
|
31256
|
+
.c156wh19 {
|
|
31257
|
+
display: flex;
|
|
31258
|
+
align-items: center;
|
|
31259
|
+
justify-content: space-between;
|
|
31260
|
+
word-break: keep-all;
|
|
31016
31261
|
}
|
|
31017
|
-
.
|
|
31018
|
-
|
|
31019
|
-
border-radius: 0 8px 8px 0;
|
|
31020
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31262
|
+
.c156wh19 .title {
|
|
31263
|
+
margin: 0 16px 0 8px;
|
|
31021
31264
|
}
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31265
|
+
.c156wh19 .retain {
|
|
31266
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31025
31267
|
}
|
|
31026
|
-
.
|
|
31268
|
+
.c156wh19 .left {
|
|
31269
|
+
flex: 1;
|
|
31027
31270
|
display: flex;
|
|
31271
|
+
overflow: hidden;
|
|
31028
31272
|
align-items: center;
|
|
31029
|
-
|
|
31030
|
-
|
|
31273
|
+
justify-content: flex-start;
|
|
31274
|
+
white-space: nowrap;
|
|
31031
31275
|
}
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31034
|
-
|
|
31276
|
+
.c156wh19 .left .title {
|
|
31277
|
+
max-width: 100%;
|
|
31278
|
+
overflow: hidden;
|
|
31279
|
+
text-overflow: ellipsis;
|
|
31035
31280
|
}
|
|
31036
|
-
.
|
|
31281
|
+
.c156wh19 .right {
|
|
31037
31282
|
display: flex;
|
|
31038
31283
|
align-items: center;
|
|
31039
|
-
height: 100%;
|
|
31040
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31041
31284
|
}
|
|
31042
|
-
.
|
|
31043
|
-
|
|
31285
|
+
.c156wh19 .reverse {
|
|
31286
|
+
display: flex;
|
|
31287
|
+
flex-direction: row-reverse;
|
|
31288
|
+
align-items: center;
|
|
31044
31289
|
}
|
|
31045
|
-
.
|
|
31046
|
-
|
|
31047
|
-
border-radius: 8px;
|
|
31290
|
+
.c156wh19 .reverse .ant-switch {
|
|
31291
|
+
margin-left: 8px;
|
|
31048
31292
|
}
|
|
31049
|
-
.
|
|
31050
|
-
|
|
31293
|
+
.c156wh19 .close {
|
|
31294
|
+
padding-left: 14px;
|
|
31295
|
+
margin-left: 14px;
|
|
31296
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31297
|
+
cursor: pointer;
|
|
31051
31298
|
}
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
|
|
31055
|
-
border-
|
|
31299
|
+
|
|
31300
|
+
.m126spxy {
|
|
31301
|
+
padding-bottom: 4px;
|
|
31302
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31056
31303
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31304
|
+
.m126spxy .ant-btn-link {
|
|
31305
|
+
padding: 1px 10px;
|
|
31306
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31307
|
+
border-radius: 4px;
|
|
31059
31308
|
}
|
|
31060
|
-
.
|
|
31061
|
-
|
|
31309
|
+
.m126spxy .ant-btn-link.active {
|
|
31310
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31311
|
+
color: #0096ff;
|
|
31062
31312
|
}
|
|
31063
|
-
|
|
31064
|
-
|
|
31313
|
+
|
|
31314
|
+
.wpbf4pq {
|
|
31315
|
+
padding: 10px 0;
|
|
31316
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31065
31317
|
}
|
|
31066
|
-
.
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
|
|
31071
|
-
color: #00122e;
|
|
31072
|
-
transition: none;
|
|
31073
|
-
padding: 15px 8px 15px 8px;
|
|
31318
|
+
.wpbf4pq .ant-input,
|
|
31319
|
+
.wpbf4pq .ant-picker {
|
|
31320
|
+
width: 80px;
|
|
31321
|
+
margin: 0 9px;
|
|
31322
|
+
text-align: center;
|
|
31074
31323
|
}
|
|
31075
|
-
.
|
|
31076
|
-
|
|
31077
|
-
|
|
31078
|
-
|
|
31079
|
-
bottom: 0;
|
|
31080
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31081
|
-
position: absolute;
|
|
31082
|
-
right: 0;
|
|
31324
|
+
.wpbf4pq .options {
|
|
31325
|
+
padding: 12px 0 12px 16px;
|
|
31326
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31327
|
+
margin: 5px 0 5px 8px;
|
|
31083
31328
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31329
|
+
.wpbf4pq .week-day-option,
|
|
31330
|
+
.wpbf4pq .month-day-option {
|
|
31331
|
+
background: #f5f7fa;
|
|
31332
|
+
box-sizing: border-box;
|
|
31333
|
+
border-radius: 16px;
|
|
31334
|
+
margin-right: 8px;
|
|
31086
31335
|
}
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31336
|
+
.wpbf4pq .week-day-option:focus,
|
|
31337
|
+
.wpbf4pq .month-day-option:focus {
|
|
31338
|
+
color: inherit;
|
|
31339
|
+
border-color: #d9d9d9;
|
|
31089
31340
|
}
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
text-overflow: ellipsis;
|
|
31341
|
+
.wpbf4pq .week-day-option.active {
|
|
31342
|
+
background-color: #0096ff;
|
|
31343
|
+
border-color: #0096ff;
|
|
31344
|
+
color: #fff;
|
|
31095
31345
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
flex: 1;
|
|
31346
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31347
|
+
width: 110px;
|
|
31348
|
+
margin-top: 4px;
|
|
31100
31349
|
}
|
|
31101
|
-
.
|
|
31102
|
-
|
|
31350
|
+
.wpbf4pq .month-day-option {
|
|
31351
|
+
width: 32px;
|
|
31352
|
+
padding: 0;
|
|
31353
|
+
margin-bottom: 8px;
|
|
31354
|
+
}
|
|
31355
|
+
.wpbf4pq .month-day-option.active {
|
|
31356
|
+
background-color: #0096ff;
|
|
31357
|
+
border-color: #0096ff;
|
|
31358
|
+
color: #fff;
|
|
31103
31359
|
}
|
|
31104
|
-
|
|
31105
|
-
|
|
31360
|
+
|
|
31361
|
+
.i1e4sgug {
|
|
31362
|
+
display: inline-block;
|
|
31106
31363
|
}
|
|
31107
|
-
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
top: 50%;
|
|
31111
|
-
transform: translateY(-50%);
|
|
31112
|
-
height: 16px;
|
|
31113
|
-
display: none;
|
|
31114
|
-
transition: transform 320ms ease;
|
|
31364
|
+
|
|
31365
|
+
.s1fc623g {
|
|
31366
|
+
width: 430px !important;
|
|
31115
31367
|
}
|
|
31116
|
-
|
|
31117
|
-
|
|
31118
|
-
|
|
31368
|
+
|
|
31369
|
+
.da3mx0o .ant-select-item-group {
|
|
31370
|
+
padding: 8px 16px;
|
|
31371
|
+
line-height: 18px;
|
|
31372
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31373
|
+
height: 34px;
|
|
31374
|
+
min-height: 34px;
|
|
31375
|
+
box-sizing: border-box;
|
|
31376
|
+
margin-top: 8px;
|
|
31119
31377
|
}
|
|
31120
|
-
|
|
31121
|
-
|
|
31378
|
+
|
|
31379
|
+
.onr9gzt {
|
|
31380
|
+
display: flex;
|
|
31381
|
+
flex-direction: column;
|
|
31382
|
+
margin: 1px 8px;
|
|
31383
|
+
padding: 8px;
|
|
31384
|
+
border-radius: 4px;
|
|
31122
31385
|
}
|
|
31123
|
-
.
|
|
31386
|
+
.onr9gzt .selected-icon {
|
|
31124
31387
|
display: none;
|
|
31125
31388
|
}
|
|
31126
|
-
.
|
|
31127
|
-
|
|
31389
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31390
|
+
padding-left: 8px;
|
|
31128
31391
|
}
|
|
31129
|
-
.
|
|
31130
|
-
|
|
31392
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31393
|
+
background-color: white;
|
|
31131
31394
|
}
|
|
31132
|
-
.
|
|
31133
|
-
|
|
31395
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31396
|
+
color: #0080ff;
|
|
31134
31397
|
}
|
|
31135
|
-
.
|
|
31398
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31136
31399
|
display: block;
|
|
31137
31400
|
}
|
|
31138
|
-
.
|
|
31139
|
-
|
|
31401
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31402
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31140
31403
|
}
|
|
31141
|
-
.
|
|
31142
|
-
|
|
31404
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31405
|
+
color: #0080ff;
|
|
31143
31406
|
}
|
|
31144
|
-
.
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
top: 50%;
|
|
31148
|
-
transform: translate(-50%, -50%);
|
|
31407
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31408
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31409
|
+
color: #0080ff;
|
|
31149
31410
|
}
|
|
31150
|
-
|
|
31151
|
-
|
|
31411
|
+
|
|
31412
|
+
.oiy0apc {
|
|
31413
|
+
display: flex;
|
|
31414
|
+
justify-content: space-between;
|
|
31415
|
+
height: 20px;
|
|
31416
|
+
line-height: 20px;
|
|
31152
31417
|
}
|
|
31153
|
-
.
|
|
31154
|
-
|
|
31418
|
+
.oiy0apc .timezone-title {
|
|
31419
|
+
color: #2d3a56;
|
|
31420
|
+
overflow: hidden;
|
|
31421
|
+
text-overflow: ellipsis;
|
|
31155
31422
|
}
|
|
31156
|
-
|
|
31157
|
-
|
|
31423
|
+
|
|
31424
|
+
.of4y382 {
|
|
31425
|
+
display: flex;
|
|
31426
|
+
justify-content: space-between;
|
|
31427
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31428
|
+
height: 18px;
|
|
31429
|
+
line-height: 18px;
|
|
31430
|
+
margin-top: 2px;
|
|
31158
31431
|
}
|
|
31159
|
-
|
|
31160
|
-
|
|
31432
|
+
|
|
31433
|
+
.t19903l9 {
|
|
31161
31434
|
border: none;
|
|
31162
|
-
|
|
31163
|
-
|
|
31164
|
-
vertical-align: middle;
|
|
31435
|
+
margin-right: 0;
|
|
31436
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31165
31437
|
}
|
|
31166
|
-
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31169
|
-
|
|
31170
|
-
|
|
31438
|
+
|
|
31439
|
+
.ohwbvxu {
|
|
31440
|
+
pointer-events: none;
|
|
31441
|
+
height: 32px;
|
|
31442
|
+
width: 100%;
|
|
31443
|
+
opacity: 0;
|
|
31171
31444
|
}
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
background: #fff;
|
|
31445
|
+
|
|
31446
|
+
.t1upn1sz {
|
|
31447
|
+
height: 100%;
|
|
31176
31448
|
}
|
|
31177
|
-
|
|
31449
|
+
|
|
31450
|
+
.tta5kd2 {
|
|
31178
31451
|
height: 100%;
|
|
31179
|
-
display: flex;
|
|
31180
|
-
align-items: center;
|
|
31181
|
-
justify-content: flex-end;
|
|
31182
|
-
padding-right: 8px;
|
|
31183
31452
|
}
|
|
31184
|
-
.tta5kd2
|
|
31185
|
-
|
|
31186
|
-
height:
|
|
31187
|
-
cursor: pointer;
|
|
31188
|
-
justify-content: center;
|
|
31189
|
-
border-radius: 4px;
|
|
31453
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31454
|
+
overflow: visible !important;
|
|
31455
|
+
height: 100%;
|
|
31190
31456
|
}
|
|
31191
|
-
.tta5kd2 .ant-table
|
|
31192
|
-
|
|
31457
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31458
|
+
height: 100%;
|
|
31193
31459
|
}
|
|
31194
|
-
|
|
31195
|
-
|
|
31196
|
-
|
|
31197
|
-
font-style: normal;
|
|
31198
|
-
font-weight: bold;
|
|
31199
|
-
font-size: 32px;
|
|
31200
|
-
line-height: 40px;
|
|
31460
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31461
|
+
width: 100% !important;
|
|
31462
|
+
height: 100%;
|
|
31201
31463
|
}
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
font-family: Inter;
|
|
31205
|
-
font-style: normal;
|
|
31206
|
-
font-weight: bold;
|
|
31207
|
-
font-size: 24px;
|
|
31208
|
-
line-height: 32px;
|
|
31464
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31465
|
+
padding: 15px 0;
|
|
31209
31466
|
}
|
|
31210
|
-
|
|
31211
|
-
|
|
31212
|
-
font-family: Inter;
|
|
31213
|
-
font-style: normal;
|
|
31214
|
-
font-weight: normal;
|
|
31215
|
-
font-size: 32px;
|
|
31216
|
-
line-height: 40px;
|
|
31467
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31468
|
+
display: none;
|
|
31217
31469
|
}
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
font-family: Inter;
|
|
31221
|
-
font-style: normal;
|
|
31222
|
-
font-weight: bold;
|
|
31223
|
-
font-size: 20px;
|
|
31224
|
-
line-height: 24px;
|
|
31470
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31471
|
+
font-weight: 700;
|
|
31225
31472
|
}
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
font-family: Inter;
|
|
31229
|
-
font-style: normal;
|
|
31230
|
-
font-weight: normal;
|
|
31231
|
-
font-size: 20px;
|
|
31232
|
-
line-height: 24px;
|
|
31473
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31474
|
+
font-weight: 700;
|
|
31233
31475
|
}
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
font-family: Inter;
|
|
31237
|
-
font-style: normal;
|
|
31238
|
-
font-weight: bold;
|
|
31239
|
-
font-size: 18px;
|
|
31240
|
-
line-height: 22px;
|
|
31476
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31477
|
+
height: 100%;
|
|
31241
31478
|
}
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
font-style: normal;
|
|
31246
|
-
font-weight: normal;
|
|
31247
|
-
font-size: 18px;
|
|
31248
|
-
line-height: 22px;
|
|
31479
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31480
|
+
height: 100%;
|
|
31481
|
+
overflow: visible;
|
|
31249
31482
|
}
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
font-family: Inter;
|
|
31253
|
-
font-style: normal;
|
|
31254
|
-
font-weight: bold;
|
|
31255
|
-
font-size: 16px;
|
|
31256
|
-
line-height: 22px;
|
|
31483
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31484
|
+
max-height: none;
|
|
31257
31485
|
}
|
|
31258
|
-
|
|
31259
|
-
.
|
|
31260
|
-
|
|
31261
|
-
font-style: normal;
|
|
31262
|
-
font-weight: normal;
|
|
31263
|
-
font-size: 16px;
|
|
31264
|
-
line-height: 22px;
|
|
31486
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31487
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31488
|
+
display: none;
|
|
31265
31489
|
}
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
|
|
31271
|
-
|
|
31272
|
-
|
|
31490
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31491
|
+
background: transparent;
|
|
31492
|
+
}
|
|
31493
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31494
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31495
|
+
background: #fff;
|
|
31496
|
+
padding: 0 !important;
|
|
31497
|
+
}
|
|
31498
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31499
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31500
|
+
display: flex;
|
|
31501
|
+
align-items: center;
|
|
31502
|
+
height: 100%;
|
|
31503
|
+
padding: 8px;
|
|
31504
|
+
}
|
|
31505
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31506
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31507
|
+
overflow: hidden;
|
|
31508
|
+
text-overflow: ellipsis;
|
|
31509
|
+
width: 100%;
|
|
31510
|
+
}
|
|
31511
|
+
.tta5kd2 .ant-table-container {
|
|
31512
|
+
height: 100%;
|
|
31273
31513
|
}
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
font-family: Inter;
|
|
31277
|
-
font-style: normal;
|
|
31278
|
-
font-weight: normal;
|
|
31279
|
-
font-size: 14px;
|
|
31280
|
-
line-height: 20px;
|
|
31514
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31515
|
+
box-shadow: none !important;
|
|
31281
31516
|
}
|
|
31282
|
-
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
|
|
31517
|
+
.tta5kd2 .ant-table {
|
|
31518
|
+
border-radius: 0px;
|
|
31519
|
+
border-left: none;
|
|
31520
|
+
border-right: none;
|
|
31521
|
+
border-bottom: none;
|
|
31522
|
+
height: 100%;
|
|
31287
31523
|
font-size: 12px;
|
|
31288
|
-
|
|
31524
|
+
background: transparent;
|
|
31289
31525
|
}
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
font-size: 12px;
|
|
31296
|
-
line-height: 18px;
|
|
31526
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31527
|
+
position: relative;
|
|
31528
|
+
z-index: 3;
|
|
31529
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31530
|
+
margin-bottom: -1px;
|
|
31297
31531
|
}
|
|
31298
|
-
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31301
|
-
font-style: normal;
|
|
31302
|
-
font-weight: bold;
|
|
31303
|
-
text-transform: uppercase;
|
|
31304
|
-
font-feature-settings: "cpsp" on;
|
|
31305
|
-
font-size: 12px;
|
|
31306
|
-
line-height: 18px;
|
|
31532
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31533
|
+
.tta5kd2 .ant-table .value {
|
|
31534
|
+
color: #2d3a56;
|
|
31307
31535
|
}
|
|
31308
|
-
|
|
31309
|
-
.
|
|
31310
|
-
|
|
31311
|
-
font-style: normal;
|
|
31312
|
-
font-weight: normal;
|
|
31313
|
-
text-transform: uppercase;
|
|
31314
|
-
font-feature-settings: "cpsp" on;
|
|
31315
|
-
font-size: 12px;
|
|
31316
|
-
line-height: 18px;
|
|
31536
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31537
|
+
.tta5kd2 .ant-table .unit {
|
|
31538
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31317
31539
|
}
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
font-style: normal;
|
|
31322
|
-
font-weight: normal;
|
|
31323
|
-
font-size: 16px;
|
|
31324
|
-
line-height: 24px;
|
|
31540
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31541
|
+
position: unset;
|
|
31542
|
+
text-align: center;
|
|
31325
31543
|
}
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
font-family: Inter;
|
|
31329
|
-
font-style: normal;
|
|
31330
|
-
font-weight: bold;
|
|
31331
|
-
font-size: 16px;
|
|
31332
|
-
line-height: 24px;
|
|
31544
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31545
|
+
background: #fff;
|
|
31333
31546
|
}
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31339
|
-
|
|
31340
|
-
line-height: 24px;
|
|
31547
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31548
|
+
cursor: pointer;
|
|
31549
|
+
position: absolute;
|
|
31550
|
+
top: 50%;
|
|
31551
|
+
right: 12px;
|
|
31552
|
+
transform: translateY(-50%);
|
|
31341
31553
|
}
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
font-weight: bold;
|
|
31347
|
-
font-size: 16px;
|
|
31348
|
-
line-height: 24px;
|
|
31554
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31555
|
+
box-shadow: none;
|
|
31556
|
+
width: 1px;
|
|
31557
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31349
31558
|
}
|
|
31350
|
-
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
font-weight: normal;
|
|
31355
|
-
text-transform: uppercase;
|
|
31356
|
-
font-feature-settings: "cpsp" on;
|
|
31357
|
-
font-size: 16px;
|
|
31358
|
-
line-height: 24px;
|
|
31559
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31560
|
+
box-shadow: none;
|
|
31561
|
+
width: 1px;
|
|
31562
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31359
31563
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
font-family: Inter;
|
|
31363
|
-
font-style: normal;
|
|
31364
|
-
font-weight: bold;
|
|
31365
|
-
text-transform: uppercase;
|
|
31366
|
-
font-feature-settings: "cpsp" on;
|
|
31367
|
-
font-size: 16px;
|
|
31368
|
-
line-height: 24px;
|
|
31564
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31565
|
+
position: relative;
|
|
31369
31566
|
}
|
|
31370
|
-
|
|
31371
|
-
.
|
|
31372
|
-
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31567
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31568
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31569
|
+
border-bottom: 1px solid white;
|
|
31570
|
+
height: 40px;
|
|
31571
|
+
vertical-align: middle;
|
|
31572
|
+
transition: background 0ms;
|
|
31573
|
+
color: #00122e;
|
|
31377
31574
|
}
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
font-style: normal;
|
|
31382
|
-
font-weight: 500;
|
|
31383
|
-
font-size: 14px;
|
|
31384
|
-
line-height: 22px;
|
|
31575
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31576
|
+
background: #f2f5fa;
|
|
31577
|
+
border-bottom-color: #f2f5fa;
|
|
31385
31578
|
}
|
|
31386
|
-
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
font-
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
|
|
31579
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31580
|
+
height: auto;
|
|
31581
|
+
color: #00122e;
|
|
31582
|
+
font-size: 12px;
|
|
31583
|
+
text-align: left;
|
|
31584
|
+
transition: none;
|
|
31585
|
+
overflow: hidden;
|
|
31586
|
+
text-overflow: ellipsis;
|
|
31587
|
+
white-space: nowrap;
|
|
31393
31588
|
}
|
|
31394
|
-
|
|
31395
|
-
|
|
31396
|
-
font-family: Inter;
|
|
31397
|
-
font-style: normal;
|
|
31398
|
-
font-weight: normal;
|
|
31399
|
-
font-size: 14px;
|
|
31400
|
-
line-height: 22px;
|
|
31589
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31590
|
+
color: #0096ff;
|
|
31401
31591
|
}
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
font-size: 14px;
|
|
31408
|
-
line-height: 22px;
|
|
31592
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31593
|
+
overflow: hidden;
|
|
31594
|
+
text-overflow: ellipsis;
|
|
31595
|
+
width: 100%;
|
|
31596
|
+
vertical-align: middle;
|
|
31409
31597
|
}
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
font-family: Inter;
|
|
31413
|
-
font-style: normal;
|
|
31414
|
-
font-weight: normal;
|
|
31415
|
-
text-transform: uppercase;
|
|
31416
|
-
font-feature-settings: "cpsp" on;
|
|
31417
|
-
font-size: 14px;
|
|
31418
|
-
line-height: 22px;
|
|
31598
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31599
|
+
line-height: 0px;
|
|
31419
31600
|
}
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
font-family: Inter;
|
|
31423
|
-
font-style: normal;
|
|
31424
|
-
font-weight: bold;
|
|
31425
|
-
text-transform: uppercase;
|
|
31426
|
-
font-feature-settings: "cpsp" on;
|
|
31427
|
-
font-size: 14px;
|
|
31428
|
-
line-height: 22px;
|
|
31601
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31602
|
+
padding-right: 25px;
|
|
31429
31603
|
}
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
font-family: Inter;
|
|
31433
|
-
font-style: normal;
|
|
31434
|
-
font-weight: normal;
|
|
31435
|
-
font-size: 13px;
|
|
31436
|
-
line-height: 20px;
|
|
31604
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31605
|
+
border-top-color: transparent;
|
|
31437
31606
|
}
|
|
31438
|
-
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31441
|
-
font-style: normal;
|
|
31442
|
-
font-weight: 600;
|
|
31443
|
-
font-size: 13px;
|
|
31444
|
-
line-height: 20px;
|
|
31607
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31608
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31609
|
+
border-color: transparent transparent white;
|
|
31445
31610
|
}
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
font-family: Inter;
|
|
31449
|
-
font-style: normal;
|
|
31450
|
-
font-weight: bold;
|
|
31451
|
-
font-size: 13px;
|
|
31452
|
-
line-height: 20px;
|
|
31611
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31612
|
+
border-radius: 8px 0 0 8px;
|
|
31453
31613
|
}
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
font-family: Inter;
|
|
31457
|
-
font-style: normal;
|
|
31458
|
-
font-weight: normal;
|
|
31459
|
-
font-size: 13px;
|
|
31460
|
-
line-height: 20px;
|
|
31614
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31615
|
+
border-radius: 8px 0 0 8px;
|
|
31461
31616
|
}
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
line-height: 20px;
|
|
31617
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31618
|
+
content: "";
|
|
31619
|
+
width: 4px;
|
|
31620
|
+
top: -1px;
|
|
31621
|
+
bottom: -1px;
|
|
31622
|
+
background: white;
|
|
31469
31623
|
}
|
|
31470
|
-
|
|
31471
|
-
|
|
31472
|
-
font-family: Inter;
|
|
31473
|
-
font-style: normal;
|
|
31474
|
-
font-weight: bold;
|
|
31475
|
-
font-size: 13px;
|
|
31476
|
-
line-height: 20px;
|
|
31624
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31625
|
+
border-radius: 0 8px 8px 0;
|
|
31477
31626
|
}
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
|
|
31482
|
-
font-weight: normal;
|
|
31483
|
-
text-transform: uppercase;
|
|
31484
|
-
font-feature-settings: "cpsp" on;
|
|
31485
|
-
font-size: 13px;
|
|
31486
|
-
line-height: 20px;
|
|
31627
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31628
|
+
border-radius: 0;
|
|
31629
|
+
background: white;
|
|
31630
|
+
border-top: none;
|
|
31487
31631
|
}
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
|
|
31492
|
-
font-weight: bold;
|
|
31493
|
-
text-transform: uppercase;
|
|
31494
|
-
font-feature-settings: "cpsp" on;
|
|
31495
|
-
font-size: 13px;
|
|
31496
|
-
line-height: 20px;
|
|
31632
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31633
|
+
border-top: 1px solid transparent;
|
|
31634
|
+
border-radius: 0 8px 8px 0;
|
|
31635
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31497
31636
|
}
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
font-style: normal;
|
|
31502
|
-
font-weight: normal;
|
|
31503
|
-
font-size: 12px;
|
|
31504
|
-
line-height: 18px;
|
|
31637
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31638
|
+
background: white;
|
|
31639
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31505
31640
|
}
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
|
|
31511
|
-
font-size: 12px;
|
|
31512
|
-
line-height: 18px;
|
|
31641
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31642
|
+
display: flex;
|
|
31643
|
+
align-items: center;
|
|
31644
|
+
height: 100%;
|
|
31645
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31513
31646
|
}
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
font-style: normal;
|
|
31518
|
-
font-weight: bold;
|
|
31519
|
-
font-size: 12px;
|
|
31520
|
-
line-height: 18px;
|
|
31647
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31648
|
+
background: white;
|
|
31649
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31521
31650
|
}
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
font-size: 12px;
|
|
31528
|
-
line-height: 18px;
|
|
31651
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31652
|
+
display: flex;
|
|
31653
|
+
align-items: center;
|
|
31654
|
+
height: 100%;
|
|
31655
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31529
31656
|
}
|
|
31530
|
-
|
|
31531
|
-
.
|
|
31532
|
-
font-family: Inter;
|
|
31533
|
-
font-style: normal;
|
|
31534
|
-
font-weight: 500;
|
|
31535
|
-
font-size: 12px;
|
|
31536
|
-
line-height: 18px;
|
|
31657
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31658
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31537
31659
|
}
|
|
31538
|
-
|
|
31539
|
-
.
|
|
31540
|
-
|
|
31541
|
-
font-style: normal;
|
|
31542
|
-
font-weight: bold;
|
|
31543
|
-
font-size: 12px;
|
|
31544
|
-
line-height: 18px;
|
|
31660
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31661
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31662
|
+
border-radius: 8px;
|
|
31545
31663
|
}
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
font-family: Inter;
|
|
31549
|
-
font-style: normal;
|
|
31550
|
-
font-weight: normal;
|
|
31551
|
-
text-transform: uppercase;
|
|
31552
|
-
font-feature-settings: "cpsp" on;
|
|
31553
|
-
font-size: 12px;
|
|
31554
|
-
line-height: 18px;
|
|
31664
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31665
|
+
border-top-color: white;
|
|
31555
31666
|
}
|
|
31556
|
-
|
|
31557
|
-
.
|
|
31558
|
-
|
|
31559
|
-
|
|
31560
|
-
font-weight: bold;
|
|
31561
|
-
text-transform: uppercase;
|
|
31562
|
-
font-feature-settings: "cpsp" on;
|
|
31563
|
-
font-size: 12px;
|
|
31564
|
-
line-height: 18px;
|
|
31667
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31668
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31669
|
+
border-bottom-color: transparent;
|
|
31670
|
+
border-top-color: transparent;
|
|
31565
31671
|
}
|
|
31566
|
-
|
|
31567
|
-
|
|
31568
|
-
font-family: Inter;
|
|
31569
|
-
font-style: normal;
|
|
31570
|
-
font-weight: normal;
|
|
31571
|
-
font-size: 13px;
|
|
31572
|
-
line-height: 20px;
|
|
31672
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31673
|
+
border-radius: 8px 0 0 8px;
|
|
31573
31674
|
}
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
font-family: Inter;
|
|
31577
|
-
font-style: normal;
|
|
31578
|
-
font-weight: normal;
|
|
31579
|
-
font-size: 13px;
|
|
31580
|
-
line-height: 20px;
|
|
31675
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31676
|
+
border-radius: 0 8px 8px 0;
|
|
31581
31677
|
}
|
|
31582
|
-
|
|
31583
|
-
.
|
|
31584
|
-
font-family: Inter;
|
|
31585
|
-
font-style: normal;
|
|
31586
|
-
font-weight: normal;
|
|
31587
|
-
font-size: 12px;
|
|
31588
|
-
line-height: 18px;
|
|
31678
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31679
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31589
31680
|
}
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
font-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31681
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31682
|
+
background: #fff;
|
|
31683
|
+
font-weight: 400;
|
|
31684
|
+
position: relative;
|
|
31685
|
+
border-bottom: none;
|
|
31686
|
+
color: #00122e;
|
|
31687
|
+
transition: none;
|
|
31688
|
+
padding: 15px 8px 15px 8px;
|
|
31597
31689
|
}
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31690
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31691
|
+
content: "";
|
|
31692
|
+
width: 1px;
|
|
31693
|
+
top: 0;
|
|
31694
|
+
bottom: 0;
|
|
31695
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31696
|
+
position: absolute;
|
|
31697
|
+
right: 0;
|
|
31606
31698
|
}
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
font-family: Inter;
|
|
31610
|
-
font-style: normal;
|
|
31611
|
-
font-weight: normal;
|
|
31612
|
-
font-feature-settings: "zero" on;
|
|
31613
|
-
font-size: 13px;
|
|
31614
|
-
line-height: 20px;
|
|
31699
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31700
|
+
padding: unset;
|
|
31615
31701
|
}
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
font-family: Inter;
|
|
31619
|
-
font-style: normal;
|
|
31620
|
-
font-weight: normal;
|
|
31621
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31622
|
-
font-size: 12px;
|
|
31623
|
-
line-height: 18px;
|
|
31702
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31703
|
+
display: none;
|
|
31624
31704
|
}
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31631
|
-
font-size: 12px;
|
|
31632
|
-
line-height: 18px;
|
|
31705
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31706
|
+
width: 100%;
|
|
31707
|
+
overflow: hidden;
|
|
31708
|
+
white-space: nowrap;
|
|
31709
|
+
text-overflow: ellipsis;
|
|
31633
31710
|
}
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31638
|
-
font-weight: normal;
|
|
31639
|
-
font-feature-settings: "zero" on;
|
|
31640
|
-
font-size: 12px;
|
|
31641
|
-
line-height: 18px;
|
|
31711
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31712
|
+
overflow: hidden;
|
|
31713
|
+
text-overflow: ellipsis;
|
|
31714
|
+
flex: 1;
|
|
31642
31715
|
}
|
|
31643
|
-
|
|
31644
|
-
|
|
31645
|
-
font-family: Inter;
|
|
31646
|
-
font-style: normal;
|
|
31647
|
-
font-weight: 500;
|
|
31648
|
-
font-feature-settings: "zero" on;
|
|
31649
|
-
font-size: 12px;
|
|
31650
|
-
line-height: 18px;
|
|
31716
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31717
|
+
padding: 15px 25px 15px 8px;
|
|
31651
31718
|
}
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31719
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31720
|
+
padding: 0;
|
|
31721
|
+
}
|
|
31722
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31723
|
+
position: absolute;
|
|
31724
|
+
right: 6px;
|
|
31725
|
+
top: 50%;
|
|
31726
|
+
transform: translateY(-50%);
|
|
31727
|
+
height: 16px;
|
|
31728
|
+
display: none;
|
|
31729
|
+
transition: transform 320ms ease;
|
|
31660
31730
|
}
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
font-style: normal;
|
|
31665
|
-
font-weight: normal;
|
|
31666
|
-
font-size: 10px;
|
|
31667
|
-
line-height: 12px;
|
|
31731
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31732
|
+
display: block;
|
|
31733
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31668
31734
|
}
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
width: 648px;
|
|
31735
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31736
|
+
display: block;
|
|
31672
31737
|
}
|
|
31673
|
-
.
|
|
31674
|
-
|
|
31738
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31739
|
+
display: none;
|
|
31675
31740
|
}
|
|
31676
|
-
.
|
|
31677
|
-
|
|
31741
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31742
|
+
transform: translateY(-50%);
|
|
31678
31743
|
}
|
|
31679
|
-
.
|
|
31680
|
-
|
|
31744
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31745
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31681
31746
|
}
|
|
31682
|
-
.
|
|
31683
|
-
|
|
31684
|
-
padding: 10px 0;
|
|
31685
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31747
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31748
|
+
background: #f2f5fa;
|
|
31686
31749
|
}
|
|
31687
|
-
.
|
|
31688
|
-
|
|
31689
|
-
padding-bottom: 0;
|
|
31750
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31751
|
+
display: block;
|
|
31690
31752
|
}
|
|
31691
|
-
.
|
|
31692
|
-
|
|
31693
|
-
width: 100px;
|
|
31694
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31753
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31754
|
+
padding-right: 25px;
|
|
31695
31755
|
}
|
|
31696
|
-
.
|
|
31697
|
-
|
|
31698
|
-
margin-top: 5px;
|
|
31756
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31757
|
+
padding: 0 !important;
|
|
31699
31758
|
}
|
|
31700
|
-
.
|
|
31701
|
-
|
|
31702
|
-
|
|
31759
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31760
|
+
position: absolute;
|
|
31761
|
+
left: 50%;
|
|
31762
|
+
top: 50%;
|
|
31763
|
+
transform: translate(-50%, -50%);
|
|
31703
31764
|
}
|
|
31704
|
-
|
|
31705
|
-
|
|
31706
|
-
display: flex;
|
|
31707
|
-
align-items: center;
|
|
31708
|
-
justify-content: space-between;
|
|
31709
|
-
word-break: keep-all;
|
|
31765
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31766
|
+
display: none;
|
|
31710
31767
|
}
|
|
31711
|
-
.
|
|
31712
|
-
|
|
31768
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31769
|
+
background: #fff;
|
|
31713
31770
|
}
|
|
31714
|
-
.
|
|
31715
|
-
|
|
31771
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31772
|
+
background: inherit;
|
|
31716
31773
|
}
|
|
31717
|
-
.
|
|
31718
|
-
|
|
31719
|
-
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
|
|
31723
|
-
white-space: nowrap;
|
|
31774
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31775
|
+
position: static;
|
|
31776
|
+
border: none;
|
|
31777
|
+
background: inherit !important;
|
|
31778
|
+
height: 100px;
|
|
31779
|
+
vertical-align: middle;
|
|
31724
31780
|
}
|
|
31725
|
-
.
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
|
|
31781
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31782
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31783
|
+
font-weight: bold;
|
|
31784
|
+
font-size: 20px;
|
|
31785
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31729
31786
|
}
|
|
31730
|
-
.
|
|
31731
|
-
|
|
31732
|
-
|
|
31787
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31788
|
+
padding: 0 !important;
|
|
31789
|
+
position: relative;
|
|
31790
|
+
background: #fff;
|
|
31733
31791
|
}
|
|
31734
|
-
.
|
|
31792
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31793
|
+
height: 100%;
|
|
31735
31794
|
display: flex;
|
|
31736
|
-
flex-direction: row-reverse;
|
|
31737
31795
|
align-items: center;
|
|
31796
|
+
justify-content: flex-end;
|
|
31797
|
+
padding-right: 8px;
|
|
31738
31798
|
}
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31741
|
-
|
|
31742
|
-
.c156wh19 .close {
|
|
31743
|
-
padding-left: 14px;
|
|
31744
|
-
margin-left: 14px;
|
|
31745
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31799
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31800
|
+
width: 24px;
|
|
31801
|
+
height: 24px;
|
|
31746
31802
|
cursor: pointer;
|
|
31747
|
-
|
|
31748
|
-
|
|
31749
|
-
.m126spxy {
|
|
31750
|
-
padding-bottom: 4px;
|
|
31751
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31752
|
-
}
|
|
31753
|
-
.m126spxy .ant-btn-link {
|
|
31754
|
-
padding: 1px 10px;
|
|
31755
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31803
|
+
justify-content: center;
|
|
31756
31804
|
border-radius: 4px;
|
|
31757
31805
|
}
|
|
31758
|
-
.
|
|
31759
|
-
background:
|
|
31760
|
-
color: #0096ff;
|
|
31806
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31807
|
+
background: #fff;
|
|
31761
31808
|
}
|
|
31762
31809
|
|
|
31763
|
-
.
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
|
|
31770
|
-
|
|
31771
|
-
text-align: center;
|
|
31772
|
-
}
|
|
31773
|
-
.wpbf4pq .options {
|
|
31774
|
-
padding: 12px 0 12px 16px;
|
|
31775
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31776
|
-
margin: 5px 0 5px 8px;
|
|
31777
|
-
}
|
|
31778
|
-
.wpbf4pq .week-day-option,
|
|
31779
|
-
.wpbf4pq .month-day-option {
|
|
31780
|
-
background: #f5f7fa;
|
|
31781
|
-
box-sizing: border-box;
|
|
31782
|
-
border-radius: 16px;
|
|
31783
|
-
margin-right: 8px;
|
|
31784
|
-
}
|
|
31785
|
-
.wpbf4pq .week-day-option:focus,
|
|
31786
|
-
.wpbf4pq .month-day-option:focus {
|
|
31787
|
-
color: inherit;
|
|
31788
|
-
border-color: #d9d9d9;
|
|
31789
|
-
}
|
|
31790
|
-
.wpbf4pq .week-day-option.active {
|
|
31791
|
-
background-color: #0096ff;
|
|
31792
|
-
border-color: #0096ff;
|
|
31793
|
-
color: #fff;
|
|
31810
|
+
.l4bld33 {
|
|
31811
|
+
width: 64px;
|
|
31812
|
+
height: 64px;
|
|
31813
|
+
display: flex;
|
|
31814
|
+
align-items: center;
|
|
31815
|
+
justify-content: center;
|
|
31816
|
+
position: relative;
|
|
31817
|
+
opacity: 0.2;
|
|
31794
31818
|
}
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
|
|
31819
|
+
|
|
31820
|
+
.lgitjoj {
|
|
31821
|
+
position: absolute;
|
|
31822
|
+
width: 5px;
|
|
31823
|
+
height: 48px;
|
|
31824
|
+
left: 9.33px;
|
|
31825
|
+
top: 40.5px;
|
|
31826
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31827
|
+
border-radius: 5px;
|
|
31828
|
+
transform: rotate(-128deg);
|
|
31829
|
+
transform-origin: top left;
|
|
31830
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
31798
31831
|
}
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
|
|
31832
|
+
|
|
31833
|
+
.l13g0exg {
|
|
31834
|
+
position: absolute;
|
|
31835
|
+
width: 5px;
|
|
31836
|
+
height: 48px;
|
|
31837
|
+
left: 40.8px;
|
|
31838
|
+
top: 8.4px;
|
|
31839
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31840
|
+
border-radius: 5px;
|
|
31841
|
+
transform: rotate(-8deg);
|
|
31842
|
+
transform-origin: top left;
|
|
31843
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
31803
31844
|
}
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31845
|
+
|
|
31846
|
+
.l1exo3h6 {
|
|
31847
|
+
position: absolute;
|
|
31848
|
+
width: 5px;
|
|
31849
|
+
height: 48px;
|
|
31850
|
+
left: 52.9px;
|
|
31851
|
+
top: 51.8px;
|
|
31852
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31853
|
+
border-radius: 5px;
|
|
31854
|
+
transform: rotate(112deg);
|
|
31855
|
+
transform-origin: top left;
|
|
31856
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
31808
31857
|
}
|
|
31809
31858
|
|
|
31810
31859
|
.c1bus5hc {
|
|
@@ -31846,72 +31895,125 @@ input.rrg1fkn.ant-input {
|
|
|
31846
31895
|
background: white;
|
|
31847
31896
|
transform: rotate(0deg);
|
|
31848
31897
|
}
|
|
31849
|
-
|
|
31850
|
-
.
|
|
31851
|
-
|
|
31898
|
+
|
|
31899
|
+
.c18gxmrl {
|
|
31900
|
+
border: 1px solid #d8deeb;
|
|
31901
|
+
border-radius: 4px;
|
|
31902
|
+
}
|
|
31903
|
+
.c18gxmrl + .c18gxmrl {
|
|
31904
|
+
margin-top: 8px;
|
|
31905
|
+
}
|
|
31906
|
+
.c18gxmrl:hover {
|
|
31907
|
+
border-color: #0080ff;
|
|
31908
|
+
}
|
|
31909
|
+
.c18gxmrl:hover > header {
|
|
31910
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31911
|
+
}
|
|
31912
|
+
.c18gxmrl.active header {
|
|
31913
|
+
border-bottom: 1px solid #d8deeb;
|
|
31914
|
+
}
|
|
31915
|
+
.c18gxmrl > header {
|
|
31916
|
+
padding: 8px 12px;
|
|
31917
|
+
}
|
|
31918
|
+
|
|
31919
|
+
.clm1wy1 {
|
|
31920
|
+
width: 192px;
|
|
31921
|
+
height: 246px;
|
|
31922
|
+
border-radius: 4px;
|
|
31923
|
+
}
|
|
31924
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
31925
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
31926
|
+
width: 100%;
|
|
31927
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
31928
|
+
border-top: none;
|
|
31929
|
+
}
|
|
31930
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
31931
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
31932
|
+
padding: 0 16px;
|
|
31933
|
+
}
|
|
31934
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
31935
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
31936
|
+
width: 100%;
|
|
31937
|
+
height: 180px;
|
|
31938
|
+
border-spacing: 0;
|
|
31852
31939
|
}
|
|
31853
|
-
.
|
|
31854
|
-
|
|
31855
|
-
|
|
31856
|
-
font-weight: 700;
|
|
31857
|
-
line-height: 32px;
|
|
31940
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
31941
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
31942
|
+
margin-bottom: 8px;
|
|
31858
31943
|
}
|
|
31859
|
-
.
|
|
31860
|
-
|
|
31861
|
-
|
|
31862
|
-
background: #fff;
|
|
31944
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
31945
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
31946
|
+
width: 22px;
|
|
31863
31947
|
}
|
|
31864
|
-
.
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
line-height: 22px;
|
|
31868
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31869
|
-
text-align: center;
|
|
31948
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
31949
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
31950
|
+
padding: 0;
|
|
31870
31951
|
}
|
|
31871
|
-
|
|
31872
|
-
.
|
|
31873
|
-
|
|
31874
|
-
margin-bottom: 4px;
|
|
31952
|
+
.clm1wy1 .ant-picker-cell {
|
|
31953
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31954
|
+
opacity: 0.4;
|
|
31875
31955
|
}
|
|
31876
|
-
.
|
|
31877
|
-
color: rgba(
|
|
31878
|
-
|
|
31879
|
-
transition: color 160ms ease;
|
|
31956
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
31957
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31958
|
+
opacity: 1;
|
|
31880
31959
|
}
|
|
31881
|
-
.
|
|
31882
|
-
color: #
|
|
31960
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
31961
|
+
color: #3e4652;
|
|
31883
31962
|
}
|
|
31884
|
-
.
|
|
31885
|
-
|
|
31963
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
31964
|
+
pointer-events: none;
|
|
31886
31965
|
}
|
|
31887
31966
|
|
|
31888
|
-
.
|
|
31967
|
+
.t1tsm00v {
|
|
31968
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31969
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
31970
|
+
backdrop-filter: blur(10px);
|
|
31971
|
+
padding: 7px 10px;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.c167wnad {
|
|
31975
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31889
31976
|
display: flex;
|
|
31977
|
+
justify-content: space-between;
|
|
31890
31978
|
align-items: center;
|
|
31891
|
-
|
|
31892
|
-
line-height: 18px;
|
|
31979
|
+
padding: 8px 16px;
|
|
31893
31980
|
}
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31981
|
+
.c167wnad .anticon {
|
|
31982
|
+
cursor: pointer;
|
|
31896
31983
|
}
|
|
31897
|
-
|
|
31898
|
-
|
|
31899
|
-
margin: 0 3px;
|
|
31984
|
+
.c167wnad .anticon:hover {
|
|
31985
|
+
color: #0096ff;
|
|
31900
31986
|
}
|
|
31901
31987
|
|
|
31902
|
-
.
|
|
31903
|
-
|
|
31904
|
-
overflow: "auto";
|
|
31988
|
+
.cxhf7dh {
|
|
31989
|
+
text-align: center;
|
|
31905
31990
|
}
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31991
|
+
.cxhf7dh .dots {
|
|
31992
|
+
display: flex;
|
|
31993
|
+
justify-content: center;
|
|
31909
31994
|
}
|
|
31910
|
-
.
|
|
31911
|
-
|
|
31995
|
+
.cxhf7dh .dot {
|
|
31996
|
+
display: inline-block;
|
|
31997
|
+
width: 2px;
|
|
31998
|
+
height: 2px;
|
|
31999
|
+
border-radius: 1px;
|
|
32000
|
+
background: #0096ff;
|
|
31912
32001
|
}
|
|
31913
|
-
.
|
|
31914
|
-
|
|
32002
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32003
|
+
margin-right: 2px;
|
|
32004
|
+
}
|
|
32005
|
+
.cxhf7dh .bar {
|
|
32006
|
+
width: 9px;
|
|
32007
|
+
height: 2px;
|
|
32008
|
+
background: #0096ff;
|
|
32009
|
+
border-radius: 2px;
|
|
32010
|
+
}
|
|
32011
|
+
|
|
32012
|
+
.tje3huy {
|
|
32013
|
+
width: 100%;
|
|
32014
|
+
overflow: inherit;
|
|
32015
|
+
white-space: inherit;
|
|
32016
|
+
text-overflow: ellipsis;
|
|
31915
32017
|
}
|
|
31916
32018
|
|
|
31917
32019
|
.c18bcrac {
|
|
@@ -31969,54 +32071,71 @@ input.rrg1fkn.ant-input {
|
|
|
31969
32071
|
margin-right: 8px;
|
|
31970
32072
|
}
|
|
31971
32073
|
|
|
31972
|
-
.
|
|
31973
|
-
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
32074
|
+
.n12mqh7z {
|
|
32075
|
+
display: flex;
|
|
32076
|
+
align-items: center;
|
|
32077
|
+
font-size: 12px;
|
|
32078
|
+
line-height: 18px;
|
|
32079
|
+
}
|
|
32080
|
+
.n12mqh7z:not(:last-child) {
|
|
32081
|
+
margin-bottom: 4px;
|
|
31977
32082
|
}
|
|
31978
32083
|
|
|
31979
|
-
.
|
|
31980
|
-
|
|
31981
|
-
border-radius: 4px;
|
|
32084
|
+
.tf5bynu {
|
|
32085
|
+
margin: 0 3px;
|
|
31982
32086
|
}
|
|
31983
|
-
|
|
31984
|
-
|
|
32087
|
+
|
|
32088
|
+
.tcckoz1 {
|
|
32089
|
+
max-height: 400px;
|
|
32090
|
+
overflow: "auto";
|
|
31985
32091
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
32092
|
+
|
|
32093
|
+
.berrcjl {
|
|
32094
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32095
|
+
margin-bottom: 4px;
|
|
31988
32096
|
}
|
|
31989
|
-
.
|
|
31990
|
-
|
|
32097
|
+
.berrcjl .breadcrumb-link {
|
|
32098
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32099
|
+
cursor: pointer;
|
|
32100
|
+
transition: color 160ms ease;
|
|
31991
32101
|
}
|
|
31992
|
-
.
|
|
31993
|
-
|
|
32102
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32103
|
+
color: #0080ff;
|
|
31994
32104
|
}
|
|
31995
|
-
.
|
|
31996
|
-
|
|
32105
|
+
.berrcjl .breadcrumb-link:active {
|
|
32106
|
+
color: #005ed1;
|
|
31997
32107
|
}
|
|
31998
32108
|
|
|
31999
|
-
.
|
|
32000
|
-
|
|
32001
|
-
align-items: center;
|
|
32002
|
-
justify-content: flex-end;
|
|
32109
|
+
.gmyahx3 {
|
|
32110
|
+
cursor: pointer;
|
|
32003
32111
|
}
|
|
32004
|
-
|
|
32005
|
-
.
|
|
32006
|
-
display: flex;
|
|
32007
|
-
align-items: center;
|
|
32008
|
-
width: calc(100% - 40px);
|
|
32112
|
+
.gmyahx3 .link-text {
|
|
32113
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32009
32114
|
}
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32012
|
-
width: 100%;
|
|
32115
|
+
.gmyahx3:hover .link-text {
|
|
32116
|
+
color: #0080ff;
|
|
32013
32117
|
}
|
|
32014
32118
|
|
|
32015
|
-
.
|
|
32016
|
-
|
|
32119
|
+
.c1uzzomf {
|
|
32120
|
+
margin-bottom: 16px;
|
|
32017
32121
|
}
|
|
32018
|
-
.
|
|
32019
|
-
|
|
32122
|
+
.c1uzzomf .card-title {
|
|
32123
|
+
font-size: 16px;
|
|
32124
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32125
|
+
font-weight: 700;
|
|
32126
|
+
line-height: 32px;
|
|
32127
|
+
}
|
|
32128
|
+
.c1uzzomf .card-body {
|
|
32129
|
+
padding: 24px;
|
|
32130
|
+
border-radius: 8px;
|
|
32131
|
+
background: #fff;
|
|
32132
|
+
}
|
|
32133
|
+
.c1uzzomf .empty {
|
|
32134
|
+
font-weight: 700;
|
|
32135
|
+
font-size: 14px;
|
|
32136
|
+
line-height: 22px;
|
|
32137
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32138
|
+
text-align: center;
|
|
32020
32139
|
}
|
|
32021
32140
|
|
|
32022
32141
|
.t1sqg15u {
|
|
@@ -32095,111 +32214,45 @@ input.rrg1fkn.ant-input {
|
|
|
32095
32214
|
white-space: pre-wrap;
|
|
32096
32215
|
}
|
|
32097
32216
|
.t93e4cf .content .ant-btn {
|
|
32098
|
-
white-space: pre-wrap;
|
|
32099
|
-
text-align: left;
|
|
32100
|
-
}
|
|
32101
|
-
.t93e4cf .content .unit-chart {
|
|
32102
|
-
justify-content: flex-start;
|
|
32103
|
-
}
|
|
32104
|
-
|
|
32105
|
-
.rhz2uv5 {
|
|
32106
|
-
width: var(--rhz2uv5-0);
|
|
32107
|
-
flex-shrink: 0;
|
|
32108
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32109
|
-
padding-right: 12px;
|
|
32110
|
-
}
|
|
32111
|
-
|
|
32112
|
-
.clm1wy1 {
|
|
32113
|
-
width: 192px;
|
|
32114
|
-
height: 246px;
|
|
32115
|
-
border-radius: 4px;
|
|
32116
|
-
}
|
|
32117
|
-
.clm1wy1 > .ant-picker-calendar,
|
|
32118
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32119
|
-
width: 100%;
|
|
32120
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32121
|
-
border-top: none;
|
|
32122
|
-
}
|
|
32123
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32124
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32125
|
-
padding: 0 16px;
|
|
32126
|
-
}
|
|
32127
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32128
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32129
|
-
width: 100%;
|
|
32130
|
-
height: 180px;
|
|
32131
|
-
border-spacing: 0;
|
|
32132
|
-
}
|
|
32133
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32134
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32135
|
-
margin-bottom: 8px;
|
|
32136
|
-
}
|
|
32137
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32138
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32139
|
-
width: 22px;
|
|
32140
|
-
}
|
|
32141
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32142
|
-
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32143
|
-
padding: 0;
|
|
32144
|
-
}
|
|
32145
|
-
.clm1wy1 .ant-picker-cell {
|
|
32146
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32147
|
-
opacity: 0.4;
|
|
32148
|
-
}
|
|
32149
|
-
.clm1wy1 .ant-picker-cell-in-view {
|
|
32150
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32151
|
-
opacity: 1;
|
|
32152
|
-
}
|
|
32153
|
-
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32154
|
-
color: #3e4652;
|
|
32217
|
+
white-space: pre-wrap;
|
|
32218
|
+
text-align: left;
|
|
32155
32219
|
}
|
|
32156
|
-
.
|
|
32157
|
-
|
|
32220
|
+
.t93e4cf .content .unit-chart {
|
|
32221
|
+
justify-content: flex-start;
|
|
32158
32222
|
}
|
|
32159
32223
|
|
|
32160
|
-
.
|
|
32161
|
-
|
|
32162
|
-
|
|
32163
|
-
|
|
32164
|
-
padding:
|
|
32224
|
+
.rhz2uv5 {
|
|
32225
|
+
width: var(--rhz2uv5-0);
|
|
32226
|
+
flex-shrink: 0;
|
|
32227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32228
|
+
padding-right: 12px;
|
|
32165
32229
|
}
|
|
32166
32230
|
|
|
32167
|
-
.
|
|
32168
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32231
|
+
.wg1tsps {
|
|
32169
32232
|
display: flex;
|
|
32170
|
-
justify-content: space-between;
|
|
32171
32233
|
align-items: center;
|
|
32172
|
-
|
|
32173
|
-
}
|
|
32174
|
-
.c167wnad .anticon {
|
|
32175
|
-
cursor: pointer;
|
|
32176
|
-
}
|
|
32177
|
-
.c167wnad .anticon:hover {
|
|
32178
|
-
color: #0096ff;
|
|
32234
|
+
justify-content: flex-end;
|
|
32179
32235
|
}
|
|
32180
32236
|
|
|
32181
|
-
.
|
|
32182
|
-
text-align: center;
|
|
32183
|
-
}
|
|
32184
|
-
.cxhf7dh .dots {
|
|
32237
|
+
.b1ctd5xy {
|
|
32185
32238
|
display: flex;
|
|
32186
|
-
|
|
32239
|
+
align-items: center;
|
|
32240
|
+
width: calc(100% - 40px);
|
|
32187
32241
|
}
|
|
32188
|
-
.
|
|
32242
|
+
.b1ctd5xy .chart {
|
|
32189
32243
|
display: inline-block;
|
|
32190
|
-
width:
|
|
32191
|
-
height: 2px;
|
|
32192
|
-
border-radius: 1px;
|
|
32193
|
-
background: #0096ff;
|
|
32244
|
+
width: 100%;
|
|
32194
32245
|
}
|
|
32195
|
-
|
|
32196
|
-
|
|
32246
|
+
|
|
32247
|
+
.u1p8acpn {
|
|
32248
|
+
width: 40px;
|
|
32197
32249
|
}
|
|
32198
|
-
.
|
|
32199
|
-
|
|
32200
|
-
|
|
32201
|
-
|
|
32202
|
-
|
|
32250
|
+
.u1p8acpn .unit {
|
|
32251
|
+
color: #00122e !important;
|
|
32252
|
+
}
|
|
32253
|
+
|
|
32254
|
+
.t3qomhu {
|
|
32255
|
+
margin: 0 2px;
|
|
32203
32256
|
}
|
|
32204
32257
|
|
|
32205
32258
|
.m15dvk92 {
|
|
@@ -32215,6 +32268,28 @@ input.rrg1fkn.ant-input {
|
|
|
32215
32268
|
width: 100%;
|
|
32216
32269
|
}
|
|
32217
32270
|
|
|
32271
|
+
.cav9p2m .ant-collapse-item {
|
|
32272
|
+
border: 0px;
|
|
32273
|
+
background-color: #fff;
|
|
32274
|
+
}
|
|
32275
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32276
|
+
padding-top: 0px;
|
|
32277
|
+
padding-bottom: 0px;
|
|
32278
|
+
padding-left: 0px !important;
|
|
32279
|
+
padding-right: 24px;
|
|
32280
|
+
}
|
|
32281
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32282
|
+
right: 0px;
|
|
32283
|
+
}
|
|
32284
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32285
|
+
padding: 0px;
|
|
32286
|
+
}
|
|
32287
|
+
|
|
32288
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32289
|
+
padding-right: 0px;
|
|
32290
|
+
cursor: default;
|
|
32291
|
+
}
|
|
32292
|
+
|
|
32218
32293
|
.c198s9j3 {
|
|
32219
32294
|
color: #2d3a56;
|
|
32220
32295
|
line-height: 22px;
|
|
@@ -32286,17 +32361,6 @@ input.rrg1fkn.ant-input {
|
|
|
32286
32361
|
margin-left: 24px;
|
|
32287
32362
|
}
|
|
32288
32363
|
|
|
32289
|
-
.c10crapj {
|
|
32290
|
-
border-radius: 8px;
|
|
32291
|
-
}
|
|
32292
|
-
.c10crapj .ant-card-body {
|
|
32293
|
-
padding: 20px 24px 24px 24px;
|
|
32294
|
-
}
|
|
32295
|
-
|
|
32296
|
-
.t3qomhu {
|
|
32297
|
-
margin: 0 2px;
|
|
32298
|
-
}
|
|
32299
|
-
|
|
32300
32364
|
.o8ocss1 {
|
|
32301
32365
|
overflow: hidden;
|
|
32302
32366
|
text-overflow: ellipsis;
|
|
@@ -32306,26 +32370,11 @@ input.rrg1fkn.ant-input {
|
|
|
32306
32370
|
white-space: nowrap;
|
|
32307
32371
|
}
|
|
32308
32372
|
|
|
32309
|
-
.
|
|
32310
|
-
border:
|
|
32311
|
-
background-color: #fff;
|
|
32312
|
-
}
|
|
32313
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32314
|
-
padding-top: 0px;
|
|
32315
|
-
padding-bottom: 0px;
|
|
32316
|
-
padding-left: 0px !important;
|
|
32317
|
-
padding-right: 24px;
|
|
32318
|
-
}
|
|
32319
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32320
|
-
right: 0px;
|
|
32321
|
-
}
|
|
32322
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32323
|
-
padding: 0px;
|
|
32373
|
+
.c10crapj {
|
|
32374
|
+
border-radius: 8px;
|
|
32324
32375
|
}
|
|
32325
|
-
|
|
32326
|
-
|
|
32327
|
-
padding-right: 0px;
|
|
32328
|
-
cursor: default;
|
|
32376
|
+
.c10crapj .ant-card-body {
|
|
32377
|
+
padding: 20px 24px 24px 24px;
|
|
32329
32378
|
}
|
|
32330
32379
|
|
|
32331
32380
|
.igz4le8 {
|
|
@@ -32338,67 +32387,6 @@ input.rrg1fkn.ant-input {
|
|
|
32338
32387
|
color: rgba(44, 56, 82, 0.6);
|
|
32339
32388
|
}
|
|
32340
32389
|
|
|
32341
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32342
|
-
display: flex;
|
|
32343
|
-
}
|
|
32344
|
-
|
|
32345
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32346
|
-
border-radius: 6px;
|
|
32347
|
-
}
|
|
32348
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32349
|
-
width: 100%;
|
|
32350
|
-
color: #2d3a56;
|
|
32351
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32352
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32353
|
-
font-size: 13px;
|
|
32354
|
-
}
|
|
32355
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32356
|
-
height: 30px;
|
|
32357
|
-
}
|
|
32358
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32359
|
-
height: 38px;
|
|
32360
|
-
font-size: 13px;
|
|
32361
|
-
}
|
|
32362
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32363
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32364
|
-
transition: 160ms ease;
|
|
32365
|
-
}
|
|
32366
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32367
|
-
color: #0080ff;
|
|
32368
|
-
}
|
|
32369
|
-
.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 {
|
|
32370
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32371
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32372
|
-
}
|
|
32373
|
-
.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 {
|
|
32374
|
-
color: #0080ff;
|
|
32375
|
-
}
|
|
32376
|
-
.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 {
|
|
32377
|
-
border-color: #0080ff;
|
|
32378
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32379
|
-
}
|
|
32380
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32381
|
-
transform: rotate(180deg);
|
|
32382
|
-
}
|
|
32383
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32384
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32385
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32386
|
-
cursor: "not-allowed";
|
|
32387
|
-
}
|
|
32388
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32389
|
-
border-color: #f0483e !important;
|
|
32390
|
-
}
|
|
32391
|
-
.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 {
|
|
32392
|
-
color: #1d326c;
|
|
32393
|
-
}
|
|
32394
|
-
.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 {
|
|
32395
|
-
border-color: #0080ff;
|
|
32396
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32397
|
-
}
|
|
32398
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32399
|
-
transform: rotate(180deg);
|
|
32400
|
-
}
|
|
32401
|
-
|
|
32402
32390
|
.s14dk8r1 {
|
|
32403
32391
|
margin: 0;
|
|
32404
32392
|
border-radius: 20px;
|
|
@@ -32473,57 +32461,69 @@ input.rrg1fkn.ant-input {
|
|
|
32473
32461
|
display: inline-block;
|
|
32474
32462
|
}
|
|
32475
32463
|
|
|
32476
|
-
.
|
|
32477
|
-
margin-right: 4px;
|
|
32478
|
-
}
|
|
32479
|
-
|
|
32480
|
-
.l4bld33 {
|
|
32481
|
-
width: 64px;
|
|
32482
|
-
height: 64px;
|
|
32464
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32483
32465
|
display: flex;
|
|
32484
|
-
align-items: center;
|
|
32485
|
-
justify-content: center;
|
|
32486
|
-
position: relative;
|
|
32487
|
-
opacity: 0.2;
|
|
32488
32466
|
}
|
|
32489
32467
|
|
|
32490
|
-
.
|
|
32491
|
-
|
|
32492
|
-
width: 5px;
|
|
32493
|
-
height: 48px;
|
|
32494
|
-
left: 9.33px;
|
|
32495
|
-
top: 40.5px;
|
|
32496
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32497
|
-
border-radius: 5px;
|
|
32498
|
-
transform: rotate(-128deg);
|
|
32499
|
-
transform-origin: top left;
|
|
32500
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32468
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32469
|
+
border-radius: 6px;
|
|
32501
32470
|
}
|
|
32502
|
-
|
|
32503
|
-
|
|
32504
|
-
|
|
32505
|
-
|
|
32506
|
-
|
|
32507
|
-
|
|
32508
|
-
|
|
32509
|
-
|
|
32510
|
-
|
|
32511
|
-
|
|
32512
|
-
|
|
32513
|
-
|
|
32471
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32472
|
+
width: 100%;
|
|
32473
|
+
color: #2d3a56;
|
|
32474
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32475
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32476
|
+
font-size: 13px;
|
|
32477
|
+
}
|
|
32478
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32479
|
+
height: 30px;
|
|
32480
|
+
}
|
|
32481
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32482
|
+
height: 38px;
|
|
32483
|
+
font-size: 13px;
|
|
32484
|
+
}
|
|
32485
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32486
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32487
|
+
transition: 160ms ease;
|
|
32488
|
+
}
|
|
32489
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32490
|
+
color: #0080ff;
|
|
32491
|
+
}
|
|
32492
|
+
.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 {
|
|
32493
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32494
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32495
|
+
}
|
|
32496
|
+
.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 {
|
|
32497
|
+
color: #0080ff;
|
|
32498
|
+
}
|
|
32499
|
+
.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 {
|
|
32500
|
+
border-color: #0080ff;
|
|
32501
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32502
|
+
}
|
|
32503
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32504
|
+
transform: rotate(180deg);
|
|
32505
|
+
}
|
|
32506
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32507
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32508
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32509
|
+
cursor: "not-allowed";
|
|
32510
|
+
}
|
|
32511
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32512
|
+
border-color: #f0483e !important;
|
|
32513
|
+
}
|
|
32514
|
+
.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 {
|
|
32515
|
+
color: #1d326c;
|
|
32516
|
+
}
|
|
32517
|
+
.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 {
|
|
32518
|
+
border-color: #0080ff;
|
|
32519
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32520
|
+
}
|
|
32521
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32522
|
+
transform: rotate(180deg);
|
|
32514
32523
|
}
|
|
32515
32524
|
|
|
32516
|
-
.
|
|
32517
|
-
|
|
32518
|
-
width: 5px;
|
|
32519
|
-
height: 48px;
|
|
32520
|
-
left: 52.9px;
|
|
32521
|
-
top: 51.8px;
|
|
32522
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32523
|
-
border-radius: 5px;
|
|
32524
|
-
transform: rotate(112deg);
|
|
32525
|
-
transform-origin: top left;
|
|
32526
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32525
|
+
.t19ustft .date {
|
|
32526
|
+
margin-right: 4px;
|
|
32527
32527
|
}
|
|
32528
32528
|
|
|
32529
32529
|
.s1uupxds {
|
|
@@ -32769,49 +32769,6 @@ input.rrg1fkn.ant-input {
|
|
|
32769
32769
|
margin-left: 8px;
|
|
32770
32770
|
}
|
|
32771
32771
|
|
|
32772
|
-
.skwah65 {
|
|
32773
|
-
height: 8px;
|
|
32774
|
-
box-sizing: border-box;
|
|
32775
|
-
border-radius: 2px;
|
|
32776
|
-
background: #f5f7fa;
|
|
32777
|
-
display: flex;
|
|
32778
|
-
width: 100%;
|
|
32779
|
-
overflow: hidden;
|
|
32780
|
-
}
|
|
32781
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32782
|
-
margin-left: 1px;
|
|
32783
|
-
}
|
|
32784
|
-
|
|
32785
|
-
.t1gz6wqf {
|
|
32786
|
-
height: 100%;
|
|
32787
|
-
}
|
|
32788
|
-
.t1gz6wqf .table-loading-item {
|
|
32789
|
-
padding: 12px 4px;
|
|
32790
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32791
|
-
display: flex;
|
|
32792
|
-
}
|
|
32793
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32794
|
-
height: 16px;
|
|
32795
|
-
margin: 4px;
|
|
32796
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32797
|
-
border-radius: 2px;
|
|
32798
|
-
}
|
|
32799
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32800
|
-
width: 16px;
|
|
32801
|
-
}
|
|
32802
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32803
|
-
flex: 1;
|
|
32804
|
-
}
|
|
32805
|
-
.t1gz6wqf :nth-child(1) {
|
|
32806
|
-
padding: 8px 4px;
|
|
32807
|
-
}
|
|
32808
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32809
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32810
|
-
}
|
|
32811
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32812
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32813
|
-
}
|
|
32814
|
-
|
|
32815
32772
|
.sq6vos1 {
|
|
32816
32773
|
--item-min-width: 60px;
|
|
32817
32774
|
}
|
|
@@ -32997,55 +32954,47 @@ input.rrg1fkn.ant-input {
|
|
|
32997
32954
|
justify-content: center;
|
|
32998
32955
|
}
|
|
32999
32956
|
|
|
33000
|
-
.
|
|
33001
|
-
|
|
33002
|
-
margin-bottom: 0 !important;
|
|
33003
|
-
flex-flow: nowrap !important;
|
|
33004
|
-
line-break: auto;
|
|
32957
|
+
.t1gz6wqf {
|
|
32958
|
+
height: 100%;
|
|
33005
32959
|
}
|
|
33006
|
-
.
|
|
33007
|
-
|
|
33008
|
-
|
|
32960
|
+
.t1gz6wqf .table-loading-item {
|
|
32961
|
+
padding: 12px 4px;
|
|
32962
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32963
|
+
display: flex;
|
|
33009
32964
|
}
|
|
33010
|
-
.
|
|
33011
|
-
|
|
33012
|
-
|
|
33013
|
-
|
|
33014
|
-
|
|
33015
|
-
white-space: normal;
|
|
32965
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32966
|
+
height: 16px;
|
|
32967
|
+
margin: 4px;
|
|
32968
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32969
|
+
border-radius: 2px;
|
|
33016
32970
|
}
|
|
33017
|
-
.
|
|
33018
|
-
|
|
32971
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32972
|
+
width: 16px;
|
|
33019
32973
|
}
|
|
33020
|
-
.
|
|
33021
|
-
|
|
33022
|
-
font-size: 12px;
|
|
33023
|
-
min-height: 0px;
|
|
32974
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32975
|
+
flex: 1;
|
|
33024
32976
|
}
|
|
33025
|
-
.
|
|
33026
|
-
|
|
33027
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33028
|
-
min-height: 0px;
|
|
32977
|
+
.t1gz6wqf :nth-child(1) {
|
|
32978
|
+
padding: 8px 4px;
|
|
33029
32979
|
}
|
|
33030
|
-
|
|
33031
|
-
.
|
|
33032
|
-
|
|
32980
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32981
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32982
|
+
}
|
|
32983
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32984
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33033
32985
|
}
|
|
33034
32986
|
|
|
33035
|
-
.
|
|
32987
|
+
.skwah65 {
|
|
32988
|
+
height: 8px;
|
|
32989
|
+
box-sizing: border-box;
|
|
32990
|
+
border-radius: 2px;
|
|
32991
|
+
background: #f5f7fa;
|
|
33036
32992
|
display: flex;
|
|
33037
|
-
|
|
32993
|
+
width: 100%;
|
|
32994
|
+
overflow: hidden;
|
|
33038
32995
|
}
|
|
33039
|
-
.
|
|
33040
|
-
|
|
33041
|
-
width: 24px;
|
|
33042
|
-
border-radius: 20px;
|
|
33043
|
-
color: #0080ff;
|
|
33044
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33045
|
-
display: flex;
|
|
33046
|
-
align-items: center;
|
|
33047
|
-
justify-content: center;
|
|
33048
|
-
margin-right: 6px;
|
|
32996
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32997
|
+
margin-left: 1px;
|
|
33049
32998
|
}
|
|
33050
32999
|
|
|
33051
33000
|
.c1udgdh2 {
|
|
@@ -33088,6 +33037,41 @@ input.rrg1fkn.ant-input {
|
|
|
33088
33037
|
margin-right: 2px;
|
|
33089
33038
|
}
|
|
33090
33039
|
|
|
33040
|
+
.f1p9ti6d {
|
|
33041
|
+
width: 100%;
|
|
33042
|
+
margin-bottom: 0 !important;
|
|
33043
|
+
flex-flow: nowrap !important;
|
|
33044
|
+
line-break: auto;
|
|
33045
|
+
}
|
|
33046
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33047
|
+
text-align: left !important;
|
|
33048
|
+
padding-bottom: 0 !important;
|
|
33049
|
+
}
|
|
33050
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33051
|
+
min-height: 32px;
|
|
33052
|
+
height: auto;
|
|
33053
|
+
font-size: 13px;
|
|
33054
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33055
|
+
white-space: normal;
|
|
33056
|
+
}
|
|
33057
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33058
|
+
border-color: #ff4d4f !important;
|
|
33059
|
+
}
|
|
33060
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33061
|
+
margin-top: 4px;
|
|
33062
|
+
font-size: 12px;
|
|
33063
|
+
min-height: 0px;
|
|
33064
|
+
}
|
|
33065
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33066
|
+
font-size: 12px;
|
|
33067
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33068
|
+
min-height: 0px;
|
|
33069
|
+
}
|
|
33070
|
+
|
|
33071
|
+
.c1k4vanq {
|
|
33072
|
+
padding: 0 12px 14px 12px;
|
|
33073
|
+
}
|
|
33074
|
+
|
|
33091
33075
|
.bab9xum {
|
|
33092
33076
|
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);
|
|
33093
33077
|
}
|
|
@@ -33105,6 +33089,22 @@ input.rrg1fkn.ant-input {
|
|
|
33105
33089
|
transform: translateY(-4px);
|
|
33106
33090
|
}
|
|
33107
33091
|
|
|
33092
|
+
.rrwcpby {
|
|
33093
|
+
display: flex;
|
|
33094
|
+
align-items: center;
|
|
33095
|
+
}
|
|
33096
|
+
.rrwcpby .order {
|
|
33097
|
+
height: 24px;
|
|
33098
|
+
width: 24px;
|
|
33099
|
+
border-radius: 20px;
|
|
33100
|
+
color: #0080ff;
|
|
33101
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33102
|
+
display: flex;
|
|
33103
|
+
align-items: center;
|
|
33104
|
+
justify-content: center;
|
|
33105
|
+
margin-right: 6px;
|
|
33106
|
+
}
|
|
33107
|
+
|
|
33108
33108
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33109
33109
|
display: var(--at4ovwe-0);
|
|
33110
33110
|
}
|
|
@@ -33155,41 +33155,6 @@ input.rrg1fkn.ant-input {
|
|
|
33155
33155
|
font-size: inherit;
|
|
33156
33156
|
}
|
|
33157
33157
|
|
|
33158
|
-
.w1xcixj5.outside-tag {
|
|
33159
|
-
padding-left: 0;
|
|
33160
|
-
}
|
|
33161
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33162
|
-
border-radius: 4px 0 0 4px;
|
|
33163
|
-
padding-right: 4px;
|
|
33164
|
-
margin-right: 4px;
|
|
33165
|
-
}
|
|
33166
|
-
|
|
33167
|
-
.sut42l0 {
|
|
33168
|
-
padding: 0 8px;
|
|
33169
|
-
height: 18px;
|
|
33170
|
-
}
|
|
33171
|
-
|
|
33172
|
-
.mfsz1jz {
|
|
33173
|
-
padding: 2px 8px;
|
|
33174
|
-
height: 24px;
|
|
33175
|
-
}
|
|
33176
|
-
|
|
33177
|
-
.tnd6h4m {
|
|
33178
|
-
margin: 0;
|
|
33179
|
-
}
|
|
33180
|
-
|
|
33181
|
-
.i1qw4clm {
|
|
33182
|
-
margin-right: 4px;
|
|
33183
|
-
height: 16px;
|
|
33184
|
-
}
|
|
33185
|
-
|
|
33186
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33187
|
-
font-weight: 700;
|
|
33188
|
-
color: #00122e;
|
|
33189
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33190
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33191
|
-
}
|
|
33192
|
-
|
|
33193
33158
|
.tc40oxa {
|
|
33194
33159
|
margin-bottom: 4px;
|
|
33195
33160
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33383,11 +33348,46 @@ input.rrg1fkn.ant-input {
|
|
|
33383
33348
|
margin-right: 8px;
|
|
33384
33349
|
}
|
|
33385
33350
|
|
|
33351
|
+
.sut42l0 {
|
|
33352
|
+
padding: 0 8px;
|
|
33353
|
+
height: 18px;
|
|
33354
|
+
}
|
|
33355
|
+
|
|
33356
|
+
.mfsz1jz {
|
|
33357
|
+
padding: 2px 8px;
|
|
33358
|
+
height: 24px;
|
|
33359
|
+
}
|
|
33360
|
+
|
|
33361
|
+
.tnd6h4m {
|
|
33362
|
+
margin: 0;
|
|
33363
|
+
}
|
|
33364
|
+
|
|
33365
|
+
.i1qw4clm {
|
|
33366
|
+
margin-right: 4px;
|
|
33367
|
+
height: 16px;
|
|
33368
|
+
}
|
|
33369
|
+
|
|
33370
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33371
|
+
font-weight: 700;
|
|
33372
|
+
color: #00122e;
|
|
33373
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33374
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33375
|
+
}
|
|
33376
|
+
|
|
33386
33377
|
.iwsze0q {
|
|
33387
33378
|
margin-right: 4px;
|
|
33388
33379
|
height: 16px;
|
|
33389
33380
|
}
|
|
33390
33381
|
|
|
33382
|
+
.w1xcixj5.outside-tag {
|
|
33383
|
+
padding-left: 0;
|
|
33384
|
+
}
|
|
33385
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33386
|
+
border-radius: 4px 0 0 4px;
|
|
33387
|
+
padding-right: 4px;
|
|
33388
|
+
margin-right: 4px;
|
|
33389
|
+
}
|
|
33390
|
+
|
|
33391
33391
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33392
33392
|
display: var(--a6dbbkm-0);
|
|
33393
33393
|
}
|