NEZ-2734 fix: 解决表格描述列表单词换行截断问题

This commit is contained in:
likexuan
2023-03-27 16:04:50 +08:00
parent 88e5a0eac9
commit 3e85fbde03
18 changed files with 26 additions and 21 deletions

View File

@@ -74,7 +74,7 @@
{{scope.row[item.prop]}}
</span>
</template>
<span v-else-if="scope.row[item.prop]">{{scope.row[item.prop]}}</span>
<span v-else-if="scope.row[item.prop]" :class="item.prop === 'remark'? 'el-table-remark':''">{{scope.row[item.prop]}}</span>
<span v-else>-</span>
</template>
</el-table-column>