wenbobowen 4 years ago
parent
commit
34e4af43ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/newLayout/Main.vue

+ 1 - 1
src/components/newLayout/Main.vue

@@ -190,7 +190,7 @@ export default {
   width: 100%;
   min-width: 890px;
   // padding-left: 10px;
-  overflow-y: scroll;
+  overflow-y: auto;
   background-color: rgb(242, 243, 246);
 }
 </style>