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 046aa2a commit da251a5Copy full SHA for da251a5
ui/src/workflow/nodes/text-to-speech-node/index.vue
@@ -63,7 +63,7 @@
63
v-html="relatedObject(providerOptions, label, 'provider')?.icon"
64
class="model-icon mr-8"
65
></span>
66
- <span>{{ item.name }}</span>
+ <span class="ellipsis" :title="item.name">{{ item.name }}</span>
67
<el-tag v-if="item.permission_type === 'PUBLIC'" type="info" class="info-tag ml-8"
68
>公用
69
</el-tag>
@@ -86,7 +86,8 @@
86
87
88
89
+
90
91
<span class="danger">(不可用)</span>
92
</div>
93
<el-icon class="check-icon" v-if="item.id === form_data.model_id">
0 commit comments