<div class = 'css'>
show-overflow-tooltip>
<template slot-scope="scope">
<div>{{scope.row.aa}}</div>
</template>
</el-table-column>
</div>
主要是样式写下
.aa /deep/ .el-table .cell {
overflow: hidden !important;
}
<div class = 'css'>
show-overflow-tooltip>
<template slot-scope="scope">
<div>{{scope.row.aa}}</div>
</template>
</el-table-column>
</div>
主要是样式写下
.aa /deep/ .el-table .cell {
overflow: hidden !important;
}