element [Bug Report] el-tab-pane title's underline will be invisible if tabs are in popovers.

holgip5t  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(146)

Element UI version

2.11.1

OS/Browsers version

Windows 10/ Chrome 81

Vue version

2.6.10

https://jsfiddle.net/lzkwin/veybpzkw/6/

Steps to reproduce

  1. click the button to show popover

What is Expected?

show underline of active tab pane

What is actually happening?

no underline of active tab pane.

f2uvfpb9

f2uvfpb91#

hi,

maybe you can use the method calcPaneInstances, follow the link https://jsfiddle.net/n9jL6837/1/ , this behavior is look like to "doLayout" in the table component.

this method is not available in the docs, but you can see the tabs component source https://github.com/ElemeFE/element/blob/dev/packages/tabs/src/tabs.vue

ghhkc1vu

ghhkc1vu2#

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.

相关问题