[bugfix] Sku: incorrect button border radius (#3966)

This commit is contained in:
neverland
2019-07-25 19:10:04 +08:00
committed by GitHub
parent 3c2270a5ad
commit d3178c85d7
2 changed files with 5 additions and 4 deletions
-2
View File
@@ -29,7 +29,6 @@ function SkuActions(
<div class={bem()} {...inherit(ctx)}>
{props.showAddCartBtn && (
<Button
square
size="large"
type="warning"
text={props.addCartText || '加入购物车'}
@@ -37,7 +36,6 @@ function SkuActions(
/>
)}
<Button
square
size="large"
type="danger"
text={props.buyText || '立即购买'}