fix: back
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 45s

This commit is contained in:
sexygoat
2026-04-14 17:47:24 +08:00
parent 3f0a04f2ce
commit ea7e2b7362

View File

@@ -3,8 +3,7 @@
<!-- 自定义导航栏 -->
<view v-if="!fromLogin" class="custom-navbar">
<view class="navbar-back" @tap="goBack">
<text class="back-icon"></text>
<text class="back-text">返回</text>
<text class="back-text">🔙</text>
</view>
<view class="navbar-title">绑定手机号</view>
<view class="navbar-placeholder"></view>
@@ -145,6 +144,7 @@
align-items: center;
justify-content: space-between;
height: 88rpx;
margin-bottom: 24rpx;
background: var(--bg-primary);
border-bottom: 1rpx solid var(--border-light);
padding: 0 24rpx;