diff --git a/frontend_nuxt/components/PostPoll.vue b/frontend_nuxt/components/PostPoll.vue
index 0dcec1463..fdfc7cc07 100644
--- a/frontend_nuxt/components/PostPoll.vue
+++ b/frontend_nuxt/components/PostPoll.vue
@@ -29,6 +29,15 @@
+
+
多选
+
单选
+
+
+
离结束还有
+
{{ countdown }}
+
+
-
-
- 该投票为多选
-
- 加入投票
+ 确认投票
@@ -71,12 +76,8 @@
-
-
- 该投票为单选
-
- 加入投票
+ 确认投票
@@ -102,10 +103,11 @@
>
结果
-
-
-
离结束还有
-
{{ countdown }}
+
+ 投票已结束
+
+
+ 您已投票,等待结束查看结果
@@ -397,7 +399,8 @@ const submitMultiPoll = async () => {
.multi-selection-container,
.single-selection-container {
- padding: 20px 15px 20px 5px;
+ margin-top: 30px;
+ margin-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -409,6 +412,22 @@ const submitMultiPoll = async () => {
color: var(--text-color);
}
+.poll-title-section {
+ display: flex;
+ gap: 30px;
+ flex-direction: row;
+ margin-bottom: 20px;
+}
+
+.poll-option-title {
+ font-size: 18px;
+ font-weight: bold;
+}
+
+.poll-left-time {
+ font-size: 18px;
+}
+
.info-icon {
margin-right: 5px;
}