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
Vben Admin V5
表格功能增强:表格的搜索form上面增加一个slot,方便做一些统计信息
框架正常实现。
No response
The text was updated successfully, but these errors were encountered:
这里你在外层不能控制吗
Sorry, something went wrong.
@anncwb 外层可以实现,主要是固定表格表头不是特别好实现呢。想着框架统一实现会比较好一点呢。
<Page auto-content-height> <div style="height: 50px" class="bg-background items-center rounded-t-md px-4 py-2" > 在这里放你的内容 </div> <div style="height: calc(100% - 50px)"> <Grid /> </div> </Page>
另外,还需要去掉Grid顶部的圆角,将class传入useVbenVxeGrid的参数即可:
useVbenVxeGrid({ class: 'rounded-t-none', formOptions, gridOptions, })
好的。谢谢。
No branches or pull requests
Version
Vben Admin V5
Description
表格功能增强:表格的搜索form上面增加一个slot,方便做一些统计信息


Proposed Solution
框架正常实现。
Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: