1
QYF-GitLab1
2024-12-16 08aaf067ed7a19cc43c313c6191299ab14abe368
1
2
3
4
5
6
/* pages/home/digitalRead/index.wxss */
.page-body {
  width: 100vw;
  height: calc(100vh - env(safe-area-inset-bottom));
  overflow: hidden;
}