Lix

Results 5 issues of Lix

[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] Site / documentation update - [ ] Demo...

### 🤔 这个变动的性质是?/ What is the nature of this change? - [x] 新特性提交 / New feature - [ ] bug 修复 / Fix bug - [ ] 样式优化 / Style...

```ts if (fixHeader) { scrollYStyle = { overflowY: 'scroll', maxHeight: scroll.y, }; } ``` if set `maxHeight`,when height of content is smaller than 'scroll.y',`pagination` will placed at the bottom of...

### 🤔 这个变动的性质是?/ What is the nature of this change? - [x] 新特性提交 / New feature - [ ] bug 修复 / Fix bug - [ ] 样式优化 / Style...