mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-14 16:20:44 +08:00
✨ 调整世界地图提示内容样式,修正垂直居中位置
This commit is contained in:
parent
845d21ca70
commit
570bf19c3d
@ -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;
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user