diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index eb85c3f..21e27b2 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -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 = () => { diff --git a/frontend/src/views/home/tabs/dashboard.vue b/frontend/src/views/home/tabs/dashboard.vue index d21cdbd..3b1e37a 100644 --- a/frontend/src/views/home/tabs/dashboard.vue +++ b/frontend/src/views/home/tabs/dashboard.vue @@ -6,6 +6,75 @@
+ + +
+ +
+
+
+ +
+
+

{{ item.label }}

+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
@@ -105,73 +174,6 @@
- -
-
- -
-
- -
-
- -
-
- -
- -
-
-
- -
-
-

{{ item.label }}

-
-
-
-