闫增涛
2024-03-25 985f70ad180b1ce396cf03e29cc2551a0bd892a2
1
2
3
4
5
6
/* packageBookService/pages/components/webView/index.wxss */
.page-body {
  width: 100vw;
  height: calc(100vh - env(safe-area-inset-bottom));
  overflow: hidden;
}