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>
<view class="cell-footer" ref="chatBottom"></view> <view class="cell-footer" ref="chatBottom"></view>
</scroll-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> </view>
</template> </template>
@@ -245,4 +245,11 @@
} }
} }
} }
.message-bar{
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
</style> </style>