Commit 21a53f16 by 吴云建

显示修复

parent 9aa09c08
......@@ -76,7 +76,7 @@ export function parserMessage(type: string, rawMsg: string) {
} else if (type === "file") {
return `[文件]`;
} else {
return `[不支持的消息格式]`;
return `[系统自动回复]`;
}
}
......
......@@ -68,7 +68,7 @@ export function parserMessage(type: string, rawMsg: string) {
} else if (type === "file") {
return `[文件]`;
} else {
return `[不支持的消息格式]`;
return `[系统自动回复]`;
}
}
......
......@@ -571,7 +571,8 @@ i.msg-avatar {
&.inline-text {
display: inline-block;
white-space: normal
white-space: pre-wrap;
text-align: left;
}
.file-message-name {
......
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 sign in to comment