h5:update package.json and relative path

This commit is contained in:
pengfei.zhou
2019-12-22 00:37:43 +08:00
parent 8c1354839c
commit 8490d067f2
5 changed files with 8 additions and 8 deletions

View File

@@ -4319,7 +4319,7 @@ return __module.exports;
break;
case 'isBlur':
if (prop) {
v.style.filter = 'blur(10px)';
v.style.filter = 'blur(8px)';
}
else {
v.style.filter = '';

File diff suppressed because one or more lines are too long