mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Progress): incorrect border-radius (#9826)
This commit is contained in:
parent
bf2f5931eb
commit
99ed1bc457
@ -61,8 +61,8 @@ export default defineComponent({
|
|||||||
height: addUnit(strokeWidth),
|
height: addUnit(strokeWidth),
|
||||||
};
|
};
|
||||||
const portionStyle = {
|
const portionStyle = {
|
||||||
|
width: `${percentage}%`,
|
||||||
background: background.value,
|
background: background.value,
|
||||||
transform: `scaleX(${+percentage / 100})`,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user