fix: layout overflow style (#5066)

This commit is contained in:
Netfan
2024-12-07 12:05:03 +08:00
committed by GitHub
parent b75a8e6a2b
commit 0fc0f13064
3 changed files with 12 additions and 12 deletions

View File

@@ -19,8 +19,8 @@ interface Props {
* 根据content可见高度自适应
*/
autoContentHeight?: boolean;
/** 头部固定 */
fixedHeader?: boolean;
/** 头部固定(暂未实现) */
// fixedHeader?: boolean;
headerClass?: string;
footerClass?: string;
}