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 {
font-size: 16px;
padding: 0 20px;
height: 60px;
min-height: 60px;
border-bottom: 1px solid #e1e1e1;
.title {
cursor: pointer;
......
......@@ -626,6 +626,9 @@ export default {
if (business_data?.model_name == null) {
business_data = null;
}
if (!business_data) {
return;
}
wantedChatRoom = {
...chat,
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