From a7aedcc873203293fd0061739b55f3c728ef57d3 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 25 Oct 2024 11:10:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2528=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=B6=88=E6=81=AF--?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E4=BC=9A=E8=AF=9D=E7=95=8C=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E4=BC=9A=E6=8C=A4=E5=8E=8B=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=88=E5=BA=97=E9=93=BA=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF?= =?UTF-8?q?=E7=94=A8=E2=80=9C...=E2=80=9D=E7=9C=81=E7=95=A5=EF=BC=8C?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=90=8D=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=B8=80?= =?UTF-8?q?=E8=A1=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/roomLogs.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg_common/views/roomLogs.vue b/pkg_common/views/roomLogs.vue index 54eab69..3bfeef2 100644 --- a/pkg_common/views/roomLogs.vue +++ b/pkg_common/views/roomLogs.vue @@ -19,7 +19,7 @@ - {{ item.store_name }} + {{ item.store_name }} {{ item.last_msg.created_at }} {{ item.last_msg.msg_type===0?item.last_msg.msg_content:'[图片]' }} @@ -127,6 +127,10 @@ export default { font-size: 22rpx; line-height: 32rpx; color: #999999; + width: 240rpx; + flex-wrap: nowrap; + white-space: nowrap; + text-align: center; } .sub {