fix(GoodsAction): incorrect single button radius (#6347)

This commit is contained in:
neverland
2020-05-23 15:14:53 +08:00
committed by GitHub
parent 1962194499
commit 0daf9e6bcf
5 changed files with 25 additions and 32 deletions
+6 -6
View File
@@ -12,10 +12,10 @@
:text="t('icon2')"
@click="onClickIcon"
/>
<van-goods-action-button
type="warning"
:text="t('button1')"
@click="onClickButton"
<van-goods-action-icon
icon="shop-o"
:text="t('icon3')"
@click="onClickIcon"
/>
<van-goods-action-button
type="danger"
@@ -92,8 +92,8 @@ export default {
icon1: 'Icon1',
icon2: 'Icon2',
icon3: 'Icon3',
button1: 'Button1',
button2: 'Button2',
button1: 'Button',
button2: 'Button',
iconBadge: 'Icon Badge',
collected: 'Collected',
clickIcon: 'Click Icon',