@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/components.css
CHANGED
|
@@ -29586,6 +29586,31 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
+
.E_wg1tsps {
|
|
29590
|
+
display: flex;
|
|
29591
|
+
align-items: center;
|
|
29592
|
+
justify-content: flex-end;
|
|
29593
|
+
}
|
|
29594
|
+
|
|
29595
|
+
.E_b1ctd5xy {
|
|
29596
|
+
display: flex;
|
|
29597
|
+
align-items: center;
|
|
29598
|
+
width: calc(100% - 40px);
|
|
29599
|
+
}
|
|
29600
|
+
|
|
29601
|
+
.E_b1ctd5xy .chart {
|
|
29602
|
+
display: inline-block;
|
|
29603
|
+
width: 100%;
|
|
29604
|
+
}
|
|
29605
|
+
|
|
29606
|
+
.E_u1p8acpn {
|
|
29607
|
+
min-width: 40px;
|
|
29608
|
+
}
|
|
29609
|
+
|
|
29610
|
+
.E_u1p8acpn .unit {
|
|
29611
|
+
color: #00122e !important;
|
|
29612
|
+
}
|
|
29613
|
+
|
|
29589
29614
|
span.E_tqjc4ui {
|
|
29590
29615
|
margin: 0 2px;
|
|
29591
29616
|
}
|
|
@@ -29602,286 +29627,172 @@ span.E_tqjc4ui {
|
|
|
29602
29627
|
color: #0080ff;
|
|
29603
29628
|
}
|
|
29604
29629
|
|
|
29605
|
-
.
|
|
29606
|
-
|
|
29607
|
-
height: 246px;
|
|
29608
|
-
border-radius: 4px;
|
|
29609
|
-
}
|
|
29610
|
-
|
|
29611
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
29612
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29613
|
-
width: 100%;
|
|
29614
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29615
|
-
border-top: none;
|
|
29616
|
-
}
|
|
29617
|
-
|
|
29618
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29619
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29620
|
-
padding: 0 16px;
|
|
29630
|
+
.E_t1sqg15u {
|
|
29631
|
+
background: white;
|
|
29621
29632
|
}
|
|
29622
29633
|
|
|
29623
|
-
.
|
|
29624
|
-
|
|
29625
|
-
width: 100%;
|
|
29626
|
-
height: 180px;
|
|
29627
|
-
border-spacing: 0;
|
|
29634
|
+
.E_t1sqg15u.inline .table-row {
|
|
29635
|
+
flex-direction: column;
|
|
29628
29636
|
}
|
|
29629
29637
|
|
|
29630
|
-
.
|
|
29631
|
-
|
|
29632
|
-
margin-bottom: 8px;
|
|
29638
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29639
|
+
padding: 0 16px 7px 0;
|
|
29633
29640
|
}
|
|
29634
29641
|
|
|
29635
|
-
.
|
|
29636
|
-
|
|
29637
|
-
width: 22px;
|
|
29642
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29643
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29638
29644
|
}
|
|
29639
29645
|
|
|
29640
|
-
.
|
|
29641
|
-
|
|
29642
|
-
padding: 0;
|
|
29646
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29647
|
+
border-top: none !important;
|
|
29643
29648
|
}
|
|
29644
29649
|
|
|
29645
|
-
.
|
|
29646
|
-
|
|
29647
|
-
opacity: 0.4;
|
|
29650
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29651
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29648
29652
|
}
|
|
29649
29653
|
|
|
29650
|
-
.
|
|
29651
|
-
|
|
29652
|
-
opacity: 1;
|
|
29654
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29655
|
+
padding-bottom: 0;
|
|
29653
29656
|
}
|
|
29654
29657
|
|
|
29655
|
-
.
|
|
29656
|
-
|
|
29658
|
+
.E_t1sqg15u.align-right .content {
|
|
29659
|
+
text-align: right;
|
|
29657
29660
|
}
|
|
29658
29661
|
|
|
29659
|
-
.
|
|
29660
|
-
|
|
29662
|
+
.E_t1sqg15u .uuid-row {
|
|
29663
|
+
display: flex;
|
|
29664
|
+
justify-content: space-between;
|
|
29661
29665
|
}
|
|
29662
29666
|
|
|
29663
|
-
.
|
|
29664
|
-
|
|
29665
|
-
|
|
29666
|
-
|
|
29667
|
-
padding: 7px 10px;
|
|
29667
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29668
|
+
white-space: nowrap;
|
|
29669
|
+
overflow: hidden;
|
|
29670
|
+
text-overflow: ellipsis;
|
|
29668
29671
|
}
|
|
29669
29672
|
|
|
29670
|
-
.
|
|
29671
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29673
|
+
.E_t4zczcp {
|
|
29672
29674
|
display: flex;
|
|
29673
29675
|
justify-content: space-between;
|
|
29674
29676
|
align-items: center;
|
|
29675
|
-
padding: 8px
|
|
29677
|
+
padding: 8px;
|
|
29678
|
+
min-height: 32px;
|
|
29676
29679
|
}
|
|
29677
29680
|
|
|
29678
|
-
.
|
|
29679
|
-
|
|
29681
|
+
.E_t4zczcp .table-title {
|
|
29682
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29683
|
+
font-weight: 600;
|
|
29684
|
+
font-size: 12px;
|
|
29685
|
+
line-height: 8px;
|
|
29680
29686
|
}
|
|
29681
29687
|
|
|
29682
|
-
.
|
|
29683
|
-
|
|
29688
|
+
.E_t4zczcp .edit-icon {
|
|
29689
|
+
font-size: 16px;
|
|
29690
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29691
|
+
cursor: pointer;
|
|
29684
29692
|
}
|
|
29685
29693
|
|
|
29686
|
-
.
|
|
29687
|
-
|
|
29694
|
+
.E_t1s7goww {
|
|
29695
|
+
font-size: 12px;
|
|
29696
|
+
line-height: 18px;
|
|
29688
29697
|
}
|
|
29689
29698
|
|
|
29690
|
-
.
|
|
29699
|
+
.E_t93e4cf {
|
|
29691
29700
|
display: flex;
|
|
29692
|
-
|
|
29701
|
+
padding: 8px 0;
|
|
29702
|
+
color: #2d3a56;
|
|
29693
29703
|
}
|
|
29694
29704
|
|
|
29695
|
-
.
|
|
29696
|
-
display:
|
|
29697
|
-
width: 2px;
|
|
29698
|
-
height: 2px;
|
|
29699
|
-
border-radius: 1px;
|
|
29700
|
-
background: #0096ff;
|
|
29705
|
+
.E_t93e4cf .hidden {
|
|
29706
|
+
display: none;
|
|
29701
29707
|
}
|
|
29702
29708
|
|
|
29703
|
-
.
|
|
29704
|
-
|
|
29709
|
+
.E_t93e4cf .ant-btn-link {
|
|
29710
|
+
height: auto;
|
|
29705
29711
|
}
|
|
29706
29712
|
|
|
29707
|
-
.
|
|
29708
|
-
|
|
29709
|
-
|
|
29710
|
-
|
|
29711
|
-
|
|
29713
|
+
.E_t93e4cf .content {
|
|
29714
|
+
overflow: hidden;
|
|
29715
|
+
overflow-x: auto;
|
|
29716
|
+
width: 100%;
|
|
29717
|
+
white-space: pre-wrap;
|
|
29712
29718
|
}
|
|
29713
29719
|
|
|
29714
|
-
.
|
|
29715
|
-
|
|
29716
|
-
align
|
|
29717
|
-
justify-content: space-between;
|
|
29718
|
-
background: #edf0f7;
|
|
29719
|
-
padding: 8px 12px;
|
|
29720
|
-
position: sticky;
|
|
29721
|
-
top: 0;
|
|
29722
|
-
z-index: 1;
|
|
29723
|
-
margin-bottom: -52px;
|
|
29720
|
+
.E_t93e4cf .content .ant-btn {
|
|
29721
|
+
white-space: pre-wrap;
|
|
29722
|
+
text-align: left;
|
|
29724
29723
|
}
|
|
29725
29724
|
|
|
29726
|
-
.
|
|
29727
|
-
|
|
29728
|
-
align-items: center;
|
|
29729
|
-
font-weight: 700;
|
|
29730
|
-
flex-shrink: 0;
|
|
29725
|
+
.E_t93e4cf .content .unit-chart {
|
|
29726
|
+
justify-content: flex-start;
|
|
29731
29727
|
}
|
|
29732
29728
|
|
|
29733
|
-
.
|
|
29734
|
-
|
|
29735
|
-
|
|
29736
|
-
|
|
29737
|
-
|
|
29738
|
-
border-radius: 50%;
|
|
29739
|
-
justify-content: center;
|
|
29729
|
+
.E_rhz2uv5 {
|
|
29730
|
+
width: var(--rhz2uv5-0);
|
|
29731
|
+
flex-shrink: 0;
|
|
29732
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29733
|
+
padding-right: 12px;
|
|
29740
29734
|
}
|
|
29741
29735
|
|
|
29742
|
-
.
|
|
29743
|
-
|
|
29736
|
+
.E_n12mqh7z {
|
|
29737
|
+
display: flex;
|
|
29738
|
+
align-items: center;
|
|
29739
|
+
font-size: 12px;
|
|
29740
|
+
line-height: 18px;
|
|
29744
29741
|
}
|
|
29745
29742
|
|
|
29746
|
-
.
|
|
29747
|
-
|
|
29748
|
-
margin-left: 88px;
|
|
29749
|
-
white-space: nowrap;
|
|
29750
|
-
text-align: right;
|
|
29751
|
-
position: relative;
|
|
29752
|
-
padding: 4px 0;
|
|
29753
|
-
margin-top: -4px;
|
|
29754
|
-
overflow: hidden;
|
|
29743
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29744
|
+
margin-bottom: 4px;
|
|
29755
29745
|
}
|
|
29756
29746
|
|
|
29757
|
-
.
|
|
29758
|
-
|
|
29747
|
+
.E_tf5bynu {
|
|
29748
|
+
margin: 0 3px;
|
|
29759
29749
|
}
|
|
29760
29750
|
|
|
29761
|
-
.
|
|
29762
|
-
|
|
29751
|
+
.E_tcckoz1 {
|
|
29752
|
+
max-height: 400px;
|
|
29753
|
+
overflow: auto;
|
|
29763
29754
|
}
|
|
29764
29755
|
|
|
29765
|
-
.
|
|
29766
|
-
|
|
29756
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29757
|
+
display: flex;
|
|
29758
|
+
align-items: center;
|
|
29767
29759
|
}
|
|
29768
29760
|
|
|
29769
|
-
.
|
|
29770
|
-
margin-right:
|
|
29761
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29762
|
+
margin-right: 8px;
|
|
29771
29763
|
}
|
|
29772
29764
|
|
|
29773
|
-
.
|
|
29774
|
-
|
|
29775
|
-
width: 32px;
|
|
29776
|
-
height: 32px;
|
|
29777
|
-
justify-content: center;
|
|
29778
|
-
border-radius: 50%;
|
|
29765
|
+
.E_c1up1pdz {
|
|
29766
|
+
width: 648px;
|
|
29779
29767
|
}
|
|
29780
29768
|
|
|
29781
|
-
.
|
|
29782
|
-
|
|
29769
|
+
.E_c1up1pdz.active {
|
|
29770
|
+
border-color: #0080ff;
|
|
29783
29771
|
}
|
|
29784
29772
|
|
|
29785
|
-
.
|
|
29786
|
-
|
|
29787
|
-
width: 100%;
|
|
29773
|
+
.E_c1up1pdz.active > header {
|
|
29774
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29788
29775
|
}
|
|
29789
29776
|
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29777
|
+
.E_c1up1pdz .expand {
|
|
29778
|
+
padding: 12px;
|
|
29792
29779
|
}
|
|
29793
29780
|
|
|
29794
|
-
.
|
|
29795
|
-
|
|
29781
|
+
.E_c1up1pdz .field-item {
|
|
29782
|
+
display: flex;
|
|
29783
|
+
padding: 10px 0;
|
|
29784
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29796
29785
|
}
|
|
29797
29786
|
|
|
29798
|
-
.
|
|
29799
|
-
|
|
29800
|
-
|
|
29801
|
-
align-items: center;
|
|
29802
|
-
font-size: 13px;
|
|
29803
|
-
line-height: 24px;
|
|
29804
|
-
color: #cccccc;
|
|
29805
|
-
white-space: nowrap;
|
|
29787
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29788
|
+
border-bottom: none;
|
|
29789
|
+
padding-bottom: 0;
|
|
29806
29790
|
}
|
|
29807
29791
|
|
|
29808
|
-
.
|
|
29809
|
-
|
|
29810
|
-
|
|
29811
|
-
|
|
29812
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29813
|
-
font-weight: bold;
|
|
29814
|
-
color: white;
|
|
29815
|
-
}
|
|
29816
|
-
|
|
29817
|
-
.E_s11212zy {
|
|
29818
|
-
width: 8px;
|
|
29819
|
-
height: 8px;
|
|
29820
|
-
border-radius: 2px;
|
|
29821
|
-
display: inline-block;
|
|
29822
|
-
background: var(--s11212zy-0);
|
|
29823
|
-
border: 1px solid #fff;
|
|
29824
|
-
box-sizing: content-box;
|
|
29825
|
-
margin-right: 6px;
|
|
29826
|
-
}
|
|
29827
|
-
|
|
29828
|
-
.E_p1lyky6c > :first-child {
|
|
29829
|
-
font-weight: bold;
|
|
29830
|
-
color: white;
|
|
29831
|
-
margin-right: 4px;
|
|
29832
|
-
}
|
|
29833
|
-
|
|
29834
|
-
.E_n12mqh7z {
|
|
29835
|
-
display: flex;
|
|
29836
|
-
align-items: center;
|
|
29837
|
-
font-size: 12px;
|
|
29838
|
-
line-height: 18px;
|
|
29839
|
-
}
|
|
29840
|
-
|
|
29841
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29842
|
-
margin-bottom: 4px;
|
|
29843
|
-
}
|
|
29844
|
-
|
|
29845
|
-
.E_tf5bynu {
|
|
29846
|
-
margin: 0 3px;
|
|
29847
|
-
}
|
|
29848
|
-
|
|
29849
|
-
.E_tcckoz1 {
|
|
29850
|
-
max-height: 400px;
|
|
29851
|
-
overflow: auto;
|
|
29852
|
-
}
|
|
29853
|
-
|
|
29854
|
-
.E_c1up1pdz {
|
|
29855
|
-
width: 648px;
|
|
29856
|
-
}
|
|
29857
|
-
|
|
29858
|
-
.E_c1up1pdz.active {
|
|
29859
|
-
border-color: #0080ff;
|
|
29860
|
-
}
|
|
29861
|
-
|
|
29862
|
-
.E_c1up1pdz.active > header {
|
|
29863
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29864
|
-
}
|
|
29865
|
-
|
|
29866
|
-
.E_c1up1pdz .expand {
|
|
29867
|
-
padding: 12px;
|
|
29868
|
-
}
|
|
29869
|
-
|
|
29870
|
-
.E_c1up1pdz .field-item {
|
|
29871
|
-
display: flex;
|
|
29872
|
-
padding: 10px 0;
|
|
29873
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29874
|
-
}
|
|
29875
|
-
|
|
29876
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29877
|
-
border-bottom: none;
|
|
29878
|
-
padding-bottom: 0;
|
|
29879
|
-
}
|
|
29880
|
-
|
|
29881
|
-
.E_c1up1pdz .field-item label {
|
|
29882
|
-
line-height: 32px;
|
|
29883
|
-
width: 100px;
|
|
29884
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29792
|
+
.E_c1up1pdz .field-item label {
|
|
29793
|
+
line-height: 32px;
|
|
29794
|
+
width: 100px;
|
|
29795
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29885
29796
|
}
|
|
29886
29797
|
|
|
29887
29798
|
.E_c1up1pdz .help {
|
|
@@ -30017,160 +29928,129 @@ span.E_tqjc4ui {
|
|
|
30017
29928
|
color: #fff;
|
|
30018
29929
|
}
|
|
30019
29930
|
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
.E_s1tui002 {
|
|
30026
|
-
white-space: nowrap;
|
|
30027
|
-
}
|
|
30028
|
-
|
|
30029
|
-
.E_mxrc2zg {
|
|
30030
|
-
display: -webkit-box;
|
|
30031
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30032
|
-
-webkit-box-orient: vertical;
|
|
30033
|
-
word-break: break-all;
|
|
30034
|
-
}
|
|
30035
|
-
|
|
30036
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30037
|
-
display: flex;
|
|
30038
|
-
align-items: center;
|
|
29931
|
+
.E_clm1wy1 {
|
|
29932
|
+
width: 192px;
|
|
29933
|
+
height: 246px;
|
|
29934
|
+
border-radius: 4px;
|
|
30039
29935
|
}
|
|
30040
29936
|
|
|
30041
|
-
.
|
|
30042
|
-
|
|
29937
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29938
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29939
|
+
width: 100%;
|
|
29940
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29941
|
+
border-top: none;
|
|
30043
29942
|
}
|
|
30044
29943
|
|
|
30045
|
-
.
|
|
30046
|
-
|
|
29944
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29945
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29946
|
+
padding: 0 16px;
|
|
30047
29947
|
}
|
|
30048
29948
|
|
|
30049
|
-
.
|
|
30050
|
-
|
|
29949
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29950
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29951
|
+
width: 100%;
|
|
29952
|
+
height: 180px;
|
|
29953
|
+
border-spacing: 0;
|
|
30051
29954
|
}
|
|
30052
29955
|
|
|
30053
|
-
.
|
|
30054
|
-
|
|
29956
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29957
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29958
|
+
margin-bottom: 8px;
|
|
30055
29959
|
}
|
|
30056
29960
|
|
|
30057
|
-
.
|
|
30058
|
-
|
|
29961
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29962
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29963
|
+
width: 22px;
|
|
30059
29964
|
}
|
|
30060
29965
|
|
|
30061
|
-
.
|
|
30062
|
-
|
|
29966
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29967
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29968
|
+
padding: 0;
|
|
30063
29969
|
}
|
|
30064
29970
|
|
|
30065
|
-
.
|
|
30066
|
-
|
|
29971
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29972
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29973
|
+
opacity: 0.4;
|
|
30067
29974
|
}
|
|
30068
29975
|
|
|
30069
|
-
.
|
|
30070
|
-
|
|
29976
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29977
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29978
|
+
opacity: 1;
|
|
30071
29979
|
}
|
|
30072
29980
|
|
|
30073
|
-
.
|
|
30074
|
-
|
|
29981
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29982
|
+
color: #3e4652;
|
|
30075
29983
|
}
|
|
30076
29984
|
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30079
|
-
justify-content: space-between;
|
|
29985
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29986
|
+
pointer-events: none;
|
|
30080
29987
|
}
|
|
30081
29988
|
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
|
|
29989
|
+
.E_t1tsm00v {
|
|
29990
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29991
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29992
|
+
backdrop-filter: blur(10px);
|
|
29993
|
+
padding: 7px 10px;
|
|
30086
29994
|
}
|
|
30087
29995
|
|
|
30088
|
-
.
|
|
29996
|
+
.E_c167wnad {
|
|
29997
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30089
29998
|
display: flex;
|
|
30090
29999
|
justify-content: space-between;
|
|
30091
30000
|
align-items: center;
|
|
30092
|
-
padding: 8px;
|
|
30093
|
-
min-height: 32px;
|
|
30094
|
-
}
|
|
30095
|
-
|
|
30096
|
-
.E_t4zczcp .table-title {
|
|
30097
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30098
|
-
font-weight: 600;
|
|
30099
|
-
font-size: 12px;
|
|
30100
|
-
line-height: 8px;
|
|
30001
|
+
padding: 8px 16px;
|
|
30101
30002
|
}
|
|
30102
30003
|
|
|
30103
|
-
.
|
|
30104
|
-
font-size: 16px;
|
|
30105
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30004
|
+
.E_c167wnad .anticon {
|
|
30106
30005
|
cursor: pointer;
|
|
30107
30006
|
}
|
|
30108
30007
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
line-height: 18px;
|
|
30112
|
-
}
|
|
30113
|
-
|
|
30114
|
-
.E_t93e4cf {
|
|
30115
|
-
display: flex;
|
|
30116
|
-
padding: 8px 0;
|
|
30117
|
-
color: #2d3a56;
|
|
30118
|
-
}
|
|
30119
|
-
|
|
30120
|
-
.E_t93e4cf .hidden {
|
|
30121
|
-
display: none;
|
|
30122
|
-
}
|
|
30123
|
-
|
|
30124
|
-
.E_t93e4cf .ant-btn-link {
|
|
30125
|
-
height: auto;
|
|
30126
|
-
}
|
|
30127
|
-
|
|
30128
|
-
.E_t93e4cf .content {
|
|
30129
|
-
overflow: hidden;
|
|
30130
|
-
overflow-x: auto;
|
|
30131
|
-
width: 100%;
|
|
30132
|
-
white-space: pre-wrap;
|
|
30008
|
+
.E_c167wnad .anticon:hover {
|
|
30009
|
+
color: #0096ff;
|
|
30133
30010
|
}
|
|
30134
30011
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
text-align: left;
|
|
30012
|
+
.E_cxhf7dh {
|
|
30013
|
+
text-align: center;
|
|
30138
30014
|
}
|
|
30139
30015
|
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30016
|
+
.E_cxhf7dh .dots {
|
|
30017
|
+
display: flex;
|
|
30018
|
+
justify-content: center;
|
|
30142
30019
|
}
|
|
30143
30020
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30021
|
+
.E_cxhf7dh .dot {
|
|
30022
|
+
display: inline-block;
|
|
30023
|
+
width: 2px;
|
|
30024
|
+
height: 2px;
|
|
30025
|
+
border-radius: 1px;
|
|
30026
|
+
background: #0096ff;
|
|
30149
30027
|
}
|
|
30150
30028
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30153
|
-
align-items: center;
|
|
30154
|
-
justify-content: flex-end;
|
|
30029
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30030
|
+
margin-right: 2px;
|
|
30155
30031
|
}
|
|
30156
30032
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
|
|
30033
|
+
.E_cxhf7dh .bar {
|
|
30034
|
+
width: 9px;
|
|
30035
|
+
height: 2px;
|
|
30036
|
+
background: #0096ff;
|
|
30037
|
+
border-radius: 2px;
|
|
30161
30038
|
}
|
|
30162
30039
|
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30165
|
-
|
|
30040
|
+
.E_ou7iq30 {
|
|
30041
|
+
overflow: hidden;
|
|
30042
|
+
text-overflow: ellipsis;
|
|
30166
30043
|
}
|
|
30167
30044
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30045
|
+
.E_s1tui002 {
|
|
30046
|
+
white-space: nowrap;
|
|
30170
30047
|
}
|
|
30171
30048
|
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30049
|
+
.E_mxrc2zg {
|
|
30050
|
+
display: -webkit-box;
|
|
30051
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30052
|
+
-webkit-box-orient: vertical;
|
|
30053
|
+
word-break: break-all;
|
|
30174
30054
|
}
|
|
30175
30055
|
|
|
30176
30056
|
.E_t160l1cm {
|
|
@@ -30423,93 +30303,124 @@ span.E_tqjc4ui {
|
|
|
30423
30303
|
background: transparent;
|
|
30424
30304
|
}
|
|
30425
30305
|
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30428
|
-
|
|
30429
|
-
|
|
30306
|
+
.E_s1ebs0ra {
|
|
30307
|
+
display: flex;
|
|
30308
|
+
align-items: center;
|
|
30309
|
+
justify-content: space-between;
|
|
30310
|
+
background: #edf0f7;
|
|
30311
|
+
padding: 8px 12px;
|
|
30312
|
+
position: sticky;
|
|
30313
|
+
top: 0;
|
|
30314
|
+
z-index: 1;
|
|
30315
|
+
margin-bottom: -52px;
|
|
30430
30316
|
}
|
|
30431
30317
|
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30318
|
+
.E_s1ebs0ra .select-total {
|
|
30319
|
+
display: flex;
|
|
30320
|
+
align-items: center;
|
|
30321
|
+
font-weight: 700;
|
|
30322
|
+
flex-shrink: 0;
|
|
30434
30323
|
}
|
|
30435
30324
|
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30438
|
-
|
|
30325
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30326
|
+
cursor: pointer;
|
|
30327
|
+
margin-left: 8px;
|
|
30328
|
+
width: 32px;
|
|
30329
|
+
height: 32px;
|
|
30330
|
+
border-radius: 50%;
|
|
30331
|
+
justify-content: center;
|
|
30439
30332
|
}
|
|
30440
30333
|
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
justify-content: space-between;
|
|
30444
|
-
width: 100%;
|
|
30334
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30335
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30445
30336
|
}
|
|
30446
30337
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30338
|
+
.E_s1ebs0ra .action-group {
|
|
30339
|
+
flex: 1;
|
|
30340
|
+
margin-left: 88px;
|
|
30341
|
+
white-space: nowrap;
|
|
30342
|
+
text-align: right;
|
|
30343
|
+
position: relative;
|
|
30344
|
+
padding: 4px 0;
|
|
30345
|
+
margin-top: -4px;
|
|
30346
|
+
overflow: hidden;
|
|
30449
30347
|
}
|
|
30450
30348
|
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30349
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30350
|
+
transform: translateY(-4px);
|
|
30453
30351
|
}
|
|
30454
30352
|
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30353
|
+
.E_s1ebs0ra .action-group button {
|
|
30354
|
+
border: none;
|
|
30457
30355
|
}
|
|
30458
30356
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30357
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30358
|
+
margin-right: 8px;
|
|
30462
30359
|
}
|
|
30463
30360
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30361
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30362
|
+
margin-right: 4px;
|
|
30466
30363
|
}
|
|
30467
30364
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30365
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30366
|
+
cursor: pointer;
|
|
30367
|
+
width: 32px;
|
|
30368
|
+
height: 32px;
|
|
30369
|
+
justify-content: center;
|
|
30370
|
+
border-radius: 50%;
|
|
30470
30371
|
}
|
|
30471
30372
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30373
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30374
|
+
background: #fff;
|
|
30474
30375
|
}
|
|
30475
30376
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
|
|
30377
|
+
.E_c18bcrac {
|
|
30378
|
+
display: inline-block;
|
|
30379
|
+
width: 100%;
|
|
30479
30380
|
}
|
|
30480
30381
|
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30483
|
-
border-bottom-left-radius: 0;
|
|
30382
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30383
|
+
margin-left: 4px;
|
|
30484
30384
|
}
|
|
30485
30385
|
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30386
|
+
.E_cro7kg2 {
|
|
30387
|
+
padding: 4px;
|
|
30488
30388
|
}
|
|
30489
30389
|
|
|
30490
|
-
.
|
|
30491
|
-
|
|
30390
|
+
.E_c14wcxf0 {
|
|
30391
|
+
display: flex;
|
|
30392
|
+
justify-content: space-between;
|
|
30393
|
+
align-items: center;
|
|
30394
|
+
font-size: 13px;
|
|
30395
|
+
line-height: 24px;
|
|
30396
|
+
color: #cccccc;
|
|
30397
|
+
white-space: nowrap;
|
|
30492
30398
|
}
|
|
30493
30399
|
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30496
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30497
|
-
font-weight: 700;
|
|
30498
|
-
line-height: 32px;
|
|
30400
|
+
.E_c14wcxf0 label {
|
|
30401
|
+
margin-right: 32px;
|
|
30499
30402
|
}
|
|
30500
30403
|
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
|
|
30504
|
-
background: #fff;
|
|
30404
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30405
|
+
font-weight: bold;
|
|
30406
|
+
color: white;
|
|
30505
30407
|
}
|
|
30506
30408
|
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30409
|
+
.E_s11212zy {
|
|
30410
|
+
width: 8px;
|
|
30411
|
+
height: 8px;
|
|
30412
|
+
border-radius: 2px;
|
|
30413
|
+
display: inline-block;
|
|
30414
|
+
background: var(--s11212zy-0);
|
|
30415
|
+
border: 1px solid #fff;
|
|
30416
|
+
box-sizing: content-box;
|
|
30417
|
+
margin-right: 6px;
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30420
|
+
.E_p1lyky6c > :first-child {
|
|
30421
|
+
font-weight: bold;
|
|
30422
|
+
color: white;
|
|
30423
|
+
margin-right: 4px;
|
|
30513
30424
|
}
|
|
30514
30425
|
|
|
30515
30426
|
.E_c18gxmrl {
|
|
@@ -30537,6 +30448,20 @@ span.E_tqjc4ui {
|
|
|
30537
30448
|
padding: 8px 12px;
|
|
30538
30449
|
}
|
|
30539
30450
|
|
|
30451
|
+
.E_m74vjol {
|
|
30452
|
+
display: flex;
|
|
30453
|
+
justify-content: space-between;
|
|
30454
|
+
width: 100%;
|
|
30455
|
+
}
|
|
30456
|
+
|
|
30457
|
+
.E_m74vjol .action {
|
|
30458
|
+
margin-left: 16px;
|
|
30459
|
+
}
|
|
30460
|
+
|
|
30461
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30462
|
+
width: 100%;
|
|
30463
|
+
}
|
|
30464
|
+
|
|
30540
30465
|
.E_berrcjl {
|
|
30541
30466
|
color: rgba(10, 37, 85, 0.6);
|
|
30542
30467
|
margin-bottom: 4px;
|
|
@@ -30848,108 +30773,72 @@ button.E_n7k2c6r {
|
|
|
30848
30773
|
padding: 0;
|
|
30849
30774
|
}
|
|
30850
30775
|
|
|
30851
|
-
.
|
|
30852
|
-
|
|
30853
|
-
max-width: 388px;
|
|
30854
|
-
min-width: 285px;
|
|
30776
|
+
.E_b1nip9bk {
|
|
30777
|
+
padding: 4px 11px;
|
|
30855
30778
|
}
|
|
30856
30779
|
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
width: 80px;
|
|
30861
|
-
height: 100px;
|
|
30862
|
-
top: 0;
|
|
30863
|
-
left: 35px;
|
|
30864
|
-
display: flex;
|
|
30865
|
-
flex-direction: column;
|
|
30866
|
-
justify-content: center;
|
|
30867
|
-
align-items: center;
|
|
30868
|
-
color: #00122e;
|
|
30780
|
+
.E_bqamoqe {
|
|
30781
|
+
white-space: nowrap;
|
|
30782
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30869
30783
|
}
|
|
30870
30784
|
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30873
|
-
font-weight: 700;
|
|
30785
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30786
|
+
--color: #0080ff;
|
|
30874
30787
|
}
|
|
30875
30788
|
|
|
30876
|
-
.
|
|
30877
|
-
|
|
30878
|
-
font-size: 12px;
|
|
30879
|
-
width: inherit;
|
|
30880
|
-
text-align: center;
|
|
30789
|
+
.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] {
|
|
30790
|
+
--color: #0080ff;
|
|
30881
30791
|
}
|
|
30882
30792
|
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30793
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30794
|
+
margin-left: 1px;
|
|
30885
30795
|
}
|
|
30886
30796
|
|
|
30887
|
-
.
|
|
30888
|
-
|
|
30889
|
-
|
|
30890
|
-
left: 0 !important;
|
|
30891
|
-
bottom: 0 !important;
|
|
30892
|
-
display: flex;
|
|
30893
|
-
align-items: center;
|
|
30797
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30798
|
+
border-top-right-radius: 0;
|
|
30799
|
+
border-bottom-right-radius: 0;
|
|
30894
30800
|
}
|
|
30895
30801
|
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30802
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30803
|
+
border-top-left-radius: 0;
|
|
30804
|
+
border-bottom-left-radius: 0;
|
|
30898
30805
|
}
|
|
30899
30806
|
|
|
30900
|
-
.
|
|
30901
|
-
|
|
30902
|
-
margin-right: 0 !important;
|
|
30903
|
-
line-height: 18px;
|
|
30807
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30808
|
+
border-radius: unset;
|
|
30904
30809
|
}
|
|
30905
30810
|
|
|
30906
|
-
.
|
|
30907
|
-
|
|
30811
|
+
.E_c1uzzomf {
|
|
30812
|
+
margin-bottom: 16px;
|
|
30908
30813
|
}
|
|
30909
30814
|
|
|
30910
|
-
.
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
color: #00122e !important;
|
|
30916
|
-
display: inline-flex;
|
|
30917
|
-
justify-content: space-between;
|
|
30815
|
+
.E_c1uzzomf .card-title {
|
|
30816
|
+
font-size: 16px;
|
|
30817
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
+
font-weight: 700;
|
|
30819
|
+
line-height: 32px;
|
|
30918
30820
|
}
|
|
30919
30821
|
|
|
30920
|
-
.
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
overflow: hidden;
|
|
30925
|
-
text-overflow: ellipsis;
|
|
30926
|
-
white-space: nowrap;
|
|
30822
|
+
.E_c1uzzomf .card-body {
|
|
30823
|
+
padding: 24px;
|
|
30824
|
+
border-radius: 8px;
|
|
30825
|
+
background: #fff;
|
|
30927
30826
|
}
|
|
30928
30827
|
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30828
|
+
.E_c1uzzomf .empty {
|
|
30829
|
+
font-weight: 700;
|
|
30830
|
+
font-size: 14px;
|
|
30831
|
+
line-height: 22px;
|
|
30832
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30833
|
+
text-align: center;
|
|
30931
30834
|
}
|
|
30932
30835
|
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30836
|
+
.E_c1yyuluq {
|
|
30837
|
+
border-radius: 8px;
|
|
30935
30838
|
}
|
|
30936
30839
|
|
|
30937
|
-
.
|
|
30938
|
-
|
|
30939
|
-
display: flex;
|
|
30940
|
-
justify-content: space-between;
|
|
30941
|
-
}
|
|
30942
|
-
|
|
30943
|
-
.E_t10pqbtc .item .name {
|
|
30944
|
-
width: 102px;
|
|
30945
|
-
}
|
|
30946
|
-
|
|
30947
|
-
.E_c1yyuluq {
|
|
30948
|
-
border-radius: 8px;
|
|
30949
|
-
}
|
|
30950
|
-
|
|
30951
|
-
.E_c1yyuluq .ant-card-body {
|
|
30952
|
-
padding: 20px 24px 24px 24px;
|
|
30840
|
+
.E_c1yyuluq .ant-card-body {
|
|
30841
|
+
padding: 20px 24px 24px 24px;
|
|
30953
30842
|
}
|
|
30954
30843
|
|
|
30955
30844
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30981,10 +30870,188 @@ button.E_n7k2c6r {
|
|
|
30981
30870
|
line-height: 18px;
|
|
30982
30871
|
}
|
|
30983
30872
|
|
|
30873
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30874
|
+
padding: 4px 8px 0 8px;
|
|
30875
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30876
|
+
font-size: 12px;
|
|
30877
|
+
}
|
|
30878
|
+
|
|
30879
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30880
|
+
padding-bottom: 6px;
|
|
30881
|
+
}
|
|
30882
|
+
|
|
30883
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30884
|
+
padding-top: 4px;
|
|
30885
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30886
|
+
}
|
|
30887
|
+
|
|
30888
|
+
.E_d1bw7c5z {
|
|
30889
|
+
position: relative;
|
|
30890
|
+
max-width: 388px;
|
|
30891
|
+
min-width: 285px;
|
|
30892
|
+
}
|
|
30893
|
+
|
|
30894
|
+
.E_d1bw7c5z .center {
|
|
30895
|
+
position: absolute;
|
|
30896
|
+
font-size: 12px;
|
|
30897
|
+
width: 80px;
|
|
30898
|
+
height: 100px;
|
|
30899
|
+
top: 0;
|
|
30900
|
+
left: 35px;
|
|
30901
|
+
display: flex;
|
|
30902
|
+
flex-direction: column;
|
|
30903
|
+
justify-content: center;
|
|
30904
|
+
align-items: center;
|
|
30905
|
+
color: #00122e;
|
|
30906
|
+
}
|
|
30907
|
+
|
|
30908
|
+
.E_d1bw7c5z .center .number {
|
|
30909
|
+
font-size: 24px;
|
|
30910
|
+
font-weight: 700;
|
|
30911
|
+
}
|
|
30912
|
+
|
|
30913
|
+
.E_d1bw7c5z .center .text {
|
|
30914
|
+
padding: 0 5px;
|
|
30915
|
+
font-size: 12px;
|
|
30916
|
+
width: inherit;
|
|
30917
|
+
text-align: center;
|
|
30918
|
+
}
|
|
30919
|
+
|
|
30920
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30921
|
+
display: flex;
|
|
30922
|
+
}
|
|
30923
|
+
|
|
30924
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30925
|
+
position: relative !important;
|
|
30926
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30927
|
+
left: 0 !important;
|
|
30928
|
+
bottom: 0 !important;
|
|
30929
|
+
display: flex;
|
|
30930
|
+
align-items: center;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30934
|
+
width: 100%;
|
|
30935
|
+
}
|
|
30936
|
+
|
|
30937
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30938
|
+
width: 100%;
|
|
30939
|
+
margin-right: 0 !important;
|
|
30940
|
+
line-height: 18px;
|
|
30941
|
+
}
|
|
30942
|
+
|
|
30943
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30944
|
+
border-radius: 2px;
|
|
30945
|
+
}
|
|
30946
|
+
|
|
30947
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30948
|
+
min-width: 75px;
|
|
30949
|
+
max-width: 198px;
|
|
30950
|
+
width: calc(100% - 20px);
|
|
30951
|
+
margin-left: 2px;
|
|
30952
|
+
color: #00122e !important;
|
|
30953
|
+
display: inline-flex;
|
|
30954
|
+
justify-content: space-between;
|
|
30955
|
+
}
|
|
30956
|
+
|
|
30957
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30958
|
+
maxwidth: calc(100% - 12px);
|
|
30959
|
+
cursor: pointer;
|
|
30960
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30961
|
+
overflow: hidden;
|
|
30962
|
+
text-overflow: ellipsis;
|
|
30963
|
+
white-space: nowrap;
|
|
30964
|
+
}
|
|
30965
|
+
|
|
30966
|
+
.E_d1bw7c5z .value {
|
|
30967
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30968
|
+
}
|
|
30969
|
+
|
|
30970
|
+
.E_t10pqbtc {
|
|
30971
|
+
width: 140px;
|
|
30972
|
+
}
|
|
30973
|
+
|
|
30974
|
+
.E_t10pqbtc .item {
|
|
30975
|
+
margin: 6px auto;
|
|
30976
|
+
display: flex;
|
|
30977
|
+
justify-content: space-between;
|
|
30978
|
+
}
|
|
30979
|
+
|
|
30980
|
+
.E_t10pqbtc .item .name {
|
|
30981
|
+
width: 102px;
|
|
30982
|
+
}
|
|
30983
|
+
|
|
30984
30984
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30985
30985
|
display: flex;
|
|
30986
30986
|
}
|
|
30987
30987
|
|
|
30988
|
+
.E_phljevk {
|
|
30989
|
+
display: flex;
|
|
30990
|
+
justify-content: space-between;
|
|
30991
|
+
align-items: center;
|
|
30992
|
+
padding: 10px 0;
|
|
30993
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30994
|
+
font-size: 12px;
|
|
30995
|
+
line-height: 24px;
|
|
30996
|
+
}
|
|
30997
|
+
|
|
30998
|
+
.E_phljevk .pagination-left {
|
|
30999
|
+
padding: 2px 8px;
|
|
31000
|
+
}
|
|
31001
|
+
|
|
31002
|
+
.E_phljevk .dropdown-trigger {
|
|
31003
|
+
display: flex;
|
|
31004
|
+
align-items: center;
|
|
31005
|
+
border-radius: 6px;
|
|
31006
|
+
cursor: pointer;
|
|
31007
|
+
transition: all 0.3s ease;
|
|
31008
|
+
}
|
|
31009
|
+
|
|
31010
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31011
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31012
|
+
color: #0080ff;
|
|
31013
|
+
}
|
|
31014
|
+
|
|
31015
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31016
|
+
margin-left: 4px;
|
|
31017
|
+
}
|
|
31018
|
+
|
|
31019
|
+
.E_phljevk .pagination-right {
|
|
31020
|
+
display: flex;
|
|
31021
|
+
align-items: center;
|
|
31022
|
+
color: #0080ff;
|
|
31023
|
+
font-weight: bold;
|
|
31024
|
+
}
|
|
31025
|
+
|
|
31026
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31027
|
+
margin-left: 4px;
|
|
31028
|
+
}
|
|
31029
|
+
|
|
31030
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31031
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31032
|
+
padding: 0 8px;
|
|
31033
|
+
}
|
|
31034
|
+
|
|
31035
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31036
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31037
|
+
color: #0080ff;
|
|
31038
|
+
}
|
|
31039
|
+
|
|
31040
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31041
|
+
transform: rotate(180deg);
|
|
31042
|
+
}
|
|
31043
|
+
|
|
31044
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31045
|
+
max-height: calc(100vh - 128px);
|
|
31046
|
+
overflow-y: auto;
|
|
31047
|
+
}
|
|
31048
|
+
|
|
31049
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31050
|
+
padding: 4px 20px;
|
|
31051
|
+
font-size: 12px;
|
|
31052
|
+
line-height: 18px;
|
|
31053
|
+
}
|
|
31054
|
+
|
|
30988
31055
|
.E_rapgekc.ant-radio-wrapper {
|
|
30989
31056
|
display: inline-flex;
|
|
30990
31057
|
align-items: baseline;
|
|
@@ -31164,227 +31231,195 @@ button.E_n7k2c6r {
|
|
|
31164
31231
|
width: 36px;
|
|
31165
31232
|
}
|
|
31166
31233
|
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31234
|
+
.E_s1dizucg.ant-switch {
|
|
31235
|
+
min-width: 40px;
|
|
31236
|
+
height: 24px;
|
|
31237
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31238
|
+
overflow: hidden;
|
|
31169
31239
|
}
|
|
31170
31240
|
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31173
|
-
color: #2d3a56;
|
|
31174
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31175
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31176
|
-
font-size: 13px;
|
|
31241
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31242
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31177
31243
|
}
|
|
31178
31244
|
|
|
31179
|
-
.
|
|
31180
|
-
|
|
31245
|
+
.E_s1dizucg.ant-switch-small {
|
|
31246
|
+
min-width: 26px;
|
|
31247
|
+
height: 16px;
|
|
31181
31248
|
}
|
|
31182
31249
|
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
|
|
31250
|
+
.E_s1dizucg.ant-switch-large {
|
|
31251
|
+
min-width: 52px;
|
|
31252
|
+
height: 32px;
|
|
31186
31253
|
}
|
|
31187
31254
|
|
|
31188
|
-
.
|
|
31189
|
-
|
|
31190
|
-
|
|
31255
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31256
|
+
height: 20px;
|
|
31257
|
+
width: 20px;
|
|
31191
31258
|
}
|
|
31192
31259
|
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31260
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31261
|
+
border-radius: 10px;
|
|
31262
|
+
transition-delay: 120ms;
|
|
31195
31263
|
}
|
|
31196
31264
|
|
|
31197
|
-
.
|
|
31198
|
-
|
|
31199
|
-
|
|
31265
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31266
|
+
height: 14px;
|
|
31267
|
+
width: 14px;
|
|
31268
|
+
top: 1px;
|
|
31269
|
+
left: 1px;
|
|
31200
31270
|
}
|
|
31201
31271
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31272
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31273
|
+
height: 28px;
|
|
31274
|
+
width: 28px;
|
|
31204
31275
|
}
|
|
31205
31276
|
|
|
31206
|
-
.
|
|
31207
|
-
border-
|
|
31208
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31277
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31278
|
+
border-radius: 14px;
|
|
31209
31279
|
}
|
|
31210
31280
|
|
|
31211
|
-
.
|
|
31212
|
-
|
|
31281
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31282
|
+
background-color: #00ba5d;
|
|
31213
31283
|
}
|
|
31214
31284
|
|
|
31215
|
-
.
|
|
31216
|
-
|
|
31217
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31218
|
-
cursor: "not-allowed";
|
|
31285
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31286
|
+
left: calc(100% - 20px - 2px);
|
|
31219
31287
|
}
|
|
31220
31288
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31289
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31290
|
+
left: calc(100% - 14px - 1px);
|
|
31223
31291
|
}
|
|
31224
31292
|
|
|
31225
|
-
.
|
|
31226
|
-
|
|
31293
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31294
|
+
left: calc(100% - 28px - 2px);
|
|
31227
31295
|
}
|
|
31228
31296
|
|
|
31229
|
-
.
|
|
31230
|
-
|
|
31231
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31297
|
+
.E_c1up6e3y {
|
|
31298
|
+
margin-left: 5px;
|
|
31232
31299
|
}
|
|
31233
31300
|
|
|
31234
|
-
.
|
|
31235
|
-
|
|
31301
|
+
.E_ivqqkzv {
|
|
31302
|
+
height: 24px;
|
|
31303
|
+
width: 56px !important;
|
|
31304
|
+
margin-right: 4px;
|
|
31236
31305
|
}
|
|
31237
31306
|
|
|
31238
|
-
.
|
|
31239
|
-
display: flex;
|
|
31240
|
-
justify-content: space-between;
|
|
31241
|
-
align-items: center;
|
|
31242
|
-
padding: 10px 0;
|
|
31307
|
+
.E_c1wk4q29 {
|
|
31243
31308
|
color: rgba(44, 56, 82, 0.6);
|
|
31244
|
-
font-size: 12px;
|
|
31245
|
-
line-height: 24px;
|
|
31246
|
-
}
|
|
31247
|
-
|
|
31248
|
-
.E_phljevk .pagination-left {
|
|
31249
|
-
padding: 2px 8px;
|
|
31250
|
-
}
|
|
31251
|
-
|
|
31252
|
-
.E_phljevk .dropdown-trigger {
|
|
31253
|
-
display: flex;
|
|
31254
|
-
align-items: center;
|
|
31255
|
-
border-radius: 6px;
|
|
31256
|
-
cursor: pointer;
|
|
31257
|
-
transition: all 0.3s ease;
|
|
31258
|
-
}
|
|
31259
|
-
|
|
31260
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31261
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31262
|
-
color: #0080ff;
|
|
31263
|
-
}
|
|
31264
|
-
|
|
31265
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31266
|
-
margin-left: 4px;
|
|
31267
31309
|
}
|
|
31268
31310
|
|
|
31269
|
-
.
|
|
31311
|
+
.E_c1bus5hc {
|
|
31312
|
+
--color: white;
|
|
31313
|
+
height: 14px;
|
|
31314
|
+
width: 14px;
|
|
31315
|
+
border-radius: 50%;
|
|
31316
|
+
flex-shrink: 0;
|
|
31270
31317
|
display: flex;
|
|
31271
31318
|
align-items: center;
|
|
31272
|
-
|
|
31273
|
-
|
|
31274
|
-
}
|
|
31275
|
-
|
|
31276
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31277
|
-
margin-left: 4px;
|
|
31278
|
-
}
|
|
31279
|
-
|
|
31280
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31281
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31282
|
-
padding: 0 8px;
|
|
31283
|
-
}
|
|
31284
|
-
|
|
31285
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31286
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31287
|
-
color: #0080ff;
|
|
31288
|
-
}
|
|
31289
|
-
|
|
31290
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31291
|
-
transform: rotate(180deg);
|
|
31292
|
-
}
|
|
31293
|
-
|
|
31294
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31295
|
-
max-height: calc(100vh - 128px);
|
|
31296
|
-
overflow-y: auto;
|
|
31297
|
-
}
|
|
31298
|
-
|
|
31299
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31300
|
-
padding: 4px 20px;
|
|
31301
|
-
font-size: 12px;
|
|
31302
|
-
line-height: 18px;
|
|
31319
|
+
justify-content: center;
|
|
31320
|
+
border: 1px solid var(--color);
|
|
31303
31321
|
}
|
|
31304
31322
|
|
|
31305
|
-
.
|
|
31306
|
-
|
|
31307
|
-
height:
|
|
31308
|
-
|
|
31323
|
+
.E_c1bus5hc .circle-inner {
|
|
31324
|
+
position: relative;
|
|
31325
|
+
height: 10px;
|
|
31326
|
+
width: 10px;
|
|
31327
|
+
border-radius: 50%;
|
|
31309
31328
|
overflow: hidden;
|
|
31310
31329
|
}
|
|
31311
31330
|
|
|
31312
|
-
.
|
|
31313
|
-
|
|
31331
|
+
.E_c1bus5hc .circle-content {
|
|
31332
|
+
position: absolute;
|
|
31333
|
+
height: 100%;
|
|
31334
|
+
width: 100%;
|
|
31335
|
+
left: 0;
|
|
31336
|
+
top: 0;
|
|
31337
|
+
border-radius: 50%;
|
|
31338
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31339
|
+
transform: rotate(180deg);
|
|
31314
31340
|
}
|
|
31315
31341
|
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31318
|
-
height:
|
|
31342
|
+
.E_c1bus5hc .circle-child {
|
|
31343
|
+
position: absolute;
|
|
31344
|
+
height: 100%;
|
|
31345
|
+
width: 100%;
|
|
31346
|
+
left: 0;
|
|
31347
|
+
top: 0;
|
|
31348
|
+
margin-left: 50%;
|
|
31349
|
+
transform-origin: left;
|
|
31350
|
+
background: white;
|
|
31351
|
+
transform: rotate(0deg);
|
|
31319
31352
|
}
|
|
31320
31353
|
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31323
|
-
height: 32px;
|
|
31354
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31355
|
+
border-radius: 6px;
|
|
31324
31356
|
}
|
|
31325
31357
|
|
|
31326
|
-
.
|
|
31327
|
-
|
|
31328
|
-
|
|
31358
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31359
|
+
width: 100%;
|
|
31360
|
+
color: #2d3a56;
|
|
31361
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31362
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31363
|
+
font-size: 13px;
|
|
31329
31364
|
}
|
|
31330
31365
|
|
|
31331
|
-
.
|
|
31332
|
-
|
|
31333
|
-
transition-delay: 120ms;
|
|
31366
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31367
|
+
height: 30px;
|
|
31334
31368
|
}
|
|
31335
31369
|
|
|
31336
|
-
.
|
|
31337
|
-
height:
|
|
31338
|
-
|
|
31339
|
-
top: 1px;
|
|
31340
|
-
left: 1px;
|
|
31370
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31371
|
+
height: 38px;
|
|
31372
|
+
font-size: 13px;
|
|
31341
31373
|
}
|
|
31342
31374
|
|
|
31343
|
-
.
|
|
31344
|
-
|
|
31345
|
-
|
|
31375
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31376
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31377
|
+
transition: 160ms ease;
|
|
31346
31378
|
}
|
|
31347
31379
|
|
|
31348
|
-
.
|
|
31349
|
-
|
|
31380
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31381
|
+
color: #0080ff;
|
|
31350
31382
|
}
|
|
31351
31383
|
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31384
|
+
.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 {
|
|
31385
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31386
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31354
31387
|
}
|
|
31355
31388
|
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31389
|
+
.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 {
|
|
31390
|
+
color: #0080ff;
|
|
31358
31391
|
}
|
|
31359
31392
|
|
|
31360
|
-
.
|
|
31361
|
-
|
|
31393
|
+
.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 {
|
|
31394
|
+
border-color: #0080ff;
|
|
31395
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31362
31396
|
}
|
|
31363
31397
|
|
|
31364
|
-
.
|
|
31365
|
-
|
|
31398
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31399
|
+
transform: rotate(180deg);
|
|
31366
31400
|
}
|
|
31367
31401
|
|
|
31368
|
-
.
|
|
31369
|
-
|
|
31402
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31403
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31404
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31405
|
+
cursor: "not-allowed";
|
|
31370
31406
|
}
|
|
31371
31407
|
|
|
31372
|
-
.
|
|
31373
|
-
|
|
31374
|
-
width: 56px !important;
|
|
31375
|
-
margin-right: 4px;
|
|
31408
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31409
|
+
border-color: #f0483e !important;
|
|
31376
31410
|
}
|
|
31377
31411
|
|
|
31378
|
-
.
|
|
31379
|
-
color:
|
|
31412
|
+
.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 {
|
|
31413
|
+
color: #1d326c;
|
|
31380
31414
|
}
|
|
31381
31415
|
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31416
|
+
.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 {
|
|
31417
|
+
border-color: #0080ff;
|
|
31418
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31384
31419
|
}
|
|
31385
31420
|
|
|
31386
|
-
.
|
|
31387
|
-
|
|
31421
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31422
|
+
transform: rotate(180deg);
|
|
31388
31423
|
}
|
|
31389
31424
|
|
|
31390
31425
|
.E_s1dni7lo {
|
|
@@ -31477,6 +31512,19 @@ button.E_n7k2c6r {
|
|
|
31477
31512
|
opacity: 0;
|
|
31478
31513
|
}
|
|
31479
31514
|
|
|
31515
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31516
|
+
display: none;
|
|
31517
|
+
}
|
|
31518
|
+
|
|
31519
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31520
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31521
|
+
border-radius: 4px;
|
|
31522
|
+
}
|
|
31523
|
+
|
|
31524
|
+
.E_tju3gfj .date {
|
|
31525
|
+
margin-right: 4px;
|
|
31526
|
+
}
|
|
31527
|
+
|
|
31480
31528
|
.E_s1sck0th {
|
|
31481
31529
|
padding: 0 8px;
|
|
31482
31530
|
border-radius: 4px;
|
|
@@ -31575,59 +31623,27 @@ button.E_n7k2c6r {
|
|
|
31575
31623
|
background-color: #7E41FF;
|
|
31576
31624
|
}
|
|
31577
31625
|
|
|
31578
|
-
.
|
|
31579
|
-
display:
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31583
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31584
|
-
border-radius: 4px;
|
|
31626
|
+
.E_iq1gosr {
|
|
31627
|
+
display: inline-block;
|
|
31585
31628
|
}
|
|
31586
31629
|
|
|
31587
|
-
.
|
|
31588
|
-
|
|
31589
|
-
height:
|
|
31590
|
-
|
|
31591
|
-
border-radius: 50%;
|
|
31592
|
-
flex-shrink: 0;
|
|
31630
|
+
.E_fzh9mnb {
|
|
31631
|
+
width: 100%;
|
|
31632
|
+
height: 100%;
|
|
31633
|
+
min-height: 124px;
|
|
31593
31634
|
display: flex;
|
|
31594
|
-
|
|
31635
|
+
flex-direction: column;
|
|
31595
31636
|
justify-content: center;
|
|
31596
|
-
|
|
31637
|
+
align-items: center;
|
|
31597
31638
|
}
|
|
31598
31639
|
|
|
31599
|
-
.
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
border-radius: 50%;
|
|
31604
|
-
overflow: hidden;
|
|
31640
|
+
.E_fzh9mnb .error-text {
|
|
31641
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31642
|
+
margin-bottom: 16px;
|
|
31643
|
+
font-size: 18px;
|
|
31605
31644
|
}
|
|
31606
31645
|
|
|
31607
|
-
.
|
|
31608
|
-
position: absolute;
|
|
31609
|
-
height: 100%;
|
|
31610
|
-
width: 100%;
|
|
31611
|
-
left: 0;
|
|
31612
|
-
top: 0;
|
|
31613
|
-
border-radius: 50%;
|
|
31614
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31615
|
-
transform: rotate(180deg);
|
|
31616
|
-
}
|
|
31617
|
-
|
|
31618
|
-
.E_c1bus5hc .circle-child {
|
|
31619
|
-
position: absolute;
|
|
31620
|
-
height: 100%;
|
|
31621
|
-
width: 100%;
|
|
31622
|
-
left: 0;
|
|
31623
|
-
top: 0;
|
|
31624
|
-
margin-left: 50%;
|
|
31625
|
-
transform-origin: left;
|
|
31626
|
-
background: white;
|
|
31627
|
-
transform: rotate(0deg);
|
|
31628
|
-
}
|
|
31629
|
-
|
|
31630
|
-
.E_f7pxqmh {
|
|
31646
|
+
.E_f7pxqmh {
|
|
31631
31647
|
width: 100%;
|
|
31632
31648
|
margin-bottom: 0 !important;
|
|
31633
31649
|
flex-flow: nowrap !important;
|
|
@@ -31737,52 +31753,6 @@ button.E_n7k2c6r {
|
|
|
31737
31753
|
padding: 2px 8px;
|
|
31738
31754
|
}
|
|
31739
31755
|
|
|
31740
|
-
.E_fzh9mnb {
|
|
31741
|
-
width: 100%;
|
|
31742
|
-
height: 100%;
|
|
31743
|
-
min-height: 124px;
|
|
31744
|
-
display: flex;
|
|
31745
|
-
flex-direction: column;
|
|
31746
|
-
justify-content: center;
|
|
31747
|
-
align-items: center;
|
|
31748
|
-
}
|
|
31749
|
-
|
|
31750
|
-
.E_fzh9mnb .error-text {
|
|
31751
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31752
|
-
margin-bottom: 16px;
|
|
31753
|
-
font-size: 18px;
|
|
31754
|
-
}
|
|
31755
|
-
|
|
31756
|
-
.E_iouxfgt {
|
|
31757
|
-
display: inline-flex;
|
|
31758
|
-
align-items: center;
|
|
31759
|
-
}
|
|
31760
|
-
|
|
31761
|
-
.E_iouxfgt .icon-inner {
|
|
31762
|
-
display: inline-flex;
|
|
31763
|
-
align-items: center;
|
|
31764
|
-
justify-content: center;
|
|
31765
|
-
}
|
|
31766
|
-
|
|
31767
|
-
.E_iouxfgt .icon-inner + span,
|
|
31768
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31769
|
-
margin-left: 4px;
|
|
31770
|
-
}
|
|
31771
|
-
|
|
31772
|
-
.E_iouxfgt.is-rotate img,
|
|
31773
|
-
.E_iouxfgt.is-rotate svg {
|
|
31774
|
-
animation: rotate 680ms linear infinite;
|
|
31775
|
-
}
|
|
31776
|
-
|
|
31777
|
-
.E_owd0kml {
|
|
31778
|
-
display: inline-block;
|
|
31779
|
-
}
|
|
31780
|
-
|
|
31781
|
-
.E_h1jsgezc {
|
|
31782
|
-
visibility: hidden;
|
|
31783
|
-
position: absolute;
|
|
31784
|
-
}
|
|
31785
|
-
|
|
31786
31756
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31787
31757
|
display: var(--a1wfy30z-0);
|
|
31788
31758
|
}
|
|
@@ -31818,12 +31788,13 @@ button.E_n7k2c6r {
|
|
|
31818
31788
|
font-size: inherit;
|
|
31819
31789
|
}
|
|
31820
31790
|
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31791
|
+
.E_owd0kml {
|
|
31792
|
+
display: inline-block;
|
|
31823
31793
|
}
|
|
31824
31794
|
|
|
31825
|
-
.
|
|
31826
|
-
|
|
31795
|
+
.E_h1jsgezc {
|
|
31796
|
+
visibility: hidden;
|
|
31797
|
+
position: absolute;
|
|
31827
31798
|
}
|
|
31828
31799
|
|
|
31829
31800
|
.E_i1inqkme {
|
|
@@ -31839,6 +31810,35 @@ button.E_n7k2c6r {
|
|
|
31839
31810
|
margin-right: 4px;
|
|
31840
31811
|
}
|
|
31841
31812
|
|
|
31813
|
+
.E_iouxfgt {
|
|
31814
|
+
display: inline-flex;
|
|
31815
|
+
align-items: center;
|
|
31816
|
+
}
|
|
31817
|
+
|
|
31818
|
+
.E_iouxfgt .icon-inner {
|
|
31819
|
+
display: inline-flex;
|
|
31820
|
+
align-items: center;
|
|
31821
|
+
justify-content: center;
|
|
31822
|
+
}
|
|
31823
|
+
|
|
31824
|
+
.E_iouxfgt .icon-inner + span,
|
|
31825
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31826
|
+
margin-left: 4px;
|
|
31827
|
+
}
|
|
31828
|
+
|
|
31829
|
+
.E_iouxfgt.is-rotate img,
|
|
31830
|
+
.E_iouxfgt.is-rotate svg {
|
|
31831
|
+
animation: rotate 680ms linear infinite;
|
|
31832
|
+
}
|
|
31833
|
+
|
|
31834
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31835
|
+
margin-left: 8px;
|
|
31836
|
+
}
|
|
31837
|
+
|
|
31838
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31839
|
+
padding: 2px 7px 2px 12px;
|
|
31840
|
+
}
|
|
31841
|
+
|
|
31842
31842
|
.E_cnujxq2 {
|
|
31843
31843
|
display: flex;
|
|
31844
31844
|
flex-direction: column;
|
|
@@ -32623,49 +32623,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32623
32623
|
margin: 4px 0;
|
|
32624
32624
|
}
|
|
32625
32625
|
|
|
32626
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32627
|
-
display: inline-flex;
|
|
32628
|
-
align-items: center;
|
|
32629
|
-
justify-content: center;
|
|
32630
|
-
color: #fff;
|
|
32631
|
-
font-weight: bold;
|
|
32632
|
-
font-size: 12px;
|
|
32633
|
-
width: 24px;
|
|
32634
|
-
height: 24px;
|
|
32635
|
-
border-radius: 50%;
|
|
32636
|
-
background: var(--a1b5xrg3-0);
|
|
32637
|
-
}
|
|
32638
|
-
|
|
32639
|
-
.E_a1b5xrg3.btn-item {
|
|
32640
|
-
transition: all 160ms ease;
|
|
32641
|
-
cursor: pointer;
|
|
32642
|
-
width: 56px;
|
|
32643
|
-
height: 40px;
|
|
32644
|
-
display: inline-flex;
|
|
32645
|
-
align-items: center;
|
|
32646
|
-
justify-content: center;
|
|
32647
|
-
border-radius: 6px;
|
|
32648
|
-
}
|
|
32649
|
-
|
|
32650
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32651
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32652
|
-
}
|
|
32653
|
-
|
|
32654
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32655
|
-
transform: translateY(2px);
|
|
32656
|
-
transition: all 320ms ease;
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.E_h1ol2wl7 {
|
|
32660
|
-
font-weight: bold;
|
|
32661
|
-
background-color: unset;
|
|
32662
|
-
padding: unset;
|
|
32663
|
-
}
|
|
32664
|
-
|
|
32665
|
-
.E_m196gn1d {
|
|
32666
|
-
min-width: 1280px;
|
|
32667
|
-
}
|
|
32668
|
-
|
|
32669
32626
|
.E_dsnbhzf {
|
|
32670
32627
|
font-family: Inter;
|
|
32671
32628
|
font-style: normal;
|
|
@@ -33141,6 +33098,49 @@ input.E_rf8rlle.ant-input {
|
|
|
33141
33098
|
line-height: 12px;
|
|
33142
33099
|
}
|
|
33143
33100
|
|
|
33101
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
33102
|
+
display: inline-flex;
|
|
33103
|
+
align-items: center;
|
|
33104
|
+
justify-content: center;
|
|
33105
|
+
color: #fff;
|
|
33106
|
+
font-weight: bold;
|
|
33107
|
+
font-size: 12px;
|
|
33108
|
+
width: 24px;
|
|
33109
|
+
height: 24px;
|
|
33110
|
+
border-radius: 50%;
|
|
33111
|
+
background: var(--a1b5xrg3-0);
|
|
33112
|
+
}
|
|
33113
|
+
|
|
33114
|
+
.E_a1b5xrg3.btn-item {
|
|
33115
|
+
transition: all 160ms ease;
|
|
33116
|
+
cursor: pointer;
|
|
33117
|
+
width: 56px;
|
|
33118
|
+
height: 40px;
|
|
33119
|
+
display: inline-flex;
|
|
33120
|
+
align-items: center;
|
|
33121
|
+
justify-content: center;
|
|
33122
|
+
border-radius: 6px;
|
|
33123
|
+
}
|
|
33124
|
+
|
|
33125
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
33126
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33127
|
+
}
|
|
33128
|
+
|
|
33129
|
+
.E_a1b5xrg3.btn-item:active {
|
|
33130
|
+
transform: translateY(2px);
|
|
33131
|
+
transition: all 320ms ease;
|
|
33132
|
+
}
|
|
33133
|
+
|
|
33134
|
+
.E_m196gn1d {
|
|
33135
|
+
min-width: 1280px;
|
|
33136
|
+
}
|
|
33137
|
+
|
|
33138
|
+
.E_h1ol2wl7 {
|
|
33139
|
+
font-weight: bold;
|
|
33140
|
+
background-color: unset;
|
|
33141
|
+
padding: unset;
|
|
33142
|
+
}
|
|
33143
|
+
|
|
33144
33144
|
.E_suhck3k {
|
|
33145
33145
|
height: 24px;
|
|
33146
33146
|
width: 24px;
|
|
@@ -34292,154 +34292,172 @@ input.E_rf8rlle.ant-input {
|
|
|
34292
34292
|
background-color: transparent;
|
|
34293
34293
|
}
|
|
34294
34294
|
|
|
34295
|
-
.
|
|
34296
|
-
|
|
34297
|
-
line-height: 22px;
|
|
34298
|
-
display: inline-flex;
|
|
34295
|
+
.E_c1yd35n {
|
|
34296
|
+
padding: 0 12px 14px 12px;
|
|
34299
34297
|
}
|
|
34300
34298
|
|
|
34301
|
-
.
|
|
34302
|
-
|
|
34299
|
+
.E_c1kghdax {
|
|
34300
|
+
color: #2d3a56;
|
|
34301
|
+
padding: 7px 12px;
|
|
34303
34302
|
display: flex;
|
|
34303
|
+
justify-content: space-between;
|
|
34304
34304
|
align-items: center;
|
|
34305
|
-
top: 0;
|
|
34306
34305
|
}
|
|
34307
34306
|
|
|
34308
|
-
.
|
|
34309
|
-
|
|
34307
|
+
.E_c1kghdax.has-arrow {
|
|
34308
|
+
padding-left: 10px;
|
|
34310
34309
|
}
|
|
34311
34310
|
|
|
34312
|
-
.
|
|
34313
|
-
|
|
34311
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34312
|
+
cursor: pointer;
|
|
34313
|
+
color: #00122e;
|
|
34314
34314
|
}
|
|
34315
34315
|
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34316
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34317
|
+
color: #2d3a56;
|
|
34318
|
+
font-weight: 600;
|
|
34318
34319
|
}
|
|
34319
34320
|
|
|
34320
|
-
.
|
|
34321
|
-
|
|
34321
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34322
|
+
transform: rotate(90deg);
|
|
34322
34323
|
}
|
|
34323
34324
|
|
|
34324
|
-
.
|
|
34325
|
-
|
|
34325
|
+
.E_c1kghdax .sub-info {
|
|
34326
|
+
font-size: 12px;
|
|
34327
|
+
line-height: 18px;
|
|
34326
34328
|
}
|
|
34327
34329
|
|
|
34328
|
-
.
|
|
34329
|
-
|
|
34330
|
-
|
|
34331
|
-
|
|
34332
|
-
|
|
34330
|
+
.E_c1kghdax .title-wrapper {
|
|
34331
|
+
display: flex;
|
|
34332
|
+
align-items: center;
|
|
34333
|
+
user-select: none;
|
|
34334
|
+
flex-grow: 1;
|
|
34335
|
+
font-size: 12px;
|
|
34336
|
+
line-height: 18px;
|
|
34337
|
+
color: #2d3a56;
|
|
34338
|
+
font-weight: 700;
|
|
34333
34339
|
}
|
|
34334
34340
|
|
|
34335
|
-
.
|
|
34336
|
-
|
|
34341
|
+
.E_c1kghdax .collapse-arrow {
|
|
34342
|
+
transition: all 50ms ease-out 0ms;
|
|
34343
|
+
margin-right: 2px;
|
|
34337
34344
|
}
|
|
34338
34345
|
|
|
34339
|
-
.
|
|
34340
|
-
|
|
34341
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34346
|
+
.E_b14q2gmw {
|
|
34347
|
+
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);
|
|
34342
34348
|
}
|
|
34343
34349
|
|
|
34344
|
-
.
|
|
34345
|
-
border-
|
|
34350
|
+
.E_c1eym6el {
|
|
34351
|
+
border-radius: 8px;
|
|
34352
|
+
background-color: white;
|
|
34346
34353
|
}
|
|
34347
34354
|
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34355
|
+
.E_c1eym6el.hoverable {
|
|
34356
|
+
cursor: pointer;
|
|
34350
34357
|
}
|
|
34351
34358
|
|
|
34352
|
-
.
|
|
34353
|
-
|
|
34354
|
-
|
|
34355
|
-
|
|
34356
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34357
|
-
display: inline-block;
|
|
34358
|
-
margin-left: 12px;
|
|
34359
|
-
color: #2d3a56;
|
|
34359
|
+
.E_c1eym6el.hoverable:hover {
|
|
34360
|
+
transition: all 200ms ease;
|
|
34361
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34362
|
+
transform: translateY(-4px);
|
|
34360
34363
|
}
|
|
34361
34364
|
|
|
34362
|
-
.
|
|
34363
|
-
|
|
34364
|
-
|
|
34365
|
+
.E_r77hffu {
|
|
34366
|
+
display: flex;
|
|
34367
|
+
align-items: center;
|
|
34368
|
+
justify-content: space-between;
|
|
34369
|
+
column-gap: 6px;
|
|
34365
34370
|
}
|
|
34366
34371
|
|
|
34367
|
-
.
|
|
34368
|
-
|
|
34372
|
+
.E_p1cmxsf7 {
|
|
34373
|
+
display: flex;
|
|
34374
|
+
flex-direction: column;
|
|
34375
|
+
justify-content: center;
|
|
34376
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34369
34377
|
}
|
|
34370
34378
|
|
|
34371
|
-
.
|
|
34372
|
-
|
|
34379
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34380
|
+
font-size: 0;
|
|
34373
34381
|
}
|
|
34374
34382
|
|
|
34375
|
-
.
|
|
34376
|
-
|
|
34383
|
+
.E_ckui4s7 {
|
|
34384
|
+
color: #2d3a56;
|
|
34385
|
+
line-height: 22px;
|
|
34386
|
+
display: inline-flex;
|
|
34377
34387
|
}
|
|
34378
34388
|
|
|
34379
|
-
.
|
|
34380
|
-
|
|
34381
|
-
padding: 7px 12px;
|
|
34389
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34390
|
+
height: 22px;
|
|
34382
34391
|
display: flex;
|
|
34383
|
-
justify-content: space-between;
|
|
34384
34392
|
align-items: center;
|
|
34393
|
+
top: 0;
|
|
34385
34394
|
}
|
|
34386
34395
|
|
|
34387
|
-
.
|
|
34388
|
-
|
|
34396
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34397
|
+
border: none;
|
|
34389
34398
|
}
|
|
34390
34399
|
|
|
34391
|
-
.
|
|
34392
|
-
|
|
34393
|
-
color: #00122e;
|
|
34400
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34401
|
+
border-color: #0080ff;
|
|
34394
34402
|
}
|
|
34395
34403
|
|
|
34396
|
-
.
|
|
34397
|
-
|
|
34398
|
-
font-weight: 600;
|
|
34404
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34405
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34399
34406
|
}
|
|
34400
34407
|
|
|
34401
|
-
.
|
|
34402
|
-
|
|
34408
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34409
|
+
border: 1px solid #0080ff;
|
|
34403
34410
|
}
|
|
34404
34411
|
|
|
34405
|
-
.
|
|
34406
|
-
|
|
34407
|
-
line-height: 18px;
|
|
34412
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34413
|
+
background: #0080ff;
|
|
34408
34414
|
}
|
|
34409
34415
|
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34412
|
-
|
|
34413
|
-
|
|
34414
|
-
|
|
34415
|
-
font-size: 12px;
|
|
34416
|
-
line-height: 18px;
|
|
34417
|
-
color: #2d3a56;
|
|
34418
|
-
font-weight: 700;
|
|
34416
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34417
|
+
background-color: #fff;
|
|
34418
|
+
height: 2px;
|
|
34419
|
+
width: 10px;
|
|
34420
|
+
border-radius: 2px;
|
|
34419
34421
|
}
|
|
34420
34422
|
|
|
34421
|
-
.
|
|
34422
|
-
|
|
34423
|
-
margin-right: 2px;
|
|
34423
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34424
|
+
opacity: 0.5;
|
|
34424
34425
|
}
|
|
34425
34426
|
|
|
34426
|
-
.
|
|
34427
|
-
|
|
34427
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34428
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34429
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34428
34430
|
}
|
|
34429
34431
|
|
|
34430
|
-
.
|
|
34431
|
-
border-
|
|
34432
|
-
background-color: white;
|
|
34432
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34433
|
+
border-color: #2d3a56;
|
|
34433
34434
|
}
|
|
34434
34435
|
|
|
34435
|
-
.
|
|
34436
|
-
|
|
34436
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34437
|
+
background: #2d3a56;
|
|
34437
34438
|
}
|
|
34438
34439
|
|
|
34439
|
-
.
|
|
34440
|
-
|
|
34441
|
-
|
|
34442
|
-
|
|
34440
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34441
|
+
padding: 0;
|
|
34442
|
+
}
|
|
34443
|
+
|
|
34444
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34445
|
+
display: inline-block;
|
|
34446
|
+
margin-left: 12px;
|
|
34447
|
+
color: #2d3a56;
|
|
34448
|
+
}
|
|
34449
|
+
|
|
34450
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34451
|
+
margin-left: 28px;
|
|
34452
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34453
|
+
}
|
|
34454
|
+
|
|
34455
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34456
|
+
margin-left: 8px;
|
|
34457
|
+
}
|
|
34458
|
+
|
|
34459
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34460
|
+
margin-left: 24px;
|
|
34443
34461
|
}
|
|
34444
34462
|
|
|
34445
34463
|
.E_lht19u8 {
|
|
@@ -34491,61 +34509,271 @@ input.E_rf8rlle.ant-input {
|
|
|
34491
34509
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34492
34510
|
}
|
|
34493
34511
|
|
|
34494
|
-
.
|
|
34495
|
-
|
|
34496
|
-
|
|
34497
|
-
|
|
34498
|
-
|
|
34512
|
+
.E_w7ob4th.outside-tag {
|
|
34513
|
+
padding-left: 0;
|
|
34514
|
+
}
|
|
34515
|
+
|
|
34516
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34517
|
+
border-radius: 4px 0 0 4px;
|
|
34518
|
+
padding-right: 4px;
|
|
34519
|
+
margin-right: 4px;
|
|
34520
|
+
}
|
|
34521
|
+
|
|
34522
|
+
.E_slr2ynn {
|
|
34523
|
+
padding: 0 8px;
|
|
34524
|
+
height: 18px;
|
|
34525
|
+
}
|
|
34526
|
+
|
|
34527
|
+
.E_m140wbb6 {
|
|
34528
|
+
padding: 2px 8px;
|
|
34529
|
+
height: 24px;
|
|
34530
|
+
}
|
|
34531
|
+
|
|
34532
|
+
.E_t1fozc1i {
|
|
34533
|
+
margin: 0;
|
|
34534
|
+
}
|
|
34535
|
+
|
|
34536
|
+
.E_i1vxv4ln {
|
|
34537
|
+
margin-right: 4px;
|
|
34538
|
+
height: 16px;
|
|
34539
|
+
}
|
|
34540
|
+
|
|
34541
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34542
|
+
font-weight: 700;
|
|
34543
|
+
color: #00122e;
|
|
34544
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34545
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34546
|
+
word-break: break-all;
|
|
34547
|
+
display: inline;
|
|
34548
|
+
white-space: normal;
|
|
34549
|
+
}
|
|
34550
|
+
|
|
34551
|
+
.E_t1dtlqs1 {
|
|
34552
|
+
margin-bottom: 4px;
|
|
34553
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34554
|
+
overflow: hidden;
|
|
34555
|
+
text-overflow: ellipsis;
|
|
34556
|
+
white-space: nowrap;
|
|
34557
|
+
}
|
|
34558
|
+
|
|
34559
|
+
.E_s1ese5oy {
|
|
34560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34561
|
+
line-height: 32px;
|
|
34562
|
+
height: 32px;
|
|
34563
|
+
margin-bottom: 0;
|
|
34564
|
+
}
|
|
34565
|
+
|
|
34566
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34567
|
+
color: #0080ff;
|
|
34568
|
+
}
|
|
34569
|
+
|
|
34570
|
+
.E_s1ese5oy.warning {
|
|
34571
|
+
color: #ffa500;
|
|
34572
|
+
}
|
|
34573
|
+
|
|
34574
|
+
.E_s1ese5oy.success {
|
|
34575
|
+
color: #00ba5d;
|
|
34576
|
+
}
|
|
34577
|
+
|
|
34578
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34579
|
+
color: #f0483e;
|
|
34580
|
+
}
|
|
34581
|
+
|
|
34582
|
+
.E_s1ese5oy.normal {
|
|
34583
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34584
|
+
}
|
|
34585
|
+
|
|
34586
|
+
.E_b1ibis43 {
|
|
34587
|
+
margin-bottom: 0;
|
|
34588
|
+
color: #00122e;
|
|
34589
|
+
}
|
|
34590
|
+
|
|
34591
|
+
.E_b11xxjd2 {
|
|
34592
|
+
line-height: 32px;
|
|
34593
|
+
margin-right: 6px;
|
|
34594
|
+
}
|
|
34595
|
+
|
|
34596
|
+
.E_bsub5bw.with-description {
|
|
34597
|
+
height: 24px;
|
|
34598
|
+
flex: 1;
|
|
34599
|
+
position: relative;
|
|
34600
|
+
top: -7px;
|
|
34601
|
+
}
|
|
34602
|
+
|
|
34603
|
+
.E_bsub5bw p {
|
|
34604
|
+
width: 100%;
|
|
34605
|
+
overflow: hidden;
|
|
34606
|
+
text-overflow: ellipsis;
|
|
34607
|
+
white-space: nowrap;
|
|
34608
|
+
}
|
|
34609
|
+
|
|
34610
|
+
.E_tmoyoag {
|
|
34611
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34612
|
+
border-radius: 8px;
|
|
34613
|
+
overflow: auto;
|
|
34614
|
+
}
|
|
34615
|
+
|
|
34616
|
+
.E_tmoyoag .ant-list {
|
|
34617
|
+
position: relative;
|
|
34618
|
+
}
|
|
34619
|
+
|
|
34620
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34621
|
+
position: sticky;
|
|
34622
|
+
top: 0;
|
|
34623
|
+
z-index: 2;
|
|
34624
|
+
display: flex;
|
|
34625
|
+
padding: 8px;
|
|
34626
|
+
flex-wrap: nowrap;
|
|
34627
|
+
justify-content: flex-start;
|
|
34628
|
+
background: #f2f5fa;
|
|
34629
|
+
font-size: 14px;
|
|
34630
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34631
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34632
|
+
}
|
|
34633
|
+
|
|
34634
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34635
|
+
align-items: inherit;
|
|
34636
|
+
}
|
|
34637
|
+
|
|
34638
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34639
|
+
display: flex;
|
|
34640
|
+
justify-content: flex-start;
|
|
34641
|
+
align-items: flex-start;
|
|
34642
|
+
flex-wrap: wrap;
|
|
34643
|
+
padding: 8px;
|
|
34644
|
+
border: none;
|
|
34645
|
+
}
|
|
34646
|
+
|
|
34647
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34648
|
+
flex-basis: 100%;
|
|
34649
|
+
margin: 12px 0 0;
|
|
34650
|
+
order: 99;
|
|
34651
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34652
|
+
}
|
|
34653
|
+
|
|
34654
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34655
|
+
color: #f0483e;
|
|
34656
|
+
flex-basis: 100%;
|
|
34657
|
+
order: 98;
|
|
34658
|
+
margin: 12px 0 0;
|
|
34659
|
+
}
|
|
34660
|
+
|
|
34661
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34662
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34663
|
+
}
|
|
34664
|
+
|
|
34665
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34666
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34667
|
+
}
|
|
34668
|
+
|
|
34669
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34670
|
+
flex: 1 0 0;
|
|
34671
|
+
overflow: hidden;
|
|
34672
|
+
}
|
|
34673
|
+
|
|
34674
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34675
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34676
|
+
margin: 0;
|
|
34677
|
+
}
|
|
34678
|
+
|
|
34679
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34680
|
+
text-align: center;
|
|
34681
|
+
}
|
|
34682
|
+
|
|
34683
|
+
.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 > * {
|
|
34684
|
+
text-align: center;
|
|
34685
|
+
}
|
|
34686
|
+
|
|
34687
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34688
|
+
text-align: left;
|
|
34689
|
+
}
|
|
34690
|
+
|
|
34691
|
+
.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 > * {
|
|
34692
|
+
text-align: left;
|
|
34693
|
+
}
|
|
34694
|
+
|
|
34695
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34696
|
+
text-align: right;
|
|
34697
|
+
}
|
|
34698
|
+
|
|
34699
|
+
.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 > * {
|
|
34700
|
+
text-align: right;
|
|
34701
|
+
}
|
|
34702
|
+
|
|
34703
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34704
|
+
margin-right: 8px;
|
|
34705
|
+
}
|
|
34706
|
+
|
|
34707
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34708
|
+
padding: 4px;
|
|
34709
|
+
width: 24px;
|
|
34710
|
+
height: 24px;
|
|
34711
|
+
overflow: hidden;
|
|
34712
|
+
}
|
|
34713
|
+
|
|
34714
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34715
|
+
padding: 0;
|
|
34716
|
+
}
|
|
34717
|
+
|
|
34718
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34719
|
+
cursor: not-allowed;
|
|
34720
|
+
opacity: 0.5;
|
|
34721
|
+
}
|
|
34722
|
+
|
|
34723
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34724
|
+
margin: 0;
|
|
34499
34725
|
}
|
|
34500
34726
|
|
|
34501
|
-
.
|
|
34502
|
-
|
|
34503
|
-
|
|
34504
|
-
|
|
34505
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34727
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34728
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34729
|
+
border-radius: 5px;
|
|
34730
|
+
font-size: 12px;
|
|
34506
34731
|
}
|
|
34507
34732
|
|
|
34508
|
-
.
|
|
34509
|
-
font-size:
|
|
34733
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34734
|
+
font-size: inherit;
|
|
34510
34735
|
}
|
|
34511
34736
|
|
|
34512
|
-
.
|
|
34513
|
-
|
|
34737
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34738
|
+
min-height: 24px;
|
|
34739
|
+
font-size: 12px;
|
|
34740
|
+
position: relative;
|
|
34514
34741
|
}
|
|
34515
34742
|
|
|
34516
|
-
.
|
|
34517
|
-
border-
|
|
34518
|
-
padding-right: 4px;
|
|
34519
|
-
margin-right: 4px;
|
|
34743
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34744
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34520
34745
|
}
|
|
34521
34746
|
|
|
34522
|
-
.
|
|
34523
|
-
|
|
34524
|
-
height: 18px;
|
|
34747
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34748
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34525
34749
|
}
|
|
34526
34750
|
|
|
34527
|
-
.
|
|
34751
|
+
.E_a138syjm {
|
|
34752
|
+
display: flex;
|
|
34753
|
+
align-items: center;
|
|
34754
|
+
margin-top: 8px;
|
|
34755
|
+
}
|
|
34756
|
+
|
|
34757
|
+
.E_a138syjm button.ant-btn {
|
|
34528
34758
|
padding: 2px 8px;
|
|
34529
34759
|
height: 24px;
|
|
34530
34760
|
}
|
|
34531
34761
|
|
|
34532
|
-
.
|
|
34533
|
-
|
|
34762
|
+
.E_a138syjm > span.maximum-desc {
|
|
34763
|
+
display: none;
|
|
34764
|
+
margin-left: 8px;
|
|
34765
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34534
34766
|
}
|
|
34535
34767
|
|
|
34536
|
-
.
|
|
34537
|
-
|
|
34538
|
-
height: 16px;
|
|
34768
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34769
|
+
display: inline;
|
|
34539
34770
|
}
|
|
34540
34771
|
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34543
|
-
|
|
34544
|
-
|
|
34545
|
-
|
|
34546
|
-
word-break: break-all;
|
|
34547
|
-
display: inline;
|
|
34548
|
-
white-space: normal;
|
|
34772
|
+
.E_d77i8u0 {
|
|
34773
|
+
width: 24px;
|
|
34774
|
+
height: 24px;
|
|
34775
|
+
padding: 4px;
|
|
34776
|
+
margin-right: 8px;
|
|
34549
34777
|
}
|
|
34550
34778
|
|
|
34551
34779
|
.E_i1g85yz3 {
|
|
@@ -34793,6 +35021,11 @@ input.E_rf8rlle.ant-input {
|
|
|
34793
35021
|
height: 100%;
|
|
34794
35022
|
}
|
|
34795
35023
|
|
|
35024
|
+
.E_tfzf37v .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35025
|
+
padding-top: 6px;
|
|
35026
|
+
padding-bottom: 6px;
|
|
35027
|
+
}
|
|
35028
|
+
|
|
34796
35029
|
.E_tfzf37v.empty-table .ant-table-content {
|
|
34797
35030
|
overflow: visible !important;
|
|
34798
35031
|
height: 100%;
|
|
@@ -35081,7 +35314,8 @@ input.E_rf8rlle.ant-input {
|
|
|
35081
35314
|
border-bottom: none;
|
|
35082
35315
|
color: #00122e;
|
|
35083
35316
|
transition: none;
|
|
35084
|
-
padding:
|
|
35317
|
+
padding: 14px 8px 14px 8px;
|
|
35318
|
+
line-height: 20px;
|
|
35085
35319
|
}
|
|
35086
35320
|
|
|
35087
35321
|
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
@@ -35235,390 +35469,162 @@ input.E_rf8rlle.ant-input {
|
|
|
35235
35469
|
background: #fff;
|
|
35236
35470
|
}
|
|
35237
35471
|
|
|
35238
|
-
button.E_l48ei06.ant-btn {
|
|
35239
|
-
font-size: 12px;
|
|
35240
|
-
line-height: 18px;
|
|
35241
|
-
height: 18px;
|
|
35242
|
-
}
|
|
35243
|
-
|
|
35244
|
-
button.E_l48ei06 {
|
|
35245
|
-
color: #0080FF;
|
|
35246
|
-
height: unset;
|
|
35247
|
-
}
|
|
35248
|
-
|
|
35249
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
35250
|
-
margin-right: 4px;
|
|
35251
|
-
}
|
|
35252
|
-
|
|
35253
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
35254
|
-
margin-left: 4px;
|
|
35255
|
-
}
|
|
35256
|
-
|
|
35257
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35258
|
-
color: #009DFF;
|
|
35259
|
-
}
|
|
35260
|
-
|
|
35261
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35262
|
-
color: #005ED1;
|
|
35263
|
-
}
|
|
35264
|
-
|
|
35265
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
35266
|
-
color: #0080FF;
|
|
35267
|
-
}
|
|
35268
|
-
|
|
35269
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
35270
|
-
color: #00122E;
|
|
35271
|
-
}
|
|
35272
|
-
|
|
35273
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35274
|
-
color: #0080FF;
|
|
35275
|
-
}
|
|
35276
|
-
|
|
35277
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35278
|
-
color: #005ED1;
|
|
35279
|
-
}
|
|
35280
|
-
|
|
35281
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35282
|
-
color: #00122E;
|
|
35283
|
-
}
|
|
35284
|
-
|
|
35285
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
35286
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35287
|
-
}
|
|
35288
|
-
|
|
35289
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35290
|
-
color: #0080FF;
|
|
35291
|
-
}
|
|
35292
|
-
|
|
35293
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35294
|
-
color: #005ED1;
|
|
35295
|
-
}
|
|
35296
|
-
|
|
35297
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35298
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35299
|
-
}
|
|
35300
|
-
|
|
35301
35472
|
.E_sddwhm6 {
|
|
35302
35473
|
margin: 0;
|
|
35303
35474
|
border-radius: 20px;
|
|
35304
35475
|
padding: 2px 10px;
|
|
35305
|
-
height: 22px;
|
|
35306
|
-
}
|
|
35307
|
-
|
|
35308
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35309
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35310
|
-
}
|
|
35311
|
-
|
|
35312
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
35313
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35314
|
-
}
|
|
35315
|
-
|
|
35316
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35317
|
-
color: #00122e;
|
|
35318
|
-
}
|
|
35319
|
-
|
|
35320
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35321
|
-
margin-right: 6px;
|
|
35322
|
-
}
|
|
35323
|
-
|
|
35324
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35325
|
-
margin-left: 8px;
|
|
35326
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35327
|
-
}
|
|
35328
|
-
|
|
35329
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35330
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35331
|
-
}
|
|
35332
|
-
|
|
35333
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35334
|
-
background-color: #0080ff;
|
|
35335
|
-
}
|
|
35336
|
-
|
|
35337
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
35338
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
35339
|
-
}
|
|
35340
|
-
|
|
35341
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35342
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
35343
|
-
}
|
|
35344
|
-
|
|
35345
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35346
|
-
background-color: #f0483e;
|
|
35347
|
-
}
|
|
35348
|
-
|
|
35349
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
35350
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
35351
|
-
}
|
|
35352
|
-
|
|
35353
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35354
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
35355
|
-
}
|
|
35356
|
-
|
|
35357
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35358
|
-
background-color: #fea008;
|
|
35359
|
-
}
|
|
35360
|
-
|
|
35361
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
35362
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
35363
|
-
}
|
|
35364
|
-
|
|
35365
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35366
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
35367
|
-
}
|
|
35368
|
-
|
|
35369
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35370
|
-
background-color: #00ba5d;
|
|
35371
|
-
}
|
|
35372
|
-
|
|
35373
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
35374
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
35375
|
-
}
|
|
35376
|
-
|
|
35377
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35378
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35379
|
-
}
|
|
35380
|
-
|
|
35381
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35382
|
-
background-color: #6b7d99;
|
|
35383
|
-
}
|
|
35384
|
-
|
|
35385
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
35386
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
35387
|
-
}
|
|
35388
|
-
|
|
35389
|
-
.E_satwmqm {
|
|
35390
|
-
width: 8px;
|
|
35391
|
-
height: 8px;
|
|
35392
|
-
border-radius: 50%;
|
|
35393
|
-
display: inline-block;
|
|
35394
|
-
}
|
|
35395
|
-
|
|
35396
|
-
.E_t1dtlqs1 {
|
|
35397
|
-
margin-bottom: 4px;
|
|
35398
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35399
|
-
overflow: hidden;
|
|
35400
|
-
text-overflow: ellipsis;
|
|
35401
|
-
white-space: nowrap;
|
|
35402
|
-
}
|
|
35403
|
-
|
|
35404
|
-
.E_s1ese5oy {
|
|
35405
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35406
|
-
line-height: 32px;
|
|
35407
|
-
height: 32px;
|
|
35408
|
-
margin-bottom: 0;
|
|
35409
|
-
}
|
|
35410
|
-
|
|
35411
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35412
|
-
color: #0080ff;
|
|
35413
|
-
}
|
|
35414
|
-
|
|
35415
|
-
.E_s1ese5oy.warning {
|
|
35416
|
-
color: #ffa500;
|
|
35417
|
-
}
|
|
35418
|
-
|
|
35419
|
-
.E_s1ese5oy.success {
|
|
35420
|
-
color: #00ba5d;
|
|
35476
|
+
height: 22px;
|
|
35421
35477
|
}
|
|
35422
35478
|
|
|
35423
|
-
.
|
|
35424
|
-
color:
|
|
35479
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35480
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35425
35481
|
}
|
|
35426
35482
|
|
|
35427
|
-
.
|
|
35428
|
-
color: rgba(
|
|
35483
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
35484
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35429
35485
|
}
|
|
35430
35486
|
|
|
35431
|
-
.
|
|
35432
|
-
margin-bottom: 0;
|
|
35487
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35433
35488
|
color: #00122e;
|
|
35434
35489
|
}
|
|
35435
35490
|
|
|
35436
|
-
.
|
|
35437
|
-
line-height: 32px;
|
|
35491
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35438
35492
|
margin-right: 6px;
|
|
35439
35493
|
}
|
|
35440
35494
|
|
|
35441
|
-
.
|
|
35442
|
-
|
|
35443
|
-
|
|
35444
|
-
position: relative;
|
|
35445
|
-
top: -7px;
|
|
35446
|
-
}
|
|
35447
|
-
|
|
35448
|
-
.E_bsub5bw p {
|
|
35449
|
-
width: 100%;
|
|
35450
|
-
overflow: hidden;
|
|
35451
|
-
text-overflow: ellipsis;
|
|
35452
|
-
white-space: nowrap;
|
|
35453
|
-
}
|
|
35454
|
-
|
|
35455
|
-
.E_tmoyoag {
|
|
35456
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35457
|
-
border-radius: 8px;
|
|
35458
|
-
overflow: auto;
|
|
35495
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35496
|
+
margin-left: 8px;
|
|
35497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35459
35498
|
}
|
|
35460
35499
|
|
|
35461
|
-
.
|
|
35462
|
-
|
|
35500
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35501
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35463
35502
|
}
|
|
35464
35503
|
|
|
35465
|
-
.
|
|
35466
|
-
|
|
35467
|
-
top: 0;
|
|
35468
|
-
z-index: 2;
|
|
35469
|
-
display: flex;
|
|
35470
|
-
padding: 8px;
|
|
35471
|
-
flex-wrap: nowrap;
|
|
35472
|
-
justify-content: flex-start;
|
|
35473
|
-
background: #f2f5fa;
|
|
35474
|
-
font-size: 14px;
|
|
35475
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35476
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35504
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35505
|
+
background-color: #0080ff;
|
|
35477
35506
|
}
|
|
35478
35507
|
|
|
35479
|
-
.
|
|
35480
|
-
|
|
35508
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
35509
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35481
35510
|
}
|
|
35482
35511
|
|
|
35483
|
-
.
|
|
35484
|
-
|
|
35485
|
-
justify-content: flex-start;
|
|
35486
|
-
align-items: flex-start;
|
|
35487
|
-
flex-wrap: wrap;
|
|
35488
|
-
padding: 8px;
|
|
35489
|
-
border: none;
|
|
35512
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35513
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35490
35514
|
}
|
|
35491
35515
|
|
|
35492
|
-
.
|
|
35493
|
-
|
|
35494
|
-
margin: 12px 0 0;
|
|
35495
|
-
order: 99;
|
|
35496
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35516
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35517
|
+
background-color: #f0483e;
|
|
35497
35518
|
}
|
|
35498
35519
|
|
|
35499
|
-
.
|
|
35500
|
-
color:
|
|
35501
|
-
flex-basis: 100%;
|
|
35502
|
-
order: 98;
|
|
35503
|
-
margin: 12px 0 0;
|
|
35520
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
35521
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35504
35522
|
}
|
|
35505
35523
|
|
|
35506
|
-
.
|
|
35507
|
-
background-color: rgba(
|
|
35524
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35525
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35508
35526
|
}
|
|
35509
35527
|
|
|
35510
|
-
.
|
|
35511
|
-
background-color:
|
|
35528
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35529
|
+
background-color: #fea008;
|
|
35512
35530
|
}
|
|
35513
35531
|
|
|
35514
|
-
.
|
|
35515
|
-
|
|
35516
|
-
overflow: hidden;
|
|
35532
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
35533
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35517
35534
|
}
|
|
35518
35535
|
|
|
35519
|
-
.
|
|
35520
|
-
color: rgba(
|
|
35521
|
-
margin: 0;
|
|
35536
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35537
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35522
35538
|
}
|
|
35523
35539
|
|
|
35524
|
-
.
|
|
35525
|
-
|
|
35540
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35541
|
+
background-color: #00ba5d;
|
|
35526
35542
|
}
|
|
35527
35543
|
|
|
35528
|
-
.
|
|
35529
|
-
|
|
35544
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
35545
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35530
35546
|
}
|
|
35531
35547
|
|
|
35532
|
-
.
|
|
35533
|
-
|
|
35548
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35549
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35534
35550
|
}
|
|
35535
35551
|
|
|
35536
|
-
.
|
|
35537
|
-
|
|
35552
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35553
|
+
background-color: #6b7d99;
|
|
35538
35554
|
}
|
|
35539
35555
|
|
|
35540
|
-
.
|
|
35541
|
-
|
|
35556
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
35557
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35542
35558
|
}
|
|
35543
35559
|
|
|
35544
|
-
.
|
|
35545
|
-
|
|
35560
|
+
.E_satwmqm {
|
|
35561
|
+
width: 8px;
|
|
35562
|
+
height: 8px;
|
|
35563
|
+
border-radius: 50%;
|
|
35564
|
+
display: inline-block;
|
|
35546
35565
|
}
|
|
35547
35566
|
|
|
35548
|
-
.
|
|
35549
|
-
|
|
35567
|
+
button.E_l48ei06.ant-btn {
|
|
35568
|
+
font-size: 12px;
|
|
35569
|
+
line-height: 18px;
|
|
35570
|
+
height: 18px;
|
|
35550
35571
|
}
|
|
35551
35572
|
|
|
35552
|
-
.
|
|
35553
|
-
|
|
35554
|
-
|
|
35555
|
-
height: 24px;
|
|
35556
|
-
overflow: hidden;
|
|
35573
|
+
button.E_l48ei06 {
|
|
35574
|
+
color: #0080FF;
|
|
35575
|
+
height: unset;
|
|
35557
35576
|
}
|
|
35558
35577
|
|
|
35559
|
-
.
|
|
35560
|
-
|
|
35578
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35579
|
+
margin-right: 4px;
|
|
35561
35580
|
}
|
|
35562
35581
|
|
|
35563
|
-
.
|
|
35564
|
-
|
|
35565
|
-
opacity: 0.5;
|
|
35582
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35583
|
+
margin-left: 4px;
|
|
35566
35584
|
}
|
|
35567
35585
|
|
|
35568
|
-
.
|
|
35569
|
-
|
|
35586
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35587
|
+
color: #009DFF;
|
|
35570
35588
|
}
|
|
35571
35589
|
|
|
35572
|
-
.
|
|
35573
|
-
|
|
35574
|
-
border-radius: 5px;
|
|
35575
|
-
font-size: 12px;
|
|
35590
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35591
|
+
color: #005ED1;
|
|
35576
35592
|
}
|
|
35577
35593
|
|
|
35578
|
-
.
|
|
35579
|
-
|
|
35594
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35595
|
+
color: #0080FF;
|
|
35580
35596
|
}
|
|
35581
35597
|
|
|
35582
|
-
.
|
|
35583
|
-
|
|
35584
|
-
font-size: 12px;
|
|
35585
|
-
position: relative;
|
|
35598
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35599
|
+
color: #00122E;
|
|
35586
35600
|
}
|
|
35587
35601
|
|
|
35588
|
-
.
|
|
35589
|
-
|
|
35602
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35603
|
+
color: #0080FF;
|
|
35590
35604
|
}
|
|
35591
35605
|
|
|
35592
|
-
.
|
|
35593
|
-
|
|
35606
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35607
|
+
color: #005ED1;
|
|
35594
35608
|
}
|
|
35595
35609
|
|
|
35596
|
-
.
|
|
35597
|
-
|
|
35598
|
-
align-items: center;
|
|
35599
|
-
margin-top: 8px;
|
|
35610
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35611
|
+
color: #00122E;
|
|
35600
35612
|
}
|
|
35601
35613
|
|
|
35602
|
-
|
|
35603
|
-
|
|
35604
|
-
height: 24px;
|
|
35614
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35615
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35605
35616
|
}
|
|
35606
35617
|
|
|
35607
|
-
.
|
|
35608
|
-
|
|
35609
|
-
margin-left: 8px;
|
|
35610
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35618
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35619
|
+
color: #0080FF;
|
|
35611
35620
|
}
|
|
35612
35621
|
|
|
35613
|
-
.
|
|
35614
|
-
|
|
35622
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35623
|
+
color: #005ED1;
|
|
35615
35624
|
}
|
|
35616
35625
|
|
|
35617
|
-
.
|
|
35618
|
-
|
|
35619
|
-
height: 24px;
|
|
35620
|
-
padding: 4px;
|
|
35621
|
-
margin-right: 8px;
|
|
35626
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35627
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35622
35628
|
}
|
|
35623
35629
|
|
|
35624
35630
|
.E_t1gvlxt5 {
|
|
@@ -35867,6 +35873,41 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35867
35873
|
background: rgba(163, 180, 204, 0.18);
|
|
35868
35874
|
}
|
|
35869
35875
|
|
|
35876
|
+
.E_t1g36k2w {
|
|
35877
|
+
overflow: hidden;
|
|
35878
|
+
height: 100%;
|
|
35879
|
+
background: white;
|
|
35880
|
+
}
|
|
35881
|
+
|
|
35882
|
+
.E_t1g36k2w .table-loading-item {
|
|
35883
|
+
padding: 8px 4px;
|
|
35884
|
+
display: flex;
|
|
35885
|
+
align-items: center;
|
|
35886
|
+
}
|
|
35887
|
+
|
|
35888
|
+
.E_t1g36k2w .table-loading-item > * {
|
|
35889
|
+
height: 16px;
|
|
35890
|
+
margin: 4px;
|
|
35891
|
+
background: rgba(237, 241, 250, 0.6);
|
|
35892
|
+
border-radius: 2px;
|
|
35893
|
+
}
|
|
35894
|
+
|
|
35895
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
35896
|
+
width: 16px;
|
|
35897
|
+
}
|
|
35898
|
+
|
|
35899
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
35900
|
+
flex: 1;
|
|
35901
|
+
}
|
|
35902
|
+
|
|
35903
|
+
.E_t1g36k2w :nth-child(1) {
|
|
35904
|
+
padding: 8px 4px;
|
|
35905
|
+
}
|
|
35906
|
+
|
|
35907
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
35908
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35909
|
+
}
|
|
35910
|
+
|
|
35870
35911
|
.E_f16blduf.ant-form-item {
|
|
35871
35912
|
margin-bottom: 0;
|
|
35872
35913
|
}
|
|
@@ -35889,18 +35930,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35889
35930
|
display: block;
|
|
35890
35931
|
}
|
|
35891
35932
|
|
|
35892
|
-
.E_i14c7jc8 {
|
|
35893
|
-
color: var(--i14c7jc8-0);
|
|
35894
|
-
}
|
|
35895
|
-
|
|
35896
|
-
.E_i1ibuolf {
|
|
35897
|
-
display: flex;
|
|
35898
|
-
align-items: center;
|
|
35899
|
-
column-gap: 4px;
|
|
35900
|
-
font-size: 12px;
|
|
35901
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35902
|
-
}
|
|
35903
|
-
|
|
35904
35933
|
.E_d1u4ndxc {
|
|
35905
35934
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35906
35935
|
font-size: 12px;
|
|
@@ -35931,4 +35960,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35931
35960
|
to {
|
|
35932
35961
|
transform: translateX(100%);
|
|
35933
35962
|
}
|
|
35963
|
+
}
|
|
35964
|
+
.E_i14c7jc8 {
|
|
35965
|
+
color: var(--i14c7jc8-0);
|
|
35966
|
+
}
|
|
35967
|
+
|
|
35968
|
+
.E_i1ibuolf {
|
|
35969
|
+
display: flex;
|
|
35970
|
+
align-items: center;
|
|
35971
|
+
column-gap: 4px;
|
|
35972
|
+
font-size: 12px;
|
|
35973
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35934
35974
|
}
|