This commit is contained in:
花有清香月有阴
2021-12-31 14:53:09 +08:00
parent f0ae82eceb
commit 357ffcb793

View File

@@ -85,7 +85,7 @@ export default {
}) })
}, },
onShow() { onShow() {
document.title = '通知公告' document.title = '通知公告'
}, },
methods: { methods: {
getList() { getList() {
@@ -172,7 +172,7 @@ uni-page-body {
height: 100%; height: 100%;
::v-deep .AiCard { ::v-deep .AiCard {
background: #f3f6f9; background: #f5f5f5;
.start { .start {
background: #fff; background: #fff;
@@ -220,7 +220,7 @@ uni-page-body {
} }
.u-load-more-wrap { .u-load-more-wrap {
background: #f3f6f9 !important; background: #f5f5f5 !important;
margin: 0 !important; margin: 0 !important;
padding: 34px 0; padding: 34px 0;
} }