tangning 4 月之前
父节点
当前提交
bf73c438db
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/App.vue

+ 4 - 3
src/App.vue

@@ -32,12 +32,13 @@
   .ant-table-row-cell-break-word:empty:after {
     content: '-';
   }
-  // 自定义添加Table空值字符
-  .ant-table-cell:empty:after,
-  .ant-table-row-cell-ellipsis:empty:after,
+  .ant-table-cell:empty:after {
+    content: '-';
+  }
   .ant-table-cell span:empty:after {
     content: '-';
   }
+
   .ant-table-row-indent {
     &:after {
       content: '' !important;