|
@@ -51,13 +51,16 @@
|
|
|
font-size: ${ JSON.parse(chartInfo.Instructions).fontSize }px
|
|
|
`"
|
|
|
>
|
|
|
- <el-tooltip
|
|
|
- effect="dark"
|
|
|
- :content="JSON.parse(chartInfo.Instructions).text"
|
|
|
- placement="top"
|
|
|
- >
|
|
|
+ <el-popover
|
|
|
+ :width="200"
|
|
|
+ trigger="hover"
|
|
|
+ effect="dark"
|
|
|
+ :content="JSON.parse(chartInfo.Instructions).text"
|
|
|
+ >
|
|
|
+ <template #reference>
|
|
|
<em>{{ JSON.parse(chartInfo.Instructions).text}}</em>
|
|
|
- </el-tooltip>
|
|
|
+ </template>
|
|
|
+ </el-popover>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -72,13 +75,16 @@
|
|
|
`"
|
|
|
>
|
|
|
来源:
|
|
|
- <el-tooltip
|
|
|
- effect="dark"
|
|
|
- :content="JSON.parse(chartInfo.SourcesFrom).text"
|
|
|
- placement="top"
|
|
|
- >
|
|
|
- <em>{{ JSON.parse(chartInfo.SourcesFrom).text}}</em>
|
|
|
- </el-tooltip>
|
|
|
+ <el-popover
|
|
|
+ :width="200"
|
|
|
+ trigger="hover"
|
|
|
+ effect="dark"
|
|
|
+ :content="JSON.parse(chartInfo.SourcesFrom).text"
|
|
|
+ >
|
|
|
+ <template #reference>
|
|
|
+ <em>{{ JSON.parse(chartInfo.SourcesFrom).text}}</em>
|
|
|
+ </template>
|
|
|
+ </el-popover>
|
|
|
</div>
|
|
|
</div>
|
|
|
|