This commit is contained in:
仲么了
2023-12-26 16:17:35 +08:00
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;
}