Skip to content

Commit da251a5

Browse files
perf: workflow select style
1 parent 046aa2a commit da251a5

File tree

1 file changed

+3
-2
lines changed
  • ui/src/workflow/nodes/text-to-speech-node

1 file changed

+3
-2
lines changed

ui/src/workflow/nodes/text-to-speech-node/index.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
v-html="relatedObject(providerOptions, label, 'provider')?.icon"
6464
class="model-icon mr-8"
6565
></span>
66-
<span>{{ item.name }}</span>
66+
<span class="ellipsis" :title="item.name">{{ item.name }}</span>
6767
<el-tag v-if="item.permission_type === 'PUBLIC'" type="info" class="info-tag ml-8"
6868
>公用
6969
</el-tag>
@@ -86,7 +86,8 @@
8686
v-html="relatedObject(providerOptions, label, 'provider')?.icon"
8787
class="model-icon mr-8"
8888
></span>
89-
<span>{{ item.name }}</span>
89+
90+
<span class="ellipsis" :title="item.name">{{ item.name }}</span>
9091
<span class="danger">(不可用)</span>
9192
</div>
9293
<el-icon class="check-icon" v-if="item.id === form_data.model_id">

0 commit comments

Comments
 (0)