From bbcea1de70a9fa74244b0b6256a74c39d7f529d0 Mon Sep 17 00:00:00 2001 From: xvv Date: Thu, 1 Aug 2024 19:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E8=A1=A5=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/home.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/home.vue b/ruoyi-ui/src/views/home.vue index 843dc84..d3fb8c2 100644 --- a/ruoyi-ui/src/views/home.vue +++ b/ruoyi-ui/src/views/home.vue @@ -157,7 +157,7 @@
-
{{item.summary}}
+ {{item.summary}}
@@ -896,11 +896,14 @@ export default { } .backmo{ - width: 100%; - height: 100%; + width: 0%; + height: 0%; position: absolute; top: 0; left: 0; + box-sizing: border-box; + padding: 15px; + overflow: hidden; } @@ -914,6 +917,8 @@ export default { } .news11 .news11-list .news11-list-item:hover>.backmo { + width: 100%; + height: 100%; transition: background-color 0.5s; background-color: rgba(0, 0, 0, 0.46) !important; color: #fff;