From 5987d75ca17195a5faa72f891d10c53da4b4f00d Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Mon, 15 Jul 2024 16:55:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=A0=B7=E5=BC=8F=E8=B0=83=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 10bd34d..5c64c5c 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -89,7 +89,7 @@ white-space: nowrap; /* 防止文本换行 */ text-overflow: ellipsis; /* 显示省略号 */ position: relative; - width: 259px; + width: 320px; border-radius: 5px; }.zhuanti li span{ @@ -102,7 +102,7 @@ bottom: 20px; height: 25px; line-height: 25px; - background-color: rgb(0 0 0 / 0.7); + background-color: rgb(0 0 0 / 0.5); color: white; border-radius: 5px; }