Authored by 沈志敏

fix bug

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