@cloudtower/eagle 0.30.8 → 0.30.9
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/coreX/OverflowTooltip/index.js +21 -8
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1113 -1105
- package/dist/esm/coreX/OverflowTooltip/index.js +21 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +2 -1
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +5 -0
- package/dist/style.css +872 -864
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,6 +29572,20 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
+
.E_skwah65 {
|
|
29576
|
+
height: 8px;
|
|
29577
|
+
box-sizing: border-box;
|
|
29578
|
+
border-radius: 2px;
|
|
29579
|
+
background: #f5f7fa;
|
|
29580
|
+
display: flex;
|
|
29581
|
+
width: 100%;
|
|
29582
|
+
overflow: hidden;
|
|
29583
|
+
}
|
|
29584
|
+
|
|
29585
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
+
margin-left: 1px;
|
|
29587
|
+
}
|
|
29588
|
+
|
|
29575
29589
|
.E_c18bcrac {
|
|
29576
29590
|
display: inline-block;
|
|
29577
29591
|
width: 100%;
|
|
@@ -29621,6 +29635,42 @@ html body {
|
|
|
29621
29635
|
margin-right: 4px;
|
|
29622
29636
|
}
|
|
29623
29637
|
|
|
29638
|
+
span.E_tqjc4ui {
|
|
29639
|
+
margin: 0 2px;
|
|
29640
|
+
}
|
|
29641
|
+
|
|
29642
|
+
.E_n12mqh7z {
|
|
29643
|
+
display: flex;
|
|
29644
|
+
align-items: center;
|
|
29645
|
+
font-size: 12px;
|
|
29646
|
+
line-height: 18px;
|
|
29647
|
+
}
|
|
29648
|
+
|
|
29649
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29650
|
+
margin-bottom: 4px;
|
|
29651
|
+
}
|
|
29652
|
+
|
|
29653
|
+
.E_tf5bynu {
|
|
29654
|
+
margin: 0 3px;
|
|
29655
|
+
}
|
|
29656
|
+
|
|
29657
|
+
.E_tcckoz1 {
|
|
29658
|
+
max-height: 400px;
|
|
29659
|
+
overflow: auto;
|
|
29660
|
+
}
|
|
29661
|
+
|
|
29662
|
+
.E_gmyahx3 {
|
|
29663
|
+
cursor: pointer;
|
|
29664
|
+
}
|
|
29665
|
+
|
|
29666
|
+
.E_gmyahx3 .link-text {
|
|
29667
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29668
|
+
}
|
|
29669
|
+
|
|
29670
|
+
.E_gmyahx3:hover .link-text {
|
|
29671
|
+
color: #0080ff;
|
|
29672
|
+
}
|
|
29673
|
+
|
|
29624
29674
|
.E_s1ebs0ra {
|
|
29625
29675
|
display: flex;
|
|
29626
29676
|
align-items: center;
|
|
@@ -29692,22 +29742,6 @@ html body {
|
|
|
29692
29742
|
background: #fff;
|
|
29693
29743
|
}
|
|
29694
29744
|
|
|
29695
|
-
.E_ou7iq30 {
|
|
29696
|
-
overflow: hidden;
|
|
29697
|
-
text-overflow: ellipsis;
|
|
29698
|
-
}
|
|
29699
|
-
|
|
29700
|
-
.E_s1tui002 {
|
|
29701
|
-
white-space: nowrap;
|
|
29702
|
-
}
|
|
29703
|
-
|
|
29704
|
-
.E_mxrc2zg {
|
|
29705
|
-
display: -webkit-box;
|
|
29706
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29707
|
-
-webkit-box-orient: vertical;
|
|
29708
|
-
word-break: break-all;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
29745
|
.E_clm1wy1 {
|
|
29712
29746
|
width: 192px;
|
|
29713
29747
|
height: 246px;
|
|
@@ -29817,839 +29851,814 @@ html body {
|
|
|
29817
29851
|
border-radius: 2px;
|
|
29818
29852
|
}
|
|
29819
29853
|
|
|
29820
|
-
.
|
|
29821
|
-
|
|
29822
|
-
align-items: center;
|
|
29854
|
+
.E_c1up1pdz {
|
|
29855
|
+
width: 648px;
|
|
29823
29856
|
}
|
|
29824
29857
|
|
|
29825
|
-
.
|
|
29826
|
-
|
|
29858
|
+
.E_c1up1pdz.active {
|
|
29859
|
+
border-color: #0080ff;
|
|
29827
29860
|
}
|
|
29828
29861
|
|
|
29829
|
-
.
|
|
29830
|
-
|
|
29831
|
-
box-sizing: border-box;
|
|
29832
|
-
border-radius: 2px;
|
|
29833
|
-
background: #f5f7fa;
|
|
29834
|
-
display: flex;
|
|
29835
|
-
width: 100%;
|
|
29836
|
-
overflow: hidden;
|
|
29862
|
+
.E_c1up1pdz.active > header {
|
|
29863
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29837
29864
|
}
|
|
29838
29865
|
|
|
29839
|
-
.
|
|
29840
|
-
|
|
29866
|
+
.E_c1up1pdz .expand {
|
|
29867
|
+
padding: 12px;
|
|
29841
29868
|
}
|
|
29842
29869
|
|
|
29843
|
-
.
|
|
29870
|
+
.E_c1up1pdz .field-item {
|
|
29844
29871
|
display: flex;
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
line-height: 18px;
|
|
29848
|
-
}
|
|
29849
|
-
|
|
29850
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29851
|
-
margin-bottom: 4px;
|
|
29872
|
+
padding: 10px 0;
|
|
29873
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29852
29874
|
}
|
|
29853
29875
|
|
|
29854
|
-
.
|
|
29855
|
-
|
|
29876
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29877
|
+
border-bottom: none;
|
|
29878
|
+
padding-bottom: 0;
|
|
29856
29879
|
}
|
|
29857
29880
|
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29860
|
-
|
|
29881
|
+
.E_c1up1pdz .field-item label {
|
|
29882
|
+
line-height: 32px;
|
|
29883
|
+
width: 100px;
|
|
29884
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29861
29885
|
}
|
|
29862
29886
|
|
|
29863
|
-
|
|
29864
|
-
|
|
29887
|
+
.E_c1up1pdz .help {
|
|
29888
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29889
|
+
margin-top: 5px;
|
|
29865
29890
|
}
|
|
29866
29891
|
|
|
29867
|
-
.
|
|
29868
|
-
|
|
29869
|
-
|
|
29870
|
-
overflow: auto;
|
|
29892
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29893
|
+
.E_c1up1pdz .ant-picker {
|
|
29894
|
+
width: 128px;
|
|
29871
29895
|
}
|
|
29872
29896
|
|
|
29873
|
-
.
|
|
29897
|
+
.E_c156wh19 {
|
|
29874
29898
|
display: flex;
|
|
29875
|
-
|
|
29899
|
+
align-items: center;
|
|
29876
29900
|
justify-content: space-between;
|
|
29901
|
+
word-break: keep-all;
|
|
29877
29902
|
}
|
|
29878
29903
|
|
|
29879
|
-
.
|
|
29880
|
-
|
|
29904
|
+
.E_c156wh19 .title {
|
|
29905
|
+
margin: 0 16px 0 8px;
|
|
29881
29906
|
}
|
|
29882
29907
|
|
|
29883
|
-
.
|
|
29884
|
-
|
|
29908
|
+
.E_c156wh19 .retain {
|
|
29909
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29885
29910
|
}
|
|
29886
29911
|
|
|
29887
|
-
.
|
|
29888
|
-
|
|
29889
|
-
|
|
29912
|
+
.E_c156wh19 div.left {
|
|
29913
|
+
flex: 1;
|
|
29914
|
+
display: flex;
|
|
29915
|
+
overflow: hidden;
|
|
29916
|
+
align-items: center;
|
|
29917
|
+
justify-content: flex-start;
|
|
29918
|
+
white-space: nowrap;
|
|
29919
|
+
}
|
|
29920
|
+
|
|
29921
|
+
.E_c156wh19 div.left .title {
|
|
29922
|
+
max-width: 100%;
|
|
29890
29923
|
overflow: hidden;
|
|
29891
29924
|
text-overflow: ellipsis;
|
|
29892
29925
|
}
|
|
29893
29926
|
|
|
29894
|
-
.
|
|
29895
|
-
|
|
29927
|
+
.E_c156wh19 div.right {
|
|
29928
|
+
display: flex;
|
|
29929
|
+
align-items: center;
|
|
29896
29930
|
}
|
|
29897
29931
|
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29932
|
+
.E_c156wh19 .reverse {
|
|
29933
|
+
display: flex;
|
|
29934
|
+
flex-direction: row-reverse;
|
|
29935
|
+
align-items: center;
|
|
29900
29936
|
}
|
|
29901
29937
|
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29904
|
-
padding: 0 8px 4px;
|
|
29905
|
-
line-height: 18px;
|
|
29938
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
29939
|
+
margin-left: 8px;
|
|
29906
29940
|
}
|
|
29907
29941
|
|
|
29908
|
-
.
|
|
29909
|
-
padding:
|
|
29942
|
+
.E_c156wh19 .close {
|
|
29943
|
+
padding-left: 14px;
|
|
29944
|
+
margin-left: 14px;
|
|
29945
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29946
|
+
cursor: pointer;
|
|
29910
29947
|
}
|
|
29911
29948
|
|
|
29912
|
-
.
|
|
29913
|
-
padding-bottom:
|
|
29949
|
+
.E_m126spxy {
|
|
29950
|
+
padding-bottom: 4px;
|
|
29951
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29914
29952
|
}
|
|
29915
29953
|
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
|
|
29954
|
+
.E_m126spxy .ant-btn-link {
|
|
29955
|
+
padding: 1px 10px;
|
|
29956
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29957
|
+
border-radius: 4px;
|
|
29919
29958
|
}
|
|
29920
29959
|
|
|
29921
|
-
.
|
|
29922
|
-
|
|
29923
|
-
|
|
29924
|
-
align-items: center;
|
|
29925
|
-
height: 32px;
|
|
29926
|
-
line-height: 22px;
|
|
29927
|
-
padding: 0 8px;
|
|
29960
|
+
.E_m126spxy .ant-btn-link.active {
|
|
29961
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29962
|
+
color: #0096ff;
|
|
29928
29963
|
}
|
|
29929
29964
|
|
|
29930
|
-
.
|
|
29931
|
-
|
|
29965
|
+
.E_wpbf4pq {
|
|
29966
|
+
padding: 10px 0;
|
|
29967
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29932
29968
|
}
|
|
29933
29969
|
|
|
29934
|
-
.
|
|
29935
|
-
|
|
29936
|
-
|
|
29970
|
+
.E_wpbf4pq .ant-input,
|
|
29971
|
+
.E_wpbf4pq .ant-picker {
|
|
29972
|
+
width: 80px;
|
|
29973
|
+
margin: 0 9px;
|
|
29974
|
+
text-align: center;
|
|
29937
29975
|
}
|
|
29938
29976
|
|
|
29939
|
-
.
|
|
29940
|
-
|
|
29941
|
-
|
|
29942
|
-
|
|
29943
|
-
color: #fff;
|
|
29977
|
+
.E_wpbf4pq .options {
|
|
29978
|
+
padding: 12px 0 12px 16px;
|
|
29979
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29980
|
+
margin: 5px 0 5px 8px;
|
|
29944
29981
|
}
|
|
29945
29982
|
|
|
29946
|
-
.
|
|
29947
|
-
|
|
29983
|
+
.E_wpbf4pq .week-day-option,
|
|
29984
|
+
.E_wpbf4pq .month-day-option {
|
|
29985
|
+
background: #f5f7fa;
|
|
29986
|
+
box-sizing: border-box;
|
|
29987
|
+
border-radius: 16px;
|
|
29988
|
+
margin-right: 8px;
|
|
29948
29989
|
}
|
|
29949
29990
|
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
border-
|
|
29991
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
29992
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
29993
|
+
color: inherit;
|
|
29994
|
+
border-color: #d9d9d9;
|
|
29954
29995
|
}
|
|
29955
29996
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29958
|
-
|
|
29997
|
+
.E_wpbf4pq .week-day-option.active {
|
|
29998
|
+
background-color: #0096ff;
|
|
29999
|
+
border-color: #0096ff;
|
|
30000
|
+
color: #fff;
|
|
29959
30001
|
}
|
|
29960
30002
|
|
|
29961
|
-
.
|
|
29962
|
-
|
|
29963
|
-
|
|
30003
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30004
|
+
width: 110px;
|
|
30005
|
+
margin-top: 4px;
|
|
29964
30006
|
}
|
|
29965
30007
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
30008
|
+
.E_wpbf4pq .month-day-option {
|
|
30009
|
+
width: 32px;
|
|
30010
|
+
padding: 0;
|
|
30011
|
+
margin-bottom: 8px;
|
|
29968
30012
|
}
|
|
29969
30013
|
|
|
29970
|
-
.
|
|
29971
|
-
|
|
29972
|
-
|
|
30014
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30015
|
+
background-color: #0096ff;
|
|
30016
|
+
border-color: #0096ff;
|
|
30017
|
+
color: #fff;
|
|
29973
30018
|
}
|
|
29974
30019
|
|
|
29975
|
-
.
|
|
30020
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29976
30021
|
display: flex;
|
|
29977
|
-
|
|
29978
|
-
width: 100% !important;
|
|
30022
|
+
align-items: center;
|
|
29979
30023
|
}
|
|
29980
30024
|
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29983
|
-
opacity: 1 !important;
|
|
30025
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30026
|
+
margin-right: 8px;
|
|
29984
30027
|
}
|
|
29985
30028
|
|
|
29986
|
-
.
|
|
29987
|
-
|
|
29988
|
-
|
|
30029
|
+
.E_ou7iq30 {
|
|
30030
|
+
overflow: hidden;
|
|
30031
|
+
text-overflow: ellipsis;
|
|
29989
30032
|
}
|
|
29990
30033
|
|
|
29991
|
-
.
|
|
29992
|
-
|
|
30034
|
+
.E_s1tui002 {
|
|
30035
|
+
white-space: nowrap;
|
|
29993
30036
|
}
|
|
29994
30037
|
|
|
29995
|
-
.
|
|
29996
|
-
|
|
29997
|
-
|
|
29998
|
-
|
|
29999
|
-
|
|
30000
|
-
text-align: left;
|
|
30038
|
+
.E_mxrc2zg {
|
|
30039
|
+
display: -webkit-box;
|
|
30040
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30041
|
+
-webkit-box-orient: vertical;
|
|
30042
|
+
word-break: break-all;
|
|
30001
30043
|
}
|
|
30002
30044
|
|
|
30003
|
-
.
|
|
30004
|
-
|
|
30045
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30046
|
+
display: none;
|
|
30005
30047
|
}
|
|
30006
30048
|
|
|
30007
|
-
.
|
|
30049
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30050
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30051
|
+
border-radius: 4px;
|
|
30052
|
+
}
|
|
30053
|
+
|
|
30054
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30055
|
+
background: #edf0f7;
|
|
30056
|
+
padding: 32px 8px;
|
|
30057
|
+
overflow: auto;
|
|
30058
|
+
}
|
|
30059
|
+
|
|
30060
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30061
|
+
display: flex;
|
|
30008
30062
|
flex-direction: column;
|
|
30063
|
+
justify-content: space-between;
|
|
30009
30064
|
}
|
|
30010
30065
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30066
|
+
.E_s1at6qmn footer {
|
|
30067
|
+
display: flex;
|
|
30013
30068
|
}
|
|
30014
30069
|
|
|
30015
|
-
.
|
|
30016
|
-
|
|
30070
|
+
.E_s1at6qmn .ant-menu {
|
|
30071
|
+
background: #edf0f7;
|
|
30017
30072
|
}
|
|
30018
30073
|
|
|
30019
|
-
.
|
|
30020
|
-
|
|
30074
|
+
.E_s1at6qmn .ant-menu a {
|
|
30075
|
+
color: #00122e;
|
|
30076
|
+
width: 180px;
|
|
30077
|
+
overflow: hidden;
|
|
30078
|
+
text-overflow: ellipsis;
|
|
30021
30079
|
}
|
|
30022
30080
|
|
|
30023
|
-
.
|
|
30024
|
-
|
|
30081
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30082
|
+
margin-bottom: 24px;
|
|
30025
30083
|
}
|
|
30026
30084
|
|
|
30027
|
-
.
|
|
30028
|
-
|
|
30085
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30086
|
+
margin: 0;
|
|
30029
30087
|
}
|
|
30030
30088
|
|
|
30031
|
-
.
|
|
30032
|
-
|
|
30089
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30090
|
+
font-size: 12px;
|
|
30091
|
+
padding: 0 8px 4px;
|
|
30092
|
+
line-height: 18px;
|
|
30033
30093
|
}
|
|
30034
30094
|
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
justify-content: space-between;
|
|
30095
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30096
|
+
padding: 0;
|
|
30038
30097
|
}
|
|
30039
30098
|
|
|
30040
|
-
.
|
|
30041
|
-
|
|
30042
|
-
overflow: hidden;
|
|
30043
|
-
text-overflow: ellipsis;
|
|
30099
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30100
|
+
padding-bottom: 24px;
|
|
30044
30101
|
}
|
|
30045
30102
|
|
|
30046
|
-
.
|
|
30103
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30104
|
+
margin-bottom: 24px;
|
|
30105
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30108
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30109
|
+
transition: none;
|
|
30047
30110
|
display: flex;
|
|
30048
|
-
justify-content: space-between;
|
|
30049
30111
|
align-items: center;
|
|
30050
|
-
|
|
30051
|
-
|
|
30112
|
+
height: 32px;
|
|
30113
|
+
line-height: 22px;
|
|
30114
|
+
padding: 0 8px;
|
|
30052
30115
|
}
|
|
30053
30116
|
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
font-weight: 600;
|
|
30057
|
-
font-size: 12px;
|
|
30058
|
-
line-height: 8px;
|
|
30117
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30118
|
+
margin-right: 12px;
|
|
30059
30119
|
}
|
|
30060
30120
|
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30063
|
-
|
|
30064
|
-
cursor: pointer;
|
|
30121
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30122
|
+
margin: 0;
|
|
30123
|
+
margin-bottom: 2px;
|
|
30065
30124
|
}
|
|
30066
30125
|
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30069
|
-
|
|
30126
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30127
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30128
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30129
|
+
border-radius: 6px;
|
|
30130
|
+
color: #fff;
|
|
30070
30131
|
}
|
|
30071
30132
|
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30074
|
-
padding: 8px 0;
|
|
30075
|
-
color: #2d3a56;
|
|
30133
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30134
|
+
color: #fff;
|
|
30076
30135
|
}
|
|
30077
30136
|
|
|
30078
|
-
.
|
|
30079
|
-
|
|
30137
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30138
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30139
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30140
|
+
border-radius: 6px;
|
|
30080
30141
|
}
|
|
30081
30142
|
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30143
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30144
|
+
white-space: nowrap;
|
|
30145
|
+
transition: all 0s;
|
|
30084
30146
|
}
|
|
30085
30147
|
|
|
30086
|
-
.
|
|
30148
|
+
.E_s1wu0lms.shrink {
|
|
30149
|
+
transition: all 0s;
|
|
30087
30150
|
overflow: hidden;
|
|
30088
|
-
overflow-x: auto;
|
|
30089
|
-
width: 100%;
|
|
30090
|
-
white-space: pre-wrap;
|
|
30091
30151
|
}
|
|
30092
30152
|
|
|
30093
|
-
.
|
|
30094
|
-
|
|
30095
|
-
text-align: left;
|
|
30153
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30154
|
+
visibility: hidden;
|
|
30096
30155
|
}
|
|
30097
30156
|
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30157
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30158
|
+
width: 36px;
|
|
30159
|
+
padding: 0 6px;
|
|
30100
30160
|
}
|
|
30101
30161
|
|
|
30102
|
-
.
|
|
30103
|
-
|
|
30104
|
-
|
|
30105
|
-
|
|
30106
|
-
padding-right: 12px;
|
|
30162
|
+
.E_n1ugzfva {
|
|
30163
|
+
display: flex;
|
|
30164
|
+
place-items: center;
|
|
30165
|
+
width: 100% !important;
|
|
30107
30166
|
}
|
|
30108
30167
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30168
|
+
.E_n1ugzfva[disabled] {
|
|
30169
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30170
|
+
opacity: 1 !important;
|
|
30111
30171
|
}
|
|
30112
30172
|
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30173
|
+
.E_n1ugzfva.ant-btn {
|
|
30174
|
+
width: 100%;
|
|
30175
|
+
color: #00122e;
|
|
30115
30176
|
}
|
|
30116
30177
|
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30178
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30179
|
+
margin-right: 12px;
|
|
30119
30180
|
}
|
|
30120
30181
|
|
|
30121
|
-
.
|
|
30122
|
-
display: flex;
|
|
30123
|
-
flex-direction: column;
|
|
30182
|
+
.E_n1ugzfva .link-title {
|
|
30124
30183
|
flex: 1;
|
|
30125
|
-
|
|
30184
|
+
overflow: hidden;
|
|
30185
|
+
white-space: nowrap;
|
|
30186
|
+
text-overflow: ellipsis;
|
|
30187
|
+
text-align: left;
|
|
30126
30188
|
}
|
|
30127
30189
|
|
|
30128
|
-
.
|
|
30129
|
-
flex-shrink: 0;
|
|
30190
|
+
.E_m74vjol {
|
|
30130
30191
|
display: flex;
|
|
30131
|
-
|
|
30192
|
+
justify-content: space-between;
|
|
30193
|
+
width: 100%;
|
|
30132
30194
|
}
|
|
30133
30195
|
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30196
|
+
.E_m74vjol .action {
|
|
30197
|
+
margin-left: 16px;
|
|
30136
30198
|
}
|
|
30137
30199
|
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30140
|
-
padding: 1px 12px;
|
|
30141
|
-
line-height: 24px;
|
|
30142
|
-
height: 24px;
|
|
30143
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30144
|
-
border-radius: 4px 4px 0 0;
|
|
30145
|
-
cursor: pointer;
|
|
30146
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30200
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30201
|
+
width: 100%;
|
|
30147
30202
|
}
|
|
30148
30203
|
|
|
30149
|
-
.
|
|
30150
|
-
|
|
30204
|
+
.E_wg1tsps {
|
|
30205
|
+
display: flex;
|
|
30206
|
+
align-items: center;
|
|
30207
|
+
justify-content: flex-end;
|
|
30151
30208
|
}
|
|
30152
30209
|
|
|
30153
|
-
.
|
|
30154
|
-
|
|
30210
|
+
.E_b1ctd5xy {
|
|
30211
|
+
display: flex;
|
|
30212
|
+
align-items: center;
|
|
30213
|
+
width: calc(100% - 40px);
|
|
30155
30214
|
}
|
|
30156
30215
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
30216
|
+
.E_b1ctd5xy .chart {
|
|
30217
|
+
display: inline-block;
|
|
30218
|
+
width: 100%;
|
|
30160
30219
|
}
|
|
30161
30220
|
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30221
|
+
.E_u1p8acpn {
|
|
30222
|
+
min-width: 40px;
|
|
30164
30223
|
}
|
|
30165
30224
|
|
|
30166
|
-
.
|
|
30167
|
-
|
|
30225
|
+
.E_u1p8acpn .unit {
|
|
30226
|
+
color: #00122e !important;
|
|
30168
30227
|
}
|
|
30169
30228
|
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30172
|
-
|
|
30229
|
+
.E_c18gxmrl {
|
|
30230
|
+
border: 1px solid #d8deeb;
|
|
30231
|
+
border-radius: 4px;
|
|
30173
30232
|
}
|
|
30174
30233
|
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30234
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30235
|
+
margin-top: 8px;
|
|
30177
30236
|
}
|
|
30178
30237
|
|
|
30179
|
-
.
|
|
30180
|
-
|
|
30238
|
+
.E_c18gxmrl:hover {
|
|
30239
|
+
border-color: #0080ff;
|
|
30181
30240
|
}
|
|
30182
30241
|
|
|
30183
|
-
.
|
|
30184
|
-
fill: #0080ff;
|
|
30185
|
-
}
|
|
30186
|
-
|
|
30187
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30188
|
-
color: #0080ff;
|
|
30242
|
+
.E_c18gxmrl:hover > header {
|
|
30189
30243
|
background: rgba(0, 128, 255, 0.1);
|
|
30190
30244
|
}
|
|
30191
30245
|
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30194
|
-
}
|
|
30195
|
-
|
|
30196
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30197
|
-
fill: #1d326c;
|
|
30198
|
-
}
|
|
30199
|
-
|
|
30200
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30201
|
-
margin-left: 8px;
|
|
30202
|
-
height: 22px;
|
|
30203
|
-
}
|
|
30204
|
-
|
|
30205
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30206
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
30207
|
-
}
|
|
30208
|
-
|
|
30209
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
30210
|
-
padding: 0;
|
|
30211
|
-
display: flex;
|
|
30212
|
-
align-items: center;
|
|
30213
|
-
overflow: hidden;
|
|
30246
|
+
.E_c18gxmrl.active header {
|
|
30247
|
+
border-bottom: 1px solid #d8deeb;
|
|
30214
30248
|
}
|
|
30215
30249
|
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
max-width: 0;
|
|
30219
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30250
|
+
.E_c18gxmrl > header {
|
|
30251
|
+
padding: 8px 12px;
|
|
30220
30252
|
}
|
|
30221
30253
|
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30224
|
-
|
|
30225
|
-
display: flex;
|
|
30254
|
+
.E_berrcjl {
|
|
30255
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30256
|
+
margin-bottom: 4px;
|
|
30226
30257
|
}
|
|
30227
30258
|
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
left: 0;
|
|
30233
|
-
transform: translate(-50%, -50%);
|
|
30234
|
-
transition: opacity 100ms linear;
|
|
30235
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30259
|
+
.E_berrcjl .breadcrumb-link {
|
|
30260
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30261
|
+
cursor: pointer;
|
|
30262
|
+
transition: color 160ms ease;
|
|
30236
30263
|
}
|
|
30237
30264
|
|
|
30238
|
-
.
|
|
30265
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30239
30266
|
color: #0080ff;
|
|
30240
30267
|
}
|
|
30241
30268
|
|
|
30242
|
-
.
|
|
30243
|
-
padding: 1px 12px;
|
|
30244
|
-
display: inline-block;
|
|
30245
|
-
opacity: 1;
|
|
30246
|
-
max-width: 160px;
|
|
30247
|
-
}
|
|
30248
|
-
|
|
30249
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30250
|
-
padding: 1px 12px;
|
|
30269
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30251
30270
|
color: #005ed1;
|
|
30252
30271
|
}
|
|
30253
30272
|
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30256
|
-
}
|
|
30257
|
-
|
|
30258
|
-
.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 {
|
|
30259
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30273
|
+
.E_b1nip9bk {
|
|
30274
|
+
padding: 4px 11px;
|
|
30260
30275
|
}
|
|
30261
30276
|
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30277
|
+
.E_bqamoqe {
|
|
30278
|
+
white-space: nowrap;
|
|
30279
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30264
30280
|
}
|
|
30265
30281
|
|
|
30266
|
-
.
|
|
30267
|
-
|
|
30268
|
-
height: 32px;
|
|
30269
|
-
border-radius: 6px 6px 0 0;
|
|
30282
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30283
|
+
--color: #0080ff;
|
|
30270
30284
|
}
|
|
30271
30285
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30286
|
+
.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] {
|
|
30287
|
+
--color: #0080ff;
|
|
30274
30288
|
}
|
|
30275
30289
|
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30290
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30291
|
+
margin-left: 1px;
|
|
30278
30292
|
}
|
|
30279
30293
|
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30282
|
-
|
|
30294
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30295
|
+
border-top-right-radius: 0;
|
|
30296
|
+
border-bottom-right-radius: 0;
|
|
30283
30297
|
}
|
|
30284
30298
|
|
|
30285
|
-
.
|
|
30286
|
-
|
|
30299
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30300
|
+
border-top-left-radius: 0;
|
|
30301
|
+
border-bottom-left-radius: 0;
|
|
30287
30302
|
}
|
|
30288
30303
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30304
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30305
|
+
border-radius: unset;
|
|
30291
30306
|
}
|
|
30292
30307
|
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30308
|
+
.E_t1sqg15u {
|
|
30309
|
+
background: white;
|
|
30295
30310
|
}
|
|
30296
30311
|
|
|
30297
|
-
.
|
|
30298
|
-
|
|
30312
|
+
.E_t1sqg15u.inline .table-row {
|
|
30313
|
+
flex-direction: column;
|
|
30299
30314
|
}
|
|
30300
30315
|
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30316
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30317
|
+
padding: 0 16px 7px 0;
|
|
30303
30318
|
}
|
|
30304
30319
|
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30307
|
-
color: #1d326c;
|
|
30320
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30321
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30308
30322
|
}
|
|
30309
30323
|
|
|
30310
|
-
.
|
|
30311
|
-
|
|
30324
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30325
|
+
border-top: none !important;
|
|
30312
30326
|
}
|
|
30313
30327
|
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30328
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30329
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30316
30330
|
}
|
|
30317
30331
|
|
|
30318
|
-
.
|
|
30319
|
-
|
|
30332
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30333
|
+
padding-bottom: 0;
|
|
30320
30334
|
}
|
|
30321
30335
|
|
|
30322
|
-
.
|
|
30323
|
-
|
|
30336
|
+
.E_t1sqg15u.align-right .content {
|
|
30337
|
+
text-align: right;
|
|
30324
30338
|
}
|
|
30325
30339
|
|
|
30326
|
-
.
|
|
30327
|
-
flex: 1;
|
|
30340
|
+
.E_t1sqg15u .uuid-row {
|
|
30328
30341
|
display: flex;
|
|
30329
|
-
|
|
30330
|
-
}
|
|
30331
|
-
|
|
30332
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
30333
|
-
overflow: visible;
|
|
30342
|
+
justify-content: space-between;
|
|
30334
30343
|
}
|
|
30335
30344
|
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
|
|
30345
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30346
|
+
white-space: nowrap;
|
|
30347
|
+
overflow: hidden;
|
|
30348
|
+
text-overflow: ellipsis;
|
|
30339
30349
|
}
|
|
30340
30350
|
|
|
30341
|
-
.
|
|
30342
|
-
|
|
30343
|
-
|
|
30351
|
+
.E_t4zczcp {
|
|
30352
|
+
display: flex;
|
|
30353
|
+
justify-content: space-between;
|
|
30354
|
+
align-items: center;
|
|
30355
|
+
padding: 8px;
|
|
30356
|
+
min-height: 32px;
|
|
30344
30357
|
}
|
|
30345
30358
|
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
|
|
30350
|
-
|
|
30351
|
-
padding: 0 10px;
|
|
30352
|
-
display: block;
|
|
30353
|
-
overflow: hidden;
|
|
30354
|
-
text-overflow: ellipsis;
|
|
30355
|
-
white-space: nowrap;
|
|
30359
|
+
.E_t4zczcp .table-title {
|
|
30360
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30361
|
+
font-weight: 600;
|
|
30362
|
+
font-size: 12px;
|
|
30363
|
+
line-height: 8px;
|
|
30356
30364
|
}
|
|
30357
30365
|
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30360
|
-
|
|
30361
|
-
|
|
30362
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30363
|
-
display: block;
|
|
30366
|
+
.E_t4zczcp .edit-icon {
|
|
30367
|
+
font-size: 16px;
|
|
30368
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30369
|
+
cursor: pointer;
|
|
30364
30370
|
}
|
|
30365
30371
|
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30368
|
-
|
|
30372
|
+
.E_t1s7goww {
|
|
30373
|
+
font-size: 12px;
|
|
30374
|
+
line-height: 18px;
|
|
30369
30375
|
}
|
|
30370
30376
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30377
|
+
.E_t93e4cf {
|
|
30378
|
+
display: flex;
|
|
30379
|
+
padding: 8px 0;
|
|
30380
|
+
color: #2d3a56;
|
|
30373
30381
|
}
|
|
30374
30382
|
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30383
|
+
.E_t93e4cf .hidden {
|
|
30384
|
+
display: none;
|
|
30377
30385
|
}
|
|
30378
30386
|
|
|
30379
|
-
.
|
|
30380
|
-
|
|
30387
|
+
.E_t93e4cf .ant-btn-link {
|
|
30388
|
+
height: auto;
|
|
30381
30389
|
}
|
|
30382
30390
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30391
|
+
.E_t93e4cf .content {
|
|
30392
|
+
overflow: hidden;
|
|
30393
|
+
overflow-x: auto;
|
|
30394
|
+
width: 100%;
|
|
30395
|
+
white-space: pre-wrap;
|
|
30385
30396
|
}
|
|
30386
30397
|
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30398
|
+
.E_t93e4cf .content .ant-btn {
|
|
30399
|
+
white-space: pre-wrap;
|
|
30400
|
+
text-align: left;
|
|
30391
30401
|
}
|
|
30392
30402
|
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30395
|
-
padding-bottom: 0;
|
|
30403
|
+
.E_t93e4cf .content .unit-chart {
|
|
30404
|
+
justify-content: flex-start;
|
|
30396
30405
|
}
|
|
30397
30406
|
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30400
|
-
|
|
30401
|
-
color: rgba(
|
|
30407
|
+
.E_rhz2uv5 {
|
|
30408
|
+
width: var(--rhz2uv5-0);
|
|
30409
|
+
flex-shrink: 0;
|
|
30410
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30411
|
+
padding-right: 12px;
|
|
30402
30412
|
}
|
|
30403
30413
|
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30406
|
-
|
|
30414
|
+
.E_t160l1cm {
|
|
30415
|
+
display: flex;
|
|
30416
|
+
flex-direction: column;
|
|
30417
|
+
flex: 1;
|
|
30418
|
+
/* FIXME:(yanzhen) do this better */
|
|
30407
30419
|
}
|
|
30408
30420
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
|
|
30421
|
+
.E_t160l1cm .tab-bar {
|
|
30422
|
+
flex-shrink: 0;
|
|
30423
|
+
display: flex;
|
|
30424
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30412
30425
|
}
|
|
30413
30426
|
|
|
30414
|
-
.
|
|
30415
|
-
|
|
30416
|
-
align-items: center;
|
|
30417
|
-
justify-content: space-between;
|
|
30418
|
-
word-break: keep-all;
|
|
30427
|
+
.E_t160l1cm .tab-content {
|
|
30428
|
+
height: 100%;
|
|
30419
30429
|
}
|
|
30420
30430
|
|
|
30421
|
-
.
|
|
30422
|
-
margin:
|
|
30431
|
+
.E_t160l1cm .tab-menu-item {
|
|
30432
|
+
margin-right: 2px;
|
|
30433
|
+
padding: 1px 12px;
|
|
30434
|
+
line-height: 24px;
|
|
30435
|
+
height: 24px;
|
|
30436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30437
|
+
border-radius: 4px 4px 0 0;
|
|
30438
|
+
cursor: pointer;
|
|
30439
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30423
30440
|
}
|
|
30424
30441
|
|
|
30425
|
-
.
|
|
30426
|
-
|
|
30442
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30443
|
+
padding-left: 0;
|
|
30427
30444
|
}
|
|
30428
30445
|
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
display: flex;
|
|
30432
|
-
overflow: hidden;
|
|
30433
|
-
align-items: center;
|
|
30434
|
-
justify-content: flex-start;
|
|
30435
|
-
white-space: nowrap;
|
|
30446
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30447
|
+
padding-left: 12px;
|
|
30436
30448
|
}
|
|
30437
30449
|
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30440
|
-
|
|
30441
|
-
text-overflow: ellipsis;
|
|
30450
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30451
|
+
color: #0080ff;
|
|
30452
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30442
30453
|
}
|
|
30443
30454
|
|
|
30444
|
-
.
|
|
30445
|
-
|
|
30446
|
-
align-items: center;
|
|
30455
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30456
|
+
fill: #0080ff;
|
|
30447
30457
|
}
|
|
30448
30458
|
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30451
|
-
flex-direction: row-reverse;
|
|
30452
|
-
align-items: center;
|
|
30459
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30460
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30453
30461
|
}
|
|
30454
30462
|
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30463
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30464
|
+
color: #0080ff;
|
|
30465
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30457
30466
|
}
|
|
30458
30467
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
margin-left: 14px;
|
|
30462
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30463
|
-
cursor: pointer;
|
|
30468
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30469
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30464
30470
|
}
|
|
30465
30471
|
|
|
30466
|
-
.
|
|
30467
|
-
|
|
30468
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30472
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30473
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30469
30474
|
}
|
|
30470
30475
|
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30474
|
-
border-radius: 4px;
|
|
30476
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30477
|
+
fill: #0080ff;
|
|
30475
30478
|
}
|
|
30476
30479
|
|
|
30477
|
-
.
|
|
30480
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30481
|
+
color: #0080ff;
|
|
30478
30482
|
background: rgba(0, 128, 255, 0.1);
|
|
30479
|
-
color: #0096ff;
|
|
30480
30483
|
}
|
|
30481
30484
|
|
|
30482
|
-
.
|
|
30483
|
-
|
|
30484
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30485
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30486
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30485
30487
|
}
|
|
30486
30488
|
|
|
30487
|
-
.
|
|
30488
|
-
|
|
30489
|
-
width: 80px;
|
|
30490
|
-
margin: 0 9px;
|
|
30491
|
-
text-align: center;
|
|
30489
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30490
|
+
fill: #1d326c;
|
|
30492
30491
|
}
|
|
30493
30492
|
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30496
|
-
|
|
30497
|
-
margin: 5px 0 5px 8px;
|
|
30493
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30494
|
+
margin-left: 8px;
|
|
30495
|
+
height: 22px;
|
|
30498
30496
|
}
|
|
30499
30497
|
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
background: #f5f7fa;
|
|
30503
|
-
box-sizing: border-box;
|
|
30504
|
-
border-radius: 16px;
|
|
30505
|
-
margin-right: 8px;
|
|
30498
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30499
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30506
30500
|
}
|
|
30507
30501
|
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30502
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30503
|
+
padding: 0;
|
|
30504
|
+
display: flex;
|
|
30505
|
+
align-items: center;
|
|
30506
|
+
overflow: hidden;
|
|
30512
30507
|
}
|
|
30513
30508
|
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
|
|
30509
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30510
|
+
opacity: 0;
|
|
30511
|
+
max-width: 0;
|
|
30512
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30518
30513
|
}
|
|
30519
30514
|
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30522
|
-
|
|
30515
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30516
|
+
padding: 1px 12px;
|
|
30517
|
+
position: relative;
|
|
30518
|
+
display: flex;
|
|
30523
30519
|
}
|
|
30524
30520
|
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30521
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30522
|
+
opacity: 0;
|
|
30523
|
+
position: absolute;
|
|
30524
|
+
top: 50%;
|
|
30525
|
+
left: 0;
|
|
30526
|
+
transform: translate(-50%, -50%);
|
|
30527
|
+
transition: opacity 100ms linear;
|
|
30528
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30529
30529
|
}
|
|
30530
30530
|
|
|
30531
|
-
.
|
|
30532
|
-
|
|
30533
|
-
border-color: #0096ff;
|
|
30534
|
-
color: #fff;
|
|
30531
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30532
|
+
color: #0080ff;
|
|
30535
30533
|
}
|
|
30536
30534
|
|
|
30537
|
-
.
|
|
30538
|
-
padding:
|
|
30535
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30536
|
+
padding: 1px 12px;
|
|
30537
|
+
display: inline-block;
|
|
30538
|
+
opacity: 1;
|
|
30539
|
+
max-width: 160px;
|
|
30539
30540
|
}
|
|
30540
30541
|
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30543
|
-
|
|
30542
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30543
|
+
padding: 1px 12px;
|
|
30544
|
+
color: #005ed1;
|
|
30544
30545
|
}
|
|
30545
30546
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30547
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30548
|
+
opacity: 1;
|
|
30548
30549
|
}
|
|
30549
30550
|
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30551
|
+
.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 {
|
|
30552
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30552
30553
|
}
|
|
30553
|
-
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30554
|
+
|
|
30555
|
+
.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 {
|
|
30556
|
+
opacity: 0;
|
|
30556
30557
|
}
|
|
30557
30558
|
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30560
|
-
|
|
30559
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30560
|
+
padding: 4px 16px;
|
|
30561
|
+
height: 32px;
|
|
30562
|
+
border-radius: 6px 6px 0 0;
|
|
30561
30563
|
}
|
|
30562
30564
|
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30565
|
-
border-bottom-left-radius: 0;
|
|
30565
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30566
|
+
padding-left: 0;
|
|
30566
30567
|
}
|
|
30567
30568
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30569
|
+
.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 {
|
|
30570
|
+
padding-left: 16px;
|
|
30570
30571
|
}
|
|
30571
30572
|
|
|
30572
|
-
.
|
|
30573
|
-
|
|
30574
|
-
|
|
30573
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30574
|
+
margin-left: 11px;
|
|
30575
|
+
height: 24px;
|
|
30575
30576
|
}
|
|
30576
30577
|
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30578
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30579
|
+
padding: 0;
|
|
30579
30580
|
}
|
|
30580
30581
|
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30582
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30583
|
+
padding: 4px 16px;
|
|
30583
30584
|
}
|
|
30584
30585
|
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30586
|
+
.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 {
|
|
30587
|
+
padding: 4px 16px;
|
|
30587
30588
|
}
|
|
30588
30589
|
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30590
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30591
|
+
background: #fff;
|
|
30591
30592
|
}
|
|
30592
30593
|
|
|
30593
|
-
.
|
|
30594
|
-
|
|
30594
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30595
|
+
color: #005ed1;
|
|
30595
30596
|
}
|
|
30596
30597
|
|
|
30597
|
-
.
|
|
30598
|
-
|
|
30599
|
-
|
|
30600
|
-
width: 100%;
|
|
30598
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30599
|
+
background: #fff;
|
|
30600
|
+
color: #1d326c;
|
|
30601
30601
|
}
|
|
30602
30602
|
|
|
30603
|
-
.
|
|
30604
|
-
|
|
30603
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30604
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30605
30605
|
}
|
|
30606
30606
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30607
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30608
|
+
color: #1d326c;
|
|
30609
30609
|
}
|
|
30610
30610
|
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30613
|
-
margin-bottom: 4px;
|
|
30611
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30612
|
+
fill: #d8deeb;
|
|
30614
30613
|
}
|
|
30615
30614
|
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
cursor: pointer;
|
|
30619
|
-
transition: color 160ms ease;
|
|
30615
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30616
|
+
fill: #1d326c;
|
|
30620
30617
|
}
|
|
30621
30618
|
|
|
30622
|
-
.
|
|
30623
|
-
|
|
30619
|
+
.E_t160l1cm .tab-content {
|
|
30620
|
+
flex: 1;
|
|
30621
|
+
display: flex;
|
|
30622
|
+
flex-direction: column;
|
|
30624
30623
|
}
|
|
30625
30624
|
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30625
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30626
|
+
overflow: visible;
|
|
30628
30627
|
}
|
|
30629
30628
|
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
justify-content: flex-end;
|
|
30629
|
+
.E_t14npdqr {
|
|
30630
|
+
max-width: 240px;
|
|
30631
|
+
animation: none;
|
|
30634
30632
|
}
|
|
30635
30633
|
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
width: calc(100% - 40px);
|
|
30634
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30635
|
+
border: 1px solid #0080ff;
|
|
30636
|
+
padding: 0;
|
|
30640
30637
|
}
|
|
30641
30638
|
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30644
|
-
|
|
30639
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30640
|
+
margin: 0;
|
|
30641
|
+
height: 32px;
|
|
30642
|
+
line-height: 32px;
|
|
30643
|
+
font-size: 13px;
|
|
30644
|
+
padding: 0 10px;
|
|
30645
|
+
display: block;
|
|
30646
|
+
overflow: hidden;
|
|
30647
|
+
text-overflow: ellipsis;
|
|
30648
|
+
white-space: nowrap;
|
|
30645
30649
|
}
|
|
30646
30650
|
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30651
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30652
|
+
content: " ";
|
|
30653
|
+
height: 1px;
|
|
30654
|
+
width: calc(100% + 10px);
|
|
30655
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30656
|
+
display: block;
|
|
30649
30657
|
}
|
|
30650
30658
|
|
|
30651
|
-
.
|
|
30652
|
-
color: #
|
|
30659
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30660
|
+
color: #0080ff;
|
|
30661
|
+
background: transparent;
|
|
30653
30662
|
}
|
|
30654
30663
|
|
|
30655
30664
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30944,6 +30953,10 @@ button.E_n7k2c6r {
|
|
|
30944
30953
|
padding: 0;
|
|
30945
30954
|
}
|
|
30946
30955
|
|
|
30956
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30957
|
+
line-height: 18px;
|
|
30958
|
+
}
|
|
30959
|
+
|
|
30947
30960
|
.E_c1uzzomf {
|
|
30948
30961
|
margin-bottom: 16px;
|
|
30949
30962
|
}
|
|
@@ -30969,8 +30982,19 @@ button.E_n7k2c6r {
|
|
|
30969
30982
|
text-align: center;
|
|
30970
30983
|
}
|
|
30971
30984
|
|
|
30972
|
-
.
|
|
30973
|
-
|
|
30985
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30986
|
+
padding: 4px 8px 0 8px;
|
|
30987
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30988
|
+
font-size: 12px;
|
|
30989
|
+
}
|
|
30990
|
+
|
|
30991
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30992
|
+
padding-bottom: 6px;
|
|
30993
|
+
}
|
|
30994
|
+
|
|
30995
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30996
|
+
padding-top: 4px;
|
|
30997
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30974
30998
|
}
|
|
30975
30999
|
|
|
30976
31000
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30998,6 +31022,18 @@ button.E_n7k2c6r {
|
|
|
30998
31022
|
cursor: default;
|
|
30999
31023
|
}
|
|
31000
31024
|
|
|
31025
|
+
.E_c1yyuluq {
|
|
31026
|
+
border-radius: 8px;
|
|
31027
|
+
}
|
|
31028
|
+
|
|
31029
|
+
.E_c1yyuluq .ant-card-body {
|
|
31030
|
+
padding: 20px 24px 24px 24px;
|
|
31031
|
+
}
|
|
31032
|
+
|
|
31033
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31034
|
+
display: flex;
|
|
31035
|
+
}
|
|
31036
|
+
|
|
31001
31037
|
.E_d1bw7c5z {
|
|
31002
31038
|
position: relative;
|
|
31003
31039
|
max-width: 388px;
|
|
@@ -31090,102 +31126,222 @@ button.E_n7k2c6r {
|
|
|
31090
31126
|
justify-content: space-between;
|
|
31091
31127
|
}
|
|
31092
31128
|
|
|
31093
|
-
.E_t10pqbtc .item .name {
|
|
31094
|
-
width: 102px;
|
|
31129
|
+
.E_t10pqbtc .item .name {
|
|
31130
|
+
width: 102px;
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.E_phljevk {
|
|
31134
|
+
display: flex;
|
|
31135
|
+
justify-content: space-between;
|
|
31136
|
+
align-items: center;
|
|
31137
|
+
padding: 10px 0;
|
|
31138
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31139
|
+
font-size: 12px;
|
|
31140
|
+
line-height: 24px;
|
|
31141
|
+
}
|
|
31142
|
+
|
|
31143
|
+
.E_phljevk .pagination-left {
|
|
31144
|
+
padding: 2px 8px;
|
|
31145
|
+
}
|
|
31146
|
+
|
|
31147
|
+
.E_phljevk .dropdown-trigger {
|
|
31148
|
+
display: flex;
|
|
31149
|
+
align-items: center;
|
|
31150
|
+
border-radius: 6px;
|
|
31151
|
+
cursor: pointer;
|
|
31152
|
+
transition: all 0.3s ease;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31156
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31157
|
+
color: #0080ff;
|
|
31158
|
+
}
|
|
31159
|
+
|
|
31160
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31161
|
+
margin-left: 4px;
|
|
31162
|
+
}
|
|
31163
|
+
|
|
31164
|
+
.E_phljevk .pagination-right {
|
|
31165
|
+
display: flex;
|
|
31166
|
+
align-items: center;
|
|
31167
|
+
color: #0080ff;
|
|
31168
|
+
font-weight: bold;
|
|
31169
|
+
}
|
|
31170
|
+
|
|
31171
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31172
|
+
margin-left: 4px;
|
|
31173
|
+
}
|
|
31174
|
+
|
|
31175
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31176
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31177
|
+
padding: 0 8px;
|
|
31178
|
+
}
|
|
31179
|
+
|
|
31180
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31181
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31182
|
+
color: #0080ff;
|
|
31183
|
+
}
|
|
31184
|
+
|
|
31185
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31186
|
+
transform: rotate(180deg);
|
|
31187
|
+
}
|
|
31188
|
+
|
|
31189
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31190
|
+
max-height: calc(100vh - 128px);
|
|
31191
|
+
overflow-y: auto;
|
|
31192
|
+
}
|
|
31193
|
+
|
|
31194
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31195
|
+
padding: 4px 20px;
|
|
31196
|
+
font-size: 12px;
|
|
31197
|
+
line-height: 18px;
|
|
31198
|
+
}
|
|
31199
|
+
|
|
31200
|
+
.E_ivqqkzv {
|
|
31201
|
+
height: 24px;
|
|
31202
|
+
width: 56px !important;
|
|
31203
|
+
margin-right: 4px;
|
|
31204
|
+
}
|
|
31205
|
+
|
|
31206
|
+
.E_c1wk4q29 {
|
|
31207
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31208
|
+
}
|
|
31209
|
+
|
|
31210
|
+
.E_c1bus5hc {
|
|
31211
|
+
--color: white;
|
|
31212
|
+
height: 14px;
|
|
31213
|
+
width: 14px;
|
|
31214
|
+
border-radius: 50%;
|
|
31215
|
+
flex-shrink: 0;
|
|
31216
|
+
display: flex;
|
|
31217
|
+
align-items: center;
|
|
31218
|
+
justify-content: center;
|
|
31219
|
+
border: 1px solid var(--color);
|
|
31220
|
+
}
|
|
31221
|
+
|
|
31222
|
+
.E_c1bus5hc .circle-inner {
|
|
31223
|
+
position: relative;
|
|
31224
|
+
height: 10px;
|
|
31225
|
+
width: 10px;
|
|
31226
|
+
border-radius: 50%;
|
|
31227
|
+
overflow: hidden;
|
|
31228
|
+
}
|
|
31229
|
+
|
|
31230
|
+
.E_c1bus5hc .circle-content {
|
|
31231
|
+
position: absolute;
|
|
31232
|
+
height: 100%;
|
|
31233
|
+
width: 100%;
|
|
31234
|
+
left: 0;
|
|
31235
|
+
top: 0;
|
|
31236
|
+
border-radius: 50%;
|
|
31237
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31238
|
+
transform: rotate(180deg);
|
|
31239
|
+
}
|
|
31240
|
+
|
|
31241
|
+
.E_c1bus5hc .circle-child {
|
|
31242
|
+
position: absolute;
|
|
31243
|
+
height: 100%;
|
|
31244
|
+
width: 100%;
|
|
31245
|
+
left: 0;
|
|
31246
|
+
top: 0;
|
|
31247
|
+
margin-left: 50%;
|
|
31248
|
+
transform-origin: left;
|
|
31249
|
+
background: white;
|
|
31250
|
+
transform: rotate(0deg);
|
|
31095
31251
|
}
|
|
31096
31252
|
|
|
31097
|
-
.
|
|
31098
|
-
|
|
31253
|
+
.E_s1dni7lo {
|
|
31254
|
+
width: 430px !important;
|
|
31099
31255
|
}
|
|
31100
31256
|
|
|
31101
|
-
.
|
|
31102
|
-
padding:
|
|
31257
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31258
|
+
padding: 8px 16px;
|
|
31259
|
+
line-height: 18px;
|
|
31260
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31261
|
+
height: 34px;
|
|
31262
|
+
min-height: 34px;
|
|
31263
|
+
box-sizing: border-box;
|
|
31264
|
+
margin-top: 8px;
|
|
31103
31265
|
}
|
|
31104
31266
|
|
|
31105
|
-
.
|
|
31267
|
+
.E_o1ugr09p {
|
|
31106
31268
|
display: flex;
|
|
31269
|
+
flex-direction: column;
|
|
31270
|
+
margin: 1px 8px;
|
|
31271
|
+
padding: 8px;
|
|
31272
|
+
border-radius: 4px;
|
|
31107
31273
|
}
|
|
31108
31274
|
|
|
31109
|
-
.
|
|
31110
|
-
display:
|
|
31111
|
-
justify-content: space-between;
|
|
31112
|
-
align-items: center;
|
|
31113
|
-
padding: 10px 0;
|
|
31114
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31115
|
-
font-size: 12px;
|
|
31116
|
-
line-height: 24px;
|
|
31275
|
+
.E_o1ugr09p .selected-icon {
|
|
31276
|
+
display: none;
|
|
31117
31277
|
}
|
|
31118
31278
|
|
|
31119
|
-
.
|
|
31120
|
-
padding:
|
|
31279
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31280
|
+
padding-left: 8px;
|
|
31121
31281
|
}
|
|
31122
31282
|
|
|
31123
|
-
.
|
|
31124
|
-
|
|
31125
|
-
align-items: center;
|
|
31126
|
-
border-radius: 6px;
|
|
31127
|
-
cursor: pointer;
|
|
31128
|
-
transition: all 0.3s ease;
|
|
31283
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31284
|
+
background-color: white;
|
|
31129
31285
|
}
|
|
31130
31286
|
|
|
31131
|
-
.
|
|
31132
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31287
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31133
31288
|
color: #0080ff;
|
|
31134
31289
|
}
|
|
31135
31290
|
|
|
31136
|
-
.
|
|
31137
|
-
|
|
31138
|
-
}
|
|
31139
|
-
|
|
31140
|
-
.E_phljevk .pagination-right {
|
|
31141
|
-
display: flex;
|
|
31142
|
-
align-items: center;
|
|
31143
|
-
color: #0080ff;
|
|
31144
|
-
font-weight: bold;
|
|
31291
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31292
|
+
display: block;
|
|
31145
31293
|
}
|
|
31146
31294
|
|
|
31147
|
-
.
|
|
31148
|
-
|
|
31295
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31296
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31149
31297
|
}
|
|
31150
31298
|
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31153
|
-
padding: 0 8px;
|
|
31299
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31300
|
+
color: #0080ff;
|
|
31154
31301
|
}
|
|
31155
31302
|
|
|
31156
|
-
.
|
|
31157
|
-
|
|
31303
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31304
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31158
31305
|
color: #0080ff;
|
|
31159
31306
|
}
|
|
31160
31307
|
|
|
31161
|
-
.
|
|
31162
|
-
|
|
31308
|
+
.E_o1ifxsq4 {
|
|
31309
|
+
display: flex;
|
|
31310
|
+
justify-content: space-between;
|
|
31311
|
+
height: 20px;
|
|
31312
|
+
line-height: 20px;
|
|
31163
31313
|
}
|
|
31164
31314
|
|
|
31165
|
-
.
|
|
31166
|
-
|
|
31167
|
-
overflow
|
|
31315
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31316
|
+
color: #2d3a56;
|
|
31317
|
+
overflow: hidden;
|
|
31318
|
+
text-overflow: ellipsis;
|
|
31168
31319
|
}
|
|
31169
31320
|
|
|
31170
|
-
.
|
|
31171
|
-
|
|
31172
|
-
|
|
31321
|
+
.E_o1zue7 {
|
|
31322
|
+
display: flex;
|
|
31323
|
+
justify-content: space-between;
|
|
31324
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31325
|
+
height: 18px;
|
|
31173
31326
|
line-height: 18px;
|
|
31327
|
+
margin-top: 2px;
|
|
31174
31328
|
}
|
|
31175
31329
|
|
|
31176
|
-
.
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
|
|
31330
|
+
.E_tyfmlxg {
|
|
31331
|
+
border: none;
|
|
31332
|
+
margin-right: 0;
|
|
31333
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31180
31334
|
}
|
|
31181
31335
|
|
|
31182
|
-
.
|
|
31183
|
-
|
|
31336
|
+
.E_o18uybox {
|
|
31337
|
+
pointer-events: none;
|
|
31338
|
+
height: 32px;
|
|
31339
|
+
width: 100%;
|
|
31340
|
+
opacity: 0;
|
|
31184
31341
|
}
|
|
31185
31342
|
|
|
31186
|
-
.
|
|
31187
|
-
|
|
31188
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31343
|
+
.E_tju3gfj .date {
|
|
31344
|
+
margin-right: 4px;
|
|
31189
31345
|
}
|
|
31190
31346
|
|
|
31191
31347
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31356,233 +31512,82 @@ button.E_n7k2c6r {
|
|
|
31356
31512
|
display: none;
|
|
31357
31513
|
}
|
|
31358
31514
|
|
|
31359
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31360
|
-
display: inline;
|
|
31361
|
-
}
|
|
31362
|
-
|
|
31363
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31364
|
-
display: inline;
|
|
31365
|
-
margin-right: 8px;
|
|
31366
|
-
padding: 0;
|
|
31367
|
-
width: 36px;
|
|
31368
|
-
}
|
|
31369
|
-
|
|
31370
|
-
.E_ivqqkzv {
|
|
31371
|
-
height: 24px;
|
|
31372
|
-
width: 56px !important;
|
|
31373
|
-
margin-right: 4px;
|
|
31374
|
-
}
|
|
31375
|
-
|
|
31376
|
-
.E_c1wk4q29 {
|
|
31377
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31378
|
-
}
|
|
31379
|
-
|
|
31380
|
-
.E_tju3gfj .date {
|
|
31381
|
-
margin-right: 4px;
|
|
31382
|
-
}
|
|
31383
|
-
|
|
31384
|
-
.E_s1dizucg.ant-switch {
|
|
31385
|
-
min-width: 40px;
|
|
31386
|
-
height: 24px;
|
|
31387
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31388
|
-
overflow: hidden;
|
|
31389
|
-
}
|
|
31390
|
-
|
|
31391
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31392
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31393
|
-
}
|
|
31394
|
-
|
|
31395
|
-
.E_s1dizucg.ant-switch-small {
|
|
31396
|
-
min-width: 26px;
|
|
31397
|
-
height: 16px;
|
|
31398
|
-
}
|
|
31399
|
-
|
|
31400
|
-
.E_s1dizucg.ant-switch-large {
|
|
31401
|
-
min-width: 52px;
|
|
31402
|
-
height: 32px;
|
|
31403
|
-
}
|
|
31404
|
-
|
|
31405
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31406
|
-
height: 20px;
|
|
31407
|
-
width: 20px;
|
|
31408
|
-
}
|
|
31409
|
-
|
|
31410
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31411
|
-
border-radius: 10px;
|
|
31412
|
-
transition-delay: 120ms;
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31416
|
-
height: 14px;
|
|
31417
|
-
width: 14px;
|
|
31418
|
-
top: 1px;
|
|
31419
|
-
left: 1px;
|
|
31420
|
-
}
|
|
31421
|
-
|
|
31422
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31423
|
-
height: 28px;
|
|
31424
|
-
width: 28px;
|
|
31425
|
-
}
|
|
31426
|
-
|
|
31427
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31428
|
-
border-radius: 14px;
|
|
31429
|
-
}
|
|
31430
|
-
|
|
31431
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31432
|
-
background-color: #00ba5d;
|
|
31433
|
-
}
|
|
31434
|
-
|
|
31435
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31436
|
-
left: calc(100% - 20px - 2px);
|
|
31437
|
-
}
|
|
31438
|
-
|
|
31439
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31440
|
-
left: calc(100% - 14px - 1px);
|
|
31441
|
-
}
|
|
31442
|
-
|
|
31443
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31444
|
-
left: calc(100% - 28px - 2px);
|
|
31445
|
-
}
|
|
31446
|
-
|
|
31447
|
-
.E_c1up6e3y {
|
|
31448
|
-
margin-left: 5px;
|
|
31449
|
-
}
|
|
31450
|
-
|
|
31451
|
-
.E_s1dni7lo {
|
|
31452
|
-
width: 430px !important;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31456
|
-
padding: 8px 16px;
|
|
31457
|
-
line-height: 18px;
|
|
31458
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31459
|
-
height: 34px;
|
|
31460
|
-
min-height: 34px;
|
|
31461
|
-
box-sizing: border-box;
|
|
31462
|
-
margin-top: 8px;
|
|
31463
|
-
}
|
|
31464
|
-
|
|
31465
|
-
.E_o1ugr09p {
|
|
31466
|
-
display: flex;
|
|
31467
|
-
flex-direction: column;
|
|
31468
|
-
margin: 1px 8px;
|
|
31469
|
-
padding: 8px;
|
|
31470
|
-
border-radius: 4px;
|
|
31471
|
-
}
|
|
31472
|
-
|
|
31473
|
-
.E_o1ugr09p .selected-icon {
|
|
31474
|
-
display: none;
|
|
31475
|
-
}
|
|
31476
|
-
|
|
31477
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31478
|
-
padding-left: 8px;
|
|
31479
|
-
}
|
|
31480
|
-
|
|
31481
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31482
|
-
background-color: white;
|
|
31515
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31516
|
+
display: inline;
|
|
31483
31517
|
}
|
|
31484
31518
|
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31519
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31520
|
+
display: inline;
|
|
31521
|
+
margin-right: 8px;
|
|
31522
|
+
padding: 0;
|
|
31523
|
+
width: 36px;
|
|
31487
31524
|
}
|
|
31488
31525
|
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31526
|
+
.E_s1dizucg.ant-switch {
|
|
31527
|
+
min-width: 40px;
|
|
31528
|
+
height: 24px;
|
|
31529
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31530
|
+
overflow: hidden;
|
|
31491
31531
|
}
|
|
31492
31532
|
|
|
31493
|
-
.
|
|
31494
|
-
|
|
31533
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31534
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31495
31535
|
}
|
|
31496
31536
|
|
|
31497
|
-
.
|
|
31498
|
-
|
|
31537
|
+
.E_s1dizucg.ant-switch-small {
|
|
31538
|
+
min-width: 26px;
|
|
31539
|
+
height: 16px;
|
|
31499
31540
|
}
|
|
31500
31541
|
|
|
31501
|
-
.
|
|
31502
|
-
|
|
31503
|
-
|
|
31542
|
+
.E_s1dizucg.ant-switch-large {
|
|
31543
|
+
min-width: 52px;
|
|
31544
|
+
height: 32px;
|
|
31504
31545
|
}
|
|
31505
31546
|
|
|
31506
|
-
.
|
|
31507
|
-
display: flex;
|
|
31508
|
-
justify-content: space-between;
|
|
31547
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31509
31548
|
height: 20px;
|
|
31510
|
-
|
|
31549
|
+
width: 20px;
|
|
31511
31550
|
}
|
|
31512
31551
|
|
|
31513
|
-
.
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
text-overflow: ellipsis;
|
|
31552
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31553
|
+
border-radius: 10px;
|
|
31554
|
+
transition-delay: 120ms;
|
|
31517
31555
|
}
|
|
31518
31556
|
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
line-height: 18px;
|
|
31525
|
-
margin-top: 2px;
|
|
31557
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31558
|
+
height: 14px;
|
|
31559
|
+
width: 14px;
|
|
31560
|
+
top: 1px;
|
|
31561
|
+
left: 1px;
|
|
31526
31562
|
}
|
|
31527
31563
|
|
|
31528
|
-
.
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31564
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31565
|
+
height: 28px;
|
|
31566
|
+
width: 28px;
|
|
31532
31567
|
}
|
|
31533
31568
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31536
|
-
height: 32px;
|
|
31537
|
-
width: 100%;
|
|
31538
|
-
opacity: 0;
|
|
31569
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31570
|
+
border-radius: 14px;
|
|
31539
31571
|
}
|
|
31540
31572
|
|
|
31541
|
-
.
|
|
31542
|
-
|
|
31573
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31574
|
+
background-color: #00ba5d;
|
|
31543
31575
|
}
|
|
31544
31576
|
|
|
31545
|
-
.
|
|
31546
|
-
|
|
31547
|
-
height: 14px;
|
|
31548
|
-
width: 14px;
|
|
31549
|
-
border-radius: 50%;
|
|
31550
|
-
flex-shrink: 0;
|
|
31551
|
-
display: flex;
|
|
31552
|
-
align-items: center;
|
|
31553
|
-
justify-content: center;
|
|
31554
|
-
border: 1px solid var(--color);
|
|
31577
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31578
|
+
left: calc(100% - 20px - 2px);
|
|
31555
31579
|
}
|
|
31556
31580
|
|
|
31557
|
-
.
|
|
31558
|
-
|
|
31559
|
-
height: 10px;
|
|
31560
|
-
width: 10px;
|
|
31561
|
-
border-radius: 50%;
|
|
31562
|
-
overflow: hidden;
|
|
31581
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31582
|
+
left: calc(100% - 14px - 1px);
|
|
31563
31583
|
}
|
|
31564
31584
|
|
|
31565
|
-
.
|
|
31566
|
-
|
|
31567
|
-
height: 100%;
|
|
31568
|
-
width: 100%;
|
|
31569
|
-
left: 0;
|
|
31570
|
-
top: 0;
|
|
31571
|
-
border-radius: 50%;
|
|
31572
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31573
|
-
transform: rotate(180deg);
|
|
31585
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31586
|
+
left: calc(100% - 28px - 2px);
|
|
31574
31587
|
}
|
|
31575
31588
|
|
|
31576
|
-
.
|
|
31577
|
-
|
|
31578
|
-
height: 100%;
|
|
31579
|
-
width: 100%;
|
|
31580
|
-
left: 0;
|
|
31581
|
-
top: 0;
|
|
31582
|
-
margin-left: 50%;
|
|
31583
|
-
transform-origin: left;
|
|
31584
|
-
background: white;
|
|
31585
|
-
transform: rotate(0deg);
|
|
31589
|
+
.E_c1up6e3y {
|
|
31590
|
+
margin-left: 5px;
|
|
31586
31591
|
}
|
|
31587
31592
|
|
|
31588
31593
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
@@ -31656,6 +31661,31 @@ button.E_n7k2c6r {
|
|
|
31656
31661
|
transform: rotate(180deg);
|
|
31657
31662
|
}
|
|
31658
31663
|
|
|
31664
|
+
.E_i1inqkme {
|
|
31665
|
+
height: 18px;
|
|
31666
|
+
line-height: 18px;
|
|
31667
|
+
padding: 0 4px;
|
|
31668
|
+
border-radius: 4px;
|
|
31669
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31670
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31671
|
+
display: flex;
|
|
31672
|
+
align-items: center;
|
|
31673
|
+
white-space: nowrap;
|
|
31674
|
+
margin-right: 4px;
|
|
31675
|
+
}
|
|
31676
|
+
|
|
31677
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31678
|
+
margin-left: 8px;
|
|
31679
|
+
}
|
|
31680
|
+
|
|
31681
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31682
|
+
padding: 2px 7px 2px 12px;
|
|
31683
|
+
}
|
|
31684
|
+
|
|
31685
|
+
.E_iq1gosr {
|
|
31686
|
+
display: inline-block;
|
|
31687
|
+
}
|
|
31688
|
+
|
|
31659
31689
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31660
31690
|
display: none;
|
|
31661
31691
|
}
|
|
@@ -31819,6 +31849,62 @@ button.E_n7k2c6r {
|
|
|
31819
31849
|
min-height: 0px;
|
|
31820
31850
|
}
|
|
31821
31851
|
|
|
31852
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31853
|
+
display: var(--a1wfy30z-0);
|
|
31854
|
+
}
|
|
31855
|
+
|
|
31856
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31857
|
+
padding: 4px 11px;
|
|
31858
|
+
display: inline-flex;
|
|
31859
|
+
line-height: 1.5715;
|
|
31860
|
+
height: inherit;
|
|
31861
|
+
}
|
|
31862
|
+
|
|
31863
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31864
|
+
content: var(--a1wfy30z-1);
|
|
31865
|
+
display: var(--a1wfy30z-2);
|
|
31866
|
+
flex: none;
|
|
31867
|
+
align-items: center;
|
|
31868
|
+
margin-left: 4px;
|
|
31869
|
+
}
|
|
31870
|
+
|
|
31871
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31872
|
+
content: var(--a1wfy30z-3);
|
|
31873
|
+
display: var(--a1wfy30z-4);
|
|
31874
|
+
flex: none;
|
|
31875
|
+
align-items: center;
|
|
31876
|
+
margin-right: 4px;
|
|
31877
|
+
cursor: auto;
|
|
31878
|
+
}
|
|
31879
|
+
|
|
31880
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31881
|
+
padding: 0;
|
|
31882
|
+
margin: 0;
|
|
31883
|
+
height: auto;
|
|
31884
|
+
font-size: inherit;
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.E_iouxfgt {
|
|
31888
|
+
display: inline-flex;
|
|
31889
|
+
align-items: center;
|
|
31890
|
+
}
|
|
31891
|
+
|
|
31892
|
+
.E_iouxfgt .icon-inner {
|
|
31893
|
+
display: inline-flex;
|
|
31894
|
+
align-items: center;
|
|
31895
|
+
justify-content: center;
|
|
31896
|
+
}
|
|
31897
|
+
|
|
31898
|
+
.E_iouxfgt .icon-inner + span,
|
|
31899
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31900
|
+
margin-left: 4px;
|
|
31901
|
+
}
|
|
31902
|
+
|
|
31903
|
+
.E_iouxfgt.is-rotate img,
|
|
31904
|
+
.E_iouxfgt.is-rotate svg {
|
|
31905
|
+
animation: rotate 680ms linear infinite;
|
|
31906
|
+
}
|
|
31907
|
+
|
|
31822
31908
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31823
31909
|
display: var(--ai7qkf2-0);
|
|
31824
31910
|
}
|
|
@@ -31865,105 +31951,61 @@ button.E_n7k2c6r {
|
|
|
31865
31951
|
z-index: 1;
|
|
31866
31952
|
}
|
|
31867
31953
|
|
|
31868
|
-
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31869
|
-
border-color: #e75a3a;
|
|
31870
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31871
|
-
}
|
|
31872
|
-
|
|
31873
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
31874
|
-
height: 30px;
|
|
31875
|
-
border: 1px;
|
|
31876
|
-
padding: 5px 12px;
|
|
31877
|
-
font-size: inherit;
|
|
31878
|
-
}
|
|
31879
|
-
|
|
31880
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
31881
|
-
height: 38px;
|
|
31882
|
-
border: 1px;
|
|
31883
|
-
padding: 8px 16px;
|
|
31884
|
-
}
|
|
31885
|
-
|
|
31886
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
31887
|
-
height: 22px;
|
|
31888
|
-
border: 1px;
|
|
31889
|
-
padding: 2px 8px;
|
|
31890
|
-
}
|
|
31891
|
-
|
|
31892
|
-
.E_i1inqkme {
|
|
31893
|
-
height: 18px;
|
|
31894
|
-
line-height: 18px;
|
|
31895
|
-
padding: 0 4px;
|
|
31896
|
-
border-radius: 4px;
|
|
31897
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31898
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31899
|
-
display: flex;
|
|
31900
|
-
align-items: center;
|
|
31901
|
-
white-space: nowrap;
|
|
31902
|
-
margin-right: 4px;
|
|
31903
|
-
}
|
|
31904
|
-
|
|
31905
|
-
.E_iouxfgt {
|
|
31906
|
-
display: inline-flex;
|
|
31907
|
-
align-items: center;
|
|
31908
|
-
}
|
|
31909
|
-
|
|
31910
|
-
.E_iouxfgt .icon-inner {
|
|
31911
|
-
display: inline-flex;
|
|
31912
|
-
align-items: center;
|
|
31913
|
-
justify-content: center;
|
|
31914
|
-
}
|
|
31915
|
-
|
|
31916
|
-
.E_iouxfgt .icon-inner + span,
|
|
31917
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31918
|
-
margin-left: 4px;
|
|
31919
|
-
}
|
|
31920
|
-
|
|
31921
|
-
.E_iouxfgt.is-rotate img,
|
|
31922
|
-
.E_iouxfgt.is-rotate svg {
|
|
31923
|
-
animation: rotate 680ms linear infinite;
|
|
31924
|
-
}
|
|
31925
|
-
|
|
31926
|
-
.E_atcz0kf .ant-input-suffix {
|
|
31927
|
-
margin-left: 8px;
|
|
31954
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31955
|
+
border-color: #e75a3a;
|
|
31956
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31928
31957
|
}
|
|
31929
31958
|
|
|
31930
|
-
.
|
|
31931
|
-
|
|
31959
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31960
|
+
height: 30px;
|
|
31961
|
+
border: 1px;
|
|
31962
|
+
padding: 5px 12px;
|
|
31963
|
+
font-size: inherit;
|
|
31932
31964
|
}
|
|
31933
31965
|
|
|
31934
|
-
.
|
|
31935
|
-
|
|
31966
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31967
|
+
height: 38px;
|
|
31968
|
+
border: 1px;
|
|
31969
|
+
padding: 8px 16px;
|
|
31936
31970
|
}
|
|
31937
31971
|
|
|
31938
|
-
.
|
|
31939
|
-
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
height: inherit;
|
|
31972
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31973
|
+
height: 22px;
|
|
31974
|
+
border: 1px;
|
|
31975
|
+
padding: 2px 8px;
|
|
31943
31976
|
}
|
|
31944
31977
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
display: var(--a1wfy30z-2);
|
|
31948
|
-
flex: none;
|
|
31978
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31979
|
+
display: inline-flex;
|
|
31949
31980
|
align-items: center;
|
|
31950
|
-
|
|
31981
|
+
justify-content: center;
|
|
31982
|
+
color: #fff;
|
|
31983
|
+
font-weight: bold;
|
|
31984
|
+
font-size: 12px;
|
|
31985
|
+
width: 24px;
|
|
31986
|
+
height: 24px;
|
|
31987
|
+
border-radius: 50%;
|
|
31988
|
+
background: var(--a1b5xrg3-0);
|
|
31951
31989
|
}
|
|
31952
31990
|
|
|
31953
|
-
.
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31991
|
+
.E_a1b5xrg3.btn-item {
|
|
31992
|
+
transition: all 160ms ease;
|
|
31993
|
+
cursor: pointer;
|
|
31994
|
+
width: 56px;
|
|
31995
|
+
height: 40px;
|
|
31996
|
+
display: inline-flex;
|
|
31957
31997
|
align-items: center;
|
|
31958
|
-
|
|
31959
|
-
|
|
31998
|
+
justify-content: center;
|
|
31999
|
+
border-radius: 6px;
|
|
31960
32000
|
}
|
|
31961
32001
|
|
|
31962
|
-
.
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
|
|
31966
|
-
|
|
32002
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32003
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32004
|
+
}
|
|
32005
|
+
|
|
32006
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32007
|
+
transform: translateY(2px);
|
|
32008
|
+
transition: all 320ms ease;
|
|
31967
32009
|
}
|
|
31968
32010
|
|
|
31969
32011
|
.E_owd0kml {
|
|
@@ -31975,6 +32017,10 @@ button.E_n7k2c6r {
|
|
|
31975
32017
|
position: absolute;
|
|
31976
32018
|
}
|
|
31977
32019
|
|
|
32020
|
+
.E_m196gn1d {
|
|
32021
|
+
min-width: 1280px;
|
|
32022
|
+
}
|
|
32023
|
+
|
|
31978
32024
|
.E_dsnbhzf {
|
|
31979
32025
|
font-family: Inter;
|
|
31980
32026
|
font-style: normal;
|
|
@@ -32450,43 +32496,6 @@ button.E_n7k2c6r {
|
|
|
32450
32496
|
line-height: 12px;
|
|
32451
32497
|
}
|
|
32452
32498
|
|
|
32453
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32454
|
-
display: inline-flex;
|
|
32455
|
-
align-items: center;
|
|
32456
|
-
justify-content: center;
|
|
32457
|
-
color: #fff;
|
|
32458
|
-
font-weight: bold;
|
|
32459
|
-
font-size: 12px;
|
|
32460
|
-
width: 24px;
|
|
32461
|
-
height: 24px;
|
|
32462
|
-
border-radius: 50%;
|
|
32463
|
-
background: var(--a1b5xrg3-0);
|
|
32464
|
-
}
|
|
32465
|
-
|
|
32466
|
-
.E_a1b5xrg3.btn-item {
|
|
32467
|
-
transition: all 160ms ease;
|
|
32468
|
-
cursor: pointer;
|
|
32469
|
-
width: 56px;
|
|
32470
|
-
height: 40px;
|
|
32471
|
-
display: inline-flex;
|
|
32472
|
-
align-items: center;
|
|
32473
|
-
justify-content: center;
|
|
32474
|
-
border-radius: 6px;
|
|
32475
|
-
}
|
|
32476
|
-
|
|
32477
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32478
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32479
|
-
}
|
|
32480
|
-
|
|
32481
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32482
|
-
transform: translateY(2px);
|
|
32483
|
-
transition: all 320ms ease;
|
|
32484
|
-
}
|
|
32485
|
-
|
|
32486
|
-
.E_m196gn1d {
|
|
32487
|
-
min-width: 1280px;
|
|
32488
|
-
}
|
|
32489
|
-
|
|
32490
32499
|
.E_cnujxq2 {
|
|
32491
32500
|
display: flex;
|
|
32492
32501
|
flex-direction: column;
|
|
@@ -34397,25 +34406,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34397
34406
|
padding: 0;
|
|
34398
34407
|
}
|
|
34399
34408
|
|
|
34400
|
-
.E_b14q2gmw {
|
|
34401
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34402
|
-
}
|
|
34403
|
-
|
|
34404
|
-
.E_c1eym6el {
|
|
34405
|
-
border-radius: 8px;
|
|
34406
|
-
background-color: white;
|
|
34407
|
-
}
|
|
34408
|
-
|
|
34409
|
-
.E_c1eym6el.hoverable {
|
|
34410
|
-
cursor: pointer;
|
|
34411
|
-
}
|
|
34412
|
-
|
|
34413
|
-
.E_c1eym6el.hoverable:hover {
|
|
34414
|
-
transition: all 200ms ease;
|
|
34415
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34416
|
-
transform: translateY(-4px);
|
|
34417
|
-
}
|
|
34418
|
-
|
|
34419
34409
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34420
34410
|
margin-right: 2px;
|
|
34421
34411
|
}
|
|
@@ -34455,8 +34445,53 @@ input.E_rf8rlle.ant-input {
|
|
|
34455
34445
|
background-color: transparent;
|
|
34456
34446
|
}
|
|
34457
34447
|
|
|
34458
|
-
.
|
|
34459
|
-
|
|
34448
|
+
.E_lht19u8 {
|
|
34449
|
+
width: 64px;
|
|
34450
|
+
height: 64px;
|
|
34451
|
+
display: flex;
|
|
34452
|
+
align-items: center;
|
|
34453
|
+
justify-content: center;
|
|
34454
|
+
position: relative;
|
|
34455
|
+
opacity: 0.2;
|
|
34456
|
+
}
|
|
34457
|
+
|
|
34458
|
+
.E_lk3gkp4 {
|
|
34459
|
+
position: absolute;
|
|
34460
|
+
width: 5px;
|
|
34461
|
+
height: 48px;
|
|
34462
|
+
left: 9.33px;
|
|
34463
|
+
top: 40.5px;
|
|
34464
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34465
|
+
border-radius: 5px;
|
|
34466
|
+
transform: rotate(-128deg);
|
|
34467
|
+
transform-origin: top left;
|
|
34468
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34469
|
+
}
|
|
34470
|
+
|
|
34471
|
+
.E_ll4n94n {
|
|
34472
|
+
position: absolute;
|
|
34473
|
+
width: 5px;
|
|
34474
|
+
height: 48px;
|
|
34475
|
+
left: 40.8px;
|
|
34476
|
+
top: 8.4px;
|
|
34477
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34478
|
+
border-radius: 5px;
|
|
34479
|
+
transform: rotate(-8deg);
|
|
34480
|
+
transform-origin: top left;
|
|
34481
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34482
|
+
}
|
|
34483
|
+
|
|
34484
|
+
.E_l17lbdo6 {
|
|
34485
|
+
position: absolute;
|
|
34486
|
+
width: 5px;
|
|
34487
|
+
height: 48px;
|
|
34488
|
+
left: 52.9px;
|
|
34489
|
+
top: 51.8px;
|
|
34490
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34491
|
+
border-radius: 5px;
|
|
34492
|
+
transform: rotate(112deg);
|
|
34493
|
+
transform-origin: top left;
|
|
34494
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34460
34495
|
}
|
|
34461
34496
|
|
|
34462
34497
|
.E_c1kghdax {
|
|
@@ -34506,6 +34541,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34506
34541
|
margin-right: 2px;
|
|
34507
34542
|
}
|
|
34508
34543
|
|
|
34544
|
+
.E_c1yd35n {
|
|
34545
|
+
padding: 0 12px 14px 12px;
|
|
34546
|
+
}
|
|
34547
|
+
|
|
34509
34548
|
.E_ckui4s7 {
|
|
34510
34549
|
color: #2d3a56;
|
|
34511
34550
|
line-height: 22px;
|
|
@@ -34555,123 +34594,54 @@ input.E_rf8rlle.ant-input {
|
|
|
34555
34594
|
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34556
34595
|
}
|
|
34557
34596
|
|
|
34558
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34559
|
-
border-color: #2d3a56;
|
|
34560
|
-
}
|
|
34561
|
-
|
|
34562
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34563
|
-
background: #2d3a56;
|
|
34564
|
-
}
|
|
34565
|
-
|
|
34566
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34567
|
-
padding: 0;
|
|
34568
|
-
}
|
|
34569
|
-
|
|
34570
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34571
|
-
display: inline-block;
|
|
34572
|
-
margin-left: 12px;
|
|
34573
|
-
color: #2d3a56;
|
|
34574
|
-
}
|
|
34575
|
-
|
|
34576
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34577
|
-
margin-left: 28px;
|
|
34578
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34579
|
-
}
|
|
34580
|
-
|
|
34581
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34582
|
-
margin-left: 8px;
|
|
34583
|
-
}
|
|
34584
|
-
|
|
34585
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34586
|
-
margin-left: 24px;
|
|
34587
|
-
}
|
|
34588
|
-
|
|
34589
|
-
.E_l12xdkhl {
|
|
34590
|
-
width: 64px;
|
|
34591
|
-
height: 64px;
|
|
34592
|
-
max-width: 64px;
|
|
34593
|
-
max-height: 64px;
|
|
34594
|
-
overflow: hidden;
|
|
34595
|
-
display: flex;
|
|
34596
|
-
align-items: center;
|
|
34597
|
-
justify-content: center;
|
|
34598
|
-
position: relative;
|
|
34599
|
-
opacity: 0.6;
|
|
34600
|
-
}
|
|
34601
|
-
|
|
34602
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34603
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34604
|
-
}
|
|
34605
|
-
|
|
34606
|
-
@keyframes rotate {
|
|
34607
|
-
from {
|
|
34608
|
-
transform: rotate(0deg);
|
|
34609
|
-
}
|
|
34610
|
-
to {
|
|
34611
|
-
transform: rotate(360deg);
|
|
34612
|
-
}
|
|
34613
|
-
}
|
|
34614
|
-
button.E_l48ei06.ant-btn {
|
|
34615
|
-
font-size: 12px;
|
|
34616
|
-
line-height: 18px;
|
|
34617
|
-
height: 18px;
|
|
34618
|
-
}
|
|
34619
|
-
|
|
34620
|
-
button.E_l48ei06 {
|
|
34621
|
-
color: #0080FF;
|
|
34622
|
-
height: unset;
|
|
34623
|
-
}
|
|
34624
|
-
|
|
34625
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34626
|
-
margin-right: 4px;
|
|
34627
|
-
}
|
|
34628
|
-
|
|
34629
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34630
|
-
margin-left: 4px;
|
|
34631
|
-
}
|
|
34632
|
-
|
|
34633
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34634
|
-
color: #009DFF;
|
|
34597
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34598
|
+
border-color: #2d3a56;
|
|
34635
34599
|
}
|
|
34636
34600
|
|
|
34637
|
-
|
|
34638
|
-
|
|
34601
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34602
|
+
background: #2d3a56;
|
|
34639
34603
|
}
|
|
34640
34604
|
|
|
34641
|
-
|
|
34642
|
-
|
|
34605
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34606
|
+
padding: 0;
|
|
34643
34607
|
}
|
|
34644
34608
|
|
|
34645
|
-
|
|
34646
|
-
|
|
34609
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34610
|
+
display: inline-block;
|
|
34611
|
+
margin-left: 12px;
|
|
34612
|
+
color: #2d3a56;
|
|
34647
34613
|
}
|
|
34648
34614
|
|
|
34649
|
-
|
|
34650
|
-
|
|
34615
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34616
|
+
margin-left: 28px;
|
|
34617
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34651
34618
|
}
|
|
34652
34619
|
|
|
34653
|
-
|
|
34654
|
-
|
|
34620
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34621
|
+
margin-left: 8px;
|
|
34655
34622
|
}
|
|
34656
34623
|
|
|
34657
|
-
|
|
34658
|
-
|
|
34624
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34625
|
+
margin-left: 24px;
|
|
34659
34626
|
}
|
|
34660
34627
|
|
|
34661
|
-
|
|
34662
|
-
|
|
34628
|
+
.E_b14q2gmw {
|
|
34629
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34663
34630
|
}
|
|
34664
34631
|
|
|
34665
|
-
|
|
34666
|
-
|
|
34632
|
+
.E_c1eym6el {
|
|
34633
|
+
border-radius: 8px;
|
|
34634
|
+
background-color: white;
|
|
34667
34635
|
}
|
|
34668
34636
|
|
|
34669
|
-
|
|
34670
|
-
|
|
34637
|
+
.E_c1eym6el.hoverable {
|
|
34638
|
+
cursor: pointer;
|
|
34671
34639
|
}
|
|
34672
34640
|
|
|
34673
|
-
|
|
34674
|
-
|
|
34641
|
+
.E_c1eym6el.hoverable:hover {
|
|
34642
|
+
transition: all 200ms ease;
|
|
34643
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34644
|
+
transform: translateY(-4px);
|
|
34675
34645
|
}
|
|
34676
34646
|
|
|
34677
34647
|
.E_sddwhm6 {
|
|
@@ -34769,6 +34739,94 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34769
34739
|
display: inline-block;
|
|
34770
34740
|
}
|
|
34771
34741
|
|
|
34742
|
+
.E_l12xdkhl {
|
|
34743
|
+
width: 64px;
|
|
34744
|
+
height: 64px;
|
|
34745
|
+
max-width: 64px;
|
|
34746
|
+
max-height: 64px;
|
|
34747
|
+
overflow: hidden;
|
|
34748
|
+
display: flex;
|
|
34749
|
+
align-items: center;
|
|
34750
|
+
justify-content: center;
|
|
34751
|
+
position: relative;
|
|
34752
|
+
opacity: 0.6;
|
|
34753
|
+
}
|
|
34754
|
+
|
|
34755
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34756
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34757
|
+
}
|
|
34758
|
+
|
|
34759
|
+
@keyframes rotate {
|
|
34760
|
+
from {
|
|
34761
|
+
transform: rotate(0deg);
|
|
34762
|
+
}
|
|
34763
|
+
to {
|
|
34764
|
+
transform: rotate(360deg);
|
|
34765
|
+
}
|
|
34766
|
+
}
|
|
34767
|
+
button.E_l48ei06.ant-btn {
|
|
34768
|
+
font-size: 12px;
|
|
34769
|
+
line-height: 18px;
|
|
34770
|
+
height: 18px;
|
|
34771
|
+
}
|
|
34772
|
+
|
|
34773
|
+
button.E_l48ei06 {
|
|
34774
|
+
color: #0080FF;
|
|
34775
|
+
height: unset;
|
|
34776
|
+
}
|
|
34777
|
+
|
|
34778
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34779
|
+
margin-right: 4px;
|
|
34780
|
+
}
|
|
34781
|
+
|
|
34782
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34783
|
+
margin-left: 4px;
|
|
34784
|
+
}
|
|
34785
|
+
|
|
34786
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34787
|
+
color: #009DFF;
|
|
34788
|
+
}
|
|
34789
|
+
|
|
34790
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34791
|
+
color: #005ED1;
|
|
34792
|
+
}
|
|
34793
|
+
|
|
34794
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34795
|
+
color: #0080FF;
|
|
34796
|
+
}
|
|
34797
|
+
|
|
34798
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34799
|
+
color: #00122E;
|
|
34800
|
+
}
|
|
34801
|
+
|
|
34802
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34803
|
+
color: #0080FF;
|
|
34804
|
+
}
|
|
34805
|
+
|
|
34806
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34807
|
+
color: #005ED1;
|
|
34808
|
+
}
|
|
34809
|
+
|
|
34810
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34811
|
+
color: #00122E;
|
|
34812
|
+
}
|
|
34813
|
+
|
|
34814
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34815
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34816
|
+
}
|
|
34817
|
+
|
|
34818
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34819
|
+
color: #0080FF;
|
|
34820
|
+
}
|
|
34821
|
+
|
|
34822
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34823
|
+
color: #005ED1;
|
|
34824
|
+
}
|
|
34825
|
+
|
|
34826
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34827
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34828
|
+
}
|
|
34829
|
+
|
|
34772
34830
|
.E_tc97u5y {
|
|
34773
34831
|
height: 100%;
|
|
34774
34832
|
}
|
|
@@ -35220,55 +35278,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35220
35278
|
background: #fff;
|
|
35221
35279
|
}
|
|
35222
35280
|
|
|
35223
|
-
.E_lht19u8 {
|
|
35224
|
-
width: 64px;
|
|
35225
|
-
height: 64px;
|
|
35226
|
-
display: flex;
|
|
35227
|
-
align-items: center;
|
|
35228
|
-
justify-content: center;
|
|
35229
|
-
position: relative;
|
|
35230
|
-
opacity: 0.2;
|
|
35231
|
-
}
|
|
35232
|
-
|
|
35233
|
-
.E_lk3gkp4 {
|
|
35234
|
-
position: absolute;
|
|
35235
|
-
width: 5px;
|
|
35236
|
-
height: 48px;
|
|
35237
|
-
left: 9.33px;
|
|
35238
|
-
top: 40.5px;
|
|
35239
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35240
|
-
border-radius: 5px;
|
|
35241
|
-
transform: rotate(-128deg);
|
|
35242
|
-
transform-origin: top left;
|
|
35243
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35244
|
-
}
|
|
35245
|
-
|
|
35246
|
-
.E_ll4n94n {
|
|
35247
|
-
position: absolute;
|
|
35248
|
-
width: 5px;
|
|
35249
|
-
height: 48px;
|
|
35250
|
-
left: 40.8px;
|
|
35251
|
-
top: 8.4px;
|
|
35252
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35253
|
-
border-radius: 5px;
|
|
35254
|
-
transform: rotate(-8deg);
|
|
35255
|
-
transform-origin: top left;
|
|
35256
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35257
|
-
}
|
|
35258
|
-
|
|
35259
|
-
.E_l17lbdo6 {
|
|
35260
|
-
position: absolute;
|
|
35261
|
-
width: 5px;
|
|
35262
|
-
height: 48px;
|
|
35263
|
-
left: 52.9px;
|
|
35264
|
-
top: 51.8px;
|
|
35265
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35266
|
-
border-radius: 5px;
|
|
35267
|
-
transform: rotate(112deg);
|
|
35268
|
-
transform-origin: top left;
|
|
35269
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35270
|
-
}
|
|
35271
|
-
|
|
35272
35281
|
.E_w7ob4th.outside-tag {
|
|
35273
35282
|
padding-left: 0;
|
|
35274
35283
|
}
|
|
@@ -35279,6 +35288,24 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35279
35288
|
margin-right: 4px;
|
|
35280
35289
|
}
|
|
35281
35290
|
|
|
35291
|
+
.E_r77hffu {
|
|
35292
|
+
display: flex;
|
|
35293
|
+
align-items: center;
|
|
35294
|
+
justify-content: space-between;
|
|
35295
|
+
column-gap: 6px;
|
|
35296
|
+
}
|
|
35297
|
+
|
|
35298
|
+
.E_p1cmxsf7 {
|
|
35299
|
+
display: flex;
|
|
35300
|
+
flex-direction: column;
|
|
35301
|
+
justify-content: center;
|
|
35302
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35303
|
+
}
|
|
35304
|
+
|
|
35305
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35306
|
+
font-size: 0;
|
|
35307
|
+
}
|
|
35308
|
+
|
|
35282
35309
|
.E_slr2ynn {
|
|
35283
35310
|
padding: 0 8px;
|
|
35284
35311
|
height: 18px;
|
|
@@ -35308,24 +35335,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35308
35335
|
white-space: normal;
|
|
35309
35336
|
}
|
|
35310
35337
|
|
|
35311
|
-
.E_r77hffu {
|
|
35312
|
-
display: flex;
|
|
35313
|
-
align-items: center;
|
|
35314
|
-
justify-content: space-between;
|
|
35315
|
-
column-gap: 6px;
|
|
35316
|
-
}
|
|
35317
|
-
|
|
35318
|
-
.E_p1cmxsf7 {
|
|
35319
|
-
display: flex;
|
|
35320
|
-
flex-direction: column;
|
|
35321
|
-
justify-content: center;
|
|
35322
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35323
|
-
}
|
|
35324
|
-
|
|
35325
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
35326
|
-
font-size: 0;
|
|
35327
|
-
}
|
|
35328
|
-
|
|
35329
35338
|
.E_t1dtlqs1 {
|
|
35330
35339
|
margin-bottom: 4px;
|
|
35331
35340
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35786,11 +35795,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35786
35795
|
justify-content: center;
|
|
35787
35796
|
}
|
|
35788
35797
|
|
|
35789
|
-
.E_i1g85yz3 {
|
|
35790
|
-
margin-right: 4px;
|
|
35791
|
-
height: 16px;
|
|
35792
|
-
}
|
|
35793
|
-
|
|
35794
35798
|
.E_t13ef470 {
|
|
35795
35799
|
height: 100%;
|
|
35796
35800
|
}
|
|
@@ -35828,6 +35832,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35828
35832
|
background: rgba(163, 180, 204, 0.18);
|
|
35829
35833
|
}
|
|
35830
35834
|
|
|
35835
|
+
.E_i1g85yz3 {
|
|
35836
|
+
margin-right: 4px;
|
|
35837
|
+
height: 16px;
|
|
35838
|
+
}
|
|
35839
|
+
|
|
35831
35840
|
.E_msn7nxt {
|
|
35832
35841
|
color: rgba(44, 56, 82, 0.6);
|
|
35833
35842
|
text-align: center;
|
|
@@ -36124,18 +36133,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36124
36133
|
display: block;
|
|
36125
36134
|
}
|
|
36126
36135
|
|
|
36127
|
-
.E_i14c7jc8 {
|
|
36128
|
-
color: var(--i14c7jc8-0);
|
|
36129
|
-
}
|
|
36130
|
-
|
|
36131
|
-
.E_i1ibuolf {
|
|
36132
|
-
display: flex;
|
|
36133
|
-
align-items: center;
|
|
36134
|
-
column-gap: 4px;
|
|
36135
|
-
font-size: 12px;
|
|
36136
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36137
|
-
}
|
|
36138
|
-
|
|
36139
36136
|
.E_d1u4ndxc {
|
|
36140
36137
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36141
36138
|
font-size: 12px;
|
|
@@ -36166,4 +36163,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36166
36163
|
to {
|
|
36167
36164
|
transform: translateX(100%);
|
|
36168
36165
|
}
|
|
36166
|
+
}
|
|
36167
|
+
.E_i14c7jc8 {
|
|
36168
|
+
color: var(--i14c7jc8-0);
|
|
36169
|
+
}
|
|
36170
|
+
|
|
36171
|
+
.E_i1ibuolf {
|
|
36172
|
+
display: flex;
|
|
36173
|
+
align-items: center;
|
|
36174
|
+
column-gap: 4px;
|
|
36175
|
+
font-size: 12px;
|
|
36176
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36169
36177
|
}
|