This commit is contained in:
zoujiandong 2025-03-25 14:22:36 +08:00
parent 46251fda16
commit 92b3abd215
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -50,7 +50,6 @@ const getList = async () => {
list.value = list.value.concat(data.data);
if (data.data.length <10) {
finished.value = true;
}
}