Commit 21a53f16 by 吴云建

显示修复

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