@cloudtower/eagle 0.29.23 → 0.29.24
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/Cascader/cascader.widget.js +2 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1287 -1283
- package/dist/esm/core/Cascader/cascader.widget.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1025 -1022
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29571,37 +29571,112 @@ html body {
|
|
|
29571
29571
|
margin-left: 1px;
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
-
|
|
29575
|
-
|
|
29574
|
+
.E_s1ebs0ra {
|
|
29575
|
+
display: flex;
|
|
29576
|
+
align-items: center;
|
|
29577
|
+
justify-content: space-between;
|
|
29578
|
+
background: #edf0f7;
|
|
29579
|
+
padding: 8px 12px;
|
|
29580
|
+
position: sticky;
|
|
29581
|
+
top: 0;
|
|
29582
|
+
z-index: 1;
|
|
29583
|
+
margin-bottom: -52px;
|
|
29576
29584
|
}
|
|
29577
|
-
|
|
29578
|
-
.E_n12mqh7z {
|
|
29585
|
+
.E_s1ebs0ra .select-total {
|
|
29579
29586
|
display: flex;
|
|
29580
29587
|
align-items: center;
|
|
29581
|
-
font-
|
|
29582
|
-
|
|
29588
|
+
font-weight: 700;
|
|
29589
|
+
flex-shrink: 0;
|
|
29583
29590
|
}
|
|
29584
|
-
.
|
|
29585
|
-
|
|
29591
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29592
|
+
cursor: pointer;
|
|
29593
|
+
margin-left: 8px;
|
|
29594
|
+
width: 32px;
|
|
29595
|
+
height: 32px;
|
|
29596
|
+
border-radius: 50%;
|
|
29597
|
+
justify-content: center;
|
|
29598
|
+
}
|
|
29599
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29600
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29601
|
+
}
|
|
29602
|
+
.E_s1ebs0ra .action-group {
|
|
29603
|
+
flex: 1;
|
|
29604
|
+
margin-left: 88px;
|
|
29605
|
+
white-space: nowrap;
|
|
29606
|
+
text-align: right;
|
|
29607
|
+
position: relative;
|
|
29608
|
+
padding: 4px 0;
|
|
29609
|
+
margin-top: -4px;
|
|
29610
|
+
overflow: hidden;
|
|
29611
|
+
}
|
|
29612
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29613
|
+
transform: translateY(-4px);
|
|
29614
|
+
}
|
|
29615
|
+
.E_s1ebs0ra .action-group button {
|
|
29616
|
+
border: none;
|
|
29617
|
+
}
|
|
29618
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29619
|
+
margin-right: 8px;
|
|
29620
|
+
}
|
|
29621
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29622
|
+
margin-right: 4px;
|
|
29623
|
+
}
|
|
29624
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29625
|
+
cursor: pointer;
|
|
29626
|
+
width: 32px;
|
|
29627
|
+
height: 32px;
|
|
29628
|
+
justify-content: center;
|
|
29629
|
+
border-radius: 50%;
|
|
29630
|
+
}
|
|
29631
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29632
|
+
background: #fff;
|
|
29586
29633
|
}
|
|
29587
29634
|
|
|
29588
|
-
.
|
|
29589
|
-
|
|
29635
|
+
.E_c18bcrac {
|
|
29636
|
+
display: inline-block;
|
|
29637
|
+
width: 100%;
|
|
29638
|
+
}
|
|
29639
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29640
|
+
margin-left: 4px;
|
|
29590
29641
|
}
|
|
29591
29642
|
|
|
29592
|
-
.
|
|
29593
|
-
|
|
29594
|
-
overflow: auto;
|
|
29643
|
+
.E_cro7kg2 {
|
|
29644
|
+
padding: 4px;
|
|
29595
29645
|
}
|
|
29596
29646
|
|
|
29597
|
-
.
|
|
29598
|
-
|
|
29647
|
+
.E_c14wcxf0 {
|
|
29648
|
+
display: flex;
|
|
29649
|
+
justify-content: space-between;
|
|
29650
|
+
align-items: center;
|
|
29651
|
+
font-size: 13px;
|
|
29652
|
+
line-height: 24px;
|
|
29653
|
+
color: #cccccc;
|
|
29654
|
+
white-space: nowrap;
|
|
29599
29655
|
}
|
|
29600
|
-
.
|
|
29601
|
-
|
|
29656
|
+
.E_c14wcxf0 label {
|
|
29657
|
+
margin-right: 32px;
|
|
29602
29658
|
}
|
|
29603
|
-
|
|
29604
|
-
|
|
29659
|
+
|
|
29660
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29661
|
+
font-weight: bold;
|
|
29662
|
+
color: white;
|
|
29663
|
+
}
|
|
29664
|
+
|
|
29665
|
+
.E_s11212zy {
|
|
29666
|
+
width: 8px;
|
|
29667
|
+
height: 8px;
|
|
29668
|
+
border-radius: 2px;
|
|
29669
|
+
display: inline-block;
|
|
29670
|
+
background: var(--s11212zy-0);
|
|
29671
|
+
border: 1px solid #fff;
|
|
29672
|
+
box-sizing: content-box;
|
|
29673
|
+
margin-right: 6px;
|
|
29674
|
+
}
|
|
29675
|
+
|
|
29676
|
+
.E_p1lyky6c > :first-child {
|
|
29677
|
+
font-weight: bold;
|
|
29678
|
+
color: white;
|
|
29679
|
+
margin-right: 4px;
|
|
29605
29680
|
}
|
|
29606
29681
|
|
|
29607
29682
|
.E_clm1wy1 {
|
|
@@ -29697,112 +29772,53 @@ span.E_tqjc4ui {
|
|
|
29697
29772
|
border-radius: 2px;
|
|
29698
29773
|
}
|
|
29699
29774
|
|
|
29700
|
-
.
|
|
29701
|
-
|
|
29702
|
-
width: 100%;
|
|
29775
|
+
.E_gmyahx3 {
|
|
29776
|
+
cursor: pointer;
|
|
29703
29777
|
}
|
|
29704
|
-
.
|
|
29705
|
-
|
|
29778
|
+
.E_gmyahx3 .link-text {
|
|
29779
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29706
29780
|
}
|
|
29707
|
-
|
|
29708
|
-
|
|
29709
|
-
padding: 4px;
|
|
29781
|
+
.E_gmyahx3:hover .link-text {
|
|
29782
|
+
color: #0080ff;
|
|
29710
29783
|
}
|
|
29711
29784
|
|
|
29712
|
-
.
|
|
29785
|
+
.E_n12mqh7z {
|
|
29713
29786
|
display: flex;
|
|
29714
|
-
justify-content: space-between;
|
|
29715
29787
|
align-items: center;
|
|
29716
|
-
font-size:
|
|
29717
|
-
line-height:
|
|
29718
|
-
color: #cccccc;
|
|
29719
|
-
white-space: nowrap;
|
|
29788
|
+
font-size: 12px;
|
|
29789
|
+
line-height: 18px;
|
|
29720
29790
|
}
|
|
29721
|
-
.
|
|
29722
|
-
margin-
|
|
29791
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29792
|
+
margin-bottom: 4px;
|
|
29723
29793
|
}
|
|
29724
29794
|
|
|
29725
|
-
.
|
|
29726
|
-
|
|
29727
|
-
color: white;
|
|
29795
|
+
.E_tf5bynu {
|
|
29796
|
+
margin: 0 3px;
|
|
29728
29797
|
}
|
|
29729
29798
|
|
|
29730
|
-
.
|
|
29731
|
-
|
|
29732
|
-
|
|
29733
|
-
border-radius: 2px;
|
|
29734
|
-
display: inline-block;
|
|
29735
|
-
background: var(--s11212zy-0);
|
|
29736
|
-
border: 1px solid #fff;
|
|
29737
|
-
box-sizing: content-box;
|
|
29738
|
-
margin-right: 6px;
|
|
29799
|
+
.E_tcckoz1 {
|
|
29800
|
+
max-height: 400px;
|
|
29801
|
+
overflow: auto;
|
|
29739
29802
|
}
|
|
29740
29803
|
|
|
29741
|
-
.
|
|
29742
|
-
|
|
29743
|
-
color: white;
|
|
29744
|
-
margin-right: 4px;
|
|
29804
|
+
span.E_tqjc4ui {
|
|
29805
|
+
margin: 0 2px;
|
|
29745
29806
|
}
|
|
29746
29807
|
|
|
29747
|
-
.
|
|
29748
|
-
display: flex;
|
|
29749
|
-
align-items: center;
|
|
29750
|
-
justify-content: space-between;
|
|
29751
|
-
background: #edf0f7;
|
|
29752
|
-
padding: 8px 12px;
|
|
29753
|
-
position: sticky;
|
|
29754
|
-
top: 0;
|
|
29755
|
-
z-index: 1;
|
|
29756
|
-
margin-bottom: -52px;
|
|
29757
|
-
}
|
|
29758
|
-
.E_s1ebs0ra .select-total {
|
|
29759
|
-
display: flex;
|
|
29760
|
-
align-items: center;
|
|
29761
|
-
font-weight: 700;
|
|
29762
|
-
flex-shrink: 0;
|
|
29763
|
-
}
|
|
29764
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29765
|
-
cursor: pointer;
|
|
29766
|
-
margin-left: 8px;
|
|
29767
|
-
width: 32px;
|
|
29768
|
-
height: 32px;
|
|
29769
|
-
border-radius: 50%;
|
|
29770
|
-
justify-content: center;
|
|
29771
|
-
}
|
|
29772
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29773
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29774
|
-
}
|
|
29775
|
-
.E_s1ebs0ra .action-group {
|
|
29776
|
-
flex: 1;
|
|
29777
|
-
margin-left: 88px;
|
|
29778
|
-
white-space: nowrap;
|
|
29779
|
-
text-align: right;
|
|
29780
|
-
position: relative;
|
|
29781
|
-
padding: 4px 0;
|
|
29782
|
-
margin-top: -4px;
|
|
29808
|
+
.E_ou7iq30 {
|
|
29783
29809
|
overflow: hidden;
|
|
29810
|
+
text-overflow: ellipsis;
|
|
29784
29811
|
}
|
|
29785
|
-
|
|
29786
|
-
|
|
29787
|
-
|
|
29788
|
-
.E_s1ebs0ra .action-group button {
|
|
29789
|
-
border: none;
|
|
29790
|
-
}
|
|
29791
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29792
|
-
margin-right: 8px;
|
|
29793
|
-
}
|
|
29794
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29795
|
-
margin-right: 4px;
|
|
29796
|
-
}
|
|
29797
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29798
|
-
cursor: pointer;
|
|
29799
|
-
width: 32px;
|
|
29800
|
-
height: 32px;
|
|
29801
|
-
justify-content: center;
|
|
29802
|
-
border-radius: 50%;
|
|
29812
|
+
|
|
29813
|
+
.E_s1tui002 {
|
|
29814
|
+
white-space: nowrap;
|
|
29803
29815
|
}
|
|
29804
|
-
|
|
29805
|
-
|
|
29816
|
+
|
|
29817
|
+
.E_mxrc2zg {
|
|
29818
|
+
display: -webkit-box;
|
|
29819
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29820
|
+
-webkit-box-orient: vertical;
|
|
29821
|
+
word-break: break-all;
|
|
29806
29822
|
}
|
|
29807
29823
|
|
|
29808
29824
|
.E_c1up1pdz {
|
|
@@ -29945,6 +29961,29 @@ span.E_tqjc4ui {
|
|
|
29945
29961
|
color: #fff;
|
|
29946
29962
|
}
|
|
29947
29963
|
|
|
29964
|
+
.E_wg1tsps {
|
|
29965
|
+
display: flex;
|
|
29966
|
+
align-items: center;
|
|
29967
|
+
justify-content: flex-end;
|
|
29968
|
+
}
|
|
29969
|
+
|
|
29970
|
+
.E_b1ctd5xy {
|
|
29971
|
+
display: flex;
|
|
29972
|
+
align-items: center;
|
|
29973
|
+
width: calc(100% - 40px);
|
|
29974
|
+
}
|
|
29975
|
+
.E_b1ctd5xy .chart {
|
|
29976
|
+
display: inline-block;
|
|
29977
|
+
width: 100%;
|
|
29978
|
+
}
|
|
29979
|
+
|
|
29980
|
+
.E_u1p8acpn {
|
|
29981
|
+
min-width: 40px;
|
|
29982
|
+
}
|
|
29983
|
+
.E_u1p8acpn .unit {
|
|
29984
|
+
color: #00122e !important;
|
|
29985
|
+
}
|
|
29986
|
+
|
|
29948
29987
|
.E_s1iv0tp1 .enabled-switch {
|
|
29949
29988
|
display: flex;
|
|
29950
29989
|
align-items: center;
|
|
@@ -29953,24 +29992,39 @@ span.E_tqjc4ui {
|
|
|
29953
29992
|
margin-right: 8px;
|
|
29954
29993
|
}
|
|
29955
29994
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29958
|
-
|
|
29995
|
+
.E_m74vjol {
|
|
29996
|
+
display: flex;
|
|
29997
|
+
justify-content: space-between;
|
|
29998
|
+
width: 100%;
|
|
29959
29999
|
}
|
|
29960
|
-
.
|
|
29961
|
-
margin-
|
|
30000
|
+
.E_m74vjol .action {
|
|
30001
|
+
margin-left: 16px;
|
|
29962
30002
|
}
|
|
29963
|
-
|
|
29964
|
-
|
|
30003
|
+
|
|
30004
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30005
|
+
width: 100%;
|
|
29965
30006
|
}
|
|
29966
|
-
|
|
29967
|
-
|
|
30007
|
+
|
|
30008
|
+
.E_c1uzzomf {
|
|
30009
|
+
margin-bottom: 16px;
|
|
29968
30010
|
}
|
|
29969
|
-
.
|
|
29970
|
-
|
|
30011
|
+
.E_c1uzzomf .card-title {
|
|
30012
|
+
font-size: 16px;
|
|
30013
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30014
|
+
font-weight: 700;
|
|
30015
|
+
line-height: 32px;
|
|
29971
30016
|
}
|
|
29972
|
-
.
|
|
29973
|
-
padding:
|
|
30017
|
+
.E_c1uzzomf .card-body {
|
|
30018
|
+
padding: 24px;
|
|
30019
|
+
border-radius: 8px;
|
|
30020
|
+
background: #fff;
|
|
30021
|
+
}
|
|
30022
|
+
.E_c1uzzomf .empty {
|
|
30023
|
+
font-weight: 700;
|
|
30024
|
+
font-size: 14px;
|
|
30025
|
+
line-height: 22px;
|
|
30026
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30027
|
+
text-align: center;
|
|
29974
30028
|
}
|
|
29975
30029
|
|
|
29976
30030
|
.E_t1sqg15u {
|
|
@@ -30063,236 +30117,69 @@ span.E_tqjc4ui {
|
|
|
30063
30117
|
padding-right: 12px;
|
|
30064
30118
|
}
|
|
30065
30119
|
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30068
|
-
|
|
30069
|
-
}
|
|
30070
|
-
|
|
30071
|
-
.E_s1tui002 {
|
|
30072
|
-
white-space: nowrap;
|
|
30073
|
-
}
|
|
30074
|
-
|
|
30075
|
-
.E_mxrc2zg {
|
|
30076
|
-
display: -webkit-box;
|
|
30077
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30078
|
-
-webkit-box-orient: vertical;
|
|
30079
|
-
word-break: break-all;
|
|
30080
|
-
}
|
|
30081
|
-
|
|
30082
|
-
.E_t160l1cm {
|
|
30083
|
-
display: flex;
|
|
30084
|
-
flex-direction: column;
|
|
30085
|
-
flex: 1;
|
|
30086
|
-
/* FIXME:(yanzhen) do this better */
|
|
30087
|
-
}
|
|
30088
|
-
.E_t160l1cm .tab-bar {
|
|
30089
|
-
flex-shrink: 0;
|
|
30090
|
-
display: flex;
|
|
30091
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30092
|
-
}
|
|
30093
|
-
.E_t160l1cm .tab-content {
|
|
30094
|
-
height: 100%;
|
|
30095
|
-
}
|
|
30096
|
-
.E_t160l1cm .tab-menu-item {
|
|
30097
|
-
margin-right: 2px;
|
|
30098
|
-
padding: 1px 12px;
|
|
30099
|
-
line-height: 24px;
|
|
30100
|
-
height: 24px;
|
|
30101
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30102
|
-
border-radius: 4px 4px 0 0;
|
|
30103
|
-
cursor: pointer;
|
|
30104
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30105
|
-
}
|
|
30106
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30107
|
-
padding-left: 0;
|
|
30108
|
-
}
|
|
30109
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30110
|
-
padding-left: 12px;
|
|
30111
|
-
}
|
|
30112
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
30113
|
-
color: #0080ff;
|
|
30114
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30115
|
-
}
|
|
30116
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30117
|
-
fill: #0080ff;
|
|
30118
|
-
}
|
|
30119
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
30120
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30121
|
-
}
|
|
30122
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30123
|
-
color: #0080ff;
|
|
30124
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30125
|
-
}
|
|
30126
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30127
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30120
|
+
.E_c18gxmrl {
|
|
30121
|
+
border: 1px solid #d8deeb;
|
|
30122
|
+
border-radius: 4px;
|
|
30128
30123
|
}
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30124
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30125
|
+
margin-top: 8px;
|
|
30131
30126
|
}
|
|
30132
|
-
.
|
|
30133
|
-
|
|
30127
|
+
.E_c18gxmrl:hover {
|
|
30128
|
+
border-color: #0080ff;
|
|
30134
30129
|
}
|
|
30135
|
-
.
|
|
30136
|
-
color: #0080ff;
|
|
30130
|
+
.E_c18gxmrl:hover > header {
|
|
30137
30131
|
background: rgba(0, 128, 255, 0.1);
|
|
30138
30132
|
}
|
|
30139
|
-
.
|
|
30140
|
-
|
|
30141
|
-
}
|
|
30142
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30143
|
-
fill: #1d326c;
|
|
30144
|
-
}
|
|
30145
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30146
|
-
margin-left: 8px;
|
|
30147
|
-
height: 22px;
|
|
30148
|
-
}
|
|
30149
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30150
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
30151
|
-
}
|
|
30152
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
30153
|
-
padding: 0;
|
|
30154
|
-
display: flex;
|
|
30155
|
-
align-items: center;
|
|
30156
|
-
overflow: hidden;
|
|
30133
|
+
.E_c18gxmrl.active header {
|
|
30134
|
+
border-bottom: 1px solid #d8deeb;
|
|
30157
30135
|
}
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30160
|
-
max-width: 0;
|
|
30161
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30136
|
+
.E_c18gxmrl > header {
|
|
30137
|
+
padding: 8px 12px;
|
|
30162
30138
|
}
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
|
|
30139
|
+
|
|
30140
|
+
.E_berrcjl {
|
|
30141
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30142
|
+
margin-bottom: 4px;
|
|
30167
30143
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
left: 0;
|
|
30173
|
-
transform: translate(-50%, -50%);
|
|
30174
|
-
transition: opacity 100ms linear;
|
|
30175
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30144
|
+
.E_berrcjl .breadcrumb-link {
|
|
30145
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30146
|
+
cursor: pointer;
|
|
30147
|
+
transition: color 160ms ease;
|
|
30176
30148
|
}
|
|
30177
|
-
.
|
|
30149
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30178
30150
|
color: #0080ff;
|
|
30179
30151
|
}
|
|
30180
|
-
.
|
|
30181
|
-
padding: 1px 12px;
|
|
30182
|
-
display: inline-block;
|
|
30183
|
-
opacity: 1;
|
|
30184
|
-
max-width: 160px;
|
|
30185
|
-
}
|
|
30186
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30187
|
-
padding: 1px 12px;
|
|
30188
|
-
color: #005ed1;
|
|
30189
|
-
}
|
|
30190
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30191
|
-
opacity: 1;
|
|
30192
|
-
}
|
|
30193
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30194
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30195
|
-
}
|
|
30196
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30197
|
-
opacity: 0;
|
|
30198
|
-
}
|
|
30199
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30200
|
-
padding: 4px 16px;
|
|
30201
|
-
height: 32px;
|
|
30202
|
-
border-radius: 6px 6px 0 0;
|
|
30203
|
-
}
|
|
30204
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30205
|
-
padding-left: 0;
|
|
30206
|
-
}
|
|
30207
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30208
|
-
padding-left: 16px;
|
|
30209
|
-
}
|
|
30210
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30211
|
-
margin-left: 11px;
|
|
30212
|
-
height: 24px;
|
|
30213
|
-
}
|
|
30214
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30215
|
-
padding: 0;
|
|
30216
|
-
}
|
|
30217
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30218
|
-
padding: 4px 16px;
|
|
30219
|
-
}
|
|
30220
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30221
|
-
padding: 4px 16px;
|
|
30222
|
-
}
|
|
30223
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30224
|
-
background: #fff;
|
|
30225
|
-
}
|
|
30226
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
30152
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30227
30153
|
color: #005ed1;
|
|
30228
30154
|
}
|
|
30229
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30230
|
-
background: #fff;
|
|
30231
|
-
color: #1d326c;
|
|
30232
|
-
}
|
|
30233
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30234
|
-
color: rgba(45, 58, 86, 0.6);
|
|
30235
|
-
}
|
|
30236
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30237
|
-
color: #1d326c;
|
|
30238
|
-
}
|
|
30239
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30240
|
-
fill: #d8deeb;
|
|
30241
|
-
}
|
|
30242
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30243
|
-
fill: #1d326c;
|
|
30244
|
-
}
|
|
30245
|
-
.E_t160l1cm .tab-content {
|
|
30246
|
-
flex: 1;
|
|
30247
|
-
display: flex;
|
|
30248
|
-
flex-direction: column;
|
|
30249
|
-
}
|
|
30250
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
30251
|
-
overflow: visible;
|
|
30252
|
-
}
|
|
30253
30155
|
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30256
|
-
animation: none;
|
|
30257
|
-
}
|
|
30258
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30259
|
-
border: 1px solid #0080ff;
|
|
30260
|
-
padding: 0;
|
|
30156
|
+
.E_b1nip9bk {
|
|
30157
|
+
padding: 4px 11px;
|
|
30261
30158
|
}
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
height: 32px;
|
|
30265
|
-
line-height: 32px;
|
|
30266
|
-
font-size: 13px;
|
|
30267
|
-
padding: 0 10px;
|
|
30268
|
-
display: block;
|
|
30269
|
-
overflow: hidden;
|
|
30270
|
-
text-overflow: ellipsis;
|
|
30159
|
+
|
|
30160
|
+
.E_bqamoqe {
|
|
30271
30161
|
white-space: nowrap;
|
|
30162
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30272
30163
|
}
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30275
|
-
height: 1px;
|
|
30276
|
-
width: calc(100% + 10px);
|
|
30277
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30278
|
-
display: block;
|
|
30164
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30165
|
+
--color: #0080ff;
|
|
30279
30166
|
}
|
|
30280
|
-
.
|
|
30281
|
-
color: #0080ff;
|
|
30282
|
-
background: transparent;
|
|
30167
|
+
.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] {
|
|
30168
|
+
--color: #0080ff;
|
|
30283
30169
|
}
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
display: flex;
|
|
30287
|
-
justify-content: space-between;
|
|
30288
|
-
width: 100%;
|
|
30170
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30171
|
+
margin-left: 1px;
|
|
30289
30172
|
}
|
|
30290
|
-
.
|
|
30291
|
-
|
|
30173
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30174
|
+
border-top-right-radius: 0;
|
|
30175
|
+
border-bottom-right-radius: 0;
|
|
30292
30176
|
}
|
|
30293
|
-
|
|
30294
|
-
|
|
30295
|
-
|
|
30177
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30178
|
+
border-top-left-radius: 0;
|
|
30179
|
+
border-bottom-left-radius: 0;
|
|
30180
|
+
}
|
|
30181
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30182
|
+
border-radius: unset;
|
|
30296
30183
|
}
|
|
30297
30184
|
|
|
30298
30185
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30549,94 +30436,207 @@ button.E_n7k2c6r {
|
|
|
30549
30436
|
padding: 0;
|
|
30550
30437
|
}
|
|
30551
30438
|
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30439
|
+
.E_t160l1cm {
|
|
30440
|
+
display: flex;
|
|
30441
|
+
flex-direction: column;
|
|
30442
|
+
flex: 1;
|
|
30443
|
+
/* FIXME:(yanzhen) do this better */
|
|
30554
30444
|
}
|
|
30555
|
-
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
|
|
30445
|
+
.E_t160l1cm .tab-bar {
|
|
30446
|
+
flex-shrink: 0;
|
|
30447
|
+
display: flex;
|
|
30448
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30559
30449
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30450
|
+
.E_t160l1cm .tab-content {
|
|
30451
|
+
height: 100%;
|
|
30562
30452
|
}
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30453
|
+
.E_t160l1cm .tab-menu-item {
|
|
30454
|
+
margin-right: 2px;
|
|
30455
|
+
padding: 1px 12px;
|
|
30456
|
+
line-height: 24px;
|
|
30457
|
+
height: 24px;
|
|
30458
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30459
|
+
border-radius: 4px 4px 0 0;
|
|
30460
|
+
cursor: pointer;
|
|
30461
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30565
30462
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30463
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30464
|
+
padding-left: 0;
|
|
30568
30465
|
}
|
|
30569
|
-
.
|
|
30570
|
-
|
|
30571
|
-
border-bottom-right-radius: 0;
|
|
30466
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30467
|
+
padding-left: 12px;
|
|
30572
30468
|
}
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30575
|
-
|
|
30469
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30470
|
+
color: #0080ff;
|
|
30471
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30576
30472
|
}
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30473
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30474
|
+
fill: #0080ff;
|
|
30579
30475
|
}
|
|
30580
|
-
|
|
30581
|
-
.
|
|
30476
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30477
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30478
|
+
}
|
|
30479
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30480
|
+
color: #0080ff;
|
|
30481
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30482
|
+
}
|
|
30483
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30484
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30485
|
+
}
|
|
30486
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30487
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30488
|
+
}
|
|
30489
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30490
|
+
fill: #0080ff;
|
|
30491
|
+
}
|
|
30492
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30493
|
+
color: #0080ff;
|
|
30494
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30495
|
+
}
|
|
30496
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30497
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30498
|
+
}
|
|
30499
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30500
|
+
fill: #1d326c;
|
|
30501
|
+
}
|
|
30502
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30503
|
+
margin-left: 8px;
|
|
30504
|
+
height: 22px;
|
|
30505
|
+
}
|
|
30506
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30507
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30508
|
+
}
|
|
30509
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30510
|
+
padding: 0;
|
|
30582
30511
|
display: flex;
|
|
30583
30512
|
align-items: center;
|
|
30584
|
-
|
|
30513
|
+
overflow: hidden;
|
|
30585
30514
|
}
|
|
30586
|
-
|
|
30587
|
-
|
|
30515
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30516
|
+
opacity: 0;
|
|
30517
|
+
max-width: 0;
|
|
30518
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30519
|
+
}
|
|
30520
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30521
|
+
padding: 1px 12px;
|
|
30522
|
+
position: relative;
|
|
30588
30523
|
display: flex;
|
|
30589
|
-
align-items: center;
|
|
30590
|
-
width: calc(100% - 40px);
|
|
30591
30524
|
}
|
|
30592
|
-
.
|
|
30525
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30526
|
+
opacity: 0;
|
|
30527
|
+
position: absolute;
|
|
30528
|
+
top: 50%;
|
|
30529
|
+
left: 0;
|
|
30530
|
+
transform: translate(-50%, -50%);
|
|
30531
|
+
transition: opacity 100ms linear;
|
|
30532
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30533
|
+
}
|
|
30534
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30535
|
+
color: #0080ff;
|
|
30536
|
+
}
|
|
30537
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30538
|
+
padding: 1px 12px;
|
|
30593
30539
|
display: inline-block;
|
|
30594
|
-
|
|
30540
|
+
opacity: 1;
|
|
30541
|
+
max-width: 160px;
|
|
30595
30542
|
}
|
|
30596
|
-
|
|
30597
|
-
|
|
30598
|
-
|
|
30543
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30544
|
+
padding: 1px 12px;
|
|
30545
|
+
color: #005ed1;
|
|
30599
30546
|
}
|
|
30600
|
-
.
|
|
30601
|
-
|
|
30547
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30548
|
+
opacity: 1;
|
|
30602
30549
|
}
|
|
30603
|
-
|
|
30604
|
-
.
|
|
30605
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30606
|
-
margin-bottom: 4px;
|
|
30550
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30551
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30607
30552
|
}
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30610
|
-
cursor: pointer;
|
|
30611
|
-
transition: color 160ms ease;
|
|
30553
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30554
|
+
opacity: 0;
|
|
30612
30555
|
}
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30556
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30557
|
+
padding: 4px 16px;
|
|
30558
|
+
height: 32px;
|
|
30559
|
+
border-radius: 6px 6px 0 0;
|
|
30615
30560
|
}
|
|
30616
|
-
.
|
|
30561
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30562
|
+
padding-left: 0;
|
|
30563
|
+
}
|
|
30564
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30565
|
+
padding-left: 16px;
|
|
30566
|
+
}
|
|
30567
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30568
|
+
margin-left: 11px;
|
|
30569
|
+
height: 24px;
|
|
30570
|
+
}
|
|
30571
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30572
|
+
padding: 0;
|
|
30573
|
+
}
|
|
30574
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30575
|
+
padding: 4px 16px;
|
|
30576
|
+
}
|
|
30577
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30578
|
+
padding: 4px 16px;
|
|
30579
|
+
}
|
|
30580
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30581
|
+
background: #fff;
|
|
30582
|
+
}
|
|
30583
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30617
30584
|
color: #005ed1;
|
|
30618
30585
|
}
|
|
30586
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30587
|
+
background: #fff;
|
|
30588
|
+
color: #1d326c;
|
|
30589
|
+
}
|
|
30590
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30591
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30592
|
+
}
|
|
30593
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30594
|
+
color: #1d326c;
|
|
30595
|
+
}
|
|
30596
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30597
|
+
fill: #d8deeb;
|
|
30598
|
+
}
|
|
30599
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30600
|
+
fill: #1d326c;
|
|
30601
|
+
}
|
|
30602
|
+
.E_t160l1cm .tab-content {
|
|
30603
|
+
flex: 1;
|
|
30604
|
+
display: flex;
|
|
30605
|
+
flex-direction: column;
|
|
30606
|
+
}
|
|
30607
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30608
|
+
overflow: visible;
|
|
30609
|
+
}
|
|
30619
30610
|
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30611
|
+
.E_t14npdqr {
|
|
30612
|
+
max-width: 240px;
|
|
30613
|
+
animation: none;
|
|
30622
30614
|
}
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30625
|
-
|
|
30626
|
-
|
|
30615
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30616
|
+
border: 1px solid #0080ff;
|
|
30617
|
+
padding: 0;
|
|
30618
|
+
}
|
|
30619
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30620
|
+
margin: 0;
|
|
30621
|
+
height: 32px;
|
|
30627
30622
|
line-height: 32px;
|
|
30623
|
+
font-size: 13px;
|
|
30624
|
+
padding: 0 10px;
|
|
30625
|
+
display: block;
|
|
30626
|
+
overflow: hidden;
|
|
30627
|
+
text-overflow: ellipsis;
|
|
30628
|
+
white-space: nowrap;
|
|
30628
30629
|
}
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30630
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30631
|
+
content: " ";
|
|
30632
|
+
height: 1px;
|
|
30633
|
+
width: calc(100% + 10px);
|
|
30634
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30635
|
+
display: block;
|
|
30633
30636
|
}
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
line-height: 22px;
|
|
30638
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30639
|
-
text-align: center;
|
|
30637
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30638
|
+
color: #0080ff;
|
|
30639
|
+
background: transparent;
|
|
30640
30640
|
}
|
|
30641
30641
|
|
|
30642
30642
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -30652,6 +30652,10 @@ button.E_n7k2c6r {
|
|
|
30652
30652
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30653
30653
|
}
|
|
30654
30654
|
|
|
30655
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30656
|
+
display: flex;
|
|
30657
|
+
}
|
|
30658
|
+
|
|
30655
30659
|
.E_c1yyuluq {
|
|
30656
30660
|
border-radius: 8px;
|
|
30657
30661
|
}
|
|
@@ -30659,89 +30663,6 @@ button.E_n7k2c6r {
|
|
|
30659
30663
|
padding: 20px 24px 24px 24px;
|
|
30660
30664
|
}
|
|
30661
30665
|
|
|
30662
|
-
.E_d1bw7c5z {
|
|
30663
|
-
position: relative;
|
|
30664
|
-
max-width: 388px;
|
|
30665
|
-
min-width: 285px;
|
|
30666
|
-
}
|
|
30667
|
-
.E_d1bw7c5z .center {
|
|
30668
|
-
position: absolute;
|
|
30669
|
-
font-size: 12px;
|
|
30670
|
-
width: 80px;
|
|
30671
|
-
height: 100px;
|
|
30672
|
-
top: 0;
|
|
30673
|
-
left: 35px;
|
|
30674
|
-
display: flex;
|
|
30675
|
-
flex-direction: column;
|
|
30676
|
-
justify-content: center;
|
|
30677
|
-
align-items: center;
|
|
30678
|
-
color: #00122e;
|
|
30679
|
-
}
|
|
30680
|
-
.E_d1bw7c5z .center .number {
|
|
30681
|
-
font-size: 24px;
|
|
30682
|
-
font-weight: 700;
|
|
30683
|
-
}
|
|
30684
|
-
.E_d1bw7c5z .center .text {
|
|
30685
|
-
padding: 0 5px;
|
|
30686
|
-
font-size: 12px;
|
|
30687
|
-
width: inherit;
|
|
30688
|
-
text-align: center;
|
|
30689
|
-
}
|
|
30690
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
30691
|
-
display: flex;
|
|
30692
|
-
}
|
|
30693
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30694
|
-
position: relative !important;
|
|
30695
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30696
|
-
left: 0 !important;
|
|
30697
|
-
bottom: 0 !important;
|
|
30698
|
-
display: flex;
|
|
30699
|
-
align-items: center;
|
|
30700
|
-
}
|
|
30701
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30702
|
-
width: 100%;
|
|
30703
|
-
}
|
|
30704
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30705
|
-
width: 100%;
|
|
30706
|
-
margin-right: 0 !important;
|
|
30707
|
-
line-height: 18px;
|
|
30708
|
-
}
|
|
30709
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30710
|
-
border-radius: 2px;
|
|
30711
|
-
}
|
|
30712
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30713
|
-
min-width: 75px;
|
|
30714
|
-
max-width: 198px;
|
|
30715
|
-
width: calc(100% - 20px);
|
|
30716
|
-
margin-left: 2px;
|
|
30717
|
-
color: #00122e !important;
|
|
30718
|
-
display: inline-flex;
|
|
30719
|
-
justify-content: space-between;
|
|
30720
|
-
}
|
|
30721
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30722
|
-
maxwidth: calc(100% - 12px);
|
|
30723
|
-
cursor: pointer;
|
|
30724
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30725
|
-
overflow: hidden;
|
|
30726
|
-
text-overflow: ellipsis;
|
|
30727
|
-
white-space: nowrap;
|
|
30728
|
-
}
|
|
30729
|
-
.E_d1bw7c5z .value {
|
|
30730
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30731
|
-
}
|
|
30732
|
-
|
|
30733
|
-
.E_t10pqbtc {
|
|
30734
|
-
width: 140px;
|
|
30735
|
-
}
|
|
30736
|
-
.E_t10pqbtc .item {
|
|
30737
|
-
margin: 6px auto;
|
|
30738
|
-
display: flex;
|
|
30739
|
-
justify-content: space-between;
|
|
30740
|
-
}
|
|
30741
|
-
.E_t10pqbtc .item .name {
|
|
30742
|
-
width: 102px;
|
|
30743
|
-
}
|
|
30744
|
-
|
|
30745
30666
|
.E_ccrbeuz .ant-collapse-item {
|
|
30746
30667
|
border: 0px;
|
|
30747
30668
|
background-color: #fff;
|
|
@@ -30764,14 +30685,6 @@ button.E_n7k2c6r {
|
|
|
30764
30685
|
cursor: default;
|
|
30765
30686
|
}
|
|
30766
30687
|
|
|
30767
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30768
|
-
display: flex;
|
|
30769
|
-
}
|
|
30770
|
-
|
|
30771
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30772
|
-
line-height: 18px;
|
|
30773
|
-
}
|
|
30774
|
-
|
|
30775
30688
|
.E_phljevk {
|
|
30776
30689
|
display: flex;
|
|
30777
30690
|
justify-content: space-between;
|
|
@@ -30829,44 +30742,91 @@ button.E_n7k2c6r {
|
|
|
30829
30742
|
line-height: 18px;
|
|
30830
30743
|
}
|
|
30831
30744
|
|
|
30832
|
-
.
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
width:
|
|
30836
|
-
|
|
30837
|
-
|
|
30745
|
+
.E_d1bw7c5z {
|
|
30746
|
+
position: relative;
|
|
30747
|
+
max-width: 388px;
|
|
30748
|
+
min-width: 285px;
|
|
30749
|
+
}
|
|
30750
|
+
.E_d1bw7c5z .center {
|
|
30751
|
+
position: absolute;
|
|
30752
|
+
font-size: 12px;
|
|
30753
|
+
width: 80px;
|
|
30754
|
+
height: 100px;
|
|
30755
|
+
top: 0;
|
|
30756
|
+
left: 35px;
|
|
30838
30757
|
display: flex;
|
|
30839
|
-
|
|
30758
|
+
flex-direction: column;
|
|
30840
30759
|
justify-content: center;
|
|
30841
|
-
|
|
30760
|
+
align-items: center;
|
|
30761
|
+
color: #00122e;
|
|
30842
30762
|
}
|
|
30843
|
-
.
|
|
30844
|
-
|
|
30845
|
-
|
|
30846
|
-
width: 10px;
|
|
30847
|
-
border-radius: 50%;
|
|
30848
|
-
overflow: hidden;
|
|
30763
|
+
.E_d1bw7c5z .center .number {
|
|
30764
|
+
font-size: 24px;
|
|
30765
|
+
font-weight: 700;
|
|
30849
30766
|
}
|
|
30850
|
-
.
|
|
30851
|
-
|
|
30852
|
-
|
|
30767
|
+
.E_d1bw7c5z .center .text {
|
|
30768
|
+
padding: 0 5px;
|
|
30769
|
+
font-size: 12px;
|
|
30770
|
+
width: inherit;
|
|
30771
|
+
text-align: center;
|
|
30772
|
+
}
|
|
30773
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30774
|
+
display: flex;
|
|
30775
|
+
}
|
|
30776
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30777
|
+
position: relative !important;
|
|
30778
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30779
|
+
left: 0 !important;
|
|
30780
|
+
bottom: 0 !important;
|
|
30781
|
+
display: flex;
|
|
30782
|
+
align-items: center;
|
|
30783
|
+
}
|
|
30784
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30853
30785
|
width: 100%;
|
|
30854
|
-
left: 0;
|
|
30855
|
-
top: 0;
|
|
30856
|
-
border-radius: 50%;
|
|
30857
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30858
|
-
transform: rotate(180deg);
|
|
30859
30786
|
}
|
|
30860
|
-
.
|
|
30861
|
-
position: absolute;
|
|
30862
|
-
height: 100%;
|
|
30787
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30863
30788
|
width: 100%;
|
|
30864
|
-
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
|
|
30869
|
-
|
|
30789
|
+
margin-right: 0 !important;
|
|
30790
|
+
line-height: 18px;
|
|
30791
|
+
}
|
|
30792
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30793
|
+
border-radius: 2px;
|
|
30794
|
+
}
|
|
30795
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30796
|
+
min-width: 75px;
|
|
30797
|
+
max-width: 198px;
|
|
30798
|
+
width: calc(100% - 20px);
|
|
30799
|
+
margin-left: 2px;
|
|
30800
|
+
color: #00122e !important;
|
|
30801
|
+
display: inline-flex;
|
|
30802
|
+
justify-content: space-between;
|
|
30803
|
+
}
|
|
30804
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30805
|
+
maxwidth: calc(100% - 12px);
|
|
30806
|
+
cursor: pointer;
|
|
30807
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30808
|
+
overflow: hidden;
|
|
30809
|
+
text-overflow: ellipsis;
|
|
30810
|
+
white-space: nowrap;
|
|
30811
|
+
}
|
|
30812
|
+
.E_d1bw7c5z .value {
|
|
30813
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30814
|
+
}
|
|
30815
|
+
|
|
30816
|
+
.E_t10pqbtc {
|
|
30817
|
+
width: 140px;
|
|
30818
|
+
}
|
|
30819
|
+
.E_t10pqbtc .item {
|
|
30820
|
+
margin: 6px auto;
|
|
30821
|
+
display: flex;
|
|
30822
|
+
justify-content: space-between;
|
|
30823
|
+
}
|
|
30824
|
+
.E_t10pqbtc .item .name {
|
|
30825
|
+
width: 102px;
|
|
30826
|
+
}
|
|
30827
|
+
|
|
30828
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30829
|
+
line-height: 18px;
|
|
30870
30830
|
}
|
|
30871
30831
|
|
|
30872
30832
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31025,6 +30985,46 @@ button.E_n7k2c6r {
|
|
|
31025
30985
|
color: rgba(44, 56, 82, 0.6);
|
|
31026
30986
|
}
|
|
31027
30987
|
|
|
30988
|
+
.E_c1bus5hc {
|
|
30989
|
+
--color: white;
|
|
30990
|
+
height: 14px;
|
|
30991
|
+
width: 14px;
|
|
30992
|
+
border-radius: 50%;
|
|
30993
|
+
flex-shrink: 0;
|
|
30994
|
+
display: flex;
|
|
30995
|
+
align-items: center;
|
|
30996
|
+
justify-content: center;
|
|
30997
|
+
border: 1px solid var(--color);
|
|
30998
|
+
}
|
|
30999
|
+
.E_c1bus5hc .circle-inner {
|
|
31000
|
+
position: relative;
|
|
31001
|
+
height: 10px;
|
|
31002
|
+
width: 10px;
|
|
31003
|
+
border-radius: 50%;
|
|
31004
|
+
overflow: hidden;
|
|
31005
|
+
}
|
|
31006
|
+
.E_c1bus5hc .circle-content {
|
|
31007
|
+
position: absolute;
|
|
31008
|
+
height: 100%;
|
|
31009
|
+
width: 100%;
|
|
31010
|
+
left: 0;
|
|
31011
|
+
top: 0;
|
|
31012
|
+
border-radius: 50%;
|
|
31013
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31014
|
+
transform: rotate(180deg);
|
|
31015
|
+
}
|
|
31016
|
+
.E_c1bus5hc .circle-child {
|
|
31017
|
+
position: absolute;
|
|
31018
|
+
height: 100%;
|
|
31019
|
+
width: 100%;
|
|
31020
|
+
left: 0;
|
|
31021
|
+
top: 0;
|
|
31022
|
+
margin-left: 50%;
|
|
31023
|
+
transform-origin: left;
|
|
31024
|
+
background: white;
|
|
31025
|
+
transform: rotate(0deg);
|
|
31026
|
+
}
|
|
31027
|
+
|
|
31028
31028
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31029
31029
|
border-radius: 6px;
|
|
31030
31030
|
}
|
|
@@ -31137,6 +31137,10 @@ button.E_n7k2c6r {
|
|
|
31137
31137
|
margin-left: 5px;
|
|
31138
31138
|
}
|
|
31139
31139
|
|
|
31140
|
+
.E_iq1gosr {
|
|
31141
|
+
display: inline-block;
|
|
31142
|
+
}
|
|
31143
|
+
|
|
31140
31144
|
.E_tju3gfj .date {
|
|
31141
31145
|
margin-right: 4px;
|
|
31142
31146
|
}
|
|
@@ -31149,6 +31153,88 @@ button.E_n7k2c6r {
|
|
|
31149
31153
|
border-radius: 4px;
|
|
31150
31154
|
}
|
|
31151
31155
|
|
|
31156
|
+
.E_s1sck0th {
|
|
31157
|
+
padding: 0 8px;
|
|
31158
|
+
border-radius: 4px;
|
|
31159
|
+
}
|
|
31160
|
+
|
|
31161
|
+
.E_m855nr1 {
|
|
31162
|
+
padding: 2px 8px;
|
|
31163
|
+
border-radius: 3px;
|
|
31164
|
+
}
|
|
31165
|
+
|
|
31166
|
+
.E_l1270xpg {
|
|
31167
|
+
padding: 3px 8px;
|
|
31168
|
+
border-radius: 2px;
|
|
31169
|
+
}
|
|
31170
|
+
|
|
31171
|
+
.E_t14rextb.ant-tag:hover {
|
|
31172
|
+
opacity: unset;
|
|
31173
|
+
}
|
|
31174
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31175
|
+
margin: 0;
|
|
31176
|
+
margin-right: 8px;
|
|
31177
|
+
display: inline-flex;
|
|
31178
|
+
align-items: center;
|
|
31179
|
+
border: none;
|
|
31180
|
+
}
|
|
31181
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31182
|
+
width: 16px;
|
|
31183
|
+
height: 16px;
|
|
31184
|
+
color: inherit;
|
|
31185
|
+
margin-left: 4px;
|
|
31186
|
+
opacity: 0.6;
|
|
31187
|
+
display: inline-flex;
|
|
31188
|
+
}
|
|
31189
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31190
|
+
opacity: 1;
|
|
31191
|
+
}
|
|
31192
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31193
|
+
color: #0080ff;
|
|
31194
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31195
|
+
}
|
|
31196
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31197
|
+
color: #f0483e;
|
|
31198
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31199
|
+
}
|
|
31200
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31201
|
+
color: #e07f00;
|
|
31202
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31203
|
+
}
|
|
31204
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31205
|
+
color: #008f4c;
|
|
31206
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31207
|
+
}
|
|
31208
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31209
|
+
color: #1d326c;
|
|
31210
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31211
|
+
}
|
|
31212
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31213
|
+
color: #7E41FF;
|
|
31214
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31215
|
+
}
|
|
31216
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31217
|
+
color: #fff;
|
|
31218
|
+
}
|
|
31219
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31220
|
+
background-color: #f0483e;
|
|
31221
|
+
}
|
|
31222
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31223
|
+
background-color: #fea008;
|
|
31224
|
+
}
|
|
31225
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31226
|
+
background-color: #00ba5d;
|
|
31227
|
+
}
|
|
31228
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31229
|
+
background-color: #0080ff;
|
|
31230
|
+
}
|
|
31231
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31232
|
+
background-color: #6b7d99;
|
|
31233
|
+
}
|
|
31234
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31235
|
+
background-color: #7E41FF;
|
|
31236
|
+
}
|
|
31237
|
+
|
|
31152
31238
|
.E_s1dni7lo {
|
|
31153
31239
|
width: 430px !important;
|
|
31154
31240
|
}
|
|
@@ -31230,90 +31316,17 @@ button.E_n7k2c6r {
|
|
|
31230
31316
|
opacity: 0;
|
|
31231
31317
|
}
|
|
31232
31318
|
|
|
31233
|
-
.
|
|
31234
|
-
|
|
31319
|
+
.E_i1inqkme {
|
|
31320
|
+
height: 18px;
|
|
31321
|
+
line-height: 18px;
|
|
31322
|
+
padding: 0 4px;
|
|
31235
31323
|
border-radius: 4px;
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
padding: 2px 8px;
|
|
31240
|
-
border-radius: 3px;
|
|
31241
|
-
}
|
|
31242
|
-
|
|
31243
|
-
.E_l1270xpg {
|
|
31244
|
-
padding: 3px 8px;
|
|
31245
|
-
border-radius: 2px;
|
|
31246
|
-
}
|
|
31247
|
-
|
|
31248
|
-
.E_t14rextb.ant-tag:hover {
|
|
31249
|
-
opacity: unset;
|
|
31250
|
-
}
|
|
31251
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31252
|
-
margin: 0;
|
|
31253
|
-
margin-right: 8px;
|
|
31254
|
-
display: inline-flex;
|
|
31324
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31325
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31326
|
+
display: flex;
|
|
31255
31327
|
align-items: center;
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31259
|
-
width: 16px;
|
|
31260
|
-
height: 16px;
|
|
31261
|
-
color: inherit;
|
|
31262
|
-
margin-left: 4px;
|
|
31263
|
-
opacity: 0.6;
|
|
31264
|
-
display: inline-flex;
|
|
31265
|
-
}
|
|
31266
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31267
|
-
opacity: 1;
|
|
31268
|
-
}
|
|
31269
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31270
|
-
color: #0080ff;
|
|
31271
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31272
|
-
}
|
|
31273
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31274
|
-
color: #f0483e;
|
|
31275
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31276
|
-
}
|
|
31277
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31278
|
-
color: #e07f00;
|
|
31279
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31280
|
-
}
|
|
31281
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31282
|
-
color: #008f4c;
|
|
31283
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31284
|
-
}
|
|
31285
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31286
|
-
color: #1d326c;
|
|
31287
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31288
|
-
}
|
|
31289
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31290
|
-
color: #7E41FF;
|
|
31291
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31292
|
-
}
|
|
31293
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31294
|
-
color: #fff;
|
|
31295
|
-
}
|
|
31296
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31297
|
-
background-color: #f0483e;
|
|
31298
|
-
}
|
|
31299
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31300
|
-
background-color: #fea008;
|
|
31301
|
-
}
|
|
31302
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31303
|
-
background-color: #00ba5d;
|
|
31304
|
-
}
|
|
31305
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31306
|
-
background-color: #0080ff;
|
|
31307
|
-
}
|
|
31308
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31309
|
-
background-color: #6b7d99;
|
|
31310
|
-
}
|
|
31311
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31312
|
-
background-color: #7E41FF;
|
|
31313
|
-
}
|
|
31314
|
-
|
|
31315
|
-
.E_iq1gosr {
|
|
31316
|
-
display: inline-block;
|
|
31328
|
+
white-space: nowrap;
|
|
31329
|
+
margin-right: 4px;
|
|
31317
31330
|
}
|
|
31318
31331
|
|
|
31319
31332
|
.E_f7pxqmh {
|
|
@@ -31350,19 +31363,22 @@ button.E_n7k2c6r {
|
|
|
31350
31363
|
min-height: 0px;
|
|
31351
31364
|
}
|
|
31352
31365
|
|
|
31353
|
-
.
|
|
31354
|
-
|
|
31355
|
-
height: 100%;
|
|
31356
|
-
min-height: 124px;
|
|
31357
|
-
display: flex;
|
|
31358
|
-
flex-direction: column;
|
|
31359
|
-
justify-content: center;
|
|
31366
|
+
.E_iouxfgt {
|
|
31367
|
+
display: inline-flex;
|
|
31360
31368
|
align-items: center;
|
|
31361
31369
|
}
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31364
|
-
|
|
31365
|
-
|
|
31370
|
+
.E_iouxfgt .icon-inner {
|
|
31371
|
+
display: inline-flex;
|
|
31372
|
+
align-items: center;
|
|
31373
|
+
justify-content: center;
|
|
31374
|
+
}
|
|
31375
|
+
.E_iouxfgt .icon-inner + span,
|
|
31376
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31377
|
+
margin-left: 4px;
|
|
31378
|
+
}
|
|
31379
|
+
.E_iouxfgt.is-rotate img,
|
|
31380
|
+
.E_iouxfgt.is-rotate svg {
|
|
31381
|
+
animation: rotate 680ms linear infinite;
|
|
31366
31382
|
}
|
|
31367
31383
|
|
|
31368
31384
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31425,44 +31441,6 @@ button.E_n7k2c6r {
|
|
|
31425
31441
|
padding: 2px 8px;
|
|
31426
31442
|
}
|
|
31427
31443
|
|
|
31428
|
-
.E_atcz0kf .ant-input-suffix {
|
|
31429
|
-
margin-left: 8px;
|
|
31430
|
-
}
|
|
31431
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31432
|
-
padding: 2px 7px 2px 12px;
|
|
31433
|
-
}
|
|
31434
|
-
|
|
31435
|
-
.E_i1inqkme {
|
|
31436
|
-
height: 18px;
|
|
31437
|
-
line-height: 18px;
|
|
31438
|
-
padding: 0 4px;
|
|
31439
|
-
border-radius: 4px;
|
|
31440
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31441
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31442
|
-
display: flex;
|
|
31443
|
-
align-items: center;
|
|
31444
|
-
white-space: nowrap;
|
|
31445
|
-
margin-right: 4px;
|
|
31446
|
-
}
|
|
31447
|
-
|
|
31448
|
-
.E_iouxfgt {
|
|
31449
|
-
display: inline-flex;
|
|
31450
|
-
align-items: center;
|
|
31451
|
-
}
|
|
31452
|
-
.E_iouxfgt .icon-inner {
|
|
31453
|
-
display: inline-flex;
|
|
31454
|
-
align-items: center;
|
|
31455
|
-
justify-content: center;
|
|
31456
|
-
}
|
|
31457
|
-
.E_iouxfgt .icon-inner + span,
|
|
31458
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31459
|
-
margin-left: 4px;
|
|
31460
|
-
}
|
|
31461
|
-
.E_iouxfgt.is-rotate img,
|
|
31462
|
-
.E_iouxfgt.is-rotate svg {
|
|
31463
|
-
animation: rotate 680ms linear infinite;
|
|
31464
|
-
}
|
|
31465
|
-
|
|
31466
31444
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31467
31445
|
display: var(--a1wfy30z-0);
|
|
31468
31446
|
}
|
|
@@ -31494,6 +31472,28 @@ button.E_n7k2c6r {
|
|
|
31494
31472
|
font-size: inherit;
|
|
31495
31473
|
}
|
|
31496
31474
|
|
|
31475
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31476
|
+
margin-left: 8px;
|
|
31477
|
+
}
|
|
31478
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31479
|
+
padding: 2px 7px 2px 12px;
|
|
31480
|
+
}
|
|
31481
|
+
|
|
31482
|
+
.E_fzh9mnb {
|
|
31483
|
+
width: 100%;
|
|
31484
|
+
height: 100%;
|
|
31485
|
+
min-height: 124px;
|
|
31486
|
+
display: flex;
|
|
31487
|
+
flex-direction: column;
|
|
31488
|
+
justify-content: center;
|
|
31489
|
+
align-items: center;
|
|
31490
|
+
}
|
|
31491
|
+
.E_fzh9mnb .error-text {
|
|
31492
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31493
|
+
margin-bottom: 16px;
|
|
31494
|
+
font-size: 18px;
|
|
31495
|
+
}
|
|
31496
|
+
|
|
31497
31497
|
.E_owd0kml {
|
|
31498
31498
|
display: inline-block;
|
|
31499
31499
|
}
|
|
@@ -31533,10 +31533,6 @@ button.E_n7k2c6r {
|
|
|
31533
31533
|
transition: all 320ms ease;
|
|
31534
31534
|
}
|
|
31535
31535
|
|
|
31536
|
-
.E_m196gn1d {
|
|
31537
|
-
min-width: 1280px;
|
|
31538
|
-
}
|
|
31539
|
-
|
|
31540
31536
|
.E_dsnbhzf {
|
|
31541
31537
|
font-family: Inter;
|
|
31542
31538
|
font-style: normal;
|
|
@@ -32012,6 +32008,10 @@ button.E_n7k2c6r {
|
|
|
32012
32008
|
line-height: 12px;
|
|
32013
32009
|
}
|
|
32014
32010
|
|
|
32011
|
+
.E_m196gn1d {
|
|
32012
|
+
min-width: 1280px;
|
|
32013
|
+
}
|
|
32014
|
+
|
|
32015
32015
|
.E_cnujxq2 {
|
|
32016
32016
|
display: flex;
|
|
32017
32017
|
flex-direction: column;
|
|
@@ -32707,19 +32707,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32707
32707
|
padding: unset;
|
|
32708
32708
|
}
|
|
32709
32709
|
|
|
32710
|
-
.E_suhck3k {
|
|
32711
|
-
height: 24px;
|
|
32712
|
-
width: 24px;
|
|
32713
|
-
border-radius: 6px;
|
|
32714
|
-
padding: 4px;
|
|
32715
|
-
}
|
|
32716
|
-
.E_suhck3k:hover {
|
|
32717
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32718
|
-
}
|
|
32719
|
-
.E_suhck3k:hover svg path {
|
|
32720
|
-
fill: blue;
|
|
32721
|
-
}
|
|
32722
|
-
|
|
32723
32710
|
.E_ryby9ds {
|
|
32724
32711
|
display: flex;
|
|
32725
32712
|
align-items: center;
|
|
@@ -32736,6 +32723,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32736
32723
|
margin-right: 6px;
|
|
32737
32724
|
}
|
|
32738
32725
|
|
|
32726
|
+
.E_suhck3k {
|
|
32727
|
+
height: 24px;
|
|
32728
|
+
width: 24px;
|
|
32729
|
+
border-radius: 6px;
|
|
32730
|
+
padding: 4px;
|
|
32731
|
+
}
|
|
32732
|
+
.E_suhck3k:hover {
|
|
32733
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32734
|
+
}
|
|
32735
|
+
.E_suhck3k:hover svg path {
|
|
32736
|
+
fill: blue;
|
|
32737
|
+
}
|
|
32738
|
+
|
|
32739
32739
|
.E_hrhfj7c {
|
|
32740
32740
|
display: none;
|
|
32741
32741
|
}
|
|
@@ -32788,6 +32788,9 @@ input.E_rf8rlle.ant-input {
|
|
|
32788
32788
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32789
32789
|
line-height: normal;
|
|
32790
32790
|
}
|
|
32791
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
32792
|
+
max-width: 100%;
|
|
32793
|
+
}
|
|
32791
32794
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32792
32795
|
font-size: 13px;
|
|
32793
32796
|
line-height: 20px;
|
|
@@ -32925,31 +32928,251 @@ input.E_rf8rlle.ant-input {
|
|
|
32925
32928
|
.E_c1fmq9lv.E_ckhyuyx {
|
|
32926
32929
|
border-radius: 6px;
|
|
32927
32930
|
}
|
|
32928
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32929
|
-
min-width: 200px;
|
|
32930
|
-
font-size: 12px;
|
|
32931
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32932
|
+
min-width: 200px;
|
|
32933
|
+
font-size: 12px;
|
|
32934
|
+
}
|
|
32935
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32936
|
+
padding: 6px 12px;
|
|
32937
|
+
height: 18px;
|
|
32938
|
+
font-size: 12px;
|
|
32939
|
+
}
|
|
32940
|
+
|
|
32941
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32942
|
+
padding: 8px;
|
|
32943
|
+
height: 320px;
|
|
32944
|
+
}
|
|
32945
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
32946
|
+
border-radius: 10px;
|
|
32947
|
+
}
|
|
32948
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32949
|
+
min-width: 296px;
|
|
32950
|
+
padding: 8px;
|
|
32951
|
+
}
|
|
32952
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32953
|
+
height: 22px;
|
|
32954
|
+
padding: 8px 16px;
|
|
32955
|
+
font-size: 14px;
|
|
32956
|
+
}
|
|
32957
|
+
|
|
32958
|
+
.E_h12yihis {
|
|
32959
|
+
height: 50px;
|
|
32960
|
+
border-bottom: 2px solid #edf0f7;
|
|
32961
|
+
background: #fff;
|
|
32962
|
+
display: flex;
|
|
32963
|
+
justify-content: space-between;
|
|
32964
|
+
align-items: center;
|
|
32965
|
+
padding: 0 24px 0 14px;
|
|
32966
|
+
position: relative;
|
|
32967
|
+
z-index: 10;
|
|
32968
|
+
}
|
|
32969
|
+
.E_h12yihis .left,
|
|
32970
|
+
.E_h12yihis .right,
|
|
32971
|
+
.E_h12yihis .center {
|
|
32972
|
+
display: flex;
|
|
32973
|
+
align-items: center;
|
|
32974
|
+
flex: 1;
|
|
32975
|
+
flex-shrink: 0;
|
|
32976
|
+
}
|
|
32977
|
+
.E_h12yihis .center {
|
|
32978
|
+
flex: 0.8;
|
|
32979
|
+
}
|
|
32980
|
+
.E_h12yihis .right {
|
|
32981
|
+
justify-content: flex-end;
|
|
32982
|
+
}
|
|
32983
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
32984
|
+
opacity: 1;
|
|
32985
|
+
}
|
|
32986
|
+
.E_h12yihis .right .btn-group {
|
|
32987
|
+
margin-left: 32px;
|
|
32988
|
+
position: relative;
|
|
32989
|
+
display: flex;
|
|
32990
|
+
align-items: center;
|
|
32991
|
+
}
|
|
32992
|
+
.E_h12yihis .right .btn-group:before {
|
|
32993
|
+
content: "";
|
|
32994
|
+
opacity: 0;
|
|
32995
|
+
height: 24px;
|
|
32996
|
+
width: 1px;
|
|
32997
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32998
|
+
position: absolute;
|
|
32999
|
+
left: -16px;
|
|
33000
|
+
top: 50%;
|
|
33001
|
+
transform: translateY(-50%);
|
|
33002
|
+
transition: opacity 160ms ease;
|
|
33003
|
+
}
|
|
33004
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33005
|
+
transition: all 160ms ease;
|
|
33006
|
+
cursor: pointer;
|
|
33007
|
+
width: 56px;
|
|
33008
|
+
height: 40px;
|
|
33009
|
+
display: inline-flex;
|
|
33010
|
+
align-items: center;
|
|
33011
|
+
justify-content: center;
|
|
33012
|
+
border-radius: 6px;
|
|
33013
|
+
}
|
|
33014
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33015
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33016
|
+
}
|
|
33017
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33018
|
+
transform: translateY(2px);
|
|
33019
|
+
transition: all 320ms ease;
|
|
33020
|
+
}
|
|
33021
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33022
|
+
margin-left: 4px;
|
|
33023
|
+
}
|
|
33024
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33025
|
+
height: 48px;
|
|
33026
|
+
overflow: hidden;
|
|
33027
|
+
display: flex;
|
|
33028
|
+
align-items: center;
|
|
33029
|
+
padding: 0 4px;
|
|
33030
|
+
margin: 0 -4px;
|
|
33031
|
+
}
|
|
33032
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33033
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33034
|
+
transform: translateY(0);
|
|
33035
|
+
}
|
|
33036
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33037
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33038
|
+
height: 48px;
|
|
33039
|
+
transform: translateY(100%);
|
|
33040
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33041
|
+
display: inline-flex;
|
|
33042
|
+
align-items: center;
|
|
33043
|
+
}
|
|
33044
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33045
|
+
margin-right: 10px;
|
|
33046
|
+
}
|
|
33047
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33048
|
+
width: 32px;
|
|
33049
|
+
height: 32px;
|
|
33050
|
+
border-radius: 6px;
|
|
33051
|
+
}
|
|
33052
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33053
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33054
|
+
}
|
|
33055
|
+
.E_h12yihis .alert,
|
|
33056
|
+
.E_h12yihis .task {
|
|
33057
|
+
position: relative;
|
|
33058
|
+
}
|
|
33059
|
+
.E_h12yihis .alert .alert-icon,
|
|
33060
|
+
.E_h12yihis .alert .task-icon,
|
|
33061
|
+
.E_h12yihis .task .alert-icon,
|
|
33062
|
+
.E_h12yihis .task .task-icon {
|
|
33063
|
+
width: 56px;
|
|
33064
|
+
height: 40px;
|
|
33065
|
+
justify-content: center;
|
|
33066
|
+
}
|
|
33067
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33068
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33069
|
+
right: 16px;
|
|
33070
|
+
top: 10px;
|
|
33071
|
+
}
|
|
33072
|
+
.E_h12yihis .logo {
|
|
33073
|
+
display: inline-flex;
|
|
33074
|
+
align-items: center;
|
|
33075
|
+
}
|
|
33076
|
+
.E_h12yihis .left {
|
|
33077
|
+
position: relative;
|
|
33078
|
+
}
|
|
33079
|
+
.E_h12yihis .left .events-audit-title {
|
|
33080
|
+
font-size: 20px;
|
|
33081
|
+
line-height: 24px;
|
|
33082
|
+
font-weight: bold;
|
|
33083
|
+
color: #1d326c;
|
|
33084
|
+
margin: 0px 8px;
|
|
33085
|
+
}
|
|
33086
|
+
.E_h12yihis .left .global-search {
|
|
33087
|
+
margin-left: 6px;
|
|
33088
|
+
}
|
|
33089
|
+
.E_h12yihis.global-search-active {
|
|
33090
|
+
z-index: 11;
|
|
33091
|
+
}
|
|
33092
|
+
.E_h12yihis.global-search-active .left {
|
|
33093
|
+
flex: 1;
|
|
33094
|
+
margin-right: 32px;
|
|
33095
|
+
}
|
|
33096
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33097
|
+
display: flex;
|
|
33098
|
+
flex: 1;
|
|
33099
|
+
}
|
|
33100
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33101
|
+
border-color: #0080ff;
|
|
33102
|
+
width: 100%;
|
|
33103
|
+
}
|
|
33104
|
+
.E_h12yihis.global-search-active .center {
|
|
33105
|
+
display: none;
|
|
33106
|
+
}
|
|
33107
|
+
.E_h12yihis.global-search-active .right {
|
|
33108
|
+
flex: 0 1 auto;
|
|
33109
|
+
}
|
|
33110
|
+
.E_h12yihis .ant-badge-count {
|
|
33111
|
+
pointer-events: none;
|
|
33112
|
+
}
|
|
33113
|
+
|
|
33114
|
+
.E_ncaepor {
|
|
33115
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33116
|
+
position: relative;
|
|
33117
|
+
height: 48px;
|
|
33118
|
+
display: inline-flex;
|
|
33119
|
+
align-items: center;
|
|
33120
|
+
justify-content: center;
|
|
33121
|
+
overflow: hidden;
|
|
33122
|
+
}
|
|
33123
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33124
|
+
content: "";
|
|
33125
|
+
width: 100%;
|
|
33126
|
+
height: 12px;
|
|
33127
|
+
position: absolute;
|
|
33128
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33129
|
+
}
|
|
33130
|
+
.E_ncaepor:before {
|
|
33131
|
+
top: 0;
|
|
33132
|
+
}
|
|
33133
|
+
.E_ncaepor:after {
|
|
33134
|
+
bottom: 0;
|
|
33135
|
+
}
|
|
33136
|
+
.E_ncaepor > * {
|
|
33137
|
+
height: 48px;
|
|
33138
|
+
display: inline-flex;
|
|
33139
|
+
align-items: center;
|
|
33140
|
+
white-space: nowrap;
|
|
33141
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33142
|
+
}
|
|
33143
|
+
.E_ncaepor .name-text {
|
|
33144
|
+
transform: translateY(0);
|
|
33145
|
+
opacity: 1;
|
|
32931
33146
|
}
|
|
32932
|
-
.
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
font-size:
|
|
33147
|
+
.E_ncaepor .nav-info {
|
|
33148
|
+
transform: translateY(100%);
|
|
33149
|
+
opacity: 0;
|
|
33150
|
+
font-size: 18px;
|
|
33151
|
+
font-weight: 700;
|
|
33152
|
+
position: absolute;
|
|
33153
|
+
overflow: hidden;
|
|
33154
|
+
display: flex;
|
|
33155
|
+
justify-content: center;
|
|
32936
33156
|
}
|
|
32937
|
-
|
|
32938
|
-
|
|
32939
|
-
|
|
32940
|
-
|
|
33157
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33158
|
+
color: #1d326c;
|
|
33159
|
+
flex: 1;
|
|
33160
|
+
overflow: hidden;
|
|
33161
|
+
text-overflow: ellipsis;
|
|
32941
33162
|
}
|
|
32942
|
-
.
|
|
32943
|
-
|
|
33163
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33164
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33165
|
+
margin-left: 8px;
|
|
32944
33166
|
}
|
|
32945
|
-
.
|
|
32946
|
-
|
|
32947
|
-
|
|
33167
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33168
|
+
transform: translateY(-100%);
|
|
33169
|
+
opacity: 0;
|
|
33170
|
+
position: absolute;
|
|
32948
33171
|
}
|
|
32949
|
-
.
|
|
32950
|
-
|
|
32951
|
-
|
|
32952
|
-
|
|
33172
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33173
|
+
transform: translateY(0);
|
|
33174
|
+
opacity: 1;
|
|
33175
|
+
position: static;
|
|
32953
33176
|
}
|
|
32954
33177
|
|
|
32955
33178
|
.E_c1kchka8 {
|
|
@@ -33409,244 +33632,24 @@ input.E_rf8rlle.ant-input {
|
|
|
33409
33632
|
}
|
|
33410
33633
|
.E_d1tc7lgk ul li:hover {
|
|
33411
33634
|
background: rgba(0, 136, 255, 0.16);
|
|
33412
|
-
color: #0080ff;
|
|
33413
|
-
}
|
|
33414
|
-
.E_d1tc7lgk ul li:active {
|
|
33415
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33416
|
-
color: #0080ff;
|
|
33417
|
-
}
|
|
33418
|
-
.E_d1tc7lgk ul li + li {
|
|
33419
|
-
margin-top: 2px;
|
|
33420
|
-
}
|
|
33421
|
-
|
|
33422
|
-
.E_rzaik16 {
|
|
33423
|
-
padding: 0;
|
|
33424
|
-
}
|
|
33425
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33426
|
-
display: none;
|
|
33427
|
-
}
|
|
33428
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33429
|
-
padding: 0;
|
|
33430
|
-
}
|
|
33431
|
-
|
|
33432
|
-
.E_h12yihis {
|
|
33433
|
-
height: 50px;
|
|
33434
|
-
border-bottom: 2px solid #edf0f7;
|
|
33435
|
-
background: #fff;
|
|
33436
|
-
display: flex;
|
|
33437
|
-
justify-content: space-between;
|
|
33438
|
-
align-items: center;
|
|
33439
|
-
padding: 0 24px 0 14px;
|
|
33440
|
-
position: relative;
|
|
33441
|
-
z-index: 10;
|
|
33442
|
-
}
|
|
33443
|
-
.E_h12yihis .left,
|
|
33444
|
-
.E_h12yihis .right,
|
|
33445
|
-
.E_h12yihis .center {
|
|
33446
|
-
display: flex;
|
|
33447
|
-
align-items: center;
|
|
33448
|
-
flex: 1;
|
|
33449
|
-
flex-shrink: 0;
|
|
33450
|
-
}
|
|
33451
|
-
.E_h12yihis .center {
|
|
33452
|
-
flex: 0.8;
|
|
33453
|
-
}
|
|
33454
|
-
.E_h12yihis .right {
|
|
33455
|
-
justify-content: flex-end;
|
|
33456
|
-
}
|
|
33457
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33458
|
-
opacity: 1;
|
|
33459
|
-
}
|
|
33460
|
-
.E_h12yihis .right .btn-group {
|
|
33461
|
-
margin-left: 32px;
|
|
33462
|
-
position: relative;
|
|
33463
|
-
display: flex;
|
|
33464
|
-
align-items: center;
|
|
33465
|
-
}
|
|
33466
|
-
.E_h12yihis .right .btn-group:before {
|
|
33467
|
-
content: "";
|
|
33468
|
-
opacity: 0;
|
|
33469
|
-
height: 24px;
|
|
33470
|
-
width: 1px;
|
|
33471
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33472
|
-
position: absolute;
|
|
33473
|
-
left: -16px;
|
|
33474
|
-
top: 50%;
|
|
33475
|
-
transform: translateY(-50%);
|
|
33476
|
-
transition: opacity 160ms ease;
|
|
33477
|
-
}
|
|
33478
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
33479
|
-
transition: all 160ms ease;
|
|
33480
|
-
cursor: pointer;
|
|
33481
|
-
width: 56px;
|
|
33482
|
-
height: 40px;
|
|
33483
|
-
display: inline-flex;
|
|
33484
|
-
align-items: center;
|
|
33485
|
-
justify-content: center;
|
|
33486
|
-
border-radius: 6px;
|
|
33487
|
-
}
|
|
33488
|
-
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33489
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33490
|
-
}
|
|
33491
|
-
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33492
|
-
transform: translateY(2px);
|
|
33493
|
-
transition: all 320ms ease;
|
|
33494
|
-
}
|
|
33495
|
-
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33496
|
-
margin-left: 4px;
|
|
33497
|
-
}
|
|
33498
|
-
.E_h12yihis .right .create-menu-and-export {
|
|
33499
|
-
height: 48px;
|
|
33500
|
-
overflow: hidden;
|
|
33501
|
-
display: flex;
|
|
33502
|
-
align-items: center;
|
|
33503
|
-
padding: 0 4px;
|
|
33504
|
-
margin: 0 -4px;
|
|
33505
|
-
}
|
|
33506
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33507
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33508
|
-
transform: translateY(0);
|
|
33509
|
-
}
|
|
33510
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33511
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33512
|
-
height: 48px;
|
|
33513
|
-
transform: translateY(100%);
|
|
33514
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33515
|
-
display: inline-flex;
|
|
33516
|
-
align-items: center;
|
|
33517
|
-
}
|
|
33518
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33519
|
-
margin-right: 10px;
|
|
33520
|
-
}
|
|
33521
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33522
|
-
width: 32px;
|
|
33523
|
-
height: 32px;
|
|
33524
|
-
border-radius: 6px;
|
|
33525
|
-
}
|
|
33526
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33527
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33528
|
-
}
|
|
33529
|
-
.E_h12yihis .alert,
|
|
33530
|
-
.E_h12yihis .task {
|
|
33531
|
-
position: relative;
|
|
33532
|
-
}
|
|
33533
|
-
.E_h12yihis .alert .alert-icon,
|
|
33534
|
-
.E_h12yihis .alert .task-icon,
|
|
33535
|
-
.E_h12yihis .task .alert-icon,
|
|
33536
|
-
.E_h12yihis .task .task-icon {
|
|
33537
|
-
width: 56px;
|
|
33538
|
-
height: 40px;
|
|
33539
|
-
justify-content: center;
|
|
33540
|
-
}
|
|
33541
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
33542
|
-
.E_h12yihis .task .ant-badge-count {
|
|
33543
|
-
right: 16px;
|
|
33544
|
-
top: 10px;
|
|
33545
|
-
}
|
|
33546
|
-
.E_h12yihis .logo {
|
|
33547
|
-
display: inline-flex;
|
|
33548
|
-
align-items: center;
|
|
33549
|
-
}
|
|
33550
|
-
.E_h12yihis .left {
|
|
33551
|
-
position: relative;
|
|
33552
|
-
}
|
|
33553
|
-
.E_h12yihis .left .events-audit-title {
|
|
33554
|
-
font-size: 20px;
|
|
33555
|
-
line-height: 24px;
|
|
33556
|
-
font-weight: bold;
|
|
33557
|
-
color: #1d326c;
|
|
33558
|
-
margin: 0px 8px;
|
|
33559
|
-
}
|
|
33560
|
-
.E_h12yihis .left .global-search {
|
|
33561
|
-
margin-left: 6px;
|
|
33562
|
-
}
|
|
33563
|
-
.E_h12yihis.global-search-active {
|
|
33564
|
-
z-index: 11;
|
|
33565
|
-
}
|
|
33566
|
-
.E_h12yihis.global-search-active .left {
|
|
33567
|
-
flex: 1;
|
|
33568
|
-
margin-right: 32px;
|
|
33569
|
-
}
|
|
33570
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
33571
|
-
display: flex;
|
|
33572
|
-
flex: 1;
|
|
33573
|
-
}
|
|
33574
|
-
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33575
|
-
border-color: #0080ff;
|
|
33576
|
-
width: 100%;
|
|
33577
|
-
}
|
|
33578
|
-
.E_h12yihis.global-search-active .center {
|
|
33579
|
-
display: none;
|
|
33580
|
-
}
|
|
33581
|
-
.E_h12yihis.global-search-active .right {
|
|
33582
|
-
flex: 0 1 auto;
|
|
33583
|
-
}
|
|
33584
|
-
.E_h12yihis .ant-badge-count {
|
|
33585
|
-
pointer-events: none;
|
|
33586
|
-
}
|
|
33587
|
-
|
|
33588
|
-
.E_ncaepor {
|
|
33589
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33590
|
-
position: relative;
|
|
33591
|
-
height: 48px;
|
|
33592
|
-
display: inline-flex;
|
|
33593
|
-
align-items: center;
|
|
33594
|
-
justify-content: center;
|
|
33595
|
-
overflow: hidden;
|
|
33596
|
-
}
|
|
33597
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
33598
|
-
content: "";
|
|
33599
|
-
width: 100%;
|
|
33600
|
-
height: 12px;
|
|
33601
|
-
position: absolute;
|
|
33602
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33603
|
-
}
|
|
33604
|
-
.E_ncaepor:before {
|
|
33605
|
-
top: 0;
|
|
33606
|
-
}
|
|
33607
|
-
.E_ncaepor:after {
|
|
33608
|
-
bottom: 0;
|
|
33609
|
-
}
|
|
33610
|
-
.E_ncaepor > * {
|
|
33611
|
-
height: 48px;
|
|
33612
|
-
display: inline-flex;
|
|
33613
|
-
align-items: center;
|
|
33614
|
-
white-space: nowrap;
|
|
33615
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33616
|
-
}
|
|
33617
|
-
.E_ncaepor .name-text {
|
|
33618
|
-
transform: translateY(0);
|
|
33619
|
-
opacity: 1;
|
|
33635
|
+
color: #0080ff;
|
|
33620
33636
|
}
|
|
33621
|
-
.
|
|
33622
|
-
|
|
33623
|
-
|
|
33624
|
-
font-size: 18px;
|
|
33625
|
-
font-weight: 700;
|
|
33626
|
-
position: absolute;
|
|
33627
|
-
overflow: hidden;
|
|
33628
|
-
display: flex;
|
|
33629
|
-
justify-content: center;
|
|
33637
|
+
.E_d1tc7lgk ul li:active {
|
|
33638
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33639
|
+
color: #0080ff;
|
|
33630
33640
|
}
|
|
33631
|
-
.
|
|
33632
|
-
|
|
33633
|
-
flex: 1;
|
|
33634
|
-
overflow: hidden;
|
|
33635
|
-
text-overflow: ellipsis;
|
|
33641
|
+
.E_d1tc7lgk ul li + li {
|
|
33642
|
+
margin-top: 2px;
|
|
33636
33643
|
}
|
|
33637
|
-
|
|
33638
|
-
|
|
33639
|
-
|
|
33644
|
+
|
|
33645
|
+
.E_rzaik16 {
|
|
33646
|
+
padding: 0;
|
|
33640
33647
|
}
|
|
33641
|
-
.
|
|
33642
|
-
|
|
33643
|
-
opacity: 0;
|
|
33644
|
-
position: absolute;
|
|
33648
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33649
|
+
display: none;
|
|
33645
33650
|
}
|
|
33646
|
-
.
|
|
33647
|
-
|
|
33648
|
-
opacity: 1;
|
|
33649
|
-
position: static;
|
|
33651
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33652
|
+
padding: 0;
|
|
33650
33653
|
}
|
|
33651
33654
|
|
|
33652
33655
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -33727,23 +33730,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33727
33730
|
margin-right: 2px;
|
|
33728
33731
|
}
|
|
33729
33732
|
|
|
33730
|
-
.E_b14q2gmw {
|
|
33731
|
-
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);
|
|
33732
|
-
}
|
|
33733
|
-
|
|
33734
|
-
.E_c1eym6el {
|
|
33735
|
-
border-radius: 8px;
|
|
33736
|
-
background-color: white;
|
|
33737
|
-
}
|
|
33738
|
-
.E_c1eym6el.hoverable {
|
|
33739
|
-
cursor: pointer;
|
|
33740
|
-
}
|
|
33741
|
-
.E_c1eym6el.hoverable:hover {
|
|
33742
|
-
transition: all 200ms ease;
|
|
33743
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33744
|
-
transform: translateY(-4px);
|
|
33745
|
-
}
|
|
33746
|
-
|
|
33747
33733
|
.E_ckui4s7 {
|
|
33748
33734
|
color: #2d3a56;
|
|
33749
33735
|
line-height: 22px;
|
|
@@ -33808,6 +33794,23 @@ input.E_rf8rlle.ant-input {
|
|
|
33808
33794
|
margin-left: 24px;
|
|
33809
33795
|
}
|
|
33810
33796
|
|
|
33797
|
+
.E_b14q2gmw {
|
|
33798
|
+
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);
|
|
33799
|
+
}
|
|
33800
|
+
|
|
33801
|
+
.E_c1eym6el {
|
|
33802
|
+
border-radius: 8px;
|
|
33803
|
+
background-color: white;
|
|
33804
|
+
}
|
|
33805
|
+
.E_c1eym6el.hoverable {
|
|
33806
|
+
cursor: pointer;
|
|
33807
|
+
}
|
|
33808
|
+
.E_c1eym6el.hoverable:hover {
|
|
33809
|
+
transition: all 200ms ease;
|
|
33810
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33811
|
+
transform: translateY(-4px);
|
|
33812
|
+
}
|
|
33813
|
+
|
|
33811
33814
|
.E_lht19u8 {
|
|
33812
33815
|
width: 64px;
|
|
33813
33816
|
height: 64px;
|
|
@@ -33857,6 +33860,23 @@ input.E_rf8rlle.ant-input {
|
|
|
33857
33860
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33858
33861
|
}
|
|
33859
33862
|
|
|
33863
|
+
.E_r77hffu {
|
|
33864
|
+
display: flex;
|
|
33865
|
+
align-items: center;
|
|
33866
|
+
justify-content: space-between;
|
|
33867
|
+
column-gap: 6px;
|
|
33868
|
+
}
|
|
33869
|
+
|
|
33870
|
+
.E_p1cmxsf7 {
|
|
33871
|
+
display: flex;
|
|
33872
|
+
flex-direction: column;
|
|
33873
|
+
justify-content: center;
|
|
33874
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33875
|
+
}
|
|
33876
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33877
|
+
font-size: 0;
|
|
33878
|
+
}
|
|
33879
|
+
|
|
33860
33880
|
.E_w7ob4th.outside-tag {
|
|
33861
33881
|
padding-left: 0;
|
|
33862
33882
|
}
|
|
@@ -33895,23 +33915,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33895
33915
|
white-space: normal;
|
|
33896
33916
|
}
|
|
33897
33917
|
|
|
33898
|
-
.E_r77hffu {
|
|
33899
|
-
display: flex;
|
|
33900
|
-
align-items: center;
|
|
33901
|
-
justify-content: space-between;
|
|
33902
|
-
column-gap: 6px;
|
|
33903
|
-
}
|
|
33904
|
-
|
|
33905
|
-
.E_p1cmxsf7 {
|
|
33906
|
-
display: flex;
|
|
33907
|
-
flex-direction: column;
|
|
33908
|
-
justify-content: center;
|
|
33909
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33910
|
-
}
|
|
33911
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33912
|
-
font-size: 0;
|
|
33913
|
-
}
|
|
33914
|
-
|
|
33915
33918
|
.E_t1dtlqs1 {
|
|
33916
33919
|
margin-bottom: 4px;
|
|
33917
33920
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34305,6 +34308,81 @@ input.E_rf8rlle.ant-input {
|
|
|
34305
34308
|
justify-content: center;
|
|
34306
34309
|
}
|
|
34307
34310
|
|
|
34311
|
+
.E_sddwhm6 {
|
|
34312
|
+
margin: 0;
|
|
34313
|
+
border-radius: 20px;
|
|
34314
|
+
padding: 2px 10px;
|
|
34315
|
+
height: 22px;
|
|
34316
|
+
}
|
|
34317
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34318
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34319
|
+
}
|
|
34320
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34321
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34322
|
+
}
|
|
34323
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34324
|
+
color: #00122e;
|
|
34325
|
+
}
|
|
34326
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34327
|
+
margin-right: 6px;
|
|
34328
|
+
}
|
|
34329
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34330
|
+
margin-left: 8px;
|
|
34331
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34332
|
+
}
|
|
34333
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34334
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34335
|
+
}
|
|
34336
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34337
|
+
background-color: #0080ff;
|
|
34338
|
+
}
|
|
34339
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34340
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34341
|
+
}
|
|
34342
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34343
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34344
|
+
}
|
|
34345
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34346
|
+
background-color: #f0483e;
|
|
34347
|
+
}
|
|
34348
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34349
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34350
|
+
}
|
|
34351
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34352
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34353
|
+
}
|
|
34354
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34355
|
+
background-color: #fea008;
|
|
34356
|
+
}
|
|
34357
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34358
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34359
|
+
}
|
|
34360
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34361
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34362
|
+
}
|
|
34363
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34364
|
+
background-color: #00ba5d;
|
|
34365
|
+
}
|
|
34366
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34367
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34368
|
+
}
|
|
34369
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34370
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34371
|
+
}
|
|
34372
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34373
|
+
background-color: #6b7d99;
|
|
34374
|
+
}
|
|
34375
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34376
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34377
|
+
}
|
|
34378
|
+
|
|
34379
|
+
.E_satwmqm {
|
|
34380
|
+
width: 8px;
|
|
34381
|
+
height: 8px;
|
|
34382
|
+
border-radius: 50%;
|
|
34383
|
+
display: inline-block;
|
|
34384
|
+
}
|
|
34385
|
+
|
|
34308
34386
|
.E_tc97u5y {
|
|
34309
34387
|
height: 100%;
|
|
34310
34388
|
}
|
|
@@ -34675,81 +34753,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34675
34753
|
background: #fff;
|
|
34676
34754
|
}
|
|
34677
34755
|
|
|
34678
|
-
.E_sddwhm6 {
|
|
34679
|
-
margin: 0;
|
|
34680
|
-
border-radius: 20px;
|
|
34681
|
-
padding: 2px 10px;
|
|
34682
|
-
height: 22px;
|
|
34683
|
-
}
|
|
34684
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34685
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34686
|
-
}
|
|
34687
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34688
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34689
|
-
}
|
|
34690
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34691
|
-
color: #00122e;
|
|
34692
|
-
}
|
|
34693
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34694
|
-
margin-right: 6px;
|
|
34695
|
-
}
|
|
34696
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34697
|
-
margin-left: 8px;
|
|
34698
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34699
|
-
}
|
|
34700
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34701
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34702
|
-
}
|
|
34703
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34704
|
-
background-color: #0080ff;
|
|
34705
|
-
}
|
|
34706
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34707
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
34708
|
-
}
|
|
34709
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34710
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
34711
|
-
}
|
|
34712
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34713
|
-
background-color: #f0483e;
|
|
34714
|
-
}
|
|
34715
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34716
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
34717
|
-
}
|
|
34718
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34719
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
34720
|
-
}
|
|
34721
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34722
|
-
background-color: #fea008;
|
|
34723
|
-
}
|
|
34724
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34725
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
34726
|
-
}
|
|
34727
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34728
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
34729
|
-
}
|
|
34730
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34731
|
-
background-color: #00ba5d;
|
|
34732
|
-
}
|
|
34733
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34734
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
34735
|
-
}
|
|
34736
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34737
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34738
|
-
}
|
|
34739
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34740
|
-
background-color: #6b7d99;
|
|
34741
|
-
}
|
|
34742
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34743
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
34744
|
-
}
|
|
34745
|
-
|
|
34746
|
-
.E_satwmqm {
|
|
34747
|
-
width: 8px;
|
|
34748
|
-
height: 8px;
|
|
34749
|
-
border-radius: 50%;
|
|
34750
|
-
display: inline-block;
|
|
34751
|
-
}
|
|
34752
|
-
|
|
34753
34756
|
button.E_l48ei06.ant-btn {
|
|
34754
34757
|
font-size: 12px;
|
|
34755
34758
|
line-height: 18px;
|