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;