Authored by liguohao@honggroup.com.cn

【对比分析配置页面】统一页面图标的样式

... ... @@ -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
... ...
... ... @@ -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>
... ...