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
王涛
2022-03-04 15:22:37 +0800
Commit
6c5bbc8c75082ef0706cdb6eb9a7f15347538ea8
2 parents
31f3c06f
bd7071c1
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
基本信息详情页弹框样式调整 See merge request
!429
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 @
6c5bbc8
...
...
@@ -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