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
3129dc8a6afac07242bceaa4e3b723f1e0c29035
2 parents
c0a7514e
f795e0a3
Merge branch 'master-V32-LH' into 'master'
杭州-故障弹框-添加lay-tipss 悬浮提示 See merge request
!319
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/index.js
hg-monitor-web-base/src/main/resources/static/src/index.js
View file @
3129dc8
...
...
@@ -469,7 +469,7 @@ layui.extend({
new
msgTips
({
dom
:
".right-bottom-tips"
,
title
:
title
,
message
:
`
<
p
style
=
"line-height: 20px;background: url(${imgUrl}) no-repeat;background-size: 100%;height: 160px;background-position-x: right;padding-left: 25px;padding-top: 145px;"
><
span
style
=
" overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;margin-left: -11px;"
>
$
{
content
}
<
/span><span class="title closeFault" style="position: absolute;top: 72px;left: 213px;">X</
span
><
span
style
=
"position: absolute;left: 87px;top: 124px; font-weight: bold;float: right;"
>
$
{
title
}
<
/span></
p
>
`
,
message
:
`
<
p
style
=
"line-height: 20px;background: url(${imgUrl}) no-repeat;background-size: 100%;height: 160px;background-position-x: right;padding-left: 25px;padding-top: 145px;"
><
span
style
=
" overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;margin-left: -11px;"
lay
-
tips
=
"${content}"
>
$
{
content
}
<
/span><span class="title closeFault" style="position: absolute;top: 72px;left: 213px;">X</
span
><
span
style
=
"position: absolute;left: 87px;top: 124px; font-weight: bold;float: right;"
>
$
{
title
}
<
/span></
p
>
`
,
duration
:
10000
,
space
:
10
,
firstSpace
:
8
,
...
...
Please
register
or
login
to post a comment