feat: footer_sticky
This commit is contained in:
parent
f1eabda160
commit
54619a7e0c
4
App.vue
4
App.vue
|
@ -126,8 +126,8 @@
|
|||
z-index: 1;
|
||||
background-color: white;
|
||||
}
|
||||
.footer_fixed {
|
||||
position: fixed;
|
||||
.footer_sticky {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue