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; z-index: 1;
background-color: white; background-color: white;
} }
.footer_fixed { .footer_sticky {
position: fixed; position: sticky;
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;

View File

@ -55,7 +55,7 @@
<view>{{totalCount}}小时</view> --> <view>{{totalCount}}小时</view> -->
</view> </view>
</scroll-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_" <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> @success="()=>{uni.navigateBack()} " :submit_b_func="submit_b_func" ref="ticketd_b_start"></ticketd_b>
</view> </view>