notepad----痛苦的第二天

mac2022-06-30  63

1.listen EADDRINUSE :::8080报错

端口被占用

在config/index.js中更改port

2.样式选择stylus

package设置依赖:版本搜索最新的

"stylus": "^0.54.5","stylus-loader": "^3.0.1",style:设置rel="stylesheet/stylus"

 3.保持盒子大小不变(阻止padding的影响)

    box-sizing:border-box

转载于:https://www.cnblogs.com/QIQIZAIXIAN/p/7028767.html

最新回复(0)