From 1b89aa4493d1c9768447f2f480d594cdb8077fdc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 26 十月 2020 09:24:19 +0800 Subject: [PATCH] 2020-10-26 --- src/components/header/index.scss | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 1dad49d..3ae1951 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -158,7 +158,7 @@ padding: 0px 25px; height: 26px; line-height: 26px; - color: #000000; + color: rgba(0, 0, 0, 0.85); cursor: pointer; } .ant-menu-item:hover { @@ -180,6 +180,18 @@ background: rgba(0, 0, 0, 0); } } + .mobile { + position: absolute; + top: 135px; + right: 50px; + color: #1890ff; + } + .home-edit { + position: absolute; + top: 100px; + right: 50px; + color: #1890ff; + } } .header-dropdown { li { -- Gitblit v1.8.0