zhaobao 2 years ago
parent
commit
083f2c7780
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/aqpt/visualEditor/index.vue

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

@@ -420,7 +420,7 @@ export default {
 
 .conatiner{
     height: 100%;
-    height: calc(100vh - 50px);
+    height: calc(100vh - 70px);
     min-width: 1000px;
     margin: 0 auto;
     padding: 0 16px;
@@ -431,6 +431,7 @@ export default {
     justify-content: space-between;
     align-items: center;
     overflow-x: auto;
+    margin-top: 20px;
     .leftSide{
         min-width: 266px;
         height: 100%;