0a7f68d6 by 杨威

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

1 parent 90f6642d
...@@ -44,9 +44,21 @@ export default { ...@@ -44,9 +44,21 @@ export default {
44 height: 100%; 44 height: 100%;
45 box-sizing: border-box; 45 box-sizing: border-box;
46 padding: 0 18px !important; 46 padding: 0 18px !important;
47 -webkit-user-select:none;
48 -moz-user-select:none;
49 -ms-user-select:none;
50 user-select:none;
47 /deep/.el-tabs__header{ 51 /deep/.el-tabs__header{
48 margin-bottom: 0; 52 margin-bottom: 0;
49 } 53 }
54 /deep/.el-tabs--card>.el-tabs__header{
55 background-color: #FAFAFA;
56 }
57 /deep/.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
58 background-color: #fff;
59 border-top: 2px solid #006CFF;
60 height: 42px;
61 }
50 .el-tabs{ 62 .el-tabs{
51 height: 100%; 63 height: 100%;
52 display: flex; 64 display: flex;
......