From d0c8005acf0e340555dfc0a2cb789bfc7d326e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Sun, 18 Jul 2021 22:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=90=20add=20logo=20bottom=20border?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/admin.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/css/admin.css b/admin/css/admin.css index be2bd71..c900412 100644 --- a/admin/css/admin.css +++ b/admin/css/admin.css @@ -45,10 +45,11 @@ body, .pear-admin .layui-logo { width: 230px; - height: 60px; - line-height: 60px; + height: 59px; + line-height: 59px; position: relative; background-color: #28333E; + border-bottom: 1px solid rgba(0,0,0,.12); } .pear-admin .layui-logo img { @@ -296,6 +297,7 @@ body, .light-theme .layui-logo { background-color: white !important; color: black !important; + border-bottom: 1px whitesmoke solid; } .light-theme .layui-side-scroll {