From a426c23b9bc90df787bc4d66718872f7c95c255a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 十二月 2019 10:46:37 +0800 Subject: [PATCH] 2019-12-11 --- src/components/header/index.scss | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index fa3278b..3c4a3f1 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -12,14 +12,14 @@ .header-logo { float: left; - width: 155px; + width: 170px; line-height: 48px; text-align: center; opacity: 1; transition: width 0.2s, opacity 0.15s; img { max-width: 100%; - max-height: 35px; + max-height: 40px; } } .header-logo.collapse { @@ -31,7 +31,7 @@ float: left; width: 80px; line-height: 48px; - padding-left: 45px; + padding-left: 30px; cursor: pointer; transition: padding-left 0.15s; i { -- Gitblit v1.8.0