mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 13:01:44 +08:00
fix(数据大屏、仪表板): 修复当存在置顶过滤组件的仪表板进行图表联动时会导致取消联动按钮发生重叠问题
This commit is contained in:
@@ -97,7 +97,7 @@ const existLinkage = computed(() => {
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
opacity: 0.8;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user