updated frontend to adapt changes of golang version

This commit is contained in:
Marvin Zhang
2019-07-22 12:32:36 +08:00
parent ece3659155
commit 520e8fded8
11 changed files with 44 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
:header-cell-style="{background:'rgb(48, 65, 86)',color:'white'}"
border>
<template v-for="col in columns">
<el-table-column :key="col" :label="col" :property="col" align="center">
<el-table-column :key="col" :label="col" :property="col" min-width="120">
</el-table-column>
</template>
</el-table>