style(性能测试): 修改首页样式

This commit is contained in:
CaptainB 2022-05-17 17:47:01 +08:00 committed by 刘瑞斌
parent 88ca8b3f5b
commit fe5d336638
3 changed files with 4 additions and 5 deletions

View File

@ -61,7 +61,7 @@
<style scoped> <style scoped>
.el-card { .el-card {
height: 370px; height: 335px;
} }
</style> </style>

View File

@ -1,7 +1,7 @@
<template> <template>
<ms-container> <ms-container>
<ms-main-container v-loading="result.loading"> <ms-main-container v-loading="result.loading">
<el-row :gutter="10"> <el-row :gutter="5">
<el-col :span="12"> <el-col :span="12">
<ms-performance-test-recent-list/> <ms-performance-test-recent-list/>
</el-col> </el-col>
@ -9,7 +9,7 @@
<ms-performance-report-recent-list/> <ms-performance-report-recent-list/>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="10"> <el-row :gutter="5">
<el-col :span="12"> <el-col :span="12">
<ms-test-heatmap :values="values"/> <ms-test-heatmap :values="values"/>
</el-col> </el-col>
@ -64,6 +64,6 @@ export default {
<style scoped> <style scoped>
.el-row { .el-row {
padding-bottom: 20px; padding-bottom: 5px;
} }
</style> </style>

View File

@ -199,7 +199,6 @@ export default {
} }
.el-row { .el-row {
margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }