This commit is contained in:
唐明明
2022-02-18 17:16:06 +08:00
parent 4549d4871d
commit f3054997da

View File

@@ -18,7 +18,7 @@
</view>
<view class="cell-footer" ref="chatBottom"></view>
</scroll-view>
<sent-message-bar :conversationType="conversationType" :targetId="targetId" @onSuccess="getNewMessage()" />
<sent-message-bar class="message-bar" :conversationType="conversationType" :targetId="targetId" @onSuccess="getNewMessage()" />
</view>
</template>
@@ -244,5 +244,12 @@
}
}
}
}
.message-bar{
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
</style>