From 46d4905467aeaf1979613a156753b6625608820b Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 03 Aug 2018 17:24:02 +0800
Subject: [PATCH] 页面 优化

---
 src/app/routes/environment/management/management.component.html |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/app/routes/environment/management/management.component.html b/src/app/routes/environment/management/management.component.html
index dd5cde4..b6ca37f 100644
--- a/src/app/routes/environment/management/management.component.html
+++ b/src/app/routes/environment/management/management.component.html
@@ -1,16 +1,16 @@
 <div nz-row [nzGutter]="24" class="pt-lg">
     <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8">
-        <chart-card [title]="'API������������'" total="216���" contentHeight="46px">
+        <chart-card [title]="'AQI������������'" total="112���" contentHeight="46px">
             <mini-progress height="46" percent="60" target="60" strokeWidth="8" color="#13C2C2"></mini-progress>
         </chart-card>
     </div>
     <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8">
-        <chart-card [title]="'PM2.5������������'" total="158���" contentHeight="46px">
+        <chart-card [title]="'PM2.5������������'" total="148���" contentHeight="46px">
             <mini-progress height="46" percent="50" target="50" strokeWidth="8" color="#108ee9"></mini-progress>
         </chart-card>
     </div>
     <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8">
-        <chart-card [title]="'PM10������������'" total="112���" contentHeight="46px">
+        <chart-card [title]="'PM10������������'" total="156���" contentHeight="46px">
             <mini-progress height="46" percent="40" target="40" strokeWidth="8" color="#00a854"></mini-progress>
         </chart-card>
     </div>
@@ -22,8 +22,10 @@
             <ng-template #nzTitle>
                 ������������
                 <small class="text-sm font-weight-normal"></small>
+                <span class="text-md font-weight-normal" style="color:red">PM2.5</span>
             </ng-template>
-            <timeline [data]="offlineChartData" [height]="239" [padding]="[0, 0, 0, 0]" [titleMap]="{ y1: '������������', y2: '������������' }"></timeline>
+            <div id="PM25" style="height: 300px; width: 100%"></div>
+            <!-- <timeline [data]="offlineChartData" [height]="239" [padding]="[0, 0, 0, 0]" [titleMap]="{ y1: '������������', y2: '������������' }"></timeline> -->
         </nz-card>
     </div>
 </div>

--
Gitblit v1.8.0