diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 31c7663..a6d4602 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -142,7 +142,9 @@ useInfiniteScroll( onUpdated(() => { nextTick(() => { - layout() + setTimeout(() => { + layout() + }, 1500) }) }) @@ -1043,8 +1045,8 @@ defineExpose({ position: absolute; text-align: center; z-index: 3; - right: 0px; - top: -6px; + right: 10px; + top: -8px; color: #fff; .val { diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index b042a33..851cd29 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1007,7 +1007,7 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') { class="img-wrapper" :style="{ // 'background-image': `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl})`, - background: `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl ? item.imgUrl : bgLoadingImg})`, + backgroundImage: `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl ? item.imgUrl : bgLoadingImg})`, }" />
@@ -1233,7 +1233,7 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') { class="img-wrapper" :style="{ // 'background-image': `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl})`, - background: `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl ? item.imgUrl : bgLoadingImg})`, + backgroundImage: `url(${item.serverThumbnailUrl ? item.serverThumbnailUrl : item.imgUrl ? item.imgUrl : bgLoadingImg})`, }" @mouseover="overTaskHandelr(item)" @mouseleave="leaveTaskHandler" diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 0ac27c8..ae31440 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -835,7 +835,7 @@ defineExpose({ >