From ab986e9df6346e3e2972d466b10e6d48563732e7 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 28 Nov 2023 10:59:23 +0800 Subject: [PATCH] style: add underline for text widget --- src/views/dashboard/controls/Text.vue | 1 + 1 file changed, 1 insertion(+) 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 }}