liangan 2 недель назад
Родитель
Сommit
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>
 
 <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">
       <!-- Logo和标语 -->
@@ -292,7 +292,7 @@ onUnmounted(() => {
       </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">
           By regstration,you agree to our
         </text>