-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
高清方案下,页面字体会不受控制变的很大 #732
Comments
开发者工具也只是辅助调试性工具,最好在真机里测试。 |
@minooo 我在真机 (ip6+)测试没问题,手上没 android 机,你拿这个地址试试 android http://s.codepen.io/boomerang/948392cb8f25e8298c509ed78b4a71a71484553349284/index.html |
问题已解决。 问题原因: 解决方案: *, *:before, *:after { max-height: 100000px } 后续:经过项目实践,还是决定给 max-height 一个具体数值比较好,之前给的是 100% ,但有自身的局限性,比如 antd 的轮播组件在 max-height:100% 的情况下就不能正常显示。 补充:有同学反映,在一些情况下 |
腾讯莫名其妙的规则。 |
Chrome 61.0.3113.0(正式版本)canary (64 位) 在做 Sticky Footer 的时候也遇到了. |
UC字体莫名放大的问题终于解决了,感谢@minooo |
也遇到过这个问题,当时发现的问题是,单行文字设置高度和行高后正常,多行文本不限定高度,会出现文字放大效果,我的粗暴决方法是:height:0; display:table; |
高清方案在手机微信上的一个奇葩问题,当字数变多,会莫名其妙的变大,直接上gif
The text was updated successfully, but these errors were encountered: