Skip to content

Commit 6789521

Browse files
committed
fix: Model select width
1 parent 2853d2a commit 6789521

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

ui/src/workflow/nodes/ai-chat-node/index.vue

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,17 @@
4444
</div>
4545
</template>
4646
<div class="flex-between w-full" v-if="chat_data.model_id_type !== 'reference'">
47-
<div>
48-
<ModelSelect
49-
@change="model_change"
50-
@wheel="wheel"
51-
:teleported="false"
52-
v-model="chat_data.model_id"
53-
:placeholder="$t('views.application.form.aiModel.placeholder')"
54-
:options="modelOptions"
55-
@submitModel="getSelectModel"
56-
showFooter
57-
:model-type="'LLM'"
58-
></ModelSelect>
59-
</div>
47+
<ModelSelect
48+
@change="model_change"
49+
@wheel="wheel"
50+
:teleported="false"
51+
v-model="chat_data.model_id"
52+
:placeholder="$t('views.application.form.aiModel.placeholder')"
53+
:options="modelOptions"
54+
@submitModel="getSelectModel"
55+
showFooter
56+
:model-type="'LLM'"
57+
></ModelSelect>
6058
<div class="ml-8">
6159
<el-button
6260
:disabled="!chat_data.model_id"

0 commit comments

Comments
 (0)