diff --git a/nezha-fronted/src/components/common/alert/alertRuleInfo.vue b/nezha-fronted/src/components/common/alert/alertRuleInfo.vue index 89e3d25a2..27cccf420 100644 --- a/nezha-fronted/src/components/common/alert/alertRuleInfo.vue +++ b/nezha-fronted/src/components/common/alert/alertRuleInfo.vue @@ -63,7 +63,7 @@ return function(position) { return { left: `${position.left + position.width + 20}px`, - top: `${position.top + 20}px`, + top: `${position.top - 10}px`, } } }