cyl/develop
jscyl13849007907 1 year ago
parent fe811a8152
commit 871e642553

@ -1,5 +1,7 @@
<view class="p-home-chat g_h_all g_flex_column_between">
<view class="chat-content g_flex_column_end g_flex_1">
<scroll-view scroll-y="{{true}}"
class="chat-content g_flex_column_end g_flex_1"
>
<view class="chat-card"
wx:for="{{list}}"
wx:for-item="item"
@ -55,7 +57,7 @@
</view>
</view>
</view>
</view>
</scroll-view>
<view class="chat-operate g_flex_none">
<view class="m-input g_flex_row_between">
<!-- 左 -->

@ -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;

Loading…
Cancel
Save