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
ww
2 years ago
Commit
4b97ac31d2794e3b90beeb6a1a76cb7c69faa467
1 parent
d2eb0d2b
fix: 优化展示
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/domainindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/relationView.js
hg-monitor-web-base/src/main/resources/static/src/controller/resManageIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/reslist.js
hg-monitor-web-qh/src/main/resources/static/src/controller/activewarning.js
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
hg-monitor-web-qh/src/main/resources/static/src/controller/historywarning.js
hg-monitor-web-qh/src/main/resources/static/src/controller/resindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/domainindex.js
View file @
4b97ac3
...
...
@@ -290,7 +290,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'treeTable'
}
if
(
winWidth
>
0
&&
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -300,7 +300,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'treeTable'
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-27
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/relationView.js
View file @
4b97ac3
...
...
@@ -271,7 +271,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function
}
if
(
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -281,7 +281,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-27
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/resManageIndex.js
View file @
4b97ac3
...
...
@@ -2351,7 +2351,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
}
if
(
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -2361,7 +2361,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-27
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/reslist.js
View file @
4b97ac3
...
...
@@ -405,7 +405,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
}
if
(
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -415,7 +415,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-21
...
...
hg-monitor-web-qh/src/main/resources/static/src/controller/activewarning.js
View file @
4b97ac3
...
...
@@ -1359,7 +1359,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
}
if
(
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -1369,7 +1369,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-21
...
...
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
View file @
4b97ac3
...
...
@@ -268,7 +268,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
}
if
(
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -278,7 +278,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-27
...
...
hg-monitor-web-qh/src/main/resources/static/src/controller/historywarning.js
View file @
4b97ac3
...
...
@@ -838,7 +838,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
}
if
(
formWidth
+
130
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -848,7 +848,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-21
...
...
hg-monitor-web-qh/src/main/resources/static/src/controller/resindex.js
View file @
4b97ac3
...
...
@@ -378,7 +378,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
}
if
(
formWidth
+
260
>
winWidth
)
{
$
(
'.openStow'
).
css
(
'display'
,
'inline-block'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
else
{
$
(
'.openStow'
).
css
(
'display'
,
'none'
)
}
...
...
@@ -388,7 +388,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
text
(
'展开'
)
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
5
0px'
);
$
(
'.form-item-open-stow'
).
css
(
'height'
,
'
4
0px'
);
}
})
//end lsq 2022-06-27
...
...
Please
register
or
login
to post a comment