1
2
3
4
5
6
7
8
9
10
11
12
13
14
  | <div class="content__title"> 
 |      <h1>GIS显示</h1> 
 |  </div> 
 |  <div nz-row [nzGutter]="24" class="pt-lg"> 
 |      <div nz-col nzXs="24" nzMd="24"> 
 |          <nz-card [nzBordered]="false"> 
 |              <ng-template #title> 
 |                 监控站点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&mapType=BMAP_SATELLITE_MAP" frameborder="0"></iframe> 
 |          </nz-card> 
 |      </div> 
 |    </div> 
 |  
  |