From 98fb3e963d12b058b3d177097d31ce7f6399bff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=93=E9=B8=BD?= Date: Tue, 27 Sep 2022 10:23:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/views/ballotpage/BallotPage.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 897ffe3..c430b25 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,6 +53,7 @@ export default defineComponent({ #container { display: flex; + flex-direction: column; width: 100%; min-height: 100%; background-color: rgba(242, 245, 247, 1); diff --git a/src/views/ballotpage/BallotPage.vue b/src/views/ballotpage/BallotPage.vue index e0c8148..e653deb 100644 --- a/src/views/ballotpage/BallotPage.vue +++ b/src/views/ballotpage/BallotPage.vue @@ -127,12 +127,12 @@ export default { margin-top: 10px; .noticebox { width: 90%; - background: #fff; border-radius: 4px; position: relative; display: flex; justify-content: center; + margin-bottom: 20px; .mani { width: 90%; margin-top: 20px;