From f00b60ddb7e5bd93bd2b83974f7363ab125d15dd Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Fri, 8 Aug 2025 19:16:11 +0800 Subject: [PATCH] =?UTF-8?q?style(qianduan):=20=E7=A7=BB=E9=99=A4=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=8A=98=E5=8F=A0=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ElMenu 组件中添加 :collapse-transition="false" 属性,关闭折叠动画效果 --- biji-qianduan/src/components/HomePage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue index ee4598f..9b2f7a7 100644 --- a/biji-qianduan/src/components/HomePage.vue +++ b/biji-qianduan/src/components/HomePage.vue @@ -39,6 +39,7 @@ :default-active="activeMenu" class="el-menu-vertical-demo" :collapse="isCollapsed" + :collapse-transition="false" >