wenbobowen 4 سال پیش
والد
کامیت
34e4af43ea
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>