From 4b59804633dbcab1d6fcaca7d6013e40add91213 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 11 Feb 2022 17:51:41 +0800 Subject: [PATCH] ... --- pages/im/components/showImage.nvue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/im/components/showImage.nvue b/pages/im/components/showImage.nvue index 52a1c68..af297cc 100644 --- a/pages/im/components/showImage.nvue +++ b/pages/im/components/showImage.nvue @@ -49,20 +49,21 @@ .name { font-size: 24rpx; line-height: 34rpx; - color: $text-gray-m; + color: $text-gray-m; + padding-bottom: 10rpx; } .msg--image { - padding: 20rpx; + // padding: 20rpx; &.left { border-radius: 0 20rpx 20rpx 20rpx; - background: white; + // background: white; } &.right { border-radius: 20rpx 0 20rpx 20rpx; - background: #34CE98; + // background: #34CE98; } .img {