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.8.4
No response
<t-grid class="block" column="{{2}}" hover wx:for="{{cards}}" wx:key="title"> <t-grid-item t-class-image="image" text="{{item.title}}" image="https://gitee.com/CheneyDu/32x8_/raw/main/original/{{item.title}}.gif" /> </t-grid>
使用wx:for语法时,column设置为2,实际显示为1
column显示正常
column不论设置多少,都是单列显示
The text was updated successfully, but these errors were encountered:
👋 @CheneyDu0129,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
当我不使用wx:for时,此时column工作正常
<t-grid class="block" column="{{2}}" hover> <t-grid-item wx:for="{{cards}}" wx:key="title" t-class-image="image" text="{{item.title}}" image="https://gitee.com/CheneyDu/32x8_/raw/main/original/{{item.title}}.gif" /> </t-grid>
No branches or pull requests
tdesign-miniprogram 版本
1.8.4
重现链接
No response
重现步骤
使用wx:for语法时,column设置为2,实际显示为1

期望结果
column显示正常
实际结果
column不论设置多少,都是单列显示
基础库版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: