@cloudtower/eagle 0.32.24 → 0.32.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Modal/index.js +53 -42
- package/dist/cjs/core/SearchInput/index.js +21 -11
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1312 -1309
- package/dist/esm/core/Modal/index.js +53 -42
- package/dist/esm/core/SearchInput/index.js +21 -11
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Modal/modal.type.d.ts +25 -2
- package/dist/src/core/SearchInput/searchInput.type.d.ts +33 -0
- package/dist/style.css +1266 -1264
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -28649,7 +28649,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28649
28649
|
font-size: 14px;
|
|
28650
28650
|
font-weight: bold;
|
|
28651
28651
|
padding: 0 16px;
|
|
28652
|
-
border: none;
|
|
28653
28652
|
}
|
|
28654
28653
|
|
|
28655
28654
|
.ant-modal .ant-modal-footer .footer-content button.footer-cancel-button, .ant-modal .ant-modal-footer .footer-content button.ant-btn-ghost {
|
|
@@ -28661,6 +28660,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28661
28660
|
background: rgba(223, 228, 235, 0.6);
|
|
28662
28661
|
}
|
|
28663
28662
|
|
|
28663
|
+
.ant-modal .ant-modal-footer .footer-content.no-button-border button {
|
|
28664
|
+
border: none;
|
|
28665
|
+
}
|
|
28666
|
+
|
|
28664
28667
|
.ant-modal .ant-modal-footer .footer-content button + button {
|
|
28665
28668
|
margin-left: 8px;
|
|
28666
28669
|
}
|
|
@@ -29662,6 +29665,57 @@ html body {
|
|
|
29662
29665
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29663
29666
|
}
|
|
29664
29667
|
}
|
|
29668
|
+
.E_gmyahx3 {
|
|
29669
|
+
cursor: pointer;
|
|
29670
|
+
}
|
|
29671
|
+
|
|
29672
|
+
.E_gmyahx3 .link-text {
|
|
29673
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29674
|
+
}
|
|
29675
|
+
|
|
29676
|
+
.E_gmyahx3:hover .link-text {
|
|
29677
|
+
color: #0080ff;
|
|
29678
|
+
}
|
|
29679
|
+
|
|
29680
|
+
.E_skwah65 {
|
|
29681
|
+
height: 8px;
|
|
29682
|
+
box-sizing: border-box;
|
|
29683
|
+
border-radius: 2px;
|
|
29684
|
+
background: #f5f7fa;
|
|
29685
|
+
display: flex;
|
|
29686
|
+
width: 100%;
|
|
29687
|
+
overflow: hidden;
|
|
29688
|
+
}
|
|
29689
|
+
|
|
29690
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29691
|
+
margin-left: 1px;
|
|
29692
|
+
}
|
|
29693
|
+
|
|
29694
|
+
.E_c18gxmrl {
|
|
29695
|
+
border: 1px solid #d8deeb;
|
|
29696
|
+
border-radius: 4px;
|
|
29697
|
+
}
|
|
29698
|
+
|
|
29699
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29700
|
+
margin-top: 8px;
|
|
29701
|
+
}
|
|
29702
|
+
|
|
29703
|
+
.E_c18gxmrl:hover {
|
|
29704
|
+
border-color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
|
|
29707
|
+
.E_c18gxmrl:hover > header {
|
|
29708
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29709
|
+
}
|
|
29710
|
+
|
|
29711
|
+
.E_c18gxmrl.active header {
|
|
29712
|
+
border-bottom: 1px solid #d8deeb;
|
|
29713
|
+
}
|
|
29714
|
+
|
|
29715
|
+
.E_c18gxmrl > header {
|
|
29716
|
+
padding: 8px 12px;
|
|
29717
|
+
}
|
|
29718
|
+
|
|
29665
29719
|
.E_s1ebs0ra {
|
|
29666
29720
|
display: flex;
|
|
29667
29721
|
align-items: center;
|
|
@@ -29733,6 +29787,51 @@ html body {
|
|
|
29733
29787
|
background: #fff;
|
|
29734
29788
|
}
|
|
29735
29789
|
|
|
29790
|
+
.E_n12mqh7z {
|
|
29791
|
+
display: flex;
|
|
29792
|
+
align-items: center;
|
|
29793
|
+
font-size: 12px;
|
|
29794
|
+
line-height: 18px;
|
|
29795
|
+
}
|
|
29796
|
+
|
|
29797
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29798
|
+
margin-bottom: 4px;
|
|
29799
|
+
}
|
|
29800
|
+
|
|
29801
|
+
.E_tf5bynu {
|
|
29802
|
+
margin: 0 3px;
|
|
29803
|
+
}
|
|
29804
|
+
|
|
29805
|
+
.E_tcckoz1 {
|
|
29806
|
+
max-height: 400px;
|
|
29807
|
+
overflow: auto;
|
|
29808
|
+
}
|
|
29809
|
+
|
|
29810
|
+
.E_wg1tsps {
|
|
29811
|
+
display: flex;
|
|
29812
|
+
align-items: center;
|
|
29813
|
+
justify-content: flex-end;
|
|
29814
|
+
}
|
|
29815
|
+
|
|
29816
|
+
.E_b1ctd5xy {
|
|
29817
|
+
display: flex;
|
|
29818
|
+
align-items: center;
|
|
29819
|
+
width: calc(100% - 40px);
|
|
29820
|
+
}
|
|
29821
|
+
|
|
29822
|
+
.E_b1ctd5xy .chart {
|
|
29823
|
+
display: inline-block;
|
|
29824
|
+
width: 100%;
|
|
29825
|
+
}
|
|
29826
|
+
|
|
29827
|
+
.E_u1p8acpn {
|
|
29828
|
+
min-width: 40px;
|
|
29829
|
+
}
|
|
29830
|
+
|
|
29831
|
+
.E_u1p8acpn .unit {
|
|
29832
|
+
color: #00122e !important;
|
|
29833
|
+
}
|
|
29834
|
+
|
|
29736
29835
|
.E_c18bcrac {
|
|
29737
29836
|
display: inline-block;
|
|
29738
29837
|
width: 100%;
|
|
@@ -29782,329 +29881,296 @@ html body {
|
|
|
29782
29881
|
margin-right: 4px;
|
|
29783
29882
|
}
|
|
29784
29883
|
|
|
29785
|
-
.
|
|
29786
|
-
height: 8px;
|
|
29787
|
-
box-sizing: border-box;
|
|
29788
|
-
border-radius: 2px;
|
|
29789
|
-
background: #f5f7fa;
|
|
29884
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29790
29885
|
display: flex;
|
|
29791
|
-
|
|
29792
|
-
overflow: hidden;
|
|
29886
|
+
align-items: center;
|
|
29793
29887
|
}
|
|
29794
29888
|
|
|
29795
|
-
.
|
|
29796
|
-
margin-
|
|
29889
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29890
|
+
margin-right: 8px;
|
|
29797
29891
|
}
|
|
29798
29892
|
|
|
29799
|
-
.
|
|
29893
|
+
.E_t160l1cm {
|
|
29800
29894
|
display: flex;
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
|
|
29895
|
+
flex-direction: column;
|
|
29896
|
+
flex: 1;
|
|
29897
|
+
/* FIXME:(yanzhen) do this better */
|
|
29804
29898
|
}
|
|
29805
29899
|
|
|
29806
|
-
.
|
|
29807
|
-
|
|
29900
|
+
.E_t160l1cm .tab-bar {
|
|
29901
|
+
flex-shrink: 0;
|
|
29902
|
+
display: flex;
|
|
29903
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
29808
29904
|
}
|
|
29809
29905
|
|
|
29810
|
-
.
|
|
29811
|
-
|
|
29906
|
+
.E_t160l1cm .tab-content {
|
|
29907
|
+
height: 100%;
|
|
29812
29908
|
}
|
|
29813
29909
|
|
|
29814
|
-
.
|
|
29815
|
-
|
|
29816
|
-
|
|
29910
|
+
.E_t160l1cm .tab-menu-item {
|
|
29911
|
+
margin-right: 2px;
|
|
29912
|
+
padding: 1px 12px;
|
|
29913
|
+
line-height: 24px;
|
|
29914
|
+
height: 24px;
|
|
29915
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29916
|
+
border-radius: 4px 4px 0 0;
|
|
29917
|
+
cursor: pointer;
|
|
29918
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
29817
29919
|
}
|
|
29818
29920
|
|
|
29819
|
-
|
|
29820
|
-
|
|
29921
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
29922
|
+
padding-left: 0;
|
|
29821
29923
|
}
|
|
29822
29924
|
|
|
29823
|
-
.
|
|
29824
|
-
|
|
29825
|
-
height: 246px;
|
|
29826
|
-
border-radius: 4px;
|
|
29925
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
29926
|
+
padding-left: 12px;
|
|
29827
29927
|
}
|
|
29828
29928
|
|
|
29829
|
-
.
|
|
29830
|
-
|
|
29831
|
-
|
|
29832
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29833
|
-
border-top: none;
|
|
29929
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
29930
|
+
color: #0080ff;
|
|
29931
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29834
29932
|
}
|
|
29835
29933
|
|
|
29836
|
-
.
|
|
29837
|
-
|
|
29838
|
-
padding: 0 16px;
|
|
29934
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
29935
|
+
fill: #0080ff;
|
|
29839
29936
|
}
|
|
29840
29937
|
|
|
29841
|
-
.
|
|
29842
|
-
|
|
29843
|
-
width: 100%;
|
|
29844
|
-
height: 180px;
|
|
29845
|
-
border-spacing: 0;
|
|
29938
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
29939
|
+
background: rgba(192, 203, 224, 0.6);
|
|
29846
29940
|
}
|
|
29847
29941
|
|
|
29848
|
-
.
|
|
29849
|
-
|
|
29850
|
-
|
|
29942
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
29943
|
+
color: #0080ff;
|
|
29944
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29851
29945
|
}
|
|
29852
29946
|
|
|
29853
|
-
.
|
|
29854
|
-
|
|
29855
|
-
width: 22px;
|
|
29947
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
29948
|
+
background: rgba(192, 203, 224, 0.6);
|
|
29856
29949
|
}
|
|
29857
29950
|
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29860
|
-
padding: 0;
|
|
29951
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
29952
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29861
29953
|
}
|
|
29862
29954
|
|
|
29863
|
-
.
|
|
29864
|
-
|
|
29865
|
-
opacity: 0.4;
|
|
29955
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
29956
|
+
fill: #0080ff;
|
|
29866
29957
|
}
|
|
29867
29958
|
|
|
29868
|
-
.
|
|
29869
|
-
color:
|
|
29870
|
-
|
|
29959
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
29960
|
+
color: #0080ff;
|
|
29961
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29871
29962
|
}
|
|
29872
29963
|
|
|
29873
|
-
.
|
|
29874
|
-
|
|
29964
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
29965
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29875
29966
|
}
|
|
29876
29967
|
|
|
29877
|
-
.
|
|
29878
|
-
|
|
29968
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
29969
|
+
fill: #1d326c;
|
|
29879
29970
|
}
|
|
29880
29971
|
|
|
29881
|
-
.
|
|
29882
|
-
|
|
29883
|
-
|
|
29884
|
-
backdrop-filter: blur(10px);
|
|
29885
|
-
padding: 7px 10px;
|
|
29972
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
29973
|
+
margin-left: 8px;
|
|
29974
|
+
height: 22px;
|
|
29886
29975
|
}
|
|
29887
29976
|
|
|
29888
|
-
.
|
|
29889
|
-
|
|
29977
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
29978
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
29979
|
+
}
|
|
29980
|
+
|
|
29981
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
29982
|
+
padding: 0;
|
|
29890
29983
|
display: flex;
|
|
29891
|
-
justify-content: space-between;
|
|
29892
29984
|
align-items: center;
|
|
29893
|
-
|
|
29985
|
+
overflow: hidden;
|
|
29894
29986
|
}
|
|
29895
29987
|
|
|
29896
|
-
.
|
|
29897
|
-
|
|
29988
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
29989
|
+
opacity: 0;
|
|
29990
|
+
max-width: 0;
|
|
29991
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
29898
29992
|
}
|
|
29899
29993
|
|
|
29900
|
-
.
|
|
29901
|
-
|
|
29994
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
29995
|
+
padding: 1px 12px;
|
|
29996
|
+
position: relative;
|
|
29997
|
+
display: flex;
|
|
29902
29998
|
}
|
|
29903
29999
|
|
|
29904
|
-
.
|
|
29905
|
-
|
|
30000
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30001
|
+
opacity: 0;
|
|
30002
|
+
position: absolute;
|
|
30003
|
+
top: 50%;
|
|
30004
|
+
left: 0;
|
|
30005
|
+
transform: translate(-50%, -50%);
|
|
30006
|
+
transition: opacity 100ms linear;
|
|
30007
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
29906
30008
|
}
|
|
29907
30009
|
|
|
29908
|
-
.
|
|
29909
|
-
|
|
29910
|
-
justify-content: center;
|
|
30010
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30011
|
+
color: #0080ff;
|
|
29911
30012
|
}
|
|
29912
30013
|
|
|
29913
|
-
.
|
|
29914
|
-
|
|
29915
|
-
|
|
29916
|
-
|
|
29917
|
-
|
|
29918
|
-
background: #0096ff;
|
|
29919
|
-
}
|
|
29920
|
-
|
|
29921
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
29922
|
-
margin-right: 2px;
|
|
29923
|
-
}
|
|
29924
|
-
|
|
29925
|
-
.E_cxhf7dh .bar {
|
|
29926
|
-
width: 9px;
|
|
29927
|
-
height: 2px;
|
|
29928
|
-
background: #0096ff;
|
|
29929
|
-
border-radius: 2px;
|
|
30014
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30015
|
+
padding: 1px 12px;
|
|
30016
|
+
display: inline-block;
|
|
30017
|
+
opacity: 1;
|
|
30018
|
+
max-width: 160px;
|
|
29930
30019
|
}
|
|
29931
30020
|
|
|
29932
|
-
.
|
|
29933
|
-
|
|
30021
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30022
|
+
padding: 1px 12px;
|
|
30023
|
+
color: #005ed1;
|
|
29934
30024
|
}
|
|
29935
30025
|
|
|
29936
|
-
.
|
|
29937
|
-
|
|
30026
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30027
|
+
opacity: 1;
|
|
29938
30028
|
}
|
|
29939
30029
|
|
|
29940
|
-
.
|
|
29941
|
-
|
|
30030
|
+
.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 {
|
|
30031
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29942
30032
|
}
|
|
29943
30033
|
|
|
29944
|
-
.
|
|
29945
|
-
|
|
30034
|
+
.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 {
|
|
30035
|
+
opacity: 0;
|
|
29946
30036
|
}
|
|
29947
30037
|
|
|
29948
|
-
.
|
|
29949
|
-
|
|
30038
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30039
|
+
padding: 4px 16px;
|
|
30040
|
+
height: 32px;
|
|
30041
|
+
border-radius: 6px 6px 0 0;
|
|
29950
30042
|
}
|
|
29951
30043
|
|
|
29952
|
-
.
|
|
29953
|
-
|
|
30044
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30045
|
+
padding-left: 0;
|
|
29954
30046
|
}
|
|
29955
30047
|
|
|
29956
|
-
.
|
|
29957
|
-
padding:
|
|
30048
|
+
.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 {
|
|
30049
|
+
padding-left: 16px;
|
|
29958
30050
|
}
|
|
29959
30051
|
|
|
29960
|
-
.
|
|
29961
|
-
|
|
29962
|
-
|
|
29963
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30052
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30053
|
+
margin-left: 11px;
|
|
30054
|
+
height: 24px;
|
|
29964
30055
|
}
|
|
29965
30056
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29968
|
-
padding-bottom: 0;
|
|
30057
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30058
|
+
padding: 0;
|
|
29969
30059
|
}
|
|
29970
30060
|
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
width: 100px;
|
|
29974
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30061
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30062
|
+
padding: 4px 16px;
|
|
29975
30063
|
}
|
|
29976
30064
|
|
|
29977
|
-
.
|
|
29978
|
-
|
|
29979
|
-
margin-top: 5px;
|
|
30065
|
+
.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 {
|
|
30066
|
+
padding: 4px 16px;
|
|
29980
30067
|
}
|
|
29981
30068
|
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29984
|
-
width: 128px;
|
|
30069
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30070
|
+
background: #fff;
|
|
29985
30071
|
}
|
|
29986
30072
|
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29989
|
-
align-items: center;
|
|
29990
|
-
justify-content: space-between;
|
|
29991
|
-
word-break: keep-all;
|
|
30073
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30074
|
+
color: #005ed1;
|
|
29992
30075
|
}
|
|
29993
30076
|
|
|
29994
|
-
.
|
|
29995
|
-
|
|
30077
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30078
|
+
background: #fff;
|
|
30079
|
+
color: #1d326c;
|
|
29996
30080
|
}
|
|
29997
30081
|
|
|
29998
|
-
.
|
|
29999
|
-
color: rgba(
|
|
30082
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30083
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30000
30084
|
}
|
|
30001
30085
|
|
|
30002
|
-
.
|
|
30003
|
-
|
|
30004
|
-
display: flex;
|
|
30005
|
-
overflow: hidden;
|
|
30006
|
-
align-items: center;
|
|
30007
|
-
justify-content: flex-start;
|
|
30008
|
-
white-space: nowrap;
|
|
30086
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30087
|
+
color: #1d326c;
|
|
30009
30088
|
}
|
|
30010
30089
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30013
|
-
overflow: hidden;
|
|
30014
|
-
text-overflow: ellipsis;
|
|
30090
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30091
|
+
fill: #d8deeb;
|
|
30015
30092
|
}
|
|
30016
30093
|
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30019
|
-
align-items: center;
|
|
30094
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30095
|
+
fill: #1d326c;
|
|
30020
30096
|
}
|
|
30021
30097
|
|
|
30022
|
-
.
|
|
30098
|
+
.E_t160l1cm .tab-content {
|
|
30099
|
+
flex: 1;
|
|
30023
30100
|
display: flex;
|
|
30024
|
-
flex-direction:
|
|
30025
|
-
align-items: center;
|
|
30026
|
-
}
|
|
30027
|
-
|
|
30028
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
30029
|
-
margin-left: 8px;
|
|
30101
|
+
flex-direction: column;
|
|
30030
30102
|
}
|
|
30031
30103
|
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30034
|
-
margin-left: 14px;
|
|
30035
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30036
|
-
cursor: pointer;
|
|
30104
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30105
|
+
overflow: visible;
|
|
30037
30106
|
}
|
|
30038
30107
|
|
|
30039
|
-
.
|
|
30040
|
-
|
|
30041
|
-
|
|
30108
|
+
.E_t14npdqr {
|
|
30109
|
+
max-width: 240px;
|
|
30110
|
+
animation: none;
|
|
30042
30111
|
}
|
|
30043
30112
|
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
border-radius: 4px;
|
|
30113
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30114
|
+
border: 1px solid #0080ff;
|
|
30115
|
+
padding: 0;
|
|
30048
30116
|
}
|
|
30049
30117
|
|
|
30050
|
-
.
|
|
30051
|
-
|
|
30052
|
-
|
|
30118
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30119
|
+
margin: 0;
|
|
30120
|
+
height: 32px;
|
|
30121
|
+
line-height: 32px;
|
|
30122
|
+
font-size: 13px;
|
|
30123
|
+
padding: 0 10px;
|
|
30124
|
+
display: block;
|
|
30125
|
+
overflow: hidden;
|
|
30126
|
+
text-overflow: ellipsis;
|
|
30127
|
+
white-space: nowrap;
|
|
30053
30128
|
}
|
|
30054
30129
|
|
|
30055
|
-
.
|
|
30056
|
-
|
|
30057
|
-
|
|
30130
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30131
|
+
content: " ";
|
|
30132
|
+
height: 1px;
|
|
30133
|
+
width: calc(100% + 10px);
|
|
30134
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30135
|
+
display: block;
|
|
30058
30136
|
}
|
|
30059
30137
|
|
|
30060
|
-
.
|
|
30061
|
-
|
|
30062
|
-
|
|
30063
|
-
margin: 0 9px;
|
|
30064
|
-
text-align: center;
|
|
30138
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30139
|
+
color: #0080ff;
|
|
30140
|
+
background: transparent;
|
|
30065
30141
|
}
|
|
30066
30142
|
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30069
|
-
|
|
30070
|
-
margin: 5px 0 5px 8px;
|
|
30143
|
+
.E_ou7iq30 {
|
|
30144
|
+
overflow: hidden;
|
|
30145
|
+
text-overflow: ellipsis;
|
|
30071
30146
|
}
|
|
30072
30147
|
|
|
30073
|
-
.
|
|
30074
|
-
|
|
30075
|
-
background: #f5f7fa;
|
|
30076
|
-
box-sizing: border-box;
|
|
30077
|
-
border-radius: 16px;
|
|
30078
|
-
margin-right: 8px;
|
|
30148
|
+
.E_s1tui002 {
|
|
30149
|
+
white-space: nowrap;
|
|
30079
30150
|
}
|
|
30080
30151
|
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
|
|
30152
|
+
.E_mxrc2zg {
|
|
30153
|
+
display: -webkit-box;
|
|
30154
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30155
|
+
-webkit-box-orient: vertical;
|
|
30156
|
+
word-break: break-all;
|
|
30085
30157
|
}
|
|
30086
30158
|
|
|
30087
|
-
.
|
|
30088
|
-
|
|
30089
|
-
border-color: #0096ff;
|
|
30090
|
-
color: #fff;
|
|
30159
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30160
|
+
display: none;
|
|
30091
30161
|
}
|
|
30092
30162
|
|
|
30093
|
-
.
|
|
30094
|
-
|
|
30095
|
-
|
|
30163
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30164
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30165
|
+
border-radius: 4px;
|
|
30096
30166
|
}
|
|
30097
30167
|
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30100
|
-
padding: 0;
|
|
30101
|
-
margin-bottom: 8px;
|
|
30168
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30169
|
+
visibility: hidden;
|
|
30102
30170
|
}
|
|
30103
30171
|
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
border-color: #0096ff;
|
|
30107
|
-
color: #fff;
|
|
30172
|
+
span.E_tqjc4ui {
|
|
30173
|
+
margin: 0 2px;
|
|
30108
30174
|
}
|
|
30109
30175
|
|
|
30110
30176
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -30243,82 +30309,28 @@ span.E_tqjc4ui {
|
|
|
30243
30309
|
text-align: left;
|
|
30244
30310
|
}
|
|
30245
30311
|
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30248
|
-
text-overflow: ellipsis;
|
|
30312
|
+
.E_t1sqg15u {
|
|
30313
|
+
background: white;
|
|
30249
30314
|
}
|
|
30250
30315
|
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30316
|
+
.E_t1sqg15u.inline .table-row {
|
|
30317
|
+
flex-direction: column;
|
|
30253
30318
|
}
|
|
30254
30319
|
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30257
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30258
|
-
-webkit-box-orient: vertical;
|
|
30259
|
-
word-break: break-all;
|
|
30320
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30321
|
+
padding: 0 16px 7px 0;
|
|
30260
30322
|
}
|
|
30261
30323
|
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30324
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30325
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30264
30326
|
}
|
|
30265
30327
|
|
|
30266
|
-
.
|
|
30267
|
-
|
|
30268
|
-
border-radius: 4px;
|
|
30328
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30329
|
+
border-top: none !important;
|
|
30269
30330
|
}
|
|
30270
30331
|
|
|
30271
|
-
.
|
|
30272
|
-
|
|
30273
|
-
}
|
|
30274
|
-
|
|
30275
|
-
.E_c18gxmrl {
|
|
30276
|
-
border: 1px solid #d8deeb;
|
|
30277
|
-
border-radius: 4px;
|
|
30278
|
-
}
|
|
30279
|
-
|
|
30280
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30281
|
-
margin-top: 8px;
|
|
30282
|
-
}
|
|
30283
|
-
|
|
30284
|
-
.E_c18gxmrl:hover {
|
|
30285
|
-
border-color: #0080ff;
|
|
30286
|
-
}
|
|
30287
|
-
|
|
30288
|
-
.E_c18gxmrl:hover > header {
|
|
30289
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30290
|
-
}
|
|
30291
|
-
|
|
30292
|
-
.E_c18gxmrl.active header {
|
|
30293
|
-
border-bottom: 1px solid #d8deeb;
|
|
30294
|
-
}
|
|
30295
|
-
|
|
30296
|
-
.E_c18gxmrl > header {
|
|
30297
|
-
padding: 8px 12px;
|
|
30298
|
-
}
|
|
30299
|
-
|
|
30300
|
-
.E_t1sqg15u {
|
|
30301
|
-
background: white;
|
|
30302
|
-
}
|
|
30303
|
-
|
|
30304
|
-
.E_t1sqg15u.inline .table-row {
|
|
30305
|
-
flex-direction: column;
|
|
30306
|
-
}
|
|
30307
|
-
|
|
30308
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30309
|
-
padding: 0 16px 7px 0;
|
|
30310
|
-
}
|
|
30311
|
-
|
|
30312
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30313
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30314
|
-
}
|
|
30315
|
-
|
|
30316
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30317
|
-
border-top: none !important;
|
|
30318
|
-
}
|
|
30319
|
-
|
|
30320
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30321
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30332
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30333
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30322
30334
|
}
|
|
30323
30335
|
|
|
30324
30336
|
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
@@ -30403,326 +30415,492 @@ span.E_tqjc4ui {
|
|
|
30403
30415
|
padding-right: 12px;
|
|
30404
30416
|
}
|
|
30405
30417
|
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
|
|
30410
|
-
}
|
|
30411
|
-
|
|
30412
|
-
.E_b1ctd5xy {
|
|
30413
|
-
display: flex;
|
|
30414
|
-
align-items: center;
|
|
30415
|
-
width: calc(100% - 40px);
|
|
30418
|
+
.E_clm1wy1 {
|
|
30419
|
+
width: 192px;
|
|
30420
|
+
height: 246px;
|
|
30421
|
+
border-radius: 4px;
|
|
30416
30422
|
}
|
|
30417
30423
|
|
|
30418
|
-
.
|
|
30419
|
-
|
|
30424
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30425
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30420
30426
|
width: 100%;
|
|
30427
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30428
|
+
border-top: none;
|
|
30421
30429
|
}
|
|
30422
30430
|
|
|
30423
|
-
.
|
|
30424
|
-
|
|
30431
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30432
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30433
|
+
padding: 0 16px;
|
|
30425
30434
|
}
|
|
30426
30435
|
|
|
30427
|
-
.
|
|
30428
|
-
|
|
30436
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30437
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30438
|
+
width: 100%;
|
|
30439
|
+
height: 180px;
|
|
30440
|
+
border-spacing: 0;
|
|
30429
30441
|
}
|
|
30430
30442
|
|
|
30431
|
-
.
|
|
30432
|
-
|
|
30433
|
-
|
|
30443
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30444
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30445
|
+
margin-bottom: 8px;
|
|
30434
30446
|
}
|
|
30435
30447
|
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30448
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30449
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30450
|
+
width: 22px;
|
|
30438
30451
|
}
|
|
30439
30452
|
|
|
30440
|
-
.
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
flex: 1;
|
|
30444
|
-
/* FIXME:(yanzhen) do this better */
|
|
30453
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30454
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30455
|
+
padding: 0;
|
|
30445
30456
|
}
|
|
30446
30457
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30449
|
-
|
|
30450
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30458
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30459
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30460
|
+
opacity: 0.4;
|
|
30451
30461
|
}
|
|
30452
30462
|
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30463
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30464
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30465
|
+
opacity: 1;
|
|
30455
30466
|
}
|
|
30456
30467
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30459
|
-
padding: 1px 12px;
|
|
30460
|
-
line-height: 24px;
|
|
30461
|
-
height: 24px;
|
|
30462
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30463
|
-
border-radius: 4px 4px 0 0;
|
|
30464
|
-
cursor: pointer;
|
|
30465
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30468
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30469
|
+
color: #3e4652;
|
|
30466
30470
|
}
|
|
30467
30471
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30472
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30473
|
+
pointer-events: none;
|
|
30470
30474
|
}
|
|
30471
30475
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30476
|
+
.E_t1tsm00v {
|
|
30477
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30478
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30479
|
+
backdrop-filter: blur(10px);
|
|
30480
|
+
padding: 7px 10px;
|
|
30474
30481
|
}
|
|
30475
30482
|
|
|
30476
|
-
.
|
|
30477
|
-
color:
|
|
30478
|
-
|
|
30483
|
+
.E_c167wnad {
|
|
30484
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30485
|
+
display: flex;
|
|
30486
|
+
justify-content: space-between;
|
|
30487
|
+
align-items: center;
|
|
30488
|
+
padding: 8px 16px;
|
|
30479
30489
|
}
|
|
30480
30490
|
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30491
|
+
.E_c167wnad .anticon {
|
|
30492
|
+
cursor: pointer;
|
|
30483
30493
|
}
|
|
30484
30494
|
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30495
|
+
.E_c167wnad .anticon:hover {
|
|
30496
|
+
color: #0096ff;
|
|
30487
30497
|
}
|
|
30488
30498
|
|
|
30489
|
-
.
|
|
30490
|
-
|
|
30491
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30499
|
+
.E_cxhf7dh {
|
|
30500
|
+
text-align: center;
|
|
30492
30501
|
}
|
|
30493
30502
|
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30503
|
+
.E_cxhf7dh .dots {
|
|
30504
|
+
display: flex;
|
|
30505
|
+
justify-content: center;
|
|
30496
30506
|
}
|
|
30497
30507
|
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30508
|
+
.E_cxhf7dh .dot {
|
|
30509
|
+
display: inline-block;
|
|
30510
|
+
width: 2px;
|
|
30511
|
+
height: 2px;
|
|
30512
|
+
border-radius: 1px;
|
|
30513
|
+
background: #0096ff;
|
|
30500
30514
|
}
|
|
30501
30515
|
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30516
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30517
|
+
margin-right: 2px;
|
|
30504
30518
|
}
|
|
30505
30519
|
|
|
30506
|
-
.
|
|
30507
|
-
|
|
30508
|
-
|
|
30520
|
+
.E_cxhf7dh .bar {
|
|
30521
|
+
width: 9px;
|
|
30522
|
+
height: 2px;
|
|
30523
|
+
background: #0096ff;
|
|
30524
|
+
border-radius: 2px;
|
|
30509
30525
|
}
|
|
30510
30526
|
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30527
|
+
.E_c1up1pdz {
|
|
30528
|
+
width: 648px;
|
|
30513
30529
|
}
|
|
30514
30530
|
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30531
|
+
.E_c1up1pdz.active {
|
|
30532
|
+
border-color: #0080ff;
|
|
30517
30533
|
}
|
|
30518
30534
|
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30521
|
-
height: 22px;
|
|
30535
|
+
.E_c1up1pdz.active > header {
|
|
30536
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30522
30537
|
}
|
|
30523
30538
|
|
|
30524
|
-
.
|
|
30525
|
-
|
|
30539
|
+
.E_c1up1pdz .expand {
|
|
30540
|
+
padding: 12px;
|
|
30526
30541
|
}
|
|
30527
30542
|
|
|
30528
|
-
.
|
|
30529
|
-
padding: 0;
|
|
30543
|
+
.E_c1up1pdz .field-item {
|
|
30530
30544
|
display: flex;
|
|
30531
|
-
|
|
30532
|
-
|
|
30533
|
-
}
|
|
30534
|
-
|
|
30535
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30536
|
-
opacity: 0;
|
|
30537
|
-
max-width: 0;
|
|
30538
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30545
|
+
padding: 10px 0;
|
|
30546
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30539
30547
|
}
|
|
30540
30548
|
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
display: flex;
|
|
30549
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30550
|
+
border-bottom: none;
|
|
30551
|
+
padding-bottom: 0;
|
|
30545
30552
|
}
|
|
30546
30553
|
|
|
30547
|
-
.
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
left: 0;
|
|
30552
|
-
transform: translate(-50%, -50%);
|
|
30553
|
-
transition: opacity 100ms linear;
|
|
30554
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30554
|
+
.E_c1up1pdz .field-item label {
|
|
30555
|
+
line-height: 32px;
|
|
30556
|
+
width: 100px;
|
|
30557
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30555
30558
|
}
|
|
30556
30559
|
|
|
30557
|
-
.
|
|
30558
|
-
color:
|
|
30560
|
+
.E_c1up1pdz .help {
|
|
30561
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30562
|
+
margin-top: 5px;
|
|
30559
30563
|
}
|
|
30560
30564
|
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30563
|
-
|
|
30564
|
-
opacity: 1;
|
|
30565
|
-
max-width: 160px;
|
|
30565
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30566
|
+
.E_c1up1pdz .ant-picker {
|
|
30567
|
+
width: 128px;
|
|
30566
30568
|
}
|
|
30567
30569
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30570
|
-
|
|
30570
|
+
.E_c156wh19 {
|
|
30571
|
+
display: flex;
|
|
30572
|
+
align-items: center;
|
|
30573
|
+
justify-content: space-between;
|
|
30574
|
+
word-break: keep-all;
|
|
30571
30575
|
}
|
|
30572
30576
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30577
|
+
.E_c156wh19 .title {
|
|
30578
|
+
margin: 0 16px 0 8px;
|
|
30575
30579
|
}
|
|
30576
30580
|
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30581
|
+
.E_c156wh19 .retain {
|
|
30582
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30579
30583
|
}
|
|
30580
30584
|
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30585
|
+
.E_c156wh19 div.left {
|
|
30586
|
+
flex: 1;
|
|
30587
|
+
display: flex;
|
|
30588
|
+
overflow: hidden;
|
|
30589
|
+
align-items: center;
|
|
30590
|
+
justify-content: flex-start;
|
|
30591
|
+
white-space: nowrap;
|
|
30583
30592
|
}
|
|
30584
30593
|
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30587
|
-
|
|
30588
|
-
|
|
30594
|
+
.E_c156wh19 div.left .title {
|
|
30595
|
+
max-width: 100%;
|
|
30596
|
+
overflow: hidden;
|
|
30597
|
+
text-overflow: ellipsis;
|
|
30589
30598
|
}
|
|
30590
30599
|
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30600
|
+
.E_c156wh19 div.right {
|
|
30601
|
+
display: flex;
|
|
30602
|
+
align-items: center;
|
|
30593
30603
|
}
|
|
30594
30604
|
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30605
|
+
.E_c156wh19 .reverse {
|
|
30606
|
+
display: flex;
|
|
30607
|
+
flex-direction: row-reverse;
|
|
30608
|
+
align-items: center;
|
|
30597
30609
|
}
|
|
30598
30610
|
|
|
30599
|
-
.
|
|
30600
|
-
margin-left:
|
|
30601
|
-
height: 24px;
|
|
30611
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30612
|
+
margin-left: 8px;
|
|
30602
30613
|
}
|
|
30603
30614
|
|
|
30604
|
-
.
|
|
30615
|
+
.E_c156wh19 .close {
|
|
30616
|
+
padding-left: 14px;
|
|
30617
|
+
margin-left: 14px;
|
|
30618
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30619
|
+
cursor: pointer;
|
|
30620
|
+
}
|
|
30621
|
+
|
|
30622
|
+
.E_m126spxy {
|
|
30623
|
+
padding-bottom: 4px;
|
|
30624
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30625
|
+
}
|
|
30626
|
+
|
|
30627
|
+
.E_m126spxy .ant-btn-link {
|
|
30628
|
+
padding: 1px 10px;
|
|
30629
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30630
|
+
border-radius: 4px;
|
|
30631
|
+
}
|
|
30632
|
+
|
|
30633
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30634
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30635
|
+
color: #0096ff;
|
|
30636
|
+
}
|
|
30637
|
+
|
|
30638
|
+
.E_wpbf4pq {
|
|
30639
|
+
padding: 10px 0;
|
|
30640
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30641
|
+
}
|
|
30642
|
+
|
|
30643
|
+
.E_wpbf4pq .ant-input,
|
|
30644
|
+
.E_wpbf4pq .ant-picker {
|
|
30645
|
+
width: 80px;
|
|
30646
|
+
margin: 0 9px;
|
|
30647
|
+
text-align: center;
|
|
30648
|
+
}
|
|
30649
|
+
|
|
30650
|
+
.E_wpbf4pq .options {
|
|
30651
|
+
padding: 12px 0 12px 16px;
|
|
30652
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30653
|
+
margin: 5px 0 5px 8px;
|
|
30654
|
+
}
|
|
30655
|
+
|
|
30656
|
+
.E_wpbf4pq .week-day-option,
|
|
30657
|
+
.E_wpbf4pq .month-day-option {
|
|
30658
|
+
background: #f5f7fa;
|
|
30659
|
+
box-sizing: border-box;
|
|
30660
|
+
border-radius: 16px;
|
|
30661
|
+
margin-right: 8px;
|
|
30662
|
+
}
|
|
30663
|
+
|
|
30664
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30665
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30666
|
+
color: inherit;
|
|
30667
|
+
border-color: #d9d9d9;
|
|
30668
|
+
}
|
|
30669
|
+
|
|
30670
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30671
|
+
background-color: #0096ff;
|
|
30672
|
+
border-color: #0096ff;
|
|
30673
|
+
color: #fff;
|
|
30674
|
+
}
|
|
30675
|
+
|
|
30676
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30677
|
+
width: 110px;
|
|
30678
|
+
margin-top: 4px;
|
|
30679
|
+
}
|
|
30680
|
+
|
|
30681
|
+
.E_wpbf4pq .month-day-option {
|
|
30682
|
+
width: 32px;
|
|
30605
30683
|
padding: 0;
|
|
30684
|
+
margin-bottom: 8px;
|
|
30606
30685
|
}
|
|
30607
30686
|
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30687
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30688
|
+
background-color: #0096ff;
|
|
30689
|
+
border-color: #0096ff;
|
|
30690
|
+
color: #fff;
|
|
30610
30691
|
}
|
|
30611
30692
|
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30693
|
+
.E_m74vjol {
|
|
30694
|
+
display: flex;
|
|
30695
|
+
justify-content: space-between;
|
|
30696
|
+
width: 100%;
|
|
30614
30697
|
}
|
|
30615
30698
|
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30699
|
+
.E_m74vjol .action {
|
|
30700
|
+
margin-left: 16px;
|
|
30618
30701
|
}
|
|
30619
30702
|
|
|
30620
|
-
.
|
|
30703
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30704
|
+
padding-right: 12px;
|
|
30705
|
+
}
|
|
30706
|
+
|
|
30707
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30708
|
+
height: fit-content;
|
|
30709
|
+
margin-left: 16px;
|
|
30710
|
+
}
|
|
30711
|
+
|
|
30712
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30713
|
+
flex: 1;
|
|
30714
|
+
}
|
|
30715
|
+
|
|
30716
|
+
.E_berrcjl {
|
|
30717
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30718
|
+
margin-bottom: 4px;
|
|
30719
|
+
}
|
|
30720
|
+
|
|
30721
|
+
.E_berrcjl .breadcrumb-link {
|
|
30722
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30723
|
+
cursor: pointer;
|
|
30724
|
+
transition: color 160ms ease;
|
|
30725
|
+
}
|
|
30726
|
+
|
|
30727
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30728
|
+
color: #0080ff;
|
|
30729
|
+
}
|
|
30730
|
+
|
|
30731
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30621
30732
|
color: #005ed1;
|
|
30622
30733
|
}
|
|
30623
30734
|
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
color:
|
|
30735
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30736
|
+
padding: 4px 8px 0 8px;
|
|
30737
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30738
|
+
font-size: 12px;
|
|
30627
30739
|
}
|
|
30628
30740
|
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30741
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30742
|
+
padding-bottom: 6px;
|
|
30631
30743
|
}
|
|
30632
30744
|
|
|
30633
|
-
.
|
|
30634
|
-
|
|
30745
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30746
|
+
padding-top: 4px;
|
|
30747
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30635
30748
|
}
|
|
30636
30749
|
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30750
|
+
.E_b1nip9bk {
|
|
30751
|
+
padding: 4px 11px;
|
|
30639
30752
|
}
|
|
30640
30753
|
|
|
30641
|
-
.
|
|
30642
|
-
|
|
30754
|
+
.E_bqamoqe {
|
|
30755
|
+
white-space: nowrap;
|
|
30756
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30643
30757
|
}
|
|
30644
30758
|
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30647
|
-
display: flex;
|
|
30648
|
-
flex-direction: column;
|
|
30759
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30760
|
+
--color: #0080ff;
|
|
30649
30761
|
}
|
|
30650
30762
|
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30763
|
+
.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] {
|
|
30764
|
+
--color: #0080ff;
|
|
30653
30765
|
}
|
|
30654
30766
|
|
|
30655
|
-
.
|
|
30656
|
-
|
|
30657
|
-
animation: none;
|
|
30767
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30768
|
+
margin-left: 1px;
|
|
30658
30769
|
}
|
|
30659
30770
|
|
|
30660
|
-
.
|
|
30661
|
-
border:
|
|
30662
|
-
|
|
30771
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30772
|
+
border-top-right-radius: 0;
|
|
30773
|
+
border-bottom-right-radius: 0;
|
|
30663
30774
|
}
|
|
30664
30775
|
|
|
30665
|
-
.
|
|
30666
|
-
|
|
30667
|
-
|
|
30776
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30777
|
+
border-top-left-radius: 0;
|
|
30778
|
+
border-bottom-left-radius: 0;
|
|
30779
|
+
}
|
|
30780
|
+
|
|
30781
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30782
|
+
border-radius: unset;
|
|
30783
|
+
}
|
|
30784
|
+
|
|
30785
|
+
.E_c1uzzomf {
|
|
30786
|
+
margin-bottom: 16px;
|
|
30787
|
+
}
|
|
30788
|
+
|
|
30789
|
+
.E_c1uzzomf .card-title {
|
|
30790
|
+
font-size: 16px;
|
|
30791
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30792
|
+
font-weight: 700;
|
|
30668
30793
|
line-height: 32px;
|
|
30669
|
-
font-size: 13px;
|
|
30670
|
-
padding: 0 10px;
|
|
30671
|
-
display: block;
|
|
30672
|
-
overflow: hidden;
|
|
30673
|
-
text-overflow: ellipsis;
|
|
30674
|
-
white-space: nowrap;
|
|
30675
30794
|
}
|
|
30676
30795
|
|
|
30677
|
-
.
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30682
|
-
display: block;
|
|
30796
|
+
.E_c1uzzomf .card-body {
|
|
30797
|
+
padding: 24px;
|
|
30798
|
+
border-radius: 8px;
|
|
30799
|
+
background: #fff;
|
|
30683
30800
|
}
|
|
30684
30801
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
|
|
30802
|
+
.E_c1uzzomf .empty {
|
|
30803
|
+
font-weight: 700;
|
|
30804
|
+
font-size: 14px;
|
|
30805
|
+
line-height: 22px;
|
|
30806
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30807
|
+
text-align: center;
|
|
30688
30808
|
}
|
|
30689
30809
|
|
|
30690
|
-
.
|
|
30810
|
+
.E_d1bw7c5z {
|
|
30811
|
+
position: relative;
|
|
30812
|
+
max-width: 388px;
|
|
30813
|
+
min-width: 285px;
|
|
30814
|
+
}
|
|
30815
|
+
|
|
30816
|
+
.E_d1bw7c5z .center {
|
|
30817
|
+
position: absolute;
|
|
30818
|
+
font-size: 12px;
|
|
30819
|
+
width: 80px;
|
|
30820
|
+
height: 100px;
|
|
30821
|
+
top: 0;
|
|
30822
|
+
left: 35px;
|
|
30691
30823
|
display: flex;
|
|
30692
|
-
|
|
30824
|
+
flex-direction: column;
|
|
30825
|
+
justify-content: center;
|
|
30826
|
+
align-items: center;
|
|
30827
|
+
color: #00122e;
|
|
30828
|
+
}
|
|
30829
|
+
|
|
30830
|
+
.E_d1bw7c5z .center .number {
|
|
30831
|
+
font-size: 24px;
|
|
30832
|
+
font-weight: 700;
|
|
30833
|
+
}
|
|
30834
|
+
|
|
30835
|
+
.E_d1bw7c5z .center .text {
|
|
30836
|
+
padding: 0 5px;
|
|
30837
|
+
font-size: 12px;
|
|
30838
|
+
width: inherit;
|
|
30839
|
+
text-align: center;
|
|
30840
|
+
}
|
|
30841
|
+
|
|
30842
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30843
|
+
display: flex;
|
|
30844
|
+
}
|
|
30845
|
+
|
|
30846
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30847
|
+
position: relative !important;
|
|
30848
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30849
|
+
left: 0 !important;
|
|
30850
|
+
bottom: 0 !important;
|
|
30851
|
+
display: flex;
|
|
30852
|
+
align-items: center;
|
|
30853
|
+
}
|
|
30854
|
+
|
|
30855
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30693
30856
|
width: 100%;
|
|
30694
30857
|
}
|
|
30695
30858
|
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30859
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30860
|
+
width: 100%;
|
|
30861
|
+
margin-right: 0 !important;
|
|
30862
|
+
line-height: 18px;
|
|
30698
30863
|
}
|
|
30699
30864
|
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30865
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30866
|
+
border-radius: 2px;
|
|
30702
30867
|
}
|
|
30703
30868
|
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30706
|
-
|
|
30869
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30870
|
+
min-width: 75px;
|
|
30871
|
+
max-width: 198px;
|
|
30872
|
+
width: calc(100% - 20px);
|
|
30873
|
+
margin-left: 2px;
|
|
30874
|
+
color: #00122e !important;
|
|
30875
|
+
display: inline-flex;
|
|
30876
|
+
justify-content: space-between;
|
|
30877
|
+
}
|
|
30878
|
+
|
|
30879
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30880
|
+
maxwidth: calc(100% - 12px);
|
|
30881
|
+
cursor: pointer;
|
|
30882
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30883
|
+
overflow: hidden;
|
|
30884
|
+
text-overflow: ellipsis;
|
|
30885
|
+
white-space: nowrap;
|
|
30707
30886
|
}
|
|
30708
30887
|
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30888
|
+
.E_d1bw7c5z .value {
|
|
30889
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30711
30890
|
}
|
|
30712
30891
|
|
|
30713
|
-
.
|
|
30714
|
-
|
|
30715
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30716
|
-
font-size: 12px;
|
|
30892
|
+
.E_t10pqbtc {
|
|
30893
|
+
width: 140px;
|
|
30717
30894
|
}
|
|
30718
30895
|
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30896
|
+
.E_t10pqbtc .item {
|
|
30897
|
+
margin: 6px auto;
|
|
30898
|
+
display: flex;
|
|
30899
|
+
justify-content: space-between;
|
|
30721
30900
|
}
|
|
30722
30901
|
|
|
30723
|
-
.
|
|
30724
|
-
|
|
30725
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30902
|
+
.E_t10pqbtc .item .name {
|
|
30903
|
+
width: 102px;
|
|
30726
30904
|
}
|
|
30727
30905
|
|
|
30728
30906
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -31017,249 +31195,20 @@ button.E_n7k2c6r {
|
|
|
31017
31195
|
padding: 0;
|
|
31018
31196
|
}
|
|
31019
31197
|
|
|
31020
|
-
.E_c1uzzomf {
|
|
31021
|
-
margin-bottom: 16px;
|
|
31022
|
-
}
|
|
31023
|
-
|
|
31024
|
-
.E_c1uzzomf .card-title {
|
|
31025
|
-
font-size: 16px;
|
|
31026
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31027
|
-
font-weight: 700;
|
|
31028
|
-
line-height: 32px;
|
|
31029
|
-
}
|
|
31030
|
-
|
|
31031
|
-
.E_c1uzzomf .card-body {
|
|
31032
|
-
padding: 24px;
|
|
31033
|
-
border-radius: 8px;
|
|
31034
|
-
background: #fff;
|
|
31035
|
-
}
|
|
31036
|
-
|
|
31037
|
-
.E_c1uzzomf .empty {
|
|
31038
|
-
font-weight: 700;
|
|
31039
|
-
font-size: 14px;
|
|
31040
|
-
line-height: 22px;
|
|
31041
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31042
|
-
text-align: center;
|
|
31043
|
-
}
|
|
31044
|
-
|
|
31045
|
-
.E_b1nip9bk {
|
|
31046
|
-
padding: 4px 11px;
|
|
31047
|
-
}
|
|
31048
|
-
|
|
31049
|
-
.E_bqamoqe {
|
|
31050
|
-
white-space: nowrap;
|
|
31051
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
31052
|
-
}
|
|
31053
|
-
|
|
31054
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
31055
|
-
--color: #0080ff;
|
|
31056
|
-
}
|
|
31057
|
-
|
|
31058
|
-
.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] {
|
|
31059
|
-
--color: #0080ff;
|
|
31060
|
-
}
|
|
31061
|
-
|
|
31062
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
31063
|
-
margin-left: 1px;
|
|
31064
|
-
}
|
|
31065
|
-
|
|
31066
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
31067
|
-
border-top-right-radius: 0;
|
|
31068
|
-
border-bottom-right-radius: 0;
|
|
31069
|
-
}
|
|
31070
|
-
|
|
31071
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
31072
|
-
border-top-left-radius: 0;
|
|
31073
|
-
border-bottom-left-radius: 0;
|
|
31074
|
-
}
|
|
31075
|
-
|
|
31076
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
31077
|
-
border-radius: unset;
|
|
31078
|
-
}
|
|
31079
|
-
|
|
31080
31198
|
.E_fzh9mnb {
|
|
31081
31199
|
width: 100%;
|
|
31082
|
-
height: 100%;
|
|
31083
|
-
min-height: 124px;
|
|
31084
|
-
display: flex;
|
|
31085
|
-
flex-direction: column;
|
|
31086
|
-
justify-content: center;
|
|
31087
|
-
align-items: center;
|
|
31088
|
-
}
|
|
31089
|
-
|
|
31090
|
-
.E_fzh9mnb .error-text {
|
|
31091
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31092
|
-
margin-bottom: 16px;
|
|
31093
|
-
font-size: 18px;
|
|
31094
|
-
}
|
|
31095
|
-
|
|
31096
|
-
.E_d1bw7c5z {
|
|
31097
|
-
position: relative;
|
|
31098
|
-
max-width: 388px;
|
|
31099
|
-
min-width: 285px;
|
|
31100
|
-
}
|
|
31101
|
-
|
|
31102
|
-
.E_d1bw7c5z .center {
|
|
31103
|
-
position: absolute;
|
|
31104
|
-
font-size: 12px;
|
|
31105
|
-
width: 80px;
|
|
31106
|
-
height: 100px;
|
|
31107
|
-
top: 0;
|
|
31108
|
-
left: 35px;
|
|
31109
|
-
display: flex;
|
|
31110
|
-
flex-direction: column;
|
|
31111
|
-
justify-content: center;
|
|
31112
|
-
align-items: center;
|
|
31113
|
-
color: #00122e;
|
|
31114
|
-
}
|
|
31115
|
-
|
|
31116
|
-
.E_d1bw7c5z .center .number {
|
|
31117
|
-
font-size: 24px;
|
|
31118
|
-
font-weight: 700;
|
|
31119
|
-
}
|
|
31120
|
-
|
|
31121
|
-
.E_d1bw7c5z .center .text {
|
|
31122
|
-
padding: 0 5px;
|
|
31123
|
-
font-size: 12px;
|
|
31124
|
-
width: inherit;
|
|
31125
|
-
text-align: center;
|
|
31126
|
-
}
|
|
31127
|
-
|
|
31128
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
31129
|
-
display: flex;
|
|
31130
|
-
}
|
|
31131
|
-
|
|
31132
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
31133
|
-
position: relative !important;
|
|
31134
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
31135
|
-
left: 0 !important;
|
|
31136
|
-
bottom: 0 !important;
|
|
31137
|
-
display: flex;
|
|
31138
|
-
align-items: center;
|
|
31139
|
-
}
|
|
31140
|
-
|
|
31141
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
31142
|
-
width: 100%;
|
|
31143
|
-
}
|
|
31144
|
-
|
|
31145
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
31146
|
-
width: 100%;
|
|
31147
|
-
margin-right: 0 !important;
|
|
31148
|
-
line-height: 18px;
|
|
31149
|
-
}
|
|
31150
|
-
|
|
31151
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
31152
|
-
border-radius: 2px;
|
|
31153
|
-
}
|
|
31154
|
-
|
|
31155
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
31156
|
-
min-width: 75px;
|
|
31157
|
-
max-width: 198px;
|
|
31158
|
-
width: calc(100% - 20px);
|
|
31159
|
-
margin-left: 2px;
|
|
31160
|
-
color: #00122e !important;
|
|
31161
|
-
display: inline-flex;
|
|
31162
|
-
justify-content: space-between;
|
|
31163
|
-
}
|
|
31164
|
-
|
|
31165
|
-
.E_d1bw7c5z .tooltip-text {
|
|
31166
|
-
maxwidth: calc(100% - 12px);
|
|
31167
|
-
cursor: pointer;
|
|
31168
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
31169
|
-
overflow: hidden;
|
|
31170
|
-
text-overflow: ellipsis;
|
|
31171
|
-
white-space: nowrap;
|
|
31172
|
-
}
|
|
31173
|
-
|
|
31174
|
-
.E_d1bw7c5z .value {
|
|
31175
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31176
|
-
}
|
|
31177
|
-
|
|
31178
|
-
.E_t10pqbtc {
|
|
31179
|
-
width: 140px;
|
|
31180
|
-
}
|
|
31181
|
-
|
|
31182
|
-
.E_t10pqbtc .item {
|
|
31183
|
-
margin: 6px auto;
|
|
31184
|
-
display: flex;
|
|
31185
|
-
justify-content: space-between;
|
|
31186
|
-
}
|
|
31187
|
-
|
|
31188
|
-
.E_t10pqbtc .item .name {
|
|
31189
|
-
width: 102px;
|
|
31190
|
-
}
|
|
31191
|
-
|
|
31192
|
-
.E_berrcjl {
|
|
31193
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31194
|
-
margin-bottom: 4px;
|
|
31195
|
-
}
|
|
31196
|
-
|
|
31197
|
-
.E_berrcjl .breadcrumb-link {
|
|
31198
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31199
|
-
cursor: pointer;
|
|
31200
|
-
transition: color 160ms ease;
|
|
31201
|
-
}
|
|
31202
|
-
|
|
31203
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
31204
|
-
color: #0080ff;
|
|
31205
|
-
}
|
|
31206
|
-
|
|
31207
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
31208
|
-
color: #005ed1;
|
|
31209
|
-
}
|
|
31210
|
-
|
|
31211
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31212
|
-
display: flex;
|
|
31213
|
-
}
|
|
31214
|
-
|
|
31215
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31216
|
-
border-bottom-left-radius: 5px;
|
|
31217
|
-
border-top-left-radius: 5px;
|
|
31218
|
-
}
|
|
31219
|
-
|
|
31220
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31221
|
-
border-bottom-right-radius: 5px;
|
|
31222
|
-
border-top-right-radius: 5px;
|
|
31223
|
-
}
|
|
31224
|
-
|
|
31225
|
-
.E_f7pxqmh {
|
|
31226
|
-
width: 100%;
|
|
31227
|
-
margin-bottom: 0 !important;
|
|
31228
|
-
flex-flow: nowrap !important;
|
|
31229
|
-
line-break: auto;
|
|
31230
|
-
}
|
|
31231
|
-
|
|
31232
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31233
|
-
text-align: left !important;
|
|
31234
|
-
padding-bottom: 0 !important;
|
|
31235
|
-
}
|
|
31236
|
-
|
|
31237
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31238
|
-
min-height: 32px;
|
|
31239
|
-
height: auto;
|
|
31240
|
-
font-size: 13px;
|
|
31241
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31242
|
-
white-space: normal;
|
|
31243
|
-
}
|
|
31244
|
-
|
|
31245
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31246
|
-
border-color: #ff4d4f !important;
|
|
31247
|
-
}
|
|
31248
|
-
|
|
31249
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31250
|
-
border-color: #ff4d4f !important;
|
|
31251
|
-
}
|
|
31252
|
-
|
|
31253
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31254
|
-
margin-top: 4px;
|
|
31255
|
-
font-size: 12px;
|
|
31256
|
-
min-height: 0px;
|
|
31200
|
+
height: 100%;
|
|
31201
|
+
min-height: 124px;
|
|
31202
|
+
display: flex;
|
|
31203
|
+
flex-direction: column;
|
|
31204
|
+
justify-content: center;
|
|
31205
|
+
align-items: center;
|
|
31257
31206
|
}
|
|
31258
31207
|
|
|
31259
|
-
.
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
|
|
31208
|
+
.E_fzh9mnb .error-text {
|
|
31209
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31210
|
+
margin-bottom: 16px;
|
|
31211
|
+
font-size: 18px;
|
|
31263
31212
|
}
|
|
31264
31213
|
|
|
31265
31214
|
.E_iouxfgt {
|
|
@@ -31283,17 +31232,18 @@ button.E_n7k2c6r {
|
|
|
31283
31232
|
animation: rotate 680ms linear infinite;
|
|
31284
31233
|
}
|
|
31285
31234
|
|
|
31286
|
-
.
|
|
31287
|
-
height: 18px;
|
|
31288
|
-
line-height: 18px;
|
|
31289
|
-
padding: 0 4px;
|
|
31290
|
-
border-radius: 4px;
|
|
31291
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31292
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31235
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31293
31236
|
display: flex;
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
|
|
31237
|
+
}
|
|
31238
|
+
|
|
31239
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31240
|
+
border-bottom-left-radius: 5px;
|
|
31241
|
+
border-top-left-radius: 5px;
|
|
31242
|
+
}
|
|
31243
|
+
|
|
31244
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31245
|
+
border-bottom-right-radius: 5px;
|
|
31246
|
+
border-top-right-radius: 5px;
|
|
31297
31247
|
}
|
|
31298
31248
|
|
|
31299
31249
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31366,25 +31316,65 @@ button.E_n7k2c6r {
|
|
|
31366
31316
|
padding: 2px 8px;
|
|
31367
31317
|
}
|
|
31368
31318
|
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31319
|
+
.E_f7pxqmh {
|
|
31320
|
+
width: 100%;
|
|
31321
|
+
margin-bottom: 0 !important;
|
|
31322
|
+
flex-flow: nowrap !important;
|
|
31323
|
+
line-break: auto;
|
|
31371
31324
|
}
|
|
31372
31325
|
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31326
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31327
|
+
text-align: left !important;
|
|
31328
|
+
padding-bottom: 0 !important;
|
|
31375
31329
|
}
|
|
31376
31330
|
|
|
31377
|
-
.
|
|
31331
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31332
|
+
min-height: 32px;
|
|
31333
|
+
height: auto;
|
|
31334
|
+
font-size: 13px;
|
|
31335
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31336
|
+
white-space: normal;
|
|
31337
|
+
}
|
|
31338
|
+
|
|
31339
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31340
|
+
border-color: #ff4d4f !important;
|
|
31341
|
+
}
|
|
31342
|
+
|
|
31343
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31344
|
+
border-color: #ff4d4f !important;
|
|
31345
|
+
}
|
|
31346
|
+
|
|
31347
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31348
|
+
margin-top: 4px;
|
|
31349
|
+
font-size: 12px;
|
|
31350
|
+
min-height: 0px;
|
|
31351
|
+
}
|
|
31352
|
+
|
|
31353
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31354
|
+
font-size: 12px;
|
|
31355
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31356
|
+
min-height: 0px;
|
|
31357
|
+
}
|
|
31358
|
+
|
|
31359
|
+
.E_i1inqkme {
|
|
31360
|
+
height: 18px;
|
|
31378
31361
|
line-height: 18px;
|
|
31362
|
+
padding: 0 4px;
|
|
31363
|
+
border-radius: 4px;
|
|
31364
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31365
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31366
|
+
display: flex;
|
|
31367
|
+
align-items: center;
|
|
31368
|
+
white-space: nowrap;
|
|
31369
|
+
margin-right: 4px;
|
|
31379
31370
|
}
|
|
31380
31371
|
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31372
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31373
|
+
margin-left: 8px;
|
|
31383
31374
|
}
|
|
31384
31375
|
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31387
|
-
position: absolute;
|
|
31376
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31377
|
+
padding: 2px 7px 2px 12px;
|
|
31388
31378
|
}
|
|
31389
31379
|
|
|
31390
31380
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31422,71 +31412,187 @@ button.E_n7k2c6r {
|
|
|
31422
31412
|
font-size: inherit;
|
|
31423
31413
|
}
|
|
31424
31414
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31415
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31416
|
+
line-height: 18px;
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31420
|
+
display: inline-flex;
|
|
31421
|
+
align-items: baseline;
|
|
31422
|
+
white-space: pre-wrap;
|
|
31423
|
+
}
|
|
31424
|
+
|
|
31425
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31426
|
+
position: relative;
|
|
31427
|
+
top: 3px;
|
|
31428
|
+
}
|
|
31429
|
+
|
|
31430
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31431
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31432
|
+
}
|
|
31433
|
+
|
|
31434
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31435
|
+
border-color: #0080ff;
|
|
31436
|
+
}
|
|
31437
|
+
|
|
31438
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31439
|
+
border-color: #0080ff;
|
|
31440
|
+
background: #0080ff;
|
|
31441
|
+
}
|
|
31442
|
+
|
|
31443
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31444
|
+
top: 4px;
|
|
31445
|
+
left: 4px;
|
|
31446
|
+
width: 6px;
|
|
31447
|
+
height: 6px;
|
|
31448
|
+
background: #fff;
|
|
31449
|
+
}
|
|
31450
|
+
|
|
31451
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31452
|
+
opacity: 0.5;
|
|
31453
|
+
}
|
|
31454
|
+
|
|
31455
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31456
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31457
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31458
|
+
}
|
|
31459
|
+
|
|
31460
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31461
|
+
background: #00122e;
|
|
31462
|
+
}
|
|
31463
|
+
|
|
31464
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31465
|
+
color: #00122e;
|
|
31466
|
+
opacity: 0.5;
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31470
|
+
color: #00122e;
|
|
31471
|
+
}
|
|
31472
|
+
|
|
31473
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31474
|
+
display: inline-block;
|
|
31475
|
+
padding: 0;
|
|
31476
|
+
padding-left: 10px;
|
|
31477
|
+
}
|
|
31478
|
+
|
|
31479
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31480
|
+
margin-bottom: 0;
|
|
31481
|
+
white-space: pre-wrap;
|
|
31430
31482
|
color: rgba(44, 56, 82, 0.6);
|
|
31431
|
-
font-size: 12px;
|
|
31432
|
-
line-height: 24px;
|
|
31433
31483
|
}
|
|
31434
31484
|
|
|
31435
|
-
.
|
|
31436
|
-
padding:
|
|
31485
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31486
|
+
padding-left: 8px;
|
|
31437
31487
|
}
|
|
31438
31488
|
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31441
|
-
align-items: center;
|
|
31442
|
-
border-radius: 6px;
|
|
31443
|
-
cursor: pointer;
|
|
31444
|
-
transition: all 0.3s ease;
|
|
31489
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31490
|
+
border-radius: 5px 0 0 5px;
|
|
31445
31491
|
}
|
|
31446
31492
|
|
|
31447
|
-
.
|
|
31493
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31494
|
+
border-radius: 0 5px 5px 0;
|
|
31495
|
+
}
|
|
31496
|
+
|
|
31497
|
+
.E_rcc63c8 {
|
|
31498
|
+
color: #00122e;
|
|
31499
|
+
border-color: #ccd4e3;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31502
|
+
.E_rcc63c8:first-child {
|
|
31503
|
+
border-color: #a3b4cc;
|
|
31504
|
+
}
|
|
31505
|
+
|
|
31506
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31507
|
+
padding: 0 12px;
|
|
31508
|
+
line-height: 32px;
|
|
31509
|
+
height: 32px;
|
|
31510
|
+
}
|
|
31511
|
+
|
|
31512
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31513
|
+
white-space: nowrap;
|
|
31514
|
+
}
|
|
31515
|
+
|
|
31516
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31517
|
+
height: 22px;
|
|
31518
|
+
padding: 0 7px;
|
|
31519
|
+
line-height: 20px;
|
|
31520
|
+
}
|
|
31521
|
+
|
|
31522
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31523
|
+
background: #ccd4e3;
|
|
31524
|
+
}
|
|
31525
|
+
|
|
31526
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31527
|
+
background: #0080ff;
|
|
31528
|
+
}
|
|
31529
|
+
|
|
31530
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31531
|
+
background: #ccd4e3;
|
|
31532
|
+
opacity: 0.5;
|
|
31533
|
+
}
|
|
31534
|
+
|
|
31535
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31536
|
+
border-right-color: #0080ff;
|
|
31537
|
+
}
|
|
31538
|
+
|
|
31539
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31540
|
+
border-color: #0080ff;
|
|
31541
|
+
}
|
|
31542
|
+
|
|
31543
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31544
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31545
|
+
}
|
|
31546
|
+
|
|
31547
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31448
31548
|
background: rgba(211, 218, 235, 0.6);
|
|
31449
|
-
color: #
|
|
31549
|
+
border-color: #ccd4e3;
|
|
31550
|
+
opacity: 0.5;
|
|
31450
31551
|
}
|
|
31451
31552
|
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31553
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31554
|
+
color: #00122e;
|
|
31555
|
+
border-color: #ccd4e3;
|
|
31454
31556
|
}
|
|
31455
31557
|
|
|
31456
|
-
.
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
font-weight: bold;
|
|
31558
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31559
|
+
color: #00122e;
|
|
31560
|
+
border-color: #ccd4e3;
|
|
31561
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31461
31562
|
}
|
|
31462
31563
|
|
|
31463
|
-
.
|
|
31464
|
-
margin-
|
|
31564
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31565
|
+
margin-right: 8px;
|
|
31566
|
+
display: inline;
|
|
31567
|
+
border: none;
|
|
31568
|
+
padding: 0;
|
|
31569
|
+
width: 36px;
|
|
31570
|
+
background: transparent;
|
|
31465
31571
|
}
|
|
31466
31572
|
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
padding: 0 8px;
|
|
31573
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31574
|
+
box-shadow: none;
|
|
31470
31575
|
}
|
|
31471
31576
|
|
|
31472
|
-
.
|
|
31473
|
-
|
|
31474
|
-
|
|
31577
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31578
|
+
margin-right: 0;
|
|
31579
|
+
width: initial;
|
|
31580
|
+
box-shadow: none;
|
|
31475
31581
|
}
|
|
31476
31582
|
|
|
31477
|
-
.
|
|
31478
|
-
|
|
31583
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31584
|
+
display: none;
|
|
31479
31585
|
}
|
|
31480
31586
|
|
|
31481
|
-
.
|
|
31482
|
-
|
|
31483
|
-
overflow-y: auto;
|
|
31587
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31588
|
+
display: inline;
|
|
31484
31589
|
}
|
|
31485
31590
|
|
|
31486
|
-
.
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31591
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31592
|
+
display: inline;
|
|
31593
|
+
margin-right: 8px;
|
|
31594
|
+
padding: 0;
|
|
31595
|
+
width: 36px;
|
|
31490
31596
|
}
|
|
31491
31597
|
|
|
31492
31598
|
.E_c1bus5hc {
|
|
@@ -31532,6 +31638,15 @@ button.E_n7k2c6r {
|
|
|
31532
31638
|
transform: rotate(0deg);
|
|
31533
31639
|
}
|
|
31534
31640
|
|
|
31641
|
+
.E_owd0kml {
|
|
31642
|
+
display: inline-block;
|
|
31643
|
+
}
|
|
31644
|
+
|
|
31645
|
+
.E_h1jsgezc {
|
|
31646
|
+
visibility: hidden;
|
|
31647
|
+
position: absolute;
|
|
31648
|
+
}
|
|
31649
|
+
|
|
31535
31650
|
.E_ivqqkzv {
|
|
31536
31651
|
height: 24px;
|
|
31537
31652
|
width: 56px !important;
|
|
@@ -31542,71 +31657,71 @@ button.E_n7k2c6r {
|
|
|
31542
31657
|
color: rgba(44, 56, 82, 0.6);
|
|
31543
31658
|
}
|
|
31544
31659
|
|
|
31545
|
-
.
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31554
|
-
}
|
|
31555
|
-
|
|
31556
|
-
.E_s1dizucg.ant-switch-small {
|
|
31557
|
-
min-width: 26px;
|
|
31558
|
-
height: 16px;
|
|
31660
|
+
.E_phljevk {
|
|
31661
|
+
display: flex;
|
|
31662
|
+
justify-content: space-between;
|
|
31663
|
+
align-items: center;
|
|
31664
|
+
padding: 10px 0;
|
|
31665
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31666
|
+
font-size: 12px;
|
|
31667
|
+
line-height: 24px;
|
|
31559
31668
|
}
|
|
31560
31669
|
|
|
31561
|
-
.
|
|
31562
|
-
|
|
31563
|
-
height: 32px;
|
|
31670
|
+
.E_phljevk .pagination-left {
|
|
31671
|
+
padding: 2px 8px;
|
|
31564
31672
|
}
|
|
31565
31673
|
|
|
31566
|
-
.
|
|
31567
|
-
|
|
31568
|
-
|
|
31674
|
+
.E_phljevk .dropdown-trigger {
|
|
31675
|
+
display: flex;
|
|
31676
|
+
align-items: center;
|
|
31677
|
+
border-radius: 6px;
|
|
31678
|
+
cursor: pointer;
|
|
31679
|
+
transition: all 0.3s ease;
|
|
31569
31680
|
}
|
|
31570
31681
|
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31573
|
-
|
|
31682
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31683
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31684
|
+
color: #0080ff;
|
|
31574
31685
|
}
|
|
31575
31686
|
|
|
31576
|
-
.
|
|
31577
|
-
|
|
31578
|
-
width: 14px;
|
|
31579
|
-
top: 1px;
|
|
31580
|
-
left: 1px;
|
|
31687
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31688
|
+
margin-left: 4px;
|
|
31581
31689
|
}
|
|
31582
31690
|
|
|
31583
|
-
.
|
|
31584
|
-
|
|
31585
|
-
|
|
31691
|
+
.E_phljevk .pagination-right {
|
|
31692
|
+
display: flex;
|
|
31693
|
+
align-items: center;
|
|
31694
|
+
color: #0080ff;
|
|
31695
|
+
font-weight: bold;
|
|
31586
31696
|
}
|
|
31587
31697
|
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31698
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31699
|
+
margin-left: 4px;
|
|
31590
31700
|
}
|
|
31591
31701
|
|
|
31592
|
-
.
|
|
31593
|
-
|
|
31702
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31703
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31704
|
+
padding: 0 8px;
|
|
31594
31705
|
}
|
|
31595
31706
|
|
|
31596
|
-
.
|
|
31597
|
-
|
|
31707
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31708
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31709
|
+
color: #0080ff;
|
|
31598
31710
|
}
|
|
31599
31711
|
|
|
31600
|
-
.
|
|
31601
|
-
|
|
31712
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31713
|
+
transform: rotate(180deg);
|
|
31602
31714
|
}
|
|
31603
31715
|
|
|
31604
|
-
.
|
|
31605
|
-
|
|
31716
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31717
|
+
max-height: calc(100vh - 128px);
|
|
31718
|
+
overflow-y: auto;
|
|
31606
31719
|
}
|
|
31607
31720
|
|
|
31608
|
-
.
|
|
31609
|
-
|
|
31721
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31722
|
+
padding: 4px 20px;
|
|
31723
|
+
font-size: 12px;
|
|
31724
|
+
line-height: 18px;
|
|
31610
31725
|
}
|
|
31611
31726
|
|
|
31612
31727
|
.E_i11gg7mj .ant-input-prefix {
|
|
@@ -32353,259 +32468,143 @@ input.E_rf8rlle.ant-input {
|
|
|
32353
32468
|
}
|
|
32354
32469
|
|
|
32355
32470
|
.E_c3ni091 .radio-wrapper {
|
|
32356
|
-
margin-top: 24px;
|
|
32357
|
-
}
|
|
32358
|
-
|
|
32359
|
-
.E_c3ni091 div.form-item {
|
|
32360
|
-
width: 100%;
|
|
32361
|
-
}
|
|
32362
|
-
|
|
32363
|
-
.E_d105ju2d {
|
|
32364
|
-
font-size: 14px;
|
|
32365
|
-
font-weight: 500;
|
|
32366
|
-
color: #3e4652;
|
|
32367
|
-
line-height: 18px;
|
|
32368
|
-
}
|
|
32369
|
-
|
|
32370
|
-
.E_d105ju2d + .E_d105ju2d {
|
|
32371
|
-
margin-top: 16px;
|
|
32372
|
-
}
|
|
32373
|
-
|
|
32374
|
-
.E_d105ju2d + * {
|
|
32375
|
-
margin-top: 16px;
|
|
32376
|
-
}
|
|
32377
|
-
|
|
32378
|
-
.E_lh0l62z.E_d105ju2d {
|
|
32379
|
-
font-size: 12px;
|
|
32380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32381
|
-
margin-top: 12px;
|
|
32382
|
-
}
|
|
32383
|
-
|
|
32384
|
-
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32385
|
-
line-height: 18px;
|
|
32386
|
-
font-weight: 500;
|
|
32387
|
-
margin-top: 0;
|
|
32388
|
-
white-space: initial;
|
|
32389
|
-
}
|
|
32390
|
-
|
|
32391
|
-
.E_r1skkc3l {
|
|
32392
|
-
display: block;
|
|
32393
|
-
}
|
|
32394
|
-
|
|
32395
|
-
.E_r1skkc3l span {
|
|
32396
|
-
font-size: 14px;
|
|
32397
|
-
font-weight: 500;
|
|
32398
|
-
line-height: 32px;
|
|
32399
|
-
color: #3e4652;
|
|
32400
|
-
}
|
|
32401
|
-
|
|
32402
|
-
.E_c3cobmo {
|
|
32403
|
-
margin-top: 16px;
|
|
32404
|
-
padding: 8px;
|
|
32405
|
-
border-radius: 6px;
|
|
32406
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32407
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32408
|
-
font-size: 12px;
|
|
32409
|
-
}
|
|
32410
|
-
|
|
32411
|
-
.E_c3cobmo div {
|
|
32412
|
-
line-height: 20px;
|
|
32413
|
-
display: flex;
|
|
32414
|
-
align-items: center;
|
|
32415
|
-
word-break: break-all;
|
|
32416
|
-
}
|
|
32417
|
-
|
|
32418
|
-
.E_c3cobmo .title {
|
|
32419
|
-
font-weight: 700;
|
|
32420
|
-
line-height: 18px;
|
|
32421
|
-
margin: 4px 0;
|
|
32422
|
-
}
|
|
32423
|
-
|
|
32424
|
-
.E_uqv57uv {
|
|
32425
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32426
|
-
}
|
|
32427
|
-
|
|
32428
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
32429
|
-
display: inline-flex;
|
|
32430
|
-
align-items: baseline;
|
|
32431
|
-
white-space: pre-wrap;
|
|
32432
|
-
}
|
|
32433
|
-
|
|
32434
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
32435
|
-
position: relative;
|
|
32436
|
-
top: 3px;
|
|
32437
|
-
}
|
|
32438
|
-
|
|
32439
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
32440
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32441
|
-
}
|
|
32442
|
-
|
|
32443
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
32444
|
-
border-color: #0080ff;
|
|
32445
|
-
}
|
|
32446
|
-
|
|
32447
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
32448
|
-
border-color: #0080ff;
|
|
32449
|
-
background: #0080ff;
|
|
32450
|
-
}
|
|
32451
|
-
|
|
32452
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
32453
|
-
top: 4px;
|
|
32454
|
-
left: 4px;
|
|
32455
|
-
width: 6px;
|
|
32456
|
-
height: 6px;
|
|
32457
|
-
background: #fff;
|
|
32458
|
-
}
|
|
32459
|
-
|
|
32460
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
32461
|
-
opacity: 0.5;
|
|
32462
|
-
}
|
|
32463
|
-
|
|
32464
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
32465
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32466
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32467
|
-
}
|
|
32468
|
-
|
|
32469
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
32470
|
-
background: #00122e;
|
|
32471
|
-
}
|
|
32472
|
-
|
|
32473
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
32474
|
-
color: #00122e;
|
|
32475
|
-
opacity: 0.5;
|
|
32476
|
-
}
|
|
32477
|
-
|
|
32478
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
32479
|
-
color: #00122e;
|
|
32471
|
+
margin-top: 24px;
|
|
32480
32472
|
}
|
|
32481
32473
|
|
|
32482
|
-
.
|
|
32483
|
-
|
|
32484
|
-
padding: 0;
|
|
32485
|
-
padding-left: 10px;
|
|
32474
|
+
.E_c3ni091 div.form-item {
|
|
32475
|
+
width: 100%;
|
|
32486
32476
|
}
|
|
32487
32477
|
|
|
32488
|
-
.
|
|
32489
|
-
|
|
32490
|
-
|
|
32491
|
-
color:
|
|
32478
|
+
.E_d105ju2d {
|
|
32479
|
+
font-size: 14px;
|
|
32480
|
+
font-weight: 500;
|
|
32481
|
+
color: #3e4652;
|
|
32482
|
+
line-height: 18px;
|
|
32492
32483
|
}
|
|
32493
32484
|
|
|
32494
|
-
.
|
|
32495
|
-
|
|
32485
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32486
|
+
margin-top: 16px;
|
|
32496
32487
|
}
|
|
32497
32488
|
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32489
|
+
.E_d105ju2d + * {
|
|
32490
|
+
margin-top: 16px;
|
|
32500
32491
|
}
|
|
32501
32492
|
|
|
32502
|
-
.
|
|
32503
|
-
|
|
32493
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32494
|
+
font-size: 12px;
|
|
32495
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32496
|
+
margin-top: 12px;
|
|
32504
32497
|
}
|
|
32505
32498
|
|
|
32506
|
-
.
|
|
32507
|
-
|
|
32508
|
-
|
|
32499
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32500
|
+
line-height: 18px;
|
|
32501
|
+
font-weight: 500;
|
|
32502
|
+
margin-top: 0;
|
|
32503
|
+
white-space: initial;
|
|
32509
32504
|
}
|
|
32510
32505
|
|
|
32511
|
-
.
|
|
32512
|
-
|
|
32506
|
+
.E_r1skkc3l {
|
|
32507
|
+
display: block;
|
|
32513
32508
|
}
|
|
32514
32509
|
|
|
32515
|
-
.
|
|
32516
|
-
|
|
32510
|
+
.E_r1skkc3l span {
|
|
32511
|
+
font-size: 14px;
|
|
32512
|
+
font-weight: 500;
|
|
32517
32513
|
line-height: 32px;
|
|
32518
|
-
|
|
32514
|
+
color: #3e4652;
|
|
32519
32515
|
}
|
|
32520
32516
|
|
|
32521
|
-
.
|
|
32522
|
-
|
|
32517
|
+
.E_c3cobmo {
|
|
32518
|
+
margin-top: 16px;
|
|
32519
|
+
padding: 8px;
|
|
32520
|
+
border-radius: 6px;
|
|
32521
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32522
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32523
|
+
font-size: 12px;
|
|
32523
32524
|
}
|
|
32524
32525
|
|
|
32525
|
-
.
|
|
32526
|
-
height: 22px;
|
|
32527
|
-
padding: 0 7px;
|
|
32526
|
+
.E_c3cobmo div {
|
|
32528
32527
|
line-height: 20px;
|
|
32528
|
+
display: flex;
|
|
32529
|
+
align-items: center;
|
|
32530
|
+
word-break: break-all;
|
|
32529
32531
|
}
|
|
32530
32532
|
|
|
32531
|
-
.
|
|
32532
|
-
|
|
32533
|
+
.E_c3cobmo .title {
|
|
32534
|
+
font-weight: 700;
|
|
32535
|
+
line-height: 18px;
|
|
32536
|
+
margin: 4px 0;
|
|
32533
32537
|
}
|
|
32534
32538
|
|
|
32535
|
-
.
|
|
32536
|
-
|
|
32539
|
+
.E_uqv57uv {
|
|
32540
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32537
32541
|
}
|
|
32538
32542
|
|
|
32539
|
-
.
|
|
32540
|
-
|
|
32541
|
-
|
|
32543
|
+
.E_s1dizucg.ant-switch {
|
|
32544
|
+
min-width: 40px;
|
|
32545
|
+
height: 24px;
|
|
32546
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32547
|
+
overflow: hidden;
|
|
32542
32548
|
}
|
|
32543
32549
|
|
|
32544
|
-
.
|
|
32545
|
-
|
|
32550
|
+
.E_s1dizucg.ant-switch:focus {
|
|
32551
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
32546
32552
|
}
|
|
32547
32553
|
|
|
32548
|
-
.
|
|
32549
|
-
|
|
32554
|
+
.E_s1dizucg.ant-switch-small {
|
|
32555
|
+
min-width: 26px;
|
|
32556
|
+
height: 16px;
|
|
32550
32557
|
}
|
|
32551
32558
|
|
|
32552
|
-
.
|
|
32553
|
-
|
|
32559
|
+
.E_s1dizucg.ant-switch-large {
|
|
32560
|
+
min-width: 52px;
|
|
32561
|
+
height: 32px;
|
|
32554
32562
|
}
|
|
32555
32563
|
|
|
32556
|
-
.
|
|
32557
|
-
|
|
32558
|
-
|
|
32559
|
-
opacity: 0.5;
|
|
32564
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
32565
|
+
height: 20px;
|
|
32566
|
+
width: 20px;
|
|
32560
32567
|
}
|
|
32561
32568
|
|
|
32562
|
-
.
|
|
32563
|
-
|
|
32564
|
-
|
|
32569
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
32570
|
+
border-radius: 10px;
|
|
32571
|
+
transition-delay: 120ms;
|
|
32565
32572
|
}
|
|
32566
32573
|
|
|
32567
|
-
.
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
|
|
32574
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
32575
|
+
height: 14px;
|
|
32576
|
+
width: 14px;
|
|
32577
|
+
top: 1px;
|
|
32578
|
+
left: 1px;
|
|
32571
32579
|
}
|
|
32572
32580
|
|
|
32573
|
-
.
|
|
32574
|
-
|
|
32575
|
-
|
|
32576
|
-
border: none;
|
|
32577
|
-
padding: 0;
|
|
32578
|
-
width: 36px;
|
|
32579
|
-
background: transparent;
|
|
32581
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
32582
|
+
height: 28px;
|
|
32583
|
+
width: 28px;
|
|
32580
32584
|
}
|
|
32581
32585
|
|
|
32582
|
-
.
|
|
32583
|
-
|
|
32586
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
32587
|
+
border-radius: 14px;
|
|
32584
32588
|
}
|
|
32585
32589
|
|
|
32586
|
-
.
|
|
32587
|
-
|
|
32588
|
-
width: initial;
|
|
32589
|
-
box-shadow: none;
|
|
32590
|
+
.E_s1dizucg.ant-switch-checked {
|
|
32591
|
+
background-color: #00ba5d;
|
|
32590
32592
|
}
|
|
32591
32593
|
|
|
32592
|
-
.
|
|
32593
|
-
|
|
32594
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
32595
|
+
left: calc(100% - 20px - 2px);
|
|
32594
32596
|
}
|
|
32595
32597
|
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32598
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
32599
|
+
left: calc(100% - 14px - 1px);
|
|
32598
32600
|
}
|
|
32599
32601
|
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32602
|
-
margin-right: 8px;
|
|
32603
|
-
padding: 0;
|
|
32604
|
-
width: 36px;
|
|
32602
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
32603
|
+
left: calc(100% - 28px - 2px);
|
|
32605
32604
|
}
|
|
32606
32605
|
|
|
32607
|
-
.
|
|
32608
|
-
margin-
|
|
32606
|
+
.E_c1up6e3y {
|
|
32607
|
+
margin-left: 5px;
|
|
32609
32608
|
}
|
|
32610
32609
|
|
|
32611
32610
|
.E_c1yyuluq {
|
|
@@ -32641,8 +32640,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32641
32640
|
cursor: default;
|
|
32642
32641
|
}
|
|
32643
32642
|
|
|
32644
|
-
.
|
|
32645
|
-
|
|
32643
|
+
.E_tju3gfj .date {
|
|
32644
|
+
margin-right: 4px;
|
|
32646
32645
|
}
|
|
32647
32646
|
|
|
32648
32647
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32678,96 +32677,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32678
32677
|
transition: all 320ms ease;
|
|
32679
32678
|
}
|
|
32680
32679
|
|
|
32681
|
-
.E_s1dni7lo {
|
|
32682
|
-
width: 430px !important;
|
|
32683
|
-
}
|
|
32684
|
-
|
|
32685
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
32686
|
-
padding: 8px 16px;
|
|
32687
|
-
line-height: 18px;
|
|
32688
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32689
|
-
height: 34px;
|
|
32690
|
-
min-height: 34px;
|
|
32691
|
-
box-sizing: border-box;
|
|
32692
|
-
margin-top: 8px;
|
|
32693
|
-
}
|
|
32694
|
-
|
|
32695
|
-
.E_o1ugr09p {
|
|
32696
|
-
display: flex;
|
|
32697
|
-
flex-direction: column;
|
|
32698
|
-
margin: 1px 8px;
|
|
32699
|
-
padding: 8px;
|
|
32700
|
-
border-radius: 4px;
|
|
32701
|
-
}
|
|
32702
|
-
|
|
32703
|
-
.E_o1ugr09p .selected-icon {
|
|
32704
|
-
display: none;
|
|
32705
|
-
}
|
|
32706
|
-
|
|
32707
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32708
|
-
padding-left: 8px;
|
|
32709
|
-
}
|
|
32710
|
-
|
|
32711
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32712
|
-
background-color: white;
|
|
32713
|
-
}
|
|
32714
|
-
|
|
32715
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32716
|
-
color: #0080ff;
|
|
32717
|
-
}
|
|
32718
|
-
|
|
32719
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32720
|
-
display: block;
|
|
32721
|
-
}
|
|
32722
|
-
|
|
32723
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32724
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32725
|
-
}
|
|
32726
|
-
|
|
32727
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32728
|
-
color: #0080ff;
|
|
32729
|
-
}
|
|
32730
|
-
|
|
32731
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32732
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32733
|
-
color: #0080ff;
|
|
32734
|
-
}
|
|
32735
|
-
|
|
32736
|
-
.E_o1ifxsq4 {
|
|
32737
|
-
display: flex;
|
|
32738
|
-
justify-content: space-between;
|
|
32739
|
-
height: 20px;
|
|
32740
|
-
line-height: 20px;
|
|
32741
|
-
}
|
|
32742
|
-
|
|
32743
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32744
|
-
color: #2d3a56;
|
|
32745
|
-
overflow: hidden;
|
|
32746
|
-
text-overflow: ellipsis;
|
|
32747
|
-
}
|
|
32748
|
-
|
|
32749
|
-
.E_o1zue7 {
|
|
32750
|
-
display: flex;
|
|
32751
|
-
justify-content: space-between;
|
|
32752
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32753
|
-
height: 18px;
|
|
32754
|
-
line-height: 18px;
|
|
32755
|
-
margin-top: 2px;
|
|
32756
|
-
}
|
|
32757
|
-
|
|
32758
|
-
.E_tyfmlxg {
|
|
32759
|
-
border: none;
|
|
32760
|
-
margin-right: 0;
|
|
32761
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32762
|
-
}
|
|
32763
|
-
|
|
32764
|
-
.E_o18uybox {
|
|
32765
|
-
pointer-events: none;
|
|
32766
|
-
height: 32px;
|
|
32767
|
-
width: 100%;
|
|
32768
|
-
opacity: 0;
|
|
32769
|
-
}
|
|
32770
|
-
|
|
32771
32680
|
.E_dsnbhzf {
|
|
32772
32681
|
font-family: Inter;
|
|
32773
32682
|
font-style: normal;
|
|
@@ -33243,8 +33152,8 @@ input.E_rf8rlle.ant-input {
|
|
|
33243
33152
|
line-height: 12px;
|
|
33244
33153
|
}
|
|
33245
33154
|
|
|
33246
|
-
.
|
|
33247
|
-
|
|
33155
|
+
.E_m196gn1d {
|
|
33156
|
+
min-width: 1280px;
|
|
33248
33157
|
}
|
|
33249
33158
|
|
|
33250
33159
|
.E_s1sck0th {
|
|
@@ -33358,6 +33267,100 @@ input.E_rf8rlle.ant-input {
|
|
|
33358
33267
|
visibility: hidden;
|
|
33359
33268
|
}
|
|
33360
33269
|
|
|
33270
|
+
.E_s1dni7lo {
|
|
33271
|
+
width: 430px !important;
|
|
33272
|
+
}
|
|
33273
|
+
|
|
33274
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
33275
|
+
padding: 8px 16px;
|
|
33276
|
+
line-height: 18px;
|
|
33277
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33278
|
+
height: 34px;
|
|
33279
|
+
min-height: 34px;
|
|
33280
|
+
box-sizing: border-box;
|
|
33281
|
+
margin-top: 8px;
|
|
33282
|
+
}
|
|
33283
|
+
|
|
33284
|
+
.E_o1ugr09p {
|
|
33285
|
+
display: flex;
|
|
33286
|
+
flex-direction: column;
|
|
33287
|
+
margin: 1px 8px;
|
|
33288
|
+
padding: 8px;
|
|
33289
|
+
border-radius: 4px;
|
|
33290
|
+
}
|
|
33291
|
+
|
|
33292
|
+
.E_o1ugr09p .selected-icon {
|
|
33293
|
+
display: none;
|
|
33294
|
+
}
|
|
33295
|
+
|
|
33296
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
33297
|
+
padding-left: 8px;
|
|
33298
|
+
}
|
|
33299
|
+
|
|
33300
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
33301
|
+
background-color: white;
|
|
33302
|
+
}
|
|
33303
|
+
|
|
33304
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
33305
|
+
color: #0080ff;
|
|
33306
|
+
}
|
|
33307
|
+
|
|
33308
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
33309
|
+
display: block;
|
|
33310
|
+
}
|
|
33311
|
+
|
|
33312
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
33313
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33314
|
+
}
|
|
33315
|
+
|
|
33316
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
33317
|
+
color: #0080ff;
|
|
33318
|
+
}
|
|
33319
|
+
|
|
33320
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
33321
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33322
|
+
color: #0080ff;
|
|
33323
|
+
}
|
|
33324
|
+
|
|
33325
|
+
.E_o1ifxsq4 {
|
|
33326
|
+
display: flex;
|
|
33327
|
+
justify-content: space-between;
|
|
33328
|
+
height: 20px;
|
|
33329
|
+
line-height: 20px;
|
|
33330
|
+
}
|
|
33331
|
+
|
|
33332
|
+
.E_o1ifxsq4 .timezone-title {
|
|
33333
|
+
color: #2d3a56;
|
|
33334
|
+
overflow: hidden;
|
|
33335
|
+
text-overflow: ellipsis;
|
|
33336
|
+
}
|
|
33337
|
+
|
|
33338
|
+
.E_o1zue7 {
|
|
33339
|
+
display: flex;
|
|
33340
|
+
justify-content: space-between;
|
|
33341
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33342
|
+
height: 18px;
|
|
33343
|
+
line-height: 18px;
|
|
33344
|
+
margin-top: 2px;
|
|
33345
|
+
}
|
|
33346
|
+
|
|
33347
|
+
.E_tyfmlxg {
|
|
33348
|
+
border: none;
|
|
33349
|
+
margin-right: 0;
|
|
33350
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33351
|
+
}
|
|
33352
|
+
|
|
33353
|
+
.E_o18uybox {
|
|
33354
|
+
pointer-events: none;
|
|
33355
|
+
height: 32px;
|
|
33356
|
+
width: 100%;
|
|
33357
|
+
opacity: 0;
|
|
33358
|
+
}
|
|
33359
|
+
|
|
33360
|
+
.E_iq1gosr {
|
|
33361
|
+
display: inline-block;
|
|
33362
|
+
}
|
|
33363
|
+
|
|
33361
33364
|
.E_h1ol2wl7 {
|
|
33362
33365
|
font-weight: bold;
|
|
33363
33366
|
background-color: unset;
|
|
@@ -34751,92 +34754,22 @@ input.E_rf8rlle.ant-input {
|
|
|
34751
34754
|
padding: 0;
|
|
34752
34755
|
}
|
|
34753
34756
|
|
|
34754
|
-
.
|
|
34755
|
-
width: 64px;
|
|
34756
|
-
height: 64px;
|
|
34757
|
-
max-width: 64px;
|
|
34758
|
-
max-height: 64px;
|
|
34759
|
-
overflow: hidden;
|
|
34757
|
+
.E_r77hffu {
|
|
34760
34758
|
display: flex;
|
|
34761
34759
|
align-items: center;
|
|
34762
|
-
justify-content:
|
|
34763
|
-
|
|
34764
|
-
opacity: 0.6;
|
|
34765
|
-
}
|
|
34766
|
-
|
|
34767
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34768
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34769
|
-
}
|
|
34770
|
-
|
|
34771
|
-
@keyframes rotate {
|
|
34772
|
-
from {
|
|
34773
|
-
transform: rotate(0deg);
|
|
34774
|
-
}
|
|
34775
|
-
to {
|
|
34776
|
-
transform: rotate(360deg);
|
|
34777
|
-
}
|
|
34778
|
-
}
|
|
34779
|
-
button.E_l48ei06.ant-btn {
|
|
34780
|
-
font-size: 12px;
|
|
34781
|
-
line-height: 18px;
|
|
34782
|
-
height: 18px;
|
|
34783
|
-
}
|
|
34784
|
-
|
|
34785
|
-
button.E_l48ei06 {
|
|
34786
|
-
color: #0080FF;
|
|
34787
|
-
height: unset;
|
|
34788
|
-
}
|
|
34789
|
-
|
|
34790
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34791
|
-
margin-right: 4px;
|
|
34792
|
-
}
|
|
34793
|
-
|
|
34794
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34795
|
-
margin-left: 4px;
|
|
34796
|
-
}
|
|
34797
|
-
|
|
34798
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34799
|
-
color: #009DFF;
|
|
34800
|
-
}
|
|
34801
|
-
|
|
34802
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34803
|
-
color: #005ED1;
|
|
34804
|
-
}
|
|
34805
|
-
|
|
34806
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34807
|
-
color: #0080FF;
|
|
34808
|
-
}
|
|
34809
|
-
|
|
34810
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34811
|
-
color: #00122E;
|
|
34812
|
-
}
|
|
34813
|
-
|
|
34814
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34815
|
-
color: #0080FF;
|
|
34816
|
-
}
|
|
34817
|
-
|
|
34818
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34819
|
-
color: #005ED1;
|
|
34820
|
-
}
|
|
34821
|
-
|
|
34822
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34823
|
-
color: #00122E;
|
|
34824
|
-
}
|
|
34825
|
-
|
|
34826
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34827
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34828
|
-
}
|
|
34829
|
-
|
|
34830
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34831
|
-
color: #0080FF;
|
|
34760
|
+
justify-content: space-between;
|
|
34761
|
+
column-gap: 6px;
|
|
34832
34762
|
}
|
|
34833
34763
|
|
|
34834
|
-
|
|
34835
|
-
|
|
34764
|
+
.E_p1cmxsf7 {
|
|
34765
|
+
display: flex;
|
|
34766
|
+
flex-direction: column;
|
|
34767
|
+
justify-content: center;
|
|
34768
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34836
34769
|
}
|
|
34837
34770
|
|
|
34838
|
-
|
|
34839
|
-
|
|
34771
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34772
|
+
font-size: 0;
|
|
34840
34773
|
}
|
|
34841
34774
|
|
|
34842
34775
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -34878,22 +34811,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34878
34811
|
background-color: transparent;
|
|
34879
34812
|
}
|
|
34880
34813
|
|
|
34881
|
-
.
|
|
34882
|
-
|
|
34883
|
-
align-items: center;
|
|
34884
|
-
justify-content: space-between;
|
|
34885
|
-
column-gap: 6px;
|
|
34886
|
-
}
|
|
34887
|
-
|
|
34888
|
-
.E_p1cmxsf7 {
|
|
34889
|
-
display: flex;
|
|
34890
|
-
flex-direction: column;
|
|
34891
|
-
justify-content: center;
|
|
34892
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34893
|
-
}
|
|
34894
|
-
|
|
34895
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34896
|
-
font-size: 0;
|
|
34814
|
+
.E_c1yd35n {
|
|
34815
|
+
padding: 0 12px 14px 12px;
|
|
34897
34816
|
}
|
|
34898
34817
|
|
|
34899
34818
|
.E_ckui4s7 {
|
|
@@ -34976,10 +34895,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34976
34895
|
margin-left: 24px;
|
|
34977
34896
|
}
|
|
34978
34897
|
|
|
34979
|
-
.E_c1yd35n {
|
|
34980
|
-
padding: 0 12px 14px 12px;
|
|
34981
|
-
}
|
|
34982
|
-
|
|
34983
34898
|
.E_c1kghdax {
|
|
34984
34899
|
color: #2d3a56;
|
|
34985
34900
|
padding: 7px 12px;
|
|
@@ -35046,101 +34961,94 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35046
34961
|
transform: translateY(-4px);
|
|
35047
34962
|
}
|
|
35048
34963
|
|
|
35049
|
-
.
|
|
35050
|
-
|
|
35051
|
-
|
|
35052
|
-
|
|
35053
|
-
height: 22px;
|
|
35054
|
-
}
|
|
35055
|
-
|
|
35056
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35057
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35058
|
-
}
|
|
35059
|
-
|
|
35060
|
-
.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 {
|
|
35061
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35062
|
-
}
|
|
35063
|
-
|
|
35064
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35065
|
-
color: #00122e;
|
|
35066
|
-
}
|
|
35067
|
-
|
|
35068
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35069
|
-
margin-right: 6px;
|
|
34964
|
+
button.E_l48ei06.ant-btn {
|
|
34965
|
+
font-size: 12px;
|
|
34966
|
+
line-height: 18px;
|
|
34967
|
+
height: 18px;
|
|
35070
34968
|
}
|
|
35071
34969
|
|
|
35072
|
-
.
|
|
35073
|
-
|
|
35074
|
-
|
|
34970
|
+
button.E_l48ei06 {
|
|
34971
|
+
color: #0080FF;
|
|
34972
|
+
height: unset;
|
|
35075
34973
|
}
|
|
35076
34974
|
|
|
35077
|
-
.
|
|
35078
|
-
|
|
34975
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34976
|
+
margin-right: 4px;
|
|
35079
34977
|
}
|
|
35080
34978
|
|
|
35081
|
-
.
|
|
35082
|
-
|
|
34979
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34980
|
+
margin-left: 4px;
|
|
35083
34981
|
}
|
|
35084
34982
|
|
|
35085
|
-
.
|
|
35086
|
-
|
|
34983
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34984
|
+
color: #009DFF;
|
|
35087
34985
|
}
|
|
35088
34986
|
|
|
35089
|
-
.
|
|
35090
|
-
|
|
34987
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34988
|
+
color: #005ED1;
|
|
35091
34989
|
}
|
|
35092
34990
|
|
|
35093
|
-
.
|
|
35094
|
-
|
|
34991
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34992
|
+
color: #0080FF;
|
|
35095
34993
|
}
|
|
35096
34994
|
|
|
35097
|
-
.
|
|
35098
|
-
|
|
34995
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34996
|
+
color: #00122E;
|
|
35099
34997
|
}
|
|
35100
34998
|
|
|
35101
|
-
.
|
|
35102
|
-
|
|
34999
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35000
|
+
color: #0080FF;
|
|
35103
35001
|
}
|
|
35104
35002
|
|
|
35105
|
-
.
|
|
35106
|
-
|
|
35003
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35004
|
+
color: #005ED1;
|
|
35107
35005
|
}
|
|
35108
35006
|
|
|
35109
|
-
.
|
|
35110
|
-
|
|
35007
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35008
|
+
color: #00122E;
|
|
35111
35009
|
}
|
|
35112
35010
|
|
|
35113
|
-
.
|
|
35114
|
-
|
|
35011
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35012
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35115
35013
|
}
|
|
35116
35014
|
|
|
35117
|
-
.
|
|
35118
|
-
|
|
35015
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35016
|
+
color: #0080FF;
|
|
35119
35017
|
}
|
|
35120
35018
|
|
|
35121
|
-
.
|
|
35122
|
-
|
|
35019
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35020
|
+
color: #005ED1;
|
|
35123
35021
|
}
|
|
35124
35022
|
|
|
35125
|
-
.
|
|
35126
|
-
|
|
35023
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35024
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35127
35025
|
}
|
|
35128
35026
|
|
|
35129
|
-
.
|
|
35130
|
-
|
|
35027
|
+
.E_l12xdkhl {
|
|
35028
|
+
width: 64px;
|
|
35029
|
+
height: 64px;
|
|
35030
|
+
max-width: 64px;
|
|
35031
|
+
max-height: 64px;
|
|
35032
|
+
overflow: hidden;
|
|
35033
|
+
display: flex;
|
|
35034
|
+
align-items: center;
|
|
35035
|
+
justify-content: center;
|
|
35036
|
+
position: relative;
|
|
35037
|
+
opacity: 0.6;
|
|
35131
35038
|
}
|
|
35132
35039
|
|
|
35133
|
-
.
|
|
35134
|
-
|
|
35040
|
+
.E_l12xdkhl .icon-wrapper {
|
|
35041
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35135
35042
|
}
|
|
35136
35043
|
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
|
|
35141
|
-
|
|
35044
|
+
@keyframes rotate {
|
|
35045
|
+
from {
|
|
35046
|
+
transform: rotate(0deg);
|
|
35047
|
+
}
|
|
35048
|
+
to {
|
|
35049
|
+
transform: rotate(360deg);
|
|
35050
|
+
}
|
|
35142
35051
|
}
|
|
35143
|
-
|
|
35144
35052
|
.E_tc97u5y {
|
|
35145
35053
|
height: 100%;
|
|
35146
35054
|
}
|
|
@@ -35592,6 +35500,150 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35592
35500
|
background: #fff;
|
|
35593
35501
|
}
|
|
35594
35502
|
|
|
35503
|
+
.E_sddwhm6 {
|
|
35504
|
+
margin: 0;
|
|
35505
|
+
border-radius: 20px;
|
|
35506
|
+
padding: 2px 10px;
|
|
35507
|
+
height: 22px;
|
|
35508
|
+
}
|
|
35509
|
+
|
|
35510
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35511
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35512
|
+
}
|
|
35513
|
+
|
|
35514
|
+
.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 {
|
|
35515
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35516
|
+
}
|
|
35517
|
+
|
|
35518
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35519
|
+
color: #00122e;
|
|
35520
|
+
}
|
|
35521
|
+
|
|
35522
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35523
|
+
margin-right: 6px;
|
|
35524
|
+
}
|
|
35525
|
+
|
|
35526
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35527
|
+
margin-left: 8px;
|
|
35528
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35529
|
+
}
|
|
35530
|
+
|
|
35531
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35532
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35533
|
+
}
|
|
35534
|
+
|
|
35535
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35536
|
+
background-color: #0080ff;
|
|
35537
|
+
}
|
|
35538
|
+
|
|
35539
|
+
.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 {
|
|
35540
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35541
|
+
}
|
|
35542
|
+
|
|
35543
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35544
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35545
|
+
}
|
|
35546
|
+
|
|
35547
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35548
|
+
background-color: #f0483e;
|
|
35549
|
+
}
|
|
35550
|
+
|
|
35551
|
+
.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 {
|
|
35552
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35553
|
+
}
|
|
35554
|
+
|
|
35555
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35556
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35557
|
+
}
|
|
35558
|
+
|
|
35559
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35560
|
+
background-color: #fea008;
|
|
35561
|
+
}
|
|
35562
|
+
|
|
35563
|
+
.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 {
|
|
35564
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35565
|
+
}
|
|
35566
|
+
|
|
35567
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35568
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35569
|
+
}
|
|
35570
|
+
|
|
35571
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35572
|
+
background-color: #00ba5d;
|
|
35573
|
+
}
|
|
35574
|
+
|
|
35575
|
+
.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 {
|
|
35576
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35577
|
+
}
|
|
35578
|
+
|
|
35579
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35580
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35581
|
+
}
|
|
35582
|
+
|
|
35583
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35584
|
+
background-color: #6b7d99;
|
|
35585
|
+
}
|
|
35586
|
+
|
|
35587
|
+
.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 {
|
|
35588
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35589
|
+
}
|
|
35590
|
+
|
|
35591
|
+
.E_satwmqm {
|
|
35592
|
+
width: 8px;
|
|
35593
|
+
height: 8px;
|
|
35594
|
+
border-radius: 50%;
|
|
35595
|
+
display: inline-block;
|
|
35596
|
+
}
|
|
35597
|
+
|
|
35598
|
+
.E_lht19u8 {
|
|
35599
|
+
width: 64px;
|
|
35600
|
+
height: 64px;
|
|
35601
|
+
display: flex;
|
|
35602
|
+
align-items: center;
|
|
35603
|
+
justify-content: center;
|
|
35604
|
+
position: relative;
|
|
35605
|
+
opacity: 0.2;
|
|
35606
|
+
}
|
|
35607
|
+
|
|
35608
|
+
.E_lk3gkp4 {
|
|
35609
|
+
position: absolute;
|
|
35610
|
+
width: 5px;
|
|
35611
|
+
height: 48px;
|
|
35612
|
+
left: 9.33px;
|
|
35613
|
+
top: 40.5px;
|
|
35614
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35615
|
+
border-radius: 5px;
|
|
35616
|
+
transform: rotate(-128deg);
|
|
35617
|
+
transform-origin: top left;
|
|
35618
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35619
|
+
}
|
|
35620
|
+
|
|
35621
|
+
.E_ll4n94n {
|
|
35622
|
+
position: absolute;
|
|
35623
|
+
width: 5px;
|
|
35624
|
+
height: 48px;
|
|
35625
|
+
left: 40.8px;
|
|
35626
|
+
top: 8.4px;
|
|
35627
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35628
|
+
border-radius: 5px;
|
|
35629
|
+
transform: rotate(-8deg);
|
|
35630
|
+
transform-origin: top left;
|
|
35631
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35632
|
+
}
|
|
35633
|
+
|
|
35634
|
+
.E_l17lbdo6 {
|
|
35635
|
+
position: absolute;
|
|
35636
|
+
width: 5px;
|
|
35637
|
+
height: 48px;
|
|
35638
|
+
left: 52.9px;
|
|
35639
|
+
top: 51.8px;
|
|
35640
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35641
|
+
border-radius: 5px;
|
|
35642
|
+
transform: rotate(112deg);
|
|
35643
|
+
transform-origin: top left;
|
|
35644
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35645
|
+
}
|
|
35646
|
+
|
|
35595
35647
|
.E_msn7nxt {
|
|
35596
35648
|
color: rgba(44, 56, 82, 0.6);
|
|
35597
35649
|
text-align: center;
|
|
@@ -35776,55 +35828,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35776
35828
|
margin-left: 8px;
|
|
35777
35829
|
}
|
|
35778
35830
|
|
|
35779
|
-
.E_lht19u8 {
|
|
35780
|
-
width: 64px;
|
|
35781
|
-
height: 64px;
|
|
35782
|
-
display: flex;
|
|
35783
|
-
align-items: center;
|
|
35784
|
-
justify-content: center;
|
|
35785
|
-
position: relative;
|
|
35786
|
-
opacity: 0.2;
|
|
35787
|
-
}
|
|
35788
|
-
|
|
35789
|
-
.E_lk3gkp4 {
|
|
35790
|
-
position: absolute;
|
|
35791
|
-
width: 5px;
|
|
35792
|
-
height: 48px;
|
|
35793
|
-
left: 9.33px;
|
|
35794
|
-
top: 40.5px;
|
|
35795
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35796
|
-
border-radius: 5px;
|
|
35797
|
-
transform: rotate(-128deg);
|
|
35798
|
-
transform-origin: top left;
|
|
35799
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35800
|
-
}
|
|
35801
|
-
|
|
35802
|
-
.E_ll4n94n {
|
|
35803
|
-
position: absolute;
|
|
35804
|
-
width: 5px;
|
|
35805
|
-
height: 48px;
|
|
35806
|
-
left: 40.8px;
|
|
35807
|
-
top: 8.4px;
|
|
35808
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35809
|
-
border-radius: 5px;
|
|
35810
|
-
transform: rotate(-8deg);
|
|
35811
|
-
transform-origin: top left;
|
|
35812
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35813
|
-
}
|
|
35814
|
-
|
|
35815
|
-
.E_l17lbdo6 {
|
|
35816
|
-
position: absolute;
|
|
35817
|
-
width: 5px;
|
|
35818
|
-
height: 48px;
|
|
35819
|
-
left: 52.9px;
|
|
35820
|
-
top: 51.8px;
|
|
35821
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35822
|
-
border-radius: 5px;
|
|
35823
|
-
transform: rotate(112deg);
|
|
35824
|
-
transform-origin: top left;
|
|
35825
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35826
|
-
}
|
|
35827
|
-
|
|
35828
35831
|
.E_t1gvlxt5 {
|
|
35829
35832
|
min-width: 0;
|
|
35830
35833
|
flex: 1;
|