1
2
3
4
5
6
7
8
9
10
11
12
13
  | <div class="content__title"> 
 |      <h1>空气质量预警预报</h1> 
 |  </div> 
 |  <nz-card [nzBordered]="false"> 
 |  <div class="sales-type-radio"> 
 |      <nz-radio-group > 
 |          <label nz-radio-button [nzValue]="'warning'"><span>预警</span></label> 
 |          <label nz-radio-button [nzValue]="'forecasting'"><span>预报</span></label> 
 |      </nz-radio-group> 
 |  </div> 
 |    
 |  </nz-card> 
 |  <nz-card [nzBordered]="false"></nz-card> 
 |  
  |