Post

antdv 描述列表单元格宽度

1
2
3
4
5
6
  /deep/ .ant-descriptions-row > th {
    width: 15%;
  }
  /deep/ .ant-descriptions-row > td {
    width: 35%;
  }
This post is licensed under CC BY 4.0 by the author.