@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/components.css
CHANGED
|
@@ -29572,18 +29572,16 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
-
.
|
|
29576
|
-
|
|
29577
|
-
box-sizing: border-box;
|
|
29578
|
-
border-radius: 2px;
|
|
29579
|
-
background: #f5f7fa;
|
|
29580
|
-
display: flex;
|
|
29581
|
-
width: 100%;
|
|
29582
|
-
overflow: hidden;
|
|
29575
|
+
.E_gmyahx3 {
|
|
29576
|
+
cursor: pointer;
|
|
29583
29577
|
}
|
|
29584
29578
|
|
|
29585
|
-
.
|
|
29586
|
-
|
|
29579
|
+
.E_gmyahx3 .link-text {
|
|
29580
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29581
|
+
}
|
|
29582
|
+
|
|
29583
|
+
.E_gmyahx3:hover .link-text {
|
|
29584
|
+
color: #0080ff;
|
|
29587
29585
|
}
|
|
29588
29586
|
|
|
29589
29587
|
.E_c18bcrac {
|
|
@@ -29635,6 +29633,126 @@ html body {
|
|
|
29635
29633
|
margin-right: 4px;
|
|
29636
29634
|
}
|
|
29637
29635
|
|
|
29636
|
+
.E_t1sqg15u {
|
|
29637
|
+
background: white;
|
|
29638
|
+
}
|
|
29639
|
+
|
|
29640
|
+
.E_t1sqg15u.inline .table-row {
|
|
29641
|
+
flex-direction: column;
|
|
29642
|
+
}
|
|
29643
|
+
|
|
29644
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29645
|
+
padding: 0 16px 7px 0;
|
|
29646
|
+
}
|
|
29647
|
+
|
|
29648
|
+
.E_t1sqg15u.has-border .table-header {
|
|
29649
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
29650
|
+
}
|
|
29651
|
+
|
|
29652
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
29653
|
+
border-top: none !important;
|
|
29654
|
+
}
|
|
29655
|
+
|
|
29656
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
29657
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
29658
|
+
}
|
|
29659
|
+
|
|
29660
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
29661
|
+
padding-bottom: 0;
|
|
29662
|
+
}
|
|
29663
|
+
|
|
29664
|
+
.E_t1sqg15u.align-right .content {
|
|
29665
|
+
text-align: right;
|
|
29666
|
+
}
|
|
29667
|
+
|
|
29668
|
+
.E_t1sqg15u .uuid-row {
|
|
29669
|
+
display: flex;
|
|
29670
|
+
justify-content: space-between;
|
|
29671
|
+
}
|
|
29672
|
+
|
|
29673
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
29674
|
+
white-space: nowrap;
|
|
29675
|
+
overflow: hidden;
|
|
29676
|
+
text-overflow: ellipsis;
|
|
29677
|
+
}
|
|
29678
|
+
|
|
29679
|
+
.E_t4zczcp {
|
|
29680
|
+
display: flex;
|
|
29681
|
+
justify-content: space-between;
|
|
29682
|
+
align-items: center;
|
|
29683
|
+
padding: 8px;
|
|
29684
|
+
min-height: 32px;
|
|
29685
|
+
}
|
|
29686
|
+
|
|
29687
|
+
.E_t4zczcp .table-title {
|
|
29688
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29689
|
+
font-weight: 600;
|
|
29690
|
+
font-size: 12px;
|
|
29691
|
+
line-height: 8px;
|
|
29692
|
+
}
|
|
29693
|
+
|
|
29694
|
+
.E_t4zczcp .edit-icon {
|
|
29695
|
+
font-size: 16px;
|
|
29696
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29697
|
+
cursor: pointer;
|
|
29698
|
+
}
|
|
29699
|
+
|
|
29700
|
+
.E_t1s7goww {
|
|
29701
|
+
font-size: 12px;
|
|
29702
|
+
line-height: 18px;
|
|
29703
|
+
}
|
|
29704
|
+
|
|
29705
|
+
.E_t93e4cf {
|
|
29706
|
+
display: flex;
|
|
29707
|
+
padding: 8px 0;
|
|
29708
|
+
color: #2d3a56;
|
|
29709
|
+
}
|
|
29710
|
+
|
|
29711
|
+
.E_t93e4cf .hidden {
|
|
29712
|
+
display: none;
|
|
29713
|
+
}
|
|
29714
|
+
|
|
29715
|
+
.E_t93e4cf .ant-btn-link {
|
|
29716
|
+
height: auto;
|
|
29717
|
+
}
|
|
29718
|
+
|
|
29719
|
+
.E_t93e4cf .content {
|
|
29720
|
+
overflow: hidden;
|
|
29721
|
+
overflow-x: auto;
|
|
29722
|
+
width: 100%;
|
|
29723
|
+
white-space: pre-wrap;
|
|
29724
|
+
}
|
|
29725
|
+
|
|
29726
|
+
.E_t93e4cf .content .ant-btn {
|
|
29727
|
+
white-space: pre-wrap;
|
|
29728
|
+
text-align: left;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29731
|
+
.E_t93e4cf .content .unit-chart {
|
|
29732
|
+
justify-content: flex-start;
|
|
29733
|
+
}
|
|
29734
|
+
|
|
29735
|
+
.E_rhz2uv5 {
|
|
29736
|
+
width: var(--rhz2uv5-0);
|
|
29737
|
+
flex-shrink: 0;
|
|
29738
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29739
|
+
padding-right: 12px;
|
|
29740
|
+
}
|
|
29741
|
+
|
|
29742
|
+
.E_skwah65 {
|
|
29743
|
+
height: 8px;
|
|
29744
|
+
box-sizing: border-box;
|
|
29745
|
+
border-radius: 2px;
|
|
29746
|
+
background: #f5f7fa;
|
|
29747
|
+
display: flex;
|
|
29748
|
+
width: 100%;
|
|
29749
|
+
overflow: hidden;
|
|
29750
|
+
}
|
|
29751
|
+
|
|
29752
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29753
|
+
margin-left: 1px;
|
|
29754
|
+
}
|
|
29755
|
+
|
|
29638
29756
|
.E_clm1wy1 {
|
|
29639
29757
|
width: 192px;
|
|
29640
29758
|
height: 246px;
|
|
@@ -29744,6 +29862,10 @@ html body {
|
|
|
29744
29862
|
border-radius: 2px;
|
|
29745
29863
|
}
|
|
29746
29864
|
|
|
29865
|
+
span.E_tqjc4ui {
|
|
29866
|
+
margin: 0 2px;
|
|
29867
|
+
}
|
|
29868
|
+
|
|
29747
29869
|
.E_n12mqh7z {
|
|
29748
29870
|
display: flex;
|
|
29749
29871
|
align-items: center;
|
|
@@ -29764,352 +29886,106 @@ html body {
|
|
|
29764
29886
|
overflow: auto;
|
|
29765
29887
|
}
|
|
29766
29888
|
|
|
29767
|
-
.
|
|
29768
|
-
|
|
29889
|
+
.E_ou7iq30 {
|
|
29890
|
+
overflow: hidden;
|
|
29891
|
+
text-overflow: ellipsis;
|
|
29769
29892
|
}
|
|
29770
29893
|
|
|
29771
|
-
.
|
|
29772
|
-
|
|
29894
|
+
.E_s1tui002 {
|
|
29895
|
+
white-space: nowrap;
|
|
29773
29896
|
}
|
|
29774
29897
|
|
|
29775
|
-
.
|
|
29776
|
-
|
|
29898
|
+
.E_mxrc2zg {
|
|
29899
|
+
display: -webkit-box;
|
|
29900
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29901
|
+
-webkit-box-orient: vertical;
|
|
29902
|
+
word-break: break-all;
|
|
29777
29903
|
}
|
|
29778
29904
|
|
|
29779
|
-
.
|
|
29780
|
-
display:
|
|
29781
|
-
flex-direction: column;
|
|
29782
|
-
flex: 1;
|
|
29783
|
-
/* FIXME:(yanzhen) do this better */
|
|
29905
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29906
|
+
display: none;
|
|
29784
29907
|
}
|
|
29785
29908
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29788
|
-
|
|
29789
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
29909
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29910
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29911
|
+
border-radius: 4px;
|
|
29790
29912
|
}
|
|
29791
29913
|
|
|
29792
|
-
.
|
|
29793
|
-
|
|
29914
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29915
|
+
visibility: hidden;
|
|
29794
29916
|
}
|
|
29795
29917
|
|
|
29796
|
-
.
|
|
29797
|
-
|
|
29798
|
-
|
|
29799
|
-
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
|
|
29918
|
+
.E_s1ebs0ra {
|
|
29919
|
+
display: flex;
|
|
29920
|
+
align-items: center;
|
|
29921
|
+
justify-content: space-between;
|
|
29922
|
+
background: #edf0f7;
|
|
29923
|
+
padding: 8px 12px;
|
|
29924
|
+
position: sticky;
|
|
29925
|
+
top: 0;
|
|
29926
|
+
z-index: 1;
|
|
29927
|
+
margin-bottom: -52px;
|
|
29805
29928
|
}
|
|
29806
29929
|
|
|
29807
|
-
.
|
|
29808
|
-
|
|
29930
|
+
.E_s1ebs0ra .select-total {
|
|
29931
|
+
display: flex;
|
|
29932
|
+
align-items: center;
|
|
29933
|
+
font-weight: 700;
|
|
29934
|
+
flex-shrink: 0;
|
|
29809
29935
|
}
|
|
29810
29936
|
|
|
29811
|
-
.
|
|
29812
|
-
|
|
29937
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29938
|
+
cursor: pointer;
|
|
29939
|
+
margin-left: 8px;
|
|
29940
|
+
width: 32px;
|
|
29941
|
+
height: 32px;
|
|
29942
|
+
border-radius: 50%;
|
|
29943
|
+
justify-content: center;
|
|
29813
29944
|
}
|
|
29814
29945
|
|
|
29815
|
-
.
|
|
29816
|
-
|
|
29817
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29946
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29947
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29818
29948
|
}
|
|
29819
29949
|
|
|
29820
|
-
.
|
|
29821
|
-
|
|
29950
|
+
.E_s1ebs0ra .action-group {
|
|
29951
|
+
flex: 1;
|
|
29952
|
+
margin-left: 88px;
|
|
29953
|
+
white-space: nowrap;
|
|
29954
|
+
text-align: right;
|
|
29955
|
+
position: relative;
|
|
29956
|
+
padding: 4px 0;
|
|
29957
|
+
margin-top: -4px;
|
|
29958
|
+
overflow: hidden;
|
|
29822
29959
|
}
|
|
29823
29960
|
|
|
29824
|
-
.
|
|
29825
|
-
|
|
29961
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29962
|
+
transform: translateY(-4px);
|
|
29826
29963
|
}
|
|
29827
29964
|
|
|
29828
|
-
.
|
|
29829
|
-
|
|
29830
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29965
|
+
.E_s1ebs0ra .action-group button {
|
|
29966
|
+
border: none;
|
|
29831
29967
|
}
|
|
29832
29968
|
|
|
29833
|
-
.
|
|
29834
|
-
|
|
29969
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29970
|
+
margin-right: 8px;
|
|
29835
29971
|
}
|
|
29836
29972
|
|
|
29837
|
-
.
|
|
29838
|
-
|
|
29973
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29974
|
+
margin-right: 4px;
|
|
29839
29975
|
}
|
|
29840
29976
|
|
|
29841
|
-
.
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29848
|
-
}
|
|
29849
|
-
|
|
29850
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
29851
|
-
background: rgba(0, 128, 255, 0.16);
|
|
29852
|
-
}
|
|
29853
|
-
|
|
29854
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
29855
|
-
fill: #1d326c;
|
|
29856
|
-
}
|
|
29857
|
-
|
|
29858
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
29859
|
-
margin-left: 8px;
|
|
29860
|
-
height: 22px;
|
|
29861
|
-
}
|
|
29862
|
-
|
|
29863
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
29864
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
29865
|
-
}
|
|
29866
|
-
|
|
29867
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
29868
|
-
padding: 0;
|
|
29869
|
-
display: flex;
|
|
29870
|
-
align-items: center;
|
|
29871
|
-
overflow: hidden;
|
|
29872
|
-
}
|
|
29873
|
-
|
|
29874
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
29875
|
-
opacity: 0;
|
|
29876
|
-
max-width: 0;
|
|
29877
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
29878
|
-
}
|
|
29879
|
-
|
|
29880
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
29881
|
-
padding: 1px 12px;
|
|
29882
|
-
position: relative;
|
|
29883
|
-
display: flex;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
29887
|
-
opacity: 0;
|
|
29888
|
-
position: absolute;
|
|
29889
|
-
top: 50%;
|
|
29890
|
-
left: 0;
|
|
29891
|
-
transform: translate(-50%, -50%);
|
|
29892
|
-
transition: opacity 100ms linear;
|
|
29893
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
29894
|
-
}
|
|
29895
|
-
|
|
29896
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
29897
|
-
color: #0080ff;
|
|
29898
|
-
}
|
|
29899
|
-
|
|
29900
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
29901
|
-
padding: 1px 12px;
|
|
29902
|
-
display: inline-block;
|
|
29903
|
-
opacity: 1;
|
|
29904
|
-
max-width: 160px;
|
|
29905
|
-
}
|
|
29906
|
-
|
|
29907
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
29908
|
-
padding: 1px 12px;
|
|
29909
|
-
color: #005ed1;
|
|
29910
|
-
}
|
|
29911
|
-
|
|
29912
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
29913
|
-
opacity: 1;
|
|
29914
|
-
}
|
|
29915
|
-
|
|
29916
|
-
.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 {
|
|
29917
|
-
background: rgba(0, 128, 255, 0.16);
|
|
29918
|
-
}
|
|
29919
|
-
|
|
29920
|
-
.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 {
|
|
29921
|
-
opacity: 0;
|
|
29922
|
-
}
|
|
29923
|
-
|
|
29924
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
29925
|
-
padding: 4px 16px;
|
|
29926
|
-
height: 32px;
|
|
29927
|
-
border-radius: 6px 6px 0 0;
|
|
29928
|
-
}
|
|
29929
|
-
|
|
29930
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
29931
|
-
padding-left: 0;
|
|
29932
|
-
}
|
|
29933
|
-
|
|
29934
|
-
.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 {
|
|
29935
|
-
padding-left: 16px;
|
|
29936
|
-
}
|
|
29937
|
-
|
|
29938
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
29939
|
-
margin-left: 11px;
|
|
29940
|
-
height: 24px;
|
|
29941
|
-
}
|
|
29942
|
-
|
|
29943
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
29944
|
-
padding: 0;
|
|
29945
|
-
}
|
|
29946
|
-
|
|
29947
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
29948
|
-
padding: 4px 16px;
|
|
29949
|
-
}
|
|
29950
|
-
|
|
29951
|
-
.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 {
|
|
29952
|
-
padding: 4px 16px;
|
|
29953
|
-
}
|
|
29954
|
-
|
|
29955
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
29956
|
-
background: #fff;
|
|
29957
|
-
}
|
|
29958
|
-
|
|
29959
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
29960
|
-
color: #005ed1;
|
|
29961
|
-
}
|
|
29962
|
-
|
|
29963
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
29964
|
-
background: #fff;
|
|
29965
|
-
color: #1d326c;
|
|
29966
|
-
}
|
|
29967
|
-
|
|
29968
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
29969
|
-
color: rgba(45, 58, 86, 0.6);
|
|
29970
|
-
}
|
|
29971
|
-
|
|
29972
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
29973
|
-
color: #1d326c;
|
|
29974
|
-
}
|
|
29975
|
-
|
|
29976
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
29977
|
-
fill: #d8deeb;
|
|
29978
|
-
}
|
|
29979
|
-
|
|
29980
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
29981
|
-
fill: #1d326c;
|
|
29982
|
-
}
|
|
29983
|
-
|
|
29984
|
-
.E_t160l1cm .tab-content {
|
|
29985
|
-
flex: 1;
|
|
29986
|
-
display: flex;
|
|
29987
|
-
flex-direction: column;
|
|
29988
|
-
}
|
|
29989
|
-
|
|
29990
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
29991
|
-
overflow: visible;
|
|
29992
|
-
}
|
|
29993
|
-
|
|
29994
|
-
.E_t14npdqr {
|
|
29995
|
-
max-width: 240px;
|
|
29996
|
-
animation: none;
|
|
29997
|
-
}
|
|
29998
|
-
|
|
29999
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30000
|
-
border: 1px solid #0080ff;
|
|
30001
|
-
padding: 0;
|
|
30002
|
-
}
|
|
30003
|
-
|
|
30004
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30005
|
-
margin: 0;
|
|
30006
|
-
height: 32px;
|
|
30007
|
-
line-height: 32px;
|
|
30008
|
-
font-size: 13px;
|
|
30009
|
-
padding: 0 10px;
|
|
30010
|
-
display: block;
|
|
30011
|
-
overflow: hidden;
|
|
30012
|
-
text-overflow: ellipsis;
|
|
30013
|
-
white-space: nowrap;
|
|
30014
|
-
}
|
|
30015
|
-
|
|
30016
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30017
|
-
content: " ";
|
|
30018
|
-
height: 1px;
|
|
30019
|
-
width: calc(100% + 10px);
|
|
30020
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30021
|
-
display: block;
|
|
30022
|
-
}
|
|
30023
|
-
|
|
30024
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30025
|
-
color: #0080ff;
|
|
30026
|
-
background: transparent;
|
|
30027
|
-
}
|
|
30028
|
-
|
|
30029
|
-
span.E_tqjc4ui {
|
|
30030
|
-
margin: 0 2px;
|
|
30031
|
-
}
|
|
30032
|
-
|
|
30033
|
-
.E_s1ebs0ra {
|
|
30034
|
-
display: flex;
|
|
30035
|
-
align-items: center;
|
|
30036
|
-
justify-content: space-between;
|
|
30037
|
-
background: #edf0f7;
|
|
30038
|
-
padding: 8px 12px;
|
|
30039
|
-
position: sticky;
|
|
30040
|
-
top: 0;
|
|
30041
|
-
z-index: 1;
|
|
30042
|
-
margin-bottom: -52px;
|
|
30043
|
-
}
|
|
30044
|
-
|
|
30045
|
-
.E_s1ebs0ra .select-total {
|
|
30046
|
-
display: flex;
|
|
30047
|
-
align-items: center;
|
|
30048
|
-
font-weight: 700;
|
|
30049
|
-
flex-shrink: 0;
|
|
30050
|
-
}
|
|
30051
|
-
|
|
30052
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30053
|
-
cursor: pointer;
|
|
30054
|
-
margin-left: 8px;
|
|
30055
|
-
width: 32px;
|
|
30056
|
-
height: 32px;
|
|
30057
|
-
border-radius: 50%;
|
|
30058
|
-
justify-content: center;
|
|
30059
|
-
}
|
|
30060
|
-
|
|
30061
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30062
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.E_s1ebs0ra .action-group {
|
|
30066
|
-
flex: 1;
|
|
30067
|
-
margin-left: 88px;
|
|
30068
|
-
white-space: nowrap;
|
|
30069
|
-
text-align: right;
|
|
30070
|
-
position: relative;
|
|
30071
|
-
padding: 4px 0;
|
|
30072
|
-
margin-top: -4px;
|
|
30073
|
-
overflow: hidden;
|
|
30074
|
-
}
|
|
30075
|
-
|
|
30076
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30077
|
-
transform: translateY(-4px);
|
|
30078
|
-
}
|
|
30079
|
-
|
|
30080
|
-
.E_s1ebs0ra .action-group button {
|
|
30081
|
-
border: none;
|
|
30082
|
-
}
|
|
30083
|
-
|
|
30084
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30085
|
-
margin-right: 8px;
|
|
30086
|
-
}
|
|
30087
|
-
|
|
30088
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
30089
|
-
margin-right: 4px;
|
|
30090
|
-
}
|
|
30091
|
-
|
|
30092
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
30093
|
-
cursor: pointer;
|
|
30094
|
-
width: 32px;
|
|
30095
|
-
height: 32px;
|
|
30096
|
-
justify-content: center;
|
|
30097
|
-
border-radius: 50%;
|
|
29977
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29978
|
+
cursor: pointer;
|
|
29979
|
+
width: 32px;
|
|
29980
|
+
height: 32px;
|
|
29981
|
+
justify-content: center;
|
|
29982
|
+
border-radius: 50%;
|
|
30098
29983
|
}
|
|
30099
29984
|
|
|
30100
29985
|
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30101
29986
|
background: #fff;
|
|
30102
29987
|
}
|
|
30103
29988
|
|
|
30104
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30105
|
-
display: flex;
|
|
30106
|
-
align-items: center;
|
|
30107
|
-
}
|
|
30108
|
-
|
|
30109
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30110
|
-
margin-right: 8px;
|
|
30111
|
-
}
|
|
30112
|
-
|
|
30113
29989
|
.E_s1at6qmn.ant-layout-sider {
|
|
30114
29990
|
background: #edf0f7;
|
|
30115
29991
|
padding: 32px 8px;
|
|
@@ -30195,190 +30071,55 @@ span.E_tqjc4ui {
|
|
|
30195
30071
|
|
|
30196
30072
|
.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 {
|
|
30197
30073
|
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30198
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30199
|
-
border-radius: 6px;
|
|
30200
|
-
}
|
|
30201
|
-
|
|
30202
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30203
|
-
white-space: nowrap;
|
|
30204
|
-
transition: all 0s;
|
|
30205
|
-
}
|
|
30206
|
-
|
|
30207
|
-
.E_s1wu0lms.shrink {
|
|
30208
|
-
transition: all 0s;
|
|
30209
|
-
overflow: hidden;
|
|
30210
|
-
}
|
|
30211
|
-
|
|
30212
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30213
|
-
visibility: hidden;
|
|
30214
|
-
}
|
|
30215
|
-
|
|
30216
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30217
|
-
width: 36px;
|
|
30218
|
-
padding: 0 6px;
|
|
30219
|
-
}
|
|
30220
|
-
|
|
30221
|
-
.E_n1ugzfva {
|
|
30222
|
-
display: flex;
|
|
30223
|
-
place-items: center;
|
|
30224
|
-
width: 100% !important;
|
|
30225
|
-
}
|
|
30226
|
-
|
|
30227
|
-
.E_n1ugzfva[disabled] {
|
|
30228
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
30229
|
-
opacity: 1 !important;
|
|
30230
|
-
}
|
|
30231
|
-
|
|
30232
|
-
.E_n1ugzfva.ant-btn {
|
|
30233
|
-
width: 100%;
|
|
30234
|
-
color: #00122e;
|
|
30235
|
-
}
|
|
30236
|
-
|
|
30237
|
-
.E_n1ugzfva .icon-wrapper {
|
|
30238
|
-
margin-right: 12px;
|
|
30239
|
-
}
|
|
30240
|
-
|
|
30241
|
-
.E_n1ugzfva .link-title {
|
|
30242
|
-
flex: 1;
|
|
30243
|
-
overflow: hidden;
|
|
30244
|
-
white-space: nowrap;
|
|
30245
|
-
text-overflow: ellipsis;
|
|
30246
|
-
text-align: left;
|
|
30247
|
-
}
|
|
30248
|
-
|
|
30249
|
-
.E_t1sqg15u {
|
|
30250
|
-
background: white;
|
|
30251
|
-
}
|
|
30252
|
-
|
|
30253
|
-
.E_t1sqg15u.inline .table-row {
|
|
30254
|
-
flex-direction: column;
|
|
30255
|
-
}
|
|
30256
|
-
|
|
30257
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30258
|
-
padding: 0 16px 7px 0;
|
|
30259
|
-
}
|
|
30260
|
-
|
|
30261
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30262
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30263
|
-
}
|
|
30264
|
-
|
|
30265
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30266
|
-
border-top: none !important;
|
|
30267
|
-
}
|
|
30268
|
-
|
|
30269
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30270
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30271
|
-
}
|
|
30272
|
-
|
|
30273
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30274
|
-
padding-bottom: 0;
|
|
30275
|
-
}
|
|
30276
|
-
|
|
30277
|
-
.E_t1sqg15u.align-right .content {
|
|
30278
|
-
text-align: right;
|
|
30279
|
-
}
|
|
30280
|
-
|
|
30281
|
-
.E_t1sqg15u .uuid-row {
|
|
30282
|
-
display: flex;
|
|
30283
|
-
justify-content: space-between;
|
|
30284
|
-
}
|
|
30285
|
-
|
|
30286
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
30287
|
-
white-space: nowrap;
|
|
30288
|
-
overflow: hidden;
|
|
30289
|
-
text-overflow: ellipsis;
|
|
30290
|
-
}
|
|
30291
|
-
|
|
30292
|
-
.E_t4zczcp {
|
|
30293
|
-
display: flex;
|
|
30294
|
-
justify-content: space-between;
|
|
30295
|
-
align-items: center;
|
|
30296
|
-
padding: 8px;
|
|
30297
|
-
min-height: 32px;
|
|
30298
|
-
}
|
|
30299
|
-
|
|
30300
|
-
.E_t4zczcp .table-title {
|
|
30301
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30302
|
-
font-weight: 600;
|
|
30303
|
-
font-size: 12px;
|
|
30304
|
-
line-height: 8px;
|
|
30305
|
-
}
|
|
30306
|
-
|
|
30307
|
-
.E_t4zczcp .edit-icon {
|
|
30308
|
-
font-size: 16px;
|
|
30309
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30310
|
-
cursor: pointer;
|
|
30311
|
-
}
|
|
30312
|
-
|
|
30313
|
-
.E_t1s7goww {
|
|
30314
|
-
font-size: 12px;
|
|
30315
|
-
line-height: 18px;
|
|
30316
|
-
}
|
|
30317
|
-
|
|
30318
|
-
.E_t93e4cf {
|
|
30319
|
-
display: flex;
|
|
30320
|
-
padding: 8px 0;
|
|
30321
|
-
color: #2d3a56;
|
|
30322
|
-
}
|
|
30323
|
-
|
|
30324
|
-
.E_t93e4cf .hidden {
|
|
30325
|
-
display: none;
|
|
30326
|
-
}
|
|
30327
|
-
|
|
30328
|
-
.E_t93e4cf .ant-btn-link {
|
|
30329
|
-
height: auto;
|
|
30330
|
-
}
|
|
30331
|
-
|
|
30332
|
-
.E_t93e4cf .content {
|
|
30333
|
-
overflow: hidden;
|
|
30334
|
-
overflow-x: auto;
|
|
30335
|
-
width: 100%;
|
|
30336
|
-
white-space: pre-wrap;
|
|
30074
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30075
|
+
border-radius: 6px;
|
|
30337
30076
|
}
|
|
30338
30077
|
|
|
30339
|
-
.
|
|
30340
|
-
white-space:
|
|
30341
|
-
|
|
30078
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30079
|
+
white-space: nowrap;
|
|
30080
|
+
transition: all 0s;
|
|
30342
30081
|
}
|
|
30343
30082
|
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30083
|
+
.E_s1wu0lms.shrink {
|
|
30084
|
+
transition: all 0s;
|
|
30085
|
+
overflow: hidden;
|
|
30346
30086
|
}
|
|
30347
30087
|
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30350
|
-
flex-shrink: 0;
|
|
30351
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30352
|
-
padding-right: 12px;
|
|
30088
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30089
|
+
visibility: hidden;
|
|
30353
30090
|
}
|
|
30354
30091
|
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30357
|
-
|
|
30092
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30093
|
+
width: 36px;
|
|
30094
|
+
padding: 0 6px;
|
|
30358
30095
|
}
|
|
30359
30096
|
|
|
30360
|
-
.
|
|
30361
|
-
|
|
30097
|
+
.E_n1ugzfva {
|
|
30098
|
+
display: flex;
|
|
30099
|
+
place-items: center;
|
|
30100
|
+
width: 100% !important;
|
|
30362
30101
|
}
|
|
30363
30102
|
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
|
|
30367
|
-
-webkit-box-orient: vertical;
|
|
30368
|
-
word-break: break-all;
|
|
30103
|
+
.E_n1ugzfva[disabled] {
|
|
30104
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30105
|
+
opacity: 1 !important;
|
|
30369
30106
|
}
|
|
30370
30107
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30108
|
+
.E_n1ugzfva.ant-btn {
|
|
30109
|
+
width: 100%;
|
|
30110
|
+
color: #00122e;
|
|
30373
30111
|
}
|
|
30374
30112
|
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30377
|
-
border-radius: 4px;
|
|
30113
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30114
|
+
margin-right: 12px;
|
|
30378
30115
|
}
|
|
30379
30116
|
|
|
30380
|
-
.
|
|
30381
|
-
|
|
30117
|
+
.E_n1ugzfva .link-title {
|
|
30118
|
+
flex: 1;
|
|
30119
|
+
overflow: hidden;
|
|
30120
|
+
white-space: nowrap;
|
|
30121
|
+
text-overflow: ellipsis;
|
|
30122
|
+
text-align: left;
|
|
30382
30123
|
}
|
|
30383
30124
|
|
|
30384
30125
|
.E_c1up1pdz {
|
|
@@ -30459,177 +30200,376 @@ span.E_tqjc4ui {
|
|
|
30459
30200
|
align-items: center;
|
|
30460
30201
|
}
|
|
30461
30202
|
|
|
30462
|
-
.E_c156wh19 .reverse {
|
|
30203
|
+
.E_c156wh19 .reverse {
|
|
30204
|
+
display: flex;
|
|
30205
|
+
flex-direction: row-reverse;
|
|
30206
|
+
align-items: center;
|
|
30207
|
+
}
|
|
30208
|
+
|
|
30209
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30210
|
+
margin-left: 8px;
|
|
30211
|
+
}
|
|
30212
|
+
|
|
30213
|
+
.E_c156wh19 .close {
|
|
30214
|
+
padding-left: 14px;
|
|
30215
|
+
margin-left: 14px;
|
|
30216
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30217
|
+
cursor: pointer;
|
|
30218
|
+
}
|
|
30219
|
+
|
|
30220
|
+
.E_m126spxy {
|
|
30221
|
+
padding-bottom: 4px;
|
|
30222
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30223
|
+
}
|
|
30224
|
+
|
|
30225
|
+
.E_m126spxy .ant-btn-link {
|
|
30226
|
+
padding: 1px 10px;
|
|
30227
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30228
|
+
border-radius: 4px;
|
|
30229
|
+
}
|
|
30230
|
+
|
|
30231
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30232
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30233
|
+
color: #0096ff;
|
|
30234
|
+
}
|
|
30235
|
+
|
|
30236
|
+
.E_wpbf4pq {
|
|
30237
|
+
padding: 10px 0;
|
|
30238
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30239
|
+
}
|
|
30240
|
+
|
|
30241
|
+
.E_wpbf4pq .ant-input,
|
|
30242
|
+
.E_wpbf4pq .ant-picker {
|
|
30243
|
+
width: 80px;
|
|
30244
|
+
margin: 0 9px;
|
|
30245
|
+
text-align: center;
|
|
30246
|
+
}
|
|
30247
|
+
|
|
30248
|
+
.E_wpbf4pq .options {
|
|
30249
|
+
padding: 12px 0 12px 16px;
|
|
30250
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30251
|
+
margin: 5px 0 5px 8px;
|
|
30252
|
+
}
|
|
30253
|
+
|
|
30254
|
+
.E_wpbf4pq .week-day-option,
|
|
30255
|
+
.E_wpbf4pq .month-day-option {
|
|
30256
|
+
background: #f5f7fa;
|
|
30257
|
+
box-sizing: border-box;
|
|
30258
|
+
border-radius: 16px;
|
|
30259
|
+
margin-right: 8px;
|
|
30260
|
+
}
|
|
30261
|
+
|
|
30262
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30263
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30264
|
+
color: inherit;
|
|
30265
|
+
border-color: #d9d9d9;
|
|
30266
|
+
}
|
|
30267
|
+
|
|
30268
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30269
|
+
background-color: #0096ff;
|
|
30270
|
+
border-color: #0096ff;
|
|
30271
|
+
color: #fff;
|
|
30272
|
+
}
|
|
30273
|
+
|
|
30274
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30275
|
+
width: 110px;
|
|
30276
|
+
margin-top: 4px;
|
|
30277
|
+
}
|
|
30278
|
+
|
|
30279
|
+
.E_wpbf4pq .month-day-option {
|
|
30280
|
+
width: 32px;
|
|
30281
|
+
padding: 0;
|
|
30282
|
+
margin-bottom: 8px;
|
|
30283
|
+
}
|
|
30284
|
+
|
|
30285
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30286
|
+
background-color: #0096ff;
|
|
30287
|
+
border-color: #0096ff;
|
|
30288
|
+
color: #fff;
|
|
30289
|
+
}
|
|
30290
|
+
|
|
30291
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30292
|
+
display: flex;
|
|
30293
|
+
align-items: center;
|
|
30294
|
+
}
|
|
30295
|
+
|
|
30296
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30297
|
+
margin-right: 8px;
|
|
30298
|
+
}
|
|
30299
|
+
|
|
30300
|
+
.E_t160l1cm {
|
|
30301
|
+
display: flex;
|
|
30302
|
+
flex-direction: column;
|
|
30303
|
+
flex: 1;
|
|
30304
|
+
/* FIXME:(yanzhen) do this better */
|
|
30305
|
+
}
|
|
30306
|
+
|
|
30307
|
+
.E_t160l1cm .tab-bar {
|
|
30308
|
+
flex-shrink: 0;
|
|
30309
|
+
display: flex;
|
|
30310
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30311
|
+
}
|
|
30312
|
+
|
|
30313
|
+
.E_t160l1cm .tab-content {
|
|
30314
|
+
height: 100%;
|
|
30315
|
+
}
|
|
30316
|
+
|
|
30317
|
+
.E_t160l1cm .tab-menu-item {
|
|
30318
|
+
margin-right: 2px;
|
|
30319
|
+
padding: 1px 12px;
|
|
30320
|
+
line-height: 24px;
|
|
30321
|
+
height: 24px;
|
|
30322
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30323
|
+
border-radius: 4px 4px 0 0;
|
|
30324
|
+
cursor: pointer;
|
|
30325
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30329
|
+
padding-left: 0;
|
|
30330
|
+
}
|
|
30331
|
+
|
|
30332
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30333
|
+
padding-left: 12px;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30336
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30337
|
+
color: #0080ff;
|
|
30338
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30339
|
+
}
|
|
30340
|
+
|
|
30341
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30342
|
+
fill: #0080ff;
|
|
30343
|
+
}
|
|
30344
|
+
|
|
30345
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30346
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30347
|
+
}
|
|
30348
|
+
|
|
30349
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30350
|
+
color: #0080ff;
|
|
30351
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30352
|
+
}
|
|
30353
|
+
|
|
30354
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30355
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30356
|
+
}
|
|
30357
|
+
|
|
30358
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30359
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30360
|
+
}
|
|
30361
|
+
|
|
30362
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30363
|
+
fill: #0080ff;
|
|
30364
|
+
}
|
|
30365
|
+
|
|
30366
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30367
|
+
color: #0080ff;
|
|
30368
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30369
|
+
}
|
|
30370
|
+
|
|
30371
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30372
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30373
|
+
}
|
|
30374
|
+
|
|
30375
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30376
|
+
fill: #1d326c;
|
|
30377
|
+
}
|
|
30378
|
+
|
|
30379
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30380
|
+
margin-left: 8px;
|
|
30381
|
+
height: 22px;
|
|
30382
|
+
}
|
|
30383
|
+
|
|
30384
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30385
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30386
|
+
}
|
|
30387
|
+
|
|
30388
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30389
|
+
padding: 0;
|
|
30390
|
+
display: flex;
|
|
30391
|
+
align-items: center;
|
|
30392
|
+
overflow: hidden;
|
|
30393
|
+
}
|
|
30394
|
+
|
|
30395
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30396
|
+
opacity: 0;
|
|
30397
|
+
max-width: 0;
|
|
30398
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30399
|
+
}
|
|
30400
|
+
|
|
30401
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30402
|
+
padding: 1px 12px;
|
|
30403
|
+
position: relative;
|
|
30463
30404
|
display: flex;
|
|
30464
|
-
flex-direction: row-reverse;
|
|
30465
|
-
align-items: center;
|
|
30466
30405
|
}
|
|
30467
30406
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30407
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30408
|
+
opacity: 0;
|
|
30409
|
+
position: absolute;
|
|
30410
|
+
top: 50%;
|
|
30411
|
+
left: 0;
|
|
30412
|
+
transform: translate(-50%, -50%);
|
|
30413
|
+
transition: opacity 100ms linear;
|
|
30414
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30470
30415
|
}
|
|
30471
30416
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
margin-left: 14px;
|
|
30475
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30476
|
-
cursor: pointer;
|
|
30417
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30418
|
+
color: #0080ff;
|
|
30477
30419
|
}
|
|
30478
30420
|
|
|
30479
|
-
.
|
|
30480
|
-
padding
|
|
30481
|
-
|
|
30421
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30422
|
+
padding: 1px 12px;
|
|
30423
|
+
display: inline-block;
|
|
30424
|
+
opacity: 1;
|
|
30425
|
+
max-width: 160px;
|
|
30482
30426
|
}
|
|
30483
30427
|
|
|
30484
|
-
.
|
|
30485
|
-
padding: 1px
|
|
30486
|
-
color:
|
|
30487
|
-
border-radius: 4px;
|
|
30428
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30429
|
+
padding: 1px 12px;
|
|
30430
|
+
color: #005ed1;
|
|
30488
30431
|
}
|
|
30489
30432
|
|
|
30490
|
-
.
|
|
30491
|
-
|
|
30492
|
-
color: #0096ff;
|
|
30433
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30434
|
+
opacity: 1;
|
|
30493
30435
|
}
|
|
30494
30436
|
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30437
|
+
.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 {
|
|
30438
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30498
30439
|
}
|
|
30499
30440
|
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
width: 80px;
|
|
30503
|
-
margin: 0 9px;
|
|
30504
|
-
text-align: center;
|
|
30441
|
+
.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 {
|
|
30442
|
+
opacity: 0;
|
|
30505
30443
|
}
|
|
30506
30444
|
|
|
30507
|
-
.
|
|
30508
|
-
padding:
|
|
30509
|
-
|
|
30510
|
-
|
|
30445
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30446
|
+
padding: 4px 16px;
|
|
30447
|
+
height: 32px;
|
|
30448
|
+
border-radius: 6px 6px 0 0;
|
|
30511
30449
|
}
|
|
30512
30450
|
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
background: #f5f7fa;
|
|
30516
|
-
box-sizing: border-box;
|
|
30517
|
-
border-radius: 16px;
|
|
30518
|
-
margin-right: 8px;
|
|
30451
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30452
|
+
padding-left: 0;
|
|
30519
30453
|
}
|
|
30520
30454
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
color: inherit;
|
|
30524
|
-
border-color: #d9d9d9;
|
|
30455
|
+
.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 {
|
|
30456
|
+
padding-left: 16px;
|
|
30525
30457
|
}
|
|
30526
30458
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
color: #fff;
|
|
30459
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30460
|
+
margin-left: 11px;
|
|
30461
|
+
height: 24px;
|
|
30531
30462
|
}
|
|
30532
30463
|
|
|
30533
|
-
.
|
|
30534
|
-
|
|
30535
|
-
margin-top: 4px;
|
|
30464
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30465
|
+
padding: 0;
|
|
30536
30466
|
}
|
|
30537
30467
|
|
|
30538
|
-
.
|
|
30539
|
-
|
|
30540
|
-
padding: 0;
|
|
30541
|
-
margin-bottom: 8px;
|
|
30468
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30469
|
+
padding: 4px 16px;
|
|
30542
30470
|
}
|
|
30543
30471
|
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30546
|
-
border-color: #0096ff;
|
|
30547
|
-
color: #fff;
|
|
30472
|
+
.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 {
|
|
30473
|
+
padding: 4px 16px;
|
|
30548
30474
|
}
|
|
30549
30475
|
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30552
|
-
border-radius: 4px;
|
|
30476
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30477
|
+
background: #fff;
|
|
30553
30478
|
}
|
|
30554
30479
|
|
|
30555
|
-
.
|
|
30556
|
-
|
|
30480
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30481
|
+
color: #005ed1;
|
|
30557
30482
|
}
|
|
30558
30483
|
|
|
30559
|
-
.
|
|
30560
|
-
|
|
30484
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30485
|
+
background: #fff;
|
|
30486
|
+
color: #1d326c;
|
|
30561
30487
|
}
|
|
30562
30488
|
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30489
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30490
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30565
30491
|
}
|
|
30566
30492
|
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30493
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30494
|
+
color: #1d326c;
|
|
30569
30495
|
}
|
|
30570
30496
|
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30497
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30498
|
+
fill: #d8deeb;
|
|
30573
30499
|
}
|
|
30574
30500
|
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30577
|
-
align-items: center;
|
|
30578
|
-
justify-content: flex-end;
|
|
30501
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30502
|
+
fill: #1d326c;
|
|
30579
30503
|
}
|
|
30580
30504
|
|
|
30581
|
-
.
|
|
30505
|
+
.E_t160l1cm .tab-content {
|
|
30506
|
+
flex: 1;
|
|
30582
30507
|
display: flex;
|
|
30583
|
-
|
|
30584
|
-
width: calc(100% - 40px);
|
|
30508
|
+
flex-direction: column;
|
|
30585
30509
|
}
|
|
30586
30510
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30589
|
-
width: 100%;
|
|
30511
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30512
|
+
overflow: visible;
|
|
30590
30513
|
}
|
|
30591
30514
|
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30515
|
+
.E_t14npdqr {
|
|
30516
|
+
max-width: 240px;
|
|
30517
|
+
animation: none;
|
|
30594
30518
|
}
|
|
30595
30519
|
|
|
30596
|
-
.
|
|
30597
|
-
|
|
30520
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30521
|
+
border: 1px solid #0080ff;
|
|
30522
|
+
padding: 0;
|
|
30598
30523
|
}
|
|
30599
30524
|
|
|
30600
|
-
.
|
|
30601
|
-
|
|
30525
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30526
|
+
margin: 0;
|
|
30527
|
+
height: 32px;
|
|
30528
|
+
line-height: 32px;
|
|
30529
|
+
font-size: 13px;
|
|
30530
|
+
padding: 0 10px;
|
|
30531
|
+
display: block;
|
|
30532
|
+
overflow: hidden;
|
|
30533
|
+
text-overflow: ellipsis;
|
|
30534
|
+
white-space: nowrap;
|
|
30602
30535
|
}
|
|
30603
30536
|
|
|
30604
|
-
.
|
|
30605
|
-
|
|
30606
|
-
|
|
30537
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30538
|
+
content: " ";
|
|
30539
|
+
height: 1px;
|
|
30540
|
+
width: calc(100% + 10px);
|
|
30541
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30542
|
+
display: block;
|
|
30607
30543
|
}
|
|
30608
30544
|
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30545
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30546
|
+
color: #0080ff;
|
|
30547
|
+
background: transparent;
|
|
30611
30548
|
}
|
|
30612
30549
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30550
|
+
.E_c18gxmrl {
|
|
30551
|
+
border: 1px solid #d8deeb;
|
|
30552
|
+
border-radius: 4px;
|
|
30615
30553
|
}
|
|
30616
30554
|
|
|
30617
|
-
.
|
|
30618
|
-
margin-
|
|
30555
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30556
|
+
margin-top: 8px;
|
|
30619
30557
|
}
|
|
30620
30558
|
|
|
30621
|
-
.
|
|
30622
|
-
border-
|
|
30623
|
-
border-bottom-right-radius: 0;
|
|
30559
|
+
.E_c18gxmrl:hover {
|
|
30560
|
+
border-color: #0080ff;
|
|
30624
30561
|
}
|
|
30625
30562
|
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
border-bottom-left-radius: 0;
|
|
30563
|
+
.E_c18gxmrl:hover > header {
|
|
30564
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30629
30565
|
}
|
|
30630
30566
|
|
|
30631
|
-
.
|
|
30632
|
-
border-
|
|
30567
|
+
.E_c18gxmrl.active header {
|
|
30568
|
+
border-bottom: 1px solid #d8deeb;
|
|
30569
|
+
}
|
|
30570
|
+
|
|
30571
|
+
.E_c18gxmrl > header {
|
|
30572
|
+
padding: 8px 12px;
|
|
30633
30573
|
}
|
|
30634
30574
|
|
|
30635
30575
|
.E_berrcjl {
|
|
@@ -30665,6 +30605,31 @@ span.E_tqjc4ui {
|
|
|
30665
30605
|
width: 100%;
|
|
30666
30606
|
}
|
|
30667
30607
|
|
|
30608
|
+
.E_wg1tsps {
|
|
30609
|
+
display: flex;
|
|
30610
|
+
align-items: center;
|
|
30611
|
+
justify-content: flex-end;
|
|
30612
|
+
}
|
|
30613
|
+
|
|
30614
|
+
.E_b1ctd5xy {
|
|
30615
|
+
display: flex;
|
|
30616
|
+
align-items: center;
|
|
30617
|
+
width: calc(100% - 40px);
|
|
30618
|
+
}
|
|
30619
|
+
|
|
30620
|
+
.E_b1ctd5xy .chart {
|
|
30621
|
+
display: inline-block;
|
|
30622
|
+
width: 100%;
|
|
30623
|
+
}
|
|
30624
|
+
|
|
30625
|
+
.E_u1p8acpn {
|
|
30626
|
+
min-width: 40px;
|
|
30627
|
+
}
|
|
30628
|
+
|
|
30629
|
+
.E_u1p8acpn .unit {
|
|
30630
|
+
color: #00122e !important;
|
|
30631
|
+
}
|
|
30632
|
+
|
|
30668
30633
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30669
30634
|
justify-content: center;
|
|
30670
30635
|
}
|
|
@@ -30953,16 +30918,43 @@ span.E_tqjc4ui {
|
|
|
30953
30918
|
justify-content: center;
|
|
30954
30919
|
}
|
|
30955
30920
|
|
|
30956
|
-
button.E_n7k2c6r {
|
|
30957
|
-
padding: 0;
|
|
30921
|
+
button.E_n7k2c6r {
|
|
30922
|
+
padding: 0;
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30925
|
+
.E_b1nip9bk {
|
|
30926
|
+
padding: 4px 11px;
|
|
30927
|
+
}
|
|
30928
|
+
|
|
30929
|
+
.E_bqamoqe {
|
|
30930
|
+
white-space: nowrap;
|
|
30931
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30932
|
+
}
|
|
30933
|
+
|
|
30934
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30935
|
+
--color: #0080ff;
|
|
30936
|
+
}
|
|
30937
|
+
|
|
30938
|
+
.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] {
|
|
30939
|
+
--color: #0080ff;
|
|
30940
|
+
}
|
|
30941
|
+
|
|
30942
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30943
|
+
margin-left: 1px;
|
|
30944
|
+
}
|
|
30945
|
+
|
|
30946
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30947
|
+
border-top-right-radius: 0;
|
|
30948
|
+
border-bottom-right-radius: 0;
|
|
30958
30949
|
}
|
|
30959
30950
|
|
|
30960
|
-
.
|
|
30961
|
-
border-radius:
|
|
30951
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30952
|
+
border-top-left-radius: 0;
|
|
30953
|
+
border-bottom-left-radius: 0;
|
|
30962
30954
|
}
|
|
30963
30955
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30956
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30957
|
+
border-radius: unset;
|
|
30966
30958
|
}
|
|
30967
30959
|
|
|
30968
30960
|
.E_c1uzzomf {
|
|
@@ -30990,12 +30982,12 @@ button.E_n7k2c6r {
|
|
|
30990
30982
|
text-align: center;
|
|
30991
30983
|
}
|
|
30992
30984
|
|
|
30993
|
-
.
|
|
30994
|
-
|
|
30985
|
+
.E_c1yyuluq {
|
|
30986
|
+
border-radius: 8px;
|
|
30995
30987
|
}
|
|
30996
30988
|
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30989
|
+
.E_c1yyuluq .ant-card-body {
|
|
30990
|
+
padding: 20px 24px 24px 24px;
|
|
30999
30991
|
}
|
|
31000
30992
|
|
|
31001
30993
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -31013,6 +31005,10 @@ button.E_n7k2c6r {
|
|
|
31013
31005
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31014
31006
|
}
|
|
31015
31007
|
|
|
31008
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31009
|
+
display: flex;
|
|
31010
|
+
}
|
|
31011
|
+
|
|
31016
31012
|
.E_ccrbeuz .ant-collapse-item {
|
|
31017
31013
|
border: 0px;
|
|
31018
31014
|
background-color: #fff;
|
|
@@ -31038,6 +31034,10 @@ button.E_n7k2c6r {
|
|
|
31038
31034
|
cursor: default;
|
|
31039
31035
|
}
|
|
31040
31036
|
|
|
31037
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31038
|
+
line-height: 18px;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
31041
|
.E_d1bw7c5z {
|
|
31042
31042
|
position: relative;
|
|
31043
31043
|
max-width: 388px;
|
|
@@ -31201,73 +31201,6 @@ button.E_n7k2c6r {
|
|
|
31201
31201
|
line-height: 18px;
|
|
31202
31202
|
}
|
|
31203
31203
|
|
|
31204
|
-
.E_s1dizucg.ant-switch {
|
|
31205
|
-
min-width: 40px;
|
|
31206
|
-
height: 24px;
|
|
31207
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31208
|
-
overflow: hidden;
|
|
31209
|
-
}
|
|
31210
|
-
|
|
31211
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31212
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31213
|
-
}
|
|
31214
|
-
|
|
31215
|
-
.E_s1dizucg.ant-switch-small {
|
|
31216
|
-
min-width: 26px;
|
|
31217
|
-
height: 16px;
|
|
31218
|
-
}
|
|
31219
|
-
|
|
31220
|
-
.E_s1dizucg.ant-switch-large {
|
|
31221
|
-
min-width: 52px;
|
|
31222
|
-
height: 32px;
|
|
31223
|
-
}
|
|
31224
|
-
|
|
31225
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31226
|
-
height: 20px;
|
|
31227
|
-
width: 20px;
|
|
31228
|
-
}
|
|
31229
|
-
|
|
31230
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31231
|
-
border-radius: 10px;
|
|
31232
|
-
transition-delay: 120ms;
|
|
31233
|
-
}
|
|
31234
|
-
|
|
31235
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31236
|
-
height: 14px;
|
|
31237
|
-
width: 14px;
|
|
31238
|
-
top: 1px;
|
|
31239
|
-
left: 1px;
|
|
31240
|
-
}
|
|
31241
|
-
|
|
31242
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31243
|
-
height: 28px;
|
|
31244
|
-
width: 28px;
|
|
31245
|
-
}
|
|
31246
|
-
|
|
31247
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31248
|
-
border-radius: 14px;
|
|
31249
|
-
}
|
|
31250
|
-
|
|
31251
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31252
|
-
background-color: #00ba5d;
|
|
31253
|
-
}
|
|
31254
|
-
|
|
31255
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31256
|
-
left: calc(100% - 20px - 2px);
|
|
31257
|
-
}
|
|
31258
|
-
|
|
31259
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31260
|
-
left: calc(100% - 14px - 1px);
|
|
31261
|
-
}
|
|
31262
|
-
|
|
31263
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31264
|
-
left: calc(100% - 28px - 2px);
|
|
31265
|
-
}
|
|
31266
|
-
|
|
31267
|
-
.E_c1up6e3y {
|
|
31268
|
-
margin-left: 5px;
|
|
31269
|
-
}
|
|
31270
|
-
|
|
31271
31204
|
.E_rapgekc.ant-radio-wrapper {
|
|
31272
31205
|
display: inline-flex;
|
|
31273
31206
|
align-items: baseline;
|
|
@@ -31447,6 +31380,10 @@ button.E_n7k2c6r {
|
|
|
31447
31380
|
width: 36px;
|
|
31448
31381
|
}
|
|
31449
31382
|
|
|
31383
|
+
.E_tju3gfj .date {
|
|
31384
|
+
margin-right: 4px;
|
|
31385
|
+
}
|
|
31386
|
+
|
|
31450
31387
|
.E_i11gg7mj .ant-input-prefix {
|
|
31451
31388
|
margin-right: 8px;
|
|
31452
31389
|
}
|
|
@@ -31475,6 +31412,83 @@ button.E_n7k2c6r {
|
|
|
31475
31412
|
cursor: not-allowed;
|
|
31476
31413
|
}
|
|
31477
31414
|
|
|
31415
|
+
.E_ivqqkzv {
|
|
31416
|
+
height: 24px;
|
|
31417
|
+
width: 56px !important;
|
|
31418
|
+
margin-right: 4px;
|
|
31419
|
+
}
|
|
31420
|
+
|
|
31421
|
+
.E_c1wk4q29 {
|
|
31422
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31423
|
+
}
|
|
31424
|
+
|
|
31425
|
+
.E_s1dizucg.ant-switch {
|
|
31426
|
+
min-width: 40px;
|
|
31427
|
+
height: 24px;
|
|
31428
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31429
|
+
overflow: hidden;
|
|
31430
|
+
}
|
|
31431
|
+
|
|
31432
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31433
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31434
|
+
}
|
|
31435
|
+
|
|
31436
|
+
.E_s1dizucg.ant-switch-small {
|
|
31437
|
+
min-width: 26px;
|
|
31438
|
+
height: 16px;
|
|
31439
|
+
}
|
|
31440
|
+
|
|
31441
|
+
.E_s1dizucg.ant-switch-large {
|
|
31442
|
+
min-width: 52px;
|
|
31443
|
+
height: 32px;
|
|
31444
|
+
}
|
|
31445
|
+
|
|
31446
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31447
|
+
height: 20px;
|
|
31448
|
+
width: 20px;
|
|
31449
|
+
}
|
|
31450
|
+
|
|
31451
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31452
|
+
border-radius: 10px;
|
|
31453
|
+
transition-delay: 120ms;
|
|
31454
|
+
}
|
|
31455
|
+
|
|
31456
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31457
|
+
height: 14px;
|
|
31458
|
+
width: 14px;
|
|
31459
|
+
top: 1px;
|
|
31460
|
+
left: 1px;
|
|
31461
|
+
}
|
|
31462
|
+
|
|
31463
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31464
|
+
height: 28px;
|
|
31465
|
+
width: 28px;
|
|
31466
|
+
}
|
|
31467
|
+
|
|
31468
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31469
|
+
border-radius: 14px;
|
|
31470
|
+
}
|
|
31471
|
+
|
|
31472
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31473
|
+
background-color: #00ba5d;
|
|
31474
|
+
}
|
|
31475
|
+
|
|
31476
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31477
|
+
left: calc(100% - 20px - 2px);
|
|
31478
|
+
}
|
|
31479
|
+
|
|
31480
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31481
|
+
left: calc(100% - 14px - 1px);
|
|
31482
|
+
}
|
|
31483
|
+
|
|
31484
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31485
|
+
left: calc(100% - 28px - 2px);
|
|
31486
|
+
}
|
|
31487
|
+
|
|
31488
|
+
.E_c1up6e3y {
|
|
31489
|
+
margin-left: 5px;
|
|
31490
|
+
}
|
|
31491
|
+
|
|
31478
31492
|
.E_c1bus5hc {
|
|
31479
31493
|
--color: white;
|
|
31480
31494
|
height: 14px;
|
|
@@ -31518,34 +31532,94 @@ button.E_n7k2c6r {
|
|
|
31518
31532
|
transform: rotate(0deg);
|
|
31519
31533
|
}
|
|
31520
31534
|
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31523
|
-
width: 56px !important;
|
|
31524
|
-
margin-right: 4px;
|
|
31535
|
+
.E_s1dni7lo {
|
|
31536
|
+
width: 430px !important;
|
|
31525
31537
|
}
|
|
31526
31538
|
|
|
31527
|
-
.
|
|
31539
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31540
|
+
padding: 8px 16px;
|
|
31541
|
+
line-height: 18px;
|
|
31542
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31543
|
+
height: 34px;
|
|
31544
|
+
min-height: 34px;
|
|
31545
|
+
box-sizing: border-box;
|
|
31546
|
+
margin-top: 8px;
|
|
31547
|
+
}
|
|
31548
|
+
|
|
31549
|
+
.E_o1ugr09p {
|
|
31550
|
+
display: flex;
|
|
31551
|
+
flex-direction: column;
|
|
31552
|
+
margin: 1px 8px;
|
|
31553
|
+
padding: 8px;
|
|
31554
|
+
border-radius: 4px;
|
|
31555
|
+
}
|
|
31556
|
+
|
|
31557
|
+
.E_o1ugr09p .selected-icon {
|
|
31558
|
+
display: none;
|
|
31559
|
+
}
|
|
31560
|
+
|
|
31561
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31562
|
+
padding-left: 8px;
|
|
31563
|
+
}
|
|
31564
|
+
|
|
31565
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31566
|
+
background-color: white;
|
|
31567
|
+
}
|
|
31568
|
+
|
|
31569
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31570
|
+
color: #0080ff;
|
|
31571
|
+
}
|
|
31572
|
+
|
|
31573
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31574
|
+
display: block;
|
|
31575
|
+
}
|
|
31576
|
+
|
|
31577
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31578
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31579
|
+
}
|
|
31580
|
+
|
|
31581
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31582
|
+
color: #0080ff;
|
|
31583
|
+
}
|
|
31584
|
+
|
|
31585
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31586
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31587
|
+
color: #0080ff;
|
|
31588
|
+
}
|
|
31589
|
+
|
|
31590
|
+
.E_o1ifxsq4 {
|
|
31591
|
+
display: flex;
|
|
31592
|
+
justify-content: space-between;
|
|
31593
|
+
height: 20px;
|
|
31594
|
+
line-height: 20px;
|
|
31595
|
+
}
|
|
31596
|
+
|
|
31597
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31598
|
+
color: #2d3a56;
|
|
31599
|
+
overflow: hidden;
|
|
31600
|
+
text-overflow: ellipsis;
|
|
31601
|
+
}
|
|
31602
|
+
|
|
31603
|
+
.E_o1zue7 {
|
|
31604
|
+
display: flex;
|
|
31605
|
+
justify-content: space-between;
|
|
31528
31606
|
color: rgba(44, 56, 82, 0.6);
|
|
31607
|
+
height: 18px;
|
|
31608
|
+
line-height: 18px;
|
|
31609
|
+
margin-top: 2px;
|
|
31529
31610
|
}
|
|
31530
31611
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31612
|
+
.E_tyfmlxg {
|
|
31613
|
+
border: none;
|
|
31614
|
+
margin-right: 0;
|
|
31615
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31533
31616
|
}
|
|
31534
31617
|
|
|
31535
|
-
.
|
|
31618
|
+
.E_o18uybox {
|
|
31619
|
+
pointer-events: none;
|
|
31620
|
+
height: 32px;
|
|
31536
31621
|
width: 100%;
|
|
31537
|
-
|
|
31538
|
-
min-height: 124px;
|
|
31539
|
-
display: flex;
|
|
31540
|
-
flex-direction: column;
|
|
31541
|
-
justify-content: center;
|
|
31542
|
-
align-items: center;
|
|
31543
|
-
}
|
|
31544
|
-
|
|
31545
|
-
.E_fzh9mnb .error-text {
|
|
31546
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31547
|
-
margin-bottom: 16px;
|
|
31548
|
-
font-size: 18px;
|
|
31622
|
+
opacity: 0;
|
|
31549
31623
|
}
|
|
31550
31624
|
|
|
31551
31625
|
.E_s1sck0th {
|
|
@@ -31646,38 +31720,33 @@ button.E_n7k2c6r {
|
|
|
31646
31720
|
background-color: #7E41FF;
|
|
31647
31721
|
}
|
|
31648
31722
|
|
|
31649
|
-
.
|
|
31650
|
-
|
|
31723
|
+
.E_fzh9mnb {
|
|
31724
|
+
width: 100%;
|
|
31725
|
+
height: 100%;
|
|
31726
|
+
min-height: 124px;
|
|
31727
|
+
display: flex;
|
|
31728
|
+
flex-direction: column;
|
|
31729
|
+
justify-content: center;
|
|
31651
31730
|
align-items: center;
|
|
31652
31731
|
}
|
|
31653
31732
|
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31733
|
+
.E_fzh9mnb .error-text {
|
|
31734
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31735
|
+
margin-bottom: 16px;
|
|
31736
|
+
font-size: 18px;
|
|
31658
31737
|
}
|
|
31659
31738
|
|
|
31660
|
-
.
|
|
31661
|
-
|
|
31662
|
-
margin-left: 4px;
|
|
31739
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31740
|
+
display: none;
|
|
31663
31741
|
}
|
|
31664
31742
|
|
|
31665
|
-
.
|
|
31666
|
-
|
|
31667
|
-
|
|
31743
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31744
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31745
|
+
border-radius: 4px;
|
|
31668
31746
|
}
|
|
31669
31747
|
|
|
31670
|
-
.
|
|
31671
|
-
|
|
31672
|
-
line-height: 18px;
|
|
31673
|
-
padding: 0 4px;
|
|
31674
|
-
border-radius: 4px;
|
|
31675
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31676
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31677
|
-
display: flex;
|
|
31678
|
-
align-items: center;
|
|
31679
|
-
white-space: nowrap;
|
|
31680
|
-
margin-right: 4px;
|
|
31748
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31749
|
+
visibility: hidden;
|
|
31681
31750
|
}
|
|
31682
31751
|
|
|
31683
31752
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -31688,6 +31757,41 @@ button.E_n7k2c6r {
|
|
|
31688
31757
|
padding: 2px 7px 2px 12px;
|
|
31689
31758
|
}
|
|
31690
31759
|
|
|
31760
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31761
|
+
display: var(--a1wfy30z-0);
|
|
31762
|
+
}
|
|
31763
|
+
|
|
31764
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31765
|
+
padding: 4px 11px;
|
|
31766
|
+
display: inline-flex;
|
|
31767
|
+
line-height: 1.5715;
|
|
31768
|
+
height: inherit;
|
|
31769
|
+
}
|
|
31770
|
+
|
|
31771
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31772
|
+
content: var(--a1wfy30z-1);
|
|
31773
|
+
display: var(--a1wfy30z-2);
|
|
31774
|
+
flex: none;
|
|
31775
|
+
align-items: center;
|
|
31776
|
+
margin-left: 4px;
|
|
31777
|
+
}
|
|
31778
|
+
|
|
31779
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31780
|
+
content: var(--a1wfy30z-3);
|
|
31781
|
+
display: var(--a1wfy30z-4);
|
|
31782
|
+
flex: none;
|
|
31783
|
+
align-items: center;
|
|
31784
|
+
margin-right: 4px;
|
|
31785
|
+
cursor: auto;
|
|
31786
|
+
}
|
|
31787
|
+
|
|
31788
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31789
|
+
padding: 0;
|
|
31790
|
+
margin: 0;
|
|
31791
|
+
height: auto;
|
|
31792
|
+
font-size: inherit;
|
|
31793
|
+
}
|
|
31794
|
+
|
|
31691
31795
|
.E_iq1gosr {
|
|
31692
31796
|
display: inline-block;
|
|
31693
31797
|
}
|
|
@@ -31762,39 +31866,38 @@ button.E_n7k2c6r {
|
|
|
31762
31866
|
padding: 2px 8px;
|
|
31763
31867
|
}
|
|
31764
31868
|
|
|
31765
|
-
.
|
|
31766
|
-
display:
|
|
31869
|
+
.E_iouxfgt {
|
|
31870
|
+
display: inline-flex;
|
|
31871
|
+
align-items: center;
|
|
31767
31872
|
}
|
|
31768
31873
|
|
|
31769
|
-
.
|
|
31770
|
-
padding: 4px 11px;
|
|
31874
|
+
.E_iouxfgt .icon-inner {
|
|
31771
31875
|
display: inline-flex;
|
|
31772
|
-
|
|
31773
|
-
|
|
31876
|
+
align-items: center;
|
|
31877
|
+
justify-content: center;
|
|
31774
31878
|
}
|
|
31775
31879
|
|
|
31776
|
-
.
|
|
31777
|
-
|
|
31778
|
-
display: var(--a1wfy30z-2);
|
|
31779
|
-
flex: none;
|
|
31780
|
-
align-items: center;
|
|
31880
|
+
.E_iouxfgt .icon-inner + span,
|
|
31881
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31781
31882
|
margin-left: 4px;
|
|
31782
31883
|
}
|
|
31783
31884
|
|
|
31784
|
-
.
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
flex: none;
|
|
31788
|
-
align-items: center;
|
|
31789
|
-
margin-right: 4px;
|
|
31790
|
-
cursor: auto;
|
|
31885
|
+
.E_iouxfgt.is-rotate img,
|
|
31886
|
+
.E_iouxfgt.is-rotate svg {
|
|
31887
|
+
animation: rotate 680ms linear infinite;
|
|
31791
31888
|
}
|
|
31792
31889
|
|
|
31793
|
-
.
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
|
|
31890
|
+
.E_i1inqkme {
|
|
31891
|
+
height: 18px;
|
|
31892
|
+
line-height: 18px;
|
|
31893
|
+
padding: 0 4px;
|
|
31894
|
+
border-radius: 4px;
|
|
31895
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31896
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31897
|
+
display: flex;
|
|
31898
|
+
align-items: center;
|
|
31899
|
+
white-space: nowrap;
|
|
31900
|
+
margin-right: 4px;
|
|
31798
31901
|
}
|
|
31799
31902
|
|
|
31800
31903
|
.E_f7pxqmh {
|
|
@@ -31806,138 +31909,35 @@ button.E_n7k2c6r {
|
|
|
31806
31909
|
|
|
31807
31910
|
.E_f7pxqmh > .ant-form-item-label {
|
|
31808
31911
|
text-align: left !important;
|
|
31809
|
-
padding-bottom: 0 !important;
|
|
31810
|
-
}
|
|
31811
|
-
|
|
31812
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31813
|
-
min-height: 32px;
|
|
31814
|
-
height: auto;
|
|
31815
|
-
font-size: 13px;
|
|
31816
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31817
|
-
white-space: normal;
|
|
31818
|
-
}
|
|
31819
|
-
|
|
31820
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31821
|
-
border-color: #ff4d4f !important;
|
|
31822
|
-
}
|
|
31823
|
-
|
|
31824
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31825
|
-
border-color: #ff4d4f !important;
|
|
31826
|
-
}
|
|
31827
|
-
|
|
31828
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31829
|
-
margin-top: 4px;
|
|
31830
|
-
font-size: 12px;
|
|
31831
|
-
min-height: 0px;
|
|
31832
|
-
}
|
|
31833
|
-
|
|
31834
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31835
|
-
font-size: 12px;
|
|
31836
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31837
|
-
min-height: 0px;
|
|
31838
|
-
}
|
|
31839
|
-
|
|
31840
|
-
.E_s1dni7lo {
|
|
31841
|
-
width: 430px !important;
|
|
31842
|
-
}
|
|
31843
|
-
|
|
31844
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31845
|
-
padding: 8px 16px;
|
|
31846
|
-
line-height: 18px;
|
|
31847
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31848
|
-
height: 34px;
|
|
31849
|
-
min-height: 34px;
|
|
31850
|
-
box-sizing: border-box;
|
|
31851
|
-
margin-top: 8px;
|
|
31852
|
-
}
|
|
31853
|
-
|
|
31854
|
-
.E_o1ugr09p {
|
|
31855
|
-
display: flex;
|
|
31856
|
-
flex-direction: column;
|
|
31857
|
-
margin: 1px 8px;
|
|
31858
|
-
padding: 8px;
|
|
31859
|
-
border-radius: 4px;
|
|
31860
|
-
}
|
|
31861
|
-
|
|
31862
|
-
.E_o1ugr09p .selected-icon {
|
|
31863
|
-
display: none;
|
|
31864
|
-
}
|
|
31865
|
-
|
|
31866
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31867
|
-
padding-left: 8px;
|
|
31868
|
-
}
|
|
31869
|
-
|
|
31870
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31871
|
-
background-color: white;
|
|
31872
|
-
}
|
|
31873
|
-
|
|
31874
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31875
|
-
color: #0080ff;
|
|
31876
|
-
}
|
|
31877
|
-
|
|
31878
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31879
|
-
display: block;
|
|
31880
|
-
}
|
|
31881
|
-
|
|
31882
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31883
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31884
|
-
}
|
|
31885
|
-
|
|
31886
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31887
|
-
color: #0080ff;
|
|
31888
|
-
}
|
|
31889
|
-
|
|
31890
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31891
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31892
|
-
color: #0080ff;
|
|
31893
|
-
}
|
|
31894
|
-
|
|
31895
|
-
.E_o1ifxsq4 {
|
|
31896
|
-
display: flex;
|
|
31897
|
-
justify-content: space-between;
|
|
31898
|
-
height: 20px;
|
|
31899
|
-
line-height: 20px;
|
|
31900
|
-
}
|
|
31901
|
-
|
|
31902
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31903
|
-
color: #2d3a56;
|
|
31904
|
-
overflow: hidden;
|
|
31905
|
-
text-overflow: ellipsis;
|
|
31906
|
-
}
|
|
31907
|
-
|
|
31908
|
-
.E_o1zue7 {
|
|
31909
|
-
display: flex;
|
|
31910
|
-
justify-content: space-between;
|
|
31911
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31912
|
-
height: 18px;
|
|
31913
|
-
line-height: 18px;
|
|
31914
|
-
margin-top: 2px;
|
|
31915
|
-
}
|
|
31916
|
-
|
|
31917
|
-
.E_tyfmlxg {
|
|
31918
|
-
border: none;
|
|
31919
|
-
margin-right: 0;
|
|
31920
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31912
|
+
padding-bottom: 0 !important;
|
|
31921
31913
|
}
|
|
31922
31914
|
|
|
31923
|
-
.
|
|
31924
|
-
|
|
31925
|
-
height:
|
|
31926
|
-
|
|
31927
|
-
|
|
31915
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31916
|
+
min-height: 32px;
|
|
31917
|
+
height: auto;
|
|
31918
|
+
font-size: 13px;
|
|
31919
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31920
|
+
white-space: normal;
|
|
31928
31921
|
}
|
|
31929
31922
|
|
|
31930
|
-
.
|
|
31931
|
-
|
|
31923
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31924
|
+
border-color: #ff4d4f !important;
|
|
31932
31925
|
}
|
|
31933
31926
|
|
|
31934
|
-
.
|
|
31935
|
-
|
|
31936
|
-
border-radius: 4px;
|
|
31927
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31928
|
+
border-color: #ff4d4f !important;
|
|
31937
31929
|
}
|
|
31938
31930
|
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31931
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31932
|
+
margin-top: 4px;
|
|
31933
|
+
font-size: 12px;
|
|
31934
|
+
min-height: 0px;
|
|
31935
|
+
}
|
|
31936
|
+
|
|
31937
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31938
|
+
font-size: 12px;
|
|
31939
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31940
|
+
min-height: 0px;
|
|
31941
31941
|
}
|
|
31942
31942
|
|
|
31943
31943
|
.E_owd0kml {
|
|
@@ -33326,6 +33326,32 @@ input.E_rf8rlle.ant-input {
|
|
|
33326
33326
|
transform: rotate(180deg);
|
|
33327
33327
|
}
|
|
33328
33328
|
|
|
33329
|
+
.E_oa99sl3 {
|
|
33330
|
+
display: flex;
|
|
33331
|
+
justify-content: space-between;
|
|
33332
|
+
align-items: center;
|
|
33333
|
+
gap: 8px;
|
|
33334
|
+
}
|
|
33335
|
+
|
|
33336
|
+
.E_oa99sl3,
|
|
33337
|
+
.E_oa99sl3 :first-child {
|
|
33338
|
+
line-height: inherit !important;
|
|
33339
|
+
}
|
|
33340
|
+
|
|
33341
|
+
.E_lvp5pj7 {
|
|
33342
|
+
display: flex;
|
|
33343
|
+
justify-content: space-between;
|
|
33344
|
+
align-items: center;
|
|
33345
|
+
gap: 8px;
|
|
33346
|
+
min-width: 0;
|
|
33347
|
+
}
|
|
33348
|
+
|
|
33349
|
+
.E_s1io1lws {
|
|
33350
|
+
display: flex;
|
|
33351
|
+
align-items: center;
|
|
33352
|
+
flex-shrink: 0;
|
|
33353
|
+
}
|
|
33354
|
+
|
|
33329
33355
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
33330
33356
|
opacity: 1;
|
|
33331
33357
|
}
|
|
@@ -33483,30 +33509,19 @@ input.E_rf8rlle.ant-input {
|
|
|
33483
33509
|
color: rgba(0, 21, 64, 0.3);
|
|
33484
33510
|
}
|
|
33485
33511
|
|
|
33486
|
-
.
|
|
33487
|
-
|
|
33488
|
-
|
|
33489
|
-
|
|
33490
|
-
|
|
33491
|
-
}
|
|
33492
|
-
|
|
33493
|
-
.E_oa99sl3,
|
|
33494
|
-
.E_oa99sl3 :first-child {
|
|
33495
|
-
line-height: inherit !important;
|
|
33512
|
+
.E_suhck3k {
|
|
33513
|
+
height: 24px;
|
|
33514
|
+
width: 24px;
|
|
33515
|
+
border-radius: 6px;
|
|
33516
|
+
padding: 4px;
|
|
33496
33517
|
}
|
|
33497
33518
|
|
|
33498
|
-
.
|
|
33499
|
-
|
|
33500
|
-
justify-content: space-between;
|
|
33501
|
-
align-items: center;
|
|
33502
|
-
gap: 8px;
|
|
33503
|
-
min-width: 0;
|
|
33519
|
+
.E_suhck3k:hover {
|
|
33520
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33504
33521
|
}
|
|
33505
33522
|
|
|
33506
|
-
.
|
|
33507
|
-
|
|
33508
|
-
align-items: center;
|
|
33509
|
-
flex-shrink: 0;
|
|
33523
|
+
.E_suhck3k:hover svg path {
|
|
33524
|
+
fill: blue;
|
|
33510
33525
|
}
|
|
33511
33526
|
|
|
33512
33527
|
.E_ryby9ds {
|
|
@@ -33526,21 +33541,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33526
33541
|
margin-right: 6px;
|
|
33527
33542
|
}
|
|
33528
33543
|
|
|
33529
|
-
.E_suhck3k {
|
|
33530
|
-
height: 24px;
|
|
33531
|
-
width: 24px;
|
|
33532
|
-
border-radius: 6px;
|
|
33533
|
-
padding: 4px;
|
|
33534
|
-
}
|
|
33535
|
-
|
|
33536
|
-
.E_suhck3k:hover {
|
|
33537
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33538
|
-
}
|
|
33539
|
-
|
|
33540
|
-
.E_suhck3k:hover svg path {
|
|
33541
|
-
fill: blue;
|
|
33542
|
-
}
|
|
33543
|
-
|
|
33544
33544
|
.E_w1dxz879 {
|
|
33545
33545
|
display: flex;
|
|
33546
33546
|
flex-direction: column;
|
|
@@ -34681,6 +34681,90 @@ input.E_rf8rlle.ant-input {
|
|
|
34681
34681
|
background-color: transparent;
|
|
34682
34682
|
}
|
|
34683
34683
|
|
|
34684
|
+
.E_c1yd35n {
|
|
34685
|
+
padding: 0 12px 14px 12px;
|
|
34686
|
+
}
|
|
34687
|
+
|
|
34688
|
+
.E_ckui4s7 {
|
|
34689
|
+
color: #2d3a56;
|
|
34690
|
+
line-height: 22px;
|
|
34691
|
+
display: inline-flex;
|
|
34692
|
+
}
|
|
34693
|
+
|
|
34694
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34695
|
+
height: 22px;
|
|
34696
|
+
display: flex;
|
|
34697
|
+
align-items: center;
|
|
34698
|
+
top: 0;
|
|
34699
|
+
}
|
|
34700
|
+
|
|
34701
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34702
|
+
border: none;
|
|
34703
|
+
}
|
|
34704
|
+
|
|
34705
|
+
.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 {
|
|
34706
|
+
border-color: #0080ff;
|
|
34707
|
+
}
|
|
34708
|
+
|
|
34709
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34710
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34711
|
+
}
|
|
34712
|
+
|
|
34713
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34714
|
+
border: 1px solid #0080ff;
|
|
34715
|
+
}
|
|
34716
|
+
|
|
34717
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34718
|
+
background: #0080ff;
|
|
34719
|
+
}
|
|
34720
|
+
|
|
34721
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34722
|
+
background-color: #fff;
|
|
34723
|
+
height: 2px;
|
|
34724
|
+
width: 10px;
|
|
34725
|
+
border-radius: 2px;
|
|
34726
|
+
}
|
|
34727
|
+
|
|
34728
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34729
|
+
opacity: 0.5;
|
|
34730
|
+
}
|
|
34731
|
+
|
|
34732
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34733
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34734
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34735
|
+
}
|
|
34736
|
+
|
|
34737
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34738
|
+
border-color: #2d3a56;
|
|
34739
|
+
}
|
|
34740
|
+
|
|
34741
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34742
|
+
background: #2d3a56;
|
|
34743
|
+
}
|
|
34744
|
+
|
|
34745
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34746
|
+
padding: 0;
|
|
34747
|
+
}
|
|
34748
|
+
|
|
34749
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34750
|
+
display: inline-block;
|
|
34751
|
+
margin-left: 12px;
|
|
34752
|
+
color: #2d3a56;
|
|
34753
|
+
}
|
|
34754
|
+
|
|
34755
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34756
|
+
margin-left: 28px;
|
|
34757
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34758
|
+
}
|
|
34759
|
+
|
|
34760
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34761
|
+
margin-left: 8px;
|
|
34762
|
+
}
|
|
34763
|
+
|
|
34764
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34765
|
+
margin-left: 24px;
|
|
34766
|
+
}
|
|
34767
|
+
|
|
34684
34768
|
.E_c1kghdax {
|
|
34685
34769
|
color: #2d3a56;
|
|
34686
34770
|
padding: 7px 12px;
|
|
@@ -34728,8 +34812,53 @@ input.E_rf8rlle.ant-input {
|
|
|
34728
34812
|
margin-right: 2px;
|
|
34729
34813
|
}
|
|
34730
34814
|
|
|
34731
|
-
.
|
|
34732
|
-
|
|
34815
|
+
.E_lht19u8 {
|
|
34816
|
+
width: 64px;
|
|
34817
|
+
height: 64px;
|
|
34818
|
+
display: flex;
|
|
34819
|
+
align-items: center;
|
|
34820
|
+
justify-content: center;
|
|
34821
|
+
position: relative;
|
|
34822
|
+
opacity: 0.2;
|
|
34823
|
+
}
|
|
34824
|
+
|
|
34825
|
+
.E_lk3gkp4 {
|
|
34826
|
+
position: absolute;
|
|
34827
|
+
width: 5px;
|
|
34828
|
+
height: 48px;
|
|
34829
|
+
left: 9.33px;
|
|
34830
|
+
top: 40.5px;
|
|
34831
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34832
|
+
border-radius: 5px;
|
|
34833
|
+
transform: rotate(-128deg);
|
|
34834
|
+
transform-origin: top left;
|
|
34835
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34836
|
+
}
|
|
34837
|
+
|
|
34838
|
+
.E_ll4n94n {
|
|
34839
|
+
position: absolute;
|
|
34840
|
+
width: 5px;
|
|
34841
|
+
height: 48px;
|
|
34842
|
+
left: 40.8px;
|
|
34843
|
+
top: 8.4px;
|
|
34844
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34845
|
+
border-radius: 5px;
|
|
34846
|
+
transform: rotate(-8deg);
|
|
34847
|
+
transform-origin: top left;
|
|
34848
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34849
|
+
}
|
|
34850
|
+
|
|
34851
|
+
.E_l17lbdo6 {
|
|
34852
|
+
position: absolute;
|
|
34853
|
+
width: 5px;
|
|
34854
|
+
height: 48px;
|
|
34855
|
+
left: 52.9px;
|
|
34856
|
+
top: 51.8px;
|
|
34857
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34858
|
+
border-radius: 5px;
|
|
34859
|
+
transform: rotate(112deg);
|
|
34860
|
+
transform-origin: top left;
|
|
34861
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34733
34862
|
}
|
|
34734
34863
|
|
|
34735
34864
|
.E_b14q2gmw {
|
|
@@ -34746,36 +34875,11 @@ input.E_rf8rlle.ant-input {
|
|
|
34746
34875
|
}
|
|
34747
34876
|
|
|
34748
34877
|
.E_c1eym6el.hoverable:hover {
|
|
34749
|
-
transition: all 200ms ease;
|
|
34750
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34751
|
-
transform: translateY(-4px);
|
|
34752
|
-
}
|
|
34753
|
-
|
|
34754
|
-
.E_l12xdkhl {
|
|
34755
|
-
width: 64px;
|
|
34756
|
-
height: 64px;
|
|
34757
|
-
max-width: 64px;
|
|
34758
|
-
max-height: 64px;
|
|
34759
|
-
overflow: hidden;
|
|
34760
|
-
display: flex;
|
|
34761
|
-
align-items: center;
|
|
34762
|
-
justify-content: center;
|
|
34763
|
-
position: relative;
|
|
34764
|
-
opacity: 0.6;
|
|
34765
|
-
}
|
|
34766
|
-
|
|
34767
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34768
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34878
|
+
transition: all 200ms ease;
|
|
34879
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34880
|
+
transform: translateY(-4px);
|
|
34769
34881
|
}
|
|
34770
34882
|
|
|
34771
|
-
@keyframes rotate {
|
|
34772
|
-
from {
|
|
34773
|
-
transform: rotate(0deg);
|
|
34774
|
-
}
|
|
34775
|
-
to {
|
|
34776
|
-
transform: rotate(360deg);
|
|
34777
|
-
}
|
|
34778
|
-
}
|
|
34779
34883
|
button.E_l48ei06.ant-btn {
|
|
34780
34884
|
font-size: 12px;
|
|
34781
34885
|
line-height: 18px;
|
|
@@ -34839,84 +34943,124 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34839
34943
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34840
34944
|
}
|
|
34841
34945
|
|
|
34842
|
-
.
|
|
34843
|
-
|
|
34844
|
-
|
|
34845
|
-
|
|
34946
|
+
.E_l12xdkhl {
|
|
34947
|
+
width: 64px;
|
|
34948
|
+
height: 64px;
|
|
34949
|
+
max-width: 64px;
|
|
34950
|
+
max-height: 64px;
|
|
34951
|
+
overflow: hidden;
|
|
34952
|
+
display: flex;
|
|
34953
|
+
align-items: center;
|
|
34954
|
+
justify-content: center;
|
|
34955
|
+
position: relative;
|
|
34956
|
+
opacity: 0.6;
|
|
34846
34957
|
}
|
|
34847
34958
|
|
|
34848
|
-
.
|
|
34959
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34960
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34961
|
+
}
|
|
34962
|
+
|
|
34963
|
+
@keyframes rotate {
|
|
34964
|
+
from {
|
|
34965
|
+
transform: rotate(0deg);
|
|
34966
|
+
}
|
|
34967
|
+
to {
|
|
34968
|
+
transform: rotate(360deg);
|
|
34969
|
+
}
|
|
34970
|
+
}
|
|
34971
|
+
.E_sddwhm6 {
|
|
34972
|
+
margin: 0;
|
|
34973
|
+
border-radius: 20px;
|
|
34974
|
+
padding: 2px 10px;
|
|
34849
34975
|
height: 22px;
|
|
34850
|
-
display: flex;
|
|
34851
|
-
align-items: center;
|
|
34852
|
-
top: 0;
|
|
34853
34976
|
}
|
|
34854
34977
|
|
|
34855
|
-
.
|
|
34856
|
-
|
|
34978
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34979
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34857
34980
|
}
|
|
34858
34981
|
|
|
34859
|
-
.
|
|
34860
|
-
|
|
34982
|
+
.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 {
|
|
34983
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34861
34984
|
}
|
|
34862
34985
|
|
|
34863
|
-
.
|
|
34864
|
-
|
|
34986
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34987
|
+
color: #00122e;
|
|
34865
34988
|
}
|
|
34866
34989
|
|
|
34867
|
-
.
|
|
34868
|
-
|
|
34990
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34991
|
+
margin-right: 6px;
|
|
34869
34992
|
}
|
|
34870
34993
|
|
|
34871
|
-
.
|
|
34872
|
-
|
|
34994
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34995
|
+
margin-left: 8px;
|
|
34996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34873
34997
|
}
|
|
34874
34998
|
|
|
34875
|
-
.
|
|
34876
|
-
background-color:
|
|
34877
|
-
height: 2px;
|
|
34878
|
-
width: 10px;
|
|
34879
|
-
border-radius: 2px;
|
|
34999
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35000
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34880
35001
|
}
|
|
34881
35002
|
|
|
34882
|
-
.
|
|
34883
|
-
|
|
35003
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35004
|
+
background-color: #0080ff;
|
|
34884
35005
|
}
|
|
34885
35006
|
|
|
34886
|
-
.
|
|
34887
|
-
background: rgba(
|
|
34888
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35007
|
+
.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 {
|
|
35008
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34889
35009
|
}
|
|
34890
35010
|
|
|
34891
|
-
.
|
|
34892
|
-
|
|
35011
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35012
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34893
35013
|
}
|
|
34894
35014
|
|
|
34895
|
-
.
|
|
34896
|
-
background: #
|
|
35015
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35016
|
+
background-color: #f0483e;
|
|
34897
35017
|
}
|
|
34898
35018
|
|
|
34899
|
-
.
|
|
34900
|
-
|
|
35019
|
+
.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 {
|
|
35020
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34901
35021
|
}
|
|
34902
35022
|
|
|
34903
|
-
.
|
|
34904
|
-
|
|
34905
|
-
margin-left: 12px;
|
|
34906
|
-
color: #2d3a56;
|
|
35023
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35024
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34907
35025
|
}
|
|
34908
35026
|
|
|
34909
|
-
.
|
|
34910
|
-
|
|
34911
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35027
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35028
|
+
background-color: #fea008;
|
|
34912
35029
|
}
|
|
34913
35030
|
|
|
34914
|
-
.
|
|
34915
|
-
|
|
35031
|
+
.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 {
|
|
35032
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34916
35033
|
}
|
|
34917
35034
|
|
|
34918
|
-
.
|
|
34919
|
-
|
|
35035
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35036
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35037
|
+
}
|
|
35038
|
+
|
|
35039
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35040
|
+
background-color: #00ba5d;
|
|
35041
|
+
}
|
|
35042
|
+
|
|
35043
|
+
.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 {
|
|
35044
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35045
|
+
}
|
|
35046
|
+
|
|
35047
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35048
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35049
|
+
}
|
|
35050
|
+
|
|
35051
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35052
|
+
background-color: #6b7d99;
|
|
35053
|
+
}
|
|
35054
|
+
|
|
35055
|
+
.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 {
|
|
35056
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35057
|
+
}
|
|
35058
|
+
|
|
35059
|
+
.E_satwmqm {
|
|
35060
|
+
width: 8px;
|
|
35061
|
+
height: 8px;
|
|
35062
|
+
border-radius: 50%;
|
|
35063
|
+
display: inline-block;
|
|
34920
35064
|
}
|
|
34921
35065
|
|
|
34922
35066
|
.E_tc97u5y {
|
|
@@ -35351,136 +35495,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35351
35495
|
}
|
|
35352
35496
|
|
|
35353
35497
|
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35354
|
-
height: 100%;
|
|
35355
|
-
display: flex;
|
|
35356
|
-
align-items: center;
|
|
35357
|
-
justify-content: flex-end;
|
|
35358
|
-
padding-right: 8px;
|
|
35359
|
-
}
|
|
35360
|
-
|
|
35361
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35362
|
-
width: 24px;
|
|
35363
|
-
height: 24px;
|
|
35364
|
-
cursor: pointer;
|
|
35365
|
-
justify-content: center;
|
|
35366
|
-
border-radius: 4px;
|
|
35367
|
-
}
|
|
35368
|
-
|
|
35369
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35370
|
-
background: #fff;
|
|
35371
|
-
}
|
|
35372
|
-
|
|
35373
|
-
.E_sddwhm6 {
|
|
35374
|
-
margin: 0;
|
|
35375
|
-
border-radius: 20px;
|
|
35376
|
-
padding: 2px 10px;
|
|
35377
|
-
height: 22px;
|
|
35378
|
-
}
|
|
35379
|
-
|
|
35380
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35381
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35382
|
-
}
|
|
35383
|
-
|
|
35384
|
-
.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 {
|
|
35385
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35386
|
-
}
|
|
35387
|
-
|
|
35388
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35389
|
-
color: #00122e;
|
|
35390
|
-
}
|
|
35391
|
-
|
|
35392
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35393
|
-
margin-right: 6px;
|
|
35394
|
-
}
|
|
35395
|
-
|
|
35396
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35397
|
-
margin-left: 8px;
|
|
35398
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35399
|
-
}
|
|
35400
|
-
|
|
35401
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35402
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35403
|
-
}
|
|
35404
|
-
|
|
35405
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35406
|
-
background-color: #0080ff;
|
|
35407
|
-
}
|
|
35408
|
-
|
|
35409
|
-
.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 {
|
|
35410
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
35411
|
-
}
|
|
35412
|
-
|
|
35413
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35414
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
35415
|
-
}
|
|
35416
|
-
|
|
35417
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35418
|
-
background-color: #f0483e;
|
|
35419
|
-
}
|
|
35420
|
-
|
|
35421
|
-
.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 {
|
|
35422
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
35423
|
-
}
|
|
35424
|
-
|
|
35425
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35426
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
35427
|
-
}
|
|
35428
|
-
|
|
35429
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35430
|
-
background-color: #fea008;
|
|
35431
|
-
}
|
|
35432
|
-
|
|
35433
|
-
.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 {
|
|
35434
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
35435
|
-
}
|
|
35436
|
-
|
|
35437
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35438
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
35439
|
-
}
|
|
35440
|
-
|
|
35441
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35442
|
-
background-color: #00ba5d;
|
|
35443
|
-
}
|
|
35444
|
-
|
|
35445
|
-
.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 {
|
|
35446
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
35447
|
-
}
|
|
35448
|
-
|
|
35449
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35450
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35451
|
-
}
|
|
35452
|
-
|
|
35453
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35454
|
-
background-color: #6b7d99;
|
|
35455
|
-
}
|
|
35456
|
-
|
|
35457
|
-
.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 {
|
|
35458
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
35459
|
-
}
|
|
35460
|
-
|
|
35461
|
-
.E_satwmqm {
|
|
35462
|
-
width: 8px;
|
|
35463
|
-
height: 8px;
|
|
35464
|
-
border-radius: 50%;
|
|
35465
|
-
display: inline-block;
|
|
35466
|
-
}
|
|
35467
|
-
|
|
35468
|
-
.E_r77hffu {
|
|
35498
|
+
height: 100%;
|
|
35469
35499
|
display: flex;
|
|
35470
35500
|
align-items: center;
|
|
35471
|
-
justify-content:
|
|
35472
|
-
|
|
35501
|
+
justify-content: flex-end;
|
|
35502
|
+
padding-right: 8px;
|
|
35473
35503
|
}
|
|
35474
35504
|
|
|
35475
|
-
.
|
|
35476
|
-
|
|
35477
|
-
|
|
35505
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35506
|
+
width: 24px;
|
|
35507
|
+
height: 24px;
|
|
35508
|
+
cursor: pointer;
|
|
35478
35509
|
justify-content: center;
|
|
35479
|
-
|
|
35510
|
+
border-radius: 4px;
|
|
35480
35511
|
}
|
|
35481
35512
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35513
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35514
|
+
background: #fff;
|
|
35484
35515
|
}
|
|
35485
35516
|
|
|
35486
35517
|
.E_w7ob4th.outside-tag {
|
|
@@ -35493,53 +35524,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35493
35524
|
margin-right: 4px;
|
|
35494
35525
|
}
|
|
35495
35526
|
|
|
35496
|
-
.
|
|
35497
|
-
|
|
35498
|
-
height:
|
|
35499
|
-
display: flex;
|
|
35500
|
-
align-items: center;
|
|
35501
|
-
justify-content: center;
|
|
35502
|
-
position: relative;
|
|
35503
|
-
opacity: 0.2;
|
|
35527
|
+
.E_slr2ynn {
|
|
35528
|
+
padding: 0 8px;
|
|
35529
|
+
height: 18px;
|
|
35504
35530
|
}
|
|
35505
35531
|
|
|
35506
|
-
.
|
|
35507
|
-
|
|
35508
|
-
|
|
35509
|
-
height: 48px;
|
|
35510
|
-
left: 9.33px;
|
|
35511
|
-
top: 40.5px;
|
|
35512
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35513
|
-
border-radius: 5px;
|
|
35514
|
-
transform: rotate(-128deg);
|
|
35515
|
-
transform-origin: top left;
|
|
35516
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35532
|
+
.E_m140wbb6 {
|
|
35533
|
+
padding: 2px 8px;
|
|
35534
|
+
height: 24px;
|
|
35517
35535
|
}
|
|
35518
35536
|
|
|
35519
|
-
.
|
|
35520
|
-
|
|
35521
|
-
width: 5px;
|
|
35522
|
-
height: 48px;
|
|
35523
|
-
left: 40.8px;
|
|
35524
|
-
top: 8.4px;
|
|
35525
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35526
|
-
border-radius: 5px;
|
|
35527
|
-
transform: rotate(-8deg);
|
|
35528
|
-
transform-origin: top left;
|
|
35529
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35537
|
+
.E_t1fozc1i {
|
|
35538
|
+
margin: 0;
|
|
35530
35539
|
}
|
|
35531
35540
|
|
|
35532
|
-
.
|
|
35533
|
-
|
|
35534
|
-
|
|
35535
|
-
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35540
|
-
|
|
35541
|
-
|
|
35542
|
-
|
|
35541
|
+
.E_i1vxv4ln {
|
|
35542
|
+
margin-right: 4px;
|
|
35543
|
+
height: 16px;
|
|
35544
|
+
}
|
|
35545
|
+
|
|
35546
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35547
|
+
font-weight: 700;
|
|
35548
|
+
color: #00122e;
|
|
35549
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35550
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35551
|
+
word-break: break-all;
|
|
35552
|
+
display: inline;
|
|
35553
|
+
white-space: normal;
|
|
35543
35554
|
}
|
|
35544
35555
|
|
|
35545
35556
|
.E_t1dtlqs1 {
|
|
@@ -35775,72 +35786,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35775
35786
|
margin-right: 8px;
|
|
35776
35787
|
}
|
|
35777
35788
|
|
|
35778
|
-
.E_slr2ynn {
|
|
35779
|
-
padding: 0 8px;
|
|
35780
|
-
height: 18px;
|
|
35781
|
-
}
|
|
35782
|
-
|
|
35783
|
-
.E_m140wbb6 {
|
|
35784
|
-
padding: 2px 8px;
|
|
35785
|
-
height: 24px;
|
|
35786
|
-
}
|
|
35787
|
-
|
|
35788
|
-
.E_t1fozc1i {
|
|
35789
|
-
margin: 0;
|
|
35790
|
-
}
|
|
35791
|
-
|
|
35792
|
-
.E_i1vxv4ln {
|
|
35793
|
-
margin-right: 4px;
|
|
35794
|
-
height: 16px;
|
|
35795
|
-
}
|
|
35796
|
-
|
|
35797
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35798
|
-
font-weight: 700;
|
|
35799
|
-
color: #00122e;
|
|
35800
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35801
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35802
|
-
word-break: break-all;
|
|
35803
|
-
display: inline;
|
|
35804
|
-
white-space: normal;
|
|
35805
|
-
}
|
|
35806
|
-
|
|
35807
|
-
.E_t13ef470 {
|
|
35808
|
-
height: 100%;
|
|
35809
|
-
}
|
|
35810
|
-
|
|
35811
|
-
.E_t13ef470 .table-loading-item {
|
|
35812
|
-
padding: 12px 4px;
|
|
35813
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35814
|
-
display: flex;
|
|
35815
|
-
}
|
|
35816
|
-
|
|
35817
|
-
.E_t13ef470 .table-loading-item > * {
|
|
35818
|
-
height: 16px;
|
|
35819
|
-
margin: 4px;
|
|
35820
|
-
background: rgba(204, 212, 227, 0.18);
|
|
35821
|
-
border-radius: 2px;
|
|
35822
|
-
}
|
|
35823
|
-
|
|
35824
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35825
|
-
width: 16px;
|
|
35826
|
-
}
|
|
35827
|
-
|
|
35828
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35829
|
-
flex: 1;
|
|
35830
|
-
}
|
|
35831
|
-
|
|
35832
|
-
.E_t13ef470 :nth-child(1) {
|
|
35833
|
-
padding: 8px 4px;
|
|
35834
|
-
}
|
|
35835
|
-
|
|
35836
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35837
|
-
background: rgba(107, 125, 153, 0.18);
|
|
35838
|
-
}
|
|
35839
|
-
|
|
35840
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35841
|
-
background: rgba(163, 180, 204, 0.18);
|
|
35842
|
-
}
|
|
35843
|
-
|
|
35844
35789
|
.E_sjob3jg {
|
|
35845
35790
|
--item-min-width: 60px;
|
|
35846
35791
|
}
|
|
@@ -36073,34 +36018,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36073
36018
|
justify-content: center;
|
|
36074
36019
|
}
|
|
36075
36020
|
|
|
36076
|
-
.
|
|
36077
|
-
|
|
36021
|
+
.E_r77hffu {
|
|
36022
|
+
display: flex;
|
|
36023
|
+
align-items: center;
|
|
36024
|
+
justify-content: space-between;
|
|
36025
|
+
column-gap: 6px;
|
|
36026
|
+
}
|
|
36027
|
+
|
|
36028
|
+
.E_p1cmxsf7 {
|
|
36029
|
+
display: flex;
|
|
36030
|
+
flex-direction: column;
|
|
36031
|
+
justify-content: center;
|
|
36032
|
+
row-gap: var(--p1cmxsf7-0);
|
|
36033
|
+
}
|
|
36034
|
+
|
|
36035
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
36036
|
+
font-size: 0;
|
|
36037
|
+
}
|
|
36038
|
+
|
|
36039
|
+
.E_t13ef470 {
|
|
36040
|
+
height: 100%;
|
|
36041
|
+
}
|
|
36042
|
+
|
|
36043
|
+
.E_t13ef470 .table-loading-item {
|
|
36044
|
+
padding: 12px 4px;
|
|
36045
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
36046
|
+
display: flex;
|
|
36047
|
+
}
|
|
36048
|
+
|
|
36049
|
+
.E_t13ef470 .table-loading-item > * {
|
|
36078
36050
|
height: 16px;
|
|
36051
|
+
margin: 4px;
|
|
36052
|
+
background: rgba(204, 212, 227, 0.18);
|
|
36053
|
+
border-radius: 2px;
|
|
36079
36054
|
}
|
|
36080
36055
|
|
|
36081
|
-
.
|
|
36082
|
-
|
|
36056
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
36057
|
+
width: 16px;
|
|
36058
|
+
}
|
|
36059
|
+
|
|
36060
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
36083
36061
|
flex: 1;
|
|
36084
36062
|
}
|
|
36085
36063
|
|
|
36086
|
-
.
|
|
36087
|
-
|
|
36064
|
+
.E_t13ef470 :nth-child(1) {
|
|
36065
|
+
padding: 8px 4px;
|
|
36088
36066
|
}
|
|
36089
36067
|
|
|
36090
|
-
.
|
|
36091
|
-
|
|
36092
|
-
max-width: fit-content;
|
|
36068
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
36069
|
+
background: rgba(107, 125, 153, 0.18);
|
|
36093
36070
|
}
|
|
36094
36071
|
|
|
36095
|
-
.
|
|
36096
|
-
|
|
36097
|
-
max-width: fit-content;
|
|
36072
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
36073
|
+
background: rgba(163, 180, 204, 0.18);
|
|
36098
36074
|
}
|
|
36099
36075
|
|
|
36100
|
-
.
|
|
36101
|
-
|
|
36102
|
-
|
|
36103
|
-
column-gap: var(--a1ji6r68-0);
|
|
36076
|
+
.E_i1g85yz3 {
|
|
36077
|
+
margin-right: 4px;
|
|
36078
|
+
height: 16px;
|
|
36104
36079
|
}
|
|
36105
36080
|
|
|
36106
36081
|
.E_msn7nxt {
|
|
@@ -36287,6 +36262,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36287
36262
|
margin-left: 8px;
|
|
36288
36263
|
}
|
|
36289
36264
|
|
|
36265
|
+
.E_t1gvlxt5 {
|
|
36266
|
+
min-width: 0;
|
|
36267
|
+
flex: 1;
|
|
36268
|
+
}
|
|
36269
|
+
|
|
36270
|
+
.E_t1gvlxt5 .tag {
|
|
36271
|
+
flex: 0 0 auto;
|
|
36272
|
+
}
|
|
36273
|
+
|
|
36274
|
+
.E_t1gvlxt5 .progress-title {
|
|
36275
|
+
flex: 2;
|
|
36276
|
+
max-width: fit-content;
|
|
36277
|
+
}
|
|
36278
|
+
|
|
36279
|
+
.E_t1gvlxt5 .progress-desc {
|
|
36280
|
+
flex: 1;
|
|
36281
|
+
max-width: fit-content;
|
|
36282
|
+
}
|
|
36283
|
+
|
|
36284
|
+
.E_a1ji6r68 {
|
|
36285
|
+
display: flex;
|
|
36286
|
+
align-items: center;
|
|
36287
|
+
column-gap: var(--a1ji6r68-0);
|
|
36288
|
+
}
|
|
36289
|
+
|
|
36290
36290
|
.E_s20iney.skeleton-box {
|
|
36291
36291
|
display: flex;
|
|
36292
36292
|
align-items: center;
|
|
@@ -36374,18 +36374,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36374
36374
|
display: block;
|
|
36375
36375
|
}
|
|
36376
36376
|
|
|
36377
|
-
.E_i14c7jc8 {
|
|
36378
|
-
color: var(--i14c7jc8-0);
|
|
36379
|
-
}
|
|
36380
|
-
|
|
36381
|
-
.E_i1ibuolf {
|
|
36382
|
-
display: flex;
|
|
36383
|
-
align-items: center;
|
|
36384
|
-
column-gap: 4px;
|
|
36385
|
-
font-size: 12px;
|
|
36386
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36387
|
-
}
|
|
36388
|
-
|
|
36389
36377
|
.E_d1u4ndxc {
|
|
36390
36378
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36391
36379
|
font-size: 12px;
|
|
@@ -36416,4 +36404,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36416
36404
|
to {
|
|
36417
36405
|
transform: translateX(100%);
|
|
36418
36406
|
}
|
|
36407
|
+
}
|
|
36408
|
+
.E_i14c7jc8 {
|
|
36409
|
+
color: var(--i14c7jc8-0);
|
|
36410
|
+
}
|
|
36411
|
+
|
|
36412
|
+
.E_i1ibuolf {
|
|
36413
|
+
display: flex;
|
|
36414
|
+
align-items: center;
|
|
36415
|
+
column-gap: 4px;
|
|
36416
|
+
font-size: 12px;
|
|
36417
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36419
36418
|
}
|