闫增涛
2024-05-10 813e3b6030ecfc86e4e71db31173e5cb77ee8c40
packageBookService/pages/bookServices/examination/examination.wxss
@@ -1,5 +1,5 @@
/* pages/examination/examination.wxss */
@import "./examination.skeleton.wxss";
.nacigationBar {
  display: flex;
@@ -26,7 +26,7 @@
.page-content {
  box-sizing: border-box;
  width: 100%;
  height: 78vh;
  height: calc(100vh - env(safe-area-inset-bottom) - 73px);
  padding: 20rpx;
  background-color: #F2F3F8;
}