lsc 2 年之前
父节点
当前提交
f37403932b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/study.vue

+ 1 - 1
src/components/study.vue

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