mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
Merge branch 'dev' of github.com:dataease/dataease into dev
This commit is contained in:
@@ -545,7 +545,7 @@ export default {
|
||||
const nextNode = currentNode.children.find(item => item.name === name)
|
||||
this.currentAcreaNode = nextNode
|
||||
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 {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
height: calc(100% - 40px);
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user