no message

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

@ -1,6 +1,7 @@
<view class="p-home-chat g_h_all g_flex_column_between">
<scroll-view scroll-y="{{true}}"
<view
class="chat-content g_flex_column_end g_flex_1"
style="height:calc(100vh - 92px);overflow:auto;"
>
<view class="chat-card"
wx:for="{{list}}"
@ -57,7 +58,7 @@
</view>
</view>
</view>
</scroll-view>
</view>
<view class="chat-operate g_flex_none">
<view class="m-input g_flex_row_between">
<!-- 左 -->

@ -8,7 +8,6 @@
.p-home-chat .chat-content {
width: calc(100%);
margin: 0 auto;
min-height: calc(8vh);
padding-bottom: 92px;
}
.p-home-chat .chat-content .chat-left {

Loading…
Cancel
Save