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