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
Plain Diff
Browse Files
Authored by
王涛
2022-01-10 17:32:26 +0800
Commit
ceb7e76b0dda7191dedefa9e708401b1c417d0de
2 parents
4a75b168
309a35e8
Merge branch 'master-V32-lgh' into 'master'
【对比分析配置页面】统一页面图标的样式 See merge request
!350
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/analysis.css
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/analysis.css
View file @
ceb7e76
...
...
@@ -106,7 +106,6 @@ body{
align-items
:
center
;
width
:
20px
;
height
:
20px
;
background
:
rgb
(
30
,
159
,
255
);
border-radius
:
2px
;
cursor
:
pointer
;
}
...
...
@@ -176,4 +175,5 @@ body{
.list-handle
{
display
:
flex
;
justify-content
:
space-around
;
color
:
rgb
(
30
,
159
,
255
);
}
\ No newline at end of file
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/index.html
View file @
ceb7e76
...
...
@@ -46,7 +46,7 @@
<template
#
default=
"scope"
>
<div
class=
"list-handle"
>
<span
class=
"icon-bg"
>
<i
class=
"
icon-list icon-list
-delete"
title=
"删除"
@
click=
"handleDelete(scope.row)"
></i>
<i
class=
"
el-icon
-delete"
title=
"删除"
@
click=
"handleDelete(scope.row)"
></i>
</span>
<span
class=
"icon-bg"
>
<i
class=
"el-icon-edit-outline"
title=
"修改"
@
click=
"handleUpdate(scope.row)"
></i>
...
...
Please
register
or
login
to post a comment