tangning %!s(int64=3) %!d(string=hai) anos
pai
achega
53a063c80d
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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>