其他分享
首页 > 其他分享> > 设置table 表头居中 内容左对齐

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

作者:互联网

<style lang="less" scoped>
::v-deep {
  .ant-table-thead {
    tr {
      th:nth-child(5) {
        text-align: center;
      }
    }
  }
}
</style>

标签:www,https,sunmeng,表头,设置,对齐,table
来源: https://www.cnblogs.com/zongkm/p/16670206.html