fix(data-table): prevent page scroll in virtual scroll mode

This commit is contained in:
07akioni 2022-07-07 00:46:00 +08:00
parent 5e60c9fc19
commit f0f00fc05b
3 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@
- Fix `n-input`'s text color is too shallow with disabled state in Safari, closes [#3241](https://github.com/TuSimple/naive-ui/issues/3241).
- Fix `n-input`'s separator may have line wrap.
- Fix all components' `user-select` style prop's effect on Safari.
- Fix `n-data-table` will prevent page scroll in virtual scroll mode.
### Feats

View File

@ -22,6 +22,7 @@
- 修复 `n-input` 在 disabled 状态下在 Safari 上文本颜色过浅,关闭 [#3241](https://github.com/TuSimple/naive-ui/issues/3241)
- 修复 `n-input` 的分割符可能折行
- 修复所有组件的 `user-select` 样式属性在 Safari 的效果
- 修复 `n-data-table` 在虚拟滚动模式下会阻止页面滚动
### Feats

View File

@ -156,7 +156,7 @@
"treemate": "^0.3.11",
"vdirs": "^0.1.8",
"vooks": "^0.2.12",
"vueuc": "^0.4.46"
"vueuc": "^0.4.47"
},
"sideEffects": false,
"homepage": "https://www.naiveui.com",