From a439eed077c3a157ed3b9096cf8e793671fe8cdf Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 22 Mar 2018 11:40:03 +0800
Subject: [PATCH] 报表 优化
---
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