“e1430c3b85c42086edb5dc73e86af3cba9f6ddc0”上不存在“doc/imgs_results/git@gitcode.net:s920243400/PaddleOCR.git”
提交 8f451560 编写于 作者: 檀越@新空间's avatar 檀越@新空间 🐭

整理

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