We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
导出的pdf文件右侧多了个滚动条
The text was updated successfully, but these errors were encountered:
把happysimple-set.css里面的 html { font-size: 11px !important; } 这段注释或者删掉就暂时解决了。
Sorry, something went wrong.
/* --------------------------------------- PDF配置 --------------------------------------- */ @media print { @page { margin: 2mm 0mm; } html { font-size: 11px !important; } img { border: var(--img-border) !important; border-radius: var(--img-border-radius) !important; } /* 隐藏滚动条 */ ::-webkit-scrollbar { display: none; } }
No branches or pull requests
导出的pdf文件右侧多了个滚动条
The text was updated successfully, but these errors were encountered: