.mobileContainer {
  height: 100%;
  .ant-card-body {
    height: 100%;
  }
  .ant-tabs {
    height: 100%;
    .ant-tabs-content {
      height: 100%;
    }
  }
  .ant-pro-card {
    height: 100%;
  }
}