From 5b94930463404caa144a5c953bf2a915a05f3a3f Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 22 Mar 2022 00:10:47 +0800 Subject: [PATCH] style: menu min-width --- src/style/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 98b8df039..19fa14b70 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -202,7 +202,7 @@ .horizontal-header-right { display: flex; - min-width: 280px; + min-width: 340px; align-items: center; color: $subMenuActiveText; justify-content: flex-end;