index.less 399 Bytes
Newer Older
1 2
.ant-pro-basicLayout-content .ant-pro-page-container {
  margin: 0
tianfen's avatar
tianfen committed
3
}
4 5 6

.ant-pro-page-container-children-content {
  margin: 0
tianfen's avatar
tianfen committed
7
}
8 9

.ant-layout .ant-layout-content {
10
  margin: 12px;
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
}

.ant-pro-page-container {
  height: 100%;
}

.ant-pro-grid-content {
  height: 100%;

  .ant-pro-grid-content-children {
    height: 100%;

    .ant-pro-page-container-children-content {
      height: 100%;
    }
  }
tianfen's avatar
tianfen committed
27
}