fix: table tr background color

This commit is contained in:
changjun
2023-08-10 07:38:33 +08:00
parent a6a3737754
commit 7d0d2d9357
4 changed files with 9 additions and 5 deletions

View File

@@ -129,6 +129,10 @@ export default defineConfig({
'figure,picture': {
margin: '1em 0',
},
'tr:nth-child(2n)': {
background: 'none',
},
},
}),
],