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 @@