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
b209a9b614ca28215e7d80ab46f45cdbd7197b9a
2 parents
0627a771
af99905e
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
网卡上行速率flag选择弹框样式修改 See merge request
!461
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 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 @
b209a9b
...
...
@@ -1319,13 +1319,13 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
arrayList
=
array
.
join
(
" "
);
}
let
flagSelect
=
layer
.
open
({
title
:
[
'指标选择'
],
title
:
[
'指标
flag
选择'
],
type
:
1
,
area
:
[
'30%'
,
'
30
%'
],
area
:
[
'30%'
,
'
15
%'
],
shadeClose
:
true
,
//开启遮罩层
id
:
'flag_select_div'
,
// content: laytpl(res.body).render(JSON.stringify(params)),
content
:
'<div style="padding:
6px;
">'
+
arrayList
+
'</div>'
,
content
:
'<div style="padding:
15px 18px
">'
+
arrayList
+
'</div>'
,
});
$
(
document
).
on
(
'click'
,
'#selectFlag'
,
function
(
v
)
{
layer
.
close
(
flagSelect
);
...
...
Please
register
or
login
to post a comment