From aeb50add31dc3a9e7c8d63588cc90141a9b7f446 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: Fri, 14 Jan 2022 14:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=8A=B6=E6=80=81css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppEpidemicSituation/Health.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index dc0431de..5ceb6968 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -323,6 +323,11 @@ export default { } } } + + .emptyWrap { + margin-top: 0; + background: #f5f5f5; + } } }