From b628df5ae9328621ec8dc8b06c49042119ffff7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Wed, 12 Jun 2024 11:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4tag=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index 0d15fa9d..f31c91e4 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -376,9 +376,10 @@ onUnmounted(() => { /* extra */ .tp-post-extra { display: flex; + flex-wrap: wrap; align-items: center; justify-content: start; - column-gap: 10px; + gap: 5px 10px; } /* collection */