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 | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 9c7d09a..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 { @@ -182,6 +182,12 @@ } .mobile { position: absolute; + top: 135px; + right: 50px; + color: #1890ff; + } + .home-edit { + position: absolute; top: 100px; right: 50px; color: #1890ff; -- Gitblit v1.8.0