From 9c7a8c8ee1661d949c7d0ddd4c45db778769bcea Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Thu, 24 Feb 2022 09:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/im/components/show/showText.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/im/components/show/showText.vue b/pages/im/components/show/showText.vue index 9501c45..407f9a5 100644 --- a/pages/im/components/show/showText.vue +++ b/pages/im/components/show/showText.vue @@ -49,13 +49,14 @@ .name { font-size: 24rpx; - color: $text-gray-m; + color: $text-gray-m; + margin-bottom: 10rpx; } .text { box-sizing: border-box; max-width: 502rpx; - padding: 20rpx; + padding:10rpx 24rpx; line-height: 46rpx; font-size: 32rpx; color: $text-color;