Commit 9ce21af3e1311301dce24af6e5de208487ab9092

Authored by ly525
1 parent 7c94841c

chore: normalize body style

Showing 1 changed file with 5 additions and 0 deletions
front-end/h5/src/App.vue
@@ -14,4 +14,9 @@ @@ -14,4 +14,9 @@
14 outline: none; 14 outline: none;
15 } 15 }
16 } 16 }
  17 +
  18 +body {
  19 + margin: 0;
  20 + padding: 0;
  21 +}
17 </style> 22 </style>