适配
This commit is contained in:
parent
46251fda16
commit
92b3abd215
@ -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);
|
||||
|
||||
@ -50,7 +50,6 @@ const getList = async () => {
|
||||
list.value = list.value.concat(data.data);
|
||||
if (data.data.length <10) {
|
||||
finished.value = true;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user