소스 검색

页面宽度

SanHQin 1 개월 전
부모
커밋
7c27e252be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pptEasyClass/index.vue

+ 1 - 1
src/components/pptEasyClass/index.vue

@@ -432,7 +432,7 @@ export default {
 
 .pec_content {
   width: 100%;
-  height: calc(100% - 80px);
+  height: calc(100% - 50px);
   border-radius: 0 0 12px 12px;
   background-color: #fff;
 }