.common-pop-table {
  padding: 0 30rpx;
  overflow: scroll;
  max-height: 70%;
}

研究后发现,要实际的设置对应的那个维度的高度,wcss改成

.common-pop-table {
  padding: 0 30rpx;
  overflow: scroll;
  max-height: 400px;
}

就恢复正常了
微信小程序中overflow:scroll失效的问题

相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-10-07
  • 2022-12-23
  • 2021-11-13
  • 2021-07-24
相关资源
相似解决方案