阅片跟踪反馈按钮调整

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-02 16:19:26 +08:00
parent 8b1679dfc5
commit c6b38ea528
1 changed files with 6 additions and 2 deletions

View File

@ -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;
} }