Commit 51f18d16 authored by peco's avatar peco

fix:APPF-3576 小程序报表NormalTitle点击问题

parent f66522b8
<template>
<view v-if="elementInfo.option.title.show">
<a
<p
@click="onClick(elementInfo.option.title.link)"
:style="{
'color': elementInfo.option.title.textStyle.color,
......@@ -9,7 +9,7 @@
'text-align': elementInfo.option.title.left,
}">
{{elementInfo.option.title.text}}
</a>
</p>
</view>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment