/* 面板样式 */
::v-deep .el-tabs__header {
background-color: rgba(240, 239, 239, 0.938) !important;
padding: 6px 10px !important;
width: 228px !important;
}
/* 面板内文字区域高度 */
::v-deep .el-tabs {
--el-tabs-header-height: 40px
}
/* 选中面板的样式 */
::v-deep .el-tabs__item.is-active {
color: rgb(39, 39, 39) !important;
background-color: rgb(255, 255, 255) !important; // 会导致card下边框的横线消失
}
/* 去除tab的灰色横条*/
::v-deep .el-tabs__nav-wrap::after {
position: static !important;
}
/*去掉切换tab时底部的蓝色下划线*/
::v-deep .el-tabs__active-bar {
background-color: transparent !important;
}
/* 内容文字 */
::v-deep .el-tabs__item {
padding: 10px !important; //内容与padding框的距离
font-size: 12px !important; //更改选项卡标签的字体大小
}
el-tabs修改tab标签样式
最新推荐文章于 2025-04-03 15:21:59 发布