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.3
No response
<t-notice-bar visible="{{true}}}" prefixIcon="false" t-class="t-class-notice" t-class-content="t-class-content" marquee="{{noticeMarquee}}" content="{{noticeContent}}"> </t-notice-bar> noticeMarquee: { speed: 20, loop: -1, delay: 0, },
noticeContent: "君不见",
.notice .header .t-class-notice { box-sizing: border-box; width: calc(100% - 146rpx - 92rpx); padding: 0 24rpx 0 16rpx; background-color: transparent; }
.notice .header .t-notice-bar__prefix-icon { width: 0rpx; } .notice .header .t-class-content { font-weight: bold; font-size: 30rpx; color: #1791c2; }
3.7.2
The text was updated successfully, but these errors were encountered:
👋 @yihongcheng,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
@yihongcheng 白色方块是图标位置吗?贴个录屏看看吧
No branches or pull requests
tdesign-miniprogram 版本
1.8.3
重现链接
No response
重现步骤
noticeContent: "君不见",
.notice .header .t-class-notice {
box-sizing: border-box;
width: calc(100% - 146rpx - 92rpx);
padding: 0 24rpx 0 16rpx;
background-color: transparent;
}
.notice .header .t-notice-bar__prefix-icon {
width: 0rpx;
}
.notice .header .t-class-content {
font-weight: bold;
font-size: 30rpx;
color: #1791c2;
}
期望结果
No response
实际结果
No response
基础库版本
3.7.2
补充说明
No response
The text was updated successfully, but these errors were encountered: