vue vant适配

npm install postcss-px-to-viewport@1.1.1 -D

image

 

module.exports = {
plugins: {
'postcss-px-to-viewport': {
// 标准屏宽
viewportWidth: 375
}
}
}
posted @ 2025-11-07 10:32  东方不败--Never  阅读(2)  评论(0)    收藏  举报