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
Page组件中目前允许传入contentClass以定义content部分的样式,但预制样式h-full p-4不方便覆盖,必须使用!前缀才能实现,例如 !p-0
contentClass
h-full p-4
!p-0
<div :class="contentClass" :style="contentStyle" class="h-full p-4">
建议参考headerClass部分的处理方式,修改为
headerClass
<div :class="cn('h-full p-4', contentClass)" :style="contentStyle">
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Description
Page组件中目前允许传入
contentClass
以定义content部分的样式,但预制样式h-full p-4
不方便覆盖,必须使用!前缀才能实现,例如!p-0
Proposed Solution
建议参考
headerClass
部分的处理方式,修改为Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: