Compare commits

..

No commits in common. "a3c7e7626755671ce64233b19f021e6e2da22bd8" and "8b1679dfc518f7e82b659e126bed779e15207b5b" have entirely different histories.

1 changed files with 2 additions and 6 deletions

View File

@ -138,7 +138,6 @@
width="120"
sortable="custom"
align="center"
style="position: relative;"
>
<template slot-scope="scope">
<i class="el-icon-question fbBox" @click.stop="openFeedBack(scope.row)" v-if="scope.row.IsHaveFeedBack"></i>
@ -1347,11 +1346,8 @@ export default {
display: none;
}
.fbBox{
// float: left;
position: absolute;
top: 25%;
left: 5px;
font-size: 28px;
float: left;
font-size: 32px;
color:#F56C6C;
cursor: pointer;
}