样式调整
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user