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 @@
-
-
-
- 2024年度董事会成员选举
- 投票开始时间:2024年3月15日 18:00
- 投票截止时间:2024年3月15日 18:00
-
-
-
-
-
-
-
-
-
- {{ row.name }}
-
-
- {{ row.class }}
-
-
-
-
-
- {{ item.butname }}
-
-
-
-
-
-
-
- 全部同意
- 提交投票
-
-
+
+
+
+ 2024年度董事会成员选举
+ 投票开始时间:2024年3月15日 18:00
+ 投票截止时间:2024年3月15日 18:00
+
+
+
+
+
+
+
+
+
+ {{ row.name }}
+
+
+ {{ row.class }}
+
+
+
+
+
+ {{ item.butname }}
+
+
+
+
+
+
+
+ 全部同意
+ 提交投票
+
+
+ .buts {
+ width: 100%;
+ height: 10vh;
+ background-color: F3F4F6;
+ position: fixed;
+ bottom: 0;
+ border-top: 2rpx solid #ebebec;
+ }
+ }
+
\ No newline at end of file