From 20e3ef12fe4897910bb8a9a9045ca8063e3350f8 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Tue, 28 Nov 2023 11:14:06 +0800 Subject: [PATCH] style: add underline for text widget (#348) --- 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 }}