@@ -101,6 +101,7 @@ export const defaultOpts = {
enabled: true,
verticalAlign: 'top',
margin: 5,
+ width: '90%'
// layout: 'vertical'
},
//滚动条
@@ -61,7 +61,7 @@
}
.bootom-source {
font-size: 12px;
- padding-left: 40px;
+ padding-left: 25px;
padding-bottom: 10px;
display: flex;
justify-content: space-between;
@@ -55,7 +55,7 @@
<div class="bootom-source">
<!-- 自定义来源 -->
- <div class="chart-source"
+ <div class="chart-source text_oneLine"
v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow"
:style="`
color: ${ JSON.parse(chartInfo.SourcesFrom).color };