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
crud设置autoFillHeight属性,当表格只有一条数据时,行的高度和表格的高度一样
文档好像没有部署无法复现,可以在本地复现
{ type: 'page', className: 'height-full', body: { type: 'crud', autoFillHeight: true, data: { items: [ { remark: 'ddd', }, ], }, columns: [ { label: '备注', width: '200px', name: 'remark', maxWidth: '200px', maxLength: '15', }, ], }, }
packages/amis-ui/scss/components/_table.scss:1023行,12月4号引入导致的
> .#{$ns}Table-contentWrap { > .#{$ns}Table-content > table { border-top: none; // 不然会导致拖动时顶部露出内容 min-height: 100%; // 为了让表格占满高度
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题:
crud设置autoFillHeight属性,当表格只有一条数据时,行的高度和表格的高度一样
截图或视频:
如何复现(请务必完整填写下面内容):
文档好像没有部署无法复现,可以在本地复现
问题排查
packages/amis-ui/scss/components/_table.scss:1023行,12月4号引入导致的
The text was updated successfully, but these errors were encountered: