From 60dee3dc4dc6869231d6adb0c94c47e36114ca91 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 21 四月 2022 09:11:34 +0800
Subject: [PATCH] 2022-04-21

---
 src/mob/components/menubar/common-menubar/index.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/mob/components/menubar/common-menubar/index.scss b/src/mob/components/menubar/common-menubar/index.scss
index 042afc5..d28f371 100644
--- a/src/mob/components/menubar/common-menubar/index.scss
+++ b/src/mob/components/menubar/common-menubar/index.scss
@@ -50,6 +50,13 @@
       }
     }
   }
+  .flex-layout {
+    display: flex;
+    >.ant-col {
+      flex: 1;
+      width: 5%;
+    }
+  }
 
   .menu-item {
     overflow: hidden;

--
Gitblit v1.8.0