This commit is contained in:
kron
2025-07-18 10:14:13 +08:00
parent 84be88182a
commit db4ec13bac
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ onMounted(() => {
</script>
<template>
<view class="container" :style="{ paddingTop: isIos ? '76rpx' : '50rpx' }">
<view class="container" :style="{ paddingTop: isIos ? '80rpx' : '50rpx' }">
<view class="back-btn" @click="onClick">
<image src="../static/back.png" mode="widthFix" />
</view>