From 371c81d267e462f7aae5296f19a9ddf961412abe Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Thu, 19 Jun 2025 16:12:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(components):=20=E4=BC=98=E5=8C=96=E7=AC=94?= =?UTF-8?q?=E8=AE=B0=E5=88=86=E7=B1=BB=E8=8F=9C=E5=8D=95=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8A=98=E5=8F=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在左侧菜单区域添加折叠按钮,点击后可折叠/展开菜单 - 使用 v-if 指令根据 isCollapsed 状态控制菜单的显示与隐藏 - 在折叠状态下,显示向右箭头图标,点击后可展开菜单 - 调整菜单样式,增加 popper-effect 和 collapse-transition 属性 - 修改右侧内容区域的样式,调整 markdown-preview 边框颜色 --- biji-qianduan/src/components/HomePage.vue | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue index c311ad4..661b47f 100644 --- a/biji-qianduan/src/components/HomePage.vue +++ b/biji-qianduan/src/components/HomePage.vue @@ -2,19 +2,25 @@