|
@@ -463,7 +463,7 @@
|
|
|
const data = res.data.data
|
|
|
if(type =='save') {
|
|
|
if(data.hasQuestion) {
|
|
|
- this.warning('校验完成请先调整问题词,该数据已保存')
|
|
|
+ this.warning('校验完成请先调整错误数据,该数据已保存')
|
|
|
} else {
|
|
|
this.warning('校验成功', 'success')
|
|
|
}
|
|
@@ -708,7 +708,7 @@
|
|
|
color: red;
|
|
|
}
|
|
|
.borderRed {
|
|
|
- border: 1px solid red !important;
|
|
|
+ border: 3px solid red ;
|
|
|
}
|
|
|
.colorRed {
|
|
|
color: red;
|