提交 b65ab10a 编写于 作者: 雪洛's avatar 雪洛

fix: setProperty不应传驼峰形式参数

上级 d8bb40a5
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
if (view !== null) { if (view !== null) {
view.style.setProperty('width', '90%') view.style.setProperty('width', '90%')
view.style.setProperty('height', '50px') view.style.setProperty('height', '50px')
view.style.setProperty('backgroundColor', '#007AFF') view.style.setProperty('background-color', '#007AFF')
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册