diff --git a/packages/goods-action-button/index.less b/packages/goods-action-button/index.less index a65d8d2e..a71d4b60 100644 --- a/packages/goods-action-button/index.less +++ b/packages/goods-action-button/index.less @@ -6,7 +6,10 @@ } .van-goods-action-button { - .theme(--button-warning-background-color, '@goods-action-button-warning-color'); + .theme( + --button-warning-background-color, + '@goods-action-button-warning-color' + ); .theme(--button-danger-background-color, '@goods-action-button-danger-color'); .theme(--button-default-height, '@goods-action-button-height'); .theme(--button-line-height, '@goods-action-button-height'); @@ -33,6 +36,10 @@ ); } + &--first&--last { + .theme(--button-border-radius, '@goods-action-button-border-radius'); + } + &--plain { --button-border-width: @button-border-width; }