From a4378e05fc265c31f66416968472d37ad614e56a Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 16 Jul 2024 10:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/home/base.html | 34 +++++-------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 767c14c..a61e42b 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -301,29 +301,6 @@ justify-content: space-between; height: 340px; } - /*.lianjieList li:before { - content: ''; - position: absolute; - left: 9px; - top: 50%; - margin-top: -3px; - width: 6px; - height: 6px; - background: #0558b0; - } - .lianjieList li{ - width:100%; - height: 45px; - line-height: 45px; - box-sizing: border-box; - border-bottom:1px solid #ccc; - padding-left:30px; - position: relative; - font-size:16px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - }*/ .lianjieList li span { position: absolute; @@ -344,12 +321,19 @@ margin-right: 13px; font-size: 16px; text-align: center; - border: 1px solid #dedede; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + background-color: #e9f4ff; + } + .lianjieList li a{ + width: 100%; + height: 100%; + display: inline-block; + } + .lianjieList li:hover{ + background-color: #c2dffd } - .lianjieList{ width:30%; height:100%;