tangning 3 anni fa
parent
commit
53a063c80d
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/view/user/index.vue

+ 5 - 0
src/view/user/index.vue

@@ -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>