feat: 调整适配器类型显示样式并添加API Base信息

This commit is contained in:
Soulter
2025-02-23 15:52:30 +08:00
parent 2a37f7edac
commit 071fc7d6ef
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<v-card-text>
<div>
<span style="font-size:12px">适配器类型: </span>
<v-chip color="primary" text>{{ platform.type }}</v-chip>
<v-chip size="small" color="primary" text>{{ platform.type }}</v-chip>
</div>
</v-card-text>
<v-card-actions class="d-flex justify-end">
+4 -1
View File
@@ -30,7 +30,10 @@
</v-card-title>
<v-card-text>
<div>
<span style="font-size:12px">适配器类型: </span> <v-chip color="primary" text>{{ provider.type }}</v-chip>
<span style="font-size:12px">适配器类型: </span> <v-chip size="small" color="primary" text>{{ provider.type }}</v-chip>
</div>
<div v-if="provider?.api_base" style="margin-top: 8px;">
<span style="font-size:12px">API Base: </span> <v-chip size="small" color="primary" text>{{ provider?.api_base }}</v-chip>
</div>
</v-card-text>
<v-card-actions class="d-flex justify-end">