feat: refactor ui components

This commit is contained in:
QiShaoXuan
2022-12-05 22:20:21 +08:00
parent 09767c310a
commit 2ca52c187b
11 changed files with 261 additions and 223 deletions
+2 -2
View File
@@ -48,11 +48,11 @@ export const StyledTableRow = styled.tr(({ theme }) => {
td: {
transition: 'background .15s',
},
'td:first-child': {
'td:first-of-type': {
borderTopLeftRadius: '10px',
borderBottomLeftRadius: '10px',
},
'td:last-child': {
'td:last-of-type': {
borderTopRightRadius: '10px',
borderBottomRightRadius: '10px',
},