- 处理 pc 最大尺寸,居中处理

This commit is contained in:
sin
2019-05-09 20:29:26 +08:00
parent 31f3e0d456
commit 1113c31c26
2 changed files with 64 additions and 12 deletions

View File

@@ -10,10 +10,5 @@ export default {
name: 'app'
}
</script>
<style>
#app{
max-width: 1000px;
}
</style>