فهرست منبع

fix: 注册样式修改

liangan 2 هفته پیش
والد
کامیت
9f561a7cbb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/pages/register/register.vue

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

@@ -208,7 +208,7 @@ onUnmounted(() => {
 </script>
 </script>
 
 
 <template>
 <template>
-  <view class="register-page min-h-screen bg-white">
+  <view class="register-page relative min-h-screen bg-white">
     <!-- 背景图片区域 -->
     <!-- 背景图片区域 -->
     <view class="auth-bg-section relative">
     <view class="auth-bg-section relative">
       <!-- Logo和标语 -->
       <!-- Logo和标语 -->
@@ -292,7 +292,7 @@ onUnmounted(() => {
       </wd-form>
       </wd-form>
 
 
       <!-- 登录提示 -->
       <!-- 登录提示 -->
-      <view class="mt-140rpx w-full text-center" :style="{ paddingBottom: `${safeAreaInsets?.bottom + 20}px` }">
+      <view class="absolute w-full text-center" :style="{ bottom: `${safeAreaInsets?.bottom + 20}px` }">
         <text class="text-28rpx text-#5C5C5C">
         <text class="text-28rpx text-#5C5C5C">
           By regstration,you agree to our
           By regstration,you agree to our
         </text>
         </text>