zhaobao hace 2 años
padre
commit
207b38c2ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/aqpt/visualEditor/index.vue

+ 1 - 1
src/views/aqpt/visualEditor/index.vue

@@ -420,7 +420,7 @@ export default {
 
 .conatiner{
     height: 100%;
-    height: 100vh;
+    height: calc(100vh - 50px);
     min-width: 1000px;
     margin: 0 auto;
     padding: 0 16px;