From 871e642553e445f1c648d7d8431bfcd193392ad6 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 12 Mar 2025 10:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPage/chat/index.wxml | 6 ++++-- subPage/chat/index.wxss | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/subPage/chat/index.wxml b/subPage/chat/index.wxml index 8b801db..c0a1edd 100644 --- a/subPage/chat/index.wxml +++ b/subPage/chat/index.wxml @@ -1,5 +1,7 @@ - + - + diff --git a/subPage/chat/index.wxss b/subPage/chat/index.wxss index adca825..ce1c425 100644 --- a/subPage/chat/index.wxss +++ b/subPage/chat/index.wxss @@ -213,6 +213,9 @@ textarea { .chat-card:last-child{ margin-bottom: 24px; } +.chat-card:first-child{ + margin-top: 12px; +} .bg-obj{ background-color: #fff; border-radius: 12px;