Commit 51f18d16 authored by peco's avatar peco

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

parent f66522b8
<template> <template>
<view v-if="elementInfo.option.title.show"> <view v-if="elementInfo.option.title.show">
<a <p
@click="onClick(elementInfo.option.title.link)" @click="onClick(elementInfo.option.title.link)"
:style="{ :style="{
'color': elementInfo.option.title.textStyle.color, 'color': elementInfo.option.title.textStyle.color,
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
'text-align': elementInfo.option.title.left, 'text-align': elementInfo.option.title.left,
}"> }">
{{elementInfo.option.title.text}} {{elementInfo.option.title.text}}
</a> </p>
</view> </view>
</template> </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