From b70a4c5825a19d69cd643bd4f2f2f62d9818f9b2 Mon Sep 17 00:00:00 2001 From: tanlianwang Date: Wed, 4 Mar 2026 09:29:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(layout):=20=E5=B7=A6=E5=8F=B3=E5=B8=83?= =?UTF-8?q?=E5=B1=80v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除头部组件(UserHeader和SystemHeader)并调整布局结构 - 添加LayoutContainer组件用于布局容器管理 - 集成Sidebar组件到左侧区域 - 更新样式文件移除顶部内边距设置 - 简化computed属性减少不必要的主题判断逻辑 - 调整过期用户的样式处理方式 --- .../layout/layout-template/SimpleLayout.vue | 28 ++++++------------- ui/src/layout/layout-template/index.scss | 4 +-- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/ui/src/layout/layout-template/SimpleLayout.vue b/ui/src/layout/layout-template/SimpleLayout.vue index 2f99d11cd..47fcedfd2 100644 --- a/ui/src/layout/layout-template/SimpleLayout.vue +++ b/ui/src/layout/layout-template/SimpleLayout.vue @@ -1,15 +1,12 @@