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
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
77f030438d19c50d64f9682911a718874b9923d1
2 parents
a4e3b2e0
76d3c378
Merge branch 'master-v32-lushangqing' into 'master'
【990】 【故障管理】npm的样式优化 See merge request
!838
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 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/components/page/faultDiagnosis/result/npm/index.html
View file @
77f0304
...
...
@@ -64,14 +64,13 @@
</div>
</div>
</div>
<div
v-if=
"cardOpen"
style=
"margin-top:10px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 6px;max-height: 380px;overflow-y: auto;"
>
<div
v-if=
"cardOpen"
style=
"margin-top:10px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 6px;max-height: 380px;overflow-y: auto;
overflow-x: hidden;
"
>
<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: 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}}-->
<div
style=
"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;padding-top:15px;"
>
<el-tooltip
ref=
"tlp"
:content=
"item.streamName"
placement=
"bottom"
:disabled=
"item.isShowTooltip == undefined || item.isShowTooltip == false"
>
<span
@
mouseenter=
"visibilityChange($event,item)"
>
{{item.streamName}}
</span>
</el-tooltip>
...
...
Please
register
or
login
to post a comment