mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-18 02:00:43 +08:00
✨ 调整世界地图提示内容样式,修正垂直居中位置
This commit is contained in:
parent
845d21ca70
commit
570bf19c3d
@ -129,7 +129,7 @@ const tipsContentStyle = computed(() => {
|
|||||||
} else {
|
} else {
|
||||||
style.bottom = '10px';
|
style.bottom = '10px';
|
||||||
style.left = '50%';
|
style.left = '50%';
|
||||||
style.transform = 'translate(-50%, -50%)';
|
style.transform = 'translate(-50%, 0)';
|
||||||
}
|
}
|
||||||
return style;
|
return style;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user