feat: update ui
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user