From e967b16bd4517f98a8e9306a4c6092e2dea6a567 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 14 Aug 2018 09:09:07 +0800 Subject: [PATCH] 固定网格 --- src/app/routes/sand-table/sand-table.component.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/app/routes/sand-table/sand-table.component.html b/src/app/routes/sand-table/sand-table.component.html index 269beb9..14ec311 100644 --- a/src/app/routes/sand-table/sand-table.component.html +++ b/src/app/routes/sand-table/sand-table.component.html @@ -5,3 +5,6 @@ <heatmap [dataset]="heatData" [options]="heatOption" (loaded)="loadHeatmap($event)"></heatmap> <control type="navigation" [options]="navigationOpts"></control> </baidu-map> +<nz-row nzGutter="8"> + <div nz-col nzXs="24" nzSm="24" nzMd="24"><div id="map_temp" style="height: 800px; width: 600px;"></div></div> +</nz-row> -- Gitblit v1.8.0