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