Commit edc29def by 米嘉伟

关注列表字体图标

parent c57990e1
......@@ -297,13 +297,14 @@
@click="handleClick(scope.row)"
>
<div
class="icon bj"
class="icon-div "
@click="handleClick(scope.row)"
>
<img
<!-- <img
src="../../assets/img/qbryk/bj.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe635;</span>
</div>
</el-tooltip>
<!-- <el-tooltip
......@@ -331,13 +332,14 @@
:open-delay="500"
>
<div
class="icon look"
class="icon-div "
@click="isShowFcxBtn1(scope.row)"
>
<img
<!-- <img
src="../../assets/img/qbryk/search.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe607;</span>
</div>
</el-tooltip>
<el-tooltip
......@@ -348,13 +350,14 @@
:open-delay="500"
>
<div
class="icon bz"
class="icon-div "
@click.stop="isShowFztmBtn(scope.row)"
>
<img
<!-- <img
src="../../assets/img/qbryk/bz.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe605;</span>
</div>
</el-tooltip>
<el-tooltip
......@@ -366,21 +369,21 @@
>
<div
@click.stop
class="icon del"
class="icon-div "
>
<el-popconfirm
placement="top-start"
:hide-icon="true"
confirm-button-text="确认"
@confirm="qxgz(scope.row.followPerson.personId)"
class="icon del"
title="确认要取消关注吗?该操作无法撤消!"
>
<div slot="reference">
<img
<!-- <img
src="../../assets/img/qbryk/qxgz.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe60a;</span>
</div>
</el-popconfirm>
</div>
......@@ -455,13 +458,14 @@
@click="handleClick(scope.row)"
>
<div
class="icon bj"
class="icon-div "
@click="handleClick(scope.row)"
>
<img
<!-- <img
src="../../assets/img/qbryk/bj.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe635;</span>
</div>
</el-tooltip>
<!-- <el-tooltip
......@@ -490,13 +494,14 @@
:open-delay="500"
>
<div
class="icon look"
class="icon-div "
@click="isShowFcxBtn1(scope.row)"
>
<img
<!-- <img
src="../../assets/img/qbryk/search.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe607;</span>
</div>
</el-tooltip>
<el-tooltip
......@@ -507,13 +512,14 @@
:open-delay="500"
>
<div
class="icon bz"
class="icon-div "
@click.stop="isShowFztmBtn(scope.row)"
>
<img
<!-- <img
src="../../assets/img/qbryk/bz.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe605;</span>
</div>
</el-tooltip>
<el-tooltip
......@@ -525,21 +531,21 @@
>
<div
@click.stop
class="icon del"
class="icon-div "
>
<el-popconfirm
placement="top-start"
:hide-icon="true"
confirm-button-text="确认"
@confirm="qxgzAj(scope.row.followCase.caseId)"
class="icon del"
title="确认要取消关注该数据吗?该操作无法撤消!"
>
<div slot="reference">
<img
<!-- <img
src="../../assets/img/qbryk/qxgz.svg"
alt=""
/>
/> -->
<span class="iconfont">&#xe60a;</span>
</div>
</el-popconfirm>
</div>
......@@ -1427,6 +1433,25 @@ export default {
object-fit: fill;
}
}
.icon-div {
width: 20px;
height: 20px;
display: flex;
overflow: visible;
background: white;
margin-right: 14px;
}
.iconfont {
width: 16px;
height: 16px;
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
color: #055fe7;
object-fit: fill;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ops {
display: flex;
}
......
......@@ -92,13 +92,13 @@ module.exports = {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://192.168.128.166:8099/", // 张 认定
// target: "http://192.168.128.108:8099", // 湖南-张
target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://192.168.128.118:8764", // 湖南-张呈光
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390", // 湖南-线上
target: "http://www.meetfood.cn:2390", // 湖南-线上
// target: "http://192.168.128.115:8099", // 江
ws: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment