调整逻辑

This commit is contained in:
huangdeliang
2021-06-03 18:31:22 +08:00
parent d495f47304
commit 672ca49a55
4 changed files with 5 additions and 3 deletions

View File

@ -86,6 +86,7 @@ export default {
.reply_btn {
margin-left: 16px;
color: #1890ff;
cursor: pointer;
}
}

View File

@ -57,7 +57,7 @@
<div
:style="{ marginBottom: '8px', fontSize: '12px', color: '#8c8c8c' }"
>
回复{{ replyTarget }}
回复 to{{ replyTarget }}
</div>
<el-input
type="textarea"
@ -339,6 +339,7 @@ export default {
.reply_btn {
margin-left: 16px;
color: #1890ff;
cursor: pointer;
}
}