packageBookService/pages/bookServices/examination/examination.wxss
@@ -1,5 +1,14 @@ /* pages/examination/examination.wxss */ @import "./examination.skeleton.wxss"; page { padding: 0 !important; } .page { width: 100%; height: 100vh; } .nacigationBar { display: flex; @@ -26,7 +35,7 @@ .page-content { box-sizing: border-box; width: 100%; height: 78vh; height: calc(100vh - env(safe-area-inset-bottom) - 100px); padding: 20rpx; background-color: #F2F3F8; }