<style>
/*对Tab标签页进行样式调整*/
.el-tabs__item.is-active {
color: rgb(11, 150, 151);
}
.el-tabs__active-bar {
background-color: rgb(11, 150, 151);
}
.el-tabs__item:hover {
color: rgb(11, 150, 151);
}
.el-tabs {
height: 100% !important;
}
.el-tabs__content {
height: calc(100% - 55px);
}
.el-tab-pane {
height: 100%;
}
.el-tabs__header {
padding: 0 30px;
}
</style>
网友评论