From 2f8186f675a886451559c5ef49d7c8efabe406ba Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 9 Sep 2025 17:54:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E5=A4=9A=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/ChatMoreTips.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pages/chat/ChatMoreTips.vue b/pages/chat/ChatMoreTips.vue index 2f1fed8..1e32b2f 100644 --- a/pages/chat/ChatMoreTips.vue +++ b/pages/chat/ChatMoreTips.vue @@ -60,15 +60,8 @@ const sendReply = (text) => { padding: 2px 12px; display: flex; flex-direction: column; - min-width: 46px; - - // &:first-child { - // margin-left: 12px; - // } - - // &:last-child { - // margin-right: 12px; - // } + flex-shrink: 0; + white-space: nowrap; .more-tips-item-title { font-family: PingFang SC, PingFang SC; @@ -77,6 +70,7 @@ const sendReply = (text) => { color: #00a6ff; line-height: 24px; text-align: center; + white-space: nowrap; } } }