From f21ba60dd8cd2f9f021d579fe52325abd37f4af1 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 10 三月 2021 17:27:34 +0800 Subject: [PATCH] 修改已知问题 --- src/App.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 421bf83..11b7cc7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,10 +8,18 @@ export default { name: 'App', - mounted(){ + mounted () { } } </script> <style> +html, body, #app{ + color: #2c3e50; + height: 100vh; + width: 100vw; + margin: 0; + padding: 0; + overflow: hidden; +} </style> -- Gitblit v1.8.0