소스 검색

背景高度修改

hanxin 2 년 전
부모
커밋
dc92efe6ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Home/index.less

+ 1 - 1
src/pages/Home/index.less

@@ -1,7 +1,7 @@
 .background {
   background-image: url(@/assets/UnityMenu/newBackground.png);
   width: 100%;
-  height: calc(100vh - 56px);
+  height: calc(100vh - 79px);
   overflow-y: auto;
   padding: 60px 0;
   position: absolute;