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
wangtao
3 years ago
Commit
73263409f7551c00b7b03e4c8061b76873e1dee3
1 parent
645ffa62
样式修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/npm/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/npm/index.html
View file @
7326340
...
...
@@ -68,8 +68,8 @@
<div
v-if=
"cardData.length == 0"
class=
"align-center"
style=
"flex: 1"
>
<el-empty
:image-size=
"50"
/>
</div>
<div
v-else
v-for=
"item in cardData"
style=
"width: 340px;"
>
<div
style=
"width: 340px;min-height: 184px;background: url('../src/style/img/fault/npm/npmCard.png') no-repeat;background-size: 100% 100%;padding-top: 20px;margin-bottom: 26px;box-sizing: border-box;"
>
<div
v-else
v-for=
"item in cardData"
style=
"width: 25%;"
>
<div
style=
"min-width: 340px;min-height: 184px;background: url('../src/style/img/fault/npm/npmCard.png') no-repeat;background-size: 100% 100%;padding-top: 20px;margin-bottom: 26px;box-sizing: border-box;"
>
<div
class=
"text-overflow"
style=
"width: 220px;margin-left: 40px;font-size: 16px"
>
<!-- {{item.streamName}}-->
<el-tooltip
ref=
"tlp"
:content=
"item.streamName"
placement=
"bottom"
:disabled=
"item.isShowTooltip == undefined || item.isShowTooltip == false"
>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/index.js
View file @
7326340
...
...
@@ -153,7 +153,7 @@ export default {
let
title
=
`
$
{
row
.
faultBody
}
(
$
{
row
.
faultNo
}
)诊断报告`
;
let
configId
=
row
.
faultconfid
;
// 设置相信信息
proxy
.
$global
.
openBlankWindow
(
`
/
vue3
/
index
.
html
#
/
fault
/
result
/
faultDetail
?
faultNo
=
$
{
row
.
faultNo
}
&
faultTitle
=
$
{
title
}
&
configId
=
$
{
configId
}
`
,
"
9
0%"
,
"90%"
)
proxy
.
$global
.
openBlankWindow
(
`
/
vue3
/
index
.
html
#
/
fault
/
result
/
faultDetail
?
faultNo
=
$
{
row
.
faultNo
}
&
faultTitle
=
$
{
title
}
&
configId
=
$
{
configId
}
`
,
"
8
0%"
,
"90%"
)
},
render
:
function
(
row
)
{
return
`
<
span
style
=
"text-decoration: underline;color: blue;"
>
$
{
row
.
faultBody
}
<
/span>
`
...
...
Please
register
or
login
to post a comment