@cloudtower/eagle 0.29.19 → 0.29.21
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/index.js +4 -2
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1585 -1585
- package/dist/esm/core/Table/index.js +4 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Table/index.d.ts +1 -0
- package/dist/style.css +1190 -1189
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29586,185 +29586,155 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
-
.
|
|
29590
|
-
|
|
29591
|
-
|
|
29592
|
-
justify-content: space-between;
|
|
29593
|
-
background: #edf0f7;
|
|
29594
|
-
padding: 8px 12px;
|
|
29595
|
-
position: sticky;
|
|
29596
|
-
top: 0;
|
|
29597
|
-
z-index: 1;
|
|
29598
|
-
margin-bottom: -52px;
|
|
29599
|
-
}
|
|
29600
|
-
|
|
29601
|
-
.E_s1ebs0ra .select-total {
|
|
29602
|
-
display: flex;
|
|
29603
|
-
align-items: center;
|
|
29604
|
-
font-weight: 700;
|
|
29605
|
-
flex-shrink: 0;
|
|
29606
|
-
}
|
|
29607
|
-
|
|
29608
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29609
|
-
cursor: pointer;
|
|
29610
|
-
margin-left: 8px;
|
|
29611
|
-
width: 32px;
|
|
29612
|
-
height: 32px;
|
|
29613
|
-
border-radius: 50%;
|
|
29614
|
-
justify-content: center;
|
|
29615
|
-
}
|
|
29616
|
-
|
|
29617
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29618
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29589
|
+
.E_ou7iq30 {
|
|
29590
|
+
overflow: hidden;
|
|
29591
|
+
text-overflow: ellipsis;
|
|
29619
29592
|
}
|
|
29620
29593
|
|
|
29621
|
-
.
|
|
29622
|
-
flex: 1;
|
|
29623
|
-
margin-left: 88px;
|
|
29594
|
+
.E_s1tui002 {
|
|
29624
29595
|
white-space: nowrap;
|
|
29625
|
-
text-align: right;
|
|
29626
|
-
position: relative;
|
|
29627
|
-
padding: 4px 0;
|
|
29628
|
-
margin-top: -4px;
|
|
29629
|
-
overflow: hidden;
|
|
29630
29596
|
}
|
|
29631
29597
|
|
|
29632
|
-
.
|
|
29633
|
-
|
|
29598
|
+
.E_mxrc2zg {
|
|
29599
|
+
display: -webkit-box;
|
|
29600
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29601
|
+
-webkit-box-orient: vertical;
|
|
29602
|
+
word-break: break-all;
|
|
29634
29603
|
}
|
|
29635
29604
|
|
|
29636
|
-
.
|
|
29637
|
-
|
|
29605
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29606
|
+
display: flex;
|
|
29607
|
+
align-items: center;
|
|
29638
29608
|
}
|
|
29639
29609
|
|
|
29640
|
-
.
|
|
29610
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29641
29611
|
margin-right: 8px;
|
|
29642
29612
|
}
|
|
29643
29613
|
|
|
29644
|
-
.
|
|
29645
|
-
|
|
29614
|
+
.E_n12mqh7z {
|
|
29615
|
+
display: flex;
|
|
29616
|
+
align-items: center;
|
|
29617
|
+
font-size: 12px;
|
|
29618
|
+
line-height: 18px;
|
|
29646
29619
|
}
|
|
29647
29620
|
|
|
29648
|
-
.
|
|
29649
|
-
|
|
29650
|
-
width: 32px;
|
|
29651
|
-
height: 32px;
|
|
29652
|
-
justify-content: center;
|
|
29653
|
-
border-radius: 50%;
|
|
29621
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29622
|
+
margin-bottom: 4px;
|
|
29654
29623
|
}
|
|
29655
29624
|
|
|
29656
|
-
.
|
|
29657
|
-
|
|
29625
|
+
.E_tf5bynu {
|
|
29626
|
+
margin: 0 3px;
|
|
29658
29627
|
}
|
|
29659
29628
|
|
|
29660
|
-
|
|
29661
|
-
|
|
29629
|
+
.E_tcckoz1 {
|
|
29630
|
+
max-height: 400px;
|
|
29631
|
+
overflow: auto;
|
|
29662
29632
|
}
|
|
29663
29633
|
|
|
29664
|
-
.
|
|
29665
|
-
|
|
29666
|
-
width: 100%;
|
|
29634
|
+
.E_t1sqg15u {
|
|
29635
|
+
background: white;
|
|
29667
29636
|
}
|
|
29668
29637
|
|
|
29669
|
-
.
|
|
29670
|
-
|
|
29638
|
+
.E_t1sqg15u.inline .table-row {
|
|
29639
|
+
flex-direction: column;
|
|
29671
29640
|
}
|
|
29672
29641
|
|
|
29673
|
-
.
|
|
29674
|
-
padding:
|
|
29642
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29643
|
+
padding: 0 16px 7px 0;
|
|
29675
29644
|
}
|
|
29676
29645
|
|
|
29677
|
-
.
|
|
29678
|
-
|
|
29679
|
-
justify-content: space-between;
|
|
29680
|
-
align-items: center;
|
|
29681
|
-
font-size: 13px;
|
|
29682
|
-
line-height: 24px;
|
|
29683
|
-
color: #cccccc;
|
|
29684
|
-
white-space: nowrap;
|
|
29646
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29647
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29685
29648
|
}
|
|
29686
29649
|
|
|
29687
|
-
.
|
|
29688
|
-
|
|
29650
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29651
|
+
border-top: none !important;
|
|
29689
29652
|
}
|
|
29690
29653
|
|
|
29691
|
-
.
|
|
29692
|
-
|
|
29693
|
-
color: white;
|
|
29654
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29655
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29694
29656
|
}
|
|
29695
29657
|
|
|
29696
|
-
.
|
|
29697
|
-
|
|
29698
|
-
height: 8px;
|
|
29699
|
-
border-radius: 2px;
|
|
29700
|
-
display: inline-block;
|
|
29701
|
-
background: var(--s11212zy-0);
|
|
29702
|
-
border: 1px solid #fff;
|
|
29703
|
-
box-sizing: content-box;
|
|
29704
|
-
margin-right: 6px;
|
|
29658
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29659
|
+
padding-bottom: 0;
|
|
29705
29660
|
}
|
|
29706
29661
|
|
|
29707
|
-
.
|
|
29708
|
-
|
|
29709
|
-
color: white;
|
|
29710
|
-
margin-right: 4px;
|
|
29662
|
+
.E_t1sqg15u.align-right .content {
|
|
29663
|
+
text-align: right;
|
|
29711
29664
|
}
|
|
29712
29665
|
|
|
29713
|
-
.
|
|
29714
|
-
|
|
29715
|
-
|
|
29666
|
+
.E_t1sqg15u .uuid-row {
|
|
29667
|
+
display: flex;
|
|
29668
|
+
justify-content: space-between;
|
|
29716
29669
|
}
|
|
29717
29670
|
|
|
29718
|
-
.
|
|
29671
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29719
29672
|
white-space: nowrap;
|
|
29673
|
+
overflow: hidden;
|
|
29674
|
+
text-overflow: ellipsis;
|
|
29720
29675
|
}
|
|
29721
29676
|
|
|
29722
|
-
.
|
|
29723
|
-
display: -webkit-box;
|
|
29724
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29725
|
-
-webkit-box-orient: vertical;
|
|
29726
|
-
word-break: break-all;
|
|
29727
|
-
}
|
|
29728
|
-
|
|
29729
|
-
.E_n12mqh7z {
|
|
29677
|
+
.E_t4zczcp {
|
|
29730
29678
|
display: flex;
|
|
29679
|
+
justify-content: space-between;
|
|
29731
29680
|
align-items: center;
|
|
29732
|
-
|
|
29733
|
-
|
|
29681
|
+
padding: 8px;
|
|
29682
|
+
min-height: 32px;
|
|
29734
29683
|
}
|
|
29735
29684
|
|
|
29736
|
-
.
|
|
29737
|
-
|
|
29685
|
+
.E_t4zczcp .table-title {
|
|
29686
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29687
|
+
font-weight: 600;
|
|
29688
|
+
font-size: 12px;
|
|
29689
|
+
line-height: 8px;
|
|
29738
29690
|
}
|
|
29739
29691
|
|
|
29740
|
-
.
|
|
29741
|
-
|
|
29692
|
+
.E_t4zczcp .edit-icon {
|
|
29693
|
+
font-size: 16px;
|
|
29694
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29695
|
+
cursor: pointer;
|
|
29742
29696
|
}
|
|
29743
29697
|
|
|
29744
|
-
.
|
|
29745
|
-
|
|
29746
|
-
|
|
29698
|
+
.E_t1s7goww {
|
|
29699
|
+
font-size: 12px;
|
|
29700
|
+
line-height: 18px;
|
|
29747
29701
|
}
|
|
29748
29702
|
|
|
29749
|
-
.
|
|
29703
|
+
.E_t93e4cf {
|
|
29750
29704
|
display: flex;
|
|
29751
|
-
|
|
29705
|
+
padding: 8px 0;
|
|
29706
|
+
color: #2d3a56;
|
|
29752
29707
|
}
|
|
29753
29708
|
|
|
29754
|
-
.
|
|
29755
|
-
|
|
29709
|
+
.E_t93e4cf .hidden {
|
|
29710
|
+
display: none;
|
|
29756
29711
|
}
|
|
29757
29712
|
|
|
29758
|
-
.
|
|
29759
|
-
|
|
29713
|
+
.E_t93e4cf .ant-btn-link {
|
|
29714
|
+
height: auto;
|
|
29760
29715
|
}
|
|
29761
29716
|
|
|
29762
|
-
.
|
|
29763
|
-
|
|
29717
|
+
.E_t93e4cf .content {
|
|
29718
|
+
overflow: hidden;
|
|
29719
|
+
overflow-x: auto;
|
|
29720
|
+
width: 100%;
|
|
29721
|
+
white-space: pre-wrap;
|
|
29764
29722
|
}
|
|
29765
29723
|
|
|
29766
|
-
.
|
|
29767
|
-
|
|
29724
|
+
.E_t93e4cf .content .ant-btn {
|
|
29725
|
+
white-space: pre-wrap;
|
|
29726
|
+
text-align: left;
|
|
29727
|
+
}
|
|
29728
|
+
|
|
29729
|
+
.E_t93e4cf .content .unit-chart {
|
|
29730
|
+
justify-content: flex-start;
|
|
29731
|
+
}
|
|
29732
|
+
|
|
29733
|
+
.E_rhz2uv5 {
|
|
29734
|
+
width: var(--rhz2uv5-0);
|
|
29735
|
+
flex-shrink: 0;
|
|
29736
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29737
|
+
padding-right: 12px;
|
|
29768
29738
|
}
|
|
29769
29739
|
|
|
29770
29740
|
.E_clm1wy1 {
|
|
@@ -29876,40 +29846,176 @@ span.E_tqjc4ui {
|
|
|
29876
29846
|
border-radius: 2px;
|
|
29877
29847
|
}
|
|
29878
29848
|
|
|
29879
|
-
.
|
|
29880
|
-
|
|
29849
|
+
.E_gmyahx3 {
|
|
29850
|
+
cursor: pointer;
|
|
29881
29851
|
}
|
|
29882
29852
|
|
|
29883
|
-
.
|
|
29884
|
-
|
|
29853
|
+
.E_gmyahx3 .link-text {
|
|
29854
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29885
29855
|
}
|
|
29886
29856
|
|
|
29887
|
-
.
|
|
29888
|
-
|
|
29857
|
+
.E_gmyahx3:hover .link-text {
|
|
29858
|
+
color: #0080ff;
|
|
29889
29859
|
}
|
|
29890
29860
|
|
|
29891
|
-
.
|
|
29892
|
-
|
|
29861
|
+
span.E_tqjc4ui {
|
|
29862
|
+
margin: 0 2px;
|
|
29893
29863
|
}
|
|
29894
29864
|
|
|
29895
|
-
.
|
|
29865
|
+
.E_s1ebs0ra {
|
|
29896
29866
|
display: flex;
|
|
29897
|
-
|
|
29898
|
-
|
|
29867
|
+
align-items: center;
|
|
29868
|
+
justify-content: space-between;
|
|
29869
|
+
background: #edf0f7;
|
|
29870
|
+
padding: 8px 12px;
|
|
29871
|
+
position: sticky;
|
|
29872
|
+
top: 0;
|
|
29873
|
+
z-index: 1;
|
|
29874
|
+
margin-bottom: -52px;
|
|
29899
29875
|
}
|
|
29900
29876
|
|
|
29901
|
-
.
|
|
29902
|
-
|
|
29903
|
-
|
|
29877
|
+
.E_s1ebs0ra .select-total {
|
|
29878
|
+
display: flex;
|
|
29879
|
+
align-items: center;
|
|
29880
|
+
font-weight: 700;
|
|
29881
|
+
flex-shrink: 0;
|
|
29904
29882
|
}
|
|
29905
29883
|
|
|
29906
|
-
.
|
|
29907
|
-
|
|
29908
|
-
|
|
29909
|
-
|
|
29884
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29885
|
+
cursor: pointer;
|
|
29886
|
+
margin-left: 8px;
|
|
29887
|
+
width: 32px;
|
|
29888
|
+
height: 32px;
|
|
29889
|
+
border-radius: 50%;
|
|
29890
|
+
justify-content: center;
|
|
29910
29891
|
}
|
|
29911
29892
|
|
|
29912
|
-
.
|
|
29893
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29894
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29895
|
+
}
|
|
29896
|
+
|
|
29897
|
+
.E_s1ebs0ra .action-group {
|
|
29898
|
+
flex: 1;
|
|
29899
|
+
margin-left: 88px;
|
|
29900
|
+
white-space: nowrap;
|
|
29901
|
+
text-align: right;
|
|
29902
|
+
position: relative;
|
|
29903
|
+
padding: 4px 0;
|
|
29904
|
+
margin-top: -4px;
|
|
29905
|
+
overflow: hidden;
|
|
29906
|
+
}
|
|
29907
|
+
|
|
29908
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29909
|
+
transform: translateY(-4px);
|
|
29910
|
+
}
|
|
29911
|
+
|
|
29912
|
+
.E_s1ebs0ra .action-group button {
|
|
29913
|
+
border: none;
|
|
29914
|
+
}
|
|
29915
|
+
|
|
29916
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29917
|
+
margin-right: 8px;
|
|
29918
|
+
}
|
|
29919
|
+
|
|
29920
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29921
|
+
margin-right: 4px;
|
|
29922
|
+
}
|
|
29923
|
+
|
|
29924
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29925
|
+
cursor: pointer;
|
|
29926
|
+
width: 32px;
|
|
29927
|
+
height: 32px;
|
|
29928
|
+
justify-content: center;
|
|
29929
|
+
border-radius: 50%;
|
|
29930
|
+
}
|
|
29931
|
+
|
|
29932
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29933
|
+
background: #fff;
|
|
29934
|
+
}
|
|
29935
|
+
|
|
29936
|
+
.E_c18bcrac {
|
|
29937
|
+
display: inline-block;
|
|
29938
|
+
width: 100%;
|
|
29939
|
+
}
|
|
29940
|
+
|
|
29941
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29942
|
+
margin-left: 4px;
|
|
29943
|
+
}
|
|
29944
|
+
|
|
29945
|
+
.E_cro7kg2 {
|
|
29946
|
+
padding: 4px;
|
|
29947
|
+
}
|
|
29948
|
+
|
|
29949
|
+
.E_c14wcxf0 {
|
|
29950
|
+
display: flex;
|
|
29951
|
+
justify-content: space-between;
|
|
29952
|
+
align-items: center;
|
|
29953
|
+
font-size: 13px;
|
|
29954
|
+
line-height: 24px;
|
|
29955
|
+
color: #cccccc;
|
|
29956
|
+
white-space: nowrap;
|
|
29957
|
+
}
|
|
29958
|
+
|
|
29959
|
+
.E_c14wcxf0 label {
|
|
29960
|
+
margin-right: 32px;
|
|
29961
|
+
}
|
|
29962
|
+
|
|
29963
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29964
|
+
font-weight: bold;
|
|
29965
|
+
color: white;
|
|
29966
|
+
}
|
|
29967
|
+
|
|
29968
|
+
.E_s11212zy {
|
|
29969
|
+
width: 8px;
|
|
29970
|
+
height: 8px;
|
|
29971
|
+
border-radius: 2px;
|
|
29972
|
+
display: inline-block;
|
|
29973
|
+
background: var(--s11212zy-0);
|
|
29974
|
+
border: 1px solid #fff;
|
|
29975
|
+
box-sizing: content-box;
|
|
29976
|
+
margin-right: 6px;
|
|
29977
|
+
}
|
|
29978
|
+
|
|
29979
|
+
.E_p1lyky6c > :first-child {
|
|
29980
|
+
font-weight: bold;
|
|
29981
|
+
color: white;
|
|
29982
|
+
margin-right: 4px;
|
|
29983
|
+
}
|
|
29984
|
+
|
|
29985
|
+
.E_c1up1pdz {
|
|
29986
|
+
width: 648px;
|
|
29987
|
+
}
|
|
29988
|
+
|
|
29989
|
+
.E_c1up1pdz.active {
|
|
29990
|
+
border-color: #0080ff;
|
|
29991
|
+
}
|
|
29992
|
+
|
|
29993
|
+
.E_c1up1pdz.active > header {
|
|
29994
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29995
|
+
}
|
|
29996
|
+
|
|
29997
|
+
.E_c1up1pdz .expand {
|
|
29998
|
+
padding: 12px;
|
|
29999
|
+
}
|
|
30000
|
+
|
|
30001
|
+
.E_c1up1pdz .field-item {
|
|
30002
|
+
display: flex;
|
|
30003
|
+
padding: 10px 0;
|
|
30004
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30005
|
+
}
|
|
30006
|
+
|
|
30007
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30008
|
+
border-bottom: none;
|
|
30009
|
+
padding-bottom: 0;
|
|
30010
|
+
}
|
|
30011
|
+
|
|
30012
|
+
.E_c1up1pdz .field-item label {
|
|
30013
|
+
line-height: 32px;
|
|
30014
|
+
width: 100px;
|
|
30015
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_c1up1pdz .help {
|
|
29913
30019
|
color: rgba(62, 70, 82, 0.6);
|
|
29914
30020
|
margin-top: 5px;
|
|
29915
30021
|
}
|
|
@@ -30042,130 +30148,153 @@ span.E_tqjc4ui {
|
|
|
30042
30148
|
color: #fff;
|
|
30043
30149
|
}
|
|
30044
30150
|
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30047
|
-
|
|
30048
|
-
|
|
30049
|
-
.E_t1sqg15u.inline .table-row {
|
|
30050
|
-
flex-direction: column;
|
|
30051
|
-
}
|
|
30052
|
-
|
|
30053
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30054
|
-
padding: 0 16px 7px 0;
|
|
30151
|
+
.E_c18gxmrl {
|
|
30152
|
+
border: 1px solid #d8deeb;
|
|
30153
|
+
border-radius: 4px;
|
|
30055
30154
|
}
|
|
30056
30155
|
|
|
30057
|
-
.
|
|
30058
|
-
|
|
30156
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30157
|
+
margin-top: 8px;
|
|
30059
30158
|
}
|
|
30060
30159
|
|
|
30061
|
-
.
|
|
30062
|
-
border-
|
|
30160
|
+
.E_c18gxmrl:hover {
|
|
30161
|
+
border-color: #0080ff;
|
|
30063
30162
|
}
|
|
30064
30163
|
|
|
30065
|
-
.
|
|
30066
|
-
|
|
30164
|
+
.E_c18gxmrl:hover > header {
|
|
30165
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30067
30166
|
}
|
|
30068
30167
|
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30168
|
+
.E_c18gxmrl.active header {
|
|
30169
|
+
border-bottom: 1px solid #d8deeb;
|
|
30071
30170
|
}
|
|
30072
30171
|
|
|
30073
|
-
.
|
|
30074
|
-
|
|
30172
|
+
.E_c18gxmrl > header {
|
|
30173
|
+
padding: 8px 12px;
|
|
30075
30174
|
}
|
|
30076
30175
|
|
|
30077
|
-
.
|
|
30176
|
+
.E_wg1tsps {
|
|
30078
30177
|
display: flex;
|
|
30079
|
-
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
30083
|
-
white-space: nowrap;
|
|
30084
|
-
overflow: hidden;
|
|
30085
|
-
text-overflow: ellipsis;
|
|
30178
|
+
align-items: center;
|
|
30179
|
+
justify-content: flex-end;
|
|
30086
30180
|
}
|
|
30087
30181
|
|
|
30088
|
-
.
|
|
30182
|
+
.E_b1ctd5xy {
|
|
30089
30183
|
display: flex;
|
|
30090
|
-
justify-content: space-between;
|
|
30091
30184
|
align-items: center;
|
|
30092
|
-
|
|
30093
|
-
min-height: 32px;
|
|
30185
|
+
width: calc(100% - 40px);
|
|
30094
30186
|
}
|
|
30095
30187
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
font-size: 12px;
|
|
30100
|
-
line-height: 8px;
|
|
30188
|
+
.E_b1ctd5xy .chart {
|
|
30189
|
+
display: inline-block;
|
|
30190
|
+
width: 100%;
|
|
30101
30191
|
}
|
|
30102
30192
|
|
|
30103
|
-
.
|
|
30104
|
-
|
|
30105
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30106
|
-
cursor: pointer;
|
|
30193
|
+
.E_u1p8acpn {
|
|
30194
|
+
min-width: 40px;
|
|
30107
30195
|
}
|
|
30108
30196
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
line-height: 18px;
|
|
30197
|
+
.E_u1p8acpn .unit {
|
|
30198
|
+
color: #00122e !important;
|
|
30112
30199
|
}
|
|
30113
30200
|
|
|
30114
|
-
.
|
|
30115
|
-
|
|
30116
|
-
padding: 8px 0;
|
|
30117
|
-
color: #2d3a56;
|
|
30201
|
+
.E_b1nip9bk {
|
|
30202
|
+
padding: 4px 11px;
|
|
30118
30203
|
}
|
|
30119
30204
|
|
|
30120
|
-
.
|
|
30121
|
-
|
|
30205
|
+
.E_bqamoqe {
|
|
30206
|
+
white-space: nowrap;
|
|
30207
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30122
30208
|
}
|
|
30123
30209
|
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30210
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30211
|
+
--color: #0080ff;
|
|
30126
30212
|
}
|
|
30127
30213
|
|
|
30128
|
-
.
|
|
30129
|
-
|
|
30130
|
-
overflow-x: auto;
|
|
30131
|
-
width: 100%;
|
|
30132
|
-
white-space: pre-wrap;
|
|
30214
|
+
.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] {
|
|
30215
|
+
--color: #0080ff;
|
|
30133
30216
|
}
|
|
30134
30217
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
text-align: left;
|
|
30218
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30219
|
+
margin-left: 1px;
|
|
30138
30220
|
}
|
|
30139
30221
|
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30222
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30223
|
+
border-top-right-radius: 0;
|
|
30224
|
+
border-bottom-right-radius: 0;
|
|
30142
30225
|
}
|
|
30143
30226
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30148
|
-
padding-right: 12px;
|
|
30227
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30228
|
+
border-top-left-radius: 0;
|
|
30229
|
+
border-bottom-left-radius: 0;
|
|
30149
30230
|
}
|
|
30150
30231
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30153
|
-
flex-direction: column;
|
|
30154
|
-
flex: 1;
|
|
30155
|
-
/* FIXME:(yanzhen) do this better */
|
|
30232
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30233
|
+
border-radius: unset;
|
|
30156
30234
|
}
|
|
30157
30235
|
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30160
|
-
|
|
30161
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30236
|
+
.E_berrcjl {
|
|
30237
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30238
|
+
margin-bottom: 4px;
|
|
30162
30239
|
}
|
|
30163
30240
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30241
|
+
.E_berrcjl .breadcrumb-link {
|
|
30242
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30243
|
+
cursor: pointer;
|
|
30244
|
+
transition: color 160ms ease;
|
|
30166
30245
|
}
|
|
30167
30246
|
|
|
30168
|
-
.
|
|
30247
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30248
|
+
color: #0080ff;
|
|
30249
|
+
}
|
|
30250
|
+
|
|
30251
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30252
|
+
color: #005ed1;
|
|
30253
|
+
}
|
|
30254
|
+
|
|
30255
|
+
.E_c1uzzomf {
|
|
30256
|
+
margin-bottom: 16px;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.E_c1uzzomf .card-title {
|
|
30260
|
+
font-size: 16px;
|
|
30261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30262
|
+
font-weight: 700;
|
|
30263
|
+
line-height: 32px;
|
|
30264
|
+
}
|
|
30265
|
+
|
|
30266
|
+
.E_c1uzzomf .card-body {
|
|
30267
|
+
padding: 24px;
|
|
30268
|
+
border-radius: 8px;
|
|
30269
|
+
background: #fff;
|
|
30270
|
+
}
|
|
30271
|
+
|
|
30272
|
+
.E_c1uzzomf .empty {
|
|
30273
|
+
font-weight: 700;
|
|
30274
|
+
font-size: 14px;
|
|
30275
|
+
line-height: 22px;
|
|
30276
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30277
|
+
text-align: center;
|
|
30278
|
+
}
|
|
30279
|
+
|
|
30280
|
+
.E_t160l1cm {
|
|
30281
|
+
display: flex;
|
|
30282
|
+
flex-direction: column;
|
|
30283
|
+
flex: 1;
|
|
30284
|
+
/* FIXME:(yanzhen) do this better */
|
|
30285
|
+
}
|
|
30286
|
+
|
|
30287
|
+
.E_t160l1cm .tab-bar {
|
|
30288
|
+
flex-shrink: 0;
|
|
30289
|
+
display: flex;
|
|
30290
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30291
|
+
}
|
|
30292
|
+
|
|
30293
|
+
.E_t160l1cm .tab-content {
|
|
30294
|
+
height: 100%;
|
|
30295
|
+
}
|
|
30296
|
+
|
|
30297
|
+
.E_t160l1cm .tab-menu-item {
|
|
30169
30298
|
margin-right: 2px;
|
|
30170
30299
|
padding: 1px 12px;
|
|
30171
30300
|
line-height: 24px;
|
|
@@ -30398,6 +30527,131 @@ span.E_tqjc4ui {
|
|
|
30398
30527
|
background: transparent;
|
|
30399
30528
|
}
|
|
30400
30529
|
|
|
30530
|
+
.E_d1bw7c5z {
|
|
30531
|
+
position: relative;
|
|
30532
|
+
max-width: 388px;
|
|
30533
|
+
min-width: 285px;
|
|
30534
|
+
}
|
|
30535
|
+
|
|
30536
|
+
.E_d1bw7c5z .center {
|
|
30537
|
+
position: absolute;
|
|
30538
|
+
font-size: 12px;
|
|
30539
|
+
width: 80px;
|
|
30540
|
+
height: 100px;
|
|
30541
|
+
top: 0;
|
|
30542
|
+
left: 35px;
|
|
30543
|
+
display: flex;
|
|
30544
|
+
flex-direction: column;
|
|
30545
|
+
justify-content: center;
|
|
30546
|
+
align-items: center;
|
|
30547
|
+
color: #00122e;
|
|
30548
|
+
}
|
|
30549
|
+
|
|
30550
|
+
.E_d1bw7c5z .center .number {
|
|
30551
|
+
font-size: 24px;
|
|
30552
|
+
font-weight: 700;
|
|
30553
|
+
}
|
|
30554
|
+
|
|
30555
|
+
.E_d1bw7c5z .center .text {
|
|
30556
|
+
padding: 0 5px;
|
|
30557
|
+
font-size: 12px;
|
|
30558
|
+
width: inherit;
|
|
30559
|
+
text-align: center;
|
|
30560
|
+
}
|
|
30561
|
+
|
|
30562
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30563
|
+
display: flex;
|
|
30564
|
+
}
|
|
30565
|
+
|
|
30566
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30567
|
+
position: relative !important;
|
|
30568
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30569
|
+
left: 0 !important;
|
|
30570
|
+
bottom: 0 !important;
|
|
30571
|
+
display: flex;
|
|
30572
|
+
align-items: center;
|
|
30573
|
+
}
|
|
30574
|
+
|
|
30575
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30576
|
+
width: 100%;
|
|
30577
|
+
}
|
|
30578
|
+
|
|
30579
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30580
|
+
width: 100%;
|
|
30581
|
+
margin-right: 0 !important;
|
|
30582
|
+
line-height: 18px;
|
|
30583
|
+
}
|
|
30584
|
+
|
|
30585
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30586
|
+
border-radius: 2px;
|
|
30587
|
+
}
|
|
30588
|
+
|
|
30589
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30590
|
+
min-width: 75px;
|
|
30591
|
+
max-width: 198px;
|
|
30592
|
+
width: calc(100% - 20px);
|
|
30593
|
+
margin-left: 2px;
|
|
30594
|
+
color: #00122e !important;
|
|
30595
|
+
display: inline-flex;
|
|
30596
|
+
justify-content: space-between;
|
|
30597
|
+
}
|
|
30598
|
+
|
|
30599
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30600
|
+
maxwidth: calc(100% - 12px);
|
|
30601
|
+
cursor: pointer;
|
|
30602
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30603
|
+
overflow: hidden;
|
|
30604
|
+
text-overflow: ellipsis;
|
|
30605
|
+
white-space: nowrap;
|
|
30606
|
+
}
|
|
30607
|
+
|
|
30608
|
+
.E_d1bw7c5z .value {
|
|
30609
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30610
|
+
}
|
|
30611
|
+
|
|
30612
|
+
.E_t10pqbtc {
|
|
30613
|
+
width: 140px;
|
|
30614
|
+
}
|
|
30615
|
+
|
|
30616
|
+
.E_t10pqbtc .item {
|
|
30617
|
+
margin: 6px auto;
|
|
30618
|
+
display: flex;
|
|
30619
|
+
justify-content: space-between;
|
|
30620
|
+
}
|
|
30621
|
+
|
|
30622
|
+
.E_t10pqbtc .item .name {
|
|
30623
|
+
width: 102px;
|
|
30624
|
+
}
|
|
30625
|
+
|
|
30626
|
+
.E_m74vjol {
|
|
30627
|
+
display: flex;
|
|
30628
|
+
justify-content: space-between;
|
|
30629
|
+
width: 100%;
|
|
30630
|
+
}
|
|
30631
|
+
|
|
30632
|
+
.E_m74vjol .action {
|
|
30633
|
+
margin-left: 16px;
|
|
30634
|
+
}
|
|
30635
|
+
|
|
30636
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30637
|
+
width: 100%;
|
|
30638
|
+
}
|
|
30639
|
+
|
|
30640
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30641
|
+
padding: 4px 8px 0 8px;
|
|
30642
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30643
|
+
font-size: 12px;
|
|
30644
|
+
}
|
|
30645
|
+
|
|
30646
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30647
|
+
padding-bottom: 6px;
|
|
30648
|
+
}
|
|
30649
|
+
|
|
30650
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30651
|
+
padding-top: 4px;
|
|
30652
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30653
|
+
}
|
|
30654
|
+
|
|
30401
30655
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30402
30656
|
justify-content: center;
|
|
30403
30657
|
}
|
|
@@ -30690,295 +30944,183 @@ button.E_n7k2c6r {
|
|
|
30690
30944
|
padding: 0;
|
|
30691
30945
|
}
|
|
30692
30946
|
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30695
|
-
margin-bottom: 4px;
|
|
30947
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30948
|
+
display: flex;
|
|
30696
30949
|
}
|
|
30697
30950
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
transition: color 160ms ease;
|
|
30951
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30952
|
+
border: 0px;
|
|
30953
|
+
background-color: #fff;
|
|
30702
30954
|
}
|
|
30703
30955
|
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30956
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30957
|
+
padding-top: 0px;
|
|
30958
|
+
padding-bottom: 0px;
|
|
30959
|
+
padding-left: 0px !important;
|
|
30960
|
+
padding-right: 24px;
|
|
30706
30961
|
}
|
|
30707
30962
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30963
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30964
|
+
right: 0px;
|
|
30710
30965
|
}
|
|
30711
30966
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30967
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30968
|
+
padding: 0px;
|
|
30714
30969
|
}
|
|
30715
30970
|
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
font-weight: 700;
|
|
30720
|
-
line-height: 32px;
|
|
30971
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30972
|
+
padding-right: 0px;
|
|
30973
|
+
cursor: default;
|
|
30721
30974
|
}
|
|
30722
30975
|
|
|
30723
|
-
.
|
|
30724
|
-
padding: 24px;
|
|
30976
|
+
.E_c1yyuluq {
|
|
30725
30977
|
border-radius: 8px;
|
|
30726
|
-
background: #fff;
|
|
30727
30978
|
}
|
|
30728
30979
|
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30731
|
-
font-size: 14px;
|
|
30732
|
-
line-height: 22px;
|
|
30733
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30734
|
-
text-align: center;
|
|
30980
|
+
.E_c1yyuluq .ant-card-body {
|
|
30981
|
+
padding: 20px 24px 24px 24px;
|
|
30735
30982
|
}
|
|
30736
30983
|
|
|
30737
|
-
.
|
|
30738
|
-
|
|
30739
|
-
border-radius: 4px;
|
|
30984
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30985
|
+
line-height: 18px;
|
|
30740
30986
|
}
|
|
30741
30987
|
|
|
30742
|
-
.
|
|
30743
|
-
|
|
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;
|
|
30744
30996
|
}
|
|
30745
30997
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30998
|
+
.E_phljevk .pagination-left {
|
|
30999
|
+
padding: 2px 8px;
|
|
30748
31000
|
}
|
|
30749
31001
|
|
|
30750
|
-
.
|
|
30751
|
-
|
|
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;
|
|
30752
31008
|
}
|
|
30753
31009
|
|
|
30754
|
-
.
|
|
30755
|
-
|
|
31010
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31011
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31012
|
+
color: #0080ff;
|
|
30756
31013
|
}
|
|
30757
31014
|
|
|
30758
|
-
.
|
|
30759
|
-
|
|
30760
|
-
}
|
|
30761
|
-
|
|
30762
|
-
.E_b1nip9bk {
|
|
30763
|
-
padding: 4px 11px;
|
|
30764
|
-
}
|
|
30765
|
-
|
|
30766
|
-
.E_bqamoqe {
|
|
30767
|
-
white-space: nowrap;
|
|
30768
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30769
|
-
}
|
|
30770
|
-
|
|
30771
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30772
|
-
--color: #0080ff;
|
|
30773
|
-
}
|
|
30774
|
-
|
|
30775
|
-
.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] {
|
|
30776
|
-
--color: #0080ff;
|
|
30777
|
-
}
|
|
30778
|
-
|
|
30779
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30780
|
-
margin-left: 1px;
|
|
30781
|
-
}
|
|
30782
|
-
|
|
30783
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30784
|
-
border-top-right-radius: 0;
|
|
30785
|
-
border-bottom-right-radius: 0;
|
|
30786
|
-
}
|
|
30787
|
-
|
|
30788
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30789
|
-
border-top-left-radius: 0;
|
|
30790
|
-
border-bottom-left-radius: 0;
|
|
30791
|
-
}
|
|
30792
|
-
|
|
30793
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30794
|
-
border-radius: unset;
|
|
30795
|
-
}
|
|
30796
|
-
|
|
30797
|
-
.E_wg1tsps {
|
|
30798
|
-
display: flex;
|
|
30799
|
-
align-items: center;
|
|
30800
|
-
justify-content: flex-end;
|
|
31015
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31016
|
+
margin-left: 4px;
|
|
30801
31017
|
}
|
|
30802
31018
|
|
|
30803
|
-
.
|
|
31019
|
+
.E_phljevk .pagination-right {
|
|
30804
31020
|
display: flex;
|
|
30805
31021
|
align-items: center;
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
.E_b1ctd5xy .chart {
|
|
30810
|
-
display: inline-block;
|
|
30811
|
-
width: 100%;
|
|
30812
|
-
}
|
|
30813
|
-
|
|
30814
|
-
.E_u1p8acpn {
|
|
30815
|
-
min-width: 40px;
|
|
30816
|
-
}
|
|
30817
|
-
|
|
30818
|
-
.E_u1p8acpn .unit {
|
|
30819
|
-
color: #00122e !important;
|
|
30820
|
-
}
|
|
30821
|
-
|
|
30822
|
-
.E_m74vjol {
|
|
30823
|
-
display: flex;
|
|
30824
|
-
justify-content: space-between;
|
|
30825
|
-
width: 100%;
|
|
31022
|
+
color: #0080ff;
|
|
31023
|
+
font-weight: bold;
|
|
30826
31024
|
}
|
|
30827
31025
|
|
|
30828
|
-
.
|
|
30829
|
-
margin-left:
|
|
31026
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31027
|
+
margin-left: 4px;
|
|
30830
31028
|
}
|
|
30831
31029
|
|
|
30832
|
-
.
|
|
30833
|
-
|
|
31030
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31031
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31032
|
+
padding: 0 8px;
|
|
30834
31033
|
}
|
|
30835
31034
|
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
min-width: 285px;
|
|
31035
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31036
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31037
|
+
color: #0080ff;
|
|
30840
31038
|
}
|
|
30841
31039
|
|
|
30842
|
-
.
|
|
30843
|
-
|
|
30844
|
-
font-size: 12px;
|
|
30845
|
-
width: 80px;
|
|
30846
|
-
height: 100px;
|
|
30847
|
-
top: 0;
|
|
30848
|
-
left: 35px;
|
|
30849
|
-
display: flex;
|
|
30850
|
-
flex-direction: column;
|
|
30851
|
-
justify-content: center;
|
|
30852
|
-
align-items: center;
|
|
30853
|
-
color: #00122e;
|
|
31040
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31041
|
+
transform: rotate(180deg);
|
|
30854
31042
|
}
|
|
30855
31043
|
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30858
|
-
|
|
31044
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31045
|
+
max-height: calc(100vh - 128px);
|
|
31046
|
+
overflow-y: auto;
|
|
30859
31047
|
}
|
|
30860
31048
|
|
|
30861
|
-
.
|
|
30862
|
-
padding:
|
|
31049
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31050
|
+
padding: 4px 20px;
|
|
30863
31051
|
font-size: 12px;
|
|
30864
|
-
width: inherit;
|
|
30865
|
-
text-align: center;
|
|
30866
|
-
}
|
|
30867
|
-
|
|
30868
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
30869
|
-
display: flex;
|
|
30870
|
-
}
|
|
30871
|
-
|
|
30872
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30873
|
-
position: relative !important;
|
|
30874
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30875
|
-
left: 0 !important;
|
|
30876
|
-
bottom: 0 !important;
|
|
30877
|
-
display: flex;
|
|
30878
|
-
align-items: center;
|
|
30879
|
-
}
|
|
30880
|
-
|
|
30881
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30882
|
-
width: 100%;
|
|
30883
|
-
}
|
|
30884
|
-
|
|
30885
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30886
|
-
width: 100%;
|
|
30887
|
-
margin-right: 0 !important;
|
|
30888
31052
|
line-height: 18px;
|
|
30889
31053
|
}
|
|
30890
31054
|
|
|
30891
|
-
.
|
|
30892
|
-
border-radius:
|
|
30893
|
-
}
|
|
30894
|
-
|
|
30895
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30896
|
-
min-width: 75px;
|
|
30897
|
-
max-width: 198px;
|
|
30898
|
-
width: calc(100% - 20px);
|
|
30899
|
-
margin-left: 2px;
|
|
30900
|
-
color: #00122e !important;
|
|
30901
|
-
display: inline-flex;
|
|
30902
|
-
justify-content: space-between;
|
|
30903
|
-
}
|
|
30904
|
-
|
|
30905
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30906
|
-
maxwidth: calc(100% - 12px);
|
|
30907
|
-
cursor: pointer;
|
|
30908
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30909
|
-
overflow: hidden;
|
|
30910
|
-
text-overflow: ellipsis;
|
|
30911
|
-
white-space: nowrap;
|
|
30912
|
-
}
|
|
30913
|
-
|
|
30914
|
-
.E_d1bw7c5z .value {
|
|
30915
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31055
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31056
|
+
border-radius: 6px;
|
|
30916
31057
|
}
|
|
30917
31058
|
|
|
30918
|
-
.
|
|
30919
|
-
width:
|
|
31059
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31060
|
+
width: 100%;
|
|
31061
|
+
color: #2d3a56;
|
|
31062
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31063
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31064
|
+
font-size: 13px;
|
|
30920
31065
|
}
|
|
30921
31066
|
|
|
30922
|
-
.
|
|
30923
|
-
|
|
30924
|
-
display: flex;
|
|
30925
|
-
justify-content: space-between;
|
|
31067
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31068
|
+
height: 30px;
|
|
30926
31069
|
}
|
|
30927
31070
|
|
|
30928
|
-
.
|
|
30929
|
-
|
|
31071
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31072
|
+
height: 38px;
|
|
31073
|
+
font-size: 13px;
|
|
30930
31074
|
}
|
|
30931
31075
|
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
font-size: 12px;
|
|
31076
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31077
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31078
|
+
transition: 160ms ease;
|
|
30936
31079
|
}
|
|
30937
31080
|
|
|
30938
|
-
.
|
|
30939
|
-
|
|
31081
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31082
|
+
color: #0080ff;
|
|
30940
31083
|
}
|
|
30941
31084
|
|
|
30942
|
-
.
|
|
30943
|
-
|
|
30944
|
-
|
|
31085
|
+
.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 {
|
|
31086
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31087
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30945
31088
|
}
|
|
30946
31089
|
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
background-color: #fff;
|
|
31090
|
+
.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 {
|
|
31091
|
+
color: #0080ff;
|
|
30950
31092
|
}
|
|
30951
31093
|
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
padding-left: 0px !important;
|
|
30956
|
-
padding-right: 24px;
|
|
31094
|
+
.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 {
|
|
31095
|
+
border-color: #0080ff;
|
|
31096
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30957
31097
|
}
|
|
30958
31098
|
|
|
30959
|
-
.
|
|
30960
|
-
|
|
31099
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31100
|
+
transform: rotate(180deg);
|
|
30961
31101
|
}
|
|
30962
31102
|
|
|
30963
|
-
.
|
|
30964
|
-
|
|
31103
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31104
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31105
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31106
|
+
cursor: "not-allowed";
|
|
30965
31107
|
}
|
|
30966
31108
|
|
|
30967
|
-
.
|
|
30968
|
-
|
|
30969
|
-
cursor: default;
|
|
31109
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31110
|
+
border-color: #f0483e !important;
|
|
30970
31111
|
}
|
|
30971
31112
|
|
|
30972
|
-
.
|
|
30973
|
-
|
|
31113
|
+
.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 {
|
|
31114
|
+
color: #1d326c;
|
|
30974
31115
|
}
|
|
30975
31116
|
|
|
30976
|
-
.
|
|
30977
|
-
|
|
31117
|
+
.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 {
|
|
31118
|
+
border-color: #0080ff;
|
|
31119
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30978
31120
|
}
|
|
30979
31121
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
31122
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31123
|
+
transform: rotate(180deg);
|
|
30982
31124
|
}
|
|
30983
31125
|
|
|
30984
31126
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31160,156 +31302,98 @@ button.E_n7k2c6r {
|
|
|
31160
31302
|
width: 36px;
|
|
31161
31303
|
}
|
|
31162
31304
|
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31305
|
+
.E_ivqqkzv {
|
|
31306
|
+
height: 24px;
|
|
31307
|
+
width: 56px !important;
|
|
31308
|
+
margin-right: 4px;
|
|
31165
31309
|
}
|
|
31166
31310
|
|
|
31167
|
-
.
|
|
31168
|
-
display: flex;
|
|
31169
|
-
justify-content: space-between;
|
|
31170
|
-
align-items: center;
|
|
31171
|
-
padding: 10px 0;
|
|
31311
|
+
.E_c1wk4q29 {
|
|
31172
31312
|
color: rgba(44, 56, 82, 0.6);
|
|
31173
|
-
font-size: 12px;
|
|
31174
|
-
line-height: 24px;
|
|
31175
31313
|
}
|
|
31176
31314
|
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31315
|
+
.E_iq1gosr {
|
|
31316
|
+
display: inline-block;
|
|
31179
31317
|
}
|
|
31180
31318
|
|
|
31181
|
-
.
|
|
31182
|
-
|
|
31183
|
-
align-items: center;
|
|
31184
|
-
border-radius: 6px;
|
|
31185
|
-
cursor: pointer;
|
|
31186
|
-
transition: all 0.3s ease;
|
|
31187
|
-
}
|
|
31188
|
-
|
|
31189
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31190
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31191
|
-
color: #0080ff;
|
|
31192
|
-
}
|
|
31193
|
-
|
|
31194
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31195
|
-
margin-left: 4px;
|
|
31196
|
-
}
|
|
31197
|
-
|
|
31198
|
-
.E_phljevk .pagination-right {
|
|
31199
|
-
display: flex;
|
|
31200
|
-
align-items: center;
|
|
31201
|
-
color: #0080ff;
|
|
31202
|
-
font-weight: bold;
|
|
31203
|
-
}
|
|
31204
|
-
|
|
31205
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31206
|
-
margin-left: 4px;
|
|
31207
|
-
}
|
|
31208
|
-
|
|
31209
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31210
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31211
|
-
padding: 0 8px;
|
|
31212
|
-
}
|
|
31213
|
-
|
|
31214
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31215
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31216
|
-
color: #0080ff;
|
|
31217
|
-
}
|
|
31218
|
-
|
|
31219
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31220
|
-
transform: rotate(180deg);
|
|
31221
|
-
}
|
|
31222
|
-
|
|
31223
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31224
|
-
max-height: calc(100vh - 128px);
|
|
31225
|
-
overflow-y: auto;
|
|
31226
|
-
}
|
|
31227
|
-
|
|
31228
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31229
|
-
padding: 4px 20px;
|
|
31230
|
-
font-size: 12px;
|
|
31231
|
-
line-height: 18px;
|
|
31232
|
-
}
|
|
31233
|
-
|
|
31234
|
-
.E_ivqqkzv {
|
|
31319
|
+
.E_s1dizucg.ant-switch {
|
|
31320
|
+
min-width: 40px;
|
|
31235
31321
|
height: 24px;
|
|
31236
|
-
|
|
31237
|
-
|
|
31322
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31323
|
+
overflow: hidden;
|
|
31238
31324
|
}
|
|
31239
31325
|
|
|
31240
|
-
.
|
|
31241
|
-
|
|
31326
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31327
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31242
31328
|
}
|
|
31243
31329
|
|
|
31244
|
-
.
|
|
31245
|
-
|
|
31330
|
+
.E_s1dizucg.ant-switch-small {
|
|
31331
|
+
min-width: 26px;
|
|
31332
|
+
height: 16px;
|
|
31246
31333
|
}
|
|
31247
31334
|
|
|
31248
|
-
.
|
|
31249
|
-
width:
|
|
31250
|
-
|
|
31251
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31252
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31253
|
-
font-size: 13px;
|
|
31335
|
+
.E_s1dizucg.ant-switch-large {
|
|
31336
|
+
min-width: 52px;
|
|
31337
|
+
height: 32px;
|
|
31254
31338
|
}
|
|
31255
31339
|
|
|
31256
|
-
.
|
|
31257
|
-
height:
|
|
31340
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31341
|
+
height: 20px;
|
|
31342
|
+
width: 20px;
|
|
31258
31343
|
}
|
|
31259
31344
|
|
|
31260
|
-
.
|
|
31261
|
-
|
|
31262
|
-
|
|
31345
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31346
|
+
border-radius: 10px;
|
|
31347
|
+
transition-delay: 120ms;
|
|
31263
31348
|
}
|
|
31264
31349
|
|
|
31265
|
-
.
|
|
31266
|
-
|
|
31267
|
-
|
|
31350
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31351
|
+
height: 14px;
|
|
31352
|
+
width: 14px;
|
|
31353
|
+
top: 1px;
|
|
31354
|
+
left: 1px;
|
|
31268
31355
|
}
|
|
31269
31356
|
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31357
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31358
|
+
height: 28px;
|
|
31359
|
+
width: 28px;
|
|
31272
31360
|
}
|
|
31273
31361
|
|
|
31274
|
-
.
|
|
31275
|
-
border-
|
|
31276
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31362
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31363
|
+
border-radius: 14px;
|
|
31277
31364
|
}
|
|
31278
31365
|
|
|
31279
|
-
.
|
|
31280
|
-
color: #
|
|
31366
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31367
|
+
background-color: #00ba5d;
|
|
31281
31368
|
}
|
|
31282
31369
|
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31285
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31370
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31371
|
+
left: calc(100% - 20px - 2px);
|
|
31286
31372
|
}
|
|
31287
31373
|
|
|
31288
|
-
.
|
|
31289
|
-
|
|
31374
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31375
|
+
left: calc(100% - 14px - 1px);
|
|
31290
31376
|
}
|
|
31291
31377
|
|
|
31292
|
-
.
|
|
31293
|
-
|
|
31294
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31295
|
-
cursor: "not-allowed";
|
|
31378
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31379
|
+
left: calc(100% - 28px - 2px);
|
|
31296
31380
|
}
|
|
31297
31381
|
|
|
31298
|
-
.
|
|
31299
|
-
|
|
31382
|
+
.E_c1up6e3y {
|
|
31383
|
+
margin-left: 5px;
|
|
31300
31384
|
}
|
|
31301
31385
|
|
|
31302
|
-
.
|
|
31303
|
-
|
|
31386
|
+
.E_tju3gfj .date {
|
|
31387
|
+
margin-right: 4px;
|
|
31304
31388
|
}
|
|
31305
31389
|
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31308
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31390
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31391
|
+
display: none;
|
|
31309
31392
|
}
|
|
31310
31393
|
|
|
31311
|
-
.
|
|
31312
|
-
|
|
31394
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31395
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31396
|
+
border-radius: 4px;
|
|
31313
31397
|
}
|
|
31314
31398
|
|
|
31315
31399
|
.E_c1bus5hc {
|
|
@@ -31355,75 +31439,102 @@ button.E_n7k2c6r {
|
|
|
31355
31439
|
transform: rotate(0deg);
|
|
31356
31440
|
}
|
|
31357
31441
|
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31360
|
-
|
|
31361
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31362
|
-
overflow: hidden;
|
|
31442
|
+
.E_s1sck0th {
|
|
31443
|
+
padding: 0 8px;
|
|
31444
|
+
border-radius: 4px;
|
|
31363
31445
|
}
|
|
31364
31446
|
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31447
|
+
.E_m855nr1 {
|
|
31448
|
+
padding: 2px 8px;
|
|
31449
|
+
border-radius: 3px;
|
|
31367
31450
|
}
|
|
31368
31451
|
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31452
|
+
.E_l1270xpg {
|
|
31453
|
+
padding: 3px 8px;
|
|
31454
|
+
border-radius: 2px;
|
|
31455
|
+
}
|
|
31456
|
+
|
|
31457
|
+
.E_t14rextb.ant-tag:hover {
|
|
31458
|
+
opacity: unset;
|
|
31459
|
+
}
|
|
31460
|
+
|
|
31461
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31462
|
+
margin: 0;
|
|
31463
|
+
margin-right: 8px;
|
|
31464
|
+
display: inline-flex;
|
|
31465
|
+
align-items: center;
|
|
31466
|
+
border: none;
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31470
|
+
width: 16px;
|
|
31371
31471
|
height: 16px;
|
|
31472
|
+
color: inherit;
|
|
31473
|
+
margin-left: 4px;
|
|
31474
|
+
opacity: 0.6;
|
|
31475
|
+
display: inline-flex;
|
|
31372
31476
|
}
|
|
31373
31477
|
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31376
|
-
height: 32px;
|
|
31478
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31479
|
+
opacity: 1;
|
|
31377
31480
|
}
|
|
31378
31481
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31381
|
-
|
|
31482
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31483
|
+
color: #0080ff;
|
|
31484
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31382
31485
|
}
|
|
31383
31486
|
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31386
|
-
|
|
31487
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31488
|
+
color: #f0483e;
|
|
31489
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31387
31490
|
}
|
|
31388
31491
|
|
|
31389
|
-
.
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
top: 1px;
|
|
31393
|
-
left: 1px;
|
|
31492
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31493
|
+
color: #e07f00;
|
|
31494
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31394
31495
|
}
|
|
31395
31496
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
|
|
31497
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31498
|
+
color: #008f4c;
|
|
31499
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31399
31500
|
}
|
|
31400
31501
|
|
|
31401
|
-
.
|
|
31402
|
-
|
|
31502
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31503
|
+
color: #1d326c;
|
|
31504
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31403
31505
|
}
|
|
31404
31506
|
|
|
31405
|
-
.
|
|
31406
|
-
|
|
31507
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31508
|
+
color: #7E41FF;
|
|
31509
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31407
31510
|
}
|
|
31408
31511
|
|
|
31409
|
-
.
|
|
31410
|
-
|
|
31512
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31513
|
+
color: #fff;
|
|
31411
31514
|
}
|
|
31412
31515
|
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31516
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31517
|
+
background-color: #f0483e;
|
|
31415
31518
|
}
|
|
31416
31519
|
|
|
31417
|
-
.
|
|
31418
|
-
|
|
31520
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31521
|
+
background-color: #fea008;
|
|
31419
31522
|
}
|
|
31420
31523
|
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31524
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31525
|
+
background-color: #00ba5d;
|
|
31423
31526
|
}
|
|
31424
31527
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31528
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31529
|
+
background-color: #0080ff;
|
|
31530
|
+
}
|
|
31531
|
+
|
|
31532
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31533
|
+
background-color: #6b7d99;
|
|
31534
|
+
}
|
|
31535
|
+
|
|
31536
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31537
|
+
background-color: #7E41FF;
|
|
31427
31538
|
}
|
|
31428
31539
|
|
|
31429
31540
|
.E_s1dni7lo {
|
|
@@ -31516,124 +31627,20 @@ button.E_n7k2c6r {
|
|
|
31516
31627
|
opacity: 0;
|
|
31517
31628
|
}
|
|
31518
31629
|
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
|
|
31526
|
-
border-radius: 3px;
|
|
31527
|
-
}
|
|
31528
|
-
|
|
31529
|
-
.E_l1270xpg {
|
|
31530
|
-
padding: 3px 8px;
|
|
31531
|
-
border-radius: 2px;
|
|
31532
|
-
}
|
|
31533
|
-
|
|
31534
|
-
.E_t14rextb.ant-tag:hover {
|
|
31535
|
-
opacity: unset;
|
|
31536
|
-
}
|
|
31537
|
-
|
|
31538
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31539
|
-
margin: 0;
|
|
31540
|
-
margin-right: 8px;
|
|
31541
|
-
display: inline-flex;
|
|
31630
|
+
.E_fzh9mnb {
|
|
31631
|
+
width: 100%;
|
|
31632
|
+
height: 100%;
|
|
31633
|
+
min-height: 124px;
|
|
31634
|
+
display: flex;
|
|
31635
|
+
flex-direction: column;
|
|
31636
|
+
justify-content: center;
|
|
31542
31637
|
align-items: center;
|
|
31543
|
-
border: none;
|
|
31544
|
-
}
|
|
31545
|
-
|
|
31546
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31547
|
-
width: 16px;
|
|
31548
|
-
height: 16px;
|
|
31549
|
-
color: inherit;
|
|
31550
|
-
margin-left: 4px;
|
|
31551
|
-
opacity: 0.6;
|
|
31552
|
-
display: inline-flex;
|
|
31553
|
-
}
|
|
31554
|
-
|
|
31555
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31556
|
-
opacity: 1;
|
|
31557
|
-
}
|
|
31558
|
-
|
|
31559
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31560
|
-
color: #0080ff;
|
|
31561
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31562
|
-
}
|
|
31563
|
-
|
|
31564
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31565
|
-
color: #f0483e;
|
|
31566
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31567
|
-
}
|
|
31568
|
-
|
|
31569
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31570
|
-
color: #e07f00;
|
|
31571
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31572
|
-
}
|
|
31573
|
-
|
|
31574
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31575
|
-
color: #008f4c;
|
|
31576
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31577
|
-
}
|
|
31578
|
-
|
|
31579
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31580
|
-
color: #1d326c;
|
|
31581
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31582
|
-
}
|
|
31583
|
-
|
|
31584
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31585
|
-
color: #7E41FF;
|
|
31586
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31587
|
-
}
|
|
31588
|
-
|
|
31589
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31590
|
-
color: #fff;
|
|
31591
|
-
}
|
|
31592
|
-
|
|
31593
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31594
|
-
background-color: #f0483e;
|
|
31595
|
-
}
|
|
31596
|
-
|
|
31597
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31598
|
-
background-color: #fea008;
|
|
31599
|
-
}
|
|
31600
|
-
|
|
31601
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31602
|
-
background-color: #00ba5d;
|
|
31603
|
-
}
|
|
31604
|
-
|
|
31605
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31606
|
-
background-color: #0080ff;
|
|
31607
|
-
}
|
|
31608
|
-
|
|
31609
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31610
|
-
background-color: #6b7d99;
|
|
31611
|
-
}
|
|
31612
|
-
|
|
31613
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31614
|
-
background-color: #7E41FF;
|
|
31615
|
-
}
|
|
31616
|
-
|
|
31617
|
-
.E_iq1gosr {
|
|
31618
|
-
display: inline-block;
|
|
31619
|
-
}
|
|
31620
|
-
|
|
31621
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31622
|
-
display: none;
|
|
31623
|
-
}
|
|
31624
|
-
|
|
31625
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31626
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31627
|
-
border-radius: 4px;
|
|
31628
|
-
}
|
|
31629
|
-
|
|
31630
|
-
.E_owd0kml {
|
|
31631
|
-
display: inline-block;
|
|
31632
31638
|
}
|
|
31633
31639
|
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31636
|
-
|
|
31640
|
+
.E_fzh9mnb .error-text {
|
|
31641
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31642
|
+
margin-bottom: 16px;
|
|
31643
|
+
font-size: 18px;
|
|
31637
31644
|
}
|
|
31638
31645
|
|
|
31639
31646
|
.E_iouxfgt {
|
|
@@ -31657,19 +31664,6 @@ button.E_n7k2c6r {
|
|
|
31657
31664
|
animation: rotate 680ms linear infinite;
|
|
31658
31665
|
}
|
|
31659
31666
|
|
|
31660
|
-
.E_i1inqkme {
|
|
31661
|
-
height: 18px;
|
|
31662
|
-
line-height: 18px;
|
|
31663
|
-
padding: 0 4px;
|
|
31664
|
-
border-radius: 4px;
|
|
31665
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31666
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31667
|
-
display: flex;
|
|
31668
|
-
align-items: center;
|
|
31669
|
-
white-space: nowrap;
|
|
31670
|
-
margin-right: 4px;
|
|
31671
|
-
}
|
|
31672
|
-
|
|
31673
31667
|
.E_f7pxqmh {
|
|
31674
31668
|
width: 100%;
|
|
31675
31669
|
margin-bottom: 0 !important;
|
|
@@ -31745,20 +31739,25 @@ button.E_n7k2c6r {
|
|
|
31745
31739
|
font-size: inherit;
|
|
31746
31740
|
}
|
|
31747
31741
|
|
|
31748
|
-
.
|
|
31749
|
-
|
|
31750
|
-
height:
|
|
31751
|
-
|
|
31742
|
+
.E_i1inqkme {
|
|
31743
|
+
height: 18px;
|
|
31744
|
+
line-height: 18px;
|
|
31745
|
+
padding: 0 4px;
|
|
31746
|
+
border-radius: 4px;
|
|
31747
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31748
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31752
31749
|
display: flex;
|
|
31753
|
-
flex-direction: column;
|
|
31754
|
-
justify-content: center;
|
|
31755
31750
|
align-items: center;
|
|
31751
|
+
white-space: nowrap;
|
|
31752
|
+
margin-right: 4px;
|
|
31756
31753
|
}
|
|
31757
31754
|
|
|
31758
|
-
.
|
|
31759
|
-
|
|
31760
|
-
|
|
31761
|
-
|
|
31755
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31756
|
+
margin-left: 8px;
|
|
31757
|
+
}
|
|
31758
|
+
|
|
31759
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31760
|
+
padding: 2px 7px 2px 12px;
|
|
31762
31761
|
}
|
|
31763
31762
|
|
|
31764
31763
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31831,12 +31830,50 @@ button.E_n7k2c6r {
|
|
|
31831
31830
|
padding: 2px 8px;
|
|
31832
31831
|
}
|
|
31833
31832
|
|
|
31834
|
-
.
|
|
31835
|
-
|
|
31833
|
+
.E_owd0kml {
|
|
31834
|
+
display: inline-block;
|
|
31836
31835
|
}
|
|
31837
31836
|
|
|
31838
|
-
.
|
|
31839
|
-
|
|
31837
|
+
.E_h1jsgezc {
|
|
31838
|
+
visibility: hidden;
|
|
31839
|
+
position: absolute;
|
|
31840
|
+
}
|
|
31841
|
+
|
|
31842
|
+
.E_m196gn1d {
|
|
31843
|
+
min-width: 1280px;
|
|
31844
|
+
}
|
|
31845
|
+
|
|
31846
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31847
|
+
display: inline-flex;
|
|
31848
|
+
align-items: center;
|
|
31849
|
+
justify-content: center;
|
|
31850
|
+
color: #fff;
|
|
31851
|
+
font-weight: bold;
|
|
31852
|
+
font-size: 12px;
|
|
31853
|
+
width: 24px;
|
|
31854
|
+
height: 24px;
|
|
31855
|
+
border-radius: 50%;
|
|
31856
|
+
background: var(--a1b5xrg3-0);
|
|
31857
|
+
}
|
|
31858
|
+
|
|
31859
|
+
.E_a1b5xrg3.btn-item {
|
|
31860
|
+
transition: all 160ms ease;
|
|
31861
|
+
cursor: pointer;
|
|
31862
|
+
width: 56px;
|
|
31863
|
+
height: 40px;
|
|
31864
|
+
display: inline-flex;
|
|
31865
|
+
align-items: center;
|
|
31866
|
+
justify-content: center;
|
|
31867
|
+
border-radius: 6px;
|
|
31868
|
+
}
|
|
31869
|
+
|
|
31870
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31871
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31872
|
+
}
|
|
31873
|
+
|
|
31874
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31875
|
+
transform: translateY(2px);
|
|
31876
|
+
transition: all 320ms ease;
|
|
31840
31877
|
}
|
|
31841
31878
|
|
|
31842
31879
|
.E_cnujxq2 {
|
|
@@ -32623,12 +32660,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32623
32660
|
margin: 4px 0;
|
|
32624
32661
|
}
|
|
32625
32662
|
|
|
32626
|
-
.E_h1ol2wl7 {
|
|
32627
|
-
font-weight: bold;
|
|
32628
|
-
background-color: unset;
|
|
32629
|
-
padding: unset;
|
|
32630
|
-
}
|
|
32631
|
-
|
|
32632
32663
|
.E_dsnbhzf {
|
|
32633
32664
|
font-family: Inter;
|
|
32634
32665
|
font-style: normal;
|
|
@@ -33104,41 +33135,27 @@ input.E_rf8rlle.ant-input {
|
|
|
33104
33135
|
line-height: 12px;
|
|
33105
33136
|
}
|
|
33106
33137
|
|
|
33107
|
-
.
|
|
33108
|
-
|
|
33138
|
+
.E_h1ol2wl7 {
|
|
33139
|
+
font-weight: bold;
|
|
33140
|
+
background-color: unset;
|
|
33141
|
+
padding: unset;
|
|
33109
33142
|
}
|
|
33110
33143
|
|
|
33111
|
-
.
|
|
33112
|
-
display:
|
|
33144
|
+
.E_ryby9ds {
|
|
33145
|
+
display: flex;
|
|
33113
33146
|
align-items: center;
|
|
33114
|
-
justify-content: center;
|
|
33115
|
-
color: #fff;
|
|
33116
|
-
font-weight: bold;
|
|
33117
|
-
font-size: 12px;
|
|
33118
|
-
width: 24px;
|
|
33119
|
-
height: 24px;
|
|
33120
|
-
border-radius: 50%;
|
|
33121
|
-
background: var(--a1b5xrg3-0);
|
|
33122
33147
|
}
|
|
33123
33148
|
|
|
33124
|
-
.
|
|
33125
|
-
|
|
33126
|
-
|
|
33127
|
-
|
|
33128
|
-
|
|
33129
|
-
|
|
33149
|
+
.E_ryby9ds .order {
|
|
33150
|
+
height: 24px;
|
|
33151
|
+
width: 24px;
|
|
33152
|
+
border-radius: 20px;
|
|
33153
|
+
color: #0080ff;
|
|
33154
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33155
|
+
display: flex;
|
|
33130
33156
|
align-items: center;
|
|
33131
33157
|
justify-content: center;
|
|
33132
|
-
|
|
33133
|
-
}
|
|
33134
|
-
|
|
33135
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
33136
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33137
|
-
}
|
|
33138
|
-
|
|
33139
|
-
.E_a1b5xrg3.btn-item:active {
|
|
33140
|
-
transform: translateY(2px);
|
|
33141
|
-
transition: all 320ms ease;
|
|
33158
|
+
margin-right: 6px;
|
|
33142
33159
|
}
|
|
33143
33160
|
|
|
33144
33161
|
.E_suhck3k {
|
|
@@ -33156,1101 +33173,1084 @@ input.E_rf8rlle.ant-input {
|
|
|
33156
33173
|
fill: blue;
|
|
33157
33174
|
}
|
|
33158
33175
|
|
|
33159
|
-
.
|
|
33160
|
-
display:
|
|
33161
|
-
align-items: center;
|
|
33176
|
+
.E_hrhfj7c {
|
|
33177
|
+
display: none;
|
|
33162
33178
|
}
|
|
33163
33179
|
|
|
33164
|
-
.
|
|
33165
|
-
|
|
33166
|
-
width: 24px;
|
|
33167
|
-
border-radius: 20px;
|
|
33168
|
-
color: #0080ff;
|
|
33169
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33170
|
-
display: flex;
|
|
33171
|
-
align-items: center;
|
|
33172
|
-
justify-content: center;
|
|
33173
|
-
margin-right: 6px;
|
|
33180
|
+
.E_dt9qoak .bottom {
|
|
33181
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33174
33182
|
}
|
|
33175
33183
|
|
|
33176
|
-
.
|
|
33177
|
-
|
|
33178
|
-
|
|
33179
|
-
|
|
33184
|
+
.E_dt9qoak .left {
|
|
33185
|
+
min-width: 0;
|
|
33186
|
+
}
|
|
33187
|
+
|
|
33188
|
+
.E_crhnxq5 {
|
|
33180
33189
|
display: flex;
|
|
33190
|
+
flex-direction: row;
|
|
33181
33191
|
justify-content: space-between;
|
|
33182
|
-
align-items: center;
|
|
33183
|
-
padding: 0 24px 0 14px;
|
|
33184
|
-
position: relative;
|
|
33185
|
-
z-index: 10;
|
|
33186
33192
|
}
|
|
33187
33193
|
|
|
33188
|
-
.
|
|
33189
|
-
|
|
33190
|
-
|
|
33191
|
-
display: flex;
|
|
33192
|
-
align-items: center;
|
|
33193
|
-
flex: 1;
|
|
33194
|
-
flex-shrink: 0;
|
|
33194
|
+
.E_crhnxq5 .label {
|
|
33195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33196
|
+
font-weight: 400;
|
|
33195
33197
|
}
|
|
33196
33198
|
|
|
33197
|
-
.
|
|
33198
|
-
|
|
33199
|
+
.E_c1iq43vd {
|
|
33200
|
+
display: flex;
|
|
33201
|
+
flex-direction: column;
|
|
33202
|
+
justify-content: center;
|
|
33203
|
+
align-items: center;
|
|
33204
|
+
height: 240px;
|
|
33205
|
+
width: 432px;
|
|
33199
33206
|
}
|
|
33200
33207
|
|
|
33201
|
-
.
|
|
33202
|
-
|
|
33208
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33209
|
+
border-radius: 0px;
|
|
33210
|
+
box-shadow: unset;
|
|
33211
|
+
border: 0;
|
|
33212
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33203
33213
|
}
|
|
33204
33214
|
|
|
33205
|
-
.
|
|
33206
|
-
|
|
33215
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
33216
|
+
padding: 4px;
|
|
33207
33217
|
}
|
|
33208
33218
|
|
|
33209
|
-
.
|
|
33210
|
-
|
|
33211
|
-
position: relative;
|
|
33212
|
-
display: flex;
|
|
33213
|
-
align-items: center;
|
|
33219
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
33220
|
+
line-height: normal;
|
|
33214
33221
|
}
|
|
33215
33222
|
|
|
33216
|
-
.
|
|
33217
|
-
|
|
33218
|
-
opacity: 0;
|
|
33219
|
-
height: 24px;
|
|
33220
|
-
width: 1px;
|
|
33221
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33222
|
-
position: absolute;
|
|
33223
|
-
left: -16px;
|
|
33224
|
-
top: 50%;
|
|
33225
|
-
transform: translateY(-50%);
|
|
33226
|
-
transition: opacity 160ms ease;
|
|
33223
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
33224
|
+
height: 22px;
|
|
33227
33225
|
}
|
|
33228
33226
|
|
|
33229
|
-
.
|
|
33230
|
-
|
|
33231
|
-
cursor: pointer;
|
|
33232
|
-
width: 56px;
|
|
33233
|
-
height: 40px;
|
|
33234
|
-
display: inline-flex;
|
|
33235
|
-
align-items: center;
|
|
33236
|
-
justify-content: center;
|
|
33237
|
-
border-radius: 6px;
|
|
33227
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33228
|
+
row-gap: 2px;
|
|
33238
33229
|
}
|
|
33239
33230
|
|
|
33240
|
-
.
|
|
33241
|
-
|
|
33231
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33232
|
+
line-height: normal;
|
|
33242
33233
|
}
|
|
33243
33234
|
|
|
33244
|
-
.
|
|
33245
|
-
|
|
33246
|
-
|
|
33235
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33236
|
+
font-size: 13px;
|
|
33237
|
+
line-height: 20px;
|
|
33247
33238
|
}
|
|
33248
33239
|
|
|
33249
|
-
.
|
|
33250
|
-
|
|
33240
|
+
.E_c1ec3mnt {
|
|
33241
|
+
font-size: 13px;
|
|
33251
33242
|
}
|
|
33252
33243
|
|
|
33253
|
-
.
|
|
33254
|
-
|
|
33255
|
-
|
|
33244
|
+
.E_c1iye0zj {
|
|
33245
|
+
padding: 7px 14px;
|
|
33246
|
+
height: 20px;
|
|
33247
|
+
font-weight: 400;
|
|
33248
|
+
box-sizing: content-box;
|
|
33249
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33256
33250
|
display: flex;
|
|
33251
|
+
flex-direction: row;
|
|
33252
|
+
justify-content: space-between;
|
|
33257
33253
|
align-items: center;
|
|
33258
|
-
|
|
33259
|
-
margin: 0 -4px;
|
|
33254
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33260
33255
|
}
|
|
33261
33256
|
|
|
33262
|
-
.
|
|
33263
|
-
|
|
33264
|
-
|
|
33257
|
+
.E_ckhyuyx {
|
|
33258
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33259
|
+
border-radius: 8px;
|
|
33260
|
+
padding: 0px;
|
|
33265
33261
|
}
|
|
33266
33262
|
|
|
33267
|
-
.
|
|
33268
|
-
|
|
33269
|
-
height:
|
|
33270
|
-
transform: translateY(100%);
|
|
33271
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33272
|
-
display: inline-flex;
|
|
33273
|
-
align-items: center;
|
|
33263
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
33264
|
+
padding: 6px;
|
|
33265
|
+
height: 240px;
|
|
33274
33266
|
}
|
|
33275
33267
|
|
|
33276
|
-
.
|
|
33277
|
-
|
|
33268
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
33269
|
+
min-width: 296px;
|
|
33270
|
+
padding: 4px 4px 4px 8px;
|
|
33271
|
+
color: #00122e;
|
|
33272
|
+
margin-bottom: 2px;
|
|
33278
33273
|
}
|
|
33279
33274
|
|
|
33280
|
-
.
|
|
33281
|
-
|
|
33282
|
-
height: 32px;
|
|
33283
|
-
border-radius: 6px;
|
|
33275
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
33276
|
+
vertical-align: middle;
|
|
33284
33277
|
}
|
|
33285
33278
|
|
|
33286
|
-
.
|
|
33287
|
-
|
|
33279
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
33280
|
+
font-weight: 400;
|
|
33288
33281
|
}
|
|
33289
33282
|
|
|
33290
|
-
.
|
|
33291
|
-
|
|
33292
|
-
position: relative;
|
|
33283
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
33284
|
+
font-weight: 400;
|
|
33293
33285
|
}
|
|
33294
33286
|
|
|
33295
|
-
.
|
|
33296
|
-
|
|
33297
|
-
.E_h12yihis .task .alert-icon,
|
|
33298
|
-
.E_h12yihis .task .task-icon {
|
|
33299
|
-
width: 56px;
|
|
33300
|
-
height: 40px;
|
|
33301
|
-
justify-content: center;
|
|
33287
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
33288
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33302
33289
|
}
|
|
33303
33290
|
|
|
33304
|
-
.
|
|
33305
|
-
|
|
33306
|
-
right: 16px;
|
|
33307
|
-
top: 10px;
|
|
33291
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33292
|
+
fill: #0080ff;
|
|
33308
33293
|
}
|
|
33309
33294
|
|
|
33310
|
-
.
|
|
33311
|
-
|
|
33312
|
-
|
|
33295
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
33296
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33297
|
+
font-weight: 400;
|
|
33313
33298
|
}
|
|
33314
33299
|
|
|
33315
|
-
.
|
|
33316
|
-
|
|
33300
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
33301
|
+
fill: #0080ff;
|
|
33317
33302
|
}
|
|
33318
33303
|
|
|
33319
|
-
.
|
|
33320
|
-
|
|
33321
|
-
line-height: 24px;
|
|
33322
|
-
font-weight: bold;
|
|
33323
|
-
color: #1d326c;
|
|
33324
|
-
margin: 0px 8px;
|
|
33304
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
33305
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33325
33306
|
}
|
|
33326
33307
|
|
|
33327
|
-
.
|
|
33328
|
-
|
|
33308
|
+
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
33309
|
+
align-self: flex-start;
|
|
33329
33310
|
}
|
|
33330
33311
|
|
|
33331
|
-
.
|
|
33332
|
-
|
|
33312
|
+
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
33313
|
+
display: none;
|
|
33333
33314
|
}
|
|
33334
33315
|
|
|
33335
|
-
.
|
|
33336
|
-
|
|
33337
|
-
|
|
33316
|
+
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
33317
|
+
height: 22px;
|
|
33318
|
+
display: flex;
|
|
33319
|
+
align-items: center;
|
|
33320
|
+
top: 0;
|
|
33338
33321
|
}
|
|
33339
33322
|
|
|
33340
|
-
.
|
|
33341
|
-
|
|
33342
|
-
flex: 1;
|
|
33323
|
+
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
33324
|
+
border: none;
|
|
33343
33325
|
}
|
|
33344
33326
|
|
|
33345
|
-
.
|
|
33327
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
|
|
33346
33328
|
border-color: #0080ff;
|
|
33347
|
-
width: 100%;
|
|
33348
33329
|
}
|
|
33349
33330
|
|
|
33350
|
-
.
|
|
33351
|
-
|
|
33331
|
+
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
33332
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33352
33333
|
}
|
|
33353
33334
|
|
|
33354
|
-
.
|
|
33355
|
-
|
|
33335
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33336
|
+
border: 1px solid #0080ff;
|
|
33356
33337
|
}
|
|
33357
33338
|
|
|
33358
|
-
.
|
|
33359
|
-
|
|
33339
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33340
|
+
background: #0080ff;
|
|
33360
33341
|
}
|
|
33361
33342
|
|
|
33362
|
-
.
|
|
33363
|
-
color:
|
|
33364
|
-
|
|
33365
|
-
|
|
33366
|
-
|
|
33367
|
-
align-items: center;
|
|
33368
|
-
justify-content: center;
|
|
33369
|
-
overflow: hidden;
|
|
33343
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33344
|
+
background-color: #fff;
|
|
33345
|
+
height: 2px;
|
|
33346
|
+
width: 10px;
|
|
33347
|
+
border-radius: 2px;
|
|
33370
33348
|
}
|
|
33371
33349
|
|
|
33372
|
-
.
|
|
33373
|
-
|
|
33374
|
-
width: 100%;
|
|
33375
|
-
height: 12px;
|
|
33376
|
-
position: absolute;
|
|
33377
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33350
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
33351
|
+
opacity: 0.5;
|
|
33378
33352
|
}
|
|
33379
33353
|
|
|
33380
|
-
.
|
|
33381
|
-
|
|
33354
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
33355
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33356
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33382
33357
|
}
|
|
33383
33358
|
|
|
33384
|
-
.
|
|
33385
|
-
|
|
33359
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
33360
|
+
border-color: #2d3a56;
|
|
33386
33361
|
}
|
|
33387
33362
|
|
|
33388
|
-
.
|
|
33389
|
-
|
|
33390
|
-
display: inline-flex;
|
|
33391
|
-
align-items: center;
|
|
33392
|
-
white-space: nowrap;
|
|
33393
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33394
|
-
}
|
|
33395
|
-
|
|
33396
|
-
.E_ncaepor .name-text {
|
|
33397
|
-
transform: translateY(0);
|
|
33398
|
-
opacity: 1;
|
|
33363
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33364
|
+
background: #2d3a56;
|
|
33399
33365
|
}
|
|
33400
33366
|
|
|
33401
|
-
.
|
|
33402
|
-
|
|
33403
|
-
opacity: 0;
|
|
33404
|
-
font-size: 18px;
|
|
33405
|
-
font-weight: 700;
|
|
33406
|
-
position: absolute;
|
|
33407
|
-
overflow: hidden;
|
|
33408
|
-
display: flex;
|
|
33409
|
-
justify-content: center;
|
|
33367
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
33368
|
+
padding: 0;
|
|
33410
33369
|
}
|
|
33411
33370
|
|
|
33412
|
-
.
|
|
33413
|
-
|
|
33414
|
-
|
|
33415
|
-
|
|
33416
|
-
text-overflow: ellipsis;
|
|
33371
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
33372
|
+
display: inline-block;
|
|
33373
|
+
margin-left: 12px;
|
|
33374
|
+
color: #2d3a56;
|
|
33417
33375
|
}
|
|
33418
33376
|
|
|
33419
|
-
.
|
|
33377
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
33378
|
+
margin-left: 28px;
|
|
33420
33379
|
color: rgba(44, 56, 82, 0.6);
|
|
33421
|
-
margin-left: 8px;
|
|
33422
33380
|
}
|
|
33423
33381
|
|
|
33424
|
-
.
|
|
33425
|
-
|
|
33426
|
-
opacity: 0;
|
|
33427
|
-
position: absolute;
|
|
33428
|
-
}
|
|
33429
|
-
|
|
33430
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
33431
|
-
transform: translateY(0);
|
|
33432
|
-
opacity: 1;
|
|
33433
|
-
position: static;
|
|
33382
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33383
|
+
margin-left: 8px;
|
|
33434
33384
|
}
|
|
33435
33385
|
|
|
33436
|
-
.
|
|
33437
|
-
|
|
33438
|
-
width: 100%;
|
|
33439
|
-
display: flex;
|
|
33440
|
-
flex-direction: column;
|
|
33441
|
-
background: #fff;
|
|
33442
|
-
overflow: auto;
|
|
33386
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33387
|
+
margin-left: 24px;
|
|
33443
33388
|
}
|
|
33444
33389
|
|
|
33445
|
-
.
|
|
33446
|
-
|
|
33447
|
-
align-items: center;
|
|
33448
|
-
justify-content: space-between;
|
|
33449
|
-
padding: 0 12px 0 8px;
|
|
33450
|
-
height: 44px;
|
|
33451
|
-
flex-shrink: 0;
|
|
33390
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
33391
|
+
width: 400px;
|
|
33452
33392
|
}
|
|
33453
33393
|
|
|
33454
|
-
.
|
|
33455
|
-
width: 54px;
|
|
33394
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33456
33395
|
padding: 4px;
|
|
33457
|
-
|
|
33458
|
-
font-weight: 700;
|
|
33459
|
-
font-size: 16px;
|
|
33460
|
-
line-height: 24px;
|
|
33396
|
+
height: 158px;
|
|
33461
33397
|
}
|
|
33462
33398
|
|
|
33463
|
-
.
|
|
33464
|
-
|
|
33465
|
-
margin-right: 4px;
|
|
33399
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
33400
|
+
border-radius: 6px;
|
|
33466
33401
|
}
|
|
33467
33402
|
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33470
|
-
|
|
33471
|
-
gap: 8px;
|
|
33403
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33404
|
+
min-width: 200px;
|
|
33405
|
+
font-size: 12px;
|
|
33472
33406
|
}
|
|
33473
33407
|
|
|
33474
|
-
.
|
|
33475
|
-
|
|
33476
|
-
|
|
33477
|
-
|
|
33478
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33408
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33409
|
+
padding: 6px 12px;
|
|
33410
|
+
height: 18px;
|
|
33411
|
+
font-size: 12px;
|
|
33479
33412
|
}
|
|
33480
33413
|
|
|
33481
|
-
.
|
|
33482
|
-
|
|
33483
|
-
|
|
33484
|
-
list-style: none;
|
|
33485
|
-
padding: 0 12px;
|
|
33486
|
-
margin: unset;
|
|
33487
|
-
height: 40px;
|
|
33488
|
-
gap: 4px;
|
|
33489
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33490
|
-
flex-wrap: wrap;
|
|
33491
|
-
flex-shrink: 0;
|
|
33414
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33415
|
+
padding: 8px;
|
|
33416
|
+
height: 320px;
|
|
33492
33417
|
}
|
|
33493
33418
|
|
|
33494
|
-
.
|
|
33495
|
-
|
|
33496
|
-
height: 40px;
|
|
33497
|
-
line-height: 40px;
|
|
33498
|
-
text-align: center;
|
|
33499
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33419
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
33420
|
+
border-radius: 10px;
|
|
33500
33421
|
}
|
|
33501
33422
|
|
|
33502
|
-
.
|
|
33503
|
-
|
|
33504
|
-
|
|
33505
|
-
position: relative;
|
|
33423
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33424
|
+
min-width: 296px;
|
|
33425
|
+
padding: 8px;
|
|
33506
33426
|
}
|
|
33507
33427
|
|
|
33508
|
-
.
|
|
33509
|
-
|
|
33510
|
-
padding:
|
|
33511
|
-
|
|
33428
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33429
|
+
height: 22px;
|
|
33430
|
+
padding: 8px 16px;
|
|
33431
|
+
font-size: 14px;
|
|
33512
33432
|
}
|
|
33513
33433
|
|
|
33514
|
-
.
|
|
33515
|
-
|
|
33516
|
-
|
|
33517
|
-
top: 0;
|
|
33434
|
+
.E_h12yihis {
|
|
33435
|
+
height: 50px;
|
|
33436
|
+
border-bottom: 2px solid #edf0f7;
|
|
33518
33437
|
background: #fff;
|
|
33519
|
-
|
|
33520
|
-
|
|
33438
|
+
display: flex;
|
|
33439
|
+
justify-content: space-between;
|
|
33440
|
+
align-items: center;
|
|
33441
|
+
padding: 0 24px 0 14px;
|
|
33442
|
+
position: relative;
|
|
33443
|
+
z-index: 10;
|
|
33521
33444
|
}
|
|
33522
33445
|
|
|
33523
|
-
.
|
|
33524
|
-
|
|
33446
|
+
.E_h12yihis .left,
|
|
33447
|
+
.E_h12yihis .right,
|
|
33448
|
+
.E_h12yihis .center {
|
|
33449
|
+
display: flex;
|
|
33450
|
+
align-items: center;
|
|
33451
|
+
flex: 1;
|
|
33452
|
+
flex-shrink: 0;
|
|
33525
33453
|
}
|
|
33526
33454
|
|
|
33527
|
-
.
|
|
33528
|
-
|
|
33529
|
-
grid-template-columns: repeat(7, auto);
|
|
33530
|
-
gap: 4px 0;
|
|
33531
|
-
padding: 4px 12px;
|
|
33455
|
+
.E_h12yihis .center {
|
|
33456
|
+
flex: 0.8;
|
|
33532
33457
|
}
|
|
33533
33458
|
|
|
33534
|
-
.
|
|
33535
|
-
|
|
33536
|
-
height: 100%;
|
|
33537
|
-
display: flex;
|
|
33538
|
-
align-items: center;
|
|
33539
|
-
justify-content: center;
|
|
33459
|
+
.E_h12yihis .right {
|
|
33460
|
+
justify-content: flex-end;
|
|
33540
33461
|
}
|
|
33541
33462
|
|
|
33542
|
-
.
|
|
33543
|
-
|
|
33544
|
-
background: #e6f4ff;
|
|
33463
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33464
|
+
opacity: 1;
|
|
33545
33465
|
}
|
|
33546
33466
|
|
|
33547
|
-
.
|
|
33467
|
+
.E_h12yihis .right .btn-group {
|
|
33468
|
+
margin-left: 32px;
|
|
33548
33469
|
position: relative;
|
|
33549
|
-
|
|
33470
|
+
display: flex;
|
|
33471
|
+
align-items: center;
|
|
33550
33472
|
}
|
|
33551
33473
|
|
|
33552
|
-
.
|
|
33474
|
+
.E_h12yihis .right .btn-group:before {
|
|
33553
33475
|
content: "";
|
|
33476
|
+
opacity: 0;
|
|
33477
|
+
height: 24px;
|
|
33478
|
+
width: 1px;
|
|
33479
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33554
33480
|
position: absolute;
|
|
33555
|
-
|
|
33556
|
-
top:
|
|
33557
|
-
|
|
33558
|
-
|
|
33559
|
-
background: #e6f4ff;
|
|
33560
|
-
border-top-left-radius: 50%;
|
|
33561
|
-
border-bottom-left-radius: 50%;
|
|
33481
|
+
left: -16px;
|
|
33482
|
+
top: 50%;
|
|
33483
|
+
transform: translateY(-50%);
|
|
33484
|
+
transition: opacity 160ms ease;
|
|
33562
33485
|
}
|
|
33563
33486
|
|
|
33564
|
-
.
|
|
33565
|
-
|
|
33566
|
-
|
|
33487
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33488
|
+
transition: all 160ms ease;
|
|
33489
|
+
cursor: pointer;
|
|
33490
|
+
width: 56px;
|
|
33491
|
+
height: 40px;
|
|
33492
|
+
display: inline-flex;
|
|
33493
|
+
align-items: center;
|
|
33494
|
+
justify-content: center;
|
|
33495
|
+
border-radius: 6px;
|
|
33567
33496
|
}
|
|
33568
33497
|
|
|
33569
|
-
.
|
|
33570
|
-
|
|
33571
|
-
position: absolute;
|
|
33572
|
-
left: 0;
|
|
33573
|
-
top: 0;
|
|
33574
|
-
width: calc(50% + 20px);
|
|
33575
|
-
height: 100%;
|
|
33576
|
-
background: #e6f4ff;
|
|
33577
|
-
border-top-right-radius: 50%;
|
|
33578
|
-
border-bottom-right-radius: 50%;
|
|
33498
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33499
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33579
33500
|
}
|
|
33580
33501
|
|
|
33581
|
-
.
|
|
33582
|
-
|
|
33583
|
-
|
|
33584
|
-
transform: translateY(-50%);
|
|
33502
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33503
|
+
transform: translateY(2px);
|
|
33504
|
+
transition: all 320ms ease;
|
|
33585
33505
|
}
|
|
33586
33506
|
|
|
33587
|
-
.
|
|
33588
|
-
|
|
33507
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33508
|
+
margin-left: 4px;
|
|
33589
33509
|
}
|
|
33590
33510
|
|
|
33591
|
-
.
|
|
33592
|
-
|
|
33593
|
-
|
|
33594
|
-
|
|
33511
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33512
|
+
height: 48px;
|
|
33513
|
+
overflow: hidden;
|
|
33514
|
+
display: flex;
|
|
33515
|
+
align-items: center;
|
|
33516
|
+
padding: 0 4px;
|
|
33517
|
+
margin: 0 -4px;
|
|
33595
33518
|
}
|
|
33596
33519
|
|
|
33597
|
-
.
|
|
33598
|
-
|
|
33599
|
-
|
|
33600
|
-
line-height: 36px;
|
|
33601
|
-
text-align: center;
|
|
33602
|
-
border-radius: 50%;
|
|
33603
|
-
color: #00122e;
|
|
33604
|
-
border: 1px solid transparent;
|
|
33605
|
-
transition: background, border 0.2s ease-in-out;
|
|
33606
|
-
position: relative;
|
|
33607
|
-
z-index: 1;
|
|
33520
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33521
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33522
|
+
transform: translateY(0);
|
|
33608
33523
|
}
|
|
33609
33524
|
|
|
33610
|
-
.
|
|
33611
|
-
|
|
33525
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33526
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33527
|
+
height: 48px;
|
|
33528
|
+
transform: translateY(100%);
|
|
33529
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33530
|
+
display: inline-flex;
|
|
33531
|
+
align-items: center;
|
|
33612
33532
|
}
|
|
33613
33533
|
|
|
33614
|
-
.
|
|
33615
|
-
|
|
33616
|
-
border-color: rgba(0, 136, 255, 0.16);
|
|
33534
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33535
|
+
margin-right: 10px;
|
|
33617
33536
|
}
|
|
33618
33537
|
|
|
33619
|
-
.
|
|
33620
|
-
|
|
33538
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33539
|
+
width: 32px;
|
|
33540
|
+
height: 32px;
|
|
33541
|
+
border-radius: 6px;
|
|
33621
33542
|
}
|
|
33622
33543
|
|
|
33623
|
-
.
|
|
33624
|
-
|
|
33625
|
-
cursor: pointer;
|
|
33626
|
-
background: #fff;
|
|
33544
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33545
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33627
33546
|
}
|
|
33628
33547
|
|
|
33629
|
-
.
|
|
33630
|
-
|
|
33631
|
-
|
|
33548
|
+
.E_h12yihis .alert,
|
|
33549
|
+
.E_h12yihis .task {
|
|
33550
|
+
position: relative;
|
|
33632
33551
|
}
|
|
33633
33552
|
|
|
33634
|
-
.
|
|
33635
|
-
|
|
33636
|
-
|
|
33637
|
-
|
|
33638
|
-
|
|
33553
|
+
.E_h12yihis .alert .alert-icon,
|
|
33554
|
+
.E_h12yihis .alert .task-icon,
|
|
33555
|
+
.E_h12yihis .task .alert-icon,
|
|
33556
|
+
.E_h12yihis .task .task-icon {
|
|
33557
|
+
width: 56px;
|
|
33558
|
+
height: 40px;
|
|
33559
|
+
justify-content: center;
|
|
33639
33560
|
}
|
|
33640
33561
|
|
|
33641
|
-
.
|
|
33642
|
-
|
|
33643
|
-
|
|
33644
|
-
|
|
33562
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33563
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33564
|
+
right: 16px;
|
|
33565
|
+
top: 10px;
|
|
33645
33566
|
}
|
|
33646
33567
|
|
|
33647
|
-
.
|
|
33648
|
-
flex-shrink: 0;
|
|
33568
|
+
.E_h12yihis .logo {
|
|
33649
33569
|
display: inline-flex;
|
|
33650
33570
|
align-items: center;
|
|
33651
|
-
border: 1px solid #e4e9f2;
|
|
33652
|
-
transition: all 0.1s ease-in-out;
|
|
33653
|
-
padding: 4px 8px;
|
|
33654
|
-
background: #fff;
|
|
33655
|
-
border-radius: 5px;
|
|
33656
33571
|
}
|
|
33657
33572
|
|
|
33658
|
-
.
|
|
33659
|
-
|
|
33660
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33573
|
+
.E_h12yihis .left {
|
|
33574
|
+
position: relative;
|
|
33661
33575
|
}
|
|
33662
33576
|
|
|
33663
|
-
.
|
|
33664
|
-
|
|
33577
|
+
.E_h12yihis .left .events-audit-title {
|
|
33578
|
+
font-size: 20px;
|
|
33579
|
+
line-height: 24px;
|
|
33580
|
+
font-weight: bold;
|
|
33581
|
+
color: #1d326c;
|
|
33582
|
+
margin: 0px 8px;
|
|
33665
33583
|
}
|
|
33666
33584
|
|
|
33667
|
-
.
|
|
33668
|
-
|
|
33585
|
+
.E_h12yihis .left .global-search {
|
|
33586
|
+
margin-left: 6px;
|
|
33669
33587
|
}
|
|
33670
33588
|
|
|
33671
|
-
.
|
|
33672
|
-
|
|
33673
|
-
font-style: normal;
|
|
33674
|
-
font-weight: 400;
|
|
33675
|
-
font-size: 13px;
|
|
33676
|
-
line-height: 20px;
|
|
33677
|
-
border: none;
|
|
33678
|
-
outline: none;
|
|
33679
|
-
width: 23px;
|
|
33680
|
-
height: 20px;
|
|
33681
|
-
text-align: center;
|
|
33682
|
-
padding: 0;
|
|
33683
|
-
color: #00122e;
|
|
33589
|
+
.E_h12yihis.global-search-active {
|
|
33590
|
+
z-index: 11;
|
|
33684
33591
|
}
|
|
33685
33592
|
|
|
33686
|
-
.
|
|
33687
|
-
|
|
33593
|
+
.E_h12yihis.global-search-active .left {
|
|
33594
|
+
flex: 1;
|
|
33595
|
+
margin-right: 32px;
|
|
33688
33596
|
}
|
|
33689
33597
|
|
|
33690
|
-
.
|
|
33691
|
-
|
|
33598
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33599
|
+
display: flex;
|
|
33600
|
+
flex: 1;
|
|
33692
33601
|
}
|
|
33693
33602
|
|
|
33694
|
-
.
|
|
33695
|
-
border:
|
|
33696
|
-
|
|
33603
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33604
|
+
border-color: #0080ff;
|
|
33605
|
+
width: 100%;
|
|
33697
33606
|
}
|
|
33698
33607
|
|
|
33699
|
-
.
|
|
33700
|
-
|
|
33701
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33608
|
+
.E_h12yihis.global-search-active .center {
|
|
33609
|
+
display: none;
|
|
33702
33610
|
}
|
|
33703
33611
|
|
|
33704
|
-
.
|
|
33705
|
-
|
|
33612
|
+
.E_h12yihis.global-search-active .right {
|
|
33613
|
+
flex: 0 1 auto;
|
|
33706
33614
|
}
|
|
33707
33615
|
|
|
33708
|
-
.
|
|
33709
|
-
|
|
33710
|
-
margin-top: 4px;
|
|
33616
|
+
.E_h12yihis .ant-badge-count {
|
|
33617
|
+
pointer-events: none;
|
|
33711
33618
|
}
|
|
33712
33619
|
|
|
33713
|
-
.
|
|
33620
|
+
.E_ncaepor {
|
|
33621
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33622
|
+
position: relative;
|
|
33623
|
+
height: 48px;
|
|
33624
|
+
display: inline-flex;
|
|
33625
|
+
align-items: center;
|
|
33626
|
+
justify-content: center;
|
|
33627
|
+
overflow: hidden;
|
|
33628
|
+
}
|
|
33629
|
+
|
|
33630
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33631
|
+
content: "";
|
|
33714
33632
|
width: 100%;
|
|
33715
|
-
height:
|
|
33716
|
-
|
|
33717
|
-
|
|
33633
|
+
height: 12px;
|
|
33634
|
+
position: absolute;
|
|
33635
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33718
33636
|
}
|
|
33719
33637
|
|
|
33720
|
-
.
|
|
33721
|
-
|
|
33638
|
+
.E_ncaepor:before {
|
|
33639
|
+
top: 0;
|
|
33722
33640
|
}
|
|
33723
33641
|
|
|
33724
|
-
.
|
|
33725
|
-
|
|
33726
|
-
box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
|
|
33642
|
+
.E_ncaepor:after {
|
|
33643
|
+
bottom: 0;
|
|
33727
33644
|
}
|
|
33728
33645
|
|
|
33729
|
-
.
|
|
33730
|
-
|
|
33731
|
-
|
|
33732
|
-
align-items:
|
|
33646
|
+
.E_ncaepor > * {
|
|
33647
|
+
height: 48px;
|
|
33648
|
+
display: inline-flex;
|
|
33649
|
+
align-items: center;
|
|
33650
|
+
white-space: nowrap;
|
|
33651
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33733
33652
|
}
|
|
33734
33653
|
|
|
33735
|
-
.
|
|
33654
|
+
.E_ncaepor .name-text {
|
|
33655
|
+
transform: translateY(0);
|
|
33656
|
+
opacity: 1;
|
|
33657
|
+
}
|
|
33658
|
+
|
|
33659
|
+
.E_ncaepor .nav-info {
|
|
33660
|
+
transform: translateY(100%);
|
|
33661
|
+
opacity: 0;
|
|
33662
|
+
font-size: 18px;
|
|
33663
|
+
font-weight: 700;
|
|
33664
|
+
position: absolute;
|
|
33665
|
+
overflow: hidden;
|
|
33736
33666
|
display: flex;
|
|
33737
|
-
|
|
33738
|
-
gap: 8px;
|
|
33667
|
+
justify-content: center;
|
|
33739
33668
|
}
|
|
33740
33669
|
|
|
33741
|
-
.
|
|
33742
|
-
|
|
33743
|
-
|
|
33744
|
-
|
|
33670
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33671
|
+
color: #1d326c;
|
|
33672
|
+
flex: 1;
|
|
33673
|
+
overflow: hidden;
|
|
33674
|
+
text-overflow: ellipsis;
|
|
33745
33675
|
}
|
|
33746
33676
|
|
|
33747
|
-
.
|
|
33748
|
-
|
|
33749
|
-
|
|
33750
|
-
margin: 0;
|
|
33677
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33678
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33679
|
+
margin-left: 8px;
|
|
33751
33680
|
}
|
|
33752
33681
|
|
|
33753
|
-
.
|
|
33754
|
-
|
|
33755
|
-
|
|
33682
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33683
|
+
transform: translateY(-100%);
|
|
33684
|
+
opacity: 0;
|
|
33685
|
+
position: absolute;
|
|
33756
33686
|
}
|
|
33757
33687
|
|
|
33758
|
-
.
|
|
33759
|
-
|
|
33688
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33689
|
+
transform: translateY(0);
|
|
33690
|
+
opacity: 1;
|
|
33691
|
+
position: static;
|
|
33760
33692
|
}
|
|
33761
33693
|
|
|
33762
|
-
.
|
|
33763
|
-
height:
|
|
33764
|
-
|
|
33694
|
+
.E_c1kchka8 {
|
|
33695
|
+
height: 100%;
|
|
33696
|
+
width: 100%;
|
|
33697
|
+
display: flex;
|
|
33698
|
+
flex-direction: column;
|
|
33699
|
+
background: #fff;
|
|
33700
|
+
overflow: auto;
|
|
33765
33701
|
}
|
|
33766
33702
|
|
|
33767
|
-
.
|
|
33768
|
-
|
|
33703
|
+
.E_ctdb951 {
|
|
33704
|
+
display: flex;
|
|
33705
|
+
align-items: center;
|
|
33706
|
+
justify-content: space-between;
|
|
33707
|
+
padding: 0 12px 0 8px;
|
|
33708
|
+
height: 44px;
|
|
33709
|
+
flex-shrink: 0;
|
|
33769
33710
|
}
|
|
33770
33711
|
|
|
33771
|
-
.
|
|
33772
|
-
|
|
33712
|
+
.E_ctdb951 .year-number-input {
|
|
33713
|
+
width: 54px;
|
|
33714
|
+
padding: 4px;
|
|
33715
|
+
margin-right: 9px;
|
|
33716
|
+
font-weight: 700;
|
|
33717
|
+
font-size: 16px;
|
|
33718
|
+
line-height: 24px;
|
|
33773
33719
|
}
|
|
33774
33720
|
|
|
33775
|
-
.
|
|
33776
|
-
|
|
33721
|
+
.E_ctdb951 .year-number-text {
|
|
33722
|
+
cursor: pointer;
|
|
33723
|
+
margin-right: 4px;
|
|
33777
33724
|
}
|
|
33778
33725
|
|
|
33779
|
-
.
|
|
33780
|
-
|
|
33781
|
-
|
|
33782
|
-
|
|
33783
|
-
border-radius: 0;
|
|
33726
|
+
.E_ctdb951 .year-control {
|
|
33727
|
+
display: flex;
|
|
33728
|
+
align-items: center;
|
|
33729
|
+
gap: 8px;
|
|
33784
33730
|
}
|
|
33785
33731
|
|
|
33786
|
-
.
|
|
33787
|
-
|
|
33732
|
+
.E_ctdb951 .year-control .ant-btn {
|
|
33733
|
+
display: flex;
|
|
33734
|
+
align-items: center;
|
|
33735
|
+
justify-content: center;
|
|
33736
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33788
33737
|
}
|
|
33789
33738
|
|
|
33790
|
-
.
|
|
33739
|
+
.E_cvgtyx0 {
|
|
33740
|
+
display: grid;
|
|
33741
|
+
grid-template-columns: repeat(7, auto);
|
|
33791
33742
|
list-style: none;
|
|
33792
|
-
padding: 0;
|
|
33793
|
-
margin
|
|
33743
|
+
padding: 0 12px;
|
|
33744
|
+
margin: unset;
|
|
33745
|
+
height: 40px;
|
|
33746
|
+
gap: 4px;
|
|
33747
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33748
|
+
flex-wrap: wrap;
|
|
33749
|
+
flex-shrink: 0;
|
|
33794
33750
|
}
|
|
33795
33751
|
|
|
33796
|
-
.
|
|
33797
|
-
|
|
33798
|
-
|
|
33799
|
-
|
|
33800
|
-
|
|
33752
|
+
.E_cvgtyx0 li {
|
|
33753
|
+
width: 40px;
|
|
33754
|
+
height: 40px;
|
|
33755
|
+
line-height: 40px;
|
|
33756
|
+
text-align: center;
|
|
33757
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33801
33758
|
}
|
|
33802
33759
|
|
|
33803
|
-
.
|
|
33804
|
-
|
|
33805
|
-
|
|
33760
|
+
.E_crprfvb {
|
|
33761
|
+
flex: 1;
|
|
33762
|
+
overflow: auto;
|
|
33763
|
+
position: relative;
|
|
33806
33764
|
}
|
|
33807
33765
|
|
|
33808
|
-
.
|
|
33809
|
-
|
|
33810
|
-
|
|
33766
|
+
.E_crprfvb ul {
|
|
33767
|
+
list-style: none;
|
|
33768
|
+
padding: 0;
|
|
33769
|
+
margin: 0;
|
|
33811
33770
|
}
|
|
33812
33771
|
|
|
33813
|
-
.
|
|
33814
|
-
|
|
33815
|
-
|
|
33772
|
+
.E_crprfvb ul .month-container header {
|
|
33773
|
+
padding: 4px 12px;
|
|
33774
|
+
position: sticky;
|
|
33775
|
+
top: 0;
|
|
33776
|
+
background: #fff;
|
|
33777
|
+
transition: all 0.2s ease-in-out;
|
|
33778
|
+
z-index: 2;
|
|
33816
33779
|
}
|
|
33817
33780
|
|
|
33818
|
-
.
|
|
33819
|
-
|
|
33781
|
+
.E_crprfvb ul .month-container header.pinned {
|
|
33782
|
+
box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
|
|
33820
33783
|
}
|
|
33821
33784
|
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33824
|
-
|
|
33825
|
-
|
|
33785
|
+
.E_crprfvb ul .month-container .dates-in-month {
|
|
33786
|
+
display: grid;
|
|
33787
|
+
grid-template-columns: repeat(7, auto);
|
|
33788
|
+
gap: 4px 0;
|
|
33789
|
+
padding: 4px 12px;
|
|
33826
33790
|
}
|
|
33827
33791
|
|
|
33828
|
-
.
|
|
33829
|
-
|
|
33792
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block {
|
|
33793
|
+
width: 100%;
|
|
33794
|
+
height: 100%;
|
|
33795
|
+
display: flex;
|
|
33796
|
+
align-items: center;
|
|
33797
|
+
justify-content: center;
|
|
33830
33798
|
}
|
|
33831
33799
|
|
|
33832
|
-
.
|
|
33833
|
-
|
|
33800
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight {
|
|
33801
|
+
border-color: #e6f4ff;
|
|
33802
|
+
background: #e6f4ff;
|
|
33834
33803
|
}
|
|
33835
33804
|
|
|
33836
|
-
.
|
|
33837
|
-
|
|
33838
|
-
align-items: center;
|
|
33839
|
-
gap: 8px;
|
|
33805
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight {
|
|
33806
|
+
position: relative;
|
|
33840
33807
|
background: #fff;
|
|
33841
|
-
border-radius: 5px;
|
|
33842
|
-
border: 1px solid #e4e9f2;
|
|
33843
|
-
transition: all 0.2s ease-in-out;
|
|
33844
|
-
}
|
|
33845
|
-
|
|
33846
|
-
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
33847
|
-
display: inline-flex;
|
|
33848
33808
|
}
|
|
33849
33809
|
|
|
33850
|
-
.
|
|
33851
|
-
|
|
33810
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight::after {
|
|
33811
|
+
content: "";
|
|
33812
|
+
position: absolute;
|
|
33813
|
+
right: 0;
|
|
33814
|
+
top: 0;
|
|
33815
|
+
width: calc(50% + 20px);
|
|
33816
|
+
height: 100%;
|
|
33817
|
+
background: #e6f4ff;
|
|
33818
|
+
border-top-left-radius: 50%;
|
|
33819
|
+
border-bottom-left-radius: 50%;
|
|
33852
33820
|
}
|
|
33853
33821
|
|
|
33854
|
-
.
|
|
33855
|
-
|
|
33856
|
-
|
|
33822
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight {
|
|
33823
|
+
position: relative;
|
|
33824
|
+
background: #fff;
|
|
33857
33825
|
}
|
|
33858
33826
|
|
|
33859
|
-
.
|
|
33860
|
-
|
|
33827
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight::after {
|
|
33828
|
+
content: "";
|
|
33829
|
+
position: absolute;
|
|
33830
|
+
left: 0;
|
|
33831
|
+
top: 0;
|
|
33832
|
+
width: calc(50% + 20px);
|
|
33833
|
+
height: 100%;
|
|
33834
|
+
background: #e6f4ff;
|
|
33835
|
+
border-top-right-radius: 50%;
|
|
33836
|
+
border-bottom-right-radius: 50%;
|
|
33861
33837
|
}
|
|
33862
33838
|
|
|
33863
|
-
.
|
|
33864
|
-
|
|
33839
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight:last-child::after {
|
|
33840
|
+
width: 40px;
|
|
33841
|
+
top: 50%;
|
|
33842
|
+
transform: translateY(-50%);
|
|
33865
33843
|
}
|
|
33866
33844
|
|
|
33867
|
-
.
|
|
33868
|
-
|
|
33869
|
-
line-height: 40px;
|
|
33870
|
-
padding: 0 12px 0 16px;
|
|
33845
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block + .highlight {
|
|
33846
|
+
border-radius: unset;
|
|
33871
33847
|
}
|
|
33872
33848
|
|
|
33873
|
-
.
|
|
33874
|
-
|
|
33875
|
-
|
|
33876
|
-
|
|
33849
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block:hover > .date {
|
|
33850
|
+
border: 1px solid #0080ff;
|
|
33851
|
+
cursor: pointer;
|
|
33852
|
+
background: #fff;
|
|
33877
33853
|
}
|
|
33878
33854
|
|
|
33879
|
-
.
|
|
33880
|
-
|
|
33881
|
-
|
|
33882
|
-
|
|
33883
|
-
|
|
33855
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date {
|
|
33856
|
+
width: 38px;
|
|
33857
|
+
height: 38px;
|
|
33858
|
+
line-height: 36px;
|
|
33859
|
+
text-align: center;
|
|
33860
|
+
border-radius: 50%;
|
|
33884
33861
|
color: #00122e;
|
|
33862
|
+
border: 1px solid transparent;
|
|
33863
|
+
transition: background, border 0.2s ease-in-out;
|
|
33864
|
+
position: relative;
|
|
33865
|
+
z-index: 1;
|
|
33885
33866
|
}
|
|
33886
33867
|
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
}
|
|
33890
|
-
|
|
33891
|
-
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33892
|
-
border: none;
|
|
33893
|
-
outline: none;
|
|
33894
|
-
width: 162px;
|
|
33895
|
-
padding: 0;
|
|
33896
|
-
height: 22px;
|
|
33897
|
-
line-height: 22px;
|
|
33898
|
-
text-align: center;
|
|
33868
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.blank {
|
|
33869
|
+
background: transparent;
|
|
33899
33870
|
}
|
|
33900
33871
|
|
|
33901
|
-
.
|
|
33902
|
-
color:
|
|
33903
|
-
|
|
33872
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.today {
|
|
33873
|
+
color: #0080ff;
|
|
33874
|
+
border-color: rgba(0, 136, 255, 0.16);
|
|
33904
33875
|
}
|
|
33905
33876
|
|
|
33906
|
-
.
|
|
33907
|
-
|
|
33877
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.highlight {
|
|
33878
|
+
border-color: #e6f4ff;
|
|
33908
33879
|
}
|
|
33909
33880
|
|
|
33910
|
-
.
|
|
33911
|
-
border:
|
|
33912
|
-
|
|
33913
|
-
|
|
33881
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date:hover {
|
|
33882
|
+
border-color: #0080ff;
|
|
33883
|
+
cursor: pointer;
|
|
33884
|
+
background: #fff;
|
|
33914
33885
|
}
|
|
33915
33886
|
|
|
33916
|
-
.
|
|
33917
|
-
|
|
33887
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.checked {
|
|
33888
|
+
background: #0080ff;
|
|
33889
|
+
color: #fff;
|
|
33918
33890
|
}
|
|
33919
33891
|
|
|
33920
|
-
.
|
|
33921
|
-
|
|
33892
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.disabled {
|
|
33893
|
+
cursor: not-allowed;
|
|
33894
|
+
border-color: transparent;
|
|
33895
|
+
background: #e4e9f2;
|
|
33896
|
+
color: rgba(107, 128, 167, 0.6);
|
|
33922
33897
|
}
|
|
33923
33898
|
|
|
33924
|
-
.
|
|
33925
|
-
|
|
33899
|
+
.E_ipbxcfl {
|
|
33900
|
+
display: inline-flex;
|
|
33901
|
+
flex-direction: column;
|
|
33902
|
+
align-items: flex-start;
|
|
33926
33903
|
}
|
|
33927
33904
|
|
|
33928
|
-
.
|
|
33929
|
-
|
|
33905
|
+
.E_ipbxcfl .input-time {
|
|
33906
|
+
flex-shrink: 0;
|
|
33907
|
+
display: inline-flex;
|
|
33908
|
+
align-items: center;
|
|
33909
|
+
border: 1px solid #e4e9f2;
|
|
33910
|
+
transition: all 0.1s ease-in-out;
|
|
33911
|
+
padding: 4px 8px;
|
|
33912
|
+
background: #fff;
|
|
33913
|
+
border-radius: 5px;
|
|
33930
33914
|
}
|
|
33931
33915
|
|
|
33932
|
-
.
|
|
33933
|
-
|
|
33916
|
+
.E_ipbxcfl .input-time.focus {
|
|
33917
|
+
border-color: #0080ff;
|
|
33918
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33934
33919
|
}
|
|
33935
33920
|
|
|
33936
|
-
.
|
|
33937
|
-
|
|
33938
|
-
overflow: auto;
|
|
33921
|
+
.E_ipbxcfl .input-time.error {
|
|
33922
|
+
border-color: #f0483e;
|
|
33939
33923
|
}
|
|
33940
33924
|
|
|
33941
|
-
.
|
|
33942
|
-
|
|
33925
|
+
.E_ipbxcfl .input-time.error.focus {
|
|
33926
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.2);
|
|
33943
33927
|
}
|
|
33944
33928
|
|
|
33945
|
-
.
|
|
33946
|
-
|
|
33947
|
-
|
|
33929
|
+
.E_ipbxcfl .input-time input {
|
|
33930
|
+
font-family: "Inter";
|
|
33931
|
+
font-style: normal;
|
|
33932
|
+
font-weight: 400;
|
|
33933
|
+
font-size: 13px;
|
|
33934
|
+
line-height: 20px;
|
|
33935
|
+
border: none;
|
|
33936
|
+
outline: none;
|
|
33937
|
+
width: 23px;
|
|
33938
|
+
height: 20px;
|
|
33939
|
+
text-align: center;
|
|
33940
|
+
padding: 0;
|
|
33941
|
+
color: #00122e;
|
|
33948
33942
|
}
|
|
33949
33943
|
|
|
33950
|
-
.
|
|
33951
|
-
|
|
33944
|
+
.E_ipbxcfl .input-time input::placeholder {
|
|
33945
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33952
33946
|
}
|
|
33953
33947
|
|
|
33954
|
-
.
|
|
33955
|
-
|
|
33956
|
-
padding: 8px 12px;
|
|
33957
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33948
|
+
.E_ipbxcfl .input-time input:disabled {
|
|
33949
|
+
background: inherit;
|
|
33958
33950
|
}
|
|
33959
33951
|
|
|
33960
|
-
.
|
|
33961
|
-
|
|
33962
|
-
|
|
33952
|
+
.E_ipbxcfl .input-time input:focus, .E_ipbxcfl .input-time input:active {
|
|
33953
|
+
border: none;
|
|
33954
|
+
outline: none;
|
|
33963
33955
|
}
|
|
33964
33956
|
|
|
33965
|
-
.
|
|
33966
|
-
|
|
33967
|
-
|
|
33968
|
-
transition: all 0.2s ease-in-out;
|
|
33969
|
-
cursor: pointer;
|
|
33957
|
+
.E_ipbxcfl .input-time .connect-symbol {
|
|
33958
|
+
margin: 0 2px;
|
|
33959
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33970
33960
|
}
|
|
33971
33961
|
|
|
33972
|
-
.
|
|
33973
|
-
|
|
33974
|
-
color: #0080ff;
|
|
33962
|
+
.E_ipbxcfl .input-time .connect-symbol.inputted {
|
|
33963
|
+
color: #00122e;
|
|
33975
33964
|
}
|
|
33976
33965
|
|
|
33977
|
-
.
|
|
33978
|
-
|
|
33979
|
-
|
|
33966
|
+
.E_ipbxcfl .error-message {
|
|
33967
|
+
color: #f0483e;
|
|
33968
|
+
margin-top: 4px;
|
|
33980
33969
|
}
|
|
33981
33970
|
|
|
33982
|
-
.
|
|
33983
|
-
|
|
33971
|
+
.E_a120uq8m {
|
|
33972
|
+
width: 100%;
|
|
33973
|
+
height: 100%;
|
|
33974
|
+
display: flex;
|
|
33975
|
+
flex-direction: column;
|
|
33984
33976
|
}
|
|
33985
33977
|
|
|
33986
|
-
.
|
|
33987
|
-
|
|
33978
|
+
.E_a120uq8m .date-range-picker-calendar {
|
|
33979
|
+
flex: 1;
|
|
33988
33980
|
}
|
|
33989
33981
|
|
|
33990
|
-
.
|
|
33991
|
-
|
|
33982
|
+
.E_a15s9m0d {
|
|
33983
|
+
padding: 8px 12px;
|
|
33984
|
+
box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
|
|
33992
33985
|
}
|
|
33993
33986
|
|
|
33994
|
-
.
|
|
33995
|
-
|
|
33987
|
+
.E_a15s9m0d .time-input-main {
|
|
33988
|
+
display: flex;
|
|
33989
|
+
justify-content: space-between;
|
|
33990
|
+
align-items: flex-end;
|
|
33996
33991
|
}
|
|
33997
33992
|
|
|
33998
|
-
.
|
|
33999
|
-
display:
|
|
33993
|
+
.E_a15s9m0d .time-input-main .time-input-container {
|
|
33994
|
+
display: flex;
|
|
33995
|
+
align-items: flex-end;
|
|
33996
|
+
gap: 8px;
|
|
34000
33997
|
}
|
|
34001
33998
|
|
|
34002
|
-
.
|
|
34003
|
-
|
|
33999
|
+
.E_a15s9m0d .time-input-main .time-input-container .start-time,
|
|
34000
|
+
.E_a15s9m0d .time-input-main .time-input-container .end-time,
|
|
34001
|
+
.E_a15s9m0d .time-input-main .time-input-container .to {
|
|
34002
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34004
34003
|
}
|
|
34005
34004
|
|
|
34006
|
-
.
|
|
34007
|
-
|
|
34005
|
+
.E_a15s9m0d .time-input-main .time-input-container .start-time p,
|
|
34006
|
+
.E_a15s9m0d .time-input-main .time-input-container .end-time p,
|
|
34007
|
+
.E_a15s9m0d .time-input-main .time-input-container .to p {
|
|
34008
|
+
margin: 0;
|
|
34008
34009
|
}
|
|
34009
34010
|
|
|
34010
|
-
.
|
|
34011
|
-
|
|
34012
|
-
|
|
34013
|
-
justify-content: space-between;
|
|
34011
|
+
.E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
|
|
34012
|
+
.E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
|
|
34013
|
+
padding-bottom: 18px;
|
|
34014
34014
|
}
|
|
34015
34015
|
|
|
34016
|
-
.
|
|
34017
|
-
|
|
34018
|
-
font-weight: 400;
|
|
34016
|
+
.E_a15s9m0d .time-input-main .time-input-container .to {
|
|
34017
|
+
line-height: 34px;
|
|
34019
34018
|
}
|
|
34020
34019
|
|
|
34021
|
-
.
|
|
34022
|
-
|
|
34023
|
-
|
|
34024
|
-
justify-content: center;
|
|
34025
|
-
align-items: center;
|
|
34026
|
-
height: 240px;
|
|
34027
|
-
width: 432px;
|
|
34020
|
+
.E_a15s9m0d .time-input-main .time-input-container .input-time {
|
|
34021
|
+
height: 32px;
|
|
34022
|
+
padding: 6px 3px;
|
|
34028
34023
|
}
|
|
34029
34024
|
|
|
34030
|
-
.
|
|
34031
|
-
|
|
34032
|
-
box-shadow: unset;
|
|
34033
|
-
border: 0;
|
|
34034
|
-
border-bottom: 1px solid #e4e9f2;
|
|
34025
|
+
.E_a15s9m0d .time-input-main .ant-btn.validate-failed {
|
|
34026
|
+
margin-bottom: 18px;
|
|
34035
34027
|
}
|
|
34036
34028
|
|
|
34037
|
-
.
|
|
34038
|
-
|
|
34029
|
+
.E_a15s9m0d .time-input-error {
|
|
34030
|
+
color: #f0483e;
|
|
34039
34031
|
}
|
|
34040
34032
|
|
|
34041
|
-
.
|
|
34042
|
-
|
|
34033
|
+
.E_r5hl59d {
|
|
34034
|
+
min-width: 162px;
|
|
34043
34035
|
}
|
|
34044
34036
|
|
|
34045
|
-
.
|
|
34046
|
-
|
|
34037
|
+
.E_r5hl59d .ant-input-affix-wrapper {
|
|
34038
|
+
width: 100% !important;
|
|
34039
|
+
border-width: 0 0 1px 0 !important;
|
|
34040
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
34041
|
+
border-radius: 0;
|
|
34047
34042
|
}
|
|
34048
34043
|
|
|
34049
|
-
.
|
|
34050
|
-
|
|
34044
|
+
.E_r5hl59d .ant-input-affix-wrapper + .past-time-list {
|
|
34045
|
+
margin-top: 8px;
|
|
34051
34046
|
}
|
|
34052
34047
|
|
|
34053
|
-
.
|
|
34054
|
-
|
|
34048
|
+
.E_r5hl59d .past-time-list {
|
|
34049
|
+
list-style: none;
|
|
34050
|
+
padding: 0;
|
|
34051
|
+
margin-top: 12px;
|
|
34055
34052
|
}
|
|
34056
34053
|
|
|
34057
|
-
.
|
|
34058
|
-
|
|
34059
|
-
|
|
34054
|
+
.E_r5hl59d .past-time-list li {
|
|
34055
|
+
padding: 5px 8px;
|
|
34056
|
+
border-radius: 5px;
|
|
34057
|
+
transition: all 0.2s ease-in-out;
|
|
34058
|
+
cursor: pointer;
|
|
34060
34059
|
}
|
|
34061
34060
|
|
|
34062
|
-
.
|
|
34063
|
-
|
|
34061
|
+
.E_r5hl59d .past-time-list li:hover {
|
|
34062
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34063
|
+
color: #0080ff;
|
|
34064
34064
|
}
|
|
34065
34065
|
|
|
34066
|
-
.
|
|
34067
|
-
|
|
34068
|
-
|
|
34069
|
-
font-weight: 400;
|
|
34070
|
-
box-sizing: content-box;
|
|
34071
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34072
|
-
display: flex;
|
|
34073
|
-
flex-direction: row;
|
|
34074
|
-
justify-content: space-between;
|
|
34075
|
-
align-items: center;
|
|
34076
|
-
border-bottom: 1px solid #e4e9f2;
|
|
34066
|
+
.E_r5hl59d .past-time-list li:active {
|
|
34067
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34068
|
+
color: #0080ff;
|
|
34077
34069
|
}
|
|
34078
34070
|
|
|
34079
|
-
.
|
|
34080
|
-
|
|
34081
|
-
|
|
34082
|
-
padding: 0px;
|
|
34071
|
+
.E_r5hl59d .past-time-list li.selected {
|
|
34072
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34073
|
+
color: #0080ff;
|
|
34083
34074
|
}
|
|
34084
34075
|
|
|
34085
|
-
.
|
|
34086
|
-
|
|
34087
|
-
height: 240px;
|
|
34076
|
+
.E_r5hl59d .past-time-list li.selected .highlight {
|
|
34077
|
+
color: #0080ff;
|
|
34088
34078
|
}
|
|
34089
34079
|
|
|
34090
|
-
.
|
|
34091
|
-
|
|
34092
|
-
|
|
34093
|
-
|
|
34094
|
-
margin-bottom: 2px;
|
|
34080
|
+
.E_r5hl59d .past-time-list li.disabled {
|
|
34081
|
+
background: rgba(237, 241, 250, 0.6);
|
|
34082
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34083
|
+
cursor: not-allowed;
|
|
34095
34084
|
}
|
|
34096
34085
|
|
|
34097
|
-
.
|
|
34098
|
-
|
|
34086
|
+
.E_r5hl59d .past-time-list li + li {
|
|
34087
|
+
margin-top: 2px;
|
|
34099
34088
|
}
|
|
34100
34089
|
|
|
34101
|
-
.
|
|
34102
|
-
|
|
34090
|
+
.E_dhqt3dw {
|
|
34091
|
+
min-width: 392px;
|
|
34103
34092
|
}
|
|
34104
34093
|
|
|
34105
|
-
.
|
|
34106
|
-
|
|
34094
|
+
.E_dhqt3dw.date-range-picker {
|
|
34095
|
+
display: inline-flex;
|
|
34096
|
+
align-items: center;
|
|
34097
|
+
gap: 8px;
|
|
34098
|
+
background: #fff;
|
|
34099
|
+
border-radius: 5px;
|
|
34100
|
+
border: 1px solid #e4e9f2;
|
|
34101
|
+
transition: all 0.2s ease-in-out;
|
|
34107
34102
|
}
|
|
34108
34103
|
|
|
34109
|
-
.
|
|
34110
|
-
|
|
34104
|
+
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
34105
|
+
display: inline-flex;
|
|
34111
34106
|
}
|
|
34112
34107
|
|
|
34113
|
-
.
|
|
34114
|
-
|
|
34108
|
+
.E_dhqt3dw.date-range-picker .hover-calendar-icon {
|
|
34109
|
+
display: none;
|
|
34115
34110
|
}
|
|
34116
34111
|
|
|
34117
|
-
.
|
|
34118
|
-
|
|
34119
|
-
|
|
34112
|
+
.E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
|
|
34113
|
+
border-color: #0080ff;
|
|
34114
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34120
34115
|
}
|
|
34121
34116
|
|
|
34122
|
-
.
|
|
34123
|
-
|
|
34117
|
+
.E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
|
|
34118
|
+
display: none;
|
|
34124
34119
|
}
|
|
34125
34120
|
|
|
34126
|
-
.
|
|
34127
|
-
|
|
34121
|
+
.E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
|
|
34122
|
+
display: inline-flex;
|
|
34128
34123
|
}
|
|
34129
34124
|
|
|
34130
|
-
.
|
|
34131
|
-
|
|
34125
|
+
.E_dhqt3dw.date-range-picker.large {
|
|
34126
|
+
height: 40px;
|
|
34127
|
+
line-height: 40px;
|
|
34128
|
+
padding: 0 12px 0 16px;
|
|
34132
34129
|
}
|
|
34133
34130
|
|
|
34134
|
-
.
|
|
34135
|
-
|
|
34131
|
+
.E_dhqt3dw.date-range-picker.medium {
|
|
34132
|
+
height: 32px;
|
|
34133
|
+
line-height: 32px;
|
|
34134
|
+
padding: 0 8px 0 12px;
|
|
34136
34135
|
}
|
|
34137
34136
|
|
|
34138
|
-
.
|
|
34139
|
-
|
|
34137
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
34138
|
+
flex: 1;
|
|
34140
34139
|
display: flex;
|
|
34141
34140
|
align-items: center;
|
|
34142
|
-
|
|
34143
|
-
|
|
34144
|
-
|
|
34145
|
-
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
34146
|
-
border: none;
|
|
34141
|
+
gap: 8px;
|
|
34142
|
+
color: #00122e;
|
|
34147
34143
|
}
|
|
34148
34144
|
|
|
34149
|
-
.
|
|
34150
|
-
|
|
34145
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
34146
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34151
34147
|
}
|
|
34152
34148
|
|
|
34153
|
-
.
|
|
34154
|
-
border:
|
|
34149
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
34150
|
+
border: none;
|
|
34151
|
+
outline: none;
|
|
34152
|
+
width: 162px;
|
|
34153
|
+
padding: 0;
|
|
34154
|
+
height: 22px;
|
|
34155
|
+
line-height: 22px;
|
|
34156
|
+
text-align: center;
|
|
34155
34157
|
}
|
|
34156
34158
|
|
|
34157
|
-
.
|
|
34158
|
-
|
|
34159
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
34160
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34161
|
+
text-align: center;
|
|
34159
34162
|
}
|
|
34160
34163
|
|
|
34161
|
-
.
|
|
34162
|
-
background:
|
|
34164
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
34165
|
+
background: inherit;
|
|
34163
34166
|
}
|
|
34164
34167
|
|
|
34165
|
-
.
|
|
34166
|
-
|
|
34167
|
-
|
|
34168
|
-
|
|
34169
|
-
border-radius: 2px;
|
|
34168
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
34169
|
+
border: none;
|
|
34170
|
+
outline: none;
|
|
34171
|
+
box-shadow: none;
|
|
34170
34172
|
}
|
|
34171
34173
|
|
|
34172
|
-
.
|
|
34173
|
-
|
|
34174
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
34175
|
+
cursor: pointer;
|
|
34174
34176
|
}
|
|
34175
34177
|
|
|
34176
|
-
.
|
|
34177
|
-
|
|
34178
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34178
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
34179
|
+
padding: 12px 12px 0 12px;
|
|
34179
34180
|
}
|
|
34180
34181
|
|
|
34181
|
-
.
|
|
34182
|
-
|
|
34182
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34183
|
+
padding-left: 16px;
|
|
34183
34184
|
}
|
|
34184
34185
|
|
|
34185
|
-
.
|
|
34186
|
-
|
|
34186
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
34187
|
+
margin-right: 0;
|
|
34187
34188
|
}
|
|
34188
34189
|
|
|
34189
|
-
.
|
|
34190
|
-
|
|
34190
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
34191
|
+
margin-left: 2px;
|
|
34191
34192
|
}
|
|
34192
34193
|
|
|
34193
|
-
.
|
|
34194
|
-
|
|
34195
|
-
|
|
34196
|
-
color: #2d3a56;
|
|
34194
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
34195
|
+
max-height: 470px;
|
|
34196
|
+
overflow: auto;
|
|
34197
34197
|
}
|
|
34198
34198
|
|
|
34199
|
-
.
|
|
34200
|
-
|
|
34201
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34199
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
34200
|
+
padding: 0 12px;
|
|
34202
34201
|
}
|
|
34203
34202
|
|
|
34204
|
-
.
|
|
34205
|
-
|
|
34203
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
34204
|
+
height: 470px;
|
|
34205
|
+
overflow: auto;
|
|
34206
34206
|
}
|
|
34207
34207
|
|
|
34208
|
-
.
|
|
34209
|
-
|
|
34208
|
+
.E_d1tc7lgk {
|
|
34209
|
+
min-width: 200px;
|
|
34210
34210
|
}
|
|
34211
34211
|
|
|
34212
|
-
.
|
|
34213
|
-
|
|
34212
|
+
.E_d1tc7lgk header {
|
|
34213
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34214
|
+
padding: 8px 12px;
|
|
34215
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34214
34216
|
}
|
|
34215
34217
|
|
|
34216
|
-
.
|
|
34217
|
-
|
|
34218
|
-
|
|
34218
|
+
.E_d1tc7lgk ul {
|
|
34219
|
+
list-style: none;
|
|
34220
|
+
padding: 12px;
|
|
34219
34221
|
}
|
|
34220
34222
|
|
|
34221
|
-
.
|
|
34222
|
-
|
|
34223
|
+
.E_d1tc7lgk ul li {
|
|
34224
|
+
padding: 5px 8px;
|
|
34225
|
+
border-radius: 5px;
|
|
34226
|
+
transition: all 0.2s ease-in-out;
|
|
34227
|
+
cursor: pointer;
|
|
34223
34228
|
}
|
|
34224
34229
|
|
|
34225
|
-
.
|
|
34226
|
-
|
|
34227
|
-
|
|
34230
|
+
.E_d1tc7lgk ul li:hover {
|
|
34231
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34232
|
+
color: #0080ff;
|
|
34228
34233
|
}
|
|
34229
34234
|
|
|
34230
|
-
.
|
|
34231
|
-
|
|
34232
|
-
|
|
34233
|
-
font-size: 12px;
|
|
34235
|
+
.E_d1tc7lgk ul li:active {
|
|
34236
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34237
|
+
color: #0080ff;
|
|
34234
34238
|
}
|
|
34235
34239
|
|
|
34236
|
-
.
|
|
34237
|
-
|
|
34238
|
-
height: 320px;
|
|
34240
|
+
.E_d1tc7lgk ul li + li {
|
|
34241
|
+
margin-top: 2px;
|
|
34239
34242
|
}
|
|
34240
34243
|
|
|
34241
|
-
.
|
|
34242
|
-
|
|
34244
|
+
.E_rzaik16 {
|
|
34245
|
+
padding: 0;
|
|
34243
34246
|
}
|
|
34244
34247
|
|
|
34245
|
-
.
|
|
34246
|
-
|
|
34247
|
-
padding: 8px;
|
|
34248
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34249
|
+
display: none;
|
|
34248
34250
|
}
|
|
34249
34251
|
|
|
34250
|
-
.
|
|
34251
|
-
|
|
34252
|
-
padding: 8px 16px;
|
|
34253
|
-
font-size: 14px;
|
|
34252
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34253
|
+
padding: 0;
|
|
34254
34254
|
}
|
|
34255
34255
|
|
|
34256
34256
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -34292,10 +34292,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34292
34292
|
background-color: transparent;
|
|
34293
34293
|
}
|
|
34294
34294
|
|
|
34295
|
-
.E_c1yd35n {
|
|
34296
|
-
padding: 0 12px 14px 12px;
|
|
34297
|
-
}
|
|
34298
|
-
|
|
34299
34295
|
.E_ckui4s7 {
|
|
34300
34296
|
color: #2d3a56;
|
|
34301
34297
|
line-height: 22px;
|
|
@@ -34423,6 +34419,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34423
34419
|
margin-right: 2px;
|
|
34424
34420
|
}
|
|
34425
34421
|
|
|
34422
|
+
.E_c1yd35n {
|
|
34423
|
+
padding: 0 12px 14px 12px;
|
|
34424
|
+
}
|
|
34425
|
+
|
|
34426
34426
|
.E_b14q2gmw {
|
|
34427
34427
|
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);
|
|
34428
34428
|
}
|
|
@@ -34548,6 +34548,11 @@ input.E_rf8rlle.ant-input {
|
|
|
34548
34548
|
white-space: normal;
|
|
34549
34549
|
}
|
|
34550
34550
|
|
|
34551
|
+
.E_i1g85yz3 {
|
|
34552
|
+
margin-right: 4px;
|
|
34553
|
+
height: 16px;
|
|
34554
|
+
}
|
|
34555
|
+
|
|
34551
34556
|
.E_sjob3jg {
|
|
34552
34557
|
--item-min-width: 60px;
|
|
34553
34558
|
}
|
|
@@ -35008,9 +35013,29 @@ input.E_rf8rlle.ant-input {
|
|
|
35008
35013
|
margin-right: 8px;
|
|
35009
35014
|
}
|
|
35010
35015
|
|
|
35011
|
-
.
|
|
35012
|
-
|
|
35013
|
-
|
|
35016
|
+
.E_t1gvlxt5 {
|
|
35017
|
+
min-width: 0;
|
|
35018
|
+
flex: 1;
|
|
35019
|
+
}
|
|
35020
|
+
|
|
35021
|
+
.E_t1gvlxt5 .tag {
|
|
35022
|
+
flex: 0 0 auto;
|
|
35023
|
+
}
|
|
35024
|
+
|
|
35025
|
+
.E_t1gvlxt5 .progress-title {
|
|
35026
|
+
flex: 2;
|
|
35027
|
+
max-width: fit-content;
|
|
35028
|
+
}
|
|
35029
|
+
|
|
35030
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35031
|
+
flex: 1;
|
|
35032
|
+
max-width: fit-content;
|
|
35033
|
+
}
|
|
35034
|
+
|
|
35035
|
+
.E_a1ji6r68 {
|
|
35036
|
+
display: flex;
|
|
35037
|
+
align-items: center;
|
|
35038
|
+
column-gap: var(--a1ji6r68-0);
|
|
35014
35039
|
}
|
|
35015
35040
|
|
|
35016
35041
|
button.E_l48ei06.ant-btn {
|
|
@@ -35175,92 +35200,92 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35175
35200
|
height: 100%;
|
|
35176
35201
|
}
|
|
35177
35202
|
|
|
35178
|
-
.
|
|
35179
|
-
height: 100%;
|
|
35180
|
-
}
|
|
35181
|
-
|
|
35182
|
-
.E_tfzf37v .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35183
|
-
padding-top: 6px;
|
|
35184
|
-
padding-bottom: 6px;
|
|
35185
|
-
}
|
|
35186
|
-
|
|
35187
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
35203
|
+
.E_efzf37v .ant-table-content {
|
|
35188
35204
|
overflow: visible !important;
|
|
35189
35205
|
height: 100%;
|
|
35190
35206
|
}
|
|
35191
35207
|
|
|
35192
|
-
.
|
|
35208
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
35193
35209
|
height: 100%;
|
|
35194
35210
|
}
|
|
35195
35211
|
|
|
35196
|
-
.
|
|
35212
|
+
.E_efzf37v .ant-table-content table {
|
|
35197
35213
|
width: 100% !important;
|
|
35198
35214
|
height: 100%;
|
|
35199
35215
|
}
|
|
35200
35216
|
|
|
35201
|
-
.
|
|
35217
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35202
35218
|
padding: 15px 0;
|
|
35203
35219
|
}
|
|
35204
35220
|
|
|
35205
|
-
.
|
|
35221
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
35206
35222
|
display: none;
|
|
35207
35223
|
}
|
|
35208
35224
|
|
|
35209
|
-
.
|
|
35225
|
+
.E_t1fisho6 {
|
|
35226
|
+
height: 100%;
|
|
35227
|
+
}
|
|
35228
|
+
|
|
35229
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35230
|
+
padding-top: 6px;
|
|
35231
|
+
padding-bottom: 6px;
|
|
35232
|
+
}
|
|
35233
|
+
|
|
35234
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
35210
35235
|
font-weight: 700;
|
|
35211
35236
|
}
|
|
35212
35237
|
|
|
35213
|
-
.
|
|
35238
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
35214
35239
|
font-weight: 700;
|
|
35215
35240
|
}
|
|
35216
35241
|
|
|
35217
|
-
.
|
|
35242
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
35218
35243
|
height: 100%;
|
|
35219
35244
|
}
|
|
35220
35245
|
|
|
35221
|
-
.
|
|
35246
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
35222
35247
|
height: 100%;
|
|
35223
35248
|
overflow: visible;
|
|
35224
35249
|
}
|
|
35225
35250
|
|
|
35226
|
-
.
|
|
35251
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
35227
35252
|
max-height: none;
|
|
35228
35253
|
}
|
|
35229
35254
|
|
|
35230
|
-
.
|
|
35255
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
35231
35256
|
background: transparent;
|
|
35232
35257
|
}
|
|
35233
35258
|
|
|
35234
|
-
.
|
|
35235
|
-
.
|
|
35259
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
35260
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35236
35261
|
background: #fff;
|
|
35237
35262
|
padding: 0 !important;
|
|
35238
35263
|
}
|
|
35239
35264
|
|
|
35240
|
-
.
|
|
35241
|
-
.
|
|
35265
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35266
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35242
35267
|
display: flex;
|
|
35243
35268
|
align-items: center;
|
|
35244
35269
|
height: 100%;
|
|
35245
35270
|
padding: 8px;
|
|
35246
35271
|
}
|
|
35247
35272
|
|
|
35248
|
-
.
|
|
35249
|
-
.
|
|
35273
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35274
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35250
35275
|
overflow: hidden;
|
|
35251
35276
|
text-overflow: ellipsis;
|
|
35252
35277
|
width: 100%;
|
|
35253
35278
|
}
|
|
35254
35279
|
|
|
35255
|
-
.
|
|
35280
|
+
.E_t1fisho6 .ant-table-container {
|
|
35256
35281
|
height: 100%;
|
|
35257
35282
|
}
|
|
35258
35283
|
|
|
35259
|
-
.
|
|
35284
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
35260
35285
|
box-shadow: none !important;
|
|
35261
35286
|
}
|
|
35262
35287
|
|
|
35263
|
-
.
|
|
35288
|
+
.E_t1fisho6 div.ant-table {
|
|
35264
35289
|
border-radius: 0px;
|
|
35265
35290
|
border-left: none;
|
|
35266
35291
|
border-right: none;
|
|
@@ -35270,33 +35295,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35270
35295
|
background: transparent;
|
|
35271
35296
|
}
|
|
35272
35297
|
|
|
35273
|
-
.
|
|
35298
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
35274
35299
|
position: relative;
|
|
35275
35300
|
z-index: 3;
|
|
35276
35301
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35277
35302
|
margin-bottom: -1px;
|
|
35278
35303
|
}
|
|
35279
35304
|
|
|
35280
|
-
.
|
|
35281
|
-
.
|
|
35305
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
35306
|
+
.E_t1fisho6 div.ant-table .value {
|
|
35282
35307
|
color: #2d3a56;
|
|
35283
35308
|
}
|
|
35284
35309
|
|
|
35285
|
-
.
|
|
35286
|
-
.
|
|
35310
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
35311
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
35287
35312
|
color: rgba(44, 56, 82, 0.6);
|
|
35288
35313
|
}
|
|
35289
35314
|
|
|
35290
|
-
.
|
|
35315
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35291
35316
|
position: unset;
|
|
35292
35317
|
text-align: center;
|
|
35293
35318
|
}
|
|
35294
35319
|
|
|
35295
|
-
.
|
|
35320
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35296
35321
|
background: #fff;
|
|
35297
35322
|
}
|
|
35298
35323
|
|
|
35299
|
-
.
|
|
35324
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
35300
35325
|
cursor: pointer;
|
|
35301
35326
|
position: absolute;
|
|
35302
35327
|
top: 50%;
|
|
@@ -35304,23 +35329,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35304
35329
|
transform: translateY(-50%);
|
|
35305
35330
|
}
|
|
35306
35331
|
|
|
35307
|
-
.
|
|
35332
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35308
35333
|
box-shadow: none;
|
|
35309
35334
|
width: 1px;
|
|
35310
35335
|
background: rgba(213, 219, 227, 0.6);
|
|
35311
35336
|
}
|
|
35312
35337
|
|
|
35313
|
-
.
|
|
35338
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35314
35339
|
box-shadow: none;
|
|
35315
35340
|
width: 1px;
|
|
35316
35341
|
background: rgba(213, 219, 227, 0.6);
|
|
35317
35342
|
}
|
|
35318
35343
|
|
|
35319
|
-
.
|
|
35344
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
35320
35345
|
position: relative;
|
|
35321
35346
|
}
|
|
35322
35347
|
|
|
35323
|
-
.
|
|
35348
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35324
35349
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35325
35350
|
border-bottom: 1px solid white;
|
|
35326
35351
|
height: 40px;
|
|
@@ -35329,12 +35354,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35329
35354
|
color: #00122e;
|
|
35330
35355
|
}
|
|
35331
35356
|
|
|
35332
|
-
.
|
|
35357
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35333
35358
|
background: #f2f5fa;
|
|
35334
35359
|
border-bottom-color: #f2f5fa;
|
|
35335
35360
|
}
|
|
35336
35361
|
|
|
35337
|
-
.
|
|
35362
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35338
35363
|
height: auto;
|
|
35339
35364
|
color: #00122e;
|
|
35340
35365
|
font-size: 12px;
|
|
@@ -35345,43 +35370,43 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35345
35370
|
white-space: nowrap;
|
|
35346
35371
|
}
|
|
35347
35372
|
|
|
35348
|
-
.
|
|
35373
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35349
35374
|
color: #0096ff;
|
|
35350
35375
|
}
|
|
35351
35376
|
|
|
35352
|
-
.
|
|
35377
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35353
35378
|
overflow: hidden;
|
|
35354
35379
|
text-overflow: ellipsis;
|
|
35355
35380
|
width: 100%;
|
|
35356
35381
|
vertical-align: middle;
|
|
35357
35382
|
}
|
|
35358
35383
|
|
|
35359
|
-
.
|
|
35384
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35360
35385
|
line-height: 0px;
|
|
35361
35386
|
}
|
|
35362
35387
|
|
|
35363
|
-
.
|
|
35388
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35364
35389
|
padding-right: 25px;
|
|
35365
35390
|
}
|
|
35366
35391
|
|
|
35367
|
-
.
|
|
35392
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35368
35393
|
border-top-color: transparent;
|
|
35369
35394
|
}
|
|
35370
35395
|
|
|
35371
|
-
.
|
|
35396
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35372
35397
|
background: rgba(225, 230, 241, 0.6);
|
|
35373
35398
|
border-color: transparent transparent white;
|
|
35374
35399
|
}
|
|
35375
35400
|
|
|
35376
|
-
.
|
|
35401
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35377
35402
|
border-radius: 8px 0 0 8px;
|
|
35378
35403
|
}
|
|
35379
35404
|
|
|
35380
|
-
.
|
|
35405
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35381
35406
|
border-radius: 8px 0 0 8px;
|
|
35382
35407
|
}
|
|
35383
35408
|
|
|
35384
|
-
.
|
|
35409
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35385
35410
|
content: "";
|
|
35386
35411
|
width: 4px;
|
|
35387
35412
|
top: -1px;
|
|
@@ -35389,78 +35414,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35389
35414
|
background: white;
|
|
35390
35415
|
}
|
|
35391
35416
|
|
|
35392
|
-
.
|
|
35417
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35393
35418
|
border-radius: 0 8px 8px 0;
|
|
35394
35419
|
}
|
|
35395
35420
|
|
|
35396
|
-
.
|
|
35421
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35397
35422
|
border-radius: 0;
|
|
35398
35423
|
background: white;
|
|
35399
35424
|
border-top: none;
|
|
35400
35425
|
}
|
|
35401
35426
|
|
|
35402
|
-
.
|
|
35427
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35403
35428
|
border-top: 1px solid transparent;
|
|
35404
35429
|
border-radius: 0 8px 8px 0;
|
|
35405
35430
|
background: rgba(225, 230, 241, 0.6);
|
|
35406
35431
|
}
|
|
35407
35432
|
|
|
35408
|
-
.
|
|
35433
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35409
35434
|
background: white;
|
|
35410
35435
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35411
35436
|
}
|
|
35412
35437
|
|
|
35413
|
-
.
|
|
35438
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35414
35439
|
display: flex;
|
|
35415
35440
|
align-items: center;
|
|
35416
35441
|
height: 100%;
|
|
35417
35442
|
background: rgba(225, 230, 241, 0.6);
|
|
35418
35443
|
}
|
|
35419
35444
|
|
|
35420
|
-
.
|
|
35445
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35421
35446
|
background: white;
|
|
35422
35447
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35423
35448
|
}
|
|
35424
35449
|
|
|
35425
|
-
.
|
|
35450
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35426
35451
|
display: flex;
|
|
35427
35452
|
align-items: center;
|
|
35428
35453
|
height: 100%;
|
|
35429
35454
|
background: rgba(225, 230, 241, 0.6);
|
|
35430
35455
|
}
|
|
35431
35456
|
|
|
35432
|
-
.
|
|
35457
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35433
35458
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35434
35459
|
}
|
|
35435
35460
|
|
|
35436
|
-
.
|
|
35461
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35437
35462
|
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35438
35463
|
border-radius: 8px;
|
|
35439
35464
|
}
|
|
35440
35465
|
|
|
35441
|
-
.
|
|
35466
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35442
35467
|
border-top-color: white;
|
|
35443
35468
|
}
|
|
35444
35469
|
|
|
35445
|
-
.
|
|
35470
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35446
35471
|
background: rgba(0, 136, 255, 0.1);
|
|
35447
35472
|
border-bottom-color: transparent;
|
|
35448
35473
|
border-top-color: transparent;
|
|
35449
35474
|
}
|
|
35450
35475
|
|
|
35451
|
-
.
|
|
35476
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35452
35477
|
border-radius: 8px 0 0 8px;
|
|
35453
35478
|
}
|
|
35454
35479
|
|
|
35455
|
-
.
|
|
35480
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35456
35481
|
border-radius: 0 8px 8px 0;
|
|
35457
35482
|
}
|
|
35458
35483
|
|
|
35459
|
-
.
|
|
35484
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35460
35485
|
background: rgba(0, 136, 255, 0.1);
|
|
35461
35486
|
}
|
|
35462
35487
|
|
|
35463
|
-
.
|
|
35488
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35464
35489
|
background: #fff;
|
|
35465
35490
|
font-weight: 400;
|
|
35466
35491
|
position: relative;
|
|
@@ -35471,7 +35496,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35471
35496
|
line-height: 20px;
|
|
35472
35497
|
}
|
|
35473
35498
|
|
|
35474
|
-
.
|
|
35499
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35475
35500
|
content: "";
|
|
35476
35501
|
width: 1px;
|
|
35477
35502
|
top: 0;
|
|
@@ -35481,36 +35506,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35481
35506
|
right: 0;
|
|
35482
35507
|
}
|
|
35483
35508
|
|
|
35484
|
-
.
|
|
35509
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35485
35510
|
padding: unset;
|
|
35486
35511
|
}
|
|
35487
35512
|
|
|
35488
|
-
.
|
|
35513
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35489
35514
|
display: none;
|
|
35490
35515
|
}
|
|
35491
35516
|
|
|
35492
|
-
.
|
|
35517
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35493
35518
|
width: 100%;
|
|
35494
35519
|
overflow: hidden;
|
|
35495
35520
|
white-space: nowrap;
|
|
35496
35521
|
text-overflow: ellipsis;
|
|
35497
35522
|
}
|
|
35498
35523
|
|
|
35499
|
-
.
|
|
35524
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35500
35525
|
overflow: hidden;
|
|
35501
35526
|
text-overflow: ellipsis;
|
|
35502
35527
|
flex: 1;
|
|
35503
35528
|
}
|
|
35504
35529
|
|
|
35505
|
-
.
|
|
35530
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35506
35531
|
padding: 15px 25px 15px 8px;
|
|
35507
35532
|
}
|
|
35508
35533
|
|
|
35509
|
-
.
|
|
35534
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35510
35535
|
padding: 0;
|
|
35511
35536
|
}
|
|
35512
35537
|
|
|
35513
|
-
.
|
|
35538
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35514
35539
|
position: absolute;
|
|
35515
35540
|
right: 6px;
|
|
35516
35541
|
top: 50%;
|
|
@@ -35520,63 +35545,63 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35520
35545
|
transition: transform 320ms ease;
|
|
35521
35546
|
}
|
|
35522
35547
|
|
|
35523
|
-
.
|
|
35548
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35524
35549
|
display: block;
|
|
35525
35550
|
transform: translateY(-50%) rotateX(180deg);
|
|
35526
35551
|
}
|
|
35527
35552
|
|
|
35528
|
-
.
|
|
35553
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35529
35554
|
display: block;
|
|
35530
35555
|
}
|
|
35531
35556
|
|
|
35532
|
-
.
|
|
35557
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35533
35558
|
display: none;
|
|
35534
35559
|
}
|
|
35535
35560
|
|
|
35536
|
-
.
|
|
35561
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35537
35562
|
transform: translateY(-50%);
|
|
35538
35563
|
}
|
|
35539
35564
|
|
|
35540
|
-
.
|
|
35565
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35541
35566
|
transform: translateY(-50%) rotateX(180deg);
|
|
35542
35567
|
}
|
|
35543
35568
|
|
|
35544
|
-
.
|
|
35569
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35545
35570
|
background: #f2f5fa;
|
|
35546
35571
|
}
|
|
35547
35572
|
|
|
35548
|
-
.
|
|
35573
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35549
35574
|
display: block;
|
|
35550
35575
|
}
|
|
35551
35576
|
|
|
35552
|
-
.
|
|
35577
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35553
35578
|
padding-right: 25px;
|
|
35554
35579
|
}
|
|
35555
35580
|
|
|
35556
|
-
.
|
|
35581
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35557
35582
|
padding: 0 !important;
|
|
35558
35583
|
}
|
|
35559
35584
|
|
|
35560
|
-
.
|
|
35585
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35561
35586
|
position: absolute;
|
|
35562
35587
|
left: 50%;
|
|
35563
35588
|
top: 50%;
|
|
35564
35589
|
transform: translate(-50%, -50%);
|
|
35565
35590
|
}
|
|
35566
35591
|
|
|
35567
|
-
.
|
|
35592
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35568
35593
|
display: none;
|
|
35569
35594
|
}
|
|
35570
35595
|
|
|
35571
|
-
.
|
|
35596
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35572
35597
|
background: #fff;
|
|
35573
35598
|
}
|
|
35574
35599
|
|
|
35575
|
-
.
|
|
35600
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35576
35601
|
background: inherit;
|
|
35577
35602
|
}
|
|
35578
35603
|
|
|
35579
|
-
.
|
|
35604
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35580
35605
|
position: static;
|
|
35581
35606
|
border: none;
|
|
35582
35607
|
background: inherit !important;
|
|
@@ -35584,25 +35609,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35584
35609
|
vertical-align: middle;
|
|
35585
35610
|
}
|
|
35586
35611
|
|
|
35587
|
-
.
|
|
35588
|
-
.
|
|
35612
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35613
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35589
35614
|
font-weight: bold;
|
|
35590
35615
|
font-size: 20px;
|
|
35591
35616
|
color: rgba(10, 37, 85, 0.6);
|
|
35592
35617
|
}
|
|
35593
35618
|
|
|
35594
|
-
.
|
|
35595
|
-
.
|
|
35619
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35620
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35596
35621
|
z-index: 10;
|
|
35597
35622
|
}
|
|
35598
35623
|
|
|
35599
|
-
.
|
|
35624
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35600
35625
|
padding: 0 !important;
|
|
35601
35626
|
position: relative;
|
|
35602
35627
|
background: #fff;
|
|
35603
35628
|
}
|
|
35604
35629
|
|
|
35605
|
-
.
|
|
35630
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35606
35631
|
height: 100%;
|
|
35607
35632
|
display: flex;
|
|
35608
35633
|
align-items: center;
|
|
@@ -35610,7 +35635,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35610
35635
|
padding-right: 8px;
|
|
35611
35636
|
}
|
|
35612
35637
|
|
|
35613
|
-
.
|
|
35638
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35614
35639
|
width: 24px;
|
|
35615
35640
|
height: 24px;
|
|
35616
35641
|
cursor: pointer;
|
|
@@ -35618,35 +35643,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35618
35643
|
border-radius: 4px;
|
|
35619
35644
|
}
|
|
35620
35645
|
|
|
35621
|
-
.
|
|
35646
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35622
35647
|
background: #fff;
|
|
35623
35648
|
}
|
|
35624
35649
|
|
|
35625
|
-
.E_t1gvlxt5 {
|
|
35626
|
-
min-width: 0;
|
|
35627
|
-
flex: 1;
|
|
35628
|
-
}
|
|
35629
|
-
|
|
35630
|
-
.E_t1gvlxt5 .tag {
|
|
35631
|
-
flex: 0 0 auto;
|
|
35632
|
-
}
|
|
35633
|
-
|
|
35634
|
-
.E_t1gvlxt5 .progress-title {
|
|
35635
|
-
flex: 2;
|
|
35636
|
-
max-width: fit-content;
|
|
35637
|
-
}
|
|
35638
|
-
|
|
35639
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35640
|
-
flex: 1;
|
|
35641
|
-
max-width: fit-content;
|
|
35642
|
-
}
|
|
35643
|
-
|
|
35644
|
-
.E_a1ji6r68 {
|
|
35645
|
-
display: flex;
|
|
35646
|
-
align-items: center;
|
|
35647
|
-
column-gap: var(--a1ji6r68-0);
|
|
35648
|
-
}
|
|
35649
|
-
|
|
35650
35650
|
.E_msn7nxt {
|
|
35651
35651
|
color: rgba(44, 56, 82, 0.6);
|
|
35652
35652
|
text-align: center;
|