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/devices/basic-info/adjust-config/adjust-config.component.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/routes/devices/basic-info/adjust-config/adjust-config.component.html b/src/app/routes/devices/basic-info/adjust-config/adjust-config.component.html index 0905782..f3ef7f7 100644 --- a/src/app/routes/devices/basic-info/adjust-config/adjust-config.component.html +++ b/src/app/routes/devices/basic-info/adjust-config/adjust-config.component.html @@ -1,4 +1,4 @@ -<div class="modal-header"> + <div class="modal-header"> <div class="modal-title">���������������</div> </div> <nz-table #nzTable [nzDataSource]="grid.data" [nzPageSize]="8" @@ -19,7 +19,7 @@ </thead> <tbody nz-tbody> <tr nz-tbody-tr *ngFor="let row of nzTable.data,index as i"> - <td nz-td [ngClass]="{'bg-grey-1':true}" style="text-align:center"> + <td nz-td [ngClass]="{'bg-grey-1':true}" style="text-align:center;"> {{ i }} </td> <td nz-td *ngFor="let col of grid.columns" [ngStyle]="{'width':col.width,'text-align':col['align'] === undefined?'left':col.align}"> @@ -42,4 +42,4 @@ ������<span *ngIf="isSaving" >���</span> </span> </button> - </div> \ No newline at end of file + </div> -- Gitblit v1.8.0