...
|
...
|
@@ -40,7 +40,7 @@ |
|
|
<img :src="item.thumb | resize 213 134"/>
|
|
|
</a>
|
|
|
</div>
|
|
|
<h3><a :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3>
|
|
|
<h3><a class="line-clamp-2" :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3>
|
|
|
<div class="sub-time">
|
|
|
<span class="icon icon-timeshare"></span><span class="label">{{article.publishTime | formatUnixTime 'MM.DD HH:mm'}}</span>
|
|
|
</div>
|
...
|
...
|
|