소스 검색

fix overflow-y

haojianlong 5 년 전
부모
커밋
aaca478d21
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/point/dynamicdata/addRelation/equipRela/index.vue

+ 5 - 0
src/views/point/dynamicdata/addRelation/equipRela/index.vue

@@ -694,3 +694,8 @@ export default {
   }
 }
 </style>
+<style>
+body{
+  overflow-y: hidden;
+}
+</style>