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
目前只能设置整型(固定高度)和page(全部内容高度)。 实际使用中,往往表格往往需要撑满父元素,父元素高度是变化的(比如调整浏览器大小)。 已有参数的height属性,如果增加full或者100%,将会加大地方面界面布局。
整型
page
height
full
100%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前只能设置
整型
(固定高度)和page
(全部内容高度)。实际使用中,往往表格往往需要撑满父元素,父元素高度是变化的(比如调整浏览器大小)。
已有参数的
height
属性,如果增加full
或者100%
,将会加大地方面界面布局。The text was updated successfully, but these errors were encountered: