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(comp:tabs): adaptive width when title changes #1177

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

liuzaijiang
Copy link
Contributor

fix #1163

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

tab数量变化或者title改变时滚轮自适应出现

Other information

@idux-bot
Copy link

idux-bot bot commented Sep 30, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Merging #1177 (48d3635) into main (295c9ad) will decrease coverage by 0.05%.
The diff coverage is 89.82%.

@@            Coverage Diff             @@
##             main    #1177      +/-   ##
==========================================
- Coverage   96.90%   96.84%   -0.06%     
==========================================
  Files         317      317              
  Lines       30783    30869      +86     
  Branches     2807     2818      +11     
==========================================
+ Hits        29830    29895      +65     
- Misses        953      974      +21     
Impacted Files Coverage Δ
packages/components/tabs/src/Tabs.tsx 94.47% <89.82%> (-5.53%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@danranVm danranVm merged commit a066a19 into IDuxFE:main Oct 8, 2022
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.

[comp:tabs] options的title发生改变时触发resize;
2 participants