|
@@ -71,7 +71,7 @@
|
|
|
</div>
|
|
|
<div v-else-if="scope.data.column.columnname === 'remarks'" >
|
|
|
<div v-for="(item,index) in scope.data.column.data.projtaskmag_options" :key="index" >
|
|
|
- <el-tooltip class="item" effect="dark" :content="item.remarks" placement="bottom">
|
|
|
+<!-- <el-tooltip class="item" effect="dark" :content="item.remarks" placement="bottom">-->
|
|
|
<div v-if="index === 0 && scope.data.column.data.projtaskmag_options.length -1 === index" class="remarks-style">
|
|
|
<span class="text-left">{{item.remarks?item.remarks:'--'}}</span>
|
|
|
</div>
|
|
@@ -84,7 +84,7 @@
|
|
|
<div v-else class="remarks-style">
|
|
|
<span class="text-left">{{item.remarks?item.remarks:'--'}}</span>
|
|
|
</div>
|
|
|
- </el-tooltip>
|
|
|
+<!-- </el-tooltip>-->
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
@@ -144,7 +144,10 @@ export default {
|
|
|
vertical-align: center;
|
|
|
margin-top:-5px;
|
|
|
margin-bottom: -5px;
|
|
|
- transform: scale(1.05,1)
|
|
|
+ transform: scale(1.05,1);
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.option-name-style-line{
|
|
|
height: 40px;
|
|
@@ -154,6 +157,9 @@ export default {
|
|
|
margin-bottom: -5px;
|
|
|
border-bottom: 1px solid #ebeef5;
|
|
|
transform: scale(1.05,1);
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.remarks-style{
|
|
|
width:100%;
|