@cloudtower/eagle 0.31.2 → 0.31.4
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/stats1.html +1 -1
- package/dist/components.css +1985 -1984
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1535 -1535
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29558,17 +29558,65 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
-
.
|
|
29562
|
-
height: 8px;
|
|
29563
|
-
box-sizing: border-box;
|
|
29564
|
-
border-radius: 2px;
|
|
29565
|
-
background: #f5f7fa;
|
|
29561
|
+
.E_s1ebs0ra {
|
|
29566
29562
|
display: flex;
|
|
29567
|
-
|
|
29563
|
+
align-items: center;
|
|
29564
|
+
justify-content: space-between;
|
|
29565
|
+
background: #edf0f7;
|
|
29566
|
+
padding: 8px 12px;
|
|
29567
|
+
position: sticky;
|
|
29568
|
+
top: 0;
|
|
29569
|
+
z-index: 1;
|
|
29570
|
+
margin-bottom: -52px;
|
|
29571
|
+
}
|
|
29572
|
+
.E_s1ebs0ra .select-total {
|
|
29573
|
+
display: flex;
|
|
29574
|
+
align-items: center;
|
|
29575
|
+
font-weight: 700;
|
|
29576
|
+
flex-shrink: 0;
|
|
29577
|
+
}
|
|
29578
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29579
|
+
cursor: pointer;
|
|
29580
|
+
margin-left: 8px;
|
|
29581
|
+
width: 32px;
|
|
29582
|
+
height: 32px;
|
|
29583
|
+
border-radius: 50%;
|
|
29584
|
+
justify-content: center;
|
|
29585
|
+
}
|
|
29586
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29587
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29588
|
+
}
|
|
29589
|
+
.E_s1ebs0ra .action-group {
|
|
29590
|
+
flex: 1;
|
|
29591
|
+
margin-left: 88px;
|
|
29592
|
+
white-space: nowrap;
|
|
29593
|
+
text-align: right;
|
|
29594
|
+
position: relative;
|
|
29595
|
+
padding: 4px 0;
|
|
29596
|
+
margin-top: -4px;
|
|
29568
29597
|
overflow: hidden;
|
|
29569
29598
|
}
|
|
29570
|
-
.
|
|
29571
|
-
|
|
29599
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29600
|
+
transform: translateY(-4px);
|
|
29601
|
+
}
|
|
29602
|
+
.E_s1ebs0ra .action-group button {
|
|
29603
|
+
border: none;
|
|
29604
|
+
}
|
|
29605
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29606
|
+
margin-right: 8px;
|
|
29607
|
+
}
|
|
29608
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29609
|
+
margin-right: 4px;
|
|
29610
|
+
}
|
|
29611
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29612
|
+
cursor: pointer;
|
|
29613
|
+
width: 32px;
|
|
29614
|
+
height: 32px;
|
|
29615
|
+
justify-content: center;
|
|
29616
|
+
border-radius: 50%;
|
|
29617
|
+
}
|
|
29618
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29619
|
+
background: #fff;
|
|
29572
29620
|
}
|
|
29573
29621
|
|
|
29574
29622
|
.E_c18bcrac {
|
|
@@ -29618,65 +29666,156 @@ html body {
|
|
|
29618
29666
|
margin-right: 4px;
|
|
29619
29667
|
}
|
|
29620
29668
|
|
|
29621
|
-
.
|
|
29669
|
+
.E_gmyahx3 {
|
|
29670
|
+
cursor: pointer;
|
|
29671
|
+
}
|
|
29672
|
+
.E_gmyahx3 .link-text {
|
|
29673
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29674
|
+
}
|
|
29675
|
+
.E_gmyahx3:hover .link-text {
|
|
29676
|
+
color: #0080ff;
|
|
29677
|
+
}
|
|
29678
|
+
|
|
29679
|
+
.E_n12mqh7z {
|
|
29622
29680
|
display: flex;
|
|
29623
29681
|
align-items: center;
|
|
29624
|
-
|
|
29625
|
-
|
|
29626
|
-
padding: 8px 12px;
|
|
29627
|
-
position: sticky;
|
|
29628
|
-
top: 0;
|
|
29629
|
-
z-index: 1;
|
|
29630
|
-
margin-bottom: -52px;
|
|
29682
|
+
font-size: 12px;
|
|
29683
|
+
line-height: 18px;
|
|
29631
29684
|
}
|
|
29632
|
-
.
|
|
29685
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29686
|
+
margin-bottom: 4px;
|
|
29687
|
+
}
|
|
29688
|
+
|
|
29689
|
+
.E_tf5bynu {
|
|
29690
|
+
margin: 0 3px;
|
|
29691
|
+
}
|
|
29692
|
+
|
|
29693
|
+
.E_tcckoz1 {
|
|
29694
|
+
max-height: 400px;
|
|
29695
|
+
overflow: auto;
|
|
29696
|
+
}
|
|
29697
|
+
|
|
29698
|
+
.E_skwah65 {
|
|
29699
|
+
height: 8px;
|
|
29700
|
+
box-sizing: border-box;
|
|
29701
|
+
border-radius: 2px;
|
|
29702
|
+
background: #f5f7fa;
|
|
29633
29703
|
display: flex;
|
|
29634
|
-
|
|
29635
|
-
|
|
29636
|
-
flex-shrink: 0;
|
|
29704
|
+
width: 100%;
|
|
29705
|
+
overflow: hidden;
|
|
29637
29706
|
}
|
|
29638
|
-
.
|
|
29639
|
-
|
|
29640
|
-
margin-left: 8px;
|
|
29641
|
-
width: 32px;
|
|
29642
|
-
height: 32px;
|
|
29643
|
-
border-radius: 50%;
|
|
29644
|
-
justify-content: center;
|
|
29707
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29708
|
+
margin-left: 1px;
|
|
29645
29709
|
}
|
|
29646
|
-
|
|
29647
|
-
|
|
29710
|
+
|
|
29711
|
+
.E_ou7iq30 {
|
|
29712
|
+
overflow: hidden;
|
|
29713
|
+
text-overflow: ellipsis;
|
|
29648
29714
|
}
|
|
29649
|
-
|
|
29650
|
-
|
|
29651
|
-
margin-left: 88px;
|
|
29715
|
+
|
|
29716
|
+
.E_s1tui002 {
|
|
29652
29717
|
white-space: nowrap;
|
|
29718
|
+
}
|
|
29719
|
+
|
|
29720
|
+
.E_mxrc2zg {
|
|
29721
|
+
display: -webkit-box;
|
|
29722
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29723
|
+
-webkit-box-orient: vertical;
|
|
29724
|
+
word-break: break-all;
|
|
29725
|
+
}
|
|
29726
|
+
|
|
29727
|
+
span.E_tqjc4ui {
|
|
29728
|
+
margin: 0 2px;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29731
|
+
.E_t1sqg15u {
|
|
29732
|
+
background: white;
|
|
29733
|
+
}
|
|
29734
|
+
.E_t1sqg15u.inline .table-row {
|
|
29735
|
+
flex-direction: column;
|
|
29736
|
+
}
|
|
29737
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29738
|
+
padding: 0 16px 7px 0;
|
|
29739
|
+
}
|
|
29740
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29741
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29742
|
+
}
|
|
29743
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29744
|
+
border-top: none !important;
|
|
29745
|
+
}
|
|
29746
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29747
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29748
|
+
}
|
|
29749
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29750
|
+
padding-bottom: 0;
|
|
29751
|
+
}
|
|
29752
|
+
.E_t1sqg15u.align-right .content {
|
|
29653
29753
|
text-align: right;
|
|
29654
|
-
position: relative;
|
|
29655
|
-
padding: 4px 0;
|
|
29656
|
-
margin-top: -4px;
|
|
29657
|
-
overflow: hidden;
|
|
29658
29754
|
}
|
|
29659
|
-
.
|
|
29660
|
-
|
|
29755
|
+
.E_t1sqg15u .uuid-row {
|
|
29756
|
+
display: flex;
|
|
29757
|
+
justify-content: space-between;
|
|
29661
29758
|
}
|
|
29662
|
-
.
|
|
29663
|
-
|
|
29759
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29760
|
+
white-space: nowrap;
|
|
29761
|
+
overflow: hidden;
|
|
29762
|
+
text-overflow: ellipsis;
|
|
29664
29763
|
}
|
|
29665
|
-
|
|
29666
|
-
|
|
29764
|
+
|
|
29765
|
+
.E_t4zczcp {
|
|
29766
|
+
display: flex;
|
|
29767
|
+
justify-content: space-between;
|
|
29768
|
+
align-items: center;
|
|
29769
|
+
padding: 8px;
|
|
29770
|
+
min-height: 32px;
|
|
29667
29771
|
}
|
|
29668
|
-
.
|
|
29669
|
-
|
|
29772
|
+
.E_t4zczcp .table-title {
|
|
29773
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29774
|
+
font-weight: 600;
|
|
29775
|
+
font-size: 12px;
|
|
29776
|
+
line-height: 8px;
|
|
29670
29777
|
}
|
|
29671
|
-
.
|
|
29778
|
+
.E_t4zczcp .edit-icon {
|
|
29779
|
+
font-size: 16px;
|
|
29780
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29672
29781
|
cursor: pointer;
|
|
29673
|
-
width: 32px;
|
|
29674
|
-
height: 32px;
|
|
29675
|
-
justify-content: center;
|
|
29676
|
-
border-radius: 50%;
|
|
29677
29782
|
}
|
|
29678
|
-
|
|
29679
|
-
|
|
29783
|
+
|
|
29784
|
+
.E_t1s7goww {
|
|
29785
|
+
font-size: 12px;
|
|
29786
|
+
line-height: 18px;
|
|
29787
|
+
}
|
|
29788
|
+
|
|
29789
|
+
.E_t93e4cf {
|
|
29790
|
+
display: flex;
|
|
29791
|
+
padding: 8px 0;
|
|
29792
|
+
color: #2d3a56;
|
|
29793
|
+
}
|
|
29794
|
+
.E_t93e4cf .hidden {
|
|
29795
|
+
display: none;
|
|
29796
|
+
}
|
|
29797
|
+
.E_t93e4cf .ant-btn-link {
|
|
29798
|
+
height: auto;
|
|
29799
|
+
}
|
|
29800
|
+
.E_t93e4cf .content {
|
|
29801
|
+
overflow: hidden;
|
|
29802
|
+
overflow-x: auto;
|
|
29803
|
+
width: 100%;
|
|
29804
|
+
white-space: pre-wrap;
|
|
29805
|
+
}
|
|
29806
|
+
.E_t93e4cf .content .ant-btn {
|
|
29807
|
+
white-space: pre-wrap;
|
|
29808
|
+
text-align: left;
|
|
29809
|
+
}
|
|
29810
|
+
.E_t93e4cf .content .unit-chart {
|
|
29811
|
+
justify-content: flex-start;
|
|
29812
|
+
}
|
|
29813
|
+
|
|
29814
|
+
.E_rhz2uv5 {
|
|
29815
|
+
width: var(--rhz2uv5-0);
|
|
29816
|
+
flex-shrink: 0;
|
|
29817
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29818
|
+
padding-right: 12px;
|
|
29680
29819
|
}
|
|
29681
29820
|
|
|
29682
29821
|
.E_clm1wy1 {
|
|
@@ -29772,176 +29911,14 @@ html body {
|
|
|
29772
29911
|
border-radius: 2px;
|
|
29773
29912
|
}
|
|
29774
29913
|
|
|
29775
|
-
|
|
29776
|
-
|
|
29914
|
+
.E_c1up1pdz {
|
|
29915
|
+
width: 648px;
|
|
29777
29916
|
}
|
|
29778
|
-
|
|
29779
|
-
|
|
29780
|
-
cursor: pointer;
|
|
29917
|
+
.E_c1up1pdz.active {
|
|
29918
|
+
border-color: #0080ff;
|
|
29781
29919
|
}
|
|
29782
|
-
.
|
|
29783
|
-
|
|
29784
|
-
}
|
|
29785
|
-
.E_gmyahx3:hover .link-text {
|
|
29786
|
-
color: #0080ff;
|
|
29787
|
-
}
|
|
29788
|
-
|
|
29789
|
-
.E_ou7iq30 {
|
|
29790
|
-
overflow: hidden;
|
|
29791
|
-
text-overflow: ellipsis;
|
|
29792
|
-
}
|
|
29793
|
-
|
|
29794
|
-
.E_s1tui002 {
|
|
29795
|
-
white-space: nowrap;
|
|
29796
|
-
}
|
|
29797
|
-
|
|
29798
|
-
.E_mxrc2zg {
|
|
29799
|
-
display: -webkit-box;
|
|
29800
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29801
|
-
-webkit-box-orient: vertical;
|
|
29802
|
-
word-break: break-all;
|
|
29803
|
-
}
|
|
29804
|
-
|
|
29805
|
-
.E_n12mqh7z {
|
|
29806
|
-
display: flex;
|
|
29807
|
-
align-items: center;
|
|
29808
|
-
font-size: 12px;
|
|
29809
|
-
line-height: 18px;
|
|
29810
|
-
}
|
|
29811
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29812
|
-
margin-bottom: 4px;
|
|
29813
|
-
}
|
|
29814
|
-
|
|
29815
|
-
.E_tf5bynu {
|
|
29816
|
-
margin: 0 3px;
|
|
29817
|
-
}
|
|
29818
|
-
|
|
29819
|
-
.E_tcckoz1 {
|
|
29820
|
-
max-height: 400px;
|
|
29821
|
-
overflow: auto;
|
|
29822
|
-
}
|
|
29823
|
-
|
|
29824
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
29825
|
-
background: #edf0f7;
|
|
29826
|
-
padding: 32px 8px;
|
|
29827
|
-
overflow: auto;
|
|
29828
|
-
}
|
|
29829
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
29830
|
-
display: flex;
|
|
29831
|
-
flex-direction: column;
|
|
29832
|
-
justify-content: space-between;
|
|
29833
|
-
}
|
|
29834
|
-
.E_s1at6qmn footer {
|
|
29835
|
-
display: flex;
|
|
29836
|
-
}
|
|
29837
|
-
.E_s1at6qmn .ant-menu {
|
|
29838
|
-
background: #edf0f7;
|
|
29839
|
-
}
|
|
29840
|
-
.E_s1at6qmn .ant-menu a {
|
|
29841
|
-
color: #00122e;
|
|
29842
|
-
width: 180px;
|
|
29843
|
-
overflow: hidden;
|
|
29844
|
-
text-overflow: ellipsis;
|
|
29845
|
-
}
|
|
29846
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
29847
|
-
margin-bottom: 24px;
|
|
29848
|
-
}
|
|
29849
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
29850
|
-
margin: 0;
|
|
29851
|
-
}
|
|
29852
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
29853
|
-
font-size: 12px;
|
|
29854
|
-
padding: 0 8px 4px;
|
|
29855
|
-
line-height: 18px;
|
|
29856
|
-
}
|
|
29857
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
29858
|
-
padding: 0;
|
|
29859
|
-
}
|
|
29860
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
29861
|
-
padding-bottom: 24px;
|
|
29862
|
-
}
|
|
29863
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
29864
|
-
margin-bottom: 24px;
|
|
29865
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
29866
|
-
}
|
|
29867
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
29868
|
-
transition: none;
|
|
29869
|
-
display: flex;
|
|
29870
|
-
align-items: center;
|
|
29871
|
-
height: 32px;
|
|
29872
|
-
line-height: 22px;
|
|
29873
|
-
padding: 0 8px;
|
|
29874
|
-
}
|
|
29875
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
29876
|
-
margin-right: 12px;
|
|
29877
|
-
}
|
|
29878
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
29879
|
-
margin: 0;
|
|
29880
|
-
margin-bottom: 2px;
|
|
29881
|
-
}
|
|
29882
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
29883
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
29884
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
29885
|
-
border-radius: 6px;
|
|
29886
|
-
color: #fff;
|
|
29887
|
-
}
|
|
29888
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
29889
|
-
color: #fff;
|
|
29890
|
-
}
|
|
29891
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
29892
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
29893
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
29894
|
-
border-radius: 6px;
|
|
29895
|
-
}
|
|
29896
|
-
|
|
29897
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
29898
|
-
white-space: nowrap;
|
|
29899
|
-
transition: all 0s;
|
|
29900
|
-
}
|
|
29901
|
-
.E_s1wu0lms.shrink {
|
|
29902
|
-
transition: all 0s;
|
|
29903
|
-
overflow: hidden;
|
|
29904
|
-
}
|
|
29905
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
29906
|
-
visibility: hidden;
|
|
29907
|
-
}
|
|
29908
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
29909
|
-
width: 36px;
|
|
29910
|
-
padding: 0 6px;
|
|
29911
|
-
}
|
|
29912
|
-
|
|
29913
|
-
.E_n1ugzfva {
|
|
29914
|
-
display: flex;
|
|
29915
|
-
place-items: center;
|
|
29916
|
-
width: 100% !important;
|
|
29917
|
-
}
|
|
29918
|
-
.E_n1ugzfva[disabled] {
|
|
29919
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
29920
|
-
opacity: 1 !important;
|
|
29921
|
-
}
|
|
29922
|
-
.E_n1ugzfva.ant-btn {
|
|
29923
|
-
width: 100%;
|
|
29924
|
-
color: #00122e;
|
|
29925
|
-
}
|
|
29926
|
-
.E_n1ugzfva .icon-wrapper {
|
|
29927
|
-
margin-right: 12px;
|
|
29928
|
-
}
|
|
29929
|
-
.E_n1ugzfva .link-title {
|
|
29930
|
-
flex: 1;
|
|
29931
|
-
overflow: hidden;
|
|
29932
|
-
white-space: nowrap;
|
|
29933
|
-
text-overflow: ellipsis;
|
|
29934
|
-
text-align: left;
|
|
29935
|
-
}
|
|
29936
|
-
|
|
29937
|
-
.E_c1up1pdz {
|
|
29938
|
-
width: 648px;
|
|
29939
|
-
}
|
|
29940
|
-
.E_c1up1pdz.active {
|
|
29941
|
-
border-color: #0080ff;
|
|
29942
|
-
}
|
|
29943
|
-
.E_c1up1pdz.active > header {
|
|
29944
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29920
|
+
.E_c1up1pdz.active > header {
|
|
29921
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29945
29922
|
}
|
|
29946
29923
|
.E_c1up1pdz .expand {
|
|
29947
29924
|
padding: 12px;
|
|
@@ -30074,222 +30051,65 @@ span.E_tqjc4ui {
|
|
|
30074
30051
|
color: #fff;
|
|
30075
30052
|
}
|
|
30076
30053
|
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30079
|
-
}
|
|
30080
|
-
.E_t1sqg15u.inline .table-row {
|
|
30054
|
+
.E_t160l1cm {
|
|
30055
|
+
display: flex;
|
|
30081
30056
|
flex-direction: column;
|
|
30057
|
+
flex: 1;
|
|
30058
|
+
/* FIXME:(yanzhen) do this better */
|
|
30082
30059
|
}
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30060
|
+
.E_t160l1cm .tab-bar {
|
|
30061
|
+
flex-shrink: 0;
|
|
30062
|
+
display: flex;
|
|
30063
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30088
30064
|
}
|
|
30089
|
-
.
|
|
30090
|
-
|
|
30065
|
+
.E_t160l1cm .tab-content {
|
|
30066
|
+
height: 100%;
|
|
30091
30067
|
}
|
|
30092
|
-
.
|
|
30093
|
-
|
|
30068
|
+
.E_t160l1cm .tab-menu-item {
|
|
30069
|
+
margin-right: 2px;
|
|
30070
|
+
padding: 1px 12px;
|
|
30071
|
+
line-height: 24px;
|
|
30072
|
+
height: 24px;
|
|
30073
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30074
|
+
border-radius: 4px 4px 0 0;
|
|
30075
|
+
cursor: pointer;
|
|
30076
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30094
30077
|
}
|
|
30095
|
-
.
|
|
30096
|
-
padding-
|
|
30078
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30079
|
+
padding-left: 0;
|
|
30097
30080
|
}
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30081
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30082
|
+
padding-left: 12px;
|
|
30100
30083
|
}
|
|
30101
|
-
.
|
|
30102
|
-
|
|
30103
|
-
|
|
30084
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30085
|
+
color: #0080ff;
|
|
30086
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30104
30087
|
}
|
|
30105
|
-
.
|
|
30106
|
-
|
|
30107
|
-
overflow: hidden;
|
|
30108
|
-
text-overflow: ellipsis;
|
|
30088
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30089
|
+
fill: #0080ff;
|
|
30109
30090
|
}
|
|
30110
|
-
|
|
30111
|
-
.
|
|
30112
|
-
display: flex;
|
|
30113
|
-
justify-content: space-between;
|
|
30114
|
-
align-items: center;
|
|
30115
|
-
padding: 8px;
|
|
30116
|
-
min-height: 32px;
|
|
30091
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30092
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30117
30093
|
}
|
|
30118
|
-
.
|
|
30119
|
-
color:
|
|
30120
|
-
|
|
30121
|
-
font-size: 12px;
|
|
30122
|
-
line-height: 8px;
|
|
30094
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30095
|
+
color: #0080ff;
|
|
30096
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30123
30097
|
}
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30126
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30127
|
-
cursor: pointer;
|
|
30098
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30099
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30128
30100
|
}
|
|
30129
|
-
|
|
30130
|
-
.
|
|
30131
|
-
font-size: 12px;
|
|
30132
|
-
line-height: 18px;
|
|
30101
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30102
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30133
30103
|
}
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
display: flex;
|
|
30137
|
-
padding: 8px 0;
|
|
30138
|
-
color: #2d3a56;
|
|
30104
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30105
|
+
fill: #0080ff;
|
|
30139
30106
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30107
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30108
|
+
color: #0080ff;
|
|
30109
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30142
30110
|
}
|
|
30143
|
-
.
|
|
30144
|
-
|
|
30145
|
-
}
|
|
30146
|
-
.E_t93e4cf .content {
|
|
30147
|
-
overflow: hidden;
|
|
30148
|
-
overflow-x: auto;
|
|
30149
|
-
width: 100%;
|
|
30150
|
-
white-space: pre-wrap;
|
|
30151
|
-
}
|
|
30152
|
-
.E_t93e4cf .content .ant-btn {
|
|
30153
|
-
white-space: pre-wrap;
|
|
30154
|
-
text-align: left;
|
|
30155
|
-
}
|
|
30156
|
-
.E_t93e4cf .content .unit-chart {
|
|
30157
|
-
justify-content: flex-start;
|
|
30158
|
-
}
|
|
30159
|
-
|
|
30160
|
-
.E_rhz2uv5 {
|
|
30161
|
-
width: var(--rhz2uv5-0);
|
|
30162
|
-
flex-shrink: 0;
|
|
30163
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30164
|
-
padding-right: 12px;
|
|
30165
|
-
}
|
|
30166
|
-
|
|
30167
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30168
|
-
display: flex;
|
|
30169
|
-
align-items: center;
|
|
30170
|
-
}
|
|
30171
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30172
|
-
margin-right: 8px;
|
|
30173
|
-
}
|
|
30174
|
-
|
|
30175
|
-
.E_c18gxmrl {
|
|
30176
|
-
border: 1px solid #d8deeb;
|
|
30177
|
-
border-radius: 4px;
|
|
30178
|
-
}
|
|
30179
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30180
|
-
margin-top: 8px;
|
|
30181
|
-
}
|
|
30182
|
-
.E_c18gxmrl:hover {
|
|
30183
|
-
border-color: #0080ff;
|
|
30184
|
-
}
|
|
30185
|
-
.E_c18gxmrl:hover > header {
|
|
30186
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30187
|
-
}
|
|
30188
|
-
.E_c18gxmrl.active header {
|
|
30189
|
-
border-bottom: 1px solid #d8deeb;
|
|
30190
|
-
}
|
|
30191
|
-
.E_c18gxmrl > header {
|
|
30192
|
-
padding: 8px 12px;
|
|
30193
|
-
}
|
|
30194
|
-
|
|
30195
|
-
.E_wg1tsps {
|
|
30196
|
-
display: flex;
|
|
30197
|
-
align-items: center;
|
|
30198
|
-
justify-content: flex-end;
|
|
30199
|
-
}
|
|
30200
|
-
|
|
30201
|
-
.E_b1ctd5xy {
|
|
30202
|
-
display: flex;
|
|
30203
|
-
align-items: center;
|
|
30204
|
-
width: calc(100% - 40px);
|
|
30205
|
-
}
|
|
30206
|
-
.E_b1ctd5xy .chart {
|
|
30207
|
-
display: inline-block;
|
|
30208
|
-
width: 100%;
|
|
30209
|
-
}
|
|
30210
|
-
|
|
30211
|
-
.E_u1p8acpn {
|
|
30212
|
-
min-width: 40px;
|
|
30213
|
-
}
|
|
30214
|
-
.E_u1p8acpn .unit {
|
|
30215
|
-
color: #00122e !important;
|
|
30216
|
-
}
|
|
30217
|
-
|
|
30218
|
-
.E_berrcjl {
|
|
30219
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
-
margin-bottom: 4px;
|
|
30221
|
-
}
|
|
30222
|
-
.E_berrcjl .breadcrumb-link {
|
|
30223
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30224
|
-
cursor: pointer;
|
|
30225
|
-
transition: color 160ms ease;
|
|
30226
|
-
}
|
|
30227
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30228
|
-
color: #0080ff;
|
|
30229
|
-
}
|
|
30230
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30231
|
-
color: #005ed1;
|
|
30232
|
-
}
|
|
30233
|
-
|
|
30234
|
-
.E_t160l1cm {
|
|
30235
|
-
display: flex;
|
|
30236
|
-
flex-direction: column;
|
|
30237
|
-
flex: 1;
|
|
30238
|
-
/* FIXME:(yanzhen) do this better */
|
|
30239
|
-
}
|
|
30240
|
-
.E_t160l1cm .tab-bar {
|
|
30241
|
-
flex-shrink: 0;
|
|
30242
|
-
display: flex;
|
|
30243
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30244
|
-
}
|
|
30245
|
-
.E_t160l1cm .tab-content {
|
|
30246
|
-
height: 100%;
|
|
30247
|
-
}
|
|
30248
|
-
.E_t160l1cm .tab-menu-item {
|
|
30249
|
-
margin-right: 2px;
|
|
30250
|
-
padding: 1px 12px;
|
|
30251
|
-
line-height: 24px;
|
|
30252
|
-
height: 24px;
|
|
30253
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30254
|
-
border-radius: 4px 4px 0 0;
|
|
30255
|
-
cursor: pointer;
|
|
30256
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30257
|
-
}
|
|
30258
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30259
|
-
padding-left: 0;
|
|
30260
|
-
}
|
|
30261
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30262
|
-
padding-left: 12px;
|
|
30263
|
-
}
|
|
30264
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
30265
|
-
color: #0080ff;
|
|
30266
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30267
|
-
}
|
|
30268
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30269
|
-
fill: #0080ff;
|
|
30270
|
-
}
|
|
30271
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
30272
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30273
|
-
}
|
|
30274
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30275
|
-
color: #0080ff;
|
|
30276
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30277
|
-
}
|
|
30278
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30279
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30280
|
-
}
|
|
30281
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30282
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30283
|
-
}
|
|
30284
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30285
|
-
fill: #0080ff;
|
|
30286
|
-
}
|
|
30287
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30288
|
-
color: #0080ff;
|
|
30289
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30290
|
-
}
|
|
30291
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30292
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30111
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30112
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30293
30113
|
}
|
|
30294
30114
|
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30295
30115
|
fill: #1d326c;
|
|
@@ -30434,82 +30254,284 @@ span.E_tqjc4ui {
|
|
|
30434
30254
|
background: transparent;
|
|
30435
30255
|
}
|
|
30436
30256
|
|
|
30437
|
-
.
|
|
30257
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30438
30258
|
display: flex;
|
|
30439
|
-
|
|
30440
|
-
width: 100%;
|
|
30259
|
+
align-items: center;
|
|
30441
30260
|
}
|
|
30442
|
-
.
|
|
30443
|
-
margin-
|
|
30261
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30262
|
+
margin-right: 8px;
|
|
30444
30263
|
}
|
|
30445
30264
|
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30265
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30266
|
+
background: #edf0f7;
|
|
30267
|
+
padding: 32px 8px;
|
|
30268
|
+
overflow: auto;
|
|
30448
30269
|
}
|
|
30449
|
-
|
|
30450
|
-
|
|
30451
|
-
|
|
30270
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30271
|
+
display: flex;
|
|
30272
|
+
flex-direction: column;
|
|
30273
|
+
justify-content: space-between;
|
|
30452
30274
|
}
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
white-space: nowrap;
|
|
30456
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30275
|
+
.E_s1at6qmn footer {
|
|
30276
|
+
display: flex;
|
|
30457
30277
|
}
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30278
|
+
.E_s1at6qmn .ant-menu {
|
|
30279
|
+
background: #edf0f7;
|
|
30460
30280
|
}
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30281
|
+
.E_s1at6qmn .ant-menu a {
|
|
30282
|
+
color: #00122e;
|
|
30283
|
+
width: 180px;
|
|
30284
|
+
overflow: hidden;
|
|
30285
|
+
text-overflow: ellipsis;
|
|
30463
30286
|
}
|
|
30464
|
-
.
|
|
30465
|
-
margin-
|
|
30287
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30288
|
+
margin-bottom: 24px;
|
|
30466
30289
|
}
|
|
30467
|
-
.
|
|
30468
|
-
|
|
30469
|
-
border-bottom-right-radius: 0;
|
|
30290
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30291
|
+
margin: 0;
|
|
30470
30292
|
}
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
|
|
30293
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30294
|
+
font-size: 12px;
|
|
30295
|
+
padding: 0 8px 4px;
|
|
30296
|
+
line-height: 18px;
|
|
30474
30297
|
}
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30298
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30299
|
+
padding: 0;
|
|
30477
30300
|
}
|
|
30478
|
-
|
|
30479
|
-
|
|
30480
|
-
justify-content: center;
|
|
30301
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30302
|
+
padding-bottom: 24px;
|
|
30481
30303
|
}
|
|
30482
|
-
.
|
|
30483
|
-
|
|
30304
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30305
|
+
margin-bottom: 24px;
|
|
30306
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30307
|
+
}
|
|
30308
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30309
|
+
transition: none;
|
|
30310
|
+
display: flex;
|
|
30484
30311
|
align-items: center;
|
|
30485
|
-
justify-content: center;
|
|
30486
30312
|
height: 32px;
|
|
30487
|
-
border-radius: 6px;
|
|
30488
30313
|
line-height: 22px;
|
|
30489
|
-
|
|
30490
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30491
|
-
}
|
|
30492
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30493
|
-
height: 40px;
|
|
30494
|
-
line-height: 24px;
|
|
30314
|
+
padding: 0 8px;
|
|
30495
30315
|
}
|
|
30496
|
-
.
|
|
30497
|
-
|
|
30498
|
-
line-height: 20px;
|
|
30316
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30317
|
+
margin-right: 12px;
|
|
30499
30318
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30319
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30320
|
+
margin: 0;
|
|
30321
|
+
margin-bottom: 2px;
|
|
30502
30322
|
}
|
|
30503
|
-
.
|
|
30504
|
-
|
|
30505
|
-
|
|
30323
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30324
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30325
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30326
|
+
border-radius: 6px;
|
|
30327
|
+
color: #fff;
|
|
30506
30328
|
}
|
|
30507
|
-
.
|
|
30508
|
-
color:
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30329
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30330
|
+
color: #fff;
|
|
30331
|
+
}
|
|
30332
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30333
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30334
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30335
|
+
border-radius: 6px;
|
|
30336
|
+
}
|
|
30337
|
+
|
|
30338
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30339
|
+
white-space: nowrap;
|
|
30340
|
+
transition: all 0s;
|
|
30341
|
+
}
|
|
30342
|
+
.E_s1wu0lms.shrink {
|
|
30343
|
+
transition: all 0s;
|
|
30344
|
+
overflow: hidden;
|
|
30345
|
+
}
|
|
30346
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30347
|
+
visibility: hidden;
|
|
30348
|
+
}
|
|
30349
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30350
|
+
width: 36px;
|
|
30351
|
+
padding: 0 6px;
|
|
30352
|
+
}
|
|
30353
|
+
|
|
30354
|
+
.E_n1ugzfva {
|
|
30355
|
+
display: flex;
|
|
30356
|
+
place-items: center;
|
|
30357
|
+
width: 100% !important;
|
|
30358
|
+
}
|
|
30359
|
+
.E_n1ugzfva[disabled] {
|
|
30360
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30361
|
+
opacity: 1 !important;
|
|
30362
|
+
}
|
|
30363
|
+
.E_n1ugzfva.ant-btn {
|
|
30364
|
+
width: 100%;
|
|
30365
|
+
color: #00122e;
|
|
30366
|
+
}
|
|
30367
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30368
|
+
margin-right: 12px;
|
|
30369
|
+
}
|
|
30370
|
+
.E_n1ugzfva .link-title {
|
|
30371
|
+
flex: 1;
|
|
30372
|
+
overflow: hidden;
|
|
30373
|
+
white-space: nowrap;
|
|
30374
|
+
text-overflow: ellipsis;
|
|
30375
|
+
text-align: left;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30378
|
+
.E_wg1tsps {
|
|
30379
|
+
display: flex;
|
|
30380
|
+
align-items: center;
|
|
30381
|
+
justify-content: flex-end;
|
|
30382
|
+
}
|
|
30383
|
+
|
|
30384
|
+
.E_b1ctd5xy {
|
|
30385
|
+
display: flex;
|
|
30386
|
+
align-items: center;
|
|
30387
|
+
width: calc(100% - 40px);
|
|
30388
|
+
}
|
|
30389
|
+
.E_b1ctd5xy .chart {
|
|
30390
|
+
display: inline-block;
|
|
30391
|
+
width: 100%;
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.E_u1p8acpn {
|
|
30395
|
+
min-width: 40px;
|
|
30396
|
+
}
|
|
30397
|
+
.E_u1p8acpn .unit {
|
|
30398
|
+
color: #00122e !important;
|
|
30399
|
+
}
|
|
30400
|
+
|
|
30401
|
+
.E_c18gxmrl {
|
|
30402
|
+
border: 1px solid #d8deeb;
|
|
30403
|
+
border-radius: 4px;
|
|
30404
|
+
}
|
|
30405
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30406
|
+
margin-top: 8px;
|
|
30407
|
+
}
|
|
30408
|
+
.E_c18gxmrl:hover {
|
|
30409
|
+
border-color: #0080ff;
|
|
30410
|
+
}
|
|
30411
|
+
.E_c18gxmrl:hover > header {
|
|
30412
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30413
|
+
}
|
|
30414
|
+
.E_c18gxmrl.active header {
|
|
30415
|
+
border-bottom: 1px solid #d8deeb;
|
|
30416
|
+
}
|
|
30417
|
+
.E_c18gxmrl > header {
|
|
30418
|
+
padding: 8px 12px;
|
|
30419
|
+
}
|
|
30420
|
+
|
|
30421
|
+
.E_m74vjol {
|
|
30422
|
+
display: flex;
|
|
30423
|
+
justify-content: space-between;
|
|
30424
|
+
width: 100%;
|
|
30425
|
+
}
|
|
30426
|
+
.E_m74vjol .action {
|
|
30427
|
+
margin-left: 16px;
|
|
30428
|
+
}
|
|
30429
|
+
|
|
30430
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30431
|
+
width: 100%;
|
|
30432
|
+
}
|
|
30433
|
+
|
|
30434
|
+
.E_berrcjl {
|
|
30435
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30436
|
+
margin-bottom: 4px;
|
|
30437
|
+
}
|
|
30438
|
+
.E_berrcjl .breadcrumb-link {
|
|
30439
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30440
|
+
cursor: pointer;
|
|
30441
|
+
transition: color 160ms ease;
|
|
30442
|
+
}
|
|
30443
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30444
|
+
color: #0080ff;
|
|
30445
|
+
}
|
|
30446
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30447
|
+
color: #005ed1;
|
|
30448
|
+
}
|
|
30449
|
+
|
|
30450
|
+
.E_c1uzzomf {
|
|
30451
|
+
margin-bottom: 16px;
|
|
30452
|
+
}
|
|
30453
|
+
.E_c1uzzomf .card-title {
|
|
30454
|
+
font-size: 16px;
|
|
30455
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30456
|
+
font-weight: 700;
|
|
30457
|
+
line-height: 32px;
|
|
30458
|
+
}
|
|
30459
|
+
.E_c1uzzomf .card-body {
|
|
30460
|
+
padding: 24px;
|
|
30461
|
+
border-radius: 8px;
|
|
30462
|
+
background: #fff;
|
|
30463
|
+
}
|
|
30464
|
+
.E_c1uzzomf .empty {
|
|
30465
|
+
font-weight: 700;
|
|
30466
|
+
font-size: 14px;
|
|
30467
|
+
line-height: 22px;
|
|
30468
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30469
|
+
text-align: center;
|
|
30470
|
+
}
|
|
30471
|
+
|
|
30472
|
+
.E_b1nip9bk {
|
|
30473
|
+
padding: 4px 11px;
|
|
30474
|
+
}
|
|
30475
|
+
|
|
30476
|
+
.E_bqamoqe {
|
|
30477
|
+
white-space: nowrap;
|
|
30478
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30479
|
+
}
|
|
30480
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30481
|
+
--color: #0080ff;
|
|
30482
|
+
}
|
|
30483
|
+
.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] {
|
|
30484
|
+
--color: #0080ff;
|
|
30485
|
+
}
|
|
30486
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30487
|
+
margin-left: 1px;
|
|
30488
|
+
}
|
|
30489
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30490
|
+
border-top-right-radius: 0;
|
|
30491
|
+
border-bottom-right-radius: 0;
|
|
30492
|
+
}
|
|
30493
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30494
|
+
border-top-left-radius: 0;
|
|
30495
|
+
border-bottom-left-radius: 0;
|
|
30496
|
+
}
|
|
30497
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30498
|
+
border-radius: unset;
|
|
30499
|
+
}
|
|
30500
|
+
|
|
30501
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30502
|
+
justify-content: center;
|
|
30503
|
+
}
|
|
30504
|
+
.E_b1wx3t3t.ant-btn {
|
|
30505
|
+
display: inline-flex;
|
|
30506
|
+
align-items: center;
|
|
30507
|
+
justify-content: center;
|
|
30508
|
+
height: 32px;
|
|
30509
|
+
border-radius: 6px;
|
|
30510
|
+
line-height: 22px;
|
|
30511
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30512
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30513
|
+
}
|
|
30514
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30515
|
+
height: 40px;
|
|
30516
|
+
line-height: 24px;
|
|
30517
|
+
}
|
|
30518
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30519
|
+
height: 24px;
|
|
30520
|
+
line-height: 20px;
|
|
30521
|
+
}
|
|
30522
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30523
|
+
border-radius: 50%;
|
|
30524
|
+
}
|
|
30525
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30526
|
+
margin-right: 8px;
|
|
30527
|
+
padding-right: 0px;
|
|
30528
|
+
}
|
|
30529
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30530
|
+
color: var(--color, #06101f);
|
|
30531
|
+
font-weight: var(--font-weight);
|
|
30532
|
+
background: var(--background-color, #fff);
|
|
30533
|
+
border-width: var(--border-width, 1px);
|
|
30534
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30513
30535
|
}
|
|
30514
30536
|
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30515
30537
|
display: none;
|
|
@@ -30730,78 +30752,38 @@ button.E_n7k2c6r {
|
|
|
30730
30752
|
padding: 0;
|
|
30731
30753
|
}
|
|
30732
30754
|
|
|
30733
|
-
.
|
|
30755
|
+
.E_fzh9mnb {
|
|
30756
|
+
width: 100%;
|
|
30757
|
+
height: 100%;
|
|
30758
|
+
min-height: 124px;
|
|
30759
|
+
display: flex;
|
|
30760
|
+
flex-direction: column;
|
|
30761
|
+
justify-content: center;
|
|
30762
|
+
align-items: center;
|
|
30763
|
+
}
|
|
30764
|
+
.E_fzh9mnb .error-text {
|
|
30765
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30734
30766
|
margin-bottom: 16px;
|
|
30767
|
+
font-size: 18px;
|
|
30735
30768
|
}
|
|
30736
|
-
|
|
30737
|
-
|
|
30769
|
+
|
|
30770
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30771
|
+
padding: 4px 8px 0 8px;
|
|
30738
30772
|
color: rgba(44, 56, 82, 0.6);
|
|
30739
|
-
font-
|
|
30740
|
-
line-height: 32px;
|
|
30773
|
+
font-size: 12px;
|
|
30741
30774
|
}
|
|
30742
|
-
.
|
|
30743
|
-
padding:
|
|
30744
|
-
border-radius: 8px;
|
|
30745
|
-
background: #fff;
|
|
30775
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30776
|
+
padding-bottom: 6px;
|
|
30746
30777
|
}
|
|
30747
|
-
.
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
line-height: 22px;
|
|
30751
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30752
|
-
text-align: center;
|
|
30778
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30779
|
+
padding-top: 4px;
|
|
30780
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30753
30781
|
}
|
|
30754
30782
|
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30757
|
-
|
|
30758
|
-
|
|
30759
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30760
|
-
padding-top: 0px;
|
|
30761
|
-
padding-bottom: 0px;
|
|
30762
|
-
padding-left: 0px !important;
|
|
30763
|
-
padding-right: 24px;
|
|
30764
|
-
}
|
|
30765
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30766
|
-
right: 0px;
|
|
30767
|
-
}
|
|
30768
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30769
|
-
padding: 0px;
|
|
30770
|
-
}
|
|
30771
|
-
|
|
30772
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30773
|
-
padding-right: 0px;
|
|
30774
|
-
cursor: default;
|
|
30775
|
-
}
|
|
30776
|
-
|
|
30777
|
-
.E_c1yyuluq {
|
|
30778
|
-
border-radius: 8px;
|
|
30779
|
-
}
|
|
30780
|
-
.E_c1yyuluq .ant-card-body {
|
|
30781
|
-
padding: 20px 24px 24px 24px;
|
|
30782
|
-
}
|
|
30783
|
-
|
|
30784
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30785
|
-
padding: 4px 8px 0 8px;
|
|
30786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30787
|
-
font-size: 12px;
|
|
30788
|
-
}
|
|
30789
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30790
|
-
padding-bottom: 6px;
|
|
30791
|
-
}
|
|
30792
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30793
|
-
padding-top: 4px;
|
|
30794
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30795
|
-
}
|
|
30796
|
-
|
|
30797
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30798
|
-
line-height: 18px;
|
|
30799
|
-
}
|
|
30800
|
-
|
|
30801
|
-
.E_d1bw7c5z {
|
|
30802
|
-
position: relative;
|
|
30803
|
-
max-width: 388px;
|
|
30804
|
-
min-width: 285px;
|
|
30783
|
+
.E_d1bw7c5z {
|
|
30784
|
+
position: relative;
|
|
30785
|
+
max-width: 388px;
|
|
30786
|
+
min-width: 285px;
|
|
30805
30787
|
}
|
|
30806
30788
|
.E_d1bw7c5z .center {
|
|
30807
30789
|
position: absolute;
|
|
@@ -30881,6 +30863,186 @@ button.E_n7k2c6r {
|
|
|
30881
30863
|
width: 102px;
|
|
30882
30864
|
}
|
|
30883
30865
|
|
|
30866
|
+
.E_f7pxqmh {
|
|
30867
|
+
width: 100%;
|
|
30868
|
+
margin-bottom: 0 !important;
|
|
30869
|
+
flex-flow: nowrap !important;
|
|
30870
|
+
line-break: auto;
|
|
30871
|
+
}
|
|
30872
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30873
|
+
text-align: left !important;
|
|
30874
|
+
padding-bottom: 0 !important;
|
|
30875
|
+
}
|
|
30876
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30877
|
+
min-height: 32px;
|
|
30878
|
+
height: auto;
|
|
30879
|
+
font-size: 13px;
|
|
30880
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30881
|
+
white-space: normal;
|
|
30882
|
+
}
|
|
30883
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30884
|
+
border-color: #ff4d4f !important;
|
|
30885
|
+
}
|
|
30886
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30887
|
+
border-color: #ff4d4f !important;
|
|
30888
|
+
}
|
|
30889
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30890
|
+
margin-top: 4px;
|
|
30891
|
+
font-size: 12px;
|
|
30892
|
+
min-height: 0px;
|
|
30893
|
+
}
|
|
30894
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30895
|
+
font-size: 12px;
|
|
30896
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30897
|
+
min-height: 0px;
|
|
30898
|
+
}
|
|
30899
|
+
|
|
30900
|
+
.E_iouxfgt {
|
|
30901
|
+
display: inline-flex;
|
|
30902
|
+
align-items: center;
|
|
30903
|
+
}
|
|
30904
|
+
.E_iouxfgt .icon-inner {
|
|
30905
|
+
display: inline-flex;
|
|
30906
|
+
align-items: center;
|
|
30907
|
+
justify-content: center;
|
|
30908
|
+
}
|
|
30909
|
+
.E_iouxfgt .icon-inner + span,
|
|
30910
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30911
|
+
margin-left: 4px;
|
|
30912
|
+
}
|
|
30913
|
+
.E_iouxfgt.is-rotate img,
|
|
30914
|
+
.E_iouxfgt.is-rotate svg {
|
|
30915
|
+
animation: rotate 680ms linear infinite;
|
|
30916
|
+
}
|
|
30917
|
+
|
|
30918
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30919
|
+
display: flex;
|
|
30920
|
+
}
|
|
30921
|
+
|
|
30922
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30923
|
+
line-height: 18px;
|
|
30924
|
+
}
|
|
30925
|
+
|
|
30926
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30927
|
+
margin-left: 8px;
|
|
30928
|
+
}
|
|
30929
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30930
|
+
padding: 2px 7px 2px 12px;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30934
|
+
display: var(--a1wfy30z-0);
|
|
30935
|
+
}
|
|
30936
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30937
|
+
padding: 4px 11px;
|
|
30938
|
+
display: inline-flex;
|
|
30939
|
+
line-height: 1.5715;
|
|
30940
|
+
height: inherit;
|
|
30941
|
+
}
|
|
30942
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30943
|
+
content: var(--a1wfy30z-1);
|
|
30944
|
+
display: var(--a1wfy30z-2);
|
|
30945
|
+
flex: none;
|
|
30946
|
+
align-items: center;
|
|
30947
|
+
margin-left: 4px;
|
|
30948
|
+
}
|
|
30949
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30950
|
+
content: var(--a1wfy30z-3);
|
|
30951
|
+
display: var(--a1wfy30z-4);
|
|
30952
|
+
flex: none;
|
|
30953
|
+
align-items: center;
|
|
30954
|
+
margin-right: 4px;
|
|
30955
|
+
cursor: auto;
|
|
30956
|
+
}
|
|
30957
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30958
|
+
padding: 0;
|
|
30959
|
+
margin: 0;
|
|
30960
|
+
height: auto;
|
|
30961
|
+
font-size: inherit;
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30965
|
+
display: var(--ai7qkf2-0);
|
|
30966
|
+
}
|
|
30967
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30968
|
+
display: inline-flex;
|
|
30969
|
+
line-height: 1.5715;
|
|
30970
|
+
height: 100%;
|
|
30971
|
+
width: 100%;
|
|
30972
|
+
}
|
|
30973
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30974
|
+
content: var(--ai7qkf2-1);
|
|
30975
|
+
display: var(--ai7qkf2-2);
|
|
30976
|
+
flex: none;
|
|
30977
|
+
align-items: center;
|
|
30978
|
+
margin-left: 4px;
|
|
30979
|
+
padding: 5px 12px 5px 0;
|
|
30980
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30981
|
+
}
|
|
30982
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30983
|
+
content: var(--ai7qkf2-3);
|
|
30984
|
+
display: var(--ai7qkf2-4);
|
|
30985
|
+
flex: none;
|
|
30986
|
+
align-items: center;
|
|
30987
|
+
margin-right: 4px;
|
|
30988
|
+
cursor: auto;
|
|
30989
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30990
|
+
}
|
|
30991
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30992
|
+
border-radius: 0;
|
|
30993
|
+
}
|
|
30994
|
+
.E_ai7qkf2.ant-input-number {
|
|
30995
|
+
width: 100%;
|
|
30996
|
+
border-radius: 6px;
|
|
30997
|
+
}
|
|
30998
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
30999
|
+
border-color: #0096ff;
|
|
31000
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31001
|
+
z-index: 1;
|
|
31002
|
+
}
|
|
31003
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31004
|
+
border-color: #e75a3a;
|
|
31005
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31006
|
+
}
|
|
31007
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31008
|
+
height: 30px;
|
|
31009
|
+
border: 1px;
|
|
31010
|
+
padding: 5px 12px;
|
|
31011
|
+
font-size: inherit;
|
|
31012
|
+
}
|
|
31013
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31014
|
+
height: 38px;
|
|
31015
|
+
border: 1px;
|
|
31016
|
+
padding: 8px 16px;
|
|
31017
|
+
}
|
|
31018
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31019
|
+
height: 22px;
|
|
31020
|
+
border: 1px;
|
|
31021
|
+
padding: 2px 8px;
|
|
31022
|
+
}
|
|
31023
|
+
|
|
31024
|
+
.E_i1inqkme {
|
|
31025
|
+
height: 18px;
|
|
31026
|
+
line-height: 18px;
|
|
31027
|
+
padding: 0 4px;
|
|
31028
|
+
border-radius: 4px;
|
|
31029
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31030
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31031
|
+
display: flex;
|
|
31032
|
+
align-items: center;
|
|
31033
|
+
white-space: nowrap;
|
|
31034
|
+
margin-right: 4px;
|
|
31035
|
+
}
|
|
31036
|
+
|
|
31037
|
+
.E_owd0kml {
|
|
31038
|
+
display: inline-block;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
|
+
.E_h1jsgezc {
|
|
31042
|
+
visibility: hidden;
|
|
31043
|
+
position: absolute;
|
|
31044
|
+
}
|
|
31045
|
+
|
|
30884
31046
|
.E_phljevk {
|
|
30885
31047
|
display: flex;
|
|
30886
31048
|
justify-content: space-between;
|
|
@@ -30938,10 +31100,6 @@ button.E_n7k2c6r {
|
|
|
30938
31100
|
line-height: 18px;
|
|
30939
31101
|
}
|
|
30940
31102
|
|
|
30941
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30942
|
-
display: flex;
|
|
30943
|
-
}
|
|
30944
|
-
|
|
30945
31103
|
.E_rapgekc.ant-radio-wrapper {
|
|
30946
31104
|
display: inline-flex;
|
|
30947
31105
|
align-items: baseline;
|
|
@@ -31088,123 +31246,23 @@ button.E_n7k2c6r {
|
|
|
31088
31246
|
width: 36px;
|
|
31089
31247
|
}
|
|
31090
31248
|
|
|
31091
|
-
.
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
|
|
31101
|
-
.E_c1wk4q29 {
|
|
31102
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31249
|
+
.E_c1bus5hc {
|
|
31250
|
+
--color: white;
|
|
31251
|
+
height: 14px;
|
|
31252
|
+
width: 14px;
|
|
31253
|
+
border-radius: 50%;
|
|
31254
|
+
flex-shrink: 0;
|
|
31255
|
+
display: flex;
|
|
31256
|
+
align-items: center;
|
|
31257
|
+
justify-content: center;
|
|
31258
|
+
border: 1px solid var(--color);
|
|
31103
31259
|
}
|
|
31104
|
-
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
padding: 0 8px;
|
|
31111
|
-
border-radius: 4px;
|
|
31112
|
-
}
|
|
31113
|
-
|
|
31114
|
-
.E_m855nr1 {
|
|
31115
|
-
padding: 2px 8px;
|
|
31116
|
-
border-radius: 3px;
|
|
31117
|
-
}
|
|
31118
|
-
|
|
31119
|
-
.E_l1270xpg {
|
|
31120
|
-
padding: 3px 8px;
|
|
31121
|
-
border-radius: 2px;
|
|
31122
|
-
}
|
|
31123
|
-
|
|
31124
|
-
.E_t14rextb.ant-tag:hover {
|
|
31125
|
-
opacity: unset;
|
|
31126
|
-
}
|
|
31127
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31128
|
-
margin: 0;
|
|
31129
|
-
margin-right: 8px;
|
|
31130
|
-
display: inline-flex;
|
|
31131
|
-
align-items: center;
|
|
31132
|
-
border: none;
|
|
31133
|
-
}
|
|
31134
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31135
|
-
width: 16px;
|
|
31136
|
-
height: 16px;
|
|
31137
|
-
color: inherit;
|
|
31138
|
-
margin-left: 4px;
|
|
31139
|
-
opacity: 0.6;
|
|
31140
|
-
display: inline-flex;
|
|
31141
|
-
}
|
|
31142
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31143
|
-
opacity: 1;
|
|
31144
|
-
}
|
|
31145
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31146
|
-
color: #0080ff;
|
|
31147
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31148
|
-
}
|
|
31149
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31150
|
-
color: #f0483e;
|
|
31151
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31152
|
-
}
|
|
31153
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31154
|
-
color: #e07f00;
|
|
31155
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31156
|
-
}
|
|
31157
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31158
|
-
color: #008f4c;
|
|
31159
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31160
|
-
}
|
|
31161
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31162
|
-
color: #1d326c;
|
|
31163
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31164
|
-
}
|
|
31165
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31166
|
-
color: #7E41FF;
|
|
31167
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31168
|
-
}
|
|
31169
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31170
|
-
color: #fff;
|
|
31171
|
-
}
|
|
31172
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31173
|
-
background-color: #f0483e;
|
|
31174
|
-
}
|
|
31175
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31176
|
-
background-color: #fea008;
|
|
31177
|
-
}
|
|
31178
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31179
|
-
background-color: #00ba5d;
|
|
31180
|
-
}
|
|
31181
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31182
|
-
background-color: #0080ff;
|
|
31183
|
-
}
|
|
31184
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31185
|
-
background-color: #6b7d99;
|
|
31186
|
-
}
|
|
31187
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31188
|
-
background-color: #7E41FF;
|
|
31189
|
-
}
|
|
31190
|
-
|
|
31191
|
-
.E_c1bus5hc {
|
|
31192
|
-
--color: white;
|
|
31193
|
-
height: 14px;
|
|
31194
|
-
width: 14px;
|
|
31195
|
-
border-radius: 50%;
|
|
31196
|
-
flex-shrink: 0;
|
|
31197
|
-
display: flex;
|
|
31198
|
-
align-items: center;
|
|
31199
|
-
justify-content: center;
|
|
31200
|
-
border: 1px solid var(--color);
|
|
31201
|
-
}
|
|
31202
|
-
.E_c1bus5hc .circle-inner {
|
|
31203
|
-
position: relative;
|
|
31204
|
-
height: 10px;
|
|
31205
|
-
width: 10px;
|
|
31206
|
-
border-radius: 50%;
|
|
31207
|
-
overflow: hidden;
|
|
31260
|
+
.E_c1bus5hc .circle-inner {
|
|
31261
|
+
position: relative;
|
|
31262
|
+
height: 10px;
|
|
31263
|
+
width: 10px;
|
|
31264
|
+
border-radius: 50%;
|
|
31265
|
+
overflow: hidden;
|
|
31208
31266
|
}
|
|
31209
31267
|
.E_c1bus5hc .circle-content {
|
|
31210
31268
|
position: absolute;
|
|
@@ -31228,71 +31286,6 @@ button.E_n7k2c6r {
|
|
|
31228
31286
|
transform: rotate(0deg);
|
|
31229
31287
|
}
|
|
31230
31288
|
|
|
31231
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31232
|
-
display: none;
|
|
31233
|
-
}
|
|
31234
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31235
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31236
|
-
border-radius: 4px;
|
|
31237
|
-
}
|
|
31238
|
-
|
|
31239
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31240
|
-
border-radius: 6px;
|
|
31241
|
-
}
|
|
31242
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
31243
|
-
width: 100%;
|
|
31244
|
-
color: #2d3a56;
|
|
31245
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31246
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31247
|
-
font-size: 13px;
|
|
31248
|
-
}
|
|
31249
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31250
|
-
height: 30px;
|
|
31251
|
-
}
|
|
31252
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31253
|
-
height: 38px;
|
|
31254
|
-
font-size: 13px;
|
|
31255
|
-
}
|
|
31256
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31257
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31258
|
-
transition: 160ms ease;
|
|
31259
|
-
}
|
|
31260
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31261
|
-
color: #0080ff;
|
|
31262
|
-
}
|
|
31263
|
-
.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 {
|
|
31264
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31265
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31266
|
-
}
|
|
31267
|
-
.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 {
|
|
31268
|
-
color: #0080ff;
|
|
31269
|
-
}
|
|
31270
|
-
.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 {
|
|
31271
|
-
border-color: #0080ff;
|
|
31272
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31273
|
-
}
|
|
31274
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31275
|
-
transform: rotate(180deg);
|
|
31276
|
-
}
|
|
31277
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31278
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31279
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31280
|
-
cursor: "not-allowed";
|
|
31281
|
-
}
|
|
31282
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31283
|
-
border-color: #f0483e !important;
|
|
31284
|
-
}
|
|
31285
|
-
.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 {
|
|
31286
|
-
color: #1d326c;
|
|
31287
|
-
}
|
|
31288
|
-
.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 {
|
|
31289
|
-
border-color: #0080ff;
|
|
31290
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31291
|
-
}
|
|
31292
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31293
|
-
transform: rotate(180deg);
|
|
31294
|
-
}
|
|
31295
|
-
|
|
31296
31289
|
.E_s1dizucg.ant-switch {
|
|
31297
31290
|
min-width: 40px;
|
|
31298
31291
|
height: 24px;
|
|
@@ -31348,491 +31341,233 @@ button.E_n7k2c6r {
|
|
|
31348
31341
|
margin-left: 5px;
|
|
31349
31342
|
}
|
|
31350
31343
|
|
|
31351
|
-
.
|
|
31352
|
-
|
|
31344
|
+
.E_ivqqkzv {
|
|
31345
|
+
height: 24px;
|
|
31346
|
+
width: 56px !important;
|
|
31347
|
+
margin-right: 4px;
|
|
31353
31348
|
}
|
|
31354
31349
|
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31357
|
-
line-height: 18px;
|
|
31358
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31359
|
-
height: 34px;
|
|
31360
|
-
min-height: 34px;
|
|
31361
|
-
box-sizing: border-box;
|
|
31362
|
-
margin-top: 8px;
|
|
31350
|
+
.E_c1wk4q29 {
|
|
31351
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31363
31352
|
}
|
|
31364
31353
|
|
|
31365
|
-
.
|
|
31354
|
+
.E_cnujxq2 {
|
|
31366
31355
|
display: flex;
|
|
31367
31356
|
flex-direction: column;
|
|
31368
|
-
margin: 1px 8px;
|
|
31369
|
-
padding: 8px;
|
|
31370
|
-
border-radius: 4px;
|
|
31371
31357
|
}
|
|
31372
|
-
|
|
31373
|
-
|
|
31358
|
+
|
|
31359
|
+
.E_m7s48ia {
|
|
31360
|
+
max-width: 1120px;
|
|
31361
|
+
width: 100%;
|
|
31362
|
+
margin: 0 auto;
|
|
31363
|
+
height: 100%;
|
|
31374
31364
|
}
|
|
31375
|
-
|
|
31376
|
-
|
|
31365
|
+
|
|
31366
|
+
.E_wt5zbg6 {
|
|
31367
|
+
max-width: 1120px;
|
|
31368
|
+
width: 100%;
|
|
31369
|
+
margin: 0 auto;
|
|
31370
|
+
display: flex;
|
|
31377
31371
|
}
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31372
|
+
.E_wt5zbg6 .left,
|
|
31373
|
+
.E_wt5zbg6 .right {
|
|
31374
|
+
flex-grow: 0;
|
|
31375
|
+
flex-shrink: 0;
|
|
31376
|
+
flex-basis: 21%;
|
|
31380
31377
|
}
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31378
|
+
.E_wt5zbg6 .left {
|
|
31379
|
+
display: flex;
|
|
31380
|
+
justify-content: flex-end;
|
|
31381
|
+
padding-right: 44px;
|
|
31383
31382
|
}
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31383
|
+
.E_wt5zbg6 .right {
|
|
31384
|
+
padding-left: 44px;
|
|
31386
31385
|
}
|
|
31387
|
-
.
|
|
31388
|
-
|
|
31386
|
+
.E_wt5zbg6 .middle {
|
|
31387
|
+
margin-bottom: 40px;
|
|
31388
|
+
flex-grow: 0;
|
|
31389
|
+
flex-shrink: 0;
|
|
31390
|
+
flex-basis: 58%;
|
|
31389
31391
|
}
|
|
31390
|
-
.
|
|
31391
|
-
|
|
31392
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31393
|
+
width: 100%;
|
|
31392
31394
|
}
|
|
31393
|
-
.
|
|
31394
|
-
|
|
31395
|
-
color: #0080ff;
|
|
31395
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31396
|
+
width: auto;
|
|
31396
31397
|
}
|
|
31397
31398
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
line-height: 20px;
|
|
31399
|
+
.E_h18jprzg .ant-modal-header {
|
|
31400
|
+
margin: 0 auto;
|
|
31401
|
+
width: 100%;
|
|
31402
|
+
max-width: 648px;
|
|
31403
31403
|
}
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31404
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31405
|
+
margin-left: 0;
|
|
31406
|
+
}
|
|
31407
|
+
.E_h18jprzg .ant-modal-body {
|
|
31408
|
+
margin: 0 auto;
|
|
31409
|
+
padding: 0;
|
|
31410
|
+
width: 100%;
|
|
31411
|
+
max-width: 648px;
|
|
31406
31412
|
overflow: hidden;
|
|
31407
|
-
text-overflow: ellipsis;
|
|
31408
31413
|
}
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
display: flex;
|
|
31412
|
-
justify-content: space-between;
|
|
31413
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31414
|
-
height: 18px;
|
|
31415
|
-
line-height: 18px;
|
|
31416
|
-
margin-top: 2px;
|
|
31414
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31415
|
+
margin-bottom: 40px;
|
|
31417
31416
|
}
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
margin-right: 0;
|
|
31422
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31417
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31418
|
+
height: calc(100vh - 225px);
|
|
31419
|
+
overflow-y: auto;
|
|
31423
31420
|
}
|
|
31424
|
-
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
height: 32px;
|
|
31428
|
-
width: 100%;
|
|
31429
|
-
opacity: 0;
|
|
31421
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31422
|
+
margin: 0 auto;
|
|
31423
|
+
max-width: 648px;
|
|
31430
31424
|
}
|
|
31431
31425
|
|
|
31432
|
-
.
|
|
31426
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31427
|
+
margin: 0 auto;
|
|
31433
31428
|
width: 100%;
|
|
31434
|
-
|
|
31435
|
-
flex-flow: nowrap !important;
|
|
31436
|
-
line-break: auto;
|
|
31429
|
+
max-width: 1024px;
|
|
31437
31430
|
}
|
|
31438
|
-
.
|
|
31439
|
-
|
|
31440
|
-
padding-bottom: 0 !important;
|
|
31431
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31432
|
+
margin-left: 0;
|
|
31441
31433
|
}
|
|
31442
|
-
.
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31434
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31435
|
+
margin: 0 auto;
|
|
31436
|
+
padding: 0;
|
|
31437
|
+
width: 100%;
|
|
31438
|
+
max-width: 1024px;
|
|
31439
|
+
overflow: hidden;
|
|
31448
31440
|
}
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31441
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31442
|
+
margin-bottom: 40px;
|
|
31451
31443
|
}
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31444
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31445
|
+
height: calc(100vh - 225px);
|
|
31446
|
+
overflow-y: auto;
|
|
31454
31447
|
}
|
|
31455
|
-
.
|
|
31456
|
-
margin
|
|
31457
|
-
|
|
31458
|
-
min-height: 0px;
|
|
31448
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31449
|
+
margin: 0 auto;
|
|
31450
|
+
max-width: 1024px;
|
|
31459
31451
|
}
|
|
31460
|
-
|
|
31461
|
-
|
|
31452
|
+
|
|
31453
|
+
.E_f1lrhghm {
|
|
31454
|
+
flex: 1;
|
|
31455
|
+
}
|
|
31456
|
+
.E_f1lrhghm label {
|
|
31457
|
+
font-size: 13px;
|
|
31458
|
+
line-height: 20px;
|
|
31462
31459
|
color: rgba(44, 56, 82, 0.6);
|
|
31463
|
-
min-height: 0px;
|
|
31464
31460
|
}
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
display: flex;
|
|
31471
|
-
flex-direction: column;
|
|
31472
|
-
justify-content: center;
|
|
31473
|
-
align-items: center;
|
|
31461
|
+
.E_f1lrhghm .title {
|
|
31462
|
+
font-size: 14px;
|
|
31463
|
+
line-height: 20px;
|
|
31464
|
+
color: #2d3a56;
|
|
31465
|
+
margin-bottom: 12px;
|
|
31474
31466
|
}
|
|
31475
|
-
.
|
|
31476
|
-
|
|
31467
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31468
|
+
padding-bottom: 26px;
|
|
31469
|
+
}
|
|
31470
|
+
|
|
31471
|
+
.E_f18ot8em {
|
|
31472
|
+
padding: 25px 0 15px 0;
|
|
31473
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31477
31474
|
margin-bottom: 16px;
|
|
31478
|
-
font-size: 18px;
|
|
31479
31475
|
}
|
|
31480
31476
|
|
|
31481
|
-
.
|
|
31482
|
-
display:
|
|
31477
|
+
.E_f1l1g2k0 {
|
|
31478
|
+
display: flex;
|
|
31483
31479
|
align-items: center;
|
|
31480
|
+
margin-bottom: 8px;
|
|
31484
31481
|
}
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31487
|
-
align-items: center;
|
|
31488
|
-
justify-content: center;
|
|
31482
|
+
.E_f1l1g2k0 > label {
|
|
31483
|
+
width: 216px;
|
|
31489
31484
|
}
|
|
31490
|
-
.
|
|
31491
|
-
|
|
31492
|
-
margin-left: 4px;
|
|
31485
|
+
.E_f1l1g2k0 > label + * {
|
|
31486
|
+
width: 100%;
|
|
31493
31487
|
}
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31496
|
-
animation: rotate 680ms linear infinite;
|
|
31488
|
+
.E_f1l1g2k0 .ant-select {
|
|
31489
|
+
width: 100%;
|
|
31497
31490
|
}
|
|
31498
31491
|
|
|
31499
|
-
.
|
|
31500
|
-
|
|
31492
|
+
.E_e1k89cwg {
|
|
31493
|
+
color: #e75a3a;
|
|
31494
|
+
margin-right: 10px;
|
|
31501
31495
|
}
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
line-height: 1.5715;
|
|
31505
|
-
height: 100%;
|
|
31496
|
+
|
|
31497
|
+
.E_d1oui1gf {
|
|
31506
31498
|
width: 100%;
|
|
31499
|
+
height: 1px;
|
|
31500
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31501
|
+
margin: 24px 0;
|
|
31507
31502
|
}
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
display:
|
|
31511
|
-
|
|
31512
|
-
align-items: center;
|
|
31513
|
-
margin-left: 4px;
|
|
31514
|
-
padding: 5px 12px 5px 0;
|
|
31515
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31516
|
-
}
|
|
31517
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31518
|
-
content: var(--ai7qkf2-3);
|
|
31519
|
-
display: var(--ai7qkf2-4);
|
|
31520
|
-
flex: none;
|
|
31503
|
+
|
|
31504
|
+
.E_l15itdbb {
|
|
31505
|
+
display: flex;
|
|
31506
|
+
justify-content: center;
|
|
31521
31507
|
align-items: center;
|
|
31522
|
-
|
|
31523
|
-
cursor: auto;
|
|
31524
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31525
|
-
}
|
|
31526
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31527
|
-
border-radius: 0;
|
|
31508
|
+
height: 100%;
|
|
31528
31509
|
}
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31510
|
+
|
|
31511
|
+
.E_d1y3z4w {
|
|
31512
|
+
display: inline-block;
|
|
31513
|
+
width: 4px;
|
|
31514
|
+
height: 4px;
|
|
31515
|
+
background: #8e9aa9;
|
|
31516
|
+
opacity: 0.4;
|
|
31517
|
+
border-radius: 50%;
|
|
31518
|
+
margin: 0 4px;
|
|
31532
31519
|
}
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31520
|
+
|
|
31521
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31522
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31523
|
+
width: 648px;
|
|
31524
|
+
margin: 0 auto;
|
|
31537
31525
|
}
|
|
31538
|
-
.
|
|
31539
|
-
|
|
31540
|
-
|
|
31526
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31527
|
+
padding: 35px 0 24px;
|
|
31528
|
+
border: none;
|
|
31541
31529
|
}
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31544
|
-
border: 1px;
|
|
31545
|
-
padding: 5px 12px;
|
|
31546
|
-
font-size: inherit;
|
|
31530
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31531
|
+
font-size: 30px;
|
|
31547
31532
|
}
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31550
|
-
border: 1px;
|
|
31551
|
-
padding: 8px 16px;
|
|
31533
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31534
|
+
padding: 4px 0 2px;
|
|
31552
31535
|
}
|
|
31553
|
-
.
|
|
31554
|
-
|
|
31555
|
-
border: 1px;
|
|
31556
|
-
padding: 2px 8px;
|
|
31536
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31537
|
+
border: none;
|
|
31557
31538
|
}
|
|
31558
31539
|
|
|
31559
|
-
.
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31540
|
+
.E_t1wwio3v {
|
|
31541
|
+
font-size: 12px;
|
|
31542
|
+
line-height: 18px;
|
|
31543
|
+
font-weight: bold;
|
|
31544
|
+
color: #fff;
|
|
31545
|
+
padding: 0 4px;
|
|
31546
|
+
border-radius: 4px;
|
|
31547
|
+
display: inline-block;
|
|
31548
|
+
background: var(--t1wwio3v-0);
|
|
31567
31549
|
}
|
|
31568
|
-
.
|
|
31569
|
-
content: var(--a1wfy30z-1);
|
|
31570
|
-
display: var(--a1wfy30z-2);
|
|
31571
|
-
flex: none;
|
|
31572
|
-
align-items: center;
|
|
31550
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31573
31551
|
margin-left: 4px;
|
|
31574
31552
|
}
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31553
|
+
|
|
31554
|
+
.E_f17jvtfk {
|
|
31555
|
+
width: 100%;
|
|
31556
|
+
height: 100%;
|
|
31557
|
+
display: flex;
|
|
31579
31558
|
align-items: center;
|
|
31580
|
-
|
|
31581
|
-
cursor: auto;
|
|
31582
|
-
}
|
|
31583
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31584
|
-
padding: 0;
|
|
31585
|
-
margin: 0;
|
|
31586
|
-
height: auto;
|
|
31587
|
-
font-size: inherit;
|
|
31559
|
+
justify-content: center;
|
|
31588
31560
|
}
|
|
31589
31561
|
|
|
31590
|
-
.
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
padding:
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
.
|
|
31598
|
-
|
|
31599
|
-
}
|
|
31600
|
-
|
|
31601
|
-
.E_h1jsgezc {
|
|
31602
|
-
visibility: hidden;
|
|
31603
|
-
position: absolute;
|
|
31604
|
-
}
|
|
31605
|
-
|
|
31606
|
-
.E_i1inqkme {
|
|
31607
|
-
height: 18px;
|
|
31608
|
-
line-height: 18px;
|
|
31609
|
-
padding: 0 4px;
|
|
31610
|
-
border-radius: 4px;
|
|
31611
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31612
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31613
|
-
display: flex;
|
|
31614
|
-
align-items: center;
|
|
31615
|
-
white-space: nowrap;
|
|
31616
|
-
margin-right: 4px;
|
|
31617
|
-
}
|
|
31618
|
-
|
|
31619
|
-
.E_cnujxq2 {
|
|
31620
|
-
display: flex;
|
|
31621
|
-
flex-direction: column;
|
|
31622
|
-
}
|
|
31623
|
-
|
|
31624
|
-
.E_m7s48ia {
|
|
31625
|
-
max-width: 1120px;
|
|
31626
|
-
width: 100%;
|
|
31627
|
-
margin: 0 auto;
|
|
31628
|
-
height: 100%;
|
|
31629
|
-
}
|
|
31630
|
-
|
|
31631
|
-
.E_wt5zbg6 {
|
|
31632
|
-
max-width: 1120px;
|
|
31633
|
-
width: 100%;
|
|
31634
|
-
margin: 0 auto;
|
|
31635
|
-
display: flex;
|
|
31636
|
-
}
|
|
31637
|
-
.E_wt5zbg6 .left,
|
|
31638
|
-
.E_wt5zbg6 .right {
|
|
31639
|
-
flex-grow: 0;
|
|
31640
|
-
flex-shrink: 0;
|
|
31641
|
-
flex-basis: 21%;
|
|
31642
|
-
}
|
|
31643
|
-
.E_wt5zbg6 .left {
|
|
31644
|
-
display: flex;
|
|
31645
|
-
justify-content: flex-end;
|
|
31646
|
-
padding-right: 44px;
|
|
31647
|
-
}
|
|
31648
|
-
.E_wt5zbg6 .right {
|
|
31649
|
-
padding-left: 44px;
|
|
31650
|
-
}
|
|
31651
|
-
.E_wt5zbg6 .middle {
|
|
31652
|
-
margin-bottom: 40px;
|
|
31653
|
-
flex-grow: 0;
|
|
31654
|
-
flex-shrink: 0;
|
|
31655
|
-
flex-basis: 58%;
|
|
31656
|
-
}
|
|
31657
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
31658
|
-
width: 100%;
|
|
31659
|
-
}
|
|
31660
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31661
|
-
width: auto;
|
|
31662
|
-
}
|
|
31663
|
-
|
|
31664
|
-
.E_h18jprzg .ant-modal-header {
|
|
31665
|
-
margin: 0 auto;
|
|
31666
|
-
width: 100%;
|
|
31667
|
-
max-width: 648px;
|
|
31668
|
-
}
|
|
31669
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31670
|
-
margin-left: 0;
|
|
31671
|
-
}
|
|
31672
|
-
.E_h18jprzg .ant-modal-body {
|
|
31673
|
-
margin: 0 auto;
|
|
31674
|
-
padding: 0;
|
|
31675
|
-
width: 100%;
|
|
31676
|
-
max-width: 648px;
|
|
31677
|
-
overflow: hidden;
|
|
31678
|
-
}
|
|
31679
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31680
|
-
margin-bottom: 40px;
|
|
31681
|
-
}
|
|
31682
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31683
|
-
height: calc(100vh - 225px);
|
|
31684
|
-
overflow-y: auto;
|
|
31685
|
-
}
|
|
31686
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31687
|
-
margin: 0 auto;
|
|
31688
|
-
max-width: 648px;
|
|
31689
|
-
}
|
|
31690
|
-
|
|
31691
|
-
.E_h16z9xgz .ant-modal-header {
|
|
31692
|
-
margin: 0 auto;
|
|
31693
|
-
width: 100%;
|
|
31694
|
-
max-width: 1024px;
|
|
31695
|
-
}
|
|
31696
|
-
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31697
|
-
margin-left: 0;
|
|
31698
|
-
}
|
|
31699
|
-
.E_h16z9xgz .ant-modal-body {
|
|
31700
|
-
margin: 0 auto;
|
|
31701
|
-
padding: 0;
|
|
31702
|
-
width: 100%;
|
|
31703
|
-
max-width: 1024px;
|
|
31704
|
-
overflow: hidden;
|
|
31705
|
-
}
|
|
31706
|
-
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31707
|
-
margin-bottom: 40px;
|
|
31708
|
-
}
|
|
31709
|
-
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31710
|
-
height: calc(100vh - 225px);
|
|
31711
|
-
overflow-y: auto;
|
|
31712
|
-
}
|
|
31713
|
-
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31714
|
-
margin: 0 auto;
|
|
31715
|
-
max-width: 1024px;
|
|
31716
|
-
}
|
|
31717
|
-
|
|
31718
|
-
.E_f1lrhghm {
|
|
31719
|
-
flex: 1;
|
|
31720
|
-
}
|
|
31721
|
-
.E_f1lrhghm label {
|
|
31722
|
-
font-size: 13px;
|
|
31723
|
-
line-height: 20px;
|
|
31724
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31725
|
-
}
|
|
31726
|
-
.E_f1lrhghm .title {
|
|
31727
|
-
font-size: 14px;
|
|
31728
|
-
line-height: 20px;
|
|
31729
|
-
color: #2d3a56;
|
|
31730
|
-
margin-bottom: 12px;
|
|
31731
|
-
}
|
|
31732
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
31733
|
-
padding-bottom: 26px;
|
|
31734
|
-
}
|
|
31735
|
-
|
|
31736
|
-
.E_f18ot8em {
|
|
31737
|
-
padding: 25px 0 15px 0;
|
|
31738
|
-
border-bottom: 1px solid #e1e5eb;
|
|
31739
|
-
margin-bottom: 16px;
|
|
31740
|
-
}
|
|
31741
|
-
|
|
31742
|
-
.E_f1l1g2k0 {
|
|
31743
|
-
display: flex;
|
|
31744
|
-
align-items: center;
|
|
31745
|
-
margin-bottom: 8px;
|
|
31746
|
-
}
|
|
31747
|
-
.E_f1l1g2k0 > label {
|
|
31748
|
-
width: 216px;
|
|
31749
|
-
}
|
|
31750
|
-
.E_f1l1g2k0 > label + * {
|
|
31751
|
-
width: 100%;
|
|
31752
|
-
}
|
|
31753
|
-
.E_f1l1g2k0 .ant-select {
|
|
31754
|
-
width: 100%;
|
|
31755
|
-
}
|
|
31756
|
-
|
|
31757
|
-
.E_e1k89cwg {
|
|
31758
|
-
color: #e75a3a;
|
|
31759
|
-
margin-right: 10px;
|
|
31760
|
-
}
|
|
31761
|
-
|
|
31762
|
-
.E_d1oui1gf {
|
|
31763
|
-
width: 100%;
|
|
31764
|
-
height: 1px;
|
|
31765
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31766
|
-
margin: 24px 0;
|
|
31767
|
-
}
|
|
31768
|
-
|
|
31769
|
-
.E_l15itdbb {
|
|
31770
|
-
display: flex;
|
|
31771
|
-
justify-content: center;
|
|
31772
|
-
align-items: center;
|
|
31773
|
-
height: 100%;
|
|
31774
|
-
}
|
|
31775
|
-
|
|
31776
|
-
.E_d1y3z4w {
|
|
31777
|
-
display: inline-block;
|
|
31778
|
-
width: 4px;
|
|
31779
|
-
height: 4px;
|
|
31780
|
-
background: #8e9aa9;
|
|
31781
|
-
opacity: 0.4;
|
|
31782
|
-
border-radius: 50%;
|
|
31783
|
-
margin: 0 4px;
|
|
31784
|
-
}
|
|
31785
|
-
|
|
31786
|
-
.E_m177r7a3 .ant-modal-header,
|
|
31787
|
-
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31788
|
-
width: 648px;
|
|
31789
|
-
margin: 0 auto;
|
|
31790
|
-
}
|
|
31791
|
-
.E_m177r7a3 .ant-modal-header {
|
|
31792
|
-
padding: 35px 0 24px;
|
|
31793
|
-
border: none;
|
|
31794
|
-
}
|
|
31795
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31796
|
-
font-size: 30px;
|
|
31797
|
-
}
|
|
31798
|
-
.E_m177r7a3 .ant-modal-body {
|
|
31799
|
-
padding: 4px 0 2px;
|
|
31800
|
-
}
|
|
31801
|
-
.E_m177r7a3 .ant-modal-footer {
|
|
31802
|
-
border: none;
|
|
31803
|
-
}
|
|
31804
|
-
|
|
31805
|
-
.E_t1wwio3v {
|
|
31806
|
-
font-size: 12px;
|
|
31807
|
-
line-height: 18px;
|
|
31808
|
-
font-weight: bold;
|
|
31809
|
-
color: #fff;
|
|
31810
|
-
padding: 0 4px;
|
|
31811
|
-
border-radius: 4px;
|
|
31812
|
-
display: inline-block;
|
|
31813
|
-
background: var(--t1wwio3v-0);
|
|
31814
|
-
}
|
|
31815
|
-
.E_t1wwio3v:not(:first-child) {
|
|
31816
|
-
margin-left: 4px;
|
|
31817
|
-
}
|
|
31818
|
-
|
|
31819
|
-
.E_f17jvtfk {
|
|
31820
|
-
width: 100%;
|
|
31821
|
-
height: 100%;
|
|
31822
|
-
display: flex;
|
|
31823
|
-
align-items: center;
|
|
31824
|
-
justify-content: center;
|
|
31825
|
-
}
|
|
31826
|
-
|
|
31827
|
-
.E_nzppkea {
|
|
31828
|
-
font-size: 90%;
|
|
31829
|
-
font-weight: bold;
|
|
31830
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31831
|
-
padding: 1px 4px 1px;
|
|
31832
|
-
margin-left: 2px;
|
|
31833
|
-
margin-right: 2px;
|
|
31834
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31835
|
-
border-radius: 4px;
|
|
31562
|
+
.E_nzppkea {
|
|
31563
|
+
font-size: 90%;
|
|
31564
|
+
font-weight: bold;
|
|
31565
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31566
|
+
padding: 1px 4px 1px;
|
|
31567
|
+
margin-left: 2px;
|
|
31568
|
+
margin-right: 2px;
|
|
31569
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31570
|
+
border-radius: 4px;
|
|
31836
31571
|
}
|
|
31837
31572
|
|
|
31838
31573
|
.E_f4mi9eq.form-item-general {
|
|
@@ -32194,115 +31929,410 @@ textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
|
32194
31929
|
transition: margin-left 150ms ease;
|
|
32195
31930
|
margin-left: 0px;
|
|
32196
31931
|
}
|
|
32197
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32198
|
-
margin-left: 16px;
|
|
31932
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31933
|
+
margin-left: 16px;
|
|
31934
|
+
}
|
|
31935
|
+
|
|
31936
|
+
input.E_l1f7td1d.ant-input {
|
|
31937
|
+
border-top-right-radius: 0;
|
|
31938
|
+
border-bottom-right-radius: 0;
|
|
31939
|
+
}
|
|
31940
|
+
|
|
31941
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31942
|
+
border-top-right-radius: 0;
|
|
31943
|
+
border-bottom-right-radius: 0;
|
|
31944
|
+
}
|
|
31945
|
+
|
|
31946
|
+
input.E_rf8rlle.ant-input {
|
|
31947
|
+
border-top-left-radius: 0;
|
|
31948
|
+
border-bottom-left-radius: 0;
|
|
31949
|
+
}
|
|
31950
|
+
|
|
31951
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31952
|
+
border-top-left-radius: 0;
|
|
31953
|
+
border-bottom-left-radius: 0;
|
|
31954
|
+
}
|
|
31955
|
+
|
|
31956
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
31957
|
+
border-top-right-radius: 0;
|
|
31958
|
+
border-bottom-right-radius: 0;
|
|
31959
|
+
}
|
|
31960
|
+
|
|
31961
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
31962
|
+
border-top-left-radius: 0;
|
|
31963
|
+
border-bottom-left-radius: 0;
|
|
31964
|
+
}
|
|
31965
|
+
|
|
31966
|
+
.E_c3ni091 {
|
|
31967
|
+
display: flex;
|
|
31968
|
+
flex-direction: column;
|
|
31969
|
+
}
|
|
31970
|
+
.E_c3ni091 .select-wrapper {
|
|
31971
|
+
margin-top: 12px;
|
|
31972
|
+
}
|
|
31973
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31974
|
+
width: 100%;
|
|
31975
|
+
}
|
|
31976
|
+
.E_c3ni091 .radio-wrapper {
|
|
31977
|
+
margin-top: 24px;
|
|
31978
|
+
}
|
|
31979
|
+
.E_c3ni091 div.form-item {
|
|
31980
|
+
width: 100%;
|
|
31981
|
+
}
|
|
31982
|
+
|
|
31983
|
+
.E_d105ju2d {
|
|
31984
|
+
font-size: 14px;
|
|
31985
|
+
font-weight: 500;
|
|
31986
|
+
color: #3e4652;
|
|
31987
|
+
line-height: 18px;
|
|
31988
|
+
}
|
|
31989
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31990
|
+
margin-top: 16px;
|
|
31991
|
+
}
|
|
31992
|
+
.E_d105ju2d + * {
|
|
31993
|
+
margin-top: 16px;
|
|
31994
|
+
}
|
|
31995
|
+
|
|
31996
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31997
|
+
font-size: 12px;
|
|
31998
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31999
|
+
margin-top: 12px;
|
|
32000
|
+
}
|
|
32001
|
+
|
|
32002
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32003
|
+
line-height: 18px;
|
|
32004
|
+
font-weight: 500;
|
|
32005
|
+
margin-top: 0;
|
|
32006
|
+
white-space: initial;
|
|
32007
|
+
}
|
|
32008
|
+
|
|
32009
|
+
.E_r1skkc3l {
|
|
32010
|
+
display: block;
|
|
32011
|
+
}
|
|
32012
|
+
.E_r1skkc3l span {
|
|
32013
|
+
font-size: 14px;
|
|
32014
|
+
font-weight: 500;
|
|
32015
|
+
line-height: 32px;
|
|
32016
|
+
color: #3e4652;
|
|
32017
|
+
}
|
|
32018
|
+
|
|
32019
|
+
.E_c3cobmo {
|
|
32020
|
+
margin-top: 16px;
|
|
32021
|
+
padding: 8px;
|
|
32022
|
+
border-radius: 6px;
|
|
32023
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32024
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32025
|
+
font-size: 12px;
|
|
32026
|
+
}
|
|
32027
|
+
.E_c3cobmo div {
|
|
32028
|
+
line-height: 20px;
|
|
32029
|
+
display: flex;
|
|
32030
|
+
align-items: center;
|
|
32031
|
+
word-break: break-all;
|
|
32032
|
+
}
|
|
32033
|
+
.E_c3cobmo .title {
|
|
32034
|
+
font-weight: 700;
|
|
32035
|
+
line-height: 18px;
|
|
32036
|
+
margin: 4px 0;
|
|
32037
|
+
}
|
|
32038
|
+
|
|
32039
|
+
.E_uqv57uv {
|
|
32040
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32041
|
+
}
|
|
32042
|
+
|
|
32043
|
+
.E_s1dni7lo {
|
|
32044
|
+
width: 430px !important;
|
|
32045
|
+
}
|
|
32046
|
+
|
|
32047
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32048
|
+
padding: 8px 16px;
|
|
32049
|
+
line-height: 18px;
|
|
32050
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32051
|
+
height: 34px;
|
|
32052
|
+
min-height: 34px;
|
|
32053
|
+
box-sizing: border-box;
|
|
32054
|
+
margin-top: 8px;
|
|
32055
|
+
}
|
|
32056
|
+
|
|
32057
|
+
.E_o1ugr09p {
|
|
32058
|
+
display: flex;
|
|
32059
|
+
flex-direction: column;
|
|
32060
|
+
margin: 1px 8px;
|
|
32061
|
+
padding: 8px;
|
|
32062
|
+
border-radius: 4px;
|
|
32063
|
+
}
|
|
32064
|
+
.E_o1ugr09p .selected-icon {
|
|
32065
|
+
display: none;
|
|
32066
|
+
}
|
|
32067
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32068
|
+
padding-left: 8px;
|
|
32069
|
+
}
|
|
32070
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32071
|
+
background-color: white;
|
|
32072
|
+
}
|
|
32073
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32074
|
+
color: #0080ff;
|
|
32075
|
+
}
|
|
32076
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32077
|
+
display: block;
|
|
32078
|
+
}
|
|
32079
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32080
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32081
|
+
}
|
|
32082
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32083
|
+
color: #0080ff;
|
|
32084
|
+
}
|
|
32085
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32086
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32087
|
+
color: #0080ff;
|
|
32088
|
+
}
|
|
32089
|
+
|
|
32090
|
+
.E_o1ifxsq4 {
|
|
32091
|
+
display: flex;
|
|
32092
|
+
justify-content: space-between;
|
|
32093
|
+
height: 20px;
|
|
32094
|
+
line-height: 20px;
|
|
32095
|
+
}
|
|
32096
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32097
|
+
color: #2d3a56;
|
|
32098
|
+
overflow: hidden;
|
|
32099
|
+
text-overflow: ellipsis;
|
|
32100
|
+
}
|
|
32101
|
+
|
|
32102
|
+
.E_o1zue7 {
|
|
32103
|
+
display: flex;
|
|
32104
|
+
justify-content: space-between;
|
|
32105
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32106
|
+
height: 18px;
|
|
32107
|
+
line-height: 18px;
|
|
32108
|
+
margin-top: 2px;
|
|
32109
|
+
}
|
|
32110
|
+
|
|
32111
|
+
.E_tyfmlxg {
|
|
32112
|
+
border: none;
|
|
32113
|
+
margin-right: 0;
|
|
32114
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32115
|
+
}
|
|
32116
|
+
|
|
32117
|
+
.E_o18uybox {
|
|
32118
|
+
pointer-events: none;
|
|
32119
|
+
height: 32px;
|
|
32120
|
+
width: 100%;
|
|
32121
|
+
opacity: 0;
|
|
32122
|
+
}
|
|
32123
|
+
|
|
32124
|
+
.E_s1sck0th {
|
|
32125
|
+
padding: 0 8px;
|
|
32126
|
+
border-radius: 4px;
|
|
32127
|
+
}
|
|
32128
|
+
|
|
32129
|
+
.E_m855nr1 {
|
|
32130
|
+
padding: 2px 8px;
|
|
32131
|
+
border-radius: 3px;
|
|
32132
|
+
}
|
|
32133
|
+
|
|
32134
|
+
.E_l1270xpg {
|
|
32135
|
+
padding: 3px 8px;
|
|
32136
|
+
border-radius: 2px;
|
|
32137
|
+
}
|
|
32138
|
+
|
|
32139
|
+
.E_t14rextb.ant-tag:hover {
|
|
32140
|
+
opacity: unset;
|
|
32141
|
+
}
|
|
32142
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32143
|
+
margin: 0;
|
|
32144
|
+
margin-right: 8px;
|
|
32145
|
+
display: inline-flex;
|
|
32146
|
+
align-items: center;
|
|
32147
|
+
border: none;
|
|
32148
|
+
}
|
|
32149
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32150
|
+
width: 16px;
|
|
32151
|
+
height: 16px;
|
|
32152
|
+
color: inherit;
|
|
32153
|
+
margin-left: 4px;
|
|
32154
|
+
opacity: 0.6;
|
|
32155
|
+
display: inline-flex;
|
|
32156
|
+
}
|
|
32157
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32158
|
+
opacity: 1;
|
|
32159
|
+
}
|
|
32160
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32161
|
+
color: #0080ff;
|
|
32162
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32163
|
+
}
|
|
32164
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32165
|
+
color: #f0483e;
|
|
32166
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32167
|
+
}
|
|
32168
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32169
|
+
color: #e07f00;
|
|
32170
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32171
|
+
}
|
|
32172
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32173
|
+
color: #008f4c;
|
|
32174
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32175
|
+
}
|
|
32176
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32177
|
+
color: #1d326c;
|
|
32178
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32179
|
+
}
|
|
32180
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32181
|
+
color: #7E41FF;
|
|
32182
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32183
|
+
}
|
|
32184
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32185
|
+
color: #fff;
|
|
32186
|
+
}
|
|
32187
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32188
|
+
background-color: #f0483e;
|
|
32189
|
+
}
|
|
32190
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32191
|
+
background-color: #fea008;
|
|
32192
|
+
}
|
|
32193
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32194
|
+
background-color: #00ba5d;
|
|
32195
|
+
}
|
|
32196
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32197
|
+
background-color: #0080ff;
|
|
32198
|
+
}
|
|
32199
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32200
|
+
background-color: #6b7d99;
|
|
32199
32201
|
}
|
|
32200
|
-
|
|
32201
|
-
|
|
32202
|
-
border-top-right-radius: 0;
|
|
32203
|
-
border-bottom-right-radius: 0;
|
|
32202
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32203
|
+
background-color: #7E41FF;
|
|
32204
32204
|
}
|
|
32205
32205
|
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32208
|
-
border-bottom-right-radius: 0;
|
|
32206
|
+
.E_tju3gfj .date {
|
|
32207
|
+
margin-right: 4px;
|
|
32209
32208
|
}
|
|
32210
32209
|
|
|
32211
|
-
|
|
32212
|
-
|
|
32213
|
-
border-bottom-left-radius: 0;
|
|
32210
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32211
|
+
display: none;
|
|
32214
32212
|
}
|
|
32215
|
-
|
|
32216
|
-
.
|
|
32217
|
-
border-
|
|
32218
|
-
border-bottom-left-radius: 0;
|
|
32213
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32214
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32215
|
+
border-radius: 4px;
|
|
32219
32216
|
}
|
|
32220
32217
|
|
|
32221
|
-
.
|
|
32222
|
-
border-
|
|
32223
|
-
border-bottom-right-radius: 0;
|
|
32218
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32219
|
+
border-radius: 6px;
|
|
32224
32220
|
}
|
|
32225
|
-
|
|
32226
|
-
|
|
32227
|
-
|
|
32228
|
-
border-
|
|
32221
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
32222
|
+
width: 100%;
|
|
32223
|
+
color: #2d3a56;
|
|
32224
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32225
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32226
|
+
font-size: 13px;
|
|
32229
32227
|
}
|
|
32230
|
-
|
|
32231
|
-
|
|
32232
|
-
display: flex;
|
|
32233
|
-
flex-direction: column;
|
|
32228
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32229
|
+
height: 30px;
|
|
32234
32230
|
}
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32231
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32232
|
+
height: 38px;
|
|
32233
|
+
font-size: 13px;
|
|
32237
32234
|
}
|
|
32238
|
-
.
|
|
32239
|
-
|
|
32235
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32236
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32237
|
+
transition: 160ms ease;
|
|
32240
32238
|
}
|
|
32241
|
-
.
|
|
32242
|
-
|
|
32239
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32240
|
+
color: #0080ff;
|
|
32243
32241
|
}
|
|
32244
|
-
.
|
|
32245
|
-
|
|
32242
|
+
.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 {
|
|
32243
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32244
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32246
32245
|
}
|
|
32247
|
-
|
|
32248
|
-
|
|
32249
|
-
font-size: 14px;
|
|
32250
|
-
font-weight: 500;
|
|
32251
|
-
color: #3e4652;
|
|
32252
|
-
line-height: 18px;
|
|
32246
|
+
.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 {
|
|
32247
|
+
color: #0080ff;
|
|
32253
32248
|
}
|
|
32254
|
-
.
|
|
32255
|
-
|
|
32249
|
+
.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 {
|
|
32250
|
+
border-color: #0080ff;
|
|
32251
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32256
32252
|
}
|
|
32257
|
-
.
|
|
32258
|
-
|
|
32253
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32254
|
+
transform: rotate(180deg);
|
|
32255
|
+
}
|
|
32256
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32257
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32258
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32259
|
+
cursor: "not-allowed";
|
|
32260
|
+
}
|
|
32261
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32262
|
+
border-color: #f0483e !important;
|
|
32263
|
+
}
|
|
32264
|
+
.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 {
|
|
32265
|
+
color: #1d326c;
|
|
32266
|
+
}
|
|
32267
|
+
.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 {
|
|
32268
|
+
border-color: #0080ff;
|
|
32269
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32270
|
+
}
|
|
32271
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32272
|
+
transform: rotate(180deg);
|
|
32259
32273
|
}
|
|
32260
32274
|
|
|
32261
|
-
.
|
|
32262
|
-
|
|
32263
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32264
|
-
margin-top: 12px;
|
|
32275
|
+
.E_iq1gosr {
|
|
32276
|
+
display: inline-block;
|
|
32265
32277
|
}
|
|
32266
32278
|
|
|
32267
|
-
.
|
|
32268
|
-
|
|
32269
|
-
|
|
32270
|
-
|
|
32271
|
-
|
|
32279
|
+
.E_c1yyuluq {
|
|
32280
|
+
border-radius: 8px;
|
|
32281
|
+
}
|
|
32282
|
+
.E_c1yyuluq .ant-card-body {
|
|
32283
|
+
padding: 20px 24px 24px 24px;
|
|
32272
32284
|
}
|
|
32273
32285
|
|
|
32274
|
-
.
|
|
32275
|
-
|
|
32286
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32287
|
+
border: 0px;
|
|
32288
|
+
background-color: #fff;
|
|
32276
32289
|
}
|
|
32277
|
-
.
|
|
32278
|
-
|
|
32279
|
-
|
|
32280
|
-
|
|
32281
|
-
|
|
32290
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32291
|
+
padding-top: 0px;
|
|
32292
|
+
padding-bottom: 0px;
|
|
32293
|
+
padding-left: 0px !important;
|
|
32294
|
+
padding-right: 24px;
|
|
32295
|
+
}
|
|
32296
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32297
|
+
right: 0px;
|
|
32298
|
+
}
|
|
32299
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32300
|
+
padding: 0px;
|
|
32282
32301
|
}
|
|
32283
32302
|
|
|
32284
|
-
.
|
|
32285
|
-
|
|
32286
|
-
|
|
32287
|
-
|
|
32288
|
-
|
|
32289
|
-
|
|
32303
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32304
|
+
padding-right: 0px;
|
|
32305
|
+
cursor: default;
|
|
32306
|
+
}
|
|
32307
|
+
|
|
32308
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32309
|
+
display: inline-flex;
|
|
32310
|
+
align-items: center;
|
|
32311
|
+
justify-content: center;
|
|
32312
|
+
color: #fff;
|
|
32313
|
+
font-weight: bold;
|
|
32290
32314
|
font-size: 12px;
|
|
32315
|
+
width: 24px;
|
|
32316
|
+
height: 24px;
|
|
32317
|
+
border-radius: 50%;
|
|
32318
|
+
background: var(--a1b5xrg3-0);
|
|
32291
32319
|
}
|
|
32292
|
-
.
|
|
32293
|
-
|
|
32294
|
-
|
|
32320
|
+
.E_a1b5xrg3.btn-item {
|
|
32321
|
+
transition: all 160ms ease;
|
|
32322
|
+
cursor: pointer;
|
|
32323
|
+
width: 56px;
|
|
32324
|
+
height: 40px;
|
|
32325
|
+
display: inline-flex;
|
|
32295
32326
|
align-items: center;
|
|
32296
|
-
|
|
32327
|
+
justify-content: center;
|
|
32328
|
+
border-radius: 6px;
|
|
32297
32329
|
}
|
|
32298
|
-
.
|
|
32299
|
-
|
|
32300
|
-
line-height: 18px;
|
|
32301
|
-
margin: 4px 0;
|
|
32330
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32331
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32302
32332
|
}
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32333
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32334
|
+
transform: translateY(2px);
|
|
32335
|
+
transition: all 320ms ease;
|
|
32306
32336
|
}
|
|
32307
32337
|
|
|
32308
32338
|
.E_dsnbhzf {
|
|
@@ -32780,36 +32810,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32780
32810
|
line-height: 12px;
|
|
32781
32811
|
}
|
|
32782
32812
|
|
|
32783
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32784
|
-
display: inline-flex;
|
|
32785
|
-
align-items: center;
|
|
32786
|
-
justify-content: center;
|
|
32787
|
-
color: #fff;
|
|
32788
|
-
font-weight: bold;
|
|
32789
|
-
font-size: 12px;
|
|
32790
|
-
width: 24px;
|
|
32791
|
-
height: 24px;
|
|
32792
|
-
border-radius: 50%;
|
|
32793
|
-
background: var(--a1b5xrg3-0);
|
|
32794
|
-
}
|
|
32795
|
-
.E_a1b5xrg3.btn-item {
|
|
32796
|
-
transition: all 160ms ease;
|
|
32797
|
-
cursor: pointer;
|
|
32798
|
-
width: 56px;
|
|
32799
|
-
height: 40px;
|
|
32800
|
-
display: inline-flex;
|
|
32801
|
-
align-items: center;
|
|
32802
|
-
justify-content: center;
|
|
32803
|
-
border-radius: 6px;
|
|
32804
|
-
}
|
|
32805
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32806
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32807
|
-
}
|
|
32808
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32809
|
-
transform: translateY(2px);
|
|
32810
|
-
transition: all 320ms ease;
|
|
32811
|
-
}
|
|
32812
|
-
|
|
32813
32813
|
.E_m196gn1d {
|
|
32814
32814
|
min-width: 1280px;
|
|
32815
32815
|
}
|
|
@@ -32820,6 +32820,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32820
32820
|
padding: unset;
|
|
32821
32821
|
}
|
|
32822
32822
|
|
|
32823
|
+
.E_suhck3k {
|
|
32824
|
+
height: 24px;
|
|
32825
|
+
width: 24px;
|
|
32826
|
+
border-radius: 6px;
|
|
32827
|
+
padding: 4px;
|
|
32828
|
+
}
|
|
32829
|
+
.E_suhck3k:hover {
|
|
32830
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32831
|
+
}
|
|
32832
|
+
.E_suhck3k:hover svg path {
|
|
32833
|
+
fill: blue;
|
|
32834
|
+
}
|
|
32835
|
+
|
|
32823
32836
|
.E_ryby9ds {
|
|
32824
32837
|
display: flex;
|
|
32825
32838
|
align-items: center;
|
|
@@ -32836,19 +32849,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32836
32849
|
margin-right: 6px;
|
|
32837
32850
|
}
|
|
32838
32851
|
|
|
32839
|
-
.E_suhck3k {
|
|
32840
|
-
height: 24px;
|
|
32841
|
-
width: 24px;
|
|
32842
|
-
border-radius: 6px;
|
|
32843
|
-
padding: 4px;
|
|
32844
|
-
}
|
|
32845
|
-
.E_suhck3k:hover {
|
|
32846
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32847
|
-
}
|
|
32848
|
-
.E_suhck3k:hover svg path {
|
|
32849
|
-
fill: blue;
|
|
32850
|
-
}
|
|
32851
|
-
|
|
32852
32852
|
.E_hrhfj7c {
|
|
32853
32853
|
display: none;
|
|
32854
32854
|
}
|
|
@@ -33761,8 +33761,25 @@ input.E_rf8rlle.ant-input {
|
|
|
33761
33761
|
.E_rzaik16 .ant-popover-arrow {
|
|
33762
33762
|
display: none;
|
|
33763
33763
|
}
|
|
33764
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33765
|
-
padding: 0;
|
|
33764
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33765
|
+
padding: 0;
|
|
33766
|
+
}
|
|
33767
|
+
|
|
33768
|
+
.E_r77hffu {
|
|
33769
|
+
display: flex;
|
|
33770
|
+
align-items: center;
|
|
33771
|
+
justify-content: space-between;
|
|
33772
|
+
column-gap: 6px;
|
|
33773
|
+
}
|
|
33774
|
+
|
|
33775
|
+
.E_p1cmxsf7 {
|
|
33776
|
+
display: flex;
|
|
33777
|
+
flex-direction: column;
|
|
33778
|
+
justify-content: center;
|
|
33779
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33780
|
+
}
|
|
33781
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33782
|
+
font-size: 0;
|
|
33766
33783
|
}
|
|
33767
33784
|
|
|
33768
33785
|
.E_c1kghdax {
|
|
@@ -33809,23 +33826,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33809
33826
|
padding: 0 12px 14px 12px;
|
|
33810
33827
|
}
|
|
33811
33828
|
|
|
33812
|
-
.E_b14q2gmw {
|
|
33813
|
-
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);
|
|
33814
|
-
}
|
|
33815
|
-
|
|
33816
|
-
.E_c1eym6el {
|
|
33817
|
-
border-radius: 8px;
|
|
33818
|
-
background-color: white;
|
|
33819
|
-
}
|
|
33820
|
-
.E_c1eym6el.hoverable {
|
|
33821
|
-
cursor: pointer;
|
|
33822
|
-
}
|
|
33823
|
-
.E_c1eym6el.hoverable:hover {
|
|
33824
|
-
transition: all 200ms ease;
|
|
33825
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33826
|
-
transform: translateY(-4px);
|
|
33827
|
-
}
|
|
33828
|
-
|
|
33829
33829
|
.E_ckui4s7 {
|
|
33830
33830
|
color: #2d3a56;
|
|
33831
33831
|
line-height: 22px;
|
|
@@ -33890,6 +33890,23 @@ input.E_rf8rlle.ant-input {
|
|
|
33890
33890
|
margin-left: 24px;
|
|
33891
33891
|
}
|
|
33892
33892
|
|
|
33893
|
+
.E_b14q2gmw {
|
|
33894
|
+
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);
|
|
33895
|
+
}
|
|
33896
|
+
|
|
33897
|
+
.E_c1eym6el {
|
|
33898
|
+
border-radius: 8px;
|
|
33899
|
+
background-color: white;
|
|
33900
|
+
}
|
|
33901
|
+
.E_c1eym6el.hoverable {
|
|
33902
|
+
cursor: pointer;
|
|
33903
|
+
}
|
|
33904
|
+
.E_c1eym6el.hoverable:hover {
|
|
33905
|
+
transition: all 200ms ease;
|
|
33906
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33907
|
+
transform: translateY(-4px);
|
|
33908
|
+
}
|
|
33909
|
+
|
|
33893
33910
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33894
33911
|
margin-right: 2px;
|
|
33895
33912
|
}
|
|
@@ -33924,6 +33941,28 @@ input.E_rf8rlle.ant-input {
|
|
|
33924
33941
|
background-color: transparent;
|
|
33925
33942
|
}
|
|
33926
33943
|
|
|
33944
|
+
.E_t1gvlxt5 {
|
|
33945
|
+
min-width: 0;
|
|
33946
|
+
flex: 1;
|
|
33947
|
+
}
|
|
33948
|
+
.E_t1gvlxt5 .tag {
|
|
33949
|
+
flex: 0 0 auto;
|
|
33950
|
+
}
|
|
33951
|
+
.E_t1gvlxt5 .progress-title {
|
|
33952
|
+
flex: 2;
|
|
33953
|
+
max-width: fit-content;
|
|
33954
|
+
}
|
|
33955
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33956
|
+
flex: 1;
|
|
33957
|
+
max-width: fit-content;
|
|
33958
|
+
}
|
|
33959
|
+
|
|
33960
|
+
.E_a1ji6r68 {
|
|
33961
|
+
display: flex;
|
|
33962
|
+
align-items: center;
|
|
33963
|
+
column-gap: var(--a1ji6r68-0);
|
|
33964
|
+
}
|
|
33965
|
+
|
|
33927
33966
|
.E_lht19u8 {
|
|
33928
33967
|
width: 64px;
|
|
33929
33968
|
height: 64px;
|
|
@@ -33973,21 +34012,203 @@ input.E_rf8rlle.ant-input {
|
|
|
33973
34012
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33974
34013
|
}
|
|
33975
34014
|
|
|
33976
|
-
.
|
|
34015
|
+
.E_msn7nxt {
|
|
34016
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34017
|
+
text-align: center;
|
|
33977
34018
|
display: flex;
|
|
33978
34019
|
align-items: center;
|
|
33979
|
-
justify-content:
|
|
33980
|
-
|
|
34020
|
+
justify-content: center;
|
|
34021
|
+
flex-direction: column;
|
|
34022
|
+
height: 100%;
|
|
34023
|
+
}
|
|
34024
|
+
.E_msn7nxt .link {
|
|
34025
|
+
color: #0080ff;
|
|
34026
|
+
cursor: pointer;
|
|
33981
34027
|
}
|
|
33982
34028
|
|
|
33983
|
-
.
|
|
34029
|
+
.E_mp64wfi {
|
|
34030
|
+
width: 100%;
|
|
34031
|
+
height: 100%;
|
|
33984
34032
|
display: flex;
|
|
33985
34033
|
flex-direction: column;
|
|
34034
|
+
}
|
|
34035
|
+
.E_mp64wfi .name-toolbar {
|
|
34036
|
+
width: 100%;
|
|
34037
|
+
display: flex;
|
|
34038
|
+
line-height: 30px;
|
|
34039
|
+
padding: 0 16px;
|
|
34040
|
+
justify-content: space-between;
|
|
34041
|
+
}
|
|
34042
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34043
|
+
display: flex;
|
|
34044
|
+
font-size: 12px;
|
|
34045
|
+
align-items: center;
|
|
34046
|
+
}
|
|
34047
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34048
|
+
color: #a3b4cc;
|
|
34049
|
+
}
|
|
34050
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34051
|
+
margin-left: 10px;
|
|
34052
|
+
}
|
|
34053
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34054
|
+
margin-left: 10px;
|
|
34055
|
+
cursor: pointer;
|
|
34056
|
+
}
|
|
34057
|
+
.E_mp64wfi .content {
|
|
34058
|
+
flex: 1;
|
|
34059
|
+
width: 100%;
|
|
34060
|
+
display: flex;
|
|
33986
34061
|
justify-content: center;
|
|
33987
|
-
|
|
34062
|
+
align-items: center;
|
|
33988
34063
|
}
|
|
33989
|
-
.
|
|
33990
|
-
|
|
34064
|
+
.E_mp64wfi .single-content {
|
|
34065
|
+
height: 65px;
|
|
34066
|
+
}
|
|
34067
|
+
|
|
34068
|
+
.E_l1oyigan {
|
|
34069
|
+
display: flex;
|
|
34070
|
+
align-items: center;
|
|
34071
|
+
white-space: nowrap;
|
|
34072
|
+
overflow: hidden;
|
|
34073
|
+
width: 100%;
|
|
34074
|
+
}
|
|
34075
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34076
|
+
margin-left: auto;
|
|
34077
|
+
font-size: 12px;
|
|
34078
|
+
}
|
|
34079
|
+
|
|
34080
|
+
.E_l1noi4n1 {
|
|
34081
|
+
display: flex;
|
|
34082
|
+
justify-content: flex-start;
|
|
34083
|
+
align-items: center;
|
|
34084
|
+
font-size: 12px;
|
|
34085
|
+
cursor: pointer;
|
|
34086
|
+
}
|
|
34087
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34088
|
+
margin-right: 20px;
|
|
34089
|
+
}
|
|
34090
|
+
.E_l1noi4n1.deselected {
|
|
34091
|
+
opacity: 0.4;
|
|
34092
|
+
}
|
|
34093
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34094
|
+
background: #b4beca !important;
|
|
34095
|
+
}
|
|
34096
|
+
|
|
34097
|
+
.E_cz19rz6 {
|
|
34098
|
+
display: inline-block;
|
|
34099
|
+
height: 8px;
|
|
34100
|
+
width: 8px;
|
|
34101
|
+
margin-right: 8px;
|
|
34102
|
+
}
|
|
34103
|
+
|
|
34104
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34105
|
+
display: flex;
|
|
34106
|
+
align-items: center;
|
|
34107
|
+
font-size: 12px;
|
|
34108
|
+
margin: 0;
|
|
34109
|
+
}
|
|
34110
|
+
|
|
34111
|
+
.E_m1y1hhnr {
|
|
34112
|
+
position: relative;
|
|
34113
|
+
}
|
|
34114
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34115
|
+
bottom: -12px;
|
|
34116
|
+
}
|
|
34117
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34118
|
+
display: flex;
|
|
34119
|
+
justify-content: space-between;
|
|
34120
|
+
line-height: 30px;
|
|
34121
|
+
margin: 0 16px;
|
|
34122
|
+
}
|
|
34123
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34124
|
+
display: flex;
|
|
34125
|
+
font-size: 12px;
|
|
34126
|
+
align-items: center;
|
|
34127
|
+
}
|
|
34128
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34129
|
+
color: #a3b4cc;
|
|
34130
|
+
}
|
|
34131
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34132
|
+
margin-left: 10px;
|
|
34133
|
+
}
|
|
34134
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34135
|
+
margin-left: 10px;
|
|
34136
|
+
cursor: pointer;
|
|
34137
|
+
}
|
|
34138
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34139
|
+
font-size: 12px;
|
|
34140
|
+
}
|
|
34141
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34142
|
+
position: absolute;
|
|
34143
|
+
bottom: 10px;
|
|
34144
|
+
padding: 0 8px;
|
|
34145
|
+
border-radius: 4px;
|
|
34146
|
+
font-size: 12px;
|
|
34147
|
+
color: #fff;
|
|
34148
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34149
|
+
transform: translateX(-50%);
|
|
34150
|
+
}
|
|
34151
|
+
|
|
34152
|
+
.E_tnvijvs {
|
|
34153
|
+
min-width: 200px;
|
|
34154
|
+
}
|
|
34155
|
+
|
|
34156
|
+
.E_t1ub2aex {
|
|
34157
|
+
display: flex;
|
|
34158
|
+
align-items: center;
|
|
34159
|
+
justify-content: space-between;
|
|
34160
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34161
|
+
color: #b4beca;
|
|
34162
|
+
font-size: 12px;
|
|
34163
|
+
padding: 3px 6px;
|
|
34164
|
+
}
|
|
34165
|
+
.E_t1ub2aex:first-child {
|
|
34166
|
+
padding-top: 3px;
|
|
34167
|
+
}
|
|
34168
|
+
.E_t1ub2aex:last-child {
|
|
34169
|
+
padding-bottom: 3px;
|
|
34170
|
+
}
|
|
34171
|
+
.E_t1ub2aex .column-value {
|
|
34172
|
+
color: #fff;
|
|
34173
|
+
margin-left: 8px;
|
|
34174
|
+
}
|
|
34175
|
+
|
|
34176
|
+
.E_w7ob4th.outside-tag {
|
|
34177
|
+
padding-left: 0;
|
|
34178
|
+
}
|
|
34179
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34180
|
+
border-radius: 4px 0 0 4px;
|
|
34181
|
+
padding-right: 4px;
|
|
34182
|
+
margin-right: 4px;
|
|
34183
|
+
}
|
|
34184
|
+
|
|
34185
|
+
.E_slr2ynn {
|
|
34186
|
+
padding: 0 8px;
|
|
34187
|
+
height: 18px;
|
|
34188
|
+
}
|
|
34189
|
+
|
|
34190
|
+
.E_m140wbb6 {
|
|
34191
|
+
padding: 2px 8px;
|
|
34192
|
+
height: 24px;
|
|
34193
|
+
}
|
|
34194
|
+
|
|
34195
|
+
.E_t1fozc1i {
|
|
34196
|
+
margin: 0;
|
|
34197
|
+
}
|
|
34198
|
+
|
|
34199
|
+
.E_i1vxv4ln {
|
|
34200
|
+
margin-right: 4px;
|
|
34201
|
+
height: 16px;
|
|
34202
|
+
}
|
|
34203
|
+
|
|
34204
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34205
|
+
font-weight: 700;
|
|
34206
|
+
color: #00122e;
|
|
34207
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34208
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34209
|
+
word-break: break-all;
|
|
34210
|
+
display: inline;
|
|
34211
|
+
white-space: normal;
|
|
33991
34212
|
}
|
|
33992
34213
|
|
|
33993
34214
|
button.E_l48ei06.ant-btn {
|
|
@@ -34485,44 +34706,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34485
34706
|
display: inline-block;
|
|
34486
34707
|
}
|
|
34487
34708
|
|
|
34488
|
-
.E_w7ob4th.outside-tag {
|
|
34489
|
-
padding-left: 0;
|
|
34490
|
-
}
|
|
34491
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34492
|
-
border-radius: 4px 0 0 4px;
|
|
34493
|
-
padding-right: 4px;
|
|
34494
|
-
margin-right: 4px;
|
|
34495
|
-
}
|
|
34496
|
-
|
|
34497
|
-
.E_slr2ynn {
|
|
34498
|
-
padding: 0 8px;
|
|
34499
|
-
height: 18px;
|
|
34500
|
-
}
|
|
34501
|
-
|
|
34502
|
-
.E_m140wbb6 {
|
|
34503
|
-
padding: 2px 8px;
|
|
34504
|
-
height: 24px;
|
|
34505
|
-
}
|
|
34506
|
-
|
|
34507
|
-
.E_t1fozc1i {
|
|
34508
|
-
margin: 0;
|
|
34509
|
-
}
|
|
34510
|
-
|
|
34511
|
-
.E_i1vxv4ln {
|
|
34512
|
-
margin-right: 4px;
|
|
34513
|
-
height: 16px;
|
|
34514
|
-
}
|
|
34515
|
-
|
|
34516
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34517
|
-
font-weight: 700;
|
|
34518
|
-
color: #00122e;
|
|
34519
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34520
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34521
|
-
word-break: break-all;
|
|
34522
|
-
display: inline;
|
|
34523
|
-
white-space: normal;
|
|
34524
|
-
}
|
|
34525
|
-
|
|
34526
34709
|
.E_sjob3jg {
|
|
34527
34710
|
--item-min-width: 60px;
|
|
34528
34711
|
}
|
|
@@ -34718,6 +34901,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34718
34901
|
justify-content: center;
|
|
34719
34902
|
}
|
|
34720
34903
|
|
|
34904
|
+
.E_i1g85yz3 {
|
|
34905
|
+
margin-right: 4px;
|
|
34906
|
+
height: 16px;
|
|
34907
|
+
}
|
|
34908
|
+
|
|
34721
34909
|
.E_t1dtlqs1 {
|
|
34722
34910
|
margin-bottom: 4px;
|
|
34723
34911
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34911,194 +35099,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34911
35099
|
margin-right: 8px;
|
|
34912
35100
|
}
|
|
34913
35101
|
|
|
34914
|
-
.E_i1g85yz3 {
|
|
34915
|
-
margin-right: 4px;
|
|
34916
|
-
height: 16px;
|
|
34917
|
-
}
|
|
34918
|
-
|
|
34919
|
-
.E_t1gvlxt5 {
|
|
34920
|
-
min-width: 0;
|
|
34921
|
-
flex: 1;
|
|
34922
|
-
}
|
|
34923
|
-
.E_t1gvlxt5 .tag {
|
|
34924
|
-
flex: 0 0 auto;
|
|
34925
|
-
}
|
|
34926
|
-
.E_t1gvlxt5 .progress-title {
|
|
34927
|
-
flex: 2;
|
|
34928
|
-
max-width: fit-content;
|
|
34929
|
-
}
|
|
34930
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34931
|
-
flex: 1;
|
|
34932
|
-
max-width: fit-content;
|
|
34933
|
-
}
|
|
34934
|
-
|
|
34935
|
-
.E_a1ji6r68 {
|
|
34936
|
-
display: flex;
|
|
34937
|
-
align-items: center;
|
|
34938
|
-
column-gap: var(--a1ji6r68-0);
|
|
34939
|
-
}
|
|
34940
|
-
|
|
34941
|
-
.E_msn7nxt {
|
|
34942
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34943
|
-
text-align: center;
|
|
34944
|
-
display: flex;
|
|
34945
|
-
align-items: center;
|
|
34946
|
-
justify-content: center;
|
|
34947
|
-
flex-direction: column;
|
|
34948
|
-
height: 100%;
|
|
34949
|
-
}
|
|
34950
|
-
.E_msn7nxt .link {
|
|
34951
|
-
color: #0080ff;
|
|
34952
|
-
cursor: pointer;
|
|
34953
|
-
}
|
|
34954
|
-
|
|
34955
|
-
.E_mp64wfi {
|
|
34956
|
-
width: 100%;
|
|
34957
|
-
height: 100%;
|
|
34958
|
-
display: flex;
|
|
34959
|
-
flex-direction: column;
|
|
34960
|
-
}
|
|
34961
|
-
.E_mp64wfi .name-toolbar {
|
|
34962
|
-
width: 100%;
|
|
34963
|
-
display: flex;
|
|
34964
|
-
line-height: 30px;
|
|
34965
|
-
padding: 0 16px;
|
|
34966
|
-
justify-content: space-between;
|
|
34967
|
-
}
|
|
34968
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34969
|
-
display: flex;
|
|
34970
|
-
font-size: 12px;
|
|
34971
|
-
align-items: center;
|
|
34972
|
-
}
|
|
34973
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34974
|
-
color: #a3b4cc;
|
|
34975
|
-
}
|
|
34976
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34977
|
-
margin-left: 10px;
|
|
34978
|
-
}
|
|
34979
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34980
|
-
margin-left: 10px;
|
|
34981
|
-
cursor: pointer;
|
|
34982
|
-
}
|
|
34983
|
-
.E_mp64wfi .content {
|
|
34984
|
-
flex: 1;
|
|
34985
|
-
width: 100%;
|
|
34986
|
-
display: flex;
|
|
34987
|
-
justify-content: center;
|
|
34988
|
-
align-items: center;
|
|
34989
|
-
}
|
|
34990
|
-
.E_mp64wfi .single-content {
|
|
34991
|
-
height: 65px;
|
|
34992
|
-
}
|
|
34993
|
-
|
|
34994
|
-
.E_l1oyigan {
|
|
34995
|
-
display: flex;
|
|
34996
|
-
align-items: center;
|
|
34997
|
-
white-space: nowrap;
|
|
34998
|
-
overflow: hidden;
|
|
34999
|
-
width: 100%;
|
|
35000
|
-
}
|
|
35001
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
35002
|
-
margin-left: auto;
|
|
35003
|
-
font-size: 12px;
|
|
35004
|
-
}
|
|
35005
|
-
|
|
35006
|
-
.E_l1noi4n1 {
|
|
35007
|
-
display: flex;
|
|
35008
|
-
justify-content: flex-start;
|
|
35009
|
-
align-items: center;
|
|
35010
|
-
font-size: 12px;
|
|
35011
|
-
cursor: pointer;
|
|
35012
|
-
}
|
|
35013
|
-
.E_l1noi4n1:not(:last-child) {
|
|
35014
|
-
margin-right: 20px;
|
|
35015
|
-
}
|
|
35016
|
-
.E_l1noi4n1.deselected {
|
|
35017
|
-
opacity: 0.4;
|
|
35018
|
-
}
|
|
35019
|
-
.E_l1noi4n1.deselected .color-block {
|
|
35020
|
-
background: #b4beca !important;
|
|
35021
|
-
}
|
|
35022
|
-
|
|
35023
|
-
.E_cz19rz6 {
|
|
35024
|
-
display: inline-block;
|
|
35025
|
-
height: 8px;
|
|
35026
|
-
width: 8px;
|
|
35027
|
-
margin-right: 8px;
|
|
35028
|
-
}
|
|
35029
|
-
|
|
35030
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35031
|
-
display: flex;
|
|
35032
|
-
align-items: center;
|
|
35033
|
-
font-size: 12px;
|
|
35034
|
-
margin: 0;
|
|
35035
|
-
}
|
|
35036
|
-
|
|
35037
|
-
.E_m1y1hhnr {
|
|
35038
|
-
position: relative;
|
|
35039
|
-
}
|
|
35040
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35041
|
-
bottom: -12px;
|
|
35042
|
-
}
|
|
35043
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
35044
|
-
display: flex;
|
|
35045
|
-
justify-content: space-between;
|
|
35046
|
-
line-height: 30px;
|
|
35047
|
-
margin: 0 16px;
|
|
35048
|
-
}
|
|
35049
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35050
|
-
display: flex;
|
|
35051
|
-
font-size: 12px;
|
|
35052
|
-
align-items: center;
|
|
35053
|
-
}
|
|
35054
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35055
|
-
color: #a3b4cc;
|
|
35056
|
-
}
|
|
35057
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35058
|
-
margin-left: 10px;
|
|
35059
|
-
}
|
|
35060
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35061
|
-
margin-left: 10px;
|
|
35062
|
-
cursor: pointer;
|
|
35063
|
-
}
|
|
35064
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
35065
|
-
font-size: 12px;
|
|
35066
|
-
}
|
|
35067
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
35068
|
-
position: absolute;
|
|
35069
|
-
bottom: 10px;
|
|
35070
|
-
padding: 0 8px;
|
|
35071
|
-
border-radius: 4px;
|
|
35072
|
-
font-size: 12px;
|
|
35073
|
-
color: #fff;
|
|
35074
|
-
background: rgba(0, 0, 0, 0.75);
|
|
35075
|
-
transform: translateX(-50%);
|
|
35076
|
-
}
|
|
35077
|
-
|
|
35078
|
-
.E_tnvijvs {
|
|
35079
|
-
min-width: 200px;
|
|
35080
|
-
}
|
|
35081
|
-
|
|
35082
|
-
.E_t1ub2aex {
|
|
35083
|
-
display: flex;
|
|
35084
|
-
align-items: center;
|
|
35085
|
-
justify-content: space-between;
|
|
35086
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
35087
|
-
color: #b4beca;
|
|
35088
|
-
font-size: 12px;
|
|
35089
|
-
padding: 3px 6px;
|
|
35090
|
-
}
|
|
35091
|
-
.E_t1ub2aex:first-child {
|
|
35092
|
-
padding-top: 3px;
|
|
35093
|
-
}
|
|
35094
|
-
.E_t1ub2aex:last-child {
|
|
35095
|
-
padding-bottom: 3px;
|
|
35096
|
-
}
|
|
35097
|
-
.E_t1ub2aex .column-value {
|
|
35098
|
-
color: #fff;
|
|
35099
|
-
margin-left: 8px;
|
|
35100
|
-
}
|
|
35101
|
-
|
|
35102
35102
|
.E_t13ef470 {
|
|
35103
35103
|
height: 100%;
|
|
35104
35104
|
}
|
|
@@ -35177,6 +35177,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35177
35177
|
display: block;
|
|
35178
35178
|
}
|
|
35179
35179
|
|
|
35180
|
+
.E_i14c7jc8 {
|
|
35181
|
+
color: var(--i14c7jc8-0);
|
|
35182
|
+
}
|
|
35183
|
+
|
|
35184
|
+
.E_i1ibuolf {
|
|
35185
|
+
display: flex;
|
|
35186
|
+
align-items: center;
|
|
35187
|
+
column-gap: 4px;
|
|
35188
|
+
font-size: 12px;
|
|
35189
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35190
|
+
}
|
|
35191
|
+
|
|
35180
35192
|
.E_d1u4ndxc {
|
|
35181
35193
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35182
35194
|
font-size: 12px;
|
|
@@ -35206,16 +35218,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35206
35218
|
to {
|
|
35207
35219
|
transform: translateX(100%);
|
|
35208
35220
|
}
|
|
35209
|
-
}
|
|
35210
|
-
|
|
35211
|
-
.E_i14c7jc8 {
|
|
35212
|
-
color: var(--i14c7jc8-0);
|
|
35213
|
-
}
|
|
35214
|
-
|
|
35215
|
-
.E_i1ibuolf {
|
|
35216
|
-
display: flex;
|
|
35217
|
-
align-items: center;
|
|
35218
|
-
column-gap: 4px;
|
|
35219
|
-
font-size: 12px;
|
|
35220
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35221
35221
|
}
|