From aee3b7ea53df69cedae9e8210987000caf059c9f Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 14 Mar 2018 13:25:05 +0800 Subject: [PATCH] query.html修复 --- src/app/routes/dashboard/workplace/workplace.component.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/dashboard/workplace/workplace.component.html b/src/app/routes/dashboard/workplace/workplace.component.html index be53386..b9901ed 100644 --- a/src/app/routes/dashboard/workplace/workplace.component.html +++ b/src/app/routes/dashboard/workplace/workplace.component.html @@ -38,7 +38,7 @@ </ng-template> </pro-header> -<div nz-row [nzGutter]="24" class="pt-lg" style="margin-top: -24px"> +<div nz-row [nzGutter]="24" class="pt-lg" style="margin-top: -24px;"> <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="6"> <chart-card [title]="'���������������'" total="{{totalDeviceCount | number: '1.0'}}" contentHeight="46px" [action]="action1" [footer]="footer1"> <ng-template #action1> -- Gitblit v1.8.0