Skip to content

Commit 3154aa7

Browse files
committed
【功能优化】AI:聊天模型的 table 宽度
1 parent 57af8e2 commit 3154aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/ai/model/chatModel/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<dict-tag :type="DICT_TYPE.AI_PLATFORM" :value="scope.row.platform" />
5959
</template>
6060
</el-table-column>
61-
<el-table-column label="模型名字" align="center" prop="name" />
62-
<el-table-column label="模型标识" align="center" prop="model" />
61+
<el-table-column label="模型名字" align="center" prop="name" min-width="120" />
62+
<el-table-column label="模型标识" align="center" prop="model" min-width="120" />
6363
<el-table-column label="API 秘钥" align="center" prop="keyId" min-width="140">
6464
<template #default="scope">
6565
<span>{{ apiKeyList.find((item) => item.id === scope.row.keyId)?.name }}</span>

0 commit comments

Comments
 (0)