style(性能测试): 修改首页样式
This commit is contained in:
parent
88ca8b3f5b
commit
fe5d336638
|
@ -61,7 +61,7 @@
|
|||
<style scoped>
|
||||
|
||||
.el-card {
|
||||
height: 370px;
|
||||
height: 335px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -199,7 +199,6 @@ export default {
|
|||
}
|
||||
|
||||
.el-row {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue