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 {