提交 ef3cbe8e 编写于 作者: Q qiang

fix(App): 修复 cover-view 样式动态变更未生效的问题

上级 99d1979e
......@@ -148,7 +148,7 @@ export default {
_updateStyle () {
const style = getComputedStyle(this.$el)
base.concat(text, image).forEach(key => {
this.style[key] = style[key]
this.$set(this.style, key, style[key])
})
},
_requestStyleUpdate () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册