We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.16.1
3.1.5
Chrome/92.0.4515.131
Windows NT 10.0
https://codesandbox.io/s/3zxxi
打开DevTools调成手机端,点击菜单会出现蓝色背景,在官网https://www.naiveui.com/zh-CN/os-theme/components/menu 中就有。 在CodeSandbox 不会有这问题是因为CodeSandbox他加了css: -webkit-tap-highlight-color: transparent;
在手机端点击菜单不出现蓝色背景
在手机端点击菜单出现了蓝色背景。 比如点击deom中,(舞,舞,舞)->(食物)->(三明治)在手机端会出现蓝色背景。 效果预览图https://ibb.co/nMQHQjH
解决方案:可以在menu组件中加入css: -webkit-tap-highlight-color: transparent;
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
TuSimple/naive-ui version (版本)
2.16.1
Vue version (Vue 版本)
3.1.5
Browser and its version (浏览器及其版本)
Chrome/92.0.4515.131
System and its version (系统及其版本)
Windows NT 10.0
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/3zxxi
Reappearance steps (重现步骤)
打开DevTools调成手机端,点击菜单会出现蓝色背景,在官网https://www.naiveui.com/zh-CN/os-theme/components/menu 中就有。
在CodeSandbox 不会有这问题是因为CodeSandbox他加了css: -webkit-tap-highlight-color: transparent;
Expected results (期望的结果)
在手机端点击菜单不出现蓝色背景
Actual results (实际的结果)
在手机端点击菜单出现了蓝色背景。
比如点击deom中,(舞,舞,舞)->(食物)->(三明治)在手机端会出现蓝色背景。
效果预览图https://ibb.co/nMQHQjH
Remarks (补充说明)
解决方案:可以在menu组件中加入css: -webkit-tap-highlight-color: transparent;
The text was updated successfully, but these errors were encountered: