|
@@ -52,7 +52,8 @@
|
|
`"
|
|
`"
|
|
>
|
|
>
|
|
<el-popover
|
|
<el-popover
|
|
- :width="'60%'"
|
|
|
|
|
|
+ popper-style="max-width:60%;width:auto;min-width:0"
|
|
|
|
+ placement="top"
|
|
trigger="hover"
|
|
trigger="hover"
|
|
effect="dark"
|
|
effect="dark"
|
|
:content="JSON.parse(chartInfo.Instructions).text"
|
|
:content="JSON.parse(chartInfo.Instructions).text"
|
|
@@ -76,7 +77,8 @@
|
|
>
|
|
>
|
|
来源:
|
|
来源:
|
|
<el-popover
|
|
<el-popover
|
|
- :width="'60%'"
|
|
|
|
|
|
+ popper-style="max-width:60%;width:auto;min-width:0"
|
|
|
|
+ placement="top"
|
|
trigger="hover"
|
|
trigger="hover"
|
|
effect="dark"
|
|
effect="dark"
|
|
:content="JSON.parse(chartInfo.SourcesFrom).text"
|
|
:content="JSON.parse(chartInfo.SourcesFrom).text"
|