03 2020 档案

摘要:1、在css中使用background引入static目录下的图片时,需使用相对路径例:background: url("../../../static/img/1.png");2、build > utils.js 添加代码 publicPath:'../../' 3、config > index. 阅读全文
posted @ 2020-03-12 18:00 Reminisce* 阅读(2418) 评论(0) 推荐(0)
摘要:解决方案: html { overflow-y: scroll; } :root { overflow-y: auto; overflow-x: hidden; } :root body { position: absolute; } body { width: 100vw; overflow: h 阅读全文
posted @ 2020-03-12 14:33 Reminisce* 阅读(348) 评论(0) 推荐(0)