From 87b5c6927ee0f377d9fc0bcc0f9d1ea6b969ffe6 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 06 Jun 2018 15:12:59 +0800
Subject: [PATCH] 解决超时弹窗反复弹出
---
src/app/routes/reports/query/query.component.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/routes/reports/query/query.component.html b/src/app/routes/reports/query/query.component.html
index c9a8156..cae4d8e 100644
--- a/src/app/routes/reports/query/query.component.html
+++ b/src/app/routes/reports/query/query.component.html
@@ -41,7 +41,7 @@
</div>
<div nz-col [nzSpan]="9" class="mb-md">
<div nz-form-item class="d-flex">
- <div [ngStyle]="{'width': '120px'}" nz-form-label>
+ <div [ngStyle]="{'width': '128px'}" nz-form-label>
<label>������������</label>
</div>
<div nz-form-control class="flex-1">
@@ -88,7 +88,7 @@
</div>
<div nz-col [nzSpan]="9" class="mb-md">
<div nz-form-item class="d-flex">
- <div [ngStyle]="{'width': '120px'}" nz-form-label>
+ <div [ngStyle]="{'width': '128px'}" nz-form-label>
<label>
<nz-dropdown>
<button nz-button nz-dropdown ><span>{{dimensionItem.label}}</span> <i class="anticon anticon-down"></i></button>
@@ -115,7 +115,7 @@
<label>��� ���</label>
</div>
<div nz-form-control class="flex-1">
- <nz-select name="device" style="width: 100%;" [(ngModel)]="device" nzAllowClear [nzPlaceHolder]="'��������� ������������(������������������)'" nzShowSearch
+ <nz-select name="device" style="width: 100%;" [(ngModel)]="device" nzAllowClear [nzPlaceHolder]="'��������� '+ dimensionItem.label +'(������������������������)'" nzShowSearch
(nzSearchChange)="devicesChange($event)" [nzNotFoundContent]="'������������'">
<nz-option *ngFor="let option of deviceOptions" [nzLabel]="option.name" [nzValue]="option">
</nz-option>
--
Gitblit v1.8.0