Commit cc47e30b authored by wangqinghua's avatar wangqinghua

bug 修复

parent 20cfda02
......@@ -119,10 +119,10 @@
<!-- 业务预警-->
<ng-container *ngIf="validateForm.value.type == '2'">
<nz-form-item nzFlex>
<nz-form-label [nzSpan]="6" nzFor="cycle">监测数据
<nz-form-label [nzSpan]="6" nzFor="businessDataType">监测数据
</nz-form-label>
<nz-form-control [nzSpan]="18">
<nz-select style="width: 100px;" formControlName="cycle">
<nz-select style="width: 100px;" formControlName="businessDataType">
<nz-option nzLabel="访问量" nzValue="1"></nz-option>
<nz-option nzLabel="负载" nzValue="2"></nz-option>
</nz-select>
......
......@@ -24,7 +24,7 @@
</button>
</div>
</div>
<nz-row [nzGutter]="4">
<nz-row [nzGutter]="4" class="module">
<div nz-col nzSpan="12" *ngIf="page.lookModule.includes('运维事件')">
<p class="title">运维事件
<span (click)="goMore('workHandle')">更多</span>
......
......@@ -12,6 +12,9 @@ import {Router} from '@angular/router';
templateUrl: './my-follow.component.html',
styles: [
`
.module > div{
height: 520px;
}
:host ::ng-deep .ant-table-body {
min-height: 380px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment