|
@@ -209,7 +209,7 @@
|
|
|
unref(getProps).onColumnsChange?.(data);
|
|
|
},
|
|
|
};
|
|
|
-
|
|
|
+
|
|
|
const { getHeaderProps } = useTableHeader(getProps, slots, handlers);
|
|
|
|
|
|
const { getFooterProps } = useTableFooter(
|
|
@@ -440,13 +440,13 @@
|
|
|
}
|
|
|
}
|
|
|
// 自定义添加Table空值字符
|
|
|
- .ant-table-cell:empty:after, .ant-table-cell span:empty:after {
|
|
|
+ .ant-table-cell:empty:after,
|
|
|
+ .ant-table-cell span:empty:after {
|
|
|
content: '-';
|
|
|
}
|
|
|
.ant-table-row-indent {
|
|
|
&:after {
|
|
|
content: '' !important;
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
</style>
|