Compare commits
No commits in common. "a3c7e7626755671ce64233b19f021e6e2da22bd8" and "8b1679dfc518f7e82b659e126bed779e15207b5b" have entirely different histories.
a3c7e76267
...
8b1679dfc5
|
@ -138,7 +138,6 @@
|
||||||
width="120"
|
width="120"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
align="center"
|
align="center"
|
||||||
style="position: relative;"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<i class="el-icon-question fbBox" @click.stop="openFeedBack(scope.row)" v-if="scope.row.IsHaveFeedBack"></i>
|
<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;
|
display: none;
|
||||||
}
|
}
|
||||||
.fbBox{
|
.fbBox{
|
||||||
// float: left;
|
float: left;
|
||||||
position: absolute;
|
font-size: 32px;
|
||||||
top: 25%;
|
|
||||||
left: 5px;
|
|
||||||
font-size: 28px;
|
|
||||||
color:#F56C6C;
|
color:#F56C6C;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue