From 533420c903ad03ca8aea06ec9fdcc6bf5997c100 Mon Sep 17 00:00:00 2001 From: linju Date: Fri, 8 Nov 2024 20:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B6=88=E6=81=AF=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-im-msg/types/file.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/uni-im-msg/types/file.vue b/components/uni-im-msg/types/file.vue index abd2c72..f54afc0 100644 --- a/components/uni-im-msg/types/file.vue +++ b/components/uni-im-msg/types/file.vue @@ -95,10 +95,11 @@ flex-direction: row; justify-content: space-between; .file-msg-info { + flex: 1; flex-direction: column; justify-content: space-around; .name { - word-wrap: break-word; + word-break: break-all; font-size: 16px; } .size { -- GitLab