refine theme color

This commit is contained in:
Pan
2019-03-18 09:42:52 +08:00
parent a80999e0a2
commit f3aefe54e8
5 changed files with 41 additions and 17 deletions

View File

@@ -35,7 +35,7 @@
style="width: 100%;"
@sort-change="sortChange"
>
<el-table-column :label="$t('table.id')" prop="id" sortable="custom" align="center" width="65">
<el-table-column :label="$t('table.id')" prop="id" sortable="custom" align="center" width="80">
<template slot-scope="scope">
<span>{{ scope.row.id }}</span>
</template>