原因
假如用了stylus 樣式沒有寫完 所以有了這個錯誤
如圖所示 .content-wrapper 樣式並沒有寫
代碼示例
<style lang="stylus" rel="stylesheet/stylus">
.header
color: #fff
background: #000
.content-wrapper
padding: 24px 12px 18px 24px
</style>
