@import '../../style/var.less';
.addSign--popup-content {
  padding-bottom: @footerHeight;
  // 因为有一个提示占据了一部分高度 所以需要减去这个高度
  .van-tabs__content {
    height: calc(
      90vh - 48px - 48px - 50px - 40px - 126px - 62px - 52px - 10px
    ) !important;
  }
}