From 29093ef19ca1e153a867fe13d784f3d08cc31c4a Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Tue, 27 Aug 2024 18:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index 6bd88b3..eb85c3f 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -62,7 +62,7 @@ const value1 = ref(""); const value2 = ref(""); const tableHeight = ref(0); console.log(window.innerHeight,"+++++++++"); -tableHeight.value = window.innerHeight-400; +tableHeight.value = window.innerHeight-700; // 跳转详情页 const toDetail = () => {