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

[Tabs] 添加了action后下滑块穿模了 #4414

Closed
yixiaco opened this issue Jul 18, 2024 · 1 comment
Closed

[Tabs] 添加了action后下滑块穿模了 #4414

yixiaco opened this issue Jul 18, 2024 · 1 comment
Labels
🐞 bug Something isn't working to be published to be published

Comments

@yixiaco
Copy link
Contributor

yixiaco commented Jul 18, 2024

tdesign-vue-next 版本

1.9.7

重现链接

No response

重现步骤

<t-tabs :default-value="effectTag" @change="handleTabChange">
  <template #action>
    <t-button>sss</t-button>
  </template>
  <t-tab-panel value="index" lazy>
    <template #label>
      <t-badge dot :count="indexCount" :offset="[-1, 0]"> 评论和@ </t-badge>
    </template>
    <MessageCommentList />
  </t-tab-panel>
  <t-tab-panel label="新增粉丝" value="fans" lazy>
    <template #label>
      <t-badge dot :count="fansCount" :offset="[-1, 0]"> 新增粉丝 </t-badge>
    </template>
    <MessageFansList />
  </t-tab-panel>
  <t-tab-panel label="赞和收藏" value="like" lazy>
    <template #label>
      <t-badge dot :count="linkCount" :offset="[-1, 0]"> 赞和收藏 </t-badge>
    </template>
    <MessageLikeList />
  </t-tab-panel>
  <t-tab-panel label="系统通知" value="notice" lazy>
    <template #label>
      <t-badge dot :count="systemCount" :offset="[-1, 0]"> 系统通知 </t-badge>
    </template>
    <MessageSystemList />
  </t-tab-panel>
</t-tabs>

期望结果

No response

实际结果

image

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working to be published to be published
Projects
None yet
Development

No branches or pull requests

3 participants