Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/common-ui/src/components/page/page.vue
|
|
|
@ -20,7 +20,7 @@ interface Props { |
|
|
|
*/ |
|
|
|
autoContentHeight?: boolean; |
|
|
|
/** 头部固定(暂未实现) */ |
|
|
|
// fixedHeader?: boolean; |
|
|
|
fixedHeader?: boolean; |
|
|
|
headerClass?: string; |
|
|
|
footerClass?: string; |
|
|
|
} |
|
|
|
|