index.less 203 Bytes
Newer Older
邓超's avatar
邓超 committed
1 2
.mobileContainer {
  height: 100%;
3 4 5
  .ant-card-body {
    height: 100%;
  }
邓超's avatar
邓超 committed
6 7 8 9 10 11 12 13 14 15
  .ant-tabs {
    height: 100%;
    .ant-tabs-content {
      height: 100%;
    }
  }
  .ant-pro-card {
    height: 100%;
  }
}