修正公司坐标位置
This commit is contained in:
parent
ec6b4a3f96
commit
69872ded83
|
|
@ -186,9 +186,9 @@ const onMapReady = (mapInstance) => {
|
|||
|
||||
<style>
|
||||
@keyframes pulse {
|
||||
0% { transform: translate(-50%, -50%) scale(1); }
|
||||
50% { transform: translate(-50%, -50%) scale(1.2); }
|
||||
100% { transform: translate(-50%, -50%) scale(1); }
|
||||
0% { transform: translate(-100%, -100%) scale(1); }
|
||||
50% { transform: translate(-100%, -100%) scale(1.2); }
|
||||
100% { transform: translate(-100%, -100%) scale(1); }
|
||||
}
|
||||
</style>
|
||||
`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user