Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -67,6 +67,9 @@ export default { | ... | @@ -67,6 +67,9 @@ export default { |
| 67 | height: 100%; | 67 | height: 100%; |
| 68 | display: flex; | 68 | display: flex; |
| 69 | flex-direction: column; | 69 | flex-direction: column; |
| 70 | /deep/.el-tabs__content{ | ||
| 71 | position: unset; | ||
| 72 | } | ||
| 70 | } | 73 | } |
| 71 | .el-tab-pane{ | 74 | .el-tab-pane{ |
| 72 | height: 100%; | 75 | height: 100%; | ... | ... |
-
Please register or sign in to post a comment