-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Bug Report] 1.10.2版本下,tabs标签完全无效 #4760
Comments
tabs标签完全无效是指什么? |
sticky属性完全无效 |
我猜测你的父级容器用到了 如果你又想使用下拉刷新,又想用到sticky,就得使用放弃使用 另外,我实在是忍不住想吐槽,哥们你提的这issue太没水平了,问题描述得含糊不清,还要别人来猜,效率极其低下。贴的代码也是就那么一点,玉帝来了都不能给你解决了,还不格式化。 而且这样的标题开发人员看到都能血压拉满,我是开发者看到这种标题直接就给关了,建议去阅读下提问的艺术 |
@landluck 确认下 组件 |
该issue 在vant-weapp2.0 解决 |
设备
所有设备
VantWeapp 版本
1.10.2
基础库版本
2.19
请提供核心代码片段链接
https://github.com/youzan/vant-weapp/issues
描述问题
1.10.2版本下,tabs标签完全无效
代码如下:
<van-tabs sticky animated color="{{page.primaryColor}}" style="--font-weight-bold:bold;--tab-font-size:30rpx;--tab-active-text-color:{{page.primaryColor}}"> <van-tab title="活动专区" info='Hot'></van-tab> <van-tab title="手机"></van-tab> <van-tab title="泛终端"></van-tab> <van-tab title="配件"></van-tab> <van-tab title="物联网"></van-tab> <van-tab title="权益"></van-tab> <van-tab title="其他"></van-tab> </van-tabs>
The text was updated successfully, but these errors were encountered: