Explorar el Código

修复页面缩小后纵向滚动条bug

Ming hace 3 años
padre
commit
a9f9afa290
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/assets/css/index.css

+ 1 - 1
src/assets/css/index.css

@@ -73,7 +73,7 @@ header {
     min-width: 1024px;
     /* max-width: 1920px; */
     padding: 0.125rem 0.125rem 0;
-    height: calc(100vh - 1.125rem);
+    height: calc(100% - 1.125rem);
     color: #fff;
     min-height: 650px;
     /* min-height: 750px */