From 401a044107202a74dd87408dd43d38cc2ab80fe6 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 12 Mar 2018 09:25:59 +0800
Subject: [PATCH] 报表管理 优化

---
 src/app/routes/report/report.component.html |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/src/app/routes/report/report.component.html b/src/app/routes/report/report.component.html
index c779396..db89772 100644
--- a/src/app/routes/report/report.component.html
+++ b/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: 486px; 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>

--
Gitblit v1.8.0