From 3f519e47a8248ca240aba8e4459f047bb65bf5af Mon Sep 17 00:00:00 2001 From: wangrui <zephyrs0894@163.com> Date: 星期三, 16 十二月 2020 16:09:17 +0800 Subject: [PATCH] 默认的两个组件都加载成功! --- src/App.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 66708b1..010714e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,7 @@ </script> <style> -#app { +html,body,#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -30,5 +30,7 @@ color: #2c3e50; padding: 0px; margin: 0px; + + text-align: left; } </style> -- Gitblit v1.8.0