tab-position:top情况
css
.el-tabs__nav-wrap{
overflow-x: auto ;
width: 86% ;
margin-left: 10px ;
}
效果:
tab-position:left情况
css
.el-tabs__nav-wrap{
overflow-x: auto ;
height: 高度 ;
margin-top: 10px ;
}
效果:
注意:样式不生效需要使用样式穿透