From fff022af03df0fb086540f56640e0a0090318811 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 3 Sep 2025 10:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=9F=E8=81=98=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/lease/lease.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/lease/lease.vue b/pages/lease/lease.vue index 06bede3..0cedae4 100644 --- a/pages/lease/lease.vue +++ b/pages/lease/lease.vue @@ -478,6 +478,7 @@ export default { .fire-background-full { position: relative; + top: 8rpx; left: 30rpx; width: 750rpx; height: 592rpx; @@ -486,13 +487,14 @@ export default { // 主要内容区域 .main-content { - position: relative; - top: -220rpx; + position: absolute; + top: 384rpx; background: #ffffff; border-radius: 40rpx 40rpx 0 0; margin: 0 30rpx; padding: 40rpx; min-height: 60vh; + width: 610rpx; //border: #120d0d solid 2rpx; //box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3); }