位置调整

This commit is contained in:
zhujiyan
2024-08-27 18:46:35 +08:00
parent 29093ef19c
commit 0a5bef1407
2 changed files with 72 additions and 70 deletions

View File

@@ -50,7 +50,7 @@ import {
CirclePlus,
Delete,
EditPen,
Download,
Download,
Upload,
View,
Refresh,
@@ -61,8 +61,8 @@ const router = useRouter();
const value1 = ref("");
const value2 = ref("");
const tableHeight = ref(0);
console.log(window.innerHeight,"+++++++++");
tableHeight.value = window.innerHeight-700;
console.log(window.innerHeight, "+++++++++");
tableHeight.value = window.innerHeight - 730;
// 跳转详情页
const toDetail = () => {