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/home-page/home-page/home-page.component.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/home-page/home-page/home-page.component.html b/src/app/routes/home-page/home-page/home-page.component.html index 612f176..9f6fc0c 100644 --- a/src/app/routes/home-page/home-page/home-page.component.html +++ b/src/app/routes/home-page/home-page/home-page.component.html @@ -93,7 +93,7 @@ ������������GIS������ <small class="text-sm font-weight-normal">������: 128</small> </ng-template> - <iframe style="width: 100%; height: 500px;" target="_top" src="http://monitor-api2.7drlb.com/screen/map-page?areaCode=320583&accountId=1" + <iframe style="width: 100%; height: 500px;" target="_top" src="http://monitor-api2.7drlb.com/screen/map-page?areaCode=320583&accountId=1&mapType=BMAP_SATELLITE_MAP&isShowGrid=true&showZoom=14" frameborder="0"></iframe> </nz-card> </div> @@ -173,7 +173,7 @@ </th> <th nz-th class="text-right"> <span>������({{selectedApiSortedItem.unit}})</span> - <nz-table-sort (nzValueChange)="aqiSortedTableSort('sum',$event)"></nz-table-sort> + <nz-table-sort (nzValueChange)="aqiSortedTableSort('avg',$event)"></nz-table-sort> </th> </tr> </thead> -- Gitblit v1.8.0