Update full-page.vue

This commit is contained in:
huxuejian 2026-02-09 19:54:08 +08:00
parent 75aad1306d
commit 52fbf85b2a

View File

@ -22,7 +22,7 @@
<slot name="footer"></slot> <slot name="footer"></slot>
</view> </view>
<!-- #ifdef MP--> <!-- #ifdef MP-->
<!-- <view v-if="showSafeArea" class="safeareaBottom"></view> --> <view v-if="showSafeArea" class="safeareaBottom"></view>
<!-- #endif --> <!-- #endif -->
</view> </view>
</template> </template>