<!-- 表格 -->
<el-table
:data=""
style="width: 100%"
border
:cell-style="{ textAlign: 'center' }"
:header-cell-style="{
textAlign: 'center',
background: '#f7f9fc',
}"
>
<el-table-column prop="port" label="端口"></el-table-column>
</el-table>
上面改完之后的结果, 下面的是 element 中的原图