调整世界地图提示内容样式,修正垂直居中位置

This commit is contained in:
hi2hi 2024-12-04 14:18:33 +00:00
parent 845d21ca70
commit 570bf19c3d

View File

@ -129,7 +129,7 @@ const tipsContentStyle = computed(() => {
} else {
style.bottom = '10px';
style.left = '50%';
style.transform = 'translate(-50%, -50%)';
style.transform = 'translate(-50%, 0)';
}
return style;
});