@cloudtower/eagle 0.29.4 → 0.29.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Table/TableSkeleton.js +63 -0
- package/dist/cjs/core/Table/index.js +12 -4
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1214 -1174
- package/dist/esm/core/Table/TableSkeleton.js +57 -0
- package/dist/esm/core/Table/index.js +14 -7
- package/dist/esm/index.js +1 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Table/TableSkeleton.d.ts +24 -0
- package/dist/src/core/Table/TableWidget.d.ts +4 -0
- package/dist/src/core/Table/index.d.ts +1 -0
- package/dist/src/core/Table/table.type.d.ts +2 -0
- package/dist/stories/docs/core/Table.stories.d.ts +4 -0
- package/dist/style.css +1009 -975
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29571,6 +29571,29 @@ html body {
|
|
|
29571
29571
|
margin-left: 1px;
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
+
.E_wg1tsps {
|
|
29575
|
+
display: flex;
|
|
29576
|
+
align-items: center;
|
|
29577
|
+
justify-content: flex-end;
|
|
29578
|
+
}
|
|
29579
|
+
|
|
29580
|
+
.E_b1ctd5xy {
|
|
29581
|
+
display: flex;
|
|
29582
|
+
align-items: center;
|
|
29583
|
+
width: calc(100% - 40px);
|
|
29584
|
+
}
|
|
29585
|
+
.E_b1ctd5xy .chart {
|
|
29586
|
+
display: inline-block;
|
|
29587
|
+
width: 100%;
|
|
29588
|
+
}
|
|
29589
|
+
|
|
29590
|
+
.E_u1p8acpn {
|
|
29591
|
+
min-width: 40px;
|
|
29592
|
+
}
|
|
29593
|
+
.E_u1p8acpn .unit {
|
|
29594
|
+
color: #00122e !important;
|
|
29595
|
+
}
|
|
29596
|
+
|
|
29574
29597
|
span.E_tqjc4ui {
|
|
29575
29598
|
margin: 0 2px;
|
|
29576
29599
|
}
|
|
@@ -29585,205 +29608,94 @@ span.E_tqjc4ui {
|
|
|
29585
29608
|
color: #0080ff;
|
|
29586
29609
|
}
|
|
29587
29610
|
|
|
29588
|
-
.
|
|
29589
|
-
|
|
29590
|
-
height: 246px;
|
|
29591
|
-
border-radius: 4px;
|
|
29592
|
-
}
|
|
29593
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
29594
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29595
|
-
width: 100%;
|
|
29596
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29597
|
-
border-top: none;
|
|
29598
|
-
}
|
|
29599
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29600
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29601
|
-
padding: 0 16px;
|
|
29611
|
+
.E_t1sqg15u {
|
|
29612
|
+
background: white;
|
|
29602
29613
|
}
|
|
29603
|
-
.
|
|
29604
|
-
|
|
29605
|
-
width: 100%;
|
|
29606
|
-
height: 180px;
|
|
29607
|
-
border-spacing: 0;
|
|
29614
|
+
.E_t1sqg15u.inline .table-row {
|
|
29615
|
+
flex-direction: column;
|
|
29608
29616
|
}
|
|
29609
|
-
.
|
|
29610
|
-
|
|
29611
|
-
margin-bottom: 8px;
|
|
29617
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29618
|
+
padding: 0 16px 7px 0;
|
|
29612
29619
|
}
|
|
29613
|
-
.
|
|
29614
|
-
|
|
29615
|
-
width: 22px;
|
|
29620
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29621
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29616
29622
|
}
|
|
29617
|
-
.
|
|
29618
|
-
|
|
29619
|
-
padding: 0;
|
|
29623
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29624
|
+
border-top: none !important;
|
|
29620
29625
|
}
|
|
29621
|
-
.
|
|
29622
|
-
|
|
29623
|
-
opacity: 0.4;
|
|
29626
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29627
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29624
29628
|
}
|
|
29625
|
-
.
|
|
29626
|
-
|
|
29627
|
-
opacity: 1;
|
|
29629
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29630
|
+
padding-bottom: 0;
|
|
29628
29631
|
}
|
|
29629
|
-
.
|
|
29630
|
-
|
|
29632
|
+
.E_t1sqg15u.align-right .content {
|
|
29633
|
+
text-align: right;
|
|
29631
29634
|
}
|
|
29632
|
-
.
|
|
29633
|
-
|
|
29635
|
+
.E_t1sqg15u .uuid-row {
|
|
29636
|
+
display: flex;
|
|
29637
|
+
justify-content: space-between;
|
|
29634
29638
|
}
|
|
29635
|
-
|
|
29636
|
-
|
|
29637
|
-
|
|
29638
|
-
|
|
29639
|
-
backdrop-filter: blur(10px);
|
|
29640
|
-
padding: 7px 10px;
|
|
29639
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29640
|
+
white-space: nowrap;
|
|
29641
|
+
overflow: hidden;
|
|
29642
|
+
text-overflow: ellipsis;
|
|
29641
29643
|
}
|
|
29642
29644
|
|
|
29643
|
-
.
|
|
29644
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29645
|
+
.E_t4zczcp {
|
|
29645
29646
|
display: flex;
|
|
29646
29647
|
justify-content: space-between;
|
|
29647
29648
|
align-items: center;
|
|
29648
|
-
padding: 8px
|
|
29649
|
+
padding: 8px;
|
|
29650
|
+
min-height: 32px;
|
|
29649
29651
|
}
|
|
29650
|
-
.
|
|
29651
|
-
|
|
29652
|
+
.E_t4zczcp .table-title {
|
|
29653
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29654
|
+
font-weight: 600;
|
|
29655
|
+
font-size: 12px;
|
|
29656
|
+
line-height: 8px;
|
|
29652
29657
|
}
|
|
29653
|
-
.
|
|
29654
|
-
|
|
29658
|
+
.E_t4zczcp .edit-icon {
|
|
29659
|
+
font-size: 16px;
|
|
29660
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29661
|
+
cursor: pointer;
|
|
29655
29662
|
}
|
|
29656
29663
|
|
|
29657
|
-
.
|
|
29658
|
-
|
|
29659
|
-
|
|
29660
|
-
.E_cxhf7dh .dots {
|
|
29661
|
-
display: flex;
|
|
29662
|
-
justify-content: center;
|
|
29663
|
-
}
|
|
29664
|
-
.E_cxhf7dh .dot {
|
|
29665
|
-
display: inline-block;
|
|
29666
|
-
width: 2px;
|
|
29667
|
-
height: 2px;
|
|
29668
|
-
border-radius: 1px;
|
|
29669
|
-
background: #0096ff;
|
|
29670
|
-
}
|
|
29671
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
29672
|
-
margin-right: 2px;
|
|
29673
|
-
}
|
|
29674
|
-
.E_cxhf7dh .bar {
|
|
29675
|
-
width: 9px;
|
|
29676
|
-
height: 2px;
|
|
29677
|
-
background: #0096ff;
|
|
29678
|
-
border-radius: 2px;
|
|
29664
|
+
.E_t1s7goww {
|
|
29665
|
+
font-size: 12px;
|
|
29666
|
+
line-height: 18px;
|
|
29679
29667
|
}
|
|
29680
29668
|
|
|
29681
|
-
.
|
|
29682
|
-
display: flex;
|
|
29683
|
-
align-items: center;
|
|
29684
|
-
justify-content: space-between;
|
|
29685
|
-
background: #edf0f7;
|
|
29686
|
-
padding: 8px 12px;
|
|
29687
|
-
position: sticky;
|
|
29688
|
-
top: 0;
|
|
29689
|
-
z-index: 1;
|
|
29690
|
-
margin-bottom: -52px;
|
|
29691
|
-
}
|
|
29692
|
-
.E_s1ebs0ra .select-total {
|
|
29669
|
+
.E_t93e4cf {
|
|
29693
29670
|
display: flex;
|
|
29694
|
-
|
|
29695
|
-
|
|
29696
|
-
flex-shrink: 0;
|
|
29671
|
+
padding: 8px 0;
|
|
29672
|
+
color: #2d3a56;
|
|
29697
29673
|
}
|
|
29698
|
-
.
|
|
29699
|
-
|
|
29700
|
-
margin-left: 8px;
|
|
29701
|
-
width: 32px;
|
|
29702
|
-
height: 32px;
|
|
29703
|
-
border-radius: 50%;
|
|
29704
|
-
justify-content: center;
|
|
29674
|
+
.E_t93e4cf .hidden {
|
|
29675
|
+
display: none;
|
|
29705
29676
|
}
|
|
29706
|
-
.
|
|
29707
|
-
|
|
29677
|
+
.E_t93e4cf .ant-btn-link {
|
|
29678
|
+
height: auto;
|
|
29708
29679
|
}
|
|
29709
|
-
.
|
|
29710
|
-
flex: 1;
|
|
29711
|
-
margin-left: 88px;
|
|
29712
|
-
white-space: nowrap;
|
|
29713
|
-
text-align: right;
|
|
29714
|
-
position: relative;
|
|
29715
|
-
padding: 4px 0;
|
|
29716
|
-
margin-top: -4px;
|
|
29680
|
+
.E_t93e4cf .content {
|
|
29717
29681
|
overflow: hidden;
|
|
29718
|
-
|
|
29719
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29720
|
-
transform: translateY(-4px);
|
|
29721
|
-
}
|
|
29722
|
-
.E_s1ebs0ra .action-group button {
|
|
29723
|
-
border: none;
|
|
29724
|
-
}
|
|
29725
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29726
|
-
margin-right: 8px;
|
|
29727
|
-
}
|
|
29728
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29729
|
-
margin-right: 4px;
|
|
29730
|
-
}
|
|
29731
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29732
|
-
cursor: pointer;
|
|
29733
|
-
width: 32px;
|
|
29734
|
-
height: 32px;
|
|
29735
|
-
justify-content: center;
|
|
29736
|
-
border-radius: 50%;
|
|
29737
|
-
}
|
|
29738
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29739
|
-
background: #fff;
|
|
29740
|
-
}
|
|
29741
|
-
|
|
29742
|
-
.E_c18bcrac {
|
|
29743
|
-
display: inline-block;
|
|
29682
|
+
overflow-x: auto;
|
|
29744
29683
|
width: 100%;
|
|
29684
|
+
white-space: pre-wrap;
|
|
29745
29685
|
}
|
|
29746
|
-
.
|
|
29747
|
-
|
|
29748
|
-
|
|
29749
|
-
|
|
29750
|
-
.E_cro7kg2 {
|
|
29751
|
-
padding: 4px;
|
|
29752
|
-
}
|
|
29753
|
-
|
|
29754
|
-
.E_c14wcxf0 {
|
|
29755
|
-
display: flex;
|
|
29756
|
-
justify-content: space-between;
|
|
29757
|
-
align-items: center;
|
|
29758
|
-
font-size: 13px;
|
|
29759
|
-
line-height: 24px;
|
|
29760
|
-
color: #cccccc;
|
|
29761
|
-
white-space: nowrap;
|
|
29762
|
-
}
|
|
29763
|
-
.E_c14wcxf0 label {
|
|
29764
|
-
margin-right: 32px;
|
|
29765
|
-
}
|
|
29766
|
-
|
|
29767
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29768
|
-
font-weight: bold;
|
|
29769
|
-
color: white;
|
|
29686
|
+
.E_t93e4cf .content .ant-btn {
|
|
29687
|
+
white-space: pre-wrap;
|
|
29688
|
+
text-align: left;
|
|
29770
29689
|
}
|
|
29771
|
-
|
|
29772
|
-
|
|
29773
|
-
width: 8px;
|
|
29774
|
-
height: 8px;
|
|
29775
|
-
border-radius: 2px;
|
|
29776
|
-
display: inline-block;
|
|
29777
|
-
background: var(--s11212zy-0);
|
|
29778
|
-
border: 1px solid #fff;
|
|
29779
|
-
box-sizing: content-box;
|
|
29780
|
-
margin-right: 6px;
|
|
29690
|
+
.E_t93e4cf .content .unit-chart {
|
|
29691
|
+
justify-content: flex-start;
|
|
29781
29692
|
}
|
|
29782
29693
|
|
|
29783
|
-
.
|
|
29784
|
-
|
|
29785
|
-
|
|
29786
|
-
|
|
29694
|
+
.E_rhz2uv5 {
|
|
29695
|
+
width: var(--rhz2uv5-0);
|
|
29696
|
+
flex-shrink: 0;
|
|
29697
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29698
|
+
padding-right: 12px;
|
|
29787
29699
|
}
|
|
29788
29700
|
|
|
29789
29701
|
.E_n12mqh7z {
|
|
@@ -29805,6 +29717,14 @@ span.E_tqjc4ui {
|
|
|
29805
29717
|
overflow: auto;
|
|
29806
29718
|
}
|
|
29807
29719
|
|
|
29720
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29721
|
+
display: flex;
|
|
29722
|
+
align-items: center;
|
|
29723
|
+
}
|
|
29724
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29725
|
+
margin-right: 8px;
|
|
29726
|
+
}
|
|
29727
|
+
|
|
29808
29728
|
.E_c1up1pdz {
|
|
29809
29729
|
width: 648px;
|
|
29810
29730
|
}
|
|
@@ -29945,141 +29865,113 @@ span.E_tqjc4ui {
|
|
|
29945
29865
|
color: #fff;
|
|
29946
29866
|
}
|
|
29947
29867
|
|
|
29948
|
-
.
|
|
29949
|
-
|
|
29950
|
-
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
.E_s1tui002 {
|
|
29954
|
-
white-space: nowrap;
|
|
29955
|
-
}
|
|
29956
|
-
|
|
29957
|
-
.E_mxrc2zg {
|
|
29958
|
-
display: -webkit-box;
|
|
29959
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29960
|
-
-webkit-box-orient: vertical;
|
|
29961
|
-
word-break: break-all;
|
|
29962
|
-
}
|
|
29963
|
-
|
|
29964
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
29965
|
-
display: flex;
|
|
29966
|
-
align-items: center;
|
|
29868
|
+
.E_clm1wy1 {
|
|
29869
|
+
width: 192px;
|
|
29870
|
+
height: 246px;
|
|
29871
|
+
border-radius: 4px;
|
|
29967
29872
|
}
|
|
29968
|
-
.
|
|
29969
|
-
|
|
29873
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29874
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29875
|
+
width: 100%;
|
|
29876
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29877
|
+
border-top: none;
|
|
29970
29878
|
}
|
|
29971
|
-
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29879
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29880
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29881
|
+
padding: 0 16px;
|
|
29974
29882
|
}
|
|
29975
|
-
.
|
|
29976
|
-
|
|
29883
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29884
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29885
|
+
width: 100%;
|
|
29886
|
+
height: 180px;
|
|
29887
|
+
border-spacing: 0;
|
|
29977
29888
|
}
|
|
29978
|
-
.
|
|
29979
|
-
|
|
29889
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29890
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29891
|
+
margin-bottom: 8px;
|
|
29980
29892
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29893
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29894
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29895
|
+
width: 22px;
|
|
29983
29896
|
}
|
|
29984
|
-
.
|
|
29985
|
-
|
|
29897
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29898
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29899
|
+
padding: 0;
|
|
29986
29900
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29901
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29902
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29903
|
+
opacity: 0.4;
|
|
29989
29904
|
}
|
|
29990
|
-
.
|
|
29991
|
-
|
|
29905
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29906
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29907
|
+
opacity: 1;
|
|
29992
29908
|
}
|
|
29993
|
-
.
|
|
29994
|
-
|
|
29909
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29910
|
+
color: #3e4652;
|
|
29995
29911
|
}
|
|
29996
|
-
.
|
|
29997
|
-
|
|
29998
|
-
justify-content: space-between;
|
|
29912
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29913
|
+
pointer-events: none;
|
|
29999
29914
|
}
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
|
|
29915
|
+
|
|
29916
|
+
.E_t1tsm00v {
|
|
29917
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29918
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29919
|
+
backdrop-filter: blur(10px);
|
|
29920
|
+
padding: 7px 10px;
|
|
30004
29921
|
}
|
|
30005
29922
|
|
|
30006
|
-
.
|
|
29923
|
+
.E_c167wnad {
|
|
29924
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30007
29925
|
display: flex;
|
|
30008
29926
|
justify-content: space-between;
|
|
30009
29927
|
align-items: center;
|
|
30010
|
-
padding: 8px;
|
|
30011
|
-
min-height: 32px;
|
|
30012
|
-
}
|
|
30013
|
-
.E_t4zczcp .table-title {
|
|
30014
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30015
|
-
font-weight: 600;
|
|
30016
|
-
font-size: 12px;
|
|
30017
|
-
line-height: 8px;
|
|
29928
|
+
padding: 8px 16px;
|
|
30018
29929
|
}
|
|
30019
|
-
.
|
|
30020
|
-
font-size: 16px;
|
|
30021
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29930
|
+
.E_c167wnad .anticon {
|
|
30022
29931
|
cursor: pointer;
|
|
30023
29932
|
}
|
|
30024
|
-
|
|
30025
|
-
|
|
30026
|
-
font-size: 12px;
|
|
30027
|
-
line-height: 18px;
|
|
29933
|
+
.E_c167wnad .anticon:hover {
|
|
29934
|
+
color: #0096ff;
|
|
30028
29935
|
}
|
|
30029
29936
|
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
padding: 8px 0;
|
|
30033
|
-
color: #2d3a56;
|
|
30034
|
-
}
|
|
30035
|
-
.E_t93e4cf .hidden {
|
|
30036
|
-
display: none;
|
|
30037
|
-
}
|
|
30038
|
-
.E_t93e4cf .ant-btn-link {
|
|
30039
|
-
height: auto;
|
|
29937
|
+
.E_cxhf7dh {
|
|
29938
|
+
text-align: center;
|
|
30040
29939
|
}
|
|
30041
|
-
.
|
|
30042
|
-
|
|
30043
|
-
|
|
30044
|
-
width: 100%;
|
|
30045
|
-
white-space: pre-wrap;
|
|
29940
|
+
.E_cxhf7dh .dots {
|
|
29941
|
+
display: flex;
|
|
29942
|
+
justify-content: center;
|
|
30046
29943
|
}
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30049
|
-
|
|
29944
|
+
.E_cxhf7dh .dot {
|
|
29945
|
+
display: inline-block;
|
|
29946
|
+
width: 2px;
|
|
29947
|
+
height: 2px;
|
|
29948
|
+
border-radius: 1px;
|
|
29949
|
+
background: #0096ff;
|
|
30050
29950
|
}
|
|
30051
|
-
.
|
|
30052
|
-
|
|
29951
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
29952
|
+
margin-right: 2px;
|
|
30053
29953
|
}
|
|
30054
|
-
|
|
30055
|
-
|
|
30056
|
-
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
padding-right: 12px;
|
|
29954
|
+
.E_cxhf7dh .bar {
|
|
29955
|
+
width: 9px;
|
|
29956
|
+
height: 2px;
|
|
29957
|
+
background: #0096ff;
|
|
29958
|
+
border-radius: 2px;
|
|
30060
29959
|
}
|
|
30061
29960
|
|
|
30062
|
-
.
|
|
30063
|
-
|
|
30064
|
-
|
|
30065
|
-
justify-content: flex-end;
|
|
29961
|
+
.E_ou7iq30 {
|
|
29962
|
+
overflow: hidden;
|
|
29963
|
+
text-overflow: ellipsis;
|
|
30066
29964
|
}
|
|
30067
29965
|
|
|
30068
|
-
.
|
|
30069
|
-
|
|
30070
|
-
align-items: center;
|
|
30071
|
-
width: calc(100% - 40px);
|
|
30072
|
-
}
|
|
30073
|
-
.E_b1ctd5xy .chart {
|
|
30074
|
-
display: inline-block;
|
|
30075
|
-
width: 100%;
|
|
29966
|
+
.E_s1tui002 {
|
|
29967
|
+
white-space: nowrap;
|
|
30076
29968
|
}
|
|
30077
29969
|
|
|
30078
|
-
.
|
|
30079
|
-
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
|
|
29970
|
+
.E_mxrc2zg {
|
|
29971
|
+
display: -webkit-box;
|
|
29972
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29973
|
+
-webkit-box-orient: vertical;
|
|
29974
|
+
word-break: break-all;
|
|
30083
29975
|
}
|
|
30084
29976
|
|
|
30085
29977
|
.E_t160l1cm {
|
|
@@ -30285,81 +30177,112 @@ span.E_tqjc4ui {
|
|
|
30285
30177
|
background: transparent;
|
|
30286
30178
|
}
|
|
30287
30179
|
|
|
30288
|
-
.
|
|
30289
|
-
padding: 4px 8px 0 8px;
|
|
30290
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30291
|
-
font-size: 12px;
|
|
30292
|
-
}
|
|
30293
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30294
|
-
padding-bottom: 6px;
|
|
30295
|
-
}
|
|
30296
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30297
|
-
padding-top: 4px;
|
|
30298
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30299
|
-
}
|
|
30300
|
-
|
|
30301
|
-
.E_m74vjol {
|
|
30180
|
+
.E_s1ebs0ra {
|
|
30302
30181
|
display: flex;
|
|
30182
|
+
align-items: center;
|
|
30303
30183
|
justify-content: space-between;
|
|
30304
|
-
|
|
30184
|
+
background: #edf0f7;
|
|
30185
|
+
padding: 8px 12px;
|
|
30186
|
+
position: sticky;
|
|
30187
|
+
top: 0;
|
|
30188
|
+
z-index: 1;
|
|
30189
|
+
margin-bottom: -52px;
|
|
30305
30190
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30191
|
+
.E_s1ebs0ra .select-total {
|
|
30192
|
+
display: flex;
|
|
30193
|
+
align-items: center;
|
|
30194
|
+
font-weight: 700;
|
|
30195
|
+
flex-shrink: 0;
|
|
30308
30196
|
}
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
|
|
30197
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30198
|
+
cursor: pointer;
|
|
30199
|
+
margin-left: 8px;
|
|
30200
|
+
width: 32px;
|
|
30201
|
+
height: 32px;
|
|
30202
|
+
border-radius: 50%;
|
|
30203
|
+
justify-content: center;
|
|
30312
30204
|
}
|
|
30313
|
-
|
|
30314
|
-
.
|
|
30315
|
-
padding: 4px 11px;
|
|
30205
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30206
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30316
30207
|
}
|
|
30317
|
-
|
|
30318
|
-
|
|
30208
|
+
.E_s1ebs0ra .action-group {
|
|
30209
|
+
flex: 1;
|
|
30210
|
+
margin-left: 88px;
|
|
30319
30211
|
white-space: nowrap;
|
|
30320
|
-
|
|
30212
|
+
text-align: right;
|
|
30213
|
+
position: relative;
|
|
30214
|
+
padding: 4px 0;
|
|
30215
|
+
margin-top: -4px;
|
|
30216
|
+
overflow: hidden;
|
|
30321
30217
|
}
|
|
30322
|
-
.
|
|
30323
|
-
|
|
30218
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30219
|
+
transform: translateY(-4px);
|
|
30324
30220
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30221
|
+
.E_s1ebs0ra .action-group button {
|
|
30222
|
+
border: none;
|
|
30327
30223
|
}
|
|
30328
|
-
.
|
|
30329
|
-
margin-
|
|
30224
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30225
|
+
margin-right: 8px;
|
|
30330
30226
|
}
|
|
30331
|
-
.
|
|
30332
|
-
|
|
30333
|
-
border-bottom-right-radius: 0;
|
|
30227
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30228
|
+
margin-right: 4px;
|
|
30334
30229
|
}
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30337
|
-
|
|
30230
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30231
|
+
cursor: pointer;
|
|
30232
|
+
width: 32px;
|
|
30233
|
+
height: 32px;
|
|
30234
|
+
justify-content: center;
|
|
30235
|
+
border-radius: 50%;
|
|
30338
30236
|
}
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30237
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30238
|
+
background: #fff;
|
|
30341
30239
|
}
|
|
30342
30240
|
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30241
|
+
.E_c18bcrac {
|
|
30242
|
+
display: inline-block;
|
|
30243
|
+
width: 100%;
|
|
30345
30244
|
}
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30348
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30349
|
-
font-weight: 700;
|
|
30350
|
-
line-height: 32px;
|
|
30245
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30246
|
+
margin-left: 4px;
|
|
30351
30247
|
}
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
|
|
30355
|
-
background: #fff;
|
|
30248
|
+
|
|
30249
|
+
.E_cro7kg2 {
|
|
30250
|
+
padding: 4px;
|
|
30356
30251
|
}
|
|
30357
|
-
|
|
30358
|
-
|
|
30359
|
-
|
|
30360
|
-
|
|
30361
|
-
|
|
30362
|
-
|
|
30252
|
+
|
|
30253
|
+
.E_c14wcxf0 {
|
|
30254
|
+
display: flex;
|
|
30255
|
+
justify-content: space-between;
|
|
30256
|
+
align-items: center;
|
|
30257
|
+
font-size: 13px;
|
|
30258
|
+
line-height: 24px;
|
|
30259
|
+
color: #cccccc;
|
|
30260
|
+
white-space: nowrap;
|
|
30261
|
+
}
|
|
30262
|
+
.E_c14wcxf0 label {
|
|
30263
|
+
margin-right: 32px;
|
|
30264
|
+
}
|
|
30265
|
+
|
|
30266
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30267
|
+
font-weight: bold;
|
|
30268
|
+
color: white;
|
|
30269
|
+
}
|
|
30270
|
+
|
|
30271
|
+
.E_s11212zy {
|
|
30272
|
+
width: 8px;
|
|
30273
|
+
height: 8px;
|
|
30274
|
+
border-radius: 2px;
|
|
30275
|
+
display: inline-block;
|
|
30276
|
+
background: var(--s11212zy-0);
|
|
30277
|
+
border: 1px solid #fff;
|
|
30278
|
+
box-sizing: content-box;
|
|
30279
|
+
margin-right: 6px;
|
|
30280
|
+
}
|
|
30281
|
+
|
|
30282
|
+
.E_p1lyky6c > :first-child {
|
|
30283
|
+
font-weight: bold;
|
|
30284
|
+
color: white;
|
|
30285
|
+
margin-right: 4px;
|
|
30363
30286
|
}
|
|
30364
30287
|
|
|
30365
30288
|
.E_c18gxmrl {
|
|
@@ -30382,6 +30305,19 @@ span.E_tqjc4ui {
|
|
|
30382
30305
|
padding: 8px 12px;
|
|
30383
30306
|
}
|
|
30384
30307
|
|
|
30308
|
+
.E_m74vjol {
|
|
30309
|
+
display: flex;
|
|
30310
|
+
justify-content: space-between;
|
|
30311
|
+
width: 100%;
|
|
30312
|
+
}
|
|
30313
|
+
.E_m74vjol .action {
|
|
30314
|
+
margin-left: 16px;
|
|
30315
|
+
}
|
|
30316
|
+
|
|
30317
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30318
|
+
width: 100%;
|
|
30319
|
+
}
|
|
30320
|
+
|
|
30385
30321
|
.E_berrcjl {
|
|
30386
30322
|
color: rgba(10, 37, 85, 0.6);
|
|
30387
30323
|
margin-bottom: 4px;
|
|
@@ -30611,45 +30547,142 @@ span.E_tqjc4ui {
|
|
|
30611
30547
|
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30612
30548
|
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30613
30549
|
}
|
|
30614
|
-
.E_b1wx3t3t.ant-btn-quiet {
|
|
30615
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
30616
|
-
--border-width: 0;
|
|
30617
|
-
--background-color: transparent;
|
|
30618
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30619
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30620
|
-
--background-color-focus: #fff;
|
|
30621
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30622
|
-
box-shadow: none;
|
|
30550
|
+
.E_b1wx3t3t.ant-btn-quiet {
|
|
30551
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30552
|
+
--border-width: 0;
|
|
30553
|
+
--background-color: transparent;
|
|
30554
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30555
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30556
|
+
--background-color-focus: #fff;
|
|
30557
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30558
|
+
box-shadow: none;
|
|
30559
|
+
}
|
|
30560
|
+
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
30561
|
+
--color: #f0483e;
|
|
30562
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30563
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30564
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30565
|
+
}
|
|
30566
|
+
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
30567
|
+
--color: #0080ff;
|
|
30568
|
+
--background-color: transparent;
|
|
30569
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30570
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30571
|
+
--background-color-focus: #fff;
|
|
30572
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30573
|
+
}
|
|
30574
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
30575
|
+
margin-right: 8px;
|
|
30576
|
+
display: inline-flex;
|
|
30577
|
+
}
|
|
30578
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
30579
|
+
margin-left: 8px;
|
|
30580
|
+
display: inline-flex;
|
|
30581
|
+
}
|
|
30582
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
30583
|
+
display: flex;
|
|
30584
|
+
justify-content: center;
|
|
30585
|
+
}
|
|
30586
|
+
|
|
30587
|
+
button.E_n7k2c6r {
|
|
30588
|
+
padding: 0;
|
|
30589
|
+
}
|
|
30590
|
+
|
|
30591
|
+
.E_b1nip9bk {
|
|
30592
|
+
padding: 4px 11px;
|
|
30593
|
+
}
|
|
30594
|
+
|
|
30595
|
+
.E_bqamoqe {
|
|
30596
|
+
white-space: nowrap;
|
|
30597
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30598
|
+
}
|
|
30599
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30600
|
+
--color: #0080ff;
|
|
30601
|
+
}
|
|
30602
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30603
|
+
--color: #0080ff;
|
|
30604
|
+
}
|
|
30605
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30606
|
+
margin-left: 1px;
|
|
30607
|
+
}
|
|
30608
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30609
|
+
border-top-right-radius: 0;
|
|
30610
|
+
border-bottom-right-radius: 0;
|
|
30611
|
+
}
|
|
30612
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30613
|
+
border-top-left-radius: 0;
|
|
30614
|
+
border-bottom-left-radius: 0;
|
|
30615
|
+
}
|
|
30616
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30617
|
+
border-radius: unset;
|
|
30618
|
+
}
|
|
30619
|
+
|
|
30620
|
+
.E_c1uzzomf {
|
|
30621
|
+
margin-bottom: 16px;
|
|
30622
|
+
}
|
|
30623
|
+
.E_c1uzzomf .card-title {
|
|
30624
|
+
font-size: 16px;
|
|
30625
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30626
|
+
font-weight: 700;
|
|
30627
|
+
line-height: 32px;
|
|
30628
|
+
}
|
|
30629
|
+
.E_c1uzzomf .card-body {
|
|
30630
|
+
padding: 24px;
|
|
30631
|
+
border-radius: 8px;
|
|
30632
|
+
background: #fff;
|
|
30633
|
+
}
|
|
30634
|
+
.E_c1uzzomf .empty {
|
|
30635
|
+
font-weight: 700;
|
|
30636
|
+
font-size: 14px;
|
|
30637
|
+
line-height: 22px;
|
|
30638
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30639
|
+
text-align: center;
|
|
30640
|
+
}
|
|
30641
|
+
|
|
30642
|
+
.E_c1yyuluq {
|
|
30643
|
+
border-radius: 8px;
|
|
30644
|
+
}
|
|
30645
|
+
.E_c1yyuluq .ant-card-body {
|
|
30646
|
+
padding: 20px 24px 24px 24px;
|
|
30647
|
+
}
|
|
30648
|
+
|
|
30649
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30650
|
+
border: 0px;
|
|
30651
|
+
background-color: #fff;
|
|
30623
30652
|
}
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
|
|
30627
|
-
|
|
30628
|
-
|
|
30653
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30654
|
+
padding-top: 0px;
|
|
30655
|
+
padding-bottom: 0px;
|
|
30656
|
+
padding-left: 0px !important;
|
|
30657
|
+
padding-right: 24px;
|
|
30629
30658
|
}
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30632
|
-
--background-color: transparent;
|
|
30633
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30634
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30635
|
-
--background-color-focus: #fff;
|
|
30636
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30659
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30660
|
+
right: 0px;
|
|
30637
30661
|
}
|
|
30638
|
-
.
|
|
30639
|
-
|
|
30640
|
-
display: inline-flex;
|
|
30662
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30663
|
+
padding: 0px;
|
|
30641
30664
|
}
|
|
30642
|
-
|
|
30643
|
-
|
|
30644
|
-
|
|
30665
|
+
|
|
30666
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30667
|
+
padding-right: 0px;
|
|
30668
|
+
cursor: default;
|
|
30645
30669
|
}
|
|
30646
|
-
|
|
30647
|
-
|
|
30648
|
-
|
|
30670
|
+
|
|
30671
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30672
|
+
line-height: 18px;
|
|
30649
30673
|
}
|
|
30650
30674
|
|
|
30651
|
-
|
|
30652
|
-
padding: 0;
|
|
30675
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30676
|
+
padding: 4px 8px 0 8px;
|
|
30677
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30678
|
+
font-size: 12px;
|
|
30679
|
+
}
|
|
30680
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30681
|
+
padding-bottom: 6px;
|
|
30682
|
+
}
|
|
30683
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30684
|
+
padding-top: 4px;
|
|
30685
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30653
30686
|
}
|
|
30654
30687
|
|
|
30655
30688
|
.E_d1bw7c5z {
|
|
@@ -30735,41 +30768,65 @@ button.E_n7k2c6r {
|
|
|
30735
30768
|
width: 102px;
|
|
30736
30769
|
}
|
|
30737
30770
|
|
|
30738
|
-
.
|
|
30739
|
-
|
|
30740
|
-
}
|
|
30741
|
-
.E_c1yyuluq .ant-card-body {
|
|
30742
|
-
padding: 20px 24px 24px 24px;
|
|
30771
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30772
|
+
display: flex;
|
|
30743
30773
|
}
|
|
30744
30774
|
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30747
|
-
|
|
30775
|
+
.E_phljevk {
|
|
30776
|
+
display: flex;
|
|
30777
|
+
justify-content: space-between;
|
|
30778
|
+
align-items: center;
|
|
30779
|
+
padding: 10px 0;
|
|
30780
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30781
|
+
font-size: 12px;
|
|
30782
|
+
line-height: 24px;
|
|
30748
30783
|
}
|
|
30749
|
-
.
|
|
30750
|
-
padding
|
|
30751
|
-
padding-bottom: 0px;
|
|
30752
|
-
padding-left: 0px !important;
|
|
30753
|
-
padding-right: 24px;
|
|
30784
|
+
.E_phljevk .pagination-left {
|
|
30785
|
+
padding: 2px 8px;
|
|
30754
30786
|
}
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30787
|
+
.E_phljevk .dropdown-trigger {
|
|
30788
|
+
display: flex;
|
|
30789
|
+
align-items: center;
|
|
30790
|
+
border-radius: 6px;
|
|
30791
|
+
cursor: pointer;
|
|
30792
|
+
transition: all 0.3s ease;
|
|
30757
30793
|
}
|
|
30758
|
-
.
|
|
30759
|
-
|
|
30794
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30795
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30796
|
+
color: #0080ff;
|
|
30760
30797
|
}
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
padding-right: 0px;
|
|
30764
|
-
cursor: default;
|
|
30798
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30799
|
+
margin-left: 4px;
|
|
30765
30800
|
}
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
|
|
30801
|
+
.E_phljevk .pagination-right {
|
|
30802
|
+
display: flex;
|
|
30803
|
+
align-items: center;
|
|
30804
|
+
color: #0080ff;
|
|
30805
|
+
font-weight: bold;
|
|
30806
|
+
}
|
|
30807
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30808
|
+
margin-left: 4px;
|
|
30809
|
+
}
|
|
30810
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30811
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30812
|
+
padding: 0 8px;
|
|
30813
|
+
}
|
|
30814
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30815
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30816
|
+
color: #0080ff;
|
|
30817
|
+
}
|
|
30818
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30819
|
+
transform: rotate(180deg);
|
|
30769
30820
|
}
|
|
30770
30821
|
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30822
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30823
|
+
max-height: calc(100vh - 128px);
|
|
30824
|
+
overflow-y: auto;
|
|
30825
|
+
}
|
|
30826
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30827
|
+
padding: 4px 20px;
|
|
30828
|
+
font-size: 12px;
|
|
30829
|
+
line-height: 18px;
|
|
30773
30830
|
}
|
|
30774
30831
|
|
|
30775
30832
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30897,139 +30954,25 @@ button.E_n7k2c6r {
|
|
|
30897
30954
|
width: 36px;
|
|
30898
30955
|
background: transparent;
|
|
30899
30956
|
}
|
|
30900
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30901
|
-
box-shadow: none;
|
|
30902
|
-
}
|
|
30903
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30904
|
-
margin-right: 0;
|
|
30905
|
-
width: initial;
|
|
30906
|
-
box-shadow: none;
|
|
30907
|
-
}
|
|
30908
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30909
|
-
display: none;
|
|
30910
|
-
}
|
|
30911
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30912
|
-
display: inline;
|
|
30913
|
-
}
|
|
30914
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30915
|
-
display: inline;
|
|
30916
|
-
margin-right: 8px;
|
|
30917
|
-
padding: 0;
|
|
30918
|
-
width: 36px;
|
|
30919
|
-
}
|
|
30920
|
-
|
|
30921
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30922
|
-
border-radius: 6px;
|
|
30923
|
-
}
|
|
30924
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
30925
|
-
width: 100%;
|
|
30926
|
-
color: #2d3a56;
|
|
30927
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
30928
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30929
|
-
font-size: 13px;
|
|
30930
|
-
}
|
|
30931
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30932
|
-
height: 30px;
|
|
30933
|
-
}
|
|
30934
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30935
|
-
height: 38px;
|
|
30936
|
-
font-size: 13px;
|
|
30937
|
-
}
|
|
30938
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30939
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30940
|
-
transition: 160ms ease;
|
|
30941
|
-
}
|
|
30942
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30943
|
-
color: #0080ff;
|
|
30944
|
-
}
|
|
30945
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
30946
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30947
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30948
|
-
}
|
|
30949
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30950
|
-
color: #0080ff;
|
|
30951
|
-
}
|
|
30952
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
30953
|
-
border-color: #0080ff;
|
|
30954
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30955
|
-
}
|
|
30956
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30957
|
-
transform: rotate(180deg);
|
|
30958
|
-
}
|
|
30959
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30960
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30961
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30962
|
-
cursor: "not-allowed";
|
|
30963
|
-
}
|
|
30964
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30965
|
-
border-color: #f0483e !important;
|
|
30966
|
-
}
|
|
30967
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30968
|
-
color: #1d326c;
|
|
30969
|
-
}
|
|
30970
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
30971
|
-
border-color: #0080ff;
|
|
30972
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30973
|
-
}
|
|
30974
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30975
|
-
transform: rotate(180deg);
|
|
30976
|
-
}
|
|
30977
|
-
|
|
30978
|
-
.E_phljevk {
|
|
30979
|
-
display: flex;
|
|
30980
|
-
justify-content: space-between;
|
|
30981
|
-
align-items: center;
|
|
30982
|
-
padding: 10px 0;
|
|
30983
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30984
|
-
font-size: 12px;
|
|
30985
|
-
line-height: 24px;
|
|
30986
|
-
}
|
|
30987
|
-
.E_phljevk .pagination-left {
|
|
30988
|
-
padding: 2px 8px;
|
|
30989
|
-
}
|
|
30990
|
-
.E_phljevk .dropdown-trigger {
|
|
30991
|
-
display: flex;
|
|
30992
|
-
align-items: center;
|
|
30993
|
-
border-radius: 6px;
|
|
30994
|
-
cursor: pointer;
|
|
30995
|
-
transition: all 0.3s ease;
|
|
30996
|
-
}
|
|
30997
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30998
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30999
|
-
color: #0080ff;
|
|
31000
|
-
}
|
|
31001
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31002
|
-
margin-left: 4px;
|
|
31003
|
-
}
|
|
31004
|
-
.E_phljevk .pagination-right {
|
|
31005
|
-
display: flex;
|
|
31006
|
-
align-items: center;
|
|
31007
|
-
color: #0080ff;
|
|
31008
|
-
font-weight: bold;
|
|
31009
|
-
}
|
|
31010
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31011
|
-
margin-left: 4px;
|
|
31012
|
-
}
|
|
31013
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31014
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31015
|
-
padding: 0 8px;
|
|
30957
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30958
|
+
box-shadow: none;
|
|
31016
30959
|
}
|
|
31017
|
-
.
|
|
31018
|
-
|
|
31019
|
-
|
|
30960
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30961
|
+
margin-right: 0;
|
|
30962
|
+
width: initial;
|
|
30963
|
+
box-shadow: none;
|
|
31020
30964
|
}
|
|
31021
|
-
.
|
|
31022
|
-
|
|
30965
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30966
|
+
display: none;
|
|
31023
30967
|
}
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
max-height: calc(100vh - 128px);
|
|
31027
|
-
overflow-y: auto;
|
|
30968
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30969
|
+
display: inline;
|
|
31028
30970
|
}
|
|
31029
|
-
.
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
|
|
30971
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30972
|
+
display: inline;
|
|
30973
|
+
margin-right: 8px;
|
|
30974
|
+
padding: 0;
|
|
30975
|
+
width: 36px;
|
|
31033
30976
|
}
|
|
31034
30977
|
|
|
31035
30978
|
.E_s1dizucg.ant-switch {
|
|
@@ -31097,12 +31040,101 @@ button.E_n7k2c6r {
|
|
|
31097
31040
|
color: rgba(44, 56, 82, 0.6);
|
|
31098
31041
|
}
|
|
31099
31042
|
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31043
|
+
.E_c1bus5hc {
|
|
31044
|
+
--color: white;
|
|
31045
|
+
height: 14px;
|
|
31046
|
+
width: 14px;
|
|
31047
|
+
border-radius: 50%;
|
|
31048
|
+
flex-shrink: 0;
|
|
31049
|
+
display: flex;
|
|
31050
|
+
align-items: center;
|
|
31051
|
+
justify-content: center;
|
|
31052
|
+
border: 1px solid var(--color);
|
|
31053
|
+
}
|
|
31054
|
+
.E_c1bus5hc .circle-inner {
|
|
31055
|
+
position: relative;
|
|
31056
|
+
height: 10px;
|
|
31057
|
+
width: 10px;
|
|
31058
|
+
border-radius: 50%;
|
|
31059
|
+
overflow: hidden;
|
|
31060
|
+
}
|
|
31061
|
+
.E_c1bus5hc .circle-content {
|
|
31062
|
+
position: absolute;
|
|
31063
|
+
height: 100%;
|
|
31064
|
+
width: 100%;
|
|
31065
|
+
left: 0;
|
|
31066
|
+
top: 0;
|
|
31067
|
+
border-radius: 50%;
|
|
31068
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31069
|
+
transform: rotate(180deg);
|
|
31070
|
+
}
|
|
31071
|
+
.E_c1bus5hc .circle-child {
|
|
31072
|
+
position: absolute;
|
|
31073
|
+
height: 100%;
|
|
31074
|
+
width: 100%;
|
|
31075
|
+
left: 0;
|
|
31076
|
+
top: 0;
|
|
31077
|
+
margin-left: 50%;
|
|
31078
|
+
transform-origin: left;
|
|
31079
|
+
background: white;
|
|
31080
|
+
transform: rotate(0deg);
|
|
31102
31081
|
}
|
|
31103
31082
|
|
|
31104
|
-
.
|
|
31105
|
-
|
|
31083
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31084
|
+
border-radius: 6px;
|
|
31085
|
+
}
|
|
31086
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31087
|
+
width: 100%;
|
|
31088
|
+
color: #2d3a56;
|
|
31089
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31090
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31091
|
+
font-size: 13px;
|
|
31092
|
+
}
|
|
31093
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31094
|
+
height: 30px;
|
|
31095
|
+
}
|
|
31096
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31097
|
+
height: 38px;
|
|
31098
|
+
font-size: 13px;
|
|
31099
|
+
}
|
|
31100
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31101
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31102
|
+
transition: 160ms ease;
|
|
31103
|
+
}
|
|
31104
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31105
|
+
color: #0080ff;
|
|
31106
|
+
}
|
|
31107
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31108
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31109
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31110
|
+
}
|
|
31111
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31112
|
+
color: #0080ff;
|
|
31113
|
+
}
|
|
31114
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31115
|
+
border-color: #0080ff;
|
|
31116
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31117
|
+
}
|
|
31118
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31119
|
+
transform: rotate(180deg);
|
|
31120
|
+
}
|
|
31121
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31122
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31123
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31124
|
+
cursor: "not-allowed";
|
|
31125
|
+
}
|
|
31126
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31127
|
+
border-color: #f0483e !important;
|
|
31128
|
+
}
|
|
31129
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31130
|
+
color: #1d326c;
|
|
31131
|
+
}
|
|
31132
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31133
|
+
border-color: #0080ff;
|
|
31134
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31135
|
+
}
|
|
31136
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31137
|
+
transform: rotate(180deg);
|
|
31106
31138
|
}
|
|
31107
31139
|
|
|
31108
31140
|
.E_s1dni7lo {
|
|
@@ -31186,6 +31218,18 @@ button.E_n7k2c6r {
|
|
|
31186
31218
|
opacity: 0;
|
|
31187
31219
|
}
|
|
31188
31220
|
|
|
31221
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31222
|
+
display: none;
|
|
31223
|
+
}
|
|
31224
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31225
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31226
|
+
border-radius: 4px;
|
|
31227
|
+
}
|
|
31228
|
+
|
|
31229
|
+
.E_tju3gfj .date {
|
|
31230
|
+
margin-right: 4px;
|
|
31231
|
+
}
|
|
31232
|
+
|
|
31189
31233
|
.E_s1sck0th {
|
|
31190
31234
|
padding: 0 8px;
|
|
31191
31235
|
border-radius: 4px;
|
|
@@ -31268,52 +31312,23 @@ button.E_n7k2c6r {
|
|
|
31268
31312
|
background-color: #7E41FF;
|
|
31269
31313
|
}
|
|
31270
31314
|
|
|
31271
|
-
.
|
|
31272
|
-
display:
|
|
31273
|
-
}
|
|
31274
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31275
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31276
|
-
border-radius: 4px;
|
|
31315
|
+
.E_iq1gosr {
|
|
31316
|
+
display: inline-block;
|
|
31277
31317
|
}
|
|
31278
31318
|
|
|
31279
|
-
.
|
|
31280
|
-
|
|
31281
|
-
height:
|
|
31282
|
-
|
|
31283
|
-
border-radius: 50%;
|
|
31284
|
-
flex-shrink: 0;
|
|
31319
|
+
.E_fzh9mnb {
|
|
31320
|
+
width: 100%;
|
|
31321
|
+
height: 100%;
|
|
31322
|
+
min-height: 124px;
|
|
31285
31323
|
display: flex;
|
|
31286
|
-
|
|
31324
|
+
flex-direction: column;
|
|
31287
31325
|
justify-content: center;
|
|
31288
|
-
|
|
31289
|
-
}
|
|
31290
|
-
.E_c1bus5hc .circle-inner {
|
|
31291
|
-
position: relative;
|
|
31292
|
-
height: 10px;
|
|
31293
|
-
width: 10px;
|
|
31294
|
-
border-radius: 50%;
|
|
31295
|
-
overflow: hidden;
|
|
31296
|
-
}
|
|
31297
|
-
.E_c1bus5hc .circle-content {
|
|
31298
|
-
position: absolute;
|
|
31299
|
-
height: 100%;
|
|
31300
|
-
width: 100%;
|
|
31301
|
-
left: 0;
|
|
31302
|
-
top: 0;
|
|
31303
|
-
border-radius: 50%;
|
|
31304
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31305
|
-
transform: rotate(180deg);
|
|
31326
|
+
align-items: center;
|
|
31306
31327
|
}
|
|
31307
|
-
.
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
left: 0;
|
|
31312
|
-
top: 0;
|
|
31313
|
-
margin-left: 50%;
|
|
31314
|
-
transform-origin: left;
|
|
31315
|
-
background: white;
|
|
31316
|
-
transform: rotate(0deg);
|
|
31328
|
+
.E_fzh9mnb .error-text {
|
|
31329
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31330
|
+
margin-bottom: 16px;
|
|
31331
|
+
font-size: 18px;
|
|
31317
31332
|
}
|
|
31318
31333
|
|
|
31319
31334
|
.E_f7pxqmh {
|
|
@@ -31410,48 +31425,6 @@ button.E_n7k2c6r {
|
|
|
31410
31425
|
padding: 2px 8px;
|
|
31411
31426
|
}
|
|
31412
31427
|
|
|
31413
|
-
.E_fzh9mnb {
|
|
31414
|
-
width: 100%;
|
|
31415
|
-
height: 100%;
|
|
31416
|
-
min-height: 124px;
|
|
31417
|
-
display: flex;
|
|
31418
|
-
flex-direction: column;
|
|
31419
|
-
justify-content: center;
|
|
31420
|
-
align-items: center;
|
|
31421
|
-
}
|
|
31422
|
-
.E_fzh9mnb .error-text {
|
|
31423
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31424
|
-
margin-bottom: 16px;
|
|
31425
|
-
font-size: 18px;
|
|
31426
|
-
}
|
|
31427
|
-
|
|
31428
|
-
.E_iouxfgt {
|
|
31429
|
-
display: inline-flex;
|
|
31430
|
-
align-items: center;
|
|
31431
|
-
}
|
|
31432
|
-
.E_iouxfgt .icon-inner {
|
|
31433
|
-
display: inline-flex;
|
|
31434
|
-
align-items: center;
|
|
31435
|
-
justify-content: center;
|
|
31436
|
-
}
|
|
31437
|
-
.E_iouxfgt .icon-inner + span,
|
|
31438
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31439
|
-
margin-left: 4px;
|
|
31440
|
-
}
|
|
31441
|
-
.E_iouxfgt.is-rotate img,
|
|
31442
|
-
.E_iouxfgt.is-rotate svg {
|
|
31443
|
-
animation: rotate 680ms linear infinite;
|
|
31444
|
-
}
|
|
31445
|
-
|
|
31446
|
-
.E_owd0kml {
|
|
31447
|
-
display: inline-block;
|
|
31448
|
-
}
|
|
31449
|
-
|
|
31450
|
-
.E_h1jsgezc {
|
|
31451
|
-
visibility: hidden;
|
|
31452
|
-
position: absolute;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
31428
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31456
31429
|
display: var(--a1wfy30z-0);
|
|
31457
31430
|
}
|
|
@@ -31483,11 +31456,13 @@ button.E_n7k2c6r {
|
|
|
31483
31456
|
font-size: inherit;
|
|
31484
31457
|
}
|
|
31485
31458
|
|
|
31486
|
-
.
|
|
31487
|
-
|
|
31459
|
+
.E_owd0kml {
|
|
31460
|
+
display: inline-block;
|
|
31488
31461
|
}
|
|
31489
|
-
|
|
31490
|
-
|
|
31462
|
+
|
|
31463
|
+
.E_h1jsgezc {
|
|
31464
|
+
visibility: hidden;
|
|
31465
|
+
position: absolute;
|
|
31491
31466
|
}
|
|
31492
31467
|
|
|
31493
31468
|
.E_i1inqkme {
|
|
@@ -31503,6 +31478,31 @@ button.E_n7k2c6r {
|
|
|
31503
31478
|
margin-right: 4px;
|
|
31504
31479
|
}
|
|
31505
31480
|
|
|
31481
|
+
.E_iouxfgt {
|
|
31482
|
+
display: inline-flex;
|
|
31483
|
+
align-items: center;
|
|
31484
|
+
}
|
|
31485
|
+
.E_iouxfgt .icon-inner {
|
|
31486
|
+
display: inline-flex;
|
|
31487
|
+
align-items: center;
|
|
31488
|
+
justify-content: center;
|
|
31489
|
+
}
|
|
31490
|
+
.E_iouxfgt .icon-inner + span,
|
|
31491
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31492
|
+
margin-left: 4px;
|
|
31493
|
+
}
|
|
31494
|
+
.E_iouxfgt.is-rotate img,
|
|
31495
|
+
.E_iouxfgt.is-rotate svg {
|
|
31496
|
+
animation: rotate 680ms linear infinite;
|
|
31497
|
+
}
|
|
31498
|
+
|
|
31499
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31500
|
+
margin-left: 8px;
|
|
31501
|
+
}
|
|
31502
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31503
|
+
padding: 2px 7px 2px 12px;
|
|
31504
|
+
}
|
|
31505
|
+
|
|
31506
31506
|
.E_cnujxq2 {
|
|
31507
31507
|
display: flex;
|
|
31508
31508
|
flex-direction: column;
|
|
@@ -32188,46 +32188,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32188
32188
|
margin: 4px 0;
|
|
32189
32189
|
}
|
|
32190
32190
|
|
|
32191
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32192
|
-
display: inline-flex;
|
|
32193
|
-
align-items: center;
|
|
32194
|
-
justify-content: center;
|
|
32195
|
-
color: #fff;
|
|
32196
|
-
font-weight: bold;
|
|
32197
|
-
font-size: 12px;
|
|
32198
|
-
width: 24px;
|
|
32199
|
-
height: 24px;
|
|
32200
|
-
border-radius: 50%;
|
|
32201
|
-
background: var(--a1b5xrg3-0);
|
|
32202
|
-
}
|
|
32203
|
-
.E_a1b5xrg3.btn-item {
|
|
32204
|
-
transition: all 160ms ease;
|
|
32205
|
-
cursor: pointer;
|
|
32206
|
-
width: 56px;
|
|
32207
|
-
height: 40px;
|
|
32208
|
-
display: inline-flex;
|
|
32209
|
-
align-items: center;
|
|
32210
|
-
justify-content: center;
|
|
32211
|
-
border-radius: 6px;
|
|
32212
|
-
}
|
|
32213
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32214
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32215
|
-
}
|
|
32216
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32217
|
-
transform: translateY(2px);
|
|
32218
|
-
transition: all 320ms ease;
|
|
32219
|
-
}
|
|
32220
|
-
|
|
32221
|
-
.E_h1ol2wl7 {
|
|
32222
|
-
font-weight: bold;
|
|
32223
|
-
background-color: unset;
|
|
32224
|
-
padding: unset;
|
|
32225
|
-
}
|
|
32226
|
-
|
|
32227
|
-
.E_m196gn1d {
|
|
32228
|
-
min-width: 1280px;
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
32191
|
.E_dsnbhzf {
|
|
32232
32192
|
font-family: Inter;
|
|
32233
32193
|
font-style: normal;
|
|
@@ -32703,6 +32663,46 @@ input.E_rf8rlle.ant-input {
|
|
|
32703
32663
|
line-height: 12px;
|
|
32704
32664
|
}
|
|
32705
32665
|
|
|
32666
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32667
|
+
display: inline-flex;
|
|
32668
|
+
align-items: center;
|
|
32669
|
+
justify-content: center;
|
|
32670
|
+
color: #fff;
|
|
32671
|
+
font-weight: bold;
|
|
32672
|
+
font-size: 12px;
|
|
32673
|
+
width: 24px;
|
|
32674
|
+
height: 24px;
|
|
32675
|
+
border-radius: 50%;
|
|
32676
|
+
background: var(--a1b5xrg3-0);
|
|
32677
|
+
}
|
|
32678
|
+
.E_a1b5xrg3.btn-item {
|
|
32679
|
+
transition: all 160ms ease;
|
|
32680
|
+
cursor: pointer;
|
|
32681
|
+
width: 56px;
|
|
32682
|
+
height: 40px;
|
|
32683
|
+
display: inline-flex;
|
|
32684
|
+
align-items: center;
|
|
32685
|
+
justify-content: center;
|
|
32686
|
+
border-radius: 6px;
|
|
32687
|
+
}
|
|
32688
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32689
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32690
|
+
}
|
|
32691
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32692
|
+
transform: translateY(2px);
|
|
32693
|
+
transition: all 320ms ease;
|
|
32694
|
+
}
|
|
32695
|
+
|
|
32696
|
+
.E_m196gn1d {
|
|
32697
|
+
min-width: 1280px;
|
|
32698
|
+
}
|
|
32699
|
+
|
|
32700
|
+
.E_h1ol2wl7 {
|
|
32701
|
+
font-weight: bold;
|
|
32702
|
+
background-color: unset;
|
|
32703
|
+
padding: unset;
|
|
32704
|
+
}
|
|
32705
|
+
|
|
32706
32706
|
.E_suhck3k {
|
|
32707
32707
|
height: 24px;
|
|
32708
32708
|
width: 24px;
|
|
@@ -33679,6 +33679,84 @@ input.E_rf8rlle.ant-input {
|
|
|
33679
33679
|
background-color: transparent;
|
|
33680
33680
|
}
|
|
33681
33681
|
|
|
33682
|
+
.E_c1yd35n {
|
|
33683
|
+
padding: 0 12px 14px 12px;
|
|
33684
|
+
}
|
|
33685
|
+
|
|
33686
|
+
.E_c1kghdax {
|
|
33687
|
+
color: #2d3a56;
|
|
33688
|
+
padding: 7px 12px;
|
|
33689
|
+
display: flex;
|
|
33690
|
+
justify-content: space-between;
|
|
33691
|
+
align-items: center;
|
|
33692
|
+
}
|
|
33693
|
+
.E_c1kghdax.has-arrow {
|
|
33694
|
+
padding-left: 10px;
|
|
33695
|
+
}
|
|
33696
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33697
|
+
cursor: pointer;
|
|
33698
|
+
color: #00122e;
|
|
33699
|
+
}
|
|
33700
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33701
|
+
color: #2d3a56;
|
|
33702
|
+
font-weight: 600;
|
|
33703
|
+
}
|
|
33704
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33705
|
+
transform: rotate(90deg);
|
|
33706
|
+
}
|
|
33707
|
+
.E_c1kghdax .sub-info {
|
|
33708
|
+
font-size: 12px;
|
|
33709
|
+
line-height: 18px;
|
|
33710
|
+
}
|
|
33711
|
+
.E_c1kghdax .title-wrapper {
|
|
33712
|
+
display: flex;
|
|
33713
|
+
align-items: center;
|
|
33714
|
+
user-select: none;
|
|
33715
|
+
flex-grow: 1;
|
|
33716
|
+
font-size: 12px;
|
|
33717
|
+
line-height: 18px;
|
|
33718
|
+
color: #2d3a56;
|
|
33719
|
+
font-weight: 700;
|
|
33720
|
+
}
|
|
33721
|
+
.E_c1kghdax .collapse-arrow {
|
|
33722
|
+
transition: all 50ms ease-out 0ms;
|
|
33723
|
+
margin-right: 2px;
|
|
33724
|
+
}
|
|
33725
|
+
|
|
33726
|
+
.E_b14q2gmw {
|
|
33727
|
+
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);
|
|
33728
|
+
}
|
|
33729
|
+
|
|
33730
|
+
.E_c1eym6el {
|
|
33731
|
+
border-radius: 8px;
|
|
33732
|
+
background-color: white;
|
|
33733
|
+
}
|
|
33734
|
+
.E_c1eym6el.hoverable {
|
|
33735
|
+
cursor: pointer;
|
|
33736
|
+
}
|
|
33737
|
+
.E_c1eym6el.hoverable:hover {
|
|
33738
|
+
transition: all 200ms ease;
|
|
33739
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33740
|
+
transform: translateY(-4px);
|
|
33741
|
+
}
|
|
33742
|
+
|
|
33743
|
+
.E_r77hffu {
|
|
33744
|
+
display: flex;
|
|
33745
|
+
align-items: center;
|
|
33746
|
+
justify-content: space-between;
|
|
33747
|
+
column-gap: 6px;
|
|
33748
|
+
}
|
|
33749
|
+
|
|
33750
|
+
.E_p1cmxsf7 {
|
|
33751
|
+
display: flex;
|
|
33752
|
+
flex-direction: column;
|
|
33753
|
+
justify-content: center;
|
|
33754
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33755
|
+
}
|
|
33756
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33757
|
+
font-size: 0;
|
|
33758
|
+
}
|
|
33759
|
+
|
|
33682
33760
|
.E_ckui4s7 {
|
|
33683
33761
|
color: #2d3a56;
|
|
33684
33762
|
line-height: 22px;
|
|
@@ -33743,67 +33821,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33743
33821
|
margin-left: 24px;
|
|
33744
33822
|
}
|
|
33745
33823
|
|
|
33746
|
-
.E_c1yd35n {
|
|
33747
|
-
padding: 0 12px 14px 12px;
|
|
33748
|
-
}
|
|
33749
|
-
|
|
33750
|
-
.E_c1kghdax {
|
|
33751
|
-
color: #2d3a56;
|
|
33752
|
-
padding: 7px 12px;
|
|
33753
|
-
display: flex;
|
|
33754
|
-
justify-content: space-between;
|
|
33755
|
-
align-items: center;
|
|
33756
|
-
}
|
|
33757
|
-
.E_c1kghdax.has-arrow {
|
|
33758
|
-
padding-left: 10px;
|
|
33759
|
-
}
|
|
33760
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33761
|
-
cursor: pointer;
|
|
33762
|
-
color: #00122e;
|
|
33763
|
-
}
|
|
33764
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33765
|
-
color: #2d3a56;
|
|
33766
|
-
font-weight: 600;
|
|
33767
|
-
}
|
|
33768
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33769
|
-
transform: rotate(90deg);
|
|
33770
|
-
}
|
|
33771
|
-
.E_c1kghdax .sub-info {
|
|
33772
|
-
font-size: 12px;
|
|
33773
|
-
line-height: 18px;
|
|
33774
|
-
}
|
|
33775
|
-
.E_c1kghdax .title-wrapper {
|
|
33776
|
-
display: flex;
|
|
33777
|
-
align-items: center;
|
|
33778
|
-
user-select: none;
|
|
33779
|
-
flex-grow: 1;
|
|
33780
|
-
font-size: 12px;
|
|
33781
|
-
line-height: 18px;
|
|
33782
|
-
color: #2d3a56;
|
|
33783
|
-
font-weight: 700;
|
|
33784
|
-
}
|
|
33785
|
-
.E_c1kghdax .collapse-arrow {
|
|
33786
|
-
transition: all 50ms ease-out 0ms;
|
|
33787
|
-
margin-right: 2px;
|
|
33788
|
-
}
|
|
33789
|
-
|
|
33790
|
-
.E_b14q2gmw {
|
|
33791
|
-
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);
|
|
33792
|
-
}
|
|
33793
|
-
|
|
33794
|
-
.E_c1eym6el {
|
|
33795
|
-
border-radius: 8px;
|
|
33796
|
-
background-color: white;
|
|
33797
|
-
}
|
|
33798
|
-
.E_c1eym6el.hoverable {
|
|
33799
|
-
cursor: pointer;
|
|
33800
|
-
}
|
|
33801
|
-
.E_c1eym6el.hoverable:hover {
|
|
33802
|
-
transition: all 200ms ease;
|
|
33803
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33804
|
-
transform: translateY(-4px);
|
|
33805
|
-
}
|
|
33806
|
-
|
|
33807
33824
|
.E_lht19u8 {
|
|
33808
33825
|
width: 64px;
|
|
33809
33826
|
height: 64px;
|
|
@@ -33842,32 +33859,15 @@ input.E_rf8rlle.ant-input {
|
|
|
33842
33859
|
|
|
33843
33860
|
.E_l17lbdo6 {
|
|
33844
33861
|
position: absolute;
|
|
33845
|
-
width: 5px;
|
|
33846
|
-
height: 48px;
|
|
33847
|
-
left: 52.9px;
|
|
33848
|
-
top: 51.8px;
|
|
33849
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33850
|
-
border-radius: 5px;
|
|
33851
|
-
transform: rotate(112deg);
|
|
33852
|
-
transform-origin: top left;
|
|
33853
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33854
|
-
}
|
|
33855
|
-
|
|
33856
|
-
.E_r77hffu {
|
|
33857
|
-
display: flex;
|
|
33858
|
-
align-items: center;
|
|
33859
|
-
justify-content: space-between;
|
|
33860
|
-
column-gap: 6px;
|
|
33861
|
-
}
|
|
33862
|
-
|
|
33863
|
-
.E_p1cmxsf7 {
|
|
33864
|
-
display: flex;
|
|
33865
|
-
flex-direction: column;
|
|
33866
|
-
justify-content: center;
|
|
33867
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33868
|
-
}
|
|
33869
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33870
|
-
font-size: 0;
|
|
33862
|
+
width: 5px;
|
|
33863
|
+
height: 48px;
|
|
33864
|
+
left: 52.9px;
|
|
33865
|
+
top: 51.8px;
|
|
33866
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33867
|
+
border-radius: 5px;
|
|
33868
|
+
transform: rotate(112deg);
|
|
33869
|
+
transform-origin: top left;
|
|
33870
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33871
33871
|
}
|
|
33872
33872
|
|
|
33873
33873
|
.E_w7ob4th.outside-tag {
|
|
@@ -33908,6 +33908,199 @@ input.E_rf8rlle.ant-input {
|
|
|
33908
33908
|
white-space: normal;
|
|
33909
33909
|
}
|
|
33910
33910
|
|
|
33911
|
+
.E_t1dtlqs1 {
|
|
33912
|
+
margin-bottom: 4px;
|
|
33913
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33914
|
+
overflow: hidden;
|
|
33915
|
+
text-overflow: ellipsis;
|
|
33916
|
+
white-space: nowrap;
|
|
33917
|
+
}
|
|
33918
|
+
|
|
33919
|
+
.E_s1ese5oy {
|
|
33920
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33921
|
+
line-height: 32px;
|
|
33922
|
+
height: 32px;
|
|
33923
|
+
margin-bottom: 0;
|
|
33924
|
+
}
|
|
33925
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33926
|
+
color: #0080ff;
|
|
33927
|
+
}
|
|
33928
|
+
.E_s1ese5oy.warning {
|
|
33929
|
+
color: #ffa500;
|
|
33930
|
+
}
|
|
33931
|
+
.E_s1ese5oy.success {
|
|
33932
|
+
color: #00ba5d;
|
|
33933
|
+
}
|
|
33934
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33935
|
+
color: #f0483e;
|
|
33936
|
+
}
|
|
33937
|
+
.E_s1ese5oy.normal {
|
|
33938
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33939
|
+
}
|
|
33940
|
+
|
|
33941
|
+
.E_b1ibis43 {
|
|
33942
|
+
margin-bottom: 0;
|
|
33943
|
+
color: #00122e;
|
|
33944
|
+
}
|
|
33945
|
+
|
|
33946
|
+
.E_b11xxjd2 {
|
|
33947
|
+
line-height: 32px;
|
|
33948
|
+
margin-right: 6px;
|
|
33949
|
+
}
|
|
33950
|
+
|
|
33951
|
+
.E_bsub5bw.with-description {
|
|
33952
|
+
height: 24px;
|
|
33953
|
+
flex: 1;
|
|
33954
|
+
position: relative;
|
|
33955
|
+
top: -7px;
|
|
33956
|
+
}
|
|
33957
|
+
.E_bsub5bw p {
|
|
33958
|
+
width: 100%;
|
|
33959
|
+
overflow: hidden;
|
|
33960
|
+
text-overflow: ellipsis;
|
|
33961
|
+
white-space: nowrap;
|
|
33962
|
+
}
|
|
33963
|
+
|
|
33964
|
+
.E_tmoyoag {
|
|
33965
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33966
|
+
border-radius: 8px;
|
|
33967
|
+
overflow: auto;
|
|
33968
|
+
}
|
|
33969
|
+
.E_tmoyoag .ant-list {
|
|
33970
|
+
position: relative;
|
|
33971
|
+
}
|
|
33972
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33973
|
+
position: sticky;
|
|
33974
|
+
top: 0;
|
|
33975
|
+
z-index: 2;
|
|
33976
|
+
display: flex;
|
|
33977
|
+
padding: 8px;
|
|
33978
|
+
flex-wrap: nowrap;
|
|
33979
|
+
justify-content: flex-start;
|
|
33980
|
+
background: #f2f5fa;
|
|
33981
|
+
font-size: 14px;
|
|
33982
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33983
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33984
|
+
}
|
|
33985
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33986
|
+
align-items: inherit;
|
|
33987
|
+
}
|
|
33988
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33989
|
+
display: flex;
|
|
33990
|
+
justify-content: flex-start;
|
|
33991
|
+
align-items: flex-start;
|
|
33992
|
+
flex-wrap: wrap;
|
|
33993
|
+
padding: 8px;
|
|
33994
|
+
border: none;
|
|
33995
|
+
}
|
|
33996
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33997
|
+
flex-basis: 100%;
|
|
33998
|
+
margin: 12px 0 0;
|
|
33999
|
+
order: 99;
|
|
34000
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34001
|
+
}
|
|
34002
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34003
|
+
color: #f0483e;
|
|
34004
|
+
flex-basis: 100%;
|
|
34005
|
+
order: 98;
|
|
34006
|
+
margin: 12px 0 0;
|
|
34007
|
+
}
|
|
34008
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34009
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34010
|
+
}
|
|
34011
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34012
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34013
|
+
}
|
|
34014
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34015
|
+
flex: 1 0 0;
|
|
34016
|
+
overflow: hidden;
|
|
34017
|
+
}
|
|
34018
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34019
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34020
|
+
margin: 0;
|
|
34021
|
+
}
|
|
34022
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34023
|
+
text-align: center;
|
|
34024
|
+
}
|
|
34025
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34026
|
+
text-align: center;
|
|
34027
|
+
}
|
|
34028
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34029
|
+
text-align: left;
|
|
34030
|
+
}
|
|
34031
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34032
|
+
text-align: left;
|
|
34033
|
+
}
|
|
34034
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34035
|
+
text-align: right;
|
|
34036
|
+
}
|
|
34037
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34038
|
+
text-align: right;
|
|
34039
|
+
}
|
|
34040
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34041
|
+
margin-right: 8px;
|
|
34042
|
+
}
|
|
34043
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34044
|
+
padding: 4px;
|
|
34045
|
+
width: 24px;
|
|
34046
|
+
height: 24px;
|
|
34047
|
+
overflow: hidden;
|
|
34048
|
+
}
|
|
34049
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34050
|
+
padding: 0;
|
|
34051
|
+
}
|
|
34052
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34053
|
+
cursor: not-allowed;
|
|
34054
|
+
opacity: 0.5;
|
|
34055
|
+
}
|
|
34056
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34057
|
+
margin: 0;
|
|
34058
|
+
}
|
|
34059
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34060
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34061
|
+
border-radius: 5px;
|
|
34062
|
+
font-size: 12px;
|
|
34063
|
+
}
|
|
34064
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34065
|
+
font-size: inherit;
|
|
34066
|
+
}
|
|
34067
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34068
|
+
min-height: 24px;
|
|
34069
|
+
font-size: 12px;
|
|
34070
|
+
position: relative;
|
|
34071
|
+
}
|
|
34072
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34073
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34074
|
+
}
|
|
34075
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34076
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34077
|
+
}
|
|
34078
|
+
|
|
34079
|
+
.E_a138syjm {
|
|
34080
|
+
display: flex;
|
|
34081
|
+
align-items: center;
|
|
34082
|
+
margin-top: 8px;
|
|
34083
|
+
}
|
|
34084
|
+
.E_a138syjm button.ant-btn {
|
|
34085
|
+
padding: 2px 8px;
|
|
34086
|
+
height: 24px;
|
|
34087
|
+
}
|
|
34088
|
+
.E_a138syjm > span.maximum-desc {
|
|
34089
|
+
display: none;
|
|
34090
|
+
margin-left: 8px;
|
|
34091
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34092
|
+
}
|
|
34093
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34094
|
+
display: inline;
|
|
34095
|
+
}
|
|
34096
|
+
|
|
34097
|
+
.E_d77i8u0 {
|
|
34098
|
+
width: 24px;
|
|
34099
|
+
height: 24px;
|
|
34100
|
+
padding: 4px;
|
|
34101
|
+
margin-right: 8px;
|
|
34102
|
+
}
|
|
34103
|
+
|
|
33911
34104
|
.E_i1g85yz3 {
|
|
33912
34105
|
margin-right: 4px;
|
|
33913
34106
|
height: 16px;
|
|
@@ -34115,6 +34308,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34115
34308
|
.E_tfzf37v {
|
|
34116
34309
|
height: 100%;
|
|
34117
34310
|
}
|
|
34311
|
+
.E_tfzf37v .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
34312
|
+
padding-top: 6px;
|
|
34313
|
+
padding-bottom: 6px;
|
|
34314
|
+
}
|
|
34118
34315
|
.E_tfzf37v.empty-table .ant-table-content {
|
|
34119
34316
|
overflow: visible !important;
|
|
34120
34317
|
height: 100%;
|
|
@@ -34350,7 +34547,8 @@ input.E_rf8rlle.ant-input {
|
|
|
34350
34547
|
border-bottom: none;
|
|
34351
34548
|
color: #00122e;
|
|
34352
34549
|
transition: none;
|
|
34353
|
-
padding:
|
|
34550
|
+
padding: 14px 8px 14px 8px;
|
|
34551
|
+
line-height: 20px;
|
|
34354
34552
|
}
|
|
34355
34553
|
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34356
34554
|
content: "";
|
|
@@ -34473,57 +34671,7 @@ input.E_rf8rlle.ant-input {
|
|
|
34473
34671
|
border-radius: 4px;
|
|
34474
34672
|
}
|
|
34475
34673
|
.E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
|
|
34476
|
-
background: #fff;
|
|
34477
|
-
}
|
|
34478
|
-
|
|
34479
|
-
button.E_l48ei06.ant-btn {
|
|
34480
|
-
font-size: 12px;
|
|
34481
|
-
line-height: 18px;
|
|
34482
|
-
height: 18px;
|
|
34483
|
-
}
|
|
34484
|
-
|
|
34485
|
-
button.E_l48ei06 {
|
|
34486
|
-
color: #0080FF;
|
|
34487
|
-
height: unset;
|
|
34488
|
-
}
|
|
34489
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34490
|
-
margin-right: 4px;
|
|
34491
|
-
}
|
|
34492
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34493
|
-
margin-left: 4px;
|
|
34494
|
-
}
|
|
34495
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34496
|
-
color: #009DFF;
|
|
34497
|
-
}
|
|
34498
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34499
|
-
color: #005ED1;
|
|
34500
|
-
}
|
|
34501
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34502
|
-
color: #0080FF;
|
|
34503
|
-
}
|
|
34504
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34505
|
-
color: #00122E;
|
|
34506
|
-
}
|
|
34507
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34508
|
-
color: #0080FF;
|
|
34509
|
-
}
|
|
34510
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34511
|
-
color: #005ED1;
|
|
34512
|
-
}
|
|
34513
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34514
|
-
color: #00122E;
|
|
34515
|
-
}
|
|
34516
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34517
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34518
|
-
}
|
|
34519
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34520
|
-
color: #0080FF;
|
|
34521
|
-
}
|
|
34522
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34523
|
-
color: #005ED1;
|
|
34524
|
-
}
|
|
34525
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34526
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34674
|
+
background: #fff;
|
|
34527
34675
|
}
|
|
34528
34676
|
|
|
34529
34677
|
.E_sddwhm6 {
|
|
@@ -34601,197 +34749,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34601
34749
|
display: inline-block;
|
|
34602
34750
|
}
|
|
34603
34751
|
|
|
34604
|
-
.
|
|
34605
|
-
|
|
34606
|
-
|
|
34607
|
-
|
|
34608
|
-
text-overflow: ellipsis;
|
|
34609
|
-
white-space: nowrap;
|
|
34610
|
-
}
|
|
34611
|
-
|
|
34612
|
-
.E_s1ese5oy {
|
|
34613
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34614
|
-
line-height: 32px;
|
|
34615
|
-
height: 32px;
|
|
34616
|
-
margin-bottom: 0;
|
|
34617
|
-
}
|
|
34618
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34619
|
-
color: #0080ff;
|
|
34620
|
-
}
|
|
34621
|
-
.E_s1ese5oy.warning {
|
|
34622
|
-
color: #ffa500;
|
|
34623
|
-
}
|
|
34624
|
-
.E_s1ese5oy.success {
|
|
34625
|
-
color: #00ba5d;
|
|
34626
|
-
}
|
|
34627
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34628
|
-
color: #f0483e;
|
|
34629
|
-
}
|
|
34630
|
-
.E_s1ese5oy.normal {
|
|
34631
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34632
|
-
}
|
|
34633
|
-
|
|
34634
|
-
.E_b1ibis43 {
|
|
34635
|
-
margin-bottom: 0;
|
|
34636
|
-
color: #00122e;
|
|
34637
|
-
}
|
|
34638
|
-
|
|
34639
|
-
.E_b11xxjd2 {
|
|
34640
|
-
line-height: 32px;
|
|
34641
|
-
margin-right: 6px;
|
|
34642
|
-
}
|
|
34643
|
-
|
|
34644
|
-
.E_bsub5bw.with-description {
|
|
34645
|
-
height: 24px;
|
|
34646
|
-
flex: 1;
|
|
34647
|
-
position: relative;
|
|
34648
|
-
top: -7px;
|
|
34649
|
-
}
|
|
34650
|
-
.E_bsub5bw p {
|
|
34651
|
-
width: 100%;
|
|
34652
|
-
overflow: hidden;
|
|
34653
|
-
text-overflow: ellipsis;
|
|
34654
|
-
white-space: nowrap;
|
|
34752
|
+
button.E_l48ei06.ant-btn {
|
|
34753
|
+
font-size: 12px;
|
|
34754
|
+
line-height: 18px;
|
|
34755
|
+
height: 18px;
|
|
34655
34756
|
}
|
|
34656
34757
|
|
|
34657
|
-
.
|
|
34658
|
-
|
|
34659
|
-
|
|
34660
|
-
overflow: auto;
|
|
34661
|
-
}
|
|
34662
|
-
.E_tmoyoag .ant-list {
|
|
34663
|
-
position: relative;
|
|
34664
|
-
}
|
|
34665
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34666
|
-
position: sticky;
|
|
34667
|
-
top: 0;
|
|
34668
|
-
z-index: 2;
|
|
34669
|
-
display: flex;
|
|
34670
|
-
padding: 8px;
|
|
34671
|
-
flex-wrap: nowrap;
|
|
34672
|
-
justify-content: flex-start;
|
|
34673
|
-
background: #f2f5fa;
|
|
34674
|
-
font-size: 14px;
|
|
34675
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34676
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34677
|
-
}
|
|
34678
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34679
|
-
align-items: inherit;
|
|
34680
|
-
}
|
|
34681
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34682
|
-
display: flex;
|
|
34683
|
-
justify-content: flex-start;
|
|
34684
|
-
align-items: flex-start;
|
|
34685
|
-
flex-wrap: wrap;
|
|
34686
|
-
padding: 8px;
|
|
34687
|
-
border: none;
|
|
34688
|
-
}
|
|
34689
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34690
|
-
flex-basis: 100%;
|
|
34691
|
-
margin: 12px 0 0;
|
|
34692
|
-
order: 99;
|
|
34693
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34694
|
-
}
|
|
34695
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34696
|
-
color: #f0483e;
|
|
34697
|
-
flex-basis: 100%;
|
|
34698
|
-
order: 98;
|
|
34699
|
-
margin: 12px 0 0;
|
|
34700
|
-
}
|
|
34701
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34702
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34703
|
-
}
|
|
34704
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34705
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34706
|
-
}
|
|
34707
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34708
|
-
flex: 1 0 0;
|
|
34709
|
-
overflow: hidden;
|
|
34710
|
-
}
|
|
34711
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34712
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34713
|
-
margin: 0;
|
|
34714
|
-
}
|
|
34715
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34716
|
-
text-align: center;
|
|
34717
|
-
}
|
|
34718
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34719
|
-
text-align: center;
|
|
34720
|
-
}
|
|
34721
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34722
|
-
text-align: left;
|
|
34723
|
-
}
|
|
34724
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34725
|
-
text-align: left;
|
|
34726
|
-
}
|
|
34727
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34728
|
-
text-align: right;
|
|
34729
|
-
}
|
|
34730
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34731
|
-
text-align: right;
|
|
34732
|
-
}
|
|
34733
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34734
|
-
margin-right: 8px;
|
|
34735
|
-
}
|
|
34736
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34737
|
-
padding: 4px;
|
|
34738
|
-
width: 24px;
|
|
34739
|
-
height: 24px;
|
|
34740
|
-
overflow: hidden;
|
|
34758
|
+
button.E_l48ei06 {
|
|
34759
|
+
color: #0080FF;
|
|
34760
|
+
height: unset;
|
|
34741
34761
|
}
|
|
34742
|
-
.
|
|
34743
|
-
|
|
34762
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34763
|
+
margin-right: 4px;
|
|
34744
34764
|
}
|
|
34745
|
-
.
|
|
34746
|
-
|
|
34747
|
-
opacity: 0.5;
|
|
34765
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34766
|
+
margin-left: 4px;
|
|
34748
34767
|
}
|
|
34749
|
-
.
|
|
34750
|
-
|
|
34768
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34769
|
+
color: #009DFF;
|
|
34751
34770
|
}
|
|
34752
|
-
.
|
|
34753
|
-
|
|
34754
|
-
border-radius: 5px;
|
|
34755
|
-
font-size: 12px;
|
|
34771
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34772
|
+
color: #005ED1;
|
|
34756
34773
|
}
|
|
34757
|
-
.
|
|
34758
|
-
|
|
34774
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34775
|
+
color: #0080FF;
|
|
34759
34776
|
}
|
|
34760
|
-
.
|
|
34761
|
-
|
|
34762
|
-
font-size: 12px;
|
|
34763
|
-
position: relative;
|
|
34777
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34778
|
+
color: #00122E;
|
|
34764
34779
|
}
|
|
34765
|
-
.
|
|
34766
|
-
|
|
34780
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34781
|
+
color: #0080FF;
|
|
34767
34782
|
}
|
|
34768
|
-
.
|
|
34769
|
-
|
|
34783
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34784
|
+
color: #005ED1;
|
|
34770
34785
|
}
|
|
34771
|
-
|
|
34772
|
-
|
|
34773
|
-
display: flex;
|
|
34774
|
-
align-items: center;
|
|
34775
|
-
margin-top: 8px;
|
|
34786
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34787
|
+
color: #00122E;
|
|
34776
34788
|
}
|
|
34777
|
-
|
|
34778
|
-
|
|
34779
|
-
height: 24px;
|
|
34789
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34790
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34780
34791
|
}
|
|
34781
|
-
.
|
|
34782
|
-
|
|
34783
|
-
margin-left: 8px;
|
|
34784
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34792
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34793
|
+
color: #0080FF;
|
|
34785
34794
|
}
|
|
34786
|
-
.
|
|
34787
|
-
|
|
34795
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34796
|
+
color: #005ED1;
|
|
34788
34797
|
}
|
|
34789
|
-
|
|
34790
|
-
.
|
|
34791
|
-
width: 24px;
|
|
34792
|
-
height: 24px;
|
|
34793
|
-
padding: 4px;
|
|
34794
|
-
margin-right: 8px;
|
|
34798
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34799
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34795
34800
|
}
|
|
34796
34801
|
|
|
34797
34802
|
.E_t1gvlxt5 {
|
|
@@ -35007,6 +35012,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35007
35012
|
background: rgba(163, 180, 204, 0.18);
|
|
35008
35013
|
}
|
|
35009
35014
|
|
|
35015
|
+
.E_t1g36k2w {
|
|
35016
|
+
overflow: hidden;
|
|
35017
|
+
height: 100%;
|
|
35018
|
+
background: white;
|
|
35019
|
+
}
|
|
35020
|
+
.E_t1g36k2w .table-loading-item {
|
|
35021
|
+
padding: 8px 4px;
|
|
35022
|
+
display: flex;
|
|
35023
|
+
align-items: center;
|
|
35024
|
+
}
|
|
35025
|
+
.E_t1g36k2w .table-loading-item > * {
|
|
35026
|
+
height: 16px;
|
|
35027
|
+
margin: 4px;
|
|
35028
|
+
background: rgba(237, 241, 250, 0.6);
|
|
35029
|
+
border-radius: 2px;
|
|
35030
|
+
}
|
|
35031
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
35032
|
+
width: 16px;
|
|
35033
|
+
}
|
|
35034
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
35035
|
+
flex: 1;
|
|
35036
|
+
}
|
|
35037
|
+
.E_t1g36k2w :nth-child(1) {
|
|
35038
|
+
padding: 8px 4px;
|
|
35039
|
+
}
|
|
35040
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
35041
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35042
|
+
}
|
|
35043
|
+
|
|
35010
35044
|
.E_f16blduf.ant-form-item {
|
|
35011
35045
|
margin-bottom: 0;
|
|
35012
35046
|
}
|
|
@@ -35026,18 +35060,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35026
35060
|
display: block;
|
|
35027
35061
|
}
|
|
35028
35062
|
|
|
35029
|
-
.E_i14c7jc8 {
|
|
35030
|
-
color: var(--i14c7jc8-0);
|
|
35031
|
-
}
|
|
35032
|
-
|
|
35033
|
-
.E_i1ibuolf {
|
|
35034
|
-
display: flex;
|
|
35035
|
-
align-items: center;
|
|
35036
|
-
column-gap: 4px;
|
|
35037
|
-
font-size: 12px;
|
|
35038
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35039
|
-
}
|
|
35040
|
-
|
|
35041
35063
|
.E_d1u4ndxc {
|
|
35042
35064
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35043
35065
|
font-size: 12px;
|
|
@@ -35067,4 +35089,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35067
35089
|
to {
|
|
35068
35090
|
transform: translateX(100%);
|
|
35069
35091
|
}
|
|
35092
|
+
}
|
|
35093
|
+
|
|
35094
|
+
.E_i14c7jc8 {
|
|
35095
|
+
color: var(--i14c7jc8-0);
|
|
35096
|
+
}
|
|
35097
|
+
|
|
35098
|
+
.E_i1ibuolf {
|
|
35099
|
+
display: flex;
|
|
35100
|
+
align-items: center;
|
|
35101
|
+
column-gap: 4px;
|
|
35102
|
+
font-size: 12px;
|
|
35103
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35070
35104
|
}
|