From 9195f0ea363134ffa486c681abc4944ed1ba7ec8 Mon Sep 17 00:00:00 2001 From: xlzy <1017866168@qq.com> Date: Sun, 26 Mar 2023 22:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=9D=A2=E5=8C=85=E5=B1=91=E6=97=B6=EF=BC=8C=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=E8=BF=87=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/layout/components/moduleMenu.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snowy-admin-web/src/layout/components/moduleMenu.vue b/snowy-admin-web/src/layout/components/moduleMenu.vue index 7232e4ca..3c54272f 100644 --- a/snowy-admin-web/src/layout/components/moduleMenu.vue +++ b/snowy-admin-web/src/layout/components/moduleMenu.vue @@ -141,7 +141,8 @@ .module-menu { line-height: 50px; border-bottom: 0px; - min-width: 200px; + min-width: 100px; + flex: 0 0 auto; } .module-menu-color { color: white;