美文网首页
table 居中

table 居中

作者: Pluto_7a23 | 来源:发表于2021-08-13 13:33 被阅读0次
```

<el-table ref="multipleTable" :data="tableData" border v-loading="loading"
:header-cell-style="{color:'#000',fontFamily:'MicrosoftYaHeiUI',fontSize:'14px',fontWeight:'bold','text-align': 'center'}"
:cell-style="{'text-align': 'center'}"
style="width: 100%"
</el-table>

相关文章

网友评论

      本文标题:table 居中

      本文链接:https://www.haomeiwen.com/subject/xuidbltx.html