From c8724ee6649713780420fb930a20233c5e66dc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sun, 22 Sep 2024 16:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=A4=84=E7=90=86=E6=BA=A2?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/postReply/tpr-reply.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/postReply/tpr-reply.vue b/src/components/postReply/tpr-reply.vue index d45cadad..8788782a 100644 --- a/src/components/postReply/tpr-reply.vue +++ b/src/components/postReply/tpr-reply.vue @@ -353,6 +353,11 @@ async function exportData(): Promise { font-size: 16px; text-overflow: ellipsis; white-space: nowrap; + + :first-child { + overflow: hidden; + text-overflow: ellipsis; + } } .tpru-lz {