fengxiang
2018-03-13 6a6d3bbb3748c12c2dc94beec05d21d82d0faba1
src/app/routes/report/report.component.html
@@ -1,5 +1,26 @@
<html>
   <body>
      <nz-spin [nzTip]="'正在读取数据...'"[nzSize]="'large'" [nzSpinning]="spinning">
      </nz-spin>
      <div >
         <div id="head" style="height: 486px; width: 1000px" *ngIf="! spinning">
            <h1>
            七星博士检测报告
            </h1>
         </div>
<div *ngFor="let i of sensorArr">
   <div id ="mydiv{{i}}" style="height: 487px; width: 1000px"></div>
</div>
         <div id="content" style="display: none;">
            <div *ngFor="let i of sensorArr">
               <div id ="mydiv{{i}}" style="height: 487px; width: 1000px"></div>
            </div>
         </div>
         <div id="foot" style="height: 486px; width: 1000px" *ngIf="! spinning">
            <h1>
            检测报告结论
            </h1>
         </div>
      </div>
   </body>
</html>