fix(接口测试): 首页卡片格式修改
This commit is contained in:
parent
7ff58bec9d
commit
6ec7ab9fd3
|
@ -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;">
|
||||||
|
|
|
@ -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%">
|
||||||
|
|
|
@ -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%">
|
||||||
|
|
|
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue