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