We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bf758 commit 1b10feaCopy full SHA for 1b10fea
frontend/src/views/system/model/Model.vue
@@ -256,7 +256,7 @@ const submit = (item: any) => {
256
@click="handleDefaultModelChange(ele)"
257
>
258
<img :src="ele.supplier_item.icon" width="24px" height="24px" />
259
- <div class="model-name" v-html="formatKeywords(ele.name)"></div>
+ <div class="model-name ellipsis" v-html="formatKeywords(ele.name)"></div>
260
<el-icon size="16" class="done">
261
<icon_done_outlined></icon_done_outlined>
262
</el-icon>
@@ -420,6 +420,7 @@ const submit = (item: any) => {
420
font-weight: 400;
421
font-size: 14px;
422
line-height: 22px;
423
+ max-width: 220px;
424
}
425
426
.done {
0 commit comments