feat:修改图片

pull/223/head
raofuzi 2 years ago
parent c28e2ca125
commit 113091d460

@ -1006,7 +1006,6 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
<div
class="img-wrapper"
:style="{
// 'background-image': `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl})`,
backgroundImage: `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl ? item.imgUrl : bgLoadingImg})`,
}"
/>
@ -1232,7 +1231,6 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
<div
class="img-wrapper"
:style="{
// 'background-image': `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl})`,
backgroundImage: `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl ? item.imgUrl : bgLoadingImg})`,
}"
@mouseover="overTaskHandelr(item)"

Loading…
Cancel
Save