feat: modify style

This commit is contained in:
QiShaoXuan
2023-01-10 18:34:26 +08:00
parent 8f18048254
commit b2fe31dc02
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -9,7 +9,7 @@ export const StyledTable = styled.table<{ tableLayout: 'auto' | 'fixed' }>(
tableLayout,
width: '100%',
borderCollapse: 'separate',
borderSpacing: '0 25px',
borderSpacing: '0',
};
}
);
@@ -52,7 +52,6 @@ export const StyledTableHead = styled.thead(() => {
export const StyledTableRow = styled.tr(({ theme }) => {
return {
marginBottom: '25px',
td: {
transition: 'background .15s',
},