From b98805700193693fd72c340744877498c3c89822 Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 6 Feb 2023 12:12:36 +0800 Subject: [PATCH] fix: style --- src/views/dashboard/components/WidgetLink.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/dashboard/components/WidgetLink.vue b/src/views/dashboard/components/WidgetLink.vue index 4758d145..28fcfb13 100644 --- a/src/views/dashboard/components/WidgetLink.vue +++ b/src/views/dashboard/components/WidgetLink.vue @@ -119,5 +119,7 @@ limitations under the License. --> .link-content { height: 300px; font-size: 12px; + overflow: auto; + padding-bottom: 10px; }