From c68dcb34e2d564c026e54f512565a73025ab32c0 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 13 Jul 2025 12:39:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20next=E4=B8=BB=E9=A2=98=E4=BA=8C=E7=BA=A7?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/next/components/MenuItemDrop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/next/components/MenuItemDrop.js b/themes/next/components/MenuItemDrop.js index b4078e43..f6299273 100644 --- a/themes/next/components/MenuItemDrop.js +++ b/themes/next/components/MenuItemDrop.js @@ -8,7 +8,7 @@ export const MenuItemDrop = ({ link }) => { return (
  • changeShow(true)} - onMouseOut={() => changeShow(false)} + // onMouseOut={() => changeShow(false)} className='relative py-1.5 px-5 duration-300 text-base justify-between hover:bg-gray-700 hover:text-white hover:shadow-lg cursor-pointer font-light flex flex-nowrap items-center '> {!hasSubMenu && ( { target={link?.target} className='my-auto h-9 pl-4 items-center justify-start flex not:last-child:border-b-0 border-b text-gray-700 dark:text-gray-200 hover:bg-gray-50 dark:hover:bg-gray-900 tracking-widest transition-all duration-200 dark:border-gray-800 '> {sLink.icon && ( - + )} {sLink.name} {sLink.slot}