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; }