Replace the ellipsis when the element-ui form cell content is too long

<el-table-column
        prop="url"
        label="评论内容"
        width='200'
        :show-overflow-tooltip='true'>

</el-table-column>

Guess you like

Origin blog.csdn.net/weixin_45663264/article/details/108734904