@cloudtower/eagle 0.31.23 → 0.31.25
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 +1223 -1224
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1069 -1069
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29558,17 +29558,14 @@ 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
|
-
|
|
29563
|
-
box-sizing: border-box;
|
|
29564
|
-
border-radius: 2px;
|
|
29565
|
-
background: #f5f7fa;
|
|
29566
|
-
display: flex;
|
|
29567
|
-
width: 100%;
|
|
29568
|
-
overflow: hidden;
|
|
29561
|
+
.E_gmyahx3 {
|
|
29562
|
+
cursor: pointer;
|
|
29569
29563
|
}
|
|
29570
|
-
.
|
|
29571
|
-
|
|
29564
|
+
.E_gmyahx3 .link-text {
|
|
29565
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29566
|
+
}
|
|
29567
|
+
.E_gmyahx3:hover .link-text {
|
|
29568
|
+
color: #0080ff;
|
|
29572
29569
|
}
|
|
29573
29570
|
|
|
29574
29571
|
.E_c18bcrac {
|
|
@@ -29618,6 +29615,109 @@ html body {
|
|
|
29618
29615
|
margin-right: 4px;
|
|
29619
29616
|
}
|
|
29620
29617
|
|
|
29618
|
+
.E_t1sqg15u {
|
|
29619
|
+
background: white;
|
|
29620
|
+
}
|
|
29621
|
+
.E_t1sqg15u.inline .table-row {
|
|
29622
|
+
flex-direction: column;
|
|
29623
|
+
}
|
|
29624
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29625
|
+
padding: 0 16px 7px 0;
|
|
29626
|
+
}
|
|
29627
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29628
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29629
|
+
}
|
|
29630
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29631
|
+
border-top: none !important;
|
|
29632
|
+
}
|
|
29633
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29634
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29635
|
+
}
|
|
29636
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29637
|
+
padding-bottom: 0;
|
|
29638
|
+
}
|
|
29639
|
+
.E_t1sqg15u.align-right .content {
|
|
29640
|
+
text-align: right;
|
|
29641
|
+
}
|
|
29642
|
+
.E_t1sqg15u .uuid-row {
|
|
29643
|
+
display: flex;
|
|
29644
|
+
justify-content: space-between;
|
|
29645
|
+
}
|
|
29646
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29647
|
+
white-space: nowrap;
|
|
29648
|
+
overflow: hidden;
|
|
29649
|
+
text-overflow: ellipsis;
|
|
29650
|
+
}
|
|
29651
|
+
|
|
29652
|
+
.E_t4zczcp {
|
|
29653
|
+
display: flex;
|
|
29654
|
+
justify-content: space-between;
|
|
29655
|
+
align-items: center;
|
|
29656
|
+
padding: 8px;
|
|
29657
|
+
min-height: 32px;
|
|
29658
|
+
}
|
|
29659
|
+
.E_t4zczcp .table-title {
|
|
29660
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29661
|
+
font-weight: 600;
|
|
29662
|
+
font-size: 12px;
|
|
29663
|
+
line-height: 8px;
|
|
29664
|
+
}
|
|
29665
|
+
.E_t4zczcp .edit-icon {
|
|
29666
|
+
font-size: 16px;
|
|
29667
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29668
|
+
cursor: pointer;
|
|
29669
|
+
}
|
|
29670
|
+
|
|
29671
|
+
.E_t1s7goww {
|
|
29672
|
+
font-size: 12px;
|
|
29673
|
+
line-height: 18px;
|
|
29674
|
+
}
|
|
29675
|
+
|
|
29676
|
+
.E_t93e4cf {
|
|
29677
|
+
display: flex;
|
|
29678
|
+
padding: 8px 0;
|
|
29679
|
+
color: #2d3a56;
|
|
29680
|
+
}
|
|
29681
|
+
.E_t93e4cf .hidden {
|
|
29682
|
+
display: none;
|
|
29683
|
+
}
|
|
29684
|
+
.E_t93e4cf .ant-btn-link {
|
|
29685
|
+
height: auto;
|
|
29686
|
+
}
|
|
29687
|
+
.E_t93e4cf .content {
|
|
29688
|
+
overflow: hidden;
|
|
29689
|
+
overflow-x: auto;
|
|
29690
|
+
width: 100%;
|
|
29691
|
+
white-space: pre-wrap;
|
|
29692
|
+
}
|
|
29693
|
+
.E_t93e4cf .content .ant-btn {
|
|
29694
|
+
white-space: pre-wrap;
|
|
29695
|
+
text-align: left;
|
|
29696
|
+
}
|
|
29697
|
+
.E_t93e4cf .content .unit-chart {
|
|
29698
|
+
justify-content: flex-start;
|
|
29699
|
+
}
|
|
29700
|
+
|
|
29701
|
+
.E_rhz2uv5 {
|
|
29702
|
+
width: var(--rhz2uv5-0);
|
|
29703
|
+
flex-shrink: 0;
|
|
29704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29705
|
+
padding-right: 12px;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
.E_skwah65 {
|
|
29709
|
+
height: 8px;
|
|
29710
|
+
box-sizing: border-box;
|
|
29711
|
+
border-radius: 2px;
|
|
29712
|
+
background: #f5f7fa;
|
|
29713
|
+
display: flex;
|
|
29714
|
+
width: 100%;
|
|
29715
|
+
overflow: hidden;
|
|
29716
|
+
}
|
|
29717
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29718
|
+
margin-left: 1px;
|
|
29719
|
+
}
|
|
29720
|
+
|
|
29621
29721
|
.E_clm1wy1 {
|
|
29622
29722
|
width: 192px;
|
|
29623
29723
|
height: 246px;
|
|
@@ -29711,6 +29811,10 @@ html body {
|
|
|
29711
29811
|
border-radius: 2px;
|
|
29712
29812
|
}
|
|
29713
29813
|
|
|
29814
|
+
span.E_tqjc4ui {
|
|
29815
|
+
margin: 0 2px;
|
|
29816
|
+
}
|
|
29817
|
+
|
|
29714
29818
|
.E_n12mqh7z {
|
|
29715
29819
|
display: flex;
|
|
29716
29820
|
align-items: center;
|
|
@@ -29730,304 +29834,106 @@ html body {
|
|
|
29730
29834
|
overflow: auto;
|
|
29731
29835
|
}
|
|
29732
29836
|
|
|
29733
|
-
.
|
|
29734
|
-
|
|
29837
|
+
.E_ou7iq30 {
|
|
29838
|
+
overflow: hidden;
|
|
29839
|
+
text-overflow: ellipsis;
|
|
29735
29840
|
}
|
|
29736
|
-
|
|
29737
|
-
|
|
29841
|
+
|
|
29842
|
+
.E_s1tui002 {
|
|
29843
|
+
white-space: nowrap;
|
|
29738
29844
|
}
|
|
29739
|
-
|
|
29740
|
-
|
|
29845
|
+
|
|
29846
|
+
.E_mxrc2zg {
|
|
29847
|
+
display: -webkit-box;
|
|
29848
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29849
|
+
-webkit-box-orient: vertical;
|
|
29850
|
+
word-break: break-all;
|
|
29741
29851
|
}
|
|
29742
29852
|
|
|
29743
|
-
.
|
|
29744
|
-
display:
|
|
29745
|
-
flex-direction: column;
|
|
29746
|
-
flex: 1;
|
|
29747
|
-
/* FIXME:(yanzhen) do this better */
|
|
29853
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29854
|
+
display: none;
|
|
29748
29855
|
}
|
|
29749
|
-
.
|
|
29750
|
-
|
|
29856
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29857
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29858
|
+
border-radius: 4px;
|
|
29859
|
+
}
|
|
29860
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29861
|
+
visibility: hidden;
|
|
29862
|
+
}
|
|
29863
|
+
|
|
29864
|
+
.E_s1ebs0ra {
|
|
29751
29865
|
display: flex;
|
|
29752
|
-
|
|
29866
|
+
align-items: center;
|
|
29867
|
+
justify-content: space-between;
|
|
29868
|
+
background: #edf0f7;
|
|
29869
|
+
padding: 8px 12px;
|
|
29870
|
+
position: sticky;
|
|
29871
|
+
top: 0;
|
|
29872
|
+
z-index: 1;
|
|
29873
|
+
margin-bottom: -52px;
|
|
29753
29874
|
}
|
|
29754
|
-
.
|
|
29755
|
-
|
|
29875
|
+
.E_s1ebs0ra .select-total {
|
|
29876
|
+
display: flex;
|
|
29877
|
+
align-items: center;
|
|
29878
|
+
font-weight: 700;
|
|
29879
|
+
flex-shrink: 0;
|
|
29756
29880
|
}
|
|
29757
|
-
.
|
|
29758
|
-
margin-right: 2px;
|
|
29759
|
-
padding: 1px 12px;
|
|
29760
|
-
line-height: 24px;
|
|
29761
|
-
height: 24px;
|
|
29762
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29763
|
-
border-radius: 4px 4px 0 0;
|
|
29881
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29764
29882
|
cursor: pointer;
|
|
29765
|
-
|
|
29766
|
-
|
|
29767
|
-
|
|
29768
|
-
|
|
29883
|
+
margin-left: 8px;
|
|
29884
|
+
width: 32px;
|
|
29885
|
+
height: 32px;
|
|
29886
|
+
border-radius: 50%;
|
|
29887
|
+
justify-content: center;
|
|
29769
29888
|
}
|
|
29770
|
-
.
|
|
29771
|
-
|
|
29889
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29890
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29772
29891
|
}
|
|
29773
|
-
.
|
|
29774
|
-
|
|
29775
|
-
|
|
29892
|
+
.E_s1ebs0ra .action-group {
|
|
29893
|
+
flex: 1;
|
|
29894
|
+
margin-left: 88px;
|
|
29895
|
+
white-space: nowrap;
|
|
29896
|
+
text-align: right;
|
|
29897
|
+
position: relative;
|
|
29898
|
+
padding: 4px 0;
|
|
29899
|
+
margin-top: -4px;
|
|
29900
|
+
overflow: hidden;
|
|
29776
29901
|
}
|
|
29777
|
-
.
|
|
29778
|
-
|
|
29902
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29903
|
+
transform: translateY(-4px);
|
|
29779
29904
|
}
|
|
29780
|
-
.
|
|
29781
|
-
|
|
29905
|
+
.E_s1ebs0ra .action-group button {
|
|
29906
|
+
border: none;
|
|
29782
29907
|
}
|
|
29783
|
-
.
|
|
29784
|
-
|
|
29785
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29908
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29909
|
+
margin-right: 8px;
|
|
29786
29910
|
}
|
|
29787
|
-
.
|
|
29788
|
-
|
|
29911
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29912
|
+
margin-right: 4px;
|
|
29789
29913
|
}
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29914
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29915
|
+
cursor: pointer;
|
|
29916
|
+
width: 32px;
|
|
29917
|
+
height: 32px;
|
|
29918
|
+
justify-content: center;
|
|
29919
|
+
border-radius: 50%;
|
|
29792
29920
|
}
|
|
29793
|
-
.
|
|
29794
|
-
|
|
29921
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29922
|
+
background: #fff;
|
|
29795
29923
|
}
|
|
29796
|
-
|
|
29797
|
-
|
|
29798
|
-
background:
|
|
29924
|
+
|
|
29925
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
29926
|
+
background: #edf0f7;
|
|
29927
|
+
padding: 32px 8px;
|
|
29928
|
+
overflow: auto;
|
|
29799
29929
|
}
|
|
29800
|
-
.
|
|
29801
|
-
|
|
29930
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
29931
|
+
display: flex;
|
|
29932
|
+
flex-direction: column;
|
|
29933
|
+
justify-content: space-between;
|
|
29802
29934
|
}
|
|
29803
|
-
.
|
|
29804
|
-
|
|
29805
|
-
}
|
|
29806
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
29807
|
-
margin-left: 8px;
|
|
29808
|
-
height: 22px;
|
|
29809
|
-
}
|
|
29810
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
29811
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
29812
|
-
}
|
|
29813
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
29814
|
-
padding: 0;
|
|
29815
|
-
display: flex;
|
|
29816
|
-
align-items: center;
|
|
29817
|
-
overflow: hidden;
|
|
29818
|
-
}
|
|
29819
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
29820
|
-
opacity: 0;
|
|
29821
|
-
max-width: 0;
|
|
29822
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
29823
|
-
}
|
|
29824
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
29825
|
-
padding: 1px 12px;
|
|
29826
|
-
position: relative;
|
|
29827
|
-
display: flex;
|
|
29828
|
-
}
|
|
29829
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
29830
|
-
opacity: 0;
|
|
29831
|
-
position: absolute;
|
|
29832
|
-
top: 50%;
|
|
29833
|
-
left: 0;
|
|
29834
|
-
transform: translate(-50%, -50%);
|
|
29835
|
-
transition: opacity 100ms linear;
|
|
29836
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
29837
|
-
}
|
|
29838
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
29839
|
-
color: #0080ff;
|
|
29840
|
-
}
|
|
29841
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
29842
|
-
padding: 1px 12px;
|
|
29843
|
-
display: inline-block;
|
|
29844
|
-
opacity: 1;
|
|
29845
|
-
max-width: 160px;
|
|
29846
|
-
}
|
|
29847
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
29848
|
-
padding: 1px 12px;
|
|
29849
|
-
color: #005ed1;
|
|
29850
|
-
}
|
|
29851
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
29852
|
-
opacity: 1;
|
|
29853
|
-
}
|
|
29854
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
29855
|
-
background: rgba(0, 128, 255, 0.16);
|
|
29856
|
-
}
|
|
29857
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
29858
|
-
opacity: 0;
|
|
29859
|
-
}
|
|
29860
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
29861
|
-
padding: 4px 16px;
|
|
29862
|
-
height: 32px;
|
|
29863
|
-
border-radius: 6px 6px 0 0;
|
|
29864
|
-
}
|
|
29865
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
29866
|
-
padding-left: 0;
|
|
29867
|
-
}
|
|
29868
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
29869
|
-
padding-left: 16px;
|
|
29870
|
-
}
|
|
29871
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
29872
|
-
margin-left: 11px;
|
|
29873
|
-
height: 24px;
|
|
29874
|
-
}
|
|
29875
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
29876
|
-
padding: 0;
|
|
29877
|
-
}
|
|
29878
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
29879
|
-
padding: 4px 16px;
|
|
29880
|
-
}
|
|
29881
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
29882
|
-
padding: 4px 16px;
|
|
29883
|
-
}
|
|
29884
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
29885
|
-
background: #fff;
|
|
29886
|
-
}
|
|
29887
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
29888
|
-
color: #005ed1;
|
|
29889
|
-
}
|
|
29890
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
29891
|
-
background: #fff;
|
|
29892
|
-
color: #1d326c;
|
|
29893
|
-
}
|
|
29894
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
29895
|
-
color: rgba(45, 58, 86, 0.6);
|
|
29896
|
-
}
|
|
29897
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
29898
|
-
color: #1d326c;
|
|
29899
|
-
}
|
|
29900
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
29901
|
-
fill: #d8deeb;
|
|
29902
|
-
}
|
|
29903
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
29904
|
-
fill: #1d326c;
|
|
29905
|
-
}
|
|
29906
|
-
.E_t160l1cm .tab-content {
|
|
29907
|
-
flex: 1;
|
|
29908
|
-
display: flex;
|
|
29909
|
-
flex-direction: column;
|
|
29910
|
-
}
|
|
29911
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
29912
|
-
overflow: visible;
|
|
29913
|
-
}
|
|
29914
|
-
|
|
29915
|
-
.E_t14npdqr {
|
|
29916
|
-
max-width: 240px;
|
|
29917
|
-
animation: none;
|
|
29918
|
-
}
|
|
29919
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
29920
|
-
border: 1px solid #0080ff;
|
|
29921
|
-
padding: 0;
|
|
29922
|
-
}
|
|
29923
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29924
|
-
margin: 0;
|
|
29925
|
-
height: 32px;
|
|
29926
|
-
line-height: 32px;
|
|
29927
|
-
font-size: 13px;
|
|
29928
|
-
padding: 0 10px;
|
|
29929
|
-
display: block;
|
|
29930
|
-
overflow: hidden;
|
|
29931
|
-
text-overflow: ellipsis;
|
|
29932
|
-
white-space: nowrap;
|
|
29933
|
-
}
|
|
29934
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
29935
|
-
content: " ";
|
|
29936
|
-
height: 1px;
|
|
29937
|
-
width: calc(100% + 10px);
|
|
29938
|
-
background: rgba(172, 186, 211, 0.6);
|
|
29939
|
-
display: block;
|
|
29940
|
-
}
|
|
29941
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
29942
|
-
color: #0080ff;
|
|
29943
|
-
background: transparent;
|
|
29944
|
-
}
|
|
29945
|
-
|
|
29946
|
-
span.E_tqjc4ui {
|
|
29947
|
-
margin: 0 2px;
|
|
29948
|
-
}
|
|
29949
|
-
|
|
29950
|
-
.E_s1ebs0ra {
|
|
29951
|
-
display: flex;
|
|
29952
|
-
align-items: center;
|
|
29953
|
-
justify-content: space-between;
|
|
29954
|
-
background: #edf0f7;
|
|
29955
|
-
padding: 8px 12px;
|
|
29956
|
-
position: sticky;
|
|
29957
|
-
top: 0;
|
|
29958
|
-
z-index: 1;
|
|
29959
|
-
margin-bottom: -52px;
|
|
29960
|
-
}
|
|
29961
|
-
.E_s1ebs0ra .select-total {
|
|
29962
|
-
display: flex;
|
|
29963
|
-
align-items: center;
|
|
29964
|
-
font-weight: 700;
|
|
29965
|
-
flex-shrink: 0;
|
|
29966
|
-
}
|
|
29967
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29968
|
-
cursor: pointer;
|
|
29969
|
-
margin-left: 8px;
|
|
29970
|
-
width: 32px;
|
|
29971
|
-
height: 32px;
|
|
29972
|
-
border-radius: 50%;
|
|
29973
|
-
justify-content: center;
|
|
29974
|
-
}
|
|
29975
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29976
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29977
|
-
}
|
|
29978
|
-
.E_s1ebs0ra .action-group {
|
|
29979
|
-
flex: 1;
|
|
29980
|
-
margin-left: 88px;
|
|
29981
|
-
white-space: nowrap;
|
|
29982
|
-
text-align: right;
|
|
29983
|
-
position: relative;
|
|
29984
|
-
padding: 4px 0;
|
|
29985
|
-
margin-top: -4px;
|
|
29986
|
-
overflow: hidden;
|
|
29987
|
-
}
|
|
29988
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29989
|
-
transform: translateY(-4px);
|
|
29990
|
-
}
|
|
29991
|
-
.E_s1ebs0ra .action-group button {
|
|
29992
|
-
border: none;
|
|
29993
|
-
}
|
|
29994
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29995
|
-
margin-right: 8px;
|
|
29996
|
-
}
|
|
29997
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29998
|
-
margin-right: 4px;
|
|
29999
|
-
}
|
|
30000
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
30001
|
-
cursor: pointer;
|
|
30002
|
-
width: 32px;
|
|
30003
|
-
height: 32px;
|
|
30004
|
-
justify-content: center;
|
|
30005
|
-
border-radius: 50%;
|
|
30006
|
-
}
|
|
30007
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30008
|
-
background: #fff;
|
|
30009
|
-
}
|
|
30010
|
-
|
|
30011
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30012
|
-
display: flex;
|
|
30013
|
-
align-items: center;
|
|
30014
|
-
}
|
|
30015
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30016
|
-
margin-right: 8px;
|
|
30017
|
-
}
|
|
30018
|
-
|
|
30019
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
30020
|
-
background: #edf0f7;
|
|
30021
|
-
padding: 32px 8px;
|
|
30022
|
-
overflow: auto;
|
|
30023
|
-
}
|
|
30024
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
30025
|
-
display: flex;
|
|
30026
|
-
flex-direction: column;
|
|
30027
|
-
justify-content: space-between;
|
|
30028
|
-
}
|
|
30029
|
-
.E_s1at6qmn footer {
|
|
30030
|
-
display: flex;
|
|
29935
|
+
.E_s1at6qmn footer {
|
|
29936
|
+
display: flex;
|
|
30031
29937
|
}
|
|
30032
29938
|
.E_s1at6qmn .ant-menu {
|
|
30033
29939
|
background: #edf0f7;
|
|
@@ -30118,132 +30024,15 @@ span.E_tqjc4ui {
|
|
|
30118
30024
|
width: 100%;
|
|
30119
30025
|
color: #00122e;
|
|
30120
30026
|
}
|
|
30121
|
-
.E_n1ugzfva .icon-wrapper {
|
|
30122
|
-
margin-right: 12px;
|
|
30123
|
-
}
|
|
30124
|
-
.E_n1ugzfva .link-title {
|
|
30125
|
-
flex: 1;
|
|
30126
|
-
overflow: hidden;
|
|
30127
|
-
white-space: nowrap;
|
|
30128
|
-
text-overflow: ellipsis;
|
|
30129
|
-
text-align: left;
|
|
30130
|
-
}
|
|
30131
|
-
|
|
30132
|
-
.E_t1sqg15u {
|
|
30133
|
-
background: white;
|
|
30134
|
-
}
|
|
30135
|
-
.E_t1sqg15u.inline .table-row {
|
|
30136
|
-
flex-direction: column;
|
|
30137
|
-
}
|
|
30138
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30139
|
-
padding: 0 16px 7px 0;
|
|
30140
|
-
}
|
|
30141
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30142
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30143
|
-
}
|
|
30144
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30145
|
-
border-top: none !important;
|
|
30146
|
-
}
|
|
30147
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30148
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30149
|
-
}
|
|
30150
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30151
|
-
padding-bottom: 0;
|
|
30152
|
-
}
|
|
30153
|
-
.E_t1sqg15u.align-right .content {
|
|
30154
|
-
text-align: right;
|
|
30155
|
-
}
|
|
30156
|
-
.E_t1sqg15u .uuid-row {
|
|
30157
|
-
display: flex;
|
|
30158
|
-
justify-content: space-between;
|
|
30159
|
-
}
|
|
30160
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
30161
|
-
white-space: nowrap;
|
|
30162
|
-
overflow: hidden;
|
|
30163
|
-
text-overflow: ellipsis;
|
|
30164
|
-
}
|
|
30165
|
-
|
|
30166
|
-
.E_t4zczcp {
|
|
30167
|
-
display: flex;
|
|
30168
|
-
justify-content: space-between;
|
|
30169
|
-
align-items: center;
|
|
30170
|
-
padding: 8px;
|
|
30171
|
-
min-height: 32px;
|
|
30172
|
-
}
|
|
30173
|
-
.E_t4zczcp .table-title {
|
|
30174
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30175
|
-
font-weight: 600;
|
|
30176
|
-
font-size: 12px;
|
|
30177
|
-
line-height: 8px;
|
|
30178
|
-
}
|
|
30179
|
-
.E_t4zczcp .edit-icon {
|
|
30180
|
-
font-size: 16px;
|
|
30181
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30182
|
-
cursor: pointer;
|
|
30183
|
-
}
|
|
30184
|
-
|
|
30185
|
-
.E_t1s7goww {
|
|
30186
|
-
font-size: 12px;
|
|
30187
|
-
line-height: 18px;
|
|
30188
|
-
}
|
|
30189
|
-
|
|
30190
|
-
.E_t93e4cf {
|
|
30191
|
-
display: flex;
|
|
30192
|
-
padding: 8px 0;
|
|
30193
|
-
color: #2d3a56;
|
|
30194
|
-
}
|
|
30195
|
-
.E_t93e4cf .hidden {
|
|
30196
|
-
display: none;
|
|
30197
|
-
}
|
|
30198
|
-
.E_t93e4cf .ant-btn-link {
|
|
30199
|
-
height: auto;
|
|
30200
|
-
}
|
|
30201
|
-
.E_t93e4cf .content {
|
|
30202
|
-
overflow: hidden;
|
|
30203
|
-
overflow-x: auto;
|
|
30204
|
-
width: 100%;
|
|
30205
|
-
white-space: pre-wrap;
|
|
30206
|
-
}
|
|
30207
|
-
.E_t93e4cf .content .ant-btn {
|
|
30208
|
-
white-space: pre-wrap;
|
|
30209
|
-
text-align: left;
|
|
30210
|
-
}
|
|
30211
|
-
.E_t93e4cf .content .unit-chart {
|
|
30212
|
-
justify-content: flex-start;
|
|
30213
|
-
}
|
|
30214
|
-
|
|
30215
|
-
.E_rhz2uv5 {
|
|
30216
|
-
width: var(--rhz2uv5-0);
|
|
30217
|
-
flex-shrink: 0;
|
|
30218
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30219
|
-
padding-right: 12px;
|
|
30220
|
-
}
|
|
30221
|
-
|
|
30222
|
-
.E_ou7iq30 {
|
|
30223
|
-
overflow: hidden;
|
|
30224
|
-
text-overflow: ellipsis;
|
|
30225
|
-
}
|
|
30226
|
-
|
|
30227
|
-
.E_s1tui002 {
|
|
30228
|
-
white-space: nowrap;
|
|
30229
|
-
}
|
|
30230
|
-
|
|
30231
|
-
.E_mxrc2zg {
|
|
30232
|
-
display: -webkit-box;
|
|
30233
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30234
|
-
-webkit-box-orient: vertical;
|
|
30235
|
-
word-break: break-all;
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30239
|
-
display: none;
|
|
30240
|
-
}
|
|
30241
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30242
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30243
|
-
border-radius: 4px;
|
|
30027
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30028
|
+
margin-right: 12px;
|
|
30244
30029
|
}
|
|
30245
|
-
.
|
|
30246
|
-
|
|
30030
|
+
.E_n1ugzfva .link-title {
|
|
30031
|
+
flex: 1;
|
|
30032
|
+
overflow: hidden;
|
|
30033
|
+
white-space: nowrap;
|
|
30034
|
+
text-overflow: ellipsis;
|
|
30035
|
+
text-align: left;
|
|
30247
30036
|
}
|
|
30248
30037
|
|
|
30249
30038
|
.E_c1up1pdz {
|
|
@@ -30386,76 +30175,235 @@ span.E_tqjc4ui {
|
|
|
30386
30175
|
color: #fff;
|
|
30387
30176
|
}
|
|
30388
30177
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
|
|
30178
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30179
|
+
display: flex;
|
|
30180
|
+
align-items: center;
|
|
30392
30181
|
}
|
|
30393
|
-
.
|
|
30394
|
-
margin-
|
|
30182
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30183
|
+
margin-right: 8px;
|
|
30395
30184
|
}
|
|
30396
|
-
|
|
30397
|
-
|
|
30185
|
+
|
|
30186
|
+
.E_t160l1cm {
|
|
30187
|
+
display: flex;
|
|
30188
|
+
flex-direction: column;
|
|
30189
|
+
flex: 1;
|
|
30190
|
+
/* FIXME:(yanzhen) do this better */
|
|
30398
30191
|
}
|
|
30399
|
-
.
|
|
30192
|
+
.E_t160l1cm .tab-bar {
|
|
30193
|
+
flex-shrink: 0;
|
|
30194
|
+
display: flex;
|
|
30195
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30196
|
+
}
|
|
30197
|
+
.E_t160l1cm .tab-content {
|
|
30198
|
+
height: 100%;
|
|
30199
|
+
}
|
|
30200
|
+
.E_t160l1cm .tab-menu-item {
|
|
30201
|
+
margin-right: 2px;
|
|
30202
|
+
padding: 1px 12px;
|
|
30203
|
+
line-height: 24px;
|
|
30204
|
+
height: 24px;
|
|
30205
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30206
|
+
border-radius: 4px 4px 0 0;
|
|
30207
|
+
cursor: pointer;
|
|
30208
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30209
|
+
}
|
|
30210
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30211
|
+
padding-left: 0;
|
|
30212
|
+
}
|
|
30213
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30214
|
+
padding-left: 12px;
|
|
30215
|
+
}
|
|
30216
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30217
|
+
color: #0080ff;
|
|
30218
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30219
|
+
}
|
|
30220
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30221
|
+
fill: #0080ff;
|
|
30222
|
+
}
|
|
30223
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30224
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30225
|
+
}
|
|
30226
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30227
|
+
color: #0080ff;
|
|
30228
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30229
|
+
}
|
|
30230
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30231
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30232
|
+
}
|
|
30233
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30234
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30235
|
+
}
|
|
30236
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30237
|
+
fill: #0080ff;
|
|
30238
|
+
}
|
|
30239
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30240
|
+
color: #0080ff;
|
|
30400
30241
|
background: rgba(0, 128, 255, 0.1);
|
|
30401
30242
|
}
|
|
30402
|
-
.
|
|
30403
|
-
|
|
30243
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30244
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30404
30245
|
}
|
|
30405
|
-
.
|
|
30406
|
-
|
|
30246
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30247
|
+
fill: #1d326c;
|
|
30407
30248
|
}
|
|
30408
|
-
|
|
30409
|
-
|
|
30249
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30250
|
+
margin-left: 8px;
|
|
30251
|
+
height: 22px;
|
|
30252
|
+
}
|
|
30253
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30254
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30255
|
+
}
|
|
30256
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30257
|
+
padding: 0;
|
|
30410
30258
|
display: flex;
|
|
30411
30259
|
align-items: center;
|
|
30412
|
-
|
|
30260
|
+
overflow: hidden;
|
|
30413
30261
|
}
|
|
30414
|
-
|
|
30415
|
-
|
|
30262
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30263
|
+
opacity: 0;
|
|
30264
|
+
max-width: 0;
|
|
30265
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30266
|
+
}
|
|
30267
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30268
|
+
padding: 1px 12px;
|
|
30269
|
+
position: relative;
|
|
30416
30270
|
display: flex;
|
|
30417
|
-
align-items: center;
|
|
30418
|
-
width: calc(100% - 40px);
|
|
30419
30271
|
}
|
|
30420
|
-
.
|
|
30272
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30273
|
+
opacity: 0;
|
|
30274
|
+
position: absolute;
|
|
30275
|
+
top: 50%;
|
|
30276
|
+
left: 0;
|
|
30277
|
+
transform: translate(-50%, -50%);
|
|
30278
|
+
transition: opacity 100ms linear;
|
|
30279
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30280
|
+
}
|
|
30281
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30282
|
+
color: #0080ff;
|
|
30283
|
+
}
|
|
30284
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30285
|
+
padding: 1px 12px;
|
|
30421
30286
|
display: inline-block;
|
|
30422
|
-
|
|
30287
|
+
opacity: 1;
|
|
30288
|
+
max-width: 160px;
|
|
30423
30289
|
}
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30290
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30291
|
+
padding: 1px 12px;
|
|
30292
|
+
color: #005ed1;
|
|
30427
30293
|
}
|
|
30428
|
-
.
|
|
30429
|
-
|
|
30294
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30295
|
+
opacity: 1;
|
|
30430
30296
|
}
|
|
30431
|
-
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30297
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30298
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30299
|
+
}
|
|
30300
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30301
|
+
opacity: 0;
|
|
30302
|
+
}
|
|
30303
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30304
|
+
padding: 4px 16px;
|
|
30305
|
+
height: 32px;
|
|
30306
|
+
border-radius: 6px 6px 0 0;
|
|
30307
|
+
}
|
|
30308
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30309
|
+
padding-left: 0;
|
|
30310
|
+
}
|
|
30311
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30312
|
+
padding-left: 16px;
|
|
30313
|
+
}
|
|
30314
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30315
|
+
margin-left: 11px;
|
|
30316
|
+
height: 24px;
|
|
30317
|
+
}
|
|
30318
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30319
|
+
padding: 0;
|
|
30320
|
+
}
|
|
30321
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30322
|
+
padding: 4px 16px;
|
|
30323
|
+
}
|
|
30324
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30325
|
+
padding: 4px 16px;
|
|
30326
|
+
}
|
|
30327
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30328
|
+
background: #fff;
|
|
30329
|
+
}
|
|
30330
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30331
|
+
color: #005ed1;
|
|
30332
|
+
}
|
|
30333
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30334
|
+
background: #fff;
|
|
30335
|
+
color: #1d326c;
|
|
30336
|
+
}
|
|
30337
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30338
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30339
|
+
}
|
|
30340
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30341
|
+
color: #1d326c;
|
|
30342
|
+
}
|
|
30343
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30344
|
+
fill: #d8deeb;
|
|
30345
|
+
}
|
|
30346
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30347
|
+
fill: #1d326c;
|
|
30348
|
+
}
|
|
30349
|
+
.E_t160l1cm .tab-content {
|
|
30350
|
+
flex: 1;
|
|
30351
|
+
display: flex;
|
|
30352
|
+
flex-direction: column;
|
|
30353
|
+
}
|
|
30354
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30355
|
+
overflow: visible;
|
|
30434
30356
|
}
|
|
30435
30357
|
|
|
30436
|
-
.
|
|
30358
|
+
.E_t14npdqr {
|
|
30359
|
+
max-width: 240px;
|
|
30360
|
+
animation: none;
|
|
30361
|
+
}
|
|
30362
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30363
|
+
border: 1px solid #0080ff;
|
|
30364
|
+
padding: 0;
|
|
30365
|
+
}
|
|
30366
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30367
|
+
margin: 0;
|
|
30368
|
+
height: 32px;
|
|
30369
|
+
line-height: 32px;
|
|
30370
|
+
font-size: 13px;
|
|
30371
|
+
padding: 0 10px;
|
|
30372
|
+
display: block;
|
|
30373
|
+
overflow: hidden;
|
|
30374
|
+
text-overflow: ellipsis;
|
|
30437
30375
|
white-space: nowrap;
|
|
30438
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30439
30376
|
}
|
|
30440
|
-
.
|
|
30441
|
-
|
|
30377
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30378
|
+
content: " ";
|
|
30379
|
+
height: 1px;
|
|
30380
|
+
width: calc(100% + 10px);
|
|
30381
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30382
|
+
display: block;
|
|
30442
30383
|
}
|
|
30443
|
-
.
|
|
30444
|
-
|
|
30384
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30385
|
+
color: #0080ff;
|
|
30386
|
+
background: transparent;
|
|
30445
30387
|
}
|
|
30446
|
-
|
|
30447
|
-
|
|
30388
|
+
|
|
30389
|
+
.E_c18gxmrl {
|
|
30390
|
+
border: 1px solid #d8deeb;
|
|
30391
|
+
border-radius: 4px;
|
|
30448
30392
|
}
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30451
|
-
border-bottom-right-radius: 0;
|
|
30393
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30394
|
+
margin-top: 8px;
|
|
30452
30395
|
}
|
|
30453
|
-
.
|
|
30454
|
-
border-
|
|
30455
|
-
|
|
30396
|
+
.E_c18gxmrl:hover {
|
|
30397
|
+
border-color: #0080ff;
|
|
30398
|
+
}
|
|
30399
|
+
.E_c18gxmrl:hover > header {
|
|
30400
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30401
|
+
}
|
|
30402
|
+
.E_c18gxmrl.active header {
|
|
30403
|
+
border-bottom: 1px solid #d8deeb;
|
|
30456
30404
|
}
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30405
|
+
.E_c18gxmrl > header {
|
|
30406
|
+
padding: 8px 12px;
|
|
30459
30407
|
}
|
|
30460
30408
|
|
|
30461
30409
|
.E_berrcjl {
|
|
@@ -30487,6 +30435,29 @@ span.E_tqjc4ui {
|
|
|
30487
30435
|
width: 100%;
|
|
30488
30436
|
}
|
|
30489
30437
|
|
|
30438
|
+
.E_wg1tsps {
|
|
30439
|
+
display: flex;
|
|
30440
|
+
align-items: center;
|
|
30441
|
+
justify-content: flex-end;
|
|
30442
|
+
}
|
|
30443
|
+
|
|
30444
|
+
.E_b1ctd5xy {
|
|
30445
|
+
display: flex;
|
|
30446
|
+
align-items: center;
|
|
30447
|
+
width: calc(100% - 40px);
|
|
30448
|
+
}
|
|
30449
|
+
.E_b1ctd5xy .chart {
|
|
30450
|
+
display: inline-block;
|
|
30451
|
+
width: 100%;
|
|
30452
|
+
}
|
|
30453
|
+
|
|
30454
|
+
.E_u1p8acpn {
|
|
30455
|
+
min-width: 40px;
|
|
30456
|
+
}
|
|
30457
|
+
.E_u1p8acpn .unit {
|
|
30458
|
+
color: #00122e !important;
|
|
30459
|
+
}
|
|
30460
|
+
|
|
30490
30461
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30491
30462
|
justify-content: center;
|
|
30492
30463
|
}
|
|
@@ -30741,11 +30712,33 @@ button.E_n7k2c6r {
|
|
|
30741
30712
|
padding: 0;
|
|
30742
30713
|
}
|
|
30743
30714
|
|
|
30744
|
-
.
|
|
30745
|
-
|
|
30715
|
+
.E_b1nip9bk {
|
|
30716
|
+
padding: 4px 11px;
|
|
30746
30717
|
}
|
|
30747
|
-
|
|
30748
|
-
|
|
30718
|
+
|
|
30719
|
+
.E_bqamoqe {
|
|
30720
|
+
white-space: nowrap;
|
|
30721
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30722
|
+
}
|
|
30723
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30724
|
+
--color: #0080ff;
|
|
30725
|
+
}
|
|
30726
|
+
.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] {
|
|
30727
|
+
--color: #0080ff;
|
|
30728
|
+
}
|
|
30729
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30730
|
+
margin-left: 1px;
|
|
30731
|
+
}
|
|
30732
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30733
|
+
border-top-right-radius: 0;
|
|
30734
|
+
border-bottom-right-radius: 0;
|
|
30735
|
+
}
|
|
30736
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30737
|
+
border-top-left-radius: 0;
|
|
30738
|
+
border-bottom-left-radius: 0;
|
|
30739
|
+
}
|
|
30740
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30741
|
+
border-radius: unset;
|
|
30749
30742
|
}
|
|
30750
30743
|
|
|
30751
30744
|
.E_c1uzzomf {
|
|
@@ -30770,12 +30763,11 @@ button.E_n7k2c6r {
|
|
|
30770
30763
|
text-align: center;
|
|
30771
30764
|
}
|
|
30772
30765
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30766
|
+
.E_c1yyuluq {
|
|
30767
|
+
border-radius: 8px;
|
|
30775
30768
|
}
|
|
30776
|
-
|
|
30777
|
-
|
|
30778
|
-
line-height: 18px;
|
|
30769
|
+
.E_c1yyuluq .ant-card-body {
|
|
30770
|
+
padding: 20px 24px 24px 24px;
|
|
30779
30771
|
}
|
|
30780
30772
|
|
|
30781
30773
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -30791,6 +30783,10 @@ button.E_n7k2c6r {
|
|
|
30791
30783
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30792
30784
|
}
|
|
30793
30785
|
|
|
30786
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30787
|
+
display: flex;
|
|
30788
|
+
}
|
|
30789
|
+
|
|
30794
30790
|
.E_ccrbeuz .ant-collapse-item {
|
|
30795
30791
|
border: 0px;
|
|
30796
30792
|
background-color: #fff;
|
|
@@ -30813,6 +30809,10 @@ button.E_n7k2c6r {
|
|
|
30813
30809
|
cursor: default;
|
|
30814
30810
|
}
|
|
30815
30811
|
|
|
30812
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30813
|
+
line-height: 18px;
|
|
30814
|
+
}
|
|
30815
|
+
|
|
30816
30816
|
.E_d1bw7c5z {
|
|
30817
30817
|
position: relative;
|
|
30818
30818
|
max-width: 388px;
|
|
@@ -30953,61 +30953,6 @@ button.E_n7k2c6r {
|
|
|
30953
30953
|
line-height: 18px;
|
|
30954
30954
|
}
|
|
30955
30955
|
|
|
30956
|
-
.E_s1dizucg.ant-switch {
|
|
30957
|
-
min-width: 40px;
|
|
30958
|
-
height: 24px;
|
|
30959
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30960
|
-
overflow: hidden;
|
|
30961
|
-
}
|
|
30962
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30963
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30964
|
-
}
|
|
30965
|
-
.E_s1dizucg.ant-switch-small {
|
|
30966
|
-
min-width: 26px;
|
|
30967
|
-
height: 16px;
|
|
30968
|
-
}
|
|
30969
|
-
.E_s1dizucg.ant-switch-large {
|
|
30970
|
-
min-width: 52px;
|
|
30971
|
-
height: 32px;
|
|
30972
|
-
}
|
|
30973
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30974
|
-
height: 20px;
|
|
30975
|
-
width: 20px;
|
|
30976
|
-
}
|
|
30977
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30978
|
-
border-radius: 10px;
|
|
30979
|
-
transition-delay: 120ms;
|
|
30980
|
-
}
|
|
30981
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30982
|
-
height: 14px;
|
|
30983
|
-
width: 14px;
|
|
30984
|
-
top: 1px;
|
|
30985
|
-
left: 1px;
|
|
30986
|
-
}
|
|
30987
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30988
|
-
height: 28px;
|
|
30989
|
-
width: 28px;
|
|
30990
|
-
}
|
|
30991
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30992
|
-
border-radius: 14px;
|
|
30993
|
-
}
|
|
30994
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30995
|
-
background-color: #00ba5d;
|
|
30996
|
-
}
|
|
30997
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30998
|
-
left: calc(100% - 20px - 2px);
|
|
30999
|
-
}
|
|
31000
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31001
|
-
left: calc(100% - 14px - 1px);
|
|
31002
|
-
}
|
|
31003
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31004
|
-
left: calc(100% - 28px - 2px);
|
|
31005
|
-
}
|
|
31006
|
-
|
|
31007
|
-
.E_c1up6e3y {
|
|
31008
|
-
margin-left: 5px;
|
|
31009
|
-
}
|
|
31010
|
-
|
|
31011
30956
|
.E_rapgekc.ant-radio-wrapper {
|
|
31012
30957
|
display: inline-flex;
|
|
31013
30958
|
align-items: baseline;
|
|
@@ -31154,6 +31099,10 @@ button.E_n7k2c6r {
|
|
|
31154
31099
|
width: 36px;
|
|
31155
31100
|
}
|
|
31156
31101
|
|
|
31102
|
+
.E_tju3gfj .date {
|
|
31103
|
+
margin-right: 4px;
|
|
31104
|
+
}
|
|
31105
|
+
|
|
31157
31106
|
.E_i11gg7mj .ant-input-prefix {
|
|
31158
31107
|
margin-right: 8px;
|
|
31159
31108
|
}
|
|
@@ -31180,6 +31129,71 @@ button.E_n7k2c6r {
|
|
|
31180
31129
|
cursor: not-allowed;
|
|
31181
31130
|
}
|
|
31182
31131
|
|
|
31132
|
+
.E_ivqqkzv {
|
|
31133
|
+
height: 24px;
|
|
31134
|
+
width: 56px !important;
|
|
31135
|
+
margin-right: 4px;
|
|
31136
|
+
}
|
|
31137
|
+
|
|
31138
|
+
.E_c1wk4q29 {
|
|
31139
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31140
|
+
}
|
|
31141
|
+
|
|
31142
|
+
.E_s1dizucg.ant-switch {
|
|
31143
|
+
min-width: 40px;
|
|
31144
|
+
height: 24px;
|
|
31145
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31146
|
+
overflow: hidden;
|
|
31147
|
+
}
|
|
31148
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31149
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31150
|
+
}
|
|
31151
|
+
.E_s1dizucg.ant-switch-small {
|
|
31152
|
+
min-width: 26px;
|
|
31153
|
+
height: 16px;
|
|
31154
|
+
}
|
|
31155
|
+
.E_s1dizucg.ant-switch-large {
|
|
31156
|
+
min-width: 52px;
|
|
31157
|
+
height: 32px;
|
|
31158
|
+
}
|
|
31159
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31160
|
+
height: 20px;
|
|
31161
|
+
width: 20px;
|
|
31162
|
+
}
|
|
31163
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31164
|
+
border-radius: 10px;
|
|
31165
|
+
transition-delay: 120ms;
|
|
31166
|
+
}
|
|
31167
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31168
|
+
height: 14px;
|
|
31169
|
+
width: 14px;
|
|
31170
|
+
top: 1px;
|
|
31171
|
+
left: 1px;
|
|
31172
|
+
}
|
|
31173
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31174
|
+
height: 28px;
|
|
31175
|
+
width: 28px;
|
|
31176
|
+
}
|
|
31177
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31178
|
+
border-radius: 14px;
|
|
31179
|
+
}
|
|
31180
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31181
|
+
background-color: #00ba5d;
|
|
31182
|
+
}
|
|
31183
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31184
|
+
left: calc(100% - 20px - 2px);
|
|
31185
|
+
}
|
|
31186
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31187
|
+
left: calc(100% - 14px - 1px);
|
|
31188
|
+
}
|
|
31189
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31190
|
+
left: calc(100% - 28px - 2px);
|
|
31191
|
+
}
|
|
31192
|
+
|
|
31193
|
+
.E_c1up6e3y {
|
|
31194
|
+
margin-left: 5px;
|
|
31195
|
+
}
|
|
31196
|
+
|
|
31183
31197
|
.E_c1bus5hc {
|
|
31184
31198
|
--color: white;
|
|
31185
31199
|
height: 14px;
|
|
@@ -31198,55 +31212,107 @@ button.E_n7k2c6r {
|
|
|
31198
31212
|
border-radius: 50%;
|
|
31199
31213
|
overflow: hidden;
|
|
31200
31214
|
}
|
|
31201
|
-
.E_c1bus5hc .circle-content {
|
|
31202
|
-
position: absolute;
|
|
31203
|
-
height: 100%;
|
|
31204
|
-
width: 100%;
|
|
31205
|
-
left: 0;
|
|
31206
|
-
top: 0;
|
|
31207
|
-
border-radius: 50%;
|
|
31208
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31209
|
-
transform: rotate(180deg);
|
|
31215
|
+
.E_c1bus5hc .circle-content {
|
|
31216
|
+
position: absolute;
|
|
31217
|
+
height: 100%;
|
|
31218
|
+
width: 100%;
|
|
31219
|
+
left: 0;
|
|
31220
|
+
top: 0;
|
|
31221
|
+
border-radius: 50%;
|
|
31222
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31223
|
+
transform: rotate(180deg);
|
|
31224
|
+
}
|
|
31225
|
+
.E_c1bus5hc .circle-child {
|
|
31226
|
+
position: absolute;
|
|
31227
|
+
height: 100%;
|
|
31228
|
+
width: 100%;
|
|
31229
|
+
left: 0;
|
|
31230
|
+
top: 0;
|
|
31231
|
+
margin-left: 50%;
|
|
31232
|
+
transform-origin: left;
|
|
31233
|
+
background: white;
|
|
31234
|
+
transform: rotate(0deg);
|
|
31235
|
+
}
|
|
31236
|
+
|
|
31237
|
+
.E_s1dni7lo {
|
|
31238
|
+
width: 430px !important;
|
|
31239
|
+
}
|
|
31240
|
+
|
|
31241
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31242
|
+
padding: 8px 16px;
|
|
31243
|
+
line-height: 18px;
|
|
31244
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31245
|
+
height: 34px;
|
|
31246
|
+
min-height: 34px;
|
|
31247
|
+
box-sizing: border-box;
|
|
31248
|
+
margin-top: 8px;
|
|
31249
|
+
}
|
|
31250
|
+
|
|
31251
|
+
.E_o1ugr09p {
|
|
31252
|
+
display: flex;
|
|
31253
|
+
flex-direction: column;
|
|
31254
|
+
margin: 1px 8px;
|
|
31255
|
+
padding: 8px;
|
|
31256
|
+
border-radius: 4px;
|
|
31257
|
+
}
|
|
31258
|
+
.E_o1ugr09p .selected-icon {
|
|
31259
|
+
display: none;
|
|
31260
|
+
}
|
|
31261
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31262
|
+
padding-left: 8px;
|
|
31263
|
+
}
|
|
31264
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31265
|
+
background-color: white;
|
|
31266
|
+
}
|
|
31267
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31268
|
+
color: #0080ff;
|
|
31269
|
+
}
|
|
31270
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31271
|
+
display: block;
|
|
31272
|
+
}
|
|
31273
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31274
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31210
31275
|
}
|
|
31211
|
-
.
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
margin-left: 50%;
|
|
31218
|
-
transform-origin: left;
|
|
31219
|
-
background: white;
|
|
31220
|
-
transform: rotate(0deg);
|
|
31276
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31277
|
+
color: #0080ff;
|
|
31278
|
+
}
|
|
31279
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31280
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31281
|
+
color: #0080ff;
|
|
31221
31282
|
}
|
|
31222
31283
|
|
|
31223
|
-
.
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
|
|
31284
|
+
.E_o1ifxsq4 {
|
|
31285
|
+
display: flex;
|
|
31286
|
+
justify-content: space-between;
|
|
31287
|
+
height: 20px;
|
|
31288
|
+
line-height: 20px;
|
|
31289
|
+
}
|
|
31290
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31291
|
+
color: #2d3a56;
|
|
31292
|
+
overflow: hidden;
|
|
31293
|
+
text-overflow: ellipsis;
|
|
31227
31294
|
}
|
|
31228
31295
|
|
|
31229
|
-
.
|
|
31296
|
+
.E_o1zue7 {
|
|
31297
|
+
display: flex;
|
|
31298
|
+
justify-content: space-between;
|
|
31230
31299
|
color: rgba(44, 56, 82, 0.6);
|
|
31300
|
+
height: 18px;
|
|
31301
|
+
line-height: 18px;
|
|
31302
|
+
margin-top: 2px;
|
|
31231
31303
|
}
|
|
31232
31304
|
|
|
31233
|
-
.
|
|
31234
|
-
|
|
31305
|
+
.E_tyfmlxg {
|
|
31306
|
+
border: none;
|
|
31307
|
+
margin-right: 0;
|
|
31308
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31235
31309
|
}
|
|
31236
31310
|
|
|
31237
|
-
.
|
|
31311
|
+
.E_o18uybox {
|
|
31312
|
+
pointer-events: none;
|
|
31313
|
+
height: 32px;
|
|
31238
31314
|
width: 100%;
|
|
31239
|
-
|
|
31240
|
-
min-height: 124px;
|
|
31241
|
-
display: flex;
|
|
31242
|
-
flex-direction: column;
|
|
31243
|
-
justify-content: center;
|
|
31244
|
-
align-items: center;
|
|
31245
|
-
}
|
|
31246
|
-
.E_fzh9mnb .error-text {
|
|
31247
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31248
|
-
margin-bottom: 16px;
|
|
31249
|
-
font-size: 18px;
|
|
31315
|
+
opacity: 0;
|
|
31250
31316
|
}
|
|
31251
31317
|
|
|
31252
31318
|
.E_s1sck0th {
|
|
@@ -31331,35 +31397,30 @@ button.E_n7k2c6r {
|
|
|
31331
31397
|
background-color: #7E41FF;
|
|
31332
31398
|
}
|
|
31333
31399
|
|
|
31334
|
-
.
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31339
|
-
|
|
31340
|
-
align-items: center;
|
|
31400
|
+
.E_fzh9mnb {
|
|
31401
|
+
width: 100%;
|
|
31402
|
+
height: 100%;
|
|
31403
|
+
min-height: 124px;
|
|
31404
|
+
display: flex;
|
|
31405
|
+
flex-direction: column;
|
|
31341
31406
|
justify-content: center;
|
|
31407
|
+
align-items: center;
|
|
31342
31408
|
}
|
|
31343
|
-
.
|
|
31344
|
-
|
|
31345
|
-
margin-
|
|
31346
|
-
|
|
31347
|
-
.E_iouxfgt.is-rotate img,
|
|
31348
|
-
.E_iouxfgt.is-rotate svg {
|
|
31349
|
-
animation: rotate 680ms linear infinite;
|
|
31409
|
+
.E_fzh9mnb .error-text {
|
|
31410
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31411
|
+
margin-bottom: 16px;
|
|
31412
|
+
font-size: 18px;
|
|
31350
31413
|
}
|
|
31351
31414
|
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31415
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31416
|
+
display: none;
|
|
31417
|
+
}
|
|
31418
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31419
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31356
31420
|
border-radius: 4px;
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
|
|
31360
|
-
align-items: center;
|
|
31361
|
-
white-space: nowrap;
|
|
31362
|
-
margin-right: 4px;
|
|
31421
|
+
}
|
|
31422
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31423
|
+
visibility: hidden;
|
|
31363
31424
|
}
|
|
31364
31425
|
|
|
31365
31426
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -31369,6 +31430,37 @@ button.E_n7k2c6r {
|
|
|
31369
31430
|
padding: 2px 7px 2px 12px;
|
|
31370
31431
|
}
|
|
31371
31432
|
|
|
31433
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31434
|
+
display: var(--a1wfy30z-0);
|
|
31435
|
+
}
|
|
31436
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31437
|
+
padding: 4px 11px;
|
|
31438
|
+
display: inline-flex;
|
|
31439
|
+
line-height: 1.5715;
|
|
31440
|
+
height: inherit;
|
|
31441
|
+
}
|
|
31442
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31443
|
+
content: var(--a1wfy30z-1);
|
|
31444
|
+
display: var(--a1wfy30z-2);
|
|
31445
|
+
flex: none;
|
|
31446
|
+
align-items: center;
|
|
31447
|
+
margin-left: 4px;
|
|
31448
|
+
}
|
|
31449
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31450
|
+
content: var(--a1wfy30z-3);
|
|
31451
|
+
display: var(--a1wfy30z-4);
|
|
31452
|
+
flex: none;
|
|
31453
|
+
align-items: center;
|
|
31454
|
+
margin-right: 4px;
|
|
31455
|
+
cursor: auto;
|
|
31456
|
+
}
|
|
31457
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31458
|
+
padding: 0;
|
|
31459
|
+
margin: 0;
|
|
31460
|
+
height: auto;
|
|
31461
|
+
font-size: inherit;
|
|
31462
|
+
}
|
|
31463
|
+
|
|
31372
31464
|
.E_iq1gosr {
|
|
31373
31465
|
display: inline-block;
|
|
31374
31466
|
}
|
|
@@ -31433,161 +31525,69 @@ button.E_n7k2c6r {
|
|
|
31433
31525
|
padding: 2px 8px;
|
|
31434
31526
|
}
|
|
31435
31527
|
|
|
31436
|
-
.
|
|
31437
|
-
display: var(--a1wfy30z-0);
|
|
31438
|
-
}
|
|
31439
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31440
|
-
padding: 4px 11px;
|
|
31528
|
+
.E_iouxfgt {
|
|
31441
31529
|
display: inline-flex;
|
|
31442
|
-
line-height: 1.5715;
|
|
31443
|
-
height: inherit;
|
|
31444
|
-
}
|
|
31445
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31446
|
-
content: var(--a1wfy30z-1);
|
|
31447
|
-
display: var(--a1wfy30z-2);
|
|
31448
|
-
flex: none;
|
|
31449
|
-
align-items: center;
|
|
31450
|
-
margin-left: 4px;
|
|
31451
|
-
}
|
|
31452
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31453
|
-
content: var(--a1wfy30z-3);
|
|
31454
|
-
display: var(--a1wfy30z-4);
|
|
31455
|
-
flex: none;
|
|
31456
31530
|
align-items: center;
|
|
31457
|
-
margin-right: 4px;
|
|
31458
|
-
cursor: auto;
|
|
31459
|
-
}
|
|
31460
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31461
|
-
padding: 0;
|
|
31462
|
-
margin: 0;
|
|
31463
|
-
height: auto;
|
|
31464
|
-
font-size: inherit;
|
|
31465
|
-
}
|
|
31466
|
-
|
|
31467
|
-
.E_f7pxqmh {
|
|
31468
|
-
width: 100%;
|
|
31469
|
-
margin-bottom: 0 !important;
|
|
31470
|
-
flex-flow: nowrap !important;
|
|
31471
|
-
line-break: auto;
|
|
31472
|
-
}
|
|
31473
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31474
|
-
text-align: left !important;
|
|
31475
|
-
padding-bottom: 0 !important;
|
|
31476
|
-
}
|
|
31477
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31478
|
-
min-height: 32px;
|
|
31479
|
-
height: auto;
|
|
31480
|
-
font-size: 13px;
|
|
31481
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31482
|
-
white-space: normal;
|
|
31483
31531
|
}
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
border-color: #ff4d4f !important;
|
|
31489
|
-
}
|
|
31490
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31491
|
-
margin-top: 4px;
|
|
31492
|
-
font-size: 12px;
|
|
31493
|
-
min-height: 0px;
|
|
31494
|
-
}
|
|
31495
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31496
|
-
font-size: 12px;
|
|
31497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31498
|
-
min-height: 0px;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
|
-
.E_s1dni7lo {
|
|
31502
|
-
width: 430px !important;
|
|
31503
|
-
}
|
|
31504
|
-
|
|
31505
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31506
|
-
padding: 8px 16px;
|
|
31507
|
-
line-height: 18px;
|
|
31508
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31509
|
-
height: 34px;
|
|
31510
|
-
min-height: 34px;
|
|
31511
|
-
box-sizing: border-box;
|
|
31512
|
-
margin-top: 8px;
|
|
31513
|
-
}
|
|
31514
|
-
|
|
31515
|
-
.E_o1ugr09p {
|
|
31516
|
-
display: flex;
|
|
31517
|
-
flex-direction: column;
|
|
31518
|
-
margin: 1px 8px;
|
|
31519
|
-
padding: 8px;
|
|
31520
|
-
border-radius: 4px;
|
|
31521
|
-
}
|
|
31522
|
-
.E_o1ugr09p .selected-icon {
|
|
31523
|
-
display: none;
|
|
31524
|
-
}
|
|
31525
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31526
|
-
padding-left: 8px;
|
|
31527
|
-
}
|
|
31528
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31529
|
-
background-color: white;
|
|
31530
|
-
}
|
|
31531
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31532
|
-
color: #0080ff;
|
|
31533
|
-
}
|
|
31534
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31535
|
-
display: block;
|
|
31536
|
-
}
|
|
31537
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31538
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31539
|
-
}
|
|
31540
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31541
|
-
color: #0080ff;
|
|
31542
|
-
}
|
|
31543
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31544
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31545
|
-
color: #0080ff;
|
|
31532
|
+
.E_iouxfgt .icon-inner {
|
|
31533
|
+
display: inline-flex;
|
|
31534
|
+
align-items: center;
|
|
31535
|
+
justify-content: center;
|
|
31546
31536
|
}
|
|
31547
|
-
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31550
|
-
justify-content: space-between;
|
|
31551
|
-
height: 20px;
|
|
31552
|
-
line-height: 20px;
|
|
31537
|
+
.E_iouxfgt .icon-inner + span,
|
|
31538
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31539
|
+
margin-left: 4px;
|
|
31553
31540
|
}
|
|
31554
|
-
.
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
text-overflow: ellipsis;
|
|
31541
|
+
.E_iouxfgt.is-rotate img,
|
|
31542
|
+
.E_iouxfgt.is-rotate svg {
|
|
31543
|
+
animation: rotate 680ms linear infinite;
|
|
31558
31544
|
}
|
|
31559
31545
|
|
|
31560
|
-
.
|
|
31561
|
-
display: flex;
|
|
31562
|
-
justify-content: space-between;
|
|
31563
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31546
|
+
.E_i1inqkme {
|
|
31564
31547
|
height: 18px;
|
|
31565
31548
|
line-height: 18px;
|
|
31566
|
-
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31549
|
+
padding: 0 4px;
|
|
31550
|
+
border-radius: 4px;
|
|
31551
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31552
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31553
|
+
display: flex;
|
|
31554
|
+
align-items: center;
|
|
31555
|
+
white-space: nowrap;
|
|
31556
|
+
margin-right: 4px;
|
|
31573
31557
|
}
|
|
31574
31558
|
|
|
31575
|
-
.
|
|
31576
|
-
pointer-events: none;
|
|
31577
|
-
height: 32px;
|
|
31559
|
+
.E_f7pxqmh {
|
|
31578
31560
|
width: 100%;
|
|
31579
|
-
|
|
31561
|
+
margin-bottom: 0 !important;
|
|
31562
|
+
flex-flow: nowrap !important;
|
|
31563
|
+
line-break: auto;
|
|
31580
31564
|
}
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31565
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31566
|
+
text-align: left !important;
|
|
31567
|
+
padding-bottom: 0 !important;
|
|
31584
31568
|
}
|
|
31585
|
-
.
|
|
31586
|
-
|
|
31587
|
-
|
|
31569
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31570
|
+
min-height: 32px;
|
|
31571
|
+
height: auto;
|
|
31572
|
+
font-size: 13px;
|
|
31573
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31574
|
+
white-space: normal;
|
|
31588
31575
|
}
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31576
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31577
|
+
border-color: #ff4d4f !important;
|
|
31578
|
+
}
|
|
31579
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31580
|
+
border-color: #ff4d4f !important;
|
|
31581
|
+
}
|
|
31582
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31583
|
+
margin-top: 4px;
|
|
31584
|
+
font-size: 12px;
|
|
31585
|
+
min-height: 0px;
|
|
31586
|
+
}
|
|
31587
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31588
|
+
font-size: 12px;
|
|
31589
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31590
|
+
min-height: 0px;
|
|
31591
31591
|
}
|
|
31592
31592
|
|
|
31593
31593
|
.E_owd0kml {
|
|
@@ -32860,6 +32860,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32860
32860
|
transform: rotate(180deg);
|
|
32861
32861
|
}
|
|
32862
32862
|
|
|
32863
|
+
.E_oa99sl3 {
|
|
32864
|
+
display: flex;
|
|
32865
|
+
justify-content: space-between;
|
|
32866
|
+
align-items: center;
|
|
32867
|
+
gap: 8px;
|
|
32868
|
+
}
|
|
32869
|
+
.E_oa99sl3,
|
|
32870
|
+
.E_oa99sl3 :first-child {
|
|
32871
|
+
line-height: inherit !important;
|
|
32872
|
+
}
|
|
32873
|
+
|
|
32874
|
+
.E_lvp5pj7 {
|
|
32875
|
+
display: flex;
|
|
32876
|
+
justify-content: space-between;
|
|
32877
|
+
align-items: center;
|
|
32878
|
+
gap: 8px;
|
|
32879
|
+
min-width: 0;
|
|
32880
|
+
}
|
|
32881
|
+
|
|
32882
|
+
.E_s1io1lws {
|
|
32883
|
+
display: flex;
|
|
32884
|
+
align-items: center;
|
|
32885
|
+
flex-shrink: 0;
|
|
32886
|
+
}
|
|
32887
|
+
|
|
32863
32888
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32864
32889
|
opacity: 1;
|
|
32865
32890
|
}
|
|
@@ -32987,29 +33012,17 @@ input.E_rf8rlle.ant-input {
|
|
|
32987
33012
|
color: rgba(0, 21, 64, 0.3);
|
|
32988
33013
|
}
|
|
32989
33014
|
|
|
32990
|
-
.
|
|
32991
|
-
|
|
32992
|
-
|
|
32993
|
-
|
|
32994
|
-
|
|
32995
|
-
}
|
|
32996
|
-
.E_oa99sl3,
|
|
32997
|
-
.E_oa99sl3 :first-child {
|
|
32998
|
-
line-height: inherit !important;
|
|
33015
|
+
.E_suhck3k {
|
|
33016
|
+
height: 24px;
|
|
33017
|
+
width: 24px;
|
|
33018
|
+
border-radius: 6px;
|
|
33019
|
+
padding: 4px;
|
|
32999
33020
|
}
|
|
33000
|
-
|
|
33001
|
-
.
|
|
33002
|
-
display: flex;
|
|
33003
|
-
justify-content: space-between;
|
|
33004
|
-
align-items: center;
|
|
33005
|
-
gap: 8px;
|
|
33006
|
-
min-width: 0;
|
|
33021
|
+
.E_suhck3k:hover {
|
|
33022
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33007
33023
|
}
|
|
33008
|
-
|
|
33009
|
-
|
|
33010
|
-
display: flex;
|
|
33011
|
-
align-items: center;
|
|
33012
|
-
flex-shrink: 0;
|
|
33024
|
+
.E_suhck3k:hover svg path {
|
|
33025
|
+
fill: blue;
|
|
33013
33026
|
}
|
|
33014
33027
|
|
|
33015
33028
|
.E_ryby9ds {
|
|
@@ -33028,19 +33041,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33028
33041
|
margin-right: 6px;
|
|
33029
33042
|
}
|
|
33030
33043
|
|
|
33031
|
-
.E_suhck3k {
|
|
33032
|
-
height: 24px;
|
|
33033
|
-
width: 24px;
|
|
33034
|
-
border-radius: 6px;
|
|
33035
|
-
padding: 4px;
|
|
33036
|
-
}
|
|
33037
|
-
.E_suhck3k:hover {
|
|
33038
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33039
|
-
}
|
|
33040
|
-
.E_suhck3k:hover svg path {
|
|
33041
|
-
fill: blue;
|
|
33042
|
-
}
|
|
33043
|
-
|
|
33044
33044
|
.E_w1dxz879 {
|
|
33045
33045
|
display: flex;
|
|
33046
33046
|
flex-direction: column;
|
|
@@ -34006,6 +34006,74 @@ input.E_rf8rlle.ant-input {
|
|
|
34006
34006
|
background-color: transparent;
|
|
34007
34007
|
}
|
|
34008
34008
|
|
|
34009
|
+
.E_c1yd35n {
|
|
34010
|
+
padding: 0 12px 14px 12px;
|
|
34011
|
+
}
|
|
34012
|
+
|
|
34013
|
+
.E_ckui4s7 {
|
|
34014
|
+
color: #2d3a56;
|
|
34015
|
+
line-height: 22px;
|
|
34016
|
+
display: inline-flex;
|
|
34017
|
+
}
|
|
34018
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34019
|
+
height: 22px;
|
|
34020
|
+
display: flex;
|
|
34021
|
+
align-items: center;
|
|
34022
|
+
top: 0;
|
|
34023
|
+
}
|
|
34024
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34025
|
+
border: none;
|
|
34026
|
+
}
|
|
34027
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34028
|
+
border-color: #0080ff;
|
|
34029
|
+
}
|
|
34030
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34031
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34032
|
+
}
|
|
34033
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34034
|
+
border: 1px solid #0080ff;
|
|
34035
|
+
}
|
|
34036
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34037
|
+
background: #0080ff;
|
|
34038
|
+
}
|
|
34039
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34040
|
+
background-color: #fff;
|
|
34041
|
+
height: 2px;
|
|
34042
|
+
width: 10px;
|
|
34043
|
+
border-radius: 2px;
|
|
34044
|
+
}
|
|
34045
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34046
|
+
opacity: 0.5;
|
|
34047
|
+
}
|
|
34048
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34049
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34050
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34051
|
+
}
|
|
34052
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34053
|
+
border-color: #2d3a56;
|
|
34054
|
+
}
|
|
34055
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34056
|
+
background: #2d3a56;
|
|
34057
|
+
}
|
|
34058
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34059
|
+
padding: 0;
|
|
34060
|
+
}
|
|
34061
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34062
|
+
display: inline-block;
|
|
34063
|
+
margin-left: 12px;
|
|
34064
|
+
color: #2d3a56;
|
|
34065
|
+
}
|
|
34066
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34067
|
+
margin-left: 28px;
|
|
34068
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34069
|
+
}
|
|
34070
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34071
|
+
margin-left: 8px;
|
|
34072
|
+
}
|
|
34073
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34074
|
+
margin-left: 24px;
|
|
34075
|
+
}
|
|
34076
|
+
|
|
34009
34077
|
.E_c1kghdax {
|
|
34010
34078
|
color: #2d3a56;
|
|
34011
34079
|
padding: 7px 12px;
|
|
@@ -34046,8 +34114,53 @@ input.E_rf8rlle.ant-input {
|
|
|
34046
34114
|
margin-right: 2px;
|
|
34047
34115
|
}
|
|
34048
34116
|
|
|
34049
|
-
.
|
|
34050
|
-
|
|
34117
|
+
.E_lht19u8 {
|
|
34118
|
+
width: 64px;
|
|
34119
|
+
height: 64px;
|
|
34120
|
+
display: flex;
|
|
34121
|
+
align-items: center;
|
|
34122
|
+
justify-content: center;
|
|
34123
|
+
position: relative;
|
|
34124
|
+
opacity: 0.2;
|
|
34125
|
+
}
|
|
34126
|
+
|
|
34127
|
+
.E_lk3gkp4 {
|
|
34128
|
+
position: absolute;
|
|
34129
|
+
width: 5px;
|
|
34130
|
+
height: 48px;
|
|
34131
|
+
left: 9.33px;
|
|
34132
|
+
top: 40.5px;
|
|
34133
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34134
|
+
border-radius: 5px;
|
|
34135
|
+
transform: rotate(-128deg);
|
|
34136
|
+
transform-origin: top left;
|
|
34137
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34138
|
+
}
|
|
34139
|
+
|
|
34140
|
+
.E_ll4n94n {
|
|
34141
|
+
position: absolute;
|
|
34142
|
+
width: 5px;
|
|
34143
|
+
height: 48px;
|
|
34144
|
+
left: 40.8px;
|
|
34145
|
+
top: 8.4px;
|
|
34146
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34147
|
+
border-radius: 5px;
|
|
34148
|
+
transform: rotate(-8deg);
|
|
34149
|
+
transform-origin: top left;
|
|
34150
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34151
|
+
}
|
|
34152
|
+
|
|
34153
|
+
.E_l17lbdo6 {
|
|
34154
|
+
position: absolute;
|
|
34155
|
+
width: 5px;
|
|
34156
|
+
height: 48px;
|
|
34157
|
+
left: 52.9px;
|
|
34158
|
+
top: 51.8px;
|
|
34159
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34160
|
+
border-radius: 5px;
|
|
34161
|
+
transform: rotate(112deg);
|
|
34162
|
+
transform-origin: top left;
|
|
34163
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34051
34164
|
}
|
|
34052
34165
|
|
|
34053
34166
|
.E_b14q2gmw {
|
|
@@ -34067,30 +34180,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34067
34180
|
transform: translateY(-4px);
|
|
34068
34181
|
}
|
|
34069
34182
|
|
|
34070
|
-
.E_l12xdkhl {
|
|
34071
|
-
width: 64px;
|
|
34072
|
-
height: 64px;
|
|
34073
|
-
max-width: 64px;
|
|
34074
|
-
max-height: 64px;
|
|
34075
|
-
overflow: hidden;
|
|
34076
|
-
display: flex;
|
|
34077
|
-
align-items: center;
|
|
34078
|
-
justify-content: center;
|
|
34079
|
-
position: relative;
|
|
34080
|
-
opacity: 0.6;
|
|
34081
|
-
}
|
|
34082
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34083
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34084
|
-
}
|
|
34085
|
-
@keyframes rotate {
|
|
34086
|
-
from {
|
|
34087
|
-
transform: rotate(0deg);
|
|
34088
|
-
}
|
|
34089
|
-
to {
|
|
34090
|
-
transform: rotate(360deg);
|
|
34091
|
-
}
|
|
34092
|
-
}
|
|
34093
|
-
|
|
34094
34183
|
button.E_l48ei06.ant-btn {
|
|
34095
34184
|
font-size: 12px;
|
|
34096
34185
|
line-height: 18px;
|
|
@@ -34141,68 +34230,103 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34141
34230
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34142
34231
|
}
|
|
34143
34232
|
|
|
34144
|
-
.
|
|
34145
|
-
|
|
34146
|
-
|
|
34147
|
-
|
|
34148
|
-
|
|
34149
|
-
|
|
34150
|
-
height: 22px;
|
|
34233
|
+
.E_l12xdkhl {
|
|
34234
|
+
width: 64px;
|
|
34235
|
+
height: 64px;
|
|
34236
|
+
max-width: 64px;
|
|
34237
|
+
max-height: 64px;
|
|
34238
|
+
overflow: hidden;
|
|
34151
34239
|
display: flex;
|
|
34152
34240
|
align-items: center;
|
|
34153
|
-
|
|
34241
|
+
justify-content: center;
|
|
34242
|
+
position: relative;
|
|
34243
|
+
opacity: 0.6;
|
|
34154
34244
|
}
|
|
34155
|
-
.
|
|
34156
|
-
|
|
34245
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34246
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34157
34247
|
}
|
|
34158
|
-
|
|
34159
|
-
|
|
34248
|
+
@keyframes rotate {
|
|
34249
|
+
from {
|
|
34250
|
+
transform: rotate(0deg);
|
|
34251
|
+
}
|
|
34252
|
+
to {
|
|
34253
|
+
transform: rotate(360deg);
|
|
34254
|
+
}
|
|
34160
34255
|
}
|
|
34161
|
-
|
|
34162
|
-
|
|
34256
|
+
|
|
34257
|
+
.E_sddwhm6 {
|
|
34258
|
+
margin: 0;
|
|
34259
|
+
border-radius: 20px;
|
|
34260
|
+
padding: 2px 10px;
|
|
34261
|
+
height: 22px;
|
|
34163
34262
|
}
|
|
34164
|
-
.
|
|
34165
|
-
|
|
34263
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34264
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34166
34265
|
}
|
|
34167
|
-
.
|
|
34168
|
-
background:
|
|
34266
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34267
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34169
34268
|
}
|
|
34170
|
-
.
|
|
34171
|
-
|
|
34172
|
-
height: 2px;
|
|
34173
|
-
width: 10px;
|
|
34174
|
-
border-radius: 2px;
|
|
34269
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34270
|
+
color: #00122e;
|
|
34175
34271
|
}
|
|
34176
|
-
.
|
|
34177
|
-
|
|
34272
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34273
|
+
margin-right: 6px;
|
|
34178
34274
|
}
|
|
34179
|
-
.
|
|
34180
|
-
|
|
34181
|
-
|
|
34275
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34276
|
+
margin-left: 8px;
|
|
34277
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34182
34278
|
}
|
|
34183
|
-
.
|
|
34184
|
-
|
|
34279
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34280
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34185
34281
|
}
|
|
34186
|
-
.
|
|
34187
|
-
background: #
|
|
34282
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34283
|
+
background-color: #0080ff;
|
|
34188
34284
|
}
|
|
34189
|
-
.
|
|
34190
|
-
|
|
34285
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34286
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34191
34287
|
}
|
|
34192
|
-
.
|
|
34193
|
-
|
|
34194
|
-
margin-left: 12px;
|
|
34195
|
-
color: #2d3a56;
|
|
34288
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34289
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34196
34290
|
}
|
|
34197
|
-
.
|
|
34198
|
-
|
|
34199
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34291
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34292
|
+
background-color: #f0483e;
|
|
34200
34293
|
}
|
|
34201
|
-
.
|
|
34202
|
-
|
|
34294
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34295
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34203
34296
|
}
|
|
34204
|
-
.
|
|
34205
|
-
|
|
34297
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34298
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34299
|
+
}
|
|
34300
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34301
|
+
background-color: #fea008;
|
|
34302
|
+
}
|
|
34303
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34304
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34305
|
+
}
|
|
34306
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34307
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34308
|
+
}
|
|
34309
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34310
|
+
background-color: #00ba5d;
|
|
34311
|
+
}
|
|
34312
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34313
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34314
|
+
}
|
|
34315
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34316
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34317
|
+
}
|
|
34318
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34319
|
+
background-color: #6b7d99;
|
|
34320
|
+
}
|
|
34321
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34322
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34323
|
+
}
|
|
34324
|
+
|
|
34325
|
+
.E_satwmqm {
|
|
34326
|
+
width: 8px;
|
|
34327
|
+
height: 8px;
|
|
34328
|
+
border-radius: 50%;
|
|
34329
|
+
display: inline-block;
|
|
34206
34330
|
}
|
|
34207
34331
|
|
|
34208
34332
|
.E_tc97u5y {
|
|
@@ -34548,123 +34672,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34548
34672
|
font-size: 20px;
|
|
34549
34673
|
color: rgba(10, 37, 85, 0.6);
|
|
34550
34674
|
}
|
|
34551
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34552
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34553
|
-
z-index: 10;
|
|
34554
|
-
}
|
|
34555
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34556
|
-
padding: 0 !important;
|
|
34557
|
-
position: relative;
|
|
34558
|
-
background: #fff;
|
|
34559
|
-
}
|
|
34560
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34561
|
-
height: 100%;
|
|
34562
|
-
display: flex;
|
|
34563
|
-
align-items: center;
|
|
34564
|
-
justify-content: flex-end;
|
|
34565
|
-
padding-right: 8px;
|
|
34566
|
-
}
|
|
34567
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34568
|
-
width: 24px;
|
|
34569
|
-
height: 24px;
|
|
34570
|
-
cursor: pointer;
|
|
34571
|
-
justify-content: center;
|
|
34572
|
-
border-radius: 4px;
|
|
34573
|
-
}
|
|
34574
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34575
|
-
background: #fff;
|
|
34576
|
-
}
|
|
34577
|
-
|
|
34578
|
-
.E_sddwhm6 {
|
|
34579
|
-
margin: 0;
|
|
34580
|
-
border-radius: 20px;
|
|
34581
|
-
padding: 2px 10px;
|
|
34582
|
-
height: 22px;
|
|
34583
|
-
}
|
|
34584
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34585
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34586
|
-
}
|
|
34587
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34588
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34589
|
-
}
|
|
34590
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34591
|
-
color: #00122e;
|
|
34592
|
-
}
|
|
34593
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34594
|
-
margin-right: 6px;
|
|
34595
|
-
}
|
|
34596
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34597
|
-
margin-left: 8px;
|
|
34598
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34599
|
-
}
|
|
34600
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34601
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34602
|
-
}
|
|
34603
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34604
|
-
background-color: #0080ff;
|
|
34605
|
-
}
|
|
34606
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34607
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
34608
|
-
}
|
|
34609
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34610
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
34611
|
-
}
|
|
34612
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34613
|
-
background-color: #f0483e;
|
|
34614
|
-
}
|
|
34615
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34616
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
34617
|
-
}
|
|
34618
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34619
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
34620
|
-
}
|
|
34621
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34622
|
-
background-color: #fea008;
|
|
34623
|
-
}
|
|
34624
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34625
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
34626
|
-
}
|
|
34627
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34628
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
34629
|
-
}
|
|
34630
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34631
|
-
background-color: #00ba5d;
|
|
34632
|
-
}
|
|
34633
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34634
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
34635
|
-
}
|
|
34636
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34637
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34638
|
-
}
|
|
34639
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34640
|
-
background-color: #6b7d99;
|
|
34641
|
-
}
|
|
34642
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34643
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
34644
|
-
}
|
|
34645
|
-
|
|
34646
|
-
.E_satwmqm {
|
|
34647
|
-
width: 8px;
|
|
34648
|
-
height: 8px;
|
|
34649
|
-
border-radius: 50%;
|
|
34650
|
-
display: inline-block;
|
|
34675
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34676
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34677
|
+
z-index: 10;
|
|
34651
34678
|
}
|
|
34652
|
-
|
|
34653
|
-
|
|
34679
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34680
|
+
padding: 0 !important;
|
|
34681
|
+
position: relative;
|
|
34682
|
+
background: #fff;
|
|
34683
|
+
}
|
|
34684
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34685
|
+
height: 100%;
|
|
34654
34686
|
display: flex;
|
|
34655
34687
|
align-items: center;
|
|
34656
|
-
justify-content:
|
|
34657
|
-
|
|
34688
|
+
justify-content: flex-end;
|
|
34689
|
+
padding-right: 8px;
|
|
34658
34690
|
}
|
|
34659
|
-
|
|
34660
|
-
|
|
34661
|
-
|
|
34662
|
-
|
|
34691
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34692
|
+
width: 24px;
|
|
34693
|
+
height: 24px;
|
|
34694
|
+
cursor: pointer;
|
|
34663
34695
|
justify-content: center;
|
|
34664
|
-
|
|
34696
|
+
border-radius: 4px;
|
|
34665
34697
|
}
|
|
34666
|
-
.
|
|
34667
|
-
|
|
34698
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34699
|
+
background: #fff;
|
|
34668
34700
|
}
|
|
34669
34701
|
|
|
34670
34702
|
.E_w7ob4th.outside-tag {
|
|
@@ -34676,53 +34708,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34676
34708
|
margin-right: 4px;
|
|
34677
34709
|
}
|
|
34678
34710
|
|
|
34679
|
-
.
|
|
34680
|
-
|
|
34681
|
-
height:
|
|
34682
|
-
display: flex;
|
|
34683
|
-
align-items: center;
|
|
34684
|
-
justify-content: center;
|
|
34685
|
-
position: relative;
|
|
34686
|
-
opacity: 0.2;
|
|
34711
|
+
.E_slr2ynn {
|
|
34712
|
+
padding: 0 8px;
|
|
34713
|
+
height: 18px;
|
|
34687
34714
|
}
|
|
34688
34715
|
|
|
34689
|
-
.
|
|
34690
|
-
|
|
34691
|
-
|
|
34692
|
-
height: 48px;
|
|
34693
|
-
left: 9.33px;
|
|
34694
|
-
top: 40.5px;
|
|
34695
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34696
|
-
border-radius: 5px;
|
|
34697
|
-
transform: rotate(-128deg);
|
|
34698
|
-
transform-origin: top left;
|
|
34699
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34716
|
+
.E_m140wbb6 {
|
|
34717
|
+
padding: 2px 8px;
|
|
34718
|
+
height: 24px;
|
|
34700
34719
|
}
|
|
34701
34720
|
|
|
34702
|
-
.
|
|
34703
|
-
|
|
34704
|
-
width: 5px;
|
|
34705
|
-
height: 48px;
|
|
34706
|
-
left: 40.8px;
|
|
34707
|
-
top: 8.4px;
|
|
34708
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34709
|
-
border-radius: 5px;
|
|
34710
|
-
transform: rotate(-8deg);
|
|
34711
|
-
transform-origin: top left;
|
|
34712
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34721
|
+
.E_t1fozc1i {
|
|
34722
|
+
margin: 0;
|
|
34713
34723
|
}
|
|
34714
34724
|
|
|
34715
|
-
.
|
|
34716
|
-
|
|
34717
|
-
|
|
34718
|
-
|
|
34719
|
-
|
|
34720
|
-
|
|
34721
|
-
|
|
34722
|
-
|
|
34723
|
-
|
|
34724
|
-
|
|
34725
|
-
|
|
34725
|
+
.E_i1vxv4ln {
|
|
34726
|
+
margin-right: 4px;
|
|
34727
|
+
height: 16px;
|
|
34728
|
+
}
|
|
34729
|
+
|
|
34730
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34731
|
+
font-weight: 700;
|
|
34732
|
+
color: #00122e;
|
|
34733
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34734
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34735
|
+
word-break: break-all;
|
|
34736
|
+
display: inline;
|
|
34737
|
+
white-space: normal;
|
|
34726
34738
|
}
|
|
34727
34739
|
|
|
34728
34740
|
.E_t1dtlqs1 {
|
|
@@ -34921,65 +34933,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34921
34933
|
margin-right: 8px;
|
|
34922
34934
|
}
|
|
34923
34935
|
|
|
34924
|
-
.E_slr2ynn {
|
|
34925
|
-
padding: 0 8px;
|
|
34926
|
-
height: 18px;
|
|
34927
|
-
}
|
|
34928
|
-
|
|
34929
|
-
.E_m140wbb6 {
|
|
34930
|
-
padding: 2px 8px;
|
|
34931
|
-
height: 24px;
|
|
34932
|
-
}
|
|
34933
|
-
|
|
34934
|
-
.E_t1fozc1i {
|
|
34935
|
-
margin: 0;
|
|
34936
|
-
}
|
|
34937
|
-
|
|
34938
|
-
.E_i1vxv4ln {
|
|
34939
|
-
margin-right: 4px;
|
|
34940
|
-
height: 16px;
|
|
34941
|
-
}
|
|
34942
|
-
|
|
34943
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34944
|
-
font-weight: 700;
|
|
34945
|
-
color: #00122e;
|
|
34946
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34947
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34948
|
-
word-break: break-all;
|
|
34949
|
-
display: inline;
|
|
34950
|
-
white-space: normal;
|
|
34951
|
-
}
|
|
34952
|
-
|
|
34953
|
-
.E_t13ef470 {
|
|
34954
|
-
height: 100%;
|
|
34955
|
-
}
|
|
34956
|
-
.E_t13ef470 .table-loading-item {
|
|
34957
|
-
padding: 12px 4px;
|
|
34958
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34959
|
-
display: flex;
|
|
34960
|
-
}
|
|
34961
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34962
|
-
height: 16px;
|
|
34963
|
-
margin: 4px;
|
|
34964
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34965
|
-
border-radius: 2px;
|
|
34966
|
-
}
|
|
34967
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34968
|
-
width: 16px;
|
|
34969
|
-
}
|
|
34970
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34971
|
-
flex: 1;
|
|
34972
|
-
}
|
|
34973
|
-
.E_t13ef470 :nth-child(1) {
|
|
34974
|
-
padding: 8px 4px;
|
|
34975
|
-
}
|
|
34976
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34977
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34978
|
-
}
|
|
34979
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34980
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34981
|
-
}
|
|
34982
|
-
|
|
34983
34936
|
.E_sjob3jg {
|
|
34984
34937
|
--item-min-width: 60px;
|
|
34985
34938
|
}
|
|
@@ -35175,31 +35128,56 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35175
35128
|
justify-content: center;
|
|
35176
35129
|
}
|
|
35177
35130
|
|
|
35178
|
-
.
|
|
35179
|
-
|
|
35180
|
-
|
|
35131
|
+
.E_r77hffu {
|
|
35132
|
+
display: flex;
|
|
35133
|
+
align-items: center;
|
|
35134
|
+
justify-content: space-between;
|
|
35135
|
+
column-gap: 6px;
|
|
35181
35136
|
}
|
|
35182
35137
|
|
|
35183
|
-
.
|
|
35184
|
-
|
|
35185
|
-
flex:
|
|
35138
|
+
.E_p1cmxsf7 {
|
|
35139
|
+
display: flex;
|
|
35140
|
+
flex-direction: column;
|
|
35141
|
+
justify-content: center;
|
|
35142
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35186
35143
|
}
|
|
35187
|
-
.
|
|
35188
|
-
|
|
35144
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35145
|
+
font-size: 0;
|
|
35189
35146
|
}
|
|
35190
|
-
|
|
35191
|
-
|
|
35192
|
-
|
|
35147
|
+
|
|
35148
|
+
.E_t13ef470 {
|
|
35149
|
+
height: 100%;
|
|
35193
35150
|
}
|
|
35194
|
-
.
|
|
35151
|
+
.E_t13ef470 .table-loading-item {
|
|
35152
|
+
padding: 12px 4px;
|
|
35153
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35154
|
+
display: flex;
|
|
35155
|
+
}
|
|
35156
|
+
.E_t13ef470 .table-loading-item > * {
|
|
35157
|
+
height: 16px;
|
|
35158
|
+
margin: 4px;
|
|
35159
|
+
background: rgba(204, 212, 227, 0.18);
|
|
35160
|
+
border-radius: 2px;
|
|
35161
|
+
}
|
|
35162
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35163
|
+
width: 16px;
|
|
35164
|
+
}
|
|
35165
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
35195
35166
|
flex: 1;
|
|
35196
|
-
|
|
35167
|
+
}
|
|
35168
|
+
.E_t13ef470 :nth-child(1) {
|
|
35169
|
+
padding: 8px 4px;
|
|
35170
|
+
}
|
|
35171
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35172
|
+
background: rgba(107, 125, 153, 0.18);
|
|
35173
|
+
}
|
|
35174
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35175
|
+
background: rgba(163, 180, 204, 0.18);
|
|
35197
35176
|
}
|
|
35198
35177
|
|
|
35199
|
-
.
|
|
35200
|
-
|
|
35201
|
-
|
|
35202
|
-
column-gap: var(--a1ji6r68-0);
|
|
35178
|
+
.E_i1g85yz3 {
|
|
35179
|
+
margin-right: 4px;
|
|
35180
|
+
height: 16px;
|
|
35203
35181
|
}
|
|
35204
35182
|
|
|
35205
35183
|
.E_msn7nxt {
|
|
@@ -35363,6 +35341,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35363
35341
|
margin-left: 8px;
|
|
35364
35342
|
}
|
|
35365
35343
|
|
|
35344
|
+
.E_t1gvlxt5 {
|
|
35345
|
+
min-width: 0;
|
|
35346
|
+
flex: 1;
|
|
35347
|
+
}
|
|
35348
|
+
.E_t1gvlxt5 .tag {
|
|
35349
|
+
flex: 0 0 auto;
|
|
35350
|
+
}
|
|
35351
|
+
.E_t1gvlxt5 .progress-title {
|
|
35352
|
+
flex: 2;
|
|
35353
|
+
max-width: fit-content;
|
|
35354
|
+
}
|
|
35355
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35356
|
+
flex: 1;
|
|
35357
|
+
max-width: fit-content;
|
|
35358
|
+
}
|
|
35359
|
+
|
|
35360
|
+
.E_a1ji6r68 {
|
|
35361
|
+
display: flex;
|
|
35362
|
+
align-items: center;
|
|
35363
|
+
column-gap: var(--a1ji6r68-0);
|
|
35364
|
+
}
|
|
35365
|
+
|
|
35366
35366
|
.E_s20iney.skeleton-box {
|
|
35367
35367
|
display: flex;
|
|
35368
35368
|
align-items: center;
|
|
@@ -35440,18 +35440,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35440
35440
|
display: block;
|
|
35441
35441
|
}
|
|
35442
35442
|
|
|
35443
|
-
.E_i14c7jc8 {
|
|
35444
|
-
color: var(--i14c7jc8-0);
|
|
35445
|
-
}
|
|
35446
|
-
|
|
35447
|
-
.E_i1ibuolf {
|
|
35448
|
-
display: flex;
|
|
35449
|
-
align-items: center;
|
|
35450
|
-
column-gap: 4px;
|
|
35451
|
-
font-size: 12px;
|
|
35452
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35453
|
-
}
|
|
35454
|
-
|
|
35455
35443
|
.E_d1u4ndxc {
|
|
35456
35444
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35457
35445
|
font-size: 12px;
|
|
@@ -35481,4 +35469,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35481
35469
|
to {
|
|
35482
35470
|
transform: translateX(100%);
|
|
35483
35471
|
}
|
|
35472
|
+
}
|
|
35473
|
+
|
|
35474
|
+
.E_i14c7jc8 {
|
|
35475
|
+
color: var(--i14c7jc8-0);
|
|
35476
|
+
}
|
|
35477
|
+
|
|
35478
|
+
.E_i1ibuolf {
|
|
35479
|
+
display: flex;
|
|
35480
|
+
align-items: center;
|
|
35481
|
+
column-gap: 4px;
|
|
35482
|
+
font-size: 12px;
|
|
35483
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35484
35484
|
}
|