UI adjustment

This commit is contained in:
Marvin Zhang
2019-05-23 17:12:29 +08:00
parent 8406f06522
commit 2fce5efab8
2 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@
:width="col.width">
</el-table-column>
</template>
<el-table-column :label="$t('Action')" align="center" width="auto">
<el-table-column :label="$t('Action')" align="left" width="auto" fixed="right">
<template slot-scope="scope">
<el-tooltip :content="$t('View')" placement="top">
<el-button type="primary" icon="el-icon-search" size="mini" @click="onView(scope.row)"></el-button>