style(性能测试): 性能测试报告页面更紧凑
This commit is contained in:
parent
b5ebb06491
commit
1ec67538fb
|
@ -73,6 +73,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
min-width="100"
|
min-width="100"
|
||||||
|
show-overflow-tooltip
|
||||||
prop="testStartTime"
|
prop="testStartTime"
|
||||||
:label="$t('report.test_start_time') ">
|
:label="$t('report.test_start_time') ">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
|
@ -81,6 +82,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
min-width="100"
|
min-width="100"
|
||||||
|
show-overflow-tooltip
|
||||||
prop="testEndTime"
|
prop="testEndTime"
|
||||||
:label="$t('report.test_end_time')">
|
:label="$t('report.test_end_time')">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
|
@ -434,4 +436,8 @@ export default {
|
||||||
top: 47px !important; /* 不同表格top值不一样 */
|
top: 47px !important; /* 不同表格top值不一样 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-card >>> .el-input__icon {
|
||||||
|
line-height: 23px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue