fix(数据大屏、仪表板): 修复当存在置顶过滤组件的仪表板进行图表联动时会导致取消联动按钮发生重叠问题

This commit is contained in:
wangjiahao
2025-06-20 16:32:23 +08:00
parent b4efd6d1c4
commit da5fd4bbbe

View File

@@ -97,7 +97,7 @@ const existLinkage = computed(() => {
top: 2px;
right: 2px;
opacity: 0.8;
z-index: 1;
z-index: 2;
position: absolute;
}