refactor(性能测试): 测试详情高度

This commit is contained in:
Captain.B 2021-06-05 11:13:14 +08:00 committed by 刘瑞斌
parent bab7f7d831
commit 222b957ea2
1 changed files with 2 additions and 2 deletions

View File

@ -362,11 +362,11 @@ export default {
<style scoped>
.chart-config {
width: 100%;
height: 450px;
height: 445px;
}
.test-detail {
height: calc(100vh - 320px);
height: calc(100vh - 345px);
overflow: auto;
}
</style>