Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

btnStyle不生效 #36

Open
huobaiyu opened this issue Jan 5, 2023 · 1 comment
Open

btnStyle不生效 #36

huobaiyu opened this issue Jan 5, 2023 · 1 comment

Comments

@huobaiyu
Copy link

huobaiyu commented Jan 5, 2023

组件的btnStyle属性如何设置;试了不能生效,是否可以举例说明一下

@hminghe
Copy link
Owner

hminghe commented Jan 6, 2023

只可以传入对象,

<am-button
    text="确定"
    :btn-style="{ width: '100px' }"
    @click="click"
 ></am-button>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants