@@ -82,15 +82,14 @@
margin-top: 120px;
height: 100%;
}
- .sub-tab {
- display: flex;
- min-height: 100%;
- flex-wrap: nowrap;
- flex-direction: column;
- }
- :deep(.el-tabs__content) {
- flex: 1;
- .el-tab-pane {
+ // .sub-tab {
+ // display: flex;
+ // min-height: 100%;
+ // flex-wrap: nowrap;
+ // flex-direction: column;
+ // }
+ // :deep(.el-tabs__content) {
+ // flex: 1;
+
@@ -21,7 +21,7 @@
<el-tabs
v-if="isReady"
v-model="subTabName"
- class="sub-tab-test"
+ class="sub-tab"
tab-position="top"
:lazy="true"
@tab-click="handleSubtabClick"