完善比例尺控件,调整控件位置

This commit is contained in:
JIANG
2026-02-11 11:52:06 +08:00
parent 25bde02b43
commit 03e5f1456c
3 changed files with 49 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ const BaseLayers: React.FC = () => {
};
return (
<div className="absolute right-17 bottom-8 z-1300">
<div className="absolute right-17 bottom-11 z-1300">
<div
className="w-20 h-20 bg-white rounded-xl drop-shadow-xl shadow-black"
onMouseEnter={handleEnter}