Commit d55dcd92 authored by yun's avatar yun

回复试验

parent 68a26e74
......@@ -159,7 +159,7 @@ export default {
this.removeDiscuss(this.optionIndex)
} else {
this.optionShow = false
// document.getElementById('discussInput').focus()
document.getElementById('discussInput').focus()
setTimeout(() => {
this.ReplyShow(this.optionIndex, this.currentDiscuss.studentName)
}, 500)
......
......@@ -95,7 +95,7 @@ export default {
this.optionShow = false
this.removeThisRepply()
} else if (item.name === '回复') {
// document.getElementById('discussInput').focus()
document.getElementById('discussInput').focus()
this.optionShow = false
setTimeout(() => {
this.sendReplyEmit()
......
This diff is collapsed.
......@@ -1619,6 +1619,7 @@ export default {
}
.cancel{
margin-top: 8px;
border-bottom: 0px solid #e7e7e7;
}
}
*::-webkit-scrollbar{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment