瀏覽代碼

页面宽度

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