guhongwei 3 years ago
parent
commit
385a76ab8d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/admin/model/frame.vue

+ 2 - 1
src/views/admin/model/frame.vue

@@ -49,7 +49,8 @@ export default {
   }
   .right {
     width: 935px;
-    min-height: 630px;
+    height: 630px;
+    overflow-y: auto;
     background: #fff;
   }
 }