调整比较模式提示框位置

This commit is contained in:
2026-04-27 16:08:00 +08:00
parent 3db2af0271
commit 49fd4f5eb1
+1 -1
View File
@@ -1536,7 +1536,7 @@ const MapComponent: React.FC<MapComponentProps> = ({ children }) => {
className="pointer-events-none absolute inset-0"
/>
{isCompareMode && (
<div className="pointer-events-none absolute left-4 top-4 rounded-md bg-black/55 px-3 py-1 text-sm font-medium text-white">
<div className="pointer-events-none absolute right-4 top-4 rounded-md bg-black/55 px-3 py-1 text-sm font-medium text-white">
</div>
)}