fix(接口测试): 首页卡片格式修改

This commit is contained in:
wxg0103 2021-12-13 13:38:22 +08:00 committed by 刘瑞斌
parent 7ff58bec9d
commit 6ec7ab9fd3
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@
</el-row> </el-row>
</el-header> </el-header>
<el-main style="padding: 5px 5px 0px 5px;margin-top: 10px"> <el-main style="padding: 5px 5px 0px 5px;margin-top: 10px">
<el-container style="height: 100px;margin-top: 10px"> <el-container>
<el-aside width="60%" class="count-number-show" style="margin-bottom: 0px;margin-top: 0px"> <el-aside width="60%" class="count-number-show" style="margin-bottom: 0px;margin-top: 0px">
<el-container style="height: 50px;margin-top: 10px"> <el-container style="height: 50px;margin-top: 10px">
<el-aside width="50%" style="line-height: 40px;"> <el-aside width="50%" style="line-height: 40px;">

View File

@ -44,7 +44,7 @@
</el-row> </el-row>
</el-header> </el-header>
<el-main style="padding: 5px;margin-top: 10px"> <el-main style="padding: 5px;margin-top: 10px">
<el-container style="height: 96px;margin-top: 10px"> <el-container>
<el-aside width="60%" class="count-number-show" style="margin-bottom: 0px;margin-top: 0px"> <el-aside width="60%" class="count-number-show" style="margin-bottom: 0px;margin-top: 0px">
<el-container> <el-container>
<el-aside width="30%"> <el-aside width="30%">

View File

@ -94,7 +94,7 @@
</el-row> </el-row>
</el-header> </el-header>
<el-main style="padding: 5px;margin-top: 10px"> <el-main style="padding: 5px;margin-top: 10px">
<el-container style="height: 96px;margin-top: 10px"> <el-container>
<el-aside width="60%" class="count-number-show" style="margin-bottom: 0px;margin-top: 0px"> <el-aside width="60%" class="count-number-show" style="margin-bottom: 0px;margin-top: 0px">
<el-container> <el-container>
<el-aside width="30%"> <el-aside width="30%">

View File

@ -1466,7 +1466,7 @@ export default {
completion: "Completion rate", completion: "Completion rate",
coverage: "Coverage", coverage: "Coverage",
pass: "Pass rate", pass: "Pass rate",
success: "Success rate", success: "Success",
interface_coverage: "Interface coverage", interface_coverage: "Interface coverage",
}, },
}, },