.container /deep/ .el-tabs__nav-scroll{
background-color: aqua;
line-height: 65px;
height: 65px;
}
.container /deep/ .el-tabs__nav{
font-size: 29px;
line-height: 65px;
height: 65px;
}
.container /deep/ #tab-first{
line-height: 70px;
height: 70px;
}
.container /deep/ #tab-second{
line-height: 70px;
height: 70px;
}
// 更改eltabs的样式
.container /deep/.el-tabs__item {
font-size: 18px !important;
height: 40px;
}
// .container /deep/.el-tabs__header {
// font-size: 30px !important;
// }
重点是加入/deep/
和 !important