diff --git a/frontend/src/style.less b/frontend/src/style.less index a96e0c48..05e5b8b8 100644 --- a/frontend/src/style.less +++ b/frontend/src/style.less @@ -195,7 +195,7 @@ body { } } -.ed-dialog { +.ed-dialog:not(.chart-fullscreen-dialog) { border-radius: 12px !important; } diff --git a/frontend/src/views/chat/ChatRow.vue b/frontend/src/views/chat/ChatRow.vue index ffa4176f..16931d5f 100644 --- a/frontend/src/views/chat/ChatRow.vue +++ b/frontend/src/views/chat/ChatRow.vue @@ -9,6 +9,7 @@ withDefaults( msg: ChatMessage currentChat: ChatInfo hideAvatar?: boolean + logoAssistant?: string }>(), { hideAvatar: false, @@ -21,7 +22,14 @@ const appearanceStore = useAppearanceStoreWithOut()