首页 > TAG信息列表 > sunmeng

设置table 表头居中 内容左对齐

我这里的表头是这样设置的 <style lang="less" scoped> ::v-deep { .ant-table-thead { tr { th:nth-child(5) { text-align: center; } } } } </style> 直接参考https://blog.csdn.net/sunmeng_sunmeng/article/details/109768951