zhaobao 2 years ago
parent
commit
207b38c2ac
1 changed files with 1 additions and 1 deletions
  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;