lsc 2 years ago
parent
commit
f37403932b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/study.vue

+ 1 - 1
src/components/study.vue

@@ -7856,7 +7856,7 @@ export default {
   height: 100%;
   height: 100%;
 }
 }
 .pzBox {
 .pzBox {
-  height: 94%;
+  height: calc(100% - 40px);
   background: #ededed;
   background: #ededed;
   border-radius: 0 0 15px 15px;
   border-radius: 0 0 15px 15px;
 }
 }