Update component and optimized code

This commit is contained in:
2023-11-01 09:49:30 +07:00
parent 4b7b39cc8f
commit 117723df8c
10 changed files with 124 additions and 29 deletions
@@ -15,6 +15,7 @@ const CommonRow = styled.div<ITable>`
grid-template-columns: ${(props) => props.columns};
column-gap: 10px;
align-items: center;
justify-items: center;
`;
const StyledBody = styled.div`