refactor(性能测试): 首页card间隔

This commit is contained in:
Captain.B 2021-05-10 17:30:07 +08:00 committed by 刘瑞斌
parent 414c4ccfb8
commit c19442f139
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<ms-container>
<ms-main-container v-loading="result.loading">
<el-row :gutter="20">
<el-row :gutter="10">
<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="20">
<el-row :gutter="10">
<el-col :span="12">
<ms-test-heatmap :values="values"/>
</el-col>