fix: pdf export in client and hide png export (#2604)

This commit is contained in:
fourdim
2023-06-01 21:26:57 +08:00
committed by himself65
parent 33176c7c9e
commit c0cf0d6e04
3 changed files with 128 additions and 71 deletions
@@ -4,7 +4,7 @@ export const waterMarkStyle = style({
display: 'none',
'@media': {
print: {
position: 'absolute',
position: 'fixed',
bottom: '0',
right: '20px',
zIndex: 100,