Browse Source

功能优化

songxy 1 year ago
parent
commit
8278c2a529
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client_h5/index.html
  2. 1 1
      client_h5/src/pages/home/index.scss

+ 1 - 1
client_h5/index.html

@@ -4,7 +4,7 @@
     <meta charset="UTF-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1">
-    <title>Vite + Vue + TS</title>
+    <title></title>
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
client_h5/src/pages/home/index.scss

@@ -2,7 +2,7 @@
   $card_radius: 8px;
   $font_color: #2A2E33;
   $corner_radius: 15px;
-  height: 100%;
+  min-height: 100vh;
   background-color: #F3F3F3;
   >div {
     &.header {