Open Yuliang-Lee opened 4 years ago
2.13.0
macos/chrome80
2.6.11
https://codepen.io/Yuliang-Lee/pen/bGdJWGZ
可关闭的 el-tab 组件
非当前选中的 tab 标签,鼠标 hover 的时候样式表现效果一致,padding-left 和 padding-right 从 20px 变成 13px
padding-left
padding-right
当前第二个标签 hover 时,padding-left 没有变 13px,最后一个标签 padding-right 没有变 13px
看了下源码应该是这里控制的 不知道这是基于什么考虑的?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Element UI version
2.13.0
OS/Browsers version
macos/chrome80
Vue version
2.6.11
Reproduction Link
https://codepen.io/Yuliang-Lee/pen/bGdJWGZ
Steps to reproduce
可关闭的 el-tab 组件
What is Expected?
非当前选中的 tab 标签,鼠标 hover 的时候样式表现效果一致,
padding-left
和padding-right
从 20px 变成 13pxWhat is actually happening?
当前第二个标签 hover 时,
padding-left
没有变 13px,最后一个标签padding-right
没有变 13px