@@ -27,7 +27,7 @@ export default {
},
// Global CSS: https://go.nuxtjs.dev/config-css
- css: [],
+ css: ['@/static/css/main.scss'],
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
plugins: ['plugins/vant'],
@@ -0,0 +1,9 @@
+html,
+body,
+#__nuxt,
+#__layout {
+ width: 100%;
+ height: 100%;
+ padding: 0;
+ margin: 0;
+}