0a7f68d6 by 杨威

楼盘表模块tab选项卡样式修改

1 parent 90f6642d
......@@ -44,9 +44,21 @@ export default {
height: 100%;
box-sizing: border-box;
padding: 0 18px !important;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
/deep/.el-tabs__header{
margin-bottom: 0;
}
/deep/.el-tabs--card>.el-tabs__header{
background-color: #FAFAFA;
}
/deep/.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
background-color: #fff;
border-top: 2px solid #006CFF;
height: 42px;
}
.el-tabs{
height: 100%;
display: flex;
......