From 92b3abd215ad47d59a0ac51cb69402dbda2604cd Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 25 Mar 2025 14:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/totop.vue | 2 +- src/views/home.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/totop.vue b/src/components/totop.vue index eea21e5..a147180 100644 --- a/src/components/totop.vue +++ b/src/components/totop.vue @@ -56,7 +56,7 @@ onMounted(() => { right:0px; bottom:135px; cursor: pointer; - z-index:999; + z-index:2; overflow: hidden; border-radius: 15px 0 0 15px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.12); diff --git a/src/views/home.vue b/src/views/home.vue index 9541940..271677a 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -50,7 +50,6 @@ const getList = async () => { list.value = list.value.concat(data.data); if (data.data.length <10) { finished.value = true; - } }