fix(仪表板): 修复开启辅助网格模式后矩阵和悬浮视图叠在一起的问题

This commit is contained in:
wangjiahao 2022-11-14 12:02:44 +08:00
parent 0a1c08d803
commit 7168aee0a6

View File

@ -1930,6 +1930,7 @@ export default {
const nodes = this.$el.parentNode.childNodes // const nodes = this.$el.parentNode.childNodes //
for (const item of nodes) { for (const item of nodes) {
if ( if (
item.tagName !== 'svg' &&
item.className !== undefined && item.className !== undefined &&
!item.className.split(' ').includes(this.classNameActive) && !item.className.split(' ').includes(this.classNameActive) &&
item.getAttribute('tab-is-check') !== null && item.getAttribute('tab-is-check') !== null &&