@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/style.css
CHANGED
|
@@ -28619,7 +28619,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28619
28619
|
font-size: 14px;
|
|
28620
28620
|
font-weight: bold;
|
|
28621
28621
|
padding: 0 16px;
|
|
28622
|
-
border: none;
|
|
28623
28622
|
}
|
|
28624
28623
|
.ant-modal .ant-modal-footer .footer-content button.footer-cancel-button, .ant-modal .ant-modal-footer .footer-content button.ant-btn-ghost {
|
|
28625
28624
|
background: transparent;
|
|
@@ -28628,6 +28627,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28628
28627
|
.ant-modal .ant-modal-footer .footer-content button.footer-cancel-button:hover, .ant-modal .ant-modal-footer .footer-content button.ant-btn-ghost:hover {
|
|
28629
28628
|
background: rgba(223, 228, 235, 0.6);
|
|
28630
28629
|
}
|
|
28630
|
+
.ant-modal .ant-modal-footer .footer-content.no-button-border button {
|
|
28631
|
+
border: none;
|
|
28632
|
+
}
|
|
28631
28633
|
.ant-modal .ant-modal-footer .footer-content button + button {
|
|
28632
28634
|
margin-left: 8px;
|
|
28633
28635
|
}
|
|
@@ -29647,6 +29649,49 @@ html body {
|
|
|
29647
29649
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29648
29650
|
}
|
|
29649
29651
|
}
|
|
29652
|
+
.E_gmyahx3 {
|
|
29653
|
+
cursor: pointer;
|
|
29654
|
+
}
|
|
29655
|
+
.E_gmyahx3 .link-text {
|
|
29656
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29657
|
+
}
|
|
29658
|
+
.E_gmyahx3:hover .link-text {
|
|
29659
|
+
color: #0080ff;
|
|
29660
|
+
}
|
|
29661
|
+
|
|
29662
|
+
.E_skwah65 {
|
|
29663
|
+
height: 8px;
|
|
29664
|
+
box-sizing: border-box;
|
|
29665
|
+
border-radius: 2px;
|
|
29666
|
+
background: #f5f7fa;
|
|
29667
|
+
display: flex;
|
|
29668
|
+
width: 100%;
|
|
29669
|
+
overflow: hidden;
|
|
29670
|
+
}
|
|
29671
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29672
|
+
margin-left: 1px;
|
|
29673
|
+
}
|
|
29674
|
+
|
|
29675
|
+
.E_c18gxmrl {
|
|
29676
|
+
border: 1px solid #d8deeb;
|
|
29677
|
+
border-radius: 4px;
|
|
29678
|
+
}
|
|
29679
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29680
|
+
margin-top: 8px;
|
|
29681
|
+
}
|
|
29682
|
+
.E_c18gxmrl:hover {
|
|
29683
|
+
border-color: #0080ff;
|
|
29684
|
+
}
|
|
29685
|
+
.E_c18gxmrl:hover > header {
|
|
29686
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29687
|
+
}
|
|
29688
|
+
.E_c18gxmrl.active header {
|
|
29689
|
+
border-bottom: 1px solid #d8deeb;
|
|
29690
|
+
}
|
|
29691
|
+
.E_c18gxmrl > header {
|
|
29692
|
+
padding: 8px 12px;
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29650
29695
|
.E_s1ebs0ra {
|
|
29651
29696
|
display: flex;
|
|
29652
29697
|
align-items: center;
|
|
@@ -29708,6 +29753,48 @@ html body {
|
|
|
29708
29753
|
background: #fff;
|
|
29709
29754
|
}
|
|
29710
29755
|
|
|
29756
|
+
.E_n12mqh7z {
|
|
29757
|
+
display: flex;
|
|
29758
|
+
align-items: center;
|
|
29759
|
+
font-size: 12px;
|
|
29760
|
+
line-height: 18px;
|
|
29761
|
+
}
|
|
29762
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29763
|
+
margin-bottom: 4px;
|
|
29764
|
+
}
|
|
29765
|
+
|
|
29766
|
+
.E_tf5bynu {
|
|
29767
|
+
margin: 0 3px;
|
|
29768
|
+
}
|
|
29769
|
+
|
|
29770
|
+
.E_tcckoz1 {
|
|
29771
|
+
max-height: 400px;
|
|
29772
|
+
overflow: auto;
|
|
29773
|
+
}
|
|
29774
|
+
|
|
29775
|
+
.E_wg1tsps {
|
|
29776
|
+
display: flex;
|
|
29777
|
+
align-items: center;
|
|
29778
|
+
justify-content: flex-end;
|
|
29779
|
+
}
|
|
29780
|
+
|
|
29781
|
+
.E_b1ctd5xy {
|
|
29782
|
+
display: flex;
|
|
29783
|
+
align-items: center;
|
|
29784
|
+
width: calc(100% - 40px);
|
|
29785
|
+
}
|
|
29786
|
+
.E_b1ctd5xy .chart {
|
|
29787
|
+
display: inline-block;
|
|
29788
|
+
width: 100%;
|
|
29789
|
+
}
|
|
29790
|
+
|
|
29791
|
+
.E_u1p8acpn {
|
|
29792
|
+
min-width: 40px;
|
|
29793
|
+
}
|
|
29794
|
+
.E_u1p8acpn .unit {
|
|
29795
|
+
color: #00122e !important;
|
|
29796
|
+
}
|
|
29797
|
+
|
|
29711
29798
|
.E_c18bcrac {
|
|
29712
29799
|
display: inline-block;
|
|
29713
29800
|
width: 100%;
|
|
@@ -29755,283 +29842,246 @@ html body {
|
|
|
29755
29842
|
margin-right: 4px;
|
|
29756
29843
|
}
|
|
29757
29844
|
|
|
29758
|
-
.
|
|
29759
|
-
height: 8px;
|
|
29760
|
-
box-sizing: border-box;
|
|
29761
|
-
border-radius: 2px;
|
|
29762
|
-
background: #f5f7fa;
|
|
29845
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29763
29846
|
display: flex;
|
|
29764
|
-
|
|
29765
|
-
overflow: hidden;
|
|
29847
|
+
align-items: center;
|
|
29766
29848
|
}
|
|
29767
|
-
.
|
|
29768
|
-
margin-
|
|
29849
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29850
|
+
margin-right: 8px;
|
|
29769
29851
|
}
|
|
29770
29852
|
|
|
29771
|
-
.
|
|
29853
|
+
.E_t160l1cm {
|
|
29772
29854
|
display: flex;
|
|
29773
|
-
|
|
29774
|
-
|
|
29775
|
-
|
|
29855
|
+
flex-direction: column;
|
|
29856
|
+
flex: 1;
|
|
29857
|
+
/* FIXME:(yanzhen) do this better */
|
|
29776
29858
|
}
|
|
29777
|
-
.
|
|
29778
|
-
|
|
29859
|
+
.E_t160l1cm .tab-bar {
|
|
29860
|
+
flex-shrink: 0;
|
|
29861
|
+
display: flex;
|
|
29862
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
29779
29863
|
}
|
|
29780
|
-
|
|
29781
|
-
|
|
29782
|
-
margin: 0 3px;
|
|
29864
|
+
.E_t160l1cm .tab-content {
|
|
29865
|
+
height: 100%;
|
|
29783
29866
|
}
|
|
29784
|
-
|
|
29785
|
-
|
|
29786
|
-
|
|
29787
|
-
|
|
29867
|
+
.E_t160l1cm .tab-menu-item {
|
|
29868
|
+
margin-right: 2px;
|
|
29869
|
+
padding: 1px 12px;
|
|
29870
|
+
line-height: 24px;
|
|
29871
|
+
height: 24px;
|
|
29872
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29873
|
+
border-radius: 4px 4px 0 0;
|
|
29874
|
+
cursor: pointer;
|
|
29875
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
29788
29876
|
}
|
|
29789
|
-
|
|
29790
|
-
|
|
29791
|
-
margin: 0 2px;
|
|
29877
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
29878
|
+
padding-left: 0;
|
|
29792
29879
|
}
|
|
29793
|
-
|
|
29794
|
-
|
|
29795
|
-
width: 192px;
|
|
29796
|
-
height: 246px;
|
|
29797
|
-
border-radius: 4px;
|
|
29880
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
29881
|
+
padding-left: 12px;
|
|
29798
29882
|
}
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29803
|
-
border-top: none;
|
|
29883
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
29884
|
+
color: #0080ff;
|
|
29885
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29804
29886
|
}
|
|
29805
|
-
.
|
|
29806
|
-
|
|
29807
|
-
padding: 0 16px;
|
|
29887
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
29888
|
+
fill: #0080ff;
|
|
29808
29889
|
}
|
|
29809
|
-
.
|
|
29810
|
-
|
|
29811
|
-
width: 100%;
|
|
29812
|
-
height: 180px;
|
|
29813
|
-
border-spacing: 0;
|
|
29890
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
29891
|
+
background: rgba(192, 203, 224, 0.6);
|
|
29814
29892
|
}
|
|
29815
|
-
.
|
|
29816
|
-
|
|
29817
|
-
|
|
29893
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
29894
|
+
color: #0080ff;
|
|
29895
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29818
29896
|
}
|
|
29819
|
-
.
|
|
29820
|
-
|
|
29821
|
-
width: 22px;
|
|
29897
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
29898
|
+
background: rgba(192, 203, 224, 0.6);
|
|
29822
29899
|
}
|
|
29823
|
-
.
|
|
29824
|
-
|
|
29825
|
-
padding: 0;
|
|
29900
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
29901
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29826
29902
|
}
|
|
29827
|
-
.
|
|
29828
|
-
|
|
29829
|
-
opacity: 0.4;
|
|
29903
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
29904
|
+
fill: #0080ff;
|
|
29830
29905
|
}
|
|
29831
|
-
.
|
|
29832
|
-
color:
|
|
29833
|
-
|
|
29906
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
29907
|
+
color: #0080ff;
|
|
29908
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29834
29909
|
}
|
|
29835
|
-
.
|
|
29836
|
-
|
|
29910
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
29911
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29837
29912
|
}
|
|
29838
|
-
.
|
|
29839
|
-
|
|
29913
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
29914
|
+
fill: #1d326c;
|
|
29840
29915
|
}
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29845
|
-
backdrop-filter: blur(10px);
|
|
29846
|
-
padding: 7px 10px;
|
|
29916
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
29917
|
+
margin-left: 8px;
|
|
29918
|
+
height: 22px;
|
|
29847
29919
|
}
|
|
29848
|
-
|
|
29849
|
-
.
|
|
29850
|
-
|
|
29920
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
29921
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
29922
|
+
}
|
|
29923
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
29924
|
+
padding: 0;
|
|
29851
29925
|
display: flex;
|
|
29852
|
-
justify-content: space-between;
|
|
29853
29926
|
align-items: center;
|
|
29854
|
-
|
|
29855
|
-
}
|
|
29856
|
-
.E_c167wnad .anticon {
|
|
29857
|
-
cursor: pointer;
|
|
29858
|
-
}
|
|
29859
|
-
.E_c167wnad .anticon:hover {
|
|
29860
|
-
color: #0096ff;
|
|
29927
|
+
overflow: hidden;
|
|
29861
29928
|
}
|
|
29862
|
-
|
|
29863
|
-
|
|
29864
|
-
|
|
29929
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
29930
|
+
opacity: 0;
|
|
29931
|
+
max-width: 0;
|
|
29932
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
29865
29933
|
}
|
|
29866
|
-
.
|
|
29934
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
29935
|
+
padding: 1px 12px;
|
|
29936
|
+
position: relative;
|
|
29867
29937
|
display: flex;
|
|
29868
|
-
justify-content: center;
|
|
29869
29938
|
}
|
|
29870
|
-
.
|
|
29871
|
-
|
|
29872
|
-
|
|
29873
|
-
|
|
29874
|
-
|
|
29875
|
-
|
|
29939
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
29940
|
+
opacity: 0;
|
|
29941
|
+
position: absolute;
|
|
29942
|
+
top: 50%;
|
|
29943
|
+
left: 0;
|
|
29944
|
+
transform: translate(-50%, -50%);
|
|
29945
|
+
transition: opacity 100ms linear;
|
|
29946
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
29876
29947
|
}
|
|
29877
|
-
.
|
|
29878
|
-
|
|
29948
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
29949
|
+
color: #0080ff;
|
|
29879
29950
|
}
|
|
29880
|
-
.
|
|
29881
|
-
|
|
29882
|
-
|
|
29883
|
-
|
|
29884
|
-
|
|
29951
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
29952
|
+
padding: 1px 12px;
|
|
29953
|
+
display: inline-block;
|
|
29954
|
+
opacity: 1;
|
|
29955
|
+
max-width: 160px;
|
|
29885
29956
|
}
|
|
29886
|
-
|
|
29887
|
-
|
|
29888
|
-
|
|
29957
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
29958
|
+
padding: 1px 12px;
|
|
29959
|
+
color: #005ed1;
|
|
29889
29960
|
}
|
|
29890
|
-
.
|
|
29891
|
-
|
|
29961
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
29962
|
+
opacity: 1;
|
|
29892
29963
|
}
|
|
29893
|
-
.
|
|
29894
|
-
|
|
29964
|
+
.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 {
|
|
29965
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29895
29966
|
}
|
|
29896
|
-
|
|
29897
|
-
|
|
29898
|
-
width: 648px;
|
|
29967
|
+
.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 {
|
|
29968
|
+
opacity: 0;
|
|
29899
29969
|
}
|
|
29900
|
-
.
|
|
29901
|
-
|
|
29970
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
29971
|
+
padding: 4px 16px;
|
|
29972
|
+
height: 32px;
|
|
29973
|
+
border-radius: 6px 6px 0 0;
|
|
29902
29974
|
}
|
|
29903
|
-
.
|
|
29904
|
-
|
|
29975
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
29976
|
+
padding-left: 0;
|
|
29905
29977
|
}
|
|
29906
|
-
.
|
|
29907
|
-
padding:
|
|
29978
|
+
.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 {
|
|
29979
|
+
padding-left: 16px;
|
|
29908
29980
|
}
|
|
29909
|
-
.
|
|
29910
|
-
|
|
29911
|
-
|
|
29912
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29981
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
29982
|
+
margin-left: 11px;
|
|
29983
|
+
height: 24px;
|
|
29913
29984
|
}
|
|
29914
|
-
.
|
|
29915
|
-
|
|
29916
|
-
padding-bottom: 0;
|
|
29985
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
29986
|
+
padding: 0;
|
|
29917
29987
|
}
|
|
29918
|
-
.
|
|
29919
|
-
|
|
29920
|
-
width: 100px;
|
|
29921
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29988
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
29989
|
+
padding: 4px 16px;
|
|
29922
29990
|
}
|
|
29923
|
-
.
|
|
29924
|
-
|
|
29925
|
-
margin-top: 5px;
|
|
29991
|
+
.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 {
|
|
29992
|
+
padding: 4px 16px;
|
|
29926
29993
|
}
|
|
29927
|
-
.
|
|
29928
|
-
|
|
29929
|
-
width: 128px;
|
|
29994
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
29995
|
+
background: #fff;
|
|
29930
29996
|
}
|
|
29931
|
-
|
|
29932
|
-
|
|
29933
|
-
display: flex;
|
|
29934
|
-
align-items: center;
|
|
29935
|
-
justify-content: space-between;
|
|
29936
|
-
word-break: keep-all;
|
|
29997
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
29998
|
+
color: #005ed1;
|
|
29937
29999
|
}
|
|
29938
|
-
.
|
|
29939
|
-
|
|
30000
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30001
|
+
background: #fff;
|
|
30002
|
+
color: #1d326c;
|
|
29940
30003
|
}
|
|
29941
|
-
.
|
|
29942
|
-
color: rgba(
|
|
30004
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30005
|
+
color: rgba(45, 58, 86, 0.6);
|
|
29943
30006
|
}
|
|
29944
|
-
.
|
|
29945
|
-
|
|
29946
|
-
display: flex;
|
|
29947
|
-
overflow: hidden;
|
|
29948
|
-
align-items: center;
|
|
29949
|
-
justify-content: flex-start;
|
|
29950
|
-
white-space: nowrap;
|
|
30007
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30008
|
+
color: #1d326c;
|
|
29951
30009
|
}
|
|
29952
|
-
.
|
|
29953
|
-
|
|
29954
|
-
overflow: hidden;
|
|
29955
|
-
text-overflow: ellipsis;
|
|
30010
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30011
|
+
fill: #d8deeb;
|
|
29956
30012
|
}
|
|
29957
|
-
.
|
|
29958
|
-
|
|
29959
|
-
align-items: center;
|
|
30013
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30014
|
+
fill: #1d326c;
|
|
29960
30015
|
}
|
|
29961
|
-
.
|
|
30016
|
+
.E_t160l1cm .tab-content {
|
|
30017
|
+
flex: 1;
|
|
29962
30018
|
display: flex;
|
|
29963
|
-
flex-direction:
|
|
29964
|
-
align-items: center;
|
|
29965
|
-
}
|
|
29966
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
29967
|
-
margin-left: 8px;
|
|
30019
|
+
flex-direction: column;
|
|
29968
30020
|
}
|
|
29969
|
-
.
|
|
29970
|
-
|
|
29971
|
-
margin-left: 14px;
|
|
29972
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29973
|
-
cursor: pointer;
|
|
30021
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30022
|
+
overflow: visible;
|
|
29974
30023
|
}
|
|
29975
30024
|
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29978
|
-
|
|
30025
|
+
.E_t14npdqr {
|
|
30026
|
+
max-width: 240px;
|
|
30027
|
+
animation: none;
|
|
29979
30028
|
}
|
|
29980
|
-
.
|
|
29981
|
-
|
|
29982
|
-
|
|
29983
|
-
border-radius: 4px;
|
|
30029
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30030
|
+
border: 1px solid #0080ff;
|
|
30031
|
+
padding: 0;
|
|
29984
30032
|
}
|
|
29985
|
-
.
|
|
29986
|
-
|
|
29987
|
-
|
|
30033
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30034
|
+
margin: 0;
|
|
30035
|
+
height: 32px;
|
|
30036
|
+
line-height: 32px;
|
|
30037
|
+
font-size: 13px;
|
|
30038
|
+
padding: 0 10px;
|
|
30039
|
+
display: block;
|
|
30040
|
+
overflow: hidden;
|
|
30041
|
+
text-overflow: ellipsis;
|
|
30042
|
+
white-space: nowrap;
|
|
29988
30043
|
}
|
|
29989
|
-
|
|
29990
|
-
|
|
29991
|
-
|
|
29992
|
-
|
|
30044
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30045
|
+
content: " ";
|
|
30046
|
+
height: 1px;
|
|
30047
|
+
width: calc(100% + 10px);
|
|
30048
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30049
|
+
display: block;
|
|
29993
30050
|
}
|
|
29994
|
-
.
|
|
29995
|
-
|
|
29996
|
-
|
|
29997
|
-
margin: 0 9px;
|
|
29998
|
-
text-align: center;
|
|
30051
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30052
|
+
color: #0080ff;
|
|
30053
|
+
background: transparent;
|
|
29999
30054
|
}
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
|
|
30055
|
+
|
|
30056
|
+
.E_ou7iq30 {
|
|
30057
|
+
overflow: hidden;
|
|
30058
|
+
text-overflow: ellipsis;
|
|
30004
30059
|
}
|
|
30005
|
-
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30008
|
-
box-sizing: border-box;
|
|
30009
|
-
border-radius: 16px;
|
|
30010
|
-
margin-right: 8px;
|
|
30060
|
+
|
|
30061
|
+
.E_s1tui002 {
|
|
30062
|
+
white-space: nowrap;
|
|
30011
30063
|
}
|
|
30012
|
-
|
|
30013
|
-
.
|
|
30014
|
-
|
|
30015
|
-
|
|
30064
|
+
|
|
30065
|
+
.E_mxrc2zg {
|
|
30066
|
+
display: -webkit-box;
|
|
30067
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30068
|
+
-webkit-box-orient: vertical;
|
|
30069
|
+
word-break: break-all;
|
|
30016
30070
|
}
|
|
30017
|
-
|
|
30018
|
-
|
|
30019
|
-
|
|
30020
|
-
color: #fff;
|
|
30071
|
+
|
|
30072
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30073
|
+
display: none;
|
|
30021
30074
|
}
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30024
|
-
|
|
30075
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30076
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30077
|
+
border-radius: 4px;
|
|
30025
30078
|
}
|
|
30026
|
-
.
|
|
30027
|
-
|
|
30028
|
-
padding: 0;
|
|
30029
|
-
margin-bottom: 8px;
|
|
30079
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30080
|
+
visibility: hidden;
|
|
30030
30081
|
}
|
|
30031
|
-
|
|
30032
|
-
|
|
30033
|
-
|
|
30034
|
-
color: #fff;
|
|
30082
|
+
|
|
30083
|
+
span.E_tqjc4ui {
|
|
30084
|
+
margin: 0 2px;
|
|
30035
30085
|
}
|
|
30036
30086
|
|
|
30037
30087
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -30147,70 +30197,23 @@ span.E_tqjc4ui {
|
|
|
30147
30197
|
text-align: left;
|
|
30148
30198
|
}
|
|
30149
30199
|
|
|
30150
|
-
.
|
|
30151
|
-
|
|
30152
|
-
text-overflow: ellipsis;
|
|
30200
|
+
.E_t1sqg15u {
|
|
30201
|
+
background: white;
|
|
30153
30202
|
}
|
|
30154
|
-
|
|
30155
|
-
|
|
30156
|
-
white-space: nowrap;
|
|
30203
|
+
.E_t1sqg15u.inline .table-row {
|
|
30204
|
+
flex-direction: column;
|
|
30157
30205
|
}
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
display: -webkit-box;
|
|
30161
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30162
|
-
-webkit-box-orient: vertical;
|
|
30163
|
-
word-break: break-all;
|
|
30206
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30207
|
+
padding: 0 16px 7px 0;
|
|
30164
30208
|
}
|
|
30165
|
-
|
|
30166
|
-
|
|
30167
|
-
display: none;
|
|
30209
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30210
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30168
30211
|
}
|
|
30169
|
-
.
|
|
30170
|
-
|
|
30171
|
-
border-radius: 4px;
|
|
30212
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30213
|
+
border-top: none !important;
|
|
30172
30214
|
}
|
|
30173
|
-
.
|
|
30174
|
-
|
|
30175
|
-
}
|
|
30176
|
-
|
|
30177
|
-
.E_c18gxmrl {
|
|
30178
|
-
border: 1px solid #d8deeb;
|
|
30179
|
-
border-radius: 4px;
|
|
30180
|
-
}
|
|
30181
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30182
|
-
margin-top: 8px;
|
|
30183
|
-
}
|
|
30184
|
-
.E_c18gxmrl:hover {
|
|
30185
|
-
border-color: #0080ff;
|
|
30186
|
-
}
|
|
30187
|
-
.E_c18gxmrl:hover > header {
|
|
30188
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30189
|
-
}
|
|
30190
|
-
.E_c18gxmrl.active header {
|
|
30191
|
-
border-bottom: 1px solid #d8deeb;
|
|
30192
|
-
}
|
|
30193
|
-
.E_c18gxmrl > header {
|
|
30194
|
-
padding: 8px 12px;
|
|
30195
|
-
}
|
|
30196
|
-
|
|
30197
|
-
.E_t1sqg15u {
|
|
30198
|
-
background: white;
|
|
30199
|
-
}
|
|
30200
|
-
.E_t1sqg15u.inline .table-row {
|
|
30201
|
-
flex-direction: column;
|
|
30202
|
-
}
|
|
30203
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30204
|
-
padding: 0 16px 7px 0;
|
|
30205
|
-
}
|
|
30206
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30207
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30208
|
-
}
|
|
30209
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30210
|
-
border-top: none !important;
|
|
30211
|
-
}
|
|
30212
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30213
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30215
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30216
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30214
30217
|
}
|
|
30215
30218
|
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30216
30219
|
padding-bottom: 0;
|
|
@@ -30284,238 +30287,237 @@ span.E_tqjc4ui {
|
|
|
30284
30287
|
padding-right: 12px;
|
|
30285
30288
|
}
|
|
30286
30289
|
|
|
30287
|
-
.
|
|
30288
|
-
|
|
30289
|
-
|
|
30290
|
-
|
|
30290
|
+
.E_clm1wy1 {
|
|
30291
|
+
width: 192px;
|
|
30292
|
+
height: 246px;
|
|
30293
|
+
border-radius: 4px;
|
|
30291
30294
|
}
|
|
30292
|
-
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
|
|
30296
|
-
|
|
30295
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30296
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30297
|
+
width: 100%;
|
|
30298
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30299
|
+
border-top: none;
|
|
30297
30300
|
}
|
|
30298
|
-
.
|
|
30299
|
-
|
|
30301
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30302
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30303
|
+
padding: 0 16px;
|
|
30304
|
+
}
|
|
30305
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30306
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30300
30307
|
width: 100%;
|
|
30308
|
+
height: 180px;
|
|
30309
|
+
border-spacing: 0;
|
|
30301
30310
|
}
|
|
30302
|
-
|
|
30303
|
-
.
|
|
30304
|
-
|
|
30311
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30312
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30313
|
+
margin-bottom: 8px;
|
|
30305
30314
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30315
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30316
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30317
|
+
width: 22px;
|
|
30318
|
+
}
|
|
30319
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30320
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30321
|
+
padding: 0;
|
|
30322
|
+
}
|
|
30323
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30324
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30325
|
+
opacity: 0.4;
|
|
30326
|
+
}
|
|
30327
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30328
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30329
|
+
opacity: 1;
|
|
30330
|
+
}
|
|
30331
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30332
|
+
color: #3e4652;
|
|
30333
|
+
}
|
|
30334
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30335
|
+
pointer-events: none;
|
|
30308
30336
|
}
|
|
30309
30337
|
|
|
30310
|
-
.
|
|
30338
|
+
.E_t1tsm00v {
|
|
30339
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30340
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30341
|
+
backdrop-filter: blur(10px);
|
|
30342
|
+
padding: 7px 10px;
|
|
30343
|
+
}
|
|
30344
|
+
|
|
30345
|
+
.E_c167wnad {
|
|
30346
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30311
30347
|
display: flex;
|
|
30348
|
+
justify-content: space-between;
|
|
30312
30349
|
align-items: center;
|
|
30350
|
+
padding: 8px 16px;
|
|
30313
30351
|
}
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30352
|
+
.E_c167wnad .anticon {
|
|
30353
|
+
cursor: pointer;
|
|
30354
|
+
}
|
|
30355
|
+
.E_c167wnad .anticon:hover {
|
|
30356
|
+
color: #0096ff;
|
|
30316
30357
|
}
|
|
30317
30358
|
|
|
30318
|
-
.
|
|
30319
|
-
|
|
30320
|
-
flex-direction: column;
|
|
30321
|
-
flex: 1;
|
|
30322
|
-
/* FIXME:(yanzhen) do this better */
|
|
30359
|
+
.E_cxhf7dh {
|
|
30360
|
+
text-align: center;
|
|
30323
30361
|
}
|
|
30324
|
-
.
|
|
30325
|
-
flex-shrink: 0;
|
|
30362
|
+
.E_cxhf7dh .dots {
|
|
30326
30363
|
display: flex;
|
|
30327
|
-
|
|
30364
|
+
justify-content: center;
|
|
30328
30365
|
}
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30366
|
+
.E_cxhf7dh .dot {
|
|
30367
|
+
display: inline-block;
|
|
30368
|
+
width: 2px;
|
|
30369
|
+
height: 2px;
|
|
30370
|
+
border-radius: 1px;
|
|
30371
|
+
background: #0096ff;
|
|
30331
30372
|
}
|
|
30332
|
-
.
|
|
30373
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30333
30374
|
margin-right: 2px;
|
|
30334
|
-
padding: 1px 12px;
|
|
30335
|
-
line-height: 24px;
|
|
30336
|
-
height: 24px;
|
|
30337
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30338
|
-
border-radius: 4px 4px 0 0;
|
|
30339
|
-
cursor: pointer;
|
|
30340
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30341
|
-
}
|
|
30342
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30343
|
-
padding-left: 0;
|
|
30344
30375
|
}
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30376
|
+
.E_cxhf7dh .bar {
|
|
30377
|
+
width: 9px;
|
|
30378
|
+
height: 2px;
|
|
30379
|
+
background: #0096ff;
|
|
30380
|
+
border-radius: 2px;
|
|
30347
30381
|
}
|
|
30348
|
-
|
|
30349
|
-
|
|
30350
|
-
|
|
30382
|
+
|
|
30383
|
+
.E_c1up1pdz {
|
|
30384
|
+
width: 648px;
|
|
30351
30385
|
}
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30386
|
+
.E_c1up1pdz.active {
|
|
30387
|
+
border-color: #0080ff;
|
|
30354
30388
|
}
|
|
30355
|
-
.
|
|
30356
|
-
background: rgba(
|
|
30389
|
+
.E_c1up1pdz.active > header {
|
|
30390
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30357
30391
|
}
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30360
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30392
|
+
.E_c1up1pdz .expand {
|
|
30393
|
+
padding: 12px;
|
|
30361
30394
|
}
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30395
|
+
.E_c1up1pdz .field-item {
|
|
30396
|
+
display: flex;
|
|
30397
|
+
padding: 10px 0;
|
|
30398
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30364
30399
|
}
|
|
30365
|
-
.
|
|
30366
|
-
|
|
30400
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30401
|
+
border-bottom: none;
|
|
30402
|
+
padding-bottom: 0;
|
|
30367
30403
|
}
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30404
|
+
.E_c1up1pdz .field-item label {
|
|
30405
|
+
line-height: 32px;
|
|
30406
|
+
width: 100px;
|
|
30407
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30370
30408
|
}
|
|
30371
|
-
.
|
|
30372
|
-
color:
|
|
30373
|
-
|
|
30409
|
+
.E_c1up1pdz .help {
|
|
30410
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30411
|
+
margin-top: 5px;
|
|
30374
30412
|
}
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30413
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30414
|
+
.E_c1up1pdz .ant-picker {
|
|
30415
|
+
width: 128px;
|
|
30377
30416
|
}
|
|
30378
|
-
|
|
30379
|
-
|
|
30417
|
+
|
|
30418
|
+
.E_c156wh19 {
|
|
30419
|
+
display: flex;
|
|
30420
|
+
align-items: center;
|
|
30421
|
+
justify-content: space-between;
|
|
30422
|
+
word-break: keep-all;
|
|
30380
30423
|
}
|
|
30381
|
-
.
|
|
30382
|
-
margin
|
|
30383
|
-
height: 22px;
|
|
30424
|
+
.E_c156wh19 .title {
|
|
30425
|
+
margin: 0 16px 0 8px;
|
|
30384
30426
|
}
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30427
|
+
.E_c156wh19 .retain {
|
|
30428
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30387
30429
|
}
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30430
|
+
.E_c156wh19 div.left {
|
|
30431
|
+
flex: 1;
|
|
30390
30432
|
display: flex;
|
|
30433
|
+
overflow: hidden;
|
|
30391
30434
|
align-items: center;
|
|
30435
|
+
justify-content: flex-start;
|
|
30436
|
+
white-space: nowrap;
|
|
30437
|
+
}
|
|
30438
|
+
.E_c156wh19 div.left .title {
|
|
30439
|
+
max-width: 100%;
|
|
30392
30440
|
overflow: hidden;
|
|
30441
|
+
text-overflow: ellipsis;
|
|
30393
30442
|
}
|
|
30394
|
-
.
|
|
30395
|
-
|
|
30396
|
-
|
|
30397
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30443
|
+
.E_c156wh19 div.right {
|
|
30444
|
+
display: flex;
|
|
30445
|
+
align-items: center;
|
|
30398
30446
|
}
|
|
30399
|
-
.
|
|
30400
|
-
padding: 1px 12px;
|
|
30401
|
-
position: relative;
|
|
30447
|
+
.E_c156wh19 .reverse {
|
|
30402
30448
|
display: flex;
|
|
30449
|
+
flex-direction: row-reverse;
|
|
30450
|
+
align-items: center;
|
|
30403
30451
|
}
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30406
|
-
position: absolute;
|
|
30407
|
-
top: 50%;
|
|
30408
|
-
left: 0;
|
|
30409
|
-
transform: translate(-50%, -50%);
|
|
30410
|
-
transition: opacity 100ms linear;
|
|
30411
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30452
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30453
|
+
margin-left: 8px;
|
|
30412
30454
|
}
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30455
|
+
.E_c156wh19 .close {
|
|
30456
|
+
padding-left: 14px;
|
|
30457
|
+
margin-left: 14px;
|
|
30458
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30459
|
+
cursor: pointer;
|
|
30415
30460
|
}
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
max-width: 160px;
|
|
30421
|
-
}
|
|
30422
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30423
|
-
padding: 1px 12px;
|
|
30424
|
-
color: #005ed1;
|
|
30425
|
-
}
|
|
30426
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30427
|
-
opacity: 1;
|
|
30428
|
-
}
|
|
30429
|
-
.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 {
|
|
30430
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30431
|
-
}
|
|
30432
|
-
.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 {
|
|
30433
|
-
opacity: 0;
|
|
30434
|
-
}
|
|
30435
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30436
|
-
padding: 4px 16px;
|
|
30437
|
-
height: 32px;
|
|
30438
|
-
border-radius: 6px 6px 0 0;
|
|
30439
|
-
}
|
|
30440
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30441
|
-
padding-left: 0;
|
|
30442
|
-
}
|
|
30443
|
-
.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 {
|
|
30444
|
-
padding-left: 16px;
|
|
30445
|
-
}
|
|
30446
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30447
|
-
margin-left: 11px;
|
|
30448
|
-
height: 24px;
|
|
30449
|
-
}
|
|
30450
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30451
|
-
padding: 0;
|
|
30452
|
-
}
|
|
30453
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30454
|
-
padding: 4px 16px;
|
|
30455
|
-
}
|
|
30456
|
-
.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 {
|
|
30457
|
-
padding: 4px 16px;
|
|
30458
|
-
}
|
|
30459
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30460
|
-
background: #fff;
|
|
30461
|
+
|
|
30462
|
+
.E_m126spxy {
|
|
30463
|
+
padding-bottom: 4px;
|
|
30464
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30461
30465
|
}
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30466
|
+
.E_m126spxy .ant-btn-link {
|
|
30467
|
+
padding: 1px 10px;
|
|
30468
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30469
|
+
border-radius: 4px;
|
|
30464
30470
|
}
|
|
30465
|
-
.
|
|
30466
|
-
background:
|
|
30467
|
-
color: #
|
|
30471
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30472
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30473
|
+
color: #0096ff;
|
|
30468
30474
|
}
|
|
30469
|
-
|
|
30470
|
-
|
|
30475
|
+
|
|
30476
|
+
.E_wpbf4pq {
|
|
30477
|
+
padding: 10px 0;
|
|
30478
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30471
30479
|
}
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30480
|
+
.E_wpbf4pq .ant-input,
|
|
30481
|
+
.E_wpbf4pq .ant-picker {
|
|
30482
|
+
width: 80px;
|
|
30483
|
+
margin: 0 9px;
|
|
30484
|
+
text-align: center;
|
|
30474
30485
|
}
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30486
|
+
.E_wpbf4pq .options {
|
|
30487
|
+
padding: 12px 0 12px 16px;
|
|
30488
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30489
|
+
margin: 5px 0 5px 8px;
|
|
30477
30490
|
}
|
|
30478
|
-
.
|
|
30479
|
-
|
|
30491
|
+
.E_wpbf4pq .week-day-option,
|
|
30492
|
+
.E_wpbf4pq .month-day-option {
|
|
30493
|
+
background: #f5f7fa;
|
|
30494
|
+
box-sizing: border-box;
|
|
30495
|
+
border-radius: 16px;
|
|
30496
|
+
margin-right: 8px;
|
|
30480
30497
|
}
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
|
|
30498
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30499
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30500
|
+
color: inherit;
|
|
30501
|
+
border-color: #d9d9d9;
|
|
30485
30502
|
}
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30503
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30504
|
+
background-color: #0096ff;
|
|
30505
|
+
border-color: #0096ff;
|
|
30506
|
+
color: #fff;
|
|
30488
30507
|
}
|
|
30489
|
-
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
animation: none;
|
|
30508
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30509
|
+
width: 110px;
|
|
30510
|
+
margin-top: 4px;
|
|
30493
30511
|
}
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30512
|
+
.E_wpbf4pq .month-day-option {
|
|
30513
|
+
width: 32px;
|
|
30496
30514
|
padding: 0;
|
|
30515
|
+
margin-bottom: 8px;
|
|
30497
30516
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
font-size: 13px;
|
|
30503
|
-
padding: 0 10px;
|
|
30504
|
-
display: block;
|
|
30505
|
-
overflow: hidden;
|
|
30506
|
-
text-overflow: ellipsis;
|
|
30507
|
-
white-space: nowrap;
|
|
30508
|
-
}
|
|
30509
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30510
|
-
content: " ";
|
|
30511
|
-
height: 1px;
|
|
30512
|
-
width: calc(100% + 10px);
|
|
30513
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30514
|
-
display: block;
|
|
30515
|
-
}
|
|
30516
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30517
|
-
color: #0080ff;
|
|
30518
|
-
background: transparent;
|
|
30517
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30518
|
+
background-color: #0096ff;
|
|
30519
|
+
border-color: #0096ff;
|
|
30520
|
+
color: #fff;
|
|
30519
30521
|
}
|
|
30520
30522
|
|
|
30521
30523
|
.E_m74vjol {
|
|
@@ -30538,6 +30540,22 @@ span.E_tqjc4ui {
|
|
|
30538
30540
|
flex: 1;
|
|
30539
30541
|
}
|
|
30540
30542
|
|
|
30543
|
+
.E_berrcjl {
|
|
30544
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30545
|
+
margin-bottom: 4px;
|
|
30546
|
+
}
|
|
30547
|
+
.E_berrcjl .breadcrumb-link {
|
|
30548
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30549
|
+
cursor: pointer;
|
|
30550
|
+
transition: color 160ms ease;
|
|
30551
|
+
}
|
|
30552
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30553
|
+
color: #0080ff;
|
|
30554
|
+
}
|
|
30555
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30556
|
+
color: #005ed1;
|
|
30557
|
+
}
|
|
30558
|
+
|
|
30541
30559
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30542
30560
|
padding: 4px 8px 0 8px;
|
|
30543
30561
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30551,77 +30569,211 @@ span.E_tqjc4ui {
|
|
|
30551
30569
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30552
30570
|
}
|
|
30553
30571
|
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30556
|
-
}
|
|
30557
|
-
.E_b1wx3t3t.ant-btn {
|
|
30558
|
-
display: inline-flex;
|
|
30559
|
-
align-items: center;
|
|
30560
|
-
justify-content: center;
|
|
30561
|
-
height: 32px;
|
|
30562
|
-
border-radius: 6px;
|
|
30563
|
-
line-height: 22px;
|
|
30564
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30565
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30572
|
+
.E_b1nip9bk {
|
|
30573
|
+
padding: 4px 11px;
|
|
30566
30574
|
}
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
|
|
30575
|
+
|
|
30576
|
+
.E_bqamoqe {
|
|
30577
|
+
white-space: nowrap;
|
|
30578
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30570
30579
|
}
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
line-height: 20px;
|
|
30580
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30581
|
+
--color: #0080ff;
|
|
30574
30582
|
}
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30583
|
+
.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] {
|
|
30584
|
+
--color: #0080ff;
|
|
30577
30585
|
}
|
|
30578
|
-
.
|
|
30579
|
-
margin-
|
|
30580
|
-
padding-right: 0px;
|
|
30586
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30587
|
+
margin-left: 1px;
|
|
30581
30588
|
}
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
background: var(--background-color, #fff);
|
|
30586
|
-
border-width: var(--border-width, 1px);
|
|
30587
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30589
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30590
|
+
border-top-right-radius: 0;
|
|
30591
|
+
border-bottom-right-radius: 0;
|
|
30588
30592
|
}
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30593
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30594
|
+
border-top-left-radius: 0;
|
|
30595
|
+
border-bottom-left-radius: 0;
|
|
30591
30596
|
}
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30597
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30598
|
+
border-radius: unset;
|
|
30594
30599
|
}
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
|
|
30600
|
+
|
|
30601
|
+
.E_c1uzzomf {
|
|
30602
|
+
margin-bottom: 16px;
|
|
30598
30603
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
+
.E_c1uzzomf .card-title {
|
|
30605
|
+
font-size: 16px;
|
|
30606
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30607
|
+
font-weight: 700;
|
|
30608
|
+
line-height: 32px;
|
|
30604
30609
|
}
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30607
|
-
|
|
30608
|
-
|
|
30610
|
+
.E_c1uzzomf .card-body {
|
|
30611
|
+
padding: 24px;
|
|
30612
|
+
border-radius: 8px;
|
|
30613
|
+
background: #fff;
|
|
30609
30614
|
}
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
+
.E_c1uzzomf .empty {
|
|
30616
|
+
font-weight: 700;
|
|
30617
|
+
font-size: 14px;
|
|
30618
|
+
line-height: 22px;
|
|
30619
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30620
|
+
text-align: center;
|
|
30615
30621
|
}
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30622
|
+
|
|
30623
|
+
.E_d1bw7c5z {
|
|
30624
|
+
position: relative;
|
|
30625
|
+
max-width: 388px;
|
|
30626
|
+
min-width: 285px;
|
|
30619
30627
|
}
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
|
|
30628
|
+
.E_d1bw7c5z .center {
|
|
30629
|
+
position: absolute;
|
|
30630
|
+
font-size: 12px;
|
|
30631
|
+
width: 80px;
|
|
30632
|
+
height: 100px;
|
|
30633
|
+
top: 0;
|
|
30634
|
+
left: 35px;
|
|
30635
|
+
display: flex;
|
|
30636
|
+
flex-direction: column;
|
|
30637
|
+
justify-content: center;
|
|
30638
|
+
align-items: center;
|
|
30639
|
+
color: #00122e;
|
|
30640
|
+
}
|
|
30641
|
+
.E_d1bw7c5z .center .number {
|
|
30642
|
+
font-size: 24px;
|
|
30643
|
+
font-weight: 700;
|
|
30644
|
+
}
|
|
30645
|
+
.E_d1bw7c5z .center .text {
|
|
30646
|
+
padding: 0 5px;
|
|
30647
|
+
font-size: 12px;
|
|
30648
|
+
width: inherit;
|
|
30649
|
+
text-align: center;
|
|
30650
|
+
}
|
|
30651
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30652
|
+
display: flex;
|
|
30653
|
+
}
|
|
30654
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30655
|
+
position: relative !important;
|
|
30656
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30657
|
+
left: 0 !important;
|
|
30658
|
+
bottom: 0 !important;
|
|
30659
|
+
display: flex;
|
|
30660
|
+
align-items: center;
|
|
30661
|
+
}
|
|
30662
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30663
|
+
width: 100%;
|
|
30664
|
+
}
|
|
30665
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30666
|
+
width: 100%;
|
|
30667
|
+
margin-right: 0 !important;
|
|
30668
|
+
line-height: 18px;
|
|
30669
|
+
}
|
|
30670
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30671
|
+
border-radius: 2px;
|
|
30672
|
+
}
|
|
30673
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30674
|
+
min-width: 75px;
|
|
30675
|
+
max-width: 198px;
|
|
30676
|
+
width: calc(100% - 20px);
|
|
30677
|
+
margin-left: 2px;
|
|
30678
|
+
color: #00122e !important;
|
|
30679
|
+
display: inline-flex;
|
|
30680
|
+
justify-content: space-between;
|
|
30681
|
+
}
|
|
30682
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30683
|
+
maxwidth: calc(100% - 12px);
|
|
30684
|
+
cursor: pointer;
|
|
30685
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30686
|
+
overflow: hidden;
|
|
30687
|
+
text-overflow: ellipsis;
|
|
30688
|
+
white-space: nowrap;
|
|
30689
|
+
}
|
|
30690
|
+
.E_d1bw7c5z .value {
|
|
30691
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30692
|
+
}
|
|
30693
|
+
|
|
30694
|
+
.E_t10pqbtc {
|
|
30695
|
+
width: 140px;
|
|
30696
|
+
}
|
|
30697
|
+
.E_t10pqbtc .item {
|
|
30698
|
+
margin: 6px auto;
|
|
30699
|
+
display: flex;
|
|
30700
|
+
justify-content: space-between;
|
|
30701
|
+
}
|
|
30702
|
+
.E_t10pqbtc .item .name {
|
|
30703
|
+
width: 102px;
|
|
30704
|
+
}
|
|
30705
|
+
|
|
30706
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30707
|
+
justify-content: center;
|
|
30708
|
+
}
|
|
30709
|
+
.E_b1wx3t3t.ant-btn {
|
|
30710
|
+
display: inline-flex;
|
|
30711
|
+
align-items: center;
|
|
30712
|
+
justify-content: center;
|
|
30713
|
+
height: 32px;
|
|
30714
|
+
border-radius: 6px;
|
|
30715
|
+
line-height: 22px;
|
|
30716
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30717
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30718
|
+
}
|
|
30719
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30720
|
+
height: 40px;
|
|
30721
|
+
line-height: 24px;
|
|
30722
|
+
}
|
|
30723
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30724
|
+
height: 24px;
|
|
30725
|
+
line-height: 20px;
|
|
30726
|
+
}
|
|
30727
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30728
|
+
border-radius: 50%;
|
|
30729
|
+
}
|
|
30730
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30731
|
+
margin-right: 8px;
|
|
30732
|
+
padding-right: 0px;
|
|
30733
|
+
}
|
|
30734
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30735
|
+
color: var(--color, #06101f);
|
|
30736
|
+
font-weight: var(--font-weight);
|
|
30737
|
+
background: var(--background-color, #fff);
|
|
30738
|
+
border-width: var(--border-width, 1px);
|
|
30739
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30740
|
+
}
|
|
30741
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30742
|
+
display: none;
|
|
30743
|
+
}
|
|
30744
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30745
|
+
color: var(--color, inherit);
|
|
30746
|
+
}
|
|
30747
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30748
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30749
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30750
|
+
}
|
|
30751
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30752
|
+
--scale: 1;
|
|
30753
|
+
--transY: 1px;
|
|
30754
|
+
background: var(--background-color-active, var(--background-color));
|
|
30755
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30756
|
+
}
|
|
30757
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30758
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30759
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30760
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30761
|
+
}
|
|
30762
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30763
|
+
color: var(--color-disabled, var(--color));
|
|
30764
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30765
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30766
|
+
opacity: 0.5;
|
|
30767
|
+
}
|
|
30768
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30769
|
+
color: #0080ff;
|
|
30770
|
+
opacity: 0.5;
|
|
30771
|
+
}
|
|
30772
|
+
.E_b1wx3t3t.ant-btn-primary {
|
|
30773
|
+
--color: #fff;
|
|
30774
|
+
--font-weight: bold;
|
|
30775
|
+
--border-width: 0;
|
|
30776
|
+
--background-color: #0080ff;
|
|
30625
30777
|
--background-color-hover: #009dff;
|
|
30626
30778
|
--background-color-active: #005ed1;
|
|
30627
30779
|
--background-color-focus: #0080ff;
|
|
@@ -30805,57 +30957,6 @@ button.E_n7k2c6r {
|
|
|
30805
30957
|
padding: 0;
|
|
30806
30958
|
}
|
|
30807
30959
|
|
|
30808
|
-
.E_c1uzzomf {
|
|
30809
|
-
margin-bottom: 16px;
|
|
30810
|
-
}
|
|
30811
|
-
.E_c1uzzomf .card-title {
|
|
30812
|
-
font-size: 16px;
|
|
30813
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30814
|
-
font-weight: 700;
|
|
30815
|
-
line-height: 32px;
|
|
30816
|
-
}
|
|
30817
|
-
.E_c1uzzomf .card-body {
|
|
30818
|
-
padding: 24px;
|
|
30819
|
-
border-radius: 8px;
|
|
30820
|
-
background: #fff;
|
|
30821
|
-
}
|
|
30822
|
-
.E_c1uzzomf .empty {
|
|
30823
|
-
font-weight: 700;
|
|
30824
|
-
font-size: 14px;
|
|
30825
|
-
line-height: 22px;
|
|
30826
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30827
|
-
text-align: center;
|
|
30828
|
-
}
|
|
30829
|
-
|
|
30830
|
-
.E_b1nip9bk {
|
|
30831
|
-
padding: 4px 11px;
|
|
30832
|
-
}
|
|
30833
|
-
|
|
30834
|
-
.E_bqamoqe {
|
|
30835
|
-
white-space: nowrap;
|
|
30836
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30837
|
-
}
|
|
30838
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30839
|
-
--color: #0080ff;
|
|
30840
|
-
}
|
|
30841
|
-
.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] {
|
|
30842
|
-
--color: #0080ff;
|
|
30843
|
-
}
|
|
30844
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30845
|
-
margin-left: 1px;
|
|
30846
|
-
}
|
|
30847
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30848
|
-
border-top-right-radius: 0;
|
|
30849
|
-
border-bottom-right-radius: 0;
|
|
30850
|
-
}
|
|
30851
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30852
|
-
border-top-left-radius: 0;
|
|
30853
|
-
border-bottom-left-radius: 0;
|
|
30854
|
-
}
|
|
30855
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30856
|
-
border-radius: unset;
|
|
30857
|
-
}
|
|
30858
|
-
|
|
30859
30960
|
.E_fzh9mnb {
|
|
30860
30961
|
width: 100%;
|
|
30861
30962
|
height: 100%;
|
|
@@ -30871,180 +30972,34 @@ button.E_n7k2c6r {
|
|
|
30871
30972
|
font-size: 18px;
|
|
30872
30973
|
}
|
|
30873
30974
|
|
|
30874
|
-
.
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
min-width: 285px;
|
|
30975
|
+
.E_iouxfgt {
|
|
30976
|
+
display: inline-flex;
|
|
30977
|
+
align-items: center;
|
|
30878
30978
|
}
|
|
30879
|
-
.
|
|
30880
|
-
|
|
30881
|
-
font-size: 12px;
|
|
30882
|
-
width: 80px;
|
|
30883
|
-
height: 100px;
|
|
30884
|
-
top: 0;
|
|
30885
|
-
left: 35px;
|
|
30886
|
-
display: flex;
|
|
30887
|
-
flex-direction: column;
|
|
30888
|
-
justify-content: center;
|
|
30979
|
+
.E_iouxfgt .icon-inner {
|
|
30980
|
+
display: inline-flex;
|
|
30889
30981
|
align-items: center;
|
|
30890
|
-
|
|
30982
|
+
justify-content: center;
|
|
30891
30983
|
}
|
|
30892
|
-
.
|
|
30893
|
-
|
|
30894
|
-
|
|
30984
|
+
.E_iouxfgt .icon-inner + span,
|
|
30985
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30986
|
+
margin-left: 4px;
|
|
30895
30987
|
}
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
width: inherit;
|
|
30900
|
-
text-align: center;
|
|
30988
|
+
.E_iouxfgt.is-rotate img,
|
|
30989
|
+
.E_iouxfgt.is-rotate svg {
|
|
30990
|
+
animation: rotate 680ms linear infinite;
|
|
30901
30991
|
}
|
|
30902
|
-
|
|
30992
|
+
|
|
30993
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30903
30994
|
display: flex;
|
|
30904
30995
|
}
|
|
30905
|
-
.
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
left: 0 !important;
|
|
30909
|
-
bottom: 0 !important;
|
|
30910
|
-
display: flex;
|
|
30911
|
-
align-items: center;
|
|
30996
|
+
.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 {
|
|
30997
|
+
border-bottom-left-radius: 5px;
|
|
30998
|
+
border-top-left-radius: 5px;
|
|
30912
30999
|
}
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30917
|
-
width: 100%;
|
|
30918
|
-
margin-right: 0 !important;
|
|
30919
|
-
line-height: 18px;
|
|
30920
|
-
}
|
|
30921
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30922
|
-
border-radius: 2px;
|
|
30923
|
-
}
|
|
30924
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30925
|
-
min-width: 75px;
|
|
30926
|
-
max-width: 198px;
|
|
30927
|
-
width: calc(100% - 20px);
|
|
30928
|
-
margin-left: 2px;
|
|
30929
|
-
color: #00122e !important;
|
|
30930
|
-
display: inline-flex;
|
|
30931
|
-
justify-content: space-between;
|
|
30932
|
-
}
|
|
30933
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30934
|
-
maxwidth: calc(100% - 12px);
|
|
30935
|
-
cursor: pointer;
|
|
30936
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30937
|
-
overflow: hidden;
|
|
30938
|
-
text-overflow: ellipsis;
|
|
30939
|
-
white-space: nowrap;
|
|
30940
|
-
}
|
|
30941
|
-
.E_d1bw7c5z .value {
|
|
30942
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30943
|
-
}
|
|
30944
|
-
|
|
30945
|
-
.E_t10pqbtc {
|
|
30946
|
-
width: 140px;
|
|
30947
|
-
}
|
|
30948
|
-
.E_t10pqbtc .item {
|
|
30949
|
-
margin: 6px auto;
|
|
30950
|
-
display: flex;
|
|
30951
|
-
justify-content: space-between;
|
|
30952
|
-
}
|
|
30953
|
-
.E_t10pqbtc .item .name {
|
|
30954
|
-
width: 102px;
|
|
30955
|
-
}
|
|
30956
|
-
|
|
30957
|
-
.E_berrcjl {
|
|
30958
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30959
|
-
margin-bottom: 4px;
|
|
30960
|
-
}
|
|
30961
|
-
.E_berrcjl .breadcrumb-link {
|
|
30962
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30963
|
-
cursor: pointer;
|
|
30964
|
-
transition: color 160ms ease;
|
|
30965
|
-
}
|
|
30966
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30967
|
-
color: #0080ff;
|
|
30968
|
-
}
|
|
30969
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30970
|
-
color: #005ed1;
|
|
30971
|
-
}
|
|
30972
|
-
|
|
30973
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30974
|
-
display: flex;
|
|
30975
|
-
}
|
|
30976
|
-
.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 {
|
|
30977
|
-
border-bottom-left-radius: 5px;
|
|
30978
|
-
border-top-left-radius: 5px;
|
|
30979
|
-
}
|
|
30980
|
-
.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 {
|
|
30981
|
-
border-bottom-right-radius: 5px;
|
|
30982
|
-
border-top-right-radius: 5px;
|
|
30983
|
-
}
|
|
30984
|
-
|
|
30985
|
-
.E_f7pxqmh {
|
|
30986
|
-
width: 100%;
|
|
30987
|
-
margin-bottom: 0 !important;
|
|
30988
|
-
flex-flow: nowrap !important;
|
|
30989
|
-
line-break: auto;
|
|
30990
|
-
}
|
|
30991
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30992
|
-
text-align: left !important;
|
|
30993
|
-
padding-bottom: 0 !important;
|
|
30994
|
-
}
|
|
30995
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30996
|
-
min-height: 32px;
|
|
30997
|
-
height: auto;
|
|
30998
|
-
font-size: 13px;
|
|
30999
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31000
|
-
white-space: normal;
|
|
31001
|
-
}
|
|
31002
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31003
|
-
border-color: #ff4d4f !important;
|
|
31004
|
-
}
|
|
31005
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31006
|
-
border-color: #ff4d4f !important;
|
|
31007
|
-
}
|
|
31008
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31009
|
-
margin-top: 4px;
|
|
31010
|
-
font-size: 12px;
|
|
31011
|
-
min-height: 0px;
|
|
31012
|
-
}
|
|
31013
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31014
|
-
font-size: 12px;
|
|
31015
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31016
|
-
min-height: 0px;
|
|
31017
|
-
}
|
|
31018
|
-
|
|
31019
|
-
.E_iouxfgt {
|
|
31020
|
-
display: inline-flex;
|
|
31021
|
-
align-items: center;
|
|
31022
|
-
}
|
|
31023
|
-
.E_iouxfgt .icon-inner {
|
|
31024
|
-
display: inline-flex;
|
|
31025
|
-
align-items: center;
|
|
31026
|
-
justify-content: center;
|
|
31027
|
-
}
|
|
31028
|
-
.E_iouxfgt .icon-inner + span,
|
|
31029
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31030
|
-
margin-left: 4px;
|
|
31031
|
-
}
|
|
31032
|
-
.E_iouxfgt.is-rotate img,
|
|
31033
|
-
.E_iouxfgt.is-rotate svg {
|
|
31034
|
-
animation: rotate 680ms linear infinite;
|
|
31035
|
-
}
|
|
31036
|
-
|
|
31037
|
-
.E_i1inqkme {
|
|
31038
|
-
height: 18px;
|
|
31039
|
-
line-height: 18px;
|
|
31040
|
-
padding: 0 4px;
|
|
31041
|
-
border-radius: 4px;
|
|
31042
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31043
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31044
|
-
display: flex;
|
|
31045
|
-
align-items: center;
|
|
31046
|
-
white-space: nowrap;
|
|
31047
|
-
margin-right: 4px;
|
|
31000
|
+
.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 {
|
|
31001
|
+
border-bottom-right-radius: 5px;
|
|
31002
|
+
border-top-right-radius: 5px;
|
|
31048
31003
|
}
|
|
31049
31004
|
|
|
31050
31005
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31107,24 +31062,58 @@ button.E_n7k2c6r {
|
|
|
31107
31062
|
padding: 2px 8px;
|
|
31108
31063
|
}
|
|
31109
31064
|
|
|
31110
|
-
.
|
|
31111
|
-
|
|
31065
|
+
.E_f7pxqmh {
|
|
31066
|
+
width: 100%;
|
|
31067
|
+
margin-bottom: 0 !important;
|
|
31068
|
+
flex-flow: nowrap !important;
|
|
31069
|
+
line-break: auto;
|
|
31112
31070
|
}
|
|
31113
|
-
.
|
|
31114
|
-
|
|
31071
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31072
|
+
text-align: left !important;
|
|
31073
|
+
padding-bottom: 0 !important;
|
|
31074
|
+
}
|
|
31075
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31076
|
+
min-height: 32px;
|
|
31077
|
+
height: auto;
|
|
31078
|
+
font-size: 13px;
|
|
31079
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31080
|
+
white-space: normal;
|
|
31081
|
+
}
|
|
31082
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31083
|
+
border-color: #ff4d4f !important;
|
|
31084
|
+
}
|
|
31085
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31086
|
+
border-color: #ff4d4f !important;
|
|
31087
|
+
}
|
|
31088
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31089
|
+
margin-top: 4px;
|
|
31090
|
+
font-size: 12px;
|
|
31091
|
+
min-height: 0px;
|
|
31092
|
+
}
|
|
31093
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31094
|
+
font-size: 12px;
|
|
31095
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31096
|
+
min-height: 0px;
|
|
31115
31097
|
}
|
|
31116
31098
|
|
|
31117
|
-
.
|
|
31099
|
+
.E_i1inqkme {
|
|
31100
|
+
height: 18px;
|
|
31118
31101
|
line-height: 18px;
|
|
31102
|
+
padding: 0 4px;
|
|
31103
|
+
border-radius: 4px;
|
|
31104
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31105
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31106
|
+
display: flex;
|
|
31107
|
+
align-items: center;
|
|
31108
|
+
white-space: nowrap;
|
|
31109
|
+
margin-right: 4px;
|
|
31119
31110
|
}
|
|
31120
31111
|
|
|
31121
|
-
.
|
|
31122
|
-
|
|
31112
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31113
|
+
margin-left: 8px;
|
|
31123
31114
|
}
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
visibility: hidden;
|
|
31127
|
-
position: absolute;
|
|
31115
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31116
|
+
padding: 2px 7px 2px 12px;
|
|
31128
31117
|
}
|
|
31129
31118
|
|
|
31130
31119
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31158,61 +31147,154 @@ button.E_n7k2c6r {
|
|
|
31158
31147
|
font-size: inherit;
|
|
31159
31148
|
}
|
|
31160
31149
|
|
|
31161
|
-
.
|
|
31162
|
-
|
|
31163
|
-
justify-content: space-between;
|
|
31164
|
-
align-items: center;
|
|
31165
|
-
padding: 10px 0;
|
|
31166
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31167
|
-
font-size: 12px;
|
|
31168
|
-
line-height: 24px;
|
|
31150
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31151
|
+
line-height: 18px;
|
|
31169
31152
|
}
|
|
31170
|
-
|
|
31171
|
-
|
|
31153
|
+
|
|
31154
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31155
|
+
display: inline-flex;
|
|
31156
|
+
align-items: baseline;
|
|
31157
|
+
white-space: pre-wrap;
|
|
31172
31158
|
}
|
|
31173
|
-
.
|
|
31174
|
-
|
|
31175
|
-
|
|
31176
|
-
border-radius: 6px;
|
|
31177
|
-
cursor: pointer;
|
|
31178
|
-
transition: all 0.3s ease;
|
|
31159
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31160
|
+
position: relative;
|
|
31161
|
+
top: 3px;
|
|
31179
31162
|
}
|
|
31180
|
-
.
|
|
31181
|
-
|
|
31182
|
-
color: #0080ff;
|
|
31163
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31164
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31183
31165
|
}
|
|
31184
|
-
.
|
|
31185
|
-
|
|
31166
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31167
|
+
border-color: #0080ff;
|
|
31186
31168
|
}
|
|
31187
|
-
.
|
|
31188
|
-
|
|
31189
|
-
|
|
31190
|
-
color: #0080ff;
|
|
31191
|
-
font-weight: bold;
|
|
31169
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31170
|
+
border-color: #0080ff;
|
|
31171
|
+
background: #0080ff;
|
|
31192
31172
|
}
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31173
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31174
|
+
top: 4px;
|
|
31175
|
+
left: 4px;
|
|
31176
|
+
width: 6px;
|
|
31177
|
+
height: 6px;
|
|
31178
|
+
background: #fff;
|
|
31195
31179
|
}
|
|
31196
|
-
.
|
|
31197
|
-
|
|
31198
|
-
padding: 0 8px;
|
|
31180
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31181
|
+
opacity: 0.5;
|
|
31199
31182
|
}
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31202
|
-
|
|
31183
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31184
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31185
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31203
31186
|
}
|
|
31204
|
-
.
|
|
31205
|
-
|
|
31187
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31188
|
+
background: #00122e;
|
|
31206
31189
|
}
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
overflow-y: auto;
|
|
31190
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31191
|
+
color: #00122e;
|
|
31192
|
+
opacity: 0.5;
|
|
31211
31193
|
}
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31194
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31195
|
+
color: #00122e;
|
|
31196
|
+
}
|
|
31197
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31198
|
+
display: inline-block;
|
|
31199
|
+
padding: 0;
|
|
31200
|
+
padding-left: 10px;
|
|
31201
|
+
}
|
|
31202
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31203
|
+
margin-bottom: 0;
|
|
31204
|
+
white-space: pre-wrap;
|
|
31205
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31206
|
+
}
|
|
31207
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31208
|
+
padding-left: 8px;
|
|
31209
|
+
}
|
|
31210
|
+
|
|
31211
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31212
|
+
border-radius: 5px 0 0 5px;
|
|
31213
|
+
}
|
|
31214
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31215
|
+
border-radius: 0 5px 5px 0;
|
|
31216
|
+
}
|
|
31217
|
+
|
|
31218
|
+
.E_rcc63c8 {
|
|
31219
|
+
color: #00122e;
|
|
31220
|
+
border-color: #ccd4e3;
|
|
31221
|
+
}
|
|
31222
|
+
.E_rcc63c8:first-child {
|
|
31223
|
+
border-color: #a3b4cc;
|
|
31224
|
+
}
|
|
31225
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31226
|
+
padding: 0 12px;
|
|
31227
|
+
line-height: 32px;
|
|
31228
|
+
height: 32px;
|
|
31229
|
+
}
|
|
31230
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31231
|
+
white-space: nowrap;
|
|
31232
|
+
}
|
|
31233
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31234
|
+
height: 22px;
|
|
31235
|
+
padding: 0 7px;
|
|
31236
|
+
line-height: 20px;
|
|
31237
|
+
}
|
|
31238
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31239
|
+
background: #ccd4e3;
|
|
31240
|
+
}
|
|
31241
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31242
|
+
background: #0080ff;
|
|
31243
|
+
}
|
|
31244
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31245
|
+
background: #ccd4e3;
|
|
31246
|
+
opacity: 0.5;
|
|
31247
|
+
}
|
|
31248
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31249
|
+
border-right-color: #0080ff;
|
|
31250
|
+
}
|
|
31251
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31252
|
+
border-color: #0080ff;
|
|
31253
|
+
}
|
|
31254
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31255
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31256
|
+
}
|
|
31257
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31258
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31259
|
+
border-color: #ccd4e3;
|
|
31260
|
+
opacity: 0.5;
|
|
31261
|
+
}
|
|
31262
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31263
|
+
color: #00122e;
|
|
31264
|
+
border-color: #ccd4e3;
|
|
31265
|
+
}
|
|
31266
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31267
|
+
color: #00122e;
|
|
31268
|
+
border-color: #ccd4e3;
|
|
31269
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31270
|
+
}
|
|
31271
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31272
|
+
margin-right: 8px;
|
|
31273
|
+
display: inline;
|
|
31274
|
+
border: none;
|
|
31275
|
+
padding: 0;
|
|
31276
|
+
width: 36px;
|
|
31277
|
+
background: transparent;
|
|
31278
|
+
}
|
|
31279
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31280
|
+
box-shadow: none;
|
|
31281
|
+
}
|
|
31282
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31283
|
+
margin-right: 0;
|
|
31284
|
+
width: initial;
|
|
31285
|
+
box-shadow: none;
|
|
31286
|
+
}
|
|
31287
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31288
|
+
display: none;
|
|
31289
|
+
}
|
|
31290
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31291
|
+
display: inline;
|
|
31292
|
+
}
|
|
31293
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31294
|
+
display: inline;
|
|
31295
|
+
margin-right: 8px;
|
|
31296
|
+
padding: 0;
|
|
31297
|
+
width: 36px;
|
|
31216
31298
|
}
|
|
31217
31299
|
|
|
31218
31300
|
.E_c1bus5hc {
|
|
@@ -31255,6 +31337,15 @@ button.E_n7k2c6r {
|
|
|
31255
31337
|
transform: rotate(0deg);
|
|
31256
31338
|
}
|
|
31257
31339
|
|
|
31340
|
+
.E_owd0kml {
|
|
31341
|
+
display: inline-block;
|
|
31342
|
+
}
|
|
31343
|
+
|
|
31344
|
+
.E_h1jsgezc {
|
|
31345
|
+
visibility: hidden;
|
|
31346
|
+
position: absolute;
|
|
31347
|
+
}
|
|
31348
|
+
|
|
31258
31349
|
.E_ivqqkzv {
|
|
31259
31350
|
height: 24px;
|
|
31260
31351
|
width: 56px !important;
|
|
@@ -31265,59 +31356,61 @@ button.E_n7k2c6r {
|
|
|
31265
31356
|
color: rgba(44, 56, 82, 0.6);
|
|
31266
31357
|
}
|
|
31267
31358
|
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31270
|
-
|
|
31271
|
-
|
|
31272
|
-
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
}
|
|
31277
|
-
.E_s1dizucg.ant-switch-small {
|
|
31278
|
-
min-width: 26px;
|
|
31279
|
-
height: 16px;
|
|
31280
|
-
}
|
|
31281
|
-
.E_s1dizucg.ant-switch-large {
|
|
31282
|
-
min-width: 52px;
|
|
31283
|
-
height: 32px;
|
|
31359
|
+
.E_phljevk {
|
|
31360
|
+
display: flex;
|
|
31361
|
+
justify-content: space-between;
|
|
31362
|
+
align-items: center;
|
|
31363
|
+
padding: 10px 0;
|
|
31364
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31365
|
+
font-size: 12px;
|
|
31366
|
+
line-height: 24px;
|
|
31284
31367
|
}
|
|
31285
|
-
.
|
|
31286
|
-
|
|
31287
|
-
width: 20px;
|
|
31368
|
+
.E_phljevk .pagination-left {
|
|
31369
|
+
padding: 2px 8px;
|
|
31288
31370
|
}
|
|
31289
|
-
.
|
|
31290
|
-
|
|
31291
|
-
|
|
31371
|
+
.E_phljevk .dropdown-trigger {
|
|
31372
|
+
display: flex;
|
|
31373
|
+
align-items: center;
|
|
31374
|
+
border-radius: 6px;
|
|
31375
|
+
cursor: pointer;
|
|
31376
|
+
transition: all 0.3s ease;
|
|
31292
31377
|
}
|
|
31293
|
-
.
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
top: 1px;
|
|
31297
|
-
left: 1px;
|
|
31378
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31379
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31380
|
+
color: #0080ff;
|
|
31298
31381
|
}
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31301
|
-
width: 28px;
|
|
31382
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31383
|
+
margin-left: 4px;
|
|
31302
31384
|
}
|
|
31303
|
-
.
|
|
31304
|
-
|
|
31385
|
+
.E_phljevk .pagination-right {
|
|
31386
|
+
display: flex;
|
|
31387
|
+
align-items: center;
|
|
31388
|
+
color: #0080ff;
|
|
31389
|
+
font-weight: bold;
|
|
31305
31390
|
}
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31391
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31392
|
+
margin-left: 4px;
|
|
31308
31393
|
}
|
|
31309
|
-
.
|
|
31310
|
-
|
|
31394
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31395
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31396
|
+
padding: 0 8px;
|
|
31311
31397
|
}
|
|
31312
|
-
.
|
|
31313
|
-
|
|
31398
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31399
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31400
|
+
color: #0080ff;
|
|
31314
31401
|
}
|
|
31315
|
-
.
|
|
31316
|
-
|
|
31402
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31403
|
+
transform: rotate(180deg);
|
|
31317
31404
|
}
|
|
31318
31405
|
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31406
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31407
|
+
max-height: calc(100vh - 128px);
|
|
31408
|
+
overflow-y: auto;
|
|
31409
|
+
}
|
|
31410
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31411
|
+
padding: 4px 20px;
|
|
31412
|
+
font-size: 12px;
|
|
31413
|
+
line-height: 18px;
|
|
31321
31414
|
}
|
|
31322
31415
|
|
|
31323
31416
|
.E_i11gg7mj .ant-input-prefix {
|
|
@@ -32035,154 +32128,59 @@ input.E_rf8rlle.ant-input {
|
|
|
32035
32128
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32036
32129
|
}
|
|
32037
32130
|
|
|
32038
|
-
.
|
|
32039
|
-
|
|
32040
|
-
|
|
32041
|
-
|
|
32042
|
-
|
|
32043
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
32044
|
-
position: relative;
|
|
32045
|
-
top: 3px;
|
|
32046
|
-
}
|
|
32047
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
32048
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32049
|
-
}
|
|
32050
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
32051
|
-
border-color: #0080ff;
|
|
32052
|
-
}
|
|
32053
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
32054
|
-
border-color: #0080ff;
|
|
32055
|
-
background: #0080ff;
|
|
32056
|
-
}
|
|
32057
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
32058
|
-
top: 4px;
|
|
32059
|
-
left: 4px;
|
|
32060
|
-
width: 6px;
|
|
32061
|
-
height: 6px;
|
|
32062
|
-
background: #fff;
|
|
32063
|
-
}
|
|
32064
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
32065
|
-
opacity: 0.5;
|
|
32066
|
-
}
|
|
32067
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
32068
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32069
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32070
|
-
}
|
|
32071
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
32072
|
-
background: #00122e;
|
|
32073
|
-
}
|
|
32074
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
32075
|
-
color: #00122e;
|
|
32076
|
-
opacity: 0.5;
|
|
32077
|
-
}
|
|
32078
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
32079
|
-
color: #00122e;
|
|
32080
|
-
}
|
|
32081
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
32082
|
-
display: inline-block;
|
|
32083
|
-
padding: 0;
|
|
32084
|
-
padding-left: 10px;
|
|
32085
|
-
}
|
|
32086
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
32087
|
-
margin-bottom: 0;
|
|
32088
|
-
white-space: pre-wrap;
|
|
32089
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32090
|
-
}
|
|
32091
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
32092
|
-
padding-left: 8px;
|
|
32093
|
-
}
|
|
32094
|
-
|
|
32095
|
-
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
32096
|
-
border-radius: 5px 0 0 5px;
|
|
32097
|
-
}
|
|
32098
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
32099
|
-
border-radius: 0 5px 5px 0;
|
|
32131
|
+
.E_s1dizucg.ant-switch {
|
|
32132
|
+
min-width: 40px;
|
|
32133
|
+
height: 24px;
|
|
32134
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32135
|
+
overflow: hidden;
|
|
32100
32136
|
}
|
|
32101
|
-
|
|
32102
|
-
.
|
|
32103
|
-
color: #00122e;
|
|
32104
|
-
border-color: #ccd4e3;
|
|
32137
|
+
.E_s1dizucg.ant-switch:focus {
|
|
32138
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
32105
32139
|
}
|
|
32106
|
-
.
|
|
32107
|
-
|
|
32140
|
+
.E_s1dizucg.ant-switch-small {
|
|
32141
|
+
min-width: 26px;
|
|
32142
|
+
height: 16px;
|
|
32108
32143
|
}
|
|
32109
|
-
.
|
|
32110
|
-
|
|
32111
|
-
line-height: 32px;
|
|
32144
|
+
.E_s1dizucg.ant-switch-large {
|
|
32145
|
+
min-width: 52px;
|
|
32112
32146
|
height: 32px;
|
|
32113
32147
|
}
|
|
32114
|
-
.
|
|
32115
|
-
|
|
32116
|
-
|
|
32117
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
32118
|
-
height: 22px;
|
|
32119
|
-
padding: 0 7px;
|
|
32120
|
-
line-height: 20px;
|
|
32121
|
-
}
|
|
32122
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
32123
|
-
background: #ccd4e3;
|
|
32124
|
-
}
|
|
32125
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
32126
|
-
background: #0080ff;
|
|
32127
|
-
}
|
|
32128
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
32129
|
-
background: #ccd4e3;
|
|
32130
|
-
opacity: 0.5;
|
|
32131
|
-
}
|
|
32132
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
32133
|
-
border-right-color: #0080ff;
|
|
32134
|
-
}
|
|
32135
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
32136
|
-
border-color: #0080ff;
|
|
32137
|
-
}
|
|
32138
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
32139
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32140
|
-
}
|
|
32141
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
32142
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32143
|
-
border-color: #ccd4e3;
|
|
32144
|
-
opacity: 0.5;
|
|
32148
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
32149
|
+
height: 20px;
|
|
32150
|
+
width: 20px;
|
|
32145
32151
|
}
|
|
32146
|
-
.
|
|
32147
|
-
|
|
32148
|
-
|
|
32152
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
32153
|
+
border-radius: 10px;
|
|
32154
|
+
transition-delay: 120ms;
|
|
32149
32155
|
}
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32156
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
32157
|
+
height: 14px;
|
|
32158
|
+
width: 14px;
|
|
32159
|
+
top: 1px;
|
|
32160
|
+
left: 1px;
|
|
32154
32161
|
}
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32157
|
-
|
|
32158
|
-
border: none;
|
|
32159
|
-
padding: 0;
|
|
32160
|
-
width: 36px;
|
|
32161
|
-
background: transparent;
|
|
32162
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
32163
|
+
height: 28px;
|
|
32164
|
+
width: 28px;
|
|
32162
32165
|
}
|
|
32163
|
-
.
|
|
32164
|
-
|
|
32166
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
32167
|
+
border-radius: 14px;
|
|
32165
32168
|
}
|
|
32166
|
-
.
|
|
32167
|
-
|
|
32168
|
-
width: initial;
|
|
32169
|
-
box-shadow: none;
|
|
32169
|
+
.E_s1dizucg.ant-switch-checked {
|
|
32170
|
+
background-color: #00ba5d;
|
|
32170
32171
|
}
|
|
32171
|
-
.
|
|
32172
|
-
|
|
32172
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
32173
|
+
left: calc(100% - 20px - 2px);
|
|
32173
32174
|
}
|
|
32174
|
-
.
|
|
32175
|
-
|
|
32175
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
32176
|
+
left: calc(100% - 14px - 1px);
|
|
32176
32177
|
}
|
|
32177
|
-
.
|
|
32178
|
-
|
|
32179
|
-
margin-right: 8px;
|
|
32180
|
-
padding: 0;
|
|
32181
|
-
width: 36px;
|
|
32178
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
32179
|
+
left: calc(100% - 28px - 2px);
|
|
32182
32180
|
}
|
|
32183
32181
|
|
|
32184
|
-
.
|
|
32185
|
-
margin-
|
|
32182
|
+
.E_c1up6e3y {
|
|
32183
|
+
margin-left: 5px;
|
|
32186
32184
|
}
|
|
32187
32185
|
|
|
32188
32186
|
.E_c1yyuluq {
|
|
@@ -32210,123 +32208,42 @@ input.E_rf8rlle.ant-input {
|
|
|
32210
32208
|
}
|
|
32211
32209
|
|
|
32212
32210
|
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32213
|
-
padding-right: 0px;
|
|
32214
|
-
cursor: default;
|
|
32215
|
-
}
|
|
32216
|
-
|
|
32217
|
-
.E_m196gn1d {
|
|
32218
|
-
min-width: 1280px;
|
|
32219
|
-
}
|
|
32220
|
-
|
|
32221
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32222
|
-
display: inline-flex;
|
|
32223
|
-
align-items: center;
|
|
32224
|
-
justify-content: center;
|
|
32225
|
-
color: #fff;
|
|
32226
|
-
font-weight: bold;
|
|
32227
|
-
font-size: 12px;
|
|
32228
|
-
width: 24px;
|
|
32229
|
-
height: 24px;
|
|
32230
|
-
border-radius: 50%;
|
|
32231
|
-
background: var(--a1b5xrg3-0);
|
|
32232
|
-
}
|
|
32233
|
-
.E_a1b5xrg3.btn-item {
|
|
32234
|
-
transition: all 160ms ease;
|
|
32235
|
-
cursor: pointer;
|
|
32236
|
-
width: 56px;
|
|
32237
|
-
height: 40px;
|
|
32238
|
-
display: inline-flex;
|
|
32239
|
-
align-items: center;
|
|
32240
|
-
justify-content: center;
|
|
32241
|
-
border-radius: 6px;
|
|
32242
|
-
}
|
|
32243
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32244
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32245
|
-
}
|
|
32246
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32247
|
-
transform: translateY(2px);
|
|
32248
|
-
transition: all 320ms ease;
|
|
32249
|
-
}
|
|
32250
|
-
|
|
32251
|
-
.E_s1dni7lo {
|
|
32252
|
-
width: 430px !important;
|
|
32253
|
-
}
|
|
32254
|
-
|
|
32255
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
32256
|
-
padding: 8px 16px;
|
|
32257
|
-
line-height: 18px;
|
|
32258
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32259
|
-
height: 34px;
|
|
32260
|
-
min-height: 34px;
|
|
32261
|
-
box-sizing: border-box;
|
|
32262
|
-
margin-top: 8px;
|
|
32263
|
-
}
|
|
32264
|
-
|
|
32265
|
-
.E_o1ugr09p {
|
|
32266
|
-
display: flex;
|
|
32267
|
-
flex-direction: column;
|
|
32268
|
-
margin: 1px 8px;
|
|
32269
|
-
padding: 8px;
|
|
32270
|
-
border-radius: 4px;
|
|
32271
|
-
}
|
|
32272
|
-
.E_o1ugr09p .selected-icon {
|
|
32273
|
-
display: none;
|
|
32274
|
-
}
|
|
32275
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32276
|
-
padding-left: 8px;
|
|
32277
|
-
}
|
|
32278
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32279
|
-
background-color: white;
|
|
32280
|
-
}
|
|
32281
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32282
|
-
color: #0080ff;
|
|
32283
|
-
}
|
|
32284
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32285
|
-
display: block;
|
|
32286
|
-
}
|
|
32287
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32288
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32289
|
-
}
|
|
32290
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32291
|
-
color: #0080ff;
|
|
32292
|
-
}
|
|
32293
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32294
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32295
|
-
color: #0080ff;
|
|
32296
|
-
}
|
|
32297
|
-
|
|
32298
|
-
.E_o1ifxsq4 {
|
|
32299
|
-
display: flex;
|
|
32300
|
-
justify-content: space-between;
|
|
32301
|
-
height: 20px;
|
|
32302
|
-
line-height: 20px;
|
|
32303
|
-
}
|
|
32304
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32305
|
-
color: #2d3a56;
|
|
32306
|
-
overflow: hidden;
|
|
32307
|
-
text-overflow: ellipsis;
|
|
32308
|
-
}
|
|
32309
|
-
|
|
32310
|
-
.E_o1zue7 {
|
|
32311
|
-
display: flex;
|
|
32312
|
-
justify-content: space-between;
|
|
32313
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32314
|
-
height: 18px;
|
|
32315
|
-
line-height: 18px;
|
|
32316
|
-
margin-top: 2px;
|
|
32211
|
+
padding-right: 0px;
|
|
32212
|
+
cursor: default;
|
|
32317
32213
|
}
|
|
32318
32214
|
|
|
32319
|
-
.
|
|
32320
|
-
|
|
32321
|
-
margin-right: 0;
|
|
32322
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32215
|
+
.E_tju3gfj .date {
|
|
32216
|
+
margin-right: 4px;
|
|
32323
32217
|
}
|
|
32324
32218
|
|
|
32325
|
-
.
|
|
32326
|
-
|
|
32327
|
-
|
|
32328
|
-
|
|
32329
|
-
|
|
32219
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32220
|
+
display: inline-flex;
|
|
32221
|
+
align-items: center;
|
|
32222
|
+
justify-content: center;
|
|
32223
|
+
color: #fff;
|
|
32224
|
+
font-weight: bold;
|
|
32225
|
+
font-size: 12px;
|
|
32226
|
+
width: 24px;
|
|
32227
|
+
height: 24px;
|
|
32228
|
+
border-radius: 50%;
|
|
32229
|
+
background: var(--a1b5xrg3-0);
|
|
32230
|
+
}
|
|
32231
|
+
.E_a1b5xrg3.btn-item {
|
|
32232
|
+
transition: all 160ms ease;
|
|
32233
|
+
cursor: pointer;
|
|
32234
|
+
width: 56px;
|
|
32235
|
+
height: 40px;
|
|
32236
|
+
display: inline-flex;
|
|
32237
|
+
align-items: center;
|
|
32238
|
+
justify-content: center;
|
|
32239
|
+
border-radius: 6px;
|
|
32240
|
+
}
|
|
32241
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32242
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32243
|
+
}
|
|
32244
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32245
|
+
transform: translateY(2px);
|
|
32246
|
+
transition: all 320ms ease;
|
|
32330
32247
|
}
|
|
32331
32248
|
|
|
32332
32249
|
.E_dsnbhzf {
|
|
@@ -32804,8 +32721,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32804
32721
|
line-height: 12px;
|
|
32805
32722
|
}
|
|
32806
32723
|
|
|
32807
|
-
.
|
|
32808
|
-
|
|
32724
|
+
.E_m196gn1d {
|
|
32725
|
+
min-width: 1280px;
|
|
32809
32726
|
}
|
|
32810
32727
|
|
|
32811
32728
|
.E_s1sck0th {
|
|
@@ -32901,6 +32818,91 @@ input.E_rf8rlle.ant-input {
|
|
|
32901
32818
|
visibility: hidden;
|
|
32902
32819
|
}
|
|
32903
32820
|
|
|
32821
|
+
.E_s1dni7lo {
|
|
32822
|
+
width: 430px !important;
|
|
32823
|
+
}
|
|
32824
|
+
|
|
32825
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32826
|
+
padding: 8px 16px;
|
|
32827
|
+
line-height: 18px;
|
|
32828
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32829
|
+
height: 34px;
|
|
32830
|
+
min-height: 34px;
|
|
32831
|
+
box-sizing: border-box;
|
|
32832
|
+
margin-top: 8px;
|
|
32833
|
+
}
|
|
32834
|
+
|
|
32835
|
+
.E_o1ugr09p {
|
|
32836
|
+
display: flex;
|
|
32837
|
+
flex-direction: column;
|
|
32838
|
+
margin: 1px 8px;
|
|
32839
|
+
padding: 8px;
|
|
32840
|
+
border-radius: 4px;
|
|
32841
|
+
}
|
|
32842
|
+
.E_o1ugr09p .selected-icon {
|
|
32843
|
+
display: none;
|
|
32844
|
+
}
|
|
32845
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32846
|
+
padding-left: 8px;
|
|
32847
|
+
}
|
|
32848
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32849
|
+
background-color: white;
|
|
32850
|
+
}
|
|
32851
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32852
|
+
color: #0080ff;
|
|
32853
|
+
}
|
|
32854
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32855
|
+
display: block;
|
|
32856
|
+
}
|
|
32857
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32858
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32859
|
+
}
|
|
32860
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32861
|
+
color: #0080ff;
|
|
32862
|
+
}
|
|
32863
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32864
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32865
|
+
color: #0080ff;
|
|
32866
|
+
}
|
|
32867
|
+
|
|
32868
|
+
.E_o1ifxsq4 {
|
|
32869
|
+
display: flex;
|
|
32870
|
+
justify-content: space-between;
|
|
32871
|
+
height: 20px;
|
|
32872
|
+
line-height: 20px;
|
|
32873
|
+
}
|
|
32874
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32875
|
+
color: #2d3a56;
|
|
32876
|
+
overflow: hidden;
|
|
32877
|
+
text-overflow: ellipsis;
|
|
32878
|
+
}
|
|
32879
|
+
|
|
32880
|
+
.E_o1zue7 {
|
|
32881
|
+
display: flex;
|
|
32882
|
+
justify-content: space-between;
|
|
32883
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32884
|
+
height: 18px;
|
|
32885
|
+
line-height: 18px;
|
|
32886
|
+
margin-top: 2px;
|
|
32887
|
+
}
|
|
32888
|
+
|
|
32889
|
+
.E_tyfmlxg {
|
|
32890
|
+
border: none;
|
|
32891
|
+
margin-right: 0;
|
|
32892
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32893
|
+
}
|
|
32894
|
+
|
|
32895
|
+
.E_o18uybox {
|
|
32896
|
+
pointer-events: none;
|
|
32897
|
+
height: 32px;
|
|
32898
|
+
width: 100%;
|
|
32899
|
+
opacity: 0;
|
|
32900
|
+
}
|
|
32901
|
+
|
|
32902
|
+
.E_iq1gosr {
|
|
32903
|
+
display: inline-block;
|
|
32904
|
+
}
|
|
32905
|
+
|
|
32904
32906
|
.E_h1ol2wl7 {
|
|
32905
32907
|
font-weight: bold;
|
|
32906
32908
|
background-color: unset;
|
|
@@ -34076,78 +34078,21 @@ input.E_rf8rlle.ant-input {
|
|
|
34076
34078
|
padding: 0;
|
|
34077
34079
|
}
|
|
34078
34080
|
|
|
34079
|
-
.
|
|
34080
|
-
width: 64px;
|
|
34081
|
-
height: 64px;
|
|
34082
|
-
max-width: 64px;
|
|
34083
|
-
max-height: 64px;
|
|
34084
|
-
overflow: hidden;
|
|
34081
|
+
.E_r77hffu {
|
|
34085
34082
|
display: flex;
|
|
34086
34083
|
align-items: center;
|
|
34087
|
-
justify-content:
|
|
34088
|
-
|
|
34089
|
-
opacity: 0.6;
|
|
34090
|
-
}
|
|
34091
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34092
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34093
|
-
}
|
|
34094
|
-
@keyframes rotate {
|
|
34095
|
-
from {
|
|
34096
|
-
transform: rotate(0deg);
|
|
34097
|
-
}
|
|
34098
|
-
to {
|
|
34099
|
-
transform: rotate(360deg);
|
|
34100
|
-
}
|
|
34101
|
-
}
|
|
34102
|
-
|
|
34103
|
-
button.E_l48ei06.ant-btn {
|
|
34104
|
-
font-size: 12px;
|
|
34105
|
-
line-height: 18px;
|
|
34106
|
-
height: 18px;
|
|
34084
|
+
justify-content: space-between;
|
|
34085
|
+
column-gap: 6px;
|
|
34107
34086
|
}
|
|
34108
34087
|
|
|
34109
|
-
|
|
34110
|
-
|
|
34111
|
-
|
|
34112
|
-
|
|
34113
|
-
|
|
34114
|
-
margin-right: 4px;
|
|
34115
|
-
}
|
|
34116
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34117
|
-
margin-left: 4px;
|
|
34118
|
-
}
|
|
34119
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34120
|
-
color: #009DFF;
|
|
34121
|
-
}
|
|
34122
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34123
|
-
color: #005ED1;
|
|
34124
|
-
}
|
|
34125
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34126
|
-
color: #0080FF;
|
|
34127
|
-
}
|
|
34128
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34129
|
-
color: #00122E;
|
|
34130
|
-
}
|
|
34131
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34132
|
-
color: #0080FF;
|
|
34133
|
-
}
|
|
34134
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34135
|
-
color: #005ED1;
|
|
34136
|
-
}
|
|
34137
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34138
|
-
color: #00122E;
|
|
34139
|
-
}
|
|
34140
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34141
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34142
|
-
}
|
|
34143
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34144
|
-
color: #0080FF;
|
|
34145
|
-
}
|
|
34146
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34147
|
-
color: #005ED1;
|
|
34088
|
+
.E_p1cmxsf7 {
|
|
34089
|
+
display: flex;
|
|
34090
|
+
flex-direction: column;
|
|
34091
|
+
justify-content: center;
|
|
34092
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34148
34093
|
}
|
|
34149
|
-
|
|
34150
|
-
|
|
34094
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34095
|
+
font-size: 0;
|
|
34151
34096
|
}
|
|
34152
34097
|
|
|
34153
34098
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -34184,21 +34129,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34184
34129
|
background-color: transparent;
|
|
34185
34130
|
}
|
|
34186
34131
|
|
|
34187
|
-
.
|
|
34188
|
-
|
|
34189
|
-
align-items: center;
|
|
34190
|
-
justify-content: space-between;
|
|
34191
|
-
column-gap: 6px;
|
|
34192
|
-
}
|
|
34193
|
-
|
|
34194
|
-
.E_p1cmxsf7 {
|
|
34195
|
-
display: flex;
|
|
34196
|
-
flex-direction: column;
|
|
34197
|
-
justify-content: center;
|
|
34198
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34199
|
-
}
|
|
34200
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34201
|
-
font-size: 0;
|
|
34132
|
+
.E_c1yd35n {
|
|
34133
|
+
padding: 0 12px 14px 12px;
|
|
34202
34134
|
}
|
|
34203
34135
|
|
|
34204
34136
|
.E_ckui4s7 {
|
|
@@ -34265,10 +34197,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34265
34197
|
margin-left: 24px;
|
|
34266
34198
|
}
|
|
34267
34199
|
|
|
34268
|
-
.E_c1yd35n {
|
|
34269
|
-
padding: 0 12px 14px 12px;
|
|
34270
|
-
}
|
|
34271
|
-
|
|
34272
34200
|
.E_c1kghdax {
|
|
34273
34201
|
color: #2d3a56;
|
|
34274
34202
|
padding: 7px 12px;
|
|
@@ -34326,79 +34254,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34326
34254
|
transform: translateY(-4px);
|
|
34327
34255
|
}
|
|
34328
34256
|
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34331
|
-
|
|
34332
|
-
|
|
34333
|
-
height: 22px;
|
|
34334
|
-
}
|
|
34335
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34336
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34337
|
-
}
|
|
34338
|
-
.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 {
|
|
34339
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34340
|
-
}
|
|
34341
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34342
|
-
color: #00122e;
|
|
34343
|
-
}
|
|
34344
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34345
|
-
margin-right: 6px;
|
|
34257
|
+
button.E_l48ei06.ant-btn {
|
|
34258
|
+
font-size: 12px;
|
|
34259
|
+
line-height: 18px;
|
|
34260
|
+
height: 18px;
|
|
34346
34261
|
}
|
|
34347
|
-
|
|
34348
|
-
|
|
34349
|
-
color:
|
|
34262
|
+
|
|
34263
|
+
button.E_l48ei06 {
|
|
34264
|
+
color: #0080FF;
|
|
34265
|
+
height: unset;
|
|
34350
34266
|
}
|
|
34351
|
-
.
|
|
34352
|
-
|
|
34267
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34268
|
+
margin-right: 4px;
|
|
34353
34269
|
}
|
|
34354
|
-
.
|
|
34355
|
-
|
|
34270
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34271
|
+
margin-left: 4px;
|
|
34356
34272
|
}
|
|
34357
|
-
.
|
|
34358
|
-
|
|
34273
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34274
|
+
color: #009DFF;
|
|
34359
34275
|
}
|
|
34360
|
-
.
|
|
34361
|
-
|
|
34276
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34277
|
+
color: #005ED1;
|
|
34362
34278
|
}
|
|
34363
|
-
.
|
|
34364
|
-
|
|
34279
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34280
|
+
color: #0080FF;
|
|
34365
34281
|
}
|
|
34366
|
-
.
|
|
34367
|
-
|
|
34282
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34283
|
+
color: #00122E;
|
|
34368
34284
|
}
|
|
34369
|
-
.
|
|
34370
|
-
|
|
34285
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34286
|
+
color: #0080FF;
|
|
34371
34287
|
}
|
|
34372
|
-
.
|
|
34373
|
-
|
|
34288
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34289
|
+
color: #005ED1;
|
|
34374
34290
|
}
|
|
34375
|
-
.
|
|
34376
|
-
|
|
34291
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34292
|
+
color: #00122E;
|
|
34377
34293
|
}
|
|
34378
|
-
.
|
|
34379
|
-
|
|
34294
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34295
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34380
34296
|
}
|
|
34381
|
-
.
|
|
34382
|
-
|
|
34297
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34298
|
+
color: #0080FF;
|
|
34383
34299
|
}
|
|
34384
|
-
.
|
|
34385
|
-
|
|
34300
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34301
|
+
color: #005ED1;
|
|
34386
34302
|
}
|
|
34387
|
-
.
|
|
34388
|
-
|
|
34303
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34304
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34389
34305
|
}
|
|
34390
|
-
|
|
34391
|
-
|
|
34306
|
+
|
|
34307
|
+
.E_l12xdkhl {
|
|
34308
|
+
width: 64px;
|
|
34309
|
+
height: 64px;
|
|
34310
|
+
max-width: 64px;
|
|
34311
|
+
max-height: 64px;
|
|
34312
|
+
overflow: hidden;
|
|
34313
|
+
display: flex;
|
|
34314
|
+
align-items: center;
|
|
34315
|
+
justify-content: center;
|
|
34316
|
+
position: relative;
|
|
34317
|
+
opacity: 0.6;
|
|
34392
34318
|
}
|
|
34393
|
-
.
|
|
34394
|
-
|
|
34319
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34320
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34395
34321
|
}
|
|
34396
|
-
|
|
34397
|
-
|
|
34398
|
-
|
|
34399
|
-
|
|
34400
|
-
|
|
34401
|
-
|
|
34322
|
+
@keyframes rotate {
|
|
34323
|
+
from {
|
|
34324
|
+
transform: rotate(0deg);
|
|
34325
|
+
}
|
|
34326
|
+
to {
|
|
34327
|
+
transform: rotate(360deg);
|
|
34328
|
+
}
|
|
34402
34329
|
}
|
|
34403
34330
|
|
|
34404
34331
|
.E_tc97u5y {
|
|
@@ -34771,6 +34698,130 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34771
34698
|
background: #fff;
|
|
34772
34699
|
}
|
|
34773
34700
|
|
|
34701
|
+
.E_sddwhm6 {
|
|
34702
|
+
margin: 0;
|
|
34703
|
+
border-radius: 20px;
|
|
34704
|
+
padding: 2px 10px;
|
|
34705
|
+
height: 22px;
|
|
34706
|
+
}
|
|
34707
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34708
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34709
|
+
}
|
|
34710
|
+
.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 {
|
|
34711
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34712
|
+
}
|
|
34713
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34714
|
+
color: #00122e;
|
|
34715
|
+
}
|
|
34716
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34717
|
+
margin-right: 6px;
|
|
34718
|
+
}
|
|
34719
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34720
|
+
margin-left: 8px;
|
|
34721
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34722
|
+
}
|
|
34723
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34724
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34725
|
+
}
|
|
34726
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34727
|
+
background-color: #0080ff;
|
|
34728
|
+
}
|
|
34729
|
+
.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 {
|
|
34730
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34731
|
+
}
|
|
34732
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34733
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34734
|
+
}
|
|
34735
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34736
|
+
background-color: #f0483e;
|
|
34737
|
+
}
|
|
34738
|
+
.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 {
|
|
34739
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34740
|
+
}
|
|
34741
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34742
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34743
|
+
}
|
|
34744
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34745
|
+
background-color: #fea008;
|
|
34746
|
+
}
|
|
34747
|
+
.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 {
|
|
34748
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34749
|
+
}
|
|
34750
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34751
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34752
|
+
}
|
|
34753
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34754
|
+
background-color: #00ba5d;
|
|
34755
|
+
}
|
|
34756
|
+
.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 {
|
|
34757
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34758
|
+
}
|
|
34759
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34760
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34761
|
+
}
|
|
34762
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34763
|
+
background-color: #6b7d99;
|
|
34764
|
+
}
|
|
34765
|
+
.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 {
|
|
34766
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34767
|
+
}
|
|
34768
|
+
|
|
34769
|
+
.E_satwmqm {
|
|
34770
|
+
width: 8px;
|
|
34771
|
+
height: 8px;
|
|
34772
|
+
border-radius: 50%;
|
|
34773
|
+
display: inline-block;
|
|
34774
|
+
}
|
|
34775
|
+
|
|
34776
|
+
.E_lht19u8 {
|
|
34777
|
+
width: 64px;
|
|
34778
|
+
height: 64px;
|
|
34779
|
+
display: flex;
|
|
34780
|
+
align-items: center;
|
|
34781
|
+
justify-content: center;
|
|
34782
|
+
position: relative;
|
|
34783
|
+
opacity: 0.2;
|
|
34784
|
+
}
|
|
34785
|
+
|
|
34786
|
+
.E_lk3gkp4 {
|
|
34787
|
+
position: absolute;
|
|
34788
|
+
width: 5px;
|
|
34789
|
+
height: 48px;
|
|
34790
|
+
left: 9.33px;
|
|
34791
|
+
top: 40.5px;
|
|
34792
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34793
|
+
border-radius: 5px;
|
|
34794
|
+
transform: rotate(-128deg);
|
|
34795
|
+
transform-origin: top left;
|
|
34796
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34797
|
+
}
|
|
34798
|
+
|
|
34799
|
+
.E_ll4n94n {
|
|
34800
|
+
position: absolute;
|
|
34801
|
+
width: 5px;
|
|
34802
|
+
height: 48px;
|
|
34803
|
+
left: 40.8px;
|
|
34804
|
+
top: 8.4px;
|
|
34805
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34806
|
+
border-radius: 5px;
|
|
34807
|
+
transform: rotate(-8deg);
|
|
34808
|
+
transform-origin: top left;
|
|
34809
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34810
|
+
}
|
|
34811
|
+
|
|
34812
|
+
.E_l17lbdo6 {
|
|
34813
|
+
position: absolute;
|
|
34814
|
+
width: 5px;
|
|
34815
|
+
height: 48px;
|
|
34816
|
+
left: 52.9px;
|
|
34817
|
+
top: 51.8px;
|
|
34818
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34819
|
+
border-radius: 5px;
|
|
34820
|
+
transform: rotate(112deg);
|
|
34821
|
+
transform-origin: top left;
|
|
34822
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34823
|
+
}
|
|
34824
|
+
|
|
34774
34825
|
.E_msn7nxt {
|
|
34775
34826
|
color: rgba(44, 56, 82, 0.6);
|
|
34776
34827
|
text-align: center;
|
|
@@ -34932,55 +34983,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34932
34983
|
margin-left: 8px;
|
|
34933
34984
|
}
|
|
34934
34985
|
|
|
34935
|
-
.E_lht19u8 {
|
|
34936
|
-
width: 64px;
|
|
34937
|
-
height: 64px;
|
|
34938
|
-
display: flex;
|
|
34939
|
-
align-items: center;
|
|
34940
|
-
justify-content: center;
|
|
34941
|
-
position: relative;
|
|
34942
|
-
opacity: 0.2;
|
|
34943
|
-
}
|
|
34944
|
-
|
|
34945
|
-
.E_lk3gkp4 {
|
|
34946
|
-
position: absolute;
|
|
34947
|
-
width: 5px;
|
|
34948
|
-
height: 48px;
|
|
34949
|
-
left: 9.33px;
|
|
34950
|
-
top: 40.5px;
|
|
34951
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34952
|
-
border-radius: 5px;
|
|
34953
|
-
transform: rotate(-128deg);
|
|
34954
|
-
transform-origin: top left;
|
|
34955
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34956
|
-
}
|
|
34957
|
-
|
|
34958
|
-
.E_ll4n94n {
|
|
34959
|
-
position: absolute;
|
|
34960
|
-
width: 5px;
|
|
34961
|
-
height: 48px;
|
|
34962
|
-
left: 40.8px;
|
|
34963
|
-
top: 8.4px;
|
|
34964
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34965
|
-
border-radius: 5px;
|
|
34966
|
-
transform: rotate(-8deg);
|
|
34967
|
-
transform-origin: top left;
|
|
34968
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34969
|
-
}
|
|
34970
|
-
|
|
34971
|
-
.E_l17lbdo6 {
|
|
34972
|
-
position: absolute;
|
|
34973
|
-
width: 5px;
|
|
34974
|
-
height: 48px;
|
|
34975
|
-
left: 52.9px;
|
|
34976
|
-
top: 51.8px;
|
|
34977
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34978
|
-
border-radius: 5px;
|
|
34979
|
-
transform: rotate(112deg);
|
|
34980
|
-
transform-origin: top left;
|
|
34981
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34982
|
-
}
|
|
34983
|
-
|
|
34984
34986
|
.E_t1gvlxt5 {
|
|
34985
34987
|
min-width: 0;
|
|
34986
34988
|
flex: 1;
|