diff --git a/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue b/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue
index 86be1307..90f68c66 100644
--- a/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue
+++ b/src/views/ai/chat/index/components/conversation/ConversationUpdateForm.vue
@@ -11,7 +11,7 @@
@@ -32,6 +32,7 @@
:min="0"
:max="2"
:precision="2"
+ class="!w-1/1"
/>
@@ -39,7 +40,8 @@
v-model="formData.maxTokens"
placeholder="请输入回复数 Token 数"
:min="0"
- :max="4096"
+ :max="8192"
+ class="!w-1/1"
/>
@@ -48,6 +50,7 @@
placeholder="请输入上下文数量"
:min="0"
:max="20"
+ class="!w-1/1"
/>
diff --git a/src/views/ai/image/index/components/midjourney/index.vue b/src/views/ai/image/index/components/midjourney/index.vue
index 1200a5ee..adfcb90d 100644
--- a/src/views/ai/image/index/components/midjourney/index.vue
+++ b/src/views/ai/image/index/components/midjourney/index.vue
@@ -6,7 +6,7 @@
diff --git a/src/views/ai/model/model/index.vue b/src/views/ai/model/model/index.vue
index 51c06d68..9d33020a 100644
--- a/src/views/ai/model/model/index.vue
+++ b/src/views/ai/model/model/index.vue
@@ -53,33 +53,33 @@
-
+
-
+
-
-
+
+
{{ apiKeyList.find((item) => item.id === scope.row.keyId)?.name }}
-
-
+
+
-
+
-
-
+
+