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 ios style exception #810

Merged
merged 2 commits into from Nov 26, 2021
Merged

Conversation

shuizhongxiong
Copy link
Collaborator

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
Copy link

codecov bot commented Nov 25, 2021

Codecov Report

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

❗ 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.

@fisherspy fisherspy merged commit 99c8e52 into NG-ZORRO:master Nov 26, 2021
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.

None yet

2 participants