style: add underline for text widget (#348)

This commit is contained in:
Fine0830 2023-11-28 11:14:06 +08:00 committed by GitHub
parent 0ea95b1ca6
commit 20e3ef12fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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