feat: add simple support for pdf (#2503)

This commit is contained in:
fourdim
2023-05-24 16:40:20 +08:00
committed by Himself65
parent 79116f06dd
commit cee829d08f
3 changed files with 15 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ export const headerContainer = style({
WebkitAppRegion: 'drag',
},
},
'@media': {
print: {
display: 'none',
},
},
} as ComplexStyleRule);
export const header = style({