提交 20503b89 编写于 作者: fxy060608's avatar fxy060608

fix(h5): --window-right

上级 17bbbf88
......@@ -140,7 +140,7 @@ export default {
},
onRightWindowInit () {
if (this.rightWindowStyle && this.rightWindowStyle.width) {
updateCssVar('--window-left', this.$refs.rightWindow.offsetWidth + 'px')
updateCssVar('--window-right', this.$refs.rightWindow.offsetWidth + 'px')
} else {
updateCssVar('--window-right', this.$refs.right.$el.offsetWidth + 'px')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册