TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
1.71k
stars
267
forks
source link
🐛 [Bug]: Tooltip text prompt + Table component, prompt block display position offset, obscured #144
Closed
Felix-jk closed 1 year ago
Version
3.6.1
Vue Version
3.2.47
Link to minimal reproduction
如下
Step to reproduce
What is expected
问题1: 显示位置偏移问题:鼠标指向操作图标后,期望是在图标的底部(tooltip 的placement 设置为bottom)显示文本提示;
问题2: 提示块被遮挡问题:鼠标指向最后一行数据 的操作图标,文本提示被遮挡,同时表格内部高度被撑开。鼠标往下滚动时,文本提示隐藏,表格内部高度还原。
What is actually happening
问题1:
问题2:
Any additional comments (optional)
No response