页面button颜色统一,表格不可选择页面数量

This commit is contained in:
zhangyc
2022-12-11 11:46:52 +08:00
parent 6fc160ae79
commit 65fbc3eba4
84 changed files with 1642 additions and 2633 deletions

View File

@@ -18,6 +18,7 @@
/>
</div>
<div class="contentMain">
<!--
<div class="main_item">
<div class="signbox">
<div class="sign">
@@ -32,7 +33,7 @@
placeholder="请输入投票名称"
/>
</div>
</div>
</div> -->
<div class="box" @click="showDrawerCreVote">
<button class="cjtpbtn" @click="addQue()">创建题干</button>
</div>
@@ -213,10 +214,7 @@ export default {
}
//创建题干接口
const createQueTit = () => {
if (!state.inputV1) {
message.destroy();
return message.warning("请输入投票名称");
}
for (let i = 0; i < state.questions.length; i++) {
if (!state.questions[i].inputV) {
message.destroy();
@@ -298,7 +296,7 @@ export default {
message.success("删除成功");
})
.catch(() => {
message.error("创建失败");
message.error("创建失败")s;
});
}
//根据id获取题干信息
@@ -402,7 +400,7 @@ export default {
cursor: pointer;
width: 130px;
height: 40px;
background: #388be1;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-right: 8px;
@@ -505,7 +503,7 @@ export default {
cursor: pointer;
width: 130px;
height: 40px;
background: #388be1;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-right: 8px;
@@ -554,7 +552,7 @@ export default {
cursor: pointer;
width: 130px;
height: 40px;
background: #388be1;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-right: 16px 8px 32px 0;