forked from github/dataease
Merge pull request #3735 from dataease/pr@v1.16@fix_grid-drag
fix(仪表板): 修复开启辅助网格模式后矩阵和悬浮视图叠在一起的问题
This commit is contained in:
commit
9019eac938
@ -1934,6 +1934,7 @@ export default {
|
||||
const nodes = this.$el.parentNode.childNodes // 获取当前父节点下所有子节点
|
||||
for (const item of nodes) {
|
||||
if (
|
||||
item.tagName !== 'svg' &&
|
||||
item.className !== undefined &&
|
||||
!item.className.split(' ').includes(this.classNameActive) &&
|
||||
item.getAttribute('tab-is-check') !== null &&
|
||||
|
Loading…
Reference in New Issue
Block a user