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(antd/next): fix tooltip style incorrect of formitem #1749

Merged
merged 5 commits into from
Jul 8, 2021

Conversation

liuweiGL
Copy link
Collaborator

@liuweiGL liuweiGL commented Jul 8, 2021

Before submitting a pull request, please make sure the following is done...

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

resolve #1738

@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #1749 (19ac196) into formily_next (6ee911b) will increase coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           formily_next    #1749      +/-   ##
================================================
+ Coverage         91.85%   92.54%   +0.69%     
================================================
  Files               135      135              
  Lines              6042     6013      -29     
  Branches           1505     1495      -10     
================================================
+ Hits               5550     5565      +15     
+ Misses              488      444      -44     
  Partials              4        4              
Impacted Files Coverage Δ
packages/vue/src/shared/connect.ts 100.00% <0.00%> (+9.09%) ⬆️
packages/vue/src/components/ReactiveField.ts 100.00% <0.00%> (+9.21%) ⬆️
packages/vue/src/components/RecursionField.ts 93.13% <0.00%> (+11.31%) ⬆️
packages/vue/src/hooks/useForm.ts 100.00% <0.00%> (+14.28%) ⬆️
packages/vue/src/shared/fragment.ts 100.00% <0.00%> (+21.42%) ⬆️
packages/vue/src/shared/h.ts 96.77% <0.00%> (+31.55%) ⬆️

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 6ee911b...19ac196. Read the comment docs.

@liuweiGL
Copy link
Collaborator Author

liuweiGL commented Jul 8, 2021

好了,应该没问题了。

@janryWang janryWang merged commit 4ad1884 into alibaba:formily_next Jul 8, 2021
@liuweiGL liuweiGL deleted the fix-issue1738 branch July 8, 2021 14:00
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.

[Bug Report] form属性layout=vertical时,Field内tooltip问号图标会出现上下错位问题
2 participants