packageBookService/pages/components/webView/index.wxss
@@ -3,4 +3,23 @@ width: 100vw; height: calc(100vh - env(safe-area-inset-bottom)); overflow: hidden; } .pdfBox { box-sizing: border-box; height: calc(100vh - env(safe-area-inset-bottom)); overflow-y: auto; } .pdfItem { text-align: center; } .pdfItem image { height: 1000rpx !important; } .body-loading { padding: 200rpx 0; text-align: center; }