Skip to content

Commit bd457b6

Browse files
authored
fix(runtime): 添加小程序行内样式对 backdropFilter 样式属性的支持 (#17553)
- 在 styleProperties 数组中添加了 'backdropFilter' 属性 - 这个修改增加了小程序行内样式对 backdrop-filter CSS 属性的支持
1 parent cffe105 commit bd457b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/taro-runtime/src/dom/style_properties.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const WEBKIT = 'webkit'
88
const styleProperties = [
99
'all',
1010
'appearance',
11+
'backdropFilter',
1112
'blockOverflow',
1213
'blockSize',
1314
'bottom',

0 commit comments

Comments
 (0)