diff --git a/public/index.html b/public/index.html
index f791730..0d93a0e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,7 @@
+
AList
diff --git a/src/assets/css/global.css b/src/assets/css/global.css
index 3f0fc40..f84b820 100644
--- a/src/assets/css/global.css
+++ b/src/assets/css/global.css
@@ -1,7 +1,9 @@
html,body,#app{
- height: 100vh;
+ /* height: 100vh; */
+ width: 100%;
margin: 0;
padding: 0;
+ /* overflow: hidden; */
}
.ant-table-row{
diff --git a/src/views/Home.vue b/src/views/Home.vue
index b008656..cd5c184 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -1,5 +1,5 @@
-