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;
 }