From 90e262d175baf11a4887564c94bb2756314f8d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E6=81=92?= Date: Fri, 14 Aug 2026 11:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BD=91=E7=AB=99LOGO?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1)在index.css里定义了site-icon的LOGO样式,但nav.php文件里没有关联样式,导致LOGO显示错位不居中。 2)index.css里定义了site-icon的高度,所以删除了nav.php文件里对img宽度定义。 --- public/nav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/nav.php b/public/nav.php index 31cf4a9..fffef19 100644 --- a/public/nav.php +++ b/public/nav.php @@ -3,7 +3,7 @@ options->SiteLogo)) : ?> - <?php $this->options->title() ?> + <?php $this->options->title() ?> options->title() ?> @@ -66,4 +66,4 @@ options->CustomHeaderLink() ?> - +