From b495c02ad7fb820b7dd9bd8ac602f7b44d58babf Mon Sep 17 00:00:00 2001 From: ZnPdCo Date: Wed, 25 Dec 2024 19:42:06 +0800 Subject: [PATCH] fix: #22 --- frontend/src/components/ShowVotesModal.vue | 51 +++++---- frontend/src/components/VoteModal.vue | 64 +++++------ frontend/src/views/ProblemsView.vue | 126 +++++++++++---------- 3 files changed, 127 insertions(+), 114 deletions(-) diff --git a/frontend/src/components/ShowVotesModal.vue b/frontend/src/components/ShowVotesModal.vue index 0e450ca..bcba342 100644 --- a/frontend/src/components/ShowVotesModal.vue +++ b/frontend/src/components/ShowVotesModal.vue @@ -1,14 +1,16 @@ @@ -38,24 +44,31 @@ watch(show, async (value) => {
显示投票
- - - - - - - - - - - - - - - - - -
难度质量评论举报
{{ item.comment }}举报
+ + + + + + + + + + + + + + + + + + + +
难度质量评论举报
+ + + + {{ item.comment }}举报
+
OK
diff --git a/frontend/src/components/VoteModal.vue b/frontend/src/components/VoteModal.vue index 889e681..ea55787 100644 --- a/frontend/src/components/VoteModal.vue +++ b/frontend/src/components/VoteModal.vue @@ -1,6 +1,6 @@