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,