diff --git a/ui/src/components/ai-chat/LogOperationButton.vue b/ui/src/components/ai-chat/LogOperationButton.vue
index 32d31fe9c..10392551f 100644
--- a/ui/src/components/ai-chat/LogOperationButton.vue
+++ b/ui/src/components/ai-chat/LogOperationButton.vue
@@ -19,11 +19,7 @@
-
+
diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue
index 711001170..a40bbf26e 100644
--- a/ui/src/components/ai-chat/index.vue
+++ b/ui/src/components/ai-chat/index.vue
@@ -71,7 +71,7 @@
消耗 {{ item?.message_tokens + item?.answer_tokens }} tokens
-
+
diff --git a/ui/src/components/layout-container/index.vue b/ui/src/components/layout-container/index.vue
index 884900816..383773890 100644
--- a/ui/src/components/layout-container/index.vue
+++ b/ui/src/components/layout-container/index.vue
@@ -7,10 +7,11 @@
{{ header }}
-
-
-
-
+
+
+
+
+
@@ -41,6 +42,7 @@ const showBack = computed(() => {
background-color: var(--app-view-bg-color);
border-radius: 4px;
box-sizing: border-box;
+ min-width: 700px;
}
}
diff --git a/ui/src/layout/components/top-bar/avatar/index.vue b/ui/src/layout/components/top-bar/avatar/index.vue
index 7dda01804..e8a0eb93e 100644
--- a/ui/src/layout/components/top-bar/avatar/index.vue
+++ b/ui/src/layout/components/top-bar/avatar/index.vue
@@ -13,7 +13,7 @@
-
{{ user.userInfo?.username }}
+
{{ user.userInfo?.username }}
{{ user.userInfo?.email }}
@@ -52,6 +52,7 @@ const logout = () => {