Browse Source

style(pptEasyClass): 移除min-height的默认设置以修复布局问题

lsc 18 hours ago
parent
commit
c94396b46b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/pptEasyClass/index.vue

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

@@ -302,6 +302,7 @@ export default {
   overflow: hidden;
   box-sizing: border-box;
   background-color: #f2f2f2;
+  min-height: unset;
 }
 
 .pec_main {