fix(table): fix the bottom slot content of table is missing when usin… - #3419
Open
gangchn wants to merge 1 commit into
Open
fix(table): fix the bottom slot content of table is missing when usin…#3419gangchn wants to merge 1 commit into
gangchn wants to merge 1 commit into
Conversation
…g the window.print() method in a browser (arco-design#3242)
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Member
|
@gangchn 感谢 PR🙏!这个问题与浏览器在执行打印导出 PDF 时的默认渲染行为有关,组件库无法完全控制。此外 PR 中样式改动可能影响现有版本布局,建议使用第三方库实现打印操作。 |
Author
|
我也有这个问题,我说怎么回事呢。
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…g the window.print() method in a browser (#3242)
Types of changes
Background and context
Close #3242.
Solution
We will use grid layout to expend the spin space instead of using flex layout.
How is the change tested?
Noting change.
Changelog
window.print()方法时,表格底部插槽内容缺失的问题。window.print()method in a browser.Checklist:
npm run test)featurebranch and othersshould be submitted to
mainbranch)Other information
Nothing else.