From c72d90f6fb7bc5b348d7001813b75e4d08a80b08 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 30 Jan 2024 16:24:33 +0800 Subject: [PATCH] fix 80320 --- src/views/dashboard/modules/FriendLinkCard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/modules/FriendLinkCard.vue b/src/views/dashboard/modules/FriendLinkCard.vue index 44685d85..9b29aa47 100644 --- a/src/views/dashboard/modules/FriendLinkCard.vue +++ b/src/views/dashboard/modules/FriendLinkCard.vue @@ -70,7 +70,8 @@ export default { } .content-div { height: 62px; - line-height: 62px; + padding: 16px; + line-height: 30px; box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); overflow: hidden; text-overflow: ellipsis;