@@ -472,4 +472,9 @@ export default {
.user-table.el-table .cell {
overflow: inherit;
}
+.user-table.el-table th, .el-table td{
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
</style>