From c7aece35a62b6e91fd98a625bf0e53f64bfbd18d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 八月 2023 16:22:15 +0800 Subject: [PATCH] 2023-08-17 --- src/mob/components/menubar/common-menubar/index.scss | 19 ++++++++----------- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/mob/components/menubar/common-menubar/index.scss b/src/mob/components/menubar/common-menubar/index.scss index 042afc5..be019c0 100644 --- a/src/mob/components/menubar/common-menubar/index.scss +++ b/src/mob/components/menubar/common-menubar/index.scss @@ -6,17 +6,7 @@ background-repeat: no-repeat; background-size: cover; min-height: 20px; - - .card-control { - position: absolute; - top: 0px; - left: 0px; - .anticon-tool { - right: auto; - left: 1px; - padding: 1px; - } - } + >.anticon-tool { position: absolute; z-index: 2; @@ -50,6 +40,13 @@ } } } + .flex-layout { + display: flex; + >.ant-col { + flex: 1; + width: 5%; + } + } .menu-item { overflow: hidden; -- Gitblit v1.8.0