From 7c61348006ff433adefada5b97b0504c2f8f62b1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 03 二月 2021 23:40:41 +0800 Subject: [PATCH] 2021-02-03 --- src/components/header/index.scss | 33 ++++++++++++++++++--------------- 1 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 62bde22..521f393 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -75,21 +75,21 @@ } } } - .header-vertical-menu { - float: left; - margin: 0; - line-height: 48px; - background: transparent; - .ant-menu-submenu { - border-bottom: 0!important; - } - >li { - >.ant-menu-submenu-title { - color: rgba(255, 255, 255, 0.85); - font-size: 1.3rem; - } - } - } + // .header-vertical-menu { + // float: left; + // margin: 0; + // line-height: 48px; + // background: transparent; + // .ant-menu-submenu { + // border-bottom: 0!important; + // } + // >li { + // >.ant-menu-submenu-title { + // color: rgba(255, 255, 255, 0.85); + // font-size: 1.3rem; + // } + // } + // } .header-setting { float: right; @@ -201,3 +201,6 @@ } } } +.ant-dropdown-menu-submenu-title { + padding-right: 30px; +} -- Gitblit v1.8.0