调整比较模式提示框位置
This commit is contained in:
@@ -1536,7 +1536,7 @@ const MapComponent: React.FC<MapComponentProps> = ({ children }) => {
|
|||||||
className="pointer-events-none absolute inset-0"
|
className="pointer-events-none absolute inset-0"
|
||||||
/>
|
/>
|
||||||
{isCompareMode && (
|
{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>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user