From fca23b481615b1333297b4733f65a5dd082d7456 Mon Sep 17 00:00:00 2001 From: tanlianwang Date: Wed, 4 Mar 2026 13:45:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(layout):=20=E6=94=B6=E8=B5=B7=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/layout-container/index.vue | 2 +- .../layout/layout-template/SimpleLayout.vue | 39 +++++++++---------- .../layout-template/SystemMainLayout.vue | 14 ++++--- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/ui/src/components/layout-container/index.vue b/ui/src/components/layout-container/index.vue index c2fc96b31..e8f145a2b 100644 --- a/ui/src/components/layout-container/index.vue +++ b/ui/src/components/layout-container/index.vue @@ -50,7 +50,7 @@ const props = defineProps({ }, }) -const isCollapse = ref(false) +const isCollapse = ref(true) const leftWidth = ref(props.minLeftWidth) const isResizing = ref(false) diff --git a/ui/src/layout/layout-template/SimpleLayout.vue b/ui/src/layout/layout-template/SimpleLayout.vue index 33eefd075..df09ddeee 100644 --- a/ui/src/layout/layout-template/SimpleLayout.vue +++ b/ui/src/layout/layout-template/SimpleLayout.vue @@ -48,28 +48,27 @@ const currentSystemPage = computed(() => { diff --git a/ui/src/layout/layout-template/SystemMainLayout.vue b/ui/src/layout/layout-template/SystemMainLayout.vue index fbe5c81c3..50d47d268 100644 --- a/ui/src/layout/layout-template/SystemMainLayout.vue +++ b/ui/src/layout/layout-template/SystemMainLayout.vue @@ -11,13 +11,15 @@ /> -
- - +
+ +
+ +
+ +
- +