@cloudtower/eagle 0.27.53-dry2 → 0.27.53-dry4
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/components.css +745 -743
- package/dist/esm/index.js +2 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +2000 -1998
- package/dist/umd/index.js +2 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -28537,11 +28537,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
-
z-index: 10;
|
|
28541
28540
|
}
|
|
28542
28541
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28543
28542
|
display: none;
|
|
28544
28543
|
}
|
|
28544
|
+
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_, .table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28545
|
+
z-index: 10;
|
|
28546
|
+
}
|
|
28545
28547
|
.table-wrapper.table-sticky-header .ant-table-header {
|
|
28546
28548
|
position: sticky;
|
|
28547
28549
|
top: 0px;
|
|
@@ -29693,81 +29695,6 @@ html body {
|
|
|
29693
29695
|
font-size: 14px;
|
|
29694
29696
|
}
|
|
29695
29697
|
|
|
29696
|
-
.E_b1nip9bk {
|
|
29697
|
-
padding: 4px 11px;
|
|
29698
|
-
}
|
|
29699
|
-
|
|
29700
|
-
.E_bqamoqe {
|
|
29701
|
-
white-space: nowrap;
|
|
29702
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29703
|
-
}
|
|
29704
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29705
|
-
--color: #0080ff;
|
|
29706
|
-
}
|
|
29707
|
-
.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] {
|
|
29708
|
-
--color: #0080ff;
|
|
29709
|
-
}
|
|
29710
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29711
|
-
margin-left: 1px;
|
|
29712
|
-
}
|
|
29713
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29714
|
-
border-top-right-radius: 0;
|
|
29715
|
-
border-bottom-right-radius: 0;
|
|
29716
|
-
}
|
|
29717
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29718
|
-
border-top-left-radius: 0;
|
|
29719
|
-
border-bottom-left-radius: 0;
|
|
29720
|
-
}
|
|
29721
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29722
|
-
border-radius: unset;
|
|
29723
|
-
}
|
|
29724
|
-
|
|
29725
|
-
.E_fzh9mnb {
|
|
29726
|
-
width: 100%;
|
|
29727
|
-
height: 100%;
|
|
29728
|
-
min-height: 124px;
|
|
29729
|
-
display: flex;
|
|
29730
|
-
flex-direction: column;
|
|
29731
|
-
justify-content: center;
|
|
29732
|
-
align-items: center;
|
|
29733
|
-
}
|
|
29734
|
-
.E_fzh9mnb .error-text {
|
|
29735
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29736
|
-
margin-bottom: 16px;
|
|
29737
|
-
font-size: 18px;
|
|
29738
|
-
}
|
|
29739
|
-
|
|
29740
|
-
.E_iouxfgt {
|
|
29741
|
-
display: inline-flex;
|
|
29742
|
-
align-items: center;
|
|
29743
|
-
}
|
|
29744
|
-
.E_iouxfgt .icon-inner {
|
|
29745
|
-
display: inline-flex;
|
|
29746
|
-
align-items: center;
|
|
29747
|
-
justify-content: center;
|
|
29748
|
-
}
|
|
29749
|
-
.E_iouxfgt .icon-inner + span,
|
|
29750
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
29751
|
-
margin-left: 4px;
|
|
29752
|
-
}
|
|
29753
|
-
.E_iouxfgt.is-rotate img,
|
|
29754
|
-
.E_iouxfgt.is-rotate svg {
|
|
29755
|
-
animation: rotate 680ms linear infinite;
|
|
29756
|
-
}
|
|
29757
|
-
|
|
29758
|
-
.E_i1inqkme {
|
|
29759
|
-
height: 18px;
|
|
29760
|
-
line-height: 18px;
|
|
29761
|
-
padding: 0 4px;
|
|
29762
|
-
border-radius: 4px;
|
|
29763
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29764
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29765
|
-
display: flex;
|
|
29766
|
-
align-items: center;
|
|
29767
|
-
white-space: nowrap;
|
|
29768
|
-
margin-right: 4px;
|
|
29769
|
-
}
|
|
29770
|
-
|
|
29771
29698
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29772
29699
|
justify-content: center;
|
|
29773
29700
|
}
|
|
@@ -30018,68 +29945,79 @@ html body {
|
|
|
30018
29945
|
padding: 0;
|
|
30019
29946
|
}
|
|
30020
29947
|
|
|
30021
|
-
.
|
|
30022
|
-
display: inline-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
.E_h1jsgezc {
|
|
30026
|
-
visibility: hidden;
|
|
30027
|
-
position: absolute;
|
|
29948
|
+
.E_iouxfgt {
|
|
29949
|
+
display: inline-flex;
|
|
29950
|
+
align-items: center;
|
|
30028
29951
|
}
|
|
30029
|
-
|
|
30030
|
-
|
|
30031
|
-
|
|
30032
|
-
|
|
30033
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30034
|
-
overflow: hidden;
|
|
29952
|
+
.E_iouxfgt .icon-inner {
|
|
29953
|
+
display: inline-flex;
|
|
29954
|
+
align-items: center;
|
|
29955
|
+
justify-content: center;
|
|
30035
29956
|
}
|
|
30036
|
-
.
|
|
30037
|
-
|
|
29957
|
+
.E_iouxfgt .icon-inner + span,
|
|
29958
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29959
|
+
margin-left: 4px;
|
|
30038
29960
|
}
|
|
30039
|
-
.
|
|
30040
|
-
|
|
30041
|
-
|
|
29961
|
+
.E_iouxfgt.is-rotate img,
|
|
29962
|
+
.E_iouxfgt.is-rotate svg {
|
|
29963
|
+
animation: rotate 680ms linear infinite;
|
|
30042
29964
|
}
|
|
30043
|
-
|
|
30044
|
-
|
|
30045
|
-
|
|
29965
|
+
|
|
29966
|
+
.E_fzh9mnb {
|
|
29967
|
+
width: 100%;
|
|
29968
|
+
height: 100%;
|
|
29969
|
+
min-height: 124px;
|
|
29970
|
+
display: flex;
|
|
29971
|
+
flex-direction: column;
|
|
29972
|
+
justify-content: center;
|
|
29973
|
+
align-items: center;
|
|
30046
29974
|
}
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30049
|
-
|
|
29975
|
+
.E_fzh9mnb .error-text {
|
|
29976
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29977
|
+
margin-bottom: 16px;
|
|
29978
|
+
font-size: 18px;
|
|
30050
29979
|
}
|
|
30051
|
-
|
|
30052
|
-
|
|
30053
|
-
|
|
29980
|
+
|
|
29981
|
+
.E_b1nip9bk {
|
|
29982
|
+
padding: 4px 11px;
|
|
30054
29983
|
}
|
|
30055
|
-
|
|
30056
|
-
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
left: 1px;
|
|
29984
|
+
|
|
29985
|
+
.E_bqamoqe {
|
|
29986
|
+
white-space: nowrap;
|
|
29987
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30060
29988
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30063
|
-
width: 28px;
|
|
29989
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29990
|
+
--color: #0080ff;
|
|
30064
29991
|
}
|
|
30065
|
-
.
|
|
30066
|
-
|
|
29992
|
+
.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] {
|
|
29993
|
+
--color: #0080ff;
|
|
30067
29994
|
}
|
|
30068
|
-
.
|
|
30069
|
-
|
|
29995
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29996
|
+
margin-left: 1px;
|
|
30070
29997
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
29998
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29999
|
+
border-top-right-radius: 0;
|
|
30000
|
+
border-bottom-right-radius: 0;
|
|
30073
30001
|
}
|
|
30074
|
-
.
|
|
30075
|
-
left:
|
|
30002
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30003
|
+
border-top-left-radius: 0;
|
|
30004
|
+
border-bottom-left-radius: 0;
|
|
30076
30005
|
}
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30006
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30007
|
+
border-radius: unset;
|
|
30079
30008
|
}
|
|
30080
30009
|
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30010
|
+
.E_i1inqkme {
|
|
30011
|
+
height: 18px;
|
|
30012
|
+
line-height: 18px;
|
|
30013
|
+
padding: 0 4px;
|
|
30014
|
+
border-radius: 4px;
|
|
30015
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30016
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30017
|
+
display: flex;
|
|
30018
|
+
align-items: center;
|
|
30019
|
+
white-space: nowrap;
|
|
30020
|
+
margin-right: 4px;
|
|
30083
30021
|
}
|
|
30084
30022
|
|
|
30085
30023
|
.E_phljevk {
|
|
@@ -30139,6 +30077,70 @@ html body {
|
|
|
30139
30077
|
line-height: 18px;
|
|
30140
30078
|
}
|
|
30141
30079
|
|
|
30080
|
+
.E_owd0kml {
|
|
30081
|
+
display: inline-block;
|
|
30082
|
+
}
|
|
30083
|
+
|
|
30084
|
+
.E_h1jsgezc {
|
|
30085
|
+
visibility: hidden;
|
|
30086
|
+
position: absolute;
|
|
30087
|
+
}
|
|
30088
|
+
|
|
30089
|
+
.E_s1dizucg.ant-switch {
|
|
30090
|
+
min-width: 40px;
|
|
30091
|
+
height: 24px;
|
|
30092
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30093
|
+
overflow: hidden;
|
|
30094
|
+
}
|
|
30095
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30096
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30097
|
+
}
|
|
30098
|
+
.E_s1dizucg.ant-switch-small {
|
|
30099
|
+
min-width: 26px;
|
|
30100
|
+
height: 16px;
|
|
30101
|
+
}
|
|
30102
|
+
.E_s1dizucg.ant-switch-large {
|
|
30103
|
+
min-width: 52px;
|
|
30104
|
+
height: 32px;
|
|
30105
|
+
}
|
|
30106
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30107
|
+
height: 20px;
|
|
30108
|
+
width: 20px;
|
|
30109
|
+
}
|
|
30110
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30111
|
+
border-radius: 10px;
|
|
30112
|
+
transition-delay: 120ms;
|
|
30113
|
+
}
|
|
30114
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30115
|
+
height: 14px;
|
|
30116
|
+
width: 14px;
|
|
30117
|
+
top: 1px;
|
|
30118
|
+
left: 1px;
|
|
30119
|
+
}
|
|
30120
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30121
|
+
height: 28px;
|
|
30122
|
+
width: 28px;
|
|
30123
|
+
}
|
|
30124
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30125
|
+
border-radius: 14px;
|
|
30126
|
+
}
|
|
30127
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30128
|
+
background-color: #00ba5d;
|
|
30129
|
+
}
|
|
30130
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30131
|
+
left: calc(100% - 20px - 2px);
|
|
30132
|
+
}
|
|
30133
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30134
|
+
left: calc(100% - 14px - 1px);
|
|
30135
|
+
}
|
|
30136
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30137
|
+
left: calc(100% - 28px - 2px);
|
|
30138
|
+
}
|
|
30139
|
+
|
|
30140
|
+
.E_c1up6e3y {
|
|
30141
|
+
margin-left: 5px;
|
|
30142
|
+
}
|
|
30143
|
+
|
|
30142
30144
|
.E_rapgekc.ant-radio-wrapper {
|
|
30143
30145
|
display: inline-flex;
|
|
30144
30146
|
align-items: baseline;
|
|
@@ -30285,9 +30287,22 @@ html body {
|
|
|
30285
30287
|
width: 36px;
|
|
30286
30288
|
}
|
|
30287
30289
|
|
|
30288
|
-
.
|
|
30290
|
+
.E_skwah65 {
|
|
30291
|
+
height: 8px;
|
|
30292
|
+
box-sizing: border-box;
|
|
30293
|
+
border-radius: 2px;
|
|
30294
|
+
background: #f5f7fa;
|
|
30289
30295
|
display: flex;
|
|
30290
|
-
|
|
30296
|
+
width: 100%;
|
|
30297
|
+
overflow: hidden;
|
|
30298
|
+
}
|
|
30299
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30300
|
+
margin-left: 1px;
|
|
30301
|
+
}
|
|
30302
|
+
|
|
30303
|
+
.E_cnujxq2 {
|
|
30304
|
+
display: flex;
|
|
30305
|
+
flex-direction: column;
|
|
30291
30306
|
}
|
|
30292
30307
|
|
|
30293
30308
|
.E_m7s48ia {
|
|
@@ -30970,6 +30985,91 @@ input.E_rf8rlle.ant-input {
|
|
|
30970
30985
|
margin: 4px 0;
|
|
30971
30986
|
}
|
|
30972
30987
|
|
|
30988
|
+
.E_s1dni7lo {
|
|
30989
|
+
width: 430px !important;
|
|
30990
|
+
}
|
|
30991
|
+
|
|
30992
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30993
|
+
padding: 8px 16px;
|
|
30994
|
+
line-height: 18px;
|
|
30995
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30996
|
+
height: 34px;
|
|
30997
|
+
min-height: 34px;
|
|
30998
|
+
box-sizing: border-box;
|
|
30999
|
+
margin-top: 8px;
|
|
31000
|
+
}
|
|
31001
|
+
|
|
31002
|
+
.E_o1ugr09p {
|
|
31003
|
+
display: flex;
|
|
31004
|
+
flex-direction: column;
|
|
31005
|
+
margin: 1px 8px;
|
|
31006
|
+
padding: 8px;
|
|
31007
|
+
border-radius: 4px;
|
|
31008
|
+
}
|
|
31009
|
+
.E_o1ugr09p .selected-icon {
|
|
31010
|
+
display: none;
|
|
31011
|
+
}
|
|
31012
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31013
|
+
padding-left: 8px;
|
|
31014
|
+
}
|
|
31015
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31016
|
+
background-color: white;
|
|
31017
|
+
}
|
|
31018
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31019
|
+
color: #0080ff;
|
|
31020
|
+
}
|
|
31021
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31022
|
+
display: block;
|
|
31023
|
+
}
|
|
31024
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31025
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31026
|
+
}
|
|
31027
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31028
|
+
color: #0080ff;
|
|
31029
|
+
}
|
|
31030
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31031
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31032
|
+
color: #0080ff;
|
|
31033
|
+
}
|
|
31034
|
+
|
|
31035
|
+
.E_o1ifxsq4 {
|
|
31036
|
+
display: flex;
|
|
31037
|
+
justify-content: space-between;
|
|
31038
|
+
height: 20px;
|
|
31039
|
+
line-height: 20px;
|
|
31040
|
+
}
|
|
31041
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31042
|
+
color: #2d3a56;
|
|
31043
|
+
overflow: hidden;
|
|
31044
|
+
text-overflow: ellipsis;
|
|
31045
|
+
}
|
|
31046
|
+
|
|
31047
|
+
.E_o1zue7 {
|
|
31048
|
+
display: flex;
|
|
31049
|
+
justify-content: space-between;
|
|
31050
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31051
|
+
height: 18px;
|
|
31052
|
+
line-height: 18px;
|
|
31053
|
+
margin-top: 2px;
|
|
31054
|
+
}
|
|
31055
|
+
|
|
31056
|
+
.E_tyfmlxg {
|
|
31057
|
+
border: none;
|
|
31058
|
+
margin-right: 0;
|
|
31059
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31060
|
+
}
|
|
31061
|
+
|
|
31062
|
+
.E_o18uybox {
|
|
31063
|
+
pointer-events: none;
|
|
31064
|
+
height: 32px;
|
|
31065
|
+
width: 100%;
|
|
31066
|
+
opacity: 0;
|
|
31067
|
+
}
|
|
31068
|
+
|
|
31069
|
+
.E_iq1gosr {
|
|
31070
|
+
display: inline-block;
|
|
31071
|
+
}
|
|
31072
|
+
|
|
30973
31073
|
.E_tc97u5y {
|
|
30974
31074
|
height: 100%;
|
|
30975
31075
|
}
|
|
@@ -31334,160 +31434,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31334
31434
|
background: #fff;
|
|
31335
31435
|
}
|
|
31336
31436
|
|
|
31337
|
-
.E_iq1gosr {
|
|
31338
|
-
display: inline-block;
|
|
31339
|
-
}
|
|
31340
|
-
|
|
31341
|
-
.E_s1dni7lo {
|
|
31342
|
-
width: 430px !important;
|
|
31343
|
-
}
|
|
31344
|
-
|
|
31345
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31346
|
-
padding: 8px 16px;
|
|
31347
|
-
line-height: 18px;
|
|
31348
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31349
|
-
height: 34px;
|
|
31350
|
-
min-height: 34px;
|
|
31351
|
-
box-sizing: border-box;
|
|
31352
|
-
margin-top: 8px;
|
|
31353
|
-
}
|
|
31354
|
-
|
|
31355
|
-
.E_o1ugr09p {
|
|
31356
|
-
display: flex;
|
|
31357
|
-
flex-direction: column;
|
|
31358
|
-
margin: 1px 8px;
|
|
31359
|
-
padding: 8px;
|
|
31360
|
-
border-radius: 4px;
|
|
31361
|
-
}
|
|
31362
|
-
.E_o1ugr09p .selected-icon {
|
|
31363
|
-
display: none;
|
|
31364
|
-
}
|
|
31365
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31366
|
-
padding-left: 8px;
|
|
31367
|
-
}
|
|
31368
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31369
|
-
background-color: white;
|
|
31370
|
-
}
|
|
31371
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31372
|
-
color: #0080ff;
|
|
31373
|
-
}
|
|
31374
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31375
|
-
display: block;
|
|
31376
|
-
}
|
|
31377
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31378
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31379
|
-
}
|
|
31380
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31381
|
-
color: #0080ff;
|
|
31382
|
-
}
|
|
31383
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31384
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31385
|
-
color: #0080ff;
|
|
31386
|
-
}
|
|
31387
|
-
|
|
31388
|
-
.E_o1ifxsq4 {
|
|
31389
|
-
display: flex;
|
|
31390
|
-
justify-content: space-between;
|
|
31391
|
-
height: 20px;
|
|
31392
|
-
line-height: 20px;
|
|
31393
|
-
}
|
|
31394
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31395
|
-
color: #2d3a56;
|
|
31396
|
-
overflow: hidden;
|
|
31397
|
-
text-overflow: ellipsis;
|
|
31398
|
-
}
|
|
31399
|
-
|
|
31400
|
-
.E_o1zue7 {
|
|
31401
|
-
display: flex;
|
|
31402
|
-
justify-content: space-between;
|
|
31403
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31404
|
-
height: 18px;
|
|
31405
|
-
line-height: 18px;
|
|
31406
|
-
margin-top: 2px;
|
|
31407
|
-
}
|
|
31408
|
-
|
|
31409
|
-
.E_tyfmlxg {
|
|
31410
|
-
border: none;
|
|
31411
|
-
margin-right: 0;
|
|
31412
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.E_o18uybox {
|
|
31416
|
-
pointer-events: none;
|
|
31417
|
-
height: 32px;
|
|
31418
|
-
width: 100%;
|
|
31419
|
-
opacity: 0;
|
|
31420
|
-
}
|
|
31421
|
-
|
|
31422
|
-
.E_s1ebs0ra {
|
|
31423
|
-
display: flex;
|
|
31424
|
-
align-items: center;
|
|
31425
|
-
justify-content: space-between;
|
|
31426
|
-
background: #edf0f7;
|
|
31427
|
-
padding: 8px 12px;
|
|
31428
|
-
position: sticky;
|
|
31429
|
-
top: 0;
|
|
31430
|
-
z-index: 1;
|
|
31431
|
-
margin-bottom: -52px;
|
|
31432
|
-
}
|
|
31433
|
-
.E_s1ebs0ra .select-total {
|
|
31434
|
-
display: flex;
|
|
31435
|
-
align-items: center;
|
|
31436
|
-
font-weight: 700;
|
|
31437
|
-
flex-shrink: 0;
|
|
31438
|
-
}
|
|
31439
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31440
|
-
cursor: pointer;
|
|
31441
|
-
margin-left: 8px;
|
|
31442
|
-
width: 32px;
|
|
31443
|
-
height: 32px;
|
|
31444
|
-
border-radius: 50%;
|
|
31445
|
-
justify-content: center;
|
|
31446
|
-
}
|
|
31447
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31448
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31449
|
-
}
|
|
31450
|
-
.E_s1ebs0ra .action-group {
|
|
31451
|
-
flex: 1;
|
|
31452
|
-
margin-left: 88px;
|
|
31453
|
-
white-space: nowrap;
|
|
31454
|
-
text-align: right;
|
|
31455
|
-
position: relative;
|
|
31456
|
-
padding: 4px 0;
|
|
31457
|
-
margin-top: -4px;
|
|
31458
|
-
overflow: hidden;
|
|
31459
|
-
}
|
|
31460
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31461
|
-
transform: translateY(-4px);
|
|
31462
|
-
}
|
|
31463
|
-
.E_s1ebs0ra .action-group button {
|
|
31464
|
-
border: none;
|
|
31465
|
-
}
|
|
31466
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31467
|
-
margin-right: 8px;
|
|
31468
|
-
}
|
|
31469
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
31470
|
-
margin-right: 4px;
|
|
31471
|
-
}
|
|
31472
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
31473
|
-
cursor: pointer;
|
|
31474
|
-
width: 32px;
|
|
31475
|
-
height: 32px;
|
|
31476
|
-
justify-content: center;
|
|
31477
|
-
border-radius: 50%;
|
|
31478
|
-
}
|
|
31479
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31480
|
-
background: #fff;
|
|
31481
|
-
}
|
|
31482
|
-
|
|
31483
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31484
|
-
display: none;
|
|
31485
|
-
}
|
|
31486
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31487
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31488
|
-
border-radius: 4px;
|
|
31489
|
-
}
|
|
31490
|
-
|
|
31491
31437
|
.E_dsnbhzf {
|
|
31492
31438
|
font-family: Inter;
|
|
31493
31439
|
font-style: normal;
|
|
@@ -31963,19 +31909,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31963
31909
|
line-height: 12px;
|
|
31964
31910
|
}
|
|
31965
31911
|
|
|
31966
|
-
.E_skwah65 {
|
|
31967
|
-
height: 8px;
|
|
31968
|
-
box-sizing: border-box;
|
|
31969
|
-
border-radius: 2px;
|
|
31970
|
-
background: #f5f7fa;
|
|
31971
|
-
display: flex;
|
|
31972
|
-
width: 100%;
|
|
31973
|
-
overflow: hidden;
|
|
31974
|
-
}
|
|
31975
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31976
|
-
margin-left: 1px;
|
|
31977
|
-
}
|
|
31978
|
-
|
|
31979
31912
|
.E_c1up1pdz {
|
|
31980
31913
|
width: 648px;
|
|
31981
31914
|
}
|
|
@@ -32116,24 +32049,89 @@ input.E_rf8rlle.ant-input {
|
|
|
32116
32049
|
color: #fff;
|
|
32117
32050
|
}
|
|
32118
32051
|
|
|
32119
|
-
.
|
|
32120
|
-
|
|
32121
|
-
|
|
32052
|
+
.E_s1ebs0ra {
|
|
32053
|
+
display: flex;
|
|
32054
|
+
align-items: center;
|
|
32055
|
+
justify-content: space-between;
|
|
32056
|
+
background: #edf0f7;
|
|
32057
|
+
padding: 8px 12px;
|
|
32058
|
+
position: sticky;
|
|
32059
|
+
top: 0;
|
|
32060
|
+
z-index: 1;
|
|
32061
|
+
margin-bottom: -52px;
|
|
32122
32062
|
}
|
|
32123
|
-
.
|
|
32124
|
-
|
|
32063
|
+
.E_s1ebs0ra .select-total {
|
|
32064
|
+
display: flex;
|
|
32065
|
+
align-items: center;
|
|
32066
|
+
font-weight: 700;
|
|
32067
|
+
flex-shrink: 0;
|
|
32125
32068
|
}
|
|
32126
|
-
.
|
|
32127
|
-
|
|
32069
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
32070
|
+
cursor: pointer;
|
|
32071
|
+
margin-left: 8px;
|
|
32072
|
+
width: 32px;
|
|
32073
|
+
height: 32px;
|
|
32074
|
+
border-radius: 50%;
|
|
32075
|
+
justify-content: center;
|
|
32128
32076
|
}
|
|
32129
|
-
.
|
|
32130
|
-
background: rgba(
|
|
32077
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
32078
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32131
32079
|
}
|
|
32132
|
-
.
|
|
32133
|
-
|
|
32080
|
+
.E_s1ebs0ra .action-group {
|
|
32081
|
+
flex: 1;
|
|
32082
|
+
margin-left: 88px;
|
|
32083
|
+
white-space: nowrap;
|
|
32084
|
+
text-align: right;
|
|
32085
|
+
position: relative;
|
|
32086
|
+
padding: 4px 0;
|
|
32087
|
+
margin-top: -4px;
|
|
32088
|
+
overflow: hidden;
|
|
32134
32089
|
}
|
|
32135
|
-
.
|
|
32136
|
-
|
|
32090
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
32091
|
+
transform: translateY(-4px);
|
|
32092
|
+
}
|
|
32093
|
+
.E_s1ebs0ra .action-group button {
|
|
32094
|
+
border: none;
|
|
32095
|
+
}
|
|
32096
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
32097
|
+
margin-right: 8px;
|
|
32098
|
+
}
|
|
32099
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
32100
|
+
margin-right: 4px;
|
|
32101
|
+
}
|
|
32102
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
32103
|
+
cursor: pointer;
|
|
32104
|
+
width: 32px;
|
|
32105
|
+
height: 32px;
|
|
32106
|
+
justify-content: center;
|
|
32107
|
+
border-radius: 50%;
|
|
32108
|
+
}
|
|
32109
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
32110
|
+
background: #fff;
|
|
32111
|
+
}
|
|
32112
|
+
|
|
32113
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32114
|
+
display: none;
|
|
32115
|
+
}
|
|
32116
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32117
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32118
|
+
border-radius: 4px;
|
|
32119
|
+
}
|
|
32120
|
+
|
|
32121
|
+
.E_berrcjl {
|
|
32122
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32123
|
+
margin-bottom: 4px;
|
|
32124
|
+
}
|
|
32125
|
+
.E_berrcjl .breadcrumb-link {
|
|
32126
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32127
|
+
cursor: pointer;
|
|
32128
|
+
transition: color 160ms ease;
|
|
32129
|
+
}
|
|
32130
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32131
|
+
color: #0080ff;
|
|
32132
|
+
}
|
|
32133
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32134
|
+
color: #005ed1;
|
|
32137
32135
|
}
|
|
32138
32136
|
|
|
32139
32137
|
.E_c1uzzomf {
|
|
@@ -32158,6 +32156,40 @@ input.E_rf8rlle.ant-input {
|
|
|
32158
32156
|
text-align: center;
|
|
32159
32157
|
}
|
|
32160
32158
|
|
|
32159
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32160
|
+
margin-right: 2px;
|
|
32161
|
+
}
|
|
32162
|
+
|
|
32163
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32164
|
+
padding-left: 8px;
|
|
32165
|
+
padding-right: 8px;
|
|
32166
|
+
}
|
|
32167
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32168
|
+
border-radius: 4px;
|
|
32169
|
+
}
|
|
32170
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32171
|
+
border-radius: 4px;
|
|
32172
|
+
}
|
|
32173
|
+
|
|
32174
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32175
|
+
padding-left: 12px;
|
|
32176
|
+
padding-right: 12px;
|
|
32177
|
+
}
|
|
32178
|
+
|
|
32179
|
+
.E_ckld275 {
|
|
32180
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32181
|
+
}
|
|
32182
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32183
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32184
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32185
|
+
}
|
|
32186
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32187
|
+
background-color: transparent;
|
|
32188
|
+
}
|
|
32189
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32190
|
+
background-color: transparent;
|
|
32191
|
+
}
|
|
32192
|
+
|
|
32161
32193
|
.E_c1bus5hc {
|
|
32162
32194
|
--color: white;
|
|
32163
32195
|
height: 14px;
|
|
@@ -32198,103 +32230,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32198
32230
|
transform: rotate(0deg);
|
|
32199
32231
|
}
|
|
32200
32232
|
|
|
32201
|
-
.E_d1bw7c5z {
|
|
32202
|
-
position: relative;
|
|
32203
|
-
max-width: 388px;
|
|
32204
|
-
min-width: 245px;
|
|
32205
|
-
}
|
|
32206
|
-
.E_d1bw7c5z .center {
|
|
32207
|
-
position: absolute;
|
|
32208
|
-
font-size: 12px;
|
|
32209
|
-
width: 80px;
|
|
32210
|
-
height: 92px;
|
|
32211
|
-
top: 12px;
|
|
32212
|
-
left: 39px;
|
|
32213
|
-
display: flex;
|
|
32214
|
-
flex-direction: column;
|
|
32215
|
-
justify-content: center;
|
|
32216
|
-
align-items: center;
|
|
32217
|
-
color: #00122e;
|
|
32218
|
-
}
|
|
32219
|
-
.E_d1bw7c5z .center .number {
|
|
32220
|
-
font-size: 24px;
|
|
32221
|
-
font-weight: 700;
|
|
32222
|
-
}
|
|
32223
|
-
.E_d1bw7c5z .center .text {
|
|
32224
|
-
padding: 0 5px;
|
|
32225
|
-
font-size: 12px;
|
|
32226
|
-
width: inherit;
|
|
32227
|
-
}
|
|
32228
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
32229
|
-
display: flex;
|
|
32230
|
-
}
|
|
32231
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32232
|
-
position: relative !important;
|
|
32233
|
-
width: calc(100% - 148px) !important;
|
|
32234
|
-
left: 0 !important;
|
|
32235
|
-
bottom: 0 !important;
|
|
32236
|
-
display: flex;
|
|
32237
|
-
align-items: center;
|
|
32238
|
-
}
|
|
32239
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32240
|
-
width: 100%;
|
|
32241
|
-
}
|
|
32242
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32243
|
-
width: 100%;
|
|
32244
|
-
margin-right: 0 !important;
|
|
32245
|
-
line-height: 18px;
|
|
32246
|
-
}
|
|
32247
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32248
|
-
border-radius: 2px;
|
|
32249
|
-
}
|
|
32250
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32251
|
-
min-width: 75px;
|
|
32252
|
-
width: calc(100% - 20px);
|
|
32253
|
-
margin-left: 2px;
|
|
32254
|
-
color: #00122e !important;
|
|
32255
|
-
display: inline-flex;
|
|
32256
|
-
justify-content: space-between;
|
|
32257
|
-
}
|
|
32258
|
-
.E_d1bw7c5z .tooltip-text {
|
|
32259
|
-
maxwidth: calc(100% - 12px);
|
|
32260
|
-
cursor: pointer;
|
|
32261
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32262
|
-
overflow: hidden;
|
|
32263
|
-
text-overflow: ellipsis;
|
|
32264
|
-
white-space: nowrap;
|
|
32265
|
-
}
|
|
32266
|
-
.E_d1bw7c5z .value {
|
|
32267
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32268
|
-
}
|
|
32269
|
-
|
|
32270
|
-
.E_t10pqbtc {
|
|
32271
|
-
width: 140px;
|
|
32272
|
-
}
|
|
32273
|
-
.E_t10pqbtc .item {
|
|
32274
|
-
margin: 6px auto;
|
|
32275
|
-
display: flex;
|
|
32276
|
-
justify-content: space-between;
|
|
32277
|
-
}
|
|
32278
|
-
.E_t10pqbtc .item .name {
|
|
32279
|
-
width: 102px;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.E_berrcjl {
|
|
32283
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32284
|
-
margin-bottom: 4px;
|
|
32285
|
-
}
|
|
32286
|
-
.E_berrcjl .breadcrumb-link {
|
|
32287
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32288
|
-
cursor: pointer;
|
|
32289
|
-
transition: color 160ms ease;
|
|
32290
|
-
}
|
|
32291
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
32292
|
-
color: #0080ff;
|
|
32293
|
-
}
|
|
32294
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
32295
|
-
color: #005ed1;
|
|
32296
|
-
}
|
|
32297
|
-
|
|
32298
32233
|
.E_c18bcrac {
|
|
32299
32234
|
display: inline-block;
|
|
32300
32235
|
width: 100%;
|
|
@@ -32342,85 +32277,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32342
32277
|
margin-right: 4px;
|
|
32343
32278
|
}
|
|
32344
32279
|
|
|
32345
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32346
|
-
margin-right: 2px;
|
|
32347
|
-
}
|
|
32348
|
-
|
|
32349
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32350
|
-
padding-left: 8px;
|
|
32351
|
-
padding-right: 8px;
|
|
32352
|
-
}
|
|
32353
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32354
|
-
border-radius: 4px;
|
|
32355
|
-
}
|
|
32356
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32357
|
-
border-radius: 4px;
|
|
32358
|
-
}
|
|
32359
|
-
|
|
32360
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
32361
|
-
padding-left: 12px;
|
|
32362
|
-
padding-right: 12px;
|
|
32363
|
-
}
|
|
32364
|
-
|
|
32365
|
-
.E_ckld275 {
|
|
32366
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32367
|
-
}
|
|
32368
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32369
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32370
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32371
|
-
}
|
|
32372
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32373
|
-
background-color: transparent;
|
|
32374
|
-
}
|
|
32375
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32376
|
-
background-color: transparent;
|
|
32377
|
-
}
|
|
32378
|
-
|
|
32379
|
-
.E_n12mqh7z {
|
|
32380
|
-
display: flex;
|
|
32381
|
-
align-items: center;
|
|
32382
|
-
font-size: 12px;
|
|
32383
|
-
line-height: 18px;
|
|
32384
|
-
}
|
|
32385
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32386
|
-
margin-bottom: 4px;
|
|
32387
|
-
}
|
|
32388
|
-
|
|
32389
|
-
.E_tf5bynu {
|
|
32390
|
-
margin: 0 3px;
|
|
32391
|
-
}
|
|
32392
|
-
|
|
32393
|
-
.E_tcckoz1 {
|
|
32394
|
-
max-height: 400px;
|
|
32395
|
-
overflow: "auto";
|
|
32396
|
-
}
|
|
32397
|
-
|
|
32398
|
-
.E_gmyahx3 {
|
|
32399
|
-
cursor: pointer;
|
|
32400
|
-
}
|
|
32401
|
-
.E_gmyahx3 .link-text {
|
|
32402
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32403
|
-
}
|
|
32404
|
-
.E_gmyahx3:hover .link-text {
|
|
32405
|
-
color: #0080ff;
|
|
32406
|
-
}
|
|
32407
|
-
|
|
32408
|
-
.E_ou7iq30 {
|
|
32409
|
-
overflow: hidden;
|
|
32410
|
-
text-overflow: ellipsis;
|
|
32411
|
-
}
|
|
32412
|
-
|
|
32413
|
-
.E_s1tui002 {
|
|
32414
|
-
white-space: nowrap;
|
|
32415
|
-
}
|
|
32416
|
-
|
|
32417
|
-
.E_mxrc2zg {
|
|
32418
|
-
display: -webkit-box;
|
|
32419
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32420
|
-
-webkit-box-orient: vertical;
|
|
32421
|
-
word-break: break-all;
|
|
32422
|
-
}
|
|
32423
|
-
|
|
32424
32280
|
.E_clm1wy1 {
|
|
32425
32281
|
width: 192px;
|
|
32426
32282
|
height: 246px;
|
|
@@ -32514,74 +32370,154 @@ input.E_rf8rlle.ant-input {
|
|
|
32514
32370
|
border-radius: 2px;
|
|
32515
32371
|
}
|
|
32516
32372
|
|
|
32517
|
-
.
|
|
32518
|
-
|
|
32373
|
+
.E_c18gxmrl {
|
|
32374
|
+
border: 1px solid #d8deeb;
|
|
32375
|
+
border-radius: 4px;
|
|
32376
|
+
}
|
|
32377
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32378
|
+
margin-top: 8px;
|
|
32379
|
+
}
|
|
32380
|
+
.E_c18gxmrl:hover {
|
|
32381
|
+
border-color: #0080ff;
|
|
32382
|
+
}
|
|
32383
|
+
.E_c18gxmrl:hover > header {
|
|
32384
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32385
|
+
}
|
|
32386
|
+
.E_c18gxmrl.active header {
|
|
32387
|
+
border-bottom: 1px solid #d8deeb;
|
|
32388
|
+
}
|
|
32389
|
+
.E_c18gxmrl > header {
|
|
32390
|
+
padding: 8px 12px;
|
|
32519
32391
|
}
|
|
32520
32392
|
|
|
32521
|
-
.
|
|
32393
|
+
.E_d1bw7c5z {
|
|
32394
|
+
position: relative;
|
|
32395
|
+
max-width: 388px;
|
|
32396
|
+
min-width: 245px;
|
|
32397
|
+
}
|
|
32398
|
+
.E_d1bw7c5z .center {
|
|
32399
|
+
position: absolute;
|
|
32400
|
+
font-size: 12px;
|
|
32401
|
+
width: 80px;
|
|
32402
|
+
height: 92px;
|
|
32403
|
+
top: 12px;
|
|
32404
|
+
left: 39px;
|
|
32522
32405
|
display: flex;
|
|
32406
|
+
flex-direction: column;
|
|
32407
|
+
justify-content: center;
|
|
32523
32408
|
align-items: center;
|
|
32524
|
-
|
|
32409
|
+
color: #00122e;
|
|
32525
32410
|
}
|
|
32526
|
-
|
|
32527
|
-
|
|
32411
|
+
.E_d1bw7c5z .center .number {
|
|
32412
|
+
font-size: 24px;
|
|
32413
|
+
font-weight: 700;
|
|
32414
|
+
}
|
|
32415
|
+
.E_d1bw7c5z .center .text {
|
|
32416
|
+
padding: 0 5px;
|
|
32417
|
+
font-size: 12px;
|
|
32418
|
+
width: inherit;
|
|
32419
|
+
}
|
|
32420
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32421
|
+
display: flex;
|
|
32422
|
+
}
|
|
32423
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32424
|
+
position: relative !important;
|
|
32425
|
+
width: calc(100% - 148px) !important;
|
|
32426
|
+
left: 0 !important;
|
|
32427
|
+
bottom: 0 !important;
|
|
32528
32428
|
display: flex;
|
|
32529
32429
|
align-items: center;
|
|
32530
|
-
width: calc(100% - 40px);
|
|
32531
32430
|
}
|
|
32532
|
-
.
|
|
32533
|
-
display: inline-block;
|
|
32431
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32534
32432
|
width: 100%;
|
|
32535
32433
|
}
|
|
32536
|
-
|
|
32537
|
-
|
|
32538
|
-
|
|
32434
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32435
|
+
width: 100%;
|
|
32436
|
+
margin-right: 0 !important;
|
|
32437
|
+
line-height: 18px;
|
|
32539
32438
|
}
|
|
32540
|
-
.
|
|
32439
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32440
|
+
border-radius: 2px;
|
|
32441
|
+
}
|
|
32442
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32443
|
+
min-width: 75px;
|
|
32444
|
+
width: calc(100% - 20px);
|
|
32445
|
+
margin-left: 2px;
|
|
32541
32446
|
color: #00122e !important;
|
|
32447
|
+
display: inline-flex;
|
|
32448
|
+
justify-content: space-between;
|
|
32542
32449
|
}
|
|
32543
|
-
|
|
32544
|
-
|
|
32545
|
-
|
|
32546
|
-
|
|
32450
|
+
.E_d1bw7c5z .tooltip-text {
|
|
32451
|
+
maxwidth: calc(100% - 12px);
|
|
32452
|
+
cursor: pointer;
|
|
32453
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32454
|
+
overflow: hidden;
|
|
32455
|
+
text-overflow: ellipsis;
|
|
32456
|
+
white-space: nowrap;
|
|
32547
32457
|
}
|
|
32548
|
-
.
|
|
32549
|
-
|
|
32458
|
+
.E_d1bw7c5z .value {
|
|
32459
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32550
32460
|
}
|
|
32551
32461
|
|
|
32552
|
-
.
|
|
32462
|
+
.E_t10pqbtc {
|
|
32463
|
+
width: 140px;
|
|
32464
|
+
}
|
|
32465
|
+
.E_t10pqbtc .item {
|
|
32466
|
+
margin: 6px auto;
|
|
32553
32467
|
display: flex;
|
|
32554
32468
|
justify-content: space-between;
|
|
32555
|
-
width: 100%;
|
|
32556
32469
|
}
|
|
32557
|
-
.
|
|
32558
|
-
|
|
32470
|
+
.E_t10pqbtc .item .name {
|
|
32471
|
+
width: 102px;
|
|
32559
32472
|
}
|
|
32560
32473
|
|
|
32561
|
-
.
|
|
32562
|
-
|
|
32474
|
+
.E_gmyahx3 {
|
|
32475
|
+
cursor: pointer;
|
|
32476
|
+
}
|
|
32477
|
+
.E_gmyahx3 .link-text {
|
|
32478
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32479
|
+
}
|
|
32480
|
+
.E_gmyahx3:hover .link-text {
|
|
32481
|
+
color: #0080ff;
|
|
32563
32482
|
}
|
|
32564
32483
|
|
|
32565
|
-
.
|
|
32566
|
-
|
|
32567
|
-
background-color: #fff;
|
|
32484
|
+
.E_tqjc4ui {
|
|
32485
|
+
margin: 0 2px;
|
|
32568
32486
|
}
|
|
32569
|
-
|
|
32570
|
-
|
|
32571
|
-
|
|
32572
|
-
|
|
32573
|
-
|
|
32487
|
+
|
|
32488
|
+
.E_n12mqh7z {
|
|
32489
|
+
display: flex;
|
|
32490
|
+
align-items: center;
|
|
32491
|
+
font-size: 12px;
|
|
32492
|
+
line-height: 18px;
|
|
32574
32493
|
}
|
|
32575
|
-
.
|
|
32576
|
-
|
|
32494
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32495
|
+
margin-bottom: 4px;
|
|
32577
32496
|
}
|
|
32578
|
-
|
|
32579
|
-
|
|
32497
|
+
|
|
32498
|
+
.E_tf5bynu {
|
|
32499
|
+
margin: 0 3px;
|
|
32580
32500
|
}
|
|
32581
32501
|
|
|
32582
|
-
.
|
|
32583
|
-
|
|
32584
|
-
|
|
32502
|
+
.E_tcckoz1 {
|
|
32503
|
+
max-height: 400px;
|
|
32504
|
+
overflow: "auto";
|
|
32505
|
+
}
|
|
32506
|
+
|
|
32507
|
+
.E_ou7iq30 {
|
|
32508
|
+
overflow: hidden;
|
|
32509
|
+
text-overflow: ellipsis;
|
|
32510
|
+
}
|
|
32511
|
+
|
|
32512
|
+
.E_s1tui002 {
|
|
32513
|
+
white-space: nowrap;
|
|
32514
|
+
}
|
|
32515
|
+
|
|
32516
|
+
.E_mxrc2zg {
|
|
32517
|
+
display: -webkit-box;
|
|
32518
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32519
|
+
-webkit-box-orient: vertical;
|
|
32520
|
+
word-break: break-all;
|
|
32585
32521
|
}
|
|
32586
32522
|
|
|
32587
32523
|
.E_t1sqg15u {
|
|
@@ -32674,6 +32610,27 @@ input.E_rf8rlle.ant-input {
|
|
|
32674
32610
|
padding-right: 12px;
|
|
32675
32611
|
}
|
|
32676
32612
|
|
|
32613
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32614
|
+
display: flex;
|
|
32615
|
+
align-items: center;
|
|
32616
|
+
}
|
|
32617
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32618
|
+
margin-right: 8px;
|
|
32619
|
+
}
|
|
32620
|
+
|
|
32621
|
+
.E_m74vjol {
|
|
32622
|
+
display: flex;
|
|
32623
|
+
justify-content: space-between;
|
|
32624
|
+
width: 100%;
|
|
32625
|
+
}
|
|
32626
|
+
.E_m74vjol .action {
|
|
32627
|
+
margin-left: 16px;
|
|
32628
|
+
}
|
|
32629
|
+
|
|
32630
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32631
|
+
width: 100%;
|
|
32632
|
+
}
|
|
32633
|
+
|
|
32677
32634
|
.E_tje3huy {
|
|
32678
32635
|
width: 100%;
|
|
32679
32636
|
overflow: inherit;
|
|
@@ -32681,6 +32638,29 @@ input.E_rf8rlle.ant-input {
|
|
|
32681
32638
|
text-overflow: ellipsis;
|
|
32682
32639
|
}
|
|
32683
32640
|
|
|
32641
|
+
.E_wg1tsps {
|
|
32642
|
+
display: flex;
|
|
32643
|
+
align-items: center;
|
|
32644
|
+
justify-content: flex-end;
|
|
32645
|
+
}
|
|
32646
|
+
|
|
32647
|
+
.E_b1ctd5xy {
|
|
32648
|
+
display: flex;
|
|
32649
|
+
align-items: center;
|
|
32650
|
+
width: calc(100% - 40px);
|
|
32651
|
+
}
|
|
32652
|
+
.E_b1ctd5xy .chart {
|
|
32653
|
+
display: inline-block;
|
|
32654
|
+
width: 100%;
|
|
32655
|
+
}
|
|
32656
|
+
|
|
32657
|
+
.E_u1p8acpn {
|
|
32658
|
+
min-width: 40px;
|
|
32659
|
+
}
|
|
32660
|
+
.E_u1p8acpn .unit {
|
|
32661
|
+
color: #00122e !important;
|
|
32662
|
+
}
|
|
32663
|
+
|
|
32684
32664
|
.E_c1yyuluq {
|
|
32685
32665
|
border-radius: 8px;
|
|
32686
32666
|
}
|
|
@@ -32688,6 +32668,28 @@ input.E_rf8rlle.ant-input {
|
|
|
32688
32668
|
padding: 20px 24px 24px 24px;
|
|
32689
32669
|
}
|
|
32690
32670
|
|
|
32671
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32672
|
+
border: 0px;
|
|
32673
|
+
background-color: #fff;
|
|
32674
|
+
}
|
|
32675
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32676
|
+
padding-top: 0px;
|
|
32677
|
+
padding-bottom: 0px;
|
|
32678
|
+
padding-left: 0px !important;
|
|
32679
|
+
padding-right: 24px;
|
|
32680
|
+
}
|
|
32681
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32682
|
+
right: 0px;
|
|
32683
|
+
}
|
|
32684
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32685
|
+
padding: 0px;
|
|
32686
|
+
}
|
|
32687
|
+
|
|
32688
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32689
|
+
padding-right: 0px;
|
|
32690
|
+
cursor: default;
|
|
32691
|
+
}
|
|
32692
|
+
|
|
32691
32693
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32692
32694
|
display: flex;
|
|
32693
32695
|
}
|
|
@@ -32744,6 +32746,16 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32744
32746
|
width: 100%;
|
|
32745
32747
|
}
|
|
32746
32748
|
|
|
32749
|
+
.E_ivqqkzv {
|
|
32750
|
+
height: 24px;
|
|
32751
|
+
width: 56px !important;
|
|
32752
|
+
margin-right: 4px;
|
|
32753
|
+
}
|
|
32754
|
+
|
|
32755
|
+
.E_c1wk4q29 {
|
|
32756
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32757
|
+
}
|
|
32758
|
+
|
|
32747
32759
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32748
32760
|
border-radius: 6px;
|
|
32749
32761
|
}
|
|
@@ -32801,16 +32813,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32801
32813
|
transform: rotate(180deg);
|
|
32802
32814
|
}
|
|
32803
32815
|
|
|
32804
|
-
.E_ivqqkzv {
|
|
32805
|
-
height: 24px;
|
|
32806
|
-
width: 56px !important;
|
|
32807
|
-
margin-right: 4px;
|
|
32808
|
-
}
|
|
32809
|
-
|
|
32810
|
-
.E_c1wk4q29 {
|
|
32811
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32812
|
-
}
|
|
32813
|
-
|
|
32814
32816
|
.E_sddwhm6 {
|
|
32815
32817
|
margin: 0;
|
|
32816
32818
|
border-radius: 20px;
|
|
@@ -33831,221 +33833,62 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33831
33833
|
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33832
33834
|
padding-left: 16px;
|
|
33833
33835
|
}
|
|
33834
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33835
|
-
margin-right: 0;
|
|
33836
|
-
}
|
|
33837
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33838
|
-
margin-left: 2px;
|
|
33839
|
-
}
|
|
33840
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33841
|
-
max-height: 470px;
|
|
33842
|
-
overflow: auto;
|
|
33843
|
-
}
|
|
33844
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33845
|
-
padding: 0 12px;
|
|
33846
|
-
}
|
|
33847
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33848
|
-
height: 470px;
|
|
33849
|
-
overflow: auto;
|
|
33850
|
-
}
|
|
33851
|
-
|
|
33852
|
-
.E_d1tc7lgk {
|
|
33853
|
-
min-width: 200px;
|
|
33854
|
-
}
|
|
33855
|
-
.E_d1tc7lgk header {
|
|
33856
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33857
|
-
padding: 8px 12px;
|
|
33858
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33859
|
-
}
|
|
33860
|
-
.E_d1tc7lgk ul {
|
|
33861
|
-
list-style: none;
|
|
33862
|
-
padding: 12px;
|
|
33863
|
-
}
|
|
33864
|
-
.E_d1tc7lgk ul li {
|
|
33865
|
-
padding: 5px 8px;
|
|
33866
|
-
border-radius: 5px;
|
|
33867
|
-
transition: all 0.2s ease-in-out;
|
|
33868
|
-
cursor: pointer;
|
|
33869
|
-
}
|
|
33870
|
-
.E_d1tc7lgk ul li:hover {
|
|
33871
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33872
|
-
color: #0080ff;
|
|
33873
|
-
}
|
|
33874
|
-
.E_d1tc7lgk ul li:active {
|
|
33875
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33876
|
-
color: #0080ff;
|
|
33877
|
-
}
|
|
33878
|
-
.E_d1tc7lgk ul li + li {
|
|
33879
|
-
margin-top: 2px;
|
|
33880
|
-
}
|
|
33881
|
-
|
|
33882
|
-
.E_rzaik16 {
|
|
33883
|
-
padding: 0;
|
|
33884
|
-
}
|
|
33885
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33886
|
-
display: none;
|
|
33887
|
-
}
|
|
33888
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33889
|
-
padding: 0;
|
|
33890
|
-
}
|
|
33891
|
-
|
|
33892
|
-
.E_ckui4s7 {
|
|
33893
|
-
color: #2d3a56;
|
|
33894
|
-
line-height: 22px;
|
|
33895
|
-
display: inline-flex;
|
|
33896
|
-
}
|
|
33897
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33898
|
-
height: 22px;
|
|
33899
|
-
display: flex;
|
|
33900
|
-
align-items: center;
|
|
33901
|
-
top: 0;
|
|
33902
|
-
}
|
|
33903
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33904
|
-
border: none;
|
|
33905
|
-
}
|
|
33906
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33907
|
-
border-color: #0080ff;
|
|
33908
|
-
}
|
|
33909
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33910
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33911
|
-
}
|
|
33912
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33913
|
-
border: 1px solid #0080ff;
|
|
33914
|
-
}
|
|
33915
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33916
|
-
background: #0080ff;
|
|
33917
|
-
}
|
|
33918
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33919
|
-
background-color: #fff;
|
|
33920
|
-
height: 2px;
|
|
33921
|
-
width: 10px;
|
|
33922
|
-
border-radius: 2px;
|
|
33923
|
-
}
|
|
33924
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33925
|
-
opacity: 0.5;
|
|
33926
|
-
}
|
|
33927
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33928
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33929
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33930
|
-
}
|
|
33931
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33932
|
-
border-color: #2d3a56;
|
|
33933
|
-
}
|
|
33934
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33935
|
-
background: #2d3a56;
|
|
33936
|
-
}
|
|
33937
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33938
|
-
padding: 0;
|
|
33939
|
-
}
|
|
33940
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33941
|
-
display: inline-block;
|
|
33942
|
-
margin-left: 12px;
|
|
33943
|
-
color: #2d3a56;
|
|
33944
|
-
}
|
|
33945
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33946
|
-
margin-left: 28px;
|
|
33947
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33948
|
-
}
|
|
33949
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33950
|
-
margin-left: 8px;
|
|
33951
|
-
}
|
|
33952
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33953
|
-
margin-left: 24px;
|
|
33954
|
-
}
|
|
33955
|
-
|
|
33956
|
-
.E_ryby9ds {
|
|
33957
|
-
display: flex;
|
|
33958
|
-
align-items: center;
|
|
33959
|
-
}
|
|
33960
|
-
.E_ryby9ds .order {
|
|
33961
|
-
height: 24px;
|
|
33962
|
-
width: 24px;
|
|
33963
|
-
border-radius: 20px;
|
|
33964
|
-
color: #0080ff;
|
|
33965
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33966
|
-
display: flex;
|
|
33967
|
-
align-items: center;
|
|
33968
|
-
justify-content: center;
|
|
33969
|
-
margin-right: 6px;
|
|
33970
|
-
}
|
|
33971
|
-
|
|
33972
|
-
.E_suhck3k {
|
|
33973
|
-
height: 24px;
|
|
33974
|
-
width: 24px;
|
|
33975
|
-
border-radius: 6px;
|
|
33976
|
-
padding: 4px;
|
|
33977
|
-
}
|
|
33978
|
-
.E_suhck3k:hover {
|
|
33979
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33980
|
-
}
|
|
33981
|
-
.E_suhck3k:hover svg path {
|
|
33982
|
-
fill: blue;
|
|
33983
|
-
}
|
|
33984
|
-
|
|
33985
|
-
.E_c1kghdax {
|
|
33986
|
-
color: #2d3a56;
|
|
33987
|
-
padding: 7px 12px;
|
|
33988
|
-
display: flex;
|
|
33989
|
-
justify-content: space-between;
|
|
33990
|
-
align-items: center;
|
|
33991
|
-
}
|
|
33992
|
-
.E_c1kghdax.has-arrow {
|
|
33993
|
-
padding-left: 10px;
|
|
33994
|
-
}
|
|
33995
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33996
|
-
cursor: pointer;
|
|
33997
|
-
color: #00122e;
|
|
33998
|
-
}
|
|
33999
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34000
|
-
color: #2d3a56;
|
|
34001
|
-
font-weight: 600;
|
|
33836
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33837
|
+
margin-right: 0;
|
|
34002
33838
|
}
|
|
34003
|
-
.
|
|
34004
|
-
|
|
33839
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33840
|
+
margin-left: 2px;
|
|
34005
33841
|
}
|
|
34006
|
-
.
|
|
34007
|
-
|
|
34008
|
-
|
|
33842
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33843
|
+
max-height: 470px;
|
|
33844
|
+
overflow: auto;
|
|
34009
33845
|
}
|
|
34010
|
-
.
|
|
34011
|
-
|
|
34012
|
-
align-items: center;
|
|
34013
|
-
user-select: none;
|
|
34014
|
-
flex-grow: 1;
|
|
34015
|
-
font-size: 12px;
|
|
34016
|
-
line-height: 18px;
|
|
34017
|
-
color: #2d3a56;
|
|
34018
|
-
font-weight: 700;
|
|
33846
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33847
|
+
padding: 0 12px;
|
|
34019
33848
|
}
|
|
34020
|
-
.
|
|
34021
|
-
|
|
34022
|
-
|
|
33849
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33850
|
+
height: 470px;
|
|
33851
|
+
overflow: auto;
|
|
34023
33852
|
}
|
|
34024
33853
|
|
|
34025
|
-
.
|
|
34026
|
-
|
|
33854
|
+
.E_d1tc7lgk {
|
|
33855
|
+
min-width: 200px;
|
|
34027
33856
|
}
|
|
34028
|
-
|
|
34029
|
-
.
|
|
34030
|
-
|
|
34031
|
-
|
|
33857
|
+
.E_d1tc7lgk header {
|
|
33858
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33859
|
+
padding: 8px 12px;
|
|
33860
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34032
33861
|
}
|
|
34033
|
-
.
|
|
34034
|
-
|
|
33862
|
+
.E_d1tc7lgk ul {
|
|
33863
|
+
list-style: none;
|
|
33864
|
+
padding: 12px;
|
|
34035
33865
|
}
|
|
34036
|
-
.
|
|
34037
|
-
|
|
34038
|
-
|
|
33866
|
+
.E_d1tc7lgk ul li {
|
|
33867
|
+
padding: 5px 8px;
|
|
33868
|
+
border-radius: 5px;
|
|
33869
|
+
transition: all 0.2s ease-in-out;
|
|
33870
|
+
cursor: pointer;
|
|
34039
33871
|
}
|
|
34040
|
-
.
|
|
34041
|
-
|
|
34042
|
-
|
|
33872
|
+
.E_d1tc7lgk ul li:hover {
|
|
33873
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33874
|
+
color: #0080ff;
|
|
33875
|
+
}
|
|
33876
|
+
.E_d1tc7lgk ul li:active {
|
|
33877
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33878
|
+
color: #0080ff;
|
|
33879
|
+
}
|
|
33880
|
+
.E_d1tc7lgk ul li + li {
|
|
33881
|
+
margin-top: 2px;
|
|
34043
33882
|
}
|
|
34044
33883
|
|
|
34045
|
-
.
|
|
34046
|
-
|
|
34047
|
-
|
|
34048
|
-
|
|
33884
|
+
.E_rzaik16 {
|
|
33885
|
+
padding: 0;
|
|
33886
|
+
}
|
|
33887
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33888
|
+
display: none;
|
|
33889
|
+
}
|
|
33890
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33891
|
+
padding: 0;
|
|
34049
33892
|
}
|
|
34050
33893
|
|
|
34051
33894
|
.E_t160l1cm {
|
|
@@ -34251,6 +34094,165 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34251
34094
|
background: transparent;
|
|
34252
34095
|
}
|
|
34253
34096
|
|
|
34097
|
+
.E_ckui4s7 {
|
|
34098
|
+
color: #2d3a56;
|
|
34099
|
+
line-height: 22px;
|
|
34100
|
+
display: inline-flex;
|
|
34101
|
+
}
|
|
34102
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34103
|
+
height: 22px;
|
|
34104
|
+
display: flex;
|
|
34105
|
+
align-items: center;
|
|
34106
|
+
top: 0;
|
|
34107
|
+
}
|
|
34108
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34109
|
+
border: none;
|
|
34110
|
+
}
|
|
34111
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34112
|
+
border-color: #0080ff;
|
|
34113
|
+
}
|
|
34114
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34115
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34116
|
+
}
|
|
34117
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34118
|
+
border: 1px solid #0080ff;
|
|
34119
|
+
}
|
|
34120
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34121
|
+
background: #0080ff;
|
|
34122
|
+
}
|
|
34123
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34124
|
+
background-color: #fff;
|
|
34125
|
+
height: 2px;
|
|
34126
|
+
width: 10px;
|
|
34127
|
+
border-radius: 2px;
|
|
34128
|
+
}
|
|
34129
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34130
|
+
opacity: 0.5;
|
|
34131
|
+
}
|
|
34132
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34133
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34134
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34135
|
+
}
|
|
34136
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34137
|
+
border-color: #2d3a56;
|
|
34138
|
+
}
|
|
34139
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34140
|
+
background: #2d3a56;
|
|
34141
|
+
}
|
|
34142
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34143
|
+
padding: 0;
|
|
34144
|
+
}
|
|
34145
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34146
|
+
display: inline-block;
|
|
34147
|
+
margin-left: 12px;
|
|
34148
|
+
color: #2d3a56;
|
|
34149
|
+
}
|
|
34150
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34151
|
+
margin-left: 28px;
|
|
34152
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34153
|
+
}
|
|
34154
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34155
|
+
margin-left: 8px;
|
|
34156
|
+
}
|
|
34157
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34158
|
+
margin-left: 24px;
|
|
34159
|
+
}
|
|
34160
|
+
|
|
34161
|
+
.E_c1yd35n {
|
|
34162
|
+
padding: 0 12px 14px 12px;
|
|
34163
|
+
}
|
|
34164
|
+
|
|
34165
|
+
.E_c1kghdax {
|
|
34166
|
+
color: #2d3a56;
|
|
34167
|
+
padding: 7px 12px;
|
|
34168
|
+
display: flex;
|
|
34169
|
+
justify-content: space-between;
|
|
34170
|
+
align-items: center;
|
|
34171
|
+
}
|
|
34172
|
+
.E_c1kghdax.has-arrow {
|
|
34173
|
+
padding-left: 10px;
|
|
34174
|
+
}
|
|
34175
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34176
|
+
cursor: pointer;
|
|
34177
|
+
color: #00122e;
|
|
34178
|
+
}
|
|
34179
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34180
|
+
color: #2d3a56;
|
|
34181
|
+
font-weight: 600;
|
|
34182
|
+
}
|
|
34183
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34184
|
+
transform: rotate(90deg);
|
|
34185
|
+
}
|
|
34186
|
+
.E_c1kghdax .sub-info {
|
|
34187
|
+
font-size: 12px;
|
|
34188
|
+
line-height: 18px;
|
|
34189
|
+
}
|
|
34190
|
+
.E_c1kghdax .title-wrapper {
|
|
34191
|
+
display: flex;
|
|
34192
|
+
align-items: center;
|
|
34193
|
+
user-select: none;
|
|
34194
|
+
flex-grow: 1;
|
|
34195
|
+
font-size: 12px;
|
|
34196
|
+
line-height: 18px;
|
|
34197
|
+
color: #2d3a56;
|
|
34198
|
+
font-weight: 700;
|
|
34199
|
+
}
|
|
34200
|
+
.E_c1kghdax .collapse-arrow {
|
|
34201
|
+
transition: all 50ms ease-out 0ms;
|
|
34202
|
+
margin-right: 2px;
|
|
34203
|
+
}
|
|
34204
|
+
|
|
34205
|
+
.E_suhck3k {
|
|
34206
|
+
height: 24px;
|
|
34207
|
+
width: 24px;
|
|
34208
|
+
border-radius: 6px;
|
|
34209
|
+
padding: 4px;
|
|
34210
|
+
}
|
|
34211
|
+
.E_suhck3k:hover {
|
|
34212
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34213
|
+
}
|
|
34214
|
+
.E_suhck3k:hover svg path {
|
|
34215
|
+
fill: blue;
|
|
34216
|
+
}
|
|
34217
|
+
|
|
34218
|
+
.E_ryby9ds {
|
|
34219
|
+
display: flex;
|
|
34220
|
+
align-items: center;
|
|
34221
|
+
}
|
|
34222
|
+
.E_ryby9ds .order {
|
|
34223
|
+
height: 24px;
|
|
34224
|
+
width: 24px;
|
|
34225
|
+
border-radius: 20px;
|
|
34226
|
+
color: #0080ff;
|
|
34227
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34228
|
+
display: flex;
|
|
34229
|
+
align-items: center;
|
|
34230
|
+
justify-content: center;
|
|
34231
|
+
margin-right: 6px;
|
|
34232
|
+
}
|
|
34233
|
+
|
|
34234
|
+
.E_tzppjip {
|
|
34235
|
+
min-width: 0;
|
|
34236
|
+
flex: 1;
|
|
34237
|
+
}
|
|
34238
|
+
.E_tzppjip .tag {
|
|
34239
|
+
flex: 0 0 auto;
|
|
34240
|
+
}
|
|
34241
|
+
.E_tzppjip .progress-title {
|
|
34242
|
+
flex: 2;
|
|
34243
|
+
max-width: fit-content;
|
|
34244
|
+
}
|
|
34245
|
+
.E_tzppjip .progress-desc {
|
|
34246
|
+
flex: 1;
|
|
34247
|
+
max-width: fit-content;
|
|
34248
|
+
}
|
|
34249
|
+
|
|
34250
|
+
.E_a112ykcc {
|
|
34251
|
+
display: flex;
|
|
34252
|
+
align-items: center;
|
|
34253
|
+
column-gap: var(--a112ykcc-0);
|
|
34254
|
+
}
|
|
34255
|
+
|
|
34254
34256
|
.E_b14q2gmw {
|
|
34255
34257
|
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);
|
|
34256
34258
|
}
|
|
@@ -34297,6 +34299,15 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34297
34299
|
white-space: normal;
|
|
34298
34300
|
}
|
|
34299
34301
|
|
|
34302
|
+
.E_w7ob4th.outside-tag {
|
|
34303
|
+
padding-left: 0;
|
|
34304
|
+
}
|
|
34305
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34306
|
+
border-radius: 4px 0 0 4px;
|
|
34307
|
+
padding-right: 4px;
|
|
34308
|
+
margin-right: 4px;
|
|
34309
|
+
}
|
|
34310
|
+
|
|
34300
34311
|
.E_t1dtlqs1 {
|
|
34301
34312
|
margin-bottom: 4px;
|
|
34302
34313
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34490,15 +34501,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34490
34501
|
margin-right: 8px;
|
|
34491
34502
|
}
|
|
34492
34503
|
|
|
34493
|
-
.E_w7ob4th.outside-tag {
|
|
34494
|
-
padding-left: 0;
|
|
34495
|
-
}
|
|
34496
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34497
|
-
border-radius: 4px 0 0 4px;
|
|
34498
|
-
padding-right: 4px;
|
|
34499
|
-
margin-right: 4px;
|
|
34500
|
-
}
|
|
34501
|
-
|
|
34502
34504
|
.E_i1g85yz3 {
|
|
34503
34505
|
margin-right: 4px;
|
|
34504
34506
|
height: 16px;
|