提交 8f451560 编写于 作者: 檀越@新空间's avatar 檀越@新空间 🐭

整理

上级 b8328147
......@@ -143,13 +143,13 @@ export default {
}
},
},
mounted() {},
created() {
//获取问题类型的枚举
this.getQuestionType()
//获取问题列表
this.interviewPage()
},
mounted() {},
methods: {
prepareAdd() {
this.form.question = ''
......@@ -325,6 +325,10 @@ export default {
return 'black-value'
} else if (value === '算法') {
return 'rose-hermosa-value'
} else if (value === '反问环节') {
return 'white-dress-value'
} else if (value === '设计模式') {
return 'prunus-gracilis-value'
} else if (value === '其他') {
return 'magenta-value'
} else {
......@@ -425,6 +429,12 @@ export default {
.rose-hermosa-value {
color: #ff6fd8; /* 不同值的颜色 */
}
.white-dress-value {
color: #83ccd2; /* 不同值的颜色 */
}
.prunus-gracilis-value {
color: #5a79ba; /* 不同值的颜色 */
}
.custom-textarea {
width: 100%;
text-align: left;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册