赞
踩
//去除tab灰线条
::v-deep .el-tabs__nav-wrap::after {
position: static !important;
}
::v-deep .el-tabs__item {
color: #d8ba96;
font-size: 32px;
font-weight: 700;
padding-right: 40px;
margin-bottom: 10px;
&.is-active{
color: #cf8e00;
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。