提交 8bb5d5b4 authored 作者: taojinlong's avatar taojinlong

Merge branch 'dev' of github.com:dataease/dataease into dev

...@@ -545,7 +545,7 @@ export default { ...@@ -545,7 +545,7 @@ export default {
const nextNode = currentNode.children.find(item => item.name === name) const nextNode = currentNode.children.find(item => item.name === name)
this.currentAcreaNode = nextNode this.currentAcreaNode = nextNode
const current = this.$refs[this.element.propValue.id] const current = this.$refs[this.element.propValue.id]
current && current.registerDynamicMap && current.registerDynamicMap(nextNode.code) nextNode && current && current.registerDynamicMap && current.registerDynamicMap(nextNode.code)
} }
}, },
......
...@@ -243,6 +243,7 @@ export default { ...@@ -243,6 +243,7 @@ export default {
position: relative; position: relative;
bottom: 0; bottom: 0;
height: calc(100% - 40px); height: calc(100% - 40px);
text-align: left;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论