fix:回复长英文显示问题

feature/comment-0620-ch
ch 2 years ago
parent 3739301d83
commit 3e9f8e617e

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-21 18:19:13 * @Date: 2022-06-21 18:19:13
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-29 21:29:35 * @LastEditTime: 2022-06-30 11:11:33
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -118,7 +118,7 @@ export default {
this.detail.answerCommentList.push({ this.detail.answerCommentList.push({
...result, ...result,
userName : this.$store.state.userInfo.nickname, userName : this.$store.state.userInfo.nickname,
parentUserName: this.answer ? this.answer.userName : '' parentName: this.answer ? this.answer.userName : ''
}); });
this.commentContent = ''; this.commentContent = '';
this.detail.replyCount++; this.detail.replyCount++;
@ -200,6 +200,7 @@ page{
&--ctx{ &--ctx{
margin: 26rpx 0; margin: 26rpx 0;
line-height: 36rpx; line-height: 36rpx;
word-break: break-all;
} }
} }
.footer{ .footer{

Loading…
Cancel
Save