|
@@ -37,7 +37,9 @@
|
|
|
<dl v-if="hotList.length">
|
|
|
<dt>热门推荐</dt>
|
|
|
<div style="display: flex;justify-content: flex-start;flex-wrap: wrap">
|
|
|
- <dd style="width: 30%" v-for="item in hotList" :key="item.iiId" @click="checkNews(item)">{{item.biaoqian}}</dd>
|
|
|
+ <dd style="min-width: 30%" v-for="item in hotList" :key="item.iiId" @click="checkNews(item)">{{item.biaoqian}}</dd>
|
|
|
+ <dd style="min-width: 30%" v-for="item in hotList" :key="item.iiId" @click="checkNews(item)">{{item.biaoqian}}</dd>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
</dl>
|