style(接口测试): 优化接口测试首页定时任务表格的后两个字段对齐方向

优化接口测试首页定时任务表格的后两个字段对齐方向
This commit is contained in:
song-tianyang 2022-11-17 18:50:13 +08:00 committed by 建国
parent 3a1d5f562b
commit bed751b925
1 changed files with 2 additions and 2 deletions

View File

@ -61,13 +61,13 @@
show-overflow-tooltip>
</el-table-column>
<!--下次更新时间-->
<el-table-column :label="$t('home.table.update_time')" width="170" align="right">
<el-table-column :label="$t('home.table.update_time')" width="170">
<template v-slot:default="scope">
{{ scope.row.updateTime | datetimeFormat }}
</template>
</el-table-column>
<!--更新时间-->
<el-table-column :label="$t('home.table.next_execution_time')" width="170" align="right">
<el-table-column :label="$t('home.table.next_execution_time')" width="170">
<template v-slot:default="scope">
{{ scope.row.updateTime | datetimeFormat }}
</template>