feat: footer_sticky

This commit is contained in:
caoqianming 2025-10-20 08:56:33 +08:00
parent f1eabda160
commit 54619a7e0c
2 changed files with 3 additions and 3 deletions

View File

@ -126,8 +126,8 @@
z-index: 1;
background-color: white;
}
.footer_fixed {
position: fixed;
.footer_sticky {
position: sticky;
bottom: 0;
left: 0;
right: 0;

View File

@ -55,7 +55,7 @@
<view>{{totalCount}}小时</view> -->
</view>
</scroll-view>
<view class="footer_fixed">
<view class="footer_sticky">
<ticketd_b :workflow_key="'booking'" :title="form.title + '-会议室预定'" :t_id="form.id" :ticket_="form.ticket_"
@success="()=>{uni.navigateBack()} " :submit_b_func="submit_b_func" ref="ticketd_b_start"></ticketd_b>
</view>