diff --git a/src/views/dashboard/controls/Text.vue b/src/views/dashboard/controls/Text.vue index 2316e752..c749f820 100644 --- a/src/views/dashboard/controls/Text.vue +++ b/src/views/dashboard/controls/Text.vue @@ -42,6 +42,7 @@ limitations under the License. --> :style="{ color: fontColor, fontSize: graph.fontSize + 'px', + textDecoration: 'underline', }" > {{ graph.content }}