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
xwx
3 years ago
Commit
a66959693945cfa588ea9162d88bfbfbd466ae1a
1 parent
2f24300f
npm卡片资源名称太长
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
a669596
...
...
@@ -66,7 +66,7 @@
<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-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
class=
"text-overflow"
style=
"width: 2
45
px;margin-left: 40px;font-size: 16px"
>
{{item.streamName}}
</div>
<div
class=
"text-overflow"
style=
"width: 2
20
px;margin-left: 40px;font-size: 16px"
>
{{item.streamName}}
</div>
<div
style=
"margin-top: 35px;"
>
<p
style=
"width: 85%;text-align: left;padding-left: 50px;"
>
业务量
<h
class=
"text-link"
style=
"margin-left: 6px;"
>
{{item.busNum}}
</h>
...
...
Please
register
or
login
to post a comment