wangjuanlsx

Results 2 issues of wangjuanlsx

设计稿是750px; 使用 postcss-design-convert 插件转化,没有效果,module.exports = { plugins: { autoprefixer: {}, 'postcss-px2rem': { remUnit: 75 }, 'postcss-design-convert' : { multiple: 2, units: ['rem'], selector: /.cube-/ } } }

onFetch() { let items = []; /*this.items1 = [];*/ /*this.recycleId = 0;*/ return new Promise((resolve) => { for (let i = 0; i < this.size; i++) { items.push(this.menuDataOptions[this.recycleId++]) /*items =...