From b0d20e3ed967852fae1604b58bdb6d705fa381bb Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Wed, 12 Jun 2024 11:02:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=BD=AE=E6=92=AD=E5=9B=BE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/home/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index ab4516b..d37c583 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -385,11 +385,11 @@ left: 0; padding: 10px; width: 100%; - height: 50px; + height: 42px; box-sizing: border-box; - background-color: rgb(0 0 0 / 70%); - line-height: 28px; - font-size: 16px; + background-color: rgba(0, 61, 131,0.9); + line-height: 25px; + font-size: 18px; color: white; overflow: hidden; white-space: nowrap;