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:progress): decimal numbers are display error #1382

Merged
merged 1 commit into from Jan 3, 2023

Conversation

liuzaijiang
Copy link
Contributor

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?

percent赋值小数,显示错误

What is the new behavior?

Other information

优化代码

@idux-bot
Copy link

idux-bot bot commented Dec 30, 2022

This preview will be available after the AzureCI is passed.

@liuzaijiang liuzaijiang changed the title fix(comp:progress): decimal numbers are not error fix(comp:progress): decimal numbers are display error Dec 30, 2022
@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Merging #1382 (ec1cdf3) into main (cb97fd0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1382   +/-   ##
=======================================
  Coverage   92.86%   92.87%           
=======================================
  Files         324      324           
  Lines       29845    29853    +8     
  Branches     2474     2482    +8     
=======================================
+ Hits        27717    27725    +8     
  Misses       2128     2128           
Impacted Files Coverage Δ
packages/components/config/src/defaultConfig.ts 100.00% <100.00%> (ø)
packages/components/config/src/types.ts 100.00% <100.00%> (ø)
packages/components/progress/src/Circle.tsx 100.00% <100.00%> (ø)
packages/components/progress/src/Line.tsx 100.00% <100.00%> (ø)
packages/components/progress/src/Progress.tsx 100.00% <100.00%> (ø)
packages/components/progress/src/ProgressInfo.tsx 97.18% <100.00%> (+0.08%) ⬆️
packages/components/progress/src/tokens.ts 100.00% <100.00%> (ø)
packages/components/progress/src/types.ts 100.00% <100.00%> (ø)
packages/components/progress/src/util.ts 98.75% <100.00%> (ø)

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 e474fa5 into IDuxFE:main Jan 3, 2023
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