From 9f84f1b7342bd3536f9ab72b35fabb545d3ba83f 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: Mon, 17 Jan 2022 11:01:12 +0800 Subject: [PATCH] css --- src/apps/AppMarryAndDie/AppMarryAndDie.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index 79ee43e3..c4d3b5da 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -165,6 +165,7 @@ export default { document.title = '婚丧嫁娶' }, mounted() { + this.getList() this.Echart = echarts.init(document.getElementById('yearStatistic', 'modeType')) }, methods: { @@ -278,6 +279,7 @@ export default { this.$http.post(`/app/appmarriagefuneralinfo/delete?ids=${this.deletId}`).then((res) => { if (res.code == 0) { this.$u.toast('删除成功!') + this.$forceUpdate() this.getList() } }) @@ -417,10 +419,10 @@ uni-page-body { .myReport { padding-bottom: 105px; - // background: #f3f6f9; + // height: 100%; ::v-deep .AiCard { - background: #f3f6f9; + background: #f5f5f5; padding: 0 24px 24px 24px; .start { @@ -507,7 +509,7 @@ uni-page-body { } .u-load-more-wrap { - background: #f3f6f9 !important; + background: #f5f5f5 !important; margin: 0 !important; padding: 30px 0; }