Ver código fonte

[edit][错误页]

zhangwei 2 anos atrás
pai
commit
0c05e1911b
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>