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
7655b9e2630e9318104af8573df67b735be37513
1 parent
b47ea1a3
告警中心-通知查询的查询按钮取消掉图标,通知压缩查询的搜索按钮更改为查询 #1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/notice/index.html
hg-monitor-web-base/src/main/resources/static/src/views/noticemerge/index.html
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/notice/index.html
View file @
7655b9e
...
...
@@ -58,8 +58,8 @@
</div>
<div
class=
"layui-inline"
>
<button
class=
"layui-btn layui-btn-normal"
id=
"noticeSearchQueryBtn"
type=
"button"
>
<i
class=
"layui-icon layui-icon-search"
></i>
查询
<!-- lsq 注释掉查询按钮的图标 2022-06-27 <i class="layui-icon layui-icon-search"></i>-->
查询
</button>
</div>
</div>
...
...
hg-monitor-web-base/src/main/resources/static/src/views/noticemerge/index.html
View file @
7655b9e
...
...
@@ -20,7 +20,8 @@
<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-->
查询
</button>
</div>
</div>
...
...
Please
register
or
login
to post a comment