NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
799 stars 241 forks source link

Fix ios style exception #810

Closed shuizhongxiong closed 3 years ago

shuizhongxiong commented 3 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

1、searchBar 在 ios15 下展示异常。 2、ios 下的样式不支持除法计算,导致 searchBar、badge 组件展示异常。

Issue Number: N/A

What is the new behavior?

1、增加 webkit 样式兼容后,展示正常。 2、增加 calc 兼容后,展示正常。

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

codecov[bot] commented 3 years ago

Codecov Report

Merging #810 (b6e5e2e) into master (00b9e69) will not change coverage. The diff coverage is n/a.

:exclamation: Current head b6e5e2e differs from pull request most recent head 2cd1db7. Consider uploading reports for the commit 2cd1db7 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #810   +/-   ##
=======================================
  Coverage   86.71%   86.71%           
=======================================
  Files         164      164           
  Lines        6614     6614           
  Branches     1107     1107           
=======================================
  Hits         5735     5735           
  Misses        429      429           
  Partials      450      450           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 00b9e69...2cd1db7. Read the comment docs.