fix: ui issues
This commit is contained in:
@@ -104,6 +104,7 @@ const SealTable: React.FC<SealTableProps> = (props) => {
|
||||
title={title}
|
||||
style={headerStyle}
|
||||
firstCell={i === 0}
|
||||
align={align}
|
||||
lastCell={i === props.children.length - 1}
|
||||
></TableHeader>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user