fix(Progress): incorrect border-radius (#9826)

This commit is contained in:
小丑 2021-11-09 14:35:11 +08:00 committed by GitHub
parent bf2f5931eb
commit 99ed1bc457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,8 @@ export default defineComponent({
height: addUnit(strokeWidth),
};
const portionStyle = {
width: `${percentage}%`,
background: background.value,
transform: `scaleX(${+percentage / 100})`,
};
return (