调整地图容器中图片样式,修改图标尺寸以提升视觉效果。

This commit is contained in:
宇阳
2025-10-30 10:17:19 +08:00
parent 4f0483e519
commit d9401466c7

View File

@@ -80,7 +80,7 @@ export default function MapContainer() {
content:
data?.images[0] &&
`
<div style="display: flex; justify-content: center; align-items: center; background-color: #fff; width: 35px; height: 35px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.4); animation: pulse 2s infinite;">
<div style="display: flex; justify-content: center; align-items: center; background-color: #fff; width: 25px; height: 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.4); animation: pulse 2s infinite;">
<img src="${data?.images[0]}" alt="" style="width: 90%; height: 90%; border-radius: 50%;">
</div>
<style>