|
@@ -191,7 +191,7 @@ onMounted(() => {
|
|
|
nextTick(() => {
|
|
nextTick(() => {
|
|
|
let bodyHeight = document.body.clientHeight;
|
|
let bodyHeight = document.body.clientHeight;
|
|
|
let queryHeight = queryRef.value.$el.clientHeight;
|
|
let queryHeight = queryRef.value.$el.clientHeight;
|
|
|
- state.tableData.height = bodyHeight - queryHeight - 220
|
|
|
|
|
|
|
+ state.tableData.height = bodyHeight - queryHeight - 280
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
});
|
|
});
|