From 5ea8d534d96d858b00a425776dc4b5f8e412351b Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Sun, 7 Apr 2024 08:47:40 +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 --- .../src/main/resources/templates/home_head.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home_head.html b/ruoyi-admin/src/main/resources/templates/home_head.html index 857b23d..f4512eb 100644 --- a/ruoyi-admin/src/main/resources/templates/home_head.html +++ b/ruoyi-admin/src/main/resources/templates/home_head.html @@ -218,22 +218,5 @@ height: '326px', }); }); - var deptHover = document.querySelector('.dept') - var jiantou = document.querySelector('.arrow') - deptHover.addEventListener('mouseover', function() { - jiantou.style.display = 'block'; - }); - deptHover.addEventListener('mouseout', function() { - jiantou.style.display = 'none'; - }); - //专题箭头 - var specialHover = document.querySelector('.special') - var jiantou2 = document.querySelector('.arrow2') - specialHover.addEventListener('mouseover', function() { - jiantou2.style.display = 'block'; - }); - specialHover.addEventListener('mouseout', function() { - jiantou2.style.display = 'none'; - });