@@ -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,