From a4c6f5ee31aa87646f78de2bafb1e91140d24840 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期四, 17 八月 2023 17:54:11 +0800 Subject: [PATCH] 8.17提交 --- src/layout/components/AppMain.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index c21454f..b5caf55 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -19,7 +19,7 @@ <style lang="scss" scoped> .app-main { - /*88 = navbar+baredcrumb */ + /* 88 = navbar+baredcrumb */ min-height: calc(100vh - 88px); width: 100%; position: relative; @@ -45,4 +45,7 @@ padding-right: 15px; } } +.el-menu--popup{ + width: 120px; +} </style> -- Gitblit v1.9.3