From 10782f1d05d63e7cf731423194011ae9e93edd87 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 13 Mar 2025 11:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=8F=E6=98=8E=E5=A4=84=E7=90=86=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseDetail.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/caseDetail.vue b/src/views/caseDetail.vue index 30db560..359ce73 100644 --- a/src/views/caseDetail.vue +++ b/src/views/caseDetail.vue @@ -309,14 +309,16 @@ const onChange=(newIndex)=>{ opacity: 1; } .main { + padding-bottom: 15px; opacity: 0; width: 100%; position: relative; - + background: #fff; overflow: hidden; .dealbox { + background: #fff; margin: 12px 15px 10px; - padding-bottom: 15px; + display: flex; justify-content: space-between; }