|
@@ -52,7 +52,7 @@
|
|
|
`"
|
|
|
>
|
|
|
<el-popover
|
|
|
- :width="200"
|
|
|
+ :width="'60%'"
|
|
|
trigger="hover"
|
|
|
effect="dark"
|
|
|
:content="JSON.parse(chartInfo.Instructions).text"
|
|
@@ -66,7 +66,7 @@
|
|
|
|
|
|
<div class="bootom-source">
|
|
|
<!-- 自定义来源 -->
|
|
|
- <div style="width: 90%;">
|
|
|
+ <div style="width: 70%;">
|
|
|
<div class="chart-source text_oneLine"
|
|
|
v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow"
|
|
|
:style="`
|
|
@@ -76,7 +76,7 @@
|
|
|
>
|
|
|
来源:
|
|
|
<el-popover
|
|
|
- :width="200"
|
|
|
+ :width="'60%'"
|
|
|
trigger="hover"
|
|
|
effect="dark"
|
|
|
:content="JSON.parse(chartInfo.SourcesFrom).text"
|