mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
fix(Progress): incorrect border-radius (#9826)
This commit is contained in:
@@ -61,8 +61,8 @@ export default defineComponent({
|
||||
height: addUnit(strokeWidth),
|
||||
};
|
||||
const portionStyle = {
|
||||
width: `${percentage}%`,
|
||||
background: background.value,
|
||||
transform: `scaleX(${+percentage / 100})`,
|
||||
};
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user