楼盘表模块tab选项卡样式修改
Showing
1 changed file
with
12 additions
and
0 deletions
... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment