- 设置 max-width 限制最大宽度

This commit is contained in:
sin 2019-05-09 20:00:30 +08:00
parent 58525e0940
commit 85f4f225fb
1 changed files with 5 additions and 1 deletions

View File

@ -6,10 +6,14 @@
<script>
import './assets/style/common.css';
export default {
name: 'app'
}
</script>
<style>
#app{
max-width: 1000px;
}
</style>