From f2c6036ac3ea9ca70156e0babac7887070979561 Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 16 Jun 2026 10:17:42 +0800 Subject: [PATCH] =?UTF-8?q?debug(feed):=20=E4=B8=B4=E6=97=B6=E7=BB=99=20wr?= =?UTF-8?q?apper=20=E5=8A=A0=E7=BA=A2=E8=89=B2=E8=99=9A=E7=BA=BF=E8=BE=B9?= =?UTF-8?q?=E6=A1=86=E7=9C=8B=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Feed.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/Feed.vue b/frontend/src/views/Feed.vue index f398741..3899a4a 100644 --- a/frontend/src/views/Feed.vue +++ b/frontend/src/views/Feed.vue @@ -1093,6 +1093,9 @@ onMounted(async () => { display: flex; flex-direction: column; gap: 8px; + border: 3px dashed red; + padding: 6px; + margin-top: 12px; } /* 标题行(标已读的确认)— 跟下面的 NAlert 视觉分层 */ .feed-category-prompt-header {