element-ui的el-tabs如何实现头部固定,panel超出高度滚动?
.el-tabs .el-tabs__content { max-height: 100px; overflow: auto; }