<script setup lang="ts"> </script> <template> <view class="ios fixed bottom-0 box-border w-full bg-white px24rpx"> <view class="pb20rpx pt10rpx"> <slot /> </view> </view> </template> <style scoped> </style>