We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.3
No response
在t-button组件中,设定 content 和suffix <t-button disabled="{{finished}}" bindtap="clickNext" content="下一页"> <t-icon name="chevron-right" slot="suffix"></t-icon> </t-button>
<t-button disabled="{{finished}}" bindtap="clickNext" content="下一页"> <t-icon name="chevron-right" slot="suffix"></t-icon> </t-button>
显示 : 下一页 >
下一页
代码中未实现 suffix
The text was updated successfully, but these errors were encountered:
👋 @zsying,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
任何人都可以处理此问题。 请务必在您的 pull request 中引用此问题。 ✨ 感谢你的贡献! ✨
pull request
不同层级也能包裹住?啥情况勒
解决这个
&__content { display: flex; align-items: center; }
Successfully merging a pull request may close this issue.
tdesign-miniprogram 版本
1.0.3
重现链接
No response
重现步骤
在t-button组件中,设定 content 和suffix
<t-button disabled="{{finished}}" bindtap="clickNext" content="下一页"> <t-icon name="chevron-right" slot="suffix"></t-icon> </t-button>
期望结果
显示 : 下一页 >
实际结果
下一页
框架版本
No response
基础库版本
No response
补充说明
代码中未实现 suffix
The text was updated successfully, but these errors were encountered: