阅片跟踪反馈按钮调整
parent
8b1679dfc5
commit
c6b38ea528
|
@ -138,6 +138,7 @@
|
||||||
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>
|
||||||
|
@ -1346,8 +1347,11 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.fbBox{
|
.fbBox{
|
||||||
float: left;
|
// float: left;
|
||||||
font-size: 32px;
|
position: absolute;
|
||||||
|
top: 20%;
|
||||||
|
left: 5px;
|
||||||
|
font-size: 28px;
|
||||||
color:#F56C6C;
|
color:#F56C6C;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue