Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
21a53f16
authored
Aug 24, 2021
by
吴云建
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
显示修复
parent
9aa09c08
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
components/chat-list-model.vue
components/chat-list.vue
components/message.vue
components/chat-list-model.vue
View file @
21a53f16
...
@@ -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
`[
系统自动回复
]`
;
}
}
}
}
...
...
components/chat-list.vue
View file @
21a53f16
...
@@ -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
`[
系统自动回复
]`
;
}
}
}
}
...
...
components/message.vue
View file @
21a53f16
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment