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
鲁尚清
3 years ago
Commit
855f658b264985b6234403aeea6debe924f3f846
1 parent
97d6500c
【1390】【 告警中心】通知压缩查询搜索条件栏样式调整,增加搜索按钮 #3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/noticemerge.js
hg-monitor-web-base/src/main/resources/static/src/style/css/main.css
hg-monitor-web-base/src/main/resources/static/src/controller/noticemerge.js
View file @
855f658
...
...
@@ -32,7 +32,11 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
return
false
;
}
});
//lsq 通知压缩查询增加搜索按钮 2022-06-21
$
(
'#seachNoticemerge'
).
unbind
(
'click'
).
on
(
'click'
,
function
(){
reloadTable
();
return
false
;
})
/**
* 加载服务信息表格
*/
...
...
hg-monitor-web-base/src/main/resources/static/src/style/css/main.css
View file @
855f658
...
...
@@ -7851,7 +7851,13 @@ form[lay-filter="activewarning-form"] .layui-inline {
form
[
lay-filter
=
"
notice_search_form
"
]
.layui-inline
{
margin-top
:
5px
;
}
#noticeSearchQueryBtn
{
/*lsq 通知压缩查询搜索条件栏样式 2022-06-21*/
form
[
lay-filter
=
"
noticemerge-form
"
]
.layui-inline
{
margin-top
:
5px
;
}
#noticeSearchQueryBtn
,
#seachNoticemerge
{
margin-top
:
-3px
;
}
#queryMore
{
...
...
Please
register
or
login
to post a comment