tangning 4 月之前
父節點
當前提交
95306f1334
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -29,6 +29,9 @@
   .ant-input-textarea-clear-icon {
     margin: 8px 2px 0 0 !important;
   }
+  .ant-table-row-cell-break-word:empty:after {
+    content: '-';
+  }
   // 自定义添加Table空值字符
   .ant-table-cell:empty:after,
   .ant-table-row-cell-ellipsis:empty:after,