瀏覽代碼

背景高度修改

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;