From fe576763187b0e65e52deff42ef6effe6e4733b8 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 4 Mar 2023 13:15:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9F=A5=E7=9C=8B=E5=A4=B4=E7=89=87?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CheckVote.vue | 8 ++++---- src/views/projectcenter/TaskPage.vue | 23 ++++++++++++----------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/components/drawers/CheckVote.vue b/src/components/drawers/CheckVote.vue index f68db461..28c93747 100644 --- a/src/components/drawers/CheckVote.vue +++ b/src/components/drawers/CheckVote.vue @@ -19,7 +19,7 @@
投票题目
-
+
{{ index+1 +"."+ item.voteStemName }}
@@ -27,7 +27,7 @@
{{items.optionName}} @@ -138,11 +138,11 @@ export default { state.voteResource = res.data.data let choiceArr = [] - let dataQuestion = state.voteResource.ballotVo.voteStemVoList + let dataQuestion = state.voteResource.voteStemDtoList for(let i=0;i 编辑 @@ -5966,12 +5966,13 @@ export default { position: absolute; right: 38px; top: 0; - color: #4ea6ff; - background: #ffffff; + color: #fff; + background: #4ea6ff; width: 100px; height: 40px; border: 1px solid #4ea6ff; border-radius: 8px; + cursor: pointer; .editimg { width: 15px; @@ -5985,15 +5986,15 @@ export default { } } - .edit:hover { - color: #ffffff; - background-color: #4ea6ff; - cursor: pointer; + // .edit:hover { + // color: #ffffff; + // background-color: #4ea6ff; + // cursor: pointer; - .editimg { - background-image: url("../../assets/images/projectadd/edit1.png"); - } - } + // .editimg { + // background-image: url("../../assets/images/projectadd/edit1.png"); + // } + // } } .second {