Commit 20b6368b authored by chenqikuai's avatar chenqikuai

fix: 修复全部区块页面表格中高度一列的宽度问题

parent 90cf3949
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</div> </div>
</template> </template>
<el-table-column width="40"></el-table-column> <el-table-column width="40"></el-table-column>
<el-table-column :label="$t('lang.block.height')"> <el-table-column :label="$t('lang.block.height')" width="180">
<template slot-scope="item"> <template slot-scope="item">
<router-link <router-link
:to="`/blockDetail?height=${item.row.height}`" :to="`/blockDetail?height=${item.row.height}`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment