From f1934ba444ab2005f9658d0ba7d56de40e4c0fbd Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Fri, 19 Sep 2025 15:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 13 +++--- src/components/DeviceList.vue | 26 +++++++++++- src/components/Home.vue | 25 +++++++++++- src/components/PlanList.vue | 34 ++++++++++++---- src/layouts/MainLayout.vue | 76 +++++++++++++++++++++++++++++------ 5 files changed, 147 insertions(+), 27 deletions(-) diff --git a/src/App.vue b/src/App.vue index 812dc837..fd871c7a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,15 @@ @@ -14,4 +17,4 @@ export default { #app { min-height: 100vh; } - + \ No newline at end of file diff --git a/src/components/DeviceList.vue b/src/components/DeviceList.vue index 9a0935a9..29f84277 100644 --- a/src/components/DeviceList.vue +++ b/src/components/DeviceList.vue @@ -3,7 +3,7 @@ @@ -211,10 +211,23 @@ export default { \ No newline at end of file diff --git a/src/components/Home.vue b/src/components/Home.vue index 87ca9170..bf4c61c4 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -64,13 +64,26 @@ export default { \ No newline at end of file diff --git a/src/components/PlanList.vue b/src/components/PlanList.vue index 7def4c43..ea206852 100644 --- a/src/components/PlanList.vue +++ b/src/components/PlanList.vue @@ -1,9 +1,9 @@ - + \ No newline at end of file diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 9ddf281a..c4059a73 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -1,9 +1,10 @@