style: add underline for text widget

This commit is contained in:
Fine 2023-11-28 10:59:23 +08:00
parent a18ac3372e
commit ab986e9df6

View File

@ -42,6 +42,7 @@ limitations under the License. -->
:style="{
color: fontColor,
fontSize: graph.fontSize + 'px',
textDecoration: 'underline',
}"
>
{{ graph.content }}