From ba15aacf079d1a3fd13e4594f5a94cf25dacb036 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Mon, 26 Mar 2018 14:25:26 +0800 Subject: [PATCH] 报表 优化 --- src/app/routes/report/report.component.html | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/routes/report/report.component.html b/src/app/routes/report/report.component.html index 5e0387f..42bf6e2 100644 --- a/src/app/routes/report/report.component.html +++ b/src/app/routes/report/report.component.html @@ -1,9 +1,14 @@ +<!DOCTYPE HTML> <html> +<head> + <meta charset="utf-8"> + <title>������������</title> +</head> <body> <nz-spin [nzTip]="'������������������...'" [nzSize]="'large'"[nzSpinning]="spinning"> </nz-spin> <div> - <div class="bg" *ngIf="! spinning"> + <div class="bg" *ngIf="!spinning"> <div class="t_bg"> <img src="./assets/img/logo.png"> @@ -39,18 +44,13 @@ </div> </div> - - <div id="content" style="display: none;"> + <div [ngStyle]="{'display':spinning ? 'none' : 'block' }"> <div *ngFor="let i of sensorArr"> <div id="mydiv{{i}}" style="height: 485.35px; width: 1000px"></div> </div> </div> - <!-- <div id="foot" style="height: 486px; width: 1000px"> - <h1>������������������</h1> - </div> --> - - <div class="bg" *ngIf="! spinning"> + <div class="bg" *ngIf="!spinning"> <div class="t_bg_b"> <h1>{{title}}������������������������</h1> </div> -- Gitblit v1.8.0