From c110a60ee4a75060dfd47d32150e99232c11f9e1 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Fri, 15 Apr 2022 16:11:33 +0800 Subject: [PATCH] gx --- src/App.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4798cf9..d438264 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,9 @@ <template> - <Index></Index> + <Index /> </template> <script> import Index from './pages/index/index' - export default { name: 'App', components: { @@ -13,9 +12,9 @@ } </script> -<style> +<style > #app { - font-family: Avenir, Helvetica, Arial, sans-serif; + font-family: ui-rounded,SF Pro Rounded,SF Pro Text,medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,ui-sans-serif,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; -- Gitblit v1.9.1