🐞 fix(img): 修复图片展示慢的问题

This commit is contained in:
algerkc@qq.com
2023-12-18 15:24:57 +08:00
parent b4a692a09c
commit f893de62cd
5 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="recommend-music-list-item">
<n-image
:src="getImgUrl( item.picUrl, '200y200')"
:src="getImgUrl( item.picUrl, '40y40')"
class="recommend-music-list-item-img"
lazy
preview-disabled