tangning 10 місяців тому
батько
коміт
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,