Skip to content

Commit 1b10fea

Browse files
committed
fix: bug fix
1 parent f0bf758 commit 1b10fea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/views/system/model/Model.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const submit = (item: any) => {
256256
@click="handleDefaultModelChange(ele)"
257257
>
258258
<img :src="ele.supplier_item.icon" width="24px" height="24px" />
259-
<div class="model-name" v-html="formatKeywords(ele.name)"></div>
259+
<div class="model-name ellipsis" v-html="formatKeywords(ele.name)"></div>
260260
<el-icon size="16" class="done">
261261
<icon_done_outlined></icon_done_outlined>
262262
</el-icon>
@@ -420,6 +420,7 @@ const submit = (item: any) => {
420420
font-weight: 400;
421421
font-size: 14px;
422422
line-height: 22px;
423+
max-width: 220px;
423424
}
424425
425426
.done {

0 commit comments

Comments
 (0)