From 125f39dd727ba78afe2b7d302a66f3dece7b4d04 Mon Sep 17 00:00:00 2001 From: liwei Date: Fri, 18 Jun 2021 16:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8F=96=E5=85=AC=E5=85=B1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 20 ++------------------ src/assets/css/base.css | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 src/assets/css/base.css diff --git a/src/App.vue b/src/App.vue index 1625b26..b14a7eb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,22 +6,6 @@ export default {}; - diff --git a/src/assets/css/base.css b/src/assets/css/base.css new file mode 100644 index 0000000..faf91f7 --- /dev/null +++ b/src/assets/css/base.css @@ -0,0 +1,17 @@ +* { + margin: 0; + padding: 0; + font-size: 12px; + font-family: Avenir, Helvetica, Arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +html, +body { + width: 100%; + height: 100%; +} +#app { + width: 100%; + height: 100%; +} \ No newline at end of file