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;