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 @@