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..45111c5 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1006,8 +1006,7 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
@@ -1232,8 +1231,7 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {