fix(数据大屏): 修复编辑图标的颜色属性,在透明度输入框中使用删除键,会删掉对应的图表问题

This commit is contained in:
wangjiahao 2024-03-04 10:42:24 +08:00
parent 0c82effa01
commit ad38bfcf5d

View File

@ -83,7 +83,7 @@ const checkDialog = () => {
haveDialog = true
}
})
document.querySelectorAll('.ed-popover').forEach(element => {
document.querySelectorAll('.ed-popper').forEach(element => {
if (window.getComputedStyle(element).getPropertyValue('display') != 'none') {
haveDialog = true
}