Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9ce21af3e1311301dce24af6e5de208487ab9092
Authored by
ly525
2019-06-23 22:32:45 +0800
1 parent
7c94841c
chore: normalize body style
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
front-end/h5/src/App.vue
front-end/h5/src/App.vue
View file @
9ce21af
@@ -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>