Quellcode durchsuchen

feat: 返回图表更换

liangan vor 1 Woche
Ursprung
Commit
ad8d831a86

+ 1 - 1
src/pages/forgotPassword/forgotPassword.vue

@@ -207,7 +207,7 @@ onUnmounted(() => {
       <!-- 自定义导航栏 -->
       <view :style="{ paddingTop: `${safeAreaInsets?.top}px` }">
         <view class="h-88rpx flex items-center px-24rpx">
-          <wd-icon name="arrow-left" size="48rpx" color="#333" @click="goBack" />
+          <wd-icon name="thin-arrow-left" size="32rpx" @click="goBack" />
         </view>
       </view>
 

+ 1 - 1
src/pages/login/login.vue

@@ -93,7 +93,7 @@ async function handleLogin() {
       <!-- 自定义导航栏 -->
       <view :style="{ paddingTop: `${safeAreaInsets?.top}px` }">
         <view class="h-88rpx flex items-center px-24rpx">
-          <wd-icon name="arrow-left" size="48rpx" color="#333" @click="goBack" />
+          <wd-icon name="thin-arrow-left" size="32rpx" @click="goBack" />
         </view>
       </view>
 

+ 1 - 1
src/pages/register/register.vue

@@ -182,7 +182,7 @@ onUnmounted(() => {
       <!-- 自定义导航栏 -->
       <view :style="{ paddingTop: `${safeAreaInsets?.top}px` }">
         <view class="h-88rpx flex items-center px-24rpx">
-          <wd-icon name="arrow-left" size="48rpx" color="#333" @click="goBack" />
+          <wd-icon name="thin-arrow-left" size="32rpx" @click="goBack" />
         </view>
       </view>