修改 SCADA 数据清洗页面,修改工具栏选项

This commit is contained in:
JIANG
2025-10-20 11:55:28 +08:00
parent f62ab1c30e
commit 0c08e04383
6 changed files with 120 additions and 24 deletions

View File

@@ -632,6 +632,7 @@ const MapComponent: React.FC<MapComponentProps> = ({ children }) => {
<div className="relative w-full h-full">
<div ref={mapRef} className="w-full h-full"></div>
<MapTools />
{children}
</div>
<canvas id="deck-canvas" />