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