fix config

This commit is contained in:
Qiuxia Fan 2022-04-01 21:18:10 +08:00
parent 39caab5238
commit 12e3570171

View File

@ -38,12 +38,17 @@ limitations under the License. -->
class="body" class="body"
:style="{ :style="{
backgroundColor: TextColors[graph.backgroundColor], backgroundColor: TextColors[graph.backgroundColor],
color: TextColors[graph.fontColor],
fontSize: graph.fontSize + 'px',
textAlign: graph.textAlign, textAlign: graph.textAlign,
}" }"
> >
<a :href="graph.url" target="_blank"> <a
:href="graph.url"
target="_blank"
:style="{
color: TextColors[graph.fontColor],
fontSize: graph.fontSize + 'px',
}"
>
{{ graph.content }} {{ graph.content }}
</a> </a>
</div> </div>