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
75a06366
authored
Oct 13, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update style
parent
9d0dac87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
components/chat-title.vue
store/index.ts
components/chat-title.vue
View file @
75a06366
...
@@ -186,6 +186,7 @@ export default class ChatTitle extends Vue {
...
@@ -186,6 +186,7 @@ export default class ChatTitle extends Vue {
font-size
:
16px
;
font-size
:
16px
;
padding
:
0
20px
;
padding
:
0
20px
;
height
:
60px
;
height
:
60px
;
min-height
:
60px
;
border-bottom
:
1px
solid
#e1e1e1
;
border-bottom
:
1px
solid
#e1e1e1
;
.title
{
.title
{
cursor
:
pointer
;
cursor
:
pointer
;
...
...
store/index.ts
View file @
75a06366
...
@@ -626,6 +626,9 @@ export default {
...
@@ -626,6 +626,9 @@ export default {
if
(
business_data
?.
model_name
==
null
)
{
if
(
business_data
?.
model_name
==
null
)
{
business_data
=
null
;
business_data
=
null
;
}
}
if
(
!
business_data
)
{
return
;
}
wantedChatRoom
=
{
wantedChatRoom
=
{
...
chat
,
...
chat
,
chat_id
:
chat
.
id
,
chat_id
:
chat
.
id
,
...
...
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