mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Circle): incorrect size
This commit is contained in:
parent
34c1bde0ce
commit
13a63d6fdc
@ -164,7 +164,7 @@ export default createComponent({
|
||||
};
|
||||
|
||||
return () => (
|
||||
<div class={bem()} style={getSizeStyle(props.buttonSize)}>
|
||||
<div class={bem()} style={getSizeStyle(props.size)}>
|
||||
<svg viewBox={`0 0 ${viewBoxSize.value} ${viewBoxSize.value}`}>
|
||||
{renderGradient()}
|
||||
{renderHover()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user