feat: update ui

This commit is contained in:
Rogee
2025-05-14 19:31:41 +08:00
parent 1d19a697a6
commit 215b9ac356
4 changed files with 9 additions and 18 deletions

View File

@@ -44,8 +44,7 @@ const showArticle = (article) => {
{{ article.title }}
</h3>
<p v-if="article.description"
class="text-gray-600 text-sm line-clamp-2">
<p v-if="article.description" class="text-gray-600 text-sm line-clamp-2">
{{ article.description }}
</p>
@@ -61,7 +60,7 @@ const showArticle = (article) => {
<AiOutlineEye class="w-4 h-4" />
<span>{{ article.view_count || 0 }}</span>
</div>
<div class="text-primary-600 font-medium">
<div class="text-orange-600 font-medium">
¥{{ discountPrice }}
</div>
</div>