|
@@ -32,12 +32,13 @@
|
|
.ant-table-row-cell-break-word:empty:after {
|
|
.ant-table-row-cell-break-word:empty:after {
|
|
content: '-';
|
|
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 {
|
|
.ant-table-cell span:empty:after {
|
|
content: '-';
|
|
content: '-';
|
|
}
|
|
}
|
|
|
|
+
|
|
.ant-table-row-indent {
|
|
.ant-table-row-indent {
|
|
&:after {
|
|
&:after {
|
|
content: '' !important;
|
|
content: '' !important;
|