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 {