14得票2回答
将PayPal结账按钮的样式更改为Angular.js组件?

当您将PayPal Checkout按钮用作Angular.js元素指令时,如何设置style选项? this.paypal = { // ... style: { color: 'black', shape: 'rect' } } 似乎不能将 `style`...