闫增涛
2024-03-28 f5e5024b4683f6e5da288b9dc16545c6fc1b274b
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;
}