Skip to content

Commit

Permalink
fix(progress): 鸿蒙下样式修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Oct 29, 2024
1 parent 23f94eb commit f345048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/progress/progress.taro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const Progress: FunctionComponent<
}
}, [])
const getTextStyle = () => {
const value = harmony() ? '92%' : '99%'
const value = harmony() ? '93%' : '99%'
return rtl ? { right: value } : { left: value }
}
const computeRight = () => {
Expand Down

0 comments on commit f345048

Please sign in to comment.