Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
e2033814e4db29f43baf0d64b07ef9d9ff5d43bd
1 parent
a7b9405e
apm的数值更改为蓝色加下划线,更多、展开增加下划线
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/apm/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/apm/index.html
View file @
e203381
...
...
@@ -3,8 +3,8 @@
<img
src=
"../src/style/img/fault/apm.gif"
style=
"object-fit: contain"
>
<h3
style=
"margin-left: 10px;color: #666666;font-size: 18px"
>
APM
</h3>
<div
style=
"width: calc(100% - 200px);line-height: 54px;font-size: 14px"
class=
"align-right"
>
<a
class=
"m-r-20"
v-if=
"card && card.length > 0"
@
click=
"openMoreDialog"
>
更多
</a>
<a
v-model=
"cardName"
v-if=
"card && card.length > 0"
@
click=
"openOrCloseApm()"
>
{{cardName}}
</a>
<a
class=
"m-r-20 text-link"
v-if=
"card && card.length > 0"
@
click=
"openMoreDialog"
>
更多
</a>
<a
class=
"text-link"
v-model=
"cardName"
v-if=
"card && card.length > 0"
@
click=
"openOrCloseApm()"
>
{{cardName}}
</a>
</div>
</div>
<el-divider/>
...
...
@@ -34,13 +34,13 @@
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #75af49;"
>
<img
src=
"../src/style/img/fault/success.png"
style=
"width: 22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"
>
正常
</span>
<h
class=
"text-link"
style=
"font-size: 24px"
@
click=
"openDiagnosticItem('normal')"
>
{{getFaultItemValue(dialTest,'normal')}}
</h>
<h
class=
"text-link"
style=
"font-size: 24px
;color: #75af49;
"
@
click=
"openDiagnosticItem('normal')"
>
{{getFaultItemValue(dialTest,'normal')}}
</h>
</div>
<span
class=
"flex-border-span"
>
|
</span>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"
>
<img
src=
"../src/style/img/fault/error.png"
style=
"width: 22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"
>
异常
</span>
<h
class=
"text-link"
style=
"font-size: 24px"
@
click=
"openDiagnosticItem('abnormal')"
>
{{getFaultItemValue(dialTest,'abnormal')}}
</h>
<h
class=
"text-link"
style=
"font-size: 24px
;color: #febb1a;
"
@
click=
"openDiagnosticItem('abnormal')"
>
{{getFaultItemValue(dialTest,'abnormal')}}
</h>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment