新闻列表图片

This commit is contained in:
13713575202 2025-04-17 14:25:17 +08:00
parent 8b8843636b
commit a99c523128

View File

@ -47,8 +47,8 @@
<el-image
style="border-radius: 5px; height: 80px; width: 120px; margin-bottom: -5px"
lazy
:preview-src-list="[baseUrl + scope.row.imgUrl]"
:src="baseUrl + scope.row.imgUrl"
:preview-src-list="[scope.row.imgUrl]"
:src="scope.row.imgUrl"
fit="cover"
></el-image>
</template>