Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
smart
Commits
cc47e30b
Commit
cc47e30b
authored
Apr 16, 2020
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修复
parent
20cfda02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
warnging-rule.component.html
...-warning/modal/warnging-rule/warnging-rule.component.html
+2
-2
my-follow.component.html
...in/webapp/app/overview/my-follow/my-follow.component.html
+1
-1
my-follow.component.ts
...main/webapp/app/overview/my-follow/my-follow.component.ts
+3
-0
No files found.
src/main/webapp/app/early-warning/modal/warnging-rule/warnging-rule.component.html
View file @
cc47e30b
...
...
@@ -119,10 +119,10 @@
<!-- 业务预警-->
<ng-container
*
ngIf=
"validateForm.value.type == '2'"
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzSpan
]="
6
"
nzFor=
"
cycl
e"
>
监测数据
<nz-form-label
[
nzSpan
]="
6
"
nzFor=
"
businessDataTyp
e"
>
监测数据
</nz-form-label>
<nz-form-control
[
nzSpan
]="
18
"
>
<nz-select
style=
"width: 100px;"
formControlName=
"
cycl
e"
>
<nz-select
style=
"width: 100px;"
formControlName=
"
businessDataTyp
e"
>
<nz-option
nzLabel=
"访问量"
nzValue=
"1"
></nz-option>
<nz-option
nzLabel=
"负载"
nzValue=
"2"
></nz-option>
</nz-select>
...
...
src/main/webapp/app/overview/my-follow/my-follow.component.html
View file @
cc47e30b
...
...
@@ -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>
...
...
src/main/webapp/app/overview/my-follow/my-follow.component.ts
View file @
cc47e30b
...
...
@@ -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;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment