chore: remove useless fixedHeader prop for Page (#5069)

This commit is contained in:
Netfan
2024-12-07 23:26:47 +08:00
committed by GitHub
parent bac0275624
commit 373766691f
4 changed files with 19 additions and 50 deletions

View File

@@ -26,7 +26,6 @@ outline: deep
| headerClass | 头部区域的class | `string` | - | - |
| footerClass | 底部区域的class | `string` | - | - |
| autoContentHeight | 自动调整内容区域的高度 | `boolean` | `false` | - |
| ~~fixedHeader~~ | ~~固定头部在页面内容区域顶部,在滚动时保持可见~~ | `boolean` | `false` | 待实现 |
::: tip 注意