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
建议在Swiper组件的下部添加可选的图片描述文字,毕竟很多情况下,只有一张Swiper图片无法较好地描述完整信息
建议在组件内添加元素,使用相对位置实现,同时引出为SwiperItem组件的title属性
The text was updated successfully, but these errors were encountered:
👋 @dpy22,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
fix(swiper) Tencent#2927: add an optional image description
f524f27
515a8b3
@dpy22 可以通过navigation/nav的slot实现,通过position: absolute定位,然后监听切换更换文案,示例: <t-swiper ...> <view slot="navigation" style="position: absolute; bottom: 100rpx; left: 100rpx">描述</view> </t-swiper>
<t-swiper ...> <view slot="navigation" style="position: absolute; bottom: 100rpx; left: 100rpx">描述</view> </t-swiper>
Successfully merging a pull request may close this issue.
这个功能解决了什么问题
建议在Swiper组件的下部添加可选的图片描述文字,毕竟很多情况下,只有一张Swiper图片无法较好地描述完整信息
你建议的方案是什么
建议在组件内添加元素,使用相对位置实现,同时引出为SwiperItem组件的title属性
The text was updated successfully, but these errors were encountered: