From 3b8106788661b536b5f86c5fed0fd49160f28bfa Mon Sep 17 00:00:00 2001 From: yuepenglong <1547476325@qq.com> Date: Thu, 27 Mar 2025 17:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/myElection/index.vue | 2 +- src/pages/votingElection/index.vue | 648 +++++++++++++++-------------- 2 files changed, 328 insertions(+), 322 deletions(-) diff --git a/src/pages/myElection/index.vue b/src/pages/myElection/index.vue index 5a7b9ad..ff52637 100644 --- a/src/pages/myElection/index.vue +++ b/src/pages/myElection/index.vue @@ -182,7 +182,7 @@ .election-item { margin-bottom: 30rpx; - padding: 40rpx; + padding: 34rpx; border-radius: 24rpx; background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF; box-sizing: border-box; diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index 9ac13b5..4cfba05 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -1,353 +1,359 @@ + .buts { + width: 100%; + height: 10vh; + background-color: F3F4F6; + position: fixed; + bottom: 0; + border-top: 2rpx solid #ebebec; + } + } + \ No newline at end of file