Kaynağa Gözat

超出隐藏

tangning 3 yıl önce
ebeveyn
işleme
53a063c80d
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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>