浏览代码

feat: 返回图表更换

liangan 1 周之前
父节点
当前提交
ad8d831a86
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/pages/forgotPassword/forgotPassword.vue
  2. 1 1
      src/pages/login/login.vue
  3. 1 1
      src/pages/register/register.vue

+ 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>