完成时间轴前后端数据连通
This commit is contained in:
@@ -36,9 +36,9 @@ const Scale: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div className="absolute bottom-0 right-0 flex col-auto px-2 bg-white bg-opacity-70 text-black rounded-tl shadow-md text-sm">
|
||||
<div className="px-1">Zoom Level: {zoomLevel.toFixed(1)}</div>
|
||||
<div className="px-1">缩放: {zoomLevel.toFixed(1)}</div>
|
||||
<div className="px-1">
|
||||
Coordinates: {coordinates[0]}, {coordinates[1]}
|
||||
坐标: {coordinates[0]}, {coordinates[1]}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user