Skip to content

Commit f345048

Browse files
committed
fix(progress): 鸿蒙下样式修正
1 parent 23f94eb commit f345048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/progress/progress.taro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const Progress: FunctionComponent<
160160
}
161161
}, [])
162162
const getTextStyle = () => {
163-
const value = harmony() ? '92%' : '99%'
163+
const value = harmony() ? '93%' : '99%'
164164
return rtl ? { right: value } : { left: value }
165165
}
166166
const computeRight = () => {

0 commit comments

Comments
 (0)