样式调整

This commit is contained in:
zhujiyan
2024-08-27 18:44:24 +08:00
parent 1f11bd8b39
commit 29093ef19c

View File

@@ -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 = () => {