From 835b48025a582b1c19c4de128906aff6a5e63612 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 22 八月 2020 12:08:35 +0800 Subject: [PATCH] 2020-08-22 --- src/menu/header/index.scss | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/menu/header/index.scss b/src/menu/header/index.scss index a71158f..756bea5 100644 --- a/src/menu/header/index.scss +++ b/src/menu/header/index.scss @@ -1,7 +1,6 @@ -.mob-header-container { +.menu-header-container { width: 100%; height: 48px; - padding-right: 320px; color: rgba(255, 255, 255, 0.65); position: fixed; top: 0px; @@ -46,14 +45,7 @@ } } } - .mob-manage-title { - position: absolute; - left: calc(50vw - 45px); - color: #ffffff; - font-size: 16px; - line-height: 48px; - letter-spacing: 2px; - } + >.ant-menu { float: left; width: unset; -- Gitblit v1.8.0