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