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 {
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 {