Skip to content

Commit

Permalink
更新首页加载图片样式
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed May 24, 2024
1 parent 06a25bc commit 2378d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</el-row>
<TransitionGroup :name="resultReactive.move ? 'group' : ''" tag="div" class="waterfall-box" id="homeWaterfall">
<div class="waterfall-item" v-for="(item, index) in resultReactive.items" :key="item.id">
<img class="pic" :src="item.previewURL + '?image/auto-orient,1/quality,q_50'" alt="" :ref="(e: any) => setItemStyle(e, index)" @click="changeTemplate(item.id)">
<img class="pic" :src="item.previewURL + '?x-oss-process=style/img_thumb'" alt="" :ref="(e: any) => setItemStyle(e, index)" @click="changeTemplate(item.id)">
<div class="title">{{ item.title }}</div>
<div class="content ellipsis_2">{{ item.text }}</div>
</div>
Expand Down

0 comments on commit 2378d15

Please sign in to comment.