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
2 years ago
Commit
1023c5ceb605a7c4b62c2ff396c33100cd787d27
1 parent
d3a84b63
fix:#1830 【监控概览】右击跳转没有清空上一个元素事件,导致点击其他业务跳转对话框一致显示第一个点击事件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/main-biz-card.js
hg-monitor-web-base/src/main/resources/static/src/controller/main-biz-card.js
View file @
1023c5c
...
...
@@ -192,11 +192,13 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
if
(
maxWidth
-
e
.
pageX
<
120
){
$
(
"#mainindex_menubox"
).
css
({
'top'
:
e
.
pageY
+
'px'
,
'right'
:
'50px'
'right'
:
'50px'
,
'left'
:
''
});
}
else
{
$
(
"#mainindex_menubox"
).
css
({
'top'
:
e
.
pageY
+
'px'
,
'right'
:
''
,
'left'
:
e
.
pageX
+
'px'
});
}
...
...
Please
register
or
login
to post a comment