Browse Source

Merge branch 'pern' into qinqiao_NEW

qinqiao 5 years ago
parent
commit
2b444d770b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/apiManagement/index.vue

+ 1 - 1
src/views/apiManagement/index.vue

@@ -364,7 +364,7 @@ export default {
     min-height: calc(100vh - 65px);
     .ApiRightContent {
       background: #FFF;
-      min-height: calc(100vh - 75px);
+      max-height: calc(100vh - 75px);
       padding: 0.5% 3%;
       border-radius: 4px;
     }