eac2e4a5 by zhaoqian

Merge remote-tracking branch 'origin/master'

2 parents 16d2c3f5 6985d154
...@@ -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%;
......