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
24d77252b93372fcca38f6827814cbd3271531a3
1 parent
4b97ac31
fix: 优化展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
hg-monitor-web-base/src/main/resources/static/src/style/css/main.css
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/protocol/add.html
hg-monitor-web-base/src/main/resources/static/src/style/css/main.css
View file @
24d7725
...
...
@@ -5426,11 +5426,8 @@ grayColor {
.favorites-container .layui-cols-items .card-main .favorites-btngroup {
width: 100%;
text-align: right;
display: none;
height: 30px;
position: absolute;
top: 26px;
right: 30px;
justify-content: flex-end;
}
.favorites-container .card-list .layui-cols-items:hover .favorites-btngroup {
...
...
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/protocol/add.html
View file @
24d7725
...
...
@@ -109,9 +109,11 @@
<
/select
>
<
/td
>
<
td
><
input
type
=
"text"
class
=
"layui-input"
name
=
"paramDesc"
><
/td
>
<
td
align
=
"center"
style
=
"min-width: 80px"
><
a
class
=
"layui-table-link layui-btn layui-btn-xs layui-btn-normal"
title
=
"删除"
><
i
style
=
"font-size: 18px"
class
=
"layui-icon"
>&
#
xe640
;
<
/i></
a
><
/td
>
<
td
align
=
"center"
style
=
"min-width: 80px"
>
<
a
class
=
"layui-table-link layui-btn layui-btn-xs layui-btn-normal"
title
=
"删除"
>
删除
<
/a
>
<
/td
>
<
/tr
>
</script>
<script>
...
...
Please
register
or
login
to post a comment