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
高磊
2024-02-26 09:40:23 +0800
Commit
1e84d8f6d3fdf1f761a14f51f9573e9e10996195
2 parents
55a6af97
bfceee13
Merge branch 'master-mj-ztq' into 'master-mj'
feat: 调整弹窗宽度 See merge request
!1254
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/controller/ipIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/ipIndex.js
View file @
1e84d8f
...
...
@@ -107,7 +107,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'laytpl',
layer
.
open
({
title
:
''
,
area
:
[
'1
582
px'
,
'440px'
],
area
:
[
'1
630
px'
,
'440px'
],
type
:
1
,
content
:
laytpl
(
$
(
'#tpl-ip-segment-big-content'
).
html
()).
render
(
domainList
[
domainIndex
].
ipSegmentList
[
segmentIndex
]),
success
:
function
()
{
...
...
Please
register
or
login
to post a comment