Commit 75a06366 by Sixong.Zhu

update style

parent 9d0dac87
Showing with 4 additions and 0 deletions
...@@ -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;
......
...@@ -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,
......
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