tangning 4 tháng trước cách đây
mục cha
commit
bf73c438db
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  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;