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>
.el-card {
height: 370px;
height: 335px;
}
</style>

View File

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

View File

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