Skip to content

Commit

Permalink
Update HorizontalArticle.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-System authored Dec 21, 2023
1 parent 644380d commit d2f0778
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="article-container">
<div class="article-container" @click="toArticle">
<span v-if="article.isTop" class="article-tag">
<b>
<svg-icon icon-class="pin" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<ob-skeleton v-else :count="2" tag="li" height="16px" width="35px" />
</ul>
</span>
<h1 class="article-title" v-if="article.articleTitle" @click="toArticle">
<h1 class="article-title" v-if="article.articleTitle">
<a>
<span data-dia="article-link">{{ article.articleTitle }}</span>
<svg-icon v-if="article.status == 2" icon-class="lock" class="lock-svg" />
Expand Down

0 comments on commit d2f0778

Please sign in to comment.