|
@@ -184,7 +184,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">
|
|
|
<!-- 自定义导航栏 -->
|
|
@@ -284,7 +284,7 @@ onUnmounted(() => {
|
|
|
{{ $t('auth.register.loginNow') }}
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view class="mt-80rpx 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>
|