This commit is contained in:
花有清香月有阴
2022-01-04 09:13:10 +08:00
parent 4e81b6edb9
commit 7bd7b56e5a

View File

@@ -331,6 +331,7 @@ uni-page-body {
.msg { .msg {
background: #fff; background: #fff;
height: 100%;
.box { .box {
display: flex; display: flex;
@@ -396,11 +397,12 @@ uni-page-body {
} }
.myReport { .myReport {
background: #f3f6f9; background: #f5f5f5 !important;
padding-bottom: 112px; height: 100%;
::v-deep .AiCard { ::v-deep .AiCard {
background: #f3f6f9; background: #f3f6f9;
padding: 0 24px 24px 24px;
.start { .start {
display: flex; display: flex;
@@ -477,8 +479,12 @@ uni-page-body {
} }
} }
::v-deep .AiCard:first-child {
padding-top: 24px;
}
.emptyWrap { .emptyWrap {
background: #f3f6f9; background: #f5f5f5 !important;
} }
.u-load-more-wrap { .u-load-more-wrap {