mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
页面button颜色统一,表格不可选择页面数量
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user