调整属性查询面板风格,与分区属性查询面板风格一致;移除官网优化分区的工具栏

This commit is contained in:
JIANG
2025-10-20 18:29:44 +08:00
parent 66bdca2c16
commit 011376cf51
3 changed files with 130 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ export default function Home() {
return (
<div className="relative w-full h-full overflow-hidden">
<MapComponent>
<MapToolbar hiddenButtons={["style"]} />
{/* <MapToolbar hiddenButtons={["style"]} /> */}
<ZonePropsPanel />
</MapComponent>
</div>