From 7bd7b56e5a7901683c8b183f1c57317311c0a811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 09:13:10 +0800 Subject: [PATCH] 26297 --- src/apps/AppMarryAndDie/AppMarryAndDie.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index de0a7248..f096ee8f 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -331,6 +331,7 @@ uni-page-body { .msg { background: #fff; + height: 100%; .box { display: flex; @@ -396,11 +397,12 @@ uni-page-body { } .myReport { - background: #f3f6f9; - padding-bottom: 112px; + background: #f5f5f5 !important; + height: 100%; ::v-deep .AiCard { background: #f3f6f9; + padding: 0 24px 24px 24px; .start { display: flex; @@ -477,8 +479,12 @@ uni-page-body { } } + ::v-deep .AiCard:first-child { + padding-top: 24px; + } + .emptyWrap { - background: #f3f6f9; + background: #f5f5f5 !important; } .u-load-more-wrap {