From 92772e0de7ae354c87db15c755240b405d525c25 Mon Sep 17 00:00:00 2001 From: ivamp Date: Thu, 21 Mar 2024 23:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Container.vue | 144 -------------------------------- src/components/Layout.vue | 4 +- src/components/ManageLayout.vue | 64 ++++++++++++++ src/views/manage/Index.vue | 13 +-- 4 files changed, 74 insertions(+), 151 deletions(-) delete mode 100644 src/components/Container.vue create mode 100644 src/components/ManageLayout.vue diff --git a/src/components/Container.vue b/src/components/Container.vue deleted file mode 100644 index 8be4d48..0000000 --- a/src/components/Container.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/Layout.vue b/src/components/Layout.vue index 4ec203e..91c7ccc 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -10,7 +10,7 @@ import { useOsTheme, zhCN,dateZhCN } from 'naive-ui' -import Container from "@/components/Container.vue"; +import Container from "@/components/ManageLayout.vue"; const osTheme = useOsTheme() const theme = computed(() => (osTheme.value === 'dark' ? darkTheme : null)) @@ -23,7 +23,7 @@ const theme = computed(() => (osTheme.value === 'dark' ? darkTheme : null)) - + diff --git a/src/components/ManageLayout.vue b/src/components/ManageLayout.vue new file mode 100644 index 0000000..40c7692 --- /dev/null +++ b/src/components/ManageLayout.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/src/views/manage/Index.vue b/src/views/manage/Index.vue index c7e0a89..6d56a43 100644 --- a/src/views/manage/Index.vue +++ b/src/views/manage/Index.vue @@ -1,13 +1,16 @@