This commit is contained in:
汪少伟
2025-03-21 12:11:57 +08:00
parent ef8c5e1c15
commit 8705ead31d
5 changed files with 140 additions and 182 deletions

View File

@@ -6,8 +6,8 @@
<d-icon style="cursor: pointer;" name="icon-close" @click="emit('close')"></d-icon>
</div>
<div class="sub-title">
<span>分数</span>
<span>3</span>
<!-- <span>分数</span>
<span>3</span> -->
<span>类型</span>
<d-tag color="#3ac295" size="sm">{{ data.category }}</d-tag>
</div>
@@ -205,4 +205,4 @@ const emit = defineEmits(['close']);
border: 1px solid #ccc;
border-radius: 4px;
}
</style>
</style>