简体   繁体   English

ios safari 上的复选框问题

[英]Checkbox issue on ios safari

Issue Image问题图片

I am facing this issue only for ios safari.我仅针对 ios safari 遇到此问题。 this checkbox working ok for other platforms.此复选框适用于其他平台。 I cant inspect to apply the styling.我无法检查以应用样式。 On web safari its working fine as well.在 web safari 上,它的工作也很好。

I ran into a similar issue with a button.我在按钮上遇到了类似的问题。 This line of code fixed it for me.这行代码为我修复了它。

-webkit-appearance: none;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM