style(性能测试): 性能测试报告页面更紧凑

This commit is contained in:
CaptainB 2022-03-25 16:26:51 +08:00 committed by 刘瑞斌
parent b5ebb06491
commit 1ec67538fb
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,7 @@
</el-table-column>
<el-table-column
min-width="100"
show-overflow-tooltip
prop="testStartTime"
:label="$t('report.test_start_time') ">
<template v-slot:default="scope">
@ -81,6 +82,7 @@
</el-table-column>
<el-table-column
min-width="100"
show-overflow-tooltip
prop="testEndTime"
:label="$t('report.test_end_time')">
<template v-slot:default="scope">
@ -434,4 +436,8 @@ export default {
top: 47px !important; /* 不同表格top值不一样 */
}
.table-card >>> .el-input__icon {
line-height: 23px;
}
</style>