This commit is contained in:
wangdan-fit2cloud 2023-12-08 17:45:08 +08:00
parent 3450847ccc
commit a07fb86927

View File

@ -211,7 +211,6 @@ onMounted(() => {
window.onresize = () => {
return (() => {
tableHeight.value = window.innerHeight - 330
console.log(tableHeight.value)
})()
}
getMember()