diff --git a/src/views/caseDetail.vue b/src/views/caseDetail.vue index f579a93..359ce73 100644 --- a/src/views/caseDetail.vue +++ b/src/views/caseDetail.vue @@ -309,6 +309,7 @@ const onChange=(newIndex)=>{ opacity: 1; } .main { + padding-bottom: 15px; opacity: 0; width: 100%; position: relative; @@ -317,7 +318,7 @@ const onChange=(newIndex)=>{ .dealbox { background: #fff; margin: 12px 15px 10px; - padding-bottom: 15px; + display: flex; justify-content: space-between; }