Browse Source

feat: 为模型卡片标题添加悬浮提示

pull/65/head
chenjiale 1 month ago
parent
commit
b5629b7b89
  1. 2
      src/views/model/list/ModelCard.vue

2
src/views/model/list/ModelCard.vue

@ -110,7 +110,7 @@ async function confirmDelete(id: number | string) {
@click="changeModel(item.id, item.version)"
>
<div class="card-top">
<div class="card-title">
<div class="card-title" :title="item.title">
{{ item.title }}
</div>
<div class="card-tags">

Loading…
Cancel
Save