From ab0a9b2e25e01ae9c7333c2d35e8dcdff457a1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <36558727+Xhofe@users.noreply.github.com> Date: Tue, 12 Jan 2021 16:56:12 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=AE=89=E5=8D=93=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E7=AB=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + src/assets/css/global.css | 4 +++- src/views/Home.vue | 16 +++++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) 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 @@