|
@@ -6,7 +6,7 @@
|
|
|
<el-button size="small" style="float: right" type="primary" @click="goReturn()">返回</el-button>
|
|
|
</el-row>
|
|
|
<el-table size="small" :header-cell-style="{ background: '#F6F7FB', color: '#606266' }" :data="tableData" border
|
|
|
- style="margin-top: 20px" class="table-padding">
|
|
|
+ style="margin-top: 20px" class="table-padding center-table">
|
|
|
<el-table-column prop="name" label="测试名称" width="auto" align="center">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="testDate" label="测试时间" width="auto" align="center">
|
|
@@ -18,7 +18,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-row><el-col :span="24" style="text-align: right">
|
|
|
+ <el-row><el-col :span="24" style="text-align: center">
|
|
|
<el-pagination background @size-change="handleSizeChange" @current-change="handleCurrentChange"
|
|
|
:current-page="currentPage" :page-sizes="[10, 20, 50, 100]" :page-size="pageSize"
|
|
|
layout="total, sizes, prev, pager, next, jumper" :total="total">
|