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
974a25a5c20d53aee7ae7aa32c4cc3f738d6a516
2 parents
16a6d06f
6c5bbc8c
Merge branch 'master-500-dev' of
http://192.168.1.136:82/monitor_v3/hg-monitor-w…
…eb into master-500-dev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
974a25a
...
...
@@ -3521,9 +3521,9 @@ debugger
var
direction
=
$
(
this
).
data
(
'direction'
);
direction
||
(
direction
=
2
);
var
len
=
$
(
`#
$
{
targetId
}
`
).
find
(
"li"
).
eq
(
0
).
find
(
"span"
).
length
;
var
w
=
"4
0
0px"
;
var
w
=
"4
2
0px"
;
if
(
len
&&
len
>
2
){
w
=
'7
2
0px'
;
w
=
'7
4
0px'
;
}
var
$content
=
$
(
`#
$
{
targetId
}
`
).
clone
();
$content
.
find
(
'[lay-tips]'
).
removeAttr
(
'lay-tips'
);
...
...
Please
register
or
login
to post a comment