Skip to content
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

[NoticeBar ] 页面会闪动,切出现白色小方块,微信开发者工具经常遇见 #3397

Open
yihongcheng opened this issue Dec 25, 2024 · 2 comments
Labels
need confirm need confirm

Comments

@yihongcheng
Copy link

tdesign-miniprogram 版本

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;
}

期望结果

No response

实际结果

No response

基础库版本

3.7.2

补充说明

No response

Copy link
Contributor

👋 @yihongcheng,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@anlyyao
Copy link
Collaborator

anlyyao commented Dec 25, 2024

@yihongcheng 白色方块是图标位置吗?贴个录屏看看吧

@anlyyao anlyyao added the need confirm need confirm label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need confirm need confirm
Projects
None yet
Development

No branches or pull requests

2 participants