style: area chart

This commit is contained in:
jialin
2024-06-30 21:30:42 +08:00
parent 5746eb191f
commit 018c8cd208
16 changed files with 204 additions and 34 deletions
+5 -1
View File
@@ -118,7 +118,11 @@ const SealTable: React.FC<SealTableProps> = (props) => {
const renderContent = () => {
if (!props.dataSource.length) {
return <Empty></Empty>;
return (
<div className="empty-wrapper">
<Empty></Empty>
</div>
);
}
return (
<div className="seal-table-content">