From f5052fa7d4e73c0df5a02a6ad8987f35df42b8f8 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 07 十一月 2024 17:23:50 +0800 Subject: [PATCH] 1. 完成场景报告模块 2. 日报管理模块添加时间范围选择以及word报告生成 --- src/components/core/SiderMenu.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/core/SiderMenu.vue b/src/components/core/SiderMenu.vue index abe2269..4e53868 100644 --- a/src/components/core/SiderMenu.vue +++ b/src/components/core/SiderMenu.vue @@ -77,7 +77,7 @@ data() { return { popVisible: false, - menuHeight: '800px', + menuHeight: '600px', title: '鐢熸�佺幆澧冪嚎涓婄洃绠�', subTitle: '漏涓婃捣椋炵窘鐜繚绉戞妧鏈夐檺鍏徃', sysIndex: 0, @@ -139,7 +139,7 @@ this.navPage(...this.menuPath(this.menus[0])); }, mounted() { - // this.menuHeight = this.calMenuHeight(); + this.menuHeight = this.calMenuHeight(); } }; </script> @@ -179,7 +179,7 @@ .el-menu-vertical-demo:not(.el-menu--collapse) { /* width: 200px; */ min-height: 100vh; - /* max-height: 100vh; */ + max-height: 100vh; } .el-menu--collapse { -- Gitblit v1.9.3