Explorar el Código

背景高度修改

hanxin hace 2 años
padre
commit
dc92efe6ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;