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
zhangtianqi
2 years ago
Commit
e46aadef37a3a4f5b1ecf15bae3af7a158eccc48
1 parent
4388658b
feat:告警压缩查询搜索按钮在暗黑模式下搜索按钮有外边框,停机计划在暗黑模式下停机资源和接受人选的太多导致数据没有在对话框内容展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/shutdownplanAdd.js
hg-monitor-web-base/src/main/resources/static/src/views/noticemerge/index.html
hg-monitor-web-base/src/main/resources/static/src/controller/shutdownplanAdd.js
View file @
e46aade
...
...
@@ -60,7 +60,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'xmSelect', 'vie
el
:
'#shutdown_plan_add_res'
,
name
:
'resIds'
,
layVerify
:
'required'
,
autoRow
:
true
,
//
autoRow: true,
filterable
:
true
,
toolbar
:
{
show
:
true
,
...
...
@@ -86,7 +86,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'xmSelect', 'vie
el
:
'#shutdown_plan_add_biz'
,
name
:
'busIds'
,
layVerify
:
'required'
,
autoRow
:
true
,
//
autoRow: true,
filterable
:
true
,
toolbar
:
{
show
:
true
,
...
...
hg-monitor-web-base/src/main/resources/static/src/views/noticemerge/index.html
View file @
e46aade
...
...
@@ -17,7 +17,7 @@
</div>
<!--lsq 通知压缩查询增加搜索按钮 2022-06-21-->
<div
class=
"layui-inline"
>
<div
class=
"
layui-input-inline layui-input-inline-sm"
>
<div
class=
"
"
>
<!-- layui-input-inline layui-input-inline-sm --
>
<button
class=
"layui-btn layui-btn-normal layui-btn-normal"
id=
"seachNoticemerge"
type=
"button"
>
<!-- lsq 搜索更改为查询 2022-06-27-->
...
...
Please
register
or
login
to post a comment