css
This commit is contained in:
@@ -211,13 +211,13 @@ export default {
|
|||||||
color: #E6736E;
|
color: #E6736E;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status0 {
|
// .status0 {
|
||||||
color: #FF9B2B;
|
// color: #FF9B2B;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.status1 {
|
// .status1 {
|
||||||
color: #4181FF;
|
// color: #4181FF;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,8 @@ export default {
|
|||||||
size: 10,
|
size: 10,
|
||||||
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
|
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
|
||||||
topic: this.topic,
|
topic: this.topic,
|
||||||
content: this.content
|
content: this.content,
|
||||||
|
createUserName: this.content
|
||||||
}
|
}
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user