unknown 2 anni fa
parent
commit
95dc839b83
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      manpower/styles/index.css

+ 4 - 0
manpower/styles/index.css

@@ -12,6 +12,8 @@ body {
   color: #fff;
   font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC",
     "Hiragino Sans GB", Arial, sans-serif;
+    height: 100vh;
+    overflow-y: hidden;
 }
 [v-cloak] {
   display: none;
@@ -83,6 +85,8 @@ a {
   background-size: 100% 100%;
   padding-top: 10px;
   position: relative;
+  height:100vh;
+  overflow-y: hidden;
 }
 .my-header {
   position: relative;