diff --git a/src/layout/index.vue b/src/layout/index.vue index 511aa008..6d4beb63 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -10,7 +10,6 @@ import { useSettingsStore } from '@/store/modules/settings'; const { width } = useWindowSize(); - /** * 响应式布局容器固定宽度 * @@ -60,6 +59,7 @@ function handleOutsideClick() {
@@ -84,7 +84,7 @@ function handleOutsideClick() {