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 1/2] =?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; From cdf3830ed30c18842f53e877b026ccf9e03c4c0c Mon Sep 17 00:00:00 2001 From: dongwug Date: Tue, 27 Sep 2022 18:29:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=E6=95=B0=E7=BB=84=E9=81=8D=E5=8E=86?= =?UTF-8?q?=E5=92=8C=E7=82=B9=E5=87=BB=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/image/index.js | 6 + src/views/examination/ReadyExamination.vue | 265 ++++++++++++++------- 2 files changed, 179 insertions(+), 92 deletions(-) create mode 100644 src/assets/image/index.js diff --git a/src/assets/image/index.js b/src/assets/image/index.js new file mode 100644 index 0000000..7ca6200 --- /dev/null +++ b/src/assets/image/index.js @@ -0,0 +1,6 @@ +const Images = { + //选择按钮 + checkboxImg: require('./checkbox.png'), + checkbox2Img: require('./checkbox2.png') +} +export default Images \ No newline at end of file diff --git a/src/views/examination/ReadyExamination.vue b/src/views/examination/ReadyExamination.vue index 386c491..e371851 100644 --- a/src/views/examination/ReadyExamination.vue +++ b/src/views/examination/ReadyExamination.vue @@ -18,20 +18,27 @@ - + -
+
@@ -79,7 +86,7 @@
- +
-
+
@@ -136,88 +141,164 @@