Browse Source

[edit][错误页]

zhangwei 2 năm trước cách đây
mục cha
commit
0c05e1911b
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  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>