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

master
sin 7 years ago
parent 58525e0940
commit 85f4f225fb

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

Loading…
Cancel
Save