同意水平线的问题
Showing
7 changed files
with
22 additions
and
7 deletions
This diff is collapsed.
Click to expand it.
... | @@ -34,12 +34,15 @@ | ... | @@ -34,12 +34,15 @@ |
34 | <style scoped lang="less"> | 34 | <style scoped lang="less"> |
35 | .el-tabs{ | 35 | .el-tabs{ |
36 | height: calc(100% - 50px); | 36 | height: calc(100% - 50px); |
37 | /deep/.el-tabs__content{ | 37 | /deep/.el-tabs__content{ |
38 | height: 100%; | 38 | height: 100%; |
39 | /deep/.el-tab-pane{ | 39 | /deep/.el-tab-pane{ |
40 | height: 100%; | 40 | height: 100%; |
41 | } | 41 | } |
42 | background: #eaedf5; | 42 | background: #eaedf5; |
43 | } | 43 | } |
44 | /deep/ .el-tabs__item { | ||
45 | height: 48px; | ||
46 | } | ||
44 | } | 47 | } |
45 | </style> | 48 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment