Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.46k stars 474 forks source link

[Button] 按钮内文字被选中的问题 #4569

Closed InsHomePgup closed 2 months ago

InsHomePgup commented 2 months ago

这个功能解决了什么问题

image 按钮内容不需要被选中吧,毕竟都是点击的

你建议的方案是什么

css 添加 user-select: none;

IssueShoot

github-actions[bot] commented 2 months ago

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

InsHomePgup commented 2 months ago

在示例里面的部分按钮没有遇到这个问题,第一个按钮容易这样,后面的就不会,不知道是为啥。 image

InsHomePgup commented 2 months ago

.t-button{ user-select:none; }