From e82a78753e52a594eb87145a336e48370f99fdd0 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Tue, 16 Jul 2024 10:29:49 +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 --- .../main/resources/templates/home/base.html | 36 +++++++++++++++++-- 1 file changed, 34 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 60aa8e5..767c14c 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -301,7 +301,7 @@ justify-content: space-between; height: 340px; } - .lianjieList li:before { + /*.lianjieList li:before { content: ''; position: absolute; left: 9px; @@ -323,7 +323,33 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - } + }*/ + + .lianjieList li span { + position: absolute; + right: 0; + top: 0; + width: 40px; + height: 39px; + color: #454545; + } + + .lianjieList li { + position: relative; + float: left; + width: 315px; + height: 39px; + line-height: 39px; + margin-bottom: 17px; + margin-right: 13px; + font-size: 16px; + text-align: center; + border: 1px solid #dedede; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } + .lianjieList{ width:30%; height:100%; @@ -861,21 +887,27 @@