From 39f2a7dc318cf614e56d61c7e404e9766c299b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Wed, 26 Mar 2025 17:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4mention?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/viewPost/tp-mention.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/viewPost/tp-mention.vue b/src/components/viewPost/tp-mention.vue index fcc69008..0daab211 100644 --- a/src/components/viewPost/tp-mention.vue +++ b/src/components/viewPost/tp-mention.vue @@ -25,12 +25,11 @@ async function toLink(): Promise { display: inline-flex; align-items: center; justify-content: center; - padding: 0 5px; + padding: 0 4px; border: 1px solid var(--common-shadow-1); - border-radius: 5px; - margin: 0 2px; + border-radius: 4px; + margin: 2px; color: #00c3ff; cursor: pointer; - transform: translateY(2px); }