We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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导出的页脚支持设置字体大小
看了下思源的源码,貌似pdf导出时,页脚只有8px字体大小,实在有点小了(我日常导出文字是17px)
建议能加一个选框调节字体大小
或者把8px先改成10-12px也行,8px确实太小了 或者模板语法支持设置字体大小
No response
The text was updated successfully, but these errors were encountered:
感谢反馈,配置项就不加了吧,考虑调整为 10-12px @Vanessa219
Sorry, something went wrong.
如果不加选项的话,能否根据pdf字体大小来设置呢,比如设置为0.7em(具体大小得实际测试)
设置为 em, rem 页脚就无法显示了。先设置为 10px 试试吧。
🎨 fix #11203
4723b85
Vanessa219
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
pdf导出的页脚支持设置字体大小
In what scenarios do you need this feature?
看了下思源的源码,貌似pdf导出时,页脚只有8px字体大小,实在有点小了(我日常导出文字是17px)


Describe the optimal solution
建议能加一个选框调节字体大小

Describe the candidate solution
或者把8px先改成10-12px也行,8px确实太小了
或者模板语法支持设置字体大小
Other information
No response
The text was updated successfully, but these errors were encountered: