添加 手势识别demo完成

This commit is contained in:
rucky
2021-12-24 19:18:22 +08:00
parent a8cca89108
commit 56107508f9
16 changed files with 939 additions and 228 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
'postcss-zindex': false
},
"postcss-px2rem-exclude": {
remUnit: 37.5,//转换为rem的基准px
remUnit: 75,//转换为rem的基准px
remPrecision: 8, //转换精度,小数点后保留位数
// exclude: /node_modules|folder_name/i
},