diff --git a/src/App.vue b/src/App.vue
index 0698b4e..652ae79 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,7 @@
diff --git a/src/style.css b/src/style.css
index 62477e1..436c781 100644
--- a/src/style.css
+++ b/src/style.css
@@ -3,3 +3,7 @@
margin: 0;
font-family: '黑体', Arial, Helvetica, sans-serif;
}
+
+html, body {
+ height: 100%;
+}
\ No newline at end of file