Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(menu): 修复点击菜单无法正常切换的问题 #3241

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

Conversation

lj0812
Copy link

@lj0812 lj0812 commented Jan 3, 2025

这个 PR 做了什么?
修复了 Menu 组件切换菜单时的交互问题,主要解决了:

  1. 修复向下展开菜单需要点击两次才能切换的问题(调整遮罩层 z-index)
  2. 修复向上展开菜单点击空白处无法关闭的问题(修正遮罩层定位)
  3. 优化菜单展开时的样式表现

这个 PR 是什么类型?

  • feat: 新特性提交
  • fix: bug 修复
  • docs: 文档改进
  • style: 组件样式/交互改进
  • type: 类型定义更新
  • perf: 性能、包体积优化
  • refactor: 代码重构、代码风格优化
  • test: 测试用例
  • chore(deps): 依赖升级
  • chore(demo): 演示代码改进
  • chore(locale): 国际化改进
  • chore: 其他改动

这个 PR 涉及以下平台:

  • NutUI H5 @nutui/nutui
  • NutUI Taro @nutui/nutui-taro

这个 PR 是否已自测:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant