修改高度

This commit is contained in:
GGJ
2023-12-26 15:01:03 +08:00
parent c37fdba0e7
commit 6467affc8b
4 changed files with 21 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ import Echart from '@/views/dashboard/components/echart.vue'
height: 500px;
}
::v-deep(.el-tabs__content) {
height: calc(100vh - 110px);
height: calc(100vh - 111px);
overflow-y: auto;
}