浏览代码

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

zhangwei 2 年之前
父节点
当前提交
18a1d01301
共有 3 个文件被更改,包括 3 次插入3 次删除
  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>