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 {