Ver código fonte

Merge branch 'featrue-1.1.7.4' of DeNet/de-net-official into pre

zhangwei 2 anos atrás
pai
commit
18a1d01301
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      layouts/error.vue
  2. 1 1
      pages/_system/404.vue
  3. 1 1
      pages/_system/healthcheck.vue

+ 1 - 1
layouts/error.vue

@@ -40,7 +40,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 html,
 body,
 #__nuxt,

+ 1 - 1
pages/_system/404.vue

@@ -22,7 +22,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 html,
 body,
 #__nuxt,

+ 1 - 1
pages/_system/healthcheck.vue

@@ -4,4 +4,4 @@
 
 <script></script>
 
-<style lang="scss"></style>
+<style lang="scss" scoped></style>